#contenedor-cabecera {
    display: none;
    max-width: 1920px;
    width: 100%;
    align-items: flex-start;
    background-size: cover;
    background-image: url("/documents/20122/16782653/distributiva-mod01-background-1920.png");
    background-position: 15% 40%;
    background-size: 120%;
    height: 225px;
}

#contenedor-mobile {
    display: flex;
}

.cuadro-titulo-cabecera {
    width: 400px;
    padding: 16px 24px;
    background: white;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 140px;
    align-items: center;
}

.cuadro-titulo-cabecera-idioma {
    padding: 0;
}

.contenedor-texto-cuadro-titulo-cabecera,
.subcontenedor-flex-start,
.subcontenedor-flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.titulo-cabecera {
    max-width: 352px;
    width: 100%;
    text-align: center;
    color: #2C2C2C;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    word-wrap: break-word;
    padding: 0;
    font-family: 'IberPangea-Regular';
}

/**
* Cabecera mobile
*/

#contenedor-mobile {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 32px 16px;
    gap: 40px;
    margin: 0 auto;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.contenedor-imagen {
    background: url("/documents/20122/16443283/distributiva-mod01-background-360.jpg/835e484a-8643-4c19-188f-69f6c7734617?t=1707746065755");
    height: 270px;
    width: 328px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-mobile {
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
    padding: 0;
    font-family: 'IberPangea-Regular';
    margin-bottom: 16px;
    margin-top: 25px;
}

.contenedor-texto-boton-contratar:hover {
    background-color: #FFFFFF;
    border: 2px solid #2F6852;
    color: #2F6852;
    cursor: pointer;
}

.subcontenedor-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width: 576px) {

    #contenedor-mobile {
        padding: 32px 48px;
    }

    .titulo-mobile {
        line-height: 40px;
    }

    .contenedor-imagen {
        background-image: url("/documents/20122/16782653/distributiva-mod01-background-576.png");
        width: 480px;
    }
}



@media(min-width: 768px) {
    .contenedor-imagen {
        background-image: url("/documents/20122/16782653/distributiva-mod01-background-1920.png");
        width: 672px;
        height: 270px;
    }

}

@media (min-width: 992px) {
    #contenedor-mobile {
        display: none;
    }

    #contenedor-cabecera {
        display: inline-flex;
        padding: 40px 83px;
    }
}


@media (min-width: 1200px) {
    #contenedor-cabecera {
        padding: 40px 100px;
    }
}

@media (min-width: 1600px) {
    #contenedor-cabecera {
        padding: 40px 320px;
    }
}