html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

figure img{width:100%!important;}

/* fonts */
.roboto-light {
  font-family: "Roboto", sans-serif;x
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* fonts end */

.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}
.box{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.box-inner{
	display: table-cell;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 50px;
	margin: 17px auto auto 15px;
	background: url(../images/logo.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	top: 18px;
}
h1 a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
h2.section-title{
	font-size: 36px;
	font-family: "Playfair Display", serif;
	color: #000;
	margin: 30px 0 0 0;
	text-align: center;
}
h5.bajada-title{
	font-size: 14px;
	color: #000;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
}
h5.subida-title{
	font-size: 14px;
	color: #666;
	margin: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
}
p{
	font-size: 12px;
}
header{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 80px;
	left: 0;
	top: 174px;
	z-index: 9;
	background: rgba(0, 153, 187, .9);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
header.active{
	background: transparent;
}
nav img.logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	margin: 0 auto 20px auto;
}
nav{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 200;
	right: -100%;
	top: 0px;
	z-index: 8;
	background-color: #000;
}

nav ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
nav ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
nav ul li:last-child{
	border-bottom: 0px;
	height: 50px;
	padding-left: 0;
}
nav ul li a.a-li-nav{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
nav ul li a.a-li-nav:hover{
	opacity: .4;
	text-decoration: none;
	color: #fff;
}

nav .buscador-menu{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px;
}
nav .buscador-menu input{
	display: block;
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	outline: none;
	background: transparent;
	font-style: italic;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 20px;
	color: rgba(255, 255, 255, .5);
}
nav .buscador-menu a.ico-lupa{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 0;
}
nav .buscador-menu a.ico-lupa img{
	width: 100%;
}
header button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	float: right;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	right: 10px;
	top: 20px;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #fff;
	height: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 6px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button span:nth-child(2){
	width: 20px; 
	margin-right: 5px;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: -1px;
	width: 25px;
}
header button.active span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 12px;
  width: 25px;
  right: 3px;
  position: absolute;
}
header button.active span:nth-child(3){
	display: none;
}
.buscador-desk{
	display: none;
}
@media screen and (min-width: 992px){
	h2.section-title{
		font-size: 50px;
		margin: 50px 0 0 0;
	}
	h5.bajada-title{
		font-size: 18px;
		margin: 0 0 50px 0;
	}
		h5.subida-title{
		font-size: 18px;
		margin: 50px 0 0 0;
	}
	p{
		font-size: 14px;
	}
	.buscador-desk{
		display: none;
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .5) ;
		backdrop-filter: blur(3px);
		z-index: 99;
		opacity: 0;
	}
	.buscador-desk .buscador-modal{
		display: block;
		position: relative;
		overflow: visible;
		width: 320px;
		left: 50%;
		margin-left: -160px;
		top: 50%;
		margin-top: -25px;
		height: 50px;
		background: #000;
		border-radius: 30px;
	}
	.buscador-desk .buscador-modal input{
		display: block;
		position: relative;
		overflow: hidden;
		width: 80%;
		height: 30px;
		border-bottom: 0px;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		outline: none;
		background: transparent;
		font-style: italic;
		font-size: 14px;
		padding-left: 15px;
		padding-top: 0;
		margin-top: 10px;
		color: rgba(255, 255, 255, .5);
	}
	.buscador-desk .buscador-modal a.ico-lupa{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 5px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: 1;
	}
	.buscador-desk .buscador-modal a.ico-lupa:hover{
		opacity: .4;
	}
	.buscador-desk .buscador-modal a.ico-lupa img{
		width: 100%;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 20px;
		height: 20px;
		background: red;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		left: 0;
		top: -10px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador:hover{
		transform: rotate(180deg);
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span{
		display: block;
		position: relative;
		overflow: hidden;
		width: 10px;
		height: 2px;
		background: #fff;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span:nth-child(1){
		left: 5px;
		top: 9px;
		transform: rotate(45deg);
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span:nth-child(2){
		left: 5px;
		top: 7px;
		transform: rotate(-45deg);
	}
	h1{
		width: 180px;
		height: 50px;
		margin: 22px auto auto 30px;
		top: 22px;
	}
	header{
		height: 90px;
		z-index: 7;
	}
	header.active{
		background: #000;
	}
	nav img.logo{
		display: none;
	}
	nav{
		position: fixed;
		width: 80%;
		height: 90px;
		right: 30px;
		top: 34px;
		z-index: 8;
		background-color: transparent;
	}
	nav ul{
		width: 100%;
		text-align: right;
	}
	nav ul li{
		width: auto;
		display: inline-block;
		height: 90px;
		padding: 0 0 0 15px;
		border-bottom: 0px;
	}
	nav ul li:last-child{
		border-bottom: 0px;
		height: 90px;
		line-height: 90px;
		padding-left: 0;
	}
	nav ul li a.a-li-nav{
		width: 100%;
		height: 90px;
		line-height: 90px;
		font-size: 9px;
	}
	nav ul li a.a-li-nav:hover{
		opacity: .4;
		text-decoration: none;
		color: #fff;
	}
	nav ul li a.a-li-nav:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 2px;
		height: 3px;
		left: 50%;
		bottom: 0;
		margin-left: -1px;
		background: #fff;
		opacity: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav ul li a.a-li-nav:hover:before{
		width: 100%;
		left: 0;
		margin-left: 0;
		opacity: 1;
	}
	nav .buscador-menu{
		width: 100%;
		height: 90px;
		margin-left: 15px;
	}
	nav .buscador-menu input{
		display: none;
	}
	nav .buscador-menu a.ico-lupa{
		position: relative;
		width: 40px;
		height: 90px;
		right: 0;
		bottom: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: 1;
	}
	nav .buscador-menu a.ico-lupa:hover{
		opacity: .4;
	}
}
@media screen and (min-width: 1100px){
	h1{
		width: 220px;
		height: 60px;
		margin: 15px auto auto 30px;
	}
	nav ul li{
		padding: 0 0 0 15px;
	}
	nav ul li a.a-li-nav{
		font-size: 10px;
	}
}
@media screen and (min-width: 1200px){
	nav .buscador-menu{
		margin-left: 20px;
	}
	nav ul li{
		padding: 0 0 0 15px;
	}
	nav ul li a.a-li-nav{
		font-size: 12px;
	}
}
@media screen and (min-width: 1260px){
	nav ul li{
		padding: 0 0 0 20px;
	}
	nav ul li a.a-li-nav{
		font-size: 12px;
	}
	nav .buscador-menu{
		margin-left: 50px;
	}
}
@media screen and (min-width: 1300px){
	nav ul li{
		padding: 0 0 0 20px;
	}
	nav ul li a.a-li-nav{
		font-size: 13px;
	}
	nav .buscador-menu{
		margin-left: 70px;
	}
}
@media screen and (min-width: 1400px){
	nav ul li{
		padding: 0 0 0 25px;
	}
	nav ul li a.a-li-nav{
		font-size: 13px;
	}
}

/* home */
section.big-banner{
	margin-top: 174px;
}
section.big-banner .owl-big-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 444px;
	margin: 0;
	background: #060606;
}
section.big-banner .owl-big-banner .style-1{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
section.big-banner .owl-big-banner .style-1 figure{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 280px;
	height: 335px;
	margin: 0;
	padding: 0;
	left: 15px;
	bottom: 15px;
	background-position: 0!important;
	z-index: 1;
}
section.big-banner .owl-big-banner .style-1 .box{
	z-index: 2;
	width: 300px;
	height: 364px;
	float: right;
	margin-right: 42px;
	margin-top: 80px;
}
section.big-banner .owl-big-banner .style-1 h2{
	text-align: right;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 32px;
}
section.big-banner .owl-big-banner .style-1 p{
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
section.big-banner .owl-big-banner .style-1 p strong{
	display: block;
	font-weight: 400;
}
section.big-banner .owl-big-banner .style-1 p small{
	display: block;
	font-weight: 300;
}

section.big-banner .owl-big-banner .style-2{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
section.big-banner .owl-big-banner .style-2 figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 444px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
section.big-banner .owl-big-banner .style-2 .box{
	position: absolute;
	left: 0;
	top: 80px;
	height: 400px;
	z-index: 2;
	width: 100%;
	height: 295px;
	float: left;
}
section.big-banner .owl-big-banner .style-2 h2{
	text-align: center;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 32px;
}
section.big-banner .owl-big-banner .style-2 .box-bajada{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	z-index: 2;
}
section.big-banner .owl-big-banner .style-2 .uno{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	float: left;
	border-right: 1px solid #fff;
	padding: 10px;
}
section.big-banner .owl-big-banner .style-2 .dos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 60%;
	float: left;
}
section.big-banner .owl-big-banner .style-2 .uno p{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
section.big-banner .owl-big-banner .style-2 .uno p strong{
	display: block;
	font-weight: 400;
}
section.big-banner .owl-big-banner .style-2 .uno p small{
	display: block;
	font-weight: 300;
}
section.big-banner .owl-big-banner .style-2 .dos p{
	font-size: 10px;
	text-align: right;
	color: #fff;
	text-transform: initial;
	font-weight: 300;
	padding: 10px;
	margin: 0;
}
section.big-banner .owl-big-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	top: 220px;
	text-align: center;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}
section.big-banner .scroll-down{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 150px;
	color: #fff;
	font-size: 10px;
	left: -45px;
	bottom: 95px;
	text-decoration: none;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}
section.big-banner .scroll-down:hover{
	text-decoration: none;
}
section.big-banner .scroll-down img{
	width: 5px;
}
/* home end */

/* obras */
section.obras{

}
.works-of-art{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	cursor: pointer;
	margin-bottom: 30px;
}
.works-of-art figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.works-of-art .box-tit{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 15px;
}
.works-of-art .box-tit h3{
	font-size: 22px;
	text-align: left;
	color: #fff;
	margin: 0;
	font-family: "Playfair Display", serif;
}
.works-of-art .box-tit h3 small{
	display: block;
	font-weight: 200;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
.btn-custom-black{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	width: auto;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #000;
	width: 200px;
	font-style: italic;
	text-align: center;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-black:hover{
	background: #0099BB;
	color: #fff;
	text-decoration: none;
}
.works-of-art .box-hover{
	display: none;
}
@media screen and (min-width: 768px){
	.works-of-art .box-hover{
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
		background: rgba(0, 0, 0, .9);
		width: 100%;
		height: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		z-index: 5;
		padding: 50px;
	}
	.works-of-art .box-hover h5{
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: 200;
		margin: 0;
	}
	.works-of-art .box-hover h4{
		text-align: center;
		color: #fff;
		font-size: 30px;
		font-family: "Playfair Display", serif;
		margin: 0 0 50px 0;
		position: relative;
	}
	.works-of-art .box-hover h4:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 200px;
		height: 1px;
		background: #fff;
		left: 50%;
		margin-left: -100px;
		bottom: -10px;
	}
	.works-of-art:hover .box-hover{
		opacity: 1;
		height: 100%;
	}
	.works-of-art .box-hover p{
		color: #fff;
		font-size: 12px;
	}
	.works-of-art .box-hover span.btn-custom-white-border{
		margin-top: 30px;
	}
}
/* obras */

/* artistas */
section.artistas h2.section-title{
	margin-top: 0;
}
a.box-artistas:nth-child(even){
	top: 50px;
}
a.box-artistas{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 330px;
	padding: 15px;
	float: left;
	top: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	text-decoration: none;
}
a.box-artistas figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 0;
}
a.box-artistas h3{
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0 10px 0;
	color: #000;
	text-decoration: none;
	padding-left: 20px;
}
a.box-artistas h3 small{
	font-weight: 200;
	display: block;
}
a.box-artistas h5{
	font-size: 10px;
	text-align: left;
	font-style: italic;
	color: #333;
	margin: 0;
	display: block;
	position: absolute;
	overflow: hidden;
	font-weight: 400;
	left: 45px;
	bottom: 12px;
}
a.box-artistas span{
	display: block;
	position: absolute;
	overflow: hidden;
	background: #ccc;
}
a.box-artistas span:nth-child(1){
	left: 25px;
	top: 235px;
	height: 78px;
	width: 1px;
}
a.box-artistas span:nth-child(2){
	left: 25px;
	top: 313px;
	height: 1px;
	width: 15px;
}
a.box-artistas:hover{
	background: rgba(0, 153, 187, .1)
}
/* artistas end */


/* noticias */
section.noticias h2.section-title{
	margin-top: 0;
}
.owl-noticias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
}
.owl-noticias a.box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 5px;
	height:  auto;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-noticias a.box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin-inline-start: 0 !important;
	margin-block-start: 0 !important;
}
.owl-noticias a.box-noticia h3{
	font-size: 18px;
	color: #000;
}
.owl-noticias a.box-noticia h5{
	font-size: 11px;
	font-weight: 200;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
}
.owl-noticias a.box-noticia p{
	color: #000;
}
.owl-noticias .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px 0 15px 13%;
}
.owl-noticias .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-noticias .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
.btn-custom-leer{
	display: block;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}
.btn-custom-leer img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	top: -1px;
	margin-left: 2px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.btn-custom-ver-italic{
	display: block;
	position: relative;
	overflow: visible;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	width: 130px;
	margin: 0 auto 60px auto;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-ver-italic img{
	display: block;
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 6px;
	top: 4px;
	margin-left: 2px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-ver-italic:hover{
	text-decoration: none;
	color: #000;
}
.btn-custom-ver-italic:hover img{
	right: -8px;
}
.owl-noticias a.box-noticia:hover{
	background: rgba(0, 153, 187, .1);
}
.owl-noticias a.box-noticia:hover span.btn-custom-leer img{
	margin-left: 10px;
}
/* noticias end */

/* cartelera */
section.cartelera{
	background: url(../images/bg-puntos.png);
	background-position: center;
	background-repeat: repeat;
}
a.box-cartelera{
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	padding: 15px 0;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	margin-bottom: 30px;
}
a.box-cartelera h3{
	text-align: left;
	font-size: 20px;
	font-family: "Playfair Display", serif;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 15px;
}
a.box-cartelera .box-fecha{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
a.box-cartelera .box-fecha h4{
	display: block;
	position: relative;
	overflow: hidden;
	width: 25%;
	font-size: 40px;
	color: #000;
	font-family: "Playfair Display", serif;
	float: left;
	margin-top: 50px;
	text-align: center;
}
a.box-cartelera .box-fecha h4 small{
	display: block;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
}
a.box-cartelera .box-fecha figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(75% - 15px);
	height: 180px;
	float: left;
	margin: 0;
	padding: 0;
}
a.box-cartelera p{
	padding: 0 15px;
	margin: 15px 0;
	color: #000;
}
.btn-custom-white{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 15px auto;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border: 1px solid #000;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.btn-custom-white:hover:after{
	opacity: 0;
}
.btn-custom-white:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #fff;
	top: -1px;
	right: 10px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white-border{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 15px auto;
	color: #fff !important;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white-border:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.btn-custom-white-border:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 15px;
	height: 1px;
	background: #fff;
	top: 0;
	right: -1px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white-border:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 70px;
	height: 1px;
	background: #fff;
	top: 0;
	left: -1px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white-border:hover:after{
	opacity: 0;
}
a.box-cartelera:hover{
	background: #EAF4F8;
}
a.box-cartelera:hover .btn-custom-white{
	background: #000;
	color: #fff;
}
a.box-cartelera:hover .btn-custom-white:after{
	background: #000;
}
/* cartelera end */

/* publicaciones */
section.publicaciones h2.section-title{
	margin-top: 0;
}
.owl-publicaciones{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
}
a.box-publicaciones{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	padding: 15px;
}
a.box-publicaciones figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
a.box-publicaciones p{
	color: #000;
	font-weight: 400;
}
a.box-publicaciones p small{
	display: block;
	font-weight: 200;
	margin: 5px 0;
}
.owl-publicaciones .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px 0 15px 13%;
}
.owl-publicaciones .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-publicaciones .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
.owl-dots-s{
	display: block;
	position: relative;
	overflow: visible;
	width: 150%;
}
.owl-dots-s .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px auto 15px 14%;
}
.owl-dots-s .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-dots-s .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
/* publicaciones end */

/* info banner */
.owl-info-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}
.owl-info-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	z-index: 1;
	background-position: left!important;
}
.owl-info-banner .box-txt{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 50px 15px 15px;
	background: rgba(0, 0, 0, .8);
	z-index: 2;
}
.owl-info-banner .box-txt h3{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.owl-info-banner .box-txt h3 small{
	display: block;
	font-family: "Playfair Display", serif;
}
.owl-info-banner .box-txt p{
	color: #fff;
	font-weight: 400;
}
.owl-info-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	bottom: 80px;
	text-align: center;
}
.owl-info-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-info-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}
/* info banner end */

/* news */
section.news{
	background: url(../images/bg-news.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
section.news .box-news{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 430px;*/
	background: #fff;
	margin: 50px 0;
	padding: 30px;
}
section.news .box-news h2{
	text-align: center;
	color: #000;
	font-family: "Playfair Display", serif;
	font-size: 30px;
	margin-bottom: 15px;
}
section.news .ingresar-mail{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
}
section.news .box-news form{
	display: block;
	position: relativee;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
section.news .ingresar-mail input{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	outline: none;
	background: transparent;
	font-style: italic;
	font-size: 12px;
	padding-left: 0;
	color: rgba(255, 255, 255, .5);
	color: #000;
}
section.news .btn-custom-white{
	margin: 30px auto 0 auto;
}
section.news img.loading{
	display: none;
	position: relative;
	overflow: hidden;
	opacity: 0;
	width: 45px;
	height: 45px;
	margin: 30px auto 0 auto;
	left: 50%;
	margin-left: -22px;
}
section.news .exito-news{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 45px;
	margin: 30px auto 0 auto;
	text-align: center;
	opacity: 0;
}
section.news .exito-news p{
	font-size: 14px;
	font-weight: 600;
	color: green;
	font-style: italic;
}
/* news end */

/* bar rrss */
section.bar-rrss .box-bar-rrss{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	background: #333333;
}
section.bar-rrss .box-bar-rrss ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
section.bar-rrss .box-bar-rrss ul li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 40px;
	color: #fff;
	font-style: italic;
	font-size: 12px;
	line-height: 40px;
	margin: 0 10px;
}
section.bar-rrss .box-bar-rrss ul li a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 15px;
	margin: 0 2px;
	top: 3px;
}
section.bar-rrss .box-bar-rrss ul li a img{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
section.bar-rrss .box-bar-rrss ul li.txt a{
	display: inline-block;
	position: relative;
	overflow: visible;
	width: auto;
	margin: 0 2px;
	top: auto;
	color: #fff;
	line-height: 40px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
section.bar-rrss .box-bar-rrss ul li.txt a:hover{
	opacity: .7;
	text-decoration: none;
}
/* bar rrss end */

@media screen and (min-width: 768px){
	/* home */
	section.big-banner{
		margin-top: 34px;
	}
	section.big-banner .owl-big-banner{
		height: 600px;
	}
	section.big-banner .owl-big-banner .style-1 figure{
		width: 65%;
		height: 405px;
		left: 10%;
		bottom: 50px;
		background-position: 0!important;
	}
	section.big-banner .owl-big-banner .style-1 .box{
		width: 500px;
		height: 510px;
		margin-right: 10%;
		margin-top: 90px;
	}
	section.big-banner .owl-big-banner .style-1 h2{
		font-size: 50px;
	}
	section.big-banner .owl-big-banner .style-1 p strong{
		display: block;
		font-weight: 400;
	}
	section.big-banner .owl-big-banner .style-1 p small{
		display: block;
		font-weight: 300;
	}
	section.big-banner .owl-big-banner .style-1 .btn-custom-white-border{
		position: relative;
		right: 0;
		bottom: auto;
		margin: 15px 0 0 0;
		float: right;
	}
	section.big-banner .owl-big-banner .style-2 figure{
		height: 600px;
	}
	section.big-banner .owl-big-banner .style-2 .box{
		top: 90px;
		width: 100%;
		height: 370px;
	}
	section.big-banner .owl-big-banner .style-2 h2{
		font-size: 50px;
	}
	section.big-banner .owl-big-banner .style-2 .uno{
		padding: 40px;
	}
	section.big-banner .owl-big-banner .style-2 .dos p{
		padding: 40px 240px 40px 40px;
		font-size: 14px;
	}
	section.big-banner .owl-big-banner .style-2 .dos .btn-custom-white-border{
		position: absolute;
		right: 50px;
		bottom: 30px;
		margin: 0;
	}
	section.big-banner .owl-big-banner .owl-dots{
		width: 14px;
		right: 55px;
		top: 260px;
		text-align: center;
	}
	section.big-banner .owl-big-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.big-banner .owl-big-banner .owl-dots .owl-dot.active{
		background: #0099BB;
		width: 14px;
		height: 14px;
	}
	/* home end */

	/* obras */
	.works-of-art{
		height: 400px;
		margin-bottom: 30px;
	}
	.btn-custom-black{
		margin: 50px auto;
		padding: 10px;
		font-size: 16px;
		width: 240px;
	}
	/* obras */

	/* artistas */
	section.artistas h2.section-title{
		margin-top: 0;
	}
	a.box-artistas:nth-child(even){
		top: 50px;
	}
	a.box-artistas{
		width: 25%;
		height: 540px;
		margin-bottom: 50px;
	}
	a.box-artistas figure{
		height: 380px;
	}
	a.box-artistas h3{
		font-size: 22px;
	}
	a.box-artistas h5{
		font-size: 12px;
	}
	a.box-artistas span:nth-child(1){
		top: 395px;
		height: 126px;
	}
	a.box-artistas span:nth-child(2){
		top: 520px;
		height: 1px;
		width: 15px;
	}
	/* artistas end */


	/* noticias */
	section.noticias h2.section-title{
		margin-top: 0;
	}
	.owl-noticias{
		width: 100%;
	}
	.owl-noticias .item{
		width: 33.3333%;
		float: left;
	}
	.owl-noticias a.box-noticia h3{
		font-size: 24px;
	}
	.owl-noticias a.box-noticia h5{
		font-size: 14px;
	}
	.owl-noticias a.box-noticia p{
		font-size: 14px;
	}
	.owl-noticias a.box-noticia figure{
		height: 220px;
	}
	.owl-noticias .item:nth-child(1){
		width: 100%;
	}
	.owl-noticias .item:nth-child(1)  a.box-noticia{
		width: calc(100% - 35px);
		margin: 5px auto 30px auto;
		height: auto;
	}
	.owl-noticias .item:nth-child(1) a.box-noticia figure{
		width: 30%;
		height: 250px;
		float: left;
		margin: 0 15px 0 0;
	}
	.owl-noticia .item:nth-child(1) a.box-noticia h3{
		font-size: 24px;
	}
	.owl-noticias .item:nth-child(1) a.box-noticia h5{
		font-size: 14px;
	}
	.owl-noticias .item:nth-child(1) a.box-noticia p{
		color: #000;
	}
	.owl-noticias a.box-noticia{
		margin: 0 auto 30px auto;
		height: 540px;
	}
	.btn-custom-leer{
		font-size: 14px;
	}
	/* noticias end */

	/* cartelera */
	.btn-custom-ver-italic{
		font-size: 14px;
		width: 160px;
	}
	a.box-cartelera{
		width: 100%;
		padding: 30px 0;
	}
	a.box-cartelera h3{
		font-size: 24px;
		display: block;
		position: relative;
		overflow: hidden;
		float: right;
		width: 60%;
		margin: 30px 0 15px 0;
		padding: 0 30px 0 15px;
	}
	a.box-cartelera .box-fecha{
		width: 40%;
		float: left;
		display: block;
	}
	a.box-cartelera .box-fecha h4{
		font-size: 50px;
		margin-top: 60px;
	}
	a.box-cartelera .box-fecha h4 small{
		font-size: 14px;
	}
	a.box-cartelera .box-fecha figure{
		width: calc(75% - 15px);
		height: 220px;
	}
	a.box-cartelera p{
		display: block;
		position: relativee;
		overflow: hidden;
		width: 60%;
		float: right;
		padding: 0 240px 0 15px;
		margin: 15px 0;
		color: #000;
	}
	.btn-custom-white{
		position: absolute;
		margin: 0;
		font-size: 14px;
		right: 30px;
		bottom: 40%;
	}
	.btn-custom-white:after{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 30px;
		height: 1px;
		background: #fff;
		top: -1px;
		right: 10px;
		z-index: 1;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	/* cartelera end */

	/* publicaciones */
	section.publicaciones{
		margin-bottom: 50px;
	}
	section.publicaciones h2.section-title{
		margin-top: 0;
	}
	section.publicaciones.publicaciones-artistas h2.section-title{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.owl-publicaciones{
		width: 100%;
		overflow: visible;
	}
	a.box-publicaciones{
		opacity: .8;
	}
	a.box-publicaciones:hover{
		opacity: 1;
	}
	a.box-publicaciones figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 450px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	a.box-publicaciones p{
		font-size: 18px;
	}
	a.box-publicaciones p small{
		display: block;
		font-weight: 200;
		margin: 5px 0;
	}
	.owl-publicaciones .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 35%;
	}
	.owl-publicaciones .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-publicaciones .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-publicaciones .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-publicaciones .owl-nav .owl-next:hover{
		opacity: .2;
	}
	/* publicaciones end */

	/* info banner */
	.owl-info-banner{
		height: 500px;
	}
	.owl-info-banner figure{
		height: 500px;
	}
	.owl-info-banner .box-txt{
		left: auto;
		right: 0;
		bottom: 0;
		width: 40%;
		height: 100%;
		padding: 50px 100px 50px 50px;
	}
	.owl-info-banner .box-txt h3{
		font-size: 30px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.owl-info-banner .box-txt h3 small{
		display: block;
		font-family: "Playfair Display", serif;
	}
	.owl-info-banner .owl-dots{
		width: 14px;
		right: 30px;
		bottom: auto;
		top: 40%;
	}
	.owl-info-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	.owl-info-banner .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	/* info banner end */

	/* news */
	section.news .box-news{
		width: 100%;
		height: auto;
		margin: 100px 0;
		padding: 50px 100px;
	}
	section.news .box-news h2{
		font-size: 40px;
		display: block;
		position: relative;
		overflow:hidden;
		width: 100%;
		margin-bottom: 50px;
	}
	section.news .box-news p{
		display: block;
		position: relative;
		overflow: hidden;
		width: 45%;
		float: left;
		clear: both;
	}
	section.news .box-news form{
		float: right;
		width: 45%;
		margin-top: -50px;
	}
	section.news .ingresar-mail{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 30px;
		float: left;
	}
	section.news .ingresar-mail input{
		font-size: 14px;
	}
	section.news .btn-custom-white{
		margin: 20px 0;
		position: relative;
		float: left;
		left: 10%;
	}
	section.news img.loading{
    width: 45px;
    height: 45px;
    margin: 20px 0;
    float: left;
    left: 10%;
    margin-left: auto;
    position: relative;
	}
	section.news .exito-news{
		width: 45%;
		float: right;
		height: 45px;
		margin: 20px 0;
		text-align: left;
		opacity: 0;
	}
	section.news .exito-news p{
		font-size: 14px;
		font-weight: 600;
		color: green;
		font-style: italic;
		left: 0%;
	}
	/* news end */

	/* bar rrss */
	section.bar-rrss .box-bar-rrss{
		height: 50px;
	}
	section.bar-rrss .box-bar-rrss ul li{
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	section.bar-rrss .box-bar-rrss ul li a{
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 15px;
		margin: 0 2px;
		top: 3px;
	}
	section.bar-rrss .box-bar-rrss ul li a img{
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
	}
	/* bar rrss end */
}

section.single-banner{
	margin-top: 174px;
}

section.single-banner .owl-single-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin-top: 34px;
	background: #000;
}
section.single-banner .owl-single-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	opacity: .8;
}
section.single-banner .owl-single-banner h2{
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 32px;
	position: absolute;
	height: 50px;
	line-height: 50px;
	top: 50%;
	margin-top: calc(-25px + 40px);
	z-index: 2;
	text-align: center;
	display: block;
	overflow: visible;
	width: 100%;
}
section.single-banner .owl-single-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	top: 180px;
	text-align: center;
}
section.single-banner .owl-single-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-banner .owl-single-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}

/* buscador-obras */
section.buscador-obras{
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
section.buscador-obras .nice-select{
	margin-bottom: 20px;
}
section.buscador-obras a.btn-custom-white{
	position: relative;
	margin: 0 auto;
	clear: both;
}
section.buscador-obras input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
}
/* buscador-obras end */

/* owl-creadores-artistas */
.owl-creadores-artistas{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0;
}
.owl-creadores-artistas a{
	width: 100%;
}
.owl-creadores-artistas .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px auto;
}
.owl-creadores-artistas .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-creadores-artistas .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
/* owl-creadores-artistas end */

@media screen and (min-width: 768px){
	.owl-dots-s{
		width: 100%;
	}
	.owl-dots-s .owl-dots{
		margin: 15px auto;
	}
	.owl-dots-s .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 40%;
	}
	.owl-dots-s .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-dots-s .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-dots-s .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-dots-s .owl-nav .owl-next:hover{
		opacity: .2;
	}
	section.single-banner .owl-single-banner{
		width: 100%;
		height: 500px;
		margin-top: 34px;
	}
	section.single-banner .owl-single-banner figure{
		width: 100%;
		height: 500px;
	}
	section.single-banner .owl-single-banner h2{
		font-size: 50px;
	}
	section.single-banner .owl-single-banner .owl-dots{
		width: 14px;
		right: 30px;
		top: 200px;
	}
	section.single-banner .owl-single-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.single-banner .owl-single-banner .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}

	/* owl-creadores-artistas */
	.owl-creadores-artistas{
		display: block;
		position: relative;
		overflow: visible;
		width: 100%;
		margin: 50px 0;
	}
	.owl-creadores-artistas a{
		width: 100%;
	}
	.owl-creadores-artistas .owl-item:nth-child(even){
		position: relative;
		margin-top: 30px;
	}
	.owl-creadores-artistas .owl-dots{
		display: block;
		position: relative;
		overflow: hidden;
		width: 40%;
		text-align: center;
		height: 30px;
		margin: 15px auto;
	}
	.owl-creadores-artistas .owl-dots .owl-dot{
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #f1f1f1;
		margin: 0 8px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		top: 0;
	}
	.owl-creadores-artistas .owl-dots .owl-dot.active{
		background: rgba(0, 153, 187, 1);
		width: 12px;
		height: 12px;
		top: 2px;
	}
	.owl-creadores-artistas .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 35%;
	}
	.owl-creadores-artistas .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		opacity: .5;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.owl-creadores-artistas .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-creadores-artistas .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		opacity: .5;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.owl-creadores-artistas .owl-nav .owl-next:hover{
		opacity: .2;
	}
	/* owl-creadores-artistas end */
}
@media screen and (min-width: 992px){
		/* buscador-obras */
	section.buscador-obras .nice-select{
		margin-bottom: 0;
		width: auto;
		float: left;
		clear: initial;
		margin-right: 20px;
	}
	section.buscador-obras a.btn-custom-white{
		position: relative;
    margin: 0;
    clear: initial;
    float: right;
    top: 2px;
	}
	section.buscador-obras input{
		width: 220px;
		float: left;
	}
	/* buscador-obras end */
}

@media screen and (min-width: 1200px){
	section.buscador-obras a.btn-custom-white{
		position: relative;
    margin: 0 0 0 50px;
    clear: initial;
    float: left;
    top: 2px;
	}
}
/* single obras */
section.single-obras{
	margin-top: 174px;
	display: block;
  position: relative;
  overflow: hidden;
}
section.single-obras .owl-single-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-top: 34px;
	z-index: 1;
}
section.single-obras .owl-single-banner .box{
	z-index: 2;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
}
section.single-obras .owl-single-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 90px;
	z-index: 4;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-obras .owl-single-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-obras .owl-single-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}
section.single-obras .owl-single-banner h2{
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 40px;
	position: relative;
	z-index: 2;
	text-align: left;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-left: 30px;
	margin: 80px 0 0 0;
}
section.single-obras .owl-single-banner h2 small{
	display: block;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 200;
}
section.single-obras .owl-single-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	top: 180px;
	text-align: center;
}
section.single-obras .owl-single-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-obras .owl-single-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}
.attr-obras{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	top: -30px;
}
.attr-obras .caja{
	display: block;
	position: relative;
	overflow: visible;
	width: 90%;
	float: left;
	margin-left: 10%;
	background: #fff;
}
.attr-obras .caja-botones{
	display: block;
	position: relative;
	overflow: visible;
	width: 90%;
	float: left;
	margin-left: 10%;
	background: #fff;
}
.attr-obras .caja-botones:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 0;
  height: 0;
  border-right: 15px solid #D3D1D1;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D3D1D1;
  left: -30px;
  top: 0;
}

.attr-obras .contenido.active{
	display: block;
	opacity: 1;
}
.attr-obras .btn-contenido{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Playfair Display", serif;
	text-align: center;
	font-size: 12px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	height: 70px;
	transition: all ease .6s;
	-moz-transition: all ease .6s;
	-webkit-transition: all ease .6s;
	opacity: .4;
}
.attr-obras .btn-contenido img{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 10px;
	right: 10px;
	top: 30px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transition: all ease .6s;
	-moz-transition: all ease .6s;
	-webkit-transition: all ease .6s;
}

.attr-obras .btn-contenido:hover, .attr-obras .btn-contenido.active{
	background-color: #F9F9F9;
	opacity: 1;
}
.attr-obras .btn-contenido:hover img, .attr-obras .btn-contenido.active img{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.attr-obras .contenido{
	display: none;
	opacity: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #F9F9F9;
}
.attr-obras .contenido ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 20px;
}
.attr-obras .contenido ul li{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
}
.attr-obras .contenido ul li:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: -5px;
	top: 5px;
	background: #B3B2B2;
}
.attr-obras .contenido ul li strong{
	font-weight: 600;
}
section.single-obras h2.section-title{
	margin-top: 0;
	text-transform: initial;
	text-align: left;
}
section.single-obras h5.bajada-title{
	text-align: left;
}
ul.ul-p{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.ul-p li{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 12px;
	float: left;
}
ul.ul-p li:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 15px;
	top: 5px;
	background: #B3B2B2;
}
ul.ul-p li span.info{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 40%;
	font-weight: 600;
}
ul.ul-p li span.data{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 60%;
}
ul.ul-p li a{
	color: #000;
	text-decoration: underline;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
p strong{
	font-weight: 600;
}
p i{
	font-weight: 600;
}
section.video{
	padding: 20px 0;
}
section.video iframe,p iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 144px;
	margin: 0 auto;
	padding: 0;
}
section.galeria-fotos a.box-galeria{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	transition: all ease .4s;
	opacity: .9;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.galeria-fotos a figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 15px 0;
	padding: 0;
}
section.galeria-fotos a.box-galeria:hover{
	opacity: 1;
}
section.galeria-fotos a.box-galeria img.lupa{
	display: block;	
	position: absolute;
	overflow: hidden;
	width: 15px;
	top: 25px;
	right: 10px;
	z-index: 1;
}
section.obras-interesar.obras-artista h2.section-title{
	margin-top: 30px;
	margin-bottom: 50px;
}

section.obras-interesar .owl-obras-interesar .owl-stage {
	margin: 0 auto !important;
}

section.obras-interesar .owl-obras-interesar .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px auto;
}
section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
.modal-galeria-foto{
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, .9 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	top: 0;
	left: 0;
	z-index: 99;
}
.modal-galeria-foto .foto-content{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80%;
	height: 300px;
	margin: -150px auto 0 auto;
	top: 50%;
	background: #fff;
	padding: 30px 20px 20px 20px;
}
.modal-galeria-foto .foto-content figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.modal-galeria-foto .foto-content a.arrow-prev{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	left: 5px;
	top: 45%;
}
.modal-galeria-foto .foto-content a.arrow-prev img{
	width: 100%;
}
.modal-galeria-foto .foto-content a.arrow-next{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right:5px;
	top: 45%;
}
.modal-galeria-foto .foto-content a.arrow-next img{
	width: 100%;
}
.modal-galeria-foto .foto-content a.cerrar-modal-fotos{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 10px;
	top: 5px;
	right: 10px;
}
.modal-galeria-foto .foto-content a.cerrar-modal-fotos img{
	width: 100%;
}
@media screen and (min-width: 768px){
	section.single-obras .owl-single-banner{
		width: 100%;
		height: 550px;
		margin-top: 34px;
	}
	section.single-obras .owl-single-banner a.volver{
		left: 30px;
		top: 120px;
		overflow: visible;
	}
	section.single-obras .owl-single-banner a.volver img{
		width: 6px;
		margin-right: 10px;
		left: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.single-obras .owl-single-banner a.volver:hover{
		opacity: .7;
	}
	section.single-obras .owl-single-banner a.volver:hover img{
		left: -10px;
	}
	section.single-obras .owl-single-banner .box{
		height: 550px;
	}
	section.single-obras .owl-single-banner figure{
		width: 100%;
		height: 550px;
	}
	section.single-obras .owl-single-banner h2{
		font-size: 50px;
	}
	section.single-obras .owl-single-banner .owl-dots{
		width: 14px;
		right: 30px;
		top: 300px;
	}
	section.single-obras .owl-single-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.single-obras .owl-single-banner .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	.attr-obras{
		width: 40%;
		top: -30px;
		float: right;
		margin-right: 5%;
	}
	.attr-obras .caja{
		width: 90%;
		float: left;
		margin-left: 10%;
		background: #fff;
	}
	.attr-obras .btn-contenido{
		font-size: 14px;
	}
	.attr-obras .contenido ul{
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	.attr-obras .contenido ul li{
		font-size: 14px;
	}
	section.single-obras h2.section-title{
		margin-top: 50px;
	}
	ul.ul-p{
		margin: 40px 0;
	}
	ul.ul-p li{
		font-size: 14px;
	}
	section.galeria-fotos h2.section-title{
		margin-bottom: 50px;
	}
	section.galeria-fotos a figure{
		height: 350px;
	}
	section.galeria-fotos a.box-galeria:hover{
		opacity: 1;
	}
	section.galeria-fotos a.box-galeria img.lupa{
		display: block;	
		position: absolute;
		overflow: hidden;
		width: 15px;
		top: 25px;
		right: 10px;
		z-index: 1;
	}
	section.obras-interesar h2.section-title{
		margin-top: 0;
		margin-bottom: 50px;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	.owl-obras-interesar .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 40%;
	}
	.owl-obras-interesar .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-obras-interesar .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-obras-interesar .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-obras-interesar .owl-nav .owl-next:hover{
		opacity: .2;
	}
	.modal-galeria-foto{
		display: none;
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba( 0, 0, 0, .9 );
		box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 4px );
		-webkit-backdrop-filter: blur( 4px );
		top: 0;
		left: 0;
		z-index: 99;
	}
	.modal-galeria-foto .foto-content{
		height: 500px;
		max-width: 990px;
		margin: -250px auto 0 auto;
		top: 50%;
		background: #fff;
		padding: 60px 40px 40px 40px;
	}
	.modal-galeria-foto .foto-content a.arrow-prev{
		left: 15px;
		top: 45%;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.modal-galeria-foto .foto-content a.arrow-next{
		right:15px;
		top: 45%;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.modal-galeria-foto .foto-content a.arrow-prev:hover{
		opacity: .4;
	}
	.modal-galeria-foto .foto-content a.arrow-next:hover{
		opacity: .4;
	}
	.modal-galeria-foto .foto-content a.cerrar-modal-fotos{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 15px;
		top: 5px;
		right: 10px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.modal-galeria-foto .foto-content a.cerrar-modal-fotos img{
		width: 100%;
	}
	.modal-galeria-foto .foto-content a.cerrar-modal-fotos:hover{
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
	}
}
@media screen and (min-width: 768px){
	section.video{
		padding: 40px 0;
	}
	section.video iframe,p iframe{
		width: 426px;
		height: 240px;
	}
	section.video a.btn-custom-white{
		position: relative;
		margin: 50px auto 0 auto;
		width: 160px;
		right: auto;
	}
}
@media screen and (min-width: 992px){
	section.video iframe,p iframe{
		width: 640px;
		height: 360px;
	}
}
@media screen and (min-width: 1024px){
	section.video iframe,p iframe{
		width: 854px;
		height: 480px;
	}
}

/* single obras end */


/* artistas */

section.artistas a.btn-custom-black{
	width: 260px;
	margin: 90px auto 30px auto;
}
section.buscador-artistas{
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
section.buscador-artistas .nice-select{
	margin-bottom: 20px;
}
section.buscador-artistas input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
}
section.buscador-artistas a.btn-custom-white{
	position: relative;
	margin: 0 auto;
	clear: both;
}
@media screen and (min-width: 992px){
	section.buscador-artistas .nice-select{
		margin-bottom: 0;
		width: auto;
		float: left;
		clear: initial;
		margin-right: 20px;
	}
	section.buscador-artistas input{
		width: 200px;
		float: left;
	}
	section.buscador-artistas a.btn-custom-white{
		position: relative;
    margin: 0;
    clear: initial;
    float: right;
    top: 2px;
	}
}

@media screen and (min-width: 1200px){
	section.buscador-artistas a.btn-custom-white{
		position: relative;
    margin: 0 0 0 50px;
    clear: initial;
    float: left;
    top: 2px;
	}
}
/* artistas end */

/* single artista */
section.single-artista{
	margin-top: 174px;
}
section.single-artista .owl-single-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-top: 34px;
	z-index: 1;
}
section.single-artista .owl-single-banner .box{
	z-index: 2;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
}
section.single-artista .owl-single-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 90px;
	z-index: 4;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-artista .owl-single-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-artista .owl-single-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}
section.single-artista .owl-single-banner h2{
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 40px;
	position: relative;
	z-index: 2;
	text-align: left;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-left: 30px;
	margin: 80px 0 0 0;
}
section.single-artista .owl-single-banner h2 small{
	display: block;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 200;
}
section.single-artista .owl-single-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	top: 180px;
	text-align: center;
}
section.single-artista .owl-single-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-artista .owl-single-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}
section.single-artista h2.section-title{
	margin-top: 20px;
	text-transform: initial;
	text-align: left;
}
section.single-artista h5.bajada-title{
	text-align: left;
	font-size: 16px;
	margin: 10px 0;
}
section.single-artista h4.sub-title{
	text-align: left;
	font-size: 22px;
	font-weight: 200;
	margin-bottom: 20px;
}
section.single-artista h5.rrss-p{
	font-size: 14px;
	font-weight: 600;
}
section.single-artista h5.rrss-p a{
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 2px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	width: 17px;
}
section.single-artista h5.rrss-p a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
section.single-artista h5.rrss-p a:hover{
	opacity: .6;
}
.frase-destacada{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	padding: 0 30px 30px 30px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin: 50px 0 20px 0;
}
.frase-destacada:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #d8d8d8;
	left: 0;
	top: 0;
}
.frase-destacada:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #d8d8d8;
	right: 0;
	top: 0;
}
.frase-destacada p{
	margin: 0;
	font-style: italic;
}
.frase-destacada p:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 15px;
	height: 30px;
	background: url(../images/abre-comillas.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	left: 10px;
	top: 30px;
}
.frase-destacada p:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 15px;
	height: 30px;
	background: url(../images/cierre-comillas.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	right: 10px;
	bottom: 20px;
}
.frase-destacada h2{
	text-align: center;
	top: -20px;
	position: relative;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
}
.foto-single-artista{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: -100px auto 0 auto;
	z-index: 1;
	height: 350px;
}
.foto-single-artista figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

section.obras-interesar h2.section-title{
	margin-top: 0;
	margin-bottom: 50px;
}
section.obras-interesar .owl-obras-interesar .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px auto;
}
section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
section.entrevistas h2.section-title{
	margin-bottom: 30px;
}
a.box-entrevistas{
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	margin-bottom: 0px;
}
a.box-entrevistas h3{
	text-align: left;
	font-size: 20px;
	font-weight: 200;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
a.box-entrevistas .box-fecha{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
a.box-entrevistas .box-fecha h4{
	display: block;
	position: relative;
	overflow: hidden;
	width: 25%;
	font-size: 40px;
	color: #000;
	font-family: "Playfair Display", serif;
	float: left;
	margin-top: 50px;
	text-align: center;
}
a.box-entrevistas .box-fecha h4 small{
	display: block;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
}
a.box-entrevistas .box-fecha figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(75% - 15px);
	height: 180px;
	float: left;
	margin: 0;
	padding: 0;
}
a.box-entrevistas p{
	padding: 0;
	margin: 15px 0;
	color: #000;
	font-weight: 400;
}
a.box-entrevistas .btn-custom-white{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 30px 0;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border: 1px solid #000;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
a.box-entrevistas .btn-custom-white:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
a.box-entrevistas .btn-custom-white:hover:after{
	opacity: 0;
}
a.box-entrevistas .btn-custom-white:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #fff;
	top: -1px;
	right: 10px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
a.box-entrevistas .btn-custom-white-border{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 15px auto;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
a.box-entrevistas .btn-custom-white-border:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
a.box-entrevistas .btn-custom-white-border:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 15px;
	height: 1px;
	background: #fff;
	top: 0;
	right: -1px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
a.box-entrevistas .btn-custom-white-border:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 70px;
	height: 1px;
	background: #fff;
	top: 0;
	left: -1px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
a.box-entrevistas .btn-custom-white-border:hover:after{
	opacity: 0;
}
a.box-entrevistas:hover{
	background: #EAF4F8;
}
a.box-entrevistas:hover .btn-custom-white{
	background: #000;
	color: #fff;
}
a.box-entrevistas:hover .btn-custom-white:after{
	background: #000;
}
@media screen and (min-width: 768px){
	section.single-artista .owl-single-banner{
		width: 100%;
		height: 550px;
		margin-top: 34px;
	}
	section.single-artista .owl-single-banner a.volver{
		left: 30px;
		top: 120px;
		overflow: visible;
	}
	section.single-artista .owl-single-banner a.volver img{
		width: 6px;
		margin-right: 10px;
		left: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.single-artista .owl-single-banner a.volver:hover{
		opacity: .7;
	}
	section.single-artista .owl-single-banner a.volver:hover img{
		left: -10px;
	}
	section.single-artista .owl-single-banner .box{
		height: 550px;
	}
	section.single-artista .owl-single-banner figure{
		width: 100%;
		height: 550px;
	}
	section.single-artista .owl-single-banner h2{
		font-size: 50px;
	}
	section.single-artista .owl-single-banner .owl-dots{
		width: 14px;
		right: 30px;
		top: 300px;
	}
	section.single-artista .owl-single-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.single-artista .owl-single-banner .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	.foto-single-artista{
		float: left;
		width: 35%;
		margin: -300px 30px 30px 15%;
		z-index: 1;
		height: 550px;
	}
	section.single-artista h2.section-title{
		margin-top: 50px;
	}
	section.obras-interesar h2.section-title{
		margin-top: 0;
		margin-bottom: 50px;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	.owl-obras-interesar .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 40%;
	}
	.owl-obras-interesar .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-obras-interesar .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-obras-interesar .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-obras-interesar .owl-nav .owl-next:hover{
		opacity: .2;
	}
	.btn-custom-ver-italic{
		font-size: 14px;
		width: 160px;
	}
	a.box-entrevistas{
		width: 100%;
		padding: 30px 0;
	}
	a.box-entrevistas h3{
		font-size: 24px;
		display: block;
		position: relative;
		overflow: hidden;
		float: right;
		width: 60%;
		margin: 30px 0 15px 0;
		padding: 0 30px 0 15px;
	}
	a.box-entrevistas .box-fecha{
		width: 40%;
		float: left;
		display: block;
	}
	a.box-entrevistas .box-fecha h4{
		font-size: 50px;
		margin-top: 60px;
	}
	a.box-entrevistas .box-fecha h4 small{
		font-size: 14px;
	}
	a.box-entrevistas .box-fecha figure{
		width: calc(75% - 15px);
		height: 220px;
	}
	a.box-entrevistas p{
		display: block;
		position: relativee;
		overflow: hidden;
		width: 60%;
		float: right;
		padding: 0 240px 0 15px;
		margin: 15px 0;
		color: #000;
	}
	.frase-destacada{
		padding: 0 50px 50px 50px;
		margin: 80px 0 50px 0;
	}
	.frase-destacada:before{
		width: 100px;
	}
	.frase-destacada:after{
		width: 100px;
	}
	.frase-destacada p{
		font-style: italic;
		font-size: 18px;
	}
	.frase-destacada p:after{
		width: 30px;
		height: 30px;
		left: 25px;
		top: 30px;
	}
	.frase-destacada p:before{
		width: 30px;
		height: 30px;
		right: 25px;
		bottom: 30px;
	}
	.frase-destacada h2{
		top: -20px;
		font-size: 40px;
	}
	.foto-single-artista{
		width: 35%;
		display: block;
		position: relative;
		overflow: hidden;
		margin: -120px 20px 20px 0;
		z-index: 1;
	}
	.foto-single-artista figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	section.obras-interesar h2.section-title{
		margin-top: 0;
		margin-bottom: 50px;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots{
		display: block;
		position: relative;
		overflow: hidden;
		width: 40%;
		text-align: center;
		height: 30px;
		margin: 15px auto;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot{
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #f1f1f1;
		margin: 0 8px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		top: 0;
	}
	section.obras-interesar .owl-obras-interesar .owl-dots .owl-dot.active{
		background: rgba(0, 153, 187, 1);
		width: 12px;
		height: 12px;
		top: 2px;
	}
	section.entrevistas h2.section-title{
		margin-bottom: 70px;
	}
	a.box-entrevistas{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	a.box-entrevistas h3{
		font-size: 20px;
		width: 60%;
		margin: 0;
		padding: 15px 30px 0 30px;
		display: block;
	}
	a.box-entrevistas figure{
		width: 40%;
		height: 300px;
		float: left;
		margin: 0;
	}
	a.box-entrevistas p{
		padding: 0 30px;
		margin: 15px 0 30px 0;
		width: 60%;
		float: left;
		color: #000;
		font-weight: 400;
		display: block;
	}
	a.box-entrevistas .btn-custom-white{
		float: left;
		position: relative;	
		margin: 0;
		left: 30px;
	}
	a.box-entrevistas:hover{
		background: #EAF4F8;
	}
	a.box-entrevistas:hover .btn-custom-white{
		background: #000;
		color: #fff;
	}
	a.box-entrevistas:hover .btn-custom-white:after{
		background: #000;
	}
}

@media screen and (min-width: 992px){
	.foto-single-artista{
		margin: -300px 20px 20px 0;
	}
	.frase-destacada:before{
		width: 200px;
	}
	.frase-destacada:after{
		width: 200px;
	}
}
@media screen and (min-width: 1200px){
	.frase-destacada:before{
		width: 300px;
	}
	.frase-destacada:after{
		width: 300px;
	}
}
/* single artista end*/

/* noticias */

section.noticias.noticias-single{
	padding-top: 15px;
}
section.noticias.noticias-single a.box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width:100%;
	margin: 5px auto 15px auto;
	height:  auto;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.noticias.noticias-single a.box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	margin-block-start: 0 !important;
  margin-inline-start: 0 !important;
}
section.noticias.noticias-single a.box-noticia h3{
	font-size: 18px;
	color: #000;
}
section.noticias.noticias-single a.box-noticia h5{
	font-size: 11px;
	font-weight: 200;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
}
section.noticias.noticias-single a.box-noticia p{
	color: #000;
}

ul.paginador{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 25px 0;
	padding: 25px 0 0 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
ul.paginador li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
ul.paginador li a{
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	font-weight: 200;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
ul.paginador li a.active, ul.paginador li a:hover{
	color: #0099BB;
	font-weight: 600;
}
@media screen and (min-width: 768px){
	section.noticias.noticias-single a.box-noticia h3{
		font-size: 24px;
	}
	section.noticias.noticias-single a.box-noticia h5{
		font-size: 14px;
	}
	section.noticias.noticias-single a.box-noticia p{
		font-size: 14px;
	}
	section.noticias.noticias-single a.box-noticia figure{
		height: 220px;
	}
	section.noticias.noticias-single{
		width: 100%;
	}
	section.noticias.noticias-single a.box-noticia.first-box{
		width: 100%;
		margin: 30px auto 30px auto;
		height: auto;
	}
	section.noticias.noticias-single a.box-noticia.first-box figure{
		width: 30%;
		height: 250px;
		float: left; 
		margin: 0 15px 0 0;
	}
	section.noticias.noticias-single a.box-noticia.first-box h5{
		font-size: 14px;
	}
	section.noticias.noticias-single a.box-noticia.first-box p{
		color: #000;
	}
	section.noticias.noticias-single a.box-noticia{
		margin: 0 auto 30px auto;
		height: 540px;
	}
}
/* noticias end */

/* noticias single */
section.single-txt-banner{
	margin: 280px 0 0 0;
	padding: 15px 0;
	position: relative;
}
section.single-txt-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: -40px;
	z-index: 4;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-txt-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-txt-banner .box-uno{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin-top: 40px;
}
section.single-txt-banner .box-uno h5{
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	float: left;
	margin: 0;
}
section.single-txt-banner .box-uno ul.rrss{
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	margin:-2px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
section.single-txt-banner .box-uno ul.rrss li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	height: 15px;
}
section.single-txt-banner .box-uno ul.rrss li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
section.single-txt-banner .box-uno ul.rrss li a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
section.single-txt-banner ul.tags{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
section.single-txt-banner ul.tags li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
}
section.single-txt-banner ul.tags li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px 5px;
	background: #0099BB;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
section.single-txt-banner ul.tags li a:hover{
	background: #000;
}
section.single-txt-banner h3{
	font-family: "Playfair Display", serif;
	margin: 0 0 15px 0;
}
section.single-txt-banner h4{
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
figure.foto-parrafo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0 0 15px 0;
}
ul.rrss-p-bar{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
ul.rrss-p-bar li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	height: 15px;
}
ul.rrss-p-bar li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
ul.rrss-p-bar li a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
section.noticias-interesar{
	background: #E1E0E0;
	margin-top: 30px;
}
section.noticias-interesar h2.section-title{
	margin-top: 0;
	margin-bottom: 30px;
}
section.noticias-interesar .owl-noticias-interesar{
	display: block;
	position: relative;
	overflow: visible;
	width: 150%;
}
section.noticias-interesar .owl-noticias-interesar .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px auto 15px 14%;
}
section.noticias-interesar .owl-noticias-interesar .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
section.noticias-interesar .owl-noticias-interesar .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
section.noticias-interesar a.box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 5px auto;
	height:  auto;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: #fff;
}
section.noticias-interesar a.box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 0 0 15px 0;
}
section.noticias-interesar a.box-noticia h3{
	font-size: 18px;
	color: #000;
}
section.noticias-interesar a.box-noticia h5{
	font-size: 11px;
	font-weight: 200;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
}
section.noticias-interesar a.box-noticia p{
	color: #000;
}
.contenido-single-noticias p{
	display: block;
	position: relative;
	overflow: hidden;
}
.contenido-single-noticias p span{
	padding-left: 15px;
	position: relative;
	display: block;
	font-weight: 200;
	font-style: normal;
}
.contenido-single-noticias p span:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 3px;
	height: 100%;
	left: 0px;
	top: 0;
	background: #0099BB;
}
.contenido-single-noticias p img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
}
.contenido-single-noticias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0;
}
.contenido-single-noticias figure img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.contenido-single-noticias figure figure{
	display: block !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 350px;
  margin: 0 0 1rem 0 !important;
}
.contenido-single-noticias figure figure img{
	display: block!important;
	position: relative!important;
	overflow: hidden!important;
	width: 100%!important;
}
.contenido-single-noticias iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 144px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px){
	.contenido-single-noticias iframe{
		width: 426px;
		height: 240px;
		margin: 50px auto;
	}
}
@media screen and (min-width: 992px){
	.contenido-single-noticias iframe{
		width: 640px;
		height: 360px;
	}
}
@media screen and (min-width: 1024px){
	.contenido-single-noticias iframe{
		width: 854px;
		height: 480px;
	}
}
@media screen and (min-width: 768px){
	.contenido-single-noticias figure figure:nth-child(1){
		float: left!important;
		width: calc(60% - 30px)!important;
		margin-right: 30px!important;
	}
	.contenido-single-noticias figure figure:nth-child(2){
		float: left!important;
		width: 40%!important;
	}
	.contenido-single-noticias p img{
		width: 100%;
		padding: 0;
		margin: 0 0 15px 0;
	}
	.contenido-single-noticias p:last-child img:nth-child(1){
		width: calc(60% - 15px);
		margin: 0 15px 50px 0;
	}
	.contenido-single-noticias p:last-child img:nth-child(2){
		width: calc(40% - 15px);
		margin: 0 0 50px 15px;
	}
	section.single-txt-banner{
		margin: 140px 0 0 0;
		padding: 15px 0;
		position: relative;
	}
	section.single-txt-banner a.volver{
		overflow: visible;
	}
	section.single-txt-banner a.volver:hover{
		opacity: .4;
	}
	section.single-txt-banner a.volver img{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		position: relative;
		left: 0;
	}
	section.single-txt-banner a.volver:hover img{
		left: -10px;
	}
	section.single-txt-banner .box-uno{
		margin-top: 50px;
	}
	section.single-txt-banner .box-uno ul.rrss{
		margin:-2px 0 0 0;
	}
	section.single-txt-banner .box-uno ul.rrss li a{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.single-txt-banner .box-uno ul.rrss li a:hover{
		opacity: .6;
	}
	section.single-txt-banner h3{
		font-family: "Playfair Display", serif;
		margin: 0 0 30px 0;
		font-size: 36px;
	}
	section.single-txt-banner h4{
		font-size: 20px;
		padding: 30px 0;
	}
	figure.foto-parrafo{
		height: 350px;
		margin: 15px 0 30px 0;
	}
	ul.rrss-p-bar{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		padding-top: 15px;
		border-top: 1px solid #ddd;
	}
	ul.rrss-p-bar li{
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0 5px;
		height: 15px;
	}
	ul.rrss-p-bar li a{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		text-decoration: none;
	}
	ul.rrss-p-bar li a img{
		display: block;
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	section.noticias-interesar{
		background: #E1E0E0;
		margin-top: 30px;
	}
	section.noticias-interesar h2.section-title{
		margin-top: 0;
		margin-bottom: 30px;
	}
	section.noticias-interesar h2.section-title{
		margin-top: 0;
		margin-bottom: 50px;
	}
	section.noticias-interesar .owl-noticias-interesar .owl-dots{
		margin: 15px auto;
	}
	section.noticias-interesar .owl-noticias-interesar .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.noticias-interesar .owl-noticias-interesar .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	section.noticias-interesar .owl-noticias-interesar{
		width: 100%;
	}
	.owl-noticias-interesar .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 40%;
	}
	.owl-noticias-interesar .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-noticias-interesar .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -30px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	.owl-noticias-interesar .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	.owl-noticias-interesar .owl-nav .owl-next:hover{
		opacity: .2;
	}
	.owl-noticias-interesar a.box-noticia{
		margin: 0;
	}
	.owl-noticias-interesar a.box-noticia h3{
		font-size: 24px;
	}
	.owl-noticias-interesar a.box-noticia h5{
		font-size: 14px;
	}
	.owl-noticias-interesar a.box-noticia p{
		font-size: 14px;
	}
	.owl-noticias-interesar a.box-noticia figure{
		height: 220px;
	}
	.owl-noticias-interesar a.box-noticia{
		margin: 0 auto 30px auto;
		height: 540px;
	}
}
/* noticias single end */



/* buscador-obras */
.buscador-cartelera{
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.buscador-cartelera .nice-select{
	margin-bottom: 20px;
}
.buscador-cartelera a.btn-custom-white{
	position: relative;
	margin: 0 auto;
	clear: both;
}
.buscador-cartelera .cont-buscar-form{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
.buscador-cartelera .cont-buscar-form input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}
.buscador-cartelera img{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	top: 4px;
	right: 0;
}
.buscador-cartelera input[type='date']{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 992px){
		/* buscador-obras */
	.buscador-cartelera .nice-select{
		margin-bottom: 0;
		width: auto;
		float: left;
		clear: initial;
		margin-right: 20px;
	}
	.buscador-cartelera a.btn-custom-white{
		position: relative;
    margin: 0 0 0 30px;
    clear: initial;
    float: left;
    top: 2px;
	}
	.buscador-cartelera form{
		display: block;
		position: relative;
		width: 100%;
	}
	.buscador-cartelera .cont-buscar-form{
		width: 220px;
		float: left;
		margin-right: 20px;
	}
	.buscador-cartelera input[type='date']{
		width: 220px;
		float: left;
		margin-right: 20px;
	}
	/* buscador-obras end */
}
section.cartelera.cart-home{
	background-image: none;
}
section.cartelera.cart-home a.box-cartelera{
	margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  right: 0;
  margin-top: 0;
}
section.cartelera.cart-home a.btn-custom-black{
	margin-top: 0px;
}
section.cartelera.cart-home 
@media screen and (min-width: 1200px){
	.buscador-cartelera a.btn-custom-white{
		position: relative;
    margin: 0 0 0 50px;
    clear: initial;
    float: left;
    top: 2px;
	}
}

/* single cartelera */
section.single-cartelera-owl{
	margin-top: 174px;
}
.single-cartelera-owl .box-cartelera{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	margin-top: -30px;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos{
	display: block;
	position: relative;
	overflow: visible;
	width: 90%;
	float: left;
	margin-left: 10%;
	background: #F9F9F9;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 0;
  height: 0;
  border-right: 15px solid #D3D1D1;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D3D1D1;
  left: -30px;
  top: 0;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 15px;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	left: 0;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul li a{
	text-decoration: underline;
	color: #000;
}
.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul li img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 12px;
	margin-right: 5px;
	top: -2px;
}
section.single-cartelera-banner{
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
}
section.single-cartelera-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: -40px;
	z-index: 4;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-cartelera-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-cartelera-banner .box-uno{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin-top:20px;
}
section.single-cartelera-banner .box-uno h5{
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	float: left;
	margin: 0;
}
section.single-cartelera-banner .box-uno ul.rrss{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin:-2px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
section.single-cartelera-banner .box-uno ul.rrss li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	height: 15px;
}
section.single-cartelera-banner .box-uno ul.rrss li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
section.single-cartelera-banner .box-uno ul.rrss li a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
section.single-cartelera-banner ul.tags{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
section.single-cartelera-banner ul.tags li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
}
section.single-cartelera-banner ul.tags li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px 5px;
	background: #0099BB;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
section.single-cartelera-banner ul.tags li a:hover{
	background: #000;
}
section.single-cartelera-banner h3{
	font-family: "Playfair Display", serif;
	margin: 0 0 15px 0;
}
section.single-cartelera-banner h4{
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
section.single-cartelera-owl .owl-single-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-top: 34px;
	z-index: 1;
}
section.single-cartelera-owl .owl-single-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 90px;
	z-index: 4;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-cartelera-owl .owl-single-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-cartelera-owl .owl-single-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}
section.single-cartelera-owl .owl-single-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 12px;
	right: 15px;
	top: 180px;
	text-align: center;
}
section.single-cartelera-owl .owl-single-banner .owl-dots .owl-dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	margin: 6px auto;
	padding: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-cartelera-owl .owl-single-banner .owl-dots .owl-dot.active{
	background: #0099BB;
	width: 12px;
	height: 12px;
}
section.programa h2.section-title{
	margin: 30px 0 50px 0;
}
section.programa h3{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
section.programa p{
	margin: 0;
	margin-bottom: 50px;
}
section.programa .box{
	padding-bottom: 50px;
}
section.ubicacion h2.section-title{
	margin: 30px 0 50px 0;
}
section.ubicacion p img{
	width: 12px;
	margin-right: 5px;
	top: -2px;
	position: relative;
}
section.ubicacion iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}
section.ubicacion p.bajada-maps{
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
	overflow: visible;
}
section.ubicacion p.bajada-maps a{
	display: inline-block;
	position: relative;
	width: auto;
	height: 13px;
	margin: 0 5px;
	text-decoration: none;
	padding: 0;
	top: 4px;
	overflow: visible;
}
section.ubicacion p.bajada-maps a img{
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}
section.otros-eventos .owl-otros-eventos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
	margin-top: 30px;
}
section.otros-eventos h2.section-title{
	margin-top: 0px;
}
section.otros-eventos a.box-cartelera{
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: calc(100% - 5px);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	padding: 15px 0;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	margin: 15px auto 30px auto;
	left: auto;
	top: auto;
	float: none;
}
section.otros-eventos a.box-cartelera h3{
	text-align: left;
	font-size: 20px;
	font-family: "Playfair Display", serif;
	color: #000;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 15px;
}
section.otros-eventos a.box-cartelera .box-fecha{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
section.otros-eventos a.box-cartelera .box-fecha h4{
	display: block;
	position: relative;
	overflow: hidden;
	width: 25%;
	font-size: 40px;
	color: #000;
	font-family: "Playfair Display", serif;
	float: left;
	margin-top: 50px;
	text-align: center;
}
section.otros-eventos a.box-cartelera .box-fecha h4 small{
	display: block;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
}
section.otros-eventos a.box-cartelera .box-fecha figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(75% - 15px);
	height: 180px;
	float: left;
	margin: 0;
	padding: 0;
}
section.otros-eventos a.box-cartelera p{
	padding: 0 15px;
	margin: 15px 0;
	color: #000;
}
.owl-otros-eventos .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 0 auto 30px 14%;
}
.owl-otros-eventos .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-otros-eventos .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
@media screen and (min-width: 768px){
  .single-cartelera-owl .box-cartelera{
		width: 40%;
		top: auto;
		bottom: -120px;
		float: none;
		margin-right: auto;
		right: 5%;
		position: absolute;
		z-index: 5;
	}
	.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos{
		width: 90%;
		float: left;
		margin-left: 10%;
	}
	.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul{
		padding: 40px 30px;
	}
	.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul li{
		font-size: 15px;
		line-height: 35px;
		height: 35px;
	}
	.single-cartelera-owl .box-cartelera .box-inner-cartelera-datos ul li img{
		width: 14px;
	}
	section.single-cartelera-banner{
		margin: 0 0 0 0;
		padding: 15px 0;
		position: relative;
	}
	section.single-cartelera-banner a.volver{
		overflow: visible;
	}
	section.single-cartelera-banner a.volver:hover{
		opacity: .4;
	}
	section.single-cartelera-banner a.volver img{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		position: relative;
		left: 0;
	}
	section.single-cartelera-banner a.volver:hover img{
		left: -10px;
	}
	section.single-cartelera-banner .box-uno{
		margin-top: 50px;
	}
	section.single-cartelera-banner .box-uno ul.rrss{
		margin:-2px 0 0 0;
	}
	section.single-cartelera-banner .box-uno ul.rrss li a{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.single-cartelera-banner .box-uno ul.rrss li a:hover{
		opacity: .6;
	}
	section.single-cartelera-banner h3{
		font-family: "Playfair Display", serif;
		margin: 0 0 30px 0;
		font-size: 36px;
	}
	section.single-cartelera-banner h4{
		font-size: 20px;
		padding: 30px 0;
	}
	section.single-cartelera-owl{
		position: relative;
		overflow: visible;
		z-index: 2;
	}
	section.single-cartelera-owl .owl-single-banner{
		width: 100%;
		height: 550px;
		margin-top: 34px;
		overflow: visible;
	}
	section.single-cartelera-owl .owl-single-banner .item{
		overflow: visible;
	}
	section.single-cartelera-owl .owl-single-banner a.volver{
		left: 30px;
		top: 120px;
		overflow: visible;
	}
	section.single-cartelera-owl .owl-single-banner a.volver img{
		width: 6px;
		margin-right: 10px;
		left: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.single-cartelera-owl .owl-single-banner a.volver:hover{
		opacity: .7;
	}
	section.single-cartelera-owl .owl-single-banner a.volver:hover img{
		left: -10px;
	}
	section.single-cartelera-owl .owl-single-banner figure{
		width: 100%;
		height: 550px;
	}
	section.single-cartelera-owl .owl-single-banner .owl-dots{
		width: 14px;
		right: 30px;
		top: 300px;
	}
	section.single-cartelera-owl .owl-single-banner .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
	}
	section.single-cartelera-owl .owl-single-banner .owl-dots .owl-dot.active{
		width: 14px;
		height: 14px;
	}
	section.programa h3{
		text-align: center;
	}
	section.ubicacion p{
		text-align: center;
	}
	section.ubicacion p img{
		width: 12px;
		margin-right: 5px;
		top: -2px;
		position: relative;
	}
	section.ubicacion iframe{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 300px;
		margin: 0 auto;
		padding: 0;
	}
	section.ubicacion p.bajada-maps{
		padding: 0 0 30px 0;
		border-bottom: 1px solid #ddd;
	}
	section.ubicacion p.bajada-maps a{
		height: 16px;
		margin: 0 5px;
	}
	section.otros-eventos .owl-otros-eventos{
		display: block;
		position: relative;
		overflow: visible;
		width: 100%;
		height: auto;
		padding-bottom: 0px;
	}
	section.otros-eventos .owl-otros-eventos .owl-nav{
		display: block;
		position: absolute;
		overflow: visible;
		width: 100%;
		height: 0;
		left: 0;
		top: 35%;
	}
	section.otros-eventos .owl-otros-eventos .owl-nav .owl-prev{
		display: block;
		position: absolute;
		overflow: hidden;
		left: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-prev-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	section.otros-eventos .owl-otros-eventos .owl-nav .owl-next{
		display: block;
		position: absolute;
		overflow: hidden;
		right: -20px;
		top: 0;
		width: 20px;
		height: 36px;
		background: url(../images/arrow-next-black.svg);
		background-position: center center;
		background-size: 100%;
		background-repeat: no-repeat;
		text-indent: -9000px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: .5;
	}
	section.otros-eventos .owl-otros-eventos .owl-nav .owl-prev:hover{
		opacity: .2;
	}
	section.otros-eventos .owl-otros-eventos .owl-nav .owl-next:hover{
		opacity: .2;
	}
	section.otros-eventos .owl-otros-eventos .owl-dots{
		display: block;
		position: relative;
		overflow: hidden;
		width: 40%;
		text-align: center;
		height: 30px;
		margin: 30px auto 0 auto;
	}
	section.otros-eventos .owl-otros-eventos .owl-dots .owl-dot{
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #f1f1f1;
		margin: 0 8px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		top: 0;
	}
	section.otros-eventos .owl-otros-eventos .owl-dots .owl-dot.active{
		background: rgba(0, 153, 187, 1);
		width: 12px;
		height: 12px;
		top: 2px;
	}
	section.otros-eventos h2.section-title{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	section.otros-eventos a.btn-custom-black{
		width: 320px;
	}
	section.otros-eventos a.box-cartelera{
		display: block;
		position: relative;
		overflow: hidden;
		background: #fff;
		width: calc(100% - 30px);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		padding: 15px 0;
		text-decoration: none;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		margin: 15px auto;
		float: none;
		top: 0;
		left: 0;
	}
	section.otros-eventos a.box-cartelera:hover{
		background: #EAF4F8;
	}
	section.otros-eventos a.box-cartelera h3{
		text-align: left;
		font-size: 20px;
		font-family: "Playfair Display", serif;
		color: #000;
		display: block;
		position: relative;
		overflow: hidden;
		width: 50%;
		margin: 0 0 15px 0;
		padding: 0 15px 0 0;
	}
	section.otros-eventos a.box-cartelera .box-fecha{
		display: block;
		position: relative;
		overflow: hidden;
		width: 50%;
	}
	section.otros-eventos a.box-cartelera .box-fecha h4{
		display: block;
		position: relative;
		overflow: hidden;
		width: 25%;
		font-size: 40px;
		color: #000;
		font-family: "Playfair Display", serif;
		float: left;
		margin-top: 50px;
		text-align: center;
	}
	section.otros-eventos a.box-cartelera .box-fecha h4 small{
		display: block;
		font-size: 12px;
		font-family: "Roboto", sans-serif;
		font-weight: 200;
	}
	section.otros-eventos a.box-cartelera .box-fecha figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: calc(75% - 15px);
		height: 180px;
		float: left;
		margin: 0;
		padding: 0;
	}
	section.otros-eventos a.box-cartelera p{
		padding: 0 15px 0 0;
		margin: 0;
		color: #000;
		width: 50%;
	}
	section.otros-eventos a.box-cartelera  span.btn-custom-white{
		display: none;
	}
}
/* single cartelera end */

/* galiera */
.gallery{
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery a img.foto{
	float: left;
	width:100%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}
.gallery a img.lupa{
	display: block;	
	position: absolute;
	overflow: hidden;
	width: 15px;
	top: 25px;
	right: 25px;
	z-index: 1;
}
.gallery a{
	display: block;
	position: relative;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	float: left;
	height: 150px;
	margin-bottom: 30px;
}
.gallery a:nth-child(5n+1){
	width: calc(60% - 30px);
	margin-right: 30px;
}
.gallery a:nth-child(5n+2){
	width: 40%;
}
.gallery a:nth-child(5n+3){
	width: 100%;
}
.gallery a:nth-child(5n+4){
	width: calc(40% - 30px);
	margin-right: 30px;
}
.gallery a:nth-child(5n+5){
	width: 60%;
}
.clear {
	clear: both;
}
.sl-wrapper .sl-image img{
	border: 10px solid #fff;
}
.sl-wrapper .sl-close{
	color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next{
	color: #fff;
}
.sl-wrapper .sl-navigation button.sl-prev{
	color: #fff;	
}
.sl-wrapper .sl-counter{
	color: #fff;
}
.sl-wrapper{
	background: #000;
}
@media screen and (min-width: 768px){
	.gallery a{
		height: 350px;
	}
}
/* galeria end */


section.conocenos-txt{
	margin-top: 15px;
}
section.conocenos-txt figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
section.conocenos-txt h2.section-title{
	margin-bottom: 50px;
}
section.convocatorias h2.section-title{
	margin-bottom: 50px;
}
.box-convocatorias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.box-convocatorias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
.box-convocatorias ul.tags{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
.box-convocatorias ul.tags li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
}
.box-convocatorias ul.tags li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px 5px;
	background: #0099BB;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
.box-convocatorias ul.tags li a:hover{
	background: #000;
}
.box-convocatorias h4{
	margin: 0 0 15px 0;
	font-size: 12px;
	font-style: italic;
}
.box-convocatorias h3{
	font-size: 20px;
	font-weight: 400;
}
.box-convocatorias .btn-custom-white{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 15px 0 30px 0;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border: 1px solid #000;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.box-convocatorias .btn-custom-white:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.box-convocatorias .btn-custom-white:hover:after{
	opacity: 0;
}
.box-convocatorias .btn-custom-white:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #fff;
	top: -1px;
	right: 10px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.big-banner-img{
	margin: 0;
	position: relative;
}
section.big-banner-img figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
section.big-banner-img h3{
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	font-style: italic;
	color: #fff;
	font-size: 26px;
	padding: 0 40px;
	z-index: 2;
	text-align: center;
}
section.big-banner-img h3 small{
	display: block;
	font-size: 20px;
	margin-top: 15px;
}
.btn-custom-black.parrafo{
	margin: 0;
	float: left;
	width: 180px;
	margin-right: 15px;
	font-size: 12px;
	padding: 14px 0;
}
.btn-custom-white.parrafo{
	margin: 0;
	float: left;
	width: 150px;
}
@media screen and (min-width: 768px){
	section.conocenos-txt{
		margin-top: 100px;
	}
	section.conocenos-txt figure{
		height: 400px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	section.conocenos-txt h2.section-title{
		margin-bottom: 50px;
	}
	section.convocatorias h2.section-title{
		margin-bottom: 50px;
	}
	.box-convocatorias{
		width: 100%;
		margin: 0 0 60px 0;
	}
	.box-convocatorias figure{
		width: 35%;
		height: 350px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.box-convocatorias ul.tags{
		width: 65%;
		margin: 0 0 15px 0;
		float: right;
		padding-left: 30px;
	}
	.box-convocatorias ul.tags li a{
		padding: 10px;
	}
	.box-convocatorias h4{
		width: 65%;
		float: right;
		padding-left: 30px;
		font-size: 14px;
		display: block;
	}
	.box-convocatorias h3{
		font-size: 26px;
		width: 65%;
		float: right;
		padding-left: 30px;
		display: block;
	}
	.box-convocatorias p{
		width: 65%;
		float: right;
		padding: 0 30px;
		display: block;
	}
	.box-convocatorias .btn-custom-white{
		margin: 15px auto 0 calc(35% + 30px);
		font-size: 12px;
		float: left;
		right: auto;
	}

	.box-convocatorias:nth-child(even) figure{
		left: auto;
		right: 0;
	}
	.box-convocatorias:nth-child(even) ul.tags{
		float: left;
		padding-left: 0;
	}
	.box-convocatorias:nth-child(even) h4{
		float: left;
		padding-left: 0;
	}
	.box-convocatorias:nth-child(even) h3{
		float: left;
		padding-left: 0;
	}
	.box-convocatorias:nth-child(even) p{
		float: left;
		padding: 0 30px 0 0;
	}
	.box-convocatorias:nth-child(even) .btn-custom-white{
		margin: 15px auto 0 0;
		font-size: 12px;
		float: left;
		clear: both;
	}
	section.big-banner-img h3{
		top: 150px;
		padding: 0;
		font-size: 46px;
		width: 80%;
		left: 10%;
	}
	section.big-banner-img h3 small{
		font-size: 24px;
	}
	.btn-custom-black.parrafo{
		margin: 0;
		float: left;
		width: 200px;
		margin-right: 15px;
		font-size: 12px;
		padding: 14px 0;
	}
	.btn-custom-white.parrafo{
		margin: 15px 0 0 0;
		float: left;
		width: 200px;
		position: relative;
    bottom: auto;
    left: auto;
    right: auto;
	}
}


section.publicaciones-index a.box-publicaciones{
	width: 100%;
	transition: all aease .4s;
	-webkit-transition: all aease .4s;
	-moz-transition: all aease .4s;
}
@media screen and (min-width: 768px){
	section.publicaciones-index a.box-publicaciones{
		width: 33.3333%;
		float: left;
		height: 650px;
	}
}

/* publicaciones book */
section.book-publicaciones{
	margin-top: 280px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 50px;
}
section.book-publicaciones h2.section-title{
	margin-bottom: 50px;
}
.img-book-p{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
section.book-publicaciones a.volver{
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 4;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	float: left;
}
section.book-publicaciones a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.book-publicaciones a.btn-custom-white{
	width: 180px;
	margin: 0 auto 50px auto;
	position: relative;
	right: auto;
}
section.book-publicaciones a.btn-custom-white img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 14px;
	margin-right: 5px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.book-publicaciones a.btn-custom-white:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
}
section.publicaciones.single .owl-publicaciones{
	margin-top: 50px;
}
@media screen and (min-width: 768px){
	section.book-publicaciones a.btn-custom-white{
		margin: 0 auto 20px auto;
	}
	section.book-publicaciones a.volver{
		overflow: visible;
	}
	section.book-publicaciones a.volver:hover{
		opacity: .4;
	}
	section.book-publicaciones a.volver img{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		position: relative;
		left: 0;
	}
	section.book-publicaciones a.volver:hover img{
		left: -10px;
	}
}
/* publicaciones book */

section.single-banner .owl-single-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 90px;
	z-index: 4;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-banner .owl-single-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}

/* laboratorio */
section.single-banner .owl-single-banner a.volver{
	left: 30px;
	top: 120px;
	overflow: visible;
}
section.single-banner .owl-single-banner a.volver img{
	width: 6px;
	margin-right: 10px;
	left: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-banner .owl-single-banner a.volver:hover{
	opacity: .7;
}
section.single-banner .owl-single-banner a.volver:hover img{
	left: -10px;
}
section.laboratorio-single .box-convocatorias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
section.laboratorio-single .box-convocatorias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}
section.laboratorio-single .box-convocatorias ul.tags{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
section.laboratorio-single .box-convocatorias ul.tags li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
}
section.laboratorio-single .box-convocatorias ul.tags li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px 5px;
	background: #0099BB;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
section.laboratorio-single .box-convocatorias ul.tags li a:hover{
	background: #000;
}
section.laboratorio-single .box-convocatorias h4{
	margin: 0 0 15px 0;
	font-size: 12px;
	font-style: italic;
}
section.laboratorio-single .box-convocatorias h3{
	font-size: 30px;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	text-align: center;
	margin: 30px 0;
}
section.laboratorio-single .box-convocatorias .btn-custom-white{
	display: block;
	position: relative;
	overflow: visible;
	width: 120px;
	height: 45px;
	margin: 15px auto 30px auto;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border: 1px solid #000;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.laboratorio-single .box-convocatorias .btn-custom-white:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
section.laboratorio-single .box-convocatorias .btn-custom-white:hover:after{
	opacity: 0;
}
section.laboratorio-single .box-convocatorias .btn-custom-white:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 1px;
	background: #fff;
	top: -1px;
	right: 10px;
	z-index: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.laboratorio-single-txt h2.section-title{
	margin-bottom: 30px;
}
section.convocatorias.single a.btn-custom-white{
	width: 180px;
}
section.convocatorias.single a.btn-custom-white img{
	width: 15px;
	margin-right: 5px;
}
.btn-custom-black.entrevistas{
	width: 240px;
}
section.obras-interesar.montajes .owl-obras-interesar{
	width: 150%;
}
section.obras-interesar.montajes .owl-obras-interesar .owl-dots{
	margin: 15px auto 15px 13%;
}	
section.obras-interesar.montajes .owl-obras-interesar h3{
	text-align: center;
}
.owl-equipo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
	margin: 50px 0;
}
.owl-equipo .box-equipo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 20px 5%;
	padding: 15px;
	opacity: .8;
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-equipo .box-equipo:hover{
	opacity: 1;
}
.owl-equipo .box-equipo a{
	text-decoration: none;
}
.owl-equipo .box-equipo figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	padding: 0;
}
.owl-equipo .box-equipo h3{
	text-align: center;
	font-size: 20px;
	color: #444444;
}
.owl-equipo .box-equipo h3 small{
	display: block;
	font-size: 10px;
}
.owl-equipo .box-equipo p{
	text-align: center;
	color: #444444;
}
.owl-equipo .box-equipo a.email{
	color: #444;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
}
.owl-equipo .box-equipo a.email img{
	width: 14px;
	margin-right: 5px;
	display: inline-block;
}
.owl-equipo .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	text-align: center;
	height: 30px;
	margin: 15px 0 15px 13%;
}
.owl-equipo .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f1f1f1;
	margin: 0 8px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	top: 0;
}
.owl-equipo .owl-dots .owl-dot.active{
	background: rgba(0, 153, 187, 1);
	width: 12px;
	height: 12px;
	top: 2px;
}
@media screen and (min-width: 768px){
	section.laboratorio-single .box-convocatorias{
		width: 100%;
		margin: 50px 0 50px 0;
	}
	section.laboratorio-single .box-convocatorias figure{
		width: 35%;
		height: 350px;
		position: absolute;
		left: 0;
		top: 0;
	}
	section.laboratorio-single .box-convocatorias ul.tags{
		width: 65%;
		margin: 0 0 15px 0;
		float: right;
		padding-left: 30px;
	}
	section.laboratorio-single .box-convocatorias ul.tags li a{
		padding: 10px;
	}
	section.laboratorio-single .box-convocatorias h4{
		width: 65%;
		float: right;
		padding-left: 30px;
		font-size: 14px;
		display: block;
	}
	section.laboratorio-single .box-convocatorias h3{
		font-size: 40px;
		width: 65%;
		float: right;
		text-align: left;
		padding-left: 30px;
		display: block;
	}
	section.laboratorio-single .box-convocatorias p{
		width: 65%;
		float: right;
		padding: 0 30px;
		display: block;
	}
	section.laboratorio-single .box-convocatorias .btn-custom-white{
		margin: 15px auto 0 calc(35% + 30px);
		font-size: 12px;
		float: left;
		right: auto;
	}

	section.laboratorio-single .box-convocatorias:nth-child(even) figure{
		left: auto;
		right: 0;
	}
	section.laboratorio-single .box-convocatorias:nth-child(even) ul.tags{
		float: left;
		padding-left: 0;
	}
	section.laboratorio-single .box-convocatorias:nth-child(even) h4{
		float: left;
		padding-left: 0;
	}
	section.laboratorio-single .box-convocatorias:nth-child(even) h3{
		float: left;
		padding-left: 0;
	}
	section.laboratorio-single .box-convocatorias:nth-child(even) p{
		float: left;
		padding: 0 30px 0 0;
	}
	section.laboratorio-single .box-convocatorias:nth-child(even) .btn-custom-white{
		margin: 15px auto 0 0;
		font-size: 12px;
		float: left;
		clear: both;
	}
	section.obras-interesar.montajes .owl-obras-interesar{
		width: 100%;
	}
	section.obras-interesar.montajes .owl-obras-interesar .owl-dots{
		margin: 15px auto;
	}	
	.owl-equipo{
		width: 100%;
		margin: 50px 0;
		text-align: center;
	}
	.owl-equipo .item{
		display: inline-block;
		width: 33%;
	}
	.owl-equipo .box-equipo{
		display: block;
		position: relative;
		overflow: hidden;
		width: 90%;
		margin: 20px 5%;
		padding: 15px;
		opacity: .8;
		-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		min-height: 450px;
	}
	.owl-equipo .box-equipo:hover{
		opacity: 1;
	}
	.owl-equipo .box-equipo a{
		text-decoration: none;
	}
	.owl-equipo .box-equipo figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 200px;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.owl-equipo .box-equipo h3{
		text-align: center;
		font-size: 20px;
		color: #444444;
	}
	.owl-equipo .box-equipo h3 small{
		display: block;
		font-size: 10px;
	}
	.owl-equipo .box-equipo p{
		text-align: center;
		color: #444444;
	}
	.owl-equipo .box-equipo a.email{
		color: #444;
		font-size: 12px;
		text-align: center;
		width: 100%;
		display: block;
	}
	.owl-equipo .box-equipo a.email img{
		width: 14px;
		margin-right: 5px;
		display: inline-block;
	}
	.owl-equipo .owl-dots{
		display: block;
		position: relative;
		overflow: hidden;
		width: 40%;
		text-align: center;
		height: 30px;
		margin: 15px 0 15px 13%;
	}
	.owl-equipo .owl-dots .owl-dot{
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #f1f1f1;
		margin: 0 8px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		top: 0;
	}
	.owl-equipo .owl-dots .owl-dot.active{
		background: rgba(0, 153, 187, 1);
		width: 12px;
		height: 12px;
		top: 2px;
	}
}
/* laboratorio end */

/*modal equipo*/
.modal-equipo{
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	background: rgba( 0, 0, 0, .9 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
}
.modal-equipo .box-modal-equipo{
	display: block;
	position: absolute;
	overflow-y: scroll;
	width: 90%;
	height: 500px;
	left: 5%;
	top: 50%;
	margin-top: -250px;
	background: #fff;
	padding: 10px;
}
.modal-equipo .box-modal-equipo .ficha{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.modal-equipo .box-modal-equipo .bio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.modal-equipo .box-modal-equipo figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 30px 0 15px 0;
	padding: 0;
}
.modal-equipo .box-modal-equipo h3{
	text-align: center;
	font-size: 20px;
	color: #444444;
}
.modal-equipo .box-modal-equipo h3 small{
	display: block;
	font-size: 10px;
}
.modal-equipo .box-modal-equipo p{
	text-align: left;
	color: #444444;
}
.modal-equipo .box-modal-equipo a.email{
	color: #444;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
}
.modal-equipo .box-modal-equipo a.email img{
	width: 14px;
	margin-right: 5px;
	display: inline-block;
}
.modal-equipo .box-modal-equipo ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}
.modal-equipo .box-modal-equipo ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	font-size: 12px;
	padding-left: 30px;
}
.modal-equipo .box-modal-equipo ul li:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #B3B2B2;
	left: 10px;
	top: 4px;
}
.modal-equipo .box-modal-equipo a.cerrar-modal-equipo{
	display: block;
	position: absolute;
	overflow: hidden;
	top: 6px;
	right: 15px;
	width: 15px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 2;
	opacity: 1;
}
.modal-equipo .box-modal-equipo a.cerrar-modal-equipo img{
	width: 15px;
  height: 15px;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
.modal-equipo .box-modal-equipo a.cerrar-modal-equipo:hover{
	opacity: .5;
}
@media screen and (min-width: 768px){
	.modal-equipo .box-modal-equipo{
		display: block;
		position: absolute;
		overflow-y: scroll;
		width: 70%;
		height: 500px;
		left: 15%;
		padding: 20px 50px;
	}
	.modal-equipo .box-modal-equipo .ficha{
		width: 40%;
		float: left;
	}
	.modal-equipo .box-modal-equipo .bio{
		width: 58%;
		float: left;
		padding-left: 30px;
		padding-top: 30px;
	}

	.modal-equipo .box-modal-equipo figure{
		width: 100%;
		height: 250px;
		margin:25px 0 15px 0;
	}
	.modal-equipo .box-modal-equipo ul{
		width: 60%;
		margin: 0;
		padding: 0 30px;
	}
	.modal-equipo .box-modal-equipo ul li{
		font-size: 13px;
	}
	.modal-equipo .box-modal-equipo ul li:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #B3B2B2;
		left: 10px;
		top: 4px;
	}
}
/*modal equipo end*/


section.static-banner{
	position: relative;
	margin-top: 174px;
	background: #000;
}

section.static-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	z-index: 1;
	opacity: .8;
}
section.static-banner h2{
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 32px;
	position: absolute;
	height: 50px;
	line-height: 50px;
	top: 50%;
	margin-top: calc(-25px + 40px);
	z-index: 2;
	text-align: center;
	display: block;
	overflow: visible;
	width: 100%;
}
@media screen and (min-width: 768px){
	section.static-banner figure{
		height: 500px;
	}
	section.static-banner h2{
		font-size: 50px;
	}
}
/* contacto */
section.contacto form{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin: 30px auto;
}

section.contacto input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background: #FCFCFC;
}
section.contacto textarea{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 150px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background: #FCFCFC;
}
section.contacto .nice-select{
	margin: 0 0 30px 0;
	background: #FCFCFC;
	border: solid 1px #ddd;
}
section.contacto p a{
	color: #212529;
	text-decoration: underline;
	display: block;
	margin-top: 15px;
}
section.contacto .box-parte-portafolio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin: 0 0 50px 0;
}
section.contacto .box-parte-portafolio figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
section.contacto .box-parte-portafolio .box-txt{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 2;
}
section.contacto .box-parte-portafolio .box-txt h2{
	color: #fff;
	text-align: center;
	font-family: "Playfair Display", serif;
}
section.contacto .box-parte-portafolio .box-txt h2 small{
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: 18px;
}
section.contacto .exito{
	display: none;
	position: relativee;
	overflow: hidden;
	opacity: 1;
	width: 100%;
	margin: 200px auto 30px auto; 
}
section.contacto .exito p{
	text-align: center;
}
section.contacto .exito p strong{
	display: block;
	margin-bottom: 20px;
}
section.contacto .exito img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	margin: 0 auto 15px auto;
}
section.contacto .error{
	display: none;
	position: relativee;
	overflow: hidden;
	opacity: 1;
	width: 100%;
	margin: 200px auto 30px auto; 
}
section.contacto .error p{
	text-align: center;
}
section.contacto .error p strong{
	display: block;
	margin-bottom: 20px;
}
section.contacto .error img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	margin: 0 auto 15px auto;
}
section.contacto .loading{
	display: none;
	position: relativee;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	margin: 200px auto 0 auto;
}
section.contacto .loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	section.contacto form{
		margin: 50px auto;
	}

	section.contacto input{
		width: calc(50% - 15px);
		float: left;
		margin-right: 15px;
	}
	section.contacto textarea{
		width: calc(100% - 15px);
		float: left;
	}
	section.contacto .nice-select{
		width: calc(100% - 15px);
		float: left;
	}
	section.contacto p{
		display: block;
		width: 100%;
		float: left;
	}
	section.contacto .box-parte-portafolio{
		height: 550px;
		margin: 50px 0;
	}
	section.contacto .box-parte-portafolio figure{
		height: 550px;
	}
	section.contacto .box-parte-portafolio .box-txt{
		top: 30px;
	}
}
/* contacto end */

/* top banners */
@media screen and (min-width: 412px){
	header{
		top: 132px;
	}
	section.big-banner{
		margin-top: 132px;
	}
	section.single-banner{
		margin-top: 132px;
	}
	section.static-banner{
		margin-top: 132px;
	}
	section.single-txt-banner{
		margin-top: 222px;
	}
	section.single-artista{
		margin-top: 212px;
	}
	section.single-cartelera-owl{
		margin-top: 212px;
	}
	section.book-publicaciones{
		margin-top: 232px;
	}
	section.single-obras{
		margin-top: 212px;
	}
}
@media screen and (min-width: 758px){
	header{
		top: 87px;
	}
	section.big-banner{
		margin-top: 87px;
	}
	section.single-banner{
		margin-top: 87px;
	}
	section.static-banner{
		margin-top:87px;
	}
	section.single-txt-banner{
		margin-top: 187px;
	}
	section.single-artista{
		margin-top: 203px;
	}
	section.single-cartelera-owl{
		margin-top: 203px;
	}
	section.book-publicaciones{
		margin-top: 213px;
	}
	section.single-obras{
		margin-top: 203px;
	}
}
@media screen and (min-width: 768px){
	header{
		top: 123px;
	}
	section.big-banner{
		margin-top: 132px;
	}
	section.single-banner{
		margin-top: 132px;
	}
	section.static-banner{
		margin-top: 132px;
	}
	section.single-txt-banner{
		margin-top: 222px;
	}
	section.single-artista{
		margin-top: 113px;
	}
	section.single-cartelera-owl{
		margin-top: 123px;
	}
	section.book-publicaciones{
		margin-top: 232px;
	}
	section.single-obras{
		margin-top: 113px;
	}
}
@media screen and (min-width:920px){
	header{
		top: 34px;
	}
	section.big-banner{
		margin-top: 34px;
	}
	section.single-banner{
		margin-top: 34px;
	}
	section.static-banner{
		margin-top: 34px;
	}
	section.single-txt-banner{
		margin-top: 130px;
	}
	section.single-artista{
		margin-top: 34px;
	}
	section.single-cartelera-owl{
		margin-top: 34px;
	}
	section.book-publicaciones{
		margin-top: 140px;
	}
	section.single-obras{
		margin-top: 34px;
	}
}

/* top banners */


/* portadilla laboratorio */
section.single-portadilla-publicaciones h4{
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
section.portadillas-list a.box-noticia{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 5px auto 15px auto;
	height:  auto;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: #fff;
}
section.portadillas-list a.box-noticia figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}
section.portadillas-list a.box-noticia h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
	position: relative;
}
section.portadillas-list a.box-noticia h3:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	background: #000;
	height: 1px;
	left: 0;
	bottom: -10px;
}
section.portadillas-list a.box-noticia h5{
	font-size: 11px;
	font-weight: 200;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
}
section.portadillas-list a.box-noticia p{
	color: #000;
}
section.portadillas-list a.box-noticia:hover{
	background: rgba(0, 153, 187, .1);
}
section.portadillas-list a.box-noticia:hover span.btn-custom-leer img{
	margin-left: 10px;
}
@media screen and (min-width: 768px){
	section.single-portadilla-publicaciones h4{
		font-size: 20px;
		padding: 30px 0;
	}
	section.portadillas-list a.box-noticia h3:before{
		left: calc(30% + 15px);
		bottom: -10px;
	}
	section.portadillas-list a.box-noticia{
		width: 100%;
		margin: 30px auto 30px auto;
		height: auto;
	}
	section.portadillas-list a.box-noticia figure{
		width: 30%;
		height: 250px;
		float: left; 
		margin: 0 15px 0 0;
	}
	section.portadillas-list a.box-noticia h5{
		font-size: 14px;
	}
	section.portadillas-list a.box-noticia p{
		color: #000;
	}
}
/* portadilla laboratorio end */

section.big-banner-img a.tres60{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	padding: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
section.big-banner-img a.tres60:hover{
	background: #fff;
	color: #000;
}


/* contacto portafolio */
section.contacto.portafolio .progressbar{
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(100% - 30px);
	height: 6px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #D8D8D8;
	margin: 30px auto 0 auto;
}
section.contacto.portafolio .progressbar span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 14.28%;
	height: 6px;
	background: #0099BB;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	float: left;
}

section.contacto.portafolio h4{
	text-align: left;
	font-size: 18px;
	margin: 30px 0;
	padding-left: 15px;
}
section.contacto.portafolio form{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 720px;
	margin: 0px auto;
}
section.contacto.portafolio form div{
	display: block;
  position: relative;
  overflow: hidden;
  float: left;
}

section.contacto.portafolio input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background: #FCFCFC;
}
section.contacto.portafolio textarea{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 150px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background: #FCFCFC;
}
section.contacto.portafolio .nice-select{
	margin: 0 0 30px 0;
	background: #FCFCFC;
	border: solid 1px #ddd;
}
section.contacto.portafolio p a{
	color: #212529;
	text-decoration: underline;
	display: block;
	margin-top: 15px;
}
section.contacto.portafolio .box-parte-portafolio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin: 0 0 50px 0;
}
section.contacto.portafolio .exito{
	display: none;
	position: relativee;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	margin: 200px auto 30px auto; 
}
section.contacto.portafolio .exito p{
	text-align: center;
}
section.contacto.portafolio .exito p strong{
	display: block;
	margin-bottom: 20px;
}
section.contacto.portafolio .exito img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	margin: 0 auto 15px auto;
}
section.contacto.portafolio .error{
	display: none;
	position: relativee;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	margin: 200px auto 30px auto; 
}
section.contacto.portafolio .error p{
	text-align: center;
}
section.contacto.portafolio .error p strong{
	display: block;
	margin-bottom: 20px;
}
section.contacto.portafolio .error img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	margin: 0 auto 15px auto;
}
section.contacto.portafolio .loading{
	display: none;
	position: relativee;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	margin: 200px auto 0 auto;
}
section.contacto.portafolio .loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	margin: 0 auto;
}
section.contacto.portafolio p{
	position: relative;
	display: flex;
}
section.contacto.portafolio .legal p:first-child{
	margin-bottom: 15px;
}
section.contacto.portafolio .legal p{
	padding: 0 20px;
	margin-bottom: 50px;
}
section.contacto.portafolio input[type="radio"]{
	width: 10px;
	height: 10px;
	margin: 0;
	top: 5px;
	display: inline-block;
}
section.contacto.portafolio input[type="radio"]:checked{
	background: red;
}
section.contacto.portafolio label{
	display: inline-block;
	margin: 0 10px;
}
section.contacto.portafolio a.guardar{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 30px 0;
	color: #000;
	text-decoration: underline;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.contacto.portafolio a.guardar:hover{
	opacity: .4;
}
section.contacto.portafolio a.agregar{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 30px 0;
	color: #000;
	text-decoration: underline;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.contacto.portafolio a.agregar:hover{
	opacity: .4;
}
section.contacto.portafolio a.continuar{
	float: right;
	margin: 30px 0;
	width: 120px;
}
section.contacto.portafolio .paso-1{
	display: block;
	opacity: 1;
}
section.contacto.portafolio .paso-2, section.contacto.portafolio .paso-3, section.contacto.portafolio .paso-4, section.contacto.portafolio .paso-5, section.contacto.portafolio .paso-6, section.contacto.portafolio .paso-7{
	display: none;
	opacity: 0;
}
section.contacto.portafolio .paso-2 a.guardar, section.contacto.portafolio .paso-3 a.guardar, section.contacto.portafolio .paso-4 a.guardar, section.contacto.portafolio .paso-5 a.guardar, section.contacto.portafolio .paso-6 a.guardar, section.contacto.portafolio .paso-7 a.guardar{
	position: absolute;
	left: 50%;
	margin-left: -25px;	
}
section.contacto.portafolio .btn-custom-white{
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	top: 0;
}
section.contacto.portafolio p.firma{
	text-align: center;
	display: block;
	width: 100%;
}
section.contacto.portafolio input.firma{
	border-bottom: 1px solid #000000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 0 auto 15px auto;
	width: 60%;
	float: none;
	background: transparent;
}
.btn-custom-black-pasos{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	width: auto;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #000;
	width: 200px;
	font-style: italic;
	text-align: center;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-black-pasos:hover{
	background: #0099BB;
	color: #fff;
	text-decoration: none;
}
section.contacto.portafolio .exito{
	display: none;
	position: relative;
	overflow: hidden;
	opacity: 0;
	width: 300px;
	margin: 200px auto 30px auto; 
}
section.contacto.portafolio div{
	overflow: visible!important;
}
section.contacto.portafolio .exito p{
	text-align: center;
	display: block;
}
section.contacto.portafolio .exito p strong{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
section.contacto.portafolio .exito img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	margin: 0 auto 15px auto;
}
section.contacto.portafolio .loading{
	display: none;
	position: relativee;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	margin: 200px auto;
}
section.contacto.portafolio .loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	section.contacto.portafolio .btn-custom-white{
		float: left;
		margin: 20px 0 0 30px;
		position: relative;
		top: 0;
	}
	section.contacto.portafolio input{
		width: 100%;
	}
	section.contacto.portafolio textarea{
		width: 100%;
	}
	section.contacto.portafolio .nice-select{
		width: 100%;
	}
}
/* contacto portafolio end */

.error-form {
	border:1px solid red !important;
}
.hide_entrevista {
	display: none;
}

/* resultado busqueda */

section.resultado-busqueda h3{
	font-size: 24px;
	margin: 30px 0;
}
section.resultado-busqueda a{
	font-size: 20px;
	text-decoration: underline;
	color: #000;
	text-transform: uppercase;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.resultado-busqueda a:hover{
	opacity: .5;
}
section.resultado-busqueda p{
	margin: 0 0 30px 0;
}
@media screen and (min-width: 768px){
	section.resultado-busqueda h3{
		font-size: 24px;
		margin: 50px 0;
	}
	section.resultado-busqueda a{
		font-size: 24px;
	}
	section.resultado-busqueda a:hover{
		opacity: .5;
	}
	section.resultado-busqueda p{
		margin: 0 0 30px 0;
	}
}

/* resultado busqueda end */

 #signature-pad {
    border: 1px solid #000;
    width: 100%;
    height: 200px;
}
.eliminar_nodo {
  color: red;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: right;
}
.owl-noticias-interesar .owl-stage {
	margin:0 auto;
}
owl-publicaciones .owl-stage {
	margin: 0 auto;
}
.owl-publicaciones .owl-stage .owl-item{
	display: inline flow-root list-item !!important;
	float: left !important;
}

.landing .rrss {
	float: left !important;
}
section.landing {
	margin-top: 0;
}
.btn-custom-white-landing{
	display: inline-block;
	position: relative !important;
	overflow: visible;
	width: 120px;
	height: 45px;
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	border: 1px solid #000;
	line-height: 43px;
	text-decoration: none;
	z-index: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-custom-white-landing::after {
  content: " ";
  display: block;
  position: absolute;
  overflow:hidden;
  width: 30px;
  height: 1px;
  background:#fff;
  top: -1px;
  right: 10px;
  z-index: 1;
  transition:all ease .4s;
  -webkit-transition:all ease .4s;
  -moz-transition: all ease .4s;
}
.btn-custom-white-landing:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.btn-custom-white-landing.black {
	background: #000;
	color: #fff;
}
.btn-custom-white-landing.black:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.landing h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: "Playfair Display", serif;
}
.contacto-landing .container-fluid {
	height: 400px;
	align-content: center;
	cursor: pointer;
}
.contacto-landing .container-fluid h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.contacto-landing .container-fluid h2 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	font-size: 35px;
}
.contacto-landing .container-fluid big {
	font-size: 80px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 60px;
}
.align-right {
	text-align: right;
}

.calendario::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-top:40px solid transparent;
  border-right:40px solid #d4d4d4;
}

.calendario {
	background: #f9f9f9;
	color: #000;
	padding: 10px;
	margin-top: -80px !important;
	position: relative;
}
.calendario img {
	width: 30px;
	height: auto;
}
.calendario .col-md-6 {
	padding: 10px 10px;
}
.laruta {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 10px !important;
}

.laruta img {
  position: relative;
  display: inline-block;
}

.laruta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: 80px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  pointer-events: none; /* para no bloquear clics */
}


.laruta .title_ruta {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	display: block;
	z-index: 10;
}
.landing p {
	padding-left:10px;
    margin-bottom: 0 !important;
    padding-bottom:1rem !important;
}

.landing p::before {
  content: " ";
  display: block;
  position: absolute;
  overflow:hidden;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0;
  background:#0099BB;
  margin-right:10px;
}

.nice-select {
  z-index: 999 !important;
}

.nice-select .list {
  z-index: 9999 !important;
}

.nonice {
  color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius:0px;
  border:solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline:none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
  user-select: none;
  white-space:nowrap;
  width: 100%;
  margin-bottom: 30px;
  background:#FCFCFC;
}
.sbi_load_btn {
	display:none !important;
}

/* Cards de noticias del home */

/* Igualar altura de los cards de noticias */
.noticias .owl-noticias .owl-stage {
  display: flex;
}

.noticias .owl-noticias .owl-item {
  display: flex;
  height: auto;
}

.noticias .box-noticia {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* El texto rellena el espacio disponible */
.noticias .box-noticia p {
  flex-grow: 1;
}

/* Pie del card (botón) siempre abajo */
.noticias .box-noticia-footer {
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
}

.noticias .btn-noticia {
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  /* si quieres diferenciarlo un poquito, lo puedes hacer aquí */
}

/* Cards de noticias del home */

/* Ajuste del botón "Ver más" dentro de los cards de noticias del home */
section.noticias .btn-noticia {
  display: inline-block;
  width: auto;                 /* que NO ocupe todo el ancho */
  margin: 15px auto 0 auto;    /* espacio pequeño arriba y centrado */
  padding: 8px 25px;           /* un poco más compacto que el botón grande */
  font-size: 14px;
}

.owl-noticias .item:not(:first-child) a.box-noticia {
  height: 700px !important;
}

/* ============================================================
   NOTICIAS LISTADO (page-noticias.php)
   ============================================================ */

/* --- Botón "Leer más" dentro del listado --- */
.noticias-single .btn-noticia {
  display: inline-block;
  width: auto;
  margin: 15px auto 0 auto;
  padding: 8px 25px;
  font-size: 14px;
}

/* --- Subir la altura de los cards excepto el primero --- */
.noticias-single .box-noticia {
  min-height: 350px; /* puedes subirlo gradualmente */
  display: flex;
  flex-direction: column;
}

.noticias-single .box-noticia p {
  flex-grow: 1; /* el texto rellena el espacio */
}

/* NO afectar el primer elemento */
.noticias-single .first-box {
  min-height: unset !important;
}

/* Para los elementos 2–∞ */
.noticias-single .col-md-4 .box-noticia {
  min-height: 500px; /* Ajusta según gusto */
}

/* Mantener centrado el botón */
.noticias-single .btn-noticia {
  text-align: center;
}

section.noticias.noticias-single a.box-noticia {
	height: 660px;
}

@media (max-width: 767px) {
	section.noticias.noticias-single a.box-noticia {
		height: auto;
	}
}









/* Imagen Cartelera en Inicio */
.cartelera-imagen-row {
  margin-top: 20px;
  margin-bottom: 30px;
}

.cartelera-imagen {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cartelera-imagen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ============================================================
   CARTELERA – Título superpuesto con card blanco semitransparente
   ============================================================ */

.cartelera-imagen-wrapper {
  position: relative;
  width: 100%;
}

.cartelera-imagen {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
}

.cartelera-imagen img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* CARD blanco encima de la imagen */
.cartelera-titulo-superpuesto {
  position: absolute;
  top: 50%; /* centrado vertical */
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85); /* semitransparente */
  padding: 40px 60px;
  text-align: center;
  max-width: 80%;
}

/* Título */
.cartelera-titulo {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* IMAGEN: pequeño espacio arriba y abajo */
.cartelera-imagen-row {
  margin: 40px 0 60px 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .cartelera-titulo-superpuesto {
    padding: 25px 35px;
    max-width: 90%;
  }

  .cartelera-titulo {
    font-size: 28px;
  }
}

.cartelera-titulo-superpuesto .section-title {
	margin-top: 0 !important;
}

.btn-facultad {
	margin: 0 !important;
}

/* Opcional: en mobile mostrar también */
@media (max-width: 767px) {
  .btn-facultad {
    display: inline-block !important;
    margin-top: 15px;
  }
}

.obra-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.obra-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artista-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.artista-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Estilos videos del slide */

.big-banner .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.big-banner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
