/* RESETERS Y VARIOS */
:root {
  --font-sans: "Helvetica Neue", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Saol Display", Georgia, "Times New Roman", Times, serif;
}

@font-face {
  font-family: "Saol Display";
  src: url("../img/SAOL/SaolDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saol Display";
  src: url("../img/SAOL/SaolDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Saol Display";
  src: url("../img/SAOL/SaolDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueUltraLightItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueThin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueThinItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueHeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../img/helvetica-neue-5/HelveticaNeueBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.font-sans {
  font-family: var(--font-sans) !important;
}

.font-display {
  font-family: var(--font-display) !important;
}

/* Tipografías: display para títulos, sans para UI/texto */
h1,
h2,
h3,
h4,
.subtitle {
  font-family: var(--font-display);
}

body {
  font-family: var(--font-sans);
  overflow-x: hidden !important;
  color: #302f32;

  background-color: #000;
}

html {
  position: relative;
  min-height: 100%;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bgHeader {
  
  min-height: 80px;
  background-color: #f7efe4;
  border-bottom: 1px solid #c6b2a2;
}

.logoHeader {
  max-width: 200px;
}

.bgWhite {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .bgHeader {
  background-color: #f7efe4;
    max-height: auto;
  }
}

.headerNav {
  background-color: #565a5a;
  padding: 3px 0 3px 0;
}

.navbar .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF !important;
}

.navbar .nav-link:hover {
  color: #ccc !important;

}

@media (max-width: 767px) {
  .headerNav {
    padding: 13px 0 13px 0;
  }

  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar .nav-link {
    text-align: center;
    border-bottom: 1px solid #c6b2a2;
  }
}

.nav-item {
  margin-left: 40px;
  margin-right: 40px;
}

.heroMapa .subtitle {
  font-size: 38px;
  line-height: 44px;
font-family: Helvetica Neue;
  color: #fff !important;
  font-weight: 200;
}

.heroMapa .subtitle i {
  font-size: 38px;
  line-height: 44px;
  font-family: Saol Display;
  color: #fff !important;
  font-weight: 300;
}

.heroMapa .underSubtitle {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 300;
}

@media (max-width: 767px) {
  .heroMapa .subtitle {
    font-size: 22px;
    line-height: 24px;
  }

  .heroMapa .underSubtitle {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff !important;
  }
}

.headerSlider {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.headerSlider--video .headerSlider__video-wrap {
  position: relative;
  width: 100%;
  height: clamp(420px, 56.25vw, 800px);
  overflow: hidden;
}

.headerSlider__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  .headerSlider--video .headerSlider__video-wrap {
    height: clamp(320px, 62vw, 560px);
  }
}

.sliderVideoObra {
  position: relative;
  background-color: #000;
}

.sliderVideoObra .carousel-item {
  position: relative;
}

.sliderVideoObra__media {
  width: 100%;
  height: clamp(420px, 56.25vw, 800px);
  overflow: hidden;
}

.sliderVideoObra__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sliderVideoObra__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 70%);
}

.sliderVideoObra__content {
  width: min(560px, 92%);
  padding: 0 60px;
  color: #f7efe4;
  text-align: left;
}

.sliderVideoObra__title {
  margin: 0 0 22px 0;
  font-family: var(--font-display);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
}

.sliderVideoObra__title .t3 {
  font-family: var(--font-sans);
  font-weight: 200;
  letter-spacing: 0.02em;
  text-transform: none;
}

.sliderVideoObra__title .t4 {
  font-weight: 300;
}

.sliderVideoObra__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .sliderVideoObra__media {
    height: clamp(320px, 62vw, 560px);
  }

  .sliderVideoObra__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
    align-items: flex-end;
  }

  .sliderVideoObra__content {
    padding: 24px 20px 26px 20px;
    text-align: center;
    margin: 0 auto;
  }
}

.map {
  background-color: #f7efe4;
  padding: 0;
}

.descripMapa {
  min-height: 120px;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.descripMapa p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.descripMapa span {
  font-size: 15px;
  color: #f7efe4;
}

.galeriaFotos {
  background-color: #f7efe4;
  border-top: 1px solid #c6b2a2;
  border-bottom: 1px solid #c6b2a2;
}

.fotosLarge .alturaFotos {
  position: relative;
}

.fotosLarge .alturaFotos img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.overlay {
  width: 40%;
  height: 100%;
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay.right {
  right: 0;
}

.overlay h4 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .overlay {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 1050;
    background-color: #f7efe4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .overlay h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
  }
}

.planos h4 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
}

.planos h3 {
  color: #fff;
  font-size: 18px;
}

.planos .form-select {
  min-height: 40px;
  font-size: 15px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .planos h4 {
    font-size: 22px;
  }

  .planos h3 {
    font-size: 14px;
  }
}

.btnGreen {
  background-color: #59611d;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  min-height: 40px;
  padding-top: 10px;
  line-height: 15px;
}

.btnGreen:hover {
  background-color: #99a30f;
}

@media (max-width: 767px) {
  .btnGreen {
    padding-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }
}

.btnBrown {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
}

.btnBrown:hover {
  color: #fff;
  background-color: #333;
}

.sliderBottom h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  color: #f7efe4;
  text-transform: uppercase;
}

.residencias-split {
  padding: 0;
}

.residencias-split__main-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #302f32 !important;
  border-bottom: 1px solid #c6b2a2;
}

.residencias-split__main-title .t3 {
  font-family: var(--font-sans);
  font-weight: 200;
  letter-spacing: 0.02em;
  text-transform: none;
}

.residencias-split__main-title .t4 {
  font-weight: 300;
}

.residencias-split__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  min-height: 100%;
  max-width: 36rem;
  margin-inline: auto;
  padding: 25px 0 25px 25px
}

.residencias-split__block + .residencias-split__block {
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 1px solid rgba(48, 47, 50, 0.14);
}

.residencias-split__tower {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.78rem, 2.77vw, 2.44rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #302f32 !important;
}

.residencias-split__tagline {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.39rem, 1.98vw, 1.72rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  color: #302f32;
}

.residencias-split__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.residencias-split__list li {
  font-family: var(--font-sans);
  font-size: clamp(1.19rem, 1.52vw, 1.32rem);
  font-weight: 300;
  line-height: 1.65;
  color: #302f32;
}

.residencias-split__slider .carousel,
.residencias-split__slider .carousel-inner,
.residencias-split__slider .carousel-item,
.residencias-split__slider .carousel-item img {
  height: 100%;
}

.residencias-split .carousel-item img {
  min-height: clamp(380px, 42vw, 680px);
  object-fit: cover;
  object-position: center;
}

.sliderBottom:not(.residencias-split) .carousel-item img {
  height: 970px;
}

@media (min-width: 992px) {
  .residencias-split__content {
    flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
  }

  .residencias-split__slider {
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
  }

  .residencias-split .carousel-item img {
    height: 100%;
    min-height: 620px;
  }
}

@media (max-width: 991px) {
  .residencias-split__content {
    order: 1;
  }

  .residencias-split__slider {
    order: 2;
  }

  .residencias-split .carousel-item img {
    min-height: auto;
    max-height: 72vw;
  }

  .sliderBottom .carousel-item img {
    height: auto;
  }
}

.btnAcceso {
  font-size: 16px;
  color: #f7efe4;
  text-transform: uppercase;
  text-decoration: none;
}

.btnAcceso:hover {
  color: #f7efe4;
  text-decoration: underline;
}

.footer {
  background: none;
}

.footer .linksFooter li {
  border-top: 1px solid #f7efe4;
  padding: 9px 0 9px 0;
}

.footer .linksFooter li:last-child {
  border-bottom: 1px solid #f7efe4;
}

.footer .linksFooter a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.footer .linksFooter a:hover {
  font-size: 16px;
  color: #f7efe4;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .legales {
  border-top: 1px solid #706f6f;
  padding-top: 15px;
  font-size: 11px;
  color: #706f6f;
  text-align: justify;
}

@media (max-width: 767px) {
  .footer {
    background: transparent;
  }
  .footer .legales {
    font-size: 8px;
  }
}

.footer h4 {
  border-top: 1px solid #f7efe4;
  border-bottom: 1px solid #f7efe4;
  font-size: 16px;
  color: #f7efe4;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 0 12px 0;
}

.footer .contactoFooter p {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.footer .contactoFooter a {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .contactoFooter a {
    font-size: 13px !important;
  }
}

.footer .contactoFooter a:hover {
  color: #fff;
  text-decoration: underline;
}

.dropup {

  background-color: #f7efe4;
}

.dropup:hover {
background-color: #f7efe4;
}

.btnFooter {
  padding: 20px;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background-color: #f7efe4;
}

.btnFooter:hover {
  padding: 20px;
  color: #000;
background-color: #f7efe4;
}

@media (max-width: 767px) {
  .btnFooter {
    padding: 10px !important;
    font-size: 20px !important;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.modal .form-control {
  border-radius: 0 !important;
}

.modal .modal-title {
  color: #f7efe4;
  font-size: 22px;
}

.upPage {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/up-chevron.png") center center no-repeat;
}

.upPage:hover {
  background: url("../img/up-chevron-hover.png") center center no-repeat;
}

.listaAmenities {
  width: 45%;
  height: 100%;
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
}

.listaAmenities h4 {
  font-size: 30px !important;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(247, 239, 228, 0.35);
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}

.listaAmenities .amenities-list {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  max-width: 36rem;
}

.listaAmenities .amenities-list__title {
  margin-bottom: 0.5rem;
}

.listaAmenities .amenities-list > li:not(.amenities-list__title) {

  font-size: clamp(0.95rem, 1.35vw, 1.2rem);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.55rem 0 0.55rem 1.35rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.listaAmenities .amenities-list > li:not(.amenities-list__title):last-child {
  border-bottom: none;
}

.listaAmenities .amenities-list > li:not(.amenities-list__title)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 0.45rem;
  height: 1px;
  background-color: rgba(247, 239, 228, 0.65);
}

.sliderAmenities .carousel-control-prev {
  margin-left: 40%;
}

.sliderAmenities .carousel-item img {
  height: 970px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .sliderAmenities .carousel-item img {
    height: auto;
  }
}

@media (min-width: 1920px) {
  .listaAmenities {
    width: 35%;
  }
  .sliderAmenities .carousel-control-prev {
    margin-left: 35%;
  }
}

@media (max-width: 991px) {
  .listaAmenities {
    width: 100%;
    height: auto;
    position: inherit;
    background-color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .listaAmenities h4 {
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.08em;
    border-bottom-color: rgba(247, 239, 228, 0.28);
  }

  .listaAmenities .amenities-list {
    max-width: none;
    padding: 0 0.5rem;
  }

  .listaAmenities .amenities-list > li:not(.amenities-list__title) {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.02em;
  }

  .listaAmenities .amenities-list > li:not(.amenities-list__title)::before {
    display: none;
  }

  .sliderAmenities .carousel-control-prev {
    margin-left: 0%;
  }
}

@media (min-width: 991px) {
  .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 50vh;
    overflow: hidden;
    height: 700px;
  }
}

.divisorBrown {
  background-color: #f7efe4;
  height: 60px;
  width: 100%;
}

.bg-beige {
  background-color: #f9f4f1 !important;
}

.filtroPlanos {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .filtroPlanos {
    padding-left: 0px;
  }
}

.dropbtn {
  border: none;
  
}

.text-black {
  color: #000 !important;
}

.dropup {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  height: 60px;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f7efe4;
  bottom: 70px;
  z-index: 1;
}

@media (max-width: 767px) {
  .dropup-content {
    bottom: 60px !important;
  }
}

.dropup-content li {
  background-color: #f7efe4;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.dropup-content li:hover {
  background-color: #fff;
  color: #f7efe4;
}

.dropup-content li a {
  display: block;
  padding: 20px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
}

.dropup-content li:hover a {
  color: #000;
}

.dropup:hover .dropup-content {
  display: block;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-caption {
  background-color: #f9f4f1 !important;
  width: 100%;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #f7efe4;
  text-transform: uppercase;
  text-decoration: none;
  bottom: 0;
}

.carousel-indicators {
  bottom: 7%;
}

@media (max-width: 575px) {
  .carousel-indicators {
    bottom: 16%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .carousel-indicators {
    bottom: 14%;
  }
}

.form-select:disabled {
  background-color: #ccc !important;
}

@media (min-width: 1368px) {
#imagenPlano {
    max-width: 800px;
  }
}

/* WhatsApp flotante */
.wsp-flotante {
  position: fixed;
  bottom: 12px;
  right: 235px;
  z-index: 10000;
  display: block;
  width: 51px;
  height: 44px;
  transition: transform 0.2s ease;
}
.wsp-flotante:hover {
  transform: scale(1.08);
}
.wsp-flotante img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .wsp-flotante {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: auto !important;
    left:10px !important;
  }
}
