@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: 'Fredoka', sans-serif;
}
body {
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
}
footer {
  clear: both;
  font-size: 70%;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}
/*** Menu **/
.menu {
  position: fixed;
  z-index: 99;
  padding: 0.25%;
  text-align: center;
  width: 100%;
  min-width: 320px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.top {
  position: fixed;
  z-index: 99;
  padding: 0.25%;
  text-align: center;
  width: 100%;
  min-width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.top img {
  max-width: 440px;
}
.menu img {
  max-width: 120px;
}
.menu a, .top a {
  font-size: 150%;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.mVadjust {
  position: relative;
  top: 30px;
}
.tVadjust {
  position: relative;
  top: 48px;
}
.mobile {
  position: fixed;
  background-color: rgba(81, 0, 99, 1.0);
  height: 100%;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 0;
  left: 0;
}
.mobile ul {
  list-style: none;
}
.mobile li {
  margin-bottom: 6% !important;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.mLogo {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}
.mLogo img {
  max-width: 300px;
}
.mobile a {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-size: 145%;
  font-weight: 700;
}
.hamburger {
  width: 50px;
  display: none;
  text-align: center;
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 99999;
}
.hamburger a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../img/hamburger.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.hamburger a:hover {
  width: 50px;
  height: 50px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../img/hamburger-up.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0;
  background-color: transparent !important;
  padding: 0 !important;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ico {
  /*position: fixed;*/
  z-index: 999;
  display: none;
  float: left;
  text-align: left;
}
.ico img {
  max-width: 260px;
  margin-top: 0;
}
/*** Menu **/
.w100 {
  width: 100%;
  clear: both;
}
.w50 {
  width: calc(100%/2);
  float: left;
}
.p50 {
  width: calc(100%/2);
  float: left;
}
.w33 {
  width: calc(100%/3);
  float: left;
}
.n33 {
  width: calc(100%/4 - 2%);
  float: left;
  margin: 1%;
  padding: 1%;
  min-height: 640px;
}
.w25 {
  width: calc(100%/4);
  float: left;
}
.w20 {
  width: calc(100%/5);
  float: left;
}
.w16 {
  width: calc(100%/9);
  float: left;
}
.t16 {
  width: calc(100%/6);
  float: left;
}
.w16_9 {
  width: calc(100%/6) !important;
  float: left;
}
.w9 {
  width: calc(95.5%/9);
  float: left;
  display: block;
  margin-left: 0.25%;
  margin-right: 0.25%;
}
.h100 {
  height: 100%;
}
.h80 {
  height: 80%;
}
.p2 {
  padding: 4%;
}
.m25 {
  margin-left: 25%;
}
.m33 {
  margin-left: 33%;
}
.hAuto {
  height: auto;
}
.h50 {
  height: 50%;
}
.h25 {
  height: 25%;
}
.slideBox {
  width: 85%;
  text-align: center;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideContent {
  width: 58%;
  text-align: left;
  z-index: 999;
  position: absolute;
  top: 60%;
  left: 42%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2%;
}
.slideBox h1, .slideContent h1 {
  font-size: 350%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.slideBox h3, .slideContent h3 {
  font-weight: 300;
  font-size: 175%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.slideBox h1, .slideBox h3, .slideBox p {
  color: rgba(255, 255, 255, 1);
}
.slideContent h1 {
  font-size: 280%;
  margin-bottom: 0 !important;
  line-height: 100%;
}
.slideContent h1, .slideContent h3, .slideContent p {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.5%;
}
.slideContent h2 {
  color: deeppink;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 200%;
  font-weight: 400;
  margin-top: 0;
}
.slideContent h3 {
  font-size: 130%;
}
.slideContent p {
  font-size: 110%;
}
.slideBox p {
  line-height: 150%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.slideBox img {
  width: 100% !important;
  max-width: 660px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  text-align: center;
}
#events {
  width: 70%;
  float: left;
}
#intro {
  background-color: rgba(81, 0, 99, 1.0);
  padding: 1%;
  text-align: center;
  width: 30%;
  float: left;
  position: relative;
  overflow: auto;
}
#intro h1 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 200%;
  margin-bottom: 6%;
  margin-top: 2%;
}
#intro h2 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 130%;
  margin-bottom: 4%;
  margin-top: 4%;
}
#intro p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 175%;
  margin-bottom: 2%;
  font-size: 86%;
}
.wText {
  padding-top: 12%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#schedule {
  background-color: rgba(255, 150, 0, 1.0);
  padding: 2%;
  text-align: center;
  clear: both
}
#schedule h1 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 280%;
  margin-bottom: 2%;
  margin-top: 2%;
}
#schedule h3 {
  color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 175%;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 2%;
  font-weight: 400;
}
#schedule p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 175%;
  margin-bottom: 2%;
}
#offers, #news {
  background-color: rgba(81, 0, 99, 1.0);
  padding: 2%;
  text-align: center;
}
#news {
  padding-top: 10%;
}
#news img {
  margin-bottom: 4%;
}
#news p{
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.source{
    font-size: 60%;
}

#offers h1, #news h1 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 280%;
  margin-bottom: 2%;
  margin-top: 2%;
}
#offers h2, #news h2 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 2%;
}
#offers h3, #news h3 {
  font-size: 125%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 2%;
}
#offers p, #news p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 175%;
  margin-bottom: 2%;
  text-align: center;
}
#offers a, #news a {
  color: rgba(255, 150, 0, 1.0);
  text-decoration: none;
}
#offers a:hover, #news a:hover {
  text-decoration: underline;
}
#offers strong, #news strong {
  color: #FFFFFF;
}
.bgOffers {
  background-color: rgba(255, 255, 255, 0.05);
}
.mp4 {
  width: calc(90%/2);
  margin: 2%;
  padding: 2%;
  text-align: left;
  margin-top: 0;
}
.mp4 img {
  text-align: center !important;
  margin-bottom: 6%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#offers img {
  max-width: 220px;
}
#coupons {
  background-color: rgba(81, 0, 99, 0.25);
  padding: 0.5%;
  text-align: center;
}
.coupon {
  width: calc(100%/4);
  border: dotted 3px rgba(81, 0, 99, 1.0);
  padding: 2%;
  float: left;
  border-radius: 12px;
}
.coupon p {
  font-size: 80%;
}
.coupon a {
  color: rgba(81, 0, 99, 1.0);
  font-weight: 500;
  text-decoration: none;
}
.coupon a:hover {
  text-decoration: underline;
}
.coupon img {
  max-width: 200px !important;
  margin-bottom: 4%;
}
.mC33 {
  margin-left: 36.5%;
}
#venues {
  position: relative;
}
.legend {
  position: absolute;
  top: 75px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 2%;
  max-width: 320px;
}
.leyenda {
  margin-top: 4%;
  display: inline-block;
  clear: both !important;
}
.leyenda p {
  font-size: 70% !important;
  width: 100% !important;
  text-align: center !important;
}
#venues h1 {
  color: deeppink;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 280%;
  text-align: left;
}
#venues h2 {
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 115%;
  line-height: 125% !important;
  text-align: left;
  font-weight: 400;
  margin-bottom: 6%;
}
#venues p {
  float: left;
  font-size: 85%;
  position: relative;
  top: 5px;
  margin-right: 1%;
  width: 48%;
}
#venues img {
  display: block;
  float: left;
  max-width: 35px;
}
#venues iframe {
  pointer-events: none;
}
.points {
  width: 50%;
  float: left;
}
.partners {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0.25%;
}
.clear {
  clear: both;
}
#contact {
  background-color: rgba(0, 0, 0, 1.00);
  padding: 2%;
  text-align: center;
  padding-top: 4%;
}
#contact h1 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 280%;
  margin-bottom: 0%;
  margin-top: 0;
}
#contact a {
  color: deeppink;
  text-decoration: none;
}
#contact a:hover {
  text-decoration: underline;
}
#contact h2 {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 3%;
  text-align: center;
  font-size: 240%;
  margin-top: 0 !important;
}
#contact p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 150%;
  margin-bottom: 2%;
  text-align: left;
}
#contact strong {
  color: #FFFFFF;
}
#contact img {
  max-width: 420px;
}
/*Schedule*/
.wHead {
  position: relative;
}
.wHead h1 {
  font-size: 155% !important;
}
.wHead h2 {
  font-size: 100% !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.wHead img {
  max-width: 100px;
  position: absolute;
  z-index: 99;
  right: -20px;
  top: -50px;
}
.wRow {
  width: 100%;
  clear: both;
  display: flex;
}
.wDay, .dEvent, .dEmpty {
  width: calc(100%/9);
  float: left;
  margin: 0.25%;
  padding: 1%;
  background-color: rgba(81, 0, 99, 1.0);
  position: relative;
  min-height: 80px
}
.dEmpty {
  background-color: transparent;
  border: none;
}
.dEvent {
  border: solid 1px rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.8);
  /*min-height: 240px;*/
  display: flex;
  height: auto;
}
.dEvent p {
  color: #000000 !important;
  font-size: 80%;
  line-height: 110% !important;
  padding-bottom: 6%;
  padding-top: 6%;
  text-align: left;
  border-bottom: dotted 1px rgba(0, 0, 0, 1);
  font-weight: 300;
}
.dEvent a {
  text-decoration: none;
  color: rgba(100, 0, 68, 1);
  font-weight: 500;
}
.dEvent a:hover {
  text-decoration: underline;
}
.dContent {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 90%;
}
.mProgram {
  display: none;
}
.crumbs {
  width: 100%;
  padding: 0.25%;
  margin-top: 2%;
  white-space: nowrap;
  padding-bottom: 6%;
}
.crumbs a {
  font-size: 90%;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 6px !important;
  cursor: pointer;
  min-height: 48px;
}
.crumbs a:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 6px !important;
  display: block;
}
.activo {
  border: solid 1px #000;
  border-radius: 12px;
}
#mar28, #mar29, #mar30, #mar31, #apr01, #apr02, #apr03, .mClear {
  display: none;
}
/*Mail Form*/
form {
  margin-bottom: 6%;
}
label {
  display: block;
  color: #FFFFFF;
  margin-bottom: 2.5%;
  margin-top: 2.5%;
  width: 25%;
  text-align: left;
  float: left;
}
input {
  border: none;
  line-height: 160%;
  margin-left: 2%;
  min-height: 30px;
  min-width: 220px;
  font-size: 16px;
  color: deeppink;
  padding-left: 2%;
  width: 60%;
  float: left;
}
textarea {
  font-size: 16px;
  color: deeppink;
  margin-left: 2%;
  padding-left: 2%;
  min-height: 78px;
  min-width: 220px;
  width: 60%;
  float: left;
}
button {
  clear: both;
  display: block;
  border-radius: 0;
  font-size: 16px;
  padding: 1%;
  margin-left: 37.5%;
  width: 25%;
  margin-right: 25%;
  background-color: #000000;
  border: solid 1px deeppink;
  color: deeppink;
  cursor: pointer;
  position: relative;
  top: 30px;
}
button:hover {
  background-color: deeppink;
  color: #FFFFFF;
  border: solid 1px #1F3622;
  cursor: pointer;
}
.required {
  color: deeppink;
}
/*olbap*/
.olbap {
  font-size: 60% !important;
}