/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/03/2020, 03:19:12 PM
    Author     : Ciro Solano
*/

@font-face{
    font-family:'font-icon';
    src: url(../font/font/font-icon.eot);
    src:url('../font/font/font-icon.eot?#iefix') format('embedded-opentype'),
        url('../font/font/font-icon.woff') format('woff'),
        url('../font/font/font-icon.ttf') format('truetype'),
        url('../font/font/font-icon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: "Raleway", Helvetica, sans-serif;
    color: #000000;
}

p{
    margin: 0;
    padding: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #232323;
}

label, input, section, option{
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #232323;
}

body{
    background: #0673fa;
    /*background-image: url(https://spikessystem.com/eventos/eventresult/media-maraton-del-mar-kids-2025/images/fondo.jpg);*/
    background-position: center;
    background-size: cover;
}

header{
    width: 100%;
    height: auto;
    margin: 0px auto;
    max-width: 1100px;
    overflow: hidden;
}

#logo{
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

/*#logo img{
    width: 60%;
}*/

#headre_information{
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

#contenedor{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 0.25em 0em rgba(0, 0, 0, 0.25);
}

footer{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background-color: #646464;
    text-align: end;
    padding: 5px;
    box-sizing: border-box;
}

footer span{
    color: #ffffff;
    margin-right: 10px;
}

#form-registro{
    position: relative;
}

#form-consulta{
    position: relative;
}

label.error {
    color: #ff0000;
    font-size: 12px;
}

#login{
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

#login img{
    width: 50%;
    margin-bottom: 20px;
}

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

    #logo{
        width: 100%;
        max-width: 640px;
        padding: 10px;
        box-sizing: border-box;
    }

    #logo img{
        width: 100%;
    }

    #headre_information{
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    #login{
        width: 100%;
    }

    #login img{
        width: 80%;
    }
}

@media screen and (max-width:672px) and (min-width:640px) {
    #headre_information{
        padding: 40px 10px 10px 20px;
    }

}