﻿*{
    scroll-margin-top: 120px; 
}

body{
    background: url(../images/patron-agendas-cuadernos-fondo-web.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
    padding-top: 140px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
    padding-top: 12px;
    padding-bottom: 12px;
}

.logotipo img{
    width: 100%;
    max-width: 260px;
}

.menu-toggle,
.menu-cerrar{
    border: 0;
    background: transparent;
    color: #111;
}

.menu-toggle{
    width: 46px;
    height: 46px;
    border-radius: 6px;
    background-color: #2e9f45;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.menu-cerrar{
    display: none;
}

.menu-overlay{
    display: none;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.66%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 18px;
}

.hero{
    position: relative;
    height: 70vh;
    min-height: 420px;
    margin-bottom: 28px;
    background-image: url("../images/agendas-libretas-cuadernos-ejecutivos-personalizados.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero__button{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 6px;
    background-color: #2e9f45;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.hero__button:hover{
    background-color: #25883a;
    color: #fff;
}


.nosotros{
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.texto{
    font-size: 20px;
}


.servicios{
    padding-top: 50px;
    padding-bottom: 50px;
}

.servicio{
    background: white;
    padding: 30px;

    border-radius: 20px;
}
.servicio h2{
    font-weight: bold;
    font-size: 23px;
}
.multimedia-servicio{
    text-align: center;
}
.servicio img, .servicio iframe{
    width: 80%;
    margin: 0 auto;
}

.hero-servicios{
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)), url("../images/libretas-agendas-ejecutivas-personalizadas.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.hero-servicios__contenido{
    max-width: 880px;
    padding: 80px 0;
}

.hero-servicios__contenido p{
    margin-bottom: 34px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
}

.hero-servicios__beneficios{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.hero-servicios__beneficio{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    font-weight: 700;
}

.hero-servicios__beneficio h3,
.hero-servicios__beneficio h4,
.hero-servicios__beneficio h5{
    margin: 0;
    color: inherit;
    font: inherit;
}

.hero-servicios__icono{
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2e9f45;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
}



.hero-productos{
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    margin-top: -30px;
    padding: 90px 0;
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url("../images/cuadernos-libretas-ejecutivas-para-empresas.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.hero-productos__dato{
    height: 100%;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 22px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .34);
    text-align: center;
    backdrop-filter: blur(2px);
}

.hero-productos__dato strong{
    display: block;
    margin-bottom: 12px;
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
}

.hero-productos__dato p{
    max-width: 300px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.productos{
    padding-top: 30px;
    padding-bottom: 100px;
}

.producto{
    width: 100%;
    height: 100%;
    background: white;
    padding: 12px;
    border: 0;
    border-radius: 20px;
    color: #111;
    text-align: left;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.producto:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .14);
}
.producto img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    margin-bottom: 18px;
}
.producto h2{
    font-size: 23px;
    font-weight: 700;
}
.producto p{
    margin-bottom: 0;
}

.producto-modal{
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.producto-modal.is-open{
    display: flex;
}

.producto-modal__overlay{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .78);
}

.producto-modal__contenido{
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    max-height: calc(100vh - 56px);
    padding: 34px 74px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
    overflow: auto;
}

.producto-modal__grid{
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 34px;
    align-items: center;
}

.producto-modal__imagen{
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.producto-modal__imagen img{
    width: 100%;
    max-height: 68vh;
    object-fit: contain;
}

.producto-modal__texto h2{
    margin-bottom: 16px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.producto-modal__texto p{
    margin-bottom: 0;
    color: #333;
    font-size: 19px;
    line-height: 1.55;
}

.producto-modal__conteo{
    display: block;
    margin-bottom: 12px;
    color: #2e9f45;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.producto-modal__cerrar,
.producto-modal__flecha{
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    color: #fff;
    line-height: 1;
}

.producto-modal__cerrar{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 400;
}

.producto-modal__flecha{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 40px;
    transform: translateY(-50%);
}

.producto-modal__flecha--prev{
    left: 16px;
}

.producto-modal__flecha--next{
    right: 16px;
}

.producto-modal__cerrar:hover,
.producto-modal__flecha:hover{
    background-color: #2e9f45;
}

body.producto-modal-abierto{
    overflow: hidden;
}

.testimonios-productos{
    padding: 70px 0;
    background-color: #fff;
}

.testimonio-producto{
    height: 100%;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 26px;
    border-radius: 8px;
    background-color: #f1f1f1;
    text-align: center;
}

.testimonio-producto__icono{
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background-color: #2e9f45;
    color: #fff;
    font-size: 29px;
}

.testimonio-producto p{
    max-width: 310px;
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.contacto-pagina{
    padding: 70px 0 90px;
}

.contacto-formulario,
.contacto-video{
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

.contacto-formulario{
    padding: 34px;
}

.contacto-formulario h1{
    margin-bottom: 24px;
    color: #111;
    font-size: 34px;
    font-weight: 800;
}

.contacto-formulario__campo{
    margin-bottom: 18px;
}

.contacto-formulario__campo label{
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
    font-weight: 800;
}

.contacto-formulario__campo input,
.contacto-formulario__campo textarea{
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background-color: #f8f8f8;
    color: #111;
    font-size: 17px;
    outline: 0;
}

.contacto-formulario__campo input{
    min-height: 50px;
    padding: 0 14px;
}

.contacto-formulario__campo textarea{
    display: block;
    min-height: 150px;
    padding: 12px 14px;
    resize: vertical;
}

.contacto-formulario__campo input:focus,
.contacto-formulario__campo textarea:focus{
    border-color: #2e9f45;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(46, 159, 69, .14);
}

.contacto-formulario__boton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 52px;
    border: 0;
    border-radius: 6px;
    background-color: #2e9f45;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.contacto-formulario__boton:hover{
    background-color: #25883a;
}

.contacto-video{
    display: flex;
    align-items: center;
    padding: 18px;
}

.contacto-video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
}



.cta-contacto{
    background-color: #fff;
    padding: 70px 0;
    text-align: center;
}

.cta-contacto h2{
    margin-bottom: 10px;
    color: #1e1e1e;
    font-size: 34px;
    font-weight: 800;
}

.cta-contacto p{
    margin-bottom: 26px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.cta-contacto__boton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 170px;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 6px;
    background-color: #25d366;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .28);
}

.cta-contacto__boton:hover{
    background-color: #20b958;
    color: #fff;
}

.footer{
    background-color: #171717;
    color: #f4f4f4;
    padding: 60px 0 40px;
}

.footer__logo{
    max-width: 230px;
    margin-bottom: 22px;
    padding: 12px;
    border-radius: 6px;
    background-color: #fff;
}

.footer__logo img{
    width: 100%;
}

.footer__texto{
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.6;
}

.footer h3{
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.footer__lista,
.footer__contacto{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__lista li,
.footer__contacto li{
    margin-bottom: 10px;
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.45;
}

.footer__contacto li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer__contacto [class^="icon-"],
.footer__contacto [class*=" icon-"]{
    flex: 0 0 18px;
    margin-top: 3px;
    color: #25d366;
    font-size: 17px;
}

.footer a{
    color: #d6d6d6;
    text-decoration: none;
}

.footer a:hover{
    color: #25d366;
}

.footer__mapa{
    margin-top: 38px;
}

.footer__mapa iframe{
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 6px;
}

.whatsapp-flotante{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 15px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #25d366, #128c4a);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(18, 140, 74, .38);
    overflow: hidden;
    animation: whatsapp-pulso 2.2s ease-in-out infinite;
}

.whatsapp-flotante::before{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-18deg);
    animation: whatsapp-brillo 3.4s ease-in-out infinite;
}

.whatsapp-flotante:hover{
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(18, 140, 74, .48);
}

.whatsapp-flotante__icono{
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .2);
    font-size: 18px;
}

.whatsapp-flotante span{
    position: relative;
    z-index: 1;
}

@keyframes whatsapp-pulso{
    0%{
        box-shadow: 0 12px 30px rgba(18, 140, 74, .38), 0 0 0 0 rgba(37, 211, 102, .45);
    }
    70%{
        box-shadow: 0 12px 30px rgba(18, 140, 74, .38), 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100%{
        box-shadow: 0 12px 30px rgba(18, 140, 74, .38), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes whatsapp-brillo{
    0%{
        left: -75%;
    }
    45%,
    100%{
        left: 125%;
    }
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    body{
        padding-top: 104px;
    }

    header{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logotipo img{
        max-width: 210px;
    }

    nav{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1200;
        width: 90%;
        max-width: 420px;
        height: 100vh;
        padding: 82px 28px 34px;
        background-color: #fff;
        box-shadow: -14px 0 32px rgba(0, 0, 0, .2);
        transform: translateX(100%);
        transition: transform .28s ease;
        overflow-y: auto;
    }

    body.menu-abierto{
        overflow: hidden;
    }

    body.menu-abierto nav{
        transform: translateX(0);
    }

    .menu-overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1190;
        width: 100vw;
        height: 100vh;
        display: block;
        background-color: rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .28s ease;
    }

    body.menu-abierto .menu-overlay{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu-cerrar{
        position: absolute;
        top: 22px;
        right: 22px;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background-color: #111;
        color: #fff;
        font-size: 20px;
    }

    nav ul li{
        width: 100%;
        float: none;
        border-bottom: 1px solid #ececec;
    }

    .menu{
        padding: 18px 0;
        text-align: left;
        font-size: 20px;
        font-weight: 700;
    }

    .hero{
        height: 62vh;
        min-height: 380px;
    }

    .texto{
        font-size: 18px;
    }

    .servicios .col-6{
        width: 100%;
        margin-bottom: 26px;
    }

    .servicio{
        padding: 24px;
        border-radius: 12px;
    }

    .servicio img{
        width: 100%;
    }

    .footer .col-md-6{
        margin-bottom: 34px;
    }

}

@media screen and (max-width:768px){
    body{
        padding-top: 96px;
    }

    .hero{
        height: 58vh;
        min-height: 340px;
        background-position: center;
    }

    .hero__button{
        min-width: 168px;
        min-height: 50px;
        padding: 13px 22px;
        font-size: 16px;
    }

    .nosotros{
        padding-top: 44px;
    }

    .titulo{
        font-size: 30px;
    }

    .servicios{
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .servicio h2{
        font-size: 21px;
    }

    .hero-servicios{
        min-height: 560px;
    }

    .hero-servicios__contenido p{
        font-size: 23px;
    }

    .hero-servicios__beneficios{
        grid-template-columns: 1fr;
    }

    .cta-contacto h2{
        font-size: 28px;
    }

    .cta-contacto p{
        font-size: 21px;
    }

    .whatsapp-flotante{
        right: 14px;
        bottom: 14px;
        min-height: 52px;
        padding: 13px 16px;
        font-size: 15px;
    }

}

@media screen and (max-width:576px){
    body{
        padding-top: 86px;
    }

    header .container{
        padding-left: 18px;
        padding-right: 18px;
    }

    .logotipo img{
        max-width: 170px;
    }

    .menu-toggle{
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    nav{
        padding: 76px 22px 30px;
    }

    .menu{
        font-size: 18px;
    }

    .hero{
        height: 56vh;
        min-height: 310px;
    }

    .texto{
        font-size: 17px;
    }

    .servicio{
        padding: 20px;
    }

    .hero-servicios{
        min-height: 620px;
    }

    .hero-servicios__contenido{
        padding: 60px 0;
    }

    .hero-servicios__contenido p{
        font-size: 20px;
    }

    .hero-servicios__beneficio{
        font-size: 18px;
    }

    .hero-productos{
        min-height: auto;
        padding: 58px 0;
    }

    .hero-productos__dato{
        min-height: 150px;
    }

    .hero-productos__dato strong{
        font-size: 44px;
    }

    .hero-productos__dato p{
        font-size: 18px;
    }

    .producto-modal{
        padding: 14px;
    }

    .producto-modal__contenido{
        max-height: calc(100vh - 28px);
        padding: 58px 18px 76px;
    }

    .producto-modal__grid{
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .producto-modal__imagen{
        min-height: 260px;
    }

    .producto-modal__texto h2{
        font-size: 26px;
    }

    .producto-modal__texto p{
        font-size: 17px;
    }

    .producto-modal__flecha{
        top: auto;
        bottom: 16px;
        width: 46px;
        height: 46px;
        font-size: 34px;
        transform: none;
    }

    .producto-modal__flecha--prev{
        left: 18px;
    }

    .producto-modal__flecha--next{
        right: 18px;
    }

    .testimonios-productos{
        padding: 52px 0;
    }

    .testimonio-producto{
        min-height: 210px;
    }

    .testimonio-producto p{
        font-size: 18px;
    }

    .contacto-pagina{
        padding: 52px 0 64px;
    }

    .contacto-formulario{
        padding: 24px;
    }

    .contacto-formulario h1{
        font-size: 28px;
    }

    .cta-contacto{
        padding: 54px 0;
    }

    .cta-contacto h2{
        font-size: 24px;
    }

    .footer{
        padding-top: 46px;
    }

    .footer__logo{
        max-width: 190px;
    }

    .footer__mapa iframe{
        height: 260px;
    }

    .whatsapp-flotante{
        left: 14px;
        right: 14px;
        justify-content: center;
        width: auto;
    }
    
}
