
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
:focus{outline: 0;}
.clearfloat{clear:both;}

@font-face {
  font-family: "ArialMTPro";
  font-weight: 300;
  font-style: normal;
  src:   url("/css/ArialMTPro-Light.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro-Cond";
   src:  url("/css/ArialMTPro-LightCond.woff2") format("woff2");
   font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro-Cond";
  src:  url("/css/ArialMTPro-BoldCond.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}



@font-face {
  font-family: "ArialMTPro";
  font-weight: 400;
  font-style: italic;
  src: url("/css/ArialMTPro-Italic.woff2") format("woff2");
  font-display: fallback;
}


@font-face {
  font-family: "ArialMTPro";
  font-weight: 300;
  font-style: italic;
  src:    url("/css/ArialMTPro-LightItalic.woff2") format("woff2");
  font-display: fallback;
}


@font-face {
  font-family: "ArialMTPro";
  font-weight: 700;
  font-style: normal;
  src:   url("/css/ArialMTPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro";
  font-weight: 700;
  font-style: italic;
  src:   url("/css/ArialMTPro-BoldItalic.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro";
  font-weight: 400;
  font-style: normal;
  src:    url("/css/ArialMTPro-Regular.woff2") format("woff2"); 
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro-Cond";
  src:   url("/css/ArialMTPro-Cond.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}



body {
	margin: 0 auto;
	background: #fff;
	text-align: left;
	font-family:"ArialMTPro", Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0 0 0; /* bottom = footer height */
	color: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

ol, ul {list-style: none;
}
ul{	margin:0; padding:0;
}
table {border-collapse:separate; border-spacing: 0;
}
caption, th, td {text-align: left; font-weight: normal;
}
legend{white-space:normal;
}
strong{font-weight: bold;}
img{float:none; border:none;
}

a img{border:none}
a{float:none;text-decoration:none;outline:none;color: #c2002f;}
a:hover{text-decoration:underline; outline:none; color: #000;}

a.btn{
	border: 2px solid;
	padding: 15px 26px;
	border-radius: 30px;
	margin: 30px 0;
	display: block;
	text-align: center;
	font-size: 110%;
	justify-content: center;
	letter-spacing: 1px;
}
a.btn:hover{
	color: #333;
}

.on{color:#fff; text-decoration:none; outline:none;}

p{
	font-weight: 300;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	margin: 15px 20px;
}


/*//////////////////////////////////////   FIN DE RESET CSS /////*/

#wrapper{
	width:100%;
	height:100%;
	background: #fff;
	color: #333;
	float: left;
}

#header{
	width:100%;
	height:177px;
	z-index:5;
}

.encabezado{
	background: url(/img/encabezado.jpg);
	height: 300px;
}

#interiorHeader{
	width:950px;
	margin:0 auto;
	height:110px;
}

#logo{
	float:left;
	width: 270px;
	margin-top: 6px;
}

#logo2{
	float:right;
	width: 190px;
	margin: 20px 0 -30px 0;
}
#logo img,#logo2 img{width:100%;height:auto}

#content,.content{
	width:950px;
	margin:0 auto;
}


#footer{
	width: 100%;
	margin:0 auto;
	float:left;
	margin-top: 50px;
	padding-top: 20px;
	display: flex;
	justify-content: space-evenly;
	background: #f1f1f1;
	background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);

}

#footer a{
	color:#7b7b7b;
	display: flex;
	padding: 10px 10px 30px 10px;
}

#footer a:hover{
	color: #000;
	text-decoration:none;
}

.rojo{
	color: #c2002f;
}

h1 {
    border-bottom: 1px solid #4F4F4F;
    font-size: 1.7em;
    line-height: 1.1;
    margin: 30px 0;
    padding: 30px;
    color: #c2002f;
    text-align: center;
}
h2{
    font-size: 1.5em;
    margin: 20px 0;
    padding: 30px 0;
}
em{font-style: italic;}
.destacado{
	font-style:italic;
	font-weight:bold;
}

.miga{
	font-size: 17px;
	margin: 9px 0 -15px 0;
	float:left;
	width:950px;
	text-align: center;
	color: #000000aa;
	font-weight: 700;
	letter-spacing: 2px;
}

.miga a{
	color:#ddd;
	text-decoration:none;
	font-size: 90%;
}

.miga a:hover{
	color:#c2002f;
}


/****************************
******     MENU   ***********
****************************/


#nav_desk{
	float:left;
	background: #000000cc;
	background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 24%, rgba(0,0,0,0.8) 73%, rgba(0,0,0,0.1) 100%);
	width: 100%;
	
	margin: 5px 0;
}

#nav_desk ul{display: flex;justify-content: space-around;}
#nav_desk ul li{
	float:left;
	display: flex;
	justify-content: space-around;
	text-align: center;
	position: relative;
}

#nav_desk ul li a.last{
	float:left;
	margin-right:0;
	padding-left:33px;
	padding-right:35px;
	margin-right:0px;
}

#nav_desk ul li a{
	padding-left:33px;
	padding-right:33px;
	text-decoration:none;
	margin-right:5px;
	color: #fff;
	font-size: 17px;
	padding: 16px 0;
	font-family: 'ArialMTPro-Cond', sans-serif;
	text-transform: uppercase;
}

#nav_desk ul li a:hover{
	color: #c2002f;
}

#nav_desk ul li ul{
	display: none;
	position: absolute;
	top: 45px;
	width: 200px;
    background: #000000cc;
}

#nav_desk ul li:hover ul{
	display: block;
}

#nav_desk ul li ul li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #c2002f99;
}

#nav_desk ul li ul li a{
	font-size: 14px;
	text-transform: none;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 9px 0;
}

.selected{
	color: #c2002f;
}

/****************************
******     CONTENT   ***********
****************************/


#imgCabecera{
	float:left;
	margin-top:30px;
}

#imgCabecera img{
	border-radius: 30px;
    box-shadow: 15px 20px #fff, -15px 20px #fff;
}


#textContent1{
	float:left;
	margin-top:20px;
	width:550px;
}

#textContent1 p{
	font-size:14px;
	line-height:20px;
}


#logoEscena{
	float:right;
	width:300px;
	margin-top:95px;
}


#logoSmedia{
	float:right;
	width:245px;
	margin-top:90px;
}



#destacadoDer{
	float:right;
	width:245px;
	margin-top:100px;
	text-align: center;
}

#destacadoDer p{
	text-align:center;
	font-size:18px;
	line-height:24px;
}

#destacadoDer a{
	text-align:center;
	font-size:22px;
	width:215px;
	display:block;
	background-color:#c2002f;
	font-family: 'ArialMTPro-Cond';
	color: #fff;
	padding:15px;
	border-radius:3px;
	text-transform:uppercase;
}


#textContent2{
	float:left;
	margin-top:20px;
	width:650px;
}

#textContent2 p{
	/* font-size:14px; */
	/* line-height:20px; */
}


#obras{
	float:left;
	margin-top:20px;
}

#obras ul li{
	float:left;
}

#obras ul li a{
	margin-right:3px;
}



#obras ul li img{
	border:1px solid #4F4F4F;
}


#entradas{
	float:left;
	margin-top:20px;
	width:950px;
}

#tikets{
	float:right;
	width:440px;
	margin-top:56px;
}



/****************************
******     ENTRADAS   ***********
****************************/


.formTable{
	float:left;
	width:210px;
	margin-bottom:20px;
	margin-right:8px;
}



.textInput{
	color:#333;
	font-size:13px;
	padding-bottom:4px;
	padding-top:8px;
	width:200px;}


.input_style {
	border: 1px solid #4F4F4F;
    height: 14px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:12px;
	padding-top:12px;
    width: 250px;
	background-color:#191919;
	color:#fff;
}
.input_style2 {
	border: 1px solid #4F4F4F;
    height: 14px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:12px;
	padding-top:12px;
    width: 159px;
	background-color:#191919;
	color:#fff;
}



.select_style {
    border: 1px solid #4F4F4F;    
	color: #fff;
    display: block;
    font-size: 11px;
    height: 40px;
    padding-left:5px;
	padding-right:15px;
	padding-bottom:8px;
	padding-top:8px;
    width: 180px;
	background-color:#191919;
	border-radius:0;
}

.textarea_style {
    border: 1px solid #CCCCCC;
    height: 99px;
    padding: 8px;
    width: 384px;
	/*background-color:#1E1E1E;*/
	color:#333;
}

.enviar {
 	cursor: pointer;
    font-style: normal;
	padding-top:0px;
    height: 41px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 181px;
	background: #c2002f; /* Old browsers */
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	margin-top:28px;
}

.enviar:hover {
	background: #c2002f; /* Old browsers */

}


#menuMovil{
	display:none;}


.mapa li{
	list-style-type:disc;
	padding-left:5px;
	margin-left:15px;
	margin-bottom:5px;
}

.mapa li ul{
	margin-top:5px;
}

.mapa li ul li{
	margin-bottom:1px;
}

.mapa li a:hover{
	color:#c2002f;
	text-decoration:none;
}


.politica a{
	font-size:10px;
	color:#fff;
	width:150px;
	margin-left:5px;
	font-style:italic;
	padding-top:10px;
	display:block;
}


.volver{
	color:#c2002f;
	text-decoration: none;}
	
	
.volver:hover{
	color:#c2002f;
	text-decoration:underline;}
	
.video-flexible.instagram {
	padding-bottom: 70%;
}

.video-flexible {
    position: relative;
    padding-bottom: 56%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-flexible iframe, .video-flexible object, .video-flexible embed, .video-flexible video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex{
	display: flex;
	    flex-wrap: wrap;
}

.flex p{display: flex;align-items: center;flex-direction: column;}

.flex p strong{background: #f1f1f1;padding: 10px;}

ul.mapa li{
	margin-left: 20px;
}