:root{
  --color1: rgb(0, 0, 0);
  --color2: rgba(23, 180, 83, 0.877);
  --color3: rgba(11,194,211, 0.623);
  --fondo: #f2f2f2;
  --titulos: 30px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenido:45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Roboto', sans-serif; */
  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
  
  
}




body {
  font-family: 'open sans';
  background: var(--fondo);
  font-family: 'Nunito', sans-serif;
  
}


img{
  vertical-align: top;
}

header .titulo {
  font-size: 80px;
}

/* --- --- CAROUSEL --- --- */



.carousel__contenedor {
	position: relative;
  width: 90%;
  left: 50px;
  padding-bottom: 20px;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: rgb(0, 0, 0);
	opacity: 100%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -35px;
}

.carousel__siguiente {
	right: -35px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__elemento img{
	height: 250px;
  width: 208px;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: rgb(0, 0, 0);
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

.slick1{
  width: 333px;
  align-items: center;
  justify-content: center;
  margin: 80px 0 50px 100px;
  box-sizing: border-box;
  display: flex;
  float: left;
  height: 420px;
  left: -20px;
  overflow: hidden;
}
.slick1 a img{
  
  object-fit: cover;
  height: 400px;
  width: 333px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
  transition: .3s ease-in-out;
  overflow: visible;
}
.slick1 h4{
  display: inline-block;
  position: absolute;
  overflow: hidden;
  z-index: 3;
  font-size: 22px;
  line-height: 23px;
  color: #fff;
  padding: 15px;
}
.slick1 h4 small{
  font-size: 15px;
  display: block;
  overflow: hidden;
}


/*Carrousel^^*/





/*CARDS*/
.title{
  text-align: center;
  font-size: 48px;
  color: #6a6a6a;
  margin-top: auto;
  font-weight: 100;
  

}

.container1{
  
  width: 200%;
  max-width: 1000px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.container1 .card{
  
  width: 230px;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgb(0, 0,0,0.2);
  overflow: hidden;
  margin: 15px;
  text-align: center;
  transition: all 0.25s;
}


.container1 .card:hover{
  
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgb(0, 0,0,0.2);
}

.container1 .card img{
  width: 230px;
  height: 220px;

}
.container1 .card h1{
  font-weight: 600;
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 1px;
}
.container1 .card p{
  text-align: center;
  padding: 1rem;
  font-size: 16px;
  font-weight: 300;
}
.container1 .link{
  
  text-decoration: none;
  color: #000;
  text-transform: none;
}



/*CARDS^^*/


.slogan {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}

/* 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: 650px;

    
    background-image: url(./images/Skewed.png); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* color: #fff; */
    text-align: center;
}

nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
  z-index: 1;
}

.nav1{
  
  background: #278fcc;
  height:80px;
  color:#000;
  
}

.nav2{
  background: #278fcc;
  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: 7px 0;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #FFF;
  
}

nav .enlaces a:hover{
  border-bottom: 3px solid #ffffff;
  transition: 0.7s;
  overflow: hidden;
  color: rgb(255, 255, 255);
  
}

.logo, .logo img{ height:60px;}

.icono{
  display:none;
  font-size: 24px;
  padding: 23.5px 20px;
  color: #FFF;
}

span{
  color: #fff;
}

.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 */

.fa-whatsapp.icono, .fa-facebook.icono{
  padding-top: 0;
  
}

.btn-wsp{
  
  position:fixed;
  width:60px;
  height:60px;
  line-height: 60px;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  align-items: center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}

.btn-fb{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom: 100px;
  right:25px;
  background:#1778F2;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:50;
  transition: all 300ms ease;
}
.btn-fb:hover{
  background: #3b5998;
}


.contenedor{
  margin:auto;
  padding: 20px 0;
  width: 90%;
  
  text-align: center;
  overflow: visible;
  
}
.main1{ 
  height: 130%;
}

#trabajo{
  box-sizing: border-box;
}

.prueba{
  margin: 80px 0 0 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  right: 0;
  padding: 0 0 0 15px;
  text-align: left;

}

.prueba h2{
  border-bottom: 2px solid #0000008a;
  margin-bottom: 5px;
}

.contenedor h3{
  font-size: var(--titulos);
  color: var(--color1);
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: var(--color1);
}

.contenedor .nosotros{
  text-align: justify;
  font-size: 20px;
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100px;
  height: 2px;
  background: var(--color1);
  
}

.prueba h2 {
  font-size: 50px;
}

.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/teclado.jpg);
  height: auto;
}

.sobre-nosotros {
  text-align: center;
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 600;
}

.parrafo {
  margin-bottom: 13px;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
  color: rgb(24, 16, 16);
}

.servicios{
  display: flex;
  color:#fff;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
.caja-servicios{
  width: 30%;
  margin: auto;
  text-align: center;
}
.caja-servicios>h4{
  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);
  list-style: none;
  color: var(--color1);
}

.botones-work li:hover{
  background: var(--color1);
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
  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;
  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: #2c3e50;
  height: 560px;
}



.titulo-footer,
.subtitulo-footer {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 46px;
  margin: 30px;
}

#contacto{
  margin-top: 10px;
  display: block;
  
}

.subtitulo-footer {
  font-size: 16px;
  margin-bottom: 64px;
}

form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

input[type="text"],
input[type="email"] {
  display: inline-block;
  width: 48%;
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'open sans';
  background: rgba(37, 37, 33, .7);
  margin-bottom: 16px;
  border-top: 5px solid rgba(37, 37, 33, .7);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-top: 5px solid rgba(255, 255, 255, 0.7);
}

textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 200px;
  background: rgba(37, 37, 33, .7);
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'open sans';
  margin-bottom: 16px;
  border-top: 5px solid rgba(37, 37, 33, .7);
}

button {
  display: inline-block;
  padding: 13px;
  border: none;
  color: #fff;
  background: rgba(37, 37, 33, .7);
  width: 96px;
}




@media screen and (max-width: 980px){

  .prueba h2 {
    font-size: 40px;
  }

  .prueba{
    margin: 60px 0 0 0;
    display: inline-block;
    width: 50%;
    height: 20%;
    right: 0;
    
  }

  .slick1{
  
  
    width: 333px;
    
    align-items: center;
    justify-content: center;
    margin: 40px 0 45px 45px;
    box-sizing: border-box;
    display: flex;
    float: left;
    height: 460px;
    left: -20px;
  }

  .carousel__elemento img{
    height: 220px;
    width: 183px;
  }

  .main1{
    height: 180%;
  }


}


@media screen and (max-width: 881px){

  footer{
    width: 100%;
    display: block;
    
    position: relative;
    bottom: -400px;
  }

  

  .prueba{
    margin: 80px 0 0 0;
  }

  .slick1{
    margin: 40px 0 35px 38px;
  }
  .slick1 a img{
    height: 350px;
    width: 291px;
  }

  
  .main1{
    height: 140%;
  }
  

}

@media screen and (max-width: 840px){

  .prueba{
    margin: 90px 0 0 0;
    height: 8%;
  }

  .prueba h2, .prueba p{
    font-size: 35px;
    position: revert;
    bottom: -35px;
  }
  .slick1{
    margin: 20px 0 19px 0;
    
  }
  .slick1 a img{
    height: 310px;
    width: 258px;
  }
  #cont{
    height: 550px;
    
  }
  
  .carousel__elemento img{
    height: 200px;
    width: 166px;
  }

}

@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}

@media screen and (max-width: 755px){

  .slick1{
    height: 310px;
    margin: 0 0 29px 0;
    
  }

  .prueba{
    
    float: right;
    margin-top: 100px;
    bottom: 40px;
  }

  #cont{
    height: 600px;
  }

}

@media screen and (max-width: 700px){
  .nav2, .nav1{
    color: #fff;
    border-bottom: 2px solid #ffffff48;
    border-width: 100%;
  }

  .carousel__contenedor {
    position: relative;
    width: 90%;
    left: 30px;
  }

  .icono{
    display:block;
    cursor: pointer;
    color: #FFF;
  }

  #trabajo{
    height: 1000px;
  }
  
  .prueba{
    top: 0;
  }
  .prueba h2{
    font-size: 30px;
  }

  .slick1{
    margin-top: 135px;
    height: 290px;
    width: 241px;
  }
  .slick1 a img{
    height: 290px;
    width: 241px;
  }

  .main1{
    height: 180%;
  }

  .enlaces{
    
    
    position: fixed;
    top:80px;
    background: #278fcc;
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }

  footer{
    width: 100%;
    display: block;
    top: 0;
    position: relative;
    bottom: -500px;
  }

  body{
    height: 800px;
  }

  .enlaces a{
    
    display: block;
    width: 50%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background: #278fcc;
    color:#fff;
  }

  .textos>h1{font-size: 70px;}
  .textos>h2{font-size:35px;}

  .container1 .card h1{
    font-weight: 600;
  
    font-size: 22px;
    
  }

  .nosotros{
    font-size: 15px;
  }
  .sobre-nosotros{
    font-size: 45px;
  }
  

  :root{
    --margenes: 30px;
  }
}

@media screen and (max-width: 650px){
  
  .prueba h2{
    font-size: 25px;
  }
  .slick1{
    margin-top: 140px;
    margin-left: 15px;
    height: 270px;
    width: 225px;
  }

  .slick1 a img{
    height: 270px;
    width: 225px;
  }

  #cont{
    margin-bottom: 40px;
    height: 580px
  }

  .main1{
    height: 1800px;
  }

}

@media screen and (max-width: 635px){
  .main1{
    height: 2300px;
  }

}
 


@media screen and (max-width: 550px){
  
  #cont{
    width: 50%;
    align-items: center;
    height: 510px;
    margin-top: 40px;
  }

  .nosotros{
    font-size: 12px;
  }
  .sobre-nosotros{
    font-size: 35px;
  }

  .slick1{
    display: block;
    margin-top: 120px;
  }

  .prueba{
    margin: 30px 0 0 0;
    align-items: center;
    display: block;
    float: none;
    width: 90%;
    text-align: center;
    
  }

  .prueba h2{
    border-bottom: 2px solid #0000008a;
    margin-bottom: 5px;
    overflow: visible;
  }

  .prueba p{
    
    width: 90%;
    align-items: center;
    text-align: center;
    margin: 0;
    padding-left: 6px;
    overflow: visible;
  }

  body{
    height: 700px;
  }
}

@media screen and (max-width: 592px){

  footer{
    width: 100%;
    display: block;
    
    position: relative;
    bottom: -900px;
  }

  



}


@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;
  }

  .prueba{
    width: 100%;
    text-align: center;
  }

  .carousel__elemento img{
    height: 190px;
    width: 158px;
  }

  .carousel__anterior {
    left: -35px;
  }
  
  .carousel__siguiente {
    right: -35px;
  }

  .carousel__contenedor {
    position: relative;
    width: 85%;
    left: 32px;
    padding-bottom: 20px;
  }

  .sobre-nosotros{
    font-size: 32px;
  }

  

  .main1{
    height: 2350px;
    
  }

  .contenedor .nosotros{
    text-align: justify;
    font-size: 15px;
    margin: 0;
    padding: 0;
  }

  .contenedor .titulo-prueba{
    text-align: justify;
    font-size: 18px;
  }

  .slick1{
    margin-top: 60px;
    position: revert;
  }

  
  
  
}

@media screen and (max-width: 400px){

  .slick1{
    padding: 0;
    margin-left: 0;


  }

  #cont{
    margin: 75px;
    
  }

 .prueba p{
    font-size: 8px;
  }

}




html{
  height: 100%;
  width: 100%;
}



@media screen and (min-height: 950px){


  body{
    height: 950px;
  
  }
  
  header{
    height: 950px;
  }

  #tanques_ini{
    height: 850px;
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 180%;
  }


}


@media screen and (max-height: 950px){


  body{
    height: 950px;
  
  }
  
  header{
    height: 950px;
  }

  #tanques_ini{
    height: 850px;
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 230%;
  }

}


@media screen and (min-height: 950px) and (max-width: 610px){

  .main1{
    height: 245%;
  }

}


@media screen and (max-height: 850px){


  body{
    height: 850px;
  
  }
  
  header{
    height: 850px;
  }

  #tanques_ini{
    height: 750px;
  }

  #ini1{
    padding: 5% 0%; 
  }
  
  .main1{
    height: 260%;
  }

}



@media screen and (max-height: 750px){


  body{
    height: 750px;
  
  }
  
  header{
    height: 750px;
  }

  #tanques_ini{
    height: 650px;
    
   
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 290%;
  }

}

@media screen and (max-height: 650px){


  body{
    height: 650px;
  
  }
  
  header{
    height: 650px;
  }

  #tanques_ini{
    height: 550px;
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 200%;
  }

}

@media screen and (max-height: 550px){


  body{
    height: 550px;
  
  }
  
  header{
    height: 550px;
  }

  #tanques_ini{
    height: 450px;
  }

    #ini1{
      padding: 5% 0%; 
    }

}

@media screen and (max-height: 450px){


  body{
    height: 450px;
  
  }
  
  header{
    height: 450px;
  }

  
  #tanques_ini{
    height: 350px;

    
  }
  #ini1{
    padding: 5% 0%; 
  }

  
  

}

@media screen and (max-height: 650px) and (max-width: 701px){


  body{
    height: 650px;
  
  }
  
  header{
    height: 650px;
  }

  #tanques_ini{
    height: 550px;
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 270%;
  }

}


@media screen and (max-height: 650px) and (max-width: 638px){


  body{
    height: 650px;
  
  }
  
  header{
    height: 650px;
  }

  #tanques_ini{
    height: 550px;
  }

  #ini1{
    padding: 5% 0%; 
  }

  .main1{
    height: 345%;
  }

}


*{
  box-sizing: border-box;
  
  padding-bottom: 0;
  margin-bottom: 0;
  
  
}




