:root{
  --color1: black;  
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --fondo: #f2f2f2;
  --titulos: 28px;
  --margenes: 30px;
  --espacios: 10px;
  --espacios-contenido:45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'open sans';
  background: var(--fondo);
}

img{
  vertical-align: top;
}


/* Preloader */
/* .hidden{
  overflow: hidden;
}

.centrado{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;  
} */

/* --------------------------------------------------------------------------------------------------------------------------------------*/

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }

}
/* --------------------------------------------------------------------------------------------------------------------------------------*/


/* Header */

header{
  width: 100%;
  height:800px;
  background: linear-gradient(to bottom, rgba(7,109,150, .25),  rgba(7,109,150, .25),  rgba(7,109,150, .25)  ), url(topografos_en_queretaro/topografo_en_queretaro.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5)
}

.nav1{
  background: transparent;
  height: 95px;
  color:#fff;
}

.nav2{
  background: var(--fondo);
  height:100px;
  color:#000;
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  max-width:1200px;
  height:inherit;
  overflow: hidden;
}

nav .enlaces a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: inherit;
}

nav .enlaces a:hover{
  border-bottom: 3px solid #021618;
  transition: 0.6s;
}

.logo{
  height:80px;
  margin: 0 0 0 25px;
}

.logo img{
  border-radius: 10px;
  height:80px;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.5);

 }

 .logo33{
  height:200px;
  margin: 0 0 0 0px;
}

.logo33 img{
  border-radius: 10px;
  height:200px;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.5);

 }


.icono{
  display:none;
  font-size: 24px;
  padding: 23.5px 20px;
}

.textos{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color:#fff;
  overflow: hidden;
  text-align: center;
}

.topografos{

  /* background: #0945b6b4; */
  background: #04235cb4;
    border-radius: 10px;
    border: 1px solid black;
  padding: 20px;
}

.topografos_en_toluca1{
  background: rgba(4, 14, 10, 0.897);
  margin-top: 20px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid black;    
  display: flex;         
  flex-direction: column;   
  justify-content: center;  
  align-items: center;  
  
}
.topografos_en_toluca1 a{
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  margin: 5px;
}

.topografos_en_toluca1:hover{    
  background: rgba(1, 71, 36, 0.883);
  color: #fff;
  
}

.textos>h1{
  font-size:60px;
  margin: 20px;
}

.topografos>h2{
  font-size: 45px;
  font-weight: 300;
  padding: 5px;
}
.grupo-wp{
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp img{
  border-radius: 10px;
  width: 40px;
  height: 40px;
}


.wp3>h3{
  font-size: 30px;
  padding: 5px;
  margin: 0 0 0 10px;
   font-weight: 300;}


   .topografos>h3{
    font-size: 30px;
    padding: 5px;
     font-weight: 300;}

/* Main */

.contenedor{
  margin:auto;
  padding: var(--margenes) 0;
  width: 97%;
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{
  font-size: var(--titulos);
  color: var(--color1);
  margin-bottom: var(--espacios);
}

.anuncio h3{
  font-size: 25px;
  color: rgb(255, 255, 255);
  margin-bottom: var(--espacios);
  /* background: #000; */
  /* background: #1c3768e1; */
  background: rgb(165, 108, 3);
  border-radius: 10px;
  padding: 10px;
  font-weight: 300;
  border: 1px solid #000;  
}

.anuncio h3:hover{
  background: #000;
  color: yellow;  
}


.galeria_bodegas{    
  display: block;
 margin: 20px auto 0 auto;      
 width: 100px;
 border-radius: 50%;  
 transition: transform 1s; 
 border: 1px solid #000;
}

.galeria_bodegas:hover{    
  transform: rotate(760deg) scale(1.5);
  border: 1px solid green;
  

}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  font-size: 16px;
  color: var(--color1);
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 150px;
  height: 2px;
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);   */
  /* background-color: red; */
  background: var(--color1);
  /* font-size: 25px; */
  margin-bottom: var(--espacios-contenido);
}


.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
  /* height: auto; */
  /* height:450px; */
}

.content-card{
  width: 31%;
  min-height: 300px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  overflow: hidden;
  padding: 0px 0 40px 0;
  margin:  0 0 50px 0;
  /* height:250px; */
}

.people{
  height: 100%;
}

.content-card img{
  width: 100%;
  /* height: 95%; */
  object-fit: cover;
}

.texto-team{
  height: 25px;
  /* width: 100%; */
  padding: 10px 0 5px px 0;
  align-items: center;
}

.texto-team h4{
/* text-align: center; */
  /* padding: 18px 0; */
}

.work1{
  /* background: url(img/teclado.jpg); */
  background: linear-gradient(to bottom, rgba(7,109,150, .45),  rgba(114, 123, 126, 0.45),  rgba(7,109,150, .45)  );
  height: auto;
}



.contenedor-sobre-nosotros{
  display: flex;    
  /* position: absolute; */
  
  /* justify-content: space-around; */
  /* justify-content: space-between; */
  justify-content: space-evenly;
  align-items: center;
  /* background-color: rgb(63, 165, 42); */
  padding: 0 0 50px 0;
  
}

.imagen-about-us{    
  
  width: 45%;
  /* border: 1px rgb(19, 0, 128) solid;  */
  /* background-color: chartreuse; */
  
}

.contenido-textos{
  /* background-color: rgb(255, 0, 13); */
  width: 50%;
  /* margin: 0 0 0 120px; */
  /* text-align: center; */
  text-align: left;
  /* border: 1px rgb(19, 0, 128) solid;  */
}

.imagen-about-us>a>img{
  width: 95%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.911);  
  border-radius: 5px;
  background-color: aqua;

}



.contenido-textos h3{
  font-size: 25px;    
  /* margin: 25px 0 10px 0; */
  /* border: 1px rgb(19, 0, 128) solid;  */
  padding: 5px 0 1px 55px;      /* ARRIBA   DERECHO ABAJO IZQUIERDO   */
}

.contenido-textos h3 span{
  background: #061386;
  color: #fff;
  border-radius: 50%;
  display: inline-block;   /* lo hace bloque pero hace que continue en la linea*/
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.911);  
  margin: 0px 15px 0 15px;   
}

.contenido-textos li{
  /* background: #b4b5c0; */
  margin-left: 55px;
  padding: 10px 0 3px 10px;      /* ARRIBA   DERECHO ABAJO IZQUIERDO   */
  list-style: none;
  /* margin-right: 15px; */
  font-weight: 500;
  font-style: italic;
  /* font-size: x-large; */
  /* font-size: large; */
  font-size: 20px;  
  /* font-weight: normal; */
  text-align: left;
}




.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  display: flex;
  width: 90%;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}
.caja-servicios>h4{
  font-size: 20px;
  margin: 30px;
  /* margin-bottom: var(--espacios); */
}

.caja-servicios>p{
  text-align: center;
}

.botones-work{
  overflow: hidden;
}

.botones-work li{
  display: inline-block;
  text-align: center;
  margin-left: var(--espacios);
  margin-bottom: var(--espacios-contenido);
  padding: 6px 12px;
  border: 1px solid var(--color1);
  border-radius: 5px;
  list-style: none;
  font-size: 18px;
  color: var(--color1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.911);  
}

.botones-work li:hover{
  background: green;
  /* background: rgba(114, 123, 126, 0.45); */
  /* background: var(--color1); */
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
    background: green;
  /* background: var(--color1); */
  color:#fff;
}

.galeria-work{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cont-work{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  /* height:300px; */
  overflow: hidden;
  /* height: auto; */
  margin-bottom: var(--espacios-contenido);
  padding: 0 0 5px 0;
}

.img-work{
  /* height: 90%; */
  width: 100%;
  
}

.img-work img{
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  margin: 0 0 10px 0;
}

.textos-work{
  margin: 7px 0 20px 0;
  height: 10px;
}

.textos-work h4{
  /* line-height: px; */
  font-weight: 300;
  padding: 0 0 15px 0;
  font-size: 20px;
  /* margin:  0 0 15px 0; */

  /* margin: 0 0 40px 0; */
  
}

/* Footer */

footer{
  background: rgb(137, 182, 200);;
  /* background: linear-gradient(to bottom, rgba(7,109,150, .45),  rgba(114, 123, 126, 0.45),  rgba(7,109,150, .45)  ); */
  padding: 0 0 30px 0;
  
  /* background:url(img/teclado.jpg); */
}

.calle h4{
  font-size: 20px;

}

.marca-logo{
  width: 40%;
  margin: auto;
  margin-bottom: var(--espacios);
}
.marca-logo img{
  width: 100%;
}
.iconos{
  display: flex;
  margin: auto;
  justify-content: space-around;
  width: 100%;
}
.fab{
  font-size:60px;
  color: #FFF;
  margin-bottom: var(--espacios);
  display: inline-block;
}



footer p{
  margin-top:var(--espacios);
}

.contenedor-footer{
  display: flex;
  width: 95%;
  max-width: 1200px;
  align-items: center;
  /* justify-content: space-evenly; */
  justify-content: space-between;
  /* justify-content: space-around; */
  margin: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  /* background-color: aquamarine; */
}

.topo11{
  width: 75%;
  /* background-color: blueviolet; */
}
.topo22{
  /* width: auto; */
  /* background-color: blueviolet; */
}

.topo33{
  display: flex;
  justify-content: space-evenly;
  /* width: 100%; */
  /* background-color: aqua; */

}
.content-foo{
  text-align: center;
}

.content-foo h4{
  color: #000;
  border-bottom: 3px solid #061386;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 22px;
}

.content-foo p{
  color: #000;
  font-size: 25px;
}

.titulo-final{
  text-align: center;
  font-size: 20px;
  margin: 10px 0 0 0;
  color: #9e9797;
}

.pie a{
  text-align: center;
  font-size: 2px;  
  color: rgb(137, 182, 200);
}






@media screen and (max-width: 850px){
  .nav2{
    color: #fff;
  }
/* 
   .content-card{
    width: 90%;
  } */


  .icono{
    display:block;
    cursor: pointer;
  }


  .contenedor-sobre-nosotros{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenido-textos{
    width: 95%;
    
}

.texto-team h4{
  text-align: center;
    padding: 18px 0;
  }


.contenido-textos h3{
  /* font-size: 18px;     */
  /* margin: 25px 0 10px 0; */
  /* border: 1px rgb(19, 0, 128) solid;  */
  padding: 30px 0 10px 5px;      /* ARRIBA   DERECHO ABAJO IZQUIERDO   */
}


.imagen-about-us{
    width: 95%;
}

  .enlaces{
    position: fixed;
    top:80px;
    background: #2c3e50;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }

  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background: #34495e;
    color:#fff;
  }

  .textos>h1{font-size: 45px;}
  .topografos>h2{font-size:35px;}
  .topografos>h3{font-size:20px;}
  .wp3>h3{font-size:20px;}


  .content-card{
    width: 90%;
    height: 100%;
    margin-bottom: 30px;
  }
  /* .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  } */
  .cont-work{
    width: 85%;
  }

  .textos-work{
    height: 20px;
  }
  
  .textos-work h4{
    /* line-height: px; */
    font-weight: 300;
    padding: 0px 0 10px 0;
    /* margin:  0 0 15px 0; */
  
    /* margin: 0 0 40px 0; */
    
  }

  :root{
    --margenes: 30px;
  }

  .contenedor-footer{
    flex-direction: column;
    /* border: none; */
}

.topo11{
  flex-direction: column;
  /* border: none; */
}

.topo33{
  flex-direction: column;
  align-items: center;
  /* border: none; */
}

.topo22{
  flex-direction: column;
  /* border: none; */
}

.content-foo{
  margin-top: 20px;
    text-align: center;
}

.content-foo h4{
    /* border: none; */
    /* width: 20%; */
    margin: auto;
}

.content-foo p{
    /* color: #ccc; */
    /* border-bottom: 1px solid #f2f2f2; */
    padding-bottom: 10px;
}

.titulo-final{
    font-size: 20px;
}
}

@media screen and (max-width: 500px){
  :root{
    --espacios-contenido: 25px;
  }


  .textos-work{
    height: 15px;
  }
  .content-card{
    width: 90%;
    min-height: 200px;
  }

  .content-foo p{
    font-size: 20px;
  }

  
  .contenido-textos h3{
    font-size: 18px;    
    /* margin: 25px 0 10px 0; */
    /* border: 1px rgb(19, 0, 128) solid;  */
    padding: 10px 0 10px 5px;      /* ARRIBA   DERECHO ABAJO IZQUIERDO   */
  }
  
  .topografos{

    padding: 5px;
  }


  .contenido-textos h3 span{
    background: #061386;
    color: #fff;
    border-radius: 50%;
    display: inline-block;   /* lo hace bloque pero hace que continue en la linea*/
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 7px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.911);  
    margin: 15px 15px 0 5px;   
  }
  
  .contenido-textos li{
    /* background: #b4b5c0; */
    margin-left: 20px;
    padding: 10px 0 10px 5px;      /* ARRIBA   DERECHO ABAJO IZQUIERDO   */
    list-style: none;
    /* margin-right: 15px; */
    font-weight: 500;
    font-style: italic;
    /* font-size: x-large; */
    /* font-size: large; */
    font-size: 18px;  
    /* font-weight: normal; */
    text-align: left;
  }
  
  
  .anuncio h3{
    font-size: 22px;
  }


  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
}