.parent-container{
    background-color: #00402A;
    height: 512px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.textos{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.imagen-unete{
    width: 1200px;
    background-image: url("/documents/20122/31135041/fondo_mod_verde.png/e70d5cfa-553d-1544-665c-6b3785ac1518?t=1779282633699");
    background-repeat: no-repeat;
    height: 100%;
}

.textos .titulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: white;
}

.textos .subtitulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: white;
}

@media (min-width: 360px) and (max-width: 575px) {
    .imagen-unete{
    width: 360px;
    background-image: url("/documents/20122/31135041/unete_red_sostenible_360.png/de6190aa-a775-9e35-51c8-f010ab12f711?t=1779282636386");
    background-repeat: no-repeat;
    height: 360px;
}
.parent-container{
    height: 360px;
}
    .textos .titulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.textos .subtitulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
}

@media (min-width: 576px) and (max-width: 991px) {
.imagen-unete{
    width: 576px;
    background-image: url("/documents/20122/31135041/unete_red_sostenible_576.png/6bb3d356-00ae-fb82-7fd7-17c900bc9300?t=1779282636651");
    background-repeat: no-repeat;
    height: 100%;
}

    .textos .titulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.textos .subtitulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .imagen-unete{
    width: 768px;
    background-image: url("/documents/20122/31135041/fondo_mod_verde_mobile.png/dd9cd552-0740-404c-d3db-fd42b83f03d8?t=1779282633977");
    background-repeat: no-repeat;
    height: 100%;
}
    .textos .titulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.textos .subtitulo{
    text-align: center;
    font-family: Iberpangea-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
    .imagen-unete{
    width: 992px;
    background-image: url("/documents/20122/31135041/unete_red_sostenible_992.png/c0f46181-fe31-3c92-425b-b1c444185a67?t=1779282637023");
    background-repeat: no-repeat;
    height: 100%;
}
}