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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#1c1c1a;
}
img {
	max-width:100%;
	height:auto;
}
a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
input,
input:hover,
input:focus,
select,
select:focus,
select:hover,
option,
option:focus,
option:hover,
select:not([multiple]),
.btn_radio:focus,
.btn_radio:hover {
	outline:0;
	text-decoration:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input.form-control:hover,
input.form-control:focus,
select.form-control,
select.form-control:focus,
select.form-control:hover,
option,
option:focus,
option:hover {
	border-color:#ced4da;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}
.centering {
	text-align:center;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
/* TíTULOS */
h1 {
	font-size:28px;
	letter-spacing:4px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}
h2 {
	font-size:20px;
	line-height:26px;
}
.orange {
	color:#ff5c18;
}
a:hover {
	color:#666;
}

/* BOX SHADOW */
.producto_itemBox:hover,
#close_session {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* POSITION ABSOLUTE */
.centerobjv {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.middleobjv {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.centerobjXY {
    position: absolute;
    left: 50%;
	top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
header.fixed-top {
	background:rgba(0,0,0,.1);
}
header.fixed-top.sticky_header {
	background:rgba(0,0,0,.8);
}
header ul li a.active {
	color:#999;
	border-bottom:2px solid #ff5c18;
}
header ul li a {
	transition: all .3s ease-in-out;
}
header ul li a:hover {
	color:#ccc;
}
.navbar-toggler i {
	color:#fff;
	font-size:24px;
}
.navbar-toggler:hover i {
    color: #ff5c18;
}
#bg_intro {
	padding:100px 0 240px;
	background:url('../../images/bg_intro0b.jpg') center bottom no-repeat;
	background-size:cover;
	height:100vh;
	color:#fff;
}
#bg_intro h1 {
	margin: 1% auto 3%;
	font-size: calc(.8rem + 1vw);
    line-height: calc(1.3rem + 1.5vw);
}
.logo {
	display:block;
	margin:0px auto 15px;
}
.intro_info {
	width:100%;
	text-align:center;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
header .nav {
    width: 100%;
}
header .nav a {
    color: #fff;
	font-size:14px;
}
.intro_cast {
	margin:20px auto 0;
	/* width:75%; */
	max-width:1200px;
}
.intro_cast ul {
	font-size:0;
}
.intro_cast ul li {
	display:inline-block;
	width:31%;
	margin-right:3.5%;
	vertical-align:top;
	font-size:14px;
	line-height:22px;
}
.intro_cast ul li:last-child {
	margin-right:0;
}
.intro_cast strong {
	display:block;
	margin-bottom:15px;
}
#home_texto {
	/* padding:75px 0 130px; */
	color: #fff;
    background: #0b0b0b;
	padding:85px 0 15%;
	font-size:13px;
	line-height:26px;
}
#home_texto.light {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	color:#1c1c1a;
}
#home_texto.light .quote {
	box-shadow:0 0 20px 0 #f0f0f0;
	background:#fff;
	color:#666;
}
#home_texto span.stronger {
	font-weight:700;
	font-size:20px;
	color: #fd5e18;
	margin-bottom:15px;
	
}
.quote {
	/* background:#fff;
	color:#666; */
	background:#1e1e1e;
	padding:30px 20px;
	text-align:center;
	font-size:18px;
	line-height:30px;
	box-shadow:none;
}
.quote strong {
	font-size:22px;
	display:block;
	color:#fd5e18;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:5px;
}
#home_poster {
    background: #111;
}
#home_poster img {
    /* margin-top: -100px; */
    margin-top: -19%;
}
.polaroids {
	margin-bottom:30px;
	width:100%;
	height:100%;
}
footer {
	padding:20px 0;
	font-size:14px;
}
footer ul li {
	padding:0 10px;
}
.info_footer {
    padding: 10px 0 0;
}
footer ul li span {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    border-radius: 500px;
    font-size: 15px;
    transition: background .1s ease-out, font-size .3s ease-out, color .1s ease-out;
}
footer ul li span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: top .3s ease-out;
	color:#fd5e18;
}
footer ul li a:hover span {
    background: #fd5e18;
    font-size: 20px;
}
footer ul li a:hover span i {
    top: 0;
    color: #111;
}

#page_title {
	padding:110px 0 80px;
	background:url('../../images/bg_intro0b.jpg') center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	color:#fff;
	text-align:center;
}
#page_title h1 {
	font-weight:700;
}
#texto {
	padding:60px 0;
	text-align:center;
}
ul.proyecciones {
	margin:30px 0 0;
}
ul.proyecciones li {
	display:inline-block;
	font-size:0;
	width:22%;
	min-height:200px;
	margin:0 1% 25px;
	vertical-align:top;
	position:relative;
	/* background:#ff5c18; */
	transition:background .3s ease-in-out;
	background: url('../../images/bg_proyecciones.jpg') no-repeat;
    background-position: 0 0;
    background-size: 200% auto;
}
ul.proyecciones li a {
	font-size:20px;
	font-weight:700;
	color:#fff;
	text-align:center;
	width:100%;
	display:block;
	padding:30px 20px;
	    position: absolute;
    left: 50%;
	top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
ul.proyecciones li:hover {
	/* background:#111; */
	background-position: right center;
}
ul.proyecciones li a span {
	display:block;
	font-weight:400;
	font-size:16px;
}
#winning {
	background:#f5f5f5;
	padding:60px 0 19%;
	text-align:center;
}
#winning h3 {
	margin-bottom:35px;
}
#winning img {
	border:10px solid #fff;
	display:block;
	margin:0 auto;
}
a.boton {
	background:#fd5e18;
	padding:20px 35px;
	letter-spacing:2px;
	font-weight:700;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	transition:all .3s ease-in-out;
}
a.boton:hover {
	background:#111;
}
a.link_winning {
	margin:40px auto 0;
}
a.link_video {
	display:block;
}
a.youtube_video {
	display:block;
	transition:all .3s ease-in-out;
}
a.youtube_video:hover {
	opacity:.7;
}
.youtube {
	background:url(../../images/youtube.jpg) no-repeat center;
	background-size: cover;
	min-height:300px;
	position:relative;
}
.vimeo {
	background:url(../../images/vimeo.jpg) no-repeat center;
	background-size: cover;
	min-height:300px;
	position:relative;
}
.youtube i,
.vimeo i {
	font-size:10em;
	color:#fd5e18;
	transition:all .3s ease-in-out;
	opacity:0.4;
	position:absolute;
	 left: 50%;
	top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.youtube:hover i,
.vimeo:hover i {
	color:#fff;
	opacity:1;
}
a.boton_video {
	margin:30px auto 0;
	display:block;
}
a.link_guion img {
	opacity:1;
	transition:all .3s ease-in-out;
}
a.link_guion:hover img {
	opacity:.6;
}
#guion {
	background:#f5f5f5;
	padding:60px 0 100px;
	text-align:center;
}
#guion a.orange {
	text-decoration:underline !important;
}
#clubes {
	background:#111;
	padding:90px 0;
	color:#fff;
	text-align:center;
}
#clubes a {
	color:#ff5c18;
	transition:all .3s ease-in-out;
}
#clubes a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}
#clubes h3 {
	font-weight:700;
}
#clubes a.cross_link {
	display:inline-block;
}
#clubes a.cross_link:hover {
	border-bottom:0;
}
#clubes .columnas {
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
		  column-gap: 6%;
}
#clubes ul li {
	margin-bottom:10px;
	display: grid;
}
#clubes ul li strong {
	font-weight:400;
	color:#aaa;
}
#contacto {
	background:#111;
	padding:100px 0 130px;
	color:#fff;
	text-align:center;
}
#page_title_contacto {
	padding: 110px 0 80px;
}
#contacto span {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #fd5e18;
    border-radius: 500px;
	border: 4px solid #fff;
    font-size: 15px;
    transition: background .3s ease-out, font-size .3s ease-out, color .1s ease-out;
}
#contacto span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: top .3s ease-out;
	color:#fff;
	font-size:60px;
}
#contacto a:hover span {
    background: #fff;
}
#contacto a:hover span i {
    top: 10%;
    color: #fd5e18;
    font-size: 80px;
}
#contacto .orange {
	font-size:18px;
}
#contacto .orange:hover {
	color:#fff;
}
#poster {
	/* background:##poster; */
	background:#111;
	padding:0px 0 80px;
	text-align:center;
}
#poster a img {
	/* border:60px solid #fbff10; */
	/*  border:30px #fbff10 dotted;
	transition:all .6s ease-in-out; */
	border:60px dashed #fbff10;
}

/* TIMELINE */
a.timeline_link {
	color:#1c1c1a;
	transition:all .3s ease-in-out;
}
a.timeline_link:hover {
	color:#fd5e18;
}

ul.timeline_prensa a {
	color:#fd5e18;
	font-size:13px;
	transition:all .3s ease-in-out;
}
ul.timeline_prensa a:hover {
	color:#999;
}
.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    /* top: 0; */
	top:12px;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    /* border: 2px solid #232323; */
	border:2px solid #ff5c18;
    left: -6px
}

.main-timeline .date-outer:after {
    /* border: 2px solid #c6c6c6; */
	border:2px solid #f1b399;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 13px;
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}


/* FLECHA TO TOP */
#toTop {
	background: #fd5e18;
    color: #fff;
	border-radius:50px 50px 0 0;
	bottom: 0;
	display: none;
	height: 35px;
	position: fixed;
	right:75px;
	text-align: center;
	text-transform: uppercase;
	width: 48px;
	padding-top: 10px;
	opacity: 0.9;
	z-index: 10;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}
a#toTop:hover {	
	background:#f0f0f0;
	color:#1d1d1a;
	height: 42px;
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f077";
	line-height: 17px;
}

/* RESPONSIVE */
/* ----------------- */

@media only screen and (max-width: 1200px) {
	.intro_info {
		max-width:100%;
		padding:0 40px;
	}
	.intro_cast {
		max-width:100%;
	}
}
@media only screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}
	#header_mobile {
		background: rgba(0,0,0,.8);
		padding: 0px 30px 25px;
		position: absolute;
		width: calc(100% + 30px);
		top: 50px;
		left: 0;
		margin:0 -15px;
	}
	header .nav {
		display:block;
	}
	header .nav li:hover {
		background:#ff5c18;
	}
	header .nav li:hover a {
		color:#fff;
	}
	header ul li a.active {
		border-bottom:0;
	}
	.intro_info {
		max-width:760px;
	}
	#page_title {
		padding: 60px 0 35px;
	}
	a.boton_video {
    	margin: 20px auto 0;
	}
	ul.proyecciones li {
		background-size:cover;
		min-height: 160px;
	}
	ul.proyecciones li a {
		font-size: 16px;
	}
	img.jazzists {
		width:75%;
	}
	#contacto {
		padding:30px 0 40px;
	}
	#poster a img {
		border:20px dashed #fbff10;
	}
	a.boton {
		font-size:12px;
		letter-spacing:3px;
	}
	.info_footer {
		padding:0;
	}
	footer ul li:first-child {
		display:block;
		width: 100%;
		margin-bottom: 15px;
	}
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
	.marginB {
		margin-bottom:20px;
	}
	#timeline {
		padding:0 0 40px;
	}
	ul.proyecciones li {
		width:30%;
		min-height: 155px;
	}
	img.jazzists {
		margin-top:30px;
		width:45%;
	}
	a.link_winning {
		margin: 20px auto 30px;
	}
	.vimeo {
		margin-top:35px;
	}
	#clubes {
		padding:45px 0;
	}
	#contacto span {
		border:0;
		width:100px;
		height:100px;
	}
	#contacto span i {
		font-size:36px;
	}
	#contacto a:hover span i {
		font-size:42px;
	}
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}

@media only screen and (max-height: 630px) { 
	#bg_intro {
		padding:70px 0 40px;
		height:100%;
		background: rgba(0,0,0,.8);
	  background-image: url('../../images/bg_intro0b.jpg'); /* fallback */
	  background-image: url('../../images/bg_intro0b.jpg'), linear-gradient(#000, #333);
		/* background: rgba(0,0,0,.8);
		background-image: url('../../images/bg_intro0b.jpg') center bottom no-repeat;
	  background-image: url('../../images/bg_intro0b.jpg'); 
	  background-image: url('../../images/bg_intro0b.jpg'), linear-gradient(#000, #333); */
	}
	.intro_info {
		text-align: center;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
}

@media only screen and (max-width: 640px) {
	#bg_intro {
		padding:80px 0 40px;
		background: rgba(0,0,0,.8);
	  background-image: url('../../images/bg_intro0b.jpg'); /* fallback */
	  background-image: url('../../images/bg_intro0b.jpg'), linear-gradient(#000, #333);
		height:auto;
	}
	.intro_info {
		width: 100%;
		text-align: center;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	.intro_cast ul li {
		font-size:14px;
		width:100%;
		margin-right:0;
	}
}

@media only screen and (max-width: 460px) {
	h2 {
		font-size:18px;
	}
	#page_title {
		padding: 60px 0 5px;
	}
	#page_title h1 {
		font-size: calc(1rem + 1vw);
    	line-height: calc(1.1rem + 1.5vw);
	}
	#texto {
    	padding: 35px 0 25px;
	}	
	ul.proyecciones li {
		width: 47%;
		min-height: 140px;
		background-size: 200% auto;
	}
	ul.proyecciones li a {
		font-size: 15px;
		line-height: 20px;
	}
	#clubes .mt-5 {
		margin-top:25px !important;
	}
	#clubes .columnas {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		column-gap: 0;
	}
	#contacto span {
		width:60px;
		height:60px;
	}
	#contacto span i {
		font-size:26px;
	}
	#contacto a:hover span i {
		font-size:30px;
	}
	#poster {
		padding:0 0 35px;
	}
	#poster a img {
		border: 10px dashed #fbff10;
	}
	footer {
		font-size:12px;
	}
}
/*
@media only screen and (min-width: 768px) { 
	
}
*/

