@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
@charset utf-8;

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size:62.5%;
}

body{
    background-color: #e6e9db;
}

/* Colores:
Azul Oscuro: #284254
Azul: #3876a3
Celeste: #9fd9f3
Blanco: #e6e9db
Verde: #8fc590
Magenta #d0006e

*/


/* -----------------------------ACA EMPIEZA EL HEADER------------------------------ */
header {
    height: 10rem;
    background-color: #284254;
    color: #e6e9db;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .titulo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    margin-left: 1rem;
}
header .titulo figure {
    height: 8rem;
    width: 8rem;
    margin-right: rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .titulo figure img {
    height: 9rem;
    width: 9rem;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    color:#8fc590;
}

h2 {
    font-size: 1.4rem;
     font-weight: 400;
}

header label {
    font-size: 2.5rem;
    cursor: pointer;
    display: none;
}

#btn-menu {
    display: none;
}

.menu ul {
    background-color: #284254;
    list-style: none;
    display: flex;
}

.menu ul ul {
    display: none;
}

.menu a {
    color: #e6e9db;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 1rem 1.8rem;
    display: block;
}

.menu a span {
    margin-left: 1rem;
}

.menu a:hover {
    background-color: #3876a3;
}

.menu ul li:hover ul {
    display: block;
    position: absolute;
}


@media (max-width:768px) {
    header label {
        display: block;
    }
    .menu {
        position: absolute;
        top: 10rem;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.3s;
    }
    .menu ul {
        flex-direction: column;
    }
    
    .menu ul li:hover ul {
        display: none;
        position: static;
    }
    
    .menu a {
        display: flex;
        padding-left: 2rem;
        padding-right: 2rem;
        justify-content: space-between;
    }
    
    .menu a span {
        display: flex;
        
    }
    
    #btn-menu:checked ~ .menu {
        transform: translateX(0%)
    }
    

    
}
    
/* ----------------------------ACA TERMINA EL HEADER--------------------------- */

    h3 {
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
}


.boton1 {    
    border: solid 0.2em black;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton1 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: black;
    font-size: 1.3rem;
    text-align: center;
        }
    


.boton2{    
    border: solid 0.2em #284254;
    height: 0rem;
    padding: 2rem;
    max-width:100%;
    margin-top: 1rem;
    
}



.infoentrevista {
    padding: 1rem;
    margin-top: 2rem;
    
}

.infoentrevista2 {
    margin-top: 4rem;
    
}

.infoentrevista3 {
    margin-top: 4.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    width: 90%;
}



h6 {
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
    margin-top: -3rem;
    font-weight: 400;
    }


.linea1 {
    max-width: 100%;
    height: 0.2rem;
    background-color: #d0006e;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

h7 { 
    width: 100%;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;

}

.boton3 {    
    background-color: #d0006e;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton3 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: #e6e9db;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
        }

.boton4 {    
    background-color: #d0006e;
    height: 0rem;
    padding: 1.5rem;
    max-width:11rem;
    margin-top: 2rem;
}

.boton4 p {
    margin-top: -0.9rem;
    max-width: 100%;
    color: #e6e9db;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
        }


.curso {
    padding: 1rem;
    margin-top: 1rem;
    
}

.descripcion{
    margin-top: 1rem;
    font-size: 1.3rem;
}

.descripcion2{
    display: none;
    margin-top: 1rem;
    font-size: 1.3rem;
}


.notas2{
    display:flex;
    flex-flow:  column;
    margin: auto;
    width: 90%;
    max-height: 97%;
}

.nota1 {
    background-color: #8fc590;
    width: 50;
    margin-right: 
}

.nota2 {
    border: solid 0.2rem #8fc590;
    background-color: none;
    width: 50;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

 .img1 {
        padding: 1rem;
        
    }
    
    .img2 {
        margin-top: -1rem;
        
    }


.notas3{
        display: flex;
        flex-flow: column;
        width: 90%;
        margin: auto;
    }


.nota3 { 
        border: solid 0.2rem #8fc590;
        background-color: none;}

.nota4{ 
        margin-top: 1rem;
    background-color: #8fc590;}

.nota5 { 
    margin-top: 1rem;
    margin-bottom: 1rem;
        border: solid 0.2rem #8fc590;
        background-color: none;}


.nota6 {
    display: none;
}


@media (min-width:768px) {

    
    .descripcion2{
        display: flex;
    margin-top: 1rem;
    font-size: 1.3rem;
}

    .nota1 {
    background-color: #8fc590;
    width: 50rem;
    margin-right: 0.5rem;
}
    
    
    .nota2 {
    border: solid 0.2rem #8fc590;
    background-color: none;
    width: 50rem;
    margin-left: 0.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
 
        
    .parrafo{
        display: flex;
        flex-flow: nowrap;
        margin: auto;
        max-width: 100%;
        
    }
    
    
    
    .notas2{
    display:flex;
    flex-flow: nowrap;
    margin: auto;
    width: 80%;
    max-height: 97%;
    
    }
    
    .notas3{
        max-width: 80%;
        display: flex;
        flex-flow: nowrap;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .nota3{     
        border: solid 0.2rem #8fc590;
        background-color: none;
        width: 50rem;
        height: 1%;
        
    }
    
    
    .nota4{     
        border: solid 0.2rem #8fc590;
        background-color: none;
        width: 50rem;
        margin-left: 1rem;
        margin-top: 0rem;
        height: 1%;
    }
    
    
    .nota5{     
        border: solid 0.2rem #8fc590;
        background-color: none;
        width: 50rem;
        margin-left: 1rem;
        margin-top: 0rem;
        margin-right: 1.5rem;
        margin-bottom: 0rem;
    }
    
 
.nota6 {
    display: flex;
    width: 52.3%;
    margin-left: 12.8rem;
    margin-top: -19.4rem;
    background-color: #8fc590;
    
}   
    
    .p1{
        width: 28rem;
    }
    
    .p2{
        margin-top: 2.7rem;
        width: 28rem;
    }
    
    .p3{
        margin-top: 2.7rem;
        display: block;
        width: 28rem;
    }
    
    .cajap4 {
        border: solid 0.2em black;
        height: 14rem;
        padding: 3rem;
    }
    
    .p4{
        text-align: center;
        margin-top:0rem;
        width: 18rem;
        display: block;
        font-weight: 700;
    }
 
    
    .boton2{
        margin: auto;
        border: none;
        margin-left: -15rem;
        margin-top: 15rem;
        width: 20rem;
    }
    
    
    .noticias {
        display: flex;
        flex-flow: nowrap;
        margin: auto;
        max-width: 100%;
        margin-bottom: 4rem;
    }
    
    .noticias1 {
        display: flex;
        flex-flow: column;
        width: 100%;
        padding-right: 1rem;
        padding-left: 5.8rem;
    }
    
    .noticias4 {
        display: flex;
        flex-flow: nowrap;
        max-width: 100%;
        }
    
        

}


/* ---------------------ACA EMPIEZA EL CUERPO DE LA PAGINA--------------------- */
    main{
        width: 90%;
        display: flex flow column;
        margin: auto;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    
    main p {
        font-size: 1.6rem;
    }
    
    
    

/* ---------------------ACA TERMINA EL CUERPO DE LA PAGINA--------------------- */
    
    
    
    
    
/* -----------------------------ACA EMPIEZA EL FOOTER-------------------------- */
    footer{
        background-color: #8fc590;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
footer .primera {
    display: flex;
    flex-flow: column;
    align-items: center;
}

footer .newsletter {
    padding: 2rem;
    display: flex;
    flex-flow: column;
    width: 30rem;
}

footer .newsletter .newstexto {
    font-size: 2.5rem;
    font-weight: bold;
    color: #d0006e;
    text-align: center;
    margin-bottom: 1rem;
    
}
footer .newsletter .ingresamail{
    display: flex;
    justify-content: center;
    font-size: 3rem;
}

.campodetextomail {
    width: 15rem;
    margin-right: 0.5rem;
    
}

.susbribirse {
    padding: 1rem;
    background-color: #d0006e;
    color: #e6e9db;
    margin-left: 0.5rem;
    cursor: pointer;
    
    
}

.suscribirse:hover {
    background: #b50964;
}
 

    
    footer .redes {
        width:100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin-bottom: 2rem;
        margin-top: 3rem;
        max-width: 30rem;
    }
    
   .iconosredes {
       background-color: #d0006e;
       width: 4rem;
       height: 4rem;
        
    }
    
    .iconosredes:hover {
        background: #b50964;
    }
    
    
    .iconosredes a img {
        width: 4rem;
        height: 4rem;
    }
    
    .legales {
        font-size: 1.8rem;
        text-align: center;
        width: 90%;
        margin: 2rem 2rem;
        max-width: 80rem;
    }
    
@media (min-width:768px) {

    footer .primera {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }
    footer .newsletter {
        margin-right: 2rem;
    }
    footer .redes {
        max-width: 30rem;
        margin-left: 2rem;
    }
  
}
    



/* -----------------------------ACA TERMINA EL FOOTER-------------------------- */