*{
	margin:0;
	padding: 0;
	border:0;
	outline: 0;
	font-size: 1em;
	line-height: 1.4em;
	box-sizing:border-box; 
}

::-webkit-scrollbar{
	width: 4px;
}

::-webkit-scrollbar-thumb{
	background:#333;
}

::-webkit-scrollbar-track{
	background:#888;
}

body, textarea{
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000;
}

a, input[type="submit"], button{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
}

a:hover{
	text-decoration: underline;
	color: #BC3632
}

strong{
	font-weight: 700
}

small{
	font-size: 0.9em;
	display: block;
}

small a{
	color: #BC3632
}

p{
	margin: 1em 0;
	clear: both;
	position: relative;
}

br{
	line-height: 0
}

ul, ol{
	list-style: none;
}

header, main, footer, section, nav{
	display: block;
	clear: both;
	position: relative;
}

header, footer, section, main{
	overflow: hidden;
}

figure{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

figure a, figure img{
	width: 100%;
	display: block;
}

img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

table{
	width: 100%;
	margin: 1em 0;
	border-collapse:collapse;
}

table,tr,td,th{
	padding:1em;
	border:1px solid #ddd;
	text-align: left;
}

td{
	font-size: 0.85em
}

hr{
	width: 2em;
	height: 0;
	border-top: medium solid #fff;
	margin: 1em 0
}

address{
	font-style: normal;
}

input{
	background:none;
	line-height: 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]{
	background: #BC3632;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s;
}

input[type="submit"]:hover{
	background: #892725;
}

input[type="checkbox"], input[type="radio"]{
	width: auto !important;
	height: auto !important;
	display: inline-block;
	margin-right: 0.5em
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"]{
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

select{
	border-radius: 0;
}

.btn{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 1em 2em;
	font-size: 0.9em;
}

.btn:hover{
	background: #000;
	color: #fff;
	text-decoration: none
}

.hide{
	display: none !important
}

.error{
	color: #f00
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.fleft{
	float: left !important;
}

.fright{
	float: right !important;
}

.disabled, .ui-state-disabled{
	cursor: default;
	opacity: 0.4
}

.full{
	width: 100%;
	display: block;
}

.hero{
	width: 100%;
	height: 100%;
}

iframe.hero{
	position: absolute;
	z-index: 1
}

.fancybox-container{
	color: #000
}

.fancybox-container h1{
	margin: 1em 0;
	font-size: 1.2em
}

header{
	background: #000;
	padding: 2em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	overflow: visible;
}

header h1{
	float: left;
	font-size: 1em;
	width: 30%;
}

header h1 a{
	width: 40%;
	max-width: 250px;
	height: 90px;
	display: inline-block;
	text-indent: -9999px;
}

header h1 a.una{
	background: url(../img/logo-una.svg) center/contain no-repeat;
}

header h1 a.fauna{
	background: url(../img/logo-fauna.svg) center/contain no-repeat;
	margin-right: 1em;
}

header nav{
	float: right;
	width: 70%;
	text-align: right;
	clear: none;
	margin-top: 1em
}

header nav li{
	display: inline-block;
	position: relative;
}

header nav li a{
	font-size: 1.1em;
	color: #fff;
	padding: 0.5em;
	margin-left: 0.5em;
	display: block;
	text-transform: uppercase;
}

header nav li a.mas{
	border: 1px solid #fff
}

header nav li a:hover{
	color:#999;
	border-color: #999;
	text-decoration: none
}

header nav li a.active{
	font-weight: 700;
	text-decoration: underline;
}

header nav li ul{
	background: #fff;
	display: none;
	position: absolute;
	left: 0.5em;
	z-index: 1
}

header nav li ul li{
	display: block;
}

header nav li ul li a{
	padding: 0.5em 3em 0.5em 0.5em;
	color: #777;
	border-bottom: 1px solid #ccc;
	text-align: left;
	display: block;
	margin: 0 0.5em;
	text-transform: lowercase;
}

header nav li ul li a:hover{
	color:#000;
	text-decoration: none;
}

header nav li .third-menu ul{
	background: #f1f1f1;
	position: relative;
	left: 0;
}

header .nav-areas{
	display: none
}

#nav-btn{
	display: none;
	font-size: 2em;
	color: #fff;
	padding: 0.5em;
	position: absolute;
	top: 0.5em;
	left: 1em;
}

main{
	padding: 12em 2em 5em
}

main aside ul{
	position: fixed;
	left: 0;
	padding: 1em 2em;
	z-index: 99;
}

main aside li{
	display: block;
	margin:12px 0;
}

main aside li a{
	color: #000;
	font-weight: 300;
	opacity: 0.8;
}

main aside li a:hover{
	text-decoration: none;
	color: #000;
	opacity: 1
}

main aside .left .area1{
	margin: 0 0 1em
}

main aside .left a.active{
	font-size: 1.2em;
	font-weight: 700;
	opacity: 1;	
}

main aside .right{
	left: auto !important;
	right: 0 !important;
	text-align: center;
}

main aside .right a{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-indent: -9999px;
	display: inline-block;
	border: 1px solid #fff;
	opacity: 1
}

main aside .right a:hover, main aside .right a.active{
	background: #fff
}

main aside .right a.area1{
	background: url(../img/nav-home.svg) center no-repeat;
	width: 30px !important;
	height: 25px !important;
	border: none !important;
	margin-bottom: 10px
}

main aside .right a.area1:hover, main aside .right a.area1.active{
	background: url(../img/nav-home-selected.svg) center no-repeat !important;
}

main aside .titulo{
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	left: -50px;
	font-size: 1.5em;
	white-space: nowrap;
}

section.area{
	background-attachment: fixed;
    min-height: 100%;
    position: relative;
    width: 70%;
    margin-left: 20%;
	
}

.area .btn-area{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
}

.area .btn-area h1{
	font-size: 9em;
	line-height: 1em;
	text-transform: lowercase;
	z-index: 2;
	position: absolute;
	z-index: 2;
	bottom: 1em;
	width: 100%;
	padding: 0 0.2em
}

.area .btn-area h1 i{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	margin-bottom: -0.4em;
	transition: 0.3s opacity;
}

.area .btn-area h1 i img{
	width: 0.8em;
}

.area .btn-area:hover{
	text-decoration: none;
}

.area .btn-area:hover i{
	opacity: 0.5
}

.area .bg-area{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	top:0%;
 
}

#area1{
	width: 100% !important;
	margin: 0 !important;
}

#area1 .scrolltop {
    background: #000 url("../img/arrow-bottom.svg") center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 8em;
    z-index: 98;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.area .scrolltop:hover{
    opacity: 0.6
}

footer{
	position: fixed;
	z-index: 90;
	background: #000;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}

footer li{
	background: url(../img/sep-bottom.svg) left center no-repeat;
	padding: 0.5em 2em;
	font-size: 1.4em;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}

footer li:first-child{
	background: none
}

footer li div{
	margin: 0;
	display: inline-block;	
}

footer li h1{
	float: left;
	font-size: 2em;
	font-weight: 700;
}

footer li h2{
	float: left;
	font-weight: 300;
	margin: 0.6em 0 0 0.6em;
	opacity: 0.8;
}

body.negro{
	background: #000;
	color: #f1f1f1;
}

body.negro #titulo h1 a, body.negro #titulo h2 a, body.negro main aside li a, body.negro main aside li a:hover, body.negro #articles a{
	color: #fff;
}

body.home main{
	margin-top: 0;
	padding: 0
}

body.home main aside{
	display: none
}

body.home main aside ul{
	background: #000;
	max-height: 68%;
	top: 50%;
	left: 0;
	overflow: auto;
	transform: translateY(-45%);
}

body.home main aside .left{
	width: 20%;
}

body.home main aside .left .area1{
	margin: 0
}

#go-home{
	background: url(../img/nav-home-negro.svg) center no-repeat;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 2.5em;
	right: 0;
	text-indent: -9999px
}

#go-home:hover{
	background-image: url(../img/nav-home-negro-selected.svg);
}

#content{
	float: right;
	width: 80%;
}

#content.padding-right{
	padding-right: 15%
}

#titulo h1, #prensa h1{
	font-size: 4em;
	font-weight: 700;
	line-height: 1em;
	color: #D4D4D4;
	/*text-transform: lowercase;			*/
}

#titulo h1 span{
	line-height: 1em;
	text-transform: lowercase;
}

#titulo h2{
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1em;
	padding: 1em 0;
	text-transform: uppercase;
}

#titulo h2 span{
	display: block;
	line-height: 1em;
}

#titulo h1 a, #titulo h2 a{
	background: url(../img/arrow-left.svg) left center no-repeat;
	color: #000;
	padding: 0 20px 8px 50px;
	line-height: 1em;	
}

#titulo h1 a:hover, #titulo h2 a:hover{
	text-decoration: none;
	opacity: 0.6
}

#titulo .no-flecha{
	background: none;
	padding: 0;
    color: #D4D4D4!important;
    opacity: 1!important;
}

#filtros{
	margin: 1em 0 3em 0;
}

#filtros label{
	display: inline-block;
	width: 20%;
	padding: 1em 1em 1em 0;
}

#filtros input, #filtros select{
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #999;
    width: 100%;
    font-size: 0.9em;
}

input#fecha{
	background: #eee url(../img/calendar.svg) 96% 50% no-repeat;
}

#articles{
	margin: 3em 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}

#articles article{
	width: 33.33%;
	margin-bottom: 2em;
	float: left;
	position: relative;
	overflow: hidden;
}

#articles article a{
	display: block;
	color: #000;
}

#articles article a:hover{
	text-decoration: none;
}

 
#articles article figure{
	max-height: 18em;
	position: relative;
	transition: 0.3s opacity
}

#articles article .nueva{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	display: none
}

 
#articles article h1{
	font-size: 1.6em;
	line-height: 1.2em;
}

#articles article h2, #detalle .texto h2{
	font-weight: 300;
	font-size: 0.9em;
	margin: 1em 0
}

#articles article h2 span, #detalle .texto h2 span{
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	border: 1px solid #000;
	margin-right: 0.5em
}

#articles article h2 i, #detalle .texto h2 i{
	margin: 0.5em
}

#articles article h3, #detalle .texto h3{
	padding: 0.6em 0 0 0;
	font-size: 0.9em;
	font-weight: 400
}

#articles article h1, #articles article h2, #articles article h3{
	padding-right: 1em
}

#articles .premio{
	position: absolute;
	z-index: 9;
	top: 40px;
	left: -40px;
	width: 200px;
	background: #000;
	padding: 0.5em;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	transform:rotate(-45deg);
}

#detalle{
	overflow: hidden;
	margin: 2em 0
}

#detalle h1{
	font-size: 4em;
	font-weight: 700;
	line-height: 1em
}

#detalle .fotos{
	width: 50%;
	float: left;
}

.fotos article a{
	display: block;
	color: #000;
}

.fotos article .nueva{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	display: none
}

#detalle .fotos article{
	width: 32%;
	margin: 1% 1% 0 0;
	float: left;
}

#detalle .fotos figure{
	/*height: 10em;*/
	cursor: pointer;
}
 

#detalle .fotos article.big{
	width: 98%;
	float: none;
	clear: both;
}

#detalle .fotos article.big iframe{
	width: 100%;
	height: 20em
}

#detalle .fotos figure a{
	display: block;
	position: relative;
 
}
 
#detalle .fotos .videos:before{
	background: url(../img/btn-play.svg) center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	content:"";
}
 

#detalle .texto{
	width: 50%;
	float: right;
	padding-left: 1em
}

#detalle .texto h3{
	font-size: 1em;
	text-transform: uppercase;
	margin: 1em 0
}

#detalle .autores{
	max-height: 4em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#detalle .autores:after{
	content:" ";
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
}

#detalle .autores.open{
	max-height: initial !important;
}

#detalle .autores.open:after{
	display: none;
}

#videos.fotos{
	width: 100%;
	margin-top: 1em
}

#videos article{
	width: 40%;
}

#videos article h1{
	font-size: 1.8em;
	margin: 1.5em 0 0.5em 0
}

#videos.fotos figure{
	height: 20em;
	min-height: 20em;
}

#videos.fotos article.big{
	width: 66%;
}

#videos.fotos article.big-100{
	width: 98%;
}


#videos.fotos article.big figure{
	height: 36em;
}

#videos.fotos article.big-100 figure{
	height: 38em;
}


#contacto h1{
	font-size: 4em;
	color: #fff
}

#contacto p{
	overflow: hidden;
}

#contacto .form{
	float: left;
	width: 40%;
}

#contacto input[type='text'], #contacto input[type='email']{
	background:none;
	color: #fff;
	width: 30%;
	margin-right: 3%;
	border-bottom: 2px solid #fff;
	float: left;
	padding: 0.5em
}

#contacto input[type='radio']{
	display: none
}

#contacto input[type='submit']{
	background: #fff;
	color: #000;
	padding: 0.2em 1em;
}

#contacto label{
	display: inline-block;
	padding: 0 0.5em;
	cursor: pointer;
	font-weight: 300;
}

#contacto label.active{
	font-weight: 700
}

#contacto textarea{
	width: 96%;
	height: 12em;
	border: 2px solid #fff;
	padding: 0.5em
}

#contacto .redes{
	margin: 2em 0
}

#contacto .redes li{
	display: inline-block;
	font-size: 3em;
	margin-right:12%;
}

#contacto .redes li a{
	color: #fff;
}

#contacto .redes li a:hover{
	opacity: 0.6
}

#contacto .redes img{
	width: 1em;
	height: 1em
}

#contacto .mapa{
	float: right;
	width: 50%;
}

#contacto .mapa iframe{
	background: #E3E3E3;
	width: 100%;
	height: 25em
}

#bases{
	overflow: hidden;
	margin-top: 2em
}

#bases article{
	width: 70%;
	margin-bottom: 2em;
	float: left;
	padding-left: 20px
}

#bases .menu-bases{
	float: left;
	width: 20%;
}

#bases .menu-bases li{
	display: block;
}

#bases .menu-bases a{
	display: inline-block;
	padding: 0.5em;
}

#bases .menu-bases a.active{
	border: 1px solid #000
}

#prensa{
	margin-top: 2em;
}

#prensa h1{
	margin-top: 2em;
	color: #fff;
}

#prensa h2{
	font-size: 2em;
	font-weight: 300
}

#prensa p i{
	font-size: 1.4em;
	width: 1.5em;
	text-align: center;
	display: inline-block;
}

#prensa a{
	color: #fff;
}

#prensa .btn{
	background: none;
	border: 1px solid #fff
}

#prensa.fauna{
	max-width: 40em
}

#prensa.fauna img{
	width: 100%;
	max-height: 400px;
}

#prensa.fauna p{
	margin-top: -2em;
	text-align: center;
}
 
#countdown{
    position: absolute;
    z-index: 97;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    transform: translateY(-50%);
    background-color: #00000078;
    padding: 2em;
}

#countdown span{
    display: inline-block;
    font-weight: 400;
    padding: 0.5em 1em 2em 1em;
}

#countdown span strong{
	font-size: 5em;
}

#countdown span small{
    font-size: 0.9em;
    display: block;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: .1em;
    font-weight: 100;
}

#countdown-logo{
	position: absolute;
	z-index: 99;
	top: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

#countdown-logo img{
	width: 10em;
}

.btn-premiados{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	position: relative;
}

.btn-premiados span{
	position: absolute;
	z-index: 9;
	background: #000;
	font-weight: 300;
	font-size:7em;
	color: #fff;
	bottom: 0;
	right: 0;
	padding: 20px;
	line-height: 0.5em
}

.btn-premiados strong{
	display: block;
}

.estadisticas{
	padding-bottom: 6em
}

.estadisticas .col{
	float: left;
	width: 33%;
	padding-right: 4em;
}

.estadisticas h1{
	font-size: 10em;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 20px solid #fff;
	padding: 40px 0;
	margin: 40px 0;
}

.estadisticas h1 small{
	font-size: 0.3em;
	font-weight: 300;
	display: block;
	line-height: 1em;
}

.estadisticas h2{
	font-size: 5em;
	font-weight: 700;
	line-height: 1em;
}

.estadisticas h2 small{
	font-size: 0.4em;
	font-weight: 300;
	display: block;
	line-height: 1em;
}

.estadisticas .t1{
	margin:0 0 70px;
	padding:0 0 65px;
	font-size: 12em;
}

.estadisticas .t1 small{
	font-size: 0.25em
}

.estadisticas .t2{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 0.95em
}

.estadisticas .t2 small{
	font-size: 0.7em
}

.estadisticas .t3{
	border-top: 20px solid #fff;
	font-size: 8em;
}

.estadisticas .t3 small{
	font-size: 0.4em
}

.estadisticas .s1{
	float: right;
	width: 60%;
	margin-top: 4px
}

.estadisticas .s2{
	font-size: 0.6em
}

@media all and (max-width: 1400px){
	footer li{
		padding: 0.5em 1em
	}

	.area .btn-area h1{
		font-size: 7em
	}

	#articles article figure{
		height: 14em
	}
}

@media all and (max-width: 1250px){
	header h1{
		width: 100%;
		clear: both;
		float: none;
		text-align: center;
		padding: 0 3em
	}

	header nav{
		display: none;
		width: 100%;
		clear: both;
		float: none;
		text-align: center;
		padding: 1em 0;
	}

	#nav-btn{
		display: block;
	}

	footer li h2 span{
		display: none
	}

	#content{
		width: 75%;
	}

	#articles article{
		width: 50%
	}

	#filtros label{
		width: 30%
	}

	.estadisticas .col{
		font-size: 0.8em;
	}
}

@media all and (max-width: 1000px), (max-height: 810px){
	header{
		font-size: 0.9em;
		padding: 1em 2em
	}

	main{
		padding-top:8em;
	}

	main aside li{
		margin: 4px 0
	}

	footer{
		font-size: 0.8em;
	}
}

@media all and (max-width: 1000px), (max-height: 600px){
	main aside .left{
		overflow: auto;
		height: 65%;
		padding: 0 1em
	}

	main aside .right{
		display: none;
	}

	footer{
		font-size: 0.6em
	}

	section.area{
		width: 80%;
	}

	.area .btn-area h1{
		font-size: 5em;
		overflow-wrap: break-word;
	}

	#titulo h1, #prensa h1{
		font-size: 3em
	}

	#countdown{
		font-size: 1em;
	}
}

@media all and (max-width: 850px){
	#go-home{
		top: 1em;
	}

	#content{
		width: 60%;
		padding-right: 0 !important;
	}

	#articles article{
		width: 100%;
		clear: both
	}

	#articles .gal{
		width: 50%;
		clear: both
	}
	
	
	#videos.fotos article{
		clear: both !important;
		width: 100% !important;
		margin: 1em 0 0 !important
	}

	#videos.fotos article.big figure{
		height: 20em !important
	}
	
	#videos.fotos article.big-100 figure{
		height: 20em !important
	}

	#detalle .fotos, #detalle .texto{
		width: 100%;
		clear: both;
		float: none;
		margin: 0 0 2em
	}

	#contacto .form, #contacto .mapa{
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 2em
	}

	#bases .menu-bases, #bases article{
		width: 100%;
		float: none;
		display: block;
		padding: 0
	}

	#bases .menu-bases{
		border-bottom: 1px solid #000;
		padding-bottom: 2em
	}

	#bases .menu-bases li{
		display: inline-block;
	}

	#filtros{
		margin: 2em 0 0
	}

	#filtros label{
		width: 100%;
		padding: 0 0 1em 0
	}

	#countdown{
		font-size: 1em;
	}

	.btn-premiados span{
		font-size: 2em
	}

	.estadisticas .col{
		font-size: 0.6em;
	}
}

@media all and (max-width: 600px){
	header{
		overflow: visible;
	}

	header h1 a{
		height: 70px
	}

	header h1 a.una{
		background: url(../img/logo-una-mobile.svg) center/contain no-repeat;
	}

	header nav{
		overflow: auto;
		position: absolute;
		z-index: 99;
		left: 0;
		background: #000;
		padding: 1em;
		height: 30em
	}

	header nav li{
		display: block;
		text-align: left;
	}

	header nav li a{
		display: inline-block;
		margin: 0
	}

	header nav li ul{
		background: none;
		position: relative;
		left: 0;
	}

	header nav li ul a{
		padding: 0.5em !important;
		color: #eee !important
	}

	header nav .nav-areas{
		display: block;
		border-top: 1px solid #fff;
		margin-top: 1em
	}

	header nav .nav-areas li:first-child{
		display: none;
	}

	#nav-btn{
		left: 0.5em
	}

	main{
		font-size: 0.9em;
		padding: 8em 1em 3em
	}

	main aside{
		display: none !important
	}

	footer .n1, footer .n2, footer .n3{
		display: none
	}

	footer .n4{
		background: none
	}

	.area .scrolltop{
		bottom: 6em
	}

	section.area{
		width: 100% !important;
		margin: 0 !important;
		position: relative;
	}

	.area .btn-area h1{
		font-size: 3em;
		text-align: center;
		top: 50%;
	}

	.area .btn-area h1 i{
		text-align: center;
		font-size: 1.2em;
		margin: 0.5em 0 0
	}

	#titulo h1{
		overflow-wrap: break-word;
		width: 100%;
		text-align: center;
	}

	#titulo h1 a{
		padding: 0 50px;
		display: block;
	}	

	#titulo h1 span{
		font-size: 0.7em;
		line-height: 1em;
		display: block;
		margin-top: -10px
	}

	#content{
		width: 100%;
		float: none;
		clear: both;
	}
	#detalle_contenidos .obra{
		width:100%;
		
	}
	#detalle .fotos figure.big{
		height: 15em
	}
	 
	/*
	#detalle .fotos figure{
		height: 5em
	}
	*/

	#contacto input[type="text"], #contacto input[type="email"]{
		width: 47%;
	}

	#contacto .mapa{
		margin-top: 2em;
		padding-top: 2em;
		border-top: 1px solid #999
	}

	#countdown span{
		width: 25%
	}

	#countdown span strong{
		font-size: 3em
	}

	#countdown-logo{
		display: none
	}

	.estadisticas .col{
		font-size: 1em;
		width: 100%;
		padding: 0 2em;
		float: none;
		text-align: center;
	}

	.estadisticas h1, .estadisticas h2{
		font-size: 4em !important;
		border-top: 2px solid #fff !important;
		border-bottom: none !important;
		padding: 1em 0 !important;
		margin: 0 !important
	}

	.estadisticas h1 small, .estadisticas h2 small{
		font-size: 0.8em !important;
		float: none !important;
		width: 100% !important;
	}
}

/* autoridades y staff*/

.staff .level1{
	width: 100%;
}

.staff .level1 h2{
	font-size: 1.6em;
	margin-top: 1.2em;
}

.staff .level1 h2:nth-child(1){
	margin-top: 2.2em;
}

.staff h2{
    font-size: 1.3em;
    line-height: 1em;
    margin-top: .3em;
}

.class-col-3.multiple-items h2{
	margin-top: 0.3em!important;
}

.staff p{
    margin: 1em 0;
}


.class-col-3{
	margin-bottom: 3em;
}

.class-col-3 ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 3em;
    justify-content: space-between;
    width: 80%;    
}

.class-col-3 li{
	width: 30%;
    margin: 2em 0;	
}

.autoridades .class-col-3 ul li p{
	margin: .1em;
}

.class-col-3 h1 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
    color: #D4D4D4;
    margin-top: 1.5em;
}

@media all and (max-width: 800px){
	.class-col-3 li{
		width: 40%;
	}
	
	main aside{
		display: none !important
	}
}

.full-width-layout{
	width: 100%!important;
}

.interno-max a {
			text-decoration: none;
			color: white;
		}
		
.interno-max h2, h3, p{
			margin: 0;
		}
.container{
	max-width: 1200px;
	padding-top: 2em;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}


.interno-max a:hover{
	transition: all .5s ease;	
}

.interno-max{
	display: flex;
	flex-direction: column;
	width: 33%;
}

/* PRIMERO */

.primero:hover {
	color: #EC0B8D;					
}

.primero h2{
	font-weight: 900;
	font-size: 13em;
}

.primero p{
	font-weight: 100;
	font-size: 3.5em;
	line-height: 1em;
	padding-bottom: 1em;
	border-bottom: 1.5rem white solid;
	display: inline-table;
}


/* SEGUNDO */

.segundo{
	display: flex;
}

.segundo:hover{
	color: #0093D1;
}


.segundo > div{
	display: flex;
	justify-content: center;
	align-items: center;		
	border-bottom: .1em solid white;
	padding-bottom: 2rem;
}

.segundo h3{
	font-weight: 900;
	font-size: 7em;
	display: inline-block;
}

.segundo p{
	font-weight: 100;
	font-size: 2.5em;
	margin-left: .2em;
	display: inline-block;
}


/* TERCERO */

.tercero{
	margin: 2rem 0;			
}

.tercero:hover{
	color: #EF3E42;
}

.tercero h2{		
	font-weight: 900;
	font-size: 10em;
	line-height: .6em;
	margin-top: 3rem;		    
}

.tercero p{
	font-weight: 100;
	font-size: 7em;
	line-height: 1.4em;
}

/* CUARTO */

.cuarto{
	margin-bottom: 2rem;
}

.cuarto:hover{
	color: #F08B1D
}

.cuarto h3{
	font-weight: 900;
	font-size: 5em;
	display: inline-block;
}

.cuarto p{
	font-weight: 100;
	font-size: 2.5em;
	padding-bottom: 3rem;
	border-bottom: 1.5rem solid white;
	width: 75%;
	display: inline-block;
}


/* QUINTO */

.quinto:hover{
	color: #00B25A;
}


.quinto h3{
	font-weight: 900;
	font-size: 7em;		
}

.quinto p{
	font-weight: 100;
	font-size: 3.5em;
}



/* SEXTO */


.sexto{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 3rem;		    		
}

.sexto:hover{
	color: #00467F;
}

.sexto h3{
	font-weight: 900;
	font-size: 5.7em;  
}

.sexto p{
	margin: 0;
	font-weight: 100;
	font-size: 2em; 
	margin-bottom: 1rem; 
	margin-top: .7em;			 
}


/* SEPTIMA */


.septima{
	display: flex;
}

.septima:hover{
	color: #007C85;
}

.septima > div{
	display: flex;
	align-items: center;		
	border-top: .1em solid white;
	padding-top: 3rem;
}


.septima h3{
	font-weight: 900;
	font-size: 7em;
	display: inline-block;
}

.septima p{
	font-weight: 100;
	font-size: 2.4em;
	margin-left: .2em;
	display: inline-block;
}


/* OCTAVA */

.octava{
	margin-top: 4rem;
	display: block;
}

.octava:hover{
	color: #C60751;
}


.octava h3{
	font-weight: 900;
	font-size: 5em;
	width: 75%;
	padding-top: 1rem;
	border-top: 1.5rem solid white;		    
	display: inline-block;
}

.octava p{
	font-weight: 100;
	font-size: 2.5em;
	margin-bottom: .5em;
	display: inline-block;
}


@media screen and (max-width: 1400px){
	.interno-max{
		width: 50%;
		align-items: center;
	}

	.row{
		flex-direction: row;
		width: 100%;
		justify-content: center;
		margin: 2rem 2em 0 2em;    				
	}

	.row a{
		width: 33%;
	}

	.sexto{
		align-items: center;
	}

	.octava{
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;				
	}

	.octava h3 {
		font-weight: 900;
		font-size: 5em;	
	}
	

	.octava p {
		font-weight: 100;
		font-size: 2.5em;
	}				

	.cuarto h3 {
		font-weight: 900;
		font-size: 4em;
	}

	.cuarto p {
		font-weight: 100;
		font-size: 1.4em;
	}
	.quinto{
		margin: 0 1em;
	}
	
	.quinto h3 {
		font-weight: 900;
		font-size: 5em;
	}

	.quinto p {
		font-weight: 100;
		font-size: 2em;
	}    								
}

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

	.primero h2 {
		font-weight: 900;
		font-size:11em;
	}

	.primero p {
		font-weight: 100;
		font-size: 2.5em;
	}


	.sexto h3 {
		font-weight: 900;
		font-size: 4em;
		width:100%;
	}

	.sexto p {
		font-weight: 100;
		font-size: 2em;
		width: 100%;			
	}

	.segundo h3 {
		font-weight: 900;
		font-size: 5em;
	}
	.segundo p {
		font-weight: 100;
		font-size: 1.8em;
	}

	.tercero h2 {
		font-weight: 900;
		font-size: 7em;
	}

	.tercero p {
		font-weight: 100;
		font-size: 5em;
	}

	.septima h3 {
		font-weight: 900;
		font-size: 5em;
	}

	.septima p {
		font-weight: 100;
		font-size: 1.7em;
	}

	.octava{
		margin: 0;
	}

	.octava h3 {
		font-weight: 900;
		font-size: 6em;	
	}
	
	.octava p {
		font-weight: 100;
		font-size: 3em;
	}				

	.cuarto h3 {
		font-weight: 900;
		font-size: 3em;
	}

	.cuarto p {
		font-weight: 100;
		font-size: 1em;
	}
	.quinto{
		margin: 0 1em;
	}
	
	.quinto h3 {
		font-weight: 900;
		font-size: 5em;
	}

	.quinto p {
		font-weight: 100;
		font-size: 1.9em;
	}  
}

@media screen and (max-width: 425px){
	.interno-max{
		width: 100%;
	}

	.interno-max a{
		margin: 2em;
	}

	.row{
		flex-direction: column;
		margin: 1em;    				
	}

	.row a{
		width: 100%;
	}

	.cuarto{
		text-align: center;
	}

	.cuarto h3{
		font-weight: 900;
		font-size: 5.5em;
	}

	.cuarto p{
		font-weight: 100;
		font-size: 2em;
	}

	.quinto{
		text-align: center;
		margin: 1em;				
	}

	.sexto p{
		font-weight: 100;
		margin-top: 0;
	}

	.octava h3{
		font-weight: 900;
		text-align: center;
	}
}