@charset "utf-8";

/*Reglas generales*/

body{
    font-family: sans-serif;
    background-color:#ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    text-align: center;
    margin: 0 4em 0 3em;
}

header nav ul{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    margin: 50px 0;
    padding: 0px;
}

header nav ul li a{
    display: inline-block;
    display: flex;
    color: #003291;
     font-size: 1.3em;
    font-weight: 600;
        padding: 0 2em 0 .3em;
}

.Pilar {
    font-family: serif;
    font-weight: 800;
    font-size: 8em;
    color: #003291;
}

article{
    background-color: #efefef;
    margin: 5em 0 5em 1em;
    padding: 0 4em 2em 4em;
}

a{
    text-decoration: none;    
}

header div a img{
    width: 20%;
}

img{
    width: 100%;
}

#uba{
    width: 20%
}

figure{
    margin: 0;
    padding: 0;
    max-width: 30em;
    
}


/* 1° parte de css para celulares, mobile first */



header{
    text-align: center;
    
}
header img{
    margin: 2em 0 0 0;
    }

.fotopilar img{
       flex-wrap: wrap;
    justify-content: center;
    border-radius: 60%;
    width: 60%;
    
}


}


h1{
    font-size: 2em;
}

article h2{
    font-size: 3em;
    font-family:serif;
    font-weight: 800; 
    color: #00379f;
    padding: 1em 0 0 0;
}

article p{
    font-size: 1em;
    color: #525252;
    margin: 1em 0 2em 0;
    padding: 0 1em 0 1em;
    font-weight: 600;
    
}

#redes{
    text-decoration: none;
    list-style: none; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
}

#redes img{
    width: 12%;
    display: flex;
     justify-content: center;
    margin: 0.7em 1em 0 1em;
}

.instagram img{
    width: 10%;
    display: flex;
     justify-content: center;
}

footer{
    background-color: #ffffff;
    padding: 2em .3em .3em .3em;
}

#uba{
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: row;
    width: 25%;
}

footer p{
    font-size: 0.7em;
    color: #000000;
    text-align: center;
    margin: 1em 1em 1em 1em ;
}


/* reglas para plan.html */

#plan h1{
    font-size: 3.3em;
    font-family: serif;
    font-weight:700;
    margin: 2em 0 0 0;
    color: #002190;
}

#plan h2{
    font-size: 3em;
    font-family:serif;
    font-weight: 800; 
    color: #00379f;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
}

#plan p{
    font-size: 1em;
    color: #525252;
    margin: 1em 0 2em 0;
    padding: 0 0 0 0;
    font-weight: 600;
}

.bocetos h2{
   font-size: 3em;
    font-family:serif;
    font-weight: 800; 
    color: #00379f;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
}

/* reglas para mapa.html */

.mapapilar h2{
    font-size: 5em;
    font-family:serif;
    font-weight: 800; 
    color: #00379f;
    padding: 1em 0 0 0;
}

.menu{
    width: 100%;
    top: 0px;
    text-align: center;
    height: 55px;
}

menu li{
    display: inline-block;
    padding: 30px 90px;
    margin-top: 0px;
    line-height: 0px;
}
.menu a{
    text-decoration: none;
    color: #00379f;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20pt;
}

aside{
    padding: 0  0   2em 0;
}
.footermapa{
    padding: 3em 3em 3em 3em;
}


/**@media puntos de quiebre **/

/* solo aplica a los dispositivos desde 400px de ancho*/

@media screen and (min-width: 400px) { body {background-color: #ffffff}}

/* solo aplica a los dispositivos desde 600px de ancho*/

@media screen and (min-width:600px) { body {background-color: #c7dfdf} article p{font-size: 2em} }


/* solo aplica a los dispositivos desde 900px de ancho*/

@media screen and (min-width: 900px) { body {background-color: #cbcbcb}}
   
