@charset "UTF-8";

@import url("cuadratico.min.css");

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #1D1D1B;
}

@media (min-width: 767px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
}

a,
a:hover,
a:focus,
a:active { 
	outline: none;
	color: #06a7e2;
	font-weight: 500;
}
a:focus,
a:active { text-decoration: none; }
a[href^=tel] { color: inherit; text-decoration: none; }

h1,
h2 {
	margin: 0 0 25px 0;
}

.imagen-bloque {
	margin-bottom: 40px;
}

.finalizado {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #F83737;
}
div.finalizado {
	margin-bottom: 30px;
}

a.img-responsive img {
	max-width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
img.text-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.relativo {
	position: relative;
}
.overflow {
	overflow: hidden;
}

.clearfix {
	clear: both;
}
.ponentes-wrapper {
	overflow: hidden;
}
.ponentes-wrapper span {
	display: block;
	float: left;
	margin-right: 15px;
}

.container {
	width: 100%;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
p { margin: 0 0 20px 0;	}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }


/* Header */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;	
	background-color: #EFF2F5;
}
header > .container {
	display: flex;
	align-items: center;
}

.content-right {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.content-right > a {
	display: block;
}
.content-right > a:hover {
	animation: rotacion .2s;
}
.content-right > a > svg {
	display: block;
}

.palabras {
	margin-right: 23px;
}

@media (max-width: 1300px) {
	.palabras {
		max-width: 500px;
	}
}

@media (max-width: 1095px) {
	.palabras {
		max-width: 450px;
	}
}

@media (max-width: 992px) {
	.palabras {
		margin-right: 50px;
		max-width: 400px;
	}
	header {
		background-image: none;
	}
	.content-right {
		margin-right: 70px;
	}
}

@media (max-width: 800px) {
	.palabras {
		max-width: 300px;
	}
}

@media (max-width: 680px) {
	.palabras {
		display: none;
	}
}


.idiomas {
	position: relative;
	border-left: 1px solid #101820;
	color: #101820;
	margin: 0 0 0 36px;
	padding: 0 0 0 36px;
	transition: all .2s;
}
.idiomas > a {
	display: flex;
	align-items: center;
	color: #101820;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
}
.idiomas > a svg {
	display: block;
	margin-right: 8px;
}
.idiomas > a i {
	display: block;
	font-size: 25px;
	margin-left: 5px;
}
.idiomas a {
	color: #101820;
}
.idiomas a:hover {
	text-decoration: none;
}
.idiomas ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
	z-index: 99;
	transition: all .2s;
}
.idiomas:hover ul {
	opacity: 1;
	visibility: visible;
}
.idiomas ul li {
	display: block;
	text-align: center;
	background-color: #101820;
}
.idiomas ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	padding: 10px 20px;
	background-color: transparent;
	transition: all .2s;
}
.idiomas ul li a:hover {
	text-decoration: none;
	background-color: #47505A;
}
.idiomas a.activo {
	background-color: #47505A;
}
.carrito {
	margin-top: 0;
	margin-left: 35px;
	padding-left: 35px;
	border-left: 1px solid #101820;
}
.carrito a {
	height: 41px;
}
.carrito-mobile {
	display: none;
	background: #EFF2F5;
	padding: 5px 20px;
	position: fixed;
	top: 110px;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 9;
}
.carrito-mobile a {
	height: 41px;
}

header .logo {
	display: flex;
	align-items: center;
	padding: 42px 0 38px 0;
	transition: all .2s;
}
.scroll header .logo {
	padding: 20px 0;
}
header .logo a {
	line-height: 0;
}
header .logo .edicion {
	border-left: 1px solid #818181;
	margin-left: 30px;
	padding-left: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
header .logo .edicion span {
	display: inline-block;
	border-bottom: 5px solid #B4CB1F;
	font-weight: 600;
	padding-bottom: 5px;
}
header .logo svg {
	display: block;
	width: 324px;
	height: 74px;
	transition: all .2s;
}
.scroll header .logo svg {
	width: 219px;
	height: 50px;
}
header .boriol {
	position: absolute;
	top: 29px;
	right: calc(50% - 500px);
	display: flex;
	transition: all .2s;
}
.scroll header .boriol {
	top: 25px;
	right: calc(50% - 550px);
}
header .boriol .texto-boriol {
	width: 93px;
	height: 90px;
	transition: width .2s, height .2s;
}
.scroll header .boriol .texto-boriol {
	width: 62px;
	height: 60px;
}
header .boriol .fecha-boriol {
	width: 80px;
	height: 48px;
	transition: width .2s, height .2s;
}
.scroll header .boriol .fecha-boriol {
	width: 63px;
	height: 38px;
}
header .boriol span {
	display: block;
	position: relative;
}
header .boriol span.linea {
	height: 97px;
	border-right: 1px solid #D9D9D9;
	padding-right: 20px;
	margin-right: 20px;
	transition: padding-right .2s, margin-right .2, height .2s;
}
.scroll header .boriol span.linea {
	padding-right: 15px;
	margin-right: 15px;
	height: 79px;
}
header .boriol .logo-boriol {
	width: 460px;
	height: 165px;
	margin-right: -45px;
	transition: all .2s;

}
.scroll header .boriol .logo-boriol {
	width: 279px;
	height: 100px;
	margin-right: -27px;
}

@media (max-width: 1400px) {
	header .boriol,
	.scroll header .boriol {
		right: 150px;
	}
}

@media (max-width: 992px) {
	header .logo,
	.scroll header .logo {
		padding: 20px 0;
	}
	header .logo svg,
	.scroll header .logo svg {
		width: 219px;
		height: 50px;
	}
	header .boriol,
	.scroll header .boriol {
		top: 10px;
		right: 100px;
	}
	header .boriol .texto-boriol {
		width: 62px;
		height: 60px;
	}
	header .boriol .logo-boriol {
		width: 279px;
		height: 100px;
		margin-right: -27px;
	}
	.idiomas {
		display: none;
	}
}

@media (max-width: 660px) {
	.content-right {
		margin-right: 55px;
	}
	.carrito {
		margin-left: 20px;
		padding-left: 20px;
	}
	header .boriol {
		display: none;
	}
	header .logo .edicion {
		margin-left: 15px;
		padding-left: 15px;
		max-width: 160px;
	}
	header .logo svg,
	.scroll header .logo svg {
		width: 175px;
		height: 40px;
	}
}
/* Fin Header */

/* Menu */
nav.menu {
	background: #101820;
}
nav.menu .navigation .top {
	display: none;
	padding: 50px 30px 20px 30px;
}
.lang {
	display: flex;
	flex-wrap: wrap;
}
.lang a {
	border: 1px solid #fff;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
.lang a.activo {
	background: #fff;
	color: #4E4D4D;
}
nav.menu .navigation ul {
	list-style: none;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	color: #4E4D4D;
	text-transform: uppercase;
	display: flex;
	margin: 0;
	padding: 0;
}
nav.menu .navigation li {
	padding: 0;
	margin: 0;
	position: relative;
}
nav.menu .navigation li a {
	display: block;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	padding: 22px 25px;
	position: relative;
	color: #fff;
	transition: all .2s;
}
nav.menu .navigation li span {
	display: block;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	padding: 22px 25px;
	position: relative;
	color: #fff;
	background: #47505A;
	transition: all .2s;
}
nav.menu .navigation li a:hover,
nav.menu .navigation li a.active {
	text-decoration: none;
	background: #47505A;
}
nav.menu .navigation li span::after,
nav.menu .navigation li a.active::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #47505A;
}
/*nav.menu .navigation li a:after,
nav.menu .navigation li span:after {
	position: absolute;
	width: 0;
	height: 4px;
	content: '';
	left: 50%;
	bottom: 0;
	background: #5DB3E4;
	transform: translateX(-50%);
	transition: width .2s;
}
nav.menu .navigation li.festival a:after,
nav.menu .navigation li.festival span:after {
	background: #DC3C6F;
}
nav.menu .navigation li.programacion a:after,
nav.menu .navigation li.programacion span:after {
	background: #4E4C4C;
}
nav.menu .navigation li.sesiones-debate a:after,
nav.menu .navigation li.sesiones-debate span:after {
	background: #CDD85F;
}
nav.menu .navigation li.prensa a:after,
nav.menu .navigation li.prensa span:after {
	background: #F9C031;
}
nav.menu .navigation li.denia a:after,
nav.menu .navigation li.denia span:after {
	background: #7992EB ;
}
nav.menu .navigation li.contacto a:after,
nav.menu .navigation li.contacto span:after {
	background: #B3EA7C;
}
nav.menu .navigation li span:after,
nav.menu .navigation li a:hover:after,
nav.menu .navigation li a.active:after {
	width: 100%;
}*/
nav.menu .navigation li ul.submenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 60px;
	left: 0;
	white-space: nowrap;
	text-align: left;
	transition: opacity .2s, visibility .2s;
}
.scroll nav.menu .navigation li a,
.scroll nav.menu .navigation li span {
	padding: 14px 25px;
}
.scroll nav.menu .navigation li ul.submenu {
	top: 45px;
}
nav.menu .navigation li ul.submenu li {
	display: block;
	padding: 0;
	position: relative;
}
nav.menu .navigation li.programacion ul.submenu li:after {
	background: #4E4C4C;
}
nav.menu .navigation li ul.submenu li:last-child:after {
	display: none;
}
nav.menu .navigation li ul.submenu li a,
nav.menu .navigation li ul.submenu li span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	padding: 21px 20px;
	background-color: #101820;
	transition: all .2s;
}
nav.menu .navigation li.programacion ul.submenu li a {
	background-color: #47505A;
}
nav.menu .navigation li ul.submenu li a:hover,
nav.menu .navigation li ul.submenu li span {
	background-color: #47505A !important;
}
nav.menu .navigation li.programacion ul.submenu li a:hover,
nav.menu .navigation li.programacion ul.submenu li span {
	background: #2c2c2c;
}
nav.menu .navigation li ul.submenu li a:hover:after,
nav.menu .navigation li ul.submenu li span:after {
	display: none;
}
nav.menu .navigation ul li ul.ssubmenu {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
	padding-left: 5px;
}
nav.menu .navigation ul.submenu li:hover ul.ssubmenu {
	opacity: 1;
	visibility: visible;
}

nav.menu .navigation ul li.desplegable > a {
	display: flex;
	align-items: center;
}
nav.menu .navigation ul li.desplegable > a > i {
	display: block;
	font-size: 25px;
	line-height: 17px;
	margin-left: 5px;
}

nav.menu .navigation li:hover ul {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 991px) {
	nav.menu .navigation ul li ul.submenu {
		display: flex !important;
		flex-direction: column;
	}
}
@media (max-width: 992px) {
	nav.menu .navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background: rgba(29, 29, 27, .9);
		overflow: auto;
		z-index: 9;
		padding: 0;
		margin: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		transition: transform 500ms ease;
	}
	body.offcanvas .navigation {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	nav.menu .navigation .top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	nav.menu {
		float: none;
		text-align: left;
	}
	nav.menu .navigation ul {
		display: block;
		text-align: right;
		padding-left: 20px;
		padding-right: 20px;
	}
	nav.menu .navigation ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	nav.menu .navigation ul > li + li {
		border-top: 1px solid #75BC22;
	}
	nav.menu .navigation ul > li.programacion {
		border-color: #E86E6A;
	}
	nav.menu .navigation ul > li.sesiones-debate {
		border-color: #C9A792;
	}
	nav.menu .navigation ul > li.denia {
		border-color: #A3C6E1;
	}
	nav.menu .navigation ul > li.contacto {
		border-color: #C9A792;
	}
	nav.menu .navigation ul > li > a,
	nav.menu .navigation ul > li > span {
		display: block;
		color: #fff;
		border-radius: 0 !important;
		padding: 10px;
		font-size: 40px;
		line-height: 46px;
		font-weight: 900;
		text-transform: none;
	}
	nav.menu .navigation li a:hover,
	nav.menu .navigation li a.active {
		background: none;
	}
	nav.menu .navigation ul > li > a i {
		display: none;
	}
	nav.menu .navigation li span {
		background: none;
	}
	nav.menu .navigation ul li a:after,
	nav.menu .navigation ul li span:after {
		display: none;
	}
	nav.menu .navigation ul li.desplegable > a {
		justify-content: flex-end;
	}
	nav.menu .navigation ul li.desplegable > a > i {
		display: none;
	}
	nav.menu .navigation ul li.desplegable > a:after,
	nav.menu .navigation ul li.desplegable > a:hover:after {
		display: inline-block;
		font-family: 'FontAwesome';
		content: '\f0d7';
		position: static;
		transform: translateX(0) rotate(0deg);
		background: none;
		display: inline-block;
		width: auto;
		height: auto;
		margin-left: 10px;
		transition: transform .2s;
	}
	nav.menu .navigation ul li.desplegable > a.abierto:after,
	nav.menu .navigation ul li.desplegable > a.abierto:hover:after {
		transform: translateX(0) rotate(180deg);
	}
	nav.menu .navigation ul li ul.submenu {
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-bottom: 10px;
	}
	nav.menu .navigation ul li ul.ssubmenu {
		position: static;
		opacity: 1;
		visibility: visible;
	}
	nav.menu .navigation ul li ul.submenu li,
	nav.menu .navigation ul li ul.ssubmenu li {
		text-align: right;
		padding: 0 !important;
		border: none;
	}
	nav.menu .navigation li ul.submenu li:before,
	nav.menu .navigation li ul.submenu li:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu li a,
	nav.menu .navigation ul li ul.ssubmenu li a {
		display: block;
		color: #fff;
	}
	nav.menu .navigation ul li ul.ssubmenu li a {
		padding-right: 0;
	}
	nav.menu .navigation li ul.submenu li a,
	nav.menu .navigation li ul.submenu li span {
		padding: 5px 30px 5px 10px;
		background: none !important;
		font-size: 20px;
		line-height: 30px;
	}
	nav.menu .navigation ul li ul.submenu li a:before,
	nav.menu .navigation ul li ul.ssubmenu li a:before {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu li a:hover:after,
	nav.menu .navigation ul li ul.ssubmenu li a:hover:after {
		display: none;
	}
	nav.menu .navigation ul li ul.submenu:before,
	nav.menu .navigation ul li ul.ssubmenu:before {
		display: none;
	}
	nav.menu .navigation ul li.desplegable,
	.scroll nav.menu .navigation li.desplegable {
		height: auto;
	}
	#menu-categorias-movil h2 {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		display: block;
		margin: 0;
		padding: 15px 10px;
		color: #06a7e2;
		background: #f9f9f9;
	}
}
/* Fin menu */

/* Banner */
#banner-home {
	position: relative;
	width: 100%;
	height: calc(100vh - 215px);
	margin: 0;
}
.bxslider {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.bxslider li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-3;
}
.bxslider li.active {
	display:block;
	z-index:-1;	
}
.bxslider li .banner-claim {
	background: rgba(14, 58, 103, 0.6);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-claim .label {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 20px 95px 20px;
	width: 100%;
	max-width: 1440px;
	display: block;
}
.banner-claim .label .banner-title {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 40px;
	line-height: 47px;
	font-weight: 400;
	margin: 0;
	padding: 0;	
}
.banner-claim.active .label .banner-title {
	transform: translateX(0);
	opacity: 1;
}
.banner-claim .label .banner-title strong {
	font-weight: 900;
	display: block;
}
.banner-claim .label .banner-description {
	font-size: 17px;
	line-height: 24px;
	margin: 23px 0 0 0;
	padding: 0;
	max-width: 687px;
}
.banner-claim.active .label .banner-description {
	transform: translateX(0);
	opacity: 1;
}
.banner-navigation {
	position: absolute;
	bottom: 49px;
	z-index: 10;
	width: 100%;
	max-width: 1400px;
	left: 50%;
  	transform: translateX(-50%);
}
.banner-navigation ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.banner-navigation li {
	display: inline-block;
	margin-left: 16px;
}
.banner-navigation li a {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	margin: 0;
}
.banner-navigation li a:hover {
	background: #666;
}
.banner-navigation li a.active {
	background: #101820;
}
.minibanners {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 140px;
}
.minibanners .minibanner {
	width: 33.3333%;
	padding: 15px;
}
.minibanners .minibanner a {
	display: block;
	color: #0F1422;
	text-decoration: none;
}
.minibanners .minibanner figure {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.minibanners .minibanner figure img {
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.minibanners .minibanner a img {
	transform: scale(1,1);
	transition: transform .2s;
}
.minibanners .minibanner a:hover img {
	transform: scale(1.1,1.1);
}
.minibanners .minibanner h3 {
	padding: 25px;
	background: #EFF2F5;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	position: relative;
}
.minibanners .minibanner h3:after {
	font-family: 'FontAwesome';
	font-size: 40px;
	content: '\f0da';
	position: absolute;
	right: 25px;
}

@media (max-width: 1440px) {
	.banner-navigation {
		left: auto;
		width: auto;
		transform: translateX(0);
		right: 20px;
	}
}

@media (max-width: 992px) {
	#banner-home {
		height: calc(100vh - 90px);
	}
	.minibanners {
		padding-bottom: 45px;
	}
	.minibanners .minibanner {
		width: 100%;
		padding: 5px 0;
	}
	.minibanners .minibanner figure {
		display: none;
	}
	.minibanners .minibanner h3 {
		border-radius: 20px;
	}
}

@media (max-width: 730px) {
	.bxslider li .banner-claim {
		font-size: 25px;
		line-height: 30px;
	}
	.banner-claim .label:before,
	.banner-claim .label:after {
		display: none;
	}
	.banner-claim .label {
		padding: 20px 20px 65px 20px;
	}
	.banner-navigation {
		position: absolute;
		bottom: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}
	.banner-navigation ul {
		justify-content: center;
	}
	.banner-navigation li {
		margin: 0 5px;
	}
}

@media (max-width: 660px) {
	#banner-home {
		height: calc(100vh - 80px);
	}
}

@media (max-width: 480px) {
	.bxslider li .banner-claim {
		font-size: 20px;
		line-height: 25px;
	}
}
/* Fin Banner */

/* Offcanvas */
#btn-offcanvas {
	display: none;
}
#offcanvas-overlay {
	display: none;
}

@media (max-width: 992px) {
	#btn-offcanvas {
		display: block;
		position: absolute;
		bottom: 35px;
		right: 20px;
		width: 31px;
		height: 23px;
		border: none;
		border-radius: 0;
		-webkit-appearance: none;
		background: none;
	}
	#offcanvas-overlay {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		cursor: pointer;
		z-index: 3;
		overflow: hidden;
	}

	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}	
}

@media (max-width: 660px) {
	#btn-offcanvas {
		bottom: 30px;
	}
}
/* Fin Offcanvas */

/* main */
main {
	padding-top: 215px;
	padding-bottom: 200px;
}

@media (max-width: 992px) {
	main {
		padding-top: 90px;
	}
}

@media (max-width: 660px) {
	main {
		padding-top: 80px;
	}
}
/* Fin main */

/* Filas */
.fila {
	padding-top: 190px;
	padding-bottom: 190px;
}
.fila > div {
	display: flex;
	max-width: 1660px;
	margin-left: auto;
}
.fila.reverse > div {
	flex-direction: row-reverse;
	margin-left: 0;
	margin-right: auto;
}
.fila .fila-texto {
	width: 54%;
	padding: 50px 114px 50px 20px;
}
.fila .fila-texto p:last-child {
	margin-bottom: 0;
}
.fila .fila-texto .button {
	margin-top: 20px;
}
.fila.reverse .fila-texto {
	padding: 50px 20px 50px 114px;
}
.fila-texto.large {
	width: 100%;
}
.fila .fila-foto {
	width: 46%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mobile {
	display: none;
}
.miniatura-festival {
	border-radius: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
}
.miniatura-festival img {
	border-radius: 15px;
	margin: auto;
}

@media (max-width: 992px) {
	.mobile {
		display: block;
	}
	.fila {
		padding: 0;
	}
	.home .filas,
	.home .fila {
		margin-bottom: 0;
	}
	.fila > div,
	.fila.reverse > div {
		flex-direction: column-reverse;
	}
	.fila .fila-texto,
	.fila.reverse .fila-texto {
		width: 100%;
		padding: 40px 20px;
	}
	.relative .fila .fila-texto {
		padding: 0;
	}
	.fila .fila-foto {
		width: 100%;
		height: auto;
		min-height: 200px;
	}
	.relative .fila .fila-foto {
		display: none;
	}
	.fila .fila-foto img {
		margin: auto;
	}
	.home .fila .fila-foto img {
		max-width: 80%;
	}
	.fila h1,
	.fila h2,
	.filas.relative h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 15px 0;
	}
}
@media (max-width: 580px) {
	.fila .fila-texto,
	.fila.reverse .fila-texto {
		width: 100%;
		padding: 30px 20px;
	}
}
/* Fin filas */

/* Caja */
.caja {
	background: #EFF2F5;
	padding: 40px 40px 20px 40px;
	border-radius: 0;
	margin-bottom: 20px;	
}
.caja.small {
	padding: 10px 20px;
	margin-bottom: 10px;
}
.caja.big {
	padding: 60px 40px 40px 40px;
}
.caja.contacto {
	background-image: url(../svg/contacto.svg);
	background-repeat: no-repeat;
	background-position: top 45px left 0;
	/*padding-top: 150px;
	padding-bottom: 150px;*/
}
.caja.contacto table {
	margin: auto;
}
.caja.contacto table tr td {
	padding: 0 50px;
	width: 50%;
}
.caja.contacto table tr td {
	border-right: 1px solid #ADB8C3;
}
.caja.contacto table tr td:first-child {
	padding-left: 0;
}
.caja.contacto table tr td:last-child {
	padding-right: 0;
	border: none;
}
.caja.contacto table p {
	margin: 0;
}
.caja h1,
.caja h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	margin: 0 0 15px 0;
}
.caja ul,
.caja ol {
	margin: 0 0 15px 20px;
}
.caja.noticia {
	background-image: url(../svg/prensa.svg);
	background-repeat: no-repeat;
	background-position: top 40px left 40px;
	padding-top: 120px;	
}
.box-container {
	border: 2px solid #1D1D1B;
	padding: 50px;
}
.box-container .categoria {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	margin: 0 0 5px 0;
	padding: 0;	
}
.box-container.bloque-espacio-territorio {
	border-color: #75BC22;
}
.box-container.bloque-espacio-territorio .categoria {
	color: #75BC22;
}
.box-container.bloque-espacio-arte {
	border-color: #E86E6A;
}
.box-container.bloque-espacio-arte .categoria {
	color: #E86E6A;
}
.box-container.bloque-espacio-ciencias-sociales {
	border-color: #C9A792;
}
.box-container.bloque-espacio-ciencias-socialese .categoria  {
	color: #C9A792;
}
.box-container.bloque-espacio-lluis-vives {
	border-color: #A3C6E1;
}
.box-container.bloque-espacio-lluis-vives .categoria {
	color: #A3C6E1;
}
.box {
	overflow: hidden;
	background: #EFF2F5;
	margin-bottom: 100px;
	padding: 0;
}
.box.box-azul {
	background: #d9ebf3;
}
.box.nomargin {
	margin-bottom: 0;
}
.box .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.box-home {
	overflow: initial;
	margin-bottom: 200px;
}
.box-home .container,
.box-pagina {
	position: relative;
}
.uuu {
	/*background-image: url(../svg/adorno-top.svg);*/
	background-repeat: no-repeat;
	background-position: top right;
}
.uuu p {
	max-width: 75%;
}
.uuu.uuu-left {
	padding-bottom: 101px;
	background-position: bottom 0 left 50px;
}
.contacto-wrapper ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.contacto-wrapper ul li {
	flex: 0 0 calc(50% - 20px);
	border: 2px solid #D3D3D3;
	padding: 50px;
}
.contacto-wrapper ul li:first-child {
	margin-right: 20px;
}
.contacto-wrapper ul li:last-child {
	margin-left: 20px;
}
.contacto-wrapper ul li h2 {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
	position: relative;
}
.contacto-wrapper ul li h2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 90px;
	height: 2px;
	background-color: #D3D3D3;
}

.cintas {

}
.cintas2 {
	padding-top: 260px;
}
.intro.large.cintas {
	padding-bottom: 180px;
}
.box-home a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	background: #4E4D4D;
	padding: 15px 20px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 5px;
}
.box-home a:after {
	font-family: 'FontAwesome';
	font-size: 25px;
	vertical-align: -3px;
	content: '\f0da';
	margin-left: 10px;
}
.box-home a:hover {
	color: #fff;
	background: #4C595E;
}
.box-home a:hover:after {
	color: #DC3C6F;
}
.box-home img,
.box-pagina img {
	position: absolute;
	width: 259px;
	height: calc(100% - 100px);
	border-radius: 20px;
	object-fit: cover;
	bottom: -40px;
	left: 10px;
}
.box-home img {
	max-width: 18%;
}
.box-pagina img {
	width: 30.5%;
	height: calc(100% + 150px);
}
.box-home img:nth-child(2) {
	left: 21%;
	bottom: 0;
}
.box-pagina img:nth-child(2) {
	left: 35%;
	bottom: 30px;
}
.box-pagina img:nth-child(3) {
	left: 69%;
}
.box h1,
.box h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	padding: 0;
	margin: 0 0 40px 0;
}
.box-home h2 {
	font-size: 50px;
	line-height: 58px;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.box-home .subtitle {
	display: block;
	font-weight: 900;
}
.box-home .text {
	padding-left: 45%;
}
.texto-home {
	margin: 100px 0;
}
.texto-home span,
span.destacado {
	display: block;
	color: #DC3C6F;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.texto-home h1 {
	font-size: 50px;
	line-height: 59px;
	font-weight: 500;
}
.texto-home h1 strong {
	font-weight: 900;
}
/*.texto-home p {
	max-width: 50%;
}*/

.lista-home ul,
.lista-cuadros-home ul {
	list-style: none;
	display: flex;
	margin: 0 0 0 160px;
	padding: 0;
}
.lista-cuadros-home ul {
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -20px 0 130px;
}
.lista-cuadros-home p {
	margin-left: 150px;
}
.lista-home .text {
	margin-left: 150px;
	margin-top: -80px;
	position: absolute;
	width: calc(100% - 190px);
}
.lista-home li {
	width: 33.333%;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 30px;
}
.lista-home li:first-child {
	margin-left: 0;
}
.lista-home li:last-child {
	margin-right: 0;
}
.lista-home li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 4px;
	height: 65px;
	background: #B6B6B6;
}
/*.lista-home li:nth-child(2):before {
	background: #FF6100;
}
.lista-home li:nth-child(3):before {
	background: #53E657;
}*/
.lista-cuadros-home li {
	width: calc(50% - 40px);
	border-radius: 20px;
	margin: 20px;
	padding: 50px 50px 50px 120px;
	overflow: hidden;
	background: #EFF2F5 url(../svg/iconos/1.svg) no-repeat left;
	display: flex;
	align-items: center;
}
.lista-cuadros-home li:nth-child(2) {
	background-image: url(../svg/iconos/2.svg);
}
.lista-cuadros-home li:nth-child(3) {
	background-image: url(../svg/iconos/3.svg);
}
.lista-cuadros-home li:nth-child(4) {
	background-image: url(../svg/iconos/4.svg);
}
.lista-cuadros-home li:nth-child(5) {
	background-image: url(../svg/iconos/5.svg);
}
.lista-cuadros-home li:nth-child(6) {
	background-image: url(../svg/iconos/6.svg);
}

.evento > label {
	display: flex;
	align-items: center;
}
.evento .evento-nombre {
	line-height: 30px;
}
.evento .evento-fecha {
	display: flex;
	flex-wrap: wrap;
}
.evento .evento-fecha span {
	padding-right: 10px;
}
.checkbox-wrapper {
	display: block;
	position: relative;
	padding-left: 50px;
	height: 37px;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 37px;
	width: 37px;
	background-color: #fff;
	border: 1px solid #ADB8C3;
	border-radius: 6px;
}
.checkbox-wrapper:hover input ~ .checkmark {
	border-color: #4E4D4D;
}
.checkbox-wrapper input:checked ~ .checkmark {
	border-color: #4E4D4D;
}
.checkmark:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	display: none;
	color: #4E4D4D;
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.checkbox-wrapper input:checked ~ .checkmark:after {
	display: block;
}

@media (max-width: 1200px) {
	.lista-home ul,
	.lista-cuadros-home ul {
		margin: 0;
	}
	.lista-cuadros-home p {
		margin-left: 0;
	}
	.lista-home .text {
		margin-left: 0;
		margin-top: 0;
		position: static;
		width: 100%;
	}
	.box-home img {
		width: auto;
		max-width: 40%;
	}
	.box-home img:nth-child(2) {
		display: none;
	}
	.box-pagina img {
		width: auto;
		max-width: 100%;
		height: auto;
		position: static;
	}
	.box-pagina img:nth-child(2),
	.box-pagina img:nth-child(3) {
		display: none;
	}
}

@media (max-width: 992px) {
	.box-home .text {
		padding-left: 0;
	}
	.box-home img {
		width: auto;
		max-width: 100%;
		position: static;
		margin-bottom: 20px;
		height: auto;
	}
	.box-home h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}
	.cintas2 {
		padding-top: 60px;
		background-size: 45%;
	}
	.box .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.box.mapas-wrapper .container {
		padding-bottom: 30px;
	}
	.lista-home ul,
	.lista-cuadros-home ul {
		display: block;
	}
	.lista-home li,
	.lista-cuadros-home li {
		width: 100%;
		margin: 30px 0;
	}
	.lista-cuadros-home li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.texto-home {
		margin: 0 0 50px 0;
	}
	.texto-home h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.texto-home span,
	span.destacado {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
	}
	.box h1,
	.box h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}
	.uuu {
		background-size: 30%;
		background-position: top right 20px;
	}
	.flex-reverse {
		flex-direction: column-reverse;
	}
	.texto-home p {
		max-width: 100%;
	}
	.contacto-wrapper ul li {
		flex: 0 0 100%;
		width: 100%;
		padding: 40px;
	}
	.contacto-wrapper ul li:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contacto-wrapper ul li:last-child {
		margin-left: 0;
	}
}

#payment-form {
	width: 100%;
}

@media (max-width: 767px) {
	.caja.big {
		padding: 30px;
		background-image: none;
	}
	.caja.contacto table {
		display: block;
	}
	.caja.contacto table tr td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.caja.contacto table tr td {
		border: none;
		border-bottom: 1px solid #ADB8C3;
	}
	.caja.contacto table tr td:first-child {
		padding-bottom: 20px;
	}
	.caja.contacto table tr td:last-child {
		padding-top: 20px;
		border: none;
	}
	.box-container {
		padding: 30px;
	}
}

@media (max-width: 580px) {
	.lista-cuadros-home li {
		padding: 20px 20px 20px 60px;
		background-size: 9%;
	}
	.box .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.box.mapas-wrapper .container {
		padding-bottom: 0;
	}
	.caja {
		padding: 20px 20px 5px 20px;
	}
	.caja-payment {
		padding: 20px;
	}
	.caja.big {
		padding: 30px 20px;
		background-image: none;
	}
	.checkmark {
		height: 30px;
		width: 30px;
	}
	.checkmark:after {
		font-size: 25px;
	}
	.checkbox-wrapper {
	  padding-left: 45px;
	  height: 30px;
	}
}
/* Fin caja */

.videos {

}
.page .videos ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px;
}
.page .videos ul li {
	flex: 0 0  25%;
	padding: 10px;
}
.page .videos ul li a {
	display: block;
	overflow: hidden;
	background: #EFF2F5;
	border-radius: 20px;
	color: #0F1422;
	text-decoration: none;
	height: 100%;
}
.page .videos ul li a figure,
.page .videos ul li a figure img {
	display: block;
	border-radius: 20px 20px 0 0;
}
.page .videos ul li a figure {
	position: relative;
	overflow: hidden;
}
.page .videos ul li a figure::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .2s;
}
.page .videos ul li a figure::after {
	position: absolute;
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 50px;
	content: '\f16a';
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .2s;
}
.page .videos ul li a:hover figure::before {
	opacity: 1;
}
.page .videos ul li a:hover figure::after {
	opacity: 1;
	top: 50%;
}
.page .videos ul li a > span {
	display: block;
	padding: 20px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.page .videos ul li {
		flex: 0 0 33.33333%;
	}
}

@media (max-width: 767px) {
	.page .videos ul li {
		flex: 0 0 50%;
	}
}

@media (max-width: 480px) {
	.page .videos ul li {
		flex: 0 0 100%;
	}
}

.fancybox-type-iframe .fancybox-prev {
	margin-left: -70px;
	width: 55px;
}
.fancybox-type-iframe .fancybox-next {
	margin-right: -70px;
	width: 55px;
}

/* Textos */
.bloque {
	padding-top: 126px;
}
.bloque.bloque-padding {
	padding-bottom: 140px;
}
.bloque.bloque-gris {
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #EFF2F5;
}
.intro-home {
	margin-bottom: 100px;
}
.intro-home h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	margin: 0 0 30px 0;
}
.intro {
	padding-top: 120px;
}
.intro.large {
	padding-bottom: 80px;
}
.intro.large.extra {
	padding-bottom: 150px;
}
.page h2:not(.titular) {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 30px;
	line-height: 40px;
	padding: 0;
	margin: 0 0 35px 0;
}
.page h3:not(.titular) {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 25px 0;
}
.page ul,
.page ol {
	margin: 0 0 25px 30px;
}
.page ul ul,
.page ul ol,
.page ol ol,
.page ol ul {
	margin: 10px 0 25px 30px;
}
.subtitulo {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 48px;
	line-height: 59px;
	font-weight: 900;
}
.bolita {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 16px;
}
.titular {
	display: flex;
	align-items: center;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 40px;
	line-height: 44px;
	font-weight: 900;
	padding: 0;
	margin: 0 0 36px 0;
}
.titular.titular-linea {
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	position: relative;
}
.titular.titular-linea::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 90px;
	height: 2px;
	background-color: #D3D3D3;
}
.titular strong {
	font-weight: 900;
}
.titular.titular-big {
	font-size: 48px;
	line-height: 59px;
	font-weight: 500;
}
.titular.titular-small {
	font-size: 30px;
	line-height: 40px;
}
.textos {
	padding-right: 50px;
}
.textos-right {
	padding-left: 60px;
}
.textos.textos-ponentes {
	padding-right: 100px;
}
.detalle-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.detalle figure,
.detalle figure img {
	border-radius: 20px;
}
.mapas-wrapper {
	position: relative;
	height: 450px;
	overflow: initial;
}
.mapas-wrapper .container {
	position: relative;
}
.mapas {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mapas .mapa {
	width: 50%;
	margin-bottom: 50px;
}
.mapas .mapa:first-child {
	padding-right: 20px;
}
.mapas .mapa:last-child {
	padding-left: 20px;
}
.mapas .mapa > span {
	display: block;
	background-image: url(../svg/mapa.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-bottom: 10px;
}
.mapas .mapa iframe {
	border-radius: 20px;
}
.mapas .mapa h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	padding-top: 10px;
	margin-bottom: 5px;
}
.mapas .mapa p {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.bloque {
		padding-top: 60px;
	}
	.bloque.bloque-padding {
		padding-bottom: 70px;
	}
	.bloque.bloque-gris {
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.intro {
		padding-top: 60px;
	}
	.textos {
		padding-right: 10px;
	}
	.intro-home h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}
	.intro.large,
	.intro.large.extra {
		padding-bottom: 30px;
	}
	.titular {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 26px 0;
	}
	.titular.titular-big {
		font-size: 40px;
		line-height: 50px;
	}
	.titular.titular-small {
		font-size: 25px;
		line-height: 32px;
	}
}

@media (max-width: 992px) {
	.textos,
	.textos-right,
	.textos.textos-ponentes {
	  padding: 30px 20px;
	}
	.uuu.uuu-left {
		background: none;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.intro {
		padding-top: 30px;
	}
	.bloque {
		padding-top: 30px;
	}
	.bloque.bloque-padding {
		padding-bottom: 30px;
	}
	.bloque.bloque-gris {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.textos,
	.textos-right {
		padding: 30px 20px 0 20px;
	}
	.mapas-wrapper {
		height: auto;
	}
	.mapas .mapa,
	.mapas .mapa:first-child,
	.mapas .mapa:last-child {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.titular {
		font-size: 30px;
		line-height: 35px;
	}
	.titular.titular-big {
		font-size: 35px;
		line-height: 40px;
	}
	.titular.titular-small {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 560px) {
	.textos, .textos-right {
	  padding: 20px 10px 0 10px;
	}
	.mapas .mapa h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.mapas .mapa > span {
		background: none;
		padding: 0;
	}
}
#mapa {
	width: 100%;
	height: 486px;
	border: 1px solid #b18bbf;
}
/* Fin textos */

/* Carrito */
.carrito-cupon {
	padding: 0;
	margin: 25px 0 0 0;
}
.carrito-cupon p {
	margin: 0 0 5px 0;
	cursor: pointer;
	font-weight: 700;
}
.carrito-cupon form {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
    display: flex;
    max-width: 350px;
    transition: all .2s;
}
.carrito-cupon.open form {
	max-height: 200px;
	opacity: 1;
	visibility: visible;
}
.carrito-cupon form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.carrito-cupon form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.carro div.linea {
	border-top: 1px solid #ADB8C3;
	padding: 10px 0;
}
.carro div.linea:first-child {
	border-top: none;
}
.carro span.child {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.carro .texto {
	display: flex;
	align-items: center;
}
.carro .texto h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900px;
}
.carro .precio {
	text-align: right;
	white-space: nowrap;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
}
.carro .total-wrapper {
	background: #DDE2E7;
	border-radius: 6px;
	overflow: hidden;
	padding: 20px 30px;
	margin: 10px 0 20px 0;
}
.carro .subtotal {
	font-size: 20px;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.carro .total {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.carro .total span {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	text-transform: uppercase;
}
.carro .total span strong {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	text-transform: none;
}
.frm-remove {
	margin-right: 10px;
	display: inline-block;
	margin-right: 15px;
}
.frm-remove button {
	border: none;
	background: none;
	-webkit-appearance: none;
}
/* Fin carrito */

/* Organizadores */
.organizadores-pie h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
}
.organizadores-bottom {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	margin-bottom: 30px;
}
.organizadores-bottom > div {
	border-left: 1px solid #D9D9D9;
	margin-left: 20px;
	padding-left: 20px;
}
.organizadores-bottom > div:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
.organizadores-bottom h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
}
.organizadores-pie .empresas,
.organizadores-bottom .empresas {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	flex-wrap: wrap;
	margin: 10px 0 30px 0;
	border-bottom: 2px solid #D9D9D9;
}
.organizadores-bottom .empresas {
	margin-bottom: 0;
}
.organizadores-bottom .empresas {
	border: none;
}
.organizadores-pie .empresas:last-child {
	border: none;
	margin-bottom: 0;
}
.organizadores-pie .empresas > div,
.organizadores-bottom .empresas > div {
	margin: 15px 50px 15px 0;
}
.organizadores-bottom .empresas > div:last-child {
	margin-right: 0;
}
.organizadores-pie .empresas img,
.organizadores-bottom .empresas img {
	width: auto;
	/*max-width: 150px;*/
	height: auto;
}
@media (max-width: 905px) {
	.organizadores-bottom > div:nth-child(3) {
		border: none;
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 992px) {
	.organizadores-pie .empresas img,
	.organizadores-bottom .empresas img {
		width: auto;
		height: auto;
		max-width: 100px;
		max-height: 95px;
	}
}
@media (max-width: 650px) {
	.organizadores-bottom > div:nth-child(2) {
		border: none;
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.carro .total span strong {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 560px) {
	.organizadores-bottom > div:nth-child(2),
	.organizadores-bottom > div:nth-child(3) {
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.carro .total {
		padding: 20px;
	}
	.carro .total span strong {
		font-size: 25px;
		line-height: 25px;
	}
}
/* Fin organizadores */

/* Formularios */
.contact-form {
	max-width: 850px;
	margin: auto;
	padding: 40px 0 0 0;
}
form label {
	font-size: 16px;
	color: #4E4D4D;
	font-weight: normal;
}
.form-group.from-group-website {
	display: none;
}
.form-control {
	border-radius: 0;
	appearance: none;
	border: 1px solid #ADB8C3;
	padding: 10px;
	margin: 0;
	height: auto;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #4E4D4D;
	background-color: #fff;
	-webkit-appearance: none;
}
textarea.form-control {
	height: 150px;
	resize: vertical;
}
select.form-control {
	cursor: pointer;
	background: #fff url(../img/select.png) repeat-y right;
}
.form-group.relativa {
	margin-bottom: 20px;
}
.form-group.relativa .form-control {
	padding: 23px 30px 7px 25px;
}
.form-group.relativa .label {
	position: absolute;
	pointer-events: none;
	top: 16px;
	left: 36px;
	transition: 0.2s ease all;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #4E4D4D;
}
.form-control:focus ~ .label,
.form-control:not(:placeholder-shown) ~ .label {
	top: 13px;
	left: 36px;
	opacity: 1;
	font-size: 12px;
	line-height: 12px;
	color: #FF6100;
}
.suma {
	font-size: 24px;
	font-weight: bold;
	color: #4E4D4D;
	padding-top: 40px;
	text-align: right;
}
.label-captcha {
	font-size: 12px;
}
.privacidad {
	text-align: right;
	padding-top: 35px;
}
.caja-privacidad {
	font-size: 13px;
	line-height: 19px;
}
.form-group.relativa label.error {
	top: 18px;
	right: 25px;
}
@media (max-width: 992px) {
	.suma {
		text-align: left;
		padding-top: 10px;
	}
	.privacidad {
		padding-top: 0;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.contact-form {
		padding: 10px 0 0 0;
	}
}
.botonera {
	text-align: center;
}
/* Fin formularios */

/* Botones */
.button-back-wrapper {
	margin-left: -170px;
	margin-bottom: -53px;
}
.button {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border: none;
	appearance: none;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	background: #1D1D1B;
	padding: 16px 20px;
	border-radius: 0;
	transition: all .2s;
}
.button:after {
	font-family: 'FontAwesome';
	font-size: 25px;
	line-height: 21px;
	content: '\f105';
	margin-left: 10px;
	transition: all .2s;
}
.button.back:after,
.button.none:after {
	display: none;
}
.button.back:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	line-height: 21px;
	content: '\f104';
	margin-right: 10px;
}
.button.big {
	padding: 15px 22px;
}
.button.submit:after {
	content: url('../svg/lapiz.svg');
	margin-left: 10px;
}
.button.active {
	color: #4E4D4D;
	background: none;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	padding: 8px 15px;
	cursor: default;
}
.button.active:after {
	display: none;
}
.button.active:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	vertical-align: -3px;
	content: '\f00c';
	color: #00BA13;
	margin-right: 10px;
}
.button:disabled {
	background: #b5b5b5;
}
.button.active:disabled {
	background: none;
}
.button:hover {
	color: #fff;
	background: #4C595E;
	font-weight: 700;
	text-decoration: none;
}
.button.active:hover {
	color: #4E4D4D;	
	background: none;
}
.button.active:hover:before {
	color: #00BA13;
}
/*.button i {
	margin-left: 5px;
	vertical-align: 1px;
}*/
.button.back i {
	margin-left: 0;
	margin-right: 5px;
}
.button.small {
	padding: 10px 15px;
}
/* Fin botones */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
}
div.popup {
	position: absolute;
	background: #fff;
	padding: 100px;
	left: 50%;
	top: 25%;
	width: 900px;
	max-width: 90%;
	text-align: center;
	transform: translateX(-50%);
	border-radius: 0;
	line-height: 30px;
}
div.popup h3 {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
div.popup strong {
	font-size: 20px;
	font-weight: 700;
}
div.popup .buttons {
	margin-top: 30px;
}

@media (max-width: 1780px) {
	.button-back-wrapper {
		margin-left: 0;
		margin-bottom: 30px;
		margin-top: -80px;
	}
}

@media (max-width: 992px) {
	div.popup {
		padding: 30px;
	}
	.button-back-wrapper {
		margin-top: -30px;
	}
}

@media (max-width: 767px) {
	.button-back-wrapper {
		margin-top: 0;
	}
}

/* Paginacion */
.paginacion {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.paginacion a,
.paginacion span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	background-color: #EFF2F5;
	color: #1D1D1B;
	float: left;
	transition: all .2s;
	margin: 0 0 0 10px;
}
.paginacion a:hover,
.paginacion span {
	text-decoration: none;
	color: #fff;
	background-color: #1D1D1B;
}
/* Fin paginacion */

/* Archivos */
.archivos {
	padding: 20px 0;
	overflow: hidden;
	margin: 0 -5px;
}
.archivos .archivo {
	float: left;
}
.archivos .archivo a {
	margin: 0 5px 10px 5px;
}
.archivos .archivo a:hover {
	text-decoration: none;
}
.archivos .archivo svg {
	width: 22px;
	height: 25px;
	vertical-align: -5px;
}

@media (max-width: 560px) {
	.archivos .archivo {
		float: none;
	}
}
/* Fin Archivos */

/* Items (Galerias, Noticias) */
.fichas {
	display: flex;
	flex-wrap: wrap;
}
.fichas .ficha {
	width: 25%;
	padding: 20px;
}
.fichas .ficha > a {
	display: block;
	text-decoration: none;
	color: #4E4D4D;
	background: #EFF2F5;
	border-radius: 20px;
	height: 100%;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fichas .ficha figure {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-left: -30px;
	margin-right: -30px;
	height: 65%;

}
.fichas .ficha figure:after {
	position: absolute;
	content: '';
	left: -2px;
	top: 0;
	width: calc(100% + 4px);
	height: calc(100% + 2px);
	background-image: url(../svg/adorno.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.fichas .ficha .texto {
	padding: 30px 0 0 0;
	/*height: 49%;*/
}
.fichas .ficha .texto h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	margin: 0 0 20px 0;
}
.fichas .ficha .button {
	width: 122px;
}

.fantasmeta {
	opacity:.5;
}
.lista h2 {
	background: #DDE2E7;
	padding: 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 10px;
}
.lista h2:first-child {
	margin-top: 0;
}
.lista h2 i {
	color: #FF6100;
	margin-right: 5px;
}
.lista label {
	cursor: pointer;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0;
}
.lista label strong {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
}
.lista label i {
	margin-left: 5px;
	color: #FF6100;
}

.espacios-listing {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
}
.espacios-listing .espacios-listing__item {
	flex: 0 0 25%;
	padding: 15px;
}
.espacios-listing .espacios-listing__item .espacios-listing__link {
	display: block;
	text-decoration: none;
	overflow: hidden;
	border-radius: 30px 0 0 0;
}
.espacios-listing .espacios-listing__item .espacios-listing__link .espacios-listing__image {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
}
.espacios-listing .espacios-listing__item .espacios-listing__link .espacios-listing__image::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .2s;
}
.espacios-listing .espacios-listing__item .espacios-listing__link:hover .espacios-listing__image::before {
	opacity: 1;
}
.espacios-listing .espacios-listing__item .espacios-listing__link .espacios-listing__image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.espacios-listing .espacios-listing__item .espacios-listing__link .espacios-listing__title {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	color: #fff;
	background-color: #75BC22;
	display: flex;
	padding: 0 25px;
	align-items: center;
	height: 68px;
}
.espacios-listing .espacios-listing__item .espacios-listing__link .espacios-listing__title::after {
	content: url(../svg/flecha.svg);
	margin-left: auto;
	transform: translateX(0);
	transition: all .2s;
}
.espacios-listing .espacios-listing__item .espacios-listing__link:hover .espacios-listing__title::after {
	transform: translateX(10px);
}

@media (max-width: 992px) {
	.espacios-listing .espacios-listing__item {
		flex: 0 0 33.33333%;
	}
}

@media (max-width: 730px) {
	.espacios-listing .espacios-listing__item {
		flex: 0 0 50%;
	}
}

@media (max-width: 520px) {
	.espacios-listing .espacios-listing__item {
		flex: 0 0 100%;
	}
}

.cuadros {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;	
}
.cuadros .cuadro {
	width: 50%;
	padding: 20px;
}
.cuadros .cuadro > div {
	background: #EFF2F5;
	border-radius: 20px;
	height: 100%;
	padding: 40px 40px 10px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cuadros .cuadro figure {
	margin-bottom: 40px;
}
.cuadros .cuadro img {
	width: auto;
	height: auto;
	max-height: 95px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-center {
	align-items: center;
}
.flex-gap > span {
	margin-right: 20px;
}
.flex-between {
	justify-content: space-between;
}
.items,
.galerias {
	padding-bottom: 20px;
}
.items {
  margin-left: -20px;
  margin-right: -20px;
}
.galerias [class^="col-"],
.galerias [class*=" col-"] {
	padding-bottom: 20px;
}
.items [class^="col-"],
.items [class*=" col-"] {
	padding: 0 20px 40px 20px;
}
.galerias a {
	display: block;
	overflow: hidden;
}
.galerias a img {
	transition: transform .2s;
}
.galerias a:hover img {
	transform: scale(1.1, 1.1);
}
.items .flex-wrapper {
	padding: 20px;
	width: 50%;
}
.items .item {
	padding: 45px 40px;
	border: 2px solid #D3D3D3;
}
.items.flex .item.noticia {
	height: 100%;
}
.items .item.noticia > a {
	color: #101820;
	text-decoration: none;
}
.items .item p a {
	font-weight: 400;
	color: #06a7e2;
	text-decoration: none;
}
.items .item p a:hover {
	text-decoration: underline;
}
.items .item .texto h2:not(.titular) {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	padding: 0;
	margin: 0 0 15px 0;
}
.items .item.producto {
	position: relative;
	overflow: hidden;
}
.items .item.producto .texto {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.items .item.producto .texto ul {
	margin: 0 0 15px 20px;
}
.items .item.producto .texto h2:not(.titular) {
	color: #101820;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	padding: 0 0 26px 0;
	margin: 0 0 26px 0;
}
.items .item.producto .texto h2:not(.titular)::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 90px;
	height: 2px;
	background-color: #101820;
}
.items .item.producto .texto h2.espacio-territorio::after {
	background-color: #75BC22;
}
.items .item.producto .texto h2.espacio-arte::after {
	background-color: #E86E6A;
}
.items .item.producto .texto h2.espacio-ciencias-sociales::after {
	background-color: #C9A792;
}
.items .item.producto .texto h2.espacio-lluis-vives::after {
	background-color: #A3C6E1;
}
.items .item.producto .texto h2.normal {
	min-height: 0;
}
.items .item.producto .texto h2 a {
	display: block;
	font-weight: 700;
	color: #101820;
	text-decoration: none;
}
.fechas {
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
}
.fechas a {
	font-weight: 500 !important;
}
.fechas p,
p.fecha {
	display: flex;
	align-items: center;
	margin: 0 0 16px 0;
}
.fechas p:last-child {
	margin: 0;
}
.fechas p svg,
p.fecha svg {
	display: block;
	margin-right: 10px;
}
.caja.big .fechas {
	margin-bottom: 20px;
}
.caja.big .fechas p {
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
	margin: 0 40px 0 0;
}
.caja.big .fechas p:last-child {
	margin: 0;
}
.fechas i {
	color: #FF6100;
}
.fechas a {
	font-weight: 500;
}
.items.flex .item.producto {
	height: 100%;
}
.items .item.noticia .texto h3 {
	margin-bottom: 15px;
}
.items .item.noticia span.button {
	margin-top: 30px;
}
.sticker {
	position: absolute;
	top: 25px;
	right: -50px;
	background: #DC3C6F;
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	font-weight: 900;
	padding: 15px;
	width: 200px;
	text-align: center;
	transform: rotate(45deg);
}
.sticker:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	content: '\f005';
	color: #fff;
	margin-right: 5px;
}
.sticker.ca:before {
	display: none;
}
.price-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
span.price {
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	text-align: right;
}
.price-wrapper span.price {
	margin: 10px 5px 5px 0;
}
.botones span.price {
	font-size: 50px;
	line-height: 50px;
	margin-right: 40px;
}
span.buttons form {
	display: inline-block;
}
div.buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.buttons a:first-child {
	margin-right: 5px;
}
div.buttons a:last-child {
	margin-left: 5px;
}
.botones {
	display: flex;
	align-items: center;
	padding-top: 40px;
}
.popup div.buttons .button {
	margin: 5px;
}

@media (max-width: 1440px) {
	.cuadros {
		margin-left: 0;
		margin-right: 0;	
	}
	.cuadros .cuadro {
		padding: 10px;
	}
}

@media (max-width: 1200px) {
	.fichas .ficha {
		width: 33.33333%;
	}
}

@media (max-width: 992px) {
	.fichas .ficha {
		width: 50%;
	}
	.items .flex-wrapper {
		width: 100%;
		padding: 10px 20px;
	}
	.caja.big .sticker {
		display: none;
	}
}

@media (max-width: 767px) {
	.cuadros .cuadro {
		width: 100%;
		padding: 10px 0;
	}
	.cuadros .cuadro > div {
		padding: 20px;
	}
	.sticker {
		top: 15px;
		right: -60px;
		font-size: 20px;
		line-height: 20px;
		padding: 10px;
	}
	.sticker:before {
		font-size: 15px;
	}
	.lista h2 {
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
	}
	.lista label {
		font-size: 16px;
		line-height: 16px;
	}
	.lista label strong {
		font-size: 20px;
		line-height: 20px;
	}
	span.price {
		font-size: 40px;
		line-height: 40px;
	}
	.botones span.price {
		font-size: 40px;
		line-height: 40px;
		margin-right: 30px;
	}
	.caja.big .fechas p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 560px) {
	.galerias [class^="col-"],
	.galerias [class*=" col-"],
	.items [class^="col-"],
	.items [class*=" col-"] {
		width: 100%;
	}
	.items .item {
		padding: 20px
	}
	.items .item .texto,
	.items .item .texto h3 {
		height: auto;
	}
	.fichas .ficha {
		width: 100%;
	}
	span.buttons .button {
		padding: 15px;
	}
}
/* Fin Items */

/* INSTAGRAM POPUP BOF */
body.popup {
	overflow-y: hidden;
    height: 100%;
}
.instagram_overlay {
	display: none;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}
.instagram_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -495px;
    margin-top: -300px;
    width: 990px;
    height: 600px;
    display: block;
    font-family: 'Georgia';
    text-align: left;
}
.instagram_close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    z-index: 9999;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23171717%22%20transform%3D%22translate%28-.438%20-.387%29%22%3E%3Crect%20width%3D%221%22%20height%3D%2237.824%22%20x%3D%2215.161%22%20y%3D%22-3.573%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3Crect%20width%3D%2237.824%22%20height%3D%221%22%20x%3D%22-3.573%22%20y%3D%2215.161%22%20transform%3D%22rotate%2845%2015.339%2015.339%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.instagram_foto {
	float:left;
	width: 600px;
	height: 600px;
	/*background: #eee;*/
	text-align: center;
}
.instagram_foto img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.instagram_content {
    margin-top: px;
    height: auto;
    margin-top: 0;
    height: 600px;
    overflow: hidden;

    width: calc(100% - 600px);
    height: 600px;
    padding-left: 42px;
}
.instagram_content .user_data {
    position: relative;
    width: 332px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 24px;
    height: 50px;
}
.userImage {
    width: 33px;
    height: 33px;
    display: inline-block;
}
.userImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(23, 23, 23, 0.07);
}
.userInfo {
	height: 33px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 38px);
	padding-left: 4px;
}
.userInfo p {
    margin: 0;
    height: 16.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 100% !important;
}
.userInfo p:first-child {
    vertical-align: top;
}
.userInfo p:last-child {
    vertical-align: bottom;
}
.go-to-instagram {
    position: absolute;
    top: 20px;
    right: 2px;
    transform: translateY(-50%);
}
.mediaInfo {
    margin: 10px 0;
    color: #666;
}
.mediaInfo > div:not(:last-child) {
    padding-right: 8px;
}
.mediaInfo > div {
    display: inline-block;
    width: auto;
    height: 16px;
}
.mediaInfo > div > i {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    background-position: center center;
    vertical-align: top;
}
.mediaInfo > div.mediaCommentsCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2017%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-211.000000%2C%20-2140.000000%29%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23171717%22%3E%3Cpath%20d%3D%22M211.559672%2C2148.1844%20C211.112418%2C2145.11543%20213.268112%2C2142.21606%20216.453651%2C2141.0071%20C219.852148%2C2139.76935%20223.649331%2C2140.82921%20225.481666%2C2143.70372%20C226.766506%2C2145.68337%20226.98237%2C2148.42928%20226.044193%2C2150.62286%20C226.200392%2C2151.01185%20226.371256%2C2151.41013%20226.616208%2C2151.96395%20C226.660696%2C2152.06453%20226.843302%2C2152.47601%20226.889935%2C2152.58145%20C227.088118%2C2153.02957%20227.230628%2C2153.35897%20227.369772%2C2153.69443%20L227.752999%2C2154.61833%20L226.783989%2C2154.37039%20C225.638035%2C2154.07719%20225.012213%2C2153.92465%20223.083889%2C2153.46255%20C217.999092%2C2155.56274%20212.253425%2C2153.37119%20211.559672%2C2148.1844%20Z%20M223.157316%2C2152.45183%20C223.23192%2C2152.46971%20223.23192%2C2152.46971%20223.283245%2C2152.48201%20C224.63417%2C2152.80573%20225.353055%2C2152.97918%20226.04905%2C2153.15286%20C226.025363%2C2153.09905%20226.000846%2C2153.04349%20225.975384%2C2152.98592%20C225.929091%2C2152.88125%20225.746494%2C2152.46979%20225.70167%2C2152.36845%20C225.410672%2C2151.71053%20225.22094%2C2151.26485%20225.036207%2C2150.7939%20L224.957813%2C2150.59404%20L225.048727%2C2150.39957%20C225.943076%2C2148.48643%20225.778569%2C2145.99802%20224.640634%2C2144.24469%20C223.071203%2C2141.78264%20219.773587%2C2140.86222%20216.802176%2C2141.94437%20C214.026223%2C2142.99794%20212.176879%2C2145.48526%20212.550031%2C2148.046%20C213.151869%2C2152.54537%20218.267897%2C2154.45258%20222.842678%2C2152.47895%20L223.157316%2C2152.45183%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div.mediaLikesCount i {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2015%22%20height%3D%2215%22%20width%3D%2217%22%20data-type%3D%22tint%22%3E%3Cg%3E%3Cpath%20d%3D%22M6.762%2012.224c-.581-.449-1.089-.816-2.253-1.64-.093-.07-.44-.325-.483-.356-.629-.464-.99-.773-1.29-1.13C1.78%207.952%201.33%206.382%201.56%204.913c.353-1.936%202.116-3.523%203.85-3.408.978.061%202.15.757%202.623%201.593l.412.731.446-.71c.539-.858%201.726-1.553%202.698-1.614%201.735-.115%203.499%201.472%203.854%203.42l.984-.179c-.442-2.421-2.63-4.39-4.902-4.239-1.064.067-2.26.669-3.043%201.514C7.734%201.178%206.545.575%205.474.508c-2.272-.15-4.46%201.818-4.9%204.239C.296%206.516.829%208.376%201.97%209.739c.363.435.773.785%201.462%201.293l.49.36c1.162.824%201.662%201.186%202.245%201.636l1.755%201.243.053.033c-.165-.087.28.196.493.196.213%200%20.658-.283.492-.195.923-.65.923-.65%201.792-1.265%201.165-.824%201.673-1.192%202.27-1.653l.482-.355c.689-.508%201.099-.858%201.462-1.293%201.18-1.326%201.745-3.254%201.462-4.983l-.987.161c.235%201.432-.242%203.056-1.232%204.17-.308.368-.67.677-1.299%201.14l-.492.363c-.59.456-1.09.818-2.244%201.634l-1.707%201.21-1.705-1.21z%22%20fill%3D%22%23171717%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.mediaInfo > div > div {
    display: inline-block;
    font-size: 14px;
    line-height: 14px !important;
    padding-left: 2px;
}
.scrollbarComments {
	font-family: 'Georgia';
}
.description p {
	font-family: 'Georgia' !important;
    margin: 0;
    line-height: 1.4 !important;
    color: #555;
}
.description p a {
	color: #003569;
	text-decoration: none;
}
.userName {
	font-weight: bold;
	color: #222;
}

.instagram {
	overflow: hidden;
}
.instagram i {
	font-size: 32px;
	color: #030303;
}
.instagram h3 {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #4E4D4D;
	margin: 2px 0 0 0;
	padding: 0;
	font-weight: bold;
}
.instagram p.user {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.instagram .instagram-item {
	display: block;
	float: left;
	width: 25%;
	padding: 0;
}
.instagram .instagram-item a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
    overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none !important;
}
.instagram .instagram-item a div.label {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 10px 30px;
	transition: opacity .2s, visibility .2s;
}
.instagram .instagram-item a:hover div.label {
	opacity: 1;
	visibility: visible;
}
.instagram .meta {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
}
.instagram .meta .likes,
.instagram .meta .comments {
	margin: 0 10px;
}
.instagram .meta span {
	vertical-align: 5px;
}

@media (max-width: 767px) {
	.instagram_overlay {
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}
	.instagram_popup {
		top: 50px;
	    left: 0;
	    margin-left: 0;
	    margin-top: 0;
	    width: 100%;
	    height: auto;
	    padding: 20px;
	}
	.instagram_foto {
		float: none;
		width: 100%;
		height: auto;
	}
	.instagram_content {
		float: none;
		width: 100%;
		height: 100%;
		padding-left: 0;
	}
	.instagram_content .user_data {
		width: 100%;
		margin-top: 20px;
	}
	.mediaInfo {
		width: 100%;
	}
	.instagram_close {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 560px) {
	.instagram .instagram-item {
		width: 50%;
	}
}
/* INSTAGRAM POPUP EOF */

/* Instagram */
.instagram-title {
	margin-top: 200px;
	margin-bottom: 25px;
	padding-left: 55px;
	background: url(../img/instagram.png) no-repeat top left;
}
.instagram a {
	color: #0c73f0;
}
/* Fin instagram */

/* Newsletter */
.newsletter {
	text-align: center;
	margin-top: 140px;
}
.newsletter-titulo {
	position: relative;
	padding-top: 90px;
	margin-bottom: 30px;
}
.newsletter-titulo h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.newsletter-titulo h4 {
	font-weight: normal;
}
.newsletter-titulo:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 124px;
	background-image: url(../img/img-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0;
}
.newsletter-fields {
	position: relative;
}
.newsletter-fields label.error {
    top: 12px;
}
.newsletter-controles {
	max-width: 740px;
	margin: auto;
}
.newsletter-options {
	position: relative;
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
.newsletter-options p {
	position: relative;
	font-size: 13px;
	display: inline-block;
	max-width: 300px;
	vertical-align: middle;
	text-align: right;
	line-height: 1.1em;
	margin: 0 8px 0 0;
	padding-right: 15px;
}
.newsletter-options p:after,
.newsletter-options p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newsletter-options p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.newsletter-options p:before {
	border-color: rgba(40, 40, 40, 0);
	border-left-color: #282828;
	border-width: 9px;
	margin-top: -9px;
}
.newsletter-options .btn-refresh {
	width: auto;
	height: 50px;
}
.newsletter-options .form-control {
	display: inline-block;
	max-width: 100px;
	margin-left: 15px;
	text-align: center;
}
.newsletter-controles .newsletter-checkbox {
	margin-bottom: 15px;
	position: relative;
}
.newsletter-controles .newsletter-checkbox label.error {
	top: 0;
}

@media (max-width: 991px) {
	.newsletter-titulo {
		padding-top: 130px;
	}
	.newsletter-titulo:before {
		left: 50%;
		margin-left: -47px;
		width: 95px;
		background-position: 100% 0;
	}

}

@media (max-width: 580px) {
	.newsletter-options p {
		display: block;
		max-width: none;
		text-align: center;
		margin: 0 0 25px 0;
		padding: 0 0 8px 0;
	}
	.newsletter-options p:after,
	.newsletter-options p:before {
		top: 100%;
		left: 50%;
	}
	.newsletter-options p:after {
		border-top-color: #ffffff;
		border-left-color: transparent;
		margin-top: 0;
		margin-left: -6px;
	}
	.newsletter-options p:before {
		border-left-color: transparent;
		border-top-color: #282828;
		margin-left: -9px;
		margin-top: 0;
	}
}
/* Fin newsletter */

.titular-descargas {
	margin: 0;
}

/* Footer */
footer {
	margin-top: auto;
	background: #EFF2F5;
	overflow: hidden;
}
footer > .container {
	display: flex;
}
footer .container {
	padding-top: 48px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #101820;
	position: relative;
}
footer .container.bottom {
	min-height: 120px;
}
footer .container img.logo-svg {
	width: 168px;
	height: 30px;
}
footer .columna-pie {
	margin-left: 70px;
}
footer .columna-pie.last {
	margin-left: auto;
}
footer .columna-pie.first {
	margin-left: 0;
}
footer .phone {
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0;
}
footer .address {
	font-size: 18px;
}
footer .columna-pie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .columna-pie ul.espacios-menu li {
	margin-bottom: 9px;
	display: flex;
	align-items: flex-start;
}
footer .columna-pie ul.espacios-menu li::before {
	content: '\2022';
	font-size: 40px;
	line-height: 30px;
	margin-right: 11px;
}
footer .columna-pie ul.espacios-menu li.espacio-territorio::before {
	color: #75BC22;
}
footer .columna-pie ul.espacios-menu li.espacio-arte::before {
	color: #E86E6A;
}
footer .columna-pie ul.espacios-menu li.espacio-ciencias-sociales::before {
	color: #C9A792;
}
footer .columna-pie ul.espacios-menu li.espacio-lluis-vives::before {
	color: #A3C6E1;
}
footer .columna-pie ul.espacios-menu li a {
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
}
footer .columna-pie ul.footer-menu li {
	margin-bottom: 3px;
}
footer .columna-pie ul.footer-menu li a {
	font-size: 14px;
	line-height: 18px;
}
footer .columna-pie a {
	color: #101820;
}
footer .social {
	display: flex;
	align-items: center;
}
footer .social a {
	display: block;
}
footer .social a svg {
	display: block;
}
footer .social a:hover {
	animation: rotacion .2s;
}

.boriol-pie {
	position: absolute;
	right: 190px;
	top: 0;
	transition: all .2s;
}
.boriol-pie img {
	width: 244px;
	height: 442px;
	transform: all .2s;
}
.texto-boriol-pie {
	position:absolute;
	right: 85px;
	top: 300px;
}

@media (max-width: 992px) {
	footer > .container {
		flex-direction: column;
	}
	footer .columna-pie {
		border-left: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	footer .columna-pie:nth-child(5) {
		border-left: none;
		float: right;
		padding: 0;
	}
	footer .columna-pie.first {
		float: none;
		padding-bottom: 30px;
		border-bottom: 1px solid #616161;
		margin-bottom: 20px;
	}
	footer .columna-pie.last {
		margin: 0;
	}
	footer .container,
	footer .container.bottom {
		padding-top: 20px;
		min-height: 0;
	}
	.boriol-pie {
		right: 80px;
	}
	.boriol-pie img {
		width: 55px;
		height: 100px;
	}
	.texto-boriol-pie {
		right: 20px;
		top: 67px;
	}
	.texto-boriol-pie img {
		width: 50px;
		height: 52px;
	}
}
/* Fin footer */

.alerta {
	z-index: 9999;
}
.alerta:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f00d';
	color: #fff;
	top: 16px;
	right: 20px;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}

/* Powered */
.powered {
    position: absolute;
    display: block;
    right: 10px;
    top: 32px;
    width: 45px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #8fa4b4;
    -webkit-transition: right .3s, fill .5s;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.powered .simbolo {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_a {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_e {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_w {
    opacity: 1;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered:hover {
    width: 171px;
}
.powered:hover .powered-svg {
    fill: #fff;
}
.powered:hover .simbolo {
    opacity: 1;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .simbolo_punto {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.powered:hover .texto {
    opacity: 1;
}

@media (max-width: 992px) {
    .powered {
        position: static;
        float: none;
        width: auto;
        overflow: visible;
        margin-top: 10px;
        text-align: center;
    }
    .powered-svg {
        position: static;
        top: auto;
        right: auto;
    }
    .powered .texto {
        opacity: 1;
    }
    .powered .simbolo {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .powered:hover {
        width: auto;
    }
    .powered:hover .powered-svg {
        right: auto;
        fill: #ffe1e1;
    }
    .separador {
        float: none;
        border-left: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
    .pie-cierre ul.legal {
        float: none;
        border: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
}

.powered.fijado {
    width: auto;
}
.powered.fijado .powered-svg {
    position: static;
    top: auto;
    right: auto;
}
.powered.fijado .texto {
    opacity: 1;
}
.powered.fijado .simbolo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered.fijado:hover {
    width: auto;
}
.powered.fijado:hover .powered-svg {
    right: auto;
    fill: #ffe1e1;
}
/* Fin Powered */

.flechas-pasarela {
  animation: flechas-animadas 1s infinite;
}
.tarjeta-pasarela {
  animation: girar-tarjeta 1s infinite;   
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 21px;
  height: 21px;
  border: 5px solid #E8E8E8;
  border-radius: 50%;
  background: #E8E8E8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(4) {
  left: 0;
  background: #14a6df;
  animation: lds-ellipsis1 1.8s infinite;
}
.lds-ellipsis div:nth-child(1) {
  left: 0;
}
.lds-ellipsis div:nth-child(2) {
  left: 28px;
}
.lds-ellipsis div:nth-child(3) {
  left: 55px;
}

.shake-element {
	animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes rotacion {
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(-15deg);}
	50%  {transform: rotate(0deg);}
	75%  {transform: rotate(15deg);}
	100% {transform: rotate(0deg);}
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: translate(28px, 0);
  }
  75% {
    transform: translate(56px, 0);
  }
  100% {
    transform: translate(56px, 0) scale(0);
  }
}

@keyframes flechas-animadas {
  0% {
    transform: rotate(0);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}

@keyframes girar-tarjeta {
  0% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
  50% {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotateY(0);
    transform-origin: 50% 50%;
  }
}