@import url("slide_fade.css");
@import url("fichas_zonas.css");
@import url("formulario.css");
@import url("registro.css");
@import url("ficha-especie2.css");
@import url("ficha-habitat.css");
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
	background-color: #f1f1f1;
}

/*CUERPO*/
.container{
	min-height: calc(100vh - 180px);
	margin: auto;
}

.main-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: auto;
	height: 120px;
	background-color: #FFFFFF;
}

/*HEADER*/
.encabezado{
	width: 100%;
}
.contactos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #5F7281;
	width: 100%;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	z-index: 10;
}

.icono{
	color:#23c4d8;
}
.datos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	font-size: 13px;

}

.datos a{
	color: #FFFFFF;
	text-transform: lowercase;
}
.dat{
	padding: 0 15px;
}

.datos .rrss1{
	font-size: 20px;
	padding: 0 10px;
	color:#23c4d8;
	cursor: pointer;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}

.datos .rrss1:hover{
	color:#FFFFFF;
}

.dat2 .rrss2{
	display: none;
}

/*NAVEGACION*/

.menu-btn{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 27px;
	font-size: 24px;
	color:#97A3B4;
	text-align: center;
	cursor: pointer;
	border: 2px solid #97A3B4;
	border-radius: 5px;
	z-index: 30;
	display: none;
}

.nav-main{
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 120px;
	padding: 20px;
	z-index: 30;
}

.nav-brand{
	height: 100px;
}

a{
	text-transform: uppercase;
	text-decoration: none;
	color: #60727c;
}

ul{
	list-style: none;
}

/*NAV IZQ*/

.nav-main ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.nav-main ul li{
	padding: 10px;
}

.nav-main ul li a{
	padding: 4px;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}

.nav-main ul li a:hover{
	color:#23c4d8;
	/*border-bottom: 1px solid #eb8300;*/
}
.active{
	color: #23c4d8;
	font-weight:700;
}

.nav-main ul.nav-menu{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 20px;
}

.nav-menu{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 30;
}

.auspicios{
	width: 50%;
	margin: auto;
	margin-top: 20px;
}
.auspicios img{
	width: 100%;
}

.logos-auspicios{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 60%;
	margin: auto;
	margin-top: 15px;
}
.logos-auspicios img{
	width: 49%;
}


/*PRESENTACION*/
.presentacion{
	display: block;
	width: 55%;
	margin: auto;
}

.titulo-pres{
	font-size: 42px;
	font-weight: 300;
	color: #23c4d8;
	margin:40px 0;
}

.presentacion p{
	font-size: 14px;
	text-align: justify;
	color: #60727c;
	line-height: 30px;
	margin-bottom: 20px;
}

.presentacion .pie{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #23c4d8;
}

.presentacion .creditos{
	font-size: 10px;
	text-align: center;
	margin: 30px 0;
	line-height: 12px;
}

.presentacion img{
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
	margin: auto;
}

.logo-pres{
	width: 10%;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: auto;
}

hr{
	height: 2px;
	background-color: #23c4d8;
	border-color: #23c4d8;
}

/*COLABORADORES*/
.colaboradores{
	display: block;
	width: 55%;
	margin: auto;
}

.titulo-col{
	font-size: 42px;
	font-weight: 300;
	color: #23c4d8;
	margin:50px 0;
}

.ficha-col{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	margin-bottom: 10px;
}

.ficha-foto img{
	height: 250px;
	/*width: 100%;*/
	border-radius: 5px;
}

.ficha-tit{
	font-size: 18px;
	font-weight: 700;
	color: #60727c;
	margin-bottom: 20px;
}

.ficha-texto{
	padding: 0 20px;
}

.ficha-texto p{
	font-size: 12px;
	text-align: justify;
	color: #60727c;
	line-height: 24px;
}

/*AREAS*/
.areas{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
}

.zona{
	display: block;
	width: 18%;
	background-color: #FFFFFF;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.zona img{
	width: 100%;
}

.zona1{
	width: 100%;
	padding: 10px;
	text-align: center;
}

.zona:hover{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	        box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	cursor: pointer;
}

.zona .titulo{
	font-size: 20px;
	font-weight: 700;
	/*background-image: linear-gradient(to top, #f7daa1 0%, #d2ca94 100%);*/
	color: #FFFFFF;
	border-radius: 8px;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.zona .descripcion{
	margin-bottom: 20px;
	font-size: 13px;
	color: #60727c;
	line-height: 22px;
}

.zona a{
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #23c4d8;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.zona a:hover{
	background-color: #e7feeb;
	border-radius: 5px;
	color: #60727c;
}

/*ESPECIES Y HABITATS*/
.especies{
	width: 55%;
	margin: auto;
	margin-bottom: 30px;
}

.clasificacion{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
}

.icono-clases{
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 17%;
	font-size: 16px;
	font-weight: 500;
	color: #97A3B4;
	text-align: center;
	margin: 20px;
	margin-bottom: 20px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.icono-clases img{
	width: 100%;
}

.icono-clases:hover{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	cursor: pointer;
}

.clases{
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30%;
	font-size: 15px;
	font-weight: 700;
	color: #60727c;
	text-align: center;
	background-color: #FFFFFF;
	border: 4px solid #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	margin-bottom: 20px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.clases img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.clases:hover{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	        box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	cursor: pointer;
}

.clases2{
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
		width: 23%;
	font-size: 15px;
	font-weight: 700;
	color: #60727c;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	margin-bottom: 20px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.clases2 img{
	width: 100%;
}

.clases2:hover{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	        box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	cursor: pointer;
}

.clases2 a{
	font-weight: 500;
	text-transform: none;
}

/*GLOSARIO*/
.glosario{
	width: 55%;
	margin: auto;
	margin-bottom: 30px;
}

.glosario-textos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
}

.glosario-textos p{
	font-size: 12px;
	line-height: 18px;
	color:#60727c;
	text-align: justify;
	margin-bottom: 10px;
}

.glosario-col{
	width: 32%;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #23c4d8;
}
.termino{
	font-weight: 700;
	background-color:#EBD9AC;
	border-radius: 10px;
	padding: 3px 10px;
	margin-right: 2px;
}

/*CONTACTO*/
.contacto{
	width: 55%;
	margin: auto;
	margin-bottom: 30px;
}

.formulario{
	display:block;
	width: 100%;
}

.bajada-contacto{
	font-size: 18px;
	line-height: 30px;
	font-weight: 200;
	text-align: center;
	padding: 10px;
	background-color:#A1B7C4;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.input{
	background: #fffffff;
	color: #6b7b94;
	outline: none;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 20px 10px;
}

input[type="text"],
input[type="email"]{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin-bottom: 5px;
}

.form textarea{
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

input[type="submit"]{
	width: 150px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	padding: 10px;
	background-color: #dbdfe4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

input[type="submit"]:hover{
	cursor: pointer;
	color: #ffffff;
	background: #23c4d8;
}

.g-recaptcha{
	width: 50%;
	margin-bottom: 10px;
}

/*BOTON UP*/
.button-up{
	width: 40px;
	height: 40px;
	/*background-color: rgba(210,210,210,0.7);*/
	background-color: rgba(147,162,173,.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	border-radius: 50%;
	font-size: 24px;
	position: fixed;
	z-index: 10;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.button-up:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/*FOOTER*/

.footer{
	height: 140px;
	width: 100%;
	left: 0;
	bottom: 0;
}
.footer1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color:#5F7281;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	border-bottom: 2px solid #4e5d69;
	z-index: 10;
}

.footer2{
	width: 100%;
	margin: auto;
	background-color:#5F7281;
	padding: 10px;
	border-top: 2px solid #697e8e;
}

.copyright2{
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	color:#23c4d8;
}
.pie2{
	font-size: 11px;
	text-align: center;
	color:#97A3B4;
	margin-bottom: 20px;
}

@media (max-width:769px){
	
.nav-main ul.nav-menu{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #2f3640;
		height: 100%;
		padding: 50px;
		opacity: .95;
		-webkit-transform: translate(-650px);
		    -ms-transform: translate(-650px);
		        transform: translate(-650px);
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		-o-transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	}
	
.nav-main ul.nav-menu.show{
		-webkit-transform: translate(-60px);
		    -ms-transform: translate(-60px);
		        transform: translate(-60px);
	}
	
.menu-btn{
	display: block;
	}

.datos{
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}	
	
.datos a{
	text-align: center;
	}	
	
.datos .rrss1{
		display: none;
	}	
	
.dat2 .rrss2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	padding: 0 10px;
	margin: 5px;
	color:#23c4d8;
	cursor: pointer;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	}

.dat2 .rrss2:hover{
	color:#FFFFFF;
	}	
	
.dat{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5px;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}
	
.dat2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}
	
.auspicios{
	width: 90%;
	}
	
.logos-auspicios{
	display: block;
	width: 90%;
	margin: auto;
}	
	
.logos-auspicios img{
	margin-top: 0;
}	
	
/*PRESENTACION*/
.presentacion{
	width: 85%;
}

.titulo-pres{
	font-size: 34px;
	text-align: center;
	margin:20px 0;
}

.presentacion p{
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 15px;
}

.presentacion .pie{
	font-size: 13px;
	margin-bottom: 15px;
}

.presentacion .creditos{
	font-size: 10px;
	text-align: center;
	margin: 30px 0;
	line-height: 12px;
}

.presentacion img{
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 100%;
	margin: auto;
}

.logo-pres{
	width: 40%;
}		
	
/*COLABORADORES*/
.colaboradores{
	width: 85%;
}

.titulo-col{
	font-size: 34px;
	text-align: center;
	margin:20px 0;
}

.ficha-col{
	display: block;
	padding: 10px;
}

.ficha-foto{
	height: 250px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	}	
	
.ficha-foto img{
	height: 100%;
	width: 100%;
}

.ficha-tit{
	font-size: 18px;
	font-weight: 700;
	color: #60727c;
	margin-bottom: 20px;
}

.ficha-texto{
	padding: 0 10px;
}
	
.ficha-texto p{
	line-height: 20px;
	}	
	
/*AREAS*/
.areas{
	display: block;
}

.zona{
	width: 100%;
	margin-bottom: 15px;
}	
	
/*ESPECIES Y HABITATS*/
.especies{
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}

.clasificacion{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.icono-clases{
	width: 45%;
	margin: 0;
	}	
	
.clases{
	width: 47%;
}	
	
.clases2{
	width: 47%;
}			
	
/*CONTACTO*/
.contacto{
	width: 90%;
}	
	
/*FOOTER*/	
.footer1{
	display: block;
	margin-top: 20px;
	}	

.footer1 .rrss2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	padding: 0 10px;
	margin: 5px;
	color:#23c4d8;
	cursor: pointer;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
	}

.footer1 .rrss2:hover{
	color:#FFFFFF;
	}
	
}

@media (max-width:426px){
	
.logos-auspicios{
	display: block;
	width: 80%;
	margin: auto;
}
.logos-auspicios img{
	width: 100%;
	margin-top: 20px;
}
	
}