/* Estilos Bigweb - custom_bw.css */
h2.hollow-text.quienes,
h2.hollow-text.pilares,
.impacto-section h2.hollow-text{
    -webkit-text-stroke-width: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 4rem;
    text-transform: uppercase;
}

span.big-number {
    color: #54afaf;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    display: block;
}

.activities-list strong {
    font-size: 1.4rem;
}

.footer-section a {
    font-size: 21px;
    color: #68c2c5;
    text-decoration: none;
}

.etiquetaa h4 {
    color: #FFFFFF;
    font-weight: 500;
}

.impacto-section h2.hollow-text {
    margin-bottom: 0;
}

.impacto-section2 .col-12 span:last-child {
    text-align: center;
    display: block;
    color: #54afaf;
    font-weight: 500;
    line-height: 1.18em;
    max-width: 300px;
    margin: auto;
}

h2.hollow-text.impacto span {
    font-size: 35px;
}

h2.hollow-text.objetivos,
#que-hacemos h2.hollow-text,
#actividades h2.hollow-text{
    color: #68C2C5;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0;
    font-weight: 600;
    font-size: 4rem;
    text-transform: uppercase;
}

.impacto-section2 {
    background-color: #d9e8e8;
}

#objetivos .col-lg-4 .flex-column {
    border-radius: 0.5rem;
    overflow: hidden;
}

.pt-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

#objetivos .flex-wrap {
    padding: 35px !important;
    flex: 1;
}

#objetivos .col-lg-4 {
    display: flex;
    flex-direction: column;
}

#objetivos .col-lg-4 > .d-flex.flex-column {
    flex: 1;
}

#objetivos .flex-wrap.text-center{
    color:#ffffff;
}

#objetivos .flex-wrap.text-center strong {
    text-align: center;
    display: block !important;
    position: relative;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

#objetivos .col-12:not(.col-lg-4) {
    display: none;
}

/* Pilares */
#pilares .pilares-section img {
    width: 160px;
}

#pilares .pilares-section .w-lg-25 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}

#pilares .pilares-section .d-flex.align-items-center {
    padding: 2rem 0;
}

#pilares .pilares-section .pilar-1 {
    max-width: 250px;
    text-align: left;
}

#pilares .pilares-section .pilar-2 {
    max-width: 290px;
    text-align: left;
}

#pilares .pilares-section .pilar-3 {
    max-width: 390px;
    text-align: left;
}

/* Footer */
.footer-contact-btn {
    background-color: #ffffff;
    color: #68C2C5;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
}

/* Fundaciones aliadas */
.fundaciones-aliadas-section {
    background-color: #f7a219;
}

.fundaciones-titulo {
    font-size: 3rem;
    text-transform: uppercase;
}

.fundaciones-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.logo-aliado {
    height: 75px;
    width: calc((100% - 16 * 2rem) / 9);
    min-width: 80px;
    object-fit: contain;
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.logo-aliado:hover {
    transform: scale(1.25);
}

@media (max-width: 991px) {
    .logo-aliado {
        width: calc((100% - 2rem) / 2);
        height: 50px;
    }

    h2.hollow-text {
        font-size: 2.6rem !important;
    }
}

/* Acciones */
.activity-item {
    min-height: 120px;
    font-size: 1.1rem;
}

.activity-item--full {
    min-height: 200px;
}

.activity-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

.activity-icon-full {
    width: 100px;
    height: 100px;
    object-fit: contain;
}