:root {
    --rojo: #ff0037;
    --blanco: #FFFFFF;
    --amarillo: #e5dc3c;
}

* {
    outline: none !important;
}

body {
    padding: 0;
    margin: 0;
    background-image: url(../images/fondo2_desk.png), url(../images/foto_desk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

html,
body {
    min-height: 100vh;
    height: 100vh;
}

section {
    width: 100%;
    height: 100%;
    flex: 1;
    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: center;
    align-items: center;
    position: relative;
}

.part {
    width: 50%;
    max-width: 750px;
    height: 100%;
    z-index: 999;
}

.part.left {

    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: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

}

.part.right {

    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: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

}


.form {
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    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: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.space {
    width: 100%;
    height: 15vh;
    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;
}

.top-waves {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    margin-top: 0;
    z-index: 9;
}

.bottom-waves-desk {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9;
}

.bottom-waves-movil {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9;
    display: none;
}

.bottom-pasos-desk {
    width: 60%;
    max-width: 400px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    z-index: 9999;
}

.bottom-pasos-movil {
    width: 40%;
    display: none;
}


#grafismo-container {
    width: 100%;
    height: 60%;
    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: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}


#grafismo {
    height: 100%;
}

#leches-container {
    width: 100%;
    height: 30%;
    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;
}



.leches {
    height: 100%;
}

.leches-movil {
    height: 22vh;
    display: none;
}



#logopromo-container {
    width: 100%;
    height: 25%;
    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;
}

#logopromo-desk {
    height: 100%;
}

#logopromo-movil {
    width: 50%;
    display: none;
}

#full_grafismo {
    width: 100%;
    display: none;
    padding: 0 0 2vh 0;
}

.inputs {

    border: solid 2px var(--rojo);
    border-radius: 50px;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    margin: 3px 0;
    box-sizing: border-box;
    font-family: 'AmsiPro';

}

.code {

    border: solid 2px var(--rojo);
    background-color: var(--rojo);
    border-radius: 50px;
    padding: 5px 15px;
    width: 100%;
    margin: 3px 0;
    color: var(--blanco);
    background-image: url(../images/flecha.svg);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: right 15px center;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    font-family: 'AmsiPro';
    font-weight: 800;
    text-transform: uppercase;

}

.code::placeholder {
    color: var(--blanco)
}


#btn_enviar {
    border: solid 2px var(--rojo);
    background-color: var(--rojo);
    border-radius: 50px;
    padding: 5px 15px;
    margin: 3px 0;
    color: var(--blanco);
    font-size: 22px;
    cursor: pointer;
}


.ribbon-left {
    position: absolute;
    left: 0;
    z-index: 9;
    height: 35%;
    max-height: 375px;
}

.ribbon-right {
    position: absolute;
    right: 0;
    z-index: 9;
    height: 35%;
    max-height: 375px;
}



section#paso2 {
    background-color: var(--amarillo);
    background-image: url(../images/fondo_paso2_desk.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.bottom-waves-2 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    z-index: 99;
}

.pasos-desk {
    width: 100%;
    max-width: 1500px;
    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;
}

.pasos {
    width: 30%;
    padding: 2%;
    box-sizing: border-box;
}



.bottom-message {
    width: 80%;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    margin-bottom: 5vh;
    z-index: 99;
}

label[for="chk_terminos"],
label[for="chk_empaque"] {
    font-family: 'AmsiPro';
    font-weight: 800;
}

.obligatorios {
    font-family: 'AmsiPro';
}


a {
    font-family: 'AmsiPro';
    font-weight: 800;
}

.checkbox_container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

















a.terminos {
    color: #ce3a43 !important;
    font-weight: 900;
}




.screen {
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
}





.inputcode::placeholder {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.inputcode:focus::placeholder {
    color: #FFFFFF;
}



#loading,
#modal,
#terminos {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: none;
}

#loading .content,
#modal .content,
#terminos .terminos_content {
    width: 100%;
    height: 100%;
    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;
}

#loading p {
    font-family: "AmsiPro";
    color: #ffc20e;
    font-size: 50px;
    font-weight: 800;
}

#modal .content img {
    width: 90%;
    max-width: 500px;
}

#modal .content button {
    width: 120px;
    height: 50px;
    background-image: url(../images/cerrar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    background-color: transparent !important;
    cursor: pointer;
    margin: 20px;
}

#modal .content button:hover {
    transform: scale(1.1)
}

.fingerprint-spinner,
.fingerprint-spinner * {
    box-sizing: border-box;
}

.fingerprint-spinner {
    height: 104px;
    width: 104px;
    padding: 2px;
    overflow: hidden;
    position: relative;
}

.fingerprint-spinner .spinner-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #ffc20e;
    animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fingerprint-spinner .spinner-ring:nth-child(1) {
    height: calc(100px / 9 + 0 * 100px / 9);
    width: calc(100px / 9 + 0 * 100px / 9);
    animation-delay: calc(50ms * 1);
}

.fingerprint-spinner .spinner-ring:nth-child(2) {
    height: calc(100px / 9 + 1 * 100px / 9);
    width: calc(100px / 9 + 1 * 100px / 9);
    animation-delay: calc(50ms * 2);
}

.fingerprint-spinner .spinner-ring:nth-child(3) {
    height: calc(100px / 9 + 2 * 100px / 9);
    width: calc(100px / 9 + 2 * 100px / 9);
    animation-delay: calc(50ms * 3);
}

.fingerprint-spinner .spinner-ring:nth-child(4) {
    height: calc(100px / 9 + 3 * 100px / 9);
    width: calc(100px / 9 + 3 * 100px / 9);
    animation-delay: calc(50ms * 4);
}

.fingerprint-spinner .spinner-ring:nth-child(5) {
    height: calc(100px / 9 + 4 * 100px / 9);
    width: calc(100px / 9 + 4 * 100px / 9);
    animation-delay: calc(50ms * 5);
}

.fingerprint-spinner .spinner-ring:nth-child(6) {
    height: calc(100px / 9 + 5 * 100px / 9);
    width: calc(100px / 9 + 5 * 100px / 9);
    animation-delay: calc(50ms * 6);
}

.fingerprint-spinner .spinner-ring:nth-child(7) {
    height: calc(100px / 9 + 6 * 100px / 9);
    width: calc(100px / 9 + 6 * 100px / 9);
    animation-delay: calc(50ms * 7);
}

.fingerprint-spinner .spinner-ring:nth-child(8) {
    height: calc(100px / 9 + 7 * 100px / 9);
    width: calc(100px / 9 + 7 * 100px / 9);
    animation-delay: calc(50ms * 8);
}

.fingerprint-spinner .spinner-ring:nth-child(9) {
    height: calc(100px / 9 + 8 * 100px / 9);
    width: calc(100px / 9 + 8 * 100px / 9);
    animation-delay: calc(50ms * 9);
}

@keyframes fingerprint-spinner-animation {
    100% {
        transform: rotate(360deg);
    }
}

#response {
    display: none !important;
}

.invalidInput {
    color: #FFFFFF !important;
}

.invalid {
    background-color: #FF0000 !important;
}

#enviar {
    background-color: transparent !important;
    border: none !important;
    background-image: url(images/enviar.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: transparent;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-family: 'AmsiPro';
    font-weight: 900;
    color: #240d04;
    line-height: 0 !important;
}




#response {
    display: none !important;
}

.custom-file-upload {
    border: transparent;
    display: inline-block;
    padding: 15px 12px;
    cursor: pointer;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-family: 'AmsiPro';
    font-weight: 900;
    color: #240d04;
    background-color: #CCCCCC;
    line-height: 0 !important;
}














@font-face {

    font-family: 'AmsiPro';
    src: url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.eot');
    src: url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.woff2') format('woff2'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.woff') format('woff'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.ttf') format('truetype'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiPro-Regular.svg#AmsiPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {

    font-family: 'AmsiPro';
    src: url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.eot');
    src: url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.woff2') format('woff2'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.woff') format('woff'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.ttf') format('truetype'),
        url('https://leyde.hn/fiestacatracha/fonts/AmsiPro/AmsiProCond-Bold.svg#AmsiProCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;

}




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

    /* #logopromo {
        height: auto;
        width: 95%;
        max-width: 700px;
    } */

    /* #grafismo {
        height: auto;
        width: 95%;
        max-width: 700px;
    }

    #leches {
        height: auto;
        width: 85%;
        max-width: 500px;
    } */

}


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

    #full_grafismo {
        width: 100%;
        display: block;
        max-width: 500px;
    }

    #grafismo {
        width: 50%;
        height: auto;
    }

    .part {
        width: 100%;
        height: 50%;
    }

    .bottom-pasos-desk {
        display: none;
    }

    .bottom-pasos-movil {
        display: block;
    }

    .part.left {
        /*max-height: 20vh;*/
        height: auto;
        display: none;
    }

    .part.right {
        flex: 1
    }

    #leches-container {
        display: none;
    }

    .leches-movil {
        display: block;
    }

    #logopromo-desk {
        display: none;
    }

    #logopromo-movil {
        display: block;
    }

    #grafismo-container {
        height: calc(100% - 10px);
    }

    #logopromo-container {
        height: auto;
    }

    section {
        width: 100%;
        height: 100vh;
        flex: 1;
        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;
        position: relative;
    }

    .bottom-waves-desk {
        display: none;
    }

    .bottom-waves-movil {
        display: block;
    }


    /*     .ribbon-left {
        left: 0;
        height: 25%;
        top: 0;
        margin-top: 10%;
    }

    .ribbon-right {
        right: 0;
        height: 25%;
        top: 0;
        margin-top: 10%;
    } */


    .pasos-desk {
        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;
    }

    .pasos {
        width: auto;
        padding: 0;
        box-sizing: border-box;
        height: 18vh;
        margin: 0 0 2vh 0;
    }

    .pasos.cierre {
        width: auto;
        padding: 0;
        box-sizing: border-box;
        height: 10vh;
        margin: 0 0 2vh 0;
    }

    .space {
        height: 25vh;
    }

    body {
        background-image: url(../images/fondo2_movil.png), url(../images/foto_desk.jpg);
    }

}