@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

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

    background-image: url('../images/kpmg-back.png');
    background-color: #E0EBE4;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

.caja-blanca {
    width: 100%;
    max-width: 400px;
    height: auto !important;
    padding: 2rem 2rem 1.5rem 2rem !important;
    background: #F4EFEF;

    -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: 7.5rem;
}

.aviso {
    position: relative;
}


.gris {
    color: #5F5F5F;
}

.negro {
    color: #393939;
}

.azul {
    color: #00338D;
}

.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: 35px;
    color: #949494 !important;
    font-size: 0.7rem;
    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: #00338D;
    color: #fff;
    cursor: pointer !important;
}

.btn:hover {
    background-color: #43D722;
    outline: none;
}

footer {
    background-color: #F1F1F1;
    padding: 3% 10% 3% 10%;
    text-align: justify;
    color: #00338D;
    font-size: small;
}

/* ------- 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) {}

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

}

.d-none{
    display: none !important;
}

.loader,
.loader div,
.loader div:after {
    box-sizing: border-box;
}

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

.loader div {
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: #00338D;
    margin: -3.6px 0 0 -3.6px;
}

.loader div:nth-child(1) {
    animation-delay: -0.036s;
}

.loader div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.loader div:nth-child(2) {
    animation-delay: -0.072s;
}

.loader div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.loader div:nth-child(3) {
    animation-delay: -0.108s;
}

.loader div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.loader div:nth-child(4) {
    animation-delay: -0.144s;
}

.loader div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loader div:nth-child(5) {
    animation-delay: -0.18s;
}

.loader div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.loader div:nth-child(6) {
    animation-delay: -0.216s;
}

.loader div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.loader div:nth-child(7) {
    animation-delay: -0.252s;
}

.loader div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.loader div:nth-child(8) {
    animation-delay: -0.288s;
}

.loader div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}