@charset "utf-8";

/* reglas generales */

* { box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(141,206,206);
    font-family: 'Montserrat', sans-serif;
    font-style: bold;
    font-size: 20px;
    color: rgb(141,206,206);
}
h1,h2,h3,h4,h5,h6,p {
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color:#18596c;
}

/*header*/

header{
    background-color:rgb(221,243,244); 
    color:#18596c;
    }
header .logo {
    display: inline-block;
    max-width: 12em;
    vertical-align: middle;
}


nav {
    max-width: 100%;
    display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
    text-align: center;
    background-color: rgb(141,206,206);
}

nav ul {  
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;

}
nav ul li a {
    font-family: 'Montserrat', sans-serif; 
    display: block;
    justify-content: space-between;
    text-decoration: none;
    color: #18596c;
    text-align: center;
    padding: 1em;
}

nav ul li a:hover {
    background-color: ghostwhite;
}

header div{ 
    background-color: rgb(221,243,244);
    position: sticky;
    z-index: 1;
    top: 0;
}

/*main*/
main {margin-left: 3em;
    margin-right: 3em;
}
main .foto {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em
}

h3{
    display: flex;
    justify-content: center;
    padding: auto; 
    margin-top: 1em;
    margin-bottom: 1em;
    color: #18596c;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;  
    border-bottom: solid 3px rgb(141,206,206);
    border-top: solid 3px rgb(141,206,206);
    text-align: center;
}

#foto img{
    display: block;
    margin: auto;
    padding-bottom:1em;
    padding-top: 1em;
    background-color:rgb(141,206,206); 
    border-radius: 100%;
    padding:3px;
    margin-bottom: 1em;
    width: 50%;
}

.redes{ 
    display: flex;
    margin: auto;
	flex-wrap: nowrap;
  
    width:70%;
    height:auto;
}


h4 {
    margin: 1em;
    margin-left: 4em;
    margin-right: 4em;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    
    border-radius: 10em;
    padding: 1em;
    text-align: center;
    color: #18596c;
    font-size: 15px;
    background-color: ghostwhite;
}

div3 materias{
    display: flex;
   
}

p1{ margin-left: 4em;
    margin-right: 4em;
    display: flex; 
    justify-content: center;
    color: #18596c;
    font-size: .85em;}

p2{ margin-left: 4em;
    margin-right: 4em;
    display: block; 
    color: #18596c;
    font-size: .85em;
    text-transform: uppercase;
}

#bocetos img{
    display: flex;
    margin: auto;
	flex-wrap: nowrap;
    
    border-radius: 40px;
    margin-bottom: 1em;
    margin-top: 1em;
    width:50%;
    height:auto;
}


/*footer*/

footer {
    background-color: rgb(141,206,206);
    margin-top: 2em;
    border-top: solid 5px white;
}

footer h5 {
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
    color: navy;
    font-size: .85em;
    text-align: center;
    margin-bottom: .75em; 
    margin-top: .75em;
    margin-left: 3em;
    margin-right: 3em;
}

footer p {
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
    color: navy;
    font-size: .85em;
    text-align: center;
    margin-bottom: .75em; 
    margin-top: .75em;
    margin-left: 3em;
    margin-right: 3em;
}

.logouba { 
    height: 30%; 
    width: 30%;
    max-height: 4em;
    display: block; 
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
    margin: auto;
}

p3{background-color:ghostwhite}
p3{ display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
    color: navy;
    font-size: .85em;
    text-transform: uppercase;
    text-align: justify;
}

/*plan*/

#acumar img {
    display: block;
    margin: auto;
    padding-bottom:1em;
    padding-top: 1em;
    border-radius: 20px;
    padding:3px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 60%;
}

/*mapa*/

#mapa img {
    display: block;
    margin: auto;
    padding-bottom:1em;
    padding-top: 1em;
    border-radius: 20px;
    padding:3px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 60%;
}

/*analisis*/
#analisis img {
    display: block;
    margin: auto;
    padding-bottom:1em;
    padding-top: 1em;
    border-radius: 20px;
    padding:3px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 60%;
}









