@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url(menu.css);
@import url(seccionAquitecnoticocontacto.css);
@import url(banner.css);
@import url(seccionempresas.css);
@import url(articulos.css);
@import url(seccionnosotros.css);
@import url(imagennosotros.css);
@import url(domicilio.css);
@import url(formulario.css);
@import url(ubicacion.css);
@import url(footer.css);

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
   font-family: 'Lato', sans-serif;
}
    h40 img{
    display: none;

}
   




#headerprincipal{
    width: 100%;
    background: white;
    height: 70px;
    color: #fff;
    z-index: 200;
    position:fixed;
    top: 0px;
    left: 0px;
    }

.contenedor {
    width:  98%;
    margin: auto;  
    }
h1{
    float: left;
  }

header .contenedor{
    display: table;

   }
section{
    max-width:100%;
   }

h1 img{
    padding: 10px;
    width: 200px;
   
  }


    #laboratorio h2{
    font-size: 30px;
    color: #467939;
    }
    #laboratorio h3{
    font-size: 18px;
    font-weight: inherit;
    color: white;
    }
    #laboratorio1 p{
    position: relative;
    top: 150px;
    font-size: 20px;
    color: black;
    z-index: -100;
    }
#laboratorio1{
    display: none;
}

#laboratorio2{
    display: block;
     margin-top: px;
}
    
    #laboratorio1 c{
    font-weight: bold;
    }

    #laboratorio2 p{
    position: relative;
    font-size: 20px;

    z-index: -100;
    }
    
    #laboratorio2 c{
    font-weight: bold;
    }



   footer{
    position: relative;
    top: 300px;  
    background: black;
    color: #fff;   
    height: 250px;
    } 
#laboratorio {
    position: relative;
    top: 40px;
    
    }
#laboratorio2{
    position: relative;
    top: 60px;
    color: black;
    
    }

@media (min-width: 1024px){
    
    body{
    background-image: url(bkg_servicios.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: center;
    font-family: 'Lato', sans-serif;
}
    h1 img{
    width: 200px;
    margin-top: -30px;

  }
    .contenedor{
    width: 85%;
    } 
    
    #laboratorio1{
    display: block;
    } 

    #laboratorio2{
    display: none;
}

    #headerprincipal{
    background: none;
    width: 100%;
    height: 240px;
    color: #fff;
    position:absolute;
    }    
    
    header{ 
    width: 100%;
    height: 160px;
    color: #fff;
    position:relative;
    top: 0px;
    left: 0;   
    }
   
    h1{
    margin-top: 40px;  
    width: 200px;
    height: 100px;
    }


    #laboratorio1 .contenedor{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-0%);
    
    }
    
    #laboratorio{
    color: #467939;
    position: relative;
    text-align: left;
    width: 100%;
    top: 50px;
      
    }


    #laboratorio h2{
    font-size: 30px;
    color: #467939;
    }
    #laboratorio h3{
    font-size: 18px;
    font-weight: inherit;
    color: white;
    }
    #laboratorio1 p{
    position: static;
    font-size: 20px;
    color: black;
        
    }
    
  
    footer{
    position: relative; 
    background: black;
    color: #fff;   
    height: 200px;
    }
} 

@media (min-width:1903px){



    #laboratorio1 .contenedor{
    position: absolute;
    top: 25%;
    left: 50%;

    
    }
    
    #laboratorio{
    color: #467939;
    position: relative;
    text-align: left;
    width: 100%;
    top: 50px;
      
    }


    #laboratorio h2{
    font-size: 30px;
    color: #467939;
    }

        
    }
    









} 