@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ultra&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100% !important;
    height: 100vh;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

#wrapper_1 {
    width: 100%;
    overflow: hidden;
    min-height: 100% !important;
    margin: 0 auto;
    padding: 1rem;
    z-index: 1 !important;
    background-color: #CC0033;
}

#wrapper_2 {
    width: 100%;
    overflow: hidden;
    min-height: 100% !important;
    margin: 0 auto;
    padding: 1rem;
    z-index: 1 !important;
    background-color: #000;
}

.modal {
    background-color: #000 !important;
}

.caja-blanca {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    padding: 2rem 2rem 1.5rem 2rem !important;
    background: rgb(255, 255, 255);

    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    text-align: center;

    -webkit-box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0.34);
}

#logo {
    position: relative;
    margin: 0 auto;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    max-width: 15rem;
}

.aviso {
    position: relative;
}


.gris {
    color: #5F5F5F;
}

.negro {
    color: #393939;
}

.rojo {
    color: #CC0033;
}

.modal {

    background-color: #000 !important;
}

/* ··············· FORMULARIOS ························· */


/* ······· index ······· */
#forma {
    margin: 0 auto;
    z-index: 300;
    width: 100%;
    height: auto;
    padding: 10px 6px 30px 6px;
    text-align: center;
}

.losinputs {
    margin-bottom: 6px;
    width: 80%;
    height: 45px;
    color: #949494 !important;
    font-size: 0.8rem;
    font-weight: 800;
    text-indent: 7px;
    background-color: none;
    border: solid 1px #666666;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.losinputs:focus {
    color: #2d2d2d !important;
    background-color: #E5E5E5 !important;
}


*:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #949494;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #949494;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #949494;
}

:-ms-input-placeholder {
    color: #949494;
}

select {
    margin-top: 1px;
    width: 95%;
    height: 35px;
    color: #949494 !important;
    font-size: 15px;
    text-align: center !important;

}

.btn {
    background-color: #000;
    color: #fff;
    cursor: pointer !important;
}

.btn:hover {
    background-color: #4B4B4B;
    outline: none;
}


/* ------- MEDIA QUERIES --------------------- */

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

    .w90 {
        padding: 0.1rem;
    }

    #logo {
        display: block;
    }

    #forma {
        width: 99%;
    }

    .caja-blanca {
        width: 100%;
        height: 100%;
        padding: 2rem 2rem 3rem 2rem;
    }

    .centrar_centrar {
        display: flex;
        flex-flow: row wrap;
    }

    #saludo {
        font-size: 2rem;
    }

    #conectando {
        font-size: 1.5rem;
    }

    #wifi-signal {
        text-align: center;
        padding: 0px;
        margin: 0px;
        line-height: 0px;
        margin-bottom: -40px;
    }

    #wifi-signal img {
        margin-top: -15px;
        margin-bottom: -15px;
    }
}


/* ----  segundo CAMBIO -------------- */

@media screen and (min-width: 481px) and (max-width: 768px) {
    .tabla {
        display: flex;
    }
}

@media screen and (min-width:769px) and (max-width:1280px) {

    .w90 {
        width: 100% !important;
        padding: 0.2rem;
    }

    .w30 {
        width: 40% !important;
        padding: 0.2rem;
    }

    .w60 {
        width: 55% !important;
        padding: 0.2rem;
    }

}



.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid red;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}