/* ----------------------------RESET---------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}


/* ---------------------------- ACÁ EMPIEZA MI PÁGINA ---------------------------- */

/* ---------------------------- HEADER ---------------------------- */

.menu {
    height: 10em;
    width: 100%;
    background-color: #033A20;
    list-style: none;
    display: flex;
}

.menu ul {
    align-items: center;
    display: flex;
    margin: auto;
}

.menu ul li {
    padding: 15px;
    margin: auto;
    display: flex;
}

.inicio {
    display: inline-block;
    background-color: #007745;
    color: white;
    align-items: center;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.inicio:hover {
    box-shadow: inset 100px 0 0 0 #3866AB;
  }

.mapa {
    display: inline-block;
    background-color: #007745;
    color: white;
    align-items: center;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.mapa:hover {
    box-shadow: inset 100px 0 0 0 #3866AB;
}

.plan {
    display: inline-block;
    background-color: #007745;
    color: white;
    align-items: center;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.plan:hover {
    box-shadow: inset 100px 0 0 0 #3866AB;
}

.webapp {
    display: inline-block;
    background-color: #007745;
    color: white;
    align-items: center;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.webapp:hover {
    box-shadow: inset 200px 0 0 0 #3866AB;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    padding: 20px;
}


/* ---------------------------- PRIMER PARTE ---------------------------- */

.mifoto {
    display: flex;
    margin-bottom: 2em;
}

.mifoto img{
max-width: 78%;
margin: auto;
}

.nombre {
display: flex;
height: 15vw;
width: 100%;
}

.mateo {
    margin: auto;
    font-weight: 900;
    font-size: 5.2vw;
    color: #033A20;
    text-transform: uppercase;
}

.infopersonal {
    display: flex;
    background-color: #007745;
    width: 75%;
    margin: auto;
    margin-bottom: 25px;
    padding: 25px;
}

.infopersonal p {
    color: white;
    margin: auto;
}


/* ---------------------------- SEGUNDA PARTE ---------------------------- */

.materias {
    background-color: #007745;
    width: 75%;
    margin: auto;
    padding: 25px;
}

.materias h2 {
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    font-size: 2em;
    padding: 5px;
}

.aprobadascbc h3{
font-weight: 700;
color: white;
font-size: 1.5em;
padding: 25px 5px 1px 5px;
}

.aprobadascbc ul{
    padding: 10px 25px;
}

.aprobadascbc ul li{
    list-style: circle;
    color: white;
    padding: 0.8em;
}

.aprobadascarrera h3{
    font-weight: 700;
    color: white;
    font-size: 1.5em;
    padding: 25px 5px 1px 5px;
}

.aprobadascarrera ul {
    padding: 10px 25px;
}

.aprobadascarrera ul li{
    list-style: circle;
    color: white;
    padding: 0.8em;
}

.enproceso ul {
    padding: 25px;
}

.enproceso ul li{
    list-style: circle;
    color: white;
    padding: 0.8em;
}


/* ---------------------------- TERCERA PARTE ---------------------------- */

.mockup {
    background-color: #007745;
    width: 75%;
    margin: auto;
    padding: 25px;
    margin-top: 2em;
}

.mockup a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

/* ---------------------------- FOOTER ---------------------------- */


footer {
    display: flex;
    height: 10em;
    width: 100%;
    background-color: #033A20;
    margin-top: 25px;
}

.pie {
    display: flex;
    width: 75%;
    margin: auto;
    margin-bottom: 25px;
    padding: 25px;
}

.pie p {
    color: white;
    margin: auto;
    font-style: italic;
    font-weight: lighter;
}