body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}


a:link, a:visited, a:active {
            text-decoration:none;
        }


.logo{
  margin-left: 65px;
}

.imglogo{
  width: 360px; 
  height: 50px;
}

.menu{
  margin:13px 65px 0px 0px;
}

.menup{
  display:none
}

.divtitulo{
  padding:48px
}

.textpri{
  color:white ;
   font-weight: bolder;
  font-size: 48px;
  background-color: #061FEF;
  padding: 06px 06px 06px 06px;
}

.textmedium{
  color: #061FEF; 
  font-weight: bolder;
}

.textpeq{
  color: white; 
  font-weight: bolder; 
  background-color: #FF0B0B;
  padding: 06px 06px 06px 06px;
}

.redes{
  padding:24px 48px;
}

.about{
  padding:128px 16px;
}

.aboutpage{
  padding:88px 16px;
}

.empresa {
  width: 90%; 
  max-height: 80%;
  margin:0px 05px 0px 10px;
}

.contact{
  margin-top:48px;
}

.london{
  padding:30px 0px 0px 0px;
}

.londonimg{
  width:100%;
  margin-top:48px;
}

.london2{
  padding:0px 0px 0px 0px;
}

.londonimg2{
  width:100%;
  margin-top:0px;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/oficinas5.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/about.jpg");
  min-height: 80%;
  opacity: 0.5;
}

.bgimg-3 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/mantenimiento2.jpg");
  min-height: 80%;
  opacity: 0.5;
}

.w3-bar .w3-button {
  padding: 16px;
}

.container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px 50px 40px 50px;

}

.box{
    position: relative;
    width: 300px;
    height: 400px;
    background: #000;
    box-shadow: 0 30px 30px rgba(0,0,0,.5);
    margin-top: 70px;
    margin-bottom: 40px;
}
.box .imgBx{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.box .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
   }
   .box:hover .imgBx img{
    opacity: 0;
   }

   .box .content
   {
       position: absolute;
       bottom: 20px;
       left: 10%;
       width: 80%;
       height: 60px;
       background: #fff;
       transition: 0.5s;
       overflow: hidden;
       padding: 15px;
       box-sizing: border-box;

   }

   .box:hover .content
   {
       height: 100%;
       width: 100%;
       bottom: 0;
       left: 0;
   }

   .box .content h3{
    
    margin: 0;
    padding: 0;
    font-size: 20px;

   }
   .box .content p{

    margin: 10px 0 0;
    padding: 0;
    opacity: 0;
    line-height: 1.2em;
    transition: 0.5s;
    text-align: justify; 

   }

   .box:hover .content p{
    
    opacity: 1;
    transition-delay: 0.5s;
    

   }


   .titleProyectos{
    font-size: 56px;
    line-height: 50px;
    color:black;
    font-family: 'Coda Caption', sans-serif; 
    width: 692px;
    font-weight: 800;
    transform:scaleY(2);
    letter-spacing: -3px;
    margin-left: 120px;
    margin-top: 55px;
    margin-bottom: 62px;
   }



   .proyectos
{
    background-image: url('../imagenes/metalFondo.jpg');
    padding-top: 50px;

}


.text-footer{
  font-size: 15px;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container > div {
  
  margin: 10px 10px 10px 10px;
 
}

.textabout{
  font-size: 18px;
}

.flex-services {
  display: flex;
  flex-direction: column;
}

.flex-services > div {
  
  margin: 10px 10px 10px 10px;
 
}


.flex-empresas{
  display: flex;
 justify-content: space-around;
}



.linkburguer{
  margin:12px;

}

.iburguer{
  font-size: 28px;
}



.imgservices{

  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 35px
}





@media screen and (min-width: 600px) {

.email{
  font-size: 14px;
}

.empresa{
  margin-bottom: 13px;
}

.logo{
  margin-left: 20px;
}

.imglogo{
  width: 250px; 
  height: 50px;
}

.textpri{

  font-size: 38px;
}

.imgservices{

  width: 100%;
  
}




}



@media screen and (min-width: 500px) {

.email{
  font-size: 12px;
}
.empresa{
  margin-bottom: 13px;
}

.logo{
  margin-left: 20px;
}

.imglogo{
  width: 250px; 
  height: 50px;
}

.textpri{

  font-size: 38px;
}

.imgservices{

  width: 100%;
  
}



}





@media screen and (min-width: 800px) {

.menu{
  margin:13px 20px 0px 0px;
}

.imglogo{
  width: 360px; 
  height: 50px;
}

.logo{
  margin-left: 20px;
}

.imgservices{

  width: 80%;
  
}

}






@media screen and (min-width: 990px) {

.menu{
  margin:13px 20px 0px 0px;
}

.imglogo{
  width: 360px; 
  height: 50px;
}

.logo{
  margin-left: 20px;
}

}









@media screen and (max-width: 500px) {

.email{
  font-size: 12px;
}
.empresa{
  margin-bottom: 13px;
  width: 50%
}

.logo{
  margin-left: 20px;
}

.imglogo{
  width: 250px; 
  height: 50px;
}

.textpri{

  font-size: 30px;
}

.flex-container {
 
  flex-direction: column;
}

.flex-container > div {
  
  margin: 10px 10px 20px 10px;
 
}

.imgservices{

  width: 100%;
  
}

.container{
   
    padding: 0px 25px 40px 25px;

}

.flex-empresas{
  display: flex;
  flex-direction: column;
}

}






@media screen and (max-width: 381px) {

.email{
  font-size: 12px;
}
.empresa{
  margin-bottom: 13px;
}

.logo{
  margin-left: 20px;
}

.imglogo{
  width: 220px; 
  height: 40px;
}

.textpri{

  font-size: 30px;
}

.imgservices{

  width: 100%;
  
}


.linkburguer{
  margin:04px;

}
 
}