.banner__mobile {
    background-image: url(../img/fade-mobile.png);
    background-size: cover;
    height: fit-content;
    background-repeat: no-repeat;
}

.banner__cont {
    padding: 30px 15px 40px 15px;
}

.banner__title {
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
line-height: 37px;
}

.banner__title--bigger {
    font-size: 30px;
}

.banner__sub {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner__descargas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
}

.banner__title--color {
    color: #F09124;
}

.banner__phone {
    width: 150px;
     
}

.descargas__img {
    width: 112px;
   
    margin-bottom: 15px;
}

h2.pasos__title {
    color: #66308C;
    font-size: 22px;
    text-align: left;
    font-weight: 500;

}

h2 span.pasos__title--color {
    color: #F09124;
}

/* pasos */
.pasos__cont {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
}

.pasos__cont--grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
 

.pasos__title {
    font-size: 18px;
    color: #2B1937;
    font-weight: 300;
    line-height: 22px;
    align-self: flex-start;
}

.pasos__title--orange {
    color: #F09124;
}

.pasos__title--bold {
    font-weight: bold;
    font-size: 20px;
}

.paso {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
width: 100%;
}

.footer__content {
    padding: 0px 15px !important;
     
}
.sub_subtitle {
    color: #fff;
    font-weight: 200;
    font-size: 18px;
     line-height: 12px;
    align-self: flex-start;
}


.paso__title {
    
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}


.paso__title--bold {
    font-weight: 500;
}

.paso__img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.pasos__img {
    margin-top: 20px;
    width: 150px;
    height: 200px;
    align-self: center;
    margin-bottom: 40px;
}

.pasos__title--orange {
    text-decoration: none;
}


/* Media Queries */
/* Media Queries */

@media screen and (min-width: 600px) {
    .banner__title {
        font-size: 40px;
    }

    .banner__phone {
        width: 200px;
        height: auto;
    }

    .banner__mobile {
        background-image: url(../img/fade-mobile.png);
        background-size: cover;
        height: fit-content;
        /* background-position:-650px 0; */
        background-repeat: no-repeat;
    }

     

}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .pasos__cont {
        justify-content: center;
        align-items: center;
        width: 70%;
    }

    .paso,
    .pasos__title {
        align-self: flex-start;
    }

    .br-desk {
        display: block;
    }
    .descargas__img {
        width: 170px;
    }


}

@media screen and (min-width: 900px) {
    .descargas__img {
        width: 120px;
        margin-right: 15px;
    }
    .banner__mobile {
        background-image: url(../img/fade-desk.png);
        background-size: cover;
        height: auto;
        padding: 40px 0;
        background-repeat: no-repeat;
       
    }
    .banner__cont{
        position: relative;
    }
.banner__phone{
    position: absolute;
    top: 0;
    right: 0;
}


    h2.pasos__title {
        font-size: 32px;
        font-weight: 500;
        text-align: left;
        line-height: 35px;
    }

    .pasos__cont {
        width: 100%;
    }

    .pasos__cont--grid {
       margin-top: 70px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "p1 p-img p5"
            "p2 p-img p6"
            "p3 p-img p7"
            "p4 p-img p8";
            margin-bottom: 70px;
    }

    .pasos__cont--grid> :nth-child(1) {
        grid-area: p1;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .paso__img {
        width: 60px;
        height: 60px;
    }

    .pasos__cont--grid> :nth-child(2) {
        grid-area: p2;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__cont--grid> :nth-child(3) {
        grid-area: p3;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__cont--grid> :nth-child(4) {
        grid-area: p4;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__cont--grid> :nth-child(5) {
        grid-area: p5;
        justify-content: space-between;
        flex-direction: row-reverse;
    }


    .pasos__cont--grid> :nth-child(6) {
        grid-area: p6;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__cont--grid> :nth-child(7) {
        grid-area: p7;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__cont--grid> :nth-child(8) {
        grid-area: p8;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pasos__sub {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner__title{
        font-size: 32px;
        line-height: 37px;
    }
    .paso{
        margin: 0 20px;
        width: auto;
    }
    .footer__title br{
        display: none;
    }
    .br-desk3{
        display: block !important;
    }
    .banner__title--bigger{
        font-size: 36px;
    }
.banner__descargas{
    flex-direction: row;
}

    .pasos__img {
        grid-area: p-img;
        height: auto;
        width: 250px;
        display: flex;
        place-items: center;
        justify-self: center;
    }


}

