.banner {
    width: 100vw;
    height: 41vw;
    background-size: cover;
}

.dondeSolicitarTuTarjeta {
    height: auto;
    width: 100%;
    display: flex;
    margin: 0px auto;
    color: white;
    /* padding-bottom: 70px; */
    flex-direction: column;
    /* margin-top: 20px; */
    align-items: flex-start;
    margin-top: 30px;
}

#dondeSolicitarText {
    height: 100px;
    width: 30%;
    align-items: center;
    font-size: 30px;
    line-height: 40px;
    color: #545454;
}

.dondeSolicitarTuTarjeta img {
    /* width: 25%; */
    margin-right: 75%;
    border-radius: 10px;
    height: 5px;
    margin-bottom: 0px;
    display: block;
    position: relative;
}

.dondeSolicitarTuTarjeta p {
    width: 60%;
    height: auto;
    color: #545454;
    line-height: 22px;
    font-size: 15px;
    margin-top: 10px;
}

#bannerBlue {
    background: #1B459C;
    display: flex;
    flex-direction: row;
    color: white;
    height: fit-content;
}

#bannerBlue img:not(#beneficiosBanner img) {
    height: 100%;
    /* width: 100%; */
}

.dondeSolicitarTuTarjeta.up {
    width: 70%;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 40px;
}

.dondeSolicitarTuTarjeta.up p {}

.dondeSolicitarTuTarjeta.up p {
    width: 70%;
}

.line {
    display: block !important;
    background: transparent !important;
    width: 350px;
}

.dondeSolicitarText {
    font-size: 30px;
    margin-top: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

div#basesYCondicionesText {
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    color: white;
    line-height: 22px;
    font-size: 15px;
}

.beneficiosTitle {
    display: block;
    position: relative;
    font-size: 30px;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
    /* margin-left: 60px; */
}

div#beneficiosBanner {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#beneficiosBanner .line {
    /* margin-top: 40px; */
    /* margin-left: 58px; */
    margin-bottom: 0px;
}

div#beneficiosLista {
    width: 100%;
    /* margin-left: calc(60px - 1em); */
    line-height: 22px;
    font-size: 15px;
}

.dondeSolicitarTuTarjeta .line {
    width: 50px;
    position: absolute;
    margin-top: -10px;
}

.sectionTitle {
    position: relative;
    float: left;
    margin-top: 50px;
    width: 20%;
}

.bannerBottom.desktopElement img {
    width: 100%;
}

.discountsDescription {
    position: relative;
    float: left;
    width: 930px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.discountDiv {
    position: relative;
    float: left;
    color: #888888;
}

.discImg {
    position: relative;
    float: left;
    margin-right: 14px;
}

.discountDiv.first {
    width: 23%;
    /* min-width: 220px; */
}

.discountDiv.second {
    /* min-width: 320px; */
    width: 36%;
}

.discountDiv.third {
    /* min-width: 300px; */
    width: 32%;
}

.discName {
    position: relative;
    float: left;
    width: calc(80% - 14px);
    margin-top: 3%;
    font-weight: bold;
    margin-bottom: 3%;
    /* min-width: 170px; */
}

.second .discName,
.third .discName {
    margin-top: 2%;
}

.discValue {
    position: relative;
    float: left;
    margin-left: 42px;
    font-size: 12px;
}

.filters-container {
    margin-top: 4%;
    padding-top: 4%;
    border-top: 1px solid;
}

@media screen and (min-width: 831px) and (max-width: 1200px) {
    .discountsDescription {
        width: 100%;
        margin-left: 8%;
        margin-top: 4%;
        margin-bottom: 4%;
    }
    .filters-container {
        width: 100%;
    }
}

@media screen and (min-width: 770px) and (max-width: 830px) {
    .discountsDescription {
        width: 100%;
        margin-left: 8%;
        margin-top: 4%;
        margin-bottom: 4%;
    }
    .discName {
        width: 76%;
    }
    .discountDiv.first {
        width: 25%;
    }
    .discountDiv.second {
        width: 32%;
    }
    .discountDiv.third {
        width: 28%;
    }
    .filters-container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    div.dondeSolicitarTuTarjeta {
        width: 90%;
        padding-top: 0px;
        padding-bottom: 20px;
        flex-direction: column;
    }
    div.dondeSolicitarText {
        font-size: 16px;
        height: auto;
        width: 100%;
        line-height: 35px;
    }
    .sectionTitle {}
    .dondeSolicitarTuTarjeta.up {
        flex-direction: column;
        width: 90%;
        margin-top: 0px;
    }
    .dondeSolicitarTuTarjeta.up p {
        width: 100%;
        line-height: 21px;
    }
    .dondeSolicitarTuTarjeta p {
        width: 90%;
        display: block;
        margin-top: 10px;
        margin-left: 0;
        font-size: 13px;
        height: auto;
        line-height: 15px;
    }
    div#bannerBlue {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        height: auto;
    }
    .banner img {
        width: 100% !important;
        height: auto;
    }
    div#beneficiosBanner {
        padding: 10px;
        font-size: 12px;
        line-height: 15px;
    }
    .line {
        margin-top: 0px !important;
        width: 50px !important;
        margin-left: 10px !important;
    }
    div#beneficiosLista {
        line-height: 17px;
        margin-bottom: 5px;
        font-size: 13px;
        margin-left: 0px;
    }
    div#basesYCondicionesText {
        width: 90%;
        margin-left: 0;
        margin-top: 0px;
        line-height: 18px;
        font-size: 12px;
    }
    .sectionTitle {
        margin: 0px auto;
        font-size: 20px;
        display: flex;
        position: relative;
        flex-direction: column;
        margin-top: 20px;
        margin-left: 5%;
        width: 80%;
    }
    .first .discName {
        margin-top: 2%;
    }
    .discountsDescription {
        width: 100%;
        margin-left: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    img.discImg {
        width: 20px;
        margin-top: 6px;
    }
    .discountDiv.first,
    .discountDiv.second,
    .discountDiv.third {
        width: 90%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .filters-container {
        padding-top: 8%;
        flex-direction: column;
        justify-content: center;
    }
    div#dondeSolicitarText {
        height: auto;
        width: 100%;
        font-size: 19px;
        line-height: 50px;
    }
    .beneficiosTitle {
        font-size: 16px;
        margin-left: 10px;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .dondeSolicitarTuTarjeta .line {
        margin-left: 0px !important;
    }
    .banner {
        height: 56vh;
        background-position: bottom;
    }
}