
@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: 100;
	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: 1000000000;
	position: absolute;
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: auto;
	margin-top: 58px;
	width: 100%;
	overflow: hidden; 
	background-color:#F0F0F2;

}

.main{
justify-content:  center;
	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*/







/*Paralax de imagenes*/


/*Paralax de imagenes*/



/*Parallax*/







@supports (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
.parallax-nh{
	width: 100%;
	height: 400px;
	background-image: url(imagenes/galeria2.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: 400px;
	background-image: url(imagenes/galeria2.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;


}

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

/*galeria*/


.gallery{

align-content: center;
width: 100%;
display: flex;
  justify-content: left;
  flex-wrap: wrap;



}
.gallery img{
border-radius: 20px;
	transition: 0.5s;
	padding: 10px;
	width: 300px;
align-content: center;
  justify-content: space-around;

	
}
.gallery img:hover{

	filter: grayscale(50%);
	transform: scale(1.1);
}


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


.container .main h1{
font-size: 30px;
}

.gallery{

	 justify-content: space-around;
}

}



/*galeria*/

/*tarjeta galeria*/

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;


}

.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;

}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  
  align-items: center;
  border-radius: 0px 0px 40px 40px;
  font-family: 'Unica One' ,sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


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

.texto-nuestrahistoria{

	font-size: 20px;


}
.neo{
	float: none;
}


}

/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/

/*tarjeta galeria*/




