*{
    margin:0;
    padding:0;
}
header{
    width: 100%;
    background:rgba(3,32,176,.9);
    height: 70px;
    position: fixed;
    z-index: 10;
}
.ancho{
    width: 90%;
    height: 70px;
    margin: auto;
}
.logo{
    width: 60%;
    height: 70px;
    float: left;
    padding-top: 15px;
    box-sizing: border-box;
}
.logo p a{
    color: whitesmoke;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    font-family: patu;
    
}
nav{
    width: 40%;
    height: 70px;
    float: left;
    padding-top: 24px;
    box-sizing: border-box;
    padding-left: 78px;
}
nav ul{
    list-style: none;
}
.submenu li a{
    background: rgba(3,32,176,.9);
    padding-top: 15px;
}
.menu li a{
    color: whitesmoke;
    font-size: 18px;
    text-decoration: none;
    padding-left:25px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: patu;
    display: block;
}
.menu > li{
    float: left;
}
.menu li ul{
    display: none;
    position: absolute;
    min-width: 120px;
}
.menu li:hover .submenu{
    display: block;
}
.menu li a:hover{
    color: goldenrod;
}
.logo p a:hover{
    color: goldenrod; 
}
@font-face{
    font-family: patu;
    src:url(Fuentes/PatuaOne-Regular.ttf);
}
@font-face{
    font-family: titae;
    src: url(Fuentes/TitilliumWeb-ExtraLight.ttf);
}
.ancho-letras{
    top: 250px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.letras-slider{
    width: 80%;
    margin: auto;
    color: rgba(3,32,176);
    font-family: patu;
    font-size: 35px;
}
#particles-js{
    background:url(Imagenes/Logo_g3.png);
    background-position: center;
    background-attachment: contain;
    background-size: 1400px 750px;
    background-repeat: no-repeat; 
    padding-top: 30px;  
}
.logo p a:hover{
    color: goldenrod;
}
.wap{
    width: 90%;
    margin: auto;
}
h2{
    margin-top: 15px;
    font-size: 30px;
    font-family: patu;
    font-weight: bold;
    text-align: center;
    color:goldenrod;
}
h3{
    font-family: patu;
    line-height: 1.5;
    font-weight: normal;
    padding-top: 10px 0;
    font-size: 25px;
    text-align: center;
    color:goldenrod;
}
h4{
    font-family: patu;
    line-height: 1.5;
    font-weight: normal;
    padding-top: 10px 0;
    font-size: 25px;
    color:goldenrod;
}
p{
    font-family: titae;
    text-align: center;
    line-height: 1.2;
    color:white;
    font-weight: bold;
    font-size: 25px;
}
.dos-columnas{
    margin-top: 50px;
}
.formulario{
    float: left;
    width: 50%;
    margin: auto;
    padding-top: 40px;
}
.formulario h4{
    text-align: center;
    padding-bottom: 20px;
}
.caja-1{
    width: 250px;
    height: 15px;  
    margin: 15px;
    padding: 10px;
    font-size: 14px;
    border-color:goldenrod;
}
.caja-2{
    width: 560px;
    height: 100px;
    margin: 15px;
    padding: 10px;
    font-size: 14px;
    border-color:goldenrod;
}
.enviar{
    margin: auto;
    padding: 10px 70px;
    font-size: 18px;
    background: goldenrod;
    color:black;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    width: 94%;
    text-transform: uppercase;
    font-family: patu;
}
.destacado{
    background-color: goldenrod;
    box-shadow: 0 0 8px rgba(3,32,176,.9);
    z-index: 500;
}
.correr{
    margin: 15px;
    padding: 10px;
}
.datos i{
    display: block;
    color:goldenrod;
    text-align: center;
    padding-top: 10px;
}
.datos h4{
    margin-top: 10px;
    font-size: 24px;
    font-family: patu;
    font-weight: bold;
    text-align: center;
    color:goldenrod;
    letter-spacing: 1px;  
} 
footer{
	clear: both;
	margin-top: 50px;
	background: rgba(3,32,176);
	color:white;
	text-align: center;
    padding: 30px;
    font-family: patu;
    font-size: 20px;
}
body{
    background: black;
}
@media only screen and (max-width: 480px){
    .logo{
        width: 200px;
        padding-top: 1px;
    }
    .logo p a{
        font-size: 15px;
    }
    .logo p{
        line-height: 30px;
    }
    nav{
        padding-left: 30px;
        width: 100px;
    }
    .menu li a{
        font-size: 10px;  
    }
    #particles-js{
        background-size: 480px 200px;
        padding-top: 100px;
    }
    .letras-slider h1{
        font-size: 20px;
        padding-top: 20px;
        color: goldenrod;
        letter-spacing: 1px;
    }
    .formulario{
        width: 100%;
    }
    .caja-1{
        width: 85%;
    }
    .caja-2{
        width: 86%;
    }
    .enviar{
        width: 92%;
    }
    .datos{
        width: 100%;
        float: left;
    }
    h2{
        font-size: 20px;
        letter-spacing: 1px;
    }
    h3{
        font-size: 15px;
        letter-spacing: 1px;
        padding-top: 20px;
    }
    h4{
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center;  
    }
    .datos p{
        font-size: 20px;
        letter-spacing: 1px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
    .columnax3{
        width: 50%;
        display: inline-block;
    }
    .letras-slider p{
        display: none;
    }
    .letras-slider h1{
        font-size: 50px;
        color:rgba(3,32,176);
    }
    .logo{
        width: 350px;
        padding: 1px 0px 0px 0px;
    }
    .logo p a{
        font-size: 23px;
    }
    nav{
        width: 340px;
        padding-right: 5px;
    }
    .menu li a{
        font-size: 15px;
        padding-left: 15px;
    }
    #particles-js{
        background-size: 768px 400px;
    }
    .nosotros img{
        width: 100%;
        height: 400px;
        padding-bottom: 20px;
    }
    .nosotros h2{
        font-size: 30px;
        letter-spacing: 1px;
    } 
    h3{
        font-size: 30px;
        letter-spacing: 1px;
    }
    .nuestros h4{
        font-size: 30px;
    }
    .contenedor-columnas p{
        font-size: 25px;
    }
    .nosotros p{
        font-size: 25px;
    }
    .datos p{
        letter-spacing: 1px;
    }
    .caja-2{
        width: 255px;
    }
    .enviar{
        width: 275px;
    }
    h4{
        text-align: center;
    }
    footer div{
        letter-spacing: 1px;
    }
}
