@import url('https://fonts.googleapis.com/css2?family=Georgia:ital,wght@0,400;0,700;1,400;1,700&family=Oppen+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    font-family: "Georgia", sans-serif !important;
    background-color: #fff;
    width: 100% !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Georgia", sans-serif !important;
    width: 100% !important;
    overflow-x: hidden;
}

.Poppins {
    font-family: "Poppins", sans-serif !important;
}

.OppenSans {
    font-family: "Oppen Sans", sans-serif !important;
}

.Helvetica {
    font-family: "Helvetica", sans-serif !important;
}

@media (max-width: 3060px) {}

@media (max-width: 1280px) {}

/* LG */
@media (max-width: 1199px) {}

/* MD */
@media (max-width: 991px) {}

/* SM */
@media (max-width: 767px) {
    .showPhone {
        display: block !important;
    }

    .hiddenPhone {
        display: none !important;
    }

    .wP-100 {
        width: 100%;
    }

    .wp-60 {
        width: 60%;
    }

    .centerPhone,
    .centerPhone div div {
        text-align: center !important;
    }

    .centerPhone .ps-5 {
        padding-left: 0 !important;
    }
}

/* XS */
@media (max-width: 575px) {}

/* XS */
@media (max-width: 330px) {}


/* ==========================================
   VILAS CUSTOM RESPONSIVE NAVBAR STYLING
   ========================================== */
.vilas-navbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.logo-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-title {
    font-family: "Georgia", serif;
    font-size: 26px;
    font-weight: 700;
    color: #0b1c2e;
    letter-spacing: 0.08em;
    line-height: 1;
}

.logo-subtitle {
    font-family: "Poppins", sans-serif !important;
    font-size: 8px;
    font-weight: 500;
    color: #8c96a0;
    letter-spacing: 0.18em;
    margin-top: 3px;
    text-transform: uppercase;
}

.vilas-logo-svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand:hover .vilas-logo-svg {
    transform: scale(1.05) rotate(5deg);
}

/* Nav Links Styling */
.vilas-navbar .nav-link {
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 500;
    color: #555c65 !important;
    transition: all 0.3s ease;
    position: relative;
}

.vilas-navbar .nav-link:hover {
    color: #0b1c2e !important;
}

/* Slide line effect on hover for desktop */
@media (min-width: 992px) {
    .vilas-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1.5px;
        bottom: -2px;
        left: 15%;
        background-color: #0b1c2e;
        transition: width 0.3s ease;
    }
    
    .vilas-navbar .nav-link:hover::after {
        width: 70%;
    }
}

/* Contact Button Styling */
.btn-contactanos-nav {
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: #1a1d20;
    padding: 10px 28px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.btn-contactanos-nav:hover {
    background-color: #2b3035;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.btn-contactanos-nav:active {
    transform: translateY(0);
}

/* Mobile Toggler Custom Icon */
.custom-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
}

.custom-toggler-icon .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0b1c2e;
    border-radius: 1px;
    transition: all 0.3s ease;
}

/* Toggler animation (X transform) when expanded */
.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .custom-toggler-icon .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Collapse Styling */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff;
        padding: 1.5rem 1rem;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        margin-top: 0.75rem;
        border: 1px solid #f0f0f0;
    }
    
    .vilas-navbar .nav-link {
        padding: 0.65rem 1rem !important;
        border-radius: 8px;
    }
    
    .vilas-navbar .nav-link:hover {
        background-color: #f8f9fa;
    }
    
    .nav-btn-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    
}



/* ==========================================
   LA FIRMA SECTION STYLING
   ========================================== */
#encabezado {
    padding-top: 140px; /* Account for fixed header */
    padding-bottom: 100px;
    background-color: #FCFAF7;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Organic Background Blobs */
.hero-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.55;
    background-color: #F5F0E8; /* Soft elegant beige */
    transition: all 1.5s ease-in-out;
}

.blob-1 {
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
}

.blob-2 {
    bottom: -15%;
    left: -10%;
    width: 500px;
    height: 500px;
}

.blob-3 {
    top: 35%;
    left: 45%;
    width: 350px;
    height: 350px;
    opacity: 0.35;
    background-color: #E8DFD0;
}

/* Badge styling */
.lf-badge {
    background-color: #9E7B4A1F;
    border: 1px solid rgba(162, 133, 84, 0.18);
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
}

.lf-badge-dot {
    width: 12px;
    height: 12px;
    background-color: #9E7B4A;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.lf-badge-text {
    font-family: "Poppins", sans-serif;
    color: #9E7B4A;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Heading styling */
.lf-heading {
    font-family: "Georgia", serif;
    font-size: 50px;
    color: #0b1c2e;
    line-height: 1.15;
    margin-bottom: 24px;
}

.lf-heading-highlight {
    color: #a28554;
    font-style: italic;
    font-weight: 500;
}

/* Paragraph styling */
.lf-description {
    font-family: "Georgia", serif;
    font-size: 17px;
    color: #5d636b;
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 580px;
}

/* Buttons */
.lf-btn-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.lf-btn-primary {
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    background-color: #1a1d20;
    padding: 14px 32px;
    border-radius: 12px;
    border: 1px solid #1a1d20;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.lf-btn-primary:hover {
    background-color: #2b3035;
    border-color: #2b3035;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.lf-btn-secondary {
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 500;
    color: #1a1d20 !important;
    background-color: transparent;
    padding: 14px 32px;
    border-radius: 12px;
    border: 1px solid rgba(26, 29, 32, 0.2);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lf-btn-secondary:hover {
    background-color: rgba(26, 29, 32, 0.04);
    border-color: rgba(26, 29, 32, 0.4);
    transform: translateY(-2px);
}

/* Right side metrics card */
.lf-metrics-card {
    background-color: #C4A06C12;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.015);
}

.lf-metrics-title {
    color: #A8A8B0;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

.lf-metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lf-metric-row:last-of-type {
    border-bottom: none;
    padding-bottom: 10px;
}

.lf-metric-label {
    font-family: "Georgia", serif;
    font-size: 17px;
    color: #6B6B70;
}

.lf-metric-value {
    font-family: "Georgia", serif;
    font-size: 28px;
    font-weight: 700;
    color: #0b1c2e;
}

.lf-metric-value-text {
    font-family: "Georgia", serif;
    font-size: 19px;
    font-weight: 700;
    color: #0b1c2e;
    letter-spacing: -0.02em;
}

.lf-metrics-footer {
    font-family: "Georgia", serif;
    color: #555151;
    margin-top:40px;
    display: block;
}

/* Ocre regulation card */
.lf-regulation-badge {
    background-color: #a28554;
    border-radius: 16px;
    padding: 22px 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 12px 24px rgba(162, 133, 84, 0.15);
    margin-top: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.lf-regulation-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(162, 133, 84, 0.22);
    color: #ffffff;
}

.lf-regulation-badge svg {
    flex-shrink: 0;
}

.lf-regulation-title {
    font-family: "Georgia", serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.lf-regulation-subtitle {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 3px;
    margin-bottom: 0;
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
    #encabezado {
        padding-top: 120px;
        padding-bottom: 60px;
        min-height: auto;
    }
    
    .lf-heading {
        font-size: 38px;
    }
    
    .lf-btn-group {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .lf-btn-primary, .lf-btn-secondary {
        text-align: center;
        width: 100%;
    }
    
    .lf-metrics-card {
        margin-top: 40px;
        padding: 30px;
    }
}


/* ==========================================
   NUEVA SECCIÓN LA FIRMA STYLING
   ========================================== */
.lf-section-new {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 0px;
}

/* CNBV Regulation Card & Metrics Row */
.lf-regulation-card-new {
    background-color: #9E7B4A; /* Solid Gold Brand color */
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(158, 123, 74, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lf-regulation-card-new:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(158, 123, 74, 0.22);
}

.lf-regulation-card-new img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
    flex-shrink: 0;
}

.lf-regulation-card-new h4 {
    font-family: "Georgia", serif;
    font-size: 19px;
    margin: 0 0 4px 0;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
}

.lf-regulation-card-new p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
}

.lf-metrics-new {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lf-metrics-new-title {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #9E7B4A;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.lf-metric-new-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lf-metric-new-row:last-child {
    border-bottom: none;
}

.lf-metric-new-row span {
    font-family: "Open Sans", sans-serif;
    color: #6B6B70;
    font-size: 15px;
}

.lf-metric-new-row strong {
    font-family: "Georgia", serif;
    font-size: 32px;
    font-weight: 400;
    color: #1C1C1E;
}

.lf-metric-new-row-text strong {
    font-family: "Georgia", serif;
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1E;
    letter-spacing: 0.05em;
}

/* Trajectory Bar */
.trajectory-container {
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.trajectory-bar {
    display: flex;
    align-items: center;
    width: 100%;
}

.trajectory-title {
    font-family: "Georgia", serif;
    color: #A8A8B0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.trajectory-divider {
    width: 1px;
    height: 25px;
    background-color: #d1d5db;
    margin: 0 10px;
}

.trajectory-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: space-between;
}

.trajectory-item {
    display: inline-flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    color: #6B6B70;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.trajectory-dot {
    width: 10px;
    height: 10px;
    background-color: #9E7B4A;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

/* Main content */
.lf-sub {
    font-family: "Georgia", serif;
    font-size: 13px;
    color: #9E7B4A;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.lf-heading-new {
    font-family: "Georgia", serif;
    font-size: 46px;
    color: #0b1c2e;
    line-height: 1.2;
    margin-bottom: 28px;
}

.lf-heading-new em {
    color: #9E7B4A;
    font-style: italic;
    font-weight: 400;
}

.lf-text-right {
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #555c65;
    line-height: 1.7;
}

.lf-text-paragraph {
    margin-bottom: 24px;
    color: #6B6B70;
    font-family: "Open Sans", sans-serif;
}

.lf-quote-new {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #6B6B70;
    font-weight: 600;
    line-height: 1.6;
    border-left: none;
    padding-left: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

/* Cards grid */
.lf-card-new {
    background-color: #F5F0E8;
    border-radius: 20px;
    padding: 40px 36px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
}

.lf-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(158, 123, 74, 0.08);
}

.lf-card-tag {
    font-family: "Georgia", serif;
    font-size: 14px;
    color: #9E7B4A;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.lf-card-title {
    font-family: "Georgia", serif;
    font-size: 24px;
    color: #1C1C1E;
    line-height: 1.3;
    margin-bottom: 20px;
}

.lf-card-desc {
    font-family: "Open Sans", sans-serif;
    color: #6B6B70;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .trajectory-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .trajectory-divider {
        display: none;
    }
    
    .trajectory-list {
        gap: 12px 18px;
        width: 100%;
        justify-content: space-between;
    }
    
    .lf-heading-new {
        font-size: 34px;
        margin-bottom: 20px;
    }
    
    .lf-card-new {
        padding: 30px 24px;
    }
}


/* ==========================================
   LO QUE HACEMOS SECTION STYLING
   ========================================== */
#servicios {
    background-color: #F5F0E8;
    padding-top: 90px;
    padding-bottom: 90px;
}

.lqh-sub {
    font-family: "Georgia", serif;
    font-size: 13px;
    color: #9E7B4A;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.lqh-heading {
    font-family: "Georgia", serif;
    font-size: 46px;
    color: #0b1c2e;
    line-height: 1.2;
    margin-bottom: 0;
}

.lqh-heading em {
    color: #9E7B4A;
    font-style: italic;
    font-weight: 400;
}

.lqh-desc {
    font-family: "Open Sans", sans-serif;
    color: #6B6B70;
    line-height: 1.6;
    margin-top: 15px;
    max-width: 420px;
}

/* Content Layout */
.lqh-image {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.lqh-card-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lqh-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 22px 30px;
    display: flex;
    align-items: flex-start; /* Alineación arriba para acomodar contenido dinámico */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
    border: 1px solid transparent;
    cursor: pointer;
}

.lqh-card:hover {
    transform: translateX(6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    border-color: rgba(158, 123, 74, 0.15);
}

.lqh-card.active {
    border-color: rgba(158, 123, 74, 0.35);
    box-shadow: 0 12px 30px rgba(158, 123, 74, 0.08);
}

.lqh-card-num {
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #9E7B4A;
    min-width: 50px;
    font-weight: 500;
    margin-top: 3px; /* Alinear con el título */
}

.lqh-card-content {
    flex: 1;
}

.lqh-card-title {
    font-family: "Georgia", serif;
    font-size: 20px;
    color: #0b1c2e;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.lqh-card-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #7b828a;
    margin: 0;
}

.lqh-card-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.4s ease;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: #6B6B70;
}

.lqh-card.active .lqh-card-detail {
    max-height: 250px; /* Suficiente altura para el texto extendido */
    opacity: 1;
    margin-top: 12px;
}

.lqh-card-arrow {
    font-family: "Georgia", serif;
    font-size: 18px;
    color: #a4abb3;
    transition: all 0.3s ease;
    margin-left: 15px;
    margin-top: 3px; /* Alinear con el título */
}

.lqh-card:hover .lqh-card-arrow {
    color: #9E7B4A;
    transform: translateX(4px);
}

.lqh-card.active .lqh-card-arrow {
    color: #9E7B4A;
    transform: rotate(90deg) !important; /* Rotación hacia abajo */
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    #servicios {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .lqh-heading {
        font-size: 34px;
        margin-bottom: 15px;
    }
    
    .lqh-desc {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .lqh-image {
        max-height: 380px;
        margin-bottom: 30px;
    }
    
    .lqh-card {
        padding: 18px 20px;
    }
    
    .lqh-card-num {
        min-width: 35px;
    }
    
    .lqh-card-title {
        font-size: 18px;
    }
}


/* ==========================================
   POR QUÉ VILAS SECTION STYLING
   ========================================== */
.pv-section {
    background-color: transparent;
    padding-bottom: 90px;
    position: relative;
}

.pv-card {
    background-color: #1C1C1E;
    border-radius: 24px;
    padding: 60px 50px;
    margin-top: -120px;
    position: relative;
    z-index: 15;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.pv-sub {
    font-family: "Georgia", serif;
    font-size: 13px;
    color: #9E7B4A;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.pv-metric-container {
    display: flex;
    align-items: baseline;
}

.pv-metric-num {
    font-family: "Georgia", serif;
    font-size: 96px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.pv-metric-plus {
    font-family: "Georgia", serif;
    font-size: 54px;
    color: #9E7B4A;
    font-weight: 400;
    margin-left: 4px;
}

.pv-metric-label {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #8C8C91;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 40px;
    display: block;
}

/* Badges Grid */
.pv-badge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pv-badge {
    background-color: rgba(255, 255, 255, 0.098);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px;
    color: #FFFFFF8C;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: center;
    transition: all 0.3s ease;
}

.pv-badge:hover {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(158, 123, 74, 0.3);
    color: #ffffff;
}

/* Logo inline */
.pv-logo-svg {
    max-width: 170px;
    height: auto;
}

/* Divider column border on desktop */
@media (min-width: 992px) {
    .pv-divider-col {
        border-right: 3px solid rgba(255, 255, 255, 0.08);
        padding-right: 50px;
    }
    
    .pv-right-col {
        padding-left: 50px;
    }
}

/* Right column list */
.pv-list {
    display: flex;
    flex-direction: column;
}

.pv-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 3px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.pv-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pv-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background-color: rgba(158, 123, 74, 0.12);
    border: 1px solid rgba(158, 123, 74, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 24px;
}

.pv-icon-box svg {
    width: 28px;
    height: 28px;
}

.pv-item-content {
    flex: 1;
}

.pv-item-title {
    font-family: "Georgia", serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 6px 0;
    font-weight: 400;
}

.pv-item-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #8C8C91;
    margin: 0;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .pv-card {
        padding: 40px 30px;
        margin-top: -60px;
    }
    
    .pv-metric-num {
        font-size: 76px;
    }
    
    .pv-metric-plus {
        font-size: 42px;
    }
    
    .pv-logo-svg {
        max-width: 120px;
    }
    
    .pv-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .pv-icon-box {
        margin-right: 16px;
        width: 44px;
        height: 44px;
    }
    
    .pv-icon-box svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 575px) {
    .pv-badge-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   QUIÉNES SOMOS SECTION STYLING
   ========================================== */
.qs-section {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.qs-tag {
    font-family: "Open Sans", sans-serif;
    color: #9E7B4A;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.qs-divider-line {
    width: 24px;
    height: 1px;
    background-color: #9E7B4A;
    margin: 0 auto 24px auto;
}

.qs-heading {
    font-family: "Georgia", serif;
    font-size: 42px;
    color: #0b1c2e;
    line-height: 1.25;
    margin-bottom: 50px;
    text-align: center;
}

.qs-heading em {
    color: #9E7B4A;
    font-style: italic;
    font-weight: 400;
}

.qs-card {
    background-color: #F5F0E8;
    border-radius: 24px;
    padding: 40px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(158, 123, 74, 0.12);
}

.qs-avatar-wrapper {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.qs-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.qs-role {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #9E7B4A;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.qs-name {
    font-family: "Helvetica", serif;
    font-size: 18px;
    color: #0b1c2e;
    line-height: 1.3;
    margin-bottom: 16px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qs-info {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #6B6B70;
    line-height: 1.5;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .qs-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .qs-heading {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .qs-card {
        padding: 30px 20px;
    }
    .qs-avatar-wrapper {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    .qs-name {
        font-size: 19px;
        min-height: auto;
    }
}

/* ==========================================
   contactanos SECTION STYLING
   ========================================== */
.contactanos-section {
    background-color: #F0E6D3; /* Warm beige background */
    padding-top: 100px;
    padding-bottom: 100px;
}

.contactanos-quote {
    font-family: "Georgia", serif;
    font-size: 34px;
    font-style: italic;
    color: #1C1C1E;
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 400;
    border: none;
    padding: 0;
}

.contactanos-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #6B6B70;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

.contactanos-badge-container {
    display: flex;
    justify-content: center;
}

.contactanos-badge {
    background-color: #9E7B4A1F;
    border: 0.800000011920929px solid #9E7B4A4D;
    padding: 10px 24px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.contactanos-badge-dot {
    width: 10px;
    height: 10px;
    background-color: #9E7B4A;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
}

.contactanos-badge-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #9E7B4A;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contactanos-card {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 60px;
    margin-top: 60px;
    box-shadow: 0 20px 50px rgba(158, 123, 74, 0.06);
}

.contactanos-tag {
    font-family: "Helvetica", serif;
    font-size: 13px;
    color: #9E7B4A;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.contactanos-title {
    font-family: "Georgia", serif;
    font-size: 38px;
    color: #0b1c2e;
    line-height: 1.25;
    margin-bottom: 24px;
}

.contactanos-title em {
    color: #9E7B4A;
    font-style: italic;
    font-weight: 400;
}

.contactanos-desc {
    font-family: "Open Sans", sans-serif;
    color: #6B6B70;
    line-height: 1.65;
    margin-bottom: 40px;
}

.contactanos-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.contactanos-contact-item {
    display: flex;
    flex-direction: column;
}

.contactanos-contact-label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #9E7B4A;
    letter-spacing: 0.16em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contactanos-contact-value {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #1C1C1E !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contactanos-contact-value:hover {
    color: #9E7B4A !important;
}

.contactanos-contact-value-text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #0b1c2e;
    font-weight: 400;
}

.contactanos-img-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.contactanos-img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

@media (min-width: 992px) {
    .contactanos-left-col {
        border-right: 3px solid #EDE7D9;
    }
}

/* Responsive adjustments for contactanos */
@media (max-width: 991px) {
    .contactanos-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contactanos-quote {
        font-size: 26px;
    }
    .contactanos-card {
        padding: 40px 30px;
        margin-top: 40px;
    }
    .contactanos-left-col {
        margin-bottom: 40px;
    }
    .contactanos-title {
        font-size: 32px;
    }
    .contactanos-img {
        max-height: 380px;
    }
}

@media (max-width: 575px) {
    .contactanos-card {
        padding: 30px 20px;
    }
    .contactanos-quote {
        font-size: 22px;
    }
}

/* ==========================================
   FOOTER SECTION STYLING
   ========================================== */
.footer-section {
    background-color: #1C1C1E; /* Dark charcoal color */
    padding-top: 80px;
    padding-bottom: 40px;
    color: #ffffff;
}

.footer-brand {
    font-family: "Georgia", serif;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-address {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    color: #9E7B4A;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-tagline {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    color: #9E7B4A;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 200px;
}

.footer-monogram {
    width: 150px;
    height: 150px;
}

.footer-logo-brand {
    font-family: "Georgia", serif;
    font-size: 34px;
    color: #F5F0E8;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer-logo-tagline {
    font-family: "Open Sans", sans-serif;
    font-size: 8px;
    color: #9E7B4A;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-bottom {
    margin-top: 0px;
}

.footer-copy {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #FFFFFF86;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.footer-rights {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #FFFFFF86;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Responsiveness for Footer */
@media (max-width: 767px) {
    .footer-section {
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
    }
    
    .footer-brand {
        font-size: 22px;
    }
    
    .footer-info-col {
        text-align: center !important;
    }
    
    .footer-logo-block {
        margin-top: 20px;
    }
}

/* ==========================================
   IMAGE HOVER ZOOM ANIMATIONS
   ========================================== */

/* Servicios Section: Big Skyline Image */
#servicios .lqh-image {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
}
#servicios .lqh-image:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Quiénes Somos Section: Avatar zoom inside circular container when card is hovered */
.qs-avatar {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.qs-card:hover .qs-avatar {
    transform: scale(1.08) !important;
}

/* Contáctanos Section: Image zoom inside wrapper when card is hovered */
.contactanos-img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.contactanos-card:hover .contactanos-img {
    transform: scale(1.04) !important;
}

/* ==========================================
   HERO VIDEO PLAYER & GLASSMOPHISM CONTROLS
   ========================================== */

.hero-video-card {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-color: #000;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    cursor: pointer;
}

.hero-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25) !important;
}

/* Image Poster / Cover */
.hero-video-poster {
    top: 0;
    left: 0;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-poster-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    left: 0;
}

/* Poster Title Overlay */
.hero-poster-text {
    font-family: "Georgia", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.01em;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video-card:hover .hero-poster-text {
    transform: scale(1.02);
}

/* Glassmorphism Play Button */
.hero-glass-play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 35px;
}

.hero-glass-play-btn i {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
    color: #ffffff;
}

.hero-glass-play-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.55);
    transform: scale(1.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.hero-glass-play-btn:hover i {
    color: #9E7B4A; /* Theme Gold */
    transform: scale(1.05);
}

/* Glassmorphism Controls Overlay */
.hero-video-controls {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(20, 20, 22, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    pointer-events: auto; /* Allow interactions */
}

/* Keep controls showing when hovered or active */
.hero-video-card:hover .hero-video-controls,
.hero-video-card.controls-active .hero-video-controls {
    opacity: 1 !important;
}

.hero-video-card video {
    object-fit: cover;
}

/* Timeline / Progress bar */
.controls-progress-bar {
    height: 6px;
    background-color: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    position: relative;
    transition: height 0.2s ease;
}

.controls-progress-container:hover .controls-progress-bar {
    height: 8px;
}

.controls-progress-fill {
    width: 0%;
    background-color: #9E7B4A; /* Gold primary fill */
    transition: width 0.1s linear;
}

/* Control Buttons */
.control-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.control-btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: scale(1.08);
}

.control-btn i {
    font-size: 15px;
    color: #ffffff;
}

.control-time {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.85);
}

/* Centered Glass State Indicator (play/pause flash) */
.hero-video-indicator {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 70px;
    height: 70px;
    background: rgba(20, 20, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video-indicator i {
    font-size: 24px;
}

.hero-video-indicator.flash {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1);
}

/* Fullscreen mode support */
.hero-video-card:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto;
}

.hero-video-card:-moz-full-screen {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto;
}

.hero-video-card:fullscreen {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-poster-text {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .hero-glass-play-btn {
        width: 70px;
        height: 70px;
        margin-top: 25px;
    }
    
    .hero-glass-play-btn i {
        font-size: 20px;
    }
    
    .hero-video-controls {
        bottom: 12px;
        left: 12px;
        width: calc(100% - 24px);
        padding: 12px !important;
    }
}

@media (max-width: 575px) {
    .hero-poster-text {
        font-size: 16px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .hero-glass-play-btn {
        width: 55px;
        height: 55px;
        margin-top: 15px;
    }
    
    .hero-glass-play-btn i {
        font-size: 16px;
    }
    
    .control-time {
        font-size: 10px;
    }
}

/* ==========================================
   COTIZACIONES / TICKER TAPE (#indices)
   ========================================== */
#indices {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 0;
    min-height: 46px; /* Altura estándar de la cinta de TradingView */
    overflow: hidden;
    position: relative;
    z-index: 5;
}

#indices .tradingview-widget-container {
    width: 100%;
}







