.bloque-texto-fondo .listado-pasos{
    list-style: none;
    padding-inline-start: 0;
}
.bloque-texto-fondo  .listado-pasos .item-paso{
    display: flex;
    align-items: start;
    margin-bottom: 60px;
}
.bloque-texto-fondo  .listado-pasos .item-paso img{
    margin-right: 20px;
}
.bloque-texto-fondo  .listado-pasos .titulo-paso{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
.bloque-texto-fondo  .listado-pasos .descripcion-paso{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.bloque-texto-fondo .texto-fondo-lateral .titulo-2{
    margin-bottom: 40px;
}
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 p,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h1,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h2,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h3,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h4,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h5,
.bloque-texto-fondo .texto-fondo-lateral .titulo-2 h6{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}


.interior-texto-fondo.horizontal-invertido .texto-fondo-lateral
{
    order: 2;
}

.bloque-texto-fondo.tiene-animacion > div{
    position: relative;
    overflow-y: hidden;
}
.bloque-texto-fondo.tiene-animacion .forma-animada{
    position: absolute;
    right: 0;
    top: 100%;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
    .bloque-texto-fondo.tiene-animacion .forma-animada{
        top: 0;
    }
}
.bloque-texto-fondo.tiene-animacion.init .forma-animada{
    top: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.leyenda-ventajas > p,
.leyenda-ventajas > h1,
.leyenda-ventajas > h2,
.leyenda-ventajas > h3,
.leyenda-ventajas > h4,
.leyenda-ventajas > h5,
.leyenda-ventajas > h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
/* Pantallas pequeñas */
@media only screen and (max-width: 1270px){
    .bloque-texto-fondo,
    .bloque-texto-fondo > div{
        background-image: none !important;
    }
    .bloque-texto-fondo > div{
        display: block;
    }
    .bloque-texto-fondo.invertido > div{
        display: block;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .bloque-texto-fondo .imagen-fondo{
        background-position: right, right;
        background-size: contain, contain;
        background-repeat: no-repeat, no-repeat;
        /*margin-top: 40px;*/
    }
    .texto-fondo-lateral .sobretitulo p,
    .texto-fondo-lateral .sobretitulo h1,
    .texto-fondo-lateral .sobretitulo h2,
    .texto-fondo-lateral .sobretitulo h3,
    .texto-fondo-lateral .sobretitulo h4,
    .texto-fondo-lateral .sobretitulo h5,
    .texto-fondo-lateral .sobretitulo h6{
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
    }
    .texto-fondo-lateral .titulo{
        margin-bottom: 40px;
    }
    .texto-fondo-lateral .titulo p,
    .texto-fondo-lateral .titulo h1,
    .texto-fondo-lateral .titulo h2,
    .texto-fondo-lateral .titulo h3,
    .texto-fondo-lateral .titulo h4,
    .texto-fondo-lateral .titulo h5,
    .texto-fondo-lateral .titulo h6{
        font-weight: 700;
        font-size: 32px;
        line-height: 46px;
    }
    .texto-fondo-lateral .introduccion{
        margin-bottom: 40px;
    }
    .texto-fondo-lateral .introduccion p,
    .texto-fondo-lateral .introduccion h1,
    .texto-fondo-lateral .introduccion h2,
    .texto-fondo-lateral .introduccion h3,
    .texto-fondo-lateral .introduccion h4,
    .texto-fondo-lateral .introduccion h5,
    .texto-fondo-lateral .introduccion h6{
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
    }
    .texto-fondo-lateral .descripcion{
        margin-bottom: 40px;
    }
    .texto-fondo-lateral .descripcion > p,
    .texto-fondo-lateral .descripcion > h1,
    .texto-fondo-lateral .descripcion > h2,
    .texto-fondo-lateral .descripcion > h3,
    .texto-fondo-lateral .descripcion > h4,
    .texto-fondo-lateral .descripcion > h5,
    .texto-fondo-lateral .descripcion > h6 {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
    .interior-texto-fondo{
        width: auto;
    }

    .interior-texto-fondo.horizontal-invertido .texto-fondo-lateral{
        order:2;
    }

    .bloque-texto-fondo.invertido .texto-fondo-lateral {
        float: none;
        max-width: 100%;
        padding-left: 0;
    }
    .bloque-texto-fondo.invertido .texto-fondo-lateral::before{
        display: none;
    }
    .bloque-texto-fondo.invertido .imagen-fondo{
        padding-bottom: 20px;
        max-width: 100%;
    }
    .interior-texto-fondo .botonera{
        display: flex;
        justify-content: center;
    }
    .bloque-texto-fondo .texto-fondo-lateral{
        position: relative;
    }
    .bloque-texto-fondo.con-forma{
        padding-top: 74px;
    }
    .bloque-texto-fondo .leyenda-cta{
        display: flex;
        justify-content: center;
        margin-top: 27px;
    }
    .bloque-texto-fondo .leyenda-cta p{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
    }
    .bloque-texto-fondo .listado-pasos{
        max-width: 100%;
        padding-right: 0;
    }
    .bloque-texto-fondo.tiene-animacion .forma-animada{
        display: none;
    }
}
@media only screen and (min-width: 810px){
    .bloque-texto-fondo.tiene-animacion .forma-animada{
        display: block;
    }
}

@media only screen and (max-width: 650px){

.interior-texto-fondo.horizontal-invertido .texto-fondo-lateral{
    order:unset;
}
}
