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

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

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

h4.pasos__title {
    font-weight: 500;
    color: #66308C;
}
h4.pasos__title {
    
 
    
    line-height: 22px;
}
.pasos__title--two{
    font-weight: 300;
    color: #2B1937;
}




 .banner__title--smaller {
    font-size: 16px;
    color: #fff;
 
    
  
}

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

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

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

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

.banner__phone {
    width: 150px;
     
}

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

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

.pasos__cont--grid{
    display: flex;
    flex-direction: column;
    
}

.pasos__title {
    font-size: 18px;
    color: #2B1937;
    font-weight: normal;
}

.pasos__title--orange {
    color: #F09124;
}
a.pasos__title--orange {
 text-decoration: none;
}
.pasos__title--bold {
    font-weight: 500;
    font-size: 20px;
}

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

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

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

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

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

.footer__content {
    padding: 0px 15px !important;
     
}

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

@media screen and (min-width: 40px) {}

@media screen and (min-width: 500px) {
     

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

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

    h3.pasos__title {
        font-size: 24px;
    }
    .descargas__img {
        width: 170px;
    }

}
@media screen and (min-width: 768px) {}

@media screen and (min-width: 900px) {
    .banner__title--two {
        line-height: 10px !important;
    }
    .descargas__img {
        width: 120px;
        margin-right: 15px;
    }
    .br-mobile {
        display: none;
    }

    .br-desk {
        display: block;
    }

    .banner__title {
        font-size: 36px;

    }

    .banner__mobile {
        background-image: url(../img/fade-desk.png);
        background-size: cover;
        height: 350px;padding-bottom: 40px;
        /* background-position:-650px 0; */
        background-repeat: no-repeat;
    }
    .br-desk3{
        display: block !important;
    }
    .banner__descargas {
        display: flex;
        flex-direction: row;
        margin-top: 0;
    }

    .banner__title--smaller {
        line-height: 20px;
    }

    .banner__cont {
        position: relative;
    }

    .banner__phone {
        position: absolute;
        right: 0px;
        top: 25px;
    }
    h4.pasos__title {
        line-height: 35px;
    }

    .pasos__cont--grid{

        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr  ;
        grid-template-areas: 
        "v-img p1"
        "v-img p2"
        "v-img p3"
        "v-img p4"
        "v-img p5";  
        grid-template-rows: 70px 70px 70px 70px 70px;  
        margin-bottom: 120px;
    
    }
    
    .pasos__cont--grid > :nth-child(1){
        grid-area: p1;        
         display: flex;
         align-items: center;
    }
    .pasos__cont--grid > :nth-child(2){
        grid-area: p2;         
        display: flex;
        align-items: center;
    }

    .pasos__cont--grid > :nth-child(3){
        grid-area: p3;         
        display: flex;
        align-items: center;
    }
.footer__title br{
    display: none;
}
    .pasos__cont--grid > :nth-child(4){
        grid-area: p4;         
        display: flex;
        align-items: center;
    }

    .pasos__cont--grid > :nth-child(5){
        grid-area: p5;
        display: flex;
        align-items: center;
        padding-left: 20px;
         
    }
    .paso__img{
        width: 60px;
        height:60px;
    }

    .pasos__img{
       
        grid-area: v-img;
        width: 250px;
        justify-self: flex-end;
        align-self: center;
       margin: 0;
       padding: 0;
       
    
    }

    .pasos__sub{
        display: flex;
        justify-content: center;
        align-items: center;
    }

h4.pasos__title{
    text-align: left;
    font-size: 36px;
}
.br-desk3{
    display:  block !important;
}
.paso{
    margin: 0 20px;
    width: auto;
}
}
