:root{
  --color1: rgb(219,144,.5);
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --color4: #000;
  --fondo: #f2f2f2;
  --titulos: 33px;
  --subtitulos: 20px;
  --margenes: 60px;
  --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:600px;
  background: linear-gradient(to bottom,
  rgba(167, 38, 6, 0.6),
  rgba(58, 108, 247, 0.6),
  rgba(150, 52, 7, 0.45)
  ), url(img/fondo2.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: 80px;
  color:#fff; 
} 

.nav2{
  background: var(--fondo);
  height:100px;
  color:#000; 
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  max-width:1000px;
  height:inherit;
  overflow: hidden;
}

nav .enlaces a{
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: black; 
}

nav .enlaces a:hover{ /*lina que esta debajo del menu */
  border-bottom: 3px solid #1498a4;
  transition: 0.6s;
}

.logo, .logo img{ /*codigo para modificar tamaño del logo*/
  height: 150px; 
}

.icono{ /*codigo para el tamaño de la hamburguesa*/
  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;
}

.textos>h1{
  font-size:80px;;
}

.textos>h2{
  font-size: 30px; font-weight: 300;
}

/* Main */

.contenedor{
  margin:auto;
  padding: var(--margenes) 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{   /* codigo para "nuestros servicios/clientes" */
  font-size: 40px; 
  color: #000;  
  margin-bottom: 10px;    
}

.contenedor h4{   /* codigo para titulos clientes y servicios */
  font-size: 30px;
  color: #000;
  margin-bottom: 100px;
}

.contenedor p{ /* codigo para subtitulos clientes y servicios */
  font-size: var(--subtitulos);
  font-weight: bold; 
  color: black;  
}

.after::after{   
  content:'';   
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 250px;
  height: 3px;  
  background: red; /*codigo para la linea debajo de los subtitulos*/
  margin-bottom: var(--espacios-contenido);
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height:400px;
}

.people{
  height: 80%;
}

.content-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

.about{
  background:  url(img/world.jpg); /* codigo para el fondo de clientes*/  
  background-size:cover; /*con esta funcion se adapta la imagen en la seccion*/
  width: auto; 
}

.servicios{ 
  display: flex; 
  color:#fff; 
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{ /* codigo para iconos clientes */
  width: 20%;
  margin: auto;   
  text-align: center;  
}
.caja-servicios>h4{
  margin-bottom: var(--espacios);
}
  
.caja-servicios>p{
  text-align: center;
}

/*
.caja-servicios>img{ codigo para las imagenes de desarrollo especificamente
  width: 20%;    
  margin: auto;
  text-align: center;
}
*/   

.botones-work{ /*seccion de menu de clientes */
  overflow: hidden;
}

.botones-work li{ /*codigo para el color del menu de trabajos*/
  display: inline-block;
  text-align: center;
  margin-left: var(--espacios);
  margin-bottom: var(--espacios-contenido);
  padding: 6px 12px;
  border: 1px solid var(--color4); /*color del borde del boton*/
  list-style: none;
  color: var(--color4); /*color letras sin seleccionar*/
}

.botones-work li:hover{ /*codigo para el color del menu de trabajos, pasando el cursor por encima*/
  background: gray;
  color:#fff;
  cursor: pointer;
}

.botones-work .active{ /*codigo para el color cuando se selecciona una opcion del menu de trabajos*/
  background: var(--color4);
  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;
  margin-bottom: var(--espacios-contenido);
}

.img-work{
  height: 90%;
  width: 100%;
}

.img-work img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.textos-work{
  height: 10%;
}

.textos-work h4{
  line-height: 30px;
  font-weight: 300;
}

/* Footer */

footer{
  background:url(img/hola.png); /* codigo para el fondo del footer*/
  background-size:cover; /*con esta funcion se adapta la imagen en la seccion*/
}

.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: #000;
  margin-bottom: var(--espacios);
  display: inline-block;
}

.fas{
  font-size:60px;
  color: #000;
  margin-bottom: var(--espacios);
  display: inline-block;
}

footer p{
  margin-top:var(--espacios);
}
@media screen and (max-width: 1280px){
  .nav2{ 
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 1024px){
  .nav2{
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}
 
@media screen and (max-width: 1080px){
  .nav2{
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 900px){
  .nav2{
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 800px){ 
    
  .nav2{
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 700px){
  .nav2{
    color: #fff; 
  }

  .icono{
    display:block;
    cursor: pointer;
  }

  .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: 70px;}
  .textos>h2{font-size:35px;}

  .content-card{
    width: 48%;
    margin-bottom:var(--margenes);
  }

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 600px){
  :root{
    --espacios-contenido: 25px;
  }

  .content-card{
    width: 90%;
  }

  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
}

@media screen and (max-width: 500px){
  :root{
    --espacios-contenido: 25px;
  }

  .content-card{
    width: 90%;
  }

  .caja-servicios{
    width: 90%;
    margin-bottom: var(--margenes);
  }

  .cont-work{
    width: 85%;
  }

  .marca-logo{
    width: 80%;
  }

  .iconos{
    margin: auto;
  }
}





#tabla-precios {
  display:inline-block;
  width:100%;
  margin-top:50px
 }
 
 /*Columnas*/
 
 .precio-col {
  display:inline-block; 
  background-color:#a6abd6;
  width:100%;
  max-width:500px;
  border-radius:10px;
  margin-bottom:50px;
  box-shadow: 0px 2px 5px #000;
 }
 @media screen and (min-width:1080px) {
  .precio-col {
  width:32%;
  float:left;
  margin-right:2%
  }
  
  .precio-col:last-child {
  margin-right:0
  }
 } 

 @media screen and (min-width:800px) {
  .precio-col {
  width:32%;
  float:left;
  margin-right:2%
  }
  
  .precio-col:last-child {
  margin-right:0
  }
 } 
 
 @media screen and (min-width:700px) {
  .precio-col {
  width:32%;
  float:left;
  margin-right:2%
  }
  
  .precio-col:last-child {
  margin-right:0
  }
 }
     
 /*Headers*/
 
 .precio-col-header {
  background-color:#3267ac; 
  padding:20px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
 }
 
 .precio-col:nth-child(2) .precio-col-header {
  background-color:#3267ac; 
 }
 
 .precio-col-header h3 {
  color:#000;
  text-align:center;
  font-size:30px;
  font-weight:600;
  margin-bottom:0
 }
 
 .precio-col-header p {
  text-align:center;
  color:black;
  font-size:14px;
  margin-bottom:0
 }
 
 /*Características*/
 
 .precio-col-features {
  padding: 0 20px 20px 20px
 }
 
 .precio-col-features p {
  padding:20px 0;
  margin:0;
  text-align:center;
  border-top:1px solid #554949;
 }
 
 .precio-col-features p:first-child,
 .precio-col-features p:last-child { 
  border-top:none
 }
 
 /*Comprar*/
 
 .precio-col-comprar {
  padding:10px;
  max-width:250px;
  text-align:center;
  background: color rgba(150, 10, 52, 0.6);      
  margin: 0 auto 20px;
  border-radius:10px;
  border: 2px solid #1a1917;
  transition: all 0.3s 
 }
 
 .precio-col-comprar a {
  color:#141010;
  padding:10px;
  font-size:20px;
  text-transform:uppercase;
  transition: all 0.3s
 }
 
 .precio-col-comprar:hover {
  background-color:#6b6262;
  transition: all 0.3s
 }
 
 .precio-col-comprar:hover a {
  color:#050505;
  transition: all 0.3s 
 }