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;

}

.top {
    width: 100%;
    height: 170px;
    text-align: right;
    padding: 15px;
    box-sizing: border-box;
}

.topmobile {

    width: 100%;
    height: 130px;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.top img {
    height: 100%;
}

.topmobile img {
    height: 100%;
}

#home {}

.img-footer {
    width: 90%;
    max-width: 630px;
}

.img-footer2 {
    display: none;
    width: 90%;
    max-width: 350px;
}

.title-side {
    width: 50%;
    height: 100%;
    background-image: url(../assets/titular.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.banner-side {
    width: 50%;
    height: 100%;
}

.banner {
    width: 100%;
    height: calc(100% - 170px);
    background-image: url(../assets/cover.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}


#cover {
    width: 100%;
}




.fullscreen {
    width: 100%;
    height: 100%;
}

.submit {
    width: 100%;
    text-align: center;
}

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: "Visa Dialect";
    letter-spacing: 1px;
    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, #modal button  {
    background-color: #fdc314;
    border: none;
    outline: none;
    font-family: 'Visa Dialect';
    font-size: 18px;
    height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    color: #003f7b;
    font-weight: 800;
    border-radius: 25px 0 25px 0;
    padding: 0 30px;
}



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

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

h3 {
    font-family: 'Visa Dialect';
    font-weight: 600;
    color: #003865;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Visa Dialect';
    font-weight: 800;
    color: #003865;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
}

p {
    font-family: 'Visa Dialect';
    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;
}

.incluye {
    width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
    max-height: 200px;
}

.padd-bottom {
    padding-bottom: 100px;
}

.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;
}

.text-center {
    text-align: center;
}

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

.cierres-section {
    width: 100%;
}

#bilogo {
    width: 60%;
    max-width: 200px;
    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;
    }

    h2 {
        font-size: 16px;
    }

    .padd-bottom {
        padding-bottom: 10px
    }

    .img-footer {
        display: none;
    }

    .img-footer2 {
        display: block;
    }

    #bilogo {
        max-width: 270px;
    }

    .topmobile {
        display: block;
        text-align: right;
        height: 90px;
    }

    .top {
        display: none;
    }

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

    .onmobile {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .banner {
        height: 100%;
    }

    .title-side {
        width: 100%;
        height: 40%;
        background-position: center left;
    }

    .banner-side {
        width: 100%;
        height: 60%;
    }

    #btn_enviar, #modal button  {
        background-color: #fdc314;
        border: none;
        outline: none;
        font-family: 'Visa Dialect';
        font-size: 12px;
        height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        color: #003f7b;
        font-weight: 800;
        border-radius: 25px 0 25px 0;
        padding: 0 15px;
    }


}

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

    section {
        width: 100%;
        height: auto;
        padding: 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"] {
        font-size: 14px;
        line-height: 18px;
    }

    .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;
    }


}


#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%;
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
}

#close_button {
    background-color: #fdc314;
    border: none;
    outline: none;
    font-family: 'Visa Dialect';
    font-size: 18px;
    height: auto;
    cursor: pointer;
    text-transform: uppercase;
    color: #003f7b;
    font-weight: 800;
    border-radius: 25px 0 25px 0;
    padding: 15px;
    margin: 5px;
}

#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: 'Visa Dialect';
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

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


.close_modal {
    background-color: #fdc314;
    border: none;
    outline: none;
    font-family: 'Visa Dialect';
    font-size: 18px;
    height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    color: #003f7b;
    font-weight: 800;
    border-radius: 25px 0 25px 0;
    padding: 0 30px;
}

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


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


.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -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;
}

#player{
    display: none !important;
}

#confetti{
    z-index: 99999999 !important;
    position: fixed !important;
}