
@import url('https://fonts.googleapis.com/css?family=Exo+2|Roboto+Condensed:400,700');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(clientes.css);
@import url(proyectos.css);
@import url(servicios.css);
/*@import url(servicios_nuevos.css);*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto+Condensed", sans-serif;
  /*margin: 0;
  display: flex;*/
  justify-content: flex-end;
  padding: 0;
}


header {
  width: 100%;
  height: 50px;
 /*background: #050505;*/
 background:   #022b3f;
  color: #fff;


  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.contenedor {
  width: 98%;
  margin: auto;
}

h1 {
  float:left;
}

header .contenedor {
  display: table;

}

section {
  width: 100%;
  margin-bottom: 25px;
}

#Bienvenidos {
  text-align: center;
  color: #1F456E;
}

#Bienvenidos .contenedor {
  width: 55%;
}

#Bienvenidos p {
  text-align: justify;
}

footer .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
}

.copy{
  font-size: 15px;
  text-align: center;
/*  background: #050505;*/
  background: #022b3f;
  color: #fff;
}

.sociales {
  width: 100%;
  text-align: right;
  font-size: 25px;
}

.sociales a{
  color: #022b3f;
  text-decoration: none;
}
.sociales p{
  color: #022b3f;
  text-decoration: none;
}

@media (min-width:768px){
  .sociales{
    width: auto;
  }

  footer .contenedor{
    justify-content: space-between;
  }
}

@media (min-width:1024px){
  .contenedor{
    width: 1000px;
  }
}

#Bienvenidos .valores li {
  margin: 10px 0;
  padding: 5px;
  border-top: 1px solid #050505;
  list-style: none;
}


#Bienvenidos .valores li:last-child {
  border-bottom: 1px solid #050505;
}

#team_mactec .contenedor {
  width: 55%;
}

#team_mactec p {
  text-align: justify;
}

#team_mactec .contenedor img {
  float: left;
}

#contactos {
  text-align: center;
  color: #1F456E;
}
#contactos .contenedor {
  width: 50%;
  border: black 3px solid;
  overflow: auto;
}

#contactos p {
  text-align: center;
}

#contactos img{
  justify-content: center;
  content: center;
}

#contactos .contenedor img {
  float: inherit;
}

#contacto  li {
  margin: 10px 0;
  padding: 5px;
  border-top: 1px solid #050505;
  list-style: none;
}

#Avisos_Terminos {
  text-align: center;
  color: #1F456E;
}
#Avisos_Terminos .contenedor {
  width: 50%;
  border: black 3px solid;
  overflow: auto;
}

#Avisos_Terminos p {
  text-align: center;
}

#Avisos_Terminos img{
  justify-content: center;
  content: center;
}

#Avisos_Terminos .contenedor img {
  float: inherit;
}

#Avisos_Terminos  li {
  margin: 10px 0;
  padding: 5px;
  border-top: 1px solid #050505;
  list-style: none;
}


#certificaciones_ .contenedor{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#certificaciones_ .contenedor img {
/*  width: 70%;
  max-width: 50px;*/
  width: 35%;
  max-width: 10%;
/*  max-width: 160px;*/
  display: flex;
}

#pro2 .contenedor {
  width:55%;
}

#video {
  /*margin-top: 30px;*/
  /*  margin: 0px;*/
/*  position: relative;
  display: flex;
  justify-content: flex-end;*/

}

#video video {

  width: 100%;
  margin-top: 4%;
  position: relative;
  z-index: -1;
}

#video main {
  width: 40%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  margin: 5%;
  position: absolute;
    top: 300px;
    left: 40px;
}

#fade .overlay {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
 opacity:.75;
     -moz-opacity: 0.75;
     filter: alpha(opacity=75);
 }


#proyectos_servicios .contenedor {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*#proyectos_servicios img{
  max-width: 100%;
  float: left;

}*/

#proyectos_servicios .servicio_ {
  border: 1px solid #999;
  box-sizing: border-box;
  color: #444;
  /*float: left;*/
  display: inline-block;
  padding: 1cm;
  /*width: 60%;*/
  width: 60%;
  margin: 0.5%;
  text-align: justify;
  overflow: auto;
}

.titulo {
  color:  #1F456E;
  text-align: center;
}

.contenedor-galeria{
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.galeria__img {
  width: 600px;
  height: 400px;
  margin-bottom: 30px;
  object-fit: cover;
  filter: brightness(70%);
  cursor: pointer;
  /*animation: escalar 1.5s infinite alternate;*/
}

@keyframes escalar {
  to{
    transform: scale(1);
  }
  from{
    transform: scale(1.05);
  }
}

.galeria__img:hover{
  filter: brightness(100%);
}

#team_mactec img {
  width: 100%;
  border: 5px solid #000;
  box-sizing: border-box;
  border-radius: 15px;

}
