/*****************/
/*VARIABLES*/
/*****************/
@font-face {
  font-family: 'avertastd-regular';
  src: url("../fonts/avertastd-regular-webfont.woff2") format("woff2"), url("../fonts/avertastd-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avertastd-bold';
  src: url("../fonts/avertastd-bold-webfont.woff2") format("woff2"), url("../fonts/avertastd-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avertastd-light';
  src: url("../fonts/avertastd-light-webfont.woff2") format("woff2"), url("../fonts/avertastd-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "todoticket";
  src: url("../fonts/todoticket.eot");
  src: url("../fonts/todoticket.eot?#iefix") format("embedded-opentype"), url("../fonts/todoticket.woff") format("woff"), url("../fonts/todoticket.ttf") format("truetype"), url("../fonts/todoticket.svg#todoticket") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "todoticket" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "todoticket" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -30%;
  display: inline-block;
  width: 1.07142857em;
  text-align: center;
  margin-right: 8px; }

.icon-time:before {
  content: "\61"; }

.icon-eventos:before {
  content: "\62"; }

.icon-ticket:before {
  content: "\65"; }

.icon-promos:before {
  content: "\66"; }

.icon-search:before {
  content: "\67"; }

.icon-plus:before {
  content: "\63"; }

.icon-pin:before {
  content: "\68"; }

.icon-grid:before {
  content: "\64"; }

.icon-list:before {
  content: "\69"; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  font-size: 12px;
  font-family: "avertastd-regular", Arial, sans-serif !important;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  background-color: #eaedf1; }

#app {
  transition: transform 0.5s cubic-bezier(0, 1, 0.7, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0, 1, 0.7, 1); }

#app.open-menu {
  transform: translateX(-10em);
  overflow: hidden; }

input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  -webkit-appearance: none; }

input:focus {
  outline: none; }

input.invalid {
  border-bottom: 2px solid #ff005e !important; }

input.valid {
  border-bottom: 2px solid #15b141 !important; }

a {
  color: #ffc423;
  text-decoration: none;
  transition: 0.4s ease all; }

b, strong {
  font-family: "avertastd-bold";
  font-weight: normal; }

fieldset {
  border: none;
  margin: 0; }

button, button:active, button:focus {
  border: none;
  -webkit-appearance: none;
  outline: none; }

input[type="submit"] {
  cursor: pointer; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

a:hover,
a:focus {
  color: white;
  text-decoration: none; }

a:focus {
  outline: none;
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1; }

::selection {
  background: #ffc423;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #ffc423;
  /* Gecko Browsers */
  color: white; }

.viewport {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.buy-tickets-medium {
  padding: 0.5em 1.5em;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  border-radius: 35px;
  transition: 0.4s ease all;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
  margin: 5px 2px;
  display: block;
  max-width: 200px;
  text-align: center;
  transform: translateY(0); }

.buy-tickets-medium:hover, .buy-tickets-medium:active, .buy-tickets-medium:focus {
  background: white;
  color: #393f4f !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transform: translateY(3px);
  border: 2px solid white; }

.buy-tickets-medium:before {
  font-size: 20px; }

.buy-tickets-small {
  padding: 0.45em 1.25em;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  border-radius: 35px;
  transition: 0.4s ease all;
  border: 2px solid white;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  display: block; }
  .buy-tickets-small.dark {
    color: #393f4f;
    border: 2px solid #393f4f; }
    .buy-tickets-small.dark:hover {
      background: #393f4f;
      color: white !important;
      border: 2px solid #393f4f; }

.buy-tickets-small:hover, .buy-tickets-small:active, .buy-tickets-small:focus {
  background: white;
  color: #393f4f !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border: 2px solid white; }

.buy-tickets-small:before {
  font-size: 18px; }

.buy-tickets-medium.disabled, .buy-tickets-small.disabled {
  background-color: #ecf0f3 !important;
  cursor: not-allowed !important;
  color: #393f4f !important;
  border: 2px solid transparent !important; }
  .buy-tickets-medium.disabled:hover, .buy-tickets-medium.disabled:focus, .buy-tickets-medium.disabled:active, .buy-tickets-small.disabled:hover, .buy-tickets-small.disabled:focus, .buy-tickets-small.disabled:active {
    background-color: #ecf0f3 !important;
    border: 2px solid transparent !important;
    box-shadow: none !important;
    color: #393f4f !important; }

.boton-lineal-small {
  padding: 0.45em 1.25em;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  border-radius: 35px;
  transition: 0.4s ease all;
  border: 2px solid white;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  display: block;
  margin: 1em auto; }
  .boton-lineal-small.dark {
    color: #393f4f;
    border: 2px solid #393f4f; }
    .boton-lineal-small.dark:hover {
      background: #393f4f;
      color: white !important;
      border: 2px solid #393f4f; }

.boton-lineal-small:hover, .boton-lineal-small:active, .boton-lineal-small:focus {
  background: white;
  color: #393f4f !important;
  border: 2px solid white; }

/*****************/
/*MODAL STYLES BACKDROP*/
/*****************/
.modal-backdrop.fade.in {
  opacity: 0;
  background-color: transparent; }

.modal-white.fade.in ~ .modal-backdrop.fade.in {
  background-color: white;
  opacity: 1; }

.modal-dark-gray.fade.in ~ .modal-backdrop.fade.in {
  background-color: #393f4f;
  opacity: 1; }

.modal-backdrop.in {
  opacity: 0; }

.modal-header a i {
  color: white;
  position: absolute;
  top: 0;
  margin-top: -1.3em;
  margin-left: -1em;
  z-index: 1;
  font-size: 1em;
  background-color: #49c7f0;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 11px;
  box-shadow: 0px 0px 15px 0px rgba(13, 7, 15, 0.35); }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 auto; }

/* scroll fixes */
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll; }

/*****************/
/*GENERAL STYLE TEMPLATES*/
/*****************/
.font-light {
  font-family: "avertastd-light"; }

.font-regular {
  font-family: "avertastd-regular"; }

.font-bold {
  font-family: "avertastd-bold"; }

.font-smooth {
  -webkit-font-smoothing: antialiased !important; }

.txt_white {
  color: white; }

.txt_black {
  color: black; }

.underline {
  display: inline-block !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden !important;
  padding-bottom: 3px !important;
  margin-bottom: -3px !important; }

.underline:after, .underline:before {
  content: "";
  height: 2px;
  background-color: #ffc423;
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute; }

.underline:before {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.underline:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

.underline:hover:before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.underline:hover:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.underline.grey:after, .underline.grey:before {
  background-color: #9cadc7; }

.uppercase {
  text-transform: uppercase; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  position: absolute;
  left: 0; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #ffc423; }

.underline-static {
  position: relative; }

.underline-static:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 10px;
  height: 2px;
  width: 60px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  position: absolute;
  left: 0;
  background: #ffc423;
  bottom: -4px; }

.title-general {
  text-align: center;
  position: relative;
  font-family: "avertastd-bold";
  font-size: 3em; }

/*****************/
/*LOADER*/
/*****************/
.preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #eaedf1;
  top: 0;
  left: 0; }

.preloader img {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ffc423;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

.pace .pace-progress.restart {
  top: 0 !important; }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #ffc423;
  border-left-color: #ffc423;
  border-radius: 18px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
/*****************/
/*MAIN NAVIGATION*/
/*****************/
#nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0px auto 0 auto;
  top: 17px;
  right: 2%;
  cursor: pointer;
  z-index: 13; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffc423;
  border-radius: 35px;
  opacity: 1;
  left: 0; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2) {
  top: 9px;
  left: auto;
  right: 0; }

#nav-icon span:nth-child(3) {
  top: 18px; }

.main-nav {
  position: relative;
  left: 0;
  z-index: 10;
  top: 0px;
  width: 100%;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  padding: 0 5%;
  background-color: #20232c;
  text-align: center;
  margin: 0 !important; }

.main-nav * {
  backface-visibility: hidden; }

.main-nav .logo-color {
  width: 125px;
  height: auto;
  padding: 12px 0;
  float: left;
  display: block; }

.main-nav .logo-white {
  width: 185px;
  height: auto;
  padding: 12px 0;
  float: left;
  display: none; }

.main-nav .logo {
  z-index: 9; }

.main-nav .main-menu {
  color: #e1e1e1;
  float: right;
  margin-right: 2%;
  margin-bottom: 0; }

.main-nav .main-menu {
  list-style: none;
  font-family: "avertastd-bold"; }

.main-nav .main-menu > li {
  display: inline-block;
  padding: 2em 1em;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  float: left; }

.main-nav .main-menu li.search-menu {
  display: inline-block;
  padding: 1.3em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }

#search-button-mobile {
  padding: 1em;
  margin: 0;
  top: 2px;
  position: absolute;
  right: 70px; }

.main-nav .main-menu li.search-menu img {
  width: 20px; }

.main-nav .main-menu li.search-menu:hover {
  border-bottom: none; }

.main-nav .main-menu li.search-menu a:before {
  font-size: 2em;
  vertical-align: middle; }

.main-nav .main-menu > li > a {
  color: #e1e1e1;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  font-size: 0.9em; }

.main-nav .main-menu > li > a:hover {
  opacity: 1; }

.main-nav.scrolled {
  top: 0;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.5); }

.main-nav.scrolled .main-menu li a {
  height: 100%;
  text-decoration: none; }

.main-nav.scrolled .main-menu li a:hover {
  opacity: 1; }

.icons-nav {
  width: 22px !important;
  display: inline-block !important;
  height: 22px !important;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -4px; }

.small {
  width: 16px !important; }

/*****************/
/*Dropdown menus*/
/*****************/
.menu-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  -webkit-transition: background-color .18s ease;
  transition: background-color .18s ease;
  color: white; }

button.dropdown-button {
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  outline: none;
  cursor: pointer;
  color: white;
  background-size: cover;
  border-radius: 50%; }

.menu-item .icon {
  display: inline-block; }

.menu-item .dropdown {
  position: absolute;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 200;
  min-width: 180px;
  max-width: 350px;
  padding: 0;
  opacity: 0;
  transform: scale(0);
  box-shadow: 0px 15px 43px 0px rgba(47, 57, 69, 0.38);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-overflow-scrolling: touch;
  border-radius: 9px;
  overflow: hidden; }

.menu-item .dropdown::-webkit-scrollbar {
  width: 6px !important; }

.menu-item .dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); }

.menu-item .dropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08); }

.dropdown:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.menu-item .dropdown ul li {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1) transform;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1) transform;
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
  list-style: none; }

.menu-item.active .dropdown ul li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  padding: 0.25em 0; }

/*-----options for dropdown------*/
.dropdown-right {
  top: 30px;
  right: 4px;
  transform-origin: right top 0px; }

.dropdown-left {
  top: 30px;
  left: 4px;
  transform-origin: left top 0px; }

.dropdown-bottom-right {
  bottom: 30px;
  right: 4px;
  transform-origin: right bottom 0px; }

.dropdown-bottom-left {
  bottom: 30px;
  left: 4px;
  transform-origin: left bottom 0px; }

.dropdown-center-bottom {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0) !important;
  transform-origin: center bottom 0px; }

.menu-item.active .dropdown {
  transform: scale(1) !important;
  opacity: 1; }

.menu-item.active .dropdown.dropdown-center-bottom {
  transform: translateX(-50%) scale(1) !important; }

#ie8 .menu-item .dropdown {
  display: none; }

#ie8 .menu-item.active .dropdown {
  display: block; }

/*****************/
/*QUICK SIDE MENU*/
/*****************/
#quick-menu {
  font-family: "avertastd-regular";
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 1em;
  z-index: 11;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0, 1, 0.7, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.7, 1);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #20232c; }

#quick-menu .logo-color {
  width: 200px;
  padding: 2em;
  margin-top: 30%;
  display: block; }

#quick-menu::-webkit-scrollbar {
  display: none; }

#quick-menu.active {
  will-change: transform;
  height: 100vh;
  min-height: 300px;
  width: 350px;
  max-width: 100%;
  overflow-y: auto;
  top: 0;
  right: 0;
  transform: translateX(0);
  box-shadow: 0 36px 64px 0 rgba(0, 0, 0, 0.6) !important; }

#quick-menu .close-button svg {
  fill: black; }

#quick-menu ul {
  list-style: none;
  padding: 1em 1em; }

#quick-menu ul li {
  margin: 0 10px;
  display: block;
  color: white;
  padding: 0.5em 0;
  line-height: 1.5em;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateX(34px);
  -ms-transform: scale(1.1) translateX(34px);
  transform: scale(1.1) translateX(34px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s cubic-bezier(0, 1, 0.7, 1);
  transition: opacity 0.35s ease-out, transform 0.35s cubic-bezier(0, 1, 0.7, 1); }

#quick-menu .links:hover li a {
  opacity: 0.4; }

#quick-menu .links li a:hover {
  opacity: 1;
  color: #ffc423; }

#quick-menu .links .quick-links a {
  color: #eaedf1;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1em;
  font-size: 1.5em;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0, 1, 0.7, 1);
  transition: opacity 0.2s ease-out, transform 0.4s cubic-bezier(0, 1, 0.7, 1); }

#quick-menu .links .quick-links a:hover {
  -webkit-transform: scale(1) translateX(3px);
  -ms-transform: scale(1) translateX(3px);
  transform: scale(1) translateX(3px); }

#quick-menu.active ul li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

#quick-menu.active .links li:nth-child(1) {
  -webkit-transition-delay: 150ms, 150ms;
  transition-delay: 150ms, 150ms; }

#quick-menu.active .links li:nth-child(2) {
  -webkit-transition-delay: 200ms, 200ms;
  transition-delay: 200ms, 200ms; }

#quick-menu.active .links li:nth-child(3) {
  -webkit-transition-delay: 250ms, 250ms;
  transition-delay: 250ms, 250ms; }

#quick-menu.active .links li:nth-child(4) {
  -webkit-transition-delay: 300ms, 300ms;
  transition-delay: 300ms, 300ms; }

#quick-menu.active .links li:nth-child(5) {
  -webkit-transition-delay: 350ms, 350ms;
  transition-delay: 350ms, 350ms; }

#quick-menu.active .links li:nth-child(6) {
  -webkit-transition-delay: 400ms, 400ms;
  transition-delay: 400ms, 400ms; }

#quick-menu.active .links li:nth-child(7) {
  -webkit-transition-delay: 450ms, 450ms;
  transition-delay: 450ms, 450ms; }

#quick-menu.active .links li:nth-child(8) {
  -webkit-transition-delay: 500ms, 500ms;
  transition-delay: 500ms, 500ms; }

#quick-menu.active .links li:nth-child(9) {
  -webkit-transition-delay: 550ms, 550ms;
  transition-delay: 550ms, 550ms; }

#quick-menu.active .links li:nth-child(10) {
  -webkit-transition-delay: 600ms, 600ms;
  transition-delay: 600ms, 600ms; }

#quick-menu.active .links li:nth-child(11) {
  -webkit-transition-delay: 650ms, 650ms;
  transition-delay: 650ms, 650ms; }

#quick-menu.active .links li:nth-child(12) {
  -webkit-transition-delay: 700ms, 700ms;
  transition-delay: 700ms, 700ms; }

#quick-menu .social-media {
  margin-top: 2em; }

#quick-menu .social-media a {
  color: #575b5e;
  opacity: 1;
  transition: 0.3s ease opacity;
  text-decoration: none;
  font-size: 1.5em;
  margin: 0 0.5em;
  padding: 0.4em 1em; }

#quick-menu .social-media a:hover {
  opacity: 1; }

#quick-menu ul .quick-search {
  display: block;
  color: white;
  height: auto;
  opacity: 0;
  border-bottom: none; }

#curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #393f4f;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none; }

#curtain.open {
  display: block; }

/*****************/
/*HERO HEADER*/
/*****************/
.hero-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: -100;
  -webkit-font-smoothing: antialiased !important; }

.hero-overlay {
  height: 100.1%;
  width: 100%;
  opacity: 0.6;
  background-color: #0074f0 !important; }

.hero-header-wrapper {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  width: 100%;
  padding: 0 5em;
  overflow: hidden;
  position: absolute; }

.hero-title h1 {
  color: white;
  text-align: center;
  font-size: 5em;
  line-height: 0.8em;
  letter-spacing: -5px; }

.align-center-v {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.align-center-h {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.fixed {
  position: fixed !important;
  backface-visibility: hidden; }

/*****************/
/*HOME*/
/*****************/
#home .leaderboard {
  padding: 1em; }

#evento-interna .square-ad {
  margin: 3em auto;
  max-width: 300px; }

.owl-carousel {
  z-index: 4; }

.owl-stage {
  transition-timing-function: cubic-bezier(0.55, -0.04, 0, 1); }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

#main-carousel .owl-nav {
  opacity: 0 !important;
  transition: 0.3s ease opacity; }

#main-carousel:hover .owl-nav {
  opacity: 1 !important; }

#main-carousel .feautured-post {
  min-height: 500px;
  max-height: 700px;
  height: 60vh;
  max-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.4s ease all;
  cursor: pointer; }

#main-carousel .owl-item.active .feautured-post {
  transition: 0.4s ease all; }

#main-carousel .owl-item {
  background-color: #393f4f; }

.owl-item {
  z-index: 1;
  -webkit-backface-visibility: hidden; }

#main-carousel .feautured-post:after {
  content: "";
  height: 60%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(3%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.94)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

#main-carousel .feautured-post .feautured-post-content {
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 2;
  padding: 1em 0;
  max-width: 800px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
  transform: translateX(34px);
  -webkit-transform: translateX(34px);
  width: 65%;
  margin: 0;
  bottom: 3em;
  left: 5%; }

#main-carousel .owl-item.active .feautured-post-content {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0); }

#main-carousel .owl-nav {
  position: absolute;
  width: 90px;
  bottom: 9em;
  margin: 0;
  left: 5%; }

#main-carousel .owl-nav .owl-next, #main-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  -webkit-transition: 0.3s ease opacity;
  bottom: 0; }

#main-carousel .owl-nav .owl-next:hover, #main-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8; }

#main-carousel .owl-nav .owl-prev {
  background-image: url(../img/prev.svg);
  left: 0em; }

#main-carousel .owl-nav .owl-next {
  background-image: url(../img/next.svg);
  right: 0em; }

#main-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

#main-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -7px; }

#main-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

#main-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  /*	background: #D6D6D6;*/
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms cubic-bezier(0.56, 0.03, 0.52, 1.87);
  border-radius: 30px;
  opacity: 0.3;
  transform-origin: center;
  transform: scale(0.8); }

#main-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  opacity: 1;
  transform: none; }

#main-carousel .feautured-post {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#main-carousel .owl-item.active .feautured-post {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

#main-carousel .feautured-post .feautured-post-content .blog-category a {
  color: white; }

#main-carousel .feautured-post .feautured-post-content .blog-category span {
  /*	font-size: 2em;*/
  margin-right: 1em;
  color: #29abe2;
  font-family: "avertastd-bold";
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase; }

#main-carousel .feautured-post .feautured-post-content .slide-title {
  font-family: "avertastd-bold";
  -webkit-font-smoothing: antialiased !important;
  font-size: 3em;
  margin-top: 0;
  font-style: italic; }

#main-carousel .feautured-post .feautured-post-content .post-by {
  font-size: 0.91em;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-family: "avertastd-bold";
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6); }

#main-carousel .feautured-post .feautured-post-content .post-by a {
  color: rgba(255, 255, 255, 0.6); }

#main-carousel .feautured-post .feautured-post-content .post-by a:hover {
  color: white; }

#main-carousel .feautured-post .feautured-post-content .slide-title a {
  color: white !important;
  text-decoration: none;
  transition: .3s ease color; }

#main-carousel .feautured-post .feautured-post-content .slide-title a:hover {
  color: #29abe2; }

/*****************/
/*INTERNA EVENTO*/
/*****************/
.owl-carousel {
  z-index: 4; }

.owl-stage {
  transition-timing-function: cubic-bezier(0.55, -0.04, 0, 1); }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

#interna-carousel {
  position: relative; }
  #interna-carousel .interna-header-wrapper {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    color: white;
    width: 100%; }
    #interna-carousel .interna-header-wrapper .interna-header {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      padding: 1em; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-date {
        width: 75px;
        height: 75px;
        text-align: center;
        position: absolute;
        bottom: 50%;
        left: 0;
        margin-bottom: -55px;
        margin-bottom: -38px;
        border-right: 2px solid #999; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title-date .day {
          font-weight: bold;
          font-size: 3em;
          display: block;
          padding: 0;
          margin: 0;
          line-height: 0.5em;
          padding-top: 0.6em;
          backface-visibility: hidden;
          opacity: 1;
          transition: 0.4s ease all;
          color: #ffc423; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title-date .multifuncion {
          line-height: 75px;
          font-family: "avertastd-bold";
          color: #ffc423; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title-date .month {
          padding: 0;
          margin: 0;
          font-size: 1.5em;
          visibility: visible;
          opacity: 1;
          transition: 0.4s ease all; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-info {
        margin-left: 90px;
        padding: 0.5em 0; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title {
        margin-left: 90px;
        padding: 0.5em 0; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title h2 {
          display: inline-block;
          margin: 0;
          margin-right: 1em;
          max-width: 90%; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title #save-fb-button-wrapper {
          display: inline-block; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title #save-fb-button .dropdown {
          min-width: 180px;
          max-width: 180px;
          padding: 0; }
          #interna-carousel .interna-header-wrapper .interna-header .interna-title #save-fb-button .dropdown:after {
            display: none !important; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title #save-fb-button button.dropdown-button {
          background: #4267b2;
          height: 30px;
          width: 30px;
          line-height: 1; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title #save-fb-button .dropdown .sub-index-nav {
          padding: 1em 0;
          text-align: center;
          margin: 0; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-info svg {
        height: 20px !important; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-info span {
        margin-right: 2em;
        font-size: 1.2em;
        white-space: nowrap; }
        #interna-carousel .interna-header-wrapper .interna-header .interna-title-info span svg {
          height: 20px !important; }
          #interna-carousel .interna-header-wrapper .interna-header .interna-title-info span svg path {
            fill: #ffc423 !important; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-info img {
        display: inline-block; }
      #interna-carousel .interna-header-wrapper .interna-header .interna-title-info p {
        display: inline-block; }

#interna-carousel .owl-nav {
  opacity: 0 !important;
  transition: 0.3s ease opacity; }

#interna-carousel:hover .owl-nav {
  opacity: 1 !important; }

#interna-carousel .feautured-image {
  min-height: 500px;
  max-height: 700px;
  height: 40vh;
  max-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.4s ease all; }

#interna-carousel .owl-item.active .feautured-image {
  transition: 0.4s ease all; }

#interna-carousel .owl-item {
  background-color: #393f4f; }

.owl-item {
  z-index: 1;
  -webkit-backface-visibility: hidden; }

#interna-carousel .feautured-image:after {
  content: "";
  height: 120%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(3%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.94)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

#interna-carousel .owl-nav {
  width: 100%; }

#interna-carousel .owl-nav .owl-next, #interna-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  -webkit-transition: 0.3s ease opacity; }

#interna-carousel .owl-nav .owl-next:hover, #interna-carousel .owl-nav .owl-prev:hover {
  opacity: 0.8; }

#interna-carousel .owl-nav .owl-prev {
  background-image: url(../img/prev.svg);
  left: 1em; }

#interna-carousel .owl-nav .owl-next {
  background-image: url(../img/next.svg);
  right: 1em; }

#date-select {
  background-color: #ecf0f3;
  padding: 0.75em 2em;
  border-radius: 35px;
  background-image: url(../img/icons/down-arrow.svg);
  background-position: 89% center;
  background-size: 13px;
  background-repeat: no-repeat;
  min-width: 160px;
  width: 100%;
  font-size: 1.2em;
  max-width: 300px; }
  #date-select:focus, #date-select:hover {
    outline: none;
    border: none; }

.table-localidades, .table-funciones {
  max-width: 100%; }
  .table-localidades td, .table-localidades th, .table-funciones td, .table-funciones th {
    padding: 0;
    padding: 1em;
    border-bottom: 1px solid gainsboro; }

.table-localidades {
  min-width: 320px;
  font-size: 1.5em; }

.table-funciones {
  width: 100%; }
  .table-funciones tr:hover {
    background-color: white; }

.loading-wrapper {
  text-align: center;
  margin: 11em auto;
  width: 125px;
  display: block;
  background-color: #eaeaef;
  padding: 2em;
  box-shadow: 0px 15px 38px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }
  .loading-wrapper img {
    margin: 1em auto;
    display: block;
    width: 100%; }

.fechas-interna, .localidades-interna, .funciones-interna, .recomendaciones-interna, .mapa-interna {
  margin-bottom: 1em; }
  .fechas-interna .titles, .localidades-interna .titles, .funciones-interna .titles, .recomendaciones-interna .titles, .mapa-interna .titles {
    margin-bottom: 1em; }

.localidades-interna .mapa-localidades {
  margin: 2em 0;
  padding: 2em; }
  .localidades-interna .mapa-localidades img {
    width: 100% !important; }

#mapa-localidades img {
  max-width: 100% !important;
  height: auto !important; }

.funciones-interna {
  background-color: #ecf0f3;
  border-radius: 10px;
  padding: 2em;
  max-width: 350px;
  min-height: 450px;
  position: relative; }

.funciones-interna:after, .funciones-interna:before {
  box-sizing: border-box;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: white; }

.funciones-interna:after {
  top: -25px;
  left: 50%;
  border-radius: 50%;
  margin-left: -25px; }

.funciones-interna:before {
  bottom: -25px;
  left: 50%;
  border-radius: 50%;
  margin-left: -25px; }

.funciones-interna.multifuncion {
  max-width: 100% !important;
  min-height: 450px !important;
  position: relative; }
  .funciones-interna.multifuncion .pagination {
    font-family: "avertastd-bold";
    width: 100%;
    text-align: left;
    font-size: 1.2em; }
    .funciones-interna.multifuncion .pagination .pagination-prev, .funciones-interna.multifuncion .pagination .pagination-next, .funciones-interna.multifuncion .pagination .pagination-first, .funciones-interna.multifuncion .pagination .pagination-last {
      transition: 0.2s ease opacity;
      opacity: 1; }
      .funciones-interna.multifuncion .pagination .pagination-prev.disabled, .funciones-interna.multifuncion .pagination .pagination-next.disabled, .funciones-interna.multifuncion .pagination .pagination-first.disabled, .funciones-interna.multifuncion .pagination .pagination-last.disabled {
        opacity: 0.1;
        cursor: not-allowed; }
    .funciones-interna.multifuncion .pagination .pagination-prev-img, .funciones-interna.multifuncion .pagination .pagination-next-img {
      width: 35px !important;
      height: 35px !important;
      opacity: 0.8;
      margin-top: 0 !important; }
      .funciones-interna.multifuncion .pagination .pagination-prev-img circle, .funciones-interna.multifuncion .pagination .pagination-next-img circle {
        fill: #393f4f !important; }
      .funciones-interna.multifuncion .pagination .pagination-prev-img:hover, .funciones-interna.multifuncion .pagination .pagination-next-img:hover {
        opacity: 1; }
    .funciones-interna.multifuncion .pagination .pagination-first-img, .funciones-interna.multifuncion .pagination .pagination-last-img {
      width: 25px !important;
      height: 25px !important;
      opacity: 0.8;
      margin-top: 0 !important; }
      .funciones-interna.multifuncion .pagination .pagination-first-img circle, .funciones-interna.multifuncion .pagination .pagination-last-img circle {
        fill: #5a5f6f !important; }
      .funciones-interna.multifuncion .pagination .pagination-first-img:hover, .funciones-interna.multifuncion .pagination .pagination-last-img:hover {
        opacity: 1; }
  .funciones-interna.multifuncion .multifuncion-date {
    width: 50px;
    text-align: center;
    background-color: #dadde0;
    border-bottom: 9px solid #eff3f6; }
    .funciones-interna.multifuncion .multifuncion-date h5 {
      margin: 0; }
    .funciones-interna.multifuncion .multifuncion-date .multifuncion-date-number {
      font-size: 2.5em;
      font-family: "avertastd-bold";
      letter-spacing: -1px;
      display: block;
      line-height: 26px; }
  .funciones-interna.multifuncion .multifuncion-time-place {
    width: 130px; }

.mapa-interna {
  height: 50vh;
  min-height: 300px;
  margin-right: -8em; }

.mapa-interna iframe {
  margin-left: -4em; }

/*****************/
/*Tab Styles*/
/*****************/
[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden; }
  [ripple] .ripple {
    position: absolute;
    background: #5a5f6f;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    animation: ripple 1.6s; }

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.2; }
  100% {
    transform: scale(40);
    opacity: 0; } }
.tabs {
  position: relative;
  max-width: 100%;
  width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -51px;
  overflow: hidden;
  z-index: 4 !important; }
  .tabs-header {
    position: relative;
    background: transparent;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding: 0; }
    .tabs-header .border {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ffc423;
      width: auto;
      height: 3px;
      transition: 0.3s ease; }
    .tabs-header ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin: 0;
      width: 100%;
      padding: 0; }
    .tabs-header::-webkit-scrollbar {
      display: none; }
    .tabs-header::-webkit-scrollbar-thumb {
      display: none; }
    .tabs-header::-webkit-scrollbar-track {
      display: none; }
    .tabs-header li {
      transition: 0.3s ease; }
      .tabs-header li a {
        z-index: 1;
        display: block;
        box-sizing: border-box;
        padding: 15px 20px;
        color: #eaedf1;
        text-decoration: none;
        font-family: "avertastd-bold";
        font-size: 1.1em;
        border-bottom: 3px solid transparent; }
        .tabs-header li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
      .tabs-header li.active a {
        color: #393f4f;
        border-bottom: 3px solid #ffc423;
        background-color: rgba(255, 255, 255, 0.9); }
  .tabs-content {
    position: relative;
    padding: 4em;
    transition: 0.3s ease;
    overflow: hidden;
    background: white;
    min-height: 150px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .tabs-content:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      box-shadow: 0 0 20px 10px white; }
    .tabs-content .tab {
      display: none; }
      .tabs-content .tab.active {
        display: block; }

/*****************/
/*News desktop*/
/*****************/
#news-desktop {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
  overflow: hidden;
  width: 220px;
  color: #eaedf1;
  background-color: transparent;
  transition: 0.4s cubic-bezier(0.39, 0, 0, 1) all;
  height: 130px;
  border-radius: 3px; }
  #news-desktop:hover {
    background-color: rgba(53, 53, 53, 0.8);
    height: 360px; }
  #news-desktop .news-desktop-title {
    padding: 1em;
    margin-bottom: 1em;
    font-size: 1.2em; }
    #news-desktop .news-desktop-title .up-arrow {
      display: block;
      width: 18px;
      transform-origin: center;
      opacity: 1;
      margin: 0 auto;
      margin-bottom: 1em; }
  #news-desktop .news-desktop-feautured {
    opacity: 0.2;
    transition: .3s ease;
    backface-visibility: hidden; }
    #news-desktop .news-desktop-feautured a {
      color: white;
      display: inline-table;
      transition: 0.3s ease all;
      backface-visibility: hidden; }
      #news-desktop .news-desktop-feautured a:hover {
        color: #ffc423; }
  #news-desktop .news-desktop-feautured:nth-child(2) {
    transition-delay: 0.1s; }
  #news-desktop .news-desktop-feautured:nth-child(3) {
    transition-delay: 0.15s; }
  #news-desktop .news-desktop-feautured:nth-child(4) {
    transition-delay: 0.20s; }
  #news-desktop .news-desktop-feautured:nth-child(5) {
    transform: none; }
  #news-desktop:hover .news-desktop-feautured {
    opacity: 1;
    transform: none; }
  #news-desktop:hover .news-desktop-title .up-arrow {
    opacity: 0;
    width: 0;
    margin-bottom: 0; }
  #news-desktop .news-desktop-list {
    list-style: none;
    padding: 1em;
    margin: 0; }
    #news-desktop .news-desktop-list li {
      width: 200px; }
      #news-desktop .news-desktop-list li .news-desktop-image {
        width: 60px;
        height: 60px;
        background-size: cover;
        border-radius: 4px;
        background-position: center;
        display: inline-block;
        margin: 5px 0; }
      #news-desktop .news-desktop-list li .news-desktop-extract {
        line-height: 1;
        padding: 0em;
        width: 130px;
        display: inline-block;
        margin: 25px 5px;
        vertical-align: top;
        height: 1.95em;
        overflow: hidden;
        font-size: 1em;
        font-family: "avertastd-bold";
        -webkit-line-clamp: 2; }

/*****************/
/*News Mobile*/
/*****************/
#news-mobile {
  width: 100%;
  background-color: #20232c;
  height: 60px;
  padding: 5px;
  color: white;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative; }
  #news-mobile .news-mobile-more {
    width: 100px !important;
    display: inline-block;
    float: right; }
    #news-mobile .news-mobile-more .boton-lineal-small {
      margin: 0.8em auto; }

#news-mobile::-webkit-scrollbar {
  display: none; }

#news-mobile .news-mobile-title {
  width: 75px;
  float: left;
  text-align: center;
  border-right: 1px solid #5a5f6f;
  margin-right: 1em; }

#news-mobile .news-mobile-title h1 {
  font-size: 12px;
  padding: 5px 0;
  font-family: "avertastd-bold"; }

#news-mobile .news-mobile-list {
  list-style: none;
  width: 1000px;
  padding: 0 1em;
  margin: 0; }
  #news-mobile .news-mobile-list a {
    color: white !important; }

#news-mobile .news-mobile-list li {
  display: inline-block;
  width: 190px; }

#news-mobile .news-mobile-list li .news-mobile-image {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 4px;
  background-position: center;
  margin: 5px 0;
  float: left; }

#news-mobile .news-mobile-list li .news-mobile-extract {
  line-height: 1;
  padding: 0em;
  width: 130px;
  margin: 15px 5px;
  vertical-align: top;
  height: 1.95em;
  overflow: hidden;
  font-size: 0.9em;
  font-family: "avertastd-bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left; }

/*****************/
/*FILTERS LINE*/
/*****************/
.sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0px;
  z-index: 2;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); }

#filters {
  padding: 0 1em;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0 2em;
  background-color: #393f4f;
  width: 100%;
  height: 60px; }
  #filters #filters-form {
    max-width: 1400px;
    margin: 0 auto; }

#filters li {
  display: inline-block; }

.title-events {
  margin: 0;
  display: inline-block;
  color: white; }

#filters fieldset {
  display: inline-block;
  padding: 0;
  margin: 0; }

#cat-filter {
  width: 100px;
  text-transform: uppercase;
  height: 60px; }

#view-filter {
  width: 75px;
  height: 40px;
  background-color: #20232c;
  border-radius: 35px;
  color: white; }
  #view-filter .icon:before {
    font-size: 1em;
    vertical-align: -12%;
    text-align: center;
    margin-right: 0;
    transition: 0.4s ease all; }
  #view-filter .icon-grid:before {
    color: #ffc423;
    margin-right: 1em; }
  #view-filter.list .icon-grid:before {
    color: white; }
  #view-filter.list .icon-list:before {
    color: #ffc423; }

.search {
  margin: 0 1em;
  position: relative;
  display: inline-block;
  width: 22%;
  max-width: 350px; }

.search.header {
  padding: 0; }

#sug-results {
  position: absolute;
  top: 50px;
  background: rgba;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  width: 400px;
  padding: 1em 0;
  margin: 0;
  box-shadow: 0px 15px 43px 0px rgba(47, 57, 69, 0.38);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-overflow-scrolling: touch;
  border-radius: 9px;
  overflow: hidden;
  list-style: none;
  left: 50%;
  transform: translateX(-42%); }
  #sug-results h4 {
    padding: 0.25em 0; }
  #sug-results h5 {
    padding: 0.5em 1em; }
  #sug-results a.mostrar-resultados {
    display: block;
    font-size: 1.1em;
    padding: 1em;
    text-align: center;
    color: #393f4f; }
  #sug-results li {
    text-align: left !important;
    padding-left: 1em; }
    #sug-results li a {
      color: #393f4f;
      padding: 10px 15px 10px 0;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    #sug-results li .result-image {
      border-radius: 50%;
      width: 45px;
      height: 45px;
      background-position: center;
      background-size: cover;
      float: left; }
    #sug-results li .result-text {
      margin-left: 45px;
      padding-left: 18px;
      padding-top: 4px; }
      #sug-results li .result-text .result-title {
        font-family: "avertastd-bold";
        color: #393f4f;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.1em; }
      #sug-results li .result-text .result-info {
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
    #sug-results li:hover {
      background-color: #eaedf1; }

.search-input {
  background-color: #5a5f6f;
  padding: 13px 20px 13px 44px;
  margin: 0;
  color: white;
  border-radius: 35px;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100%; }

.search label {
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  width: 18px;
  height: 18px;
  z-index: 4; }

.search label img {
  width: 18px !important; }

.search.header .search-input {
  background-color: #393f4f; }

.search-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
  font-family: "avertastd-bold";
  text-transform: uppercase; }

#Reset {
  color: #393f4f;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0.5em 0;
  margin: 0;
  border-bottom: 1px solid #eaedf1;
  padding-bottom: 1em;
  margin-bottom: 1em; }

ul.cat-filters {
  list-style: none;
  padding: 2.5em;
  max-height: 310px;
  overflow-y: scroll;
  padding-bottom: 2em;
  margin: 0; }

ul.cat-filters::-webkit-scrollbar {
  width: 6px !important; }

ul.cat-filters::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); }

ul.cat-filters::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08); }

#filter {
  width: 100px;
  display: inline-block;
  float: right; }

#view-switch {
  width: 100px;
  display: inline-block;
  float: right;
  padding: 0.8em 0; }

.cat-filters li {
  display: block;
  width: 100%; }

.cat-filters label {
  color: #393f4f;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
                   /* Non-prefixed version, currently
					  supported by Chrome and Opera */ }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  border: none;
  background: transparent;
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.input-checkbox {
  border-radius: 50%; }

.input-radio {
  border-radius: 50%; }

.input-checkbox, .input-radio {
  border-color: #d9d9d9 !important; }

.input-checkbox:focus, .input-radio:focus {
  border: 2px solid black;
  outline: none !important; }

.input-checkbox:hover, .input-radio:hover {
  border-color: #cccccc; }

.input-checkbox, .input-radio {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -5px;
  outline: 0;
  border: 2px solid; }

.input-checkbox:checked, .input-radio:checked {
  border: none;
  box-shadow: 0 0 0 10px black inset; }

/*****************/
/*Category Colors*/
/*****************/
#category-1.input-checkbox:checked {
  box-shadow: 0 0 0 12px #00bdf3 inset; }

#category-2.input-checkbox:checked {
  box-shadow: 0 0 0 12px #0061bb inset; }

#category-3.input-checkbox:checked {
  box-shadow: 0 0 0 12px #e89e00 inset; }

#category-4.input-checkbox:checked {
  box-shadow: 0 0 0 12px #e83075 inset; }

#category-5.input-checkbox:checked {
  box-shadow: 0 0 0 12px #303030 inset; }

#category-7.input-checkbox:checked {
  box-shadow: 0 0 0 12px #e7e400 inset; }

#category-10.input-checkbox:checked {
  box-shadow: 0 0 0 12px #05d698 inset; }

#category-14.input-checkbox:checked {
  box-shadow: 0 0 0 12px #38790d inset; }

#category-15.input-checkbox:checked {
  box-shadow: 0 0 0 12px #4e6b7d inset; }

#category-17.input-checkbox:checked {
  box-shadow: 0 0 0 12px #add50b inset; }

#category-19.input-checkbox:checked {
  box-shadow: 0 0 0 12px #13c2d1 inset; }

#category-20.input-checkbox:checked {
  box-shadow: 0 0 0 12px #8a33ae inset; }

#category-23.input-checkbox:checked {
  box-shadow: 0 0 0 12px #7f6747 inset; }

#category-25.input-checkbox:checked {
  box-shadow: 0 0 0 12px #8e8e8e inset; }

#category-27.input-checkbox:checked {
  box-shadow: 0 0 0 12px #741b00 inset; }

#category-32.input-checkbox:checked {
  box-shadow: 0 0 0 12px #e40600 inset; }

.input-checkbox:after {
  width: 10px;
  height: 8px;
  margin-left: -5px;
  margin-top: -4px;
  background-image: url(../img/icons/checkbox-tick.svg), none; }

.input-checkbox:after, .input-radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.input-checkbox:checked:after, .input-radio:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.input-radio:after {
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 50%; }

.input-checkbox:after, .input-radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#point-of-sale {
  list-style: none;
  padding: 0; }
  #point-of-sale .point-links a {
    color: #ffc423; }
    #point-of-sale .point-links a:hover {
      color: #ffc423; }

/*****************/
/*Event cards*/
/*****************/
.events-container {
  min-height: 400px;
  position: relative; }

.events-container .mix,
.events-container .gap {
  width: 100px;
  display: inline-block; }

.events-container .mix {
  display: none; }

/**
 * Fail message styles
 */
.events-container .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms; }
  .events-container .fail-message img {
    width: 50px;
    display: block;
    margin: 0 auto; }
  .events-container .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700; }

.events-container.fail .fail-message {
  opacity: 1;
  pointer-events: auto;
  padding: 9em; }

#events {
  list-style: none;
  padding: 2em;
  max-width: 1400px;
  margin: 0 auto; }
  #events li {
    margin: 1em;
    width: 185px;
    height: 270px; }
    #events li a.event-mobile-info {
      color: #20232c;
      text-decoration: none;
      padding: 0 1em; }
      #events li a.event-mobile-info h5 {
        margin: 0.5em 0;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
      #events li a.event-mobile-info p {
        color: #5a5f6f; }
      #events li a.event-mobile-info:hover {
        color: #20232c; }
  #events .ticket-icon-list {
    display: none; }
  #events .event-card {
    width: 100%;
    height: 265px;
    border-radius: 9px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s ease all;
    transform: none;
    backface-visibility: hidden;
    position: relative; }
    #events .event-card a.event-card-link {
      display: block;
      text-decoration: none;
      color: white; }
      #events .event-card a.event-card-link:hover {
        color: white; }
    #events .event-card .cat-color {
      width: 40px;
      height: 20px;
      transform: rotate(45deg);
      position: absolute;
      top: -3px;
      right: -15px; }
    #events .event-card .event-card-circle {
      width: 55px;
      height: 55px;
      background-color: rgba(32, 35, 44, 0.8);
      border-radius: 50%;
      transition: .2s ease all;
      box-shadow: 0px 15px 43px 0px rgba(37, 45, 49, 0.47);
      position: absolute;
      top: 1em;
      left: 1em;
      backface-visibility: hidden; }
    #events .event-card .multifuncion {
      line-height: 55px;
      font-family: "avertastd-bold"; }
    #events .event-card .event-card-date {
      width: 55px;
      height: 55px;
      text-align: center;
      position: absolute;
      top: 1em;
      left: 1em; }
      #events .event-card .event-card-date .day {
        font-weight: bold;
        font-size: 2em;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 0.5em;
        padding-top: 0.7em;
        backface-visibility: hidden;
        opacity: 1;
        transition: 0.4s ease all; }
      #events .event-card .event-card-date .month {
        padding: 0;
        margin: 0;
        font-size: 1.1em;
        visibility: visible;
        opacity: 1;
        transition: 0.4s ease all; }
    #events .event-card .event-card-info {
      opacity: 0;
      position: relative;
      transform: translateY(15px);
      transition: .4s ease all;
      padding: 1em;
      text-align: center; }
      #events .event-card .event-card-info .event-card-title {
        text-transform: uppercase;
        font-size: 1.5em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      #events .event-card .event-card-info .date {
        margin-bottom: 0;
        padding: 0; }
      #events .event-card .event-card-info .time {
        margin-top: 0; }
      #events .event-card .event-card-info .place {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      #events .event-card .event-card-info svg {
        width: 13px !important; }
      #events .event-card .event-card-info svg path {
        fill: white !important; }
    #events .event-card:hover {
      box-shadow: 0px 30px 54px 0px rgba(0, 0, 0, 0.16); }
    #events .event-card:hover .event-card-circle {
      height: 100%;
      width: 100%;
      border-radius: 0;
      top: 0;
      left: 0; }
    #events .event-card:hover .event-card-date .day, #events .event-card:hover .event-card-date .month {
      visibility: hidden;
      opacity: 0; }
    #events .event-card:hover .event-card-info {
      opacity: 1;
      display: block;
      transform: none; }

.event-mobile-info-list {
  color: #aaacb5;
  display: none; }
  .event-mobile-info-list p {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

#events li a.event-mobile-info h5 {
  margin: 0.5em 0 0 0; }

#events li a.event-mobile-info:hover {
  color: #20232c; }

/*****************/
/*Blog listado*/
/*****************/
.grid {
  list-style: none;
  margin: 0px auto;
  padding: 0;
  margin-bottom: 2em;
  width: 100%; }

.gutter-sizer {
  width: 2%; }

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer, .grid li {
  display: block;
  float: left;
  width: 32%;
  padding: 1em;
  padding-bottom: 2em;
  margin-bottom: 2em;
  cursor: pointer;
  overflow: hidden; }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid li > a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  .grid li {
    width: 49%;
    margin-bottom: 1em; }

  .gutter-sizer {
    width: 2%; } }
@media screen and (max-width: 480px) {
  .grid li {
    width: 100%; } }
/* General Blog Grid styles */
.grid .post {
  background-color: white;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-radius: 3px;
  backface-visibility: hidden; }

.grid .post:hover {
  z-index: 4; }

.grid .post .post-title {
  -webkit-font-smoothing: antialiased !important; }

.grid .post .post-by {
  color: #bebebe;
  font-size: 10px;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1px;
  padding: 0 15px; }

.grid .post .post-by .author a {
  color: #777;
  text-decoration: none;
  display: inline-block; }

.grid .post .post-by .author a:hover {
  color: #d89816; }

a.load-more {
  border: 2px solid #555;
  border-radius: 35px;
  width: 400px;
  max-width: 90%;
  padding: 1em 0;
  position: relative;
  color: #555;
  text-decoration: none;
  background-color: transparent;
  margin-left: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px; }
  a.load-more:hover {
    color: white !important;
    text-decoration: none;
    background: #ffc423;
    border: 2px solid transparent; }

.header-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 35vh;
  position: relative;
  min-height: 300px; }
  .header-image .header-title {
    margin: 0 auto;
    width: 1100px;
    max-width: 100%;
    color: white;
    padding: 1em 2em;
    z-index: 2;
    font-size: 1.5em; }
  .header-image:after {
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(3%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.94)));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

/* ARTICLE Blog Grid */
#blog .contenedor {
  background: none; }

.grid .article .post-image {
  -webkit-transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
  transform-origin: bottom; }

.grid .article .post-image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 4px; }

.grid .article .post-title {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #161616;
  text-align: left;
  line-height: 20px;
  padding: 0 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
  border-left: 3px solid transparent; }

.grid .article .post-title a {
  color: #161616;
  text-decoration: none;
  transition: 0.3s ease color; }

.grid .article:hover .post-title a {
  color: #ffc423; }

.grid .article:hover .post-title {
  transform: translateX(10px);
  border-left: 3px solid #ffc423;
  color: #ffc423; }

.grid .article:hover .post-image {
  transform: scale(1.08); }

.grid .article .post-extract {
  color: #393f4f;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2;
  -webkit-font-smoothing: antialiased !important;
  padding: 0 15px; }

/*****************/
/*Blog interna*/
/*****************/
#blog-post-in #post-content .post-header {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-top: 2em; }

#blog-post-in #post-content .post-header:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(3%, transparent), color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.94)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.94) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

#blog-post-in #post-content .post-header .header-content {
  position: relative;
  bottom: 0;
  color: white;
  z-index: 2;
  padding: 5em;
  width: 1100px;
  max-width: 100%;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 55px;
  padding-bottom: 1em; }

#post-image-hidden {
  display: none; }

#blog-post-in .header-content .blog-category a {
  color: white; }

#blog-post-in .header-content .post-title {
  -webkit-font-smoothing: antialiased !important;
  font-size: 3em;
  margin-top: 0;
  padding-left: 0;
  font-family: "avertastd-bold";
  font-style: italic; }

#blog-post-in .header-content .post-by {
  font-size: 0.91em;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1px;
  padding: 0;
  color: white;
  display: inline-block;
  font-family: "avertastd-bold"; }

#blog-post-in .header-content .blog-category {
  display: inline-block;
  font-size: 0.91em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1px; }

#blog-post-in .header-content .post-by a {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic; }

#blog-post-in .header-content .post-by a:hover {
  color: white; }

#blog-post-in .header-content .post-title a {
  color: white;
  text-decoration: none;
  transition: .3s ease color; }

#blog-post-in .header-content .post-title a:hover {
  color: #ffc423; }

#blog-post-in .contenedor {
  margin-top: -50px;
  margin-bottom: 3em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

#blog-post-in article {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "avertastd-regular";
  color: #555;
  padding: 3em; }
  #blog-post-in article .twitter-tweet {
    margin: 2em auto !important; }

#blog-post-in article .post-body {
  margin-bottom: 3em; }

#blog-post-in article .post-body a {
  padding: 0 !important;
  position: relative;
  overflow: hidden !important;
  padding-bottom: 1px !important;
  margin-bottom: -7px !important;
  color: #d89816; }

#blog-post-in article .post-body a:hover {
  color: #393f4f;
  text-decoration: none;
  transform: translateY(-2px); }

#blog-post-in article * {
  max-width: 100%; }

#blog-post-in article blockquote {
  position: relative;
  padding: 2em;
  margin-left: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 2px solid #ffc423; }

#blog-post-in article blockquote:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.0833; }

#blog-post-in article blockquote > p:last-of-type:after, #blog-post-in article blockquote > p:last-of-type:before {
  display: inline-block;
  position: relative;
  top: 0.1em;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  line-height: 0.01em;
  vertical-align: bottom;
  color: #ffc423; }

#blog-post-in article blockquote > p:last-of-type:before {
  content: "\201c"; }

#blog-post-in article blockquote > p:last-of-type:after {
  content: "\201d"; }

#blog-post-in article img {
  height: auto; }

#blog-post-in article figure {
  padding-bottom: 2em;
  text-align: center; }

#blog-post-in article figure figcaption {
  position: relative;
  margin-top: -0.9em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0.9em 20px;
  font-size: 0.75em;
  line-height: 1.2;
  text-align: center;
  background-color: inherit;
  color: #555; }

#blog-post-in article figure figcaption:before {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: -20px;
  right: -20px;
  bottom: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  content: "";
  border-color: currentColor;
  opacity: 0.1666; }

#blog-post-in article .post-tags {
  font-size: 10px;
  text-align: left;
  padding: 3em 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 3em;
  border-bottom: 1px solid #e3e3e3; }

#blog-post-in article .post-tags h4 {
  margin-top: 0; }

#blog-post-in article .post-tags a {
  color: #161616;
  padding: 5px 10px;
  border: 1px solid #161616;
  margin: 5px 5px 0 0;
  display: inline-block;
  text-decoration: none;
  transition: 0.35s all ease;
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 35px; }

#blog-post-in article .post-tags a:hover {
  color: white;
  background: #ffc423;
  border: 1px solid transparent; }

#post-footer {
  font-size: 12px;
  line-height: normal;
  position: relative; }

.post-by-profile {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2em;
  margin-bottom: 3em; }

.post-by-profile .user-image {
  max-width: 190px !important; }

.post-by-profile .user-social {
  padding: 0 1em; }

.post-by-profile .user-social ul {
  list-style: none;
  margin-bottom: 1em;
  margin: 1em 0 0 0;
  padding: 0; }

.post-by-profile .user-social ul li {
  display: inline-block;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  text-align: center; }

.post-by-profile .user-social ul li a {
  background-color: #ffc423;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: black !important;
  line-height: 15px;
  display: block;
  transition: 0.2s ease all; }

.post-by-profile .user-social ul li a:hover {
  background-color: #ffc423;
  border: 2px solid transparent; }

#blog-post-in .comment-section {
  margin-bottom: 3em; }

#blog-post-in .post-sidebar {
  max-width: 328px;
  padding: 1em;
  margin-left: 1em; }

.contenedor {
  background-color: white;
  width: 1100px;
  max-width: 95%;
  padding: 1em;
  margin: 0 auto;
  margin-top: 2em;
  z-index: 2;
  position: relative; }

.contenedor.general {
  padding: 3em;
  margin-top: -20px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

/*****************/
/*Resultados Busqueda*/
/*****************/
#search-results {
  margin: 0 auto;
  max-width: 1100px;
  min-height: 80vh; }
  #search-results .ad {
    margin: 1em 0;
    padding: 2em; }
  #search-results .search-box {
    padding: 0;
    margin: 0 auto;
    margin-top: 2em;
    z-index: 2;
    position: relative; }
    #search-results .search-box #search-results-list {
      list-style: none;
      padding: 1em; }
      #search-results .search-box #search-results-list li {
        background-color: white;
        width: 100%;
        margin-bottom: 1em;
        padding: 1em; }
        #search-results .search-box #search-results-list li > a {
          box-sizing: border-box;
          display: block;
          padding: 0; }
        #search-results .search-box #search-results-list li:hover .result-info .result-title {
          transform: translateX(10px);
          border-left: 3px solid #ffc423;
          color: #ffc423; }
        #search-results .search-box #search-results-list li .result-image {
          height: 100px;
          max-width: 200px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 0 0 1em;
          min-width: 200px;
          border-radius: 4px; }
        #search-results .search-box #search-results-list li .result-info {
          max-width: 60%; }
          #search-results .search-box #search-results-list li .result-info .result-title {
            font-size: 1.6em;
            text-transform: uppercase;
            color: #161616;
            text-align: left;
            line-height: 20px;
            padding: 0 15px;
            -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            transform: none;
            border-left: 3px solid transparent;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin: 0; }
            #search-results .search-box #search-results-list li .result-info .result-title span {
              font-size: 0.5em;
              display: block;
              text-align: left; }
          #search-results .search-box #search-results-list li .result-info .result-extract {
            color: #999;
            font-size: 1.1em;
            text-align: left;
            line-height: 1.4;
            -webkit-font-smoothing: antialiased !important;
            padding: 0 18px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block; }
          #search-results .search-box #search-results-list li .result-info .buy-tickets-small {
            margin: 5px 15px;
            max-width: 120px; }

/*****************/
/*Promociones*/
/*****************/
.grid .promo {
  cursor: pointer;
}
.grid .promo .post-image {
  -webkit-transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
  transform-origin: bottom;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  width: 100%;
  margin-bottom: 1em; }

.grid .promo .post-event-title {
  padding: 0 18px;
  margin-bottom: 0;
  color: #999; }

.grid .promo .post-title {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #161616;
  text-align: left;
  line-height: 20px;
  padding: 0 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
  border-left: 3px solid transparent; }

.grid .promo .post-title a {
  color: #161616;
  text-decoration: none;
  transition: 0.3s ease color; }

.grid .promo:hover .post-title a {
  color: #ffc423 !important; }

.grid .promo:hover .post-title {
  transform: translateX(10px);
  border-left: 3px solid #ffc423;
  color: #ffc423; }

.grid .promo:hover .post-image {
  transform: scale(1.08); }

.grid .promo:hover .post-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1; }

.grid .promo .post-image a {
  opacity: 0;
  transition: 0.3s ease all;
  margin: 0 auto;
  margin-top: 70px; }

.grid .promo:hover .post-image a {
  opacity: 1; }

.grid .promo .post-descuento {
  color: #ffc423;
  margin: 0;
  font-size: 2.5em;
  line-height: 0.8;
  text-align: center; }

.grid .promo .post-extract {
  color: #999;
  font-size: 1.1em;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2;
  -webkit-font-smoothing: antialiased !important;
  padding: 0 15px;
  margin: 1em 0; }

.grid .promo .post-condiciones {
  color: #bebebe;
  text-align: left;
  margin: 0.5em 0;
  display: inline-block;
  text-align: center; }

/*****************/
/*Errors*/
/*****************/
#error404 {
  min-height: 100vh !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -65px !important;
  margin-top: -65px !important;
  background-color: #2c2c2c;
  color: white !important; }
  #error404 #events li a.event-mobile-info h5 {
    color: white; }
  #error404 .error404-text {
    padding: 1em;
    padding-top: 35vh; }
  #error404 .oops {
    display: block;
    font-size: 7em;
    letter-spacing: -5px;
    margin: 20px 0;
    font-style: italic; }
  #error404 span.parece {
    font-size: 1.2em; }
  #error404 a.go-home {
    text-decoration: underline;
    color: #ffc423; }
    #error404 a.go-home:hover {
      color: #ffc423; }

#noresults {
  margin-top: -2em !important;
  padding: 5em 1em;
  min-height: 75vh;
  background-color: #eaedf1;
  color: inherit; }

#error404, #noresults {
  margin-bottom: -2em !important; }
  #error404 .sugerencia, #noresults .sugerencia {
    display: block;
    margin-top: 3em; }
  #error404 .events-container, #noresults .events-container {
    min-height: 0;
    padding: 1em; }

/*****************/
/*LOGIN MODAL*/
/*****************/
.close-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 10; }

.close-button img {
  width: 20px; }

.close-button:hover {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg); }

/*****************/
/*Politicas*/
/*****************/
#politicas ul li {
  padding: 1em;
  font-size: 1.1em; }

/*****************/
/*Footer*/
/*****************/
footer {
  width: 100%;
  height: auto;
  background-color: #20232c;
  color: #9ba1a8;
  font-size: 1em;
  letter-spacing: 1px;
  border-top: 1px solid #ffc423;
  padding: 1em 0;
  min-height: 5em;
  margin-top: 2em; }
  footer .footer-wrapper {
    padding: 2em;
    max-width: 1400px;
    margin: 0 auto; }
  footer .footer-logo {
    padding: 2em 1em; }
    footer .footer-logo img {
      max-width: 100%;
      width: 175px; }
  footer .callcenter {
    color: white;
    display: block;
    padding: 2em 0;
    margin-top: 1em; }
    footer .callcenter span {
      font-size: 1em;
      letter-spacing: 3.5px; }
    footer .callcenter h3 {
      margin: 0; }
    footer .callcenter img {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      float: left; }
  footer .footer-links > ul {
    list-style: none;
    padding: 2em 1em;
    margin: 0; }
  footer .footer-links > ul li {
    font-family: "avertastd-regular";
    display: block;
    padding: 0.5em 0;
    letter-spacing: 1px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-font-smoothing: antialiased !important; }
  footer .footer-links > ul h5 {
    color: #ffc423; }
  footer .footer-links > ul li a {
    color: white;
    padding: 1em 0; }
  footer .footer-links > ul li a:hover {
    color: #ffc423;
    text-decoration: none; }
  footer .footer-social img {
    max-width: 20px;
    transition: 0.3s ease all; }
  footer .footer-social .svg {
    padding: 5px 3px 3px 2px;
    vertical-align: middle; }
  footer .footer-social .svg.facebook {
    padding: 5px 2px 3px 2px; }
  footer .footer-social .svg.twitter {
    padding: 8px 6px 4px 6px; }
  footer .footer-social .svg.instagram {
    padding: 5px 3px 3px 2px; }
  footer .footer-social > ul {
    list-style: none;
    padding: 2em 0;
    margin-bottom: 1em; }
  footer .footer-social > ul li {
    display: inline-block;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-align: center;
    margin: 0 3px; }
  footer .footer-social > ul li a {
    border: 2px solid #5a5f6f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: black !important;
    line-height: 30px;
    display: block;
    transition: 0.2s ease all; }
  footer .footer-social > ul li a:hover {
    background-color: #ffc423;
    border: 2px solid transparent; }
  footer #country {
    display: inline-block;
    margin-top: 2em;
    clear: both; }
    footer #country h5 {
      color: #ffc423; }
    footer #country button#country-button {
      padding: 0.75em 2em !important;
      border-radius: 35px !important;
      border: 1px solid #5a5f6f;
      transition: 0.4s ease all; }
      footer #country button#country-button:hover {
        background-color: #5a5f6f; }
    footer #country .dropdown {
      background-color: rgba(57, 63, 79, 0.85);
      min-width: 200px;
      max-width: 350px;
      box-shadow: 0px 15px 43px 0px rgba(47, 57, 69, 0.38); }
      footer #country .dropdown:after {
        content: none !important; }
      footer #country .dropdown ul {
        padding: 2em;
        margin: 0; }
      footer #country .dropdown a {
        padding: 0.5em 0;
        display: block;
        color: white; }
        footer #country .dropdown a:hover {
          color: #ffc423; }
  footer .footer-copy {
    margin-top: 4em;
    font-size: 10px; }

/*****************/
/*MEDIA QUERIES*/
/*****************/
@media screen and (min-width: 1600px) {
  #main-carousel .owl-nav {
    width: 90px;
    margin: 0;
    left: 250px; }

  #main-carousel .feautured-post .feautured-post-content {
    left: 100px; }

  #news-desktop {
    right: 250px !important; } }
@media screen and (max-width: 990px) {
  #blog-post-in article {
    max-width: 100% !important; }

  #blog-post-in .post-sidebar {
    margin-left: 0;
    max-width: 100%; }

  #blog-post-in .contenedor {
    margin-left: 2em;
    margin-right: 2em;
    max-width: 100%;
    border-radius: 0; }

  #blog-post-in article {
    border: none; }

  #blog-post-in .post-sidebar .most-popular ul li {
    padding: 1em 1em;
    border-bottom: none;
    margin: 0; }

  #blog-post-in .post-sidebar .most-popular ul li .popular-image {
    height: 125px;
    margin: 1em 0; }

  #blog-post-in .post-sidebar .most-popular ul li:first-child .popular-image {
    height: 125px; }

  #main-carousel .feautured-post {
    min-height: 400px;
    height: 50vh; } }
@media screen and (max-width: 767px) {
  html.open-menu, body.open-menu {
    overflow-y: hidden; }

  body {
    padding-top: 55px;
    -webkit-fo0nt-smoothing: antialiased !important; }

  .look-down {
    top: 78vh;
    transform: scale(0.8);
    transform-origin: center; }

  .close-button {
    top: 20px;
    right: 20px; }

  .main-nav {
    position: fixed; }

  .main-nav .logo-color {
    width: 35px;
    padding: 10px 0; }

  #nav-icon {
    right: 20px;
    animation: none; }

  #quick-menu {
    width: 80%;
    right: 0;
    top: 0;
    max-width: 80%; }

  #quick-menu.active {
    width: 80%;
    overflow-y: auto;
    transform: none; }

  #quick-menu ul {
    padding: 3em;
    padding-top: 15px; }

  #quick-menu ul li {
    margin: 0;
    padding: 1.2em 0; }

  #quick-menu .links:hover li a {
    opacity: 0.4; }

  #quick-menu .links li a:hover {
    opacity: 1; }

  #quick-menu .links .quick-links a {
    padding: 0em 0em; }

  #curtain {
    display: none; }

  .viewport {
    height: auto;
    overflow: auto; }

  .viewport::-webkit-scrollbar {
    display: none; }

  #home-slider .owl-nav .owl-prev {
    left: 0; }

  #home-slider .owl-nav .owl-next {
    right: 0; }

  #error404 {
    margin-top: -50px !important;
    background-position: center -46px; }

  #noresults {
    min-height: 1px; }

  #error404 .events-wrapper-404, #error404 .events-wrapper-noresults, #noresults .events-wrapper-404, #noresults .events-wrapper-noresults {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    #error404 .events-wrapper-404::-webkit-scrollbar, #error404 .events-wrapper-noresults::-webkit-scrollbar, #noresults .events-wrapper-404::-webkit-scrollbar, #noresults .events-wrapper-noresults::-webkit-scrollbar {
      display: none; }
    #error404 .events-wrapper-404::-webkit-scrollbar-thumb, #error404 .events-wrapper-noresults::-webkit-scrollbar-thumb, #noresults .events-wrapper-404::-webkit-scrollbar-thumb, #noresults .events-wrapper-noresults::-webkit-scrollbar-thumb {
      display: none; }
  #error404 .error404-text, #noresults .error404-text {
    padding-top: 20vh; }
  #error404 .events-container, #noresults .events-container {
    min-height: 0;
    padding: 1em;
    width: 750px; }
  #error404 a.go-home, #noresults a.go-home {
    display: block; }

  footer .social-media {
    text-align: center; }

  #blog_posts_wrapper {
    margin-top: 0; }

  #main-carousel .feautured-post {
    min-height: 300px;
    max-height: 500px;
    height: 30vh; }
    #main-carousel .feautured-post .buy-tickets-medium:hover, #main-carousel .feautured-post .buy-tickets-medium:active, #main-carousel .feautured-post .buy-tickets-medium:focus {
      background: none;
      color: white;
      box-shadow: none;
      text-decoration: none;
      transform: none;
      border: none; }

  #main-carousel .feautured-post:after {
    height: 45%; }

  #main-carousel .feautured-post .feautured-post-content {
    padding: 1em;
    bottom: 1em; }

  #main-carousel .feautured-post .feautured-post-content .blog-category {
    font-size: 1em; }

  #main-carousel .feautured-post .feautured-post-content .slide-title {
    font-size: 2em;
    margin: 0; }

  #main-carousel .feautured-post .feautured-post-content .post-by {
    font-size: 9px;
    letter-spacing: normal; }

  #main-carousel .owl-nav {
    display: none; }

  #main-carousel .owl-dots {
    bottom: 3em;
    right: 3em;
    left: inherit;
    transform: none; }

  #main-carousel .owl-dots .owl-dot span {
    width: 7px;
    height: 7px; }

  #blog_category_menu {
    height: 45px; }

  #blog_category_menu ul {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }

  #blog_category_menu ul::-webkit-scrollbar {
    display: none; }

  #blog_category_menu ul::-webkit-scrollbar-thumb {
    display: none; }

  .buy-tickets-medium {
    padding: 0.35em 0em;
    text-decoration: none !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: none;
    margin: 5px 2px;
    max-width: 200px;
    text-align: left;
    transform: translateY(0); }

  .buy-tickets-medium:hover, .buy-tickets-medium:active, .buy-tickets-medium:focus {
    background: none;
    color: white;
    box-shadow: none;
    text-decoration: none;
    transform: none; }

  #main-carousel .buy-tickets-medium:hover, #main-carousel .buy-tickets-medium:active, #main-carousel .buy-tickets-medium:focus {
    color: #ffc423 !important; }

  #interna-carousel .feautured-image {
    min-height: 300px;
    max-height: 500px;
    height: 35vh; }

  #interna-carousel .owl-nav {
    display: none; }

  #interna-carousel .interna-header-wrapper .interna-header .interna-title {
    padding: 0; }
    #interna-carousel .interna-header-wrapper .interna-header .interna-title h2 {
      font-size: 1.8em;
      max-width: 90%;
      margin: 0; }

  #interna-carousel .interna-header-wrapper {
    bottom: 60px; }

  #interna-carousel .interna-header-wrapper .interna-header {
    padding: 0.5em 1em; }

  .interna-title {
    margin-left: 0 !important; }

  .interna-title-info {
    font-size: 0.9em;
    margin-left: 0 !important;
    line-height: 2.5em;
    padding: 0.25em 0 !important; }

  .tabs-content {
    padding: 1em; }
    .tabs-content img {
      max-width: 100% !important;
      height: auto !important; }

  .table-localidades, .table-funciones {
    font-size: 1.1em;
    width: 100%;
    min-width: inherit; }
    .table-localidades td, .table-localidades th, .table-funciones td, .table-funciones th {
      padding: 0;
      padding: 1em; }

  .funciones-interna {
    margin: 0 auto;
    margin-top: 1.1em;
    min-height: 220px;
    padding: 2em 1em; }

  .multifuncion-time-place {
    width: auto; }

  .mapa-interna {
    height: 20vh;
    min-height: 200px;
    margin-right: -6em; }

  .mapa-interna iframe {
    margin-left: -3em; }

  .sticky.stick {
    top: 55px; }

  #filters {
    height: 50px;
    padding: 0 1em; }

  #filter {
    width: 50px; }

  #cat-filter {
    width: 50px;
    height: 50px; }

  #view-switch {
    padding: 0.3em 0; }

  .search {
    width: auto; }

  .search.header {
    width: auto;
    position: absolute;
    right: 50px;
    margin: 0.75em 1em; }
    .search.header #sug-results {
      max-width: 95vw;
      right: -5em;
      transform: none;
      left: inherit;
      display: none; }

  #search-results .search-box {
    margin-top: 1em; }
    #search-results .search-box .search-results-list {
      padding: 0.5em; }
    #search-results .search-box li {
      margin-bottom: 0.5em !important;
      width: 100%;
      transition: 0.3s ease background; }
      #search-results .search-box li > a {
        padding: 10px 15px 10px 0;
        box-sizing: border-box;
        display: block; }
      #search-results .search-box li:hover {
        background-color: #eaedf1; }
      #search-results .search-box li:hover .result-info .result-title {
        transform: none; }
      #search-results .search-box li .result-image {
        height: 70px !important;
        min-width: 70px !important;
        max-width: 70px !important; }
      #search-results .search-box li .result-info {
        max-width: 70% !important; }
        #search-results .search-box li .result-info .result-title {
          margin: 0;
          font-size: 1em !important; }
        #search-results .search-box li .result-info .result-extract {
          font-size: 0.9em !important; }

  .search.header label {
    right: 17px;
    left: auto;
    z-index: 2; }

  .search.header input.search-input[type="search"] {
    padding: 10px 44px 10px 20px; }

  .search.header input.search-input[type="search"]:focus {
    background-color: #393f4f; }

  input.search-input[type="search"] {
    background-color: transparent;
    transition: 0.3s ease all;
    opacity: 0;
    width: 0px;
    float: right; }

  input.search-input[type="search"]:focus {
    width: 100px;
    background-color: #5a5f6f;
    opacity: 1;
    padding: 13px 20px 13px 44px;
    z-index: 3; }

  a.event-card-link {
    height: 100%; }

  .grid .promo .post-condiciones {
    margin: 1.5em 0; }

  /*****************/
  /*Event cards*/
  /*****************/
  .events-container {
    min-height: 200px;
    position: relative; }
    .events-container .fail-message span {
      display: inline;
      font-size: 20px;
      font-weight: 700; }

  .events-container.fail .fail-message {
    padding: 6em 2em; }

  #events {
    list-style: none;
    padding: 0.5em; }
    #events li {
      margin: 1em 0.3em;
      height: 270px;
      max-width: 185px; }
    #events .event-card {
      height: 240px;
      transition: none; }

  /*****************/
  /*Event mobile*/
  /*****************/
  #events.list {
    list-style: none;
    padding: 1em 0;
    max-width: 1400px;
    margin: 0 auto; }
    #events.list li {
      margin: 2px 0;
      width: 100%;
      height: 80px;
      background-color: white;
      max-width: none; }
    #events.list span.ticket-icon-list {
      position: absolute;
      right: 0;
      padding: 2.4em 2.1em 1.8em 2.1em;
      display: block; }
      #events.list span.ticket-icon-list svg {
        width: 24px;
        height: 24px; }
      #events.list span.ticket-icon-list #ticketsvg path {
        fill: #393f4f !important; }
    #events.list .event-mobile-info-list {
      display: block; }
    #events.list .event-mobile-info {
      color: #20232c;
      text-decoration: none;
      text-align: left;
      float: left;
      padding: 0.7em 1em;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      max-width: 55%; }
      #events.list .event-mobile-info > p {
        display: none; }
    #events.list .event-card {
      width: 54px;
      height: 80px;
      border-radius: 0;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      transform: none;
      backface-visibility: hidden;
      position: relative;
      float: left; }
    #events.list .event-card a.event-card-link {
      display: block;
      text-decoration: none;
      color: white; }
    #events.list .event-card a.event-card-link:hover {
      color: white; }
    #events.list .event-card .cat-color {
      width: 30px;
      height: 20px;
      transform: rotate(45deg);
      position: absolute;
      top: -15px;
      right: -15px; }

  .header-image {
    height: 20vh;
    margin: 0;
    min-height: 200px; }
    .header-image .header-title {
      padding: 1em 2em; }

  .post-header nav {
    display: none; }

  #blog-post-in #post-content .post-header {
    min-height: 300px;
    height: auto; }

  #blog-post-in .contenedor {
    margin-top: 0; }

  #blog-post-in #post-content .post-header .header-content {
    padding: 2em !important;
    margin-bottom: 0; }

  #blog-post-in article {
    padding: 1em !important; }

  #blog-post-in #post-content .post-header .header-content {
    margin-top: 50px; }

  #blog-post-in article blockquote {
    margin-left: 0; }

  #blog-post-in .post-sidebar .most-popular ul li {
    padding: 1em 0.5em; }

  #blog-post-in .post-sidebar .most-popular ul li .popular-image {
    height: 100px;
    margin: 1em 0; }

  #blog-post-in .post-sidebar .most-popular ul li:first-child .popular-image {
    height: 175px; }

  #blog-post-in .contenedor {
    margin-left: 0em;
    margin-right: 0em; }

  #comment-count {
    margin-left: 0;
    display: block; }

  #comment-count:before {
    top: 0.15em; }

  #main-carousel .feautured-post .feautured-post-content {
    width: 90%;
    margin: 0; }

  footer .footer-logo {
    padding: 1em; }

  .footer-links > ul {
    padding: 1em; }

  .footer-links > ul li {
    padding: 0.25em 0 !important;
    letter-spacing: normal; } }
@media screen and (max-width: 480px) {
  body {
    /*		font-size: 99%;*/ }

  #blog_category_menu {
    height: 38px; }

  .quick-links a {
    font-size: 100%; }

  #app {
    transition: none;
    -webkit-transition: none; }

  #app.open-menu {
    transform: none; }

  #events {
    list-style: none;
    padding: 0.25em; }
    #events li {
      margin: 0.5em 2%;
      width: 46%;
      height: 280px; }

  .error404-text #events li {
    width: 185px !important; } }
@media screen and (max-width: 320px) {
  #events {
    padding: 0.1em; }
    #events li {
      margin: 0.5em 2%;
      width: 46%;
      height: 230px; }
      #events li .event-card {
        height: 200px; }

  input.search-input[type="search"]:focus {
    width: 65px; } }

/*# sourceMappingURL=styles.css.map */

.feat-cat-filter {
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    margin-top: 5px;
    opacity: 1;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;  
}

.feat-cat-filter.active {
}

fieldset.featured {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
}

.feat-cat-filter > input {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    border: none;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -8px;
    outline: 0;
    border: none;
/*     margin-left: -18px; */
      border-radius:50%;
  border: 1px solid #ab0628;
/*     -webkit-box-shadow: 0 0 0 14px #ab0628 inset; */
/*     box-shadow: 0 0 0 14px #ab0628 inset; */
    margin-right: 5px;
}

.feat-cat-filter > input:hover, .feat-cat-filter > input:focus {
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #ab0628;
}

.feat-cat-filter > input:checked {
    border-radius:50%;
    -webkit-box-shadow: 0 0 0 14px #ab0628 inset;
    box-shadow: 0 0 0 14px #ab0628 inset;
    border: 1px solid #ab0628;
}

.feat-cat-filter > input:after {
    width: 15px;
    height: 11px;
    margin-left: -8px;
    margin-top: -6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDYyLjEgNDYuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjIuMSA0Ni4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMi41LDQ2LjNMMCwyMy4xbDYuMS02LjdsMTYuNCwxNi40TDU2LDBsNi4xLDYuMUwyMi41LDQ2LjN6Ii8+Cjwvc3ZnPgo='), none;
      content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.feat-cat-filter > input:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}