
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto+Condensed:300,300i,400,400i,700,700i');


body {
font-family: 'Dosis', sans-serif;
}

.nav-margen {margin-right: 100px;}

 .margin-contenido {
  padding: 150px 0px 200px 0px;}

   .margin-contenido2 {
  padding: 150px 0px 50px 80px;}

h1 {
  color: #52CAF3;
 
}



.centrado-logo {
  position:absolute; 
  margin: 0 auto; 
  left: 0; 
  right: 0; 
  width:200px; 
  top:20%;
}



.centrado-eficiente {
  position:absolute; 
  margin: 0 auto; 
  left: 0; 
  right: 0; 
  width:200px; 
  top:40%;}

.jorge {
   line-height:0.8;
}


h2 {
  font-size: 22px;
}

p{
  font-size: 18px;
  text-align: justify;
}

.texto-lead {
  color: #52CAF3; 
  font-weight:500;
}

 .ico-color {color: #52CAF3;}
nav {
  font-size: 17px;
}

.fondo-plano {background-image: url(../images/bk-quienes.png);}

.margen-texto {margin:0 80px;}



/*maqueta*/

.m-maqueta{ 
  margin-bottom: 18px;
}

 .p-galerias {padding:0 30px;}


/*OVER / PROYECTOS*/



.cursor {
  cursor: pointer;
}



 hr {
    display: block;
    height: 1px;
    border-top: 1px solid #121212;
    margin: 2px 0;
}

.bold {font-weight: 600}

.contenido-industrias {
 position: relative;
  width: 100%; /*50%*/
  margin: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.contenido-proyectos {
 position: relative;
 object-fit: cover;
  width: 90%; /*50%*/
  height: 600px;
  margin: 0px;
  overflow: hidden;
  cursor: pointer;
}


.image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,123,164,0.4);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.overlay .over-texto {
font-size: 15px;
letter-spacing: -0.9;
}

.overlay .over-titulo {
font-weight: 600;

}


.contenido-industrias:hover .overlay {
  height: 100%;
  padding: 0px;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  text-align: center;
}

.text span {
  font-size: 17px;
  font-weight: 300;
}

.text hr {
    height: 1px;
    border-top: 1px solid #ffffff;
}





/**/




     
   
    
  
        .btn-inicio {
    color: #fff;
    font-size: 15px;
    padding: 10px 22px;
    border-color: #ffffff;
    background-color: rgba(86,201,240,0.5);
}

    .btn-inicio:hover {
    color: #fff;
    background-color: rgba(86,201,240,0.8);
    border-color: rgba(255,255,255,0.8);
}

.welcome-text{
/*display:table-cell;
position:relative;*/
vertical-align:middle;
z-index:3;
text-align:center;
color:#fff;
font-size:15px;
z-index:99;
}


.white-bg {
  background-color: #ffffff;
}


.top .content {
  color: #fff;
}

.scroll
{
     overflow-x:scroll;
     overflow-y:hidden;
}

  





.footer-fixed {
  background-color: #343A40; 
  color:#ffffff; 
  padding: 20px; 
 /* position: fixed;*/
  bottom: 0; 
  width: 100%;}


.logo-footer {
  width:30px; 
  margin: 5px;
}


@media screen and (max-width: 1300px) {


.margin-contenido {
  padding: 200px 0px 100px 0px;
}

.margen-texto {margin:0 30px;
}

}



@media screen and (max-width: 1000px) {

  .footer-fixed {
  color:#ffffff; 
  padding: 20px; 
  position: relative;
  bottom: 0; 
  width: 100%;}
}



@media screen and (max-width: 400px) {

a.a-llamada {
  color:#52CAF3

}
}