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

/* RESET*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none!important;
}
li {
	list-style: none!important;
	display: inline-block;
}
blockquote,  q {
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset end */

/*COLORES:
paragraph+OSCURO #000000
OSCURO #cc00ff
MEDIO #cc00ff
CLARO #ff8800
fondo+CLARO #ffffff
*/
/*FUENTES:
body+GENERAL(400,700) font-family: 'Oswald', sans-serif;
titulo+DESTACADAS(400,700) font-family: 'Rubik', sans-serif;
*/

html,body{
  overflow-x: hidden;
}
  
  body {
	font-family: 'Rubik', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
}
/*HEADER*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #ffffff;
	z-index: 100;
	border-bottom: solid 1px #cccccc;
}
header .content {
	position: relative;
}
header .logo a {
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
}
header .content .share {
	position: relative;
	float:right;
	padding-top:0px;
	margin-top:-45px;
}
header .content .share li {
	list-style: none!important
}
header .content .share li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	background-color: #ffffff;
	background-size: 70%;
	background-position: center center;
	border-radius: 15px;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style: none!important
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.twitter {
	background-image: url(../img/ui/share_twitter.svg);
}
.share li a.whatsapp {
	background-image: url(../img/ui/share_whatsapp.svg);
}
.phone {
	visibility: hidden !important;
}
@media only screen and (max-width: 960px) {
.phone {
	visibility: visible !important;
}
}
/*HEADER*/

/* SPONSOR */
.sponsor {
	position: relative;
	z-index: 10;
	font-weight: 400;
}
.sponsor span {
	height: 25px;
	display: block;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #15171a;
}
.sponsor a {
	display: block;
	padding: 5px;
	text-align: center;
	height: 45px;
	padding-top: 65px;
	background-color: #15171a;
}
/* SPONSOR */
		
/* MAIN INTRO */
main {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #241d43;
}
/* image */
#intro {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top:70px;
	background-color:#241d43;
}
.map {
	width: 30%;
	display: block;
	float: left;
	margin:0 35%;
}
@media only screen and (max-width: 960px) {
	.map {
	width: 60%;
	margin:0 20%;
	}
	}
@media only screen and (max-width: 480px) {
	.map {
	width: 100%;
	margin: 0;
	}
	}
/* image */
/* titles */
#top .content {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	position:relative;
	background-color:#241d43;
	margin-top: 25px;
}

#top .content #fechas{
	float: left;
	display: inline;
	position: relative;
	width: 50%;
	height: auto;
	padding: 5px 0;
	margin: 0;
	background-color: #241d43;
	color:#f0613e;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight:400;
	text-transform: uppercase;
	}
#top .content #fechas strong{
	font-weight:700;
	}
	
#top .content h6{
	font-family: 'Oswald', sans-serif;
	width: 100%;
	height: auto;
	clear: both;
	padding: 5px 0;
	text-align: center;
	font-size: 1em;
	color: #241d43;
	text-align: center;
	font-weight: 400;
	}
	
#top .content h6 strong{
	font-size: 1.4em;
	color: #f0613e;
	text-align: center;
	font-weight: 700;
	}
	
#top .content #patrocinios{
	float:left;
	display: inline;
	position:relative;
	width: 50%;
	height: 75px;
	padding: 5px 0 10px 0;
	margin:0;
	background-color:#ffffff;
	background-position:center center;
	background-size:auto;
	background-repeat:no-repeat;
	}
@media only screen and (max-width: 640px) {
#top .content  #fechas {
	width: 100%;
	display:block;
}
#top .content  #patrocinios{
	width: 100%;
	display:block;
	}
}
/* styles */
/* titles */
/* MAIN INTRO */
	
/* ARTICLE */
article {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #241d43;
	z-index: 500;
	padding: 0;
	margin: 0;
}
#sup{
	width: 90%;
	height: auto;
	display: block;
	float: left;
	background-color: #f0613e;
	z-index: 500;
	padding: 25px 5%;
	margin: 0;
}
article .content {
	width: 80%;
	padding: 25px 10%;
	text-align: left;
	display: block;
	float: left;
}
 @media (max-width:960px) {
article .content {
	width: 90%;
	padding: 25px 5% 0 5%;
	display: block;
	float: left;
}
}
/*BANNERS*/
.bannercont {
	width: 728px;
	height: 105px;
	display: inline;
	float: left;
	position:relative;
	left: -364px;
	margin: 25px 50%;
	text-align: center;
}
 @media all and (max-width:960px) {
.bannercont {
	width: 300px;
	height: 265px;
	float:left;
	left: -150px;
	margin: 25px 50%;
	text-align: center;
	display: block;
}
}
.banner {
	width: 728px;
	height: 105px;
	margin: auto;
}
 @media all and (max-width:960px) {
.banner {
	width: 300px;
	height: 265px;
}
}
article .banner p {
	width: 100%;
	height: 15px;
	color: #ffffff;
	background-color:#000000;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0px;
}
 @media (min-width:960px) {
	width: 300px;
article .banner p {
	margin: 0px !important;
}
}
article .banner.phone {
	width: 300px;
	height: 250px;
	display: block;
	z-index: 19f9f9f;
	visibility: hidden;
}
article .banner.desktop {
	width: 728px;
	height: 90px;
	float: left;
	display: block;
	z-index: 19f9f9f;
}
 @media (min-width:960px) {
.phone {
	display: none !important;
}
}
 @media (max-width:960px) {
.desktop {
	display: none !important;
}
}
/*BANNERS*/

/*AGENDA*/
.agenda {
	float: left;
	display: block;
	width: 80%;
	height: auto;
	padding: 0 10%;
	clear: both;
}
.bkgcont{
	background-image:url(../img/content/bkg-cont.png);
	background-position:bottom center;
	background-size: 66%;
	background-repeat:no-repeat;
}
#bkgcont{
	background-image:url(../img/content/bkg-cont.png);
	background-position:bottom center;
	background-size: 100%;
	background-repeat:no-repeat;
}
#titagenda {
	float: left;
	display: block;
	width: 80%;
	height: auto;
	min-height: 300px;
	text-align: center;
	margin: 0;
	padding: 10px 10%;
	background-color: #241d43;
	background-image: url(../img/content/bkg-head.png);
	background-position: top center;
	background-size: 100%;
	background-repeat:no-repeat;
}
 @media (max-width:960px) {
#titagenda {
	min-height: 250px;
}
 }
/*AGENDA*/

/*alternada*/
#alternaizq {
	width: 90%;
	height: auto;
	float: left;
	display: block;
	margin: -50px 5% 75px 5%;
}
#alternaizq2 {
	width: 72%;
	height: auto;
	float: left;
	display: block;
	margin: -50px 14% 75px 14%;
}
#alterna{
	float:left;
	display:block;
	width: 80%;
	height:auto;
	background-color:#FFF;
	border: solid 1px #f0613e;
	border-radius: 15px;
	padding: 250px 0 25px 0;
	margin: -240px 10% 25px 10%;
	z-index: 50;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2em;
	color:#241d43;
	}
#alterna b{
	font-weight: 400;
	margin-top: 25px;
}
	
.listaizq{
	width: 90%;
	height:auto;
	float: left;
	display:inline;
	line-height: normal;
	font-weight: 400;
	margin: 25px 5%;
	padding: 0;
	text-align: center;
	clear:both;
}
.listaizq strong {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	color: #f0613e;
	display: block;
}
.listaizq strong b {
		display:block;
	font-weight: 700;
	border-top: solid 1px #241d43;
}
.listaizq span {
	font-size: 1em;
	font-weight: 700;
	color: #241d43;
	display: block;
}
.listaizq i {
	font-weight: 400;
	font-style:italic !important;
}
.bordex{
	width:185px;
	height:185px;
	display: block;
	float: left;
	clear:both;
	position:relative;
	padding: 12px;
	margin-left: 50%;
	left: -110px;
	border: solid 2px #00adc1;
	border-radius: 105px;
	z-index: 90;
 background: rgb(242,104,61);
background: -moz-linear-gradient(45deg, rgba(242,104,61,1) 0%, rgba(0,87,146,1) 50%, rgba(0,173,193,1) 90%);
background: -webkit-linear-gradient(45deg, rgba(242,104,61,1) 0%, rgba(0,87,146,1) 50%, rgba(0,173,193,1) 90%);
background: linear-gradient(45deg, rgba(242,104,61,1) 0%, rgba(0,87,146,1) 50%, rgba(0,173,193,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2683d",endColorstr="#00adc1",GradientType=1); }
.imgizq {
	width:180px;
	height:180px;
	display: block;
	float: left;
	clear:both;
	padding: 0;
	margin: 0;
	border: solid 2px #241d43;
	border-radius: 92px;
	background-size:cover;
	background-position:center center;
	z-index: 90;
}
/*alternada*/

/* TEXTS */
#top h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	margin: 0px 25px 0px 50px;
	color: #ffebcc;
	font-weight: 400;
	text-align: left !important;
	float: left !important;
	display: block !important;
	line-height: 1.2em;
	height: auto;
  }
 @media (max-width:480px) {
#top h1 {
	font-size: 1.8em;
	margin: 0px 15px;
  }
 }
#top h1 strong {
	font-weight: 700;
  }

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2em;
	margin: 5px 25px 5px 50px;
	font-weight: 700;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
  }

h4 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0;
	color: #241d43;
	text-align: center;
	line-height: 1.2em;
  }
h5 {
	font-family: 'Rubik', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #ffffff;
	width: 100%;
	margin: 10px auto;
}
h5 b{
	font-weight: 700;
}
p {
	font-family: 'Rubik', sans-serif;
	margin: 10px 0;
	font-weight:700;
	text-align: justify;
	color:#333;
	margin: 0 auto 25px auto;
	font-size: 0.7em;
	line-height: 1.3em;
}
p i {
	font-style: italic;
	font-weight: 100;
}
p strong {
	font-weight: 700;
}
p a {
	color: #949494;
	font-weight: 700;
	text-decoration: underline;
}
/* TEXTOS */
/* TEXTOS */

/* ESTILOS DE TEXTOS ESPECIALES */

/* IMAGEN */
.imagen {
	width: 100%;
	display: inline-block;
}
fig {
	max-width: 800px;
	width: 100%;
	display: inline-block;
}
figcaption {
	font-family: 'Rubik', sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 700;
	text-align: justify;
	margin: 5px auto 25px auto;
	border-top: 2px solid #000000;
	color: #000000;
	padding-top: 12px;
	max-width: 800px;
}
/* IMAGEN */
/*VIDEO*/
.contentvideo{
	float:left;
	display:block;
	width:60%;
	margin:0 auto;
	padding:0 20%;
	background-color:#FFF;}
 @media (max-width:480px) {
.contentvideo{
	width:90%;
	padding:0 5%;}
 }
#videocont {
	float:left;
	display:block;
	height: 0px;
	width: 100%;
	max-width: 960px;
	padding-top: 56.25%; /* Relación: 16/9 = 56.25% */
	margin: 25px auto 75px auto;
	border: 1px solid #003663;
	border-radius: 5px;
	position: relative;
	clear:both;
}
	
#video{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;}
/*VIDEO*/
/*LISTAS*/
/*cuadros*/
/*cuadros*/
#playlist {
	width: 80%;
	height: auto;
	float: left;
	display: block;
	position:relative;
	padding: 15px 0;
	margin: 50px 10%;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #f0613e;
	border-radius: 15px;
}
#playlist p{
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-align:justify;
	color:#594b6b;
	margin: 25px 0 0 0;
}
#playlist li {
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
}
#playlist li b {
	font-weight: 700 !important;
}
#playlist li i {
	font-style:italic !important;
}
#playlist li strong {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #4f4f4f;
	display: block;
	clear: right;
}

.clicker {
	float: left;
	display: block;
	position:relative;
	width: 34%;
	height: 20px;
	padding: 5px 0;
	margin: 0px 33%;
	background-color: #f0613e;
	border-radius: 3px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	text-align: center;
	z-index: 50;
	cursor: pointer;
}

.hiddendiv{
display:none;
height:auto;
margin:-25px 25px 25px 25px;
background-color:#ffffff;
z-index: 95;
}

.clicker:focus + .hiddendiv{
display:block;
}

.close{
	float: left;
	display: block;
	position: relative;
	width: 34%;
	height: 20px;
	padding: 5px 0;
	background-color: #f0613e;
	border-radius: 3px;
	color: #FFFFFF;
	margin: -30px 33% 25px 33%;
	border-radius: 3px;
	color: #241d43;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	}
/*cuadros*/

#box {
	text-align: left;
	line-height: normal;
	padding: 4% 5%;
	width:90%;
	margin: 25px auto;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #ffffff;
	border: 1px solid #ff8800;
	border-radius: 5px;
}


/*PARALLAX*/
.parallax {
	height: 66vh;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
	text-align: center;
}
 @media (max-width:500px) {
.parallax {
	background-attachment: scroll;
	max-height: 250px;
}
}
/*PARALLAX*/	

/*FOOTER*/
#cierre #sponsor{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	display: block;
}

#cierre #sponsor h1,p{
	font-family: font-family: 'Rubik', "sans-serif;";
	font-weight: 400;
	font-size: 0.6em;
	color: #241d43;
	text-align: center;
	padding-top: 10px;
}
#cierre #sponsor h1{
	display:block;
	width: 40%;
	margin: 0 30%;
	border-top: solid 1px #CCCCCC;}
#cierre #contact{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	float: left;
	display: block;
}
#cierre #contact h1{
	color: #f0613e;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	padding-top: 25px;
}
#cierre #contact h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 0px;
	color: #FFFFFF;
	padding: 5px 0;
}
@media (max-width:960px) {
#cierre #contact h1 {
		font-size:21px;
	}
#cierre #contact h2 {
		font-size:16px;
	}

}
#contact a{
    color: #b51319;
}

footer {
	width: 100%;
	display: block;
	float: left;
	padding: 0px 0 80px 0;
	background-color: #241d43;
	color: #FFF;
}
footer > p {
	max-width: 800px;
	margin: 0 auto;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
}

footer h1, h2 {
	text-align: center !important;
}
/*FOOTER*/

	.inscripcion {
	height: 40px;
	width: 300px;
	float: left;
	display: block;
	position: relative;
	padding: 10px auto;
	margin: 25px 50%;
	left: -150px;
	clear: both;
	border-radius: 7px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	color: #241d43;
	text-transform: uppercase;
	background-color: #f0613e;
	text-decoration:none;
		}
	.inscripcion:hover {color:#FFF !important}
	
	.inscripcion strong {
	font-weight: 700;
		}
	.inscribase {
	height: 30px;
	width: 100px;
	float: left;
	display: block;
	position: relative;
	padding: 10px auto;
	margin: 15px 50%;
	left: -75px;
	clear: both;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	color: #241d43;
	text-transform: uppercase;
	background-color: #f0613e;
		}
		.inscribase:hover{ color:#ffffff;}
#bannerfooter {
	width: 100%;
	height: 70px;
	padding: 0;
	position: fixed;
	bottom:0;
	margin-bottom:0;
	background-color:#f0613e;
	z-index: 100;
	border-top: solid 1px #000;
}
#bannerfooter .content {
	position: relative;
	width: 320px !important;
	height: 50px !important;
	margin: -20px auto 0 auto;
}
