*{
    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: 61%;
    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: 39%;
    height: 70px;
    float: left;
    padding-top: 24px;
    box-sizing: border-box;
    padding-left: 65px;
}
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:10px;
    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);
}
#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;  
}
.ancho-letras{
    top: 250px;
    position: absolute;
    width: 100%;
    /*background: rgba(3, 32,173,.9);*/
    text-align: center;
    z-index: 1;
}
.letras-slider{
    width: 80%;
    margin: auto;
}
.letras-slider h1{
    color:rgba(3,32,176);
    font-family: patu;
    font-size: 45px;
}
.letras-slider p{
    color: rgba(3,32,176);
    font-size: 20px;
    font-family: patu; 
    padding-top: 70px;
    text-align: center;
    letter-spacing: 1px; 
}
.bienvenidos p{
    font-family: titae;
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;

}
.bienvenidos h2{
    margin-top: 15px;
    font-size: 35px;
    font-family: patu;
    font-weight: bold;
    text-align: center;
    color: goldenrod;
    letter-spacing: 2px;
}
.bienvenidos a{
    font-family: titae;
    text-align: center;
    color: goldenrod;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
}
.wap{
    width: 90%;
    margin: auto;
}
.contenedor-columnas{
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
}
.columnax3{
    width: 50%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: auto;
}
.columnax3 img{
    border: 2px solid goldenrod;
    width: 100%;
}
.columnax3 h2 a{
    text-decoration: none;
    color: goldenrod;
}
 /*   display: block;
    box-sizing: border-box;

h1, h2{
    text-transform: uppercase;
    font-family: patu;
    letter-spacing: 1px;
}*/
.wap h2{
    margin-top: 15px;
    font-size: 25px;
    font-family: patu;
    font-weight: bold;
    text-align: center;
    color: goldenrod;
    letter-spacing: 2px;
}
h3{
    font-family: patu;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 0;
    font-size: 22px;
    text-align: center;
    color: goldenrod;
    letter-spacing: 1px;
}
.wap p{
   font-family: titae;
   font-size: 20px;
   font-weight: bold;
   text-align: justify;
   letter-spacing: 1px;
   box-sizing: border-box;
   color:white;
}
.banner-1{
    width: 100%;
    background: rgba(3,32,176);
    clear: both;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}
.banner-1 h3{
    color:white;
    font-size: 30px;
    font-family: patu;
}
.banner-1 a{
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    color:white;
    font-family: titae;
}
.banner-1 h3 a:hover{
    color: goldenrod; 
}
body{
    background: black;
}
@media only screen and (max-width: 480px){
    .columnax3{
        width: 100%;
    }
    .columnax3 p{
        font-size: 20px;
    }
    .letras-slider p{
        display: none;
    }
    .letras-slider h1{
        font-size: 20px;
        color: goldenrod;
    }
    .logo p a{
        font-size: 13px;
    }
    .menu li a{
        font-size: 9px;
    }
    #particles-js{
        background-size: 480px 200px;
        padding-top: 100px;
    }
    .banner-1 h3{
        font-size: 15px;
    }
    h2, h3, h4 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
    .columnax3{
        width: 47%;
        display: inline-block;
    }
    .letras-slider p{
        display: none;
    }
    .letras-slider h1{
        font-size: 30px;
        color:rgba(3,32,176);
    }
    .logo p a{
        font-size: 23px;
    }
    .menu li a{
        font-size: 15px;
    }
    #particles-js{
        background-size: 768px 400px;
    }
    .banner-1 h3{
        font-size: 25px;
        letter-spacing: 1px;
    }
}


