/*GENERALES*/
body {
    font-family: "Arimo", sans-serif;
    background-color: #F5F5F7;
}

h1 {
    display: none;
}

h2 {
    text-align: center;
    font-family: "Merriweather", serif;
    background-color: transparent;
    color: black;
    font-weight: 600;
    margin: 30px;
    font-size: 20pt;
}

h3 {
    font-size: 25px;
    color: white
}

h4 {
    text-align: left;
    font-family: "Merriweather", serif;
    font-size: 12pt;
    color: white;
}

h5 {
    text-align: left;
    font-family: "Merriweather", serif;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

/*NAVBAR*/
/* Botón Contacto: color sólido #355184 */
.navbar {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 10pt;
    letter-spacing: 1px;
}

.navbar-nav li {
    padding-right: 20px;
}

.btn-contacto {
    background-color: #6F2511;
    color: #fff;
    border-radius: 25px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 10pt;
    letter-spacing: 1px;
    position: relative;
    z-index: 9999;
}


.btn-contacto:hover {
    background-color: #2c5288;
    color: #fff;
}

/* Enlace activo (izquierda) */
.nav-link.enlace-activo,
.nav-link.active {
    background-color: #d5dceb;
    /* versión más clara de #355184 */
    border-radius: 6px;
    color: #2c5288 !important;
    font-weight: 600;
}

/* Hover del menú */
.nav-link:hover {
    color: #2c5288;
}

/* Íconos blanco y negro */
.nav-link i {
    font-size: 1.2rem;
    color: #000;
}

.nav-link i:hover {
    color: #555;
}

/*ENCABEZADO*/
.encabezado {
    font-family: "Merriweather", serif;
    font-weight: 700;
    letter-spacing: 1px;

    padding: 131px 0 65px;
    /* background-image: url("../imagenes/texturapapel.png");*/
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes glow {
    from {
        filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.2));
    }

    to {
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    }
}


.frase-encabezado {
    padding: 0 50px;
}

.frase-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.frase-link:hover {
    cursor: pointer;
}



/*NUESTRO TRABAJO*/

.titulo-nuestro-trabajo {
    text-align: center;
    overflow: hidden;

}

.nuestro-trabajo-home {
    text-align: center;
    margin: 12px;
    padding-bottom: 40px;
    padding: 40px
}

.nuestro-trabajo {
    text-align: center;
    margin: 12px;
    margin-top: 100px;
    padding-bottom: 40px;
}

.nuestro-trabajo img {

    border-radius: 15px;
    transition: all .5s ease;
}

.nuestro-trabajo img:hover {
    transform: scale(1.03);
}

.btn-ver-mas {
    background-color: #6F2511;
    color: #fff;
    border-radius: 25px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.btn-ver-mas:hover {
    background-color: #2c5288;
    color: #fff;
}



/*NUESTRA HISTORIA*/
.nuestra-historia {
    margin: 40px 80px;
}

.nuestra-historia p {
    font-family: "Arimo", sans-serif;
    margin: 35px;
    text-align: center;
}

.nuestra-historia img {
    width: 60%;
    border-radius: 15px;
    height: auto;
    object-fit: cover;
}


/*CTA*/
.cta {
    text-align: center;
    overflow: hidden;
    color: #000;
    margin: 40px;
}

.slide-in {
    display: inline-block;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 2s ease-out;
    /* duración lenta */
}

.slide-in.visible {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/**/
/**/
/**/
/*FOOTER*/

.footer a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: "Merriweather", serif;
    font-weight: 400;
    padding: 30px;
    font-size: 20pt;

}

.footer {
    background-color: #000;
    padding: 100px;
}

.logo-blanco {
    padding-top: 30px;
}

/**/
/**/
/**/

/*SECCION NOSOTROS*/
/*valores*/
.valores {
    margin: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 40px;
}

section.valores {
    border-bottom: 1pt solid #000 !important;
}

.valores p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*nuestro equipo*/
.nuestro-equipo {

    padding-bottom: 50px;
    border-bottom: 1pt solid #000 !important;
    margin: 30px
}

.equipo-img {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    display: block;
    margin-bottom: 42px;
}

/**/
/**/
/**/
/*SERVICIOS*/
/*carousel*/

.intro-servicios {
    text-align: center;
    margin: 12px;
    margin-top: 100px;
    padding-bottom: 40px;
    border-bottom: 1pt solid #000 !important;
}


.intro-servicios p {
    padding: 0 120px;
}

.cards-section {
    background: #f5f5f7;
    padding: 50px 10px 20px
}

.cards-wrapper {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.cards-wrapper::-webkit-scrollbar {
    display: none;
}

.card-apple {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease;
}

.card-apple:hover {
    transform: translateY(-6px);
}

.card-media {
    aspect-ratio: 2 / 3;
    /* vertical */
    width: 100%;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 22px;
}


.eyebrow {
    font-size: 13px;
    color: #6e6e73;
    display: block;
    margin-bottom: 8px;
}

.card-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #1d1d1f;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
}

.arrow-left {
    left: -20px;
}

.arrow-right {
    right: -20px;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    /* centra horizontalmente el bloque */
    padding: 50px 20px;
    pointer-events: none;
    /* no bloquea clicks */
}

/* Lista */
.card-overlay ul {

    font-family: "Arimo", sans-serif;
    list-style: disc;
    margin: 0;
    padding-left: 20px;
    color: rgb(48, 48, 48);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 80%;
    text-align: left;
}

ul li::marker {
    color: #2c5288
}

.card-3 ul {
    color: white;
}

.card-3 li::marker {
    color: white
}


/**/
/**/
/**/
/*PORTAFOLIO*/

.ficha {
    background-color: #000;
    padding: 20px;
}

.ficha p {
    color: white;
    text-align: center;
    margin-bottom: 0;
}

/*FRUTOS DE VIDA*/
.hero-fdv {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.intro-pure {
    margin-top: 50px;
}

.img-responsive-original {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.reto {
    margin-bottom: 40px;
}

.boton-portafolio {
    margin-top: 40px;
}

/*QUEEN*/
.ficha-queen {
    background-color: #000;
    padding: 20px;
    padding-top: 80px;
}

.ficha-queen p {
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.queen-galeria {
    margin: 30px;
}

.queen-galeria img {

    margin-bottom: 25px;
    width: 100%;
    border-radius: 28px;
}

/*CARLOS*/
.ficha-carlos {
    background-color: #000;
    padding: 20px;
}

.ficha-carlos p {
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.materiales-carlos img {

    border-radius: 28px;
}

/*HUGGIES*/
.intro-huggies {
    margin: 60px 0;
}






/**/
/**/
/**/
/*SCROLL*/

/* Ancho del scroll */
::-webkit-scrollbar {
    width: 10px;
}

/* Fondo del scroll */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Barra que se mueve */
::-webkit-scrollbar-thumb {
    background-color: #2c5288;
    border-radius: 10px;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #1f3a63;
}

/**/
/**/
/**/
/*MEDIA QUERIES*/
@media (max-width: 992px) {

    a.navbar-brand.mx-auto.d-none.d-lg-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nuestro-trabajo {
        padding: 27px 20px;
    }

    .arrow {
        display: none;

    }

    @media (max-width: 768px) {
        .nuestra-historia {
            margin: 40px 10px;
        }
    }

    .intro-servicios p,
    .intro-pure p {
        padding: 0 50px;
    }


    .tercera-queen {
        text-align: center;
    }

}


@media (max-width: 640px) {
    .encabezado {
        padding-bottom: 40px;
        padding-top: 100px;
        text-align: center;
        margin: 0 auto 25px;
    }

    .encabezado img {
        width: 95%;
        max-width: 380px;
        margin: 0 auto 25px;
        margin-bottom: 0;
        display: block;
    }

    .intro-pure p,
    .intro-huggies p {
        padding: 22px;
    }

    .queen-galeria {
        margin: 20px;
    }

}


@media (max-width: 576px) {
    h3 {
        font-size: 20px;
        padding: 20px !important;
    }

    .nuestro-trabajo h2 {
        border-radius: 35px;
    }

    .footer a {
        font-size: 15pt;
    }

    .nuestro-equipo .equipo-img {
        max-width: 100%;
        /* Que fluya completamente en móvil */
        border-radius: 15px;
    }

    .valores {
        padding: 0px;
        text-align: center;
    }

    .valores p {
        font-size: 12pt;
    }

    .intro-pure,
    .intro-huggies {
        text-align: center;
    }
}


@media (max-width: 414px) {
    .hero-gif {
        transform: translate(-50%, -50%) scale(0.9);
    }
}


/**/