.bloque-texto-imagen-grid-argumentos{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.bloque-texto-imagen-grid-argumentos > div{
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 640px;
}
.interior-texto-imagen-grid-argumentos{
    width: 100%;
}
.texto-fondo-lateral{
    max-width: 713px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo{
    margin-bottom: 90px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > p,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h1,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h2,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h3,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h4,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h5,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h6{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 64px;
    line-height: 87px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion{
    margin-bottom: 30px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion p,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h1,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h2,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h3,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h4,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h5,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion h6{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion{
    margin-bottom: 60px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion p,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h1,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h2,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h3,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h4,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h5,
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .leyenda-cta{
    margin-top: 32px;
}
.bloque-texto-imagen-grid-argumentos .grid-argumentos{
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 55px;
    list-style: none;
    padding-inline-start: 0;
}
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento{
    display: flex;
    align-items: center;
}
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento img{
    margin-right: 11px;
    max-width: 72px;
}
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > p,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h1,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h2,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h3,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h4,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h5,
.bloque-texto-imagen-grid-argumentos .grid-argumentos .item-argumento .titulo > h6{
    margin-bottom: 0;
}
/* Pantallas pequeñas */
@media only screen and (max-width: 1270px){
    .bloque-texto-imagen-grid-argumentos > div{
        background-image: none !important;
        padding-bottom: 0;
        padding-top: 0;
    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo{
        margin-bottom: 40px;
    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > p,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h1,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h2,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h3,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h4,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h5,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral > .titulo > h6{
        font-weight: 700;
        font-size: 32px;
        line-height: 46px;
    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion{

    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > p,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h1,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h2,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h3,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h4,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h5,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .introduccion > h6{
        font-size: 24px;
        line-height: 34px;
    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > p,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h1,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h2,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h3,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h4,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h5,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .descripcion > h6{
        font-size: 20px;
        line-height: 34px;
    }
    .bloque-texto-imagen-grid-argumentos .grid-argumentos{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 47px;
    }
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > p,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h1,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h2,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h3,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h4,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h5,
    .bloque-texto-imagen-grid-argumentos .texto-fondo-lateral .grid-argumentos .item-argumento .titulo > h6{
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
    }
    .interior-texto-imagen-grid-argumentos{
        width: calc(100% - 26px);
    }
}