@charset "utf-8";
 * { 
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
     list-style: none;
}

/*menu nuevo*/
header{
    width: 100%;
}

#btn-menu{display: none;}

header label{
    display: none; 
    width: 3rem; 
    height: 3rem; 
    padding: 1rem; 
}

header label:hover{
    cursor: pointer; 
    background: rgba(0,0,0,0.3);
}

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}


.menu li:hover{
    background: rgba(0,0,0,0.3);   
}
#ACUMAR {
    width: 15%;
    position: absolute;
    top: 1em;
}

@media (max-width:768px){
    header{
        height: 5rem;
        position: relative;
    }
    header label{
        display: block;
        float: right;
        top:0;
    }

     header label img{
        position: absolute;
        top: 1.5em;
     }
    .menu{
        position: absolute;
    
        width: 40%;
        margin-left: -70%;
        
    }
    .menu ul{
        flex-direction: column;
    }
    .menu li{
        border-top: 1px solid white;
        
    }
    
    #btn-menu:checked ~ .menu{
        right: 0;
        top: 5rem;
    }
    #ACUMAR {
        width: 18%;
        position: absolute;
        top: 1em;
    }
    
   
}


.nos a:hover{ background-color: #295644;
    color: black
}
.ag a:hover{ background-color: #DB8F1B;
    color: black
}
.acc a:hover{ background-color: #542876;
    color: black
}
.con a:hover{ background-color: #B71D3B;
    color: black
}
.com a:hover {background-color: #293072;
color: black}

/* termina menu*/ 

/*COMIENZA MENU Y PORTADA*/
#barra {
    padding: 2em;
    background-color: black
}
@media screen and (max-width: 1366px){
    #ACUMAR {
        width: 20%;
        position: absolute;
        top: 1em;
    }
}

@media screen and (max-width: 600px){
   .menu{
       display: flex;
       flex-wrap: wrap;
       flex-direction: column;
       justify-content: space-between;
   }

     #fondo #portada .titulo-portada .HA
    {font-size:2em!important;}

     #fondo #portada .titulo-portada .LE
    {font-size:2em!important;}

    #ACUMAR {
        width: 40%;
        position: absolute;
        top: 1em;
    }
    
}



.menu img {
    max-width: 15em;
    padding: .35em;
    position: absolute;
    top: 1em;
}
.menu nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}    
.menu nav ul li {
    min-width: 6em;
    margin: 0 0 0 .80em;
    list-style: none;
    background-color: black;
}
.menu nav ul li a {
    font-size: x-large;
    font-family: 'arial', sans-serif;
    display: flex;
    color: white;
    font-weight: bold;
    padding:0.3em;
    text-align: center;
    text-decoration: none;
}


#fondo {
    display: flex;
    justify-content: center;
    background-image: url(../imagenes/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4em;
}


.LE {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
    font-size: 3em;
    width: auto;
    padding-bottom: 0.5em;
    font-weight: bold;
}
.titulo-portada {
    max-width: 50rem;
    margin: auto;
    padding: 1em;
    font-weight: 500;
}
.bajada-portada p {
    color: white;
    max-width: 40rem;
    margin: auto;
    padding: 1em;
    font-weight: 400;
    font-size: large;
    text-align: center;
}
.nos a{
    background-color: #295644;
}
/*TERMINA MENU Y PORTADA*/

/*COMIENZA HUERTA SOLIDARIA*/
.color {background-color: #295644}

.academicos ul li a {
    color: #B71D3B;
    font-weight: bold;
}
.verde {background-color: #295644}

.academicos h1 {color: white;
text-align: center;
padding-top: 2em;
padding-bottom: 1em}

.academicos {max-width: 50rem;
    margin: auto;
padding-left: 1em;
padding-right: 1em;}

.academicos > ul > li {
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 9em;
    margin-bottom: 1em;
    background-color: white;
    display: flex;
}
.academicos > ul > li > *:first-child {
    margin-right: 1em;
    width: 12em;
}



.academicos ul {flex-wrap: wrap;
align-items: flex-start}

.academicos img {
    width: 12em;
    height: auto;
    max-width: 100%;
    height: auto;
    justify-content: center;
    object-fit: cover
}


/*TERMINA HUERTA SOLIDARIA*/

/*COMIENZA SIN AGROTOXICOS*/
.blanco {max-width: 60em;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center}
.blanco ul li> * {
    display: block;
    text-align: center;
    margin: auto;
}
.sinagrotoxicos ul {justify-content: center}

.sinagrotoxicos h4{padding: 1em;}
.blanco ul li {max-width: 15em;}
.blanco h1{padding-bottom: 1em}
.blanco h4{padding-bottom: 2em}
.blanco img {
    height: auto;
    object-fit: cover;
    padding-bottom: 1em;
}
.blanco ul {display: flex;
align-items: baseline;
     flex-wrap: wrap;
}
.blanco ul li {padding: 1em}


/*TERMINA SIN AGROTOXICOS*/


/*COMIENZA FOOTER*/
footer p {color: white}
footer h3 {color: white}
footer { 
background-color: black;
    padding: 2em;
}
.doscajas { display: flex;
justify-content: space-between;
align-items: center;}

footer img { 
background-color: black;
max-width: 150px;
}
.logosfooter ul {display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
.info img {padding-top: 2em}
/*TERMINA FOOTER*/