@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

*{margin: 0; padding: 0;}

header{ 
    width: 100%; 
    display: flex; 
    background-color: #EBEBD6; 
    border-bottom: 2px solid #E0E0CC;
    position: fixed; 
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    z-index: 2;
}

nav {
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    
}

nav ul li{    
    display: inline-block;
    
}

nav ul li a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    margin: 10px;
}

nav ul li a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: orange;
    margin: 10px;
}

div ul li a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
}

div ul li a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: orange;
}

.texto{
    padding: 5px;
}

ul {
    list-style-type: none;
}

.logo {
    width: 150px;
    margin: 10px 0px 10px 25%;
}

.section-descarga{
    width: 100%;
    background: url("../img/basket-fondo-header.jpg");
    background-position:right;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 130px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
   
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #707066;
    text-align: left;   
    font-size: 1.5em;

}

.contenido-descarga{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    padding: 0px 0px 0px 50px;
    max-width: 360px;
}

.texto-descarga{
    margin-bottom: 20px;
    
}

.boton-descarga{
    
    padding: 0px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    cursor: pointer;
}
.boton-descarga:hover{
    
    padding: 0px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    cursor: pointer;
}

.bajar-saber{
    background-color: #32C0B7;
    text-align: center;
    margin-top: 100px;
}

.bajar-consultas{
    background-color: #32C0B7;
    text-align: center;
    margin-top: 0px;
}

.fa-3x{
    color: white;
}

.fa-3x:hover{
    color: black;
}

.section-saber{
    width: 100%;
    background: #32C2B9;
    
}

.contenido-saber{
    display: flex;
    justify-content: space-around;
    padding: 40px 40px 40px 40px;
}


.div-textos-saber {
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}


.titulo-saber{
    color: #00686C;
    text-shadow: none;
    font-weight: 700;
    font-size: 2em;
    text-align: right;
}

.texto-saber{
    margin-top: 50px;
    max-width: 400px;
    color: white;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

.boton-contacto{
    background-color: orange;
    border-radius: 25px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.boton-contacto:hover{
    background-color: black;
    border-radius: 25px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.div-boton-contacto{
    padding-top: 50px;
    display: inline-table;
}

.section-saber-2 {
    width: 100%;
    background-image: url(../img/fondo-saber2.jpg);
    
}

.contenido-saber-2 {
    display: flex;
    justify-content: space-around;
    padding: 100px 40px 40px 40px;
}

.div-textos-saber-2 {
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.titulo-saber-2 {
    color: #FF9715;
    text-shadow: none;
    font-weight: 700;
    font-size: 2em;
    text-align: left;
}

.texto-saber-2 {
    margin-top: 50px;
    max-width: 400px;
    color: #32C0B7;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

.section-consultas{
    width: 100%;
    background: #32C2B9;
    padding-top: 30px;
}

.contenido-consultas{
    text-align: center;
    justify-content: space-around;
    padding-bottom: 50px;
}

.titulo-consultas{
    color: #00686C;
    text-align: center;
    text-shadow: none;
    font-weight: 700;
    padding: 25px;
}

.tel-form{
    display: inline;
    text-align: center;
    margin-top: 20px;
}

.div-full-formulario{
    text-align: center;
    display: inline;
}

.div-formulario{
    text-align: center;
}

.div-formulario-boton{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 75px;
}

input{
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: 1px solid #ccc;
    min-width: 50%;
}

.input-mensaje{
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.boton-enviar-consulta{
    background-color: #00686C;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.boton-enviar-consulta:hover{
    background-color: rgb(0, 132, 137);
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

footer{
    background-image: url(../img/fondo-footer.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.texto-footer{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #32C2B9;
    font-size: 1.5em;
    margin: 30px 0 0 0;
    text-align: center;

}

.copyright{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 0.7em;
    margin: 20px 50px 10px 50px;
    text-decoration: none;
    text-align: center;

}

.redes-sociales{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 0.8em;
    margin: 10px;
}
.fa{
    color: white;
    margin: 5px 5px 5px 5px;
}

.logo-olimpiadas {
    width: 315px;
    margin: 10px 0px 10px 40px;
    }

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}

a:active {
    text-decoration:none;
    color: white;
}
.menu-cel{
    list-style-type: none;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 2%;
    float: right;
    margin-right: 20px;
}
.cruz, .hamb{ cursor: pointer;}

.section-menu-cel{
    background: rgba(0, 0, 0, 0.50); 
    width: 34%;
    margin-top: 60px;
    position: fixed;    
    margin-left: 66%;
}

.hamb {
    display: none;
}   

@media only screen and (max-width: 800px){
    .texto-descarga {
        color: black;
        }

@media only screen and (max-width: 700px){
    .logo-olimpiadas {
    width: 250px;
        }
}

@media only screen and (min-width: 400px){

.menu-cel {
    display: none;
    }

 
.section-menu-cel{
    display: none;
    z-index: 1;
}

}
@media only screen and (max-width: 400px){

    .hamb {
    display: block;
} 
    
.logo-olimpiadas {
    width: 200px;
        }
     
.menu-web {
    display: none;
    }
    
.logo{
        margin: 0px;
    }
       
.mapa-arg{
    display: none;
    }

.contenido-saber{
   background: none;
    }
    
.section-descarga{
    padding-top: 130px;
    background-position: center;
    }

h2{
    font-size: 1.5em;
    }

.contenido-saber{
    margin-left: 5%;    
    }
    
.boton-contacto{
        margin: 0px;
    }

.copyright{
    margin: 10px 0px 10px 2%;
    }

.redes-sociales {
        margin: 0px 5% 0px 2%;
    }

.fa{
        margin: 5px 2px 5px 2px;
    }
h2{
    font-size: 1em;
    font-weight: 700;
    }
.texto-descarga{
    max-width: 260px;
    }

.section-descarga{
    width: 100%;
    background: url("../img/basket-fondo-header-cel.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 130px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    
.contenido-saber{
        display: block;
            text-align: center;

    }
.texto-saber{
        text-align: center;
    font-size: 1em;
    }
    .contenido-saber-2{
        display: block;
                text-align: center;

    }
.texto-saber-2{
        text-align: center;
    font-size: 1em;
    }
    .copyright{
        margin: 10px 10px 10px 10px;
    }
}