@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: #ddf8e6;
    width: 100%;
    
    max-width: 1370px;
    height: auto;
    
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-content: center;
}



p{
  color:gray;
  text-decoration: none;
  font-size: 40px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
    
}




.sis1{
    background: url(../img/SIS%20PESO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis1:hover{
   opacity: 0.5;
}


.sis2{
    background: url(../img/SIS%20OSEO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis2:hover{
   opacity: 0.5;
}



.sis3{
    background: url(../img/SIS%20ANTIPARASITARIO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis3:hover{
   opacity: 0.5;
}



.sis4{
    background: url(../img/SIS%20HIGADO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis4:hover{
   opacity: 0.5;
}




.sis5{
    background:url(../img/SIS%20CALCULO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
  
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis5:hover{
   opacity: 0.5;
}


.sis6{
    background: url(../img/SIS%20HOMBRE.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis6:hover{
   opacity: 0.5;
}



.sis7{
    background: url(../img/SIS%20MUJER.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis7:hover{
   opacity: 0.5;
}



.sis8{
    background: url(../img/SISSUPERALIMENTOS.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis8:hover{
   opacity: 0.5;
}




.sis9{
    background: url(../img/SIS%20URINARIO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis9:hover{
   opacity: 0.5;
}



.sis10{
    background: url(../img/SIS%20DIGESTIVO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis10:hover{
   opacity: 0.5;
}



.sis11{
    background: url(../img/SIS%20INMUNOLOGICO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis11:hover{
   opacity: 0.5;
}



.sis12{
    background: url(../img/SIS%20ENERGIA.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis12:hover{
   opacity: 0.5;
}




.sis13{
    background:url(../img/SIS%20NEUROL%C3%93GICO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis13:hover{
   opacity: 0.5;
}



.sis14{
    background: url(../img/SIS%20RESPIRATORIO.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
   
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis14:hover{
   opacity: 0.5;
}



.sis15{
    background: url(../img/SIS%20CORAZON.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis15:hover{
   opacity: 0.5;
}



.sis16{
    background: url(../img/SIS%20DESINTOX.png);
    width: 320px;
    height: 320px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
  
    opacity: 1;
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-content: center;
}
.sis16:hover{
   opacity: 0.5;
}

















/*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;
     }  



      
      
            
            
            
            
            
            
            
            
            
            