/*
Theme Name: Teatro Lara
Author: Andres J. Villar
Author URI: https://andresvillar.dev
Version: 1.0
*/
@font-face {
    font-family: 'Central Avenue';
    src: url('fonts/CentralAvenue-Bold.eot');
    src: url('fonts/CentralAvenue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CentralAvenue-Bold.woff2') format('woff2'),
        url('fonts/CentralAvenue-Bold.woff') format('woff'),
        url('fonts/CentralAvenue-Bold.ttf') format('truetype'),
        url('fonts/CentralAvenue-Bold.svg#CentralAvenue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

:root {	
	--white: #ffffff;
	--red: #d52b1e;
	--black: #000000;
	--blue: #102ce5;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Morion', sans-serif;
	font-size: 18px;
	color: var(--black);
	font-weight: normal;
	padding-top: 88px;
}
body.sticky {
	padding-top: 60px;
}
.container, .container-fluid {
	width: 1340px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
.bg-blue {
	background: var(--blue);
}
.bg-grey {
	background: #f8f8f8;
}
a, .boton, .boton2, button, .transition {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a {
	color: var(--red);
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	color: var(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 2px solid var(--red);
	outline: none;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	font-family: 'Central Avenue', sans-serif;
	border-radius: 6px;
	font-size: 19px;
	line-height: 19px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	top: -3px;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
	outline: none;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	font-family: 'Central Avenue', sans-serif;
	border-radius: 6px;
	font-size: 19px;
	line-height: 19px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
}
.boton2:hover, .boton2:focus {
	color: var(--white);
	top: -3px;
}
.boton3 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--black);
	background: #fff;
	border: 2px solid var(--black);
	outline: none;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	font-family: 'Central Avenue', sans-serif;
	border-radius: 6px;
	font-size: 19px;
	line-height: 19px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
}
.boton3:hover, .boton3:focus {
	color: var(--black);
	top: -3px;
}
.botonblack {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--black);
	border: 2px solid var(--black);
	outline: none;
	padding: 13px 30px 12px 30px;
	font-weight: bold;
	font-family: 'Central Avenue', sans-serif;
	border-radius: 6px;
	font-size: 19px;
	line-height: 19px;
	position: relative;
	top: 0;
	margin-bottom: 10px;
}
.botonblack:hover, .botonblack:focus {
	color: var(--white);
	top: -3px;
}
.boton span, .boton i, .boton2 span, .boton2 i, .botonblack span, .botonblack i, .boton3 span, .boton3 i {
	font-size: 14px;
	margin-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Central Avenue', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 140px;
}
h2 {
	font-size: 46px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
/* Header */
header {
	z-index: 100;
	position: fixed;
	width: 100%;
	background: var(--black);
	padding-top: 16px;
	padding-bottom: 16px;
	top: 0;
	left: 0;
}
header .navbar-brand {
	padding: 8px 0 0 0;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 30px;
}
.navbar-header {
    position: relative;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 17px;
	border: none;
	padding: 10px;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Morion', sans-serif;
	border: none;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: none;
	color: var(--red);
	border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--red);
	border: none;
}
.navbar-default .navbar-nav li a .ti-angle-down {
	font-size: 10px;
}
.navbar-default .navbar-nav li.entradas a {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 2px solid var(--red);
	outline: none;
	padding: 13px 24px 10px 24px;
	font-weight: bold;
	font-family: 'Central Avenue', sans-serif;
	border-radius: 6px;
	font-size: 17px;
	line-height: 17px;
	position: relative;
	top: 0;
}
.navbar-default .navbar-nav li.entradas a:hover, .navbar-default .navbar-nav li.entradas a:focus {
	background: var(--red);
	top: -3px;
}
.navbar-default .navbar-nav li {
	padding-right: 6px;
	padding-left: 6px;
}
.dropdown-menu {
	background: var(--black);
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: var(--black) !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 10px 0;
	list-style-type: none !important;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #333 !important;
	font-size: 16px !important;
	color: #fff;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: var(--black);
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #333 !important;
	background: var(--black) !important;
	color: var(--red)
}
header.sticky {
	padding-top: 2px;
	padding-bottom: 2px;
}
header.sticky .navbar-brand img {
    height: 23px;
}
.busqueda {
	background: var(--black);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 190px;
	margin-top: -190px;
}
.busqueda.visible {
	margin-top: 0;
}
.form-busqueda {
	position: relative;
	padding-top: 70px;
	padding-bottom: 50px;
}
.form-busqueda .cerrar {
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.form-busqueda input, .form-busqueda input:focus {
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid var(--red);
	outline: none;
	font-size: 34px;
	color: #fff;
	padding: 10px 60px 10px 10px;
	background: var(--black);
}
.form-busqueda button {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24px;
  background: var(--black);
  border: none;
  outline: none;
  top: 92px;
  z-index: 100;
  right: 15px;
}
.navbar-responsive {
	position: absolute;
	right: 5px;
	top: 0;
	display: none;
}
.navbar-responsive a {
	color: #fff;
	font-size: 17px;
	margin: 0 10px;
}
.navbar-responsive a:hover, .navbar-responsive a:focus {
	color: var(--red);
}
.navbar-responsive button {
	background: var(--black);
	color: #fff;
	font-family: 'Central Avenue', sans-serif;
	border: none;
	outline: none;
	font-size: 19px;
}
.navbar-responsive button .ti-menu {
	margin-left: 4px;
}
.sidenav {
  	height: 100%;
  	width: 0; 
  	position: fixed; 
  	z-index: 1; 
  	top: 0; 
  	right: 0;
  	background-color: var(--black); 
  	overflow-x: hidden; 
  	padding-top: 60px; 
  	transition: 0.3s; 
  	z-index: 1000;
}
.sidenav .closebtn {
	position: absolute;
	top: 15px;
  	right: 15px;
  	color: #fff;
  	font-size: 20px;
}
.sidenav .menu-sidenav {
	padding: 30px;
}
.sidenav .menu-sidenav a {
	font-family: 'Central Avenue', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	display: block;
	position: relative;
}
.sidenav .menu-sidenav a.boton {
	margin-top: 10px;
	padding-top: 14px;
	top: 0 !important;
	color: #fff !important;
}
.sidenav .menu-sidenav .submenu a {
	font-size: 16px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sidenav .menu-sidenav a:hover, .sidenav .menu-sidenav a:focus {
	color: var(--red);
}
.sidenav .menu-sidenav a .ti-angle-down {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 10px;
}
.social-sidebar {
	text-align: center;
	font-size: 20px;
}
.social-sidebar a {
	color: #fff;
	margin: 1px;
	padding: 8px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 200;
}
body.sidenavopen .overlay {
	display: block;
}

@media(max-width: 1240px) {
	.navbar-responsive {
		padding-top: 8px;
		display: block;
	}
	.navbar-right {
		display: none;
	}
}


/* Home */
.ultimas-semanas {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.ultimas-semanas.mini {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ultimas-semanas .col-md-5 {
	padding-top: 15px;
	text-align: right;
}
#video-background {
    position: relative;
    width: 100%;
    height: 120%;
    overflow: hidden;
    font-size: 28px;
    color: #fff;
}
#video-background video {
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#video-background .contenido {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
}
#video-background .contenido h1 {
	color: #fff;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 160px;
}
.slider-buttons {
	width: 700px;
	max-width: 100%;
}
.slider-buttons .boton {
	margin-right: 5px;
}
.uppercase {
	text-transform: uppercase;
}
.ficha-obra {
	text-transform: uppercase;
	display: block;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 18px;
}
.ficha-obra .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.ficha-obra:hover .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.ficha-obra .content {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.ficha-obra h3 {
	margin-bottom: 0;
	padding: 0;
}
.red-circle {
	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background-color: var(--red);
  	position: absolute;
  	pointer-events: none;
  	font-family: 'Central Avenue';
  	text-align: center;
  	font-size: 16px;
  	padding-top: 30px;
}
.owl-carousel .owl-nav {
	display: none;
}
.owl-carousel .owl-dots {
	display: block;
	text-align: center;
	margin: 30px 0;
}
.owl-carousel .owl-dot {
	width: 30px;
	height: 5px;
	background: #e0e0e0 !important;
	margin: 0 1px;
}
.owl-carousel .owl-dot.active {
	background: var(--red) !important;
}
.fechas {
	width: 364px;
	max-width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.fechas .column1 {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	border-left: 2px solid var(--blue);
	border-right: 2px solid var(--red);
	font-size: 21px;
}
.fechas .column1 span {
	font-family: 'Morion', sans-serif;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}
.fechas .column2 {
	padding-left: 86px;
	font-family: 'Central Avenue';
	font-size: 24px;
}
.fechas .column2 span {
	display: block;
	font-family: 'Morion', sans-serif;
	font-size: 12px;
	margin-bottom: 9px;
}
.fechas .column2 span img {
	width: 13px;
	position: relative;
	top: -2px;
}
.bg1 {
	background: url(images/bg1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.bg2 {
	background: url(images/bg2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.bg3 {
	background: url(images/bg3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.bg1 .contenidos, .bg2 .contenidos, .bg3 .contenidos {
	background: rgba(0,0,0,0.8);
	padding: 80px 50px;
	color: #fff;
}
.bg1:hover .contenidos, .bg2:hover .contenidos, .bg3:hover .contenidos {
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.bg1 h2, .bg2 h2, .bg3 h2 {
	margin-top: 0;
	padding-top: 0;
} 
.bg1:hover .contenidos, .bg2:hover .contenidos, .bg3:hover .contenidos {
    transform: scale(1.02); 
}
.bg1 .contenidos .ti-angle-right, .bg2 .contenidos .ti-angle-right, .bg3 .contenidos .ti-angle-right {
	font-size: 11px;
}
.bg1 .contenidos a, .bg2 .contenidos a, .bg3 .contenidos a {
	color: #fff;
}
.relacionado {
	font-family: 'Central Avenue';
	color: #bbb;
	margin-bottom: 50px;
	font-size: 16px;
}

footer {
	background: var(--black);
	color: #fff;
	padding-top: 60px;
}
footer h3 {
	margin-top: 0;
	padding-top: 0;
}
footer a {
	color: #fff;
}
footer .col-sm-4 {
	padding-bottom: 15px;
}
.logofooter {
	width: 160px;
	margin-bottom: 20px;
}
.redesfooter {
	text-align: right;
}
.redesfooter a {
	margin: 0 5px;
	color: #ccc;
}
.copyright {
	font-size: 14px;
	color: #ccc;
}
/* Paginas */
.legal h1 {
	margin: 80px 0;
}
.legal h4 {
	margin: 40px 0 15px 0;
	text-transform: uppercase;
}
.cab {
	background: url(images/teatro.jpg) no-repeat center center;
	background-size: cover;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 26px;
}
.cab .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.cab h1 {
	color: #fff;
}
.formcontacto input, .formcontacto textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000;
	color: #fff;
	background: #111;
}
.formcontacto input:focus, .formcontacto textarea:focus {
	outline: none;
	border-bottom: 2px solid #fff;
}
.formcontacto2 input, .formcontacto2 textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #f2f2f2;
	color: #000;
	background: #f2f2f2;
}
.formcontacto2 input:focus, .formcontacto2 textarea:focus {
	outline: none;
	border-bottom: 2px solid #111;
}
.alerta {
	background: #111;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #fff;
	margin-bottom: 50px;
}
.alerta2 {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid var(--red);
	margin-bottom: 50px;
}
.alerta .ti-check-box, .alerta2 .ti-check-box {
	color: var(--red);
	font-size: 20px;
	margin-right: 10px;
}
.mapa {
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
}
.mapa iframe {
	width: 100%;
	height: 500px;
}
.direccion {
	padding-left: 50px;
	padding-top: 60px;
}
.panel-heading .accordion-toggle:after {
	position: absolute;
	left: 15px;
	top: 19px;
	font-size: 11px;
    font-family: themify;
    content: "\e622";    
}
.panel-heading .accordion-toggle.collapsed:after {
	position: absolute;
	left: 15px;
	top: 19px;
	font-size: 11px;
	font-family: themify;
    content: "\e61a";    
}
.accordion-toggle {
	transition: all .2s;
}
.panel-heading {
  	padding: 0;
  	border-bottom: none;
    border-radius: 0;
}
.panel-default > .panel-heading {
  	color: var(--black);
  	background-color: #fff;
  	border-radius: 0;
  	border-color: #fff;
}
.panel-heading .accordion-toggle {
	display: block;
	position: relative;
	padding-left: 38px;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-right: 20px;
	background: var(--red);
	color: #fff;
} 
.panel-heading .accordion-toggle.collapsed {
	background: #f7f7f7;
	color: var(--black);
}
.divinformacion p {
	position: relative;
	padding-left: 24px;
}
.divinformacion span {
	position: absolute;
	left: 0;
	top: 7px;
}
.divinformaciones p {
	margin-bottom: 20px;
}
.divinformaciones ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.divinformaciones li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.divinformaciones li::after {
	content: '';
	width: 12px;
	height: 1px;
	background: var(--red);
	position: absolute;
	top: 15px;
	left: 7px;
	border: 1px solid var(--red);
}
#html5-watermark {
	display: none !important;
}
.linkabono, .linkabonoss, .linkgira {
	font-size: 19px;
	cursor: pointer;
	margin-right: 16px;
	white-space: nowrap;
	border-bottom: 2px solid #fff;
}
.linkabono.active, .linkabonoss.active, .linkgira.active {
	border-bottom: 2px solid var(--red);
}
.cite {
	border-left: 3px solid var(--red);
	padding-left: 30px;
	font-style: italic;
	margin: 30px 0;
}
.parallax {
	background-image: url(images/parallax.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}
.parallax2 {
	background-image: url(images/parallax2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}
.parallax3 {
	background-image: url(images/parallax3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}
.parallax4 {
	background-image: url(images/parallax4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}
.salas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	padding-right: 50%;
	z-index: 9999;
}
.salas .image {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
}
.salas .content {
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px;
	width: 50%;
	height: 100%;
	overflow-y: scroll;
}
.salas .content h3 {
	margin: 30px 0 15px 0;
}
.salas .content h4 {
	font-size: 19px;
	margin: 30px 0 15px 0;
}
.salas a.cerrar {
	position: fixed;
	top: 15px;
	left: 46%;
	background: #000;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
}
#sala1 .image {
	background: url(images/sala1.jpg) no-repeat center center;
	background-size: cover;
}
#sala2 .image {
	background: url(images/sala2.jpg) no-repeat center center;
	background-size: cover;
}
.equipo {
	padding-right: 30px;
	font-size: 15px;
}
.equipo img {
	margin-bottom: 12px;
}
.equipo h4 {
	font-size: 19px;
}
.equipo a {
	font-family: 'Central Avenue', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.tecnicos h3 {
	margin: 0;
	padding: 0;
}
.tecnicos h4 {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 18px;
}
.tecnicos p {
	margin: 0;
	padding: 0;
}
.tecnicos {
	border-bottom: 1px solid #ccc;
}
.tecnicos .col-sm-3, .tecnicos .col-sm-6 {
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}
.normas {
	color: #fff;
}
.myrow {
	margin: 0 -9px;
}
.myrow .col-md-3, .myrow .col-sm-3  {
	padding: 0 9px;
}
.archivo .panel {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 0;
}
.archivo .panel-heading {
	border: none !important;
}
.archivo .panel-heading .accordion-toggle.collapsed {
  	background: #fff;
  	color: #666;
  	font-size: 32px;
}
.archivo .panel-heading .accordion-toggle {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-right: 50px;
  background: #fff;
  color: var(--red);
  font-size: 32px;
}
.archivo .panel-heading .accordion-toggle:after {
	position: absolute;
  right: 15px;
  top: 18px;
  font-size: 11px;
  font-family: themify;
  content: "\e622";
  color: #333;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  border: 1px solid #666;
  left: inherit; 
}
.archivo .panel-heading .accordion-toggle.collapsed::after {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 11px;
  font-family: themify;
  content: "\e61a";
  color: #333;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  border: 1px solid #666;
  left: inherit;
}
.pagination {
	text-align: center;
	display: block;
	width: 100%;
}
.pagination a, .pagination span {
	padding: 0 3px;
	margin: 0 4px;
	font-size: 16px;
}
.titulomes {
	font-size: 50px;
	border-bottom: 2px solid var(--black);
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.listaeventos {
	position: relative;
	padding-left: 90px;
	margin-bottom: 50px;
}
.listaeventos .columna1 {
	position: absolute;
	width: 80px;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 34px;
}
.listaeventos .columna1 span {
	color: #555;
	font-size: 15px;
	display: block;
}
.listaeventos .columna2 {
	border-left: 4px solid #334aff;
	padding-left: 40px;
}
.listaeventos .columna2 span {
	display: block;
	font-size: 14px;
}
.listaeventos .columna2 span img {
	width: 13px;
	position: relative;
	top: -2px;
}
.listaeventos .nombre-sala {
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
.formeventos {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 64px;
}
.formeventos .vistas {
	position: absolute;
	right: 10px;
	top: 10px;
}
.formeventos .vistas::after {
	content: '';
	width: 1px;
	height: 20px;
	border-left: 1px solid #ddd;
	position: absolute;
	left: -10px;
	top: 14px;
}
.formeventos .vistas a {
	color: #000;
	font-family: 'Central Avenue';
	font-size: 15px;
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding: 15px 0;
	margin: 0 7px;
}
.formeventos .vistas a, .formeventos .vistas a:hover, .formeventos .vistas a:focus, .formeventos .vistas a:active {
	border: none;
	outline: none;
}
.formeventos .vistas a.active {
	border-bottom: 2px solid #000;
}
.formeventos input {
	width: 100%;
	padding: 17px 150px 17px 20px;
	border: none;
	outline: none;
}
.formeventos input:hover, .formeventos input:focus {
	border: none;
	outline: none;
}
.formeventos button {
	position: absolute;
	right: 190px;
	top: 9px !important;
}
.formeventos button:hover {
	background: #d64338;
}
.compartir a {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #666;
	color: #666;
	line-height: 36px;
	margin-right: 5px;
	font-size: 16px;
}
.compartir a:hover, .compartir a:focus {
	color: var(--red);
	border: 2px solid var(--red);	
}
.actor {
	display: inline-block;
	width: 220px;
	vertical-align: top;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}
.image-actor {
	display: block;
	width: 100%;
	height: 300px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.actor h3 {
	text-transform: uppercase;
	font-size: 28px;
}
.nombre-actor {
	min-height: 100px;
}
@media(min-width: 991px) {
	.portada-ficha {
		padding-left: 50px;
	}
}
.video a {
	display: block;
	position: relative;
}
.video a .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.6;
}
.video a .play img {
	width: 100px;
	height: auto;
}
.video a:hover .play {
	background: rgba(0,0,0,0.4);
	opacity: 1;
}
.topcalendario {
	position: relative;
}
.topcalendario .botones {
	position: absolute;
	right: 0;
	top: 28px;
}
.vista .next, .vista .prev {
  font-family: 'Central Avenue';
  text-transform: uppercase;
  font-size: 13px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 11px;
  padding: 10px 12px 8px 12px;
  border-radius: 8px;
  border: 1px solid #000;
  margin: 0 3px;
  float: left;
  line-height: 16px;
}
.vista .next i, .vista .prev i {
  font-size: 10px;
  position: relative;
  top: 1px;
}
.vista .ti-angle-right {
	margin-left: 4px;
}
.vista .ti-angle-left {
	margin-right: 4px;
}
.calendar {
	width: 100%;
	max-width: 100%;
	border: none;
	background: #fff;
	font-size: 14px;
}
.vista th, .vista td {
  	padding: 8px;
  	text-align: left;
  	width: 14.28%;
  	vertical-align: top;
}
.vista th {
	font-family: 'Central Avenue';
	font-size: 20px;
	border: none;
}
.vista td {
	border: 1px solid #e9e9e9;
}
.calendar-td {
	position: relative;
	width: 100%;
	min-height: 80px;
	padding-top: 28px;
}
.calendar-td span.dia {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  font-size: 16px;
}
.vista td.day.disabled {
	opacity: 0.4;
}
.vista td.day {
	background: #fff;
}
.calendar-event {
  background: #fff;
  font-family: 'Central Avenue';
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
  display: block;
} 
.calendar-event:hover, .calendar-event:focus {
	color: #000;
}
.calendar-event .bookmark {
	font-family: 'Morion', sans-serif;
	font-weight: normal;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.calendar-event .bookmark img {
	width: 13px;
	position: relative;
	top: -2px;
}
.diadelasemana {
	display: none;
}
.teatrosverdes {
	position:relative;
	/*padding-left: 82px;*/
	font-size:13px;
}
.teatrosverdes img {
	position:absolute;
	left:0;
	top:0;
	width:62px;
}


@media(max-width: 991px) {
	h1 {
		font-size: 70px;
	}
	.legal h1 {
		margin: 60px 0;
	}
	.salas {
		padding-right: 30%;
	}
	.salas .image {
		width: 30%;
	}
	.salas .content {
		width: 70%;
	}
	.salas a.cerrar {
		left: 64%;
	}
}

@media(max-width: 767px) {
	h1 {
		font-size: 46px;
	}
	h2 {
 		font-size: 36px;
	}
	h3 {
 		font-size: 26px;
	}
	.ultimas-semanas {
		text-align: center;
	}   
	.ultimas-semanas .col-md-5 {
		text-align: center;
	}
	#video-background {
		font-size: 22px;
		width: 100%;
    	height: 100%;
	}
	#video-background .contenido h1 {
	 	font-size: 80px;
	}
	.redesfooter {
		text-align: left;
	}
	.direccion {
		padding-left: 15px;
		padding-top: 0;
	}
	.salas {
		padding-right: 0%;
	}
	.salas .image {
		display: none;
	}
	.salas .content {
		width: 100%;
	}
	.salas a.cerrar {
		left: 90%;
	}
	.tecnicos {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tecnicos .col-sm-3, .tecnicos .col-sm-6 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.listaeventos .col-sm-4 {
		padding-top: 30px;
	}
	table.calendar th, table.calendar td.diasprevios {
		display: none;
	}
	table.calendar tr, table.calendar td {
		display: block;
		width: 100%;
	}
	.diadelasemana {
		display: inline-block;
		margin-right: 8px;
	}
}

@media(max-width: 598px) {
	.formeventos {
 		position: relative;
  		margin-bottom: 30px;
  		border: none;
  		border-radius: 6px;
  		height: auto;
	}
	.formeventos .vistas {
   		position: relative;
    	right: inherit;
    	top: inherit;
    	margin-top: 16px;
    	text-align: center;
  	}
  	.formeventos .vistas::after {
  		content: none;
  	}
	.formeventos input {
	  border: 1px solid #ddd !important;
	  border-radius: 8px;
	  font-size: 16px;
	}
	.formeventos input:hover, .formeventos input:focus {
		border: 1px solid #ddd;
	}
	.formeventos button {
	  position: absolute;
	  right: 7px;
	  top: 7px !important;
	  font-size: 16px;
	  padding: 11px 25px;
	}
	.titulomes {
    	font-size: 26px;
  	}
  	.topcalendario .botones {
 		top: 4px;
	}
	.vista .next, .vista .prev {
  		font-size: 11px;
  		padding: 9px 6px 7px 6px;
  		margin: 0 2px;
  	}
  	.vista .next i, .vista .prev i {
 		font-size: 8px;
  		position: relative;
  		top: 0;
	}
}


@media(max-width: 498px) {
	body {
		font-size: 17px;
	}
 	#video-background .contenido h1 {
    	font-size: 56px;
  	}
  	#video-background {
		font-size: 18px;
	}
	.bg1 .contenidos, .bg2 .contenidos {
  		padding: 80px 15px;
  	}
  	.cab {
  		font-size: 20px;
  	}
  	.bg1 .contenidos, .bg2 .contenidos, .bg3 .contenidos {
	  	padding: 80px 15px;
	}
	.parallax {
		background-attachment: inherit;
		height: 300px;
	}
	.parallax2 {
		background-attachment: inherit;
		height: 300px;
	}
	.parallax3 {
		background-attachment: inherit;
		height: 300px;
	}
	.parallax4 {
		background-attachment: inherit;
		height: 300px;
	}
  	.listaeventos .columna1 {
  		width: 55px;
		font-size: 26px;
	}
	.listaeventos {
  		padding-left: 70px;
  	}
  	.listaeventos .columna2 {
 		border-left: 4px solid #334aff;
  		padding-left: 20px;
	}
	.titulomes {
    	font-size: 20px;
  	}
  	.topcalendario .botones {
   		top: -4px;
  	}
}

@media(max-width: 398px) {
	.full498 {
		float: none;
		width: 100%;
	}
}