*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
.section{
	overflow: hidden;
}
img{
	width: 100%;
}/*
.fondo-color-principal{
	background: #0F7B52;
}
.texto-color-principal{
	color: #0F7B52;;
}
.titulo{
	
}
.texto{
	
}*/
/*=========================
BOTON WHATSAP
=========================*/
.boton-whatsap{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid white;;
	position: fixed;
	z-index: 20;
	bottom: 5%;
	right: 5%;
	margin: auto;
	background: none;
	font-size: 1.7em;
	line-height: 48px;

}
.boton-whatsap a{
	color: white;
}
/*=========================
BARRA MENU NAVEGACION
=========================*/
.barra-menu-navegacion{
	display: none;
}
/*=========================
MENU NAVEGACION
=========================*/
.menu-navegacion{
	font-size: 1.2em;
	position: fixed;
	font-weight: bold;
	top: 0;
	z-index: 5;
	width: 100%;
}
.menu-navegacion.ocultar{
	display: none;
}
.menu-navegacion ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto;
}

.menu-navegacion ul li.item-seccion{
	position: relative;
	min-width: 130px;
}
.menu-navegacion ul li.item-seccion:last-child a img{
	width: 25px;
}
.menu-navegacion ul li a{
	padding: 10px;
	color: #0F7B52;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	
}
.icono-nav{
	position: relative;
	width: 200px;
}
.icono-nav ul{
	position: absolute;
	bottom: -20px;
	width: 100%;
	justify-content: center;

}
.icono-nav ul li a{
	font-size: 1.2em;
}
.icono-nav ul li a i{
	font-weight: bold;
}
/*=========================
SUBMENU NAVEGACION
=========================*/
ul.submenu {
	position: absolute;
	top: 40px;
	display: none;
	width:200px;
}
ul.submenu.abrir{
	display: block;
}

/*=========================
BANDERA MENU
=========================*/
.contenedor-bandera{
	position: relative;
}
ul.contenido-bandera{
	width: 100%;
	position: absolute;
	display: none;
	
}
ul.contenido-bandera.abrir{
	display: block;
}
ul.contenido-bandera li{

}


/*=========================
SECCION SOBRE NOSOTROS
=========================*/
.fondo-sobre-nosotros{
	background-image: url(../img/imagenes/naranja.jpg);
	background-position: top;
	background-size: cover;
}
.sobre-nosotros{
	width: 40%;
	margin:auto;
	text-align: center;
	font-size: 1.3em;
	color: white;
}
.sobre-nosotros h3{
	font-family: 'Pacifico', cursive;
}

.sobre-nosotros p{
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	

}


/*=========================
SECCIONES EN GENERAL
=========================*/
.articulo{
	
	width: 50%;
	margin: auto;
	display: flex;


	align-items: center;

	font-size: 1.2em;
}
.articulo h3{
	font-family: 'Pacifico', cursive;
}

.articulo p{
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;

}

.articulo img{
	width: 250px;
}
.articulo div{
	width: 100%;
	color: white;
}


.titulo-peq{
	display: none;
}
.titulo-grand{
	display: block;
}


/*=========================
GALERIA
=========================*/
.boton-galeria{
	padding: 10px 20px;
	margin-top: 10px;
	border: none;
	border-radius:6px;
	cursor: pointer;
	color: white;
	background: #FFD118;
	font-family: 'Oswald', sans-serif;
}



.contenedor-galeria{
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height:  100vh;
	position: absolute;
	top: 0; 
	z-index: 12; 
	overflow: auto;
	display: none;
	margin: 0;

}
.contenedor-galeria.activo{
	display: block;
}
.contenido-galeria{
	position: relative;
	width: 90%;

	margin: auto;
	columns: 7 150px;
	/*overflow: hidden;*/
	padding: 0;

	margin-top: 120px;
	margin-bottom: 120px;

}
.contenido-galeria img{
	border-radius: 10px;
	margin-top: 15px;
	cursor: pointer;
	
}



.cerrar-galeria{
	

	position: fixed; width:90%; margin: auto; display: flex; align-items: center; justify-content: space-between; left: 50%; transform: translate(-50%); z-index: 112;

}
.contenido-galeria-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:40%;
	display: none;
}
.contenido-galeria-img.activo{
	display: block;
}
.contenido-galeria-img img{
	border-radius: 10px;
}
.boton-siguiente{
	position: absolute;
	
	top: 50%;
	transform: translate(-50%);
	padding: 20px;
	margin-left: -25px;
	border: none;
	background: #0F7B52 ;
	cursor: pointer;
	border-radius: 6px 0 0 6px;
	color: white;
}
.boton-anterior{
	position: absolute;
	left: 0;
	top: 50%;
	padding: 20px;

	border: none;
	background: #0F7B52 ;
	cursor: pointer;
	border-radius: 0 6px 6px 0;
	color: white;
}

/*=========================
CONTACTO
=========================*/
.contacto{
	width: 30%;
	margin:auto;
	text-align:center;
}
.contacto li{
	line-height: 30px;
}
.contacto li img{
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}
.contacto li a{
	font-size: 1.3em;
	color: white;
}

/*=========================
FONDO VERDE PANTALLA
=========================*/
.fondo2{
	width:100%; height:70vh;  position: fixed; bottom: 0; z-index: 1;
}
.waves{
	width:100%; height: 100px;
}
.fondo-waves{
	width:100%;background: #0F7B52; height: 100vh;
}
.wave{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/imagenes/image.png);


	z-index: 4;
	background-size: 1000px;
	height: 100px;
}
#wave1{
	animation: wave1 5s linear infinite;
}
@keyframes wave1{
	0%{
		background-position-x: 1000px;
	}
	100%{
		background-position-x: 0px;
	}
}
#wave2{
	animation: wave2 5s linear infinite;
	opacity: .8;
}
@keyframes wave2{
	0%{
		background-position-x: 0px;
	}
	100%{
		background-position-x: 1000px;
	}
}
#wave3{
	animation: wave3 4s linear infinite;
	opacity: .6;
}
@keyframes wave3{
	0%{
		background-position-x: 1000px;
	}
	100%{
		
		background-position-x: 0px;
	}
}
#wave4{
	animation: wave4 4s linear infinite;
	opacity: .4;
}
@keyframes wave4{
	0%{
		background-position-x: 0px;
	}
	100%{
		background-position-x: 1000px;
	}
}


.pie-pagina{
	background: black; width: 100%; height: 50px; position: absolute; bottom: 0;
}















@media screen and (max-width: 1024px){
	.cerrar-galeria{
		display: none
	}
	/*=========================
	BARRA MENU NAVEGACION
	=========================*/
	.barra-menu-navegacion{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		left: 50%;
		transform: translate(-50%);
		z-index: 20;
		top: 10px;
		width: 90%;
	}
	.icono-barra-menu-navegacion{
		width: 130px;
	}
	.redes-sociales{
		display: flex;
		justify-content: center;

	}
	.redes-sociales li{
		margin: 0 5px;
	}
	.redes-sociales li a{
		color: #0F7B52;

		font-size: 1.1em;
	}
	.redes-sociales li a i{
		font-weight: bold;
	}
	
	
	/*=========================
	MENU NAVEGACION
	=========================*/
	.menu-navegacion{
		display: none;
	}
	.menu-navegacion.activo{
		display: block;
		background: rgba(0, 0, 0, 0.8);
		height: 100vh;
	}
	.menu-navegacion ul{
		display: block;
		margin-top: 130px;
		width: 50%;
	}
	.menu-navegacion ul li.item-seccion{
		background: #fcf4b6;
		border-radius: 6px;
		margin-top: 5px;
		
	}
	.menu-navegacion ul li.item-seccion:last-child{
		background: none;
	}
	
	.icono-nav{
		display: none;
	}
	/*=========================
	SUBMENU NAVEGACION
	=========================*/
	ul.submenu{
		position: relative;
		margin:0;
		padding:0;
		width: 100%;
		top: 0;
		display: none;
	}
	ul.submenu li{
		display: block;
	}

	/*=========================
	BANDERA MENU
	=========================*/
	.contenedor-bandera{
		display: flex;
		width: 150px;
		position: relative;
		
	}
	ul.contenido-bandera{
		display: none;
		margin: 0;
		padding: 0;
		width: 100px;
		margin-left: 50px;
	}
	ul.contenido-bandera.abrir{
		display: flex;
	}
	ul.contenido-bandera li{
		width: 50px;

	}

	/*=========================
	FONDO VERDE PANTALLA
	=========================*/
	.fondo2{
		height:60vh;
	}


	/*=========================
	SECCIONES EN GENERAL
	=========================*/
	.articulo{
		width: 70%;	
	}
	
	/*=========================
	CONTACTO
	=========================*/
	.contacto{
		width: 80%;
	}
	.contenido-galeria{
	}
}

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


	.contenido-galeria-img{
		width: 70%;
	}

	.menu-navegacion ul{
		width: 70%;
	}
	
	/*=========================
	SECCIONES EN GENERAL
	=========================*/
	.articulo{
		width: 80%;
		margin: auto;
	}
	.articulo img{
		width: 200px;
	}
	.sobre-nosotros{
		width: 80%;
		font-size: 1.2em;
	}
	

	/*=========================
	GALERIA
	=========================*/
	

	.redes-sociales-br{
		position: absolute;
		bottom: -15px;
		width: 100%;
	}

}

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

	.contenido-galeria-img{
		width: 90%;
	}


	.menu-navegacion ul{
		width: 90%;
	}
	/*=========================
	SOBRE NOSOTROS
	=========================*/
	.sobre-nosotros{
		width: 90%;
		margin:auto;
		font-size: 1.1em;
	}
	/*=========================
	SECCIONES EN GENERAL
	=========================*/
	.articulo{
		flex-wrap: wrap;
		width: 70%;
	}
	.articulo img{
		width: 100%;
	}
	.articulo p{
		text-align: center;
	}
	.titulo-peq{
		display: block;
		margin: auto;
	}
	.titulo-grand{
		display: none;
	}

	.boton-galeria{
		display: block;
		margin:auto;
		margin-top: 20px;
	}

	/*=========================
	BANDERA MENU
	=========================*/
	ul.contenido-bandera{
		width: 100px;
	}




}





