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


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

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


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

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

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

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

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

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

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

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

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

.menunavegacion a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2vw;
    background-color: #033A20;
    padding: 2vw;
}

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


/* ---------------------------- VIDEO ---------------------------- */

.video {
    width: 100%;
    margin-bottom: 3vw;
    padding: 2em 0 15em 2em;
    height: 26vw;
}

.video h2 {
    color: #033A20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5vw;
    margin-bottom: 1.5vw;
}

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

.video iframe {
    width: 90%;
}


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

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

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

.contenidouno {
    border: 15px;
    border: .2vw solid #033A20;
    width: 90%;
    display: flex;
}

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

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

.contenidouno a {
    width: 5vw;
    background-color: #007745;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2vw;
    padding: 1vw;
}

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


.contenidodos {
    border: 15px;
    border: .2vw solid #033A20;
    width: 90%;
    display: flex;
    margin: auto;
}

.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: 5vw;
    background-color: #007745;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2vw;
    padding: 1vw;
}

.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;
}


