@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url(menu.css);



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'News Cycle', sans-serif;
    background: #ffffff;
    height:100%;
   
    
   
}

.padre main{
    background: #baeb14;
    width: 100%;
    height:auto;
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items:  center;
   
}

header{
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100px;
    box-shadow: 2px 28px 71px -44px rgba(77,76,77,0.68);
    
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
}

header .contenedor{
    /*background: #ffeb00;*/
    width: 90%;
    max-width: 1400px;
    margin: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-content: center;
    
}

header .contenedor #logotipo img{
    /*background: blue;*/
    margin-top: 4px;
    
    
}


header .contenedor #menu a{
    margin-left: 40px;
    text-decoration: none;
    color: gray;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}



header .contenedor #menu .productos{
   
       color: #ff8c06;
   
}


.contenido{
    background:#d40606;
    width: 100%;
    height:auto;
    padding: 0px 1px 0px 1px;
    
   
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items: center;
}




/*orden*/

.orden{
    background: orange;
    width: 100%;
    height: 30px;
  
    margin-top: 100px;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content:flex-start;
    align-items: center;
    
    position: fixed;
    top:0;
    left: 0;
    z-index: 80;
}

.ord{
    text-decoration: none;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-left:10px;
}

.ord:hover{
    color: aqua;
}


/*orden*/



/*categorias*/

.natural{
    background: white;
    width: 100%;
    height: auto;
    padding:100px 24px;
    margin-top: 120px;
    
   
    
    display: flex;
    flex-flow: column wrap;
    justify-content:flex-start;
    align-items: center;
    
  
}




.s1cuadros{
    background: #ebebeb;
    width: 100%;
    max-width: 1370px;
    height: auto;
    
    display: flex;
    flex-flow: row wrap;
    justify-content:space-around;
    align-items: center;
}

.c1{
    background: white;
    width: 265px;
    height: 500px;
    
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}

.c1:hover{
    border: 5px solid #00ff6c;
    opacity: 0.5;
    transition: all 2s;
}

.c1a{
    background:url(../img/capsulas.png);
    width: 260px;
    height: 350px;
    margin-bottom: 50px;
    
}

.c1a:hover{
    opacity: 0.5;
    transition: all 1s;
    
}

.c1b{
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
}



.c2{
    background: white;
    width: 265px;
    height: 500px;
    
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}

.c2:hover{
    border: 5px solid #00ff6c;
    opacity: 0.5;
    transition: all 2s;
}

.c2a{
    background:url(../img/bebidas.png);
    width: 260px;
    height: 350px;
    margin-bottom: 50px;
    
}

.c2a:hover{
    opacity: 0.5;
    transition: all 1s;
    
}

.c2b{
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
}

.c3{
    background: white;
    width: 265px;
    height: 500px;
    
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}

.c3:hover{
    border: 5px solid #00ff6c;
    opacity: 0.5;
    transition: all 2s;
}

.c3a{
    background:url(../img/polvo.png);
    width: 260px;
    height: 350px;
    margin-bottom: 50px;
    
}

.c3a:hover{
    opacity: 0.5;
    transition: all 1s;
    
}

.c3b{
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
}

.c4{
    background: white;
    width: 265px;
    height: 500px;
    
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}

.c4:hover{
    border: 5px solid #00ff6c;
    opacity: 0.5;
    transition: all 2s;
}

.c4a{
    background:url(../img/batido.png);
    width: 260px;
    height: 350px;
    margin-bottom: 50px;
    
}

.c4a:hover{
    opacity: 0.5;
    transition: all 1s;
    
}

.c4b{
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
}

.c5{
    background: white;
    width: 265px;
    height: 500px;
    
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}

.c5:hover{
    border: 5px solid #00ff6c;
    opacity: 0.5;
    transition: all 2s;
}


.c5a{
    background:url(../img/bienestar.png);
    width: 260px;
    height: 350px;
    margin-bottom: 50px;
    
}



.c5a:hover{
    opacity: 0.5;
    transition: all 1s;
    
}

.c5b{
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
}





.c1, .c2, .c3, .c4, .c5{
    margin: 2px;
}


.tipo{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 25px;
    color: gray;
    text-align: center;
}

.mas{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    color: #e88600;
    text-decoration: none;
}

.mas:hover{
    color:gray;
}



/*categorias*/














/*formulario*/

footer{
    background: #9f9f9f;
    margin-top: 1px;
    
    
}

footer a{
    display:block;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
    color: #ffffff;
    
}










/* a partir de aqui sirve para la adaptacion de la web a pc */
    @media (max-width:1178px) {
    header .contenedor{
    width: 98%;
      
    }
        
        
            
            
            
            
   
       
    @media (max-width:1024px) {
    header .contenedor #menu .home{
    display:block;
    /*background: orange;*/
    color:#ffffff;
    width:100%;
    margin-left:0px;
    height: 50px;
    text-decoration: none;
    padding:  15px 10px ;
    text-align: left;
        
  
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      
    }
           
           
  
        
        
        
        
        
    
@media (max-width:800px) { 
    .marcform {
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-items: center;
    }
    
@media (max-width:600px) { 
    .bodegon {
  
    width:inherit;
    height:inherit;
   
}
  
    
@media (max-width:550px) { 
    .consultas {
    width: 100%; 
   } 
    
@media (max-width:520px) { 
    form {
     width: 100%;
    }    
    
@media (max-width:450px) { 
    .Lista {
     padding: 10px;
    }  
    
@media (max-width:450px) { 
    .nn {
     width: 100%;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:center;
    align-content: center;
    }    
    
@media (max-width:450px) { 
    .floro {
     width: 100%;
    
       }    
    
@media (max-width:450px) { 
   .gramos, .tipo, .unid {
     width: 150px;
     }  



      
      
            
            
            
            
            
            
            
            
            
            