
@import url('http://fonts.googleapis.com/css?family=Open+Sans|Pacifico');
@import url("https://fonts.googleapis.com/css family=Raleway:400,500&display=swap");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Unica+One&display=swap");

*{
	margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'Open Sans';
   
}


.logo_main{
position: relative;
	padding:20px;
	margin-left: -10px;
	background-color: rgba(0,0,0,.75);

	cursor: default;
width:auto;
display: block;
margin-right: 0;
}


.logo_small{
display: inline-block;
vertical-align: middle;
margin-right: 50px;
margin-bottom: : 0px;
cursor: pointer;


}
.nav{
cursor:pointer;
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	backdrop-filter: blur(20px);
	color: white;
	position: absolute;
   z-index: 1000000000000;
	padding: 0 20px;
	transition: .3s ease all;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.nav .wrap{
position: relative;
z-index: 1000;
left: -100px;
transition: 0.4s ease all;
}
nav{
	z-index: 1000;
	display: inline-block;
}
nav ul{
z-index: 1000;
	margin: 0;
	padding: 0;
}
nav li{
z-index: 1000;
	margin:0;
	padding:0;
	display: inline-block;
}


/*Menu desplegable*/

.nav li ul {
	z-index: 1000;
display:none;
position:absolute;
min-width:140px;


}

.nav li:hover > ul {

	z-index: 1000;
display:block;

}
nav li:hover{

background-color: rgba(0,0,0,.75);
backdrop-filter: blur(5px);


}
nav li ul li{
	position:relative;
	float: middle;
	width: 100%;
z-index: 1000;
frontdrop-filter: blur(5px);
	color: white;
	padding: 0px 0px;
	transition: .3s ease all;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	
}
nav li ul li a{
	
z-index: 1000;
	background-color: rgba(0,0,0,.75);
    backdrop-filter: blur(5px);
}
.nav li .flecha{
font-size: 7px;
padding-left: 6px;
display: none;
}
.nav li a:not(:last-child) .flecha {
display: inline;
}
/*Menu desplegable*/






nav a{

	display:block;
	padding:20px;
	margin:0px;
	color:white;
	text-decoration:none;
	transition:0.2s ease all;
}

nav a:hover{
	color: white;
	background: #006d00;
}


body.nav_fixed .nav{
	position: fixed;
	top:0;


}

body.nav_fixed .nav .wrap{
	left: 0;
}

.btn-menu{
z-index: 2000;
width:60px;
height:60px;
padding:22px;
text-align:center;
position:fixed;
bottom:20px;
right:20px;
background: #006d00;
border-radius:50%;
color:white;
cursor:pointer;
transition: all 500ms cubic-bezier(1,0,0,1);
transform: translateX(100px);
}

.btn-menu:hover{
	transform: scale(1.2);
	background: #006d00;
}




/*Menu movil*/
@media screen and (max-width: 1100px){


.logo_main{

margin-bottom: -58px;


}


	
	.btn-menu{
		transform: translateX(0px);
	}
	
	.nav{
		display: block;
		width: 240px;
		position:fixed;
		z-index: 1000;
		top:0;
		height:100vh;
		padding:0px;
		transform: translateX(-100%);
	}
	.nav .wrap{
		left:0;

	}


    .nav .btn-menu{

display:block;
padding:20px;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;


    }




	nav{
		width:100%;
		position:fixed;
		top:60px;

	}
	nav li{
position: relative;
		width:100%;
		margin:0;
		padding:0;
		display:block;

	}

	
	.logo_small{
		margin-left: 85px;
		position:absolute;
		top:10px;
		left:10px;

	}
	nav a{
		position: relative;
		width: 100%;
		display: block;
		padding: 20px;
		margin:0;
	}

	.nav-toggle{
	
		transition: all 300ms cubic-bezier(1,0,0,1);
		transform: translateX(0%);

	}


nav li ul {
display: block;
	width: 100%;
	position: relative;
	
}

nav li:hover > ul{
	display: none;
	position: relative;
}



}
/*Menu movil*/




/*contendio*/
.container{

margin:auto;
	margin-top: 58px;
	width: auto;
	height:auto;
	background-color:#F0F0F2;
	
	overflow: hidden; 
frontdrop-filter: blur(5px);
}

.main{

	margin:1em;
	padding:1em;
frontdrop-filter: blur(5px);


}

#contenido{
background-color: rgba(197,197,201,.75);
frontdrop-filter: blur(5px);
margin-top: 30px;
margin-bottom: 30px;
max-width: 970px;
float: left;
margin-left: 30px;
border-radius:20px;
}



#twitter{
background-color: rgba(255,255,255,.75);
frontdrop-filter: blur(5px);
max-width: 400px;
margin:auto;
float:right;
margin-top: 30px;
margin-right: 30px;

border-radius:20px;
}

#facebook{
background-color: rgba(255,255,255,.75);
frontdrop-filter: blur(5px);
max-width: 375px;
max-height: 2000px;
margin:auto;
float:right;
margin-top: 30px;
margin-right: 30px;

border-radius:20px;
}



/*pie de pagina*/

footer{

color:#B3B3B3;
	position: relative;
	bottom: 0px;
	width:100%;
	background:#333333;
	frontdrop-filter: blur(5px);

}
.main-content{
	display:flex;

	
}

.main-content .box{

	flex-basis:50%;
	padding:10px 20px;
	
}

.box h2{
font-family: 'Unica One' , sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.box .content{

	margin: 20px 0 0 0;

}




.left .content .social{
	margin: 20px 0 0 0;
}

.left .content .social a{
	margin: 0 2px 0 0;
}

.left .content .social a span{
	height: 40px;
	width:40px;
	background: #595858;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	transition: 0.3s;
color:#B3B3B3;
}

.left .content .social a span:hover{

background: #006D00;

}



.center .content .fas{


	font-size:  1.4375rem;
	background: #595858;
	height:45px;
	width: 45px;
	line-height: 45px;
	text-align:center;
	border-radius: 50%;
	transition: 0.3s;
	cursor:pointer;
color:#B3B3B3;
margin-bottom: 0;
}






.center .content .fas:hover{

background: #006D00;

}

.center .content .text{
font-family: 'Unica One' , sans-serif;
font-size: 1.0625rem;
	font-weight: 500;
	padding-left: 10px;

}


.right .content .text{

height:100px;
width:300px;
font-family: 'Unica One' , sans-serif;
font-size: 1.0625rem;
	font-weight: 500;
	padding-left: 10px;
}




.right .content .fas{


	font-size:  1.4375rem;
	background: #595858;
	height:45px;
	width: 45px;
	line-height: 45px;
	text-align:center;
	border-radius: 50%;
	transition: 0.3s;
	cursor:pointer;
color:#B3B3B3;
margin-bottom: 0;
}






.right .content .fas:hover{

background: #006D00;

}




.bottom center{

	padding: 5px;
	font-size: 0.9375rem;
	background: #595858;
}

.bottom center span{

	color: #333333;
}


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

	footer{
		
		position: relative;
		bottom:0px;
	}

.main-content{
	flex-wrap: wrap;
    flex-direction: column;

}

.main-content .box{
	margin: 5px 0;
}
}
@media screen and (max-width:500px){

.main-content .box{

	flex-basis:50%;
	padding:10px 10px;
	
}

.center .content .place .text{
	display: inline-flex;
vertical-align: middle;
font-size: 13.5px;
margin-right: -32px;
}



.center .content .text{

font-size: 13.6px;
}

}


/*pie de pagina*/





/*tarjetas de servicios*/
.title{

	text-align:center;
}

.tarjetas{

width: 100%;
max-width: 1200px;
height: 430px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
height: 100%;
margin-bottom: 40px;

}

.tarjetas .card{

width: 330px;
height: 430px;
border-radius: 8px;
background-color: rgba(240,240,242,.75);
frontdrop-filter: blur(5px);
box-shadow: 0 2px 20x rgba(0,0,0,0.2);
overflow: hidden;
margin: 20px;
text-align: center;
transition: all 0.25s;

}


.tarjetas .card:hover{

transform: translateY(-15px);
box-shadow: 0 12px 16px rgba(0,0,0,0.2);

}

.tarjetas .card img{

	width: 330px;
	height: 220px;
}




.tarjetas .card h4{
margin-top: 30px;
	font-weight: 600;
}




.tarjetas .card p{
margin-top: 20px;
padding: 0 1rem;
font-size: 16px;
font-weight: 300;
margin-bottom: 30px;


}

.tarjetas .card a{

margin-top: 30px;
font-weight: 500;
text-decoration: none: 
color:#00ff37;
margin-bottom: 30px;


}

/*tarjetas de servicios*/

.titulos{

text-align:center;
color: green;
font-size: 200;
margin-top: 60px;
}





/*Neomorfismo tarjetas*/
.neo{
z-index: 0;
  display: flex;
  align-items: right;
  justify-content: center;
  float: right;
}


.card {
	z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 300px;
  border-radius: 12px;
  box-shadow: 8px 8px 16px rgba(165, 177, 198, 0.8),
    -8px -8px 16px rgba(255, 255, 255, 0.8);
}
.card img {

	z-index: 0;
  border-radius: 50%;
  box-shadow: 4px 4px 4px rgba(165, 177, 198, 0.8),
    -4px -4px 4px rgba(255, 255, 255, 0.8);
}
.card h2,
.card h3,
.card p {
  color: gray;
  font-family: "Raleway", sans-serif;
}
.card h2 {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  opacity: 0.8;
  margin: 1rem 0;
}
.card h3 {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 1.05rem;
  opacity: 0.8;
  margin: 1rem 0;
}
/*Línea divisora.*/
.card h3::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 10%;
  width: 80%;
  height: 1px;
  opacity: 0.2;
  background-color: gray;
}
.card p {
  font-size: 0.85rem;
  padding: 1rem;
  text-align: center;
  line-height: 1.2;
}

/*Neomorfismo tarjetas*/






/*Parallax*/

.parallax-nh{
	width: 100%;
	
	background-image: url(imagenes/infra-negocio-parallax.jpg) ;
	max-height: 2000px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;


	justify-content: center;
	

	 
 
}

.texto-nuestrahistoria{
display: flex;
height: inherit;
justify-content: center;
align-items: center;
vertical-align: top;
text-align: top;

	color:#F0F0F2;


}



.center{
	max-width: 1600px;
	width: 90%;
	
	overflow: hidden;
	margin:auto;
	
}

.espacio{
vertical-align: center;
	padding: 30px 0 20px 0;
	text-align: center;
	background: #F0F0F2;
	
	
	background-size: cover;
	background-repeat: no-repeat;
	

}







.parallax-mision{


background-image: url(imagenes/06.jpg);


background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.texto-mision{

display: flex;
height: inherit;
justify-content: center;
align-items: center;
color: #fff;

}


.parallax-vision{


background-image: url(imagenes/huertosp.jpg);
height: 450px;
background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}
.texto-vision{

display: flex;
height: inherit;
justify-content: center;
align-items: center;
color: #fff;

}


.vision{

	padding: 30px 0 60px 0;
	text-align: left;
	background: #F0F0F2;
		max-width: 1100px;
	width: 90%;
	overflow: hidden;
	margin:auto;
}

/*Parallax*/








.cuadros{

	max-width: 1000px;

}



.cuadros h1{

justify-content: center;
color: #F0F0F2;
font-size: 40px;
display:flex;
align-items: center;
}






.cuadradoservicios {
	margin-top: 40px;
margin-bottom: 40px;
margin-right: 30px;
margin-left: 20px;

vertical-align: bottom;
  align-content: center;
     background-color: rgba(255, 255, 255, .15);  
 backdrop-filter: blur(5px);
     border-radius: 5px;
float: left;
justify-content: center;
  position:relative;
  text-align: center;
  float: middle;
display: flex;
flex-wrap: wrap;

height: 250px;
width: 200px;

font-size: 20px;
color: #F0F0F2;

 }




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


.cuadradoservicios{
float: none;
	margin-left: 50px;
}

.cuadros h1{

font-size: 30px;

}


}




/*slider de pagina*/

.slider{

position: relative;
width: 500%;
animation: animate 30s linear infinite;

}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .slide {
      position: relative;
      height: 55vh;
      float: left;
      width: 20%;
      padding-top: 150px;
      background-repeat: none;
      font-family: 'Unica One' ,sans-serif;
      text-align: center;
      font-size: 60px;
      color: white;
  }
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  .slide {
      position: relative;
      height: 55vh;
      float: left;
      width: 20%;
      background-size: cover;
      background-repeat: none;
      padding-top: 150px;
      font-family: 'Unica One' ,sans-serif;
      text-align: center;
      font-size: 60px;
      color: white;
  }
}



 
.slide:nth-child(1){
background-image: url(imagenes/03.jpg);
background-attachment: fixed;

}

.slide:nth-child(2){
background-image: url(imagenes/04.jpg);
background-attachment: fixed;
}

.slide:nth-child(3){
background-image: url(imagenes/teleco.jpg);
background-attachment: fixed;
}

.slide:nth-child(4){
background-image: url(imagenes/06.jpg);
background-attachment: fixed;
}

@keyframes animate{

0%{
	left: 0;
}


20%{
	left: -100%;
}

30%{
	left: -100%;
}

50%{
	left: -200%;
}

70%{
	left: -300%;
}

}

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



.slider{

position: hidden;


}


}



.teh{
	vertical-align: top; 
	margin-bottom: 30px; 
	margin-right: 20px; 
	float: left;
}


.teh + .cuadradoservicios {
  margin-top: 1em;
}


/*slider de pagina*/







.princcentro{

	float: left;
	max-width: 900px;
	

}


 .princcentro h1{

	font-size: 80px;
	color: green; 
	float: left;
	font-family: 'Montserrat',sans-serif;
}








 .princcentro h2{
color: grey;  
float: left; 
font-family:'Montserrat', sans-serif; 
text-align: left; 
font-size: 40px;
	
}



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


	.princcentro h1{

	font-size: 30px;
	
}
	.princcentro h2{

	font-size: 20px;


}

}





.animate__animated .animate__fadeInUp 1{
  --animate-duration: 10s;
}

.animate__animated .animate__fadeInUp 2{
  --animate-duration: 20s;
}









.botones {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
  text-decoration: none;
  align-items: left;
}

#separar {
  padding: 3%;
  display: inline-block;
}

.titulo {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.boton {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #008000;
  border: 2px solid;
  border-color: #008000;
  position: relative;
  text-decoration: none;
}

.boton:before {
  content:"";
  text-decoration: none;

  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.boton:hover:before {
width: 100%;
text-decoration: none;
}





/*contador*/




.contador{

width: 24.7%;
text-align: center;

justify-content: center;
display:inline-block;
align-items: center;
font-family:'Montserrat', sans-serif;


}



.contador h2{
font-family:'Montserrat', sans-serif;
color: grey;

}

.contador_cantidad{

	font-size: 50px;
	
margin-right: 10px;
margin-left: 20px;
	font-weight: 700;
	color: green; 
	font-family:'Montserrat', sans-serif;
}

@keyframes aparecer {
0%{

	opacity: 0;
	transform: translateY(100px);
}
100%{

opacity: 1;
transform: translateY(0);

}


}

.ocultar{
	opacity: 0;
}

.animar{
	animation: aparecer 1.3s;
}



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

	.contador{
		margin-top: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
		width: 80%;
		
	}

.contador_cantidad{

font-size: 25px;

}


.contador h2{

font-size: 25px;


}

}
/*contador*/