@charset "UTF-8";
ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Footer Styles */
footer {
  background: #fff;
  padding: 40px 15px;
  position: relative;
}

.footer-top__title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
  margin-right: 20px;
}

.footer-top__list li {
  margin-bottom: 12px;
}

.footer-link {
  color: #626262;
  line-height: 18px;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 13px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.02em;
  text-align: left;
}

.footer-top-subscribe__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 19px;
}

.form-group {
  margin-bottom: 28px;
  position: relative;
}

.form-group__input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #1e1e1e;
}

.form-input {
  flex: 1;
  padding: 20px 10px 11px;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: none;
  color: #1e1e1e;
  transition: border-color 0.3s ease;
}

.form-input:focus {
  border-color: #1e1e1e;
}

.placeholder {
  position: absolute;
  top: 22px;
  left: 10px;
  font-size: 1rem;
  color: #1e1e1e;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-input:focus + .placeholder,
.form-input:not(:placeholder-shown) + .placeholder {
  top: 0;
  font-size: 0.875rem;
  color: #1e1e1e;
}

.footer-top-subscribe__button {
  background: none !important;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
}

.footer-top-subscribe__button img {
  width: 8px;
  height: 8px;
  filter: none;
}

.footer-top-subscribe__button:hover img {
  filter: none;
  opacity: 1;
}

/* Espaciado y Alineación en la Versión Desktop */
.footer-top__title {
  margin-bottom: 0;
  margin-right: 40px;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 13px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.02em;
  text-align: left;
}

.footer-top__youtube {
  margin-top: 1rem;
}

.footer-top__list {
  margin-top: 20px;
}

.footer-top__title:last-child {
  margin-right: 0;
}

.footer-top .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

/* Alineación en la Versión Móvil */
@media screen and (min-width: 0px) and (max-width: 1250px) {
  .footer-top__title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-top__list {
    margin-top: 10px;
  }
  .footer-top .row {
    display: block;
  }
  .footer-top .col-md-2 {
    margin-bottom: 20px;
  }
  .footer-top__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .reserved {
    padding-left: 10px;
    display: block !important;
  }
}
.placeholder {
  background-color: white;
}

/* Anulación de estilos globales para los botones en el footer */
.footer-top .toggle-section {
  background-color: transparent !important;
  color: #1e1e1e !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 13px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.02em;
  text-align: left;
}

.footer-top .toggle-section:hover {
  background-color: transparent !important;
  color: #1e1e1e !important;
}

.footer-top .toggle-section span {
  background-color: transparent !important; /* Elimina cualquier fondo gris del ícono */
  color: #1e1e1e !important; /* Asegura que el ícono también sea negro */
  margin-left: 10px;
}

.collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease, padding 0.35s ease;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 222px;
}

.collapse.show {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.reserved {
  padding-left: 10px;
  color: #626262;
  display: flex;
  justify-content: space-between;
}

.arrow-select {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 20px;
  cursor: pointer;
}

.language-selector-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}

.language-selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #333;
  padding-right: 30px;
  cursor: pointer;
}

.language-selector-wrapper .custom-arrow {
  position: absolute;
  right: 10px;
  pointer-events: none;
}

.language-selector-wrapper .custom-arrow img {
  width: 12px;
  height: 12px;
}

.language-selector:focus {
  outline: none;
}
