/*
Theme Name: IEB
Author: Digital Dosis
Author URI: http://digitaldosis.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ieb
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
}

html{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

body {
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body{
	min-height: 100%;
	height: auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, :visited, :active{
	text-decoration: none;
	color: #000;
}

img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/

@font-face{
    font-family:"FuturaLT Light";
    src:url("fonts/1475786/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix");
    src:url("fonts/1475786/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix") format("eot"),url("fonts/1475786/26091050-06ef-4fd5-b199-21b27c0ed85e.woff2") format("woff2"),url("fonts/1475786/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff") format("woff"),url("fonts/1475786/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf") format("truetype");
}
@font-face{
    font-family:"FuturaLT Medium";
    src:url("fonts/1475810/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix");
    src:url("fonts/1475810/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix") format("eot"),url("fonts/1475810/e17c7943-8db2-4470-9e2a-74a8d01f6776.woff2") format("woff2"),url("fonts/1475810/6c72b0cb-89a1-4da9-8574-9244967bd9d6.woff") format("woff"),url("fonts/1475810/dd79c75a-b0c9-4d70-a5a7-bdde1d5449fd.ttf") format("truetype");
}
@font-face{
    font-family:"FuturaLT Heavy";
    src:url("fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix");
    src:url("fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix") format("eot"),url("fonts/1475846/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"),url("fonts/1475846/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff"),url("fonts/1475846/1f56887e-52d4-4229-b219-513cbef3ff58.ttf") format("truetype");
}

/*@font-face {
    font-family: HoeflerText-Regular;
    src: url(fonts/HoeflerText-Regular.eot),
    url(fonts/HoeflerText-Regular.woff) format(woff),
    url(fonts/HoeflerText-Regular.woff2) format(woff2),
    url(fonts/HoeflerText-Regular.ttf) format(truetype),
    url(fonts/HoeflerText-Regular.svg#HoeflerText-Regular) format(svg),
    url(fonts/HoeflerText-Regular.eot?#iefix) format(embedded-opentype);
    font-weight: normal;
	font-style: normal;
}*/

/*@font-face {
    font-family: 'Times New Roman', Times, serif;
    src: url('fonts/HoeflerText-Regular.eot');
    src: url('fonts/HoeflerText-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/HoeflerText-Regular.woff2') format('woff2'),
	url('fonts/HoeflerText-Regular.woff') format('woff'),
	url('fonts/HoeflerText-Regular.svg#HoeflerText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*********** **/
.loader-ajax{
	width: 100%;
	height: 3px;
	background-color: #bc3c3c; /*rgba(125,125,10, .5);*/
	display: none;
}

.grid, .main-header, .site-content{
	min-height: 100%;
}

body, html{
	font-family:"FuturaLT Light";
	font-weight: 500;
	/*font-size: 13px;
	line-height: 19px;*/
	color: #000;
	font-size: 15px;
    line-height: 23px;
    letter-spacing: .4px;
}

.grid{
	overflow-x: hidden;
	animation: showAll 1s ease;
}

@keyframes showAll {
  0% {
  	opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

h1{
	font-size: 50px;
	line-height: 65px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 400;
}

h2{
	font-family: 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1em;
}

h3{
	font-family: 'FuturaLT Medium';
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

h3.home-feature-title{
	font-family: 'Times New Roman', Times, serif;
}
/* section-tax*/
h4{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
}
/* page-cat*/
h5{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #9e9e9e;
}

h5.home-feature-cat, .slider-home h5{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 10px;
	line-height: 1em;
	color: #000;
}

h6{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

p{
	font-family:"FuturaLT Light";
	/*font-family:"FuturaLT Medium";*/
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	/*font-size: 15px;
    line-height: 23px;*/
    letter-spacing: .4px;
}

strong{
	font-family:"FuturaLT Medium";
	font-weight: 500;
}

footer strong{
	font-family:"FuturaLT Heavy";
	font-weight: 500;
}

.site-content{
	letter-spacing: 0px;
	-webkit-transition: transform .6s cubic-bezier(.6,.15,.4,1) .8s, opacity .6s cubic-bezier(.6,.15,.4,1) .8s;
    -moz-transition: transform .6s cubic-bezier(.6,.15,.4,1) .8s, opacity .6s cubic-bezier(.6,.15,.4,1) .8s;
    -o-transition: transform .6s cubic-bezier(.6,.15,.4,1) .8s, opacity .6s cubic-bezier(.6,.15,.4,1) .8s;
    transition: transform .6s cubic-bezier(.6,.15,.4,1) .8s, opacity .6s cubic-bezier(.6,.15,.4,1) .8s;
}

.start-hide.site-content{
	opacity: 0;
	-webkit-transform: translateY(15%);
  	-moz-transform:    translateY(15%);
	-ms-transform:     translateY(15%);
	-o-transform:      translateY(15%);
	transform:         translateY(15%);
}


/* Header */
.main-header{
	position: fixed;
	border-right: 1px solid #E2E2E2; 
}

.vertical-corp{
	width: 5.88%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #202020;
	-webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1) 1s;
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1) 1s;
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1) 1s;
    transition: transform .4s cubic-bezier(.6,.15,.4,1) 1s;
}

/*.home-grid .vertical-corp{
	-webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}*/

.main-header.start-hide .vertical-corp, .start-home .vertical-corp{
	-webkit-transform: translateX(-100%);
  	-moz-transform:    translateX(-100%);
	-ms-transform:     translateX(-100%);
	-o-transform:      translateX(-100%);
	transform:         translateX(-100%);
}

.site-title a{
	position: absolute;
    width: 50%;
    min-height: 10%;
    top: 30px;
    left: 0;
    display: block;
    text-indent: -9999px;
    background-image: url(images/logos/22Logo_IEB.png); /*IEB_black.svg*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 25%;
    -webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    transition: transform .8s cubic-bezier(.6,.15,.4,1);
}

.main-menu-container .site-title a{
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.main-header.start-hide .site-title a, .start-home .site-title a, .start-menu .site-title a, .start-menu .close-menu{
	-webkit-transform: translateY(-180%);
  	-moz-transform:    translateY(-180%);
	-ms-transform:     translateY(-180%);
	-o-transform:      translateY(-180%);
	transform:         translateY(-180%);
}

.start-menu .icon-search{
	-webkit-transform: translateY(-50px);
  	-moz-transform:    translateY(-50px);
	-ms-transform:     translateY(-50px);
	-o-transform:      translateY(-50px);
	transform:         translateY(-50px);
}

.UB-side{
	position: absolute;
	bottom: 30px;
	margin: 0 25%;
	-webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    transition: transform .8s cubic-bezier(.6,.15,.4,1);
}

.main-header.start-hide .UB-side, .start-home .UB-side{
	-webkit-transform: translateY(180%);
  	-moz-transform:    translateY(180%);
	-ms-transform:     translateY(180%);
	-o-transform:      translateY(180%);
	transform:         translateY(180%);
}

.icon-main-menu{
	width: 23px;
	height: 15px;
	position: fixed;
	top: 30px;
	right: 2.34%;
	background-image: url('images/icons/Menu_black@2x.png'); 
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 4;
	-webkit-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
}

.start-hide.icon-main-menu, .start-home.icon-main-menu{
	-webkit-transform: translateY(-50px);
  	-moz-transform:    translateY(-50px);
	-ms-transform:     translateY(-50px);
	-o-transform:      translateY(-50px);
	transform:         translateY(-50px);
}

.icon-main-menu.close-menu{
	width: 18px;
	height: 18px;
	z-index: 999;
	background-image: url('images/icons/Close_menu_white@2x.png');
	-webkit-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
    transition: width 100ms ease-in, height 100ms ease-in, background 300ms ease-in, transform .8s cubic-bezier(.6,.15,.4,1);
}

.icon-main-menu.close-menu:after{
	display: none;
	content: url('images/icons/Close_menu_red@2x.png');
}

.icon-main-menu.close-menu:hover{
	background-image: url('images/icons/Close_menu_red@2x.png');
}

.icon-main-menu:before{
	content: 'MEN\00da';
	display: inline-block;
	font-family:"FuturaLT Heavy";
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 1px;
	position: relative;
	top: -2px;
	right: 38px;
}

.icon-main-menu.icon-main-menu-ca:before{
	content: 'MEN\00da';
}

.icon-main-menu.en-lang-selector:before{
	content: 'MENU';
}

.icon-main-menu.close-menu:before{
	display: none;
}

.icon-search{
	position: absolute;
	top: 30px;
	right: 6.25%;
	width: 19px;
	height: 19px;
	background-image: url('images/icons/Search_white@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: background-image .2s ease-in, transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -moz-transition: background-image .2s ease-in, transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -o-transition: background-image .2s ease-in, transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    transition: background-image .2s ease-in, transform .8s cubic-bezier(.6,.15,.4,1) .6s;
}

.icon-search:after{
	display: none;
	content: url('images/icons/Search_red@2x.png');
}

.icon-search:hover{
	background-image: url('images/icons/Search_red@2x.png');
}

.main-menu-container{ /*.white-overlay*/
	position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    -webkit-transform: translateY(-100%);
  	-moz-transform:    translateY(-100%);
	-ms-transform:     translateY(-100%);
	-o-transform:      translateY(-100%);
	transform:         translateY(-100%);
    left: 0;
    z-index: 106;
    background-color: #202020;
    visibility: hidden;
    -webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1), visibility 0s .4s;
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1), visibility 0s .4s;
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1), visibility 0s .4s;
    transition: transform .4s cubic-bezier(.6,.15,.4,1), visibility 0s .4s;
}

.white-overlay{
	visibility: hidden;
	background: #fff;
	z-index: 9;
}

.white-overlay.go-white{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: visible;
    -webkit-transition: visibility 0s .4s;
    -moz-transition: visibility 0s .4s;
    -o-transition: visibility 0s .4s;
    transition: visibility 0s .4s;
}

.main-menu-container.opened{
	visibility: visible;
	-webkit-transform: translateY(0);
  	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1);
    transition: transform .4s cubic-bezier(.6,.15,.4,1);
}

.main-menu-container:before, .main-menu-container:after{
	position: absolute;
	content: '';
	display: block;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
    left: 0;
	margin: 0 auto;
	background: #202020;
	border-left: 1px solid rgba(226,226,226,.1);
	border-right: 1px solid rgba(226,226,226,.1);
}

.main-menu-container:after{
	width: 20%;
}

.main-menu{
	position: relative;
	/*top: 50%;*/
	top: 47%;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	z-index: 2;
}

.main-menu-container .site-title{
	position: relative;
}

.main-menu-container .site-title a{
	background-image: url(images/logos/22Logo_IEB_Neg_notr.png);
}

/*.main-menu > ul{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}*/

.main-menu li{
	font-family: 'Times New Roman', Times, serif;
	font-weight: 400;
}

.main-menu > ul div > li{
	font-size: 29px;
	line-height: 40px;
	padding-left: 11.67%;
    padding-right: 11.67%;
}

.main-menu li li{
	font-size: 14px;
	padding: 11px 0;
}

.main-menu li a{
	color: #fff;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.main-menu li a:hover{
	color: #bc3c3c;
}

.label-main-menu > a{
	cursor: text;
}

.label-main-menu > a:hover{
	color: #fff !important;
}

.main-group{
	padding-bottom: 80px;
}

.lang-selector{
	position: absolute;
	bottom: 35px;
	left: 0;
	opacity: 1;
	-webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
}

.start-menu .lang-selector, .start-menu .social-header-menu{
	-webkit-transform: translateY(60px);
  	-moz-transform:    translateY(60px);
	-ms-transform:     translateY(60px);
	-o-transform:      translateY(60px);
	transform:         translateY(60px);
	opacity: 0;
}

.lang-selector ul{
	/*margin: 0 25%;*/
	text-align: center;
}

.lang-selector li{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 9px;
	line-height: 1em;
	letter-spacing: 2.33px;
	/*width: 33.3%;*/
    /*margin: 0 9px;*/
    /*margin: 0 5%;*/
}

.lang-selector li:nth-child(2){
	margin: 0px 10px;
}

/*.lang-selector li:nth-child(2){
	text-align: center;
}

.lang-selector li:nth-child(3){
	text-align: right;
}*/

.wpml-ls-current-language:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 1px;
	left: -1px;
	background: #bc3c3c;
	opacity: .4;
}

.lang-selector a{
	color: #fff;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.lang-selector li a:hover{
	color: #bc3c3c;
}

.lang-selector li.wpml-ls-current-language a{
	color: #fff;
}

.social-header-menu{
	position: absolute;
    right: 0;
    bottom: 35px;
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
    transition: transform .8s cubic-bezier(.6,.15,.4,1) .6s;
}

.social-header-menu ul{
	/*margin: 0 25%;*/
	text-align: center;
}

.social-header-menu li{
	display: inline-block;
}

.social-header-menu li:nth-child(2){
	/*padding: 0 25%;*/
	padding: 0 18px;
}

.social-header-menu li a{
	text-indent: -9999px;
	display: block;
	-webkit-transition: background-image .2s ease-in;
    -moz-transition: background-image .2s ease-in;
    -o-transition: background-image .2s ease-in;
    transition: background-image .2s ease-in;
}

.social-header-menu li:first-child:before{
	display: none;
	content: url('images/logos/Flickr_red@2x.png') url('images/logos/Twitter_red@2x.png') url('images/logos/Youtube_red@2x.png');
}

.social-header-menu li:first-child a{
	background-image: url('images/logos/Flickr_white@2x.png');
}

.social-header-menu li:first-child a:hover{
	background-image: url('images/logos/Flickr_red@2x.png');
}

.social-header-menu li:nth-child(2) a{
	background-image: url('images/logos/Twitter_white@2x.png');
}

.social-header-menu li:nth-child(2) a:hover{
	background-image: url('images/logos/Twitter_red@2x.png');
}

.social-header-menu li:nth-child(3) a{
	background-image: url('images/logos/Youtube_white@2x.png');
}

.social-header-menu li:nth-child(3) a:hover{
	background-image: url('images/logos/Youtube_red@2x.png');
}

.social-header-menu li:first-child a, .social-footer li:first-child a{
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain; 
}

.social-header-menu li:nth-child(2) a, .social-footer li:nth-child(2) a{
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain; 
}

.social-header-menu li:nth-child(3) a, .social-footer li:nth-child(3) a{
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Home */
.slider-home{
	position: relative;
	height: 76vh;
	overflow: hidden;
	/*background: url('images/home_bg_A.jpg')no-repeat; */
	-webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.start-home.slider-home{
	opacity: 0;
}

.slider-home img{
	position: absolute;
  	transform-origin: 37% 66%;
  	width: 100%;
    height: 100%;
    max-width: none;
}

.slider-home img.start-animation{
	/*display: none;*/
	animation: scaleHome 23s ease infinite alternate;
	/*animation-name: opacityHome;*/
	/*animation-name: positionHome;*/
}

@keyframes scaleHome {
  0% {
  	-webkit-transform: scaleX(1.14);
	-moz-transform:    scaleX(1.14);
	-ms-transform:     scaleX(1.14);
	-o-transform:      scaleX(1.14);
	transform:         scaleX(1.14);
  	-webkit-transform: scaleY(2.72);
	-moz-transform:    scaleY(2.72);
	-ms-transform:     scaleY(2.72);
	-o-transform:      scaleY(2.72);
	transform:         scaleY(2.72);
    /*width: 114%;
    height: 272%;*/
  }

  60% {
  	-webkit-transform: scaleX(1.2);
	-moz-transform:    scaleX(1.2);
	-ms-transform:     scaleX(1.2);
	-o-transform:      scaleX(1.2);
	transform:         scaleX(1.2);
  	-webkit-transform: scaleY(1.2);
	-moz-transform:    scaleY(1.2);
	-ms-transform:     scaleY(1.2);
	-o-transform:      scaleY(1.2);
	transform:         scaleY(1.2);
    /*width: 0%;
    height: 0%;*/
  }

  100% {
    -webkit-transform: scaleX(1);
	-moz-transform:    scaleX(1);
	-ms-transform:     scaleX(1);
	-o-transform:      scaleX(1);
	transform:         scaleX(1);
  	-webkit-transform: scaleY(1);
	-moz-transform:    scaleY(1);
	-ms-transform:     scaleY(1);
	-o-transform:      scaleY(1);
	transform:         scaleY(1);
    /*width: 0%;
    height: 0%;*/
  }
}

@keyframes opacityHome {
  0% {
  	opacity: 0;
  }

  13% {
    opacity: .8;
  }

  100% {
  	opacity: .8;
  }
}

@keyframes positionHome {
  0% {
  	transform: translateX(-14%);
  	transform: translateY(-150%);
  }

  60% {
    transform: translateX(0);
  	transform: translateY(0);
  }

  70% {
  	transform: translateX(4%);
  	transform: translateY(3%);
  }

  74% {
  	transform: translateX(10%);
  	transform: translateY(0);
  }

  100% {
  	transform: translateX(21%);
  	transform: translateY(0);
  }
}

/*@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}*/

/* {
  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite;
  -moz-animation:    NAME-YOUR-ANIMATION 5s infinite;
  -o-animation:      NAME-YOUR-ANIMATION 5s infinite;
  animation:         NAME-YOUR-ANIMATION 5s infinite;
}*/

.container-slick-slider{
	width: 100%;
	height: 100%;
}

.slide-item, .slick-list, .slick-track{
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-home .slick-arrow{
	display: none !important;
}

.slider-home .slick-dots{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	right: 2.92%;
	-webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.start-home .slick-dots{
	opacity: 0;
}

.slider-home .slick-dots button{
	border: none;
    padding: 0;
    width: 6px;
    height: 6px;
    margin: 3px;
    text-indent: -9999px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: background 150ms ease-in, width 10ms ease-in, height 10ms ease-in;
    -moz-transition: background 150ms ease-in, width 10ms ease-in, height 10ms ease-in;
    -o-transition: background 150ms ease-in, width 10ms ease-in, height 10ms ease-in;
    transition: background 150ms ease-in, width 10ms ease-in, height 10ms ease-in;
}

.slider-home .slick-active button{
	background: rgba(0, 0, 0, 0.8);
	width: 8px;
    height: 8px;
    position: relative;
    left: -1px;
}

.slider-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-left: 2.92%;
	padding-bottom: 40px;
	-webkit-transition: transform 200ms ease-in;
    -moz-transition: transform 200ms ease-in;
    -o-transition: transform 200ms ease-in;
    transition: transform 200ms ease-in;
}

.slider-content:after{
	content: '';
	width: 17px;
	height: 17px;
	background-image: url('images/icons/Plus_black.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 42px;
	right: 34px;
	-webkit-transform: rotate(180deg);
  	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	-webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .4s cubic-bezier(0.19, 1, 0.22, 1);;
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .4s cubic-bezier(0.19, 1, 0.22, 1);;
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .4s cubic-bezier(0.19, 1, 0.22, 1);;
    transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .4s cubic-bezier(0.19, 1, 0.22, 1);
}

.slider-content.enter-m:after, .slider-content.slider-content-m:after{
	-webkit-transform: rotate(0);
  	-moz-transform:    rotate(0);
	-ms-transform:     rotate(0);
	-o-transform:      rotate(0);
	transform:         rotate(0);
}

.slider-content-m{
	-webkit-transform: translateY(20px);
  	-moz-transform:    translateY(20px);
	-ms-transform:     translateY(20px);
	-o-transform:      translateY(20px);
	transform:         translateY(20px);
	opacity: .8;
}

.start-home .slider-content:after{
	-webkit-transform: rotate(0);
  	-moz-transform:    rotate(0);
	-ms-transform:     rotate(0);
	-o-transform:      rotate(0);
	transform:         rotate(0);
	opacity: 0;
}

.slider-content h1{
	font-size: 40px; /* JSQ 63 */
	line-height: 65px;
	/*margin-bottom: 25px;*/
	max-width: 65%;
	padding-bottom: 15px;
}

.slider-content h5{
	margin-bottom: 15px;
}

/*.slider-content h5 span{
	position: absolute;
}*/

.slider-content p{
	position: relative;
	font-family:"FuturaLT Light";
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	max-width: 65%;
}

.slider-home h5, .slider-home h1, .slider-home p{
	-webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.slider-home h1{
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.slider-home p{
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.start-home h5, .start-home h1, .start-home p{
	opacity: 0;
	-webkit-transform: translateY(200px);
  	-moz-transform:    translateY(50%);
	-ms-transform:     translateY(50%);
	-o-transform:      translateY(50%);
	transform:         translateY(200px);
}

.feature-home{
	position: relative;
	height: 24vh;
	overflow: hidden;
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}

.last-feature-home{
	border-top: none;
}

.feature-home p{
	font-family:"FuturaLT Light";
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	margin-top: 10px;
}

.feature-home .date-feature, .feature-home .report-number{
	font-family:"FuturaLT Medium";
	font-size: 11px;
}

.black-feature{
	border-right: none;
}

.black-feature .content-feature{
	background: #202020;
}

.black-feature li a{
	font-family:"FuturaLT Heavy";
	color: #fff;
	font-size: 11px;
	line-height: 17px;
}

.black-feature .home-feature-cat, .black-feature a{
	color: #fff;
}

.black-feature li a:hover{
	color: #bc3c3c;
}

.black-feature:last-child:hover .content-feature{
	background: #bc3c3c;
}

.link-home-researchers{
	font-family: "FuturaLT Medium";
    font-size: 11px;
}

.black-feature h3{
	padding-right: 32%;
}

.feature-home strong{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 11px;
	line-height: 19px;
}

.home-feature-cat{
	padding-bottom: 12px;
}

.red-line-title:after{
	position: relative;
	content: '';
	display: inline-block;
	width: 32px;
	height: 1px;
	background-color: #bc3c3c;
	margin-left: 12px;
	top: -3px;
}

.content-feature{
	position: relative;
	padding: 24px 11.71%;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .6s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .6s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .6s cubic-bezier(.6,.15,.4,1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.content-feature:before{
	content: '';
	width: 11px;
	height: 11px;
	background-image: url('images/icons/Plus_black.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 13px;
	right: 11px;
	-webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);;
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);;
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);;
    transition: transform .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.content-feature-hidden{
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	background: #bc3c3c;
	-webkit-transition: height .4s cubic-bezier(.6,.15,.4,1);
    -moz-transition: height .4s cubic-bezier(.6,.15,.4,1);
    -o-transition: height .4s cubic-bezier(.6,.15,.4,1);
    transition: height .4s cubic-bezier(.6,.15,.4,1);
    padding: 0;
}

.content-feature-hidden a, .content-feature-hidden h5.home-feature-cat, .content-feature-hidden .date-feature, .content-feature-hidden .report-number{
	color: #fff;
}

.inner-feature{
	padding: 24px 11.71%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: top .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: top .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: top .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top .4s cubic-bezier(.6,.15,.4,1), opacity .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.inner-feature-hidden{
	padding: 24px 11.71%;
	position: absolute;
	left:0;
    top: -100%;
    -webkit-transition: top .4s cubic-bezier(.6,.15,.4,1);
    -moz-transition: top .4s cubic-bezier(.6,.15,.4,1);
    -o-transition: top .4s cubic-bezier(.6,.15,.4,1);
    transition: top .4s cubic-bezier(.6,.15,.4,1);
}

.content-feature-hidden:before{
	background-image: url('images/icons/Plus_white@2x.png');
	-webkit-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: transform .8s cubic-bezier(.6,.15,.4,1);
    transition: transform .8s cubic-bezier(.6,.15,.4,1);
}

.feature-home:hover .content-feature-hidden{
	height: 100%;
}

.feature-home:hover .inner-feature-hidden{
	top: 0;
}

.feature-home:not(.black-feature):hover .inner-feature{
	top: 50%;
}

.feature-home:hover .content-feature:before, .feature-home:hover .content-feature-hidden:before{
	-webkit-transform: rotate(180deg);
  	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

.black-feature .content-feature:before{
	display: none;
}

/* */
.start-home .content-feature{
	-webkit-transform: translateY(100%);
  	-moz-transform:    translateY(100%);
	-ms-transform:     translateY(100%);
	-o-transform:      translateY(100%);
	transform:         translateY(100%);
}

/*.feature-home:nth-child(3) .content-feature{
	transition-delay: .1s;
}

.feature-home:nth-child(4) .content-feature{
	transition-delay: .2s;
}

.feature-home:nth-child(5) .content-feature{
	transition-delay: .3s;
}*/

.start-home .inner-feature{
	opacity: 0;
}

/*.feature-home:nth-child(3) .inner-feature{
	transition-delay: .1s;
}

.feature-home:nth-child(4) .inner-feature{
	transition-delay: .2s;
}

.feature-home:nth-child(5) .inner-feature{
	transition-delay: .3s;
}*/

.start-home .content-feature:before{
	-webkit-transform: rotate(180deg);
  	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	opacity: 0;
}

/*.feature-home:nth-child(3) .content-feature:before{
	transition-delay: .1s;
}

.feature-home:nth-child(4) .content-feature:before{
	transition-delay: .2s;
}

.feature-home:nth-child(5) .content-feature:before{
	transition-delay: .3s;
}*/

/* layout */
.navigation-sections{
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 35px;
	padding-bottom: 45px;
    background: #fff;
    background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 25%),rgba(255,255,255,1) 28%);
    background: -webkit-linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 25%),rgba(255,255,255,1) 28%);
    background: -o-linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 25%),rgba(255,255,255,1) 28%);
    background: -moz-linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 25%,rgba(255,255,255,1) 28%);
    background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 25%,rgba(255,255,255,1) 28%);
    -webkit-transition: opacity .6s ease-in 1.4s;
    -moz-transition: opacity .6s ease-in 1.4s;
    -o-transition: opacity .6s ease-in 1.4s;
    transition: opacity .6s ease-in 1.4s;
}

.start-hide.navigation-sections{
	opacity: 0;
}

.container-items-nav-sections{
	margin-left: 2.92%;
}

.navigation-sections li{
	display: inline-block;
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #787878;
	padding-right: 3.9%;
	cursor: pointer;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.navigation-sections li:hover{
	color: #bc3c3c;
}

.navigation-sections li.active-section{
	font-family:"FuturaLT Heavy";
}

.navigation-sections li:last-child{
	padding-right: 0;
}

.section-content{
	position: relative;
	margin-left: 2.92%;
	margin-bottom: 200px; /* 240px */
}

.section-title{
	padding-bottom: 15px;
	/*border-bottom: 1px solid #e2e2e2;*/ /*rgba(226,226,226,.1)*/
	margin-bottom: 10px;
    position: relative;
}

.greyline-title{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
	-webkit-transition: width .8s cubic-bezier(.6,.15,.4,1);
    -moz-transition: width .8s cubic-bezier(.6,.15,.4,1);
    -o-transition: width .8s cubic-bezier(.6,.15,.4,1);
    transition: width .8s cubic-bezier(.6,.15,.4,1);
}

.greyline-title.hideme{
	width: 0;
}

.page-header {
	padding-top: 220px;
	margin-bottom: 86px;
	/*margin-bottom: 77px;*/
}

.page-header h1{
	margin-top: 15px;
}

.header-content .grid__col:first-child{
	padding-right: 7.81%;
}

/*.header-content-federalismo .grid__col:first-child{
	padding-right: 7.81%;
}

.header-content-presentacion .grid__col:first-child{
	padding-right: 7.81%;
}*/

/*.header-content .grid__col:last-child{
	
}*/

.header-content h3{
	margin-bottom: 25px;
}

.header-content p, .content-new p{
	margin-bottom: 15px;
}

.header-content em, .content-new em{
	font-style: italic;
}

.header-content blockquote, .content-new blockquote { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    quotes: "\201C""\201D""\2018""\2019";
}

.header-content blockquote:before, .content-new blockquote:before {
	content: '“';
  	font-size: 2em;
}

.header-content blockquote:after, .content-new blockquote:after{
	content: '”';
  	font-size: 2em;
}

.header-content a, .content-new a{
	font-family: "FuturaLT Medium";
    text-decoration: underline;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.header-content a:hover, .content-new a:hover{
	color: #bc3c3c;
}

.header-content li, .content-new li{
	font-family: "FuturaLT Light";
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}

.header-content ul li, .content-new ul li{
	list-style: inside;
	list-style-position: outside;
    margin-left: 1em;
}

.header-content ol, .content-new ol{
	margin-left: 15px;
}

.header-content ol li, , .content-new ol li{
	list-style: decimal;
}

.section-content .filter{
	padding-top: 5px;
	min-height: 16px;
	margin-bottom: 55px;
	-webkit-transition: transform .4s cubic-bezier(.6,.15,.4,1) .3s, opacity .4s cubic-bezier(.6,.15,.4,1) .3s;
    -moz-transition: transform .4s cubic-bezier(.6,.15,.4,1) .3s, opacity .4s cubic-bezier(.6,.15,.4,1) .3s;
    -o-transition: transform .4s cubic-bezier(.6,.15,.4,1) .3s, opacity .4s cubic-bezier(.6,.15,.4,1) .3s;
    transition: transform .4s cubic-bezier(.6,.15,.4,1) .3s, opacity .4s cubic-bezier(.6,.15,.4,1) .3s;
}

.filter.hideme{
	-webkit-transform: translateY(-20px);
  	-moz-transform:    translateY(-20px);
	-ms-transform:     translateY(-20px);
	-o-transform:      translateY(-20px);
	transform:         translateY(-20px);
    opacity: 0;
}

.content-items{
	margin-top: 28px;
}

.content-items .item{
	position: relative;
	padding: 28px 56px 28px 0;
	-webkit-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -moz-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -o-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
}

.content-items .item:before, .archive-content .item:before{
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #f2f2f2;
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: width 200ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -moz-transition: width 200ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -o-transition: width 200ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    transition: width 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
}

.content-items .item:hover, .archive-content .item:hover{
	padding: 28px;
}

.content-items .item:hover:before, .archive-content .item:hover:before{
	width: 100%;
}

.researcher-section{
	margin-bottom: 30px;
}

.researcher-section h3{
	margin-bottom: 30px;
}

/*.researcher-section */.item-researcher{
	position: relative;
	margin-bottom: 45px;
	cursor: pointer;
	-webkit-transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
    transition: background-color .4s ease-in;
}

.structure-section-part .item-researcher, .single-event .item-researcher{
	cursor: auto;
}

.item-researcher:hover{
	background-color: #f2f2f2;
}

.structure-section-part .item-researcher:hover, .single-event .item-researcher:hover{
	background-color: transparent;
}

.item-researcher img{
	width: 26.56%;
    float: left;
    /*margin-right: 5.85%;*/
}

.item-researcher h6{
	position: absolute;
	left: 32.41%;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.container-view-more{
	position: absolute;
    right: 0;
    top: 0;
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0;
}

.container-view-more a{
	color: #999999;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.container-view-more a:after{
	display: inline-block;
	content: '';
	width: 5px;
	height: 8px;
	background-image:url('images/icons/Arrow_next_red@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
    position: relative;
    top: 1px;
    margin-left: 5px;
    -webkit-transition: margin-left .2s ease-in;
    -moz-transition: margin-left .2s ease-in;
    -o-transition: margin-left .2s ease-in;
    transition: margin-left .2s ease-in;
}

.container-view-more a:hover{
	color: #bc3c3c;
}

.container-view-more a:hover:after{
	margin-left: 10px;
}

.header-item{
	display: -webkit-flex;
    display: flex;
	margin-bottom: 20px;
}

.header-item h2{
	line-height: 24px;
}

.header-item .subtitle-item{
	font-size: 11px;
    line-height: 1em;
    margin-top: 10px;
    /*font-weight: bold;*/
}

.header-item div:last-child{
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
}

.data-event-item{
	float: left;
    margin-right: 20px;
    font-family:"FuturaLT Heavy";
    color: #bc3c3c;
    text-align: center;
    margin-top: 4px;
}

.day-date{
	font-size: 25px;
}

.month-date{
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

.item .item-excerpt{
	line-height: 22px;
}

.type-event{
	font-family: "FuturaLT Heavy";
	text-transform: uppercase;
	margin-right: 3px;
	font-size: 10px;
    letter-spacing: 1px;
}

.icon-pdf{
	width: 30px;
	height: 35px;
	float: left;
	background-image: url('images/icons/PDF-icon@2x.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin-top: 6px;
    margin-right: 16px;
}

.icon-page{
	background-image: url('images/icons/pagina-icon@2x.png');
}

.icon-news{
	background-image: url('images/icons/noticias-icon@2x.png');
}

.icon-pdf.icon-pdf-publications{
	/*width: 2.92%;*/
}

.publications_filter > li, .events_filter > li{
	/*display: inline-block;*/
	display: inline-table;
	position: relative;
	min-height: 16px;
	/*margin-right: 9.7%;*/
	margin-right: 6.9%;
}

.publications_filter > li:first-child, .events_filter > li:first-child{
	/*width: 176px;*/
	width: 204px;
}

.publications_filter > li:nth-child(2), .events_filter > li:nth-child(2), .reports_filter .options_search_by_year, .visiting_researchers_filter .options_search_by_year{
	width: 80px;
}

.publications_filter > li:last-child, .events_filter > li:last-child{
	/*width: 200px;*/
	/*width: 270px;*/
	width: 310px;
	margin-right: 0;
}

#publications .publications_filter > li:last-child{
	display: none;
}

/*.options_search_by_term{
	width: 295px;
}

.options_search_by_year{
    width: 80px;
}*/

.target-select{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: pointer;
	font-size: 13px;
    font-family: "FuturaLT Medium";
}

.target-select span:not(.active-year){
	margin-right: 5px;
}

.opened-filter .target-select{
	display: none;
}

.active-option{
	font-family:"FuturaLT Heavy";
	color: #bc3c3c;
}

.red-arrow-down{
	position: relative;
}

.red-arrow-down:after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 5px;
	background-image: url('images/icons/Arrow_down_red@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    top: -2px;
    left: 8px;
    /*top: 0px;
    left: 2px;*/
}

select::-ms-expand {
    display: none;
}

.options_search_filter{
	font-family:"FuturaLT Medium";
	font-weight: 500;
	font-size: 13px;
	position: absolute;
    width: 100%;
    min-height: 16px;
    max-height: 229px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
    -webkit-transition: opacity 100ms ease-in, transform 150ms ease-in, visibility 0s 100ms;
    -moz-transition: opacity 100ms ease-in, transform 150ms ease-in, visibility 0s 100ms;
    -o-transition: opacity 100ms ease-in, transform 150ms ease-in, visibility 0s 100ms;
    transition: opacity 100ms ease-in, transform 150ms ease-in, visibility 0s 100ms;
}

.opened-filter .options_search_filter{
	visibility: visible;
	z-index: 9;
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: opacity 150ms ease-in, transform 150ms ease-in;
    -moz-transition: opacity 150ms ease-in, transform 150ms ease-in;
    -o-transition: opacity 150ms ease-in, transform 150ms ease-in;
    transition: opacity 150ms ease-in, transform 150ms ease-in;
}

.options_search_filter li{
	cursor: pointer;
	background: #ffffff;
	border-bottom: 1px solid #dedede;
	/*display: none;*/
	padding: 12px 15px;
	-webkit-transition: background 150ms ease-in;
    -moz-transition: background 150ms ease-in;
    -o-transition: background 150ms ease-in;
    transition: background 150ms ease-in;
}

.options_search_filter li:nth-last-child(){
	border-bottom: none;
}

.options_search_filter li:hover{
	background: #dedede;
	-webkit-transition: background 150ms ease-in;
    -moz-transition: background 150ms ease-in;
    -o-transition: background 150ms ease-in;
    transition: background 150ms ease-in;
}

.options_search_filter.opened-filter{
	border: 1px solid #dedede;
	z-index: 9;
}

.options_search_filter.opened-filter .target-select{
	display: none;
}

.overlay-filter{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	display: none;
	overflow: hidden;
}

.sustainability-header h1{
	position: relative;
	padding-right: 30%;
}

.sustainability-header h1:after{
	content:'';
	display: inline-block;
	width: 24.4%;
	height: 100%;
	position: absolute;
	right: 0;
	/*background: #eeeeee;*/
	top: 0;
	background-image: url('images/logos/logo-funseam-color.png');
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: filter .2s ease-in;
    -moz-transition: filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    transition: filter .2s ease-in;
}

.sustainability-header h1:hover:after{
	-webkit-filter: none;
    filter: none;
}

.sustainability-highlights{
	margin-bottom: 120px;
}

.sustainability-highlights h3{
	margin-bottom: 25px;
}

/* Layout presentacion */
.anual-report-section{
	margin-bottom: 100px;
}

.anual-report-section .section-title h3, .anual-report-section .section-title .filter{
	display: inline-block;
}

.anual-report-section .section-title .filter{
	/*padding-left: 10px;*/
	padding-left: 5px;
    min-height: 17px;
    min-width: 60px;
    margin-bottom: 0;
}

.anual-report-section .item{
	margin-top: 0;
	padding: 28px 0;
}

.anual-report-section .item:hover{
	padding: 28px;
}

.anual-report-section .header-item{
	margin-bottom: 0;
}

.anual-report-section .header-item h2{
	font-family:"FuturaLT Medium";
	font-size: 15px;
	line-height: 30px;
}

.anual-report-section .header-item .icon-pdf{
	margin-top: 0;
}

.anual-report-section .filesize{
	font-family:"FuturaLT Light";
}

.structure-section{
	margin-bottom: 170px;
}

.structure-section h2{
	/*font-size: 36px;*/
	font-size: 37px;
	margin-bottom: 95px;
}

.item-researcher h6 span, .item-researcher h6 span p{
	font-family:"FuturaLT Light";
	padding-top: 5px;
}

.item-researcher h6 span p{
	font-size: 12px;
	line-height: 14px;
}

.structure-section-part{
	margin-bottom: 25px;
}

.structure-section-part h3{
	margin-bottom: 30px;
}

.structure-section-part h6, .single-event h6{
	padding-right: 5px;
}

/* archive */
.archive-header, .single-header{
	padding-top: 250px;
    /*margin-bottom: 50px;*/
    margin-bottom: 100px;
}

.archive-content{
	margin-bottom: 60px;
}

.archive-content .item{
	position: relative;
	margin-top: 0;
	padding: 28px 56px 28px 0;
	-webkit-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -moz-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    -o-transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
    transition: padding 600ms cubic-bezier(0.00, 1.00, 0.00, 1.00);
}

.archive-content .item:first-child{
	margin-top: 0;
}

.date-archive-item{
	font-family: "FuturaLT Medium";
	font-size: 12px;
	text-transform: capitalize;
}

.pagination .page-numbers{
	margin-right: 20px;
	line-height: 30px;
}

.pagination{
	margin-bottom: 140px;
}

.page-numbers{
	font-size: 12px;
	font-family:"FuturaLT Light";
	/*-webkit-transition: color .2s ease-in, font-family .2s ease-in;
    -moz-transition: color .2s ease-in, font-family .2s ease-in;
    -o-transition: color .2s ease-in, font-family .2s ease-in;
    transition: color .2s ease-in, font-family .2s ease-in;*/
}

.page-numbers:not(.current):not(.dots):hover{
	font-family:"FuturaLT Heavy";
	color: #bc3c3c;
}

.page-numbers.current{
	font-family:"FuturaLT Heavy";
}

.new-pagination .page-numbers{
	margin-bottom: 10px;
}

.new-pagination, .lastPageNumberPagination{
	display: inline-block;
}

.lastPage, .firstPage{
	cursor: pointer;
}

/* cp archive */
.archive-highlights{
	/*margin-bottom: 100px;*/
	margin-bottom: 90px;
}

.archive-highlights .carousel{
	margin-top: 25px;
	margin-bottom: 10px;
}

.item-carousel{
	text-align: center;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: filter .2s ease-in;
    -moz-transition: filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    transition: filter .2s ease-in;
}

.item-carousel:hover{
	/*opacity: .8;*/
	-webkit-filter: none;
    filter: none;
}

.item-carousel h2{
	padding: 16px 15px 14px;
    /*min-height: 60px;
    max-height: 60px;
    overflow: hidden;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}

.item-carousel p{
	padding: 0 15px;
}

.slick-arrow{
	position: absolute;
	width: 30px;
    height: 60px;
    z-index: 0;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
    /*top: 50%;*/
    top: 30%;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	cursor: pointer;
}

:focus, .slick-arrow:focus{
	outline:0;
}

.slick-prev{
    left: -30px;
    background-image: url('images/icons/Arrow_prev_grey@2x.jpg');
}

.slick-next{
    right:  -30px;
    background-image: url('images/icons/Arrow_next_grey@2x.jpg');
}

.archive-highlights .item-carousel{
	padding: 0 3px;
}

/* single post */
.single-header h1{
	margin-top: 20px;
	line-height: 60px;
}

.single-content{
	margin-bottom: 90px;
}

.single-content h2{
	font-size: 15px;
	font-family:"FuturaLT Medium";
	margin-bottom: 30px;
}

.single-content p{
	margin-bottom: 30px;
}

.single-content .download-file{
	margin-bottom: 75px;
}

.single-content .download-file a{
	text-decoration: underline;
	font-size: 15px;
}

/* multimedia archive */
.multimedia-item{
	padding-right: 0.78%;
	text-align: center;
	margin-bottom: 25px;
}

.multimedia-item h2{
	font-size: 21px;
	margin-bottom: 5px;
}

.image-multimedia a{
	display: block;
}

.caption-multimedia{
	padding: 15px 5px 12px;
}

.date-multimedia-item{
	font-family: "FuturaLT Medium";
	font-size: 12px;
	margin-bottom: 10px;
}

.lightbox-multimedia{
	width: 80%;
	height: 100%;
	z-index: 9999;
	background: #202020;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform:    translateX(-100%);
	-ms-transform:     translateX(-100%);
	-o-transform:      translateX(-100%);
	transform:         translateX(-100%);
	-webkit-transition: transform .4s ease-in;
    -moz-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
    visibility: hidden;
}

.lightbox-multimedia.show-video{
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
}

.inner-box-multimedia{
	/*position: relative;
	width: 100%;
	height: 100%;*/
	top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    height: 50%;
    margin: auto;
    z-index: 9;
}

.container-video{
	/*width: 80%;
    height: 100%;
    position: relative;*/
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-multimedia{
	position: absolute;
	top: 30px;
    left: 30px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url('images/icons/Close_menu_white@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

.close-multimedia:hover{
	background-image: url('images/icons/Close_menu_red@2x.png');
}

#multimedia-video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* applications archive */
.archive-content-applications .subtitle-item{
	font-family: "FuturaLT Medium";
}

.date-application-item{
	padding: 0 6px 0 10px;
}

.info-video{
    color:	#fff;
    margin-top: -91px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
    -moz-transition: transform .2s ease-in .4s, opacity .3s ease-in .4s;
    -o-transition: transform .2s ease-in .4s, opacity .3s ease-in .4s;
    transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
}

.show-video .info-video{
	opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.data-item{
	font-family:"FuturaLT Medium";
	font-size: 12px;
    margin-bottom: 20px;
}

.info-video p{
	margin-top: 5px;
}

/* Press */
.press{
	padding-right: 5.85%;
	margin-bottom: 40px;
}

.press-release{
	float: right;
	margin-right: 22.08%;
}

.section-press h2{
	font-family: "FuturaLT Medium";
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 22px;
}

.press-person{
	font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    /*margin-bottom: 25px;*/
    margin-bottom: 20px;
}

.info-contact-press{
	margin-bottom: 30px;
}

.info-contact-press p, .contact p{
	font-size: 12px;
}

.graphic-resources{
	position: relative;
}

.graphic-resources a{
	font-family: "FuturaLT Heavy";
	font-size: 12px;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.graphic-resources a:after{
	content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(images/logos/Flickr_black@2x.png);
    background-size: contain;
    margin-left: 15px;
    position: absolute;
    margin-top: 3px;
    -webkit-transition: background-image .2s ease-in;
    -moz-transition: background-image .2s ease-in;
    -o-transition: background-image .2s ease-in;
    transition: background-image .2s ease-in;
}

.graphic-resources a:hover{
	color: #bc3c3c;
}

.graphic-resources a:hover:after{
	background-image: url(images/logos/Flickr_red@2x.png);
}

.content-press .item{
	margin-bottom: 20px;
}

.content-press h3{
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px;
	display: inline;
	padding-right: 10px;
}

.content-press p{
	font-size: 11px;
	line-height: 13px;
	display: inline;
}

.press-info{
	font-family: "FuturaLT Light";
	font-size: 12px;
	margin-left: 5px;
}

.view-more{
	font-family: "FuturaLT Heavy";
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.view-more:hover{
	color: #bc3c3c;	
}

.press a:hover{
	opacity: .8;
}

/* Contact */
.contact h3{
	font-family: 'Times New Roman', Times, serif;
	margin-bottom: 20px;
}

.info-contact{
	margin: 10px 0 25px; 
}

.info-contact strong, .info-contact-press strong{
	font-family: "FuturaLT Heavy";
	padding-right: 5px;
}

.info-location a, .info-contact a{
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.info-location a:hover, .info-contact a:hover{
	color: #bc3c3c;
}

.social-contact-menu li{
	width: 16px;
	display: inline-block;
	margin-right: 20px;
}

.social-contact-menu a{
	text-indent: -9999px;
	display: block;
	background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: background-image .2s ease-in;
    -moz-transition: background-image .2s ease-in;
    -o-transition: background-image .2s ease-in;
    transition: background-image .2s ease-in;
}

.social-contact-menu li:first-child{
    height: 10px;
}

.social-contact-menu li:nth-child(2){
    height: 13px;
}

.social-contact-menu li:nth-child(3){
	height: 12px;
}

.social-contact-menu li:first-child a{
	background-image: url('images/logos/Flickr_black@2x.png');
}

.social-contact-menu li:first-child a:hover{
	background-image: url('images/logos/Flickr_red@2x.png');
}

.social-contact-menu li:nth-child(2) a{
	background-image: url('images/logos/Twitter_black@2x.png');
}

.social-contact-menu li:nth-child(2) a:hover{
	background-image: url('images/logos/Twitter_red@2x.png');
}

.social-contact-menu li:nth-child(3) a{
	background-image: url('images/logos/Youtube_black@2x.png');
}

.social-contact-menu li:nth-child(3) a:hover{
	background-image: url('images/logos/Youtube_red@2x.png');
}

#mapcontainer-map{
	height: 280px;
	margin-bottom: 120px;
}

.cartodb-fullscreen a{
	width: 30px !important;
	height: 30px !important;
}

/*a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
.gm-bundled-control .gmnoprint {
    display: block;
}
.gmnoprint:not(.gm-bundled-control) {
    display: none;
}*/

/* archive-researcher */
.archive-researcher-header h1{
	/*margin-bottom: 50px;*/
    margin-top: 20px;
}

.archive-content-researcher h3{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

.archive-content-researcher-visiting{
	margin-bottom: 150px;
}

.header-visiting{
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e2e2e2;
}

.header-visiting h3{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	display: inline-block;
}

.visiting_researchers_filter{
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 0 !important;
}

.item-visiting{
	margin-bottom: 40px;
}

.item-visiting h6{
	font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	display: inline;
    margin-right: 5px;
}

.item-visiting h6 + span, .item-visiting p{
	font-family: "FuturaLT Light";
	font-size: 11px;
}

.header-tesis{
	margin-top: 50px;
}

.item-tesis{
	padding:30px 0;
	border-bottom: 1px solid #e2e2e2;
}

.item-tesis:first-child{
	padding-top: 15px;
}

.item-tesis:last-child{
	border-bottom: none;
}

.item-tesis p{
	font-size: 11px;
}

.item-tesis-title{
	padding-right: 5.85%;
}

.item-tesis-title h6{
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 19px;
}

/* single-researcher */
.single-header-researcher{
	margin-bottom: 30px;
}

.single-header-researcher-text{
	/*padding-right: 3.92%;*/
	padding-right: 7.81%;
}

.single-header-researcher-image{
	float: right;
}

.single-header-researcher h3{
	font-family: 'Times New Roman', Times, serif;
}

.single-header-researcher img{
	max-width: 40%;
    margin-top: 30px;
    display: block;
}

.researcher-info-contact strong, .researcher-tags strong{
	font-family:"FuturaLT Heavy";
}

.researcher-info{
	margin-bottom: 90px;
}

.researcher-content > div, .researcher-info > div{
	padding-right: 7.81%;
}

.researcher-info-contact a{
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.researcher-content .section-title{
	border-bottom: 1px solid #e2e2e2;
}

.researcher-content .section-title, .items-publication-researcher .item{
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.items-publication-researcher h4{
	display: inline;
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px;
}

.items-publication-researcher p{
	display: inline;
	font-size: 12px;
}

.researcher-tags{
	margin-bottom: 40px;
}

.researcher-tags p{
	margin-bottom: 0;
	font-size: 12px;
}

.download-cv a, .enlace-icon a{
	font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.download-cv a:hover, .enlace-icon a:hover, .researcher-info-contact a:hover{
	color: #bc3c3c;	
}

.download-cv:before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url('images/icons/download@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 13px;
}

.items-publication-researcher .item{
	display: none;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

.items-publication-researcher .item.animate-item-rp{
	opacity: 1;
}

.view-more-researcher-publication{
	font-size: 14px;
}

/* single-event */
.single-header-event{
	margin-bottom: 30px;
}

.single-header-event h1{
	margin-bottom: 20px;
}

.single-header-event p{
	font-size: 12px;
}

.single-header-event strong{
	font-family: "FuturaLT Heavy";
}

.single-header-event-subtitle, .event-info-description{
	padding-right: 7.81%;
}

.single-header-event-subtitle p:last-child{
	margin-top: 20px;
	text-transform: capitalize;
}

.hour{
	padding-left: 20px;
	text-transform: none;
}

.end-event-data{
	padding-left: 20px;
}

.event-info-logos img{
	width: auto;
	max-width: 100%;
	display: inline-block;
	margin-right: 45px;
	margin-bottom: 15px;
}

.researcher-info-logos-institutions img{
	height: 30px;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: filter .2s ease-in;
    -moz-transition: filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    transition: filter .2s ease-in;
}

.event-info-logos-sponsors{
	margin-top: 25px;
}

.event-info-logos-sponsors img{
	height: 90px!important;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: filter .2s ease-in;
    -moz-transition: filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    transition: filter .2s ease-in;
}

.researcher-info-logos-institutions img:hover, .event-info-logos-sponsors img:hover{
	-webkit-filter: none;
    filter: none;
}

/*.researcher-info-logos-institutions img:nth-child(2), .event-info-logos-sponsors img:nth-child(2){
	margin-left: 0;
}*/

.single-event h3{
	margin-bottom: 25px;
}

.event-info{
	margin-top: 100px;
	margin-bottom: 100px;
}

.people-event{
	margin-bottom: 85px;
}

.modules{
	margin-bottom: 160px;
}

.modules .grid-pad-col{
	padding-right: 7.81%;
	margin-bottom: 60px;
}

.modules .grid-pad-col-right{
	padding-left: 7.81%;
}

.modules h5{
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.modules p{
	font-size: 12px;
}

.modules strong{
	font-family:"FuturaLT Heavy";
}

.modules .item-listado{
	padding-bottom: 25px;
}

.modules .item-listado h4{
	font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
}

.item-listado a{
	-webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.item-listado a:hover{
	opacity: .8;
}

.modules .link-item{
	margin-bottom: 20px;
}

.enlace-icon:before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url('images/icons/link@2x.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 13px;
}

.btn-text-modules{
	max-width: 300px;
	margin: 0 auto;
}

.btn-text-modules a{
	padding: 15px 0;
    display: block;
    text-align: center;
    border: 1px solid #bc3c3c;
    color: #bc3c3c;
    margin-top: 60px;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
}

.btn-text-modules a:hover{
	background-color: #bc3c3c;
	color: #fff;
}

/* Materiales */
.bloque_1{
	padding-right: 10.41%;
	position: relative;
}

.tabs-menu{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.tabs-menu:before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #e2e2e2;
}

.line-tabs-menu{
	width: 30%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #bc3c3c; 
	-webkit-transition: left 450ms ease-in;
    -moz-transition: left 450ms ease-in;
    -o-transition: left 450ms ease-in;
    transition: left 450ms ease-in;
}

.center-tab .line-tabs-menu{
	left: 33%;
}

.last-tab .line-tabs-menu{
	left: 66.6%;
	width: 33.3%;
}

.tabs-menu li{
	display: inline;
	font-size: 15px;
}

.tabs-menu a{
	color: #999999;
	padding-right: 10px;
}

.tabs-menu a.current{
	color: #000;
}

.tab-content, .year-tab{
	display: none;
}

#tab-map, #tab-2019{
	display: block;
}

#infographic-map{
	position: relative;
	z-index: 0;
}

#map{
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 35px;
}

#menucapes{
	position: absolute;
    top: 30px;
    right: 0;
}

#menucapes a{
	padding: 10px 16px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.rows-content-map div{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 16px;
}

.year-tabs-menu{
	margin: 50px 0 40px;
}

.year-tabs-menu li{
	display: inline-block;
	margin: 0px 17px 29px 0;
    width: 60px;
}

.year-tabs-menu a{
	border-radius: 5px;
    padding: 5px 16px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    background-color: #55acee;
    -webkit-box-shadow: 0px 5px 0px 0px #3C93D5;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}

.year-tab h4{
	text-align: center;
	margin: 25px 0;
}

.leyenda-map p:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #a8d0e7;
	margin-right: 10px;
	margin-bottom: -5px;
}

.leyenda-map p:last-child:before{
	background-color: #3b506a;
}

.content-info-text p{
	font-size: 12px;
	margin-bottom: 25px;
}

.content-new div{
	line-height: 1.2em;
}

.content-new img{
	max-width: 300px;
    margin: 25px 0;
    display: block;
}

.content-new h3, .content-new h4, .content-new h5, .content-new h6{
	margin-bottom: 15px;
}

.page-header-search{
	margin-bottom: 90px;
}

.search-form{
	position: relative;
}

.search-form .screen-reader-text{
	display: none;
}

.search-form .search-field{
	border: none;
	border-bottom: 1px solid #bc3c3c;
	font-family: 'Times New Roman', Times, serif;
	font-size: 50px;
	position: relative;
	margin-top: 20px;
	width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  position: relative;
  top:5px;
}
::-moz-placeholder { /* Firefox 19+ */
  position: relative;
  top:5px;
}
:-ms-input-placeholder { /* IE 10+ */
  position: relative;
  top:5px;
}
:-moz-placeholder { /* Firefox 18- */
  position: relative;
  top:5px;
}

.search-form .search-submit{
	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    margin-top: -1px;
    border: none;
    background-image: url(images/icons/Search_black@2x.png);
    background-repeat: no-repeat;
    background-size: 19px;
    text-indent: -9999px;
    background-position: right 70%;
    cursor: pointer;
    background-color: #fff;
}

.searchpage-results .subtitle-item{
	text-transform: capitalize;
}

/* Results search form */
.icon-photo{
	float: left;
    margin-right: 10px;
    background-image: none; 
}

.icon-photo img{
	width: 30px;
}

/* progress viewer */
.progress-bar{
	position: fixed;
	left: 0;
	top: 0;
	width: 4px;
	height: 0;
  	background-color: #bc3c3c;
}

/* enter transition */

.lines-panel{
	width: 1px;
	height: 100%;
	position: fixed;
	top: 100%;
	background: #E2E2E2;
	/*right: 0;*/
	z-index: 9999;
	top: -100%;
	visibility: hidden;
	-webkit-transform: scaleY(1);
	-moz-transform:    scaleY(1);
	-ms-transform:     scaleY(1);
	-o-transform:      scaleY(1);
	transform:         scaleY(1);
	-webkit-transition: top 1s cubic-bezier(.6,.15,.4,1), visibility 0s 1s;
    -moz-transition: top 1s cubic-bezier(.6,.15,.4,1), visibility 0s 1s;
    -o-transition: top 1s cubic-bezier(.6,.15,.4,1), visibility 0s 1s;
    transition: top 1s cubic-bezier(.6,.15,.4,1), visibility 0s 1s;
    transform-origin: center top;
	/*transform: scaleY(0);*/
}

.line-a{
	left: 40%;
}

.line-b{
	left: 60%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.line-c{
	left: 80%;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

/*.lines-panel:after{
	position: absolute;
	content: '';
	width: 20%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}*/

.lines-panel.start-hide{
	top: 100%;
	visibility: visible;
	-webkit-transform: scaleY(0);
	-moz-transform:    scaleY(0);
	-ms-transform:     scaleY(0);
	-o-transform:      scaleY(0);
	transform:         scaleY(0);
}

/* exit transition*/
.panel-transition{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100%;
	left: 0;
	-webkit-transform: scaleY(0);
	-moz-transform:    scaleY(0);
	-ms-transform:     scaleY(0);
	-o-transform:      scaleY(0);
	transform:         scaleY(0);
	-webkit-transition: top 1s cubic-bezier(.6,.15,.4,1);
    -moz-transition: top 1s cubic-bezier(.6,.15,.4,1);
    -o-transition: top 1s cubic-bezier(.6,.15,.4,1);
    transition: top 1s cubic-bezier(.6,.15,.4,1);
    transform-origin: center top;
    background: #bc3c3c;
    /*z-index: 9;*/
    z-index: 999;
}

.white-panel{
	background: #ffffff;
}

.panel-transition.go-exit{
	top: -100%;
	-webkit-transform: scaleY(1);
	-moz-transform:    scaleY(1);
	-ms-transform:     scaleY(1);
	-o-transform:      scaleY(1);
	transform:         scaleY(1);
}

.white-panel.go-exit{
	top: 0;
}

/* Footer */
footer{
	font-size: 12px;
	line-height: 14px;
	min-height: 213px;
	border-top: 1px solid #E2E2E2;
	letter-spacing: 0.2px;
}

.footer-widget{
	padding: 40px 11.71% 25px;
}

.main-footer p, .firma{
	font-family:"FuturaLT Medium";
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
}

.main-footer ul li{
	display: inline-block;
	/*margin: 15px 25px 15px 0;*/
	margin: 15px 20px 15px 0;
}

.footer-widget a{
	line-height: 16px;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.footer-widget a:hover{
	color: #bc3c3c;
}

footer .menu-social_menu-container a, footer .menu-social_menu-cat-container a, footer .menu-social_menu-eng-container a{
	font-family:"FuturaLT Heavy";
	text-indent: -9999px;
	display: block;
	-webkit-transition: background-image .2s ease-in;
    -moz-transition: background-image .2s ease-in;
    -o-transition: background-image .2s ease-in;
    transition: background-image .2s ease-in;
}

.social-footer li:first-child a{
	background-image: url('images/logos/Flickr_black@2x.png');
}

.social-footer li:first-child a:hover{
	background-image: url('images/logos/Flickr_red@2x.png');
}

.social-footer li:nth-child(2) a{
	background-image: url('images/logos/Twitter_black@2x.png');
}

.social-footer li:nth-child(2) a:hover{
	background-image: url('images/logos/Twitter_red@2x.png');
}

.social-footer li:nth-child(3) a{
	background-image: url('images/logos/Youtube_black@2x.png');
}

.social-footer li:nth-child(3) a:hover{
	background-image: url('images/logos/Youtube_red@2x.png');
}

.links-footer li{
	margin-bottom: 15px;
}

.links-footer a{
	font-family:"FuturaLT Heavy";
}

.lang-hide-code{
	display: none;
}

/* Newsletter */
.newsletter{
	position: fixed;
	width: 455px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    z-index: 10;
    -webkit-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    -moz-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    -o-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
}

.newsletter.hidePanelNewsletter{
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
  	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    -moz-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    -o-transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
    transition: visibility 0s ease-in, opacity .3s ease-in .2s, transform .3s ease-in .2s;
}

.inner-newsletter{
	background: #fff; 
	padding: 53px 70px;
	text-align: center;
}

.newsletter form{
	overflow: hidden;
}

.newsletter h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 20px;
}

.newsletter p{
	font-family:"FuturaLT Light";
	font-size: 12px !important;
	line-height: 19px !important;
	padding-bottom: 20px;
	max-width: 300px;
	margin: 0 auto;
}

.newsletter input{
	-webkit-appearance: none;
	border: none !important;
	background: #e3e3e3;
	padding: 9px 0 9px 9px;
	margin-bottom: 1px;
	width: 157px;
	float: left;
}

.newsletter input:first-child, .newsletter input:nth-child(3){
	margin-right: 1px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background: #e3e3e3;
}

.newsletter .legalcheck{
	font-size: 12px;
	background: none;
	margin-top: 10px;
	font-family:"FuturaLT Heavy";
	font-size: 11px;
	color: #494949;
	padding: 0;
	width: 210px;
    text-align: left;
    float: left;
	-webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.newsletter .legalcheck.errorCheck, .newsletter .legalcheck.errorCheck a{
	color: #bc3c3c;
}

.newsletter .legalcheck span{
	width: 11px;
    height: 11px;
    background: #e3e3e3;
    display: inline-block;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

.newsletter .legalcheck span.checked{
	background: #494949;
}

.newsletter .legalcheck a{
	text-decoration: underline;
}

.newsletter .legalcheck a:hover{
	opacity: 0.7;
}

.newsletter input[type=button]{
	width: 80px;
	font-family:"FuturaLT Heavy";
	float: right;
	background: #bc3c3c;
	color: #fff;
	padding: 8px 0;
	cursor: pointer;
}

.newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #494949;
  font-family:"FuturaLT Light";
	font-size: 13px;
	line-height: 19px;
	color: #494949 !important;
	position: relative;
	top: 0px;
}
.newsletter input::-moz-placeholder { /* Firefox 19+ */
  color: #494949;
  font-family:"FuturaLT Light";
	font-size: 13px;
	line-height: 19px;
	color: #494949 !important;
	position: relative;
	top: 0px;
}
.newsletter input:-ms-input-placeholder { /* IE 10+ */
  color: #494949;
  font-family:"FuturaLT Light";
	font-size: 13px;
	line-height: 19px;
	color: #494949 !important;
	position: relative;
	top: 0px;
}
.newsletter input:-moz-placeholder { /* Firefox 18- */
  color: #494949;
  font-family:"FuturaLT Light";
	font-size: 13px;
	line-height: 19px;
	color: #494949 !important;
	position: relative;
	top: 0px;
}

.close-popup-newsletter{
	position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(images/icons/Close_menu_grey@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

.close-popup-newsletter:hover{
	background-image: url(images/icons/Close_menu_red@2x.png);
}

.form_result_message{
	margin-top: 20px;
}

/* loader */
.container-loader{
	position: relative;
	width: 300px;
	height: 80px;
	margin: 0 auto;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	-webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.container-loader.end-loader{
	opacity: 0;
}

.logo-ieb-loader{
	position: relative;
	width: 190px;
	height: 40px;
	margin: 0 auto 20px;
	-webkit-transform: translateY(20px);
  	-moz-transform:    translateY(20px);
	-ms-transform:     translateY(20px);
	-o-transform:      translateY(20px);
	transform:         translateY(20px);
    opacity: 0;
    -webkit-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
    -moz-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
    -o-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
    transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
}

.start-loader .logo-ieb-loader{
	opacity: 1;
	-webkit-transform: translateY(0);
  	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.line-loader{
	position: relative;
	width: 100%;
	height: 1px;
}

.line-loader-progress{
	top: -1px;
}

.side{
	position: absolute;
	width: 0;
	height: 100%;
	max-width: 50%;
	background: #e1e1e1;
	-webkit-transition: width .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: width .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: width .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.line-loader-progress .side{
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	background: #a3a3a3;
}

.side-left{
	right: 50%;
}

.side-right{
	left: 50%;
}
.start-loader .line-loader span{
	width: 50%;
}

.default-content a:hover{
	opacity: .6;
}

/* Cookies */
.cookies-advise{
	position: fixed;
    width: 300px;
    background: #E2E2E2;
    padding: 25px 25px 25px 15px;
    bottom: 15px;
    right: 15px;
    -webkit-transition: opacity .3s ease-in, visibility 0s ease-in .4s;
	-moz-transition: opacity .3s ease-in, visibility 0s ease-in .4s;
	-o-transition: opacity .3s ease-in, visibility 0s ease-in .4s;
	transition: opacity .3s ease-in, visibility 0s ease-in .4s;
}

.cookies-advise .ok{
	position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(images/icons/Plus_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(45deg);
  	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}

.cookies-advise a{
	font-family: "FuturaLT Heavy";
}

.cookies-advise a:hover{
	color: #bc3c3c;
}

.cookies-advise.slideOut{
	opacity: 0;
	visibility: hidden;
}


@media (min-width: 1281px) {
	/*body, html{
		font-size: calc(15px + (30 -  15) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	p, .slider-content p{
		font-size: calc(15px + (30 -  15) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.4em;
	}*/

	body, html{
		font-size: calc(13px + (26 -  13) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	p, .slider-content p, #objectives li{
		font-size: calc(13px + (26 -  13) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.4em;
	}

	.item .item-excerpt{
		line-height: 1.4em;
	}

	.type-event{
		font-size: calc(10px + (20 -  10) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.4em;
	}

	.black-feature li a, .link-home-researchers{
		font-size: calc(11px + (22 -  11) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.feature-home .date-feature{
		font-size: calc(11px + (22 -  11) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	h1, .single-header h1{
		font-size: calc(40px + (100 -  50) * ((100vw - 1280px) / (2560 - 1280))); /*JSQ 63*/
		line-height: 1.2em;
	}

	.slider-content h1{
		font-size: calc(40px + (126 -  63) * ((100vw - 1280px) / (2560 - 1280))); /*JSQ 63*/
		line-height: 1.2em;
	}

	h2, .header-item h2, .content-new h2{
		font-size: calc(21px + (42 -  21) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.header-item .subtitle-item{
		font-size: calc(11px + (22 -  11) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.single-header-event p{
		font-size: calc(12px + (24 -  12) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.4em;
	}

	/*.options_search_filter{
		font-size: calc(13px + (26 -  13) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}*/

	/*.single-header h1{
		line-height: 42px;
		margin-top: 15px;
		margin-bottom: 15px;
	}*/

	.main-menu > ul div > li{
		font-size: calc(29px + (58 -  29) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.main-menu li li{
		font-size: calc(14px + (28 -  14) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	/*h3, h3.home-feature-title, h4{
		font-size: calc(15px + (30 -  15) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}*/
	h3, h3.home-feature-title, h4{
		font-size: calc(13px + (26 -  13) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.content-new h3{
		font-size: calc(16px + (32 -  16) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	h5{
		font-size: calc(14px + (28 -  14) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	h5.home-feature-cat, .slider-home h5{
		font-size: calc(10px + (20 -  10) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	h6, .navigation-sections li, .container-view-more, .item-researcher h6 span p{
		font-size: calc(12px + (24 -  12) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	.item-researcher h6 span, .item-researcher h6 span p{
		line-height: 1.2em;
	}

	.item-tesis-title h6, .items-publication-researcher h4, .content-press h3{
		font-size: calc(13px + (26 -  13) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	}

	.item-visiting h6, .item-visiting h6 + span, .item-visiting p, .item-tesis p, .view-more, .section-press h2, .content-press p{
		font-size: calc(11px + (22 -  11) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.2em;
	} 

	footer, .main-footer p, .firma, .date-multimedia-item, .items-publication-researcher p, .researcher-tags p, .info-contact-press p, .contact p, .graphic-resources a, .content-info-text p{
		font-size: calc(12px + (24 -  12) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1.4em;
	}

	.lang-selector li{
		font-size: calc(9px + (18 -  9) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	.footer-widget a{
		line-height: 1.8em;
	}

	.download-cv a, .enlace-icon a{
		font-size: calc(15px + (30 -  15) * ((100vw - 1280px) / (2560 - 1280)));
		line-height: 1em;
	}

	.rows-content-map div{
		line-height: 1.2em;
	}

	.publications_filter > li:last-child, .events_filter > li:last-child{
		width: 320px;
	}

	.icon-main-menu:before{
		position: absolute;
		top: -2px;
	}

	.graphic-resources a:after{
		margin-top: -8px;
    	top: 50%;
	}

	.tabs-menu a{
		width: 33%;
	}

	.info-video{
	    margin-top: -110px;
	}
}

@media (max-width: 1279px) {
	.publications_filter > li:last-child, .events_filter > li:last-child{
		width: auto;
    	min-width: 245px;
	}

	.target-term-select{
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 245px;
	    min-height: 16px;
	}

	.target-term-select:after{
		display: none;
	}

	.publications_filter .active-option, .events_filter .active-option{
		position: relative;
	}

	.publications_filter > li .active-option.active-area_research:after, .publications_filter > li .active-option.active-term:after, .events_filter > li .active-option.active-term:after, .events_filter > li .active-option.active-area_research:after{
		content: '';
		display: inline-block;
		width: 8px;
		height: 5px;
		background-image: url('images/icons/Arrow_down_red@2x.png');
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 5px;
	    right: -15px;
	}

	.publications_filter > li .active-option.active-term:after, .events_filter > li .active-option.active-term:after, .events_filter > li .active-option.active-area_research:after, .publications_filter > li .active-option.active-area_research:after{
		top: 8px;
	}
}

@media (min-width: 1024px) {
	.main-menu > ul div > li{
		transform: translateY(40px);
		-webkit-transform: translateY(40px);
  		-moz-transform:    translateY(40px);
		-ms-transform:     translateY(40px);
		-o-transform:      translateY(40px);
		transform:         translateY(40px);
	    opacity: 0;
	    -webkit-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
	    -moz-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
	    -o-transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
	    transition: transform .3s ease-in .4s, opacity .3s ease-in .4s;
	}

	.main-menu > ul div.center-menu-block > li{
		-webkit-transition-delay: 500ms;
	    -moz-transition-delay: 500ms;
	    -o-transition-delay: 500ms;
	    transition-delay: 500ms;
	}

	.main-menu > ul div.right-menu-block > li{
		-webkit-transition-delay: 600ms;
	    -moz-transition-delay: 600ms;
	    -o-transition-delay: 600ms;
	    transition-delay: 600ms;
	}

	.opened .main-menu > ul div > li{
		-webkit-transform: translateY(0);
  		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
		opacity: 1;
	}
}

@media (max-width: 1023px) {
	body, html{
		font-size: 12px;
		line-height: 19px;
	}

	h1{
		font-size: 30px;
		line-height: 1em;
	}

	.single-header h1{
		line-height: 32px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.structure-section h2{
		font-size: 30px;
	}

	h2, .multimedia-item h2{
		font-size: 17px;
		line-height: 1em;
	}

	.header-item h2, .multimedia-item h2{
		line-height: 22px;
	}

	/*h3{
		font-size: 12px;
		line-height: 1em;
	}*/

	/*.single-header-researcher h3{
		line-height: 18px;
    	font-size: 14px;
	}*/

	.contact h3{
		/*font-size: 14px;
    	line-height: 16px;*/
    	max-width: 200px;
	}

	h5{
		/*font-size: 11px;
		line-height: 1em;*/
	}

	/*h6{
		font-size: 12px;
	}*/

	/*.date-multimedia-item{
		font-size: 10px;
	}*/

	p{
		font-size: 12px;
		line-height: 19px;
	}

	.main-header{
		width: 100%;
		height: 60px;
	    min-height: auto;
	    background: #fff;
	    z-index: 8;
	}

	.site-title a{
		width: 129px;
	    height: 27px;
	    margin: 0 0 17px 0;
	    left: 28px;
	    top: 17px;
	}

	.main-menu-container .site-title a, .lang-selector, .icon-search{
		-webkit-transition-delay: 0s;
	    -moz-transition-delay: 0s;
	    -o-transition-delay: 0s;
	    transition-delay: 0s;
	}

	.vertical-corp, .UB-side{
		display: none;
	}

	.icon-main-menu:before{
		display: none;
	}

	.icon-main-menu{
		top: 20px;
		right: 30px;
		z-index: 999;
	}

	.icon-search{
		top: 20px;
    	right: 63px;
	}

	.main-menu-container{
		position: absolute;
		height: auto;
		min-height: 100%;
		padding-bottom: 60px;
	}

	.main-menu{
		top: 40px;
		-webkit-transform: translateY(0);
  		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
		padding: 50px 45px 65px;
	}

	.main-menu-container:before, .main-menu-container:after{
		display: none;
	}

	.main-menu > ul{
		-webkit-column-count: auto;
    	-moz-column-count: auto;
    	column-count: auto;
	}

	.main-group{
		padding-bottom: 0;
	}

	.main-menu > ul div > li{
		position: relative;
		font-size: 20px;
		padding: 0;
	}

	.menu-item-has-children span{
		width: 20px;
		height: 40px;
		background-image: url('images/icons/Arrow_down_white@2x.png');
		background-repeat: no-repeat;
		background-size: 14px 8px;
		background-position: center;
		position: absolute;
		right: -10px;
		padding: 0 20px;
		cursor: pointer;
		-webkit-transition: background 150ms ease-in;
    	-moz-transition: background 150ms ease-in;
    	-o-transition: background 150ms ease-in;
    	transition: background 150ms ease-in;
	}

	.menu-item-has-children span.open-down{
		background-image: url('images/icons/Arrow_up_white@2x.png');
		-webkit-transition: background 150ms ease-in;
    	-moz-transition: background 150ms ease-in;
    	-o-transition: background 150ms ease-in;
    	transition: background 150ms ease-in;
	}

	.main-menu .sub-menu{
		top: 0;
		display: none;
	}

	.lang-selector{
		bottom: 25px;
    	text-align: center;
	}

	.lang-selector ul{
		margin: 0 auto;
	}

	.social-header-menu{
		display: none;
	}

	.slider-home, .grid:not(.home-grid) .site-content{
		padding-top: 60px;
	}

	.slider-content{
		padding: 0 11.71% 40px;
	}

	.grid__col--m-none-push{
		margin-left: 0;
	}

	.home-grid footer .grid__col--m-1-of-1{
		width: 25%;
		height: auto;
	}

	/* layoutMovil */
	.grid .site-content:not(.home-site-content){
		padding-left: 11%;
		padding-right: 11%;
	}

	.navigation-sections{
		left: 0;
	    width: auto;
	    top: 60px;
	    padding-top: 10px;
	    padding-left: 11%;
	    padding-right: 11%;
	    overflow: hidden;
	    overflow-x: scroll;
	}

	.container-items-nav-sections{
		margin-left: 0;
		width: 560px !important;
	}

	.navigation-sections li{
		padding-right: 50px;
	}

	.header-content .grid__col:first-child{
		padding-right: 0;
		margin-bottom: 90px;
	}

	.section-content{
		margin-left: 0;
		/*margin-bottom: 130px;*/
		margin-bottom: 110px;
	}

	.sustainability-header{
		margin-bottom: 60px;
	}

	.header-item .subtitle-item{
		margin-top: 10px;
	}

	.archive-header, .single-header{
		padding-top: 130px;
	}

	.section-content .filter{
		margin-bottom: 50px;
	}

	.target-select{
		font-size: 12px;
	}

	.target-select span:first-child, .publications-section .option_search_area_research span:first-child{
		display: none;
	}

	.publications_filter > li, .events_filter > li{
		margin-right: 10px;
	}

	.options_search_filter li{
		padding: 12px 8px;
		font-size: 12px;
	}

	.publications_filter > li:first-child, .events_filter > li:first-child{
		width: auto;
    	min-width: 100px;
	}

	.publications_filter > li:nth-child(2), .events_filter > li:nth-child(2), .reports_filter .options_search_by_year, .visiting_researchers_filter .options_search_by_year{
		width: auto;
    	min-width: 50px;
	}

	.publications_filter > li:last-child, .events_filter > li:last-child{
		width: auto;
    	min-width: 100px;
	}

	.target-term-select{
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 100px;
	    min-height: 16px;
	}

	.publications-section .red-arrow-down:after, .events-section .red-arrow-down:after{
		display: none;
	    /*top: 0px;
	    left: 2px;*/
	}

	.publications_filter > li:nth-child(2):after, .events_filter > li:nth-child(2):after{
		content: '';
		display: inline-block;
		width: 8px;
		height: 5px;
		background-image: url('images/icons/Arrow_down_red@2x.png');
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 5px;
	    right: 0;
	}

	.publications_filter > li:first-child:after, .events_filter > li:first-child:after, #publications .publications_filter > li:last-child:after{
		display: none;
	}

	.publications_filter > li .active-option.active-term:after, .events_filter > li .active-option.active-term:after{
		content: '';
		display: inline-block;
		width: 8px;
		height: 5px;
		background-image: url('images/icons/Arrow_down_red@2x.png');
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 8px;
	    right: -15px;
	}

	.publications_filter > li .active-option:after, .events_filter > li .active-option:after{
	    right: -15px;
	}

	.publications_filter .active-option, .events_filter .active-option{
		position: relative;
	}

	#publications .option_search_area_research{
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 100px;
	    min-height: 16px;
	}

	.sustainability-header h1{
		padding-right: 0;
	}

	.sustainability-header h1:after{
		position: relative;
		display: block;
		right: auto;
		left: 0;
		height: auto;
		min-height: 120px;
		margin-top: 20px;
		width: 160px;
	}

	/*.header-item .subtitle-item{
		padding-left: 45px;
	}*/

	.date-archive-item{
		margin-top: 5px;
	}

	.image-multimedia img{
		width: auto;
	}

	.single-header-event h1{
		margin-bottom: 40px;
	}

	#mapcontainer-map{
		margin-bottom: 30px;
	}

	.press{
		padding-right: 0;
		margin-bottom: 60px;
	}

	.press.section-content{
		margin-bottom: 40px;
	}

	.press.press.section-content{
		margin-bottom: 80px;
	}

	.press-release{
		float: none;
		margin-right: 0;
	}

	.header-tesis div:not(.header-tesis div:first-child){
		display: none;
	}

	.hide-on-m{
		display: none;
	}

	.item-tesis-title{
		margin-bottom: 15px;
	}

	.item-tesis-date{
		text-align: right;
	}

	.single-header-researcher, .single-header-event{
		margin-bottom: 0;
		padding-top: 70px;
	}

	.single-header-researcher-image{
		float: none;
	}

	.single-header-researcher img{
		max-width: 100px;
		margin-top: 0;
	}

	.single-header-researcher-text{
		margin: 30px 0 25px;
	}

	.single-header-researcher-text, .researcher-content > div, .researcher-info > div{
		padding-right: 0;
	}

	.researcher-content .view-more{
		text-align: center;
	}

	.researcher-info, .researcher-info-position{
		margin-bottom: 30px;
	}

	.researcher-content-publications{
		margin-bottom: 120px;
	}

	.event-info-description{
		margin-bottom: 40px;
	}

	.modules .grid-pad-col-right{
		padding-left: 0;
	}

	.modules-poster{
		    max-width: 200px;
	}

	.content-info-text{
		margin-top: 80px;
	}

	.bloque_1{
		padding-right: 0;
	}

	.search-form .search-field{
		border: none !important;
	}

	.lightbox-multimedia{
		width: 100%;
	}

	.lightbox-multimedia.show-video{
		left: 0;
	}

	.container-video{
		width: 100%;
	}

	.slider-home img.start-animation{
		animation: none;
		display: none;
	}

	.item .item-excerpt{ /*.archive-content-news p*/
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    line-height: 22px;
	    max-height: 66px;
	}
}

@media (max-width: 767px) {
	.home-grid .feature-home, .home-grid footer .grid__col{
		width: 100%;
		min-height: 150px;
	}

	.black-feature{
		min-height: 200px !important;
	}

	.slider-content{
		padding: 0 11% 50px;
	}

	.slider-content p{
		max-width: 100%;
	}

	.slider-content:after{
		display: none;
	}

	.hide-on-s{
		display: none;
	}

	.slider-content h1{
		max-width: 100%;
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 15px;
	}

	.slider-content p{
		overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   -webkit-box-orient: vertical;
	   -webkit-line-clamp: 3; /* number of lines to show */
	   line-height: 19px;        /* fallback */
	   max-height: 57px;       /* fallback */
	}

	.slider-home .slick-dots{
		top: 35%;
		right: 11%;
	}

	.inner-feature, .inner-feature-hidden{
		padding: 24px 11%;
	}

	.content-feature{
		padding: 0 
	}

	.content-feature:before{
		right: 11%;
		top: 24px;
	}

	.home-feature-cat{
		padding-bottom: 15px;
	}

	h3.home-feature-title{
		padding-right: 11px;
	}

	/* LayoutMovil */
	.page-header{
		padding-top: 90px;
	}

	.lines-panel{
		display: none;
	}

	.newsletter{
		width: 80%;
	}

	.newsletter input{
		float: none;
	}

	.newsletter .legalcheck{
		width: auto;
		float: none;
    	margin: 20px auto;
    	text-align: center;
	}

	.newsletter .legalcheck span{
		float: none;
	}

	.newsletter input[type=button]{
		float: none;
	}

	.newsletter input:first-child, .newsletter input:nth-child(3){
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.archive-highlights .item-carousel{
		padding-right: 0px;
	}

	.newsletter{
		width: 86%;
	}

	.inner-newsletter{
		padding: 53px 15px;
	}

	.newsletter input{
		width: 100%;
	}
}