.programa-hero-section {
    width: 100%;
    min-height: 946px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 120px 20px 40px 20px;
    display: flex;
    align-items: center;
}

.programa-hero-section .programa-hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 1216px;
    margin: 0 auto;
}

.programa-hero-text-content {
    flex: 1;
    max-width: 600px;
    z-index: 2;
}

.programa-hero-section .programa-hero-content .programa-hero-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #52636C;
}

.programa-hero-section .programa-hero-content .programa-subtitle {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 96px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: 2%;
    text-transform: uppercase;
    background: linear-gradient(111.33deg, #F04247 11.06%, #782B90 73.94%);
    max-width: 555px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding-top: 36px;
}

.programa-hero-section .programa-hero-content .programa-hero-text {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #52636C;
    max-width: 499px;
    margin-top: 36px;
}

.programa-hero-image-container {
    width: 50vw;
    max-width: 858px;
    height: 946px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: 1;
}

.programa-hero-image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

@media (min-width: 1632px) {
    .programa-hero-image-container {
        width: 858px;
    }
}

@media (max-width: 1085px) {
    .programa-hero-image-container {
        display: none;
    }
}

.programa-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 21px;
    width: 100%;
    height: 100%;
}

.programa-hero-grid .programa-div2 { 
    grid-area: 1 / 1 / 2 / 2; 
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #007DC51A;
}

.programa-hero-grid .programa-div3 { 
    grid-area: 2 / 1 / 5 / 2; 
    border-radius: 24px;
    background: url(../../assets/images/home/hero-grid-image.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.programa-hero-grid .programa-div4 { 
    grid-area: 5 / 1 / 6 / 2; 
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #41AD4933;
}

.programa-hero-grid .programa-div5 { 
    grid-area: 1 / 2 / 3 / 3;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: linear-gradient(180deg, #F04544 0%, #EE1874 100%);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.programa-hero-grid .programa-div5 .programa-div5-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/home/hero-gradiente-div2.png) no-repeat center center;
    background-size: cover;
}

.programa-hero-grid .programa-div6 { 
    grid-area: 3 / 2 / 6 / 3;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #F8F4DF;
    position: relative;
    overflow: hidden;
}

.programa-hero-grid .programa-div6 .programa-div6-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/home/hero-grid-div-6.png) no-repeat center center;
    background-size: cover;
}

.section-program {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px){
    .section-program {
        margin-top: 50px;
    }
}

.section-program .section-program-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-program-container-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    max-width: 1216px;
    width: 100%;
}

.section-program .section-program-container .section-program-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
}

.section-program .section-program-container .section-program-subtitle-1 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;    
    margin-top: 16px;
}

.section-program .section-program-container .section-program-text {
    font-family: Inter;
    font-weight: 300;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color:#071F2CB2;
    margin-top: 32px;
}

.section-program-video-container {
    width: 100%;
    max-width: 1216px;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
    justify-content: center;
}

.section-program-video {
    width: 100%;
    max-width: 1216px;
    height: 450px;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.section-program-carousel {
    margin-top: 64px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.section-program-carousel .program-item {
    padding: 0 8px;
    outline: none;
    height: auto;
    margin: 0 16px;
    background-color: transparent;
}

.section-program-carousel .program-image {
    width: 370px;
    height: 391px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

@media (max-width: 480px){
    .section-program-carousel .program-image {
        max-width: 300px;
        max-height: 300px;
        max-width: 300px;
        max-height: 300px;
    }
}


.activities-section {
    width: 100%;
    margin-top: 180px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 768px){
    .activities-section {
        margin-top: 60px;
    }
}

.activities-container {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.activities-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1216px;
    width: 100%;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 120px;
}

@media (max-width: 768px){
    .activities-header {
        padding-bottom: 30px;
    }
}

.activities-header .activities-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.activities-header .activities-subtitle {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    max-width: 500px;
    margin-top: 16px;
    max-width: 785px;
    text-align: left;
}

.activities-header .activities-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color: #52636C;
    text-align: left;
    margin-top: 32px;
}

.expansion-section {
    width: 100%;
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}


@media (max-width: 768px){
    .expansion-section {
        margin-top: 50px;
    }
}

.expansion-container {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.expansion-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.expansion-text {
    max-width: 592px;
}

.expansion-text .expansion-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expansion-text .expansion-subtitle {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 16px;
}

.expansion-text .expansion-description {
    font-family: Inter;
    font-weight: 300;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color:#52636C;
    max-width: 620px;
    margin-top: 48px;
    text-align: left;
}

.expansion-image {
    max-width: 500px;
}

.expansion-img {
    max-width: 500px;
    width: 500px;
    height: 378px;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 768px){
    .expansion-content .expansion-image {
        max-width: 100%;
        width: 100%;
    }

    .expansion-content .expansion-img {
        width: 100%;
    }
}

.presence-section {
    width: 100%;
    margin-top: 180px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 768px){
    .presence-section {
        margin-top: 60px;
    }
}

.presence-container {
    max-width: 1216px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.presence-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.presence-image {
    max-width: 500px;
}

.presence-img {
    width: 500px;
    height: 378px;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 768px){
    .presence-content .presence-image {
        max-width: 100%;
        width: 100%;
    }

    .presence-content .presence-img {
        width: 100%;
    }
}

.presence-text {
    max-width: 592px;
}

.presence-text .presence-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.presence-text .presence-subtitle {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 16px;
}

.presence-text .presence-description {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    color:#071F2CB2;
    margin-top: 48px;
}

.programa-project-section {
    width: 100%;
    margin-top: 108px;
    overflow: hidden;
}

.programa-project-section .programa-project-section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.programa-project-section-container-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.programa-project-section .programa-project-section-container .programa-project-title {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
}

.programa-project-section .programa-project-section-container .programa-project-subtitle {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #071F2C;    
    max-width: 500px;
    margin-top: 16px;
}

.programa-project-carousel {
    margin-top: 64px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.programa-project-carousel .programa-project-item {
    padding: 30px 20px;
    outline: none;
    height: auto;
    margin: 0 15px;
    background-color: #FF7887;
    border-radius: 24px;
}

.programa-project-carousel .programa-project-image {
    width: 178px;
    height: 154px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 24px;
}

.programa-project-carousel .programa-project-name {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 63px;
    max-width: 274px;
}



@media (max-width: 768px) {
    .programa-project-carousel .programa-project-name {
        font-size: 22px;
    }
}

.programa-project-carousel .programa-project-description {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    max-width: 193px;
}

.programa-bottom-content {
    margin-top:50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.programa-slick-dots {
    bottom: -50px;
}

.programa-slick-dots li button:before {
    font-size: 12px;
    color: #F04247;
    opacity: 0.5;
}

.programa-slick-dots li.slick-active button:before {
    opacity: 1;
    color: #F04247;
}

.programa-slick-prev,
.programa-slick-next {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #F04247;
    border-radius: 50%;
    border: none;
    z-index: 1;
}

.programa-slick-prev:before,
.programa-slick-next:before {
    font-size: 18px;
    color: white;
}

.programa-slick-prev {
    left: 20px;
}

.programa-slick-next {
    right: 20px;
}

.news-section {
    width: 100%;
    margin-top: 120px;
    background-color: #F8F4DF;
    padding: 80px 0;
}

.news-container {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.news-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
}

.news-label {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(72.33deg, #F04247 10.06%, #782B90 17.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin-top: 16px;
}

.news-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    align-self: flex-end;
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F25D2B;
    text-decoration: none;
}

.news-arrow {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.news-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: flex-start;
}

.news-main {
    display: flex;
    flex-direction: column;
    max-width: 590px;
}

.news-main-image {
    width: 100%;
    height: 337px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.news-main-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    min-height: 215px;
    background-color: #fff;
    padding: 47px 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.news-main-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin: 0;
    margin-bottom: 16px;
}

.news-main-text {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #52636C;
    margin: 0;
}

.news-main-link {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-secondary {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    justify-content: space-between;
}

.news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.news-item-image {
    width: 262px;
    max-height: 212px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}

.news-item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 280px;
}

.news-item-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #071F2C;
    margin: 0;
}

.news-item-text {
    font-family: Londrina Solid;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #52636C;
    margin: 0;
    max-width: 200px;
}

.news-item-link {
    align-self: flex-end;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1024px) {
    .programa-hero-section {
        padding: 140px 16px 40px 16px;
        min-height: auto;
    }
    
    .programa-hero-section .programa-hero-content {
        flex-direction: column;
        gap: 60px;
    }
    
    .programa-hero-text-content {
        max-width: 100%;
        text-align: center;
    }
    
    .programa-hero-section .programa-hero-content .programa-subtitle {
        font-size: 72px;
        max-width: 100%;
    }
    
    .programa-hero-image-container {
        width: 50vw;
        max-width: 500px;
        height: 700px;
        position: fixed;
        top: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .programa-hero-section {
        padding: 41px 16px 40px 16px;
        min-height: auto;
    }
    
    .programa-hero-section .programa-hero-content {
        flex-direction: column;
        gap: 0px;
    }
    
    .programa-hero-text-content {
        text-align: left;
    }
    
    .programa-hero-section .programa-hero-content .programa-hero-title {
        font-size: 24px;
    }
    
    .programa-hero-section .programa-hero-content .programa-subtitle {
        font-size: 48px;
        margin-top: 20px;
    }
    
    .programa-hero-section .programa-hero-content .programa-hero-text {
        font-size: 20px;
        max-width: 100%;
    }
    
    .section-program .section-program-container .section-program-title {
        font-size: 24px;
    }
    
    .section-program .section-program-container .section-program-subtitle-1 {
        font-size: 38px;
    }
    
    .section-program .section-program-container .section-program-text {
        font-size: 18px;
    }
    
    .section-program-video-container {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0 16px;
    }
    
    .section-program-video {
        height: 350px;
    }
    
    .activities-header .activities-title {
        font-size: 24px;
    }
    
    .activities-header .activities-subtitle {
        font-size: 38px;
    }
    
    .expansion-text .expansion-title {
        font-size: 24px;
    }
    
    .expansion-text .expansion-subtitle {
        font-size: 38px;
    }
    
    .presence-text .presence-title {
        font-size: 24px;
    }
    
    .presence-text .presence-subtitle {
        font-size: 38px;
    }
    
    .programa-project-section .programa-project-section-container .programa-project-title {
        font-size: 24px;
    }
    
    .programa-project-section .programa-project-section-container .programa-project-subtitle {
        font-size: 38px;
    }
    
    .news-label {
        font-size: 24px;
    }
    
    .news-title {
        font-size: 38px;
    }
    
    .news-main-title {
        font-size: 20px;
    }
    
    .news-main-text {
        font-size: 16px;
    }
    
    .news-item-title {
        font-size: 20px;
    }
    
    .news-item-text {
        font-size: 14px;
    }
    
    .programa-hero-image-container {
        width: 50vw;
        max-width: 500px;
        height: 700px;
        position: fixed;
        top: 0;
        right: 0;
    }
    
    .section-program-container-header {
        padding: 0 20px;
    }
    
    .expansion-content,
    .presence-content {
        flex-direction: column;
        gap: 40px;
    }
    
    
    .news-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .programa-hero-section {
        padding: 0;
        padding-top: 50px;
    }
    
    .programa-hero-section .programa-hero-content {
        gap: 32px;
    }
    
    .programa-hero-section .programa-hero-content .programa-hero-title {
        font-size: 24px;
    }
    
    .programa-hero-section .programa-hero-content .programa-subtitle {
        font-size: 40px;
    }
    
    .programa-hero-section .programa-hero-content .programa-hero-text {
        font-size: 20px;
    }
    
    .section-program .section-program-container .section-program-title {
        font-size: 20px;
    }
    
    .section-program-container-text .section-program-subtitle-1 {
        font-size: 32px;
    }
    
    .section-program .section-program-container .section-program-text {
        font-size: 16px;
    }
    
    .section-program-video-container {
        margin-top: 32px;
        margin-bottom: 32px;
        padding:0;
    }
    
    .section-program-video {
        height: 280px;
    }
    
    .activities-header .activities-title {
        font-size: 20px;
    }
    
    .activities-header .activities-subtitle {
        font-size: 32px;
    }
    
    .expansion-text .expansion-title {
        font-size: 20px;
    }
    
    .expansion-text .expansion-subtitle {
        font-size: 32px;
    }
    
    .presence-text .presence-title {
        font-size: 20px;
    }
    
    .presence-text .presence-subtitle {
        font-size: 32px;
    }
    
    .programa-project-section .programa-project-section-container .programa-project-title {
        font-size: 16px;
    }
    
    .programa-project-section .programa-project-section-container .programa-project-subtitle {
        font-size: 36px;
    }
    
    .news-label {
        font-size: 16px;
    }
    
    .news-title {
        font-size: 36px;
    }
    
    .news-main-title {
        font-size: 18px;
    }
    
    .news-main-text {
        font-size: 14px;
    }
    
    .news-item-title {
        font-size: 18px;
    }
    
    .news-item-text {
        font-size: 14px;
    }
    
}

/* Responsive padding for containers with max-width 1216px */
@media (max-width: 1216px) {
    .programa-hero-section .programa-hero-content,
    .section-program-container-header,
    .activities-container,
    .activities-header,
    .expansion-container,
    .presence-container,
    .programa-project-section .programa-project-section-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.expansion-image-mobile,
.presence-image-mobile {
    display: none;
}

@media (max-width: 480px) {
   .programa-hero-content, .activities-header, .section-program-container-header, .programa-hero-content {
        padding: 0;
   }

   .expansion-image,
   .presence-image {
        display: none;
   }

   .expansion-image-mobile,
   .presence-image-mobile {
        display: block;
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
   }

   .expansion-image-mobile img,
   .presence-image-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 24px;
   }
}

