@font-face {
    font-family: AlteHaasGroteskBold;
    src: local("AlteHaasGroteskBold"), url('../microsites/fonts/AlteHaasGroteskBold.ttf');
}

@font-face {
    font-family: geosans;
    src: local("GeoSansLight"), url('../fonts/GeosansLight.ttf');
}

@font-face {
    font-family: geometos;
    src: local("Geometos"), url('../microsites/fonts/Geometos.ttf');
}

body {
    background-color: black;
    font-size: 14px;
    background-size: cover;
}

#contenedor {
    /* position: fixed; */
    /* left: 5%; */
    /* right: 65%;
    top: 5%;
    bottom: 5%;
    background-color: white; */
    transition: 1s;

}

#imagen_concurso {
    width: 65%;
    /* margin-bottom: 5%; */
    /* margin-left: 8%; */
}

#fecha {
    color: #7cdbff;
    text-transform: uppercase;
    font-family: AlteHaasGroteskBold;
    font-size: 200%;
    text-align: center;
}

h1 {
    color: #3b60eb;
    font-family: AlteHaasGroteskBold;
    font-size: 230%;
    margin: 0px;
}

#botones {
    /* bottom: 2%; */
    /* left: 0%;
    right: 0%; */
    text-align: center;
}

#botones img:first-child {
    /* margin-right: 7%; */
}

#botones img {
    width: 50%;
}

#bloque {
    padding: 1.5vh;
    margin: auto;
    width: 25vw;
    font-size: 1.5vh;
    border-radius: 1vmin;
    margin-top: 3vmin;
    margin-bottom: 3vmin;
    background-color: #001966;
}

#normativa {
    position: absolute;
    right: 2vw;
    top: 6vw;
    bottom: 2vw;
    width: 56vw;
    visibility: hidden;
    opacity: 0;
    color: #112fa1;
    font-family: geosans;
    transition: opacity 0.5s linear 1s;
    font-size: 120%;
    overflow-x: hidden;
    padding-right: 10px;
}

#inscripcion {
    position: absolute;
    right: 2vw;
    top: 6vw;
    bottom: 2vw;
    width: 59vw;
    visibility: hidden;
    opacity: 0;
    color: #112fa1;
    font-family: geosans;
    transition: opacity 0.5s linear 1s;
    font-size: 120%;
    overflow-x: hidden;
}

#volver {
    position: absolute;
    right: 2vw;
    top: 2vw;
    width: 4vw;
    opacity: 0;
    transition: opacity 0.7s linear 0s;
}

#highlights {
    font-family: geosans;
    color: white;
    /*    font-size: 1vw;*/
    font-size: 130%;
    /* margin-top: 2vw; */
    padding: 7%;
}

#highlights>div {
    text-transform: uppercase;
    font-family: geometos;
    font-size: 120%;
}

#patrocinado {
    font-family: AlteHaasGroteskBold;
    color: #6985ee;
    position: absolute;
    top: 2.5vw;
    right: 37vw;
}


label {
    float: left;
    width: 250px;
}

button {
    margin-left: 200px;
    border: 1px solid gray;
    background-color: #ffca20;
    color:#001966;
    font-weight: bold;
    padding: 1.0vh;
}

input {
    border: 1px solid gray;
    margin-bottom: 2px;
    padding: 2px;
    width: 200px;
}

.error_code {
    color: red;
    font-size: 80%;
}

select {
    border: 1px solid gray;
    margin-bottom: 2px;
    padding: 2px;
    width: 200px;
    background-color: white;
}


@media (max-width: 1199.98px) {
    #contenedor {
        position: static;
    }

    #bloque {
        width: 95%;
    }

    #normativa,
    #inscripcion {
        /*height: 95vh;*/
        position: static;
        visibility: visible;
        width: 80%;
        padding: 8%;
        opacity: 1;
        overflow-x: normal;
    }

    /* #botones{
        display: none;
    } */

    #inscripcion {
        display: none !important;
    }

    #highlights {
        font-size: 4.5vw;
    }

    #patrocinado {
        top: 4vw;
        right: 4vw;
    }

    .normativa_header {
        text-transform: uppercase;
        font-family: geometos;
        font-size: 120%;
    }

    #patrocinado img {
        width: 130px !important;
    }

    #patrocinado img.union {
        width: 10vh !important;
    }


}