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

html, body{
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body {
	color: #fff;
	background-color: #29292c;
	font-family: "barlowmedium";
	background-image: url("../images/home/bg_blank.jpg");
}

.font_regular {
	font-family: "barlowmedium";
}
.font_bold {
	font-family: "barlowbold";
}
.font_bold_italic {
	font-family: "barlowbold_italic";
}
.font_black {
	font-family: "barlowblack";
	font-weight: 700px;
}

.uppercase { text-transform: uppercase;}

h1 { font-size: 62px; }
h3 { font-size: 28px; }

.section-title { font-size: 62px; }
.section-subtitle {
	font-size: 28px;
	line-height: 34px;
}
.small-info-txt h1 {
}
.small-info-txt .section-subtitle {
	font-size: 26px;
	line-height: 30px;
}
.bigger-title {
	font-size: 90px;
	line-height: 96px;
	margin: 0 auto;
	width: 80%;
}

.margin-title {
	margin: 0 0 10px;
}

a,a:focus,
a:visited {
	color: #ff0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #373538;
	text-decoration: none;
	outline: none;
}

.white-link,
.white-link:focus,
.white-link:active,
.white-link:visited {
	color: #fff;
}
.white-link:hover {
	color: rgba(255,255,255,0.6);
}

.abs-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
}

textarea {
	resize: none;
}

.wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.wrapper.absolute_wrapper{
	position: absolute;
	left: 0;
	top: 0;
}

.content{
	display: table-cell;
	vertical-align: middle;
}
.wrapper_half{
	height: 50%;
}

.no_padding{ padding: 0; }
.no_margin{ margin: 0; }

.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.alignJustify{
	text-align: justify;
}
.hidden-div {
	display: none;
	opacity: 0;
}

.middle_logo {
	max-height: 180px;
	max-width: 400px;
}

.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.animate {
	-webkit-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
	
	-webkit-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); 
	transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.single-audiencia .extra-brick-div .grayscale {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}

/* SCROLL TO */
.mark-scroll {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 11;
	pointer-events: all;
}
.mark-scroll .scroll-to {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	transform: scale(0.9);
}
.mark-scroll .scroll-to svg {
	font-size: 30px;
	line-height: 30px;
	margin: -5px 0 0;
}
.mark-scroll .scroll-to span {
	display: block;
}
.mark-scroll .scroll-to:hover {
	transform: scale(1);
}
.mark-scroll .scroll-space {
	padding: 5px 0;
}
.mark-scroll .scroll-nopointer {
	pointer-events: none;
}

/* MENU */
#menu-blackout {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	pointer-events: none;
}
#menu-blackout.on-menu-in {
	pointer-events: all;
}

#menu {
	position: absolute;
	z-index: 100;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#menu .navbar-brand {
	padding: 10px;
	height: initial;
}
#menu .navbar-brand img {
	height: 30px;
	display: block;
}
#menu .navbar-nav {
	align-items: center;
}
.navbar-site {
	background-color: rgba(0,0,0,0.5) !important;
	border-color: transparent !important;
	margin: 0;
	border-radius: 0;
	border: 0;
	padding: 0;
	position: relative;
}
.navbar-site .navbar-nav>li {
	position: initial !important;
	position: static !important;
}
.navbar-site .navbar-nav>li>a {
	position: relative;
	overflow: hidden;
	display: block;
	color: #fff !important;
	background-color: transparent !important;
	padding: 10px 10px; 
}
.navbar-site .navbar-nav>li>a.active {
	color: #fff !important;
}
.navbar-site .navbar-nav>li>a.big-menu-txt {
	font-size: 24px;
	color: #fff !important;
}
.navbar-site .navbar-nav>li>a:before {
	position: absolute;
	bottom: 6px;
	height: 3px;
	content: '';
	width: calc(100% - 15px);
	display: block;
	opacity: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-color: #fff;
}
.navbar-site .navbar-nav>li>a.concerts_color:before {
	background-color: #ffce00;
}
.navbar-site .navbar-nav>li>a.festivals_color:before {
	background-color: #ff7d37;
}
.navbar-site .navbar-nav>li>a.family_color:before {
	background-color: #ff79da;
}
.navbar-site .navbar-nav>li>a.sports_color:before{
	background-color: #4cc759;
}
.navbar-site .navbar-nav>li>a.estate_color:before {
	background-color: #67caff;
}
.navbar-site .navbar-nav>li>a.ticketmaster_color:before {
	background-color: #f33c40;
}
.navbar-site .navbar-nav>li>a.talent_color:before {
	background-color: #ac59ff;
}
.navbar-site .navbar-nav>li>a.brand_color:before {
	background-color: #037aff;
}
.navbar-site .navbar-nav>li>a.vip_color:before {
	background-color: #9d7e36;
}
.navbar-site .navbar-nav>li>a.gaming_color::before {
	background-color: #d7df23;
}
.navbar-site .navbar-nav>li>a:hover {
	color: #fff;
}
/*.navbar-site .navbar-nav>li>a:hover:before {
	opacity: 1;
}*/
.navbar-site .navbar-nav>li:hover a:before {
	opacity: 1;
}
.navbar-site .navbar-nav>li>a.active:before,
.navbar-site .navbar-nav>li>a[aria-expanded="true"]:before {
	opacity: 1 !important;
}
.navbar-site .navbar-nav>li>a.big-menu-txt:before,
.navbar-site .navbar-nav>li>a.no-boder-hover:before {
	opacity: 0 !important;
}

.navbar-site .inner_dropdown .dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.navbar-site .inner_dropdown .dropdown-menu ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.navbar-site .inner_dropdown .dropdown-menu li {
	width: 20%;
	width: 19.5%;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	font-size: 12px;
	line-height: 12px;
}
.navbar-site .inner_dropdown .dropdown-menu .big-submenu-text li {
	font-size: 14px;
  line-height: 14px;
}
.navbar-site .inner_dropdown .dropdown-menu li a {
	color: #000;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}
.navbar-site .inner_dropdown .dropdown-menu li a:before {
	position: absolute;
	bottom: 0;
	height: 2px;
	content: '';
	width: calc(100% - 10px);
	display: block;
	opacity: 0;
	left: 0;
	margin: auto;
	right: 0;
	background-color: #000;
}
/*.navbar-site .inner_dropdown .dropdown-menu li a:hover {
	color: #000;
}*/
.navbar-site .inner_dropdown .dropdown-menu li a:hover:before {
	opacity: 1;
}
.navbar-site .inner_dropdown .dropdown-menu li a.active:before {
	opacity: 1 !important;
}
/*
.navbar-site .inner_dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
}
*/
.navbar-site .inner_dropdown .dropdown-menu.active {
	display: block;
	opacity: 1;
}
.navbar-site .dropdown-menu>li>a:focus,
.navbar-site .dropdown-menu>li>a:hover {
	background-color: transparent !important;
}

.calendar-icon {
	width: 26px;
	height: 26px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/statics/ocom_calendar.png");    
}
.navbar-site .navbar-nav>li.calendar-item>a {
	/*padding: 12px 15px 12px 0;*/
}
.navbar-site .navbar-nav>li.calendar-item>a:hover {
	opacity: 0.7;
}

.navbar-site .navbar-nav>li.lang-item>a {
	/*padding: 15px 0 0;*/
	line-height: 24px;
}
.navbar-site .navbar-nav>li.lang-item>a:hover {
	opacity: 0.7;
}
.navbar-site .navbar-nav>li.lang-item .flag-link span {
	display: block;
}
.navbar-site .navbar-nav>li.lang-item .flag-link span img {
	display: block;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.6);
    margin-right: 10px;
}


/* SECTIONS */
.section_main_title{
	z-index: 10;
}

.section_main_title:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 50%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,29292c+94&0+0,1+94 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(41,41,44,1) 94%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(41,41,44,1) 94%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(41,41,44,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#29292c',GradientType=0 ); /* IE6-9 */
}

.section_margin{
	margin-top: 200px;
	margin-bottom: 200px;
}

.fullsize_gallery{
	margin-top: 100px;
	margin-bottom: 100px;
}

.top-section-video video {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-section-video .embed-responsive {
	pointer-events: none;
}
.video-js .vjs-big-play-button {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(0,0,0,0.7);
	outline: none;
}
.video-js .vjs-big-play-button span {
	line-height: 60px;
}
.video-js .vjs-fullscreen-control {
	display: none !important;
	opacity: 0 !important;
}
.video-js .vjs-control,
.video-js .vjs-mute-control {
	outline: none;
}

.extra-brick-div .top-section-video .embed-responsive {
	pointer-events: all;
}

/* HOME */
.fact {
	margin-bottom: 40px;
	display: table;
	width: 100%;
	height: 230px;
	overflow: hidden;
	border: 2px solid #fff;
	padding: 20px;
}
.fact .inner-fact {
	display: table-cell;
  vertical-align: middle;
}
.fact .title {
	font-size: 65px;
	line-height: 65px;
}
.fact .title:after {
	content: '';
	position: relative;
	display: block;
	width: 22px;
	height: 1px;
	background-color: white;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fact .title.title_4 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.fact .title span {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.fact .title_2 span {
	display: inline-block;
  width: 60%;
}
.fact .title_3 span {
	display: block;
	margin-bottom: 20px;
}
.fact .title_4 span {
	display: block;
	margin-bottom: 20px;
	font-size: 65px;
	line-height: 65px;
}
.fact .desc {
	font-size: 18px;
	line-height: 22px;
}
.fact .desc p {
	margin: 0;
}

.facts-list-content {
/*
	width: calc(100% - 100px);
	margin-left: 100px;
*/
}
.each-fact.fact-space {
/*   width: calc(50% - 100px); */
}
.fact-list {
	position: relative;
	margin-bottom: 20px;
	width: calc(53% + 0px);
}
.each-fact.fact-list.fact-left {
    margin-left: calc(47% + 0px);
}
.each-fact.fact-list.fact-right {
/*     padding-right: 3%; */
    text-align: right;
}

.fact-list .fact {
	margin: 0;
	position: relative;
	min-height: initial;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 110px);
	height: initial;
	padding: 0;
	border: 0;
	overflow: initial;
}
.fact-list .title.no-text {
	font-size: inherit;
	line-height: inherit;
}
.fact-list .title {
	margin: 0 0 10px;
}
.fact-list .title:after {
	display: none;
}
.fact-list .title span {
	width: 60% !important;
}
.fact-list .desc {
	width: 100% !important;
} 
.fact-list .number {
	text-align: center;
	font-size: 50px;
	line-height: 62px;
	vertical-align: middle;
	border-radius: 50%;
	border: 2px solid #808081;
	width: 70px;
	height: 70px;
	display: none;
	opacity: 0;
	position: relative;
	background-color: #29292c;
	pointer-events: none;
}
.fact-list.fact-left .number-left {
	margin-right: 36px;
	display: inline-block;
	opacity: 1;
}
.fact-list.fact-right .number-right {
	margin-left: 36px;
	display: inline-block;
	opacity: 1;
}
.fact-list .number-left:before {
	position: absolute;
	display: block;
	content: '';
	width: 46%;
	height: 2px;
	background: #808081;
	right: -46%;
	bottom: 0;
	top: 0;
	margin: auto;
}
.fact-list .number-right:before {
	position: absolute;
	display: block;
	content: '';
	width: 46%;
	height: 2px;
	background: #808081;
	left: -46%;
	bottom: 0;
	top: 0;
	margin: auto;
}
.fact-list .number-left:after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 120%;
	background: #808081;
	right: 0;
	left: 0;
	bottom: -120%;
	margin: auto;
}
.fact-list .number-right:after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 120%;
	background: #808081;
	right: 0;
	left: 0;
	bottom: -120%;
	margin: auto;
}
.fact-list.fact-last .number:after {
	display: none;
}

/* CIRUCLAR MENU */
.circular_menu{
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 500px;
	margin: 50px auto;
}
.circular_menu .logo {
	position: absolute;
	width: 275px;
	height: 275px;
	text-align: center;
	font-size: 55px;
	font-family: "barlowbold";
	left: 25px;
	right: 0;
	margin: 120px auto;
	border-radius: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,191917+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(41,41,41,1) 0%, rgba(25,25,23,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(41,41,41,1) 0%,rgba(25,25,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(41,41,41,1) 0%,rgba(25,25,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#191917',GradientType=1 ); /* IE6-9 */
}
.cirular_menu_btn{
	position: absolute;
	left: 50%;
	top: 2px;
	//transform-origin: -4px 255px;
	transform-origin: 0px 255px;
	margin-left: 12px;
}
.cirular_menu_btn .circular_menu_item_info {
	position: absolute;
	width: 250px;
}
.cirular_menu_btn .circular_menu_item_info h3{
	margin: 0;
}
/* V1
#circular_menu_item_0{
}
#circular_menu_item_0 .circular_menu_item_info{
	bottom: 100%;
	left: -125px;
	text-align: center;
}
#circular_menu_item_1{
	transform: rotate(40deg);
}
#circular_menu_item_1 .circular_menu_item_info{
	transform: rotate(-40deg);
	top: -120px;
  left: -20px;
}
#circular_menu_item_2{
	transform: rotate(80deg);
}
#circular_menu_item_2 .circular_menu_item_info{
	transform: rotate(-80deg);
	top: -170px;
  left: -90px;
}
#circular_menu_item_3{
	transform: rotate(120deg);
}
#circular_menu_item_3 .circular_menu_item_info{
	transform: rotate(-120deg);
	top: -150px;
  left: -180px;
}
#circular_menu_item_4{
	transform: rotate(160deg);
}
#circular_menu_item_4 .circular_menu_item_info{
	transform: rotate(-160deg);
	bottom: 155px;
	left: -138px;
	text-align: center;
}
#circular_menu_item_5{
	transform: rotate(200deg);
}
#circular_menu_item_5 .circular_menu_item_info{
	transform: rotate(-200deg);
	top: -100px;
	left: -40px;
	text-align: right;
}
#circular_menu_item_6{
	transform: rotate(240deg);
}
#circular_menu_item_6 .circular_menu_item_info{
	transform: rotate(-240deg);
	top: -150px;
	left: -50px;
	text-align: right;
}
#circular_menu_item_7{
	transform: rotate(280deg);
}
#circular_menu_item_7 .circular_menu_item_info{
	transform: rotate(-280deg);
	top: -165px;
	left: -138px;
	text-align: right;
}
#circular_menu_item_8{
	transform: rotate(3200deg);
}
#circular_menu_item_8 .circular_menu_item_info{
	transform: rotate(-320deg);
	top: -135px;
	left: -228px;
	text-align: right;
}
*/


#circular_menu_item_0{
}
#circular_menu_item_0 .circular_menu_item_info{
	bottom: 100%;
	left: -125px;
	text-align: center;
}
#circular_menu_item_1{
	transform: rotate(36deg);
}
#circular_menu_item_1 .circular_menu_item_info{
	transform: rotate(-36deg);
	top: -118px;
  left: -9px;
}
#circular_menu_item_2{
	transform: rotate(72deg);
}
#circular_menu_item_2 .circular_menu_item_info{
	transform: rotate(-72deg);
	top: -168px;
    left: -64px;
}
#circular_menu_item_3{
	transform: rotate(108deg);
}
#circular_menu_item_3 .circular_menu_item_info{
	transform: rotate(-108deg);
	top: -176px;
    left: -141px;
}
#circular_menu_item_4{
	transform: rotate(144deg);
}
#circular_menu_item_4 .circular_menu_item_info{
	transform: rotate(-144deg);
	bottom: 207px;
    left: -194px;
    text-align: left;
}
#circular_menu_item_5{
	transform: rotate(180deg);
}
#circular_menu_item_5 .circular_menu_item_info{
	transform: rotate(-180deg);
	top: -82px;
    left: -117px;
    text-align: center;
}
#circular_menu_item_6{
	transform: rotate(216deg);
}
#circular_menu_item_6 .circular_menu_item_info{
	transform: rotate(-216deg);
	top: -140px;
    left: -35px;
   	text-align: right;
}
#circular_menu_item_7{
	transform: rotate(252deg);
}
#circular_menu_item_7 .circular_menu_item_info{
	transform: rotate(-252deg);
	top: -170px;
    left: -100px;
	text-align: right;
}
#circular_menu_item_8{
	transform: rotate(288deg);
}
#circular_menu_item_8 .circular_menu_item_info{
	transform: rotate(-288deg);
	top: -184px;
    left: -186px;
	text-align: right;
}
#circular_menu_item_9{
	transform: rotate(324deg);
}
#circular_menu_item_9 .circular_menu_item_info{
	transform: rotate(-324deg);
	top: -135px;
	left: -228px;
	text-align: right;
}



.hover_svg:hover{
	cursor: pointer;
	opacity: 0.2;
}

/* FAM */
.circular_menu_fam_btn{
	position: absolute;
	left: 50%;
	top: 2px;
	margin-left: 0px;
	transform-origin: -14px 278px;
}
.circular_menu_fam_btn .circular_menu_item_info {
	position: absolute;
	width: 250px;
}
.circular_menu_fam_btn .circular_menu_item_info h3{
	margin: 0;
}

#circular_menu_fam_item_0{
	transform: rotate(0deg);
}
#circular_menu_fam_item_0 .circular_menu_item_info{
	transform: rotate(0deg);
	bottom: 100%;
	left: -125px;
	text-align: center;
}
#circular_menu_fam_item_1{
	transform: rotate(72deg);
}
#circular_menu_fam_item_1 .circular_menu_item_info{
	transform: rotate(-72deg);
    top: -161px;
    left: -61px;
}
#circular_menu_fam_item_2{
	transform: rotate(144deg);
}
#circular_menu_fam_item_2 .circular_menu_item_info{
	transform: rotate(-144deg);
	top: -163px;
    left: -192px;
}
#circular_menu_fam_item_3{
	transform: rotate(216deg);
}
#circular_menu_fam_item_3 .circular_menu_item_info{
	transform: rotate(-216deg);
	top: -138px;
    left: -34px;
    text-align: right;
}
#circular_menu_fam_item_4{
	transform: rotate(288deg);
}
#circular_menu_fam_item_4 .circular_menu_item_info{
	transform: rotate(-288deg);
	bottom: 364px;
    left: -176px;
    text-align: right;
}
#circular_menu_fam_item_5{
	transform: rotate(360deg);
}
#circular_menu_fam_item_5 .circular_menu_item_info{
	transform: rotate(-360deg);
	top: -82px;
	left: -40px;
	text-align: right;
}


/* GRID */
.grid-title {
	margin: 0;
	padding: 15px 30px;
	font-size: 42px;
	line-height: 42px;
	color: #161616;
	background-color: #fff;
	display: inline-block;
}
.item-grid {
	margin: 0px;
	height: 340px;
	position: relative;
	display: table;
	z-index: 2;
}
.item-grid .item-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.item-grid .item-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.item-grid .item-title {
	width: 75%;
	max-width: 270px;
	margin: 0;
	padding: 15px 20px;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	background-color: #161616;
	display: inline-block;
}
.item-grid .item-subtitle {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 0;
	text-transform: none;
}

#brick-grid-audiencia .col-arq {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
#brick-grid-audiencia .item-grid {
  height: 300px;
}
#brick-grid-audiencia .item-grid .item-inner {
	display: block;
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}
#brick-grid-audiencia .item-grid .item-title {
	width: 100%;
	max-width: initial;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
#brick-grid-audiencia .item-grid .item-subtitle {
	font-size: 12px;
	line-height: 14px;
}
#brick-grid-audiencia .item-grid:hover {
	z-index: 10;
}
#brick-grid-audiencia .item-grid:hover .item-inner {
	opacity: 1;
}
#brick-grid-audiencia .item-grid.item-active {
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	pointer-events: none !important;
}

/* SLIDER */
#gallery-brick .gallery-brick-title {
	float: none;
}
#gallery-brick .inner-slide{
	position: relative;
}

#gallery-brick .inner-slide img{
	opacity: 0;
}
#gallery-brick.loaded .inner-slide img{
	opacity: 1;
}
#gallery-brick .info-slide {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #212121;
	display: none;
	opacity: 0;
}
#gallery-brick .info-slide h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}
#gallery-brick .info-slide span {
	text-transform: none;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0;
	color: #a7a7a7;
}
#gallery-brick .each-slide:hover .info-slide {
	opacity: 1;
	display: block;
}
#gallery-brick .bx-wrapper {
	margin: 0;
	box-shadow: none;
	border: 0;
	background: transparent;
}
#gallery-brick .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	color: #000;
	margin: 0;
	text-align: center;
	background-color: #1f1f23;
	padding: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: calc(50% - 20px);
	z-index: 90;
}
#gallery-brick .bx-wrapper .bx-controls-direction svg {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	height: 22px;
}
#gallery-brick .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.7;
}
#gallery-brick .bx-wrapper .bx-prev svg {
	margin: 4px 4px 0px 0px;
}
#gallery-brick .bx-wrapper .bx-next svg {
	margin: 4px 0px 0px 4px;
}
#gallery-brick .each-slide-video,
#gallery-brick .each-slide-image {
	cursor: pointer;
}
#gallery-brick .each-slide-video .play-icon {
	pointer-events: none;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(0,0,0,0.7);
	outline: none;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
#gallery-brick .each-slide-video .play-icon svg {
/* 	line-height: 50px; */
	font-size: 24px;
	margin-left: 5px;
}
#gallery-brick .each-slide-video:hover .play-icon {
	background-color: rgba(0,0,0,1);
}

@media(max-width:1200px){
	.each-fact.fact-list.fact-left {
    	margin-left: calc(47% - 12px);
	}
}
@media(max-width:992px){
	.each-fact.fact-list.fact-left {
    	margin-left: calc(47% - 25px);
	}
}
@media(max-width:768px){
	.each-fact.fact-list.fact-left {
    	margin-left: calc(47% - 20px);
	}
	.fact-list {
	    width: calc(57% + 0px);
    }
}

@media(max-width:600px){
	.each-fact.fact-list.fact-left {
    	margin-left: 0;
	}
	.each-fact.fact-list.fact-right {
	    text-align: left;
	}
}
/* highlights */
.single-highlights {
	
}
.single-highlights .bg-less-black {
	background-color: #1e1e1e
}
.single-highlights .each-highlight {
	margin: 0 0 20px;
	padding: 15px 15px;
	display: table;
	width: 100%;
	position: relative;
}
.single-highlights .icon-highlight {
	font-size: 40px;
	line-height: 40px;
	width: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.single-highlights .info-highlight {
	display: inline-block;
	vertical-align: text-bottom;
	width: calc(100% - 70px);
	margin: 5px 0 0;
}
.single-highlights .child-cell .icon-highlight {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.single-highlights .child-cell .info-highlight {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 15px;
}
.single-highlights .audience-highlight {
  padding: 0;
}
.single-highlights .audience-highlight .icon-highlight {
	margin: 0;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.single-highlights .audience-highlight .info-highlight {
	margin: 0 70px 0;
	padding: 0;
}
.single-highlights .audience-highlight .highlight-title {
	padding: 15px 15px;
	margin: 0;
}
.single-highlights .audience-highlight .highlight-subtitle {
	padding: 15px 15px;
	background-color: #222;
	margin: 0;
}
.single-highlights .each-highlight.type-icon_quaver .highlight-subtitle {
	font-size: 18px;
}
.single-highlights .each-highlight .highlight-subtitle p {
	margin: 0 0 5px;
	line-height: normal;
}

/* CONCIERTO */
.single-concierto .single-highlights {
	margin-top: 30px;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  /*grid-auto-rows: minmax(100px, auto);*/
}
.single-concierto .single-highlights .each-highlight {
	margin: 0px;
}
.single-concierto .single-highlights .child-cell .icon-highlight,
.single-concierto .single-highlights .child-cell .info-highlight {
	vertical-align: top;
}

/* AUDIENCIA */
.single-audiencia {}

/* BLOQUES */
.bloques-section .bloques-mb {
	margin-bottom: 40px;
}
.bloques-section .bloques-inner {
	display: flex;
	margin-top: 40px;
}
.bloques-section .bloques-number {
	margin: 0 0 30px;
	font-size: 150px;
	line-height: 120px;
}
.bloques-section .bloques-logo {
	max-width: 60px;
	width: 90%;
	margin: 0 auto;
}
.bloques-section .bloques-title {
	margin: 0 0 20px;
}
.bloques-section .bloques-stripe {
	width: 100px;
	margin: 40px auto;
	height: 2px;
}
.bloques-section .bloques-list {
	list-style: none;
	font-size: 16px;
	line-height: 20px;
}
.bloques-section .bloques-list li {
	margin-bottom: 10px;
}
.bloques-section a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.bloques-section a:hover {
	opacity: 0.5;
}
.bloques-section .bloques-cols {
	position: relative;
}
.bloques-section .bloques-cols.izquierda:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*
.bloques-section .bloques-inner.paxs-try {
	display: flex;
}
*/
.bloques-section .bloques-inner.paxs-try .bloques-cols {
	padding: 30px 0;
}

/* FOOTER */
#footer {
	background-color: #212121;
	padding: 50px 0;
}
#footer .white-link {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}
#footer .space-link {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

/* COOKIES */
.cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	color: #dad2d2;
	font-size: 11px;
	line-height: 12px;
	padding: 10px;
	z-index: 99;
	letter-spacing: 0.03em;
}
.cookies.no-show {
	display: none;
	opacity: 0;
}
.cookies p {
	margin: 0;
}
.close_cookies_btn {
	position: relative;
	top: -3px;
	left: -2px;
	cursor: pointer;
}
.close_cookies_btn:hover {
	color: rgba(255,255,255,0.6);
}

/* MODAL POPUP */
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
#popup-dinamyc .modal-dialog {
	width: 80%;
	margin: 0;
	max-width: initial;
}
#popup-dinamyc .close {
	float: none;
	position: absolute;
	top: -15px;
	right: -15px;
	color: #fff;
	opacity: 0.7;
	outline: none;
	font-size: 40px;
	line-height: 25px;
}
#popup-dinamyc .close:hover {
	opacity: 1;
}
#popup-dinamyc .full-image-pop {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* EVENTS */
.events-brick-section {
}
.events-brick-row {
}
.events-brick {
	margin-top: 30px;
}
.events-brick .card {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #fff;
}
.events-brick .card-header {
	padding: 20px 0;
	border: 0;
}
.events-brick .card-body {
	padding: 0;
}
.events-brick .btn {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.events-brick .btn:focus {
	box-shadow: none;
}
.events-brick .btn[aria-expanded="true"] .fa-chevron-down {
	transform: rotate(180deg);
	transform-origin: center;
}
.events-brick .event-item {
	margin-bottom: 30px;
}
.events-brick .event-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}
.events-brick .event-info p {
	margin-bottom: 5px;
}

@media (min-width: 2000px) {
	.container {
		/*width: calc(100% - 800px);*/
	}
}
@media (max-width:1200px) {
	.bigger-title { font-size: 80px; line-height: 86px; }
	
	.navbar-nav>li {
		font-size: 12px;
		line-height: 12px;
	}
	.navbar-site .inner_dropdown .dropdown-menu li {
		font-size: 11px;
		line-height: 11px;
	}
	.navbar-site .inner_dropdown .dropdown-menu .big-submenu-text li {
		font-size: 13px;
		line-height: 13px;
	}
	.navbar-site .navbar-nav>li.calendar-item>a {
	  /*padding: 14px 15px 14px 0;*/
	}
	.calendar-icon {
		width: 22px;
		height: 22px;
  }
	
	.fact {
		margin-bottom: 60px;
		min-height: 220px;
	}
	.fact .title {
		font-size: 60px;
		line-height: 60px;
	}
	.fact .title.title_4 {
		font-size: 20px;
		text-transform: uppercase;
		line-height: 20px;
	}
	.fact .title span {
		font-size: 22px;
		line-height: 22px;
	}
	.fact .title_4 span {
		font-size: 50px;
		line-height: 50px;
	}
	.fact .desc {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width:1030px) {
	.navbar-nav>li {
		font-size: 10px;
		line-height: 10px;
	}	
	.navbar-nav>li a {
		padding: 15px 10px;
	}
	.navbar-site .navbar-nav>li>a:before {
		height: 2px;
		width: calc(100% - 14px);
		bottom: 12px;
	}
	.navbar-site .navbar-nav>li.calendar-item>a {
	  padding: 15px 10px 15px 0;
	}
	.calendar-icon {
		width: 20px;
		height: 20px;
  }
	.navbar-site .inner_dropdown .dropdown-menu li {
		font-size: 10px;
		line-height: 10px;
	}
	.navbar-site .inner_dropdown .dropdown-menu .big-submenu-text li {
		font-size: 11px;
		line-height: 11px;
	}
}
@media (max-width:992px) {
	h1{	font-size: 52px; }
	h3{ font-size: 24px; }
	
	.bigger-title {
		font-size: 60px;
		line-height: 66px;
	}
	
	.section-subtitle {
		font-size: 24px;
		line-height: 28px;
	}
	
	.small-info-txt h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.small-info-txt .section-subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	
	.middle_logo {
		max-width: 80%;
	}
	
	.mark-scroll .scroll-to {
		font-size: 14px;
	  line-height: 18px;
	}
	.mark-scroll .scroll-to svg {
		font-size: 26px;
		line-height: 26px;
	}
	
	.item-grid .item-title {
		font-size: 18px;
		line-height: 20px;
	}
	.item-grid .item-subtitle {
		font-size: 14px;
		line-height: 16px;
	}

	.fact .title {
		font-size: 50px;
		line-height: 50px;
	}
	.fact .title.title_4 {
		font-size: 18px;
		line-height: 18px;
	}
	.fact .title span {
		font-size: 18px;
		line-height: 18px;
	}
	.fact .title_3 span {
		width: 100%;
	}
	.fact .title_2 span {
	  width: 70%;
	}
	.fact .title_4 span {
		font-size: 40px;
		line-height: 40px;
	}
	.fact .desc {
		font-size: 14px;
		line-height: 16px;
	}
	.fact-list .title span {
		width: 70% !important;
	}
	
	.brick-section .big_logo {
		max-width: 50%;
	}
	
	.grid-title {
		font-size: 32px;
		line-height: 32px;
	}
	#brick-grid-audiencia .item-grid {
		height: 260px;
	}
	#brick-grid-audiencia .item-grid .item-title {
		font-size: 16px;
		line-height: 18px;
	}
	#brick-grid-audiencia .item-grid .item-subtitle {
		font-size: 10px;
		line-height: 12px;
	}
	
	.single-highlights .info-highlight h4 {
		font-size: 16px;
	}
	.single-highlights .info-highlight .highlight-subtitle {
		font-size: 12px;
		line-height: 16px;
	}
	.single-highlights .each-highlight.type-icon_quaver .highlight-subtitle {
		font-size: 16px;
		line-height: 20px;
	}
	
	.single-concierto .single-highlights {
	  grid-template-columns: repeat(3, 1fr);
	}
	
	.circular_menu{
		max-width: 768px;
		transform: scale(0.75);
		transform-origin: center center;
	}
}
@media (max-width:840px) {
	.navbar-nav>li {
		font-size: 9px;
		line-height: 9px;
	}
	.navbar-site .inner_dropdown .dropdown-menu li {
		font-size: 8px;
		line-height: 8px;
	}
	.navbar-site .inner_dropdown .dropdown-menu .big-submenu-text li {
		font-size: 10px;
		line-height: 10px;
	}
}
@media (max-width:800px) {
	.navbar-nav>li {
		font-size: 8px;
		line-height: 8px;
	}
}
@media (max-width:768px) {
	h1{	font-size: 42px; }
	h3{ font-size: 20px; }
	
	.bigger-title {
		font-size: 50px;
		line-height: 56px;
	}
	
	.section-subtitle {
		font-size: 20px;
		line-height: 24px;
	}
	
	.small-info-txt h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.small-info-txt .section-subtitle {
		font-size: 18px;
		line-height: 24px;
	}
	
	.mark-scroll .scroll-to {
		font-size: 12px;
	  line-height: 16px;
	}
	.mark-scroll .scroll-to svg {
		font-size: 22px;
		line-height: 22px;
	}
	
	.fact {
		min-height: 180px;
	  margin-bottom: 40px;
	}
	.fact .title {
		font-size: 40px;
		line-height: 40px;
	}
	.fact .title.title_4 {
		font-size: 14px;
		line-height: 14px;
	}
	.fact .title span {
		font-size: 14px;
	  line-height: 14px;
	}
	.fact .title_4 span {
		font-size: 30px;
		line-height: 30px;
	}
	.fact .desc {
		font-size: 12px;
		line-height: 14px;
		width: 96%;
	}
	
	.brick-section .row {
		width: 90%;
		margin: 0 auto;
	}
	.brick-section.container-fluid .row {
		width: 100%;
	}
	
	.fullsize_gallery img {
		max-width: 90%;
	}
	
	#brick-grid-audiencia .col-arq {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#brick-grid-audiencia .item-grid {
	  height: 300px;
	}
	
	.single-highlights .info-highlight h4 {
		font-size: 14px;
	}
	.single-highlights .info-highlight .highlight-subtitle {
		font-size: 10px;
		line-height: 14px;
	}
	.single-highlights .each-highlight.type-icon_quaver .highlight-subtitle {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width:767px) {
	.bigger-title { font-size: 40px; line-height: 46px; }
	
	#menu .navbar-nav {
		float: none;
		margin: 0;
		align-items: flex-start;
	}
	.navbar-site {
		background-color: rgba(0,0,0,0.9) !important;
	}
	.navbar-nav>li {
		font-size: 14px;
		line-height: 14px;
	}
	.navbar-nav li span {
		margin-left: 10px;	
	}
	.navbar-site .navbar-nav>li>a {
		padding: 10px 15px;
	}
	.navbar-site .navbar-nav>li>a:before {
		width: 10px;
		height: 10px;
		top: 1px;
		bottom: 0;
		right: initial;
		left: 0;
	}
	.navbar-site .inner_dropdown .dropdown-menu {
		position: relative;
		padding: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		
		display: none !important;
		opacity: 0 !important;
	}
	.navbar-site .inner_dropdown .dropdown-menu ul {
		width: 100%;
	}
	.navbar-site .inner_dropdown .dropdown-menu li a {
		color: #ddd;
	}
	.navbar-site .inner_dropdown .dropdown-menu li a:hover {
		color: #fff;
	}
	
	.fact {
		margin-bottom: 30px;
		/*min-height: 150px;*/
	}
	
	.grid-title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.section_margin {
		margin-top: 150px;
		margin-bottom: 150px;
	}
	.fullsize_gallery {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	
	.mark-scroll .scroll-to {
		font-size: 10px;
	  line-height: 14px;
	}
	.mark-scroll .scroll-to svg {
		font-size: 18px;
		line-height: 18px;
	}
	
	.single-highlights {
	  margin-top: 40px;
	}
	
	.circular_menu{
		max-width: 500px;
		transform: scale(0.55);
	}

	.bloques-section .bloques-inner {
		margin-top: 20px;
		flex-direction: column;
	}
	.bloques-section .bloques-cols.izquierda::after {
		display: none;
	}
	.bloques-section .bloques-inner.paxs-try {
		margin-top: 0;
	}
	.bloques-section .bloques-logo {
		margin: 0 auto 20px;
	}
	.bloques-section .bloques-mb {
		margin-bottom: 40px;
	}
	
	#brick-grid-audiencia .item-grid {
	  height: 240px;
	}
	
	.events-brick-row {
		width: 90%;
		margin: 0 auto;
	}
	
	.single-concierto .single-highlights {
	  grid-template-columns: repeat(2, 1fr);
	}

	.cookies {
		font-size: 10px;
		line-height: 11px;
	}
}
@media (max-width:600px) {
	h1{	font-size: 32px; }
	h3{ font-size: 16px; }
	
	.bigger-title {
		font-size: 34px;
		line-height: 40px;
	}
	
	.section-subtitle {
		font-size: 16px;
		line-height: 20px;
	}
	
	.single-highlights .info-highlight h4 {
		font-size: 12px;
	}
	
	#brick-grid-audiencia .item-grid {
		width: 50%;
		height: 260px;
		height: 230px;
	}
	
	.each-fact {
	  width: 50%;
	}
	.each-fact.fact-space {
		display: none;
	}
	.brick-facts-list {
		width: 100%;
	}
	#brick-badges.brick-facts-list .facts-list-content {
		margin: 0 auto;
		width: 90%;
	}
	.fact-list {
		width: 100%;
		right: 0;
		text-align: left;
		margin-bottom: 40px;
	}
	.fact-list .number {
		font-size: 40px;
		line-height: 52px;
		width: 60px;
		height: 60px;
  }
	.fact-list.fact-right .number-right {
		display: none;
		opacity: 0;
	}
	.fact-list.fact-right .number-left {
		margin-right: 36px;
		display: inline-block;
		opacity: 1;
	}
	.fact-list .fact {
	  width: calc(100% - 100px);
	}
	
	.circular_menu{
		height: 240px;
		max-width: 350px;
	}
}
@media (max-width:500px) {	
	.each-fact {
		width: 49%;
		float: none;
		margin: 0 auto;
		max-width: 240px;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		min-width: 165px;
		text-align: left;
	}
	.fact {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		min-height: initial;
		width: 94%;
	}
	.fact-list {
		width: 100%;
		max-width: initial;
		min-width: initial;
		margin-bottom: 40px;
	}
	
	.grid-title {
		font-size: 18px;
		line-height: 18px;
	}
	#brick-grid-audiencia .item-grid {
		width: 90%;
		float: none;
		margin: 0 auto;
		max-width: 350px;
		height: 280px;
	}	
	
	.section_margin {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.circular_menu{
		max-width: 300px;
		transform: scale(0.35);
	}
	
	.cookies {
		font-size: 8px;
		line-height: 9px;
	}
}
@media (max-width:400px) {
	#brick-badges {
		text-align: center;
	}
	
	.each-fact {
		width: 90%;
	}
	
	.fact-list {
		margin-bottom: 30px;
	}
	.fact-list.fact-left .number-left,
	.fact-list.fact-right .number-left {
		display: block;
		margin-bottom: 30px;
	}
	.fact-list .number-left:before {
		display: none;
	}
	.fact-list .number-left:after {
		height: 30px;
		bottom: -30px;
		display: block !important;
	}
	.fact-list .title span {
		width: 100% !important;
	}
	.fact-list .fact {
		width: 100%;
		margin: 5px 0 0;
	}
}


/* TIMELINE */

#timeline{
	position: relative;
	height: 2px;
	margin-top: 400px;
	margin-bottom: 400px;
	background-color: #333;
}
#timeline:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

#timeline .item_container{
	position: absolute;
	padding: 0 10px;
	font-size: 16px;
	line-height: 16px;
}

#timeline .item_container.superior{
	bottom: 0;
	padding-bottom: 20px;
}
#timeline .item_container.inferior{
	top: 0;
	padding-top: 20px;
}

#timeline .item_container .info{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	max-width: 130px;
	margin: 0 auto 25px;
	background-color: #292a2c;
	padding-left: 8px;
}

#timeline .item_container .info a{
	color: #fff !important;
}
#timeline .item_container .info:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 3px;
	height: 100%;
}

#timeline .item_container .info:after{
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
#timeline .item_container.superior .info:first-child:after, #timeline .item_container.inferior .info:first-child:after{
	background-color: transparent;
}
#timeline .item_container.inferior .info:nth-child(2):after{
	background-color: transparent;
}


#timeline .item_container .info.Pax1:before{
	background-color: #81BB3F;
}
#timeline .item_container .info.Pax2:before{
	background-color: #E65A28;
}
#timeline .item_container .info.Pax3:before{
	background-color: #269FD6;
}
#timeline .item_container .info .name{
	margin-bottom: 3px;
}
#timeline .item_container .date{
	width: 85%;
	min-width: 110px;
}

#timeline .item_container .line{
	position: relative;
	left: 50%;
	width: 1px;
	background-color: #ccc;
	z-index: 0;
}

#timeline .item_container .line:before{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #ccc;
	position: absolute;
	left: -2px;
}

#timeline .item_container.superior .line{
	margin-top: 10px;
}

#timeline .item_container.inferior .line{
	margin-bottom: 15px;
}
#timeline .item_container.superior .line:before{
	top: 0;
}
#timeline .item_container.inferior .line:before{
	bottom: 0;
}
.rest_item{
	position: absolute;
	text-align: center;
	top: -12px;
}
.rest_item .space{
	position: relative;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
	background-color: #ccc;
}
.rest_item .name{
	font-size: 12px;
	line-height: 13px;
	padding: 0 10px;
}

.timeline_container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #191919;
}
.timeline_container::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #191919;
}
.timeline_container::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.timeline_container .row {
	margin-bottom: -70px;
}



@media(max-width:1200px){
	#timeline .item_container{
		font-size: 14px;
		line-height: 14px;
	}
}

@media(max-width:992px){
	.timeline_container{
		max-width: 100%;
	}
	
	#timeline .item_container{
		font-size: 12px;
		line-height: 12px;
	}
	
}

@media(max-width:768px){
	.timeline_container{
		overflow: scroll;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	
	#timeline{
		min-width: 900px;
	}
	
}


/* MAPA */

.city_container{
	position: absolute;
	z-index: 2;
}

.city_container .city_name{
	font-size: 16px;
	line-height: 16px;
}
.city_container .event{
	font-size: 12px;
	line-height: 13px;
}
.city_container .event a{
	color: #fff !important;
}

.city_dots{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.city_dots svg{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#map{
	position: relative;
}

@media(max-width:768px){
	
	
	#map{
		min-width: 900px;
	}
	
}