/*
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 : 10/03/2019, 06:54:10 PM
    Author     : usuario
*/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    font-family: 'open sans';
    font-size: 16px;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
   
    
}
.navegador{
    padding: 10px;
    background: transparent;
    width: 100%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}



header{
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.headerResultado{
    width: 100%;
    height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.opciones li {
 display: inline;

 }

 .opciones li a {
 border-radius: 10px;
 font-style: oblique;
 font-size: 17px;
 position: relative;
 padding: 15px;
 
 color: #ffffff;
 
 }
 .opciones li a:hover {
 background-color: #2586d7;
 margin-top: -2px;
 padding-bottom: 12px;
 }

header .textos{
    margin-top: 10px;
    position: absolute;
}
header .textosResultado{
    margin-top: 20px;
}

header .titulo{
    font-size: 55px;
}
header .subtitulo{
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 1px;
}
header .boton{
    display: inline-block;
    padding: 6px;
    width: 128px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
}
.sesgoabajo{
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 35vh 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    
}

.sesgoarriba{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 35vh 100vw 0 0 ;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.contenedor{
    width: 100%;
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
}
.sobre-nosotros{
    text-align: center;
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 600;
    height: auto;
}
.slogan{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 24px;
}
.parrafo{
    margin-bottom: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
    color: #666666;
}
.acerca-de .boton{
    display: inline-block;
    padding: 6px;
    width: 128px;
    font-weight: 300;
    border: 1px solid #666666;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 24px;
}

.galeria{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.imagenes{
    width: 20%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.imagenes img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.encima{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #34495e;
}
.encima h2{
    position: relative;
    top:45%;
    text-align: center;
    color: #fff;
}
.encima div{
    position: relative;
    display: block;
    top: 46%;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: auto;
    
}

.cards{
    width: 95%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
}
.card{
    margin: 20px 0;
    width: 30%;
    height: 250px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 4px 0 #9999ff;
}
.cards img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
}
.fondo{
    height: 900px;
    position: relative;
   
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    padding-top: 130px;
    
}
.sesgoabajo-unico{
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 35vh 100vw;
    border-style: solid;
    border-color: transparent transparent #010a65 transparent;
}
.titulo-patrocinadores, .subtitulo-patrocinadores{
    color: #fff;
    text-align: center;
} 
.titulo-patrocinadores{
    font-size: 56px;
    margin-top: 48px;
}
.subtitulo-patrocinadores{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 64px;
}
.clientes{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
    width: 100%;
    justify-content: space-between;
}
.cliente{
    width: 30%;
}
.cliente img{
    width: 100%;
}
footer{
    background: #010a65;
    height: auto;
}
.titulo-footer, .subtitulo-footer{
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-weight: 400;
}
.titulo-footer1{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.subtitulo-footer{
    font-size: 16px;
    margin-bottom: 64px;
    
}
form{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:auto;
}
input[type="text"], input[type="email"], input[type="number"]{
    display: inline;
    width: 110%;
    padding: 5px;
    border: none;
    color: #fff;
    font-family: "open sans";
    background: #c7cff7;
    margin-bottom: 8px;
    border-top: 1px solid #9999ff;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
    border-top: 5px solid #fff;
}

textarea{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height:200px;
    min-height: 200px;
    background: #9999ff;
    padding: 13px;
    border: none;
    color: #fff;
    font-family: "open-sans";
    margin-bottom: 16px;   
}

input[type="submit"]{
    display: inline-block;
    padding: 13px;
    border: none;
    color: #fff;
    background: #9999ff;
    width: 96px;
}
#check{
    display: none;
}
#headerresul{
    margin-top:3%;
}
#infoIniResultado{
    border-left: 8px solid #2c3e90;
}

@media screen and (max-width:950px){
 
 .opciones li a {
 border-radius: 10px;
 font-family: Arial;
 font-style: oblique;
 font-size: 10px;
 display: inline;
border: 0 solid #2c3e90;
 color: #ffffff;

    
 }
 .opciones li a img{
     width: 20px;
     height: 20px;
 }
}
@media screen and (max-width:900px){
   
    .logo1 img{
        width: 170px;
        height: 90px;}
    .card{
        width: 45%;
        
    } 
       header .titulo{
    font-size: 40px;
}
header .subtitulo{
    font-size: 30px;
    font-weight: 800;
    margin-bottom:0px;
}
    
}
@media screen and (max-width:610px){
    header .textos{
    margin-top: 100px;
    }
    header .titulo{
        font-size: 55px;}
    .none{
        display: none;
    }
    .imagenes{
        flex-grow: 1; 
    }
    .card{
        width: 90%;
    }
    .fondo{
        height: auto;
    }
     .logo1 img{
        width: 70px;
        height: 40px;
        
    }
    header .titulo{
    font-size: 35px;
}
header .subtitulo{
    font-size: 25px;
    font-weight: 300;
    margin-bottom:0px;
}


 .opciones li a {

 font-family: Arial;
 font-style: oblique;
 font-size: 10px;
 display: inline;
border: 0px solid #2c3e90;
 color: #ffffff;

    
 }
 .opciones li a img{
     width: 20px;
     height: 20px;
 }


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



.contenedor .form .form-header .form-title{
    font-weight: 800;
    font-family: sans-serif;
    color: #2586d7;
    text-align: center;
    padding: 5px 0;
}
.contenedor .form .form-header .form-title span{
     color: #2586d7;
}
.contenedor .form {
    background: #ccccff;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 5px 35px;
    margin-top: 30px;
    padding-bottom: 150px;
    border-radius: 3px;
    opacity: 0.7;
}
.contenedor .form .form-label{
    display: block;
    color: #000;
    font-size: 16px;
    font-family: Roboto;
    position: relative;
    font-weight: 700;
}

.contenedor .form .input-48, .form-texarea{
    background: #fff;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    border-top: 1px solid #cccccc; 
    border-left: 1px solid #cccccc; 
    border-right: 1px solid #cccccc; 
    font-size: 14px;
    color: #000;
    font-weight: 800;
    font-family: Roboton;
}
::placeholder { color: #000; }