body,
html{
  padding:0;
  margin:0;
  width:100%; height: 100vh;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:18px
}

/*
Verde claro: #00b087
Verde oscuro: #003e47
Negro: #333
*/

/* Generales
===================================================================================== */

a{
  text-decoration: none;
  color: #003e47;
  font-weight: 500;
  transition: color ease 0.3s;
}
a:hover{
  color: #016a7a;
}
h1,
h2,
h3{
  font-style: normal;
  font-weight:900;
}
h4,
h5,
h6{
  font-style: normal;
  font-weight:700;
  color: #09886a;
}
strong{
  color:#000; font-weight: 700;
}
.btn{
  padding:12px 28px;
  text-transform: uppercase;
  border:none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color:#fff;
  font-weight: 500;
  border:solid 1px #fff;
}
.btn-success{
  background-color: #00b087;
  border:solid 1px #00b087;
}
.btn-success:hover{
  background: none;
  color:#fff;
  border:solid 1px #fff;
}
.btn.btn-inverse.btn-success{
  border:solid 1px #e6c985
}
.btn.btn-inverse.btn-success:hover{
  background-color: #333;
  color:#fff;
}

img.shadow{
  box-shadow: 2px 0px 10px rgba(0,0,0,0.5);;
}
img.rounded{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mb-7{
  margin-bottom: 100px;
}
.mt-7{
  margin-top: 100px;
}
.pt-7{
  padding-top: 100px;
}
.pb-7{
  padding-bottom: 100px;
}
.pt-8{
  padding-top: 160px;
}
.pb-8{
  padding-bottom: 160px;
}

.bgLight{
  background-color: #f5f5f5;
}
.bgDark{
  background-color: #00323a !important;
  color:#fff;
}

header{
  position: fixed;
  top:0; left:0; right:0;
  z-index: 999;
  transition: background ease 0.3s, top 1s ease;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;                    /* top:0; right:0; bottom:0; left:0; */
  pointer-events: none;        /* El header sigue siendo clicable */
  background: linear-gradient(
    180deg,                    /* De arriba hacia abajo */
    rgba(0, 0, 0, 0.4) 0%,     /* 40 % de opacidad en el borde superior */
    rgba(0, 0, 0, 0) 100%      /* 0 % de opacidad en el borde inferior */
  );
  /* compatibilidad antigua */
  background: -webkit-linear-gradient(top, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
  background:    -moz-linear-gradient(top, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
  background:         linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);
}
header.withBg{
  background-color:#333;
}
header.hide{
  top:-140px;
}
.logoHeader{
  display: inline-block;
  width:100%; max-width: 160px;
  transition: height 0.3s ease, width 0.3s ease;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
}
.logoMain{
  display: inline-block;
  width: 100%; max-width: 150px;
}

/* Menú de navegación 
================================================================================== */

.navbar{
  background: none;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}
.navbar-brand i {
  margin-right: 8px;
}
.navbar-nav a.nav-link{
  font-weight: 500 !important;
  text-transform: uppercase;
  padding:10px 12px !important;
}
.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link.active{
  color:#00b087;
}
.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; 
  transform: translateY(101%);    /* Oculto hacia abajo */
  transition: transform 0.3s ease;
  z-index: -1;                    /* Detrás del texto */
}
/* --- Hover: fondo sube, texto cambia de color --- */
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus-visible::before {
  transform: translateY(0);       /* Sube hacia arriba */
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible {
  color:#003e47;
}
.linkFincaSta{
  font-family: 'cabrito_contrastbold';
  color:#fff;
}

/* Estilo base del dropdown */
.dropdown-menu {
  background-color: #182945;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}

/* Estilo de los enlaces dentro del dropdown */
.dropdown-item {
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.3s ease;
}

/* Hover en los items del dropdown */
.dropdown-item:hover {
  background-color: #e6c985;
  color: #182945;
}

/* Mantener color del enlace principal cuando el dropdown está abierto o en hover */
.nav-item.dropdown:focus-within > .nav-link,
.nav-item.dropdown.show > .nav-link {
  background-color: #fff;
  color: #182945 !important;
}


/* bxSlider 
================================================================================== */

@keyframes zoomInEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* Ajusta el zoom según tu preferencia */
  }
}

.myHomeSlider .slider{
	position: relative;
	width:100%; height: 100vh;
}
.myHomeSlider .areaImagen{
  position: absolute;
  display: block;
  width:100%; height: 100vh;
}
.myHomeSlider .areaImagen img{
  width:100%; height: 100vh;
  object-fit: cover;
  transform: scale(1); /* Estado inicial */
  transition: transform 6s ease-in-out;
}
.myHomeSlider .areaImagen.darken img{
  filter: brightness(30%);
}

.myHomeSlider .slider .areaImagen img.zoom-effect {
  animation: zoomInEffect 6s ease-in-out forwards;
}
.myHomeSlider .areaInfo{
  position: absolute;
  left:0; right:0; top:0; bottom:0;
  display: flex; 
  align-items: flex-end;
  justify-content: flex-start;
  color:#fff;
  bottom:100px; left:100px;
}
.myHomeSlider .areaInfo .info{
  align-self: flex-end;
  font-size: 1.2em; color: #fff;
  max-width: 70%;
}
.myHomeSlider .areaInfo .info img.logoDes{
  display: inline-block;
  width:100%; max-width: 80px;
  margin-bottom: 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.myHomeSlider .areaInfo .info h2{
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.2em; 
  font-weight: 700;
  margin:0 0 20px 0;
  padding:0;
}
.myHomeSlider .areaInfo .info h3{
  color:#fff; font-size: 1.1em; font-weight: 300; line-height: 28px;
  margin:0 0 20px 0; 
}
.myHomeSlider .areaInfo .info h2 strong,
.myHomeSlider .areaInfo .info strong{
  color:#00b087;
}
.myHomeSlider .areaInfo .info p{
  text-align: center;
  margin: 10px 0;
}

/* Estilos de Area de Contenidos
================================================================================== */

.titleContainer{
  position: relative;
  padding:160px 0 100px 0;
}
.titleContainer .titleBack{
  position: absolute;
  left:0; top:80px;
  font-size: 7em;
  color:#eee; font-weight:900; 
  z-index: 1;
}
.titleContainer h1{
  position: relative;
  z-index: 100 !important;
  font-size: 3em;
}


/* Area de Entrada
===================================================================================== */
.info-box,
.info-box-reverse {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  margin-right: -100px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.info-box-reverse{
  margin-right: 0; margin-left: -100px;
}
.info-box.nomargins{
  margin-left:0; margin-right: 0;
}
.info-box h2{
  font-size: 1.8em;
}

/* Opcional: asegura que la imagen no se tape accidentalmente */
.img-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .info-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Area de contenidos 
====================================================================== */

section.area{
  padding:100px 0;
}
section h1,
section h2{
  position: relative;
  font-size: 2.2em;
  margin-bottom: 24px;
}
section h2{
  font-size: 1.8em;
}
section h1.decorate::after,
section h2.decorate::after{
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom:-10px;
  left:50%;
  width:100px; height:4px;
  background-color: #e6c985;
}
section.bg1{
  background: #f5f5f5;
}
section.bg2{
  background: #e5e5e5;
}

.areaContenido ul{
  list-style: none;
  margin:0 0 30px 0px;
}
.areaContenido ul li{
  line-height: 28px;
}
.areaContenido img{
  width:auto; max-width: 100%;
  height: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.icon-list {
  list-style: none;
  padding-left: 16px;
}
.icon-list li {
  display: flex;
  align-items: top;
  margin-bottom: 0.5em;
}
.icon-list .icon {
  margin-right: 0.5em;
  font-size: 1.2em;
}


/* Area de Pasos de Flujo
================================================================== */

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}

.step-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.step {
  background-color: #f0f0f0; /* Personalizable */
  border-radius: 12px;
  padding: 2rem 1rem;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.step-number {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff; text-align: center;
  padding-top: 10px;
  width:80px; height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #00b087;
}

.step-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #555; /* Personalizable */
}

.step-arrow {
  font-size: 2rem;
  margin-left: 1rem;
  color: #999; /* Personalizable */
}

/* Responsivo para pantallas pequeñas */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .step-wrapper {
    flex-direction: column;
  }

  .step-arrow {
    margin: 0.5rem 0;
    transform: rotate(90deg);
  }
}


/* Area de Newsletter 
=================================================================== */

.areaNewsletter{
  position: relative;
  padding:80px 0;
  color:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.areaNewsletter .areaIcon{
  display: block; float:left;
  width:100px;
  font-size: 2.7em;
  margin-top: -30px;
}
.areaNewsletter h1{
  font-size: 1.4em;
  margin-bottom: 20px;
  color:#e6c985;
}
.areaNewsletter .areaInfo{
  display: block;
  overflow: hidden;
}


/* Formularios 
========================================================================== */

form label{
  text-transform: uppercase;
  font-size: 0.7em; letter-spacing: 2px;
  margin-bottom: 4px;
}
form .form-control{
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding:10px 20px;
}
form input.error,
form textarea.error,
form select.error{
  border:solid 3px #f00 !important;
}
form label.error{
  color:#f00;
  font-size: 0.6em;
}

#areaMap{
  display: block;
  width:100%; height: 450px;
}
#areaMap iframe{
  display: block;
  width:inherit; height: inherit;
}

/* Footer 
========================================================================== */

footer{
  padding:60px 0 0 0;
  color:#aaa;
  font-size: 0.9em;
  background-color: #00323a !important;
}
footer.bgFooter{
  background: url(../../images/web/bg-footer1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer .areaLogoFooter span{
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 15px;
}
footer .logoFooter{
  display: inline-block;
  width:100%; max-width: 200px;
}
footer h2{
  color:#fff;
  font-size: 1.2em; color:#fff; font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
footer h2::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px; /* separa la línea del texto */
  left:0;
  width: 20px;
  height: 2px;
  background-color: #00b087; /* cambia a tu color deseado */
}
footer a{
  color:#fff; text-decoration: underline;
}
footer a:hover{
  text-decoration: none;
  color:#fff !important;
}
.socialIcons a i{
  font-size: 1.5em; color:#fff;
  margin-right:20px;
  transition: all ease 0.2s;
}
.socialIcons a:hover{
  color:#93371e;
}
.lineBottom{
  background-color: #111;
  padding:20px 0;
  color:#eee; font-size: 0.8em;
}

/* -------- Enlace con subrayado animado -------- */
.link-anim{
  position: relative;      /* Necesario para posicionar el ::after */
  display: inline-block;   /* Mantiene el ancho justo del texto */
  color: #fff;           /* Ajusta el color que prefieras */
  text-decoration: none;   /* Quitamos el subrayado nativo */
}
.link-anim::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;            /* Sitúalo encima (0) o ligeramente debajo (-2px) */
  width: 100%;
  height: 2px;             /* Grosor de la línea */
  background: currentColor;/* Mismo color que el texto */
  transform-origin: left center;
  transform: scaleX(0);    /* Línea “encogida” al inicio */
  transition: transform .3s ease;
}

/* Al pasar el mouse o al recibir foco mediante teclado */
.link-anim:hover::after,
.link-anim:focus-visible::after{
  transform: scaleX(1);    /* Se expande de izquierda a derecha */
  color: #fff;
}

.iconWhatsApp{
  display: inline-block;
  width:100%; max-width: 80px;
}

.btnWhatsApp{
  position: fixed;
  bottom:10px; right:10px;
  width:60px; height: 60px;
}
.btnWhatsApp img{
  display: inline-block;
  width:100%;
}
