@charset "utf-8";

@font-face {
	font-family: text-regular;
	src: url(fonts/text-regular.woff);
}

@font-face {
	font-family: text-bold;
	src: url(fonts/text-bold.woff);
}

@font-face {
	font-family: text-light;
	src: url(fonts/text-light.woff);
}

@font-face {
	font-family: title-bold;
	src: url(fonts/title-bold.woff);
}


* {
    box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0.1);
	font-family: text-regular, Arial, sans-serif;
	font-size: 1.0625rem;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



p a {
	color: blue;
	text-decoration: underline;
}


.item-list a,
.node--view-mode-search-index a,
.projects-item-content a,
.breadcrumb a,
h2 a
 {
	color: inherit;
	text-decoration: none;
}

.content-wrapper{
	display: flex;
}


.content-wrapper aside{
	width:30%;
	flex-basis: 200px;
}


.content-wrapper > section{
	width:70%;
	flex-grow: 1;
	flex-shrink: 1;
}

img {
	display: block;
}


/*************************/
/*** HOME (index.html) ***/
/*************************/

.container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 26px;
}

.header {
	position: relative;
	width: auto;
}

.header:before {
	content:'';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
	background-color: #802536;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) inset;
}

.header-nav nav:before{
	content:'';
	display:block;
	background-color: #333;
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
	box-sizing: border-box;
}
	
.header-nav nav{
	display: flex;
	position: relative;
	width: auto;
	font-family: text-bold, Arial, sans-serif;
	background-color: #333333;
}

.header-nav nav .nav-item {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 auto;
	color: #fff;
	text-decoration: none;
	padding: 9px 20px;
}

.header-nav nav .nav-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-nav nav .nav-item-icon {
	width: 100%;
	height: auto;
	max-width: 26px;
}

.header-nav nav .nav-item-title {
	margin: 0 0 0 10px;
}

.header-nav nav .nav-item-selected {
	background-color: #802536;
}

.header-banner {
	position: relative;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 24px 0 24px 0;
	margin-bottom: 80px;
}


.header-banner-small {
	position: relative;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	padding-bottom: 22px;
}

.header-banner-logo {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 280px;
	margin-bottom: -140px;
}

.header-banner-logo-small {
	position: relative;
	width: 100%;
	max-width: 253px;
	height: auto;
	margin: 12px 0 0 0;
}

.header-banner-content {
	position: relative;
	color: #fff;
	line-height: normal;
}

.header-banner-content-logo-text {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.header-banner-content-info {
	position: relative;
	margin: 0;
}


.header-banner-content-info .view-content > div {
	display: inline-block;
}


.header-banner-content-info .view-content > div:after{
	content: ' • ';
}

.header-banner-content-info .view-content> div:last-child:after{
	content: '';	
}


.header-banner-content-info a {
	text-decoration: none;
	color: inherit;
}

.region-primary-menu-bottom{
	position: relative;
}

.region-primary-menu-bottom:before{
	content:'';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: -50px;
	right: -500%;
	z-index: -1;
	background-color: #802536;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) inset;
}

.bottom-nav{
	margin-top: 0px;
}

.bottom-nav nav.menu--main{
	padding: 24px 0;
}

.bottom-nav  nav {
	position: relative;
	width: auto;
	padding: 0px;
	text-align: center;
}
.bottom-nav nav img.nav-item-icon {
	display: none;	
}
.bottom-nav nav .nav-item-title{
	padding: 0;
	margin: 0;
	line-height: inherit;
}

.bottom-nav nav .nav-item {	
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin: 6px 18px;
	font-family: text-bold, Arial, sans-serif;	
	transform: scale(1.0);
	transition: transform 0.2s ease-out;
	text-transform: uppercase;
}

.bottom-nav nav .nav-item:hover {
	transform: scale(1.2);
}

.bottom-nav nav .nav-item-selected {
	color: #ffc543;
}

footer.footer {
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 48px;
	color: #94969e;
}


footer.footer:before {
	content:'';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
	background-color: #333;
}

.footer-logo {
	position: relative;
	margin: 0 auto;
}

.footer-title {
	position: relative;
	font-family: text-bold, Arial, sans-serif;
	font-size: 1.875rem;
	margin: 0.625rem 0 0.312rem 0;
}

.footer-legal {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 0.875rem;
	margin: 0;
	line-height: 1.375rem
}


@media only screen and (max-width: 568px) {
	
	.header-nav .nav-item-title {
		display: none;
	}
	
	.header-banner {
		padding: 48px 0 24px 0;
	}
	
	.header-banner-logo {
		display: none;
	}
	
}


/****************/
/*** SECTIONS ***/
/****************/

section{
	position: relative;
	width: auto;
    margin: 24px 0 0 0;
    padding: 70px 0 48px 0;
}



section:before {
	content:'';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
}

section:nth-child(even):before{
	background-color: #f5f6f8;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
	
} 

section:nth-child(odd):before{
	background-color: #f5f6f8;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
} 

div.resources{
	margin-top: 55px;
	position: relative;
}

div.resources:before{
	content :'';
 	background-color: transparent;
	box-shadow: none;
	content:'';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
}



.section-home-intro {
	position: relative;
	width: auto;
	margin: 24px 0 0 0;
	padding: 96px 0 48px 0;
}

.section-intro {
	position: relative;
	width: auto;
	margin: 24px 0 0 0;
	padding: 48px 0;
}


.view-projects-index .view-header .text-results:before,
.view-projects-index .view-content:before,
.views-element-container header:before,
.section-intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
	background-color: #fff;
}


.view-projects-index .view-header .text-results,
.view-projects-index .view-content,
.views-element-container header{
	position: relative;
}


.view-projects-index .view-header .text-results{
	padding-top: 20px;
	padding-bottom: 20px;
}

.view-projects-index .view-content{
	padding-bottom: 40px;
}

.view-projects-index .view-header .text-results:before,
.view-projects-index .view-content:before,
.views-element-container header:before{
	background-color: #3e87f9;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) inset;	
	
}

.view-projects-index .view-content:before{
	top:-83px;	
}

.view-projects-index .view-header .text-results:before{
	bottom: -50px;
}

.section-projects {
	position: relative;
}

.pager-brief{
	position: relative;
	padding-bottom: 0px;
	padding-top: 35px;
}




#block-views-block-busqueda-facetas-recursos-destacados,
#block-views-block-projects-index-featured-projects,
.block-views-block-projects-index-featured-projects{
	position:relative;
	padding-top: 48px;
	padding-bottom: 48px;
	
}
#block-views-block-projects-index-featured-projects .text-paragraphs,
.block-views-block-projects-index-featured-projects .text-paragraphs{
	margin-bottom: 45px;
}

/*Diseño página de indformación */

#block-views-block-busqueda-facetas-recursos-destacados:before,
.section-project:before, 
.section-resource-info:before,
.block-views-block-projects-index-featured-projects:before, 
#block-views-block-projects-index-featured-projects:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500%;
	right: -500%;
	z-index: -1;
	background-color: grey;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2) inset;	
}
 
.pager-brief:before{
	content: '';
	position: absolute;
	left: -500%;
	right: -500%;
	top: 50%;
	bottom: -25px;
	background-color: #3e87f9;
	
}

#block-views-block-busqueda-facetas-recursos-destacados a,
.section-project a, 
.list-info a,
#block-views-block-projects-index-featured-projects a,
.block-views-block-projects-index-featured-projects a,
.pager-brief a{
	color: inherit;
	text-decoration: none;
}


#block-views-block-projects-index-featured-projects .view-content:before,
.block-views-block-projects-index-featured-projects .view-content:before{
	content: none;
}


#block-views-block-projects-index-featured-projects header:before,
.block-views-block-projects-index-featured-projects header:before{
	display: none;
}

#block-views-block-busqueda-facetas-recursos-destacados:before{
	background-color: #f5f6f8;
	box-shadow: none;
}



ul.section-projects{
	list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -10px;
	
}


.section-project {
	position: relative;
	padding: 24px 0 48px 0;
}

.section-resources {
	position: relative;
	padding: 48px 0;
}

.section-resource-info {
	position: relative;
	padding: 46px 0 48px 0;	
}

.bottom-empty-bar {
	position: relative;
	width: auto;
	height: 60px;
}


@media only screen and (max-width: 568px) {
	
	.section-home-intro {
		padding-top: 48px;
	}
	
}


/******************/
/*** BACKGROUND ***/
/******************/

.background {
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
}

.background-color-bright {
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.background-color-dark {
	background-color: #333;
}

.background-color-gray-light {
	background-color: #f5f6f8;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}


/************/
/*** TEXT ***/
/************/

p, .text-paragraphs {
	position: relative;
	width: auto;
	line-height: 1.875rem;
}

h1, .text-title-01 {
	position: relative;
	font-family: title-bold, Arial, sans-serif;
	font-size: 2.5rem;
	margin: 0;
}

h2, .text-title-02 {
	position: relative;
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.5rem;
	margin: 0;
}

h3, .text-title-03 {
	position: relative;
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.75rem;
	margin: 0;
}

.text-color-bright {
	color: #fff;
}



.text-color-gray {
	color: #94969e;
}

.text-color-darker {
	color: #111;
}

.text-color-highlight {
	font-family: text-bold, Arial, sans-serif;
	color: #ffc543;	
}


.views-element-container header {
	width: 100%;
}

.text-results {
	width:100%;
	position: relative;
	font-size: 1.0625rem;
	margin: 1.25em;
	text-align: center;
}


/*************/
/*** LISTS ***/
/*************/

.list-info {
	position: relative;
	font-size: 1rem;
	color: #fff;
	overflow: auto;
}

ul.list-info,
.list-info .item-list {
	padding: 0px 0px 0px 26px;
	list-style: none;
}

.list-info .field__label,
.list-info .item-list h3,
.list-info .item_list h3{
	display: inline;
  font-size: inherit;
  font-weight: normal;
  margin-left: -16px;
}

.list-info .item-list h3:after{
  content: ': ';	
}
.list-info .field__items,
.list-info ul{
	list-style: none;
	display: inline;
	overflow: auto;
	float: none;
}

.list-info .field__item,
.list-info ul li{
	color: #ffc543;	
	display: inline;
	margin:auto;
}
.list-info .field__item:after,
.list-info .item-list ul li:after{
	content: ', ';	
}

.list-info .field__item:last-child:after,
.list-info .item-list ul li:last-child:after{
	content: '';
}

.list-info-title {
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.375rem;
}


/******************/
/*** BREADCRUMB ***/
/******************/

.nav-breadcrumb {
	position: relative;
	width: auto;
	margin: -16px 0px 0px 0px;
}

.breadcrumb {
	font-family: text-light, Arial, sans-serif;
	color: #333;
	line-height: 1.8rem;
	position: relative;
	width: auto;
	list-style: none;
	padding: 18px 0;
	margin: 0;
}

.breadcrumb li {
	display: inline;
}


.breadcrumb li::before {
	content: '';	
}

.breadcrumb li a::after {
	content: '\003E';
	color: #802536;
	margin: 0 0.3rem 0 0.6rem;

}


/***************/
/*** BUTTONS ***/
/***************/

.button {
	position: relative;
	display: table;
	width: auto;
	font-family: text-bold, Arial, sans-serif;
	font-size: 0.875rem;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	padding: 16px 72px 16px 48px;
	margin: 48px auto 0 auto;
	cursor: pointer;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: right 24px center;
}

.button-go {
	color: white !important;
	background-color: #00BFFF;
	background-image: url(imgs/ui-icon-arrow-right.svg);
}

.button-view {
	background-image: url(imgs/ui-icon-view.svg);
	background-color: #00BFFF;
	background-position: right 12px center;
}

.button-download {
	background-image: url(imgs/ui-icon-download.svg);
	background-color: #ffc543;
	background-position: right 12px center;
}

.button-icon {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 6px;
	transform: scale(1.0);
	transition: transform 0.2s ease-out;
	vertical-align: middle;
	text-decoration: none;
}

.button-icon:hover {
	transform: scale(1.2);
}

.button-icon-info {
	background-image: url(imgs/ui-icon-info.png);
	background-color: #DC143C;
}

.button-icon-view {
	background-image: url(imgs/ui-icon-view.png);
	background-color: #00BFFF;
}

.button-icon-resource-info-view {
	background-image: url(imgs/ui-icon-view.svg);
	background-color: #802536;	
}

.button-icon-download {
	background-image: url(imgs/ui-icon-download.png);
	background-color: #3CB371;
}

.button-icon-like {
	background-image: url(imgs/ui-icon-like.svg);
	background-color: #802536;
}

.vud-widget-heart_alternate,
.button-icon-count {
	margin: 6px 24px ;
}

.button-icon-count::after {
	content: attr(data-count);
	position: absolute;
	font-family: title-bold, Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-align: center;
	color: #fff;
	left: 100%;
	transform: translateX(-60%);
	min-width: 10px;
	height: 20px;
	top: -6px;
	border-radius: 10px;
	padding: 0 5px;
	background-color: #00BFFF;
}


/****************/
/*** PROJECTS ***/
/****************/

.projects {
	position: relative;
	width: auto;
	margin: 24px 0;
}

.projects-item {
	position: relative;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	padding: 24px;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
	margin-top: 24px;
}

.projects-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 0;
	width: 160px;
	height: auto;
	background-color: #ffc543;
	transition: width 0.2s ease-out;
}

.projects-item:hover::before {
	width: 212px;
	height: auto;
}

div.projects-item-icon{
	position: relative;
	flex: 0 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 12px solid #fff;
	margin: 0 24px 0 0;
	background-color: #fff;
	overflow: hidden;
}

div.projects-item-icon div{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

div.projects-item-icon a, 
div.projects-item-icon img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}


.projects-item-content {
	position: relative;
	width: 100%;
}


@media only screen and (max-width: 568px) {
	
	.projects-item {
		flex-direction: column;
	}
	
	.projects-item::before {
		right: 0;
		width: auto;
		height: 160px;
		transition: height 0.2s ease-out;	
	}
	
	.projects-item:hover::before {
		width: auto;
		height: 212px;
	}
	
	div.projects-item-icon{
		
		margin: 0 0 24px 0;
	}
	
}


/***************/
/*** PROJECT ***/
/***************/

.project {
	position: relative;
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: -12px;
}

.project-image {
	position: relative;
	height: auto;
	width: 308px;
	min-width: 0;
	flex: 0 1 auto;
	margin: 12px;
	overflow: auto;
	display: inline-block;
}

div.project-image > img{
	width: 100%;	
}

.project-content {
	position: relative;
	width: 100%;
	flex: 1 1 410px;
	margin: 12px;
	margin-top: 36px;
}
.project-content .text-paragraphs p{
	text-align: justify;	
}

.abbreviation{
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: inherit;
	margin: 10px;
	color: white;
}

@media only screen and (max-width: 768px) {
	
	.project {
		flex-direction: column;
	}
	
	.project-image {
		align-self: center;
		order: -1;
		margin-bottom: 24px;
	}
	
}




























/*========== RESOURCES ==========*/

.view-id-taxonomy_term .view-content,
.view-busqueda-facetas .view-content,
.view-project-index .view-content,
.view-search-resource .view-content,
.resources {
	position: relative;
	width: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	justify-content: center;
	align-items: stretch;
	margin: 0px 0px 0px 0px;
	flex: 1 1 210px;
	
}

.view-id-taxonomy_term{
	padding-bottom: 40px;
}

.view-id-taxonomy_term .resources,
.view-project-index .resources,
.view-search-resource .resources{
	margin-top: 12px;
}

/*========== Width de todo el contenedor==========*/
.view-id-taxonomy_term .views-row,
.view-busqueda-facetas .views-row,
.view-project-index .views-row,
.view-search-resource .resources .views-row{
	position: relative;
	max-width: 210px;
	padding: 9px;
	
}

.resources .views-row .node--type-recurso-indexado,
.resources-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	padding: 0px 6px 24px 6px;
	overflow: hidden;
	background-color: rgba(255, 125, 0, 0);
	text-align: center;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0);
	height: 100%;
	background-image: url(imgs/pleca.png);
	
}
.resources .views-row > div.node--type-recurso-indexado.node--view-mode-search-index{
	position: relative;
	width: 100%;
	height: 100%;
	flex-grow:1;	
}

/*========== ANIMACIÓN ==========*/
.resources .views-row .node--type-recurso-indexado:before,
.resources-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	right: 0;
	height: 140px;
	background-color: #802536;
	border-radius: 12px 12px 0 0;
	transition: height 0.3s ease-out;
}

.resources .views-row .node--type-recurso-indexado:hover::before,
.resources-item:hover::before {
	height: 203px;
}

/*========== ESPACIO PARA IMAGEN CENTRAL ==========*/
.resources-item-icon {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 0%;
	border: 0px solid rgba(0, 0, 0, 0);
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);	
	cursor: pointer;
	overflow: hidden;
}

.resources-item-icon a{
	width: 100%;
	height: 100%;
}

.resources-item-icon a img{
	width: 100%;	
}

.resources-item-icon-image {
	width: 100%;
	height: 100%;	
}

.node--view-mode-search-index .vud-widget-heart_alternate,
.node--view-mode-teaser .vud-widget-heart_alternate,
.resources-item-likes {
	position: absolute;
	left: 8px; 
	top: 8px;
	line-height: 26px;
	font-family: text-bold, Arial, sans-serif;
	font-size: 0.875rem;	
	color: #fff;
	margin: 0;
	padding-left: 32px;
	background: url(imgs/ui-icon-heart.svg) no-repeat left center;
}

.node--view-mode-search-index .vud-widget-heart_alternate,
.node--view-mode-teaser       .vud-widget-heart_alternate{
	padding-left: 0px;
	background: none;
	
}

.node--view-mode-search-index	.vud-widget-heart_alternate .button-icon.button-icon-count,
.node--view-mode-teaser			.vud-widget-heart_alternate .button-icon.button-icon-count{
	padding-left: 22px;
	height: auto;
	margin: 0px;
	background-position: 0px 0px;
	border-radius: 0px;
	background-color: none; 
	
}
.node--view-mode-search-index	.vud-widget-heart_alternate .button-icon.button-icon-count:after,
.node--view-mode-teaser			.vud-widget-heart_alternate .button-icon.button-icon-count:after{
	background: none;
	display: inline;
	position: relative;
	top: auto;
	left: auto;
	
}

.resource-item-title {
	position: relative;
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.0625rem;
	color: white;
	margin: 0;
}

.resource-item-paragraphs {
	position: relative;
	width: auto;
	font-size: 0.9375rem;
	color: black;
	padding-top: 40px;
	padding-bottom: 20px;
}

.resources-item-footer {
	position: relative;
	width: auto;
}

.resources-item-footer-subject {
	font-family: text-bold, Arial, sans-serif;
	font-size: 0.9375rem;
	color: #D6A600;		
	margin: 0;
}

.resources-item-footer-subject a {
	color: inherit;
	text-decoration: none;
}

.resources-item-footer-subject:last-child{
	margin: 0 0 25px 0;
}



.resources-item-footer-buttons .buttons{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;		
} 

/****************/
/*** RESOURCE ***/
/****************/

.resource-body {
	background-color: #333;
}

.resource-container {
	position: absolute;
	display: flex;
	flex-flow: column nowrap;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.resource {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1024px;
	max-height: 632px;
	min-width: 0;
	min-height: 0;
	margin: auto;
}


/*********************/
/*** RESOURCE INFO ***/
/*********************/

.resource-info-poster {
	position: relative;
	max-width: 436px;
	margin: 36px auto;
	padding: 24px 24px 0 24px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.resource-info-poster-image {
	position: relative;
	display: block;
	width:100%;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
}

.resource-info-poster-image > img {
	position: relative;
	width: 100%;
	height: auto;
}

.resource-info-poster-buttons {
	position: relative;
	width: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
}


/**************/
/*** PAGING ***/
/**************/
.pager,
.paging {
	position: relative;
	width: auto;
	font-family: text-bold, Arial, sans-serif;
	font-size: 1.0625rem;
	text-align: center;
	margin: 42px 0 -6px 0;
	width: 100%;
	color: #94969e;
}

.pager__item,
.paging-item {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	margin: 6px -3px;
	transform: scale(1.0);
	transition: transform 0.1s ease-out;
	cursor: pointer;
}
.pager__item a,
.paging-item a{
	color: inherit;
	text-decoration: inherit;
}

.paging ul {
	list-style: none;
	padding: 0px;
}






.pager__item a:after,
.paging-item::after {
	content: '';
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
}

.pager__item:hover a,
.paging-item:hover {
	transform: scale(1.2);
}
.pager__item.is-active a,
.paging-item-selected {
	color: #ffc543;
}


/**************/
/*** SEARCH ***/
/**************/

.views-exposed-form,
.search {
	position: relative;
	width: auto;
	padding: 24px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.views-exposed-form:before,
.search:before {
	content:'';
	display:block;
	background-color: #802536;
	position: absolute;
	top: 0;
	left: -500%;
	bottom: 0;
	right: -500%;
	z-index: -1;
	box-sizing: border-box;
}

form#views-exposed-form-busqueda-facetas-page-1 .form--inline, 
.search-form {
	display: flex;
	flex-direction: row;
	width: 400px;
	height: 48px;
}



.views-exposed-form .form--inline .form-item-search,
.views-exposed-form .form--inline .search-form-input {
	position: relative;
	font-size: 1.25rem;
	width: calc(100% - 60px);
	height: 48px;
	margin: 0;
	border: 0;
	border-radius: 24px 0 0 24px;
	padding: 0;
	flex: 1 1 auto;
}

#edit-search,
[id^="edit-search-"]{
	position: relative;
	font-size: 1.25rem;
	width: 100%;
	height: 48px;
	margin: 0;
	border: 0;
	border-radius: 24px 0 0 24px;
	padding: 12px 12px 12px 24px;
}

.views-exposed-form .form-actions,
.views-exposed-form .form-item{
	padding: 0px;
		
}

#edit-submit-busqueda-facetas,
[id^="edit-submit-busqueda-facetas"]{
	font-size: 0;
	position: relative;
	width: 60px;
	height: 48px;
	background: #00BFFF url(imgs/ui-icon-search.svg) no-repeat center center;
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0 24px 24px 0;
	cursor: pointer;
}


.views-exposed-form .form-actions,
.search-form-submit,
.search-form-submit {
	position: relative;
	width: 60px;
	height: 48px;
	background: #00BFFF url(imgs/ui-icon-search.svg) no-repeat center center;
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0 24px 24px 0;
	cursor: pointer;
	flex: 0 0 auto;
}


/****************************/
/*** FILTER (fil.js) ***/
/****************************/

.filter-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.filter {
	position: relative;
/*	display: none;*/
	width: 210px;
	border-radius: 12px;
	margin: 20px 10px 0 0;
	overflow: hidden;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.filter-title {
	position: relative;
	width: auto;
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.5rem;
	color: #fff;
	margin: 0;
	padding: 18px 24px;
	background-color: #802536;
}

div.holder_btn_filtro {
	height: 1px;
	text-align: center;
	position: relative;
	margin-top: 40px;
}

.filter-open-button {
	position: relative;
	width: 48px;
	height: 48px;
	margin-left: 24px;
	cursor: pointer;
	background: url(imgs/ui-icon-filter.svg) no-repeat center center;
	transform: scale(1.0);
	transition: transform 0.1s ease-out;
	flex: 0 0 auto;
	display: inline-block;
	left: 220px;
	top: 27px;
	z-index:2;
}

.filter-open-button:hover {
	transform: scale(1.2);
}

.filter-close-button { 
	position: absolute;
	width: 36px;
	height: 36px;
	top: 15px;
	right: 22px;
	cursor: pointer;
	background: url(imgs/ui-icon-close.svg) no-repeat center center;
	transform: scale(1.0);
	transition: transform 0.1s ease-out;
}

.filter-close-button:hover {
	transform: scale(1.2);
}

.filter-item {
	position: relative;
	width: auto;
	font-family: title-bold, Arial, sans-serif;
	font-size: 1.125rem;
	color: #111;
	margin: 0;
	padding: 14px 24px;
	border-bottom: 2px solid #e8eaee;
	cursor: pointer;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.filter-item-order-title {
	color: #ffc543;
}

.filter-item-count::before {
	content: attr(data-count);
	font-family: title-bold, Arial, sans-serif;
	font-size: 0.9375rem;
	color: #fff;
	text-align: center;
	line-height: 34px;
	position: absolute;
	width: 34px;
	height: 34px;
	right: 24px;
	top: 50%;
	margin-top: -17px;
	border-radius: 50%;
	background-color: #802536;
}

.filter-item-options {
	position: relative;
	display: none;
	width: auto;
	list-style: none;
	margin: 0;
	border: 0;
	padding: 10px 24px;
	background-color: #e8eaee;
}

.filter-item-options ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.filter-item-options ul li,
.filter-item-option {
	font-family: text-regular, Arial, sans-serif;
	font-size: 0.9375rem;
	color: #333;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #802536;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-item-options ul li a{
	display: flex;
	text-decoration: none;
	color:inherit;
}

.filter-item-options ul li a > span {
	flex-basis: 26px;
	flex-grow: 0;
	
}

.filter-item-options ul li a > span.facet-item__status,
.filter-item-options ul li a > span.facet-item__count {
	text-align: center;
	background-color: #FFC543;
	border-radius: 6px;
	padding: 3px;
	color: white;
	font-weight: bold;
	font-size: small;
}

.filter-item-options ul li a > span.facet-item__status {
	background-color: #802536;
}

.filter-item-options ul li a > span.facet-item__value {
	flex-grow: 3;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	
	background-color: transparent;
	border-radius: 0;
	padding: 3px 0px 3px 3px;
}


.filter-item-options a.facets-soft-limit-link {
	display: block;
	overflow: auto;
	text-align: right;
	text-decoration: none;
	color: #333;
	text-shadow: 0px 0px 2px #FFFFFF;
	font-size: small;
	margin-top: 5px;
}

.filter-item-option:last-child {
	border-bottom: 0;
}

.filter-item-option-radio {
	background: url(imgs/ui-icon-radio-off.svg) no-repeat left center;
	padding: 10px 0px 10px 30px;
	text-transform: capitalize;	
}

.filter-item-option-radio-on {
	background-image: url(imgs/ui-icon-radio-on.svg);
}

._filter-item-option-checkbox {
	background: url(imgs/ui-icon-checkbox-off.svg) no-repeat left center;
}

._filter-item-option-checkbox-on {
	background-image: url(imgs/ui-icon-checkbox-on.svg);
}

.filter-bottom {
	position: relative;
	width: auto;
	height: 24px;
	background-color: #802536;
}


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

	.filter {
		margin-left: 24px;
	}	
}
