.bloque-titulo-texto{
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.bloque-titulo-texto .cabecera-lateral{
    max-width: 608px;
    display: flex;
    flex-direction: column;
}

.bloque-titulo-texto .botonera
{
    margin:inherit;
}

.bloque-titulo-texto .cabecera-lateral.center
{
    text-align: center;
    align-items: center;
    margin-left:auto;
    margin-right: auto;
}

.bloque-titulo-texto .cabecera-lateral.right
{
    text-align: right;
    align-items: flex-end;
    margin-left: auto;
}

.bloque-titulo-texto .cabecera-lateral.left
{
    text-align: left;
    align-items: flex-start;
}

.bloque-titulo-texto .cabecera-lateral-grande{
    max-width: 1031px;
}
.bloque-titulo-texto .cabecera-lateral .titulo{
    margin-bottom: 40px;
}
.bloque-titulo-texto .cabecera-lateral .titulo p,
.bloque-titulo-texto .cabecera-lateral .titulo h1,
.bloque-titulo-texto .cabecera-lateral .titulo h2,
.bloque-titulo-texto .cabecera-lateral .titulo h3,
.bloque-titulo-texto .cabecera-lateral .titulo h4,
.bloque-titulo-texto .cabecera-lateral .titulo h5,
.bloque-titulo-texto .cabecera-lateral .titulo h6{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 56px;
    line-height: 74px;
}
.bloque-titulo-texto .cabecera-lateral .introduccion{
    margin-bottom: 40px;
}
.bloque-titulo-texto .cabecera-lateral .introduccion p,
.bloque-titulo-texto .cabecera-lateral .introduccion h1,
.bloque-titulo-texto .cabecera-lateral .introduccion h2,
.bloque-titulo-texto .cabecera-lateral .introduccion h3,
.bloque-titulo-texto .cabecera-lateral .introduccion h4,
.bloque-titulo-texto .cabecera-lateral .introduccion h5,
.bloque-titulo-texto .cabecera-lateral .introduccion h6{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
}
.bloque-titulo-texto .cabecera-lateral .descripcion{
    margin-bottom: 40px;
}
.bloque-titulo-texto .cabecera-lateral .descripcion p,
.bloque-titulo-texto .cabecera-lateral .descripcion h1,
.bloque-titulo-texto .cabecera-lateral .descripcion h2,
.bloque-titulo-texto .cabecera-lateral .descripcion h3,
.bloque-titulo-texto .cabecera-lateral .descripcion h4,
.bloque-titulo-texto .cabecera-lateral .descripcion h5,
.bloque-titulo-texto .cabecera-lateral .descripcion h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
/* Pantallas pequeñas */
@media only screen and (max-width: 1270px){
    .bloque-titulo-texto .cabecera-lateral .titulo p,
    .bloque-titulo-texto .cabecera-lateral .titulo h1,
    .bloque-titulo-texto .cabecera-lateral .titulo h2,
    .bloque-titulo-texto .cabecera-lateral .titulo h3,
    .bloque-titulo-texto .cabecera-lateral .titulo h4,
    .bloque-titulo-texto .cabecera-lateral .titulo h5,
    .bloque-titulo-texto .cabecera-lateral .titulo h6 {
        font-weight: 700;
        font-size: 32px;
        line-height: 46px;
    }
    .bloque-titulo-texto .cabecera-lateral .introduccion > p,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h1,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h2,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h3,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h4,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h5,
    .bloque-titulo-texto .cabecera-lateral .introduccion > h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
    }
}
/* or 144% */

@media only screen and (max-width: 1270px){
    .bloque-titulo-texto .cabecera-lateral.center
    {
        text-align: center;
        align-items: center;
        margin:auto;
        
    }
}