/*  Banner Principal*/
.hero-donaciones-section {
    padding: 40px 0 60px 0;
    background-color: var(--bg-light-gray);
}

.hero-donaciones-section .px-custom {
    padding-left: 12px;
    padding-right: 12px;
}

.hero-donaciones-card {
    position: relative;
    width: 100%;
    height: 500px; 
    border-radius: 16px;
    overflow: hidden;
}


.hero-donaciones-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    z-index: 1;
}

/* Capa sutil para oscurecer la imagen y darle contraste al texto */
.hero-donaciones-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); 
    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-donaciones-content {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 20px;
  
}

.hero-donaciones-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-donaciones-section {
        padding: 0px 0px 32px 0px;
    }
    
    .hero-donaciones-section .px-custom {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hero-donaciones-card {
        height: 350px; 
    }
    
    .hero-donaciones-title {
        font-size: 48px; 
    }
    .hero-donaciones-content {
        padding: 7px;
    }
}

/*  Iniciativas Sociales */
.iniciativas-sociales-section {
    padding: 0 0 0px 0; 
}

.iniciativas-sociales-section .px-custom {
    padding-left: 12px;
    padding-right: 12px;
}

.iniciativas-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 32px 32px;
    width: 100%;
}

.iniciativas-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #070E46;
    margin-bottom: 20px;
}

.iniciativas-text {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    max-width: 978px; 
    margin-bottom: 0;
}

/* 
   Responsive (Móviles y Tablets)
    */
@media (max-width: 991px) {
    .iniciativas-sociales-section {
        padding: 0 0 16px 0;
    }
    
    .iniciativas-sociales-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .iniciativas-card {
        padding: 24px 24px !important;
        border-radius: 16px;
    }
    
    .iniciativas-title {
        font-size: 40px;
    }
    
    .iniciativas-text {
        font-size: 20px;
    }
}

/*  Estamos presentes */
.patrocinios-section {
    padding: 20px 0 60px 0;
    background-color: var(--bg-light-gray);
}

.patrocinios-section .px-custom {
    padding-left: calc(12px + 30px + var(--site-px));
    padding-right: calc(12px + 30px + var(--site-px));
}

.patrocinios-main-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #070E46;
    margin: 0;
    margin-bottom: 36px;
}

.patrocinios-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px 24px;
    width: 100%;
}

.patrocinios-text-col {
    padding-right: 50px; 
}

.patrocinio-title {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 24px;
    color: #070E46;
    margin-bottom: 20px;
    font-weight: 500;
    margin-left: 60px;
}

.patrocinio-text {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    margin: 0;
    margin-left: 60px;
    width: 74%;
}

.patrocinio-img {
   border-radius: 8px;
    object-fit: cover;
    width: 99% !important;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: flex;
}

/* Responsive (Móviles y Tablets) */
@media (max-width: 991px) {
    .patrocinios-section {
        padding: 10px 0 60px 0;
    }
    
    .patrocinios-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .patrocinios-main-title {
        font-size: 32px;
        margin-bottom: 10px;
        text-align: center;
        padding: 3px;
    }
    .patrocinio-text{
        margin-left: 0px;
        width: 100%;
    }
     .patrocinio-title {
        margin-left: 0px;
        font-size: 20px;
    }
    .patrocinios-card {
        padding: 18px !important;
        border-radius: 16px;
    }
    .patrocinio-img {
        width: 100% !important;
        aspect-ratio: 12 / 9;
}
    .patrocinios-text-col {
        padding-right: calc(var(--bs-gutter-x) * .5); 
    }
    .patrocinios-img-col {
        margin-top: 0 !important; 
    }
}

/* Cómo Solicitar */
.como-solicitar-section {
    padding: 0 0 0px 0; 
}

.como-solicitar-section .px-custom {
    padding-left: calc(12px + 30px + var(--site-px));
    padding-right: calc(12px + 30px + var(--site-px));
}

/* Tarjeta Azul */
.como-solicitar-card {
    background-color: #001391; 
    border-radius: 16px;
    padding: 24px 24px !important;
    width: 100%;
    color: #ffffff;
    margin-bottom: 36px;
}

.solicitar-title {
    font-family: 'TiemposHeadline', serif;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.15;
}

.solicitar-lead {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    width: 88%;
}

.solicitar-list {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 18px; 
    margin-bottom: 0;
    width: 83%;
}

.solicitar-list li {
    margin-bottom: 12px;
}

/* Imagen a la derecha */
.solicitar-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    min-height: 550px; 
    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;
}

/*  Responsive (Móviles y Tablets) */
@media (max-width: 991px) {
    .como-solicitar-section {
        padding: 0 0 30px 0;
    }
    
    .como-solicitar-section .px-custom {
        padding-left: 12px;
        padding-right: 12px;
    }
     .solicitar-lead{
        width: 100%;
    }
    .como-solicitar-card {
        padding: 18px 18px !important;
        border-radius: 16px;
    }
    
    .solicitar-title {
        font-size: 48px;
    }
    
    .solicitar-img {
        min-height: 300px;
    }
    .btn-bbva-white{
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 28px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
    .solicitar-list li {
        width: 109%;
        }
    .como-solicitar-section {
        padding: 0px 0 0px 0;
    }
    }
}