cian/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;	
	list-style: none;
    outline: none;
    text-decoration: none;	
}
body {
	color: black;
	font-family: 'Noto Sans', sans-serif;
	font-weight:400;
	margin: 0px;
	padding: 0px;	
}
.center {
	text-align: center;
}
/*RESPONSIVE*/
@media (min-width:501px) {
	.phone {
		display: none !important;
	}
}
@media (max-width:1100px) {
	.desktop {
		display: none !important;
	}
	.food {
		display: none !important;
	}
	.drink {
		display: none !important;
	}
	.milk {
		display: none !important;
	}
}
/*TEMPLATE*/
header {
	width: 100%;
	height: 70px;
	position: fixed;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #888888;
	z-index: 100;
}
header .content {
	position: relative;
}
header .content .logo{
    width: 60px;
    display: inline-block;
}
header .logo a {
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
header .share {
	position: absolute;
	right: 10px;
	top: 15px;
}
header .share li {
	display: inline-block;
}
header .share li a {
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	background-size: auto;
	background-repeat: no-repeat;
}
header .boton {
    padding: 5px;
    text-align: center;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color:#F60;
    max-width: 200px;
    margin:20px auto;
	border: solid white 2px;
    border-radius: 20px;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
}
header .boton:hover {
    color:#FFC;
    background-color:#F90;
	border: solid #FFC 2px;
    cursor: pointer;
}
@media (max-width:501px) {
header .boton {
    padding: 2px;
    text-align: center;
    color: #fff;
    background-color:#F60;
    border-radius: 3px;
    max-width: 100px;
    margin: 10px 80px;
	border: solid white 2px;
    border-radius: 20px;
    font-weight: bold;
	font-size:12px;
    vertical-align: top;
}
header .boton:hover {
    color:#FFC;
    background-color:#F90;
	border: solid #FFC 2px;
}
}

.top {
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_up.svg);	
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}

#intro{
  width: 100%;
  display: block;
  padding: 30px;
  height: 600px;   
  background-size: cover;
  background-position: center;
}
#intro h1{
    color: #000;
  text-align: center;
  font-size: 22px;    
  font-weight: 200px;    
  -ms-transform: skewX(-8deg); /* IE 9 */
    -webkit-transform: skewX(-8deg); /* Safari */
    transform: skewX(-8deg);
}

.parallaxscene{
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
  position: relative;
/*  overflow: hidden;*/
}
.parallaxscene--offset {
  margin-left: 0; }

.parallaxscene img{
    display: block;
    width: 100%;
}
article .share {
	margin: 5px;
}
article .share li {
	display: inline-block;
}
article .share li a {
	height: 50px;
	display: block;
	line-height: 50px;
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: border ease 1s;
	border-radius: 5px;
}
.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);
}
.sponsor {
	position: relative;
	z-index: 10;
    margin: auto;
    text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	font-size:10px;
	color:#666;
	padding-top:15px;
}
.sponsor a {
	display: inline-block;
}
main {
	padding-top: 60px;
}
section {
	margin: auto;
	padding: 20px 0;
	height:auto;
	display:block;
}
#entradas {
	margin: auto;
	padding: 20px 0 !important;
	height:auto;
	display:block;
}

#intro {
    background-color: #ffffff;
	height:auto;
}
#intro .content {
	max-width: 900px;
	width: 90%;
	margin: auto;
	padding: 20px 0;
	height:auto;
	display:block;
}
#intro .content h1 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 32px;
	font-variant:normal;
	text-transform:none;
    color: #006dab;
    text-align: center;
	margin-bottom: 25px;
}
.content p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform:none !important;
	text-align:left !important;
	margin: 10px 0;
    color: #000;
}
.content p span {
    font-weight: bold;
    font-size: 20px
}

#eventinfo2 {
	background-image:url(../img/content/_bkg_fecha.png);
    background-position: center center;
	background-size:50%;
	border-bottom:#FFF solid 15px;
	float:left;
	width:100%;
	height:100px;
    margin: auto;
    text-align: center;
}
#eventinfo2 .date{
    padding: 20px;
}
#eventinfo2 .date img{
    width: 100%;
    max-width: 440px;
}
#entradas{
    padding: 50px 0px 0px 0px;
    background-color: #388ebd;
    color: #fff !important;
}
#entradas h1{
	font-family: 'Arvo', serif;
	color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
	text-align:center;
}
#entradas h4{
	font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.tickets{
    width: 50%;
    background-color: #F60;
	margin: 25px 25%;
    padding: 7px;
    display: block;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 20px auto;
	border: solid white 3px;
	border-radius:35px;
    cursor: pointer;
    animation: pulsing 1s infinite;
}
.tickets:hover {
    color:#FFC;
    background-color:#F90;
	border: solid #FFC 3px;
    cursor: pointer;
}
article.lightgray{
    background: fff;
    margin-top: 0px;
    text-align: center
}
article.lightgray li {
    width: 100%;
    min-height: 200px;
	height:auto;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
  	background-image:url(../img/content/_bkg_modulo.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.cian{ background-color:#66a7cc;}
.vde{ background-color:#4daca4;}

article.lightgray p {
    max-width: 640px;
    padding: 0 10px;
    float: left;
    text-align: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:200;
	font-size:24px;
	line-height:28px;
	color:#FFF;
	}
.horario {
	font-size:28px;
	font-weight:700;
	color: rgba(255, 255, 255, 0.6);
	}
.charlista {
	font-size:20px;
	font-weight:400i;
	color: rgba(0, 0, 0, 0.6);
	}
.charlista i {
	font-size:19px;
	font-weight:400;
	color: rgba(0, 0, 0, 0.6);
	}
article.lightgray .number {
    height: 150px;
    width: 275px;
    background: #666;
    float: left;
	margin:20px 20px 0 20px;
    font-size: 64px;
    color: #fff;
    line-height: 180px;
    font-weight: 600;
  	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}
article.lightgray .registro {
    height: 150px;
    width: 275px;
    background: #666;
    float: left;
	margin:20px 20px 0 20px;
    font-size: 64px;
    color: #fff;
    line-height: 180px;
    font-weight: 600;
}
article.lightgray h1{
	font-family: 'Arvo', serif;
    font-size: 48px;
    font-weight: 700;    
    text-align: center;
    color: #005466;
}
article.lightgray p{
    text-align: left;
    padding: 10px;
}
#sponsor h1,p{
	font-family: 'Noto Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#666;
	padding-top:15px;
	text-align:center;
	text-transform:uppercase;
}
#contact{
    padding: 40px 10px;
    background-color: #dddddd;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    line-height: 20px;
}
#contact h1{
    color: #8d8d8d;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
}
#contact h2{
	font-family: 'Arvo', serif;
    font-weight: 400;
    font-size:20px;
    margin: 10px;
    color: #006dab;
}
@media (max-width:750px) {
	#contact h2 {
		font-size:16px;
	}
	#contact h2 {
		font-size:16px;
	}

}
#contact a{
    color: #006dab;
}
.columns > div.image {
	background-size: cover;
	background-position: center;
}
.columns > div.color {
    border: 0px solid #ffffff;
    background-color: rgb(0, 0, 0);  
    opacity: 0.9;
}
@media (max-width:501px) {
	.columns > div.color {
	}
}
.columns > div.color * {
	color: #000;
}
.columns > div.padding {
	padding: 1%;	
}
@media (max-width:750px) {
	.columns {
		display: block;
	}
	.columns > div {
		width: 100% !important;
        overflow: hidden;
		
	}
}
#entradas .columns {
	display: flex;
	align-items: stretch;
	font-family: 'Oswald', sans-serif;
}
#entradas .columns h1{
    text-align: ce;
    margin:0;
    font-family: 'Oswald', sans-serif;
	font-size: 30px;
    color: white;
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg);
}
#entradas .columns h2{
    text-align: center;
    line-height: 30px;
	font-size:40px;
    color: #e21746;
    text-transform: uppercase;
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg);
}
#entradas .columns > div.image {
	background-size: cover;
	background-position: center;
}
#entradas .columns > div.color {
    border-right: 1px solid rgba(105, 13, 13, 0.3);
    background-color: rgba(39, 30, 93, 0.83);  
}
/*
#eventinfo .columns > div.color * {
	color: white;
}
*/
#entradas .columns > div.padding {
	padding: 2%;	
}
@media (max-width:650px) {
	#entradas .columns {
		display: block; 
	}
	#entradas .columns > div {
		width: 100% !important;
		min-height: 15vh;
	}
}
.links li a {
	padding: 15px;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: var(--accentColor);
	border: 1px solid var(--accentColor);
	font-weight: bold;
	display: block;
	border-radius: var(--boxRadius);
	background-image: url(../img/ui/btn_link.svg);
	background-size: 20px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.icons.large {
	width: 90%;
	margin: auto;
	align-items: baseline;
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.icons.large li {
	min-width: 200px;
	max-width: 280px;
	margin: 10px;
    color: white;
	text-align: center;
	flex-basis: 0;
    font-size: 18px;
	flex-grow: 1;
	flex-shrink: 1;
}
.icons.large li i {	
	display: block;
	color: white;
	font-size: 90px;
	margin-bottom: 20px;
}
.icons.large li span {
	display: block;
	font-family: var(--especialFont);
	color: #1c2884;
	font-size: 40px;
	margin-bottom: 10px;
}
.icons.small {
	width: 90%;
	margin: 30px auto 10px auto;
}
.icons.small li {
	margin: 30px 0px;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
    color: #434055;
}
.icons.small li span{
	font-size: 16px;
    font-weight: 600;
    color: #5e5b71;
}
@media (max-width:750px) {
	.icons.small li {
		margin: 20px;
	}
}
.icons.small li i {	
	color: #6864dd;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: -5px;
}
.parallax {
	height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cbcaca;
		padding-top:50px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
        clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
@media (max-width:750px) {
	.parallax {
	background-attachment: scroll;
	}
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: var(--especialFont);
    font-size: 24px;
    font-weight: 600;	
    border-left: var(--accentColor) 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-size: 16px;
    color: var(--grayText);
}
.comments {
	width: 100%;
	max-width: 600px;
    min-height: 50px;
	margin: 20px auto;
    background: var(--grayBg);
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed, .embed .powa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.brandvoice {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	background: white;
}
.brandvoice span {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 12px;
	background: var(--grayBg);
}
.brandvoice a {
	color: black;
	font-weight: bold;
}
.brandvoice a.logo {
	display: block;
	padding: 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid var(--grayBg);
}
.suscribe {
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	background: var(--grayBg);
	border-radius: var(--boxRadius);
}
.suscribe h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.suscribe a {
	height: 40px;
	display: block;
	line-height: 40px;
	color: white;
	margin-top: 20px;
	font-weight: bold;
	background: var(--accentColor);
	border-radius: var(--boxRadius);
}
.banner {
	margin: 30px 0;
	text-align: center;
}
.banner > p {
	width: 300px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	background: #000;
}
footer {
    position: relative;
	padding: 20px;
	background: white;
	color: black;
}
footer > p {
    max-width: 800px;
    margin: 0 auto;	
    color: var(--grayText);
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}


/*OTHER*/

@-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(67, 164, 172, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(67, 164, 172, 0.8);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(67, 164, 172, 0.8);
  }
}
@keyframes pulsing {
  0% {
    -moz-box-shadow: 0 0 0 0rgba(67, 164, 172, 0.8);
    box-shadow: 0 0 0 0 rgba(67, 164, 172, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.omgwtfbbq {
    
  -webkit-animation: omgwtfbbq 1s infinite;
}

@-webkit-keyframes omgwtfbbq {
  0%  { 
      -webkit-filter: blur(0px) brightness(none) hue-rotate(0deg) saturate(none);
  }
    
 20%  { 
      -webkit-filter: blur(0px) brightness(none) hue-rotate(0deg) saturate(none);
  }    
    
  20.999% { 
      -webkit-filter: brightness(2) saturate(1) blur(5px); 
  }
    
    
   21%  { 
      -webkit-filter: blur(0px) brightness(none) hue-rotate(0deg) saturate(none);
  } 
    
100%  { 
      -webkit-filter: blur(0px) brightness(none) hue-rotate(0deg) saturate(none);
  }
    
    
}
#red {
    height: 335px;
    width: 320px;
    background-image: url(../img/content/red.svg);
    float: right;
    opacity: 0.6;
    position: relative;
    bottom: -30px;
}
a{
	text-decoration:none;}