
:root {--blanco:#fff;--negro:#000;--gris:#6b6b6b;--crema:#F6F4EB;--cremaHover:#d7d5cc;--oscuro:#141414;}
@font-face {font-family:'Authentic-Sans';src: url('font/authentic-sans.otf');}
* {margin: 0;padding: 0;box-sizing: border-box;}
html {scroll-behavior: smooth;scroll-padding-top: 75px;}
body {font-family:'Authentic-Sans';}
a,span,li,ul,p,b,h1,h2,h3,h4,h5,h6,body{font-family: 'Montserrat', sans-serif !important;}
body,html{overflow-x: hidden;}
.fondo-claro{background: var(--blanco);}
.fondo-oscuro{background: var(--oscuro);}
.c-blanco{color: var(--blanco) !important;}
.h50-img{height: 50vh;object-fit: contain;}
.h80-img{height: 80vh;object-fit: cover;width: 100%;}
.w80{width: 80%;}
/* ----- Header fijo ----- */
header {position: fixed;top: 0;left: 0;width: 100%;background: var(--crema);color: #fff;display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;z-index: 999;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;transition: all 0.3s ease;}
header.scrolled {background: var(--crema);bbox-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;;backdrop-filter: blur(6px);}
.logo img {height: 45px;object-fit: contain;transition: .5s all ease}
header.scrolled .logo img{height: 40px;}


/* ----- Navegación Desktop ----- */
.nav {display: flex;gap: 20px;}
.nav a {color: var(--oscuro);text-decoration: none;font-weight: 600;transition: all ease .5s;}
.nav a:hover {color: var(--gris);font-weight: 800;}
.nav a.active {color: var(--gris);font-weight: 800;border-bottom: 2px solid var(--negro);transition: all 0.3s ease;}

/* ----- Botón hamburguesa ----- */
.hamburger {display: none;flex-direction: column;cursor: pointer;gap: 5px;}
.hamburger span {width: 25px;height: 3px;background: var(--negro);transition: all 0.3s ease;}

/* Animación del botón hamburguesa al activar */
.hamburger.active span:nth-child(1) {transform: rotate(45deg) translate(6px, 6px);}
.hamburger.active span:nth-child(2) {opacity: 0;}
.hamburger.active span:nth-child(3) {transform: rotate(-45deg) translate(5px, -5px);}

main{position: relative;}
section{position: relative;}
.fondo{background-position: center bottom !important;background-size: cover !important;background-repeat: no-repeat !important;}
.fondo::after{content: "";position: absolute;left: 0;bottom: 0;top: 0;right: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
section#inicio{background: url(../img/arroyo-del-pedregal-hero-2025.webp);height: calc(100vh - 75px);margin-top: 75px;display: flex;align-items: center;flex-direction: column;position: relative;justify-content: center;}
.franjaInicio{background: var(--oscuro);width: 100%;padding: 10px;z-index: 1;position: absolute;top: 0;left: 0;}
.franjaInicio h1,.franjaInicio h2{color: var(--blanco);text-align: center;}
.franjaInicio h1{font-size: 5vh;margin-bottom: 0}
.franjaInicio h2{font-size: 3vh;margin-bottom: 0}

.contenidoHero {position: relative;z-index: 1;width: 50%;text-align: center;margin-top: 75px;}

section#inicio h3,section#inicio img.absolutoInicio{z-index: 1;}
section#inicio h3{color: var(--blanco);font-size: 6vh;line-height: 1.2;text-align: center;}
section#inicio img.absolutoInicio{width: 100px;position: absolute;bottom: 10px;right: 10px;}
.btn-hero{display: block;width: 40%;background: var(--oscuro);color: var(--blanco);text-decoration: none;transition: .5s all ease;padding: 10px;text-align: center;text-transform: uppercase;font-weight: 600;font-size: 2vh;margin: 20px auto;}
.btn-hero:hover{background: var(--negro);color:var(--blanco);text-decoration:none;}

.acomodo-altura{display: flex;flex-direction: column;justify-content: space-between;}
.acomodo-altura.centro-altura{justify-content: center;}
.textos{}
.textos h4,.textos h1{font-size: 4vh;font-weight: 600;}
.textos h2{font-size: 3vh;font-weight: 600;}
.textos p,.textos ul li,.textos strong{font-size: 2.5vh;line-height: 1.3;font-weight: 400;}
.textos strong{font-weight: 600 !important;}
.textos a.btn-custom{background:var(--oscuro);color:var(--blanco);padding:10px 20px;border-radius:20px;transition:.5s all ease;text-transform:uppercase;border: 1px solid var(--crema)}
.textos a.btn-custom:hover{text-decoration:none;background:var(--crema);color:var(--oscuro);border: 1px solid var(--oscuro)}
.textos ul{padding-left: 40px;}
.numeral{list-style: decimal;}


#acomodo-row .col-md-4:last-child .fondo-claro{justify-content: flex-end;}
#acomodo-row .col-md-4:last-child .fondo-claro .textos{margin-top: auto;}

.swiper {width: 100%;}
.swiper-slide {background-position: center;background-size: cover;height: 70vh;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;cursor: grab;}
.swiper-slide-active, .swiper-slide-visible {width: 25% !important;}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {width: 50% !important;border-right: 2px solid var(--blanco);border-left: 2px solid var(--blanco);}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next img{box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: none;}
.swiper-button-next ,.swiper-button-prev {height:20px;width:20px;background: var(--crema);border-radius: 50%;padding: 20px;display: flex;align-items: center;justify-content: center;opacity: .5;transition: .4s all ease;}
.swiper-button-next:hover ,.swiper-button-prev:hover{opacity:1;}
.swiper-button-next i,.swiper-button-prev i {font-size: 24px;color: var(--oscuro);}



form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea{background: transparent;color: var(--blanco);border-radius: 20px;}
form label{color: var(--blanco);display: block;font-weight: 500;font-size: 15px;}
form label span.wpcf7-form-control-wrap{display: block;margin-top: 2px;}
form input[type=submit]{background-color: var(--oscuro);color:var(--blanco);border:1px solid var(--crema);font-weight:600;transition: .5s all easE;margin-top: 15px;width: 100%;padding: 10px 15px;text-wrap: wrap;line-height: 1.5;}
form input[type=submit]:hover,form  input[type=submit]:focus{background-color:var(--crema) !important;color:var(--negro) !important;border:1px solid var(--crema) !important;}
embed, iframe, object{width: 100% !important;max-width: 100% !important;}

iframe#amoforms_iframe_1404659{max-width: 100% !important;}
#amofroms_main_wrapper{border: none !important;max-width: 100% !important;width: 100%;margin: 0 !important;}
input.amoforms_placeholder {color: #fff !important;}
.amoforms-footer-copyright{display: none !important;}
.amoforms-form{padding: 20px !important;width: 100%;}
button#button_submit {transition: .5s all ease;width: 100% !important;border-radius: 5px !important;}
button#button_submit:hover{background-color:#F6F4EB !important;color:#000 !important;}

.mapa{position: relative;}
.mapa iframe{width: 100%;}


footer{background: #000;color: #fff;}
footer img{width: 85px;}
footer a{color: #fff;transition: .5s all ease;}
footer a:hover{color: #e4e1da;}

.social-buttons {border-radius: 5px;display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: -10px;}
.social-buttons__button {margin: 5px;}
.social-button {border-radius: 50%;position: relative;display: flex;justify-content: center;align-items: center;outline: none;width: 45px;height: 45px;text-decoration: none;}
.social-icons {width: 100%;}
.social-button__inner {font-size: 20px;position: relative;display: flex;align-items: center;justify-content: center;width: calc(100% - 2px);height: calc(100% - 2px);border-radius: 100%;background: #fff;text-align: center;}
.social-button i,
.social-button svg {position: relative;z-index: 1;transition: 0.3s;}
.social-button i {font-size: 20px;}
.social-button svg {height: 40%;width: 40%;}
.social-button::after {content: "";position: absolute;top: 0;left: 50%;display: block;width: 0;height: 0;border-radius: 100%;transition: 0.3s;}
.social-button:focus,
.social-button:hover {color: #fff;text-decoration: none;}
.social-button:focus::after,
.social-button:hover::after {width: 100%;height: 100%;margin-left: -50%;}
.social-button--facebook {color: #3b5999;}
.social-button--facebook::after {background: #3b5999;}
.social-button--whatsapp {color: #128C7E;}
.social-button--whatsapp::after {background: #128C7E;}
.social-button--instagram {color: #e4405f;}
.social-button--instagram::after {background: #e4405f;}


section#privacidad {margin-top: 75px;}


/* ----- Responsive ----- */
@media (min-width: 1921px) {
    .logo img{height: 60px}
    header.scrolled .logo img{height: 55px;}
    section#inicio{height: calc(100vh - 75px);margin-top: 75px}
    .franjaInicio h1{font-size: 4vh;}
    .franjaInicio h2{font-size: 2.5vh;}
    .nav a{font-size: 1.5vh;}
}

@media (max-width: 1540px){

}

@media (max-width: 1366px) {

}


@media (max-width: 1280px) {

  .contenidoHero{width: 80%;padding: 0 30px;}
    section#inicio h3{width: 100%;}
 .franjaInicio h1{font-size: 4vh;}
}

@media (max-width: 1199px) {
    .franjaInicio h1{font-size: 4vh;}
    .franjaInicio h2{font-size: 2.5vh;}
    .logo img{height: 35px;}
    header.scrolled .logo img{height: 30px;}
    section#inicio{margin-top: 66px;height: calc(100vh - 66px);}
    .nav a{font-size: 14px;}
}


@media (max-width: 1024px) {
    section#inicio{margin-top: 65px;height: calc(100vh - 65px);}
}

@media only screen and (width: 1024px) and (height: 1366px) and (orientation: portrait) {
   section#inicio{margin-top: 66px;height: calc(100vh - 66px);}
   .contenidoHero{width: 80%;padding: 0 30px;}
   section#inicio h3{width: 100%;}
}

@media only screen and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    section#inicio{margin-top: 65px;height: calc(100vh - 65px);}
}

@media (max-width: 991px) {
    .hamburger {display: flex;}
    .nav {position: absolute;top: 60px;right: 0;background: 100%;flex-direction: column;align-items: flex-start;width:100%;padding: 15px;transform: translateX(100%);opacity: 0;pointer-events: none;transition: transform 0.4s ease, opacity 0.4s ease;background: var(--blanco);}
    .nav.active {transform: translateX(0);opacity: 1;pointer-events: auto;}
    .nav a {opacity: 0;transform: translateX(20px);transition: opacity 0.4s ease, transform 0.4s ease;}
    .nav.active a {opacity: 1;transform: translateX(0);}
    .nav.active a:nth-child(1) { transition-delay: 0.05s; }
    .nav.active a:nth-child(2) { transition-delay: 0.1s; }
    .nav.active a:nth-child(3) { transition-delay: 0.15s; }
    .nav.active a:nth-child(4) { transition-delay: 0.2s; }

    .textos h4{font-size: 25px;}
    .textos h1{font-size: 4vh;}
    .textos h2{font-size: 3vh;}

    section#privacidad{margin-top: 68px;}
    .textos p,.textos ul li,.textos strong{font-size: 15px;}
}

@media (max-width: 991px) and (orientation: landscape) {
    section#inicio{height: calc(100vh - 41px);}
    .franjaInicio h1{font-size: 5vh;}
    .franjaInicio h2{font-size: 3vh;}

    .textos h1{font-size: 5vh;}
    .textos h2{font-size: 4vh;}
}


@media (max-width: 850px) {
    section#inicio{margin-top: 66px;height: calc(100vh - 66px);}
    .franjaInicio h1{font-size: 4vh;}
    .franjaInicio h2{font-size: 2vh;}
    .contenidoHero{width: 100%;padding: 0 30px;}
    section#inicio h3{width: 100%;font-size: 4vh;}
    .acomodo-altura .h50-img{height: 40vh;}
    section#privacidad{margin-top: 66px;}
    .h80-img{height: 40vh;}

    .swiper-slide-active, .swiper-slide-visible {width: 10% !important;}
    .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {width: 80% !important;}
    .btn-hero{width: 90%;}

}

@media (max-width: 850px) and (orientation: landscape) {
    section#inicio{height: calc(100vh - 66px);}
    .franjaInicio h1{font-size: 5vh;}
    .franjaInicio h2{font-size: 3vh;}
    .btn-hero{font-size: 3vh;}
    .h80-img{height: calc(100vh - 63px);object-position: center bottom;}



}

@media (max-width: 768px) {
    .franjaInicio h1{font-size: 4vh;}
    .franjaInicio h2{font-size: 2vh;}
    .mapa iframe{height: 300px;}
    .social-buttons{justify-content: center;}
}


@media (max-width: 576px) {
    .franjaInicio h1{font-size: 3vh;}
    .franjaInicio h2{font-size: 2vh;}
    .contenidoHero{width: 100%;padding: 0 30px;}
    section#inicio h3{width: 100%;font-size: 4vh;}
    section#inicio img.absolutoInicio{width: 80px;}
}


@media (max-width: 400px) {
    section#inicio{margin-top: 66px;height: calc(100vh - 66px);}
    .franjaInicio h1{font-size: 3vh;}
    .franjaInicio h2{font-size: 2vh;}
    .contenidoHero{width: 100%;padding: 0 30px;}
    section#inicio h3{width: 100%;font-size: 3vh;}
}