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


@media screen and (max-width: 400px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
     #fondo #portada .titulo-portada .HA
    {font-size:2em!important;}

     #fondo #portada .titulo-portada .LE
    {font-size:2em!important;}
    .bolsones {display: flex;
        flex-direction: column;}
    .novedades0 {display: flex;
    flex-direction: column}
    
}

@media screen and (max-width: 800px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
     #fondo #portada .titulo-portada .HA
    {font-size:2em!important;}

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

/*COMIENZA MENU*/
.com a {
    background-color: #293072;
}

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


/*TERMINA MENU*/

/*COMIENZA tu verdura organica*/


.contenedora{  
    background-color: #293072;
   
       
}
.azul{
    max-width: 50rem;
    margin: auto;
}
    

.azul h1{
    color:white;
    text-align: center;
        padding-top: 2em;
padding-bottom: 1em;
font-size: x-large}

.azul p {
    color:white;
    padding: 1em;
    text-align: center;
}

.novedades0 h2{
    color: white;
    
}
.novedades{
    margin: 1em;
padding: 20px;
    background-color: #b71d3b;
    text-align: center;
    
}
.novedades h3{
    text-decoration: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 0.5em;
    background-color: #293072;
    width: 5em;
    border-radius: 5px;
    
}
.novedades h4 {color: #b71d3b;
background-color: white;
margin-top: 1em;
padding: 1em;
}

.novedades1{
    margin: 1em;
  text-align: center;
    padding: 20px;
    background-color: #b71d3b;
}


.bolsones{
    display: flex;
    justify-content: space-between;
    padding: 2em;
    align-items: center;
    max-width: 60rem;
    margin: auto;
    padding-bottom: 1em;
     align-items: flex-start;
}

.novedades1 ul {display: flex;
justify-content: center;
}
.novedades1 ul li {background-color: #601B2C;
    color: white;
padding: 1em;
    margin: 0.5em;
    font-weight: 700;
    font-size: large;
    border-radius: 60%;
}
.novedades1 h4 {padding-bottom: 1em;
    color:white}

.Bolson1{
    border: solid;
    border-width: thin;
    
    padding: 1em;
    margin: 1em;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    
}

.Bolson1 h2 {font-size: large;
padding-bottom: 1em}
.Bolson1 img {padding-left: 1em;
padding-right: 1em;
padding-bottom: 1em}
.Bolson1 li{
    padding: 0.1em;
}
/*.bolson1 p No me sale cambiar "precio"
    font-size: 5em;
    font-style:oblique;  */

.novedades0{
    display: flex;
    justify-content: center;
    padding: 2em;
    
}

.compra h3{
    font-size: 0.9em;
    text-decoration: none;
    color: white;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #293072;
    border-radius: 5px;
    max-width: 60%;
    margin: 0.5em;
}
.compra{
    display: flex;
    justify-content: space-around;
    padding: 1em;
    align-items:flex-end;


}

























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