@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: 30%;
    margin-left: 8%;
}

#fecha{
    color: #b21672;
    text-transform: uppercase;
    font-family: AlteHaasGroteskBold;
    font-size: 200%;
}
h1{
    color: #3b60eb;
    font-family: AlteHaasGroteskBold;
    font-size: 230%;
    margin: 0px;
}
#botones{
    position: absolute;
    bottom: 2%;
    left: 0%;
    right: 0%;
    text-align: center;
}
#botones img:first-child{
    margin-right: 7%;
}
#botones img{
    width: 30%;
}
#bloque{
    position: absolute;
    padding: 1.5vh;
    top: 0;
    left: 0;
    bottom: 0;
    width: 26vw;
    font-size: 1.5vh;
}
#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: #112fa1;
/*    font-size: 1vw;*/
    font-size: 130%;
    margin-top: 2vw;
}
#highlights>div{
    text-transform: uppercase;
    font-family: geometos;
    font-size: 120%;
}

#patrocinado{
    font-family: AlteHaasGroteskBold;
    color: #6985ee;
    position: absolute;
    top: 2vw;
    right: 0vw;
}


label{
		float: left;
		width: 200px;	
	}
	button{
		margin-left: 200px;
		border: 1px solid gray;
		background-color: white;
		font-weight: bold;
	}
	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: 96%;
        height: 95vh;
        position: static;
    }

    #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;
}


}
