/* ----------------------------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 ---------------------------- */

header {
    width: 100%;
    background-color: #033A20;
}


/* ---------------------------- LOGO ---------------------------- */

.logoacumar img {
    width: 30%;
    margin: 1em;
    margin-bottom: 2em;
}


/* ---------------------------- MENU CON LOS LINKS ---------------------------- */

.menu {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.menu ul {
    margin-bottom: 1em;
}

.menu ul li {
    display: inline;
    width: 33%;
}

.menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1em;
    padding: 1em;
}

.menu ul li:last-child > a {
    background-color: #007745;
    padding: 1em;
}



/* ---------------------------- NAVEGACION ---------------------------- */

.menunavegacion {
    display: flex;
    width: 100%;
    background-color: #007745;
}

.menunavegacion ul {
    margin: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}

.menunavegacion ul li {
    display: inline;
    padding: 1em;
    width: 33%;
}

.menunavegacion a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1em;
    padding: 0.5em;
}

.menunavegacion li:first-child > a {
    font-weight: 900;
  }




/* ---------------------------- MIS CURSOS ---------------------------- */

.miscursos {
    width: 90%;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.miscursos h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 1em;
}

.cursouno {
    background-color: white;
    width: 90%;
    display: flex;
}

.cursouno img {
    width: 40%;
    padding: .5em;
}

.cursouno h3 {
    color: #033A20;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 1em;
    margin-bottom: .5em;
}

.cursouno p {
    font-size: 1em;
    color: #033A20;
    margin-bottom: 3em;
}
.botanica {
    padding-left: .5em;
}

.botanica a {
    background-color: #007745;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    padding: 1em;
    margin-bottom: 3em;
}

/* ---------------------------- CONTENIDO ---------------------------- */

.contenido {
    width: 90%;
    margin: auto;
    padding-top: 2em;
}

.contenido h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.contenido h3 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1em;
}

.contenido ol {
    line-height: 1em;
    
}

.contenido li {
    color: #033A20;
    width: 100%;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

ol {counter-reset: item;}
ol li {display: block;}
ol li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold;}

.contenido p {
    color: #033A20;
    width: 90%;
    font-weight: 200;
    font-size: 1em;
    margin-bottom: 3em;
    line-height: 1.5em;
}


/* ---------------------------- LABORALES ---------------------------- */

.laborales {
    width: 90%;
    padding: 2em 0;
    margin: auto;
}

.laborales h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.laborales h3 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1em;
}

.laborales ol {
    line-height: 1em;
    margin-bottom: 1em;
}

.laborales li {
    color: #033A20;
    width: 100%;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

ol {counter-reset: item;}
ol li {display: block;}
ol li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold;}

.laborales p {
    color: #033A20;
    width: 90%;
    font-weight: 200;
    font-size: 1em;
    margin-bottom: 3em;
    line-height: 1.5em;
}


/* ---------------------------- BANNER ---------------------------- */

.banner {
    background-color: #033A20;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: inline-block;
}

.banner h2 {
    color: white;
    font-weight: 900;
    font-size: .8em;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    padding-bottom: 1em;
}

.banner p {
    color: white;
    font-weight: 400;
    font-size: .7em;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    padding-bottom: 2em;
}



/* ---------------------------- PREGUNTAS FRECUENTES ---------------------------- */

.frecuentes {
    width: 90%;
    margin: auto;
}

.frecuentes h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.frecuentes h3 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: .5em;
    line-height: 1.5em;
}

.frecuentes h4 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 2em;
    line-height: 1.5em;
}

.frecuentes p {
    color: #033A20;
    width: 90%;
    font-weight: 200;
    font-size: 1em;
    margin-bottom: 3em;
    line-height: 1.5em;
}

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

footer {
    height: 7em;
    width: 100%;
    background-color: #033A20;
    background-image: url(../imagenes/lectura1.jpg);
    background-size: 100%;
}

.fotofooter {
    padding-top: 1.5em;
}