*{
    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: 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: 75px;
}
.letras-slider p{
    color: rgba(3,32,176);
    font-size: 20px;
    font-family: patu; 
    padding-top: 70px;
    text-align: center;
    letter-spacing: 1px; 
}
.wap{
    width: 90%;
    margin: auto;
}
.cdmx{
    width: 100%;
    margin: auto;
}
.cdmx h2{
    color: goldenrod;
    padding-top: 30px;
    text-align: center;
    font-family: patu;
    font-size: 25px;
    letter-spacing: 2px;
}
.cdmx p{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    font-family: titae;
    font-size: 20px;
    padding-top: 20px;
}
.cdmx img{
    float: left;
    width: 400px;
    height: 390px;
    padding-top: 20px;
    margin-right: 20px;
}
.cdmx2{
    width: 100%;
    margin: auto;
}
.cdmx2 p{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    font-family: titae;
    font-size: 20px;
    padding-top: 15px;;
}
.cdmx2 img{
    float:right;
    width: 400px;
    height: 400px;
    padding-left: 20px;
}
.estaciones-cdmx h2{
    color:goldenrod;
    padding-top: 90px;
    text-align: center;
    font-family: patu;
    font-size: 25px;
    letter-spacing: 2px;
}
.estaciones-cdmx p{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    font-family: titae;
    font-size: 20px;
    padding-top: 70px;
}
.estaciones-cdmx img {
    float: left;
    width: 400px;
    height: 470px;
    padding-top: 20px;
    padding-right: 20px;
}
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 p a{
        font-size: 15px;
    }
    .menu li a{
        font-size: 9px;
    }
    #particles-js{
        background-size: 480px 200px;
        padding-top: 100px;
    }
    .letras-slider h1{
        font-size: 20px;
        color: goldenrod;
        letter-spacing: 2px;
        font-weight: normal;
    }
    nav{
        padding-left: 60px;
        padding-top: 15px;
    }
    .logo{
        width: 200px;
        text-align: center;
    }
    .cdmx{
        width: 100%;
    }
    .cdmx h2{
        width: 100%;
        font-size: 15px;
        font-weight: normal;
    }
    .cdmx img{
        width: 100%;
    }
    .cdmx p{
        width: 100%;
        font-size: 17px;
    }
    .cdmx2{
        width: 100%;
    }
    .cdmx h2{
        width: 100%;
        font-size: 15px;
        font-weight: normal;
    }
    .cdmx2 img{
        width: 100%;
    }
    .cdmx2 p{
        width: 100%;
        font-size: 17px;
    }
    .estaciones-cdmx{
        width: 100%;
    }
    .estaciones-cdmx h2{
        width: 100%;
        font-size: 15px;
        font-weight: normal;
        padding-top: 40px;
    }
    .estaciones-cdmx img{
        width: 100%;
    }
    .estaciones-cdmx p{
        width: 100%;
        font-size: 17px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
    .letras-slider h1{
        font-size: 35px;
        color:rgba(3,32,176);
    }
    .logo p a{
        font-size: 23px;
    }
    .menu li a{
        font-size: 15px;
    }
    #particles-js{
        background-size: 768px 400px;
    }
    .logo{
        text-align: center;
    }
    .estaciones-cdmx p{
        padding-top: 15px;;
    }
}