.banner {
    background-image: url(../img/fade-mobile.png);
    background-size: cover;
    height: fit-content;
    background-repeat: no-repeat;
}
.banner__cont {
    padding: 30px 15px;
}
.banner__subtitle {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
}
.banner__title {
    font-size: 26px;
    font-weight: normal;
    color: #FFF;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: center;
}
.banner__sub {
    text-align: center;
    margin-bottom: 20px;
}
.banner__phone {
    width: 190px;
}
.banner__title--color {
    color: #F09124;
}
.banner__app.left {
    display: none;
}
.banner__txt {
    color: #fff;
    font-weight: 200;
    margin-bottom: 6px;
    text-align: center;
}
.banner__apps {
    display: flex;
    grid-gap: 16px;
    margin-top: 10px;
    justify-content: center;
}
.banner__apps__img {
    width: 40px;
}

.pasos {
    padding: 45px 0;
}
.pasos__cont {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.pasos__header {
    color: #66308C;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}
.pasos__header span {
    color: #F09124;
}
.pasos__cont--grid {
    display: flex;
    flex-direction: column;
}

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

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

.pasos__title--bold {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.paso {
    display: flex;
    width: 250px;
    margin: auto;
    margin-bottom: 20px;
}
.paso.dudas {
    width: 280px;
}
.paso.agente {
    width: 280px;
    margin-bottom: 0;
}

.paso__title {
    font-weight: normal;
    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: 280px;
    align-self: center;
    margin-bottom: 0;
}

.pasos__title--orange {
    text-decoration: none;
}
.footer__content {
    padding: 0px 15px !important;
     
}

/* Media Queries */

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

    .banner__phone {
        width: 200px;
    }
    ..pasos__img {
        width: 290px;
    }

}

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

    .banner__cont,
    .pasos {
        width: 400px;
        margin: auto;
    }
    .banner__subtitle {
        font-size: 20px;
    }
    .banner__title {
        font-size: 30px;
        line-height: 36px;
    }
    .banner__txt {
        font-size: 18px;
    }
    .banner__apps {
        margin-top: 16px;
    }

}

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

    .banner {
        background-image: url(../img/fade-desk.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner__cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 700px;
        padding: 60px 0;
    }
    .banner__sub {
        margin-bottom: 0;
    }
    .banner__subtitle {
        margin-bottom: 10px;
        text-align: left;
    }
    .banner__title {
        font-size: 46px;
        line-height: 50px;
        width: 460px;
        text-align: left;
    }
    .banner__txt {
        font-size: 20px;
        text-align: left;
    }
    .banner__phone {
        width: 160px;
    }
    .banner__app.left {
        display: block;
    }
    .banner__app.bottom {
        display: none;
    }
    .banner__apps {
        justify-content: left;
    }
    .banner__apps__img {
        width: 46px;
    }
    .pasos {
        width: 700px;
        padding: 60px 0;
    }
    .pasos__header {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
    }
    .paso__title {
        font-size: 16px;
    }
    .paso__title--bold {
        font-size: 20px;
    }
    .pasos__cont {
        padding: 0;
    }
    .pasos__cont--grid {
        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: 0;

    }
    .pasos__cont--grid > :nth-child(1) {
        grid-area: p1;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .paso {
        width: auto;
        margin: 0;
        margin-bottom: 20px;
    }
    .paso__img {
        width: 50px;
        height: 50px;
    }
    .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;
    }
    .pasos__cont--grid > :nth-child(6) {
        grid-area: p6;
    }
    .pasos__cont--grid > :nth-child(7) {
        grid-area: p7;
    }
    .pasos__title {
        text-align: left;
    }
    .pasos__img {
        grid-area: p-img;
        height: auto;
        width: 250px;
        display: flex;
        place-items: center;
        justify-self: center;
    }
    .pasos__sub {
        display: flex;
        justify-content: space-between;
    }
    .paso.dudas {
        width: 290px;
        margin-bottom: 0;
    }
    .paso.agente {
        width: 290px;
    }


}

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

    .banner__cont {
        width: 900px;
    }
    .banner__phone {
        width: 190px;
    }
    .banner__subtitle {
        font-size: 22px;
    }
    .banner__title {
        width: 600px;
        font-size: 50px;
        line-height: 60px;
    }
    .banner__txt {
        font-size: 24px;
    }
    .banner__apps {
        margin-top: 20px;
    }
    .banner__apps__img {
        width: 60px;
    }
    .pasos {
        width: 870px;
    }
    .pasos__header {
        font-size: 32px;
        line-height: 42px;
    }
    .paso__title--bold {
        font-size: 22px;
    }
    .pasos__cont--grid {
        grid-template-columns: 2fr 1fr 2fr;
    }
    .paso__img {
        width: 60px;
        height: 60px;
    }
    .pasos__img {
        width: 260px;
    }

}

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

    .banner__cont {
        width: 1200px;
        justify-content: flex-start;
        grid-gap: 30px;
    }
    .banner__subtitle {
        font-size: 26px;
    }
    .banner__title {
        width: 760px;
        font-size: 60px;
        line-height: 70px;
    }
    .banner__phone {
        width: 200px;
    }
    .banner__txt {
        font-size: 26px;
    }
    .banner__apps {
        grid-gap: 20px;
    }
    .banner__apps__img {
        width: 66px;
    }
    .pasos {
        width: 1200px;
        padding: 70px 0;
    }
    .pasos__header {
        font-size: 40px;
        line-height: 50px;
    }
    .paso__title {
        font-size: 18px;
    }
    .paso__title--bold,
    .pasos__title--bold {
        font-size: 26px;
    }
    .pasos__cont--grid,
    .pasos__sub {
        width: 900px;
        margin: auto;
    }
    .pasos__cont--grid {
        margin-top: 40px;   
    }
    .paso.dudas,
    .paso.agente {
        width: 320px;
    }
    .pasos__img {
        width: 300px;
    }
    .paso__img {
        width: 65px;
        height: 65px;
    }
    .pasos__sub .paso__img {
        width: 50px;
        height: 50px;
    }

}