/*  Banner Principal*/
.hero-sustentabilidad-section {
    padding: 40px 0 60px 0;
}

.hero-sustentabilidad-section .px-custom {
    padding-left: 12px;
    padding-right: 12px;
}

.hero-sustentabilidad-card {
    position: relative;
    width: 100%;
    height: 500px; 
    border-radius: 16px;
    overflow: hidden;
}


.hero-sustentabilidad-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112%;
    object-fit: cover; 
    z-index: 1;
}

/* Capa sutil para oscurecer la imagen y darle contraste al texto */
.hero-sustentabilidad-overlay {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(54 61 91 / 20%), rgb(9 11 130 / 22%), rgb(29 32 53 / 22%));
    z-index: 2;

}

.hero-sustentabilidad-content {
     position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 20px;
}

.hero-sustentabilidad-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); 
}

/* Responsive (Móviles y Tablets) */
@media (max-width: 991px) {
    .hero-sustentabilidad-section {
        padding: 0px 0px 24px 0px;
    }
    
    .hero-sustentabilidad-section .px-custom {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hero-sustentabilidad-card {
        height: 350px; 
    }
    
    .hero-sustentabilidad-title {
        font-size: 40px; 
    }
}

@media (max-width: 480px) {
    .hero-sustentabilidad-section {
        padding: 0px 0px 32px 0px;
    }
}

/* Futuro Sostenible */
.futuro-sostenible-section {
    padding: 0 0 0px 0; 
}

/* Tarjeta Azul */
.futuro-sostenible-card {
    background-color: #001391; 
    border-radius: 16px;
    padding: 24px 24px;
    width: 100%;
    color: #ffffff;
}

.futuro-sostenible-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.15;
}

.futuro-sostenible-lead {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    width: 88%;

}
.futuro-sostenible-medium{
    font-family: 'BentonSansBBVA-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Imagen a la derecha */
.futuro-sostenible-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    min-height: 486px; 
    overflow: hidden;
    display: flex;
}

/* Botón Blanco Especial para fondos oscuros */
.btn-bbva-white {
    display: inline-block;
    background-color: #ffffff;
    color: #001391 !important;
    text-decoration: none;
    font-size: 15px;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    padding: 14px 28px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-bbva-white:hover {
    background-color: #f0f0f0;
    color: #070E46 !important;
}
/* Botón Secundario (Fondo Azul Muy Oscuro) */
.btn-bbva-dark-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #070E46; 
    color: #85C8FF !important; 
    text-decoration: none;
    font-size: 15px;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    padding: 14px 28px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-bbva-dark-blue:hover {
    background-color: #001391; 
    color: #ffffff !important;
}




/*  Responsive (Móviles y Tablets) */
@media (max-width: 991px) {
    .futuro-sostenible-section {
        padding: 0 0 30px 0;
    }
    
    .futuro-sostenible-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    .futuro-sostenible-lead{
        width: 91%;
        font-size: 15.01px;
    }
    .futuro-sostenible-medium{
        font-size: 15.01px;
    }
    
    .futuro-sostenible-card {
        padding: 18px 18px !important;
        border-radius: 16px;
    }
    
    .futuro-sostenible-title {
        font-size: 48px;
    }
    .futuro-sostenible-title br {
        display: none;
    }
    .btn-bbva-white{
        padding: 16px;
        width: 100%;
        text-align: center;
    }
    .btn-bbva-dark-blue{
        padding: 16px;
        width: 100%;
        text-align: center;
    }
    
    .futuro-sostenible-img {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .futuro-sostenible-img-col {
        padding-left: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-bbva-white,
    .btn-bbva-dark-blue {
        flex: 1 1 calc(50% - 0.75rem);
        text-align: center;
    }
        .futuro-sostenible-lead {
        width: 100%;
    }
}

/* SECCIÓN: HABLEMOS DE RECICLAJE */
.hablemos-reciclaje-section {
    padding: 32px 0;
}

/* Textos del Encabezado */
.hablemos-reciclaje-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #070E46; 
    margin-bottom: 20px;
}

.hablemos-reciclaje-lead {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    max-width: 1193px;
    margin-bottom: 32px !important;
}

/* Tarjeta Blanca Principal */
.hablemos-reciclaje-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px; 
}

/* Textos Internos de la Tarjeta */
.hablemos-text-wrapper {
    max-width: 450px; 
    margin: 0 auto;   
}

.hablemos-card-title {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 24px;
    color: #070E46;
    margin-bottom: 16px;
}

.hablemos-card-text {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    margin: 0;
    width: 85%;
}

/* Imagen de la Tarjeta */
.hablemos-card-img {
    border-radius: 8px; 
    object-fit: cover;
    height: 100%;
    min-height: 350px;
}

/* Responsive (Móviles) */
@media (max-width: 991px) {
    .hablemos-reciclaje-section {
        padding: 0px 0;
    }
    .hablemos-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 32px;
    }
    .hablemos-reciclaje-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .hablemos-reciclaje-lead {
        font-size: 15px;
        width: 71%;
    }
    .hablemos-reciclaje-card {
        padding: 18px !important;
        background-color: #ffffff;
    }
    .manejo-reciclaje-card {
        padding: 18px !important;
    }
     .hablemos-card-img {
        min-height: 250px;
    }
    .hablemos-card-img {
        min-height: 250px;
    }
    .hablemos-text-wrapper {
        padding-top: 0px;
        padding-bottom: 20px;
        max-width: 700px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hablemos-card-img {
        min-height: 250px;
        height: auto;
        overflow: hidden;
        display: flex;
        aspect-ratio: 13 / 9.7;
    }
}

@media (max-width: 480px) {
    .hablemos-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*  TARJETA: MANEJO DE RECICLAJE (Fondo Azul) */
.manejo-reciclaje-card {
    background-color: #001391; 
    border-radius: 16px;
    padding: 24px;
    margin-top: -0rem !important;
}

/* Envoltorio del texto para mantenerlo compacto */
.manejo-text-wrapper {
    max-width: 450px;
    margin: 0 auto;
}

.manejo-card-title {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 24px;
    color: #ffffff; 
    margin-bottom: 16px;
}

.manejo-card-text {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #ffffff;
    margin: 0;
}

.manejo-card-img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    min-height: 350px;
}

/* Ajustes para móviles */
@media (max-width: 991px) {
    .manejo-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    .manejo-reciclaje-card {
        padding: 20px;
    }
    .manejo-card-img {
        min-height: 250px;
    }
    .manejo-text-wrapper {
        padding-top: 0px;
        padding-bottom: 20px;
        max-width: 700px;
    }
}

@media (max-width: 480px) {
    .manejo-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/*  SECCIÓN: GESTIÓN DE RECICLAJE (Pestañas) */
.gestion-reciclaje-section {
    padding: 20px 0 32px 0;
}
    .gestion-reciclaje-section .col-6 {
        --bs-gutter-y: -0.5rem;
    }

.gestion-tabs {
    border-bottom: 1px solid #DBE0EB; 
    gap: 20px; 
}

.gestion-tabs .nav-link {
   font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 15.01px;
    color: #001391; 
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent; /* Mantenemos el borde transparente por defecto */
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin-bottom: -1px;
}

.gestion-tabs .nav-link:hover {
    color: #070E46;
}

/* Pestaña Activa */
.gestion-tabs .nav-link.active {
    color: #070E46;
    background: transparent;
    border-bottom: 2px solid #070E46; 
}

/* Tarjeta Blanca de Resultados */
.gestion-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px 32px; 
}

.gestion-card-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #070E46;
    margin-bottom: 20px;
}

/* Estilos de las Métricas */
.gestion-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.gestion-stat {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 20px;
    color: #070E46;
    margin-bottom: 8px;
}

.gestion-desc {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46; 
    margin: 0;
}

/* Ajustes Responsive para Móviles */
@media (max-width: 991px) {
    .gestion-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    .gestion-card {
        padding: 24px 24px !important;
}
    .gestion-card-title {
        font-size: 40px;
    }
    .gestion-tabs {
        flex-wrap: nowrap;
        overflow-x: auto; 
        white-space: nowrap;
        padding-bottom: 0; 
        border-bottom: 1px solid #DBE0EB !important; 
        -ms-overflow-style: none; 
        scrollbar-width: none;
        gap: 0px;
    }
    .gestion-stat {
        font-size: 20px;
    }
    .gestion-tabs::-webkit-scrollbar {
        display: none; 
    }
    .gestion-reciclaje-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        --bs-gutter-y: 0.5rem;
    }
    .gestion-tabs .nav-link.active{
       box-shadow: inset 0 -2px 0 #070E46 !important;
    }
    .gestion-tabs .nav-link {
        margin-bottom: 0 !important; /* Anulamos el -1px que hacía que se cortara */
        border-bottom: none !important; /* Quitamos el borde normal */
    }
    /* DEGRADADO BLANCO */
    .gestion-tabs-wrapper {
        position: relative;
        width: 100%;
    }

    .gestion-tabs-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px; 
        background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
        pointer-events: none; 
        z-index: 10;
    }
    .gestion-reciclaje-section {
    padding: 0px 0 30px 0;
}
}

@media (max-width: 480px) {
    .gestion-reciclaje-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gestion-icon {
    width: 168px;
    height: 168px;
}
    .gestion-card-title {
        font-size: 48px;
    }
        .gestion-stat {
        font-size: 24px;
    }
        .gestion-reciclaje-section {
        padding: 0px 0 0px 0;
    }
}