
/*Aquí comienza mis estilos de computado*/
#contenedor{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
}

.centrado{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.centrado p{
    font-family: "Noto Sans JP", sans-serif;
    font-style: bold;
    color: #181c1c;
    font-size: 1.3em;

}

.centrado h2{ 
    font-family: "Signika Negative", sans-serif;
    color: #040b67;
    font-size: 2em;

}
.foto_gr{
    width: 100%;
}
.fotofinal img{
width: 100%;
}

.foto_gr img{
    width: 100%;
}
.centrado img{
    width: 100%;
}
#titulo{

    position: absolute;
    top: 7%;
    left: 50%;
    z-index: 2;
    
}
#titulo h1{
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8vw;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #1a0f56;
    color: #ecebe0;
    
}
nav{
 width: 100%;
 height: 30px;
 background-color: #0e0736;
 position: fixed;
 top: 0%;
 left: 0%;
 z-index: 3;
 padding-top: 5px;
}
nav a{
    font-family: "Bree Serif", serif;
    text-decoration: none;
    color: #FFFFFF; 
    margin-left: 100px;
}
#centrarmenu{
    width: 1000px;
    margin: 0 auto;
}
html{
scroll-behavior: smooth;
}
footer{
    width: 100%;
    height: 80px;
    background-color: #0e0736;
    text-align: center;
    padding-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
    max-width: 100%;
}

footer span{
    color: #afc7cd;
    max-width: 100%;
  }
h3{ 
    font-family: "Signika Negative", sans-serif;
    color: #0e0736;
    font-size: 3.5em;
    text-align: center;

}

#fotocelular{
    display: none;
}
.fotoypie{
    width: 100%;

}

.fotoypie img{
    width: 100%;
}
.pie{
    width: 100%;
    height: 30px;
    background-color: #0e0736; 
    max-width: 100%;
    
}   

.pie span{
    font-size: 0.9em;
    color: #eeecec;
}    
/*Aquí comienzan mis estilos para el celular*/
@media only screen and (max-width: 600px) {
   nav{
    display: none;
    max-width: 100%;
}
#fotocelular{ 
    display: block;

}
#fotocomputador{ 
    display: none;
}   
#titulo{
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6vw;
    top: 70.2%;
    left: 20%;
  
}
#titulo h1{
    
    font-size: 2em;
    -webkit-text-stroke-color: #5d5c5f;
    color: #ecebe0;
 

}
.centrado p{

        font-size: 1.5em;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100%;
    }


.centrado h2{ 
margin-left: 10px;
margin-right: 10px;
max-width: 100%;
        
 }   
 #videoyoutube{ 
    height: 300px;
    max-width: 100%;
}

        }


