@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: #ffffff;
    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 .laboratorio{
   
       color: #ff8c06;
   
}


.contenido{
    background:skyblue;
    width: 100%;
    height:auto;
    padding: 0px 1px 0px 1px;
    
   
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items: center;
}







/*labs*/

.cuadro{
    background: blue;
    width: 60%;
    height: auto;
    padding: 50px;
    margin-top: 100px;
    
    
    
}



p{
    color: aliceblue;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: justify;
}






/*labs*/










/*formulario*/

.formulario{
    background: #ffffff;
    width: 100%;
    height: auto;
    padding:50px 24px;
    
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
}

.marcform{
    background:white;
    width: 100%;
    max-width: 1370px;
    height: auto;
    padding: 2px;
    
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
}


.consultas{
    background: #ebebeb;
    width: 500px;
    padding: 20px;
    
   
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items: center;
}

.bodegon{
    background: url(../img/fondoconsultas2.png);
    width: 60%;
    height:700px;
    
}






form {
    width: 450px;
    height: 500px;
    margin: 50px 01px;
    background: rgba(178, 178, 178, 0.4);
    
    
    display: flex;
    flex-flow: column wrap;
    justify-content:center;
    align-items: center;
    
    
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 7px;
}



input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    background: #f8b00c;
    color: #fff;
    padding: 20px;
}

#boton:hover {
    cursor: pointer;
     background: #ff7007;
}

.telefono, .direccion{
    color: #ffa700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    
}








.reclam{
    opacity: 1.0;
}

.reclam:hover{
    transition: all 1s;
    opacity: 0.5;
}





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) { 
   .cuadro {
     width: 100%;
     }  



      
      
            
            
            
            
            
            
            
            
            
            