#firstBAnner {
    width: 100%;
    margin-bottom: 50px;
}

#firstBanner img {
    width: 100%;
    margin-bottom: 85px;
}

.blueLine {
    color: #545454;
    font-size: 30px;
}

.blueLine img {
    width: 31%;
    margin-bottom: 15px;
}

.mobileElement {
    display: none;
}

.textInfo {
    margin-left: 30px;
    margin-top: 4px;
    color: #545454;
}

#acercaDeLaTarjeta {
    width: 60%;
    margin: 0px auto;
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}

#acercaDeLaTarjetaBlueLine {
    width: 20%;
    display: flex;
    flex-direction: column;
}

#acercaDeLaTarjetaText {
    width: 65%;
    line-height: 21px;
    font-size: 15px;
}

#conoceLosBeneficios {
    width: 60%;
    display: flex;
    flex-direction: row;
    /* margin-bottom: 60px; */
    margin-bottom: 40px;
    margin: 40px auto;
    margin-bottom: 90px;
    align-items: flex-end;
    justify-content: center;
}

#blueLineConoce {
    width: 20%;
    display: flex;
    flex-direction: column;
}

#wtcMiddle {
    width: 100%;
    display: none;
}

#tarjetaCompradorFrecuente {
    display: flex;
    /* height: 38px; */
    margin-left: 23px;
    width: 65%;
    align-items: flex-end;
    /* margin-top: 12px; */
}

#tarjetaCompradorFrecuente img {
    filter: invert(1);
    width: 21px;
    margin-bottom: 18px;
    /* height: 21px; */
    /* margin-bottom: 13px; */
}

#tarjetaCompradorFrecuente p {
    font-size: 15px;
    color: gray;
    border-bottom: 1px solid gray;
}

#registrateAhora {
    display: flex;
    flex-direction: column;
    width: 60%;
    display: none;
    margin: auto;
}

#tarjetaCompradorFrecuente p {
    height: 24px;
}

#registrateAhora p {
    margin: 18px 0px 0px;
}

.registrateAhora {
    width: 25%;
    display: flex;
    flex-direction: column;
}

#datosDelBeneficiario {
    width: 100%;
    margin-bottom: 34px;
    color: black;
    font-size: 21px;
}

#formWtcMember {
    width: 75%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
    /* display: none; */
    display: flex;
    flex-direction: row;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.inputWtc {
    background: #e7e7e7a6;
    width: 220px;
    margin-bottom: 25px;
    border-radius: 22px;
    height: 44px;
    display: flex;
    /* margin-left: 0px; */
    margin-top: 7px;
}

.inputWtc input {
    background-color: transparent;
    margin-left: 26px;
    width: 70%;
}

.formOptions {
    margin-left: 14px;
    margin-right: 18px;
    color: black;
    font-size: 13px;
}

.inputTittle {
    margin-left: 26px;
}

#inputDocumento {
    width: auto;
    margin-right: 10px;
}

#aceptoPolitica:nth-child(2) {
    width: auto;
    height: 26px;
}

div#documentoWrap {
    display: flex;
}

div#aceptoPolitica {
    display: flex;
    height: 14px;
    margin-top: 35px;
    align-items: center;
}

input[type="checkbox"] {
    width: 20px;
    position: absolute;
    height: 20px;
    z-index: 3;
}

.containerCheckbox {
    display: block;
    position: relative;
    margin-left: 30px;
    height: 24px;
    /* padding-left: 35px; */
    width: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e7e7e7a6;
}

.containerCheckbox:hover input~.checkmark {
    background-color: #ccc;
}

.containerCheckbox input:checked~.checkmark {
    background-color: #1B459C;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckbox input:checked~.checkmark:after {
    display: block;
}

.containerCheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#enviar button {
    width: 100%;
    height: 31px;
    background: transparent;
    border: none;
    position: relative;
    top: -26px;
}

div#enviar {
    width: 10%;
    height: 30px;
    border-radius: 18px;
    margin-bottom: 70px !important;
    margin: auto;
    color: white;
    background: #1B459C;
    /* display: flex; */
    text-align: center;
    line-height: 26px;
    display: none;
}

@media screen and (max-width: 768px) {
    div#acercaDeLaTarjeta {
        flex-direction: column;
        width: 85%;
    }
    div#acercaDeLaTarjetaBlueLine {
        width: 100%;
        FONT-SIZE: 19PX;
        line-height: 23px;
        font-weight: 500;
    }
    .mobileElement {
        display: block;
    }
    .desktopElement {
        display: none;
    }
    p#acercaDeLaTarjetaText {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
        font-size: 13px;
    }
    #firstBanner img {
        margin-bottom: 0px;
        margin-top: -21vw;
    }
    .blueLine img {
        width: 50px;
    }
    div#conoceLosBeneficios {
        width: 85%;
        flex-direction: column;
        align-items: flex-start;
    }
    div#blueLineConoce {
        width: 100%;
        font-size: 20px;
    }
    div#tarjetaCompradorFrecuente {
        margin: 0px;
        margin-top: 11px;
    }
    #tarjetaCompradorFrecuente p {
        /* FONT-SIZE: 10PX; */
        BORDER: NONE;
    }
}