@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapbold';
    src: url('../fonts/asap-bold-webfont.eot');
    src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-bold-webfont.woff2') format('woff2'),
         url('../fonts/asap-bold-webfont.woff') format('woff'),
         url('../fonts/asap-bold-webfont.ttf') format('truetype'),
         url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amble';
    src: url('../fonts/amble-regular-webfont.eot');
    src: url('../fonts/amble-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amble-regular-webfont.woff2') format('woff2'),
         url('../fonts/amble-regular-webfont.woff') format('woff'),
         url('../fonts/amble-regular-webfont.ttf') format('truetype'),
         url('../fonts/amble-regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'asap';
    src: url('../fonts/asap-regular-webfont.eot');
    src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/asap-regular-webfont.woff2') format('woff2'),
         url('../fonts/asap-regular-webfont.woff') format('woff'),
         url('../fonts/asap-regular-webfont.ttf') format('truetype'),
         url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'andale';
    src: url('../fonts/andalemono-webfont.eot');
    src: url('../fonts/andalemono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/andalemono-webfont.woff2') format('woff2'),
         url('../fonts/andalemono-webfont.woff') format('woff'),
         url('../fonts/andalemono-webfont.ttf') format('truetype'),
         url('../fonts/andalemono-webfont.svg#andale_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas___-1-webfont.eot');
    src: url('../fonts/bebas___-1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas___-1-webfont.woff2') format('woff2'),
         url('../fonts/bebas___-1-webfont.woff') format('woff'),
         url('../fonts/bebas___-1-webfont.ttf') format('truetype'),
         url('../fonts/bebas___-1-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-bebas{
	font-family: 'bebasregular';
}

/* -------------------------------------------------
					COLORES
------------------------------------------------- */
nav a,
a{
	color: #1d1d1d;
}

nav a:hover,
a:hover,
.color-primary{
	color: #ff1d24;
}

.color-secondary{
	color: #f34235;
}

body,
.color-general{
	color: #111;
}

.color-gris{
	color: #999;
}

.color-blanco,
.color-blanco:hover{
	color: #fff;
}

.color-negro{
	color: #000;
}
.color-rojo{
	color: #F00;
}


/* -------------------------------------------------
				FONDOS
------------------------------------------------- */
body,
.bg-white{
	background: #FFF;
}
.bg-black{
	background: #000;
}
.bg-gris{
	background: #BBB;
}
.bg-gris-oscuro{
	background: #333;
}
.bg-primary{
	background: #ff1d24;
}
.bg-secondary{
	background: #eeeeee;
}
.bg-red{
	background: #dd452e;
}
.bg-azul{
	background: #0695bd;
}
.bg-amarillo{
	background: #ffa800;
}
.bg-dark{
	background: rgba(0,0,0,.7);
}
.bg-claro{
	background: rgba(250,250,250,.3);
}
nav a:hover,
.activo{

}
.alpha-verde{
	background: rgba(20,100,55,.7);
}
.alpha-verde-claro{
	background: rgba(20,100,55,.4);
}
.alpha-azul{
	background: rgba(0,40,90,.8);
}
.alpha-azul-claro{
	background: rgba(0,40,90,.4);
}

.bg-test1{
	background: #ff0;
}
.bg-test2{
	background: #f0f;
}
.bg-test3{
	background: #0ff;
}


/* -------------------------------------------------
					NAVEGACIÓN 
------------------------------------------------- */
.menufixed{
	height: 500px;
	left: 0;
	top: 200px;
	width: 100%;
}
nav {
	float: none;
	text-align: center;
	margin-left: -55px;
	width: 920px;
}
nav ul {
	padding: 0;
	height: 25px;
	margin: 0;
	width: 100%;
}
nav li {
	float: left;
	list-style: none;
	position: relative;
}
.uk-nav-offcanvas{
	height: 100%;
}
nav .uk-offcanvas a{
	border-bottom: none;
	border-bottom-color: none;
}
.uk-offcanvas li{
	width: 100%;
}
nav a {
	padding: 0 3px;
	margin: 0 11px;
	border-bottom: 2px solid #fff;
}
header .uk-active,
.activo{
	font-weight: bold;
}
.activo,
nav a:hover{
	color: #ff1d24;
}
nav ul ul {
	height: auto;
}
nav ul ul li {
	float: none;
	display: block;
}
nav ul ul a {
	color: #fff!important;
}
nav ul ul a:hover {
	padding: 7px 15px;
}
.select-menu {
	display: none !important;
}


/* -------------------------------------------------
					TEMPLATE
------------------------------------------------- */
body{
	font-family: 'robotoregular';
	font-size: 14px;
}
header{
	font-size: 16px;
	padding-bottom: 5px;
	width: 100%;
	z-index: 10;
}
footer{
}
footer .uk-icon{
}
header form{
	min-height: 150px;
}
.logo{
	text-align: left;
}
.logo img{
	margin-bottom: 20px;
}
.titulo-rojo{
	color: #ff1d24!important;
	font-size: 40px;
}
#caption{
	text-shadow:0 0 5px #000;
}
#formulario-acceso{
	min-height: 150px;
	position: relative;
}
.language{
	margin-right: 30px;
}
.height-150{
	height: 150px;
	overflow: visible;
}
.hidden-brand-0{
	margin-top: -500px;
}
.hidden-brand-1{
	margin-top: 0;
}
.overflow-hidden{
	overflow: hidden;
}

/* INICIO */
#ancla1 img{
	width: 100%;
}
#ancla1 span{
	padding: 30px;
}

/* ABOUT */
#about-nosotros{
	background: url(../img/contenido/varios/about0.jpg);
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 580px;
	font-size: 70px;
	font-weight: bold;
	text-shadow: 0 0 10px #000;
	overflow: hidden;
}
#about-mision{
	padding-left: 5%;

}
#about-ecologia{
	top: 100px;
	left: 5%;
	width: 50%;
	font-size: 20px;
}
.about-title-0,
.about-title-1,
.about-title-2{
	border: 2px solid #ff1d24;
	margin-top: 50px;
	min-height: 130px;
	position: relative;
}
.about-title-0{
	margin-top: 300px;
}
.about-title-0 img{
	left: 50%;
	margin-left: -175px;
	position: absolute;
	top: -220px;
}
.about-title-0 p{
}
.about-title-1 img{
	left: -120px;
	position: absolute;
	top: 0;
}
.about-title-1 p{
	padding-left: 70px;
	padding-right: 20px;
}
.about-title-2 img{
	right: -120px;
	position: absolute;
	top: 0;
}
.about-title-2 p{
	padding-right: 70px;
	padding-left: 20px;
}

#ancla7{
	background: url(../img/contenido/varios/contacto.jpg) no-repeat;
	background-position: right;
	min-height: 570px;
}

#item-txt a{
	text-decoration: none;
}
.encabezado{
	background: #ff1d24;
	color: white;
	padding: 5px 20px;
}





.verify-numbers{
	height: 20px;
	padding: 15px;
}
.z-index-1{
	z-index: -1;
}
footer li{
	list-style: none;
	margin: -10px 10px 20px 10px;
}
.float-left{
	float: left;
	vertical-align: middle;
}
.img-siguenos{
	margin-top: -5px;
}
footer i{
	padding: 7px;
	min-width: 15px;
}

.borde-1{
	border-bottom: solid 1px #a8c8e4;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.border-bottom{
	border-bottom: solid 2px #aaa;
}
.min-height-20{
	min-height: 20px;
}
.min-height-300{
	min-height: 300px;
}
.iframe-flip{
	height: 600px;
	width: 100%;
}
.owl-carousel .uk-cover-background{
	height: 800px;
}

.uk-navbar-nav-subtitle:hover div{
	color:#ff1d24;
}

@media (max-width: 1500px) {
	.owl-carousel .uk-cover-background{
		height: 700px;
	}
}
@media (max-width: 1200px) {
	.owl-carousel .uk-cover-background{
		height: 600px;
	}
	.titulo-rojo{
		font-size: 30px;
	}
}
@media (max-width: 900px) {
	.owl-carousel .uk-cover-background{
		height: 550px;
	}
	.owl-controls{
		display: none;
	}
	.titulo-rojo{
		font-size: 25px;
	}
}
@media (max-width: 768px) {
	.owl-carousel .uk-cover-background{
		height: 500px;
	}
}
/* -------------------------------------------------
					GENERALES
------------------------------------------------- */
b,
.bold{
	font-family: 'asapbold';
	font-weight: normal;
}
.light{
	font-family: 'robotolight';
}
img{
	max-width: 100%;
}
a,
a:hover
{
	text-decoration: none;
	cursor: pointer;
}
h1{
	font-family: 'asapbold';
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	font-family: 'asapbold';
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3{
	font-family: 'asapbold';
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4{
	font-family: 'asapbold';
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5{
	font-family: 'asapbold';
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.row{
	width: 100%;
}
.max-width{
	max-width: 100%;
}
.margen-top-5{
	margin-top: 5px;
}
.margen-top-10{
	margin-top: 10px!important;
}
.margen-top-20{
	margin-top: 20px;
}
.margen-top-50{
	margin-top: 50px;
}
.margen-top-70{
	margin-top: 70px;
}
.margen-top-100{
	margin-top: 100px;
}
.margen-top-menos-5{
	margin-top: -5px;
}
.margen-top-menos-10{
	margin-top: -10px;
}
.margen-top-menos-25{
	margin-top: -25px;
	z-index: 0;
}
.margen-top-menos-50{
	margin-top: -50px;
	z-index: 0;
}
.margen-bottom-10{
	margin-bottom: 10px;
}
.margen-bottom-20{
	margin-bottom: 20px;
}
.margen-bottom-50{
	margin-bottom: 50px;
}
.margen-v-10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margen-v-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margen-v-50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.margen-v-100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.magen-10{
	margin: 10px;
}
.margen-left-20{
	margin-left: 20%;
	padding-right: 20px; 
}
.separador-small{
	min-height: 0;
}
.badge{
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	color: #000:;
	padding: 4px;
	min-width: 16px;
	text-align: center;
}
.alpha-50,
.alpha-75
{
  opacity:1;
}
.alpha-50:hover{
  opacity:.5;
}
.alpha-75:hover{
	opacity:.75;
}
.oscuro{
	opacity:.5;
}
.oscuro:hover{
	opacity:1;
}
.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-top-20{
	padding-top: 20px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-v-10{
	padding-bottom: 10px;
	padding-top: 10px;
}
.padding-v-20{
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-v-50{
	padding-bottom: 50px;
	padding-top: 50px;
}
.padding-h-20{
	padding-left: 20px;
	padding-right: 20px;
}
.padding-h-50{
	padding-left: 50px;
	padding-right: 50px;
}
.padding-bottom-20{
	padding-bottom: 20px;
}
.pointer{
	cursor: pointer;
}
.font-size-12{
	font-size: 12px;
}
.text-xs{
	font-size: .6em;
}
.text-sm{
	font-size: .8em;
}
.text-lg{
	font-size: 1.2em;
}
.text-xl{
	font-size: 1.5em;
}
.font-25{
	font-size: 25px;
}
.font-50{
	font-size: 50px;
}
.uppercase{
	text-transform: uppercase;
}
::-webkit-input-placeholder { color: #f12; } /* WebKit */
:-moz-placeholder { color: #f12; } /* Firefox 18- */
::-moz-placeholder { color: #f12; } /* Firefox 19+ */
:-ms-input-placeholder { color: #f12; } /* IE 10+ */

.transicion{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.transicion:hover{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.input-rojo{
	background: #FFF;
	border: none;
	font-size: 16px;
	height: 20px;
	padding: 1px 3px;
}
.padding-1px{
	padding: 1px;
}
.input-gris,
.textarea-gris{
	background: #fff;
	border: 1px solid #F00;
	font-size: 16px;
	height: 30px;
	padding: 0 10px;
}
.textarea-gris{
	padding: 10px;
	height: 100px;
	resize:none;
}
input{
	font-size: 16px;
	color: #333;
}
.uk-button-primary{
	background-color:#f01;
	background-image:-webkit-linear-gradient(top,#f01,#f01);
	background-image:linear-gradient(to bottom,#f01,#f01);
	color:#FFF;
	border-color:none!important;
	text-shadow:0 -1px 0 rgba(0,0,0,.2)
}
.uk-button-primary:focus,.uk-button-primary:hover{
	background-color:#555;
	color:#fff;
	background-image:none
}
.uk-button-primary.uk-active,.uk-button-primary:active{
	background-color:#444;
	color:#fff;
	background-image:none;
	border-color:rgba(0,0,0,.2);
	border-top-color:rgba(0,0,0,.4);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.2)
}
.uk-button-success{
	background-color:#82bb42;
	color:#fff;
	border-color:rgba(0,0,0,.2);
	border-bottom-color:rgba(0,0,0,.4);
	text-shadow:0 -1px 0 rgba(0,0,0,.2)
}
.uk-button-success:focus,.uk-button-success:hover{
	background-color:#8fce48;
	color:#fff;
	background-image:none
}
.uk-button-success.uk-active,.uk-button-success:active{
	background-color:#76b430;
	color:#fff;
	background-image:none;
	border-color:rgba(0,0,0,.2);
	border-top-color:rgba(0,0,0,.4);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.2)
}
.uk-button-danger{
	background-color:#d32c46;
	color:#fff;
	background-image;
	border-color:rgba(0,0,0,.2);
	border-bottom-color:rgba(0,0,0,.4);
	text-shadow:0 -1px 0 rgba(0,0,0,.2)
}
.uk-button-danger:focus,.uk-button-danger:hover{
	background-color:#e33551;
	color:#fff;
	background-image:none
}
.uk-button-danger.uk-active,.uk-button-danger:active{
	background-color:#c91c37;
	color:#fff;
	background-image:none;
	border-color:rgba(0,0,0,.2);
	border-top-color:rgba(0,0,0,.4);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.2)
}


/* -------------------------------------------------
					MEDIA QUERY
------------------------------------------------- */

@media (max-width: 1220px) {
	#txt-cover{
		width: 900px;
	}
	nav a{
		font-size: 14px;
		margin: 0 4px;
	}
}
@media (max-width: 960px) {
	nav{
		margin-left: 0;
		width: 100%;
	}
	nav a{
		font-size: 14px;
		margin: 0 3px;
	}
	.logo img{
		width: 100px;
	}
	#hidden-brand{
		display: none;
	}
	#ancla7{
		background-size: 80%;
	}
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
	.menu
	{
		display: none;
	}
	nav{
		height: 10px;
	}
	.logo{
		text-align: left;
	}
	.margen-left-20{
		margin-left: 0;
	}
	.select-menu {
		border: 1px solid #999;
		background: #494949 ;
		color: #ffffff;
		cursor: pointer;
		display: block !important;
		height: 30px;
		margin: 170px 10% 0 10%;
		width: 80%;
	}
	.height-150{
		height: 40px;
	}
	.uk-invisible{
		visibility:visible!important
	}
	#txt-cover{
		margin: 0 10% 0 -10%;
		width: 50%;
	}
	.margen-top-70{
		margin-top: 20px;
	}
	.uk-text-right{
		text-align: center!important;
	}
	.separador-small{
		height: 20px;
	}
	.font-25{
		font-size: 18px;
	}
	#ancla2{
		margin: 0 5%;
		width: 90%;
	}
	header,
	footer{
		text-align: center!important;
	}
	.about-title-1 img,
	.about-title-2 img{
		left: 0;
		top: 0;
		position: relative;
		float: left;
	}
	.about-title-1 p,
	.about-title-2 p,
	.about-title-3 p{
		padding: 0 20px 0 190px;
	}
	#hoja{
		min-height: 400px;
		background: url(../img/contenido/varios/ecologia.jpg) top right no-repeat;
		background-size: 150%;
	}
	#about-ecologia{
		background: rgba(250,250,250,.7);
		width: 100%
	}
	#ancla7{
		background: none;
		min-height: 370px;
	}

}