/*
Theme Name: Liftera
Theme URI: http://underscores.me/
Author: Tatiana
Author URI: http://www.tatianapardo.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lifteralatam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Liftera is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";
.odellaPlantilla-1-banner--liftera {
  --from: rgb(181, 188, 245);
  --to: rgba(4,30,66,0);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

.odellaHeader {
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: none;
  background-color: transparent;
  backdrop-filter: none;
  /* Overlay para el menú móvil */
  /* Botón de cerrar para móvil */
}
.odellaHeader-content-logo-white {
  display: block;
}
.odellaHeader-content-logo-color {
  display: none;
}
.odellaHeader-content-main-nav-list-item > a, .odellaHeader-content-main-nav-list-dropdown > a {
  color: #fff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.odellaHeader-content-main-actions-country-txt {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.odellaHeader .icon-arrow {
  filter: brightness(0) invert(1);
}
.odellaHeader.active {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.odellaHeader.active .odellaHeader-content-logo-white {
  display: none;
}
.odellaHeader.active .odellaHeader-content-logo-color {
  display: block;
}
.odellaHeader.active .odellaHeader-content-main-nav-list-item > a, .odellaHeader.active .odellaHeader-content-main-nav-list-dropdown > a {
  color: #6e6e6f !important;
  text-shadow: none;
}
.odellaHeader.active .odellaHeader-content-main-actions-country-txt {
  color: #6e6e6f;
  text-shadow: none;
}
.odellaHeader.active .icon-arrow {
  filter: none;
}
.odellaHeader-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}
.odellaHeader-overlay.active {
  display: block;
  opacity: 1;
}
.odellaHeader-close-icon {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1002;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-close-icon {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-close-icon {
    display: none;
  }
}
.odellaHeader-content {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* LOGO */
  /* MAIN */
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content {
    height: 10vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content {
    height: 18vw;
  }
}
.odellaHeader-content-logo {
  display: flex;
  align-items: center;
  line-height: 0;
  position: relative;
}
.odellaHeader-content-logo-white, .odellaHeader-content-logo-color {
  height: 35px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-logo-white, .odellaHeader-content-logo-color {
    height: 5vw;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-logo-white, .odellaHeader-content-logo-color {
    height: 9vw;
    width: auto;
  }
}
.odellaHeader-content-logo-white {
  position: absolute;
  top: 0;
  left: 0;
}
.odellaHeader-content-main {
  display: flex;
  align-items: center;
  height: 80px;
  gap: 30px;
  /* Botón hamburguesa */
  /* NAV */
  /* ACTIONS */
  /* Overlay abierto */
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main {
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main {
    gap: 0;
  }
}
.odellaHeader-content-main-menu {
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-menu {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-menu {
    display: block;
  }
}
.odellaHeader-content-main-menu-icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-menu-icon {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-menu-icon {
    width: 8vw;
    height: 8vw;
  }
}
.odellaHeader-content-main-menu-icon.active {
  display: none;
}
.odellaHeader-content-main-nav {
  margin-left: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav {
    display: none;
    margin-left: 0;
    width: 100%;
    padding-top: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav {
    display: none;
    margin-left: 0;
    width: 100%;
    padding-top: 6vw;
  }
}
.odellaHeader-content-main-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
  /* Items y dropdowns */
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
}
.odellaHeader-content-main-nav-list-item a, .odellaHeader-content-main-nav-list-dropdown a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-bottom: 3px;
  /* Línea elegante */
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item a, .odellaHeader-content-main-nav-list-dropdown a {
    font-size: 18px;
    padding: 10px 0;
    color: #6e6e6f !important;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item a, .odellaHeader-content-main-nav-list-dropdown a {
    font-size: 18px;
    padding: 10px 0;
    color: #6e6e6f !important;
  }
}
.odellaHeader-content-main-nav-list-item a .icon-arrow, .odellaHeader-content-main-nav-list-dropdown a .icon-arrow {
  width: 14px;
  height: auto;
  display: block;
  transition: transform 0.2s ease, filter 0.3s ease;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item a .icon-arrow, .odellaHeader-content-main-nav-list-dropdown a .icon-arrow {
    width: 16px;
    filter: none !important;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item a .icon-arrow, .odellaHeader-content-main-nav-list-dropdown a .icon-arrow {
    width: 16px;
    filter: none !important;
  }
}
.odellaHeader-content-main-nav-list-item a::after, .odellaHeader-content-main-nav-list-dropdown a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.odellaHeader-content-main-nav-list-item a:hover, .odellaHeader-content-main-nav-list-dropdown a:hover {
  color: #5F5BCD;
}
.odellaHeader-content-main-nav-list-item a:hover::after, .odellaHeader-content-main-nav-list-dropdown a:hover::after {
  width: 100%;
}
.odellaHeader-content-main-nav-list-item-submenu, .odellaHeader-content-main-nav-list-dropdown-submenu {
  width: 100%;
  position: absolute;
  top: 101px;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 1000;
  padding: 20px 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item-submenu, .odellaHeader-content-main-nav-list-dropdown-submenu {
    position: static;
    top: auto;
    left: auto;
    box-shadow: none;
    padding: 6px 0 10px;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item-submenu, .odellaHeader-content-main-nav-list-dropdown-submenu {
    position: static;
    top: auto;
    left: auto;
    box-shadow: none;
    padding: 6px 0 10px;
    display: none;
  }
}
.odellaHeader-content-main-nav-list-item-submenu-item, .odellaHeader-content-main-nav-list-dropdown-submenu-item {
  padding: 0;
  list-style: none;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item-submenu-item, .odellaHeader-content-main-nav-list-dropdown-submenu-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item-submenu-item, .odellaHeader-content-main-nav-list-dropdown-submenu-item {
    max-width: 100%;
  }
}
.odellaHeader-content-main-nav-list-item-submenu-item::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 1.5px;
  height: 100%;
  background-color: #DDDDDD;
  pointer-events: none;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item-submenu-item::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item-submenu-item::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item::after {
    display: none;
  }
}
.odellaHeader-content-main-nav-list-item-submenu-item:last-child::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item:last-child::after {
  display: none;
}
.odellaHeader-content-main-nav-list-item-submenu-item > a, .odellaHeader-content-main-nav-list-dropdown-submenu-item > a {
  color: #b5bcf6;
  font-weight: 700;
  display: block;
  font-size: 16px;
  padding: 20px 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item-submenu-item > a, .odellaHeader-content-main-nav-list-dropdown-submenu-item > a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item-submenu-item > a, .odellaHeader-content-main-nav-list-dropdown-submenu-item > a {
    padding: 10px 0;
  }
}
.odellaHeader-content-main-nav-list-item-submenu-item > a:hover::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item > a:hover::after {
  width: 100%;
}
.odellaHeader-content-main-nav-list-item-submenu-item-cat, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 10px;
  height: 80%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item-submenu-item-cat, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat {
    height: auto;
    gap: 8px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item-submenu-item-cat, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat {
    height: auto;
    gap: 8px;
    padding-left: 4vw;
  }
}
.odellaHeader-content-main-nav-list-item-submenu-item-cat-sub, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat-sub {
  padding: 0;
}
.odellaHeader-content-main-nav-list-item-submenu-item-cat-sub a, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat-sub a {
  display: block;
  font-size: 15px;
  color: #6e6e6f;
  padding: 5px 0;
  position: relative;
}
.odellaHeader-content-main-nav-list-item-submenu-item-cat-sub a::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat-sub a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.odellaHeader-content-main-nav-list-item-submenu-item-cat-sub a:hover::after, .odellaHeader-content-main-nav-list-dropdown-submenu-item-cat-sub a:hover::after {
  width: 100%;
}
.odellaHeader-content-main-nav-list-item.is-open > a .icon-arrow, .odellaHeader-content-main-nav-list-dropdown.is-open > a .icon-arrow {
  transform: rotate(180deg);
}
.odellaHeader-content-main-nav-list-item.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu, .odellaHeader-content-main-nav-list-dropdown.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 150px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-nav-list-item.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu, .odellaHeader-content-main-nav-list-dropdown.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu {
    display: block;
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-nav-list-item.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu, .odellaHeader-content-main-nav-list-dropdown.is-open > .odellaHeader-content-main-nav-list-dropdown-submenu {
    display: block;
    gap: 0;
  }
}
.odellaHeader-content-main-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-actions {
    display: none;
  }
}
.odellaHeader-content-main-actions-login {
  display: flex;
  align-items: center;
}
.odellaHeader-content-main-actions-login-icon {
  height: 40px;
  width: auto;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions-login-icon {
    height: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-actions-login-icon {
    height: 8vw;
  }
}
.odellaHeader-content-main-actions-country {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.odellaHeader-content-main-actions-country-txt {
  font-size: 12px;
  margin: 0;
  text-align: right;
  transition: color 0.3s ease;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions-country-txt {
    text-align: left;
    font-size: 14px;
    color: #6e6e6f !important;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-actions-country-txt {
    text-align: left;
    font-size: 14px;
    color: #6e6e6f !important;
  }
}
.odellaHeader-content-main-actions-country-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Abrir por JS en el selector de país */
}
.odellaHeader-content-main-actions-country-flag-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 6px;
  display: flex;
  align-items: center;
}
.odellaHeader-content-main-actions-country-flag-button .icon-arrow {
  width: 14px;
  height: auto;
  display: block;
  transition: transform 0.2s ease, filter 0.3s ease;
}
.odellaHeader-content-main-actions-country-flag-img {
  height: 40px;
  margin-left: 5px;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions-country-flag-img {
    height: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-actions-country-flag-img {
    height: 8vw;
    margin-left: 0;
  }
}
.odellaHeader-content-main-actions-country-flag-img-options {
  display: none;
  position: absolute;
  top: 35px;
  right: -16px;
  background: #fff;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions-country-flag-img-options {
    top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main-actions-country-flag-img-options {
    top: 7vw;
  }
}
.odellaHeader-content-main-actions-country-flag-img-options-item {
  padding: 0;
}
.odellaHeader-content-main-actions-country-flag-img-options-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}
.odellaHeader-content-main-actions-country-flag-img-options-item a img {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main-actions-country-flag-img-options-item a img {
    height: 6vw;
  }
}
.odellaHeader-content-main-actions-country-flag-img-options-item:hover {
  border-color: #DDDDDD;
}
.odellaHeader-content-main-actions-country-flag.is-open .odellaHeader-content-main-actions-country-flag-img-options {
  display: block;
}
.odellaHeader-content-main-actions-country-flag.is-open .icon-arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main.is-open {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    padding: 24px 20px;
    background: #fff;
    z-index: 1001;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
    overflow-y: auto;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-menu {
    display: none;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-nav {
    display: block;
    margin-left: 0;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-top: 8px;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main.is-open {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    padding: 24px 20px;
    background: #fff;
    z-index: 1001;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
    overflow-y: auto;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-menu {
    display: none;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-nav {
    display: block;
    margin-left: 0;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-top: 8px;
  }
  .odellaHeader-content-main.is-open .odellaHeader-content-main-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaHeader-content-main.is-open .odellaHeader-close-icon {
    display: block;
    position: fixed;
    right: 4vw;
    top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaHeader-content-main.is-open .odellaHeader-close-icon {
    display: block;
    position: fixed;
    right: 7vw;
    top: 10vw;
  }
}

.buttonLiftera {
  background: linear-gradient(0deg, rgb(181, 188, 245) 0%, rgb(255, 255, 255) 100%);
  color: #5F5BCD;
  border-radius: 20px;
  padding: 8px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .buttonLiftera {
    font-size: 4vw;
  }
}
.buttonLiftera:hover {
  transform: scale(1.02);
}

.odellaTitles {
  margin: 0 auto;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  padding: 30px 0;
  text-wrap: balance;
  font-size: 25px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTitles {
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaTitles {
    font-size: 4.5vw;
    padding: 5vw 0;
    width: 90vw;
  }
}
.odellaTitles-sub {
  font-size: 22px;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .odellaTitles-sub {
    font-size: 4vw;
  }
}
.odellaTitles-txt {
  font-size: 18px;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .odellaTitles-txt {
    font-size: 4vw;
  }
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.odellaSlider {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
  height: auto;
  background: #000;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider {
    height: auto;
    width: 100%;
  }
}
.odellaSlider-text-overlay {
  position: absolute;
  bottom: 80px;
  left: 100px;
  z-index: 15;
  text-align: left;
  max-width: 600px;
  pointer-events: none;
  font-family: "DM Sans", sans-serif;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-text-overlay {
    bottom: 60px;
    left: 40px;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-text-overlay {
    bottom: 50px;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
.odellaSlider-text-overlay-title {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .odellaSlider-text-overlay-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-text-overlay-title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-text-overlay-title {
    font-size: 8vw;
  }
}
.odellaSlider-text-overlay-subtitle {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  line-height: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .odellaSlider-text-overlay-subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-text-overlay-subtitle {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-text-overlay-subtitle {
    font-size: 5vw;
  }
}
.odellaSlider-text-overlay-subtitle.fade-out {
  opacity: 0;
}
.odellaSlider-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  width: 100%;
  height: 75vh;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-content {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-content {
    height: 70vh;
  }
}
.odellaSlider-content .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex-shrink: 0;
}
.odellaSlider-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.odellaSlider-content video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-content video {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-content video {
    height: 80vh;
  }
}
.odellaSlider-content-item {
  min-width: 100%;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.odellaSlider-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.odellaSlider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 30px;
  background-color: transparent;
  color: #b5bcf6;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}
.odellaSlider-arrow.prev {
  left: 10px;
}
.odellaSlider-arrow.next {
  right: 10px;
}
.odellaSlider-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}
.odellaSlider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #DDDDDD;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaSlider-dots button {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaSlider-dots button {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.odellaSlider-dots button.active {
  background: #b5bcf6;
}

.odellaBannerIncial {
  width: 100%;
  height: 100%;
  position: relative;
}
.odellaBannerIncial-text-overlay {
  position: absolute;
  bottom: 80px;
  left: 100px;
  z-index: 15;
  text-align: left;
  max-width: 600px;
  pointer-events: none;
  font-family: "DM Sans", sans-serif;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaBannerIncial-text-overlay {
    bottom: 60px;
    left: 40px;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .odellaBannerIncial-text-overlay {
    bottom: 50px;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
.odellaBannerIncial-text-overlay-title {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  .odellaBannerIncial-text-overlay-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaBannerIncial-text-overlay-title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaBannerIncial-text-overlay-title {
    font-size: 8vw;
  }
}
.odellaBannerIncial-text-overlay-subtitle {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  line-height: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .odellaBannerIncial-text-overlay-subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaBannerIncial-text-overlay-subtitle {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaBannerIncial-text-overlay-subtitle {
    font-size: 5vw;
  }
}
.odellaBannerIncial-text-overlay-subtitle.fade-out {
  opacity: 0;
}
.odellaBannerIncial video {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaBannerIncial video {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .odellaBannerIncial video {
    height: 80vh;
  }
}

.odellaFrase {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(181, 188, 245, 0.2);
}
.odellaFrase-content {
  margin: 0 auto;
  max-width: 1440px;
}
.odellaFrase-content-texto {
  margin: 0 auto;
  width: 85%;
  padding: 30px 0;
  color: #6e6e6f;
  font-family: "DM Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .odellaFrase-content-texto {
    flex-direction: column;
  }
}
.odellaFrase-content-texto-title {
  width: 50vw;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  text-wrap: balance;
  display: flex;
  gap: 20px;
  font-weight: 400;
}
.odellaFrase-content-texto-title::before {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  background: linear-gradient(180deg, rgb(181, 188, 245) 0%, rgba(181, 188, 245, 0) 100%);
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  .odellaFrase-content-texto-title::before {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFrase-content-texto-title {
    font-size: 2.2vw;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .odellaFrase-content-texto-title {
    width: 90vw;
    text-align: center;
    padding-bottom: 20px;
    font-size: 5vw;
  }
}

.odellaQuees {
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .odellaQuees {
    width: 90vw;
  }
}
.odellaQuees-titles {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-wrap: balance;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .odellaQuees-titles {
    text-align: center;
  }
}
.odellaQuees-content {
  display: flex;
  justify-content: space-around;
  margin: 20px 40px;
}
@media screen and (max-width: 600px) {
  .odellaQuees-content {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.odellaQuees-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .odellaQuees-content-item {
    width: 33vw;
  }
}
.odellaQuees-content-item-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.odellaQuees-content-item-txt {
  width: 100%;
  text-align: center;
}

.odellaConsumible {
  margin: 10px auto;
  background: linear-gradient(90deg, rgba(181, 188, 245, 0.5) 0%, rgb(255, 255, 255) 100%);
}
.odellaConsumible-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaConsumible-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .odellaConsumible-content {
    width: 90vw;
    flex-direction: column;
  }
}
.odellaConsumible-content-img {
  width: auto;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .odellaConsumible-content-img {
    width: 100%;
    height: auto;
  }
}
.odellaConsumible-content-textos {
  width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  text-wrap: balance;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaConsumible-content-textos {
    width: 80vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaConsumible-content-textos {
    width: 90vw;
    text-align: center;
    gap: 5vw;
    padding-top: 5vw;
  }
}

.buttonLiftera-consumible {
  width: 300px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .buttonLiftera-consumible {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .buttonLiftera-consumible {
    width: 60vw;
    margin: 0 auto;
  }
}

.odellaFunciona {
  margin: 10px auto;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 50px;
}
@media screen and (max-width: 600px) {
  .odellaFunciona {
    gap: 4vw;
  }
}
.odellaFunciona-content {
  width: 85%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFunciona-content {
    flex-direction: column;
    width: 90vw;
    gap: 3vh;
  }
}
@media screen and (max-width: 600px) {
  .odellaFunciona-content {
    width: 90vw;
    flex-direction: column;
    gap: 5vh;
  }
}
.odellaFunciona-content-textos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50vw;
  text-wrap: balance;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFunciona-content-textos {
    width: 90vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .odellaFunciona-content-textos {
    width: 90vw;
    text-align: center;
  }
}
.odellaFunciona-content-img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .odellaFunciona-content-img {
    width: 90vw;
    height: auto;
  }
}

.odellaTratamientos {
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  background: linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
  padding: 0 40px;
}
.odellaTratamientos-content {
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTratamientos-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .odellaTratamientos-content {
    width: 90vw;
    flex-direction: column;
    margin-top: 6vw;
    padding-bottom: 8vw;
  }
}
.odellaTratamientos-content-textos {
  display: flex;
  gap: 60px;
  width: 50vw;
  padding-left: 60px;
  text-wrap: balance;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTratamientos-content-textos {
    padding: 0;
    width: 80vw;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .odellaTratamientos-content-textos {
    padding: 0;
    width: 70vw;
    flex-direction: column;
    gap: 5vw;
  }
}
.odellaTratamientos-content-textos-list {
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .odellaTratamientos-content-textos-list {
    line-height: 1.8;
  }
}
.odellaTratamientos-content-textos-list-title {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .odellaTratamientos-content-textos-list-title {
    text-align: center;
    font-size: 6vw;
    padding-bottom: 3vw;
  }
}
.odellaTratamientos-content-textos-list-item {
  font-weight: 400;
}
.odellaTratamientos-content-img {
  width: 600px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .odellaTratamientos-content-img {
    width: 90vw;
    height: auto;
  }
}

.odellaVideosTestimoniales {
  padding: 30px 0 5px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .odellaVideosTestimoniales {
    padding: 30px 0 40px;
  }
}
.odellaVideosTestimoniales-wrapper {
  position: relative;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .odellaVideosTestimoniales-wrapper {
    padding: 0 50px;
    margin: 40px auto 0;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-wrapper {
    padding: 0 15px;
    margin: 30px auto 0;
    overflow: visible;
  }
}
/* Track del carrusel */
.odellaVideosTestimoniales-content {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  will-change: transform;
}

.odellaVideosTestimoniales-content:active {
  cursor: grabbing;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .odellaVideosTestimoniales-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content {
    gap: 15px;
  }
}
/* Items del carrusel */
.odellaVideosTestimoniales-content-item {
  /* Desktop: 3 videos */
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  max-width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .odellaVideosTestimoniales-content-item {
    /* Tablet: 2 videos */
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item {
    /* Mobile: 1 video centrado */
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.odellaVideosTestimoniales-content-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item:hover {
    transform: none;
  }
}
.odellaVideosTestimoniales-content-item iframe {
  pointer-events: none;
}

/* Wrapper del video - CORREGIDO */
.odellaVideosTestimoniales-content-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  border-radius: 16px 16px 0 0;
  /* iOS fixes */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}
@media screen and (min-width: 1100px) {
  .odellaVideosTestimoniales-content-item .video-wrapper {
    height: 200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaVideosTestimoniales-content-item .video-wrapper {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .odellaVideosTestimoniales-content-item .video-wrapper {
    height: 200px;
  }
}

/* Video - CORREGIDO */
.odellaVideosTestimoniales-content-item .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  /* iOS fixes */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Play Overlay - CORREGIDO */
.odellaVideosTestimoniales-content-item .video-wrapper .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  /* iOS fixes */
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  pointer-events: all;
}

.odellaVideosTestimoniales-content-item .video-wrapper:hover .play-overlay {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item .video-wrapper:hover .play-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
/* Play Icon - CORREGIDO */
.odellaVideosTestimoniales-content-item .video-wrapper .play-overlay .play-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: all;
  /* iOS fixes */
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item .video-wrapper .play-overlay .play-icon {
    width: 60px;
    height: 60px;
  }
}
/* Imagen del play icon - CORREGIDO */
.odellaVideosTestimoniales-content-item .video-wrapper .play-overlay .play-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  display: block;
}

.odellaVideosTestimoniales-content-item .video-wrapper:hover .play-overlay .play-icon {
  transform: scale(1.1) translateZ(2px);
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item .video-wrapper:hover .play-overlay .play-icon {
    transform: translateZ(2px);
  }
}
/* Información del video */
.odellaVideosTestimoniales-content-item-info {
  padding: 20px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item-info {
    padding: 15px;
  }
}
.odellaVideosTestimoniales-content-item-info .name {
  font-size: 20px;
  font-weight: 700;
  color: #b5bcf6;
  margin: 0 0 8px 0;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item-info .name {
    font-size: 18px;
  }
}
.odellaVideosTestimoniales-content-item-info .specialty {
  font-size: 16px;
  color: #6e6e6f;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-content-item-info .specialty {
    font-size: 14px;
  }
}
/* Flechas de navegación */
.odellaVideosTestimoniales-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b5bcf6;
  background: rgba(255, 255, 255, 0.95);
  color: #b5bcf6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: all;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .odellaVideosTestimoniales-arrow {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.odellaVideosTestimoniales-arrow.prev {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-arrow.prev {
    left: 5px;
  }
}
.odellaVideosTestimoniales-arrow.next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-arrow.next {
    right: 5px;
  }
}
.odellaVideosTestimoniales-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.odellaVideosTestimoniales-arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #b5bcf6;
  transform: translateY(-50%) scale(1);
}

/* Dots de navegación - OCULTOS EN MOBILE Y TABLET */
.odellaVideosTestimoniales-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .odellaVideosTestimoniales-dots {
    display: none;
  }
}
.odellaVideosTestimoniales-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .odellaVideosTestimoniales-dots button {
    width: 10px;
    height: 10px;
  }
}
.odellaVideosTestimoniales-dots button.active {
  background: #b5bcf6;
  transform: scale(1.3);
}

.odellaVideosTestimoniales-dots button:hover:not(.active) {
  background: #c5ccf7;
}

/* ========================================
    VIDEO MODAL
   ======================================== */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  /* iOS fix */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.video-modal.active {
  display: flex !important;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease;
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 2;
  animation: scaleIn 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-modal-content {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .video-modal-content {
    width: 95%;
  }
}
.video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  z-index: 3;
  line-height: 1;
  user-select: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-modal-close {
    top: -48px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .video-modal-close {
    top: -45px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

.video-modal-close:active {
  transform: rotate(90deg) scale(0.95);
}

.video-modal-player {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .video-modal-player {
    border-radius: 8px;
  }
}
.video-modal-player video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  background: #000;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-modal-player video {
    max-height: 75vh;
  }
}
@media screen and (max-width: 767px) {
  .video-modal-player video {
    max-height: 60vh;
    width: 100%;
  }
}
/* ========================================
    ANIMACIONES
   ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ========================================
    PREVENIR SCROLL CUANDO MODAL ESTÁ ACTIVO
   ======================================== */
body.modal-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.odellaTestimoniales {
  width: 100%;
  background: linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales {
    margin-top: 5vw;
  }
}
.odellaTestimoniales-content-item {
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 100%;
}
.odellaTestimoniales-content-item-info {
  padding: 20px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTestimoniales-content-item-info {
    flex-direction: column;
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info {
    flex-direction: column;
    padding: 15px;
  }
}
.odellaTestimoniales-content-item-info-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #DDDDDD;
  max-height: none;
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-img {
    width: 35vw;
    height: 35vw;
  }
}
.odellaTestimoniales-content-item-info-txt {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTestimoniales-content-item-info-txt {
    margin-left: 0;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-txt {
    margin-left: 0;
    margin-top: 5vw;
  }
}
.odellaTestimoniales-content-item-info-txt-fecha {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-txt-fecha {
    font-size: 3.5vw;
  }
}
.odellaTestimoniales-content-item-info-txt-nombre {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-txt-nombre {
    font-size: 5vw;
  }
}
.odellaTestimoniales-content-item-info-txt-profesion {
  font-size: 14px;
  margin: 5px 0;
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-txt-profesion {
    font-size: 3.5vw;
  }
}
.odellaTestimoniales-content-item-info-txt-ciudad {
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-info-txt-ciudad {
    font-size: 3vw;
  }
}
.odellaTestimoniales-content-item-sumario {
  padding: 20px;
  text-wrap: balance;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaTestimoniales-content-item-sumario {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .odellaTestimoniales-content-item-sumario {
    padding: 15px;
    font-size: 4vw;
  }
}

.odellaCarrusel {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 40px 80px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCarrusel {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 600px) {
  .odellaCarrusel {
    padding: 20px 50px;
  }
}
.odellaCarrusel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b5bcf6;
  background: rgba(255, 255, 255, 0.95);
  color: #b5bcf6;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: all;
  z-index: 10;
}
.odellaCarrusel-arrow--left {
  left: 15px;
}
.odellaCarrusel-arrow--right {
  right: 15px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCarrusel-arrow {
    width: 45px;
    height: 45px;
    font-size: 35px;
  }
  .odellaCarrusel-arrow--left {
    left: 10px;
  }
  .odellaCarrusel-arrow--right {
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .odellaCarrusel-arrow {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .odellaCarrusel-arrow--left {
    left: 5px;
  }
  .odellaCarrusel-arrow--right {
    right: 5px;
  }
}
.odellaCarrusel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.odellaCarrusel-content-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  align-items: stretch;
}
.odellaCarrusel-content-track-slide {
  display: flex;
  flex: 0 0 calc(33.333% - 13.3333333333px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCarrusel-content-track-slide {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .odellaCarrusel-content-track-slide {
    flex-basis: 85%;
    min-width: 85%;
  }
}

.odellaOption {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaOption {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .odellaOption {
    height: auto;
    margin-top: 5vw;
  }
}
.odellaOption-content {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .odellaOption-content {
    margin-top: 5vw;
  }
}
.odellaOption-content-list {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaOption-content-list {
    flex-wrap: wrap;
    width: 80vw;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .odellaOption-content-list {
    flex-wrap: wrap;
    width: 85vw;
    gap: 5vw;
  }
}
.odellaOption-content-list-item {
  border: 1px dashed #6e6e6f;
  border-radius: 20px;
  padding: 10px 25px;
}
@media screen and (max-width: 600px) {
  .odellaOption-content-list-item {
    width: 40vw;
    text-align: center;
    font-size: 3.6vw;
  }
}
.odellaOption-content-img {
  height: 611px;
  position: absolute;
  bottom: -115px;
  right: -200px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1640px) {
  .odellaOption-content-img {
    right: -268px;
  }
}
@media screen and (max-width: 600px) {
  .odellaOption-content-img {
    right: -60px;
    bottom: -77px;
    height: 301px;
  }
}

.odellaLocator {
  margin: 0 auto;
  padding: 0 40px;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .odellaLocator {
    width: 90vw;
    padding: 0;
  }
}
.odellaLocator-content {
  margin: 0 auto;
  max-width: 1440px;
  height: 70vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 1100px) {
  .odellaLocator-content {
    height: 70vh;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content {
    flex-direction: column;
    height: 90vh;
  }
}
@media screen and (max-width: 600px) {
  .odellaLocator-content {
    flex-direction: column;
    height: 100vh;
  }
}
.odellaLocator-content-map {
  height: 95%;
  width: 60%;
  margin: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content-map {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-map {
    width: 95%;
    height: 60%;
  }
}
.odellaLocator-content-info {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content-info {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info {
    width: 95%;
  }
}
.odellaLocator-content-info-filter {
  padding: 12px 12px 12px 0;
  background: transparent;
  flex-shrink: 0;
}
.odellaLocator-content-info #filter {
  width: 92%;
  padding: 12px 0px 12px 20px;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content-info #filter {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info #filter {
    padding: 2vw 5vw;
    width: 100%;
    font-size: 3.2vw;
  }
}
.odellaLocator-content-info-list {
  margin-bottom: 12px;
  overflow-y: auto;
  flex: 1;
  /* Scrollbar */
}
.odellaLocator-content-info-list::-webkit-scrollbar {
  width: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content-info-list::-webkit-scrollbar {
    width: 8px;
  }
}
.odellaLocator-content-info-list::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.5);
  border-radius: 4px;
}
.odellaLocator-content-info-list::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  opacity: 0.5;
  border-radius: 4px;
}
.odellaLocator-content-info-list::-webkit-scrollbar-thumb:hover {
  background: #DDDDDD;
}
.odellaLocator-content-info .locatorInfo {
  width: 90%;
  border: 2px solid #6e6e6f;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #6e6e6f;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaLocator-content-info .locatorInfo {
    width: 98%;
  }
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info .locatorInfo {
    width: 98%;
  }
}
.odellaLocator-content-info .locatorInfo-nombre {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info .locatorInfo-nombre {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
.odellaLocator-content-info .locatorInfo-info {
  font-weight: 400;
  font-size: 16px;
  padding: 2px;
  text-wrap: balance;
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info .locatorInfo-info {
    font-size: 4vw;
  }
}
.odellaLocator-content-info .locatorInfo-info-url {
  color: #5F5BCD;
  font-size: 16px;
  cursor: pointer;
}
.odellaLocator-content-info .locatorInfo-info-url a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 600px) {
  .odellaLocator-content-info .locatorInfo-info-url {
    font-size: 2.5vw;
  }
}

.odellaLocator-content-info .countries-list,
.odellaLocator-content-info .states-view,
.odellaLocator-content-info .cities-view {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.odellaLocator-content-info .countries-buttons,
.odellaLocator-content-info .states-buttons,
.odellaLocator-content-info .cities-buttons {
  overflow-y: auto;
  flex: 1;
}
.odellaLocator-content-info .country-btn,
.odellaLocator-content-info .state-btn,
.odellaLocator-content-info .city-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.odellaLocator-content-info .country-btn-content,
.odellaLocator-content-info .state-btn-content,
.odellaLocator-content-info .city-btn-content {
  flex: 1;
}
.odellaLocator-content-info .country-arrow,
.odellaLocator-content-info .state-arrow,
.odellaLocator-content-info .city-arrow {
  flex-shrink: 0;
  margin-left: 10px;
}

.odellaCasos {
  padding: 40px 0;
}
.odellaCasos-galeria {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.odellaCasos-galeria-container {
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .odellaCasos-galeria-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCasos-galeria-container {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .odellaCasos-galeria-container {
    flex-direction: column;
    gap: 15px;
  }
}
.odellaCasos-galeria-container-thumbs-wrapper {
  display: flex;
}
@media (min-width: 769px) {
  .odellaCasos-galeria-container-thumbs-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCasos-galeria-container-thumbs-wrapper {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .odellaCasos-galeria-container-thumbs-wrapper {
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.odellaCasos-galeria-container-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.odellaCasos-galeria-container-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.odellaCasos-galeria-container-item:hover img {
  transform: scale(1.05);
}
.odellaCasos-galeria-container-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.odellaCasos-galeria-container-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.odellaCasos-galeria-container-item.active {
  opacity: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .odellaCasos-galeria-container-item.active {
    height: 500px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCasos-galeria-container-item.active {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .odellaCasos-galeria-container-item.active {
    width: 100%;
    height: auto;
  }
}
.odellaCasos-galeria-container-item:not(.active) {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .odellaCasos-galeria-container-item:not(.active) {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaCasos-galeria-container-item:not(.active) {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .odellaCasos-galeria-container-item:not(.active) {
    width: 100px;
    height: auto;
  }
}
.odellaCasos-galeria-container-item:not(.active):hover {
  opacity: 1;
}
.odellaCasos-galeria .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.odellaCasos-galeria .overlay h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.odellaCasos-galeria .overlay p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.odellaContact {
  background-color: #DDDDDD;
  width: 100%;
}
.odellaContact-content {
  max-width: 1440px;
  width: 90vw;
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  padding: 30px 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .odellaContact-content::-webkit-scrollbar {
    height: 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .odellaContact-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  .odellaContact-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 600px) {
  .odellaContact-content {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .odellaContact-content::-webkit-scrollbar {
    height: 6px;
  }
}
@media screen and (max-width: 600px) and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 600px) {
  .odellaContact-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .odellaContact-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  .odellaContact-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.odellaContact-content-item {
  flex: 1 1 22%;
  min-width: 250px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
}
.odellaContact-content-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content-item {
    min-width: 230px;
  }
}
@media screen and (max-width: 600px) {
  .odellaContact-content-item {
    min-width: 200px;
  }
}
.odellaContact-content-item-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}
.odellaContact-content-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.odellaContact-content-item-info-subtitle {
  font-size: 16px;
  margin: 0;
}
.odellaContact-content-item-info-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaContact-content-item-info-title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaContact-content-item-info-title {
    font-size: 5vw;
  }
}
.odellaContact-content-item-info-tel {
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
}
.odellaContact-content-item-button {
  background: linear-gradient(0deg, rgb(181, 188, 245) 0%, rgb(255, 255, 255) 100%);
  color: #6e6e6f;
  border-radius: 20px;
  padding: 8px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .odellaContact-content-item-button {
    font-size: 4vw;
  }
}
.odellaContact-content-item-button:hover {
  transform: scale(1.02);
}

.odellaFaq {
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .odellaFaq {
    width: 90vw;
    padding: 0;
  }
}
.odellaFaq-content {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
}
.odellaFaq-content-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.odellaFaq-content-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #5B5B5B;
  transition: background-color 0.3s;
}
@media screen and (max-width: 600px) {
  .odellaFaq-content-item-head {
    font-size: 4vw;
  }
}
.odellaFaq-content-item-head span {
  width: 90%;
}
.odellaFaq-content-item-head:hover {
  background-color: #FAFAFA;
}
.odellaFaq-content-item-head .active {
  color: #b5bcf6;
}
.odellaFaq-content-item-head i {
  font-size: 24px;
  color: #b5bcf6;
  transition: transform 0.3s;
  font-family: "Poppins", sans-serif;
}
.odellaFaq-content-item-head .active i {
  transform: rotate(180deg);
}
.odellaFaq-content-item-body {
  padding: 20px 20px;
  display: none;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .odellaFaq-content-item-body {
    font-size: 3.8vw;
  }
}
.odellaFaq-content-item-body-txt-list {
  padding: 15px 0 0 30px;
}
.odellaFaq-content-item-body-txt-complemento {
  padding-top: 15px;
}

.odellaForm-section {
  width: 100%;
  padding: 60px 20px;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .odellaForm-section {
    padding: 3vw 5vw;
  }
}

.odellaForm-container {
  max-width: 600px;
  margin: 0 auto;
  color: #b5bcf6;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .odellaForm-container {
    padding: 30px 20px;
  }
}

.success-message,
.error-message {
  padding: 12px 15px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  animation: fadeInMessage 0.3s ease;
}

.success-message {
  background: rgb(175.1304347826, 235.8695652174, 189);
  color: rgb(20.2898550725, 84.7101449275, 35);
  border: 1px solid #28a745;
}

.error-message {
  background: rgb(253.8924050633, 248.6075949367, 249.1139240506);
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border: 1px solid #dc3545;
}

#odellaForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#odellaForm h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #6e6e6f;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #odellaForm h2 {
    font-size: 5vw;
  }
}
#odellaForm .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#odellaForm input,
#odellaForm select,
#odellaForm textarea {
  padding: 14px 16px;
  border-radius: 8px;
  border: 2px solid #DDDDDD;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #odellaForm input,
  #odellaForm select,
  #odellaForm textarea {
    font-size: 3.8vw;
  }
}
#odellaForm input:focus,
#odellaForm select:focus,
#odellaForm textarea:focus {
  outline: none;
  border-color: rgb(144.5, 144.5, 144.5);
  box-shadow: 0 0 0 3px rgba(181, 188, 246, 0.1);
}
#odellaForm input::placeholder,
#odellaForm select::placeholder,
#odellaForm textarea::placeholder {
  color: #6e6e6f;
}
#odellaForm input:invalid:not(:placeholder-shown),
#odellaForm select:invalid:not(:placeholder-shown),
#odellaForm textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  box-shadow: 0 0 3px 0 rgba(220, 53, 69, 0.1);
}
#odellaForm select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  color: #6e6e6f;
}
#odellaForm select:disabled {
  background-color: white;
  border-style: dashed;
  border-color: white;
  cursor: not-allowed;
}
#odellaForm select.loading {
  background-image: none;
  position: relative;
}
#odellaForm select.loading::after {
  content: "Cargando...";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: white;
}
#odellaForm input.error,
#odellaForm select.error,
#odellaForm textarea.error {
  border-color: #dc3545;
}
#odellaForm input.error:focus,
#odellaForm select.error:focus,
#odellaForm textarea.error:focus {
  box-shadow: 0 0 3px 0 rgba(220, 53, 69, 0.2);
}
#odellaForm textarea {
  resize: vertical;
  min-height: 100px;
}
#odellaForm #telefonoGroup div {
  display: flex;
  gap: 8px;
  width: 100%;
}
#odellaForm #telefonoGroup div select {
  flex: 0 0 140px;
  min-width: 140px;
}
@media screen and (max-width: 600px) {
  #odellaForm #telefonoGroup div select {
    flex: 0 0 120px;
    min-width: 120px;
  }
}
#odellaForm #telefonoGroup div input {
  flex: 1;
  min-width: 0;
}
#odellaForm .form-actions {
  margin-top: 10px;
}
#odellaForm button[type=submit] {
  background: #b5bcf6;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#odellaForm button[type=submit]:hover:not(:disabled) {
  background: rgb(135.5301204819, 146.8313253012, 240.4698795181);
  box-shadow: 0 5px 15px rgba(181, 188, 246, 0.3);
  transform: translateY(-2px);
}
#odellaForm button[type=submit]:active:not(:disabled) {
  transform: translateY(0);
}
#odellaForm button[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 600px) {
  #odellaForm button[type=submit] {
    font-size: 16px;
    padding: 14px 28px;
  }
}

@keyframes fadeInMessage {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.odellaFooter {
  background: linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .odellaFooter {
    overflow-x: hidden;
  }
}
.odellaFooter-content {
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.odellaFooter-content-structure {
  display: flex;
  gap: 100px;
}
@media screen and (min-width: 1640px) {
  .odellaFooter-content-structure {
    gap: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .odellaFooter-content-structure {
    gap: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFooter-content-structure {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaFooter-content-structure {
    flex-direction: column;
    gap: 2vw;
  }
}
.odellaFooter-content-structure-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .odellaFooter-content-structure-logos {
    width: 70vw;
  }
}
.odellaFooter-content-structure-logos-liftera {
  width: 150px;
}
.odellaFooter-content-structure-logos-txt {
  font-size: 14px;
}
.odellaFooter-content-structure-logos-odella {
  width: 120px;
}
.odellaFooter-content-structure-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .odellaFooter-content-structure-info {
    width: 75vw;
  }
}
.odellaFooter-content-structure-info-txt {
  width: 80%;
}
.odellaFooter-content-structure-info a {
  width: 200px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFooter-content-structure-info {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw 10vw;
  }
}
.odellaFooter-content-structure-equipo {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media screen and (min-width: 1100px) {
  .odellaFooter-content-structure-equipo {
    right: 11px;
    overflow: hidden;
    max-width: 100vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .odellaFooter-content-structure-equipo {
    right: 0;
    overflow: hidden;
    max-width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .odellaFooter-content-structure-equipo {
    right: -28vw;
    overflow: hidden;
    max-width: 100vw;
  }
}
.odellaFooter-content-structure-equipo img {
  width: 255px;
}
@media screen and (max-width: 600px) {
  .odellaFooter-content-structure-equipo img {
    width: 40vh;
  }
}

.country-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.country-popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.country-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.country-popup-content {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: popupSlideIn 0.3s ease-out;
  z-index: 10000;
}
@media screen and (max-width: 600px) {
  .country-popup-content {
    padding: 30px 20px;
    max-width: 90%;
  }
}
.country-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 32px;
  color: #6e6e6f;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.country-popup-close:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: rotate(90deg);
}
.country-popup-close span {
  line-height: 1;
}
.country-popup-title {
  font-family: "DM Sans", sans-serif;
  color: linear-gradient(0deg, rgb(181, 188, 245) 0%, rgb(255, 255, 255) 100%);
  margin: 0 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .country-popup-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.country-popup-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .country-popup-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

.country-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 40px;
  background: white;
  border: 2px solid linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  min-width: 180px;
}
@media screen and (max-width: 600px) {
  .country-btn {
    width: 100%;
    padding: 25px;
    min-width: unset;
  }
}
.country-btn:hover {
  border-color: linear-gradient(0deg, rgb(181, 188, 245) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgba(181, 188, 245, 0.6) 0%, rgb(255, 255, 255) 100%);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.country-btn:active {
  transform: translateY(-2px);
}
.country-btn .country-flag {
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .country-btn .country-flag {
    font-size: 40px;
  }
}
.country-btn .country-name {
  font-size: 18px;
  font-weight: 600;
  color: linear-gradient(0deg, rgb(181, 188, 245) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 600px) {
  .country-btn .country-name {
    font-size: 16px;
  }
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.countries-list {
  height: 95%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
}

.countries-title {
  padding: 25px 20px 15px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #FAFAFA;
}
@media screen and (max-width: 600px) {
  .countries-title {
    padding: 20px 15px 12px;
    font-size: 5.5vw;
  }
}

.countries-buttons {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .countries-buttons {
    padding: 15px;
    gap: 10px;
  }
}
.countries-buttons::-webkit-scrollbar {
  width: 8px;
}
.countries-buttons::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.1);
  border-radius: 4px;
}
.countries-buttons::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 4px;
}
.countries-buttons::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}

.country-btn {
  width: calc(50% - 6px);
  padding: 0;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .country-btn {
    width: calc(50% - 5px);
  }
}
.country-btn:hover {
  background: #b5bcf6;
  border-color: #b5bcf6;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(181, 188, 246, 0.4);
}
.country-btn:hover .country-name,
.country-btn:hover .country-count {
  color: #fff;
}
.country-btn:hover .country-arrow {
  transform: translateX(3px);
  opacity: 1;
  color: #fff;
}
.country-btn-content {
  flex: 1;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 600px) {
  .country-btn-content {
    padding: 15px 12px;
  }
}
.country-btn .country-name {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #6e6e6f;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .country-btn .country-name {
    font-size: 4vw;
    text-align: left;
  }
}
.country-btn .country-count {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #adadad;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .country-btn .country-count {
    font-size: 3.2vw;
    text-align: left;
  }
}
.country-btn .country-arrow {
  width: auto;
  height: auto;
  font-size: 28px;
  margin: 0 15px;
  opacity: 0.5;
  color: #adadad;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .country-btn .country-arrow {
    font-size: 24px;
    margin: 0 12px;
  }
}

.states-view {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .states-view {
    padding: 15px;
  }
}

.states-title {
  margin: 15px 0 20px;
  color: #6e6e6f;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .states-title {
    font-size: 5vw;
    margin: 12px 0 15px;
  }
}

.states-buttons {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}
@media screen and (max-width: 600px) {
  .states-buttons {
    gap: 10px;
  }
}
.states-buttons::-webkit-scrollbar {
  width: 8px;
}
.states-buttons::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.1);
  border-radius: 4px;
}
.states-buttons::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 4px;
}
.states-buttons::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}

.state-btn {
  width: calc(50% - 6px);
  padding: 0;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .state-btn {
    width: calc(50% - 5px);
  }
}
.state-btn:hover {
  background: #b5bcf6;
  border-color: #b5bcf6;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(181, 188, 246, 0.4);
}
.state-btn:hover .state-name,
.state-btn:hover .state-count {
  color: #fff;
}
.state-btn:hover .state-arrow {
  transform: translateX(3px);
  opacity: 1;
  color: #fff;
}
.state-btn-content {
  flex: 1;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 600px) {
  .state-btn-content {
    padding: 15px 12px;
  }
}
.state-btn .state-name {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #6e6e6f;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .state-btn .state-name {
    font-size: 4vw;
    text-align: left;
  }
}
.state-btn .state-count {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #adadad;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .state-btn .state-count {
    font-size: 3.2vw;
    text-align: left;
  }
}
.state-btn .state-arrow {
  width: auto;
  height: auto;
  font-size: 28px;
  margin: 0 15px;
  opacity: 0.5;
  color: #adadad;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .state-btn .state-arrow {
    font-size: 24px;
    margin: 0 12px;
  }
}

.cities-view {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .cities-view {
    padding: 15px;
  }
}

.cities-title {
  margin: 15px 0 20px;
  color: #6e6e6f;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .cities-title {
    font-size: 5vw;
    margin: 12px 0 15px;
  }
}

.cities-buttons {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}
@media screen and (max-width: 600px) {
  .cities-buttons {
    gap: 10px;
  }
}
.cities-buttons::-webkit-scrollbar {
  width: 8px;
}
.cities-buttons::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.1);
  border-radius: 4px;
}
.cities-buttons::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 4px;
}
.cities-buttons::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}

.city-btn {
  width: calc(50% - 6px);
  padding: 0;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .city-btn {
    width: calc(50% - 5px);
  }
}
.city-btn:hover {
  background: #b5bcf6;
  border-color: #b5bcf6;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(181, 188, 246, 0.4);
}
.city-btn:hover .city-name,
.city-btn:hover .city-count {
  color: #fff;
}
.city-btn:hover .city-arrow {
  transform: translateX(3px);
  opacity: 1;
  color: #fff;
}
.city-btn-content {
  flex: 1;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 600px) {
  .city-btn-content {
    padding: 15px 12px;
  }
}
.city-btn .city-name {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #6e6e6f;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .city-btn .city-name {
    font-size: 4vw;
    text-align: left;
  }
}
.city-btn .city-count {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #adadad;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .city-btn .city-count {
    font-size: 3.2vw;
    text-align: left;
  }
}
.city-btn .city-arrow {
  width: auto;
  height: auto;
  font-size: 28px;
  margin: 0 15px;
  opacity: 0.5;
  color: #adadad;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .city-btn .city-arrow {
    font-size: 24px;
    margin: 0 12px;
  }
}

.back-btn {
  padding: 10px 16px;
  background: transparent;
  border: 1px solid #6e6e6f;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6f;
  transition: all 0.3s ease;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 600px) {
  .back-btn {
    padding: 8px 14px;
    font-size: 3.4vw;
    gap: 5px;
  }
}
.back-btn .back-arrow {
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .back-btn .back-arrow {
    font-size: 20px;
  }
}
.back-btn:hover {
  background: rgba(181, 188, 246, 0.1);
  color: #5F5BCD;
  border-color: #b5bcf6;
  transform: translateX(-2px);
}
.back-btn:hover .back-arrow {
  opacity: 1;
  transform: translateX(-2px);
}

.map-info-header {
  padding: 20px 20px 15px;
  flex-shrink: 0;
  border-bottom: 2px solid #FAFAFA;
  gap: 20px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .map-info-header {
    padding: 15px;
    flex-direction: column;
    gap: 1vw;
  }
}

.map-header-info {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .map-header-info {
    gap: 8px;
    margin-top: 10px;
  }
}

.map-header-title {
  margin: 0;
  color: #6e6e6f;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .map-header-title {
    font-size: 4.8vw;
    margin-top: 2vw;
  }
}

.map-header-count {
  color: #adadad;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .map-header-count {
    font-size: 3.4vw;
    text-align: left;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.country-btn,
.state-btn,
.city-btn {
  animation: fadeInUp 0.4s ease forwards;
  opacity: 0;
}

.country-btn:nth-child(1), .state-btn:nth-child(1), .city-btn:nth-child(1) {
  animation-delay: 0.05s;
}

.country-btn:nth-child(2), .state-btn:nth-child(2), .city-btn:nth-child(2) {
  animation-delay: 0.1s;
}

.country-btn:nth-child(3), .state-btn:nth-child(3), .city-btn:nth-child(3) {
  animation-delay: 0.15s;
}

.country-btn:nth-child(4), .state-btn:nth-child(4), .city-btn:nth-child(4) {
  animation-delay: 0.2s;
}

.country-btn:nth-child(5), .state-btn:nth-child(5), .city-btn:nth-child(5) {
  animation-delay: 0.25s;
}

.country-btn:nth-child(6), .state-btn:nth-child(6), .city-btn:nth-child(6) {
  animation-delay: 0.3s;
}

.country-btn:nth-child(7), .state-btn:nth-child(7), .city-btn:nth-child(7) {
  animation-delay: 0.35s;
}

.country-btn:nth-child(8), .state-btn:nth-child(8), .city-btn:nth-child(8) {
  animation-delay: 0.4s;
}

#static-map {
  width: 100%;
  height: 100%;
}
#static-map .gm-style {
  pointer-events: none;
}

.loading-state,
.error-state {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #adadad;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .loading-state,
  .error-state {
    padding: 30px 15px;
    font-size: 4vw;
  }
}

.error-state {
  color: #d32f2f;
}

@media (max-width: 768px) {
  .countries-buttons {
    gap: 8px;
  }
  .country-btn {
    width: calc(50% - 4px);
  }
}
.odellaTiktok {
  background: linear-gradient(180deg, rgba(181, 188, 245, 0.4) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
}
.odellaTiktok-banner {
  width: 100%;
}
.odellaTiktok-banner img {
  width: 100%;
  height: 37vh;
  object-fit: cover;
}
.odellaTiktok-frase {
  font-family: "DM Sans", sans-serif;
  color: #6e6e6f;
  text-align: center;
  text-wrap: balance;
  width: 100vw;
}
.odellaTiktok-frase-txt {
  margin: 0 auto;
  padding-top: 30px;
  width: 85vw;
}