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

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;
    padding: 0.1em;
 
}


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

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


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

.menu {
    display: flex;
    width: 100%;
}

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

.menu ul li {
    display: inline;
    padding: 6vw;
}

.menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3vw;
}

.menu ul li .reciclar {
    width: 100%;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3vw;
    background-color: #007745;
    padding: .8em;
    padding-bottom: 2em;




}
/* ---------------------------- 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: 7vw;
}

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

.menunavegacion ul li .enseno {
    font-weight: 800;
}
/* ---------------------------- DEFINICION ---------------------------- */

.definicion {
    width: 90%;
    height: 15vw;
    padding: 2em 0 0 2em;
}

.definicion h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3vw;
    margin-bottom: .5em;
}

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

.definicion p {
    color: #033A20;
    width: 90%;
    font-weight: 200;
    font-size: 2vw;
    margin-bottom: .5em;
}



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

.micontenido {
    width: 100%;
    padding: 2em;
}

.micontenido h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 2.5em;
}

.cursos {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 1em;
    padding: 1em;
    background-color: #006b3e9a;
    width: fit-content;
    display: inline;
    margin-inline: 1em;

    
}
.cursos i {
    font-size: 1.2em;
    text-decoration: none;
}

.cursos a {text-decoration: none;
    color: #ffffff;

}

.activos {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    margin-left: 0;
    margin-top: 2em;
    background-color: rgba(228, 255, 196, 0.623);
    padding: 0.5em;
    
    
}


.contenidouno {
    margin-top: 2em;
    background-color: rgba(250, 235, 215, 0.568);
    width: 90%;
    display: flex;
    margin-bottom: 2em;
    margin-left: 2em;
}

.contenidouno i {
    font-size: 1.2em;
}

.contenidouno img {
    width: 30vw;
    padding: 1em;
}

.contenidouno h3 {
    color: #033A20;
    font-size: 3vw;
    font-weight: 500;
    margin-top: 2.5em;
    margin-bottom: 1vw;
}

.contenidouno a {
    width: 5em;
    background-color: #007745;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 1em;
}

.contenidouno p {
    font-size: 2vw;
    color: #033A20;
    margin-bottom: 11vw;
}

.contenidouno i, .contenidodos i {
    font-size: 1.2em;
}

.contenidodos {
    margin-top: 2em;
    background-color: rgba(250, 235, 215, 0.568);
    width: 90%;
    display: flex;
    margin-bottom: 2em;
    margin-left: 2em;
    }
.contenidodos img {
    width: 30vw;
    padding: 1em;
}

.contenidodos h3 {
    color: #033A20;
    font-size: 3vw;
    font-weight: 500;
    margin-top: 2.5vw;
    margin-bottom: 1vw;
}

.contenidodos a {
    width: 5em;
    background-color: #007745;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 1em;
}

.contenidodos p {
    font-size: 2vw;
    color: #033A20;
    margin-bottom: 4vw;
}

.suma {
    width: 20vw;
    margin: auto;
}
.suma li {
    padding: 2vw;
    width: 10vw;
    background-color: #007745;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2vw;
	margin-left: 5vw;
	margin-top: 3vw;
}


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

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

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

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