html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
/*     scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow-y: scroll; */
}

#modal,
#loading,
#bases {

    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;

}

#modal .container,
#loading .container,
#bases .container {

    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;

}

#home{
    max-height: 50%;
}

.banner {
    width: 100%;
    height: 40%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.banner .uno{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

#cover{
    width: 100%;
}

.banner .uno {
    background-image: url(../assets/nfl2.jpg);
}


section {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    scroll-snap-align: center;
}

section#home{
    height: 100%;
}

.body {
    width: 100%;
    max-width: 1100px;
    height: 100%;
}

.body-half {
    width: 100%;
    max-width: 1100px;
    height: 60%;
}

.body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0 30px;
    box-sizing: border-box;
}

.element3 {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 3 1 auto;
    flex: 3 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    text-align: center;
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
}

/*BANNERS IMAGES CONTAINERS*/
.element3.a {
    display: flex;
    height: 35%; /*antes 15*/
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.element3.b {
    display: flex;
    height: 70%; /*antes 30*/
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.element3.c {
    display: flex;
    height: 55%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

/*BANNERS IMAGES*/
img.a {
    height: 100%;
    /* max-width: 50%; */
}

img.b {
    height: 100%;
    /* max-height: 80%; */
    padding: 0 0 20px 0;
    box-sizing: border-box;
}

img.c {
    height: 100%;
    /* max-width: 80%; */
}


.form {
    padding: 25px 10%;
}

.inputs {
    width: 100%;
    font-family: "ProximaNova";
    letter-spacing: 2px;
    font-size: 20px;
    padding: 8px 5px;
    border: none;
    background-color: transparent !important;
    outline: none;
    color: #003865;
}

.inputs::placeholder {
    color: #003865;
}

.formcontrol {
    width: calc(100% - 20px);
    margin: 10px;
    background-color: #ececec;
    position: relative;
}

/* esquinas izquierda */
.formcontrol::before {
    content: "";
    width: 20px;
    height: 100%;
    background-image: url(../assets/input_side_l.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 0;
}

/* esquinas derecha */
.formcontrol::after {
    content: "";
    width: 20px;
    height: 100%;
    background-image: url(../assets/input_side_r.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    top: 0;
}

#btn_enviar {
    background-color: transparent !important;
    border: none;
    outline: none;
    background-image: url(../assets/limon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-family: 'ProximaNova';
    font-size: 18px;
    letter-spacing: 5px;
    height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
}

.checkboxcontrol {
    font-family: 'ProximaNova';
    font-size: 18px;
    color: #003865;
    padding: 20px 0;
}

strong {
    color: #003865;
    font-weight: 600;
}

h3 {
    font-family: 'ProximaNova';
    font-weight: 400;
    color: #003865;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
}

p {
    font-family: 'ProximaNova';
    font-size: 24px;
    color: #003865;
    line-height: 38px;
}

p.copy {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    padding: 40px 0 0 0;
}

.card-section {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.side {
    width: 50%;
}

.side.center,
.center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

img#tarjetas {
    width: 90%;
    max-width: 220px;
}

.cierres-section {
    width: 100%;
}

#bilogo {
    width: 60%;
    max-width: 270px;
    padding: 40px 0;
}

@media screen and (max-width:1140px) {
    p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:920px) {
    p {
        font-size: 16px;
        line-height: 20px;
    }

    img#tarjetas {
        max-width: 150px;
    }
}

@media screen and (max-width:750px) {

    section {
        width: 100%;
        height: auto;
        padding: 50px 0 0 0;
    }

    .element3.a {
        height: 30%;
    }

    .element3.b {
        height: 70%;
    }

    .element3.c {
        height: 0%;
    }

    .inputs::placeholder {
        font-size: 14px;
    }

    .inputs,
    select {
        font-size: 14px;
        padding: 6px 2px;
    }

    h3 {
        font-size: 12px;
    }

    label[for="terminos"],
    strong {
        font-size: 14px;
    }

    .card-section {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .side {
        width: 100%;
    }

    .side:nth-child(2) {
        padding-bottom: 25px;
    }

    img#tarjetas {
        max-width: 130px;
    }

    p {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }

    #bilogo {
        max-width: 120px;
    }

    p.copy {
        font-size: 10px;
        line-height: 14px;
    }

    img.a {
        width: 100%;
        height: 130%;
        object-fit: contain;
        object-position: center;
    }

    img.b {
        width: 100%;
        height: 100%;
    }

    img.c {
        width: 100%;
        height: auto;
    }

    .form {
        padding: 0;
    }

    p.copy {
        padding: 0;
    }

    .side:nth-child(2) {
        padding-bottom: 0px;
    }

    .banner .uno{
        display: block;
    }
}


#bases_container {
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.8);
}

#close_helper {
    width: 100%;
}

#close_button {
    background-image: url(../assets/close_button.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    cursor: pointer;
}

#frame_container {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.modal_container {
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    z-index: 999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    backdrop-filter: blur(10px);
}

.modal_container.hidden,
#bases_container.hidden {
    top: -120vh;
    opacity: 0;
}


#modal {
    width: 80%;
    height: 80%;
    max-width: 500px;
    max-height: 350px;
    background-color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

#modal p.title {
    color: #003865;
    font-family: 'ProximaNova';
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

#modal p.desc {
    color: #003865;
    font-family: 'ProximaNova';
    font-size: 18px;
    text-align: center;
}

#modal button {
    background: url(../assets/limon.png) center center / contain no-repeat;
    width: 110px;
    height: 70px;
    border: none;
    background-color: transparent;
    color: #301123;
    font-family: 'ProximaNova';
    font-size: 20px;
}

.close_modal {
    cursor: pointer;
    transition: 0.5s ease 0s;
}

.close_modal:hover {
    transform: scale(1.1);
}


.error,
.error::placeholder,
label[for="terminos"].error {
    color: #FF0000 !important
}