.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*GENERALES*/
body{
	width: 100%;
	height: 100%;
	font-family: 'Manuale', serif;
	color: white;
	background-color: #e94b1f;
	overflow-x: hidden;
	font-weight: 500;
}

.btn-comprar a:hover{
	background-color: #c64b28 !important;
}

.enlace-fila:hover{
	cursor: pointer;
}

.cont-conciertos-movil .btn-comprar:hover{
	background-color: #c64b28  !important;
}

.cont1{
	position: relative;
	width: 100%;
	max-width: 1400px;
	background-position: center center;
	margin: 0px auto;
	background-repeat: no-repeat;
}

.cont1 img{
	width: 100%;
}

.cont1 .cont1-titular{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cont1 .cont1-titular h1, .cont1 .cont1-titular h2{
	text-align: center;
	margin: 0px auto;
	font-weight: 600;
}

.cont1 .cont1-titular p{
	margin-top: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.cont2{
	width: 100%;
	padding-bottom: 34px;
	background-repeat: no-repeat;
	background-color: #e94b1f;
	background:  url(../images/fnd2-1.jpg) top center no-repeat;
}

.cont2 h2{
	margin: 0px auto;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	max-width: 390px;
}

.cont2 .portada{
	width: 100%;
	max-width: 862px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
}

.cont2 .portada img{
	width: 100%;
	max-width: 473px;
}

.cont2 ul li:last-child{
	margin-right: 0;
}

.cont2 ul li a {
	display: block;
}

.cont3{
	width: 100%;
	padding-bottom: 34px;
	background-repeat: no-repeat;
	background-color: #e94b1f;
	background: url(../images/fnd2-2.jpg) no-repeat;
}

.cont3 h2{
	margin: 0px auto;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.cont3 .cont-vendors{
	margin: 0px auto;
	margin-top: 27px;
}

.cont3 .cont-vendors tr{
	height: 96px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.cont3 .cont-vendors tr .logo-cell{
	vertical-align: middle;
}

.cont3 .cont-vendors tr .vendor-cell{
	vertical-align: middle;
}

.cont3 .cont-vendors tr .go-btn{
	vertical-align: middle;
}

.cont3 .cont-vendors tr .go-btn a{
	display: block;
}

.cont4{
	position: relative;
  width: 100%;
  background-color: white;
}

.cont4 p{
	text-align: center;
}

.cont4 img{
	max-width: 100%;
	height: auto;
}

.cont4 iframe{
	position: absolute;
	max-width: 100%;
	width: 44.89%;
	height: 79.68%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.cont4-1{
	background-color: #fff; 
	height:auto; 
	padding-top: 50px; 
	padding-bottom: 50px; 
	position: relative; 
	width: 100%;
}


.cont4-1 .container{
	max-width: 865px; 
	margin: 0px auto; 
	padding-right: 15px; 
	padding-left: 15px;
}


.img-moscas{
	position: absolute; 
	top:225px; 
	right: 100px;
}

.img-merchan{
	position: absolute; 
	top:225px; 
	left: 50px; 
	width: 170px;
}


.cont5{
	position: relative;
	width: 100%;
	background-color: #e94b1f;
	padding-bottom: 386px;
	background-image: url(../images/pattern-fondo-conciertos.jpg);
	z-index: 1;
}

.cont5 .cont-conciertos{
	position: relative;
	margin: 0px auto;
	background-color: white;
	color: #e94b1f;
	z-index: 10;
}

.cont5 .cont-conciertos-movil{
	position: relative;
	margin: 0px auto;
	background-color: white;
	color: #e94b1f;
	z-index: 10;
}

.cont5 .cont-conciertos tr{
	height: 112px;
	border-bottom: 2px solid #e94b1f;
	color: #e94b1f;
	font-weight: bold;
}

.cont5 .cont-conciertos tr:last-child{
	border-bottom: none;
}

.cont5 .cont-conciertos tr td{
	vertical-align: middle;
}

.cont5 .cont-conciertos .fecha-concierto{
	padding-left: 30px;
	text-transform: uppercase;
}
.cont5 .cont-conciertos .sala-concierto{
	font-style: italic;
}


.cont5 .cont-conciertos .btn-comprar{
	vertical-align: middle;
}

.cont5 .cont-conciertos .btn-comprar a{
	width: 142px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #e94b1f;
	display: block;
	color: white;
	text-decoration: none;
}

.cont5 .cont-conciertos-movil .btn-comprar{
	/*width: 102px;*/
	width: 140px; /*Ancho provisional para próximamente*/
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #e94b1f;
	display: block;
	color: white;
	text-decoration: none;
	margin-top: 10px

}

.cont5 .vinilo{
	position: absolute;
	width: 487px;
	height: 488px;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0%);
	z-index: 2;
}

/*Separación de giras*/
.cont5 tr.titulo-gira {
	background-color: #e94b1f;
}
.cont5 tr.titulo-gira td {
	color: #FFF;
	font-size: 26px;
	line-height: 30px;
	vertical-align: middle;
}

.cont5 tr.titulo-gira td .subtitle {
	font-size: 16px;
	line-height: 30px;
}


.cont6{
	background-color: white;
}

.cont6 .centrado-menu-pie{
	width: 100%;
	max-width: 1420px;
	min-height: 50px;
	padding-left: 20px;
	line-height: 50px;
	background-color: white;
	color: #e94b1f;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	flex-wrap: wrap;
}

.cont6 .mamagement{
	padding-right: 20px;
}

.cont6 .cont-menu-pie ul{
	display: flex;
}

.cont6 ul li a{
	position: relative;
	display: inline-block;
	line-height: 50px;
	margin-left: 10px;
	color: #e94b1f;
	text-decoration: none;
}

.cont6 ul li a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 70%;
  left: 0px;
  background-color: #e94b1f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.cont6 ul li a:hover{
  text-decoration: none;
}

.cont6 ul li a:hover::before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cont6 .management{
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
	margin-right: 20px;
}

.cont6 .management a{
	position: relative;
}



.cont6 .management a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 70%;
  left: 0px;
  background-color: #e94b1f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.cont6 .management a:hover{
  text-decoration: none;
}

.cont6 .management a:hover::before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cont7{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #e94b1f;
}

.cont7 ul{
	width: 150px;
	margin: 0px auto;
	display: flex;
	padding-top: 20px;
}

.cont7 ul li{
	flex: 0 0 0 25%;
	max-width: 25%;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	display: block;
}

.cont7 ul li a{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
}

.cont7 ul li .yt{
	margin-right: 0px;
}

.cont7 ul li .fb{
	width: 30px;
	height: 30px;
	background-image: url(../images/fb.jpg);
}

.cont7 ul li .fb:hover{
	background-position: 0px -30px;
}

.cont7 ul li .tw{
	background-image: url(../images/tw.jpg);
}

.cont7 ul li .tw:hover{
	background-position: 0px -30px;
}

.cont7 ul li .in{
	background-image: url(../images/in.jpg);
}

.cont7 ul li .in:hover{
	background-position: 0px -30px;
}

.cont7 ul li .yt{
	background-image: url(../images/yt.jpg);
}

.cont7 ul li .yt:hover{
	background-position: 0px -30px;
}

.management a{
	color: #e94b1f;
	text-decoration: none;
}

.sala-concierto{
	font-style: italic;
}

strong{
	font-weight: bold !important;
}

@media(min-width: 1410px){
	.cont1 .cont1-titular{
		width: 43%;
	}
	.cont1 .cont1-titular h1, .cont1 .cont1-titular h2{
		font-size: 55px;
		letter-spacing: 5px;
	}
	.cont1 .img-portada-movil{
		display: none;
	}
	.cont2 .portada{
		display: flex;
	}
	.cont2 .portada iframe{
		width: 90%;
		height: 473px;
	}
	.cont3{
		background-position: center right 60px;
	}
	.cont3 .cont-vendors{
		width: 710px;
	}
	.cont3 .cont-vendors tr .logo-cell{
		min-width: 169px;
		vertical-align: middle;
	}

	.cont3 .cont-vendors tr .vendor-cell{
		min-width: 498px;
		vertical-align: middle;
	}

	.cont4 .fnd4-movil{
		display: none;
	}
	.cont5{
		padding-top: 60px;
	}
	.cont5 .cont-conciertos{
		width: 865px;
	}
	.cont5 .cont-conciertos-movil{
		display: none;
	}
	.cont5 .cont-conciertos .fecha-concierto{
		width: 225px;
	}

	.cont5 .cont-conciertos .ciudad-concierto{
		width: 177px;
	}

	.cont5 .cont-conciertos .sala-concierto{
		width: 261px;
	}

	.cont6 .cont-menu-pie{
		display: flex;
		justify-content: flex-start;
	}
}

@media(max-width: 1409px) and (min-width: 1160px){
	.cont1 .cont1-titular{
		width: 42%;
	}
	.cont1 .cont1-titular h1, .cont1 .cont1-titular h2{
		font-size: 45px;
		letter-spacing: 5px;
	}
	.cont1 .img-portada-movil{
		display: none;
	}
	.cont2 .portada{
		display: flex;
	}
	.cont2 .portada iframe{
		width: 90%;
		height: 473px;
	}
	.cont3{
		padding-bottom: 436px;
		background-position: bottom center;
	}
	.cont3 .cont-vendors{
		width: 710px;
	}
	.cont3 .cont-vendors tr .logo-cell{
		min-width: 169px;
		vertical-align: middle;
	}
	.cont3 .cont-vendors tr .vendor-cell{
		min-width: 498px;
		vertical-align: middle;
	}

	.cont4 iframe{
		width: 60%;
		height: 80%;
	}

	.cont4 .fnd4-movil{
		display: none;
	}

	.cont4-1 .container{
		max-width: 750px; 
		margin: 0px auto; 
		padding-right: 15px; 
		padding-left: 15px;
	}

	.img-moscas{
		position: absolute; 
		top:225px; 
		right: 50px;
	}

	.img-merchan{
		position: absolute; 
		top:225px; 
		left: 12px; 
		width: 170px;
	}

	.cont5{
		padding-top: 60px;
	}
	.cont5 .cont-conciertos-movil{
		display: none;
	}
	.cont5 .cont-conciertos{
		width: 865px;
	}
	.cont5 .cont-conciertos .fecha-concierto{
		width: 225px;
	}

	.cont5 .cont-conciertos .ciudad-concierto{
		width: 177px;
	}
	.cont5 .cont-conciertos .sala-concierto{
		width: 261px;
	}
	.cont6 .cont-menu-pie{
		display: flex;
		justify-content: flex-start;
	}
}

@media(max-width: 1159px) and (min-width: 901px){
	.cont1 .cont1-titular{
		width: 50%;
	}
	.cont1 .cont1-titular h1, .cont1 .cont1-titular h2{
		font-size: 40px;
		letter-spacing: 5px;
	}
	.cont1 .img-portada-movil{
		display: none;
	}
	.cont2 .portada{
		display: flex;
	}

	.cont2 .portada{
		width: 100%;
		max-width: 840px;
	}

	.cont2 .portada iframe{
		width: 100%;
		height: 473px;
	}
	.cont3{
		padding-bottom: 436px;
		background-position: bottom center;
	}
	.cont3 .cont-vendors{
		width: 710px;
	}
	.cont3 .cont-vendors tr .logo-cell{
		min-width: 169px;
		vertical-align: middle;
	}

	.cont3 .cont-vendors tr .vendor-cell{
		min-width: 498px;
		vertical-align: middle;
	}

	.cont4 iframe{
		width: 60%;
		height: 80%;
	}

	.cont4 .fnd4-movil{
		display: none;
	}



	.cont4-1 .container{
		max-width: 550px; 
		margin: 0px auto; 
		padding-right: 15px; 
		padding-left: 15px;
	}


	.img-moscas{
		position: absolute; 
		top:140px; 
		right: 50px;
	}

	.img-merchan{
		position: absolute; 
		top:113px; 
		left: 12px; 
		width: 140px;
	}


	.cont5{
		padding-top: 60px;
	}
	.cont5 .cont-conciertos-movil{
		display: none;
	}
	.cont5 .cont-conciertos{
		width: 90%;
	}
	.cont5 .cont-conciertos .fecha-concierto{
		width: auto;
	}
	.cont5 .cont-conciertos .ciudad-concierto{
		width: auto;
	}
	.cont5 .cont-conciertos .sala-concierto{
		width: auto;
	}
	.cont6 .cont-menu-pie{
		display: flex;
		justify-content: flex-start;
	}
}


@media (max-width: 900px){
	.cont1 .cont1-titular{
		width: 65%;
	}
	.cont1 .cont1-titular h1, .cont1 .cont1-titular h2{
		font-size: 28px;
		letter-spacing: 5px;
	}
	.cont1 .img-portada-movil{
		display: none;
	}
	.cont2 .portada{
		width: 90%;
		display: block;
	}
	.cont2 .portada img{
		width: 100%;
		max-width: 100%;
   		margin-bottom: -2px;
   		height: auto;
	}
	.cont2 .portada iframe{
		width: 100%;
		height: 710px;
	}
	.cont3{
		padding-bottom: 436px;
		background-position: bottom center;
	}
	.cont3 .cont-vendors{
		width: 90%;
	}
	.cont3 .cont-vendors tr .logo-cell{
		min-width: 96px;
		width: 150px;
		vertical-align: middle;
	}

	.cont3 .cont-vendors tr .vendor-cell{
		min-width: 98px;
		text-align: left;
		vertical-align: middle;
	}

	.cont3 .cont-vendors tr .go-btn a{
		text-align: right;
	}


	.cont4 iframe{
		width: 60%;
		height: 80%;
	}

	.cont4 .fnd4-movil{
		display: none;
	}

	.cont4-1{
		/*padding-top: 200px;*/
    	padding-bottom: 300px;
	}

	.img-moscas {
	    position: absolute;
	    top: 74%;
	    right: 25%;
	    /*width: 80px;*/
	}

	.img-merchan {
	    position: absolute;
	    top: 70%;
	    left: 25%;
	    /*width: 150px;*/
	}

	.cont5{
		padding-top: 40px;
	}
	.cont5 .cont-conciertos-movil{
		display: none;
	}
	.cont5 .cont-conciertos{
		width: 90%;
	}
	.cont5 .cont-conciertos .fecha-concierto{
		width: auto;
	}

	.cont5 .cont-conciertos .ciudad-concierto{
		width: auto;
	}

	.cont5 .cont-conciertos .sala-concierto{
		width: auto;
	}

	.cont5 .cont-conciertos .btn-comprar{
		padding-right: 20px;
	}

	.cont5 .cont-conciertos .fecha-concierto{
		padding-left: 20px;
	}

	.cont6 .cont-menu-pie{
		display: flex;
		justify-content: flex-start;
	}

	.cont6 ul li:first-child a{
		margin-left: 0px;
	}

}

@media (max-width: 768px){
	.cont5 .cont-conciertos{
		display: none;
	}
	.cont5 .cont-conciertos-movil{
		width: 90%;
		display: block;
	}
	.cont5 .cont-conciertos-movil tr{
		width: 100%;
		height: 100px;
		border-top: 2px solid #e94b1f;
		border-bottom: 2px solid #e94b1f;
		color: #e94b1f;
		font-weight: bold;
	}
	.cont5 .cont-conciertos-movil tr:last-child{
		border-top: none;
		border-bottom: none;
	}
	.cont5 .cont-conciertos-movil tr .celda-concierto{
		width: 675px;
		height: 148px;
		vertical-align: middle;
}

@media(max-width: 750px) and (min-width: 559px){
	
	.img-moscas {
	    position: absolute;
	    top: 67%;
	    right: 25%;
	}

	.img-merchan {
	    position: absolute;
	    top: 65%;
	    left: 25%;
	}


}

@media (max-width: 600px){
	.cont3 h2{
		width: 90% !important;
	}
	.cont4 .fnd4-movil{
		display: none;
	}

	.img-moscas {
	    /*display: none;*/
	}

	.img-merchan {
	    /*display: none;*/
	}

	.img-moscas {
	    position: absolute;
	    top: 66%;
	    right: 18%;
	    /*width: 80px;*/
	}

	.img-merchan {
	    position: absolute;
	    top: 62%;
	    left: 18%;
	    /*width: 150px;*/
	}

	.cont6 ul li{
    display: block;
	}
	.c
	.cont6 ul li a {
    display: inline-block;
	}
	.cont6 .cont-menu-pie{
		display: block;
		justify-content: none;
		text-align: center;
		margin: 0px auto;
	}
	.cont6 .centrado-menu-pie{
		padding-left: 0px !important;
	}
	.management{
		text-align: center;
		margin: 0px auto;
	}

	.cont6 .centrado-menu-pie {
	    display: block;
	    text-align: center;
	}

}


@media(max-width: 530px){
	.cont1 .cont1-titular{
		width: 67%;
		top: 50%;
	}
	.cont1 .img-portada{
		display: none;
	}
	.cont1 .img-portada-movil{
		display: block;
	}
	.cont1 .cont1-titular h1, .cont1 .cont1-titular h2 {
		font-size: 30px;
		letter-spacing: 0px;
	}

	.cont2 h2{
		padding-top: 23px;
	}

	.cont4 .fnd4{
		display: none;
	}
	.cont4 .fnd4-movil{
		display: block;
		margin: 0px auto;
	}
	.cont4 iframe{
		width: 83%;
		height: 42%;
		margin-top: 2%;
	}
	.img-moscas {
	    position: absolute;
	    top: 65%;
	    right: 15%;
	    /*width: 80px;*/
	}

	.img-merchan {
	    position: absolute;
	    top: 62%;
	    left: 15%;
	    /*width: 150px;*/
	}

	.cont5 .vinilo {
	    position: absolute;
	    width: 287px;
	    height: 288px;
	    left: 50%;
	    bottom: 120px;
	    transform: translate(-50%, 0%);
	    z-index: 2;
	}

	.cont5 .vinilo img {
		width: 100%;
	}



}

@media (max-width: 600px){
	.cont6 .cont-menu-pie ul {
    	display: block;
    	text-align: center;
    	line-height: 25px;
	}

	.cont6 ul li a{
		line-height: 28px;
	}

	.cont6 ul li a::before{
		top: 87%;
		left: 0px;
	}

	.cont6 .management{
		margin-left: 0px;
	}

	.cont6 ul li:first-child{
		padding-top: 15px;
	}

	.cont6 .management{
		display: block;
		text-align: center;
		line-height: 20px;
		padding-bottom: 20px;
		margin-left: 20px;
	}

	.cont6 .management a::before{
		top: 120%;
    	left: 0px;
	}

	.cont6 .centrado-menu-pie p{
		max-width: 204px;
   		margin: 20px auto;

   	}
}

@media(max-width: 430px){
	.cont1 .cont1-titular{
		width: 90%;
	}
	.cont2 h2 {
    	width: 90%;
	}

	.cont4-1{
		padding-bottom: 252px;
	}

	.img-moscas {
	    position: absolute;
	    top: 62%;
	    right: 12%;
	    /*width: 80px;*/
	}

	.img-merchan {
	    position: absolute;
	    top: 58%;
	    left: 12%;
	    /*width: 150px;*/
	}
}