
@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/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{

	float: left;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	backdrop-filter: blur(20px);
	color: white;
	z-index: 1000000000000;
position: absolute;
	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: 1;
left: -100px;
transition: 0.4s ease all;
}
nav{
	z-index: 1;
	display: inline-block;
}
nav ul{
z-index: 1;
	margin: 0;
	padding: 0;
}
nav li{
z-index: 1;
	margin:0;
	padding:0;
	display: inline-block;
}


/*Menu desplegable*/

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


}

.nav li:hover > ul {
	z-index: 1;
display:block;

}
nav li:hover{
z-index: 1;
background-color: rgba(0,0,0,.75);
backdrop-filter: blur(5px);


}
nav li ul li{
	position:relative;
	float: middle;
	width: 100%;
z-index: 1;
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: 1;
	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: 1;
		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:0;
padding: 0;
	margin-top: 58px;
	width: 100%;
	
	background-color:#F0F0F2;

}

.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;
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*/


/*slider de pagina*/
img{
    max-width: 100%;
    z-index: 50;
  
}

.container-all{

   
    max-width: 500px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
   backdrop-filter: blur(5px);
   z-index: 50;
   justify-content: center;
 

}

.slide{
	float: right;
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 600ms;
    animation-name: autoplay;
    animation-duration: 10.5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
     z-index: 50;
  
}

.item-slide{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    
}

.pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
   
}

.pagination-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    frontdrop-filter: blur(5px);
    margin: 0 10px;
    text-align: center;
    transition: all 1000ms;
    
}

.pagination-item:hover{
    transform: scale(2);
    

}

.pagination-item img{
    display: inline-block;
    max-width: none;
    height: 100%;
    transform: scale(1);
    opacity: 0;
    transition: all 300ms;
    
}

.pagination-item:hover img{
    opacity: 1;
    transform: scale(1);


}


input[id="1"]:checked ~ .slide{
    animation: none;
    transform: translate3d(0, 0, 0);
    
}

input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
    background: #fff;
   
}

input[id="2"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
    
}

input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
    background: #fff;
  
}


input[id="3"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
   
}

input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
    background: #fff;

}


@keyframes autoplay{
    33%{
        transform: translate3d(calc(-100% * 0), 0, 0);
    }

    63%{
        transform: translate3d(calc(-100% * 1), 0, 0);
    }

    100%{
        transform: translate3d(calc(-100% * 2), 0, 0);
    }
}


/*slider 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;
}




/*Paralax de imagenes*/





#parallax{
  background-image: url("imagenes/aguas.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*Paralax de imagenes*/

/*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*/



@supports (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
.parallax-nh{
	width: 100%;
	height: 65vh;
	background-image: url(imagenes/001.jpg);
	
	position: relative;
	background-size: cover;
	background-repeat: none;
	background-attachment: local;
	display: flex;
	justify-content: center;
	align-items: center;
}}








@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
.parallax-nh{
	width: 100%;
	height: 65vh;
	background-image: url(imagenes/001.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}}







.texto-nuestrahistoria{


	text-align: center;
	font-size: 50px;
	color:#F0F0F2;


}


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

.texto-nuestrahistoria{

	font-size: 20px;


}

}

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

.texto-nuestrahistoria{

	font-size: 15px;


}

}

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

.espacio{

	padding: 30px 0 60px 0;
	text-align: left;
	background: #F0F0F2;
}

.parallax-mision{


background-image: url(imagenes/06.jpg);
height: 450px;
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*/






/*Boton neo proyectos*/

.pad {
    display: flex;
    justify-content: center;
    margin: 0 35px;
    padding: 0px 0 30px 0;
   
}

.pad a {
    display: flex;
    min-width: 275px;
    padding: 25px 35px;
    margin: 0 35px;
    border-radius: 10px;
    color: #53657D;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.proyect-hover {
   background: #F0F0F2;
}

.proyect-hover a {
    background: #F0F0F2;
    box-shadow: 6px 6px 20px -1px rgba(0, 0, 0, 0.15),
        -6px -6px 20px -1px rgba(255, 255, 255, 0.7);
}

.proyect-hover a:hover {
    box-shadow: inset 4px 4px 10px -1px rgba(0, 0, 0, 0.15),
        inset -4px -4px 10px -1px rgba(255, 255, 255, 0.7);
}


/*Boton neo proyectos*/



.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;
}