
/* =====================================================
   VARIABLES PREMIUM INGENY
===================================================== */

:root{

    --gold:#B08A4F;
    --gold-light:#C6A769;

    --dark:#1F1F1F;

    --text:#6A645B;

    --bg:#F8F6F2;

    --white:#FFFFFF;

    --border:#E8E0D4;

    --shadow-sm:0 8px 25px rgba(0,0,0,.04);

    --shadow-md:0 18px 40px rgba(0,0,0,.08);

    --radius:22px;

}

/* RESET */

body {
    font-family: 'Inter', sans-serif;
    background: #FAF9F7;
    margin: 0;
    padding: 0;
}

/* TOPBAR */

.topbar {
    background: #F3EEE7;
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #7B6A58;
    border-bottom: 1px solid #E7DDD0;
}

/* NAVBAR */

.custom-navbar {
    background:rgba(255,255,255,.92);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(176,138,79,.10);
    box-shadow:

        0 4px 25px rgba(0,0,0,.03);
    padding:18px 0;
    transition:.4s ease;
    border-bottom:none;
}

/* LOGO */

.logo {
    text-decoration: none;
}

.logo h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    line-height: 0.8;
    color: #B08A4F;
    margin: 0;
    font-weight: 500;
}

.logo p {
    font-size: 10px;
    letter-spacing: 4px;
    color: #9F927E;
    margin-top: 8px;
}

/* MENU */

.navbar-nav .nav-link:hover{
    color:var(--gold);
    transform:translateY(-1px);
}

.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:12px;
    bottom:2px;
    width:0;
    height:1px;
    background:var(--gold-light);
    transition:.3s ease;
}

.navbar-nav .nav-link:hover::after{
    width:65%;
}

/* BOTON */

.btn-cotizacion{

    background:linear-gradient(
        135deg,
        #B08A4F,
        #D0B07A
        );

    color:#fff;

    padding:15px 30px;

    border-radius:14px;

    letter-spacing:1.5px;

    font-size:11px;

    font-weight:600;

    box-shadow:
        0 10px 30px rgba(176,138,79,.25);

    transition:.35s ease;
}

.btn-cotizacion:hover{

    transform:translateY(-4px);

    box-shadow:
        0 18px 40px rgba(176,138,79,.35);
}

/* HERO DEMO */

.hero {
    padding: 120px 0;
}

.hero h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    color: #2A2A2A;
}

.hero p {
    color: #7B6A58;
    font-size: 20px;
    margin-top: 20px;
}

/* MOBILE */

@media (max-width: 991px) {

    .logo h1 {
        font-size: 48px;
    }

    .topbar .container {
        gap: 10px;
        justify-content: center !important;
    }

    .navbar-collapse {
        margin-top: 30px;
    }

    .navbar-nav {
        text-align: center;
        gap: 15px;
    }

}

/* LOGO */ 
.logo { 
    display: flex; 
    align-items: center; 
    text-decoration: none; 
} 
.logo-img { 
    width: 120px; 
    height: auto; 
    object-fit: contain; 
    transition: 0.3s ease; 
} 
/* HOVER */ 
.logo-img:hover { 
    opacity: 0.9; 
    transform: scale(1.02); 
} 
/* MOBILE */ 
@media (max-width: 768px) { .logo-img { width: 160px; } }


/* ======================================================
   HERO PREMIUM — INGENY
====================================================== */

.hero-section{
    position: relative;
    overflow: hidden;
    background: #f7f4ef;
}

/* IMAGEN */

.hero-image{
    width: 100%;
    height: 60vh;
    min-height: 60px;
    object-fit: cover;
    object-position: center;
}

/* OVERLAY */

.hero-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
        90deg,
        rgba(15,15,15,.82) 0%,
        rgba(15,15,15,.62) 42%,
        rgba(15,15,15,.18) 75%,
        rgba(15,15,15,0) 100%
        );

    z-index:2;
}

/* CONTENIDO */

.hero-content{
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

/* CONTENEDOR */

.hero-container{
    width: 100%;
    max-width: 920px;
    padding-left: 70px;
}

/* SUBTITLE */

.hero-subtitle{
    display: inline-block;
    /*    margin-bottom: 28px;*/
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
}

/* TITULO */

.hero-title{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(58px,6vw,82px);
    line-height:.92;
    font-weight:500;
    letter-spacing:-1px;
    color:#fff;
    margin-bottom:20px;
}

/* SEGUNDA LINEA */

.hero-title span{
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
}

/* LINEA */

.hero-line{
    width: 85px;
    height: 1px;
    background: #ffffff;
    margin-bottom: 35px;
}

/* TEXTO */

.hero-text{
    max-width:560px;
    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,.92);
    margin-bottom:35px;
}

/* BOTON */

.hero-btn{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 28px;
    background: #C6A769;
    color: #fff;
    border: none;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all .3s ease;
}

/* HOVER */

.hero-btn:hover{
    background: #B59453;
    color: #fff;
    transform: translateY(-2px);
}

/* FIRMA */

/* =========================
   FIRMA EVELIN
========================= */

.hero-signature{

    margin-top: 20px;
    font-family: 'Allura', cursive;
    font-size: 78px;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}



/* TEXTO FIRMA */

.hero-signature small{
    display: block;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1200px){

    .hero-image{
        min-height: 850px;
    }

    .hero-title{
        font-size: clamp(48px, 7vw, 78px);
    }

}

/* TABLET */

@media (max-width: 991px){

    .hero-section{
        background: #f7f4ef;
    }

    .hero-image{
        height: 900px;

        object-position: right center;
    }

    .hero-overlay{

        background:
            linear-gradient(
            90deg,
            rgba(15,15,15,.82) 0%,
            rgba(15,15,15,.62) 42%,
            rgba(15,15,15,.18) 75%,
            rgba(15,15,15,0) 100%
            );
    }

    .hero-content{
        align-items: flex-start;
        padding-top: 140px;
    }

    .hero-container{
        max-width: 100%;
    }

    .hero-title{
        font-size: clamp(46px, 8vw, 68px);
        max-width: 600px;
    }

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

}

/* MOBILE */

@media (max-width: 768px){

    .hero-image{
        height: 820px;
    }

    .hero-content{
        padding-top: 120px;
    }

    .hero-subtitle{
        font-size: 11px;
        letter-spacing: 3px;
    }

    .hero-title{
        font-size: clamp(30px, 1vw, 52px);
        line-height: 0.98;
    }

    .hero-title span{
        margin-top: 6px;
    }

    .hero-text{
        max-width: 100%;
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-btn{
        padding: 16px 28px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-signature{
        font-size: 42px;
    }

    .hero-signature small{
        font-size: 10px;
        letter-spacing: 3px;
    }

}

/* ======================================================
   FEATURES SECTION COMPACTA
====================================================== */

.features-section{

    padding: 5px 0;
    background: rgba(250, 249, 247, 0.96);
    border-top: 1px solid #ECE4D8;
    border-bottom: 1px solid #ECE4D8;
}

/* CAJA */

.feature-box{
    text-align: center;
    padding: 5px 10px;
    transition: .3s ease;
}

/* ICONO */

.feature-icon{
    margin-bottom: 14px;
}

.feature-icon i{
    font-size: 20px;
    color: #B08A4F;
    transition: .3s ease;
}

/* TITULO */

.feature-box h3{
    margin-bottom: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #1f1f1f;
}

/* TEXTO */

.feature-box p{
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #6A645B;
}

/* LINEA DECORATIVA */

.collection-line{
    width: 85px;
    height: 1px;
    background: #C6A769;
    margin-top: 18px;
}

/* HOVER */

.feature-box:hover .feature-icon i{
    transform: translateY(-2px);
    color: #C6A769;
}

/* RESPONSIVE */

@media (max-width: 991px){

    .features-section{
        padding: 40px 0;
    }

    .feature-box{
        padding: 10px;
    }

}

@media (max-width: 768px){

    .feature-box{
        margin-bottom: 20px;
    }

    .feature-box h3{
        font-size: 16px;
    }

    .feature-box p{
        font-size: 11px;
    }

}

/* =========================================
   SECCION
========================================= */

.featured-collection{
    background: #F7F4EF;
    padding: 140px 0;
}

/* =========================================
   HEADER
========================================= */

.collection-header{
    margin-bottom: 45px;
}

.collection-subtitle{
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B08A4F;
    font-family: 'Inter', sans-serif;
}

.collection-title{
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(42px,5vw,68px);
    font-weight:500;
    line-height:.95;
    letter-spacing:-1px;
    color:#1d1d1d;
    margin:0;
    white-space:nowrap;
    position:relative;
}



.collection-header{
    margin-bottom:42px;
}

.collection-header .d-flex{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}


/* =========================================
   BOTON VER COLECCIÓN COMPLETA
========================================= */

.collection-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 20px;
    background:#fff;
    border:1px solid #dcc8a5;
    border-radius:14px;
    font-size:11px;
    font-weight:600;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#b8955f;
    text-decoration:none;
    transition:all .35s ease;
    box-shadow:0 4px 12px rgba(0,0,0,.03);
}

.collection-link::after{
    display:none!important;
    content:none!important;
}

.collection-link:hover{
    background:#b8955f;
    border-color:#b8955f;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(184,149,95,.18);
}



/* ===================================================== */
/* FIX RESPONSIVE BOTÓN VER COLECCIÓN COMPLETA */
/* ===================================================== */

@media(max-width:768px){

    .collection-header{
        display:flex!important;
        flex-direction:column;
        align-items:flex-start!important;
        gap:18px;
        margin-bottom:30px;
    }

    .collection-title{
        font-size:42px;
        line-height:1;
        white-space:normal;
    }

    .collection-link{
        display:inline-flex!important;
        visibility:visible!important;
        opacity:1!important;

        width:100%;
        justify-content:center;
        align-items:center;

        padding:14px 16px;
        border-radius:14px;

        font-size:10px;
        letter-spacing:1.5px;

        background:#fff;
        border:1px solid #dcc8a5;
    }

}



/* ===================================================== */
/* PRODUCT CARD */
/* ===================================================== */

.carousel-item .row{
    --bs-gutter-x:22px;
    row-gap:26px;
    justify-content:center;
}

.product-card{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    border:1px solid rgba(176,138,79,.08);
    height:100%;
    transition:.45s ease;
    box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow: 0 28px 65px rgba(0,0,0,.10);
    border-color:#D8BF92;
}


/* ===================================================== */
/* PRODUCT IMAGE */
/* ===================================================== */

.product-image{
    position:relative;
    overflow:hidden;
    background:#f7f4ef;
    aspect-ratio:1/1.12;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .6s ease;
}

.product-card:hover .product-image img{
    transform:scale(1.08);
    filter:brightness(1.04);
}

/* ===================================================== */
/* PRODUCT BADGE */
/* ===================================================== */

.product-badge{
    position:absolute;
    top:14px;
    left:14px;
    background:rgba(17,17,17,.92);
    color:#fff;
    padding:6px 12px;
    border-radius:40px;
    font-size:9px;
    font-weight:600;
    letter-spacing:1.5px;
    z-index:5;
    backdrop-filter:blur(4px);
}

/* ===================================================== */
/* PRODUCT FAVORITO */
/* ===================================================== */

.favorite-btn{
    position:absolute;
    top:14px;
    right:14px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#b08a4f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    z-index:5;
    transition:all .3s ease;
    backdrop-filter:blur(6px);
}

.favorite-btn:hover{
    background:#111;
    color:#fff;
    transform:scale(1.05);
}

/* ===================================================== */
/* CONTENT */
/* ===================================================== */

.product-info{
    padding:18px 18px 20px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    text-align:center;
}

/* ===================================================== */
/* TITLE */
/* ===================================================== */

.product-info h3{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    font-weight:500;
    line-height:1.05;
    color:#1f1f1f;
    margin-bottom:8px;
}

/* ===================================================== */
/* TEXT */
/* ===================================================== */

.product-min{
    font-size:11px;
    letter-spacing:.4px;
    color:#8c847b;
    margin-bottom:14px;
}

.product-price{
    font-size:22px;
    font-weight:600;
    letter-spacing:-.4px;
    color:#111;
    margin-bottom:2px;
}

.product-usd{
    font-size:11px;
    color:#9f988f;
    margin-bottom:18px;
    letter-spacing:.3px;
}

/* ===================================================== */
/* PRODUCT BUTTON */
/* ===================================================== */

.product-btn{
    width:100%;
    height:50px;
    border-radius:14px;
    background:
        linear-gradient(
        135deg,
        #C6A769,
        #B08A4F
        );

    color:#fff;
    font-size:11px;
    letter-spacing:2px;
    font-weight:600;
    text-transform:uppercase;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s ease;
    box-shadow:
        0 12px 24px rgba(176,138,79,.18);
    position:relative;
    overflow:hidden;
}

.product-btn:hover{
    transform:translateY(-2px);
    color:#fff;
}

.product-btn::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:
        linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
        );

    transition:.7s;
}

.product-btn:hover::before{

    left:100%;
}

/* ===================================================== */
/* PRODUCT RESPONSIVE */
/* ===================================================== */

@media(max-width:1200px){

    /*    .product-image img{
            height:300px;
        }*/

    .product-info h3,
    .product-title{
        font-size:32px;
    }

}

@media(max-width:991px){

    .collection-title{
        font-size:38px;
    }

    .product-card{
        border-radius:14px;
    }

    .product-image{
        aspect-ratio:4/5;
    }

}

@media(max-width:768px){

    .featured-collection{
        padding:55px 0;
    }

    .collection-title{
        font-size:30px;
        line-height:1.1;
    }

    .product-card{
        max-width:370px;
        margin:auto;
    }

    .product-image{
        aspect-ratio:4/5;
    }

    .product-content,
    .product-info{
        padding:14px;
    }

    .product-title,
    .product-info h3{
        font-size:18px;
        line-height:1.3;
        min-height:auto;
    }

    .product-btn{
        height:42px;
        font-size:10px;
        letter-spacing:1.2px;
    }

}

/* =========================================
   FOOTER
========================================= */

.footer-premium{

    background:
        linear-gradient(
        180deg,
        #F8F6F2 0%,
        #F3EFE8 100%
        );

    padding-top:100px;

    padding-bottom:35px;

    border-top:1px solid rgba(176,138,79,.12);
}

.footer-logo{
    width: 180px;
    margin-bottom: 25px;
}

.footer-description{
    max-width: 320px;
    font-size: 15px;
    line-height: 1.9;
    color: #6E685F;
    font-family: 'Inter', sans-serif;
}

.footer-title{
    margin-bottom: 28px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B08A4F;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.footer-contact{
    padding: 0;
    margin: 0;

    list-style: none;
}

.footer-contact li{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #5F5A54;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

.footer-contact i{
    color: #B08A4F;
    font-size: 18px;
}

.footer-social{
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-icon{

    width:52px;
    height:52px;

    border-radius:50%;

    border:1px solid rgba(176,138,79,.18);

    color:var(--gold);

    background:white;

    display:flex;

    align-items:center;
    justify-content:center;

    transition:.35s ease;

    box-shadow:
        0 8px 20px rgba(0,0,0,.04);
}

.social-icon:hover{

    background:var(--gold);

    color:white;

    transform:translateY(-4px);
}


.footer-divider{
    width: 100%;
    height: 1px;
    background: #E3D9CA;
    margin-top: 60px;
    margin-bottom: 28px;
}


.footer-bottom{
    text-align: center;
}

.footer-bottom p{
    margin: 0;
    color: #8A837A;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

/* =========================================
   RESPONSIVE FOOTER
========================================= */

@media (max-width: 991px){

    .footer-premium{
        padding-top: 70px;
    }

    .footer-brand,
    .footer-contact,
    .footer-social{
        text-align: center;
        justify-content: center;
    }

    .footer-description{
        margin: auto;
    }

}

@media (max-width: 768px){
    .footer-logo{
        width: 170px;
    }
    .social-icon{
        width: 44px;
        height: 44px;
    }
}

/* =========================================
SECCIÓN CLIENTES / UNBOXING
========================================= */

.clients-section{
    padding:150px 0;
    background:rgba(250, 249, 247, 0.96);
    position:relative;
    overflow:hidden;
}

.clients-header{
    margin-bottom:70px;
}

.clients-subtitle{
    display:inline-block;
    margin-bottom:18px;
    font-family:'Inter',sans-serif;
    font-size:11px;
    font-weight:600;
    letter-spacing:5px;
    text-transform:uppercase;
    color:#b8955f;
}

.clients-title{
    font-family:'Cormorant Garamond',serif;
    font-size:64px;
    font-weight:500;
    line-height:.95;
    letter-spacing:-1px;
    color:#1f1f1f;
    margin-bottom:24px;
    position:relative;
}

.clients-line{
    width:90px;
    height:1px;
    background:#c6a769;
    margin:0 auto 24px;
}

.clients-text{
    max-width:760px;
    margin:auto;
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#6f685f;
}

.clients-wrapper{
    padding-inline:24px;
}

.client-card{
    background:rgba(255,255,255,.90);
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(176,138,79,.10);
    transition:.45s ease;
    box-shadow:
        0 10px 35px rgba(0,0,0,.04);
}

.client-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 30px 65px rgba(0,0,0,.10);
}

.client-video{
    position:relative;
    overflow:hidden;
    aspect-ratio:9/16;
    background:#f4f1ec;
}

.client-video video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .8s ease;
}

.client-card:hover video{
    transform:scale(1.04);
}

.client-video::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
        to top,
        rgba(0,0,0,.28) 0%,
        rgba(0,0,0,0) 45%
        );
    pointer-events:none;
}

.client-play{
    width:60px;
    height:60px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--gold);
    font-size:18px;
    box-shadow:
        0 10px 30px rgba(0,0,0,.10);
    transition:.3s ease;
}

.client-card:hover .client-play{
    background:#b8955f;
    color:#fff;
    transform:scale(1.06);
}

.client-info{
    padding:24px 24px 28px;
    text-align:center;
}

/* TITULO */

.client-info h3{
    margin:0 0 10px;
    font-family:'Cormorant Garamond',serif;
    font-size:30px;
    font-weight:500;
    letter-spacing:-.3px;
    color:#1f1f1f;
}

.client-info p{
    margin:0;
    font-size:13px;
    line-height:1.7;
    color:#847a6e;
    letter-spacing:.3px;
}
@media(max-width:991px){

    .clients-section{
        padding:90px 0;
    }

    .clients-title{
        font-size:46px;
    }

    .clients-wrapper{
        padding-inline:12px;
    }

    .client-card{
        border-radius:20px;
    }

}

@media(max-width:768px){

    .clients-section{
        padding:70px 0;
    }

    .clients-header{
        margin-bottom:50px;
    }

    .clients-title{
        font-size:34px;
        line-height:1.05;
    }

    .clients-text{
        font-size:15px;
    }

    .client-card{
        max-width:320px;
        margin:auto;
    }

    .client-info{
        padding:20px;
    }

    .client-info h3{
        font-size:24px;
    }

    .client-play{
        width:46px;
        height:46px;
        font-size:15px;
    }

}

/* CAROUSEL MOBILE */

.carousel-control-prev,
.carousel-control-next{

    width: 8%;
}

.carousel-arrow{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: 1px solid #E9DDCB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B08A4F;
    font-size: 22px;
    transition: 0.3s ease;
}

.carousel-arrow:hover{
    background: #C6A769;
    color: white;
}

/* MOBILE */

@media (max-width: 991px){
    .clients-section{
        padding: 70px 0;
    }

    .clients-title{
        font-size: 40px;
    }

    .clients-text{
        font-size: 15px;
    }

    .mobile-card{
        max-width: 340px;
        margin: auto;
    }

    .client-video video{
        height: 520px;
    }

    .client-info h3{
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 768px){

    .clients-title{
        font-size: 34px;
    }

    .client-video video{
        height: 500px;
    }

    .carousel-control-prev{
        justify-content: flex-start;
        padding-left: 5px;
    }

    .carousel-control-next{
        justify-content: flex-end;
        padding-right: 5px;
    }
}

/* =========================================
GALERÍA DE PRODUCTOS
========================================= */

.product-image{
    position: relative;
}

/* Imagen principal */

.main-product-img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    cursor: pointer;

    transition: transform .4s ease;
}

.product-image:hover .main-product-img{
    transform: scale(1.03);
}

.product-main-image{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #f7f4ef;
}

.product-main-image img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:
        transform .8s ease,
        filter .8s ease;
}

.product-card:hover .product-main-image img{
    transform:scale(1.05);
    filter:brightness(1.03);
}

/* Miniaturas */

.product-thumbs{
    display: flex;
    gap: 10px;
    padding: 14px 4px 0;
    justify-content: center;
}

.product-thumbs .thumb{
    width: 58px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s ease;
    opacity: .7;
    background: #fff;
}

.product-thumbs .thumb:hover{
    opacity: 1;
    transform: translateY(-2px);
}

.product-thumbs .thumb.active{
    border-color: #c7a26a;
    opacity: 1;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

/* Favorito */

.favorite-btn{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all .3s ease;
}

.favorite-btn:hover{
    transform: scale(1.08);
    background: #fff;
}

.favorite-btn i{
    font-size: 16px;
    color: #2d2d2d;
}

/* =========================================
MINIATURAS PRODUCTO
========================================= */

.product-thumbs{
    display: flex;
    gap: 10px;
    padding: 14px 16px 0;
}

.product-thumbs .thumb{
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .25s ease;
    opacity: .75;
}

.product-thumbs .thumb:hover{
    opacity: 1;
    transform: translateY(-2px);
}

.product-thumbs .thumb.active{
    border-color: #c8a46b;
    opacity: 1;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
/*---------------------------------------------------------------------------------*/
/* =========================================
FAVORITOS ACTIVOS
========================================= */

.favorite-btn.active{
    background: #c6a56a;
    border-color: #c6a56a;
}

.favorite-btn.active i{
    color: white;
}

.favorite-btn i{
    transition: .3s ease;
}

.favorite-btn:hover{
    transform: scale(1.08);
}

/* =========================================
PINTEREST BUTTON
========================================= */

.pinterest-btn{
    position: absolute;

    top: 70px;
    right: 14px;

    width: 44px;
    height: 44px;

    border-radius: 50%;

    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    box-shadow: 0 6px 20px rgba(0,0,0,.08);

    transition: .3s ease;

    z-index: 5;
}

.pinterest-btn i{
    color: #E60023;
    font-size: 1rem;
}

.pinterest-btn:hover{
    transform: scale(1.08);
}

/* =========================================
BOTÓN VER INSPIRACIÓN
========================================= */

.experience-btn{
    width: 100%;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 8px;
    border: 1px solid #d7b98c;
    background: transparent;
    border-radius: 14px;
    font-size: .92rem;
    font-weight: 600;
    color: #2c2c2c;
    transition: all .3s ease;
    cursor: pointer;
}

.experience-btn:hover{
    background: #c6a56a;
    border-color: #c6a56a;
    color: white;

    transform: translateY(-2px);
}

/* =========================================
MODAL EXPERIENCE
========================================= */

.experience-modal{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;

    z-index: 99999;

    display: none;
}

.experience-modal.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay */

.experience-overlay{
    position: absolute;

    inset: 0;

    background: rgba(0,0,0,.75);

    backdrop-filter: blur(6px);
}

/* Caja modal */

.experience-content{
    position: relative;

    width: 92%;
    max-width: 1100px;

    max-height: 92vh;

    overflow-y: auto;

    background: #fff;

    border-radius: 28px;

    z-index: 5;

    animation: modalFade .4s ease;
}

/* Animación */

@keyframes modalFade{

    from{
        opacity: 0;
        transform: translateY(40px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }

}

/* Botón cerrar */

.experience-close{
    position: absolute;

    top: 18px;
    right: 18px;

    width: 48px;
    height: 48px;

    border: none;

    border-radius: 50%;

    background: white;

    font-size: 1.8rem;

    box-shadow: 0 8px 25px rgba(0,0,0,.12);

    z-index: 20;

    cursor: pointer;
}

/* Galería */

.experience-gallery{
    display: grid;

    grid-template-columns:
        repeat(auto-fit,minmax(240px,1fr));

    gap: 14px;

    padding: 16px;
}

/* Imágenes */

.experience-gallery img{
    width: 100%;

    height: 320px;

    object-fit: cover;

    border-radius: 18px;
}

/* Info */

.experience-info{
    padding: 10px 35px 35px;

    text-align: center;
}

.experience-info h2{
    font-size: 2rem;

    margin-bottom: 14px;

    color: #2c2c2c;
}

.experience-info p{
    font-size: 1rem;

    line-height: 1.7;

    color: #777;

    max-width: 700px;

    margin: auto;
}

/* Responsive */

@media(max-width:768px){

    .experience-gallery{
        grid-template-columns: 1fr;
    }

    .experience-gallery img{
        height: 240px;
    }

    .experience-info h2{
        font-size: 1.5rem;
    }

}

/* =========================================
COTIZADOR PREMIUM
========================================= */

.budget-btn{
    width: 100%;
    border: 1px solid #d4b483;
    background: transparent;
    color: #1f1f1f;
    padding: 12px 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    transition: all .3s ease;
    cursor: pointer;
}

.budget-btn:hover{
    background: #d4b483;
    color: #fff;
}

/* BOX */

.budget-box{
    display: none;
    margin-top: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #faf8f5;
    border: 1px solid rgba(212,180,131,.25);
    animation: fadeBudget .35s ease;
}

/* ACTIVO */

.budget-box.active{
    display: block;
}

/* GROUP */

.budget-group{
    margin-bottom: 14px;
}

.budget-group label{
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
    font-weight: 500;
}

/* SELECT */

.budget-group select{
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e2ddd5;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    transition: all .3s ease;
}

.budget-group select:focus{
    border-color: #d4b483;
    box-shadow: 0 0 0 3px rgba(212,180,131,.15);
}

/* BOTON CALCULAR */

.calculate-btn{
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 14px;
    background: #1f1f1f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    transition: all .3s ease;
    cursor: pointer;
}

.calculate-btn:hover{
    background: #d4b483;
}

/* RESULTADO */

.budget-result{
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(212,180,131,.25);
    text-align: center;
    display: none;
}

.budget-result.active{
    display: block;
}

.budget-total{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 6px;
}

.budget-text{
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

/* ANIMACION */

@keyframes fadeBudget{

    from{
        opacity: 0;
        transform: translateY(10px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }

}

/* MOBILE */

@media(max-width:768px){

    .budget-btn{
        font-size: 13px;
        padding: 11px 14px;
    }

    .budget-box{
        padding: 14px;
    }

    .budget-total{
        font-size: 22px;
    }

}

/* INPUT NUMBER + DATE */

.budget-group input{
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e2ddd5;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    transition: all .3s ease;
}

.budget-group input:focus{
    border-color: #d4b483;
    box-shadow: 0 0 0 3px rgba(212,180,131,.15);
}

/* =========================================
MODAL COTIZADOR PREMIUM
========================================= */

.budget-modal{

    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s;

    z-index: 99999;
}

.budget-modal.active{

    opacity: 1;
    visibility: visible;
}

.budget-modal-content{

    width: 92%;
    max-width: 520px;

    background: #fff;

    border-radius: 30px;

    padding: 45px;

    position: relative;

    animation: modalUp .4s ease;
}

@keyframes modalUp{

    from{
        transform: translateY(40px);
        opacity:0;
    }

    to{
        transform: translateY(0);
        opacity:1;
    }
}

.budget-close{

    position: absolute;
    top: 20px;
    right: 20px;

    border:none;
    background:none;

    font-size: 22px;
    cursor:pointer;
}

.budget-subtitle{

    letter-spacing: 3px;
    font-size: 12px;
    color:#b8955c;
}

#budgetTitle{

    margin:15px 0 30px;
    font-size: 34px;
}

.budget-group{

    margin-bottom:20px;
}

.budget-group label{

    display:block;
    margin-bottom:10px;

    font-size:14px;
}

.budget-group input,
.budget-group select{

    width:100%;
    height:58px;

    border:1px solid #ddd;
    border-radius:14px;

    padding:0 20px;

    font-size:15px;
}

.calculate-budget-btn{

    width:100%;
    height:60px;

    border:none;
    border-radius:16px;

    background:#111;
    color:#fff;

    font-weight:600;

    margin-top:15px;
}

/* =========================================
MODAL COTIZADOR PREMIUM
========================================= */

.quote-modal{

    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.55);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .3s;

    z-index: 99999;

    padding: 20px;
}

.quote-modal.active{

    opacity: 1;
    visibility: visible;
}

/* CONTENEDOR */

.quote-modal-content{

    width: 92%;
    max-width: 520px;

    background: #fff;

    border-radius: 24px;

    padding: 28px;

    position: relative;

    animation: modalFade .25s ease;

    max-height: 90vh;

    overflow: hidden;
}

/* ANIMACION */

@keyframes quoteUp{

    from{
        transform: translateY(25px);
        opacity: 0;
    }

    to{
        transform: translateY(0);
        opacity: 1;
    }
}

/* BOTON CERRAR */

.quote-close{

    position: absolute;
    top: 14px;
    right: 14px;

    width: 34px;
    height: 34px;

    border: none;
    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;

    font-size: 14px;
}

/* TITULO */

.quote-title{

    font-size: 26px;
    font-weight: 500;

    margin-bottom: 22px;

    color: #1d1d1d;
}

/* GRUPOS */

.quote-group{

    margin-bottom: 14px;
}

/* LABEL */

.quote-group label{

    display: block;

    margin-bottom: 6px;

    font-size: 13px;

    color: #777;
}

/* INPUTS */

.quote-group input,
.quote-group select{

    width: 100%;
    height: 46px;

    border: 1px solid #e7e7e7;
    border-radius: 12px;

    padding: 0 14px;

    font-size: 14px;

    background: #fafafa;

    transition: .2s;
}

.quote-group input:focus,
.quote-group select:focus{

    outline: none;

    border-color: #c6a15b;

    background: #fff;
}

/* BOTON */

.quote-calc-btn{

    width: 100%;
    height: 48px;

    border: none;
    border-radius: 14px;

    background: #c6a15b;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: .3s;

    margin-top: 8px;
}

.quote-calc-btn:hover{

    transform: translateY(-2px);
}

/* RESULTADO */

.quote-result-box{

    margin-top: 22px;

    padding: 22px;

    background: #faf7f2;

    border-radius: 18px;
}

/* TOTAL */

.quote-total{

    font-size: 28px;
    font-weight: 700;

    color: #1d1d1d;

    margin-bottom: 14px;
}

/* INFO */

.quote-result-box p{

    font-size: 14px;
    line-height: 1.6;

    color: #555;

    margin-bottom: 10px;
}

/* FINANCIACION */

.payment-box{

    margin-top: 18px;

    background: #fff;

    border: 1px solid #eee;

    border-radius: 16px;

    padding: 18px;
}

.payment-box h4{

    font-size: 15px;

    margin-bottom: 14px;

    color: #1d1d1d;
}

.payment-box p{

    font-size: 13px;

    line-height: 1.6;

    margin-bottom: 10px;
}

/* PREGUNTA */

.quote-question{

    margin-top: 22px;

    text-align: center;
}

.quote-question h3{

    font-size: 15px;

    line-height: 1.5;

    color: #1d1d1d;

    margin-bottom: 18px;
}

/* ACCIONES */

.quote-actions{

    display: flex;
    gap: 10px;
}

.quote-actions button{

    flex: 1;

    height: 46px;

    border: none;
    border-radius: 12px;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: .3s;
}

.quote-yes{

    background: #c6a15b;
    color: #fff;
}

.quote-no{

    background: #efefef;
    color: #444;
}

/* WARNING */

.quote-warning{

    background: #fff4f4;

    border: 1px solid #ffd6d6;

    color: #9a4b4b;

    padding: 18px;

    border-radius: 16px;

    font-size: 13px;

    line-height: 1.7;

    margin-top: 20px;
}

/* MOBILE */

@media(max-width:768px){

    .quote-modal-content{

        padding: 22px;
    }

    .quote-title{

        font-size: 22px;
    }

    .quote-total{

        font-size: 24px;
    }

}
/* =========================================
BOTÓN CALCULAR MODAL
========================================= */

.quote-action{
    margin-top: 18px;
}

.quote-calculate-btn{
    width: 100%;
    height: 48px;

    border: none;
    border-radius: 14px;

    background: linear-gradient(
        135deg,
        #c8a96b,
        #b9924f
        );

    color: #fff;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;

    cursor: pointer;

    transition: .3s ease;
}

.quote-calculate-btn:hover{
    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.quote-model-name{

    font-size: 14px;
    color: #9b7b4b;

    margin-bottom: 18px;

    font-weight: 500;

    letter-spacing: .4px;
}


/* ==========================================
   PROCESO INGENY
========================================== */

.proceso-ingeny{

    padding:150px 0;

    background:#F8F6F2;
}

/* TITULO */

.proceso-subtitle{

    display:block;

    margin-bottom:15px;

    color:#B08A4F;

    font-size:13px;

    letter-spacing:4px;

    text-transform:uppercase;

    font-family:'Inter',sans-serif;
}

.proceso-title{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    color:#2A2A2A;

    margin-bottom:20px;
    position:relative;
}

.proceso-line{

    width:80px;
    height:1px;

    background:#C6A769;

    margin:0 auto 25px;
}

.proceso-description{

    max-width:760px;

    margin:auto;

    color:#6A645B;

    line-height:1.8;

    font-size:18px;
}

/* TARJETAS */

.step-card{

    position:relative;

    background:white;

    border-radius:25px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    border:1px solid #ECE4D7;

    transition:.4s ease;

    box-shadow:
        0 15px 30px rgba(0,0,0,.04);
}

.step-card:hover{

    transform:translateY(-12px);

    box-shadow:
        0 25px 50px rgba(0,0,0,.08);

    border-color:#D8BF92;
}

/* NUMERO */

.step-number{

    position:absolute;

    top:15px;
    right:20px;

    font-family:'Cormorant Garamond',serif;

    font-size:32px;

    color:#E5D7BF;
}

/* ICONO */

.step-icon{

    width:85px;
    height:85px;

    margin:0 auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#F7F1E8;

    transition:.4s;
}

.step-icon i{

    font-size:34px;

    color:#B08A4F;
}

.step-card:hover .step-icon{

    background:#C6A769;

    transform:scale(1.1);
}

.step-card:hover .step-icon i{

    color:white;
}

/* TITULO */

.step-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:32px;

    margin-bottom:15px;

    color:#2A2A2A;
}

/* TEXTO */

.step-card p{

    font-family:'Inter',sans-serif;

    color:#66605A;

    line-height:1.8;

    font-size:15px;
}

/* BOTON */

.proceso-footer{

    margin-top:50px;
}

.btn-proceso{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 35px;

    background:#C6A769;

    color:white;

    text-decoration:none;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:12px;

    transition:.3s;
}

.btn-proceso:hover{

    background:#B08A4F;

    color:white;

    transform:translateY(-3px);
}

.footer-premium{

    position:relative;
}

.footer-premium::before{

    content:"";

    position:absolute;

    top:0;
    left:50%;

    transform:translateX(-50%);

    width:120px;
    height:1px;

    background:#C6A769;
}

body{

    background:

        radial-gradient(
        circle at top,
        #fbfaf8,
        #f7f4ef 60%
        );

    overflow-x:hidden;

}

/* =========================================
PARALLAX SUAVE HERO
========================================= */

.hero-image{

    animation: heroZoom 18s ease-in-out infinite alternate;
}

@keyframes heroZoom{

    from{
        transform:scale(1);
    }

    to{
        transform:scale(1.08);
    }
}


/* =========================================
BARRA DE PROGRESO
========================================= */

.scroll-progress{

    position: fixed;

    top: 0;
    left: 0;

    width: 0;

    height: 3px;

    background: linear-gradient(
        90deg,
        #B08A4F,
        #D9C08D
        );

    z-index: 99999;

    transition: width .1s linear;
}

/* =========================================
DESDE CÓRDOBA AL MUNDO
========================================= */
/* =========================================
   GLOBAL SECTION VIDEO
========================================= */

.global-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;
}

/* VIDEO */

.global-video{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    z-index:1;
}

/* OVERLAY */

.global-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(10,10,10,.72),
            rgba(10,10,10,.72)
        );

    z-index:2;
}

/* CONTENIDO */

.global-section .container{

    position:relative;

    z-index:3;
}

/* SUBTITULO */

.global-subtitle{

    display:block;

    color:#d8b57a;

    letter-spacing:4px;

    font-size:12px;

    font-weight:600;

    margin-bottom:20px;
}

/* TITULO */

.global-title{

    font-family:'Cormorant Garamond',serif;

    font-size:76px;

    font-weight:500;

    line-height:1;

    color:#fff;

    margin-bottom:25px;
}

.global-title span{

    display:block;

    color:#d8b57a;

    font-style:italic;
}

/* LINEA */

.global-line{

    width:90px;

    height:1px;

    background:#d8b57a;

    margin:0 auto 35px;
}

/* TEXTO */

.global-text{

    max-width:900px;

    margin:auto;

    font-size:20px;

    line-height:2;

    color:rgba(255,255,255,.90);
}

/* TARJETAS */

.global-stat{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:40px 25px;

    text-align:center;

    transition:.35s;
}

.global-stat:hover{

    transform:translateY(-6px);

    background:rgba(255,255,255,.12);
}

.global-stat h3{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    color:#d8b57a;

    margin-bottom:10px;
}

.global-stat p{

    color:#fff;

    margin:0;
}

/* PAISES */

.countries-wrapper{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:14px;

    margin-top:60px;
}

.country-badge{

    padding:14px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    font-size:14px;

    transition:.3s;
}

.country-badge:hover{

    transform:translateY(-3px);

    background:rgba(255,255,255,.15);
}

/* =========================================
PREMIUM TAG
========================================= */

.premium-tag{

    position:absolute;

    bottom:15px;
    left:15px;

    z-index:10;

    background:
        rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    padding:8px 14px;

    border-radius:50px;

    font-size:10px;

    letter-spacing:2px;

    font-weight:600;

    color:#B08A4F;

    box-shadow:
        0 10px 25px rgba(0,0,0,.08);
}

.premium-tag i{

    margin-right:6px;
}
.product-exclusive{

    margin-bottom:18px;

    font-size:11px;

    letter-spacing:.5px;

    color:#9B8C78;

    font-style:italic;
}

/* =========================================
SCROLL REVEAL PREMIUM
========================================= */

.reveal{

    opacity:0;

    transform:
        translateY(40px);

    transition:
        opacity .9s ease,
        transform .9s ease;
}

.reveal.active{

    opacity:1;

    transform:
        translateY(0);
}

.editorial-intro{

    padding:120px 0 40px;

    background:#F8F6F2;
}

.editorial-subtitle{

    letter-spacing:4px;

    color:#B08A4F;

    font-size:12px;
}

.editorial-title{

    margin:20px 0;

    font-family:
        'Cormorant Garamond',
        serif;

    font-size:72px;
}

.editorial-intro p{

    max-width:700px;

    margin:auto;

    line-height:1.9;

    color:#6A645B;
}

/* =====================================================
   SOBRE EVELIN - FONDO COMPLETO
===================================================== */

.about-evelin{
    position:relative;
    min-height:700px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-image:url('../img/evelin-fundadora.webp');
     background-size: cover;
    /* AJUSTE IMPORTANTE */
    background-position: 70% 5%;
    background-repeat: no-repeat;
}

/* CAPA OSCURA */

.about-evelin::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
        90deg,
        rgba(0,0,0,.72) 0%,
        rgba(0,0,0,.58) 35%,
        rgba(0,0,0,.20) 60%,
        rgba(0,0,0,.05) 100%
        );
    z-index:1;
}

/* CONTENEDOR */
/* Contenido */

.evelin-content{
    position:relative;
    z-index:3;
    max-width:650px;
    padding-left:80px;
    padding-right:40px;
}

/* Subtitulo */

.evelin-subtitle{
    display:inline-block;
    margin-bottom:18px;
    font-family:'Inter',sans-serif;
    font-size:12px;
    font-weight:500;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#D6BE92;
}

/* Titulo */

.evelin-title{
    margin-bottom:20px;
    font-family:'Cormorant Garamond',serif;
    font-size:39px;
    font-weight:500;

    line-height:.95;
    letter-spacing:-1px;

    color:#ffffff;
}

/* Linea */

.evelin-line{
    width:90px;
    height:1px;

    background:#C6A769;

    margin-bottom:35px;
}

/* Textos */

.evelin-text{
    margin-bottom:24px;

    font-family:'Inter',sans-serif;
    font-size:17px;

    line-height:1.9;

    color:rgba(255,255,255,.92);
}

/* Firma */

.evelin-signature{

    margin-top:45px;

    font-family:'Allura',cursive;
    font-size:82px;
    font-weight:400;

    line-height:1;

    color:#ffffff;

    text-shadow:
        0 2px 12px rgba(0,0,0,.25);
}

/* Cargo */

.evelin-signature small{

    display:block;

    margin-top:10px;

    font-family:'Inter',sans-serif;

    font-size:11px;
    font-weight:500;

    letter-spacing:4px;
    text-transform:uppercase;

    color:#D6BE92;

    font-style:normal;
}

/* Hover firma */

.evelin-signature:hover{

    transform:translateY(-2px);

    transition:.4s ease;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .about-evelin{

        min-height:auto;

        padding:100px 0;

        background-position:center center;
    }

    .about-evelin::before{

        background:
            linear-gradient(
                180deg,
                rgba(15,15,15,.82) 0%,
                rgba(15,15,15,.72) 100%
            );
    }

    .evelin-content{

        max-width:100%;

        padding-left:30px;
        padding-right:30px;
    }

    .evelin-title{

        font-size:52px;
    }

    .evelin-text{

        font-size:16px;
    }

    .evelin-signature{

        font-size:64px;
    }

}

@media(max-width:768px){

    .about-evelin{

        padding:80px 0;
    }

    .evelin-subtitle{

        font-size:10px;
        letter-spacing:3px;
    }

    .evelin-title{

        font-size:38px;
        line-height:1.05;
    }

    .evelin-line{

        margin-bottom:25px;
    }

    .evelin-text{

        font-size:15px;
        line-height:1.8;
    }

    .evelin-signature{

        font-size:52px;
    }

    .evelin-signature small{

        font-size:10px;
        letter-spacing:3px;
    }

}

/* =========================================
BLOG HOME PREMIUM
========================================= */

.blog-home{

    padding:120px 0;

    background:#FAF9F7;
}

/* SUBTITULO */

.blog-subtitle{

    display:block;

    margin-bottom:15px;

    color:#B08A4F;

    font-size:12px;

    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;
}

/* TITULO */

.blog-title{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    line-height:1;

    color:#1f1f1f;

    margin-bottom:22px;
}

/* LINEA */

.blog-line{

    width:90px;

    height:1px;

    background:#C6A769;

    margin:0 auto 25px;
}

/* TEXTO */

.blog-description{

    max-width:700px;

    margin:auto;

    font-size:16px;

    line-height:1.9;

    color:#6d665d;
}

/* TARJETAS */

.blog-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #ECE4D8;

    transition:.4s ease;

    height:100%;

    box-shadow:
        0 10px 30px rgba(0,0,0,.04);
}

.blog-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);
}

/* IMAGEN */

.blog-image{

    overflow:hidden;
}

.blog-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.7s ease;
}

.blog-card:hover img{

    transform:scale(1.06);
}

/* CONTENIDO */

.blog-content{

    padding:30px;
}

/* CATEGORIA */

.blog-category{

    display:inline-block;

    margin-bottom:14px;

    color:#B08A4F;

    font-size:11px;

    letter-spacing:2px;

    font-weight:600;

    text-transform:uppercase;
}

/* TITULO */

.blog-content h3{

    font-family:'Cormorant Garamond',serif;

    font-size:34px;

    line-height:1.1;

    color:#1f1f1f;

    margin-bottom:15px;
}

/* TEXTO */

.blog-content p{

    color:#6f685f;

    line-height:1.8;

    font-size:14px;

    margin-bottom:20px;
}

/* LINK */

.blog-link{

    color:#B08A4F;

    text-decoration:none;

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    transition:.3s;
}

.blog-link:hover{

    color:#8f6c35;
}

/* BOTON */

.blog-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    background:#C6A769;

    color:#fff;

    text-decoration:none;

    border-radius:14px;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:12px;

    transition:.3s ease;
}

.blog-btn:hover{

    background:#B08A4F;

    color:#fff;

    transform:translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:768px){

    .blog-home{

        padding:80px 0;
    }

    .blog-title{

        font-size:38px;
    }

    .blog-content{

        padding:22px;
    }

    .blog-content h3{

        font-size:28px;
    }

    .blog-image img{

        height:220px;
    }

}

/* =========================================
   LINEA EXPRESS
========================================= */

.express-section{

    padding:90px 0;
    background:#FDFBF8;
}

.express-wrapper{

    background:#fff;

    border:1px solid #EDE4D8;

    border-radius:32px;

    padding:60px;

    overflow:hidden;

    box-shadow:
        0 20px 50px rgba(0,0,0,.04);
}

.express-badge{

    display:inline-flex;

    align-items:center;

    padding:10px 18px;

    border-radius:40px;

    background:#F7F1E8;

    color:#B08A4F;

    font-size:11px;

    letter-spacing:2px;

    font-weight:600;

    margin-bottom:24px;
}

.express-title{

    font-family:'Cormorant Garamond',serif;

    font-size:60px;

    line-height:.95;

    color:#1F1F1F;

    margin-bottom:18px;
}

.express-title span{

    display:block;

    color:#B08A4F;
}

.express-line{

    width:80px;
    height:1px;

    background:#C6A769;

    margin-bottom:28px;
}

.express-text{

    font-size:16px;

    line-height:1.9;

    color:#6D655B;

    max-width:580px;

    margin-bottom:32px;
}

.express-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:35px;
}

.express-item{

    display:flex;

    align-items:center;

    gap:10px;

    color:#444;

    font-size:14px;
}

.express-item i{

    color:#B08A4F;
}

.express-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    background:linear-gradient(
        135deg,
        #C6A769,
        #B08A4F
    );

    color:#fff;

    text-decoration:none;

    font-size:12px;

    letter-spacing:2px;

    font-weight:600;

    border-radius:14px;

    transition:.35s ease;
}

.express-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
        0 15px 30px rgba(176,138,79,.25);
}

.express-image{

    position:relative;

    border-radius:24px;

    overflow:hidden;
}

.express-image img{

    width:100%;

    height:500px;

    object-fit:cover;

    transition:.6s ease;
}

.express-wrapper:hover .express-image img{

    transform:scale(1.03);
}

.express-tag{

    position:absolute;

    bottom:20px;
    left:20px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(10px);

    padding:14px 18px;

    border-radius:14px;

    font-size:13px;

    color:#444;

    max-width:240px;
}

/* MOBILE */

@media(max-width:991px){

    .express-wrapper{

        padding:35px;
    }

    .express-title{

        font-size:42px;
    }

    .express-image{

        margin-top:35px;
    }

    .express-image img{

        height:380px;
    }
}

@media(max-width:768px){

    .express-section{

        padding:60px 0;
    }

    .express-wrapper{

        padding:25px;
        border-radius:24px;
    }

    .express-title{

        font-size:34px;
    }

    .express-features{

        grid-template-columns:1fr;
    }

    .express-btn{

        width:100%;

        justify-content:center;
    }

    .express-image img{

        height:300px;
    }
}

/*=========================================
MARQUESINA INTERNACIONAL
=========================================*/

.countries-marquee {

    width: 100%;

    overflow: hidden;

    margin-top: 70px;

    position: relative;
}

.countries-track {

    display: flex;

    gap: 20px;

    width: max-content;

    animation: countriesScroll 30s linear infinite;
}

.countries-track span {

    padding: 14px 30px;

    border-radius: 50px;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,.15);

    color: #fff;

    font-weight: 500;

    white-space: nowrap;

    letter-spacing: .5px;
}

@keyframes countriesScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}