@charset "UTF-8";
/*!
Theme Name: Honky
Theme URI: http://underscores.me/
Author: José María Clemente
Description: Theme original de Honky Tonk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: Honky Tonk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Honky is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Custom */
/* Mixins: https://w3bits.com/sass-mixins/ */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5kkeb4");
  src: url("fonts/icomoon.eot?5kkeb4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5kkeb4") format("truetype"), url("fonts/icomoon.woff?5kkeb4") format("woff"), url("fonts/icomoon.svg?5kkeb4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-entradas:before {
  content: ""; }

.icon-arrow_down:before {
  content: "";
  color: #fff; }

.icon-arrow_prev:before {
  content: "";
  color: #fff; }

.icon-plus:before {
  content: "";
  color: #fff; }

.icon-arrow_next:before {
  content: "";
  color: #fff; }

.icon-google:before {
  content: "";
  color: #fff; }

.icon-instagram:before {
  content: "";
  color: #fff; }

.icon-whatsapp:before {
  content: "";
  color: #fff; }

.icon-youtube:before {
  content: "";
  color: #fff; }

.icon-spotify:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-facebook:before {
  content: "";
  color: #fff; }

.icon-twitter:before {
  content: "";
  color: #fff; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body:before {
  content: "mobile";
  display: none; }
  @media (min-width: 768px) {
    body:before {
      content: 'tablet-portrait'; } }
  @media (min-width: 1024px) {
    body:before {
      content: 'tablet-landscape'; } }
  @media (min-width: 1440px) {
    body:before {
      content: 'desktop'; } }

html {
  box-sizing: border-box; }

html.open,
body.open {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #000;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

strong {
  font-weight: 900; }

p {
  padding: 0;
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: none; }

.menu_principal {
  position: absolute;
  top: 11px;
  right: 10px; }

.icon_burger a {
  text-decoration: none;
  color: #fff;
  font-size: 0;
  height: 15px;
  display: block;
  padding: 20px 20px 30px 20px; }

.icon_burger span {
  font-family: "Prompt", sans-serif ;
  font-size: 12px ;
  font-size: 0.75rem ;
  line-height: 15px ;
  line-height: 0.9375rem ;
  color: #fff ;
  letter-spacing: 1px ;
  font-weight: 300 ;
  padding: 2px 10px 0px 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }

.icon_burger img {
  width: 25px;
  height: 15px;
  display: inline-block;
  vertical-align: middle; }

.menu_off_canvas {
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  z-index: 1000300;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .menu_off_canvas .header_off_canvas {
    padding: 15px 0 0 20px; }
  .menu_off_canvas #icon_burger_canvas {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px; }
  .menu_off_canvas img.logo {
    width: 150px;
    height: 83px; }
  .menu_off_canvas img.close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px; }

.main-navigation-off-canvas ul {
  list-style: none;
  padding: 26px 30px 40px 30px;
  margin: 0; }
  .main-navigation-off-canvas ul li {
    text-align: right;
    font-family: "Prompt", sans-serif ;
    font-size: 24px ;
    font-size: 1.5rem ;
    line-height: 36px ;
    line-height: 2.25rem ;
    color: #000 ;
    letter-spacing: 0 ;
    font-weight: 900 ;
    text-transform: uppercase;
    padding: 0 0 34px 0; }
    .main-navigation-off-canvas ul li.current-menu-item a,
    .main-navigation-off-canvas ul li.current-page-ancestor a {
      opacity: 0.2;
      position: relative; }
      .main-navigation-off-canvas ul li.current-menu-item a:after,
      .main-navigation-off-canvas ul li.current-page-ancestor a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000000;
        bottom: 0;
        left: 0; }
    .main-navigation-off-canvas ul li a {
      position: relative; }
      .main-navigation-off-canvas ul li a:after {
        content: '';
        display: block;
        position: absolute;
        width: 0%;
        height: 1px;
        background: #000000;
        bottom: 0;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        left: 0; }
    .no-touchevents .main-navigation-off-canvas ul li:hover a:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #000000;
      bottom: 0;
      -webkit-transition: width 0.3s ease-in-out;
      -moz-transition: width 0.3s ease-in-out;
      -ms-transition: width 0.3s ease-in-out;
      -o-transition: width 0.3s ease-in-out;
      transition: width 0.3s ease-in-out;
      left: 0; }
    .main-navigation-off-canvas ul li ul {
      padding: 0;
      line-height: 21px ;
      line-height: 1.3125rem ; }
      .main-navigation-off-canvas ul li ul li {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 21px ;
        line-height: 1.3125rem ;
        font-weight: 300;
        letter-spacing: 1px;
        color: #181818;
        display: inline;
        padding: 0 0 0 20px; }
        .main-navigation-off-canvas ul li ul li:first-child {
          padding: 0; }
        .main-navigation-off-canvas ul li ul li a {
          opacity: 1 !important; }
          .main-navigation-off-canvas ul li ul li a:after {
            display: none !important; }
        .main-navigation-off-canvas ul li ul li.current-menu-item a {
          text-decoration: line-through;
          -webkit-text-decoration-line: line-through;
          opacity: 0.2 !important; }
    .main-navigation-off-canvas ul li a {
      color: #000;
      text-decoration: none; }
    .main-navigation-off-canvas ul li span {
      position: relative; }
    .main-navigation-off-canvas ul li em {
      font-size: 12px ;
      font-size: 0.75rem ;
      line-height: 18px ;
      line-height: 1.125rem ;
      font-weight: 300;
      font-style: normal;
      position: absolute;
      top: -5px;
      left: -20px; }

body.open .menu_off_canvas {
  top: 0;
  z-index: 1000302;
  height: 100%; }

@media (min-width: 768px) {
  .menu_principal {
    top: 20px;
    right: 20px; }
  .menu_off_canvas .header_off_canvas {
    padding: 20px 0 0 40px; }
  .menu_off_canvas #icon_burger_canvas {
    top: 28px;
    right: 32px;
    padding: 20px; }
  .menu_off_canvas img.logo {
    width: 200px;
    height: 110px; }
  .main-navigation-off-canvas ul {
    padding: 84px 40px 70px 40px; }
    .main-navigation-off-canvas ul li {
      font-size: 56px ;
      font-size: 3.5rem ;
      line-height: 56px ;
      line-height: 3.5rem ;
      padding: 0 0 67px 0; }
      .main-navigation-off-canvas ul li a:after {
        bottom: 12px; }
      .no-touchevents .main-navigation-off-canvas ul li:hover a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000000;
        bottom: 12px;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        left: 0; }
      .main-navigation-off-canvas ul li.current-menu-item a:after,
      .main-navigation-off-canvas ul li.current-page-ancestor a:after {
        bottom: 12px; }
      .main-navigation-off-canvas ul li ul {
        line-height: 21px ;
        line-height: 1.3125rem ; }
      .main-navigation-off-canvas ul li em {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 21px ;
        line-height: 1.3125rem ;
        top: 6px;
        left: -27px; } }

@media (min-width: 1024px) {
  .menu_off_canvas img.logo {
    width: 250px;
    height: 138px; }
  .main-navigation-off-canvas ul {
    padding: 0 40px 70px 40px; }
    .main-navigation-off-canvas ul li {
      padding: 0 0 43px 0; }
      .main-navigation-off-canvas ul li ul {
        line-height: 10px ;
        line-height: 0.625rem ; }
      .main-navigation-off-canvas ul li em {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 21px ;
        line-height: 1.3125rem ;
        top: 6px;
        left: -27px; } }

@media (min-width: 1440px) {
  .menu_principal {
    top: 0px;
    right: 0; }
  .icon_burger {
    display: none; }
  .main-navigation {
    float: right;
    position: relative;
    width: auto;
    padding: 0 20px 0 0;
    text-align: right;
    clear: none;
    display: block; }
    .main-navigation ul {
      position: relative;
      list-style: none;
      margin: 0;
      padding-left: 0;
      height: 101px;
      display: block; }
      .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 71px;
        left: auto;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 300ms ease-in-out;
        -moz-transition: height 300ms ease-in-out;
        -ms-transition: height 300ms ease-in-out;
        -o-transition: height 300ms ease-in-out;
        transition: height 300ms ease-in-out;
        z-index: 99999;
        padding: 0 0 0 20px; }
        .main-navigation ul ul li {
          font-family: "Prompt", sans-serif ;
          font-size: 14px ;
          font-size: 0.875rem ;
          line-height: 16px ;
          line-height: 1rem ;
          color: #fff ;
          letter-spacing: 1px ;
          font-weight: 900 ;
          width: auto;
          clear: both;
          padding: 0;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          position: relative; }
          .main-navigation ul ul li:nth-child(2) {
            top: calc(-2px - -1px); }
          .main-navigation ul ul li:nth-child(3) {
            top: calc(-3px - -1px); }
          .main-navigation ul ul li:nth-child(4) {
            top: calc(-4px - -1px); }
          .main-navigation ul ul li:nth-child(5) {
            top: calc(-5px - -1px); }
          .main-navigation ul ul li:nth-child(6) {
            top: calc(-6px - -1px); }
          .main-navigation ul ul li:nth-child(7) {
            top: calc(-7px - -1px); }
          .main-navigation ul ul li:nth-child(8) {
            top: calc(-8px - -1px); }
          .main-navigation ul ul li:nth-child(9) {
            top: calc(-9px - -1px); }
          .main-navigation ul ul li:nth-child(10) {
            top: calc(-10px - -1px); }
          .main-navigation ul ul li:nth-child(11) {
            top: calc(-11px - -1px); }
          .main-navigation ul ul li.current_page_item a span {
            text-decoration: line-through;
            opacity: 0.6; }
          .main-navigation ul ul li a {
            padding: 10px 0; }
    .main-navigation li {
      padding: 20px 0 20px 0;
      float: left;
      font-family: "Prompt", sans-serif ;
      font-size: 14px ;
      font-size: 0.875rem ;
      line-height: 21px ;
      line-height: 1.3125rem ;
      color: #fff ;
      letter-spacing: 1px ;
      font-weight: 400 ;
      text-transform: uppercase; }
      .main-navigation li a {
        display: block;
        padding: 20px;
        color: #fff; }
        .main-navigation li a span {
          display: inline-block; }
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
      left: auto;
      height: calc(100% - -12px);
      -webkit-transition: height 300ms ease-in-out;
      -moz-transition: height 300ms ease-in-out;
      -ms-transition: height 300ms ease-in-out;
      -o-transition: height 300ms ease-in-out;
      transition: height 300ms ease-in-out;
      top: 71px; }
    .main-navigation #hover_menu {
      position: absolute;
      padding: 0;
      border-bottom: 3px solid #fff;
      height: 3px;
      top: 0;
      -webkit-transition: width 0.3s, left 0.3s;
      -moz-transition: width 0.3s, left 0.3s;
      -ms-transition: width 0.3s, left 0.3s;
      -o-transition: width 0.3s, left 0.3s;
      transition: width 0.3s, left 0.3s; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #000;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content-page:before:after,
.entry-content:after:after,
.entry-content-page:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  content: "";
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.entry-content-page:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none; }

.updated:not(.published) {
  display: none; }

/* Layout */
#content {
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #content {
      padding: 0 40px; } }
  @media (min-width: 1440px) {
    #content {
      padding: 0;
      max-width: 1280px; } }
  #content .entry-content,
  #content .entry-content-page {
    padding: 30px 0; }
    @media (min-width: 768px) {
      #content .entry-content,
      #content .entry-content-page {
        padding: 60px 0; } }
    @media (min-width: 1440px) {
      #content .entry-content,
      #content .entry-content-page {
        padding: 80px 0; } }

/* Home - No title */
body.home .entry-header .entry-title {
  display: none; }

/* Home - Programación */
body.home .cover_home .entry-header-programacion {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 20px; }
  body.home .cover_home .entry-header-programacion .fecha_concierto_destacado {
    font-family: "Prompt", sans-serif ;
    font-size: 14px ;
    font-size: 0.875rem ;
    line-height: 21px ;
    line-height: 1.3125rem ;
    color: #fff ;
    letter-spacing: 0.78px ;
    font-weight: 900 ;
    padding: 0 0 10px 0; }
  body.home .cover_home .entry-header-programacion .titulo_concierto_destacado {
    font-family: "Prompt", sans-serif ;
    font-size: 48px ;
    font-size: 3rem ;
    line-height: 42px ;
    line-height: 2.625rem ;
    color: transparent ;
    letter-spacing: 1px ;
    font-weight: 900 ;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 10px; }
    body.home .cover_home .entry-header-programacion .titulo_concierto_destacado a {
      font-family: "Prompt", sans-serif ;
      font-size: 48px ;
      font-size: 3rem ;
      line-height: 42px ;
      line-height: 2.625rem ;
      color: transparent ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      text-decoration: none;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #ffffff; }
  body.home .cover_home .entry-header-programacion .hora_concierto_destacado {
    display: inline-block;
    font-family: "Prompt", sans-serif ;
    font-size: 12px ;
    font-size: 0.75rem ;
    line-height: 18px ;
    line-height: 1.125rem ;
    color: #fff ;
    letter-spacing: 1px ;
    font-weight: 900 ; }
  body.home .cover_home .entry-header-programacion .precio_concierto_destacado {
    display: inline-block;
    font-family: "Prompt", sans-serif ;
    font-size: 12px ;
    font-size: 0.75rem ;
    line-height: 18px ;
    line-height: 1.125rem ;
    color: #fff ;
    letter-spacing: 1px ;
    font-weight: 900 ;
    text-transform: uppercase;
    padding: 0 0 0 15px; }

@media (min-width: 768px) {
  body.home .cover_home .entry-header-programacion {
    bottom: 104px;
    padding: 0 40px; }
    body.home .cover_home .entry-header-programacion .fecha_concierto_destacado {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 28px ;
      line-height: 1.75rem ;
      padding: 0 0 15px 0; }
    body.home .cover_home .entry-header-programacion .titulo_concierto_destacado {
      font-size: 72px ;
      font-size: 4.5rem ;
      line-height: 68px ;
      line-height: 4.25rem ;
      padding: 0 0 15px;
      -webkit-text-stroke-width: 2px; }
      body.home .cover_home .entry-header-programacion .titulo_concierto_destacado a {
        -webkit-text-stroke-width: 2px;
        font-size: 72px ;
        font-size: 4.5rem ;
        line-height: 68px ;
        line-height: 4.25rem ; }
    body.home .cover_home .entry-header-programacion .hora_concierto_destacado {
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 24px ;
      line-height: 1.5rem ; }
    body.home .cover_home .entry-header-programacion .precio_concierto_destacado {
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      padding: 0 0 0 20px; } }

@media (min-width: 1024px) {
  body.home .cover_home .entry-header-programacion {
    bottom: 106px; }
    body.home .cover_home .entry-header-programacion .fecha_concierto_destacado {
      padding: 0 0 20px 0; }
    body.home .cover_home .entry-header-programacion .titulo_concierto_destacado {
      font-size: 90px ;
      font-size: 5.625rem ;
      line-height: 80px ;
      line-height: 5rem ;
      letter-spacing: 2px;
      padding: 0 0 20px; }
      body.home .cover_home .entry-header-programacion .titulo_concierto_destacado a {
        font-size: 90px ;
        font-size: 5.625rem ;
        line-height: 80px ;
        line-height: 5rem ; }
    body.home .cover_home .entry-header-programacion .hora_concierto_destacado {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 28px ;
      line-height: 1.75rem ; }
    body.home .cover_home .entry-header-programacion .precio_concierto_destacado {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 28px ;
      line-height: 1.75rem ;
      padding: 0 0 0 40px; } }

@media (min-width: 1440px) {
  body.home .cover_home .entry-header-programacion {
    width: 1280px;
    padding: 0;
    margin: 0 auto;
    bottom: 96px;
    left: calc(50vw - 640px); }
    body.home .cover_home .entry-header-programacion .titulo_concierto_destacado {
      font-size: 130px ;
      font-size: 8.125rem ;
      line-height: 120px ;
      line-height: 7.5rem ;
      letter-spacing: 3px;
      -webkit-text-stroke-width: 3px; }
      body.home .cover_home .entry-header-programacion .titulo_concierto_destacado a {
        -webkit-text-stroke-width: 3px;
        font-size: 130px ;
        font-size: 8.125rem ;
        line-height: 120px ;
        line-height: 7.5rem ; } }

/* Home Programación Línea de tiempo */
body.home .time_line_conciertos_home {
  position: relative;
  border-top: 2px solid #fff;
  margin: 0 -20px; }
  body.home .time_line_conciertos_home .item_dot {
    width: 40px;
    display: inline-block;
    margin: -12px 3px 0 3px; }
    body.home .time_line_conciertos_home .item_dot .visible {
      position: absolute;
      bottom: -30px; }
      body.home .time_line_conciertos_home .item_dot .visible a {
        color: #fff;
        width: 12px;
        height: 12px;
        display: inline-block;
        position: relative; }
        body.home .time_line_conciertos_home .item_dot .visible a span.dot em {
          display: block;
          width: 12px;
          height: 12px;
          background: #fff;
          border-radius: 12px; }
      body.home .time_line_conciertos_home .item_dot .visible span.date {
        display: block;
        font-family: "Prompt", sans-serif ;
        font-size: 12px ;
        font-size: 0.75rem ;
        line-height: 18px ;
        line-height: 1.125rem ;
        color: #fff ;
        letter-spacing: 1px ;
        font-weight: 300 ; }
    body.home .time_line_conciertos_home .item_dot.home .visible a {
      width: 18px;
      height: 18px; }
      body.home .time_line_conciertos_home .item_dot.home .visible a span.dot {
        border: 1px solid #fff;
        padding: 2px;
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 100%;
        bottom: -2px;
        position: relative; }
    body.home .time_line_conciertos_home .item_dot .title_hover span.title_concierto {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(1) {
      position: absolute;
      bottom: 0;
      left: 20px; }
    body.home .time_line_conciertos_home .item_dot:nth-child(2) {
      position: absolute;
      bottom: 0;
      left: calc(33.333% - 40px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: calc(50% - 20px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(4) {
      position: absolute;
      bottom: 0;
      left: calc(66.666% - 10px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(5) {
      position: absolute;
      bottom: 0;
      right: 20px; }
    body.home .time_line_conciertos_home .item_dot:nth-child(6) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(7) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(8) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(9) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(10) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(11) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(12) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(13) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(14) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(15) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(16) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(17) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(18) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(19) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(20) {
      display: none; }
  @media (min-width: 768px) {
    body.home .time_line_conciertos_home {
      margin: 0 -40px; }
      body.home .time_line_conciertos_home .item_dot {
        width: 140px;
        height: 100px; }
        body.home .time_line_conciertos_home .item_dot .title_hover {
          position: absolute;
          bottom: 20px; }
          body.home .time_line_conciertos_home .item_dot .title_hover span.title_concierto {
            width: 160px;
            white-space: normal;
            text-transform: uppercase;
            font-family: "Prompt", sans-serif ;
            font-size: 12px ;
            font-size: 0.75rem ;
            line-height: 16px ;
            line-height: 1rem ;
            color: #fff ;
            letter-spacing: 1px ;
            font-weight: 900 ;
            padding: 6px 0 4px 0;
            border-bottom: 1px solid #fff; }
        .no-touchevents body.home .time_line_conciertos_home .item_dot:hover .title_hover {
          cursor: pointer;
          width: 160px;
          overflow: hidden; }
          .no-touchevents body.home .time_line_conciertos_home .item_dot:hover .title_hover a {
            text-decoration: none; }
          .no-touchevents body.home .time_line_conciertos_home .item_dot:hover .title_hover span.title_concierto {
            display: block;
            width: 160px;
            text-decoration: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(1) {
          position: absolute;
          bottom: 0;
          left: 40px; }
        body.home .time_line_conciertos_home .item_dot:nth-child(2) {
          position: absolute;
          bottom: 0;
          left: calc(20% - -20px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(3) {
          position: absolute;
          bottom: 0;
          left: calc(40% - 0px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(4) {
          position: absolute;
          bottom: 0;
          left: calc(60% - 20px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(5) {
          position: absolute;
          bottom: 0;
          left: calc(80% - 40px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(6) {
          display: block;
          position: absolute;
          bottom: 0;
          right: 40px; }
          body.home .time_line_conciertos_home .item_dot:nth-child(6) .title_hover {
            right: -43px; }
          body.home .time_line_conciertos_home .item_dot:nth-child(6) .visible {
            right: 0; }
        body.home .time_line_conciertos_home .item_dot:nth-child(7) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(8) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(9) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(10) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(11) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(12) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(13) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(14) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(15) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(16) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(17) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(18) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(19) {
          display: none; }
        body.home .time_line_conciertos_home .item_dot:nth-child(20) {
          display: none; } }
  @media (min-width: 1024px) {
    body.home .time_line_conciertos_home .item_dot:nth-child(1) {
      position: absolute;
      bottom: 0;
      left: 40px; }
    body.home .time_line_conciertos_home .item_dot:nth-child(2) {
      position: absolute;
      bottom: 0;
      left: calc(12.5% - -30px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: calc(25% - -20px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(4) {
      position: absolute;
      bottom: 0;
      left: calc(37.5% - -20px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(5) {
      position: absolute;
      bottom: 0;
      left: calc(50% - 0px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(6) {
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(62.5% - 20px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(6) .title_hover {
        left: 0; }
      body.home .time_line_conciertos_home .item_dot:nth-child(6) .visible {
        left: 0; }
    body.home .time_line_conciertos_home .item_dot:nth-child(7) {
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(75% - 30px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(8) {
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(87.5% - 60px); }
    body.home .time_line_conciertos_home .item_dot:nth-child(9) {
      display: block;
      position: absolute;
      bottom: 0;
      right: 40px; }
      body.home .time_line_conciertos_home .item_dot:nth-child(9) .title_hover {
        right: -43px; }
      body.home .time_line_conciertos_home .item_dot:nth-child(9) .visible {
        right: 0; }
    body.home .time_line_conciertos_home .item_dot:nth-child(10) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(11) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(12) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(13) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(14) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(15) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(16) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(17) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(18) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(19) {
      display: none; }
    body.home .time_line_conciertos_home .item_dot:nth-child(20) {
      display: none; } }
  @media (min-width: 1440px) {
    body.home .time_line_conciertos_home {
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
      body.home .time_line_conciertos_home .center {
        width: 1280px;
        margin: 0 auto;
        position: relative; }
      body.home .time_line_conciertos_home .item_dot:nth-child(1) {
        position: absolute;
        bottom: 0;
        left: 0px; }
      body.home .time_line_conciertos_home .item_dot:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: calc(9.1% - 10px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: calc(18.2% - 10px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(4) {
        position: absolute;
        bottom: 0;
        left: calc(27.3% - 10px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(5) {
        position: absolute;
        bottom: 0;
        left: calc(36.4% - 10px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(6) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(45.5% - 10px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(6) .title_hover {
          left: 0; }
      body.home .time_line_conciertos_home .item_dot:nth-child(7) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(54.6% - 10px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(8) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(63.7% - 20px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(9) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(72.8% - 30px); }
        body.home .time_line_conciertos_home .item_dot:nth-child(9) .title_hover {
          left: 0; }
        body.home .time_line_conciertos_home .item_dot:nth-child(9) .visible {
          left: 0; }
      body.home .time_line_conciertos_home .item_dot:nth-child(10) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(81.9% - 30px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(11) {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(91% - 40px); }
      body.home .time_line_conciertos_home .item_dot:nth-child(12) {
        display: block;
        position: absolute;
        bottom: 0;
        right: -80px; }
        body.home .time_line_conciertos_home .item_dot:nth-child(12) .title_hover {
          right: 0; }
        body.home .time_line_conciertos_home .item_dot:nth-child(12) .visible {
          right: 80px; }
      body.home .time_line_conciertos_home .item_dot:nth-child(13) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(14) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(15) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(16) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(17) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(18) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(19) {
        display: none; }
      body.home .time_line_conciertos_home .item_dot:nth-child(20) {
        display: none; } }

/* Home Programación - Otros conciertos */
body.home .wrapper-h2.programacion-home {
  padding-top: 40px; }

body.home .entry-content-conciertos {
  margin: 0 -20px; }
  body.home .entry-content-conciertos .wrapper-conciertos {
    overflow-x: scroll;
    width: auto;
    height: auto;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0;
    padding: 20px 0 20px 0; }
    body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      vertical-align: top; }
    body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      vertical-align: top;
      margin: 0 10px;
      width: 300px;
      overflow: hidden; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first {
        margin-left: 20px; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.last {
        margin-right: 20px; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image {
        height: 300px;
        border: 1px solid #fff;
        overflow: hidden;
        position: relative; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 100%; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image .fecha_destacado {
          width: 70px;
          height: 70px;
          position: absolute;
          top: 10px;
          right: 10px;
          background: #000; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image .fecha_destacado .inner {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image .fecha_destacado .inner span {
              font-family: "Prompt", sans-serif ;
              font-size: 9px ;
              font-size: 0.5625rem ;
              line-height: 14px ;
              line-height: 0.875rem ;
              color: #fff ;
              letter-spacing: 0 ;
              font-weight: 900 ;
              display: block; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image .fecha_destacado .inner em {
              font-family: "Prompt", sans-serif ;
              font-size: 34px ;
              font-size: 2.125rem ;
              line-height: 34px ;
              line-height: 2.125rem ;
              color: #fff ;
              letter-spacing: 0 ;
              font-weight: 900 ;
              display: block;
              font-style: normal; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .title {
        font-family: "Prompt", sans-serif ;
        font-size: 24px ;
        font-size: 1.5rem ;
        line-height: 24px ;
        line-height: 1.5rem ;
        color: #fff ;
        letter-spacing: 1px ;
        font-weight: 900 ;
        text-transform: uppercase;
        padding: 15px 0 0 0;
        white-space: normal; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .title a {
          color: #fff;
          text-decoration: none; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .horario {
        display: inline-block;
        padding: 5px 0 0 0;
        white-space: normal;
        font-family: "Prompt", sans-serif ;
        font-size: 11px ;
        font-size: 0.6875rem ;
        line-height: 13px ;
        line-height: 0.8125rem ;
        color: #fff ;
        letter-spacing: 1px ;
        font-weight: 900 ;
        vertical-align: top; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .precio {
        display: inline-block;
        padding: 5px 0 0 10px;
        font-family: "Prompt", sans-serif ;
        font-size: 11px ;
        font-size: 0.6875rem ;
        line-height: 13px ;
        line-height: 0.8125rem ;
        color: #fff ;
        letter-spacing: 1px ;
        font-weight: 900 ;
        white-space: normal;
        vertical-align: top;
        text-transform: uppercase; }
  body.home .entry-content-conciertos .ir_a_programacion {
    text-align: right;
    padding: 0 0 10px 0; }
    body.home .entry-content-conciertos .ir_a_programacion a {
      color: #fff;
      text-decoration: none; }
    body.home .entry-content-conciertos .ir_a_programacion strong {
      font-family: "Prompt", sans-serif ;
      font-size: 11px ;
      font-size: 0.6875rem ;
      line-height: 17px ;
      line-height: 1.0625rem ;
      color: #fff ;
      letter-spacing: 1px ;
      font-weight: 300 ;
      text-transform: uppercase; }
    body.home .entry-content-conciertos .ir_a_programacion span.icon-arrow_next {
      font-size: 4.6px;
      padding: 0 20px 0 10px;
      vertical-align: middle; }
  @media (min-width: 768px) {
    body.home .entry-content-conciertos {
      margin: 0 -40px; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo {
        width: 324px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first {
          margin-left: 40px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.last {
          margin-right: 40px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image {
          height: 324px; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image img {
            height: 100%; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .image .overlay {
            pointer-events: none;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .wrapper-image {
          pointer-events: none;
          position: absolute;
          top: 0;
          height: 324px;
          width: 324px;
          vertical-align: bottom; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo .wrapper-image .inner-image {
            position: absolute;
            bottom: 0;
            padding: 15px; }
      body.home .entry-content-conciertos .ir_a_programacion {
        text-align: left;
        padding: 0 0 30px 40px; }
        body.home .entry-content-conciertos .ir_a_programacion strong {
          display: inline-block;
          vertical-align: miiddle;
          font-family: "Prompt", sans-serif ;
          font-size: 11px ;
          font-size: 0.6875rem ;
          line-height: 17px ;
          line-height: 1.0625rem ;
          color: #fff ;
          letter-spacing: 1px ;
          font-weight: 300 ;
          text-transform: uppercase;
          padding: 0 10px 0 0; }
        body.home .entry-content-conciertos .ir_a_programacion span.icon-arrow_next {
          display: inline-block;
          vertical-align: middle;
          font-size: 4.6px;
          padding: 0 10px 0 0; } }
  @media (min-width: 1024px) {
    body.home .entry-content-conciertos .wrapper-conciertos {
      overflow-x: auto;
      width: 100%;
      white-space: normal;
      padding: 20px 40px 40px 40px; }
      body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo {
        margin: 0 0 0 20px;
        width: calc(50% - 20px); }
        body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo {
          width: 29.4%;
          margin: 0 10px; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo.first {
            margin-left: 0; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo.last {
            margin-right: 0; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .image {
            height: 137px; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .image img {
              height: 100%; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .image .overlay {
              display: none; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .image .fecha_destacado {
              display: none; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image {
            height: 100%;
            width: 100%;
            position: relative;
            pointer-events: auto; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image {
              padding: 15px 0 0 0;
              position: relative; }
              body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image .title {
                font-size: 16px ;
                font-size: 1rem ;
                line-height: 18px ;
                line-height: 1.125rem ;
                letter-spacing: 1px;
                padding: 0; }
              body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image .precio,
              body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image .horario {
                display: none; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .fecha_visible {
            font-family: "Prompt", sans-serif ;
            font-size: 12px ;
            font-size: 0.75rem ;
            line-height: 18px ;
            line-height: 1.125rem ;
            color: #fff ;
            letter-spacing: 1px ;
            font-weight: 300 ;
            padding: 5px 0 20px 0; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(1), body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(4) {
            margin-left: 0; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(3), body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(6) {
            margin-right: 0; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(4) .fecha_visible, body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(5) .fecha_visible, body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo:nth-child(6) .fecha_visible {
            padding-bottom: 0; }
      body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first {
        margin: 0 20px 0 0;
        width: calc(50% - 20px);
        height: 452px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image {
          height: 452px; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image .overlay {
            display: block; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image .fecha_destacado {
            display: block;
            width: 103px;
            height: 103px;
            top: 20px;
            right: 20px; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image .fecha_destacado .inner span {
              font-size: 12px ;
              font-size: 0.75rem ;
              line-height: 18px ;
              line-height: 1.125rem ;
              padding: 0 0 5px 0; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image .fecha_destacado .inner em {
              font-size: 48px ;
              font-size: 3rem ;
              line-height: 38px ;
              line-height: 2.375rem ; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image {
          height: 100%;
          width: 100%; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image .inner-image {
            padding: 20px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .title {
          font-size: 36px ;
          font-size: 2.25rem ;
          line-height: 38px ;
          line-height: 2.375rem ;
          letter-spacing: 1px; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .horario {
          padding: 10px 0 0 0;
          font-size: 16px ;
          font-size: 1rem ;
          line-height: 18px ;
          line-height: 1.125rem ; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .precio {
          padding: 10px 0 0 20px;
          font-size: 16px ;
          font-size: 1rem ;
          line-height: 18px ;
          line-height: 1.125rem ; }
    body.home .entry-content-conciertos .ir_a_programacion {
      text-align: left;
      padding: 0 0 30px 40px; }
      body.home .entry-content-conciertos .ir_a_programacion strong {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 21px ;
        line-height: 1.3125rem ;
        padding: 0 20px 0 0; }
      body.home .entry-content-conciertos .ir_a_programacion span.icon-arrow_next {
        font-size: 4.6px;
        padding: 0 10px 0 0; } }
  @media (min-width: 1440px) {
    body.home .entry-content-conciertos {
      margin: 0; }
      body.home .entry-content-conciertos .wrapper-conciertos {
        padding: 20px 0 40px 0; }
        body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first {
          width: 620px;
          height: 620px; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .image {
            height: 620px; }
          body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image .inner-image {
            padding: 40px;
            width: 100%; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image .inner-image .title {
              font-size: 36px ;
              font-size: 2.25rem ;
              line-height: 38px ;
              line-height: 2.375rem ;
              letter-spacing: 1px; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image .inner-image .horario {
              padding: 0;
              font-size: 18px ;
              font-size: 1.125rem ;
              line-height: 28px ;
              line-height: 1.75rem ;
              letter-spacing: 1px; }
            body.home .entry-content-conciertos .wrapper-conciertos .conciertos_modulo.first .wrapper-image .inner-image .precio {
              padding: 0 0 0 20px;
              font-size: 18px ;
              font-size: 1.125rem ;
              line-height: 28px ;
              line-height: 1.75rem ;
              letter-spacing: 1px; }
        body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo {
          width: 620px; }
          body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo {
            width: 180px;
            margin: 0 20px; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .image {
              height: 180px; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image {
              padding-top: 20px; }
              body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .wrapper-image .inner-image .title {
                font-size: 18px ;
                font-size: 1.125rem ;
                line-height: 22px ;
                line-height: 1.375rem ; }
            body.home .entry-content-conciertos .wrapper-conciertos .wrapper_modulo .conciertos_modulo .fecha_visible {
              padding-bottom: 45px; }
      body.home .entry-content-conciertos .ir_a_programacion {
        padding: 0 0 30px 0;
        text-align: right; }
        body.home .entry-content-conciertos .ir_a_programacion span.icon-arrow_next {
          padding-right: 0; } }

/* Home Galería */
body.home .justified-image-grid {
  padding: 20px 0 0 0 !important; }
  @media (min-width: 768px) {
    body.home .justified-image-grid {
      padding: 30px 0 0 0 !important; } }
  @media (min-width: 1440px) {
    body.home .justified-image-grid {
      padding: 40px 0 0 0 !important; } }

/* Home DJs */
body.home h2.title_djs {
  font-family: "Prompt", sans-serif ;
  font-size: 48px ;
  font-size: 3rem ;
  line-height: 42px ;
  line-height: 2.625rem ;
  color: #000 ;
  letter-spacing: 0 ;
  font-weight: 900 ;
  margin: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  z-index: 10;
  padding: 0 0 0 20px;
  position: relative; }
  body.home h2.title_djs span {
    line-height: 42px; }
    body.home h2.title_djs span:nth-child(2) {
      display: block;
      position: absolute;
      top: 0;
      right: 82px; }
    body.home h2.title_djs span:nth-child(3) {
      display: block;
      position: absolute;
      top: 0;
      right: 17px; }

body.home .awsm-grid-wrapper {
  position: relative;
  padding: 30px 0;
  z-index: 9; }
  body.home .awsm-grid-wrapper .awsm-grid {
    margin-top: -21px; }
  body.home .awsm-grid-wrapper .awsm-grid-card {
    background: #fff;
    padding: 40px; }
    body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(2) {
      display: none; }
  body.home .awsm-grid-wrapper figure {
    margin: 0;
    width: 100%; }
    body.home .awsm-grid-wrapper figure img {
      width: 100%;
      display: block;
      padding: 0;
      margin: 0;
      border: none; }
  body.home .awsm-grid-wrapper .awsm-personal-info {
    padding: 0; }
    body.home .awsm-grid-wrapper .awsm-personal-info h3 {
      font-family: "Prompt", sans-serif ;
      font-size: 12px ;
      font-size: 0.75rem ;
      line-height: 18px ;
      line-height: 1.125rem ;
      color: #000 ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      text-transform: uppercase;
      margin: 0;
      padding: 10px 0 0 0; }
  body.home .awsm-grid-wrapper .url_djs {
    padding: 20px 0 0 0; }
    body.home .awsm-grid-wrapper .url_djs p {
      font-family: "Prompt", sans-serif ;
      font-size: 11px ;
      font-size: 0.6875rem ;
      line-height: 17px ;
      line-height: 1.0625rem ;
      color: #fff ;
      letter-spacing: 1px ;
      font-weight: 300 ;
      padding: 0;
      text-transform: uppercase;
      text-align: right; }
      body.home .awsm-grid-wrapper .url_djs p a {
        color: #fff;
        text-decoration: none; }
      body.home .awsm-grid-wrapper .url_djs p span {
        font-size: 4.6px;
        padding: 0 0 0 10px;
        vertical-align: middle; }

@media (min-width: 768px) {
  body.home h2.title_djs {
    font-size: 72px ;
    font-size: 4.5rem ;
    line-height: 62px ;
    line-height: 3.875rem ;
    padding: 0 0 0 37px; }
    body.home h2.title_djs span {
      line-height: 62px ;
      line-height: 3.875rem ; }
      body.home h2.title_djs span:nth-child(2) {
        right: 40%; }
      body.home h2.title_djs span:nth-child(3) {
        right: 35px; }
  body.home .awsm-grid-wrapper .awsm-grid {
    margin-top: -31px;
    font-size: 0; }
  body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(1) {
    margin: 0 10px 0 0;
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top; }
  body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(2) {
    background: #000;
    border: 1px solid #fff;
    display: block;
    margin: 0 0 0 10px;
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top; }
    body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(2) .awsm-personal-info h3 {
      color: #fff; }
  body.home .awsm-grid-wrapper .awsm-personal-info h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  body.home .awsm-grid-wrapper .url_djs {
    padding: 30px 0 0 0; } }

@media (min-width: 1024px) {
  body.home h2.title_djs {
    font-size: 90px ;
    font-size: 5.625rem ;
    line-height: 80px ;
    line-height: 5rem ; }
    body.home h2.title_djs span {
      line-height: 80px ;
      line-height: 5rem ; }
      body.home h2.title_djs span:nth-child(2) {
        right: 40%; }
      body.home h2.title_djs span:nth-child(3) {
        right: 35px; }
  body.home .awsm-grid-wrapper {
    padding: 40px 0 60px 0; }
    body.home .awsm-grid-wrapper .awsm-grid {
      margin-top: -40px; }
    body.home .awsm-grid-wrapper .awsm-grid-card {
      padding: 60px 40px 44px 40px; }
      body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(1) {
        margin: 0 20px 0 0;
        width: calc(50% - 20px); }
      body.home .awsm-grid-wrapper .awsm-grid-card:nth-child(2) {
        margin: 0 0 0 20px;
        width: calc(50% - 20px); }
    body.home .awsm-grid-wrapper .awsm-personal-info h3 {
      padding: 16px 0 0 0;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 22px ;
      line-height: 1.375rem ; }
    body.home .awsm-grid-wrapper .url_djs {
      padding: 60px 0 0 0; }
      body.home .awsm-grid-wrapper .url_djs p {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 21px ;
        line-height: 1.3125rem ; }
        body.home .awsm-grid-wrapper .url_djs p span {
          padding: 0 0 0 20px; } }

@media (min-width: 1440px) {
  body.home h2.title_djs {
    font-size: 130px ;
    font-size: 8.125rem ;
    line-height: 120px ;
    line-height: 7.5rem ;
    padding: 0 0 0 40px;
    -webkit-text-stroke-width: 3px; }
    body.home h2.title_djs span {
      line-height: 120px ;
      line-height: 7.5rem ; }
      body.home h2.title_djs span:nth-child(2) {
        right: 520px; }
      body.home h2.title_djs span:nth-child(3) {
        right: 40px; }
  body.home .awsm-grid-wrapper {
    padding: 40px 0 70px 0; }
    body.home .awsm-grid-wrapper .awsm-grid {
      margin-top: -60px; }
    body.home .awsm-grid-wrapper .awsm-grid-card {
      padding: 148px 100px 100px 100px; }
    body.home .awsm-grid-wrapper .awsm-personal-info h3 {
      padding: 20px 0 0 0;
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 24px ;
      line-height: 1.5rem ; }
    body.home .awsm-grid-wrapper .url_djs {
      padding: 60px 0 0 0; }
      body.home .awsm-grid-wrapper .url_djs p {
        width: auto; } }

/* Home vídeo */
.iframe-wrapper {
  width: calc(100% - -40px);
  margin: 0 -20px;
  padding: 30px 0; }
  .iframe-wrapper .iframe {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .iframe-wrapper .iframe iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  @media (min-width: 768px) {
    .iframe-wrapper {
      width: 100%;
      margin: 0;
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .iframe-wrapper {
      padding: 60px 0 40px 0; } }
  @media (min-width: 1440px) {
    .iframe-wrapper {
      padding: 80px 0 60px 0; } }

/* Galería en home - Link a página de galería */
.link_gallery_home {
  padding: 10px 0 30px 0; }
  .link_gallery_home p {
    font-family: "Prompt", sans-serif !important;
    font-size: 11px !important;
    font-size: 0.6875rem !important;
    line-height: 17px !important;
    line-height: 1.0625rem !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    text-align: right;
    padding: 0 !important;
    margin: 0 !important; }
    .link_gallery_home p a {
      color: #fff;
      text-decoration: none; }
    .link_gallery_home p span {
      font-size: 4.6px;
      padding: 0 0 0 10px;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .link_gallery_home p {
      text-align: left; } }
  @media (min-width: 1024px) {
    .link_gallery_home {
      padding: 20px 0 30px 0; }
      .link_gallery_home p {
        font-size: 14px !important;
        font-size: 0.875rem !important;
        line-height: 21px !important;
        line-height: 1.3125rem !important; }
        .link_gallery_home p span {
          padding: 0 0 0 20px; } }
  @media (min-width: 1440px) {
    .link_gallery_home p {
      text-align: right;
      width: auto !important; } }

/* Home - Marquee */
body.home h2 {
  font-family: "Prompt", sans-serif ;
  font-size: 24px ;
  font-size: 1.5rem ;
  line-height: 36px ;
  line-height: 2.25rem ;
  color: #fff ;
  letter-spacing: 0 ;
  font-weight: 900 ;
  text-transform: uppercase; }

body.home .wrapper-h2 {
  margin: 0 -20px;
  width: calc(100% - -40px);
  overflow: hidden; }
  @media (min-width: 768px) {
    body.home .wrapper-h2 {
      margin: 0 -40px;
      width: calc(100% - -80px); } }
  @media (min-width: 1440px) {
    body.home .wrapper-h2 {
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; } }

body.home h2.marquee {
  display: inline-block;
  padding: 30px 0 0 100%;
  margin: 0;
  text-indent: 0;
  width: calc(174px - -100%);
  animation: marquee_left 8s linear infinite; }
  body.home h2.marquee.left {
    animation: marquee_left 8s linear infinite; }
  body.home h2.marquee.right {
    animation: marquee_right 8s linear infinite; }
  body.home h2.marquee:hover {
    animation-play-state: paused; }
  @media (min-width: 768px) {
    body.home h2.marquee {
      padding-top: 40px;
      width: calc(347px - -100%);
      font-size: 48px ;
      font-size: 3rem ;
      line-height: 72px ;
      line-height: 4.5rem ; } }
  @media (min-width: 1024px) {
    body.home h2.marquee {
      width: calc(408px - -100%);
      font-size: 56px ;
      font-size: 3.5rem ;
      line-height: 85px ;
      line-height: 5.3125rem ; } }
  @media (min-width: 1440px) {
    body.home h2.marquee {
      width: calc(465px - -100%);
      font-size: 64px ;
      font-size: 4rem ;
      line-height: 97px ;
      line-height: 6.0625rem ; } }

@-webkit-keyframes marquee_left {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-moz-keyframes marquee_left {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@keyframes marquee_left {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-webkit-keyframes marquee_right {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes marquee_right {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes marquee_right {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

/* GrayScale */
/* Interior */
.entry-content-page h1,
.entry-content-page h2,
.entry-content-page h3,
.entry-content-page h4,
.entry-content-page h5,
.entry-content-page h6,
.entry-content-page p {
  margin: 0; }

.entry-content-page h1 {
  padding: 20px 0 0 0;
  font-size: 24px ;
  font-size: 1.5rem ;
  line-height: 24px ;
  line-height: 1.5rem ;
  text-transform: uppercase; }

.entry-content-page h2 {
  padding: 20px 0 0 0;
  font-size: 24px ;
  font-size: 1.5rem ;
  line-height: 24px ;
  line-height: 1.5rem ; }

.entry-content-page h3 {
  padding: 20px 0 0 0;
  font-size: 20px ;
  font-size: 1.25rem ;
  line-height: 22px ;
  line-height: 1.375rem ; }

.entry-content-page h4 {
  padding: 20px 40px 0 40px;
  font-size: 18px ;
  font-size: 1.125rem ;
  line-height: 22px ;
  line-height: 1.375rem ;
  letter-spacing: 1px; }

.entry-content-page h5 {
  padding: 20px 40px 0 40px;
  font-size: 18px ;
  font-size: 1.125rem ;
  line-height: 20px ;
  line-height: 1.25rem ;
  letter-spacing: 1px; }

.entry-content-page h6 {
  padding: 20px 40px 0 40px;
  font-size: 12px ;
  font-size: 0.75rem ;
  line-height: 18px ;
  line-height: 1.125rem ;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right; }

.entry-content-page p {
  padding: 20px 20px 10px 20px;
  font-size: 16px ;
  font-size: 1rem ;
  line-height: 22px ;
  line-height: 1.375rem ; }

.entry-content-page a {
  color: #fff;
  text-decoration: underline; }

.entry-content-page strong,
.entry-content-page b {
  font-weight: 700; }

.entry-content-page img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  display: block;
  margin: 10px 0; }

.entry-content-page ul {
  padding: 20px 20px 0 20px;
  margin: 0 0 0 50px; }
  .entry-content-page ul li {
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 22px ;
    line-height: 1.375rem ;
    padding: 0 0 10px 0; }

.entry-content-page.single-concierto h1,
.entry-content-page.single-concierto h2,
.entry-content-page.single-concierto h3 {
  padding: 20px 20px 0 20px; }

.entry-content-page .wp-block-columns {
  display: block;
  flex-wrap: initial; }
  .entry-content-page .wp-block-columns .wp-block-column {
    flex: none;
    flex-basis: initial; }
  @media (min-width: 600px) {
    .entry-content-page .wp-block-columns {
      flex-wrap: initial;
      font-size: 0; }
      .entry-content-page .wp-block-columns .wp-block-column {
        flex-grow: initial;
        flex-basis: initial;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .entry-content-page .wp-block-columns .wp-block-column {
      width: calc(50% - 10px);
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
      .entry-content-page .wp-block-columns .wp-block-column:last-child {
        margin-right: 0; }
      .entry-content-page .wp-block-columns .wp-block-column:first-child {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .entry-content-page .wp-block-columns .wp-block-column:last-child img {
      margin-left: 10px;
      width: calc(100% - 50px); }
    .entry-content-page .wp-block-columns .wp-block-column:first-child img {
      margin-right: 10px;
      width: calc(100% - 50px); } }
  @media (min-width: 1440px) {
    .entry-content-page .wp-block-columns .wp-block-column:last-child img {
      margin-left: 10px;
      margin-right: 0;
      width: calc(100% - 10px); }
    .entry-content-page .wp-block-columns .wp-block-column:first-child img {
      margin-right: 10px;
      margin-left: 0;
      width: calc(100% - 10px); } }

.entry-content-page .iconos_sociales,
.entry-content-page .icono_entradas {
  padding: 20px 20px 10px 20px; }
  .entry-content-page .iconos_sociales a,
  .entry-content-page .icono_entradas a {
    background: #fff;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    margin: 0 9px 11px 0;
    vertical-align: top;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out; }
    .entry-content-page .iconos_sociales a:last-child,
    .entry-content-page .icono_entradas a:last-child {
      margin: 0; }
    .no-touchevents .entry-content-page .iconos_sociales a:hover, .no-touchevents
    .entry-content-page .icono_entradas a:hover {
      background: rgba(255, 255, 255, 0.7);
      -webkit-transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -ms-transition: background 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out; }
    .entry-content-page .iconos_sociales a span,
    .entry-content-page .icono_entradas a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .entry-content-page .iconos_sociales a span:before,
      .entry-content-page .icono_entradas a span:before {
        color: #000; }
      .entry-content-page .iconos_sociales a span.icon-facebook:before,
      .entry-content-page .icono_entradas a span.icon-facebook:before {
        font-size: 24px; }
      .entry-content-page .iconos_sociales a span.icon-twitter:before,
      .entry-content-page .icono_entradas a span.icon-twitter:before {
        font-size: 20px; }
      .entry-content-page .iconos_sociales a span.icon-vimeo:before,
      .entry-content-page .icono_entradas a span.icon-vimeo:before {
        font-size: 20px; }
      .entry-content-page .iconos_sociales a span.icon-youtube:before,
      .entry-content-page .icono_entradas a span.icon-youtube:before {
        font-size: 20px; }
      .entry-content-page .iconos_sociales a span.icon-instagram:before,
      .entry-content-page .icono_entradas a span.icon-instagram:before {
        font-size: 26px; }
      .entry-content-page .iconos_sociales a span.icon-spotify:before,
      .entry-content-page .icono_entradas a span.icon-spotify:before {
        font-size: 28px; }
      .entry-content-page .iconos_sociales a span.icon-entradas:before,
      .entry-content-page .icono_entradas a span.icon-entradas:before {
        font-size: 42px; }
  @media (min-width: 768px) {
    .entry-content-page .iconos_sociales a,
    .entry-content-page .icono_entradas a {
      width: 60px;
      height: 60px;
      margin: 0 0 20px 20px; }
      .entry-content-page .iconos_sociales a:last-child,
      .entry-content-page .icono_entradas a:last-child {
        margin: 0 0 20px 20px; }
      .entry-content-page .iconos_sociales a:first-child,
      .entry-content-page .icono_entradas a:first-child {
        margin: 0 0 20px 0; } }

.entry-content-page .pre_next_concierto {
  margin: 0;
  padding: 0;
  width: 100%; }
  .entry-content-page .pre_next_concierto:after {
    content: "";
    display: table;
    clear: both; }
  .entry-content-page .pre_next_concierto.footer .icon-arrow_prev {
    padding: 30px 20px 20px 0;
    margin: 0; }
  .entry-content-page .pre_next_concierto.footer .icon-arrow_next {
    padding: 30px 0 20px 20px;
    margin: 0; }
  .entry-content-page .pre_next_concierto a {
    display: block; }
  .entry-content-page .pre_next_concierto .icon-arrow_prev {
    font-size: 4.6px;
    padding: 10px 20px 20px 0;
    margin: 0 0 10px 0;
    float: left; }
  .entry-content-page .pre_next_concierto .icon-arrow_next {
    font-size: 4.6px;
    padding: 10px 0 20px 20px;
    margin: 0 0 10px 0;
    float: right; }

.entry-content-page .wp-block-embed-youtube {
  width: calc(100% - -40px);
  margin: 0 -20px;
  padding: 30px 0; }
  .entry-content-page .wp-block-embed-youtube .wp-block-embed__wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .entry-content-page .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  @media (min-width: 768px) {
    .entry-content-page .wp-block-embed-youtube {
      width: 100%;
      margin: 0;
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .entry-content-page .wp-block-embed-youtube {
      padding: 60px 0 40px 0; } }
  @media (min-width: 1440px) {
    .entry-content-page .wp-block-embed-youtube {
      padding: 80px 0 60px 0; } }

.entry-content-page .wp-block-embed-spotify {
  text-align: center;
  margin: 0;
  padding: 20px 0; }
  .entry-content-page .wp-block-embed-spotify iframe {
    width: 100%;
    max-width: 500px; }

.entry-content-page .wp-block-embed-instagram,
.entry-content-page .wp-block-embed-twitter {
  margin: 0;
  padding: 20px 0; }
  .entry-content-page .wp-block-embed-instagram iframe,
  .entry-content-page .wp-block-embed-instagram twitter-widget,
  .entry-content-page .wp-block-embed-twitter iframe,
  .entry-content-page .wp-block-embed-twitter twitter-widget {
    margin: 0 auto !important; }

@media (min-width: 768px) {
  .entry-content-page h1 {
    padding: 30px 0 10px 0;
    font-size: 24px ;
    font-size: 1.5rem ;
    line-height: 24px ;
    line-height: 1.5rem ;
    text-transform: uppercase; }
  .entry-content-page h2 {
    padding: 30px 0 10px 0;
    font-size: 24px ;
    font-size: 1.5rem ;
    line-height: 24px ;
    line-height: 1.5rem ; }
  .entry-content-page h3 {
    padding: 30px 0 10px 0;
    font-size: 22px ;
    font-size: 1.375rem ;
    line-height: 24px ;
    line-height: 1.5rem ; }
  .entry-content-page h4 {
    padding: 30px 40px 10 40px;
    font-size: 20px ;
    font-size: 1.25rem ;
    line-height: 22px ;
    line-height: 1.375rem ;
    letter-spacing: 1px; }
  .entry-content-page h5 {
    padding: 30px 40px 10 40px;
    font-size: 20px ;
    font-size: 1.25rem ;
    line-height: 23px ;
    line-height: 1.4375rem ;
    letter-spacing: 1px; }
  .entry-content-page h6 {
    padding: 30px 40px 10 40px;
    font-size: 14px ;
    font-size: 0.875rem ;
    line-height: 20px ;
    line-height: 1.25rem ;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right; }
  .entry-content-page p {
    padding: 20px 40px 10px 40px;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 22px ;
    line-height: 1.375rem ; }
  .entry-content-page img {
    width: auto;
    height: auto;
    border: 1px solid #fff;
    display: block;
    margin: 10px auto; }
  .entry-content-page ul {
    padding: 20px 40px 20px 40px;
    margin: 0 0 0 80px; }
    .entry-content-page ul li {
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 22px ;
      line-height: 1.375rem ;
      padding: 0 0 10px 0; }
  .entry-content-page.single-concierto h1,
  .entry-content-page.single-concierto h2,
  .entry-content-page.single-concierto h3 {
    padding: 30px 40px 10px 40px; }
  .entry-content-page .iconos_sociales,
  .entry-content-page .icono_entradas {
    padding: 20px 40px 10px 40px; }
    .entry-content-page .iconos_sociales a span.icon-entradas:before,
    .entry-content-page .icono_entradas a span.icon-entradas:before {
      font-size: 54px; }
  .entry-content-page .pre_next_concierto .icon-arrow_prev {
    font-size: 7px;
    padding: 10px 20px 20px 0;
    margin-top: -10px; }
  .entry-content-page .pre_next_concierto .icon-arrow_next {
    font-size: 7px;
    padding: 10px 0 20px 20px;
    margin-top: -10px; } }

@media (min-width: 1024px) {
  .entry-content-page h1 {
    padding: 40px 40px 10px 40px;
    font-size: 28px ;
    font-size: 1.75rem ;
    line-height: 28px ;
    line-height: 1.75rem ;
    text-transform: uppercase; }
  .entry-content-page h2 {
    padding: 40px 40px 10px 40px;
    font-size: 28px ;
    font-size: 1.75rem ;
    line-height: 28px ;
    line-height: 1.75rem ; }
  .entry-content-page h3 {
    padding: 40px 40px 10px 40px;
    font-size: 22px ;
    font-size: 1.375rem ;
    line-height: 26px ;
    line-height: 1.625rem ; }
  .entry-content-page h4 {
    padding: 40px 80px 10px 80px;
    font-size: 20px ;
    font-size: 1.25rem ;
    line-height: 24px ;
    line-height: 1.5rem ;
    letter-spacing: 1px; }
  .entry-content-page h5 {
    padding: 40px 80px 10px 80px;
    font-size: 20px ;
    font-size: 1.25rem ;
    line-height: 24px ;
    line-height: 1.5rem ;
    letter-spacing: 1px; }
  .entry-content-page h6 {
    padding: 40px 80px 10px 80px;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 22px ;
    line-height: 1.375rem ;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right; }
  .entry-content-page p {
    padding: 20px 80px 10px 80px;
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 24px ;
    line-height: 1.5rem ; }
  .entry-content-page img {
    width: calc(100% - 80px);
    width: auto;
    height: auto;
    border: 1px solid #fff;
    display: block;
    margin: 30px auto; }
  .entry-content-page ul {
    padding: 20px 80px 20px 80px;
    margin: 0 0 0 80px; }
    .entry-content-page ul li {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      padding: 0 0 10px 0; }
  .entry-content-page.single-concierto h1,
  .entry-content-page.single-concierto h2,
  .entry-content-page.single-concierto h3 {
    padding: 40px 80px 10px 80px; }
  .entry-content-page .iconos_sociales,
  .entry-content-page .icono_entradas {
    padding: 20px 80px 10px 80px; } }

@media (min-width: 1440px) {
  .entry-content-page h1 {
    padding: 40px 0 20px 0;
    font-size: 64px ;
    font-size: 4rem ;
    line-height: 64px ;
    line-height: 4rem ;
    margin: 0 auto;
    width: 1080px; }
  .entry-content-page h2 {
    padding: 40px 0 20px 0;
    font-size: 48px ;
    font-size: 3rem ;
    line-height: 48px ;
    line-height: 3rem ;
    margin: 0 auto;
    width: 1080px; }
  .entry-content-page h3 {
    padding: 40px 0 20px 0;
    font-size: 36px ;
    font-size: 2.25rem ;
    line-height: 36px ;
    line-height: 2.25rem ;
    margin: 0 auto;
    width: 1080px; }
  .entry-content-page h4 {
    padding: 40px 0 20px 0;
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 22px ;
    line-height: 1.375rem ;
    margin: 0 auto;
    width: 960px; }
  .entry-content-page h5 {
    padding: 40px 0 20px 0;
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 22px ;
    line-height: 1.375rem ;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 960px; }
  .entry-content-page h6 {
    padding: 40px 0 20px 0;
    font-size: 14px ;
    font-size: 0.875rem ;
    line-height: 21px ;
    line-height: 1.3125rem ;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    margin: 0 auto;
    width: 960px; }
  .entry-content-page p {
    padding: 20px 0;
    font-size: 18px ;
    font-size: 1.125rem ;
    line-height: 24px ;
    line-height: 1.5rem ;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 960px; }
  .entry-content-page img {
    max-width: 1024px;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    display: block;
    margin: 40px auto; }
  .entry-content-page ul {
    padding: 20px 80px 20px 80px;
    margin: 0 auto;
    width: 960px; }
    .entry-content-page ul li {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      padding: 0 0 10px 0; }
  .entry-content-page.single-concierto h1,
  .entry-content-page.single-concierto h2,
  .entry-content-page.single-concierto h3 {
    width: 960px;
    padding: 40px 0 20px 0; }
  .entry-content-page .iconos_sociales,
  .entry-content-page .icono_entradas {
    padding: 20px 0;
    margin: 0 auto;
    width: 960px; }
  .entry-content-page .pre_next_concierto .icon-arrow_prev {
    font-size: 10px;
    margin-top: -30px; }
  .entry-content-page .pre_next_concierto .icon-arrow_next {
    font-size: 10px;
    margin-top: -30px; } }

.cover-image, body.home .cover_home {
  width: calc(100% - -40px);
  height: 85vh;
  max-height: 85vh;
  overflow: hidden;
  position: relative;
  top: -98px;
  margin-bottom: -98px;
  margin-left: -20px;
  margin-right: -20px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top; }
  .cover-image img, body.home .cover_home img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    zoom: 0.5; }
  .cover-image .overlay, body.home .cover_home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)); }
  .cover-image .entry-header, body.home .cover_home .entry-header {
    height: 100%; }
    .cover-image .entry-header h1, body.home .cover_home .entry-header h1 {
      width: 100%;
      padding: 0 20px 80px 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Prompt", sans-serif ;
      font-size: 44px ;
      font-size: 2.75rem ;
      line-height: 44px ;
      line-height: 2.75rem ;
      color: transparent ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #ffffff;
      text-transform: uppercase;
      text-align: center; }
      .cover-image .entry-header h1.programacion, body.home .cover_home .entry-header h1.programacion {
        font-size: 36px ;
        font-size: 2.25rem ;
        line-height: 36px ;
        line-height: 2.25rem ; }
  .cover-image .entry-header-concierto, body.home .cover_home .entry-header-concierto {
    position: absolute;
    bottom: 96px;
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%; }
    .cover-image .entry-header-concierto .fecha_concierto_destacado, body.home .cover_home .entry-header-concierto .fecha_concierto_destacado {
      font-family: "Prompt", sans-serif ;
      font-size: 14px ;
      font-size: 0.875rem ;
      line-height: 21px ;
      line-height: 1.3125rem ;
      color: #fff ;
      letter-spacing: 0.78px ;
      font-weight: 900 ;
      padding: 0 0 10px 0; }
    .cover-image .entry-header-concierto .titulo_concierto_destacado, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado {
      font-family: "Prompt", sans-serif ;
      font-size: 48px ;
      font-size: 3rem ;
      line-height: 42px ;
      line-height: 2.625rem ;
      color: transparent ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #ffffff;
      text-transform: uppercase;
      padding: 0 0 10px;
      margin: 0; }
      .cover-image .entry-header-concierto .titulo_concierto_destacado a, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado a {
        font-family: "Prompt", sans-serif ;
        font-size: 48px ;
        font-size: 3rem ;
        line-height: 42px ;
        line-height: 2.625rem ;
        color: transparent ;
        letter-spacing: 1px ;
        font-weight: 900 ;
        text-decoration: none;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff; }
    .cover-image .entry-header-concierto .hora_concierto_destacado, body.home .cover_home .entry-header-concierto .hora_concierto_destacado {
      display: inline-block;
      font-family: "Prompt", sans-serif ;
      font-size: 12px ;
      font-size: 0.75rem ;
      line-height: 18px ;
      line-height: 1.125rem ;
      color: #fff ;
      letter-spacing: 1px ;
      font-weight: 900 ; }
    .cover-image .entry-header-concierto .precio_concierto_destacado, body.home .cover_home .entry-header-concierto .precio_concierto_destacado {
      display: inline-block;
      font-family: "Prompt", sans-serif ;
      font-size: 12px ;
      font-size: 0.75rem ;
      line-height: 18px ;
      line-height: 1.125rem ;
      color: #fff ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      text-transform: uppercase;
      padding: 0 0 0 15px; }
  .cover-image .arrow, body.home .cover_home .arrow {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    height: 89px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .cover-image .arrow a, body.home .cover_home .arrow a {
      padding: 20px;
      text-decoration: none;
      color: #ffffff;
      display: block; }
    .cover-image .arrow span, body.home .cover_home .arrow span {
      font-size: 45px ;
      font-size: 2.8125rem ;
      color: #ffffff; }
  @media (min-width: 768px) {
    .cover-image, body.home .cover_home {
      width: calc(100% - -80px);
      top: -130px;
      margin-bottom: -130px;
      margin-left: -40px;
      margin-right: -40px; }
      .cover-image .entry-header h1, body.home .cover_home .entry-header h1 {
        padding: 0 60px 60px 60px;
        margin: 0;
        font-size: 60px ;
        font-size: 3.75rem ;
        line-height: 60px ;
        line-height: 3.75rem ;
        -webkit-text-stroke-width: 2px; }
        .cover-image .entry-header h1.programacion, body.home .cover_home .entry-header h1.programacion {
          font-size: 60px ;
          font-size: 3.75rem ;
          line-height: 60px ;
          line-height: 3.75rem ; }
      .cover-image .entry-header-concierto, body.home .cover_home .entry-header-concierto {
        bottom: 114px;
        padding: 0 40px; }
        .cover-image .entry-header-concierto .fecha_concierto_destacado, body.home .cover_home .entry-header-concierto .fecha_concierto_destacado {
          font-size: 18px ;
          font-size: 1.125rem ;
          line-height: 28px ;
          line-height: 1.75rem ;
          padding: 0 0 15px 0; }
        .cover-image .entry-header-concierto .titulo_concierto_destacado, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado {
          font-size: 72px ;
          font-size: 4.5rem ;
          line-height: 68px ;
          line-height: 4.25rem ;
          padding: 0 0 15px;
          -webkit-text-stroke-width: 2px; }
          .cover-image .entry-header-concierto .titulo_concierto_destacado a, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado a {
            -webkit-text-stroke-width: 2px;
            font-size: 72px ;
            font-size: 4.5rem ;
            line-height: 68px ;
            line-height: 4.25rem ; }
        .cover-image .entry-header-concierto .hora_concierto_destacado, body.home .cover_home .entry-header-concierto .hora_concierto_destacado {
          font-size: 16px ;
          font-size: 1rem ;
          line-height: 24px ;
          line-height: 1.5rem ; }
        .cover-image .entry-header-concierto .precio_concierto_destacado, body.home .cover_home .entry-header-concierto .precio_concierto_destacado {
          font-size: 16px ;
          font-size: 1rem ;
          line-height: 24px ;
          line-height: 1.5rem ;
          padding: 0 0 0 20px; }
      .cover-image .arrow, body.home .cover_home .arrow {
        bottom: 20px;
        height: 99px; }
        .cover-image .arrow span, body.home .cover_home .arrow span {
          font-size: 55px ;
          font-size: 3.4375rem ; } }
  @media (min-width: 1024px) {
    .cover-image, body.home .cover_home {
      top: -158px;
      margin-bottom: -158px; }
      .cover-image .entry-header h1, body.home .cover_home .entry-header h1 {
        padding: 0 80px 60px 80px;
        font-size: 80px ;
        font-size: 5rem ;
        line-height: 80px ;
        line-height: 5rem ;
        -webkit-text-stroke-width: 2px; }
        .cover-image .entry-header h1.programacion, body.home .cover_home .entry-header h1.programacion {
          font-size: 80px ;
          font-size: 5rem ;
          line-height: 80px ;
          line-height: 5rem ; }
      .cover-image .entry-header-concierto, body.home .cover_home .entry-header-concierto {
        bottom: 116px; }
        .cover-image .entry-header-concierto .fecha_concierto_destacado, body.home .cover_home .entry-header-concierto .fecha_concierto_destacado {
          padding: 0 0 20px 0; }
        .cover-image .entry-header-concierto .titulo_concierto_destacado, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado {
          font-size: 90px ;
          font-size: 5.625rem ;
          line-height: 80px ;
          line-height: 5rem ;
          letter-spacing: 2px;
          padding: 0 0 20px; }
          .cover-image .entry-header-concierto .titulo_concierto_destacado a, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado a {
            font-size: 90px ;
            font-size: 5.625rem ;
            line-height: 80px ;
            line-height: 5rem ; }
        .cover-image .entry-header-concierto .hora_concierto_destacado, body.home .cover_home .entry-header-concierto .hora_concierto_destacado {
          font-size: 18px ;
          font-size: 1.125rem ;
          line-height: 28px ;
          line-height: 1.75rem ; }
        .cover-image .entry-header-concierto .precio_concierto_destacado, body.home .cover_home .entry-header-concierto .precio_concierto_destacado {
          font-size: 18px ;
          font-size: 1.125rem ;
          line-height: 28px ;
          line-height: 1.75rem ;
          padding: 0 0 0 40px; }
      .cover-image .arrow, body.home .cover_home .arrow {
        bottom: 20px;
        height: 99px; }
        .cover-image .arrow span, body.home .cover_home .arrow span {
          font-size: 55px ;
          font-size: 3.4375rem ; } }
  @media (min-width: 1440px) {
    .cover-image, body.home .cover_home {
      height: 100vh;
      max-height: 100vh;
      top: -185px;
      margin-bottom: -185px;
      width: 100%;
      margin-right: 0;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      left: 50%; }
      .cover-image img, body.home .cover_home img {
        zoom: 1; }
      .cover-image .entry-header, body.home .cover_home .entry-header {
        height: 100%; }
        .cover-image .entry-header h1, body.home .cover_home .entry-header h1 {
          padding: 0 200px 40px 200px;
          font-size: 130px ;
          font-size: 8.125rem ;
          line-height: 130px ;
          line-height: 8.125rem ;
          -webkit-text-stroke-width: 3px; }
          .cover-image .entry-header h1.programacion, body.home .cover_home .entry-header h1.programacion {
            font-size: 130px ;
            font-size: 8.125rem ;
            line-height: 130px ;
            line-height: 8.125rem ; }
      .cover-image .entry-header-concierto, body.home .cover_home .entry-header-concierto {
        width: 1280px;
        padding: 0;
        margin: 0 auto;
        bottom: 166px;
        left: calc(50vw - 640px); }
        .cover-image .entry-header-concierto .titulo_concierto_destacado, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado {
          font-size: 130px ;
          font-size: 8.125rem ;
          line-height: 120px ;
          line-height: 7.5rem ;
          letter-spacing: 3px;
          -webkit-text-stroke-width: 3px; }
          .cover-image .entry-header-concierto .titulo_concierto_destacado a, body.home .cover_home .entry-header-concierto .titulo_concierto_destacado a {
            -webkit-text-stroke-width: 3px;
            font-size: 130px ;
            font-size: 8.125rem ;
            line-height: 120px ;
            line-height: 7.5rem ; }
      .cover-image .arrow, body.home .cover_home .arrow {
        bottom: 50px;
        height: 99px; }
        .cover-image .arrow span, body.home .cover_home .arrow span {
          font-size: 55px ;
          font-size: 3.4375rem ; } }

.no-touchevents .awsm-grid-wrapper .awsm-grid-card .background_dj {
  -webkit-filter: none;
  filter: none; }

.touchevents .cover-image, .touchevents body.home .cover_home, body.home .touchevents .cover_home,
.touchevents .awsm-grid-wrapper .awsm-grid-card .background_dj {
  background-attachment: initial; }

body.isIE .cover-image .entry-header h1, body.isIE body.home .cover_home .entry-header h1, body.home body.isIE .cover_home .entry-header h1,
body.isIE.home .cover_home .entry-header h1,
body.isIE.home .cover_home .entry-header-programacion .titulo_concierto_destacado,
body.isIE.home .cover_home .entry-header-programacion .titulo_concierto_destacado a,
body.isIE .cover-image .entry-header-concierto .titulo_concierto_destacado,
body.isIE body.home .cover_home .entry-header-concierto .titulo_concierto_destacado,
body.home body.isIE .cover_home .entry-header-concierto .titulo_concierto_destacado,
body.isIE.home .cover_home .entry-header-concierto .titulo_concierto_destacado,
body.isIE.home h2.title_djs {
  color: #fff;
  -webkit-text-stroke-width: 0; }

body.isIE .cover-image, body.isIE body.home .cover_home, body.home body.isIE .cover_home,
body.isIE.home .cover_home {
  background-attachment: initial; }

/* DJs */
.awsm-grid-wrapper {
  margin-top: -30px;
  margin-bottom: -30px; }
  .awsm-grid-wrapper .awsm-grid-card {
    position: relative;
    padding-bottom: 45px; }
    .awsm-grid-wrapper .awsm-grid-card:last-child .arrow {
      display: none; }
    .awsm-grid-wrapper .awsm-grid-card .background_dj {
      width: calc(100% - -40px);
      height: 100%;
      overflow: hidden;
      position: absolute;
      margin-left: -20px;
      margin-right: -20px;
      z-index: -1;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center center; }
      .awsm-grid-wrapper .awsm-grid-card .background_dj img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -20px;
        -webkit-filter: blur(16px);
        filter: blur(16px); }
      .awsm-grid-wrapper .awsm-grid-card .background_dj .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8); }
    .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info {
      padding: 30px 0 15px 0; }
      .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info h3 {
        margin: 0;
        padding: 0;
        width: auto; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info h3 span {
          display: block;
          text-transform: uppercase;
          font-family: "Prompt", sans-serif ;
          font-size: 24px ;
          font-size: 1.5rem ;
          line-height: 28px ;
          line-height: 1.75rem ;
          color: #fff ;
          letter-spacing: 1px ;
          font-weight: 900 ; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info h3 .name {
          padding: 5px 0 0 0;
          font-size: 18px ;
          font-size: 1.125rem ; }
    .awsm-grid-wrapper .awsm-grid-card .image-dj {
      position: relative; }
      .awsm-grid-wrapper .awsm-grid-card .image-dj img {
        width: 100%;
        border: 1px solid #fff;
        display: block;
        margin: 0; }
      .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons {
        position: absolute;
        bottom: 10px;
        right: 9px;
        width: auto;
        height: 48px; }
        .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span {
          width: 48px;
          height: 48px;
          background: #000;
          display: inline-block;
          margin: 1px; }
          .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span a {
            display: block;
            width: 48px;
            height: 48px;
            color: #fff;
            text-decoration: none;
            position: relative; }
            .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span a i {
              font-size: 20px ;
              font-size: 1.25rem ;
              color: #fff;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .awsm-grid-wrapper .awsm-grid-card .awsm-content-info {
      padding: 20px 0; }
      .awsm-grid-wrapper .awsm-grid-card .awsm-content-info p {
        padding: 0 0 20px 0;
        margin: 0;
        width: auto;
        font-family: "Prompt", sans-serif ;
        font-size: 16px ;
        font-size: 1rem ;
        line-height: 22px ;
        line-height: 1.375rem ;
        color: #fff ;
        letter-spacing: 0 ;
        font-weight: 300 ; }
    .awsm-grid-wrapper .awsm-grid-card .arrow {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      height: 89px;
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .awsm-grid-wrapper .awsm-grid-card .arrow a {
        padding: 20px;
        text-decoration: none;
        color: #ffffff;
        display: block; }
      .awsm-grid-wrapper .awsm-grid-card .arrow span {
        font-size: 45px ;
        font-size: 2.8125rem ;
        color: #ffffff; }
  @media (min-width: 768px) {
    .awsm-grid-wrapper {
      margin-top: -60px;
      margin-bottom: -60px; }
      .awsm-grid-wrapper .awsm-grid-card {
        padding-bottom: 85px; }
        .awsm-grid-wrapper .awsm-grid-card:after {
          content: "";
          display: table;
          clear: both; }
        .awsm-grid-wrapper .awsm-grid-card .background_dj {
          width: calc(100% - -80px);
          margin-left: -40px;
          margin-right: -40px; }
        .awsm-grid-wrapper .awsm-grid-card .wrapper-content {
          position: relative; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info {
          padding: 50px 0 15px 0; }
        .awsm-grid-wrapper .awsm-grid-card .image-dj {
          float: left;
          position: relative;
          width: calc(50% - 15px);
          margin: 0 15px 0 0;
          background: #fff;
          padding: 60px 30px 90px 30px; }
          .awsm-grid-wrapper .awsm-grid-card .image-dj img {
            border: none;
            margin: 0; }
          .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons {
            bottom: 0;
            right: 0px; }
            .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span {
              margin: 0 0 0 1px; }
        .awsm-grid-wrapper .awsm-grid-card h3.name_dj {
          margin: 0;
          padding: 0 0 25px 0;
          width: auto; }
          .awsm-grid-wrapper .awsm-grid-card h3.name_dj span {
            display: block;
            text-transform: uppercase;
            font-family: "Prompt", sans-serif ;
            font-size: 28px ;
            font-size: 1.75rem ;
            line-height: 32px ;
            line-height: 2rem ;
            color: #fff ;
            letter-spacing: 1px ;
            font-weight: 900 ; }
          .awsm-grid-wrapper .awsm-grid-card h3.name_dj .name {
            padding: 3px 0 0 0;
            font-size: 16px ;
            font-size: 1rem ; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-content-info {
          float: left;
          position: relative;
          width: 50%;
          padding: 0 0 0 15px; }
          .awsm-grid-wrapper .awsm-grid-card .awsm-content-info p {
            padding: 0 0 20px 0;
            font-family: "Prompt", sans-serif ;
            font-size: 16px ;
            font-size: 1rem ;
            line-height: 22px ;
            line-height: 1.375rem ;
            color: #fff ;
            letter-spacing: 0 ;
            font-weight: 300 ; }
        .awsm-grid-wrapper .awsm-grid-card .arrow {
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1;
          height: 89px;
          width: 100%;
          text-align: center;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
          .awsm-grid-wrapper .awsm-grid-card .arrow a {
            padding: 20px;
            text-decoration: none;
            color: #ffffff;
            display: block; }
          .awsm-grid-wrapper .awsm-grid-card .arrow span {
            font-size: 45px ;
            font-size: 2.8125rem ;
            color: #ffffff;
            padding-left: 8px; }
        .awsm-grid-wrapper .awsm-grid-card:nth-child(2n) .awsm-content-info {
          float: right;
          padding: 0 15px 0 0; }
        .awsm-grid-wrapper .awsm-grid-card:nth-child(2n) .image-dj {
          float: right;
          margin: 0 0 0 15px; } }
  @media (min-width: 1024px) {
    .awsm-grid-wrapper .awsm-grid-card {
      padding-bottom: 130px; }
      .awsm-grid-wrapper .awsm-grid-card .image-dj {
        position: relative;
        width: calc(50% - 15px);
        margin: 0 15px 0 0;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        padding: 100px 50px 120px 50px; }
      .awsm-grid-wrapper .awsm-grid-card .awsm-content-info p {
        font-size: 18px ;
        font-size: 1.125rem ;
        line-height: 24px ;
        line-height: 1.5rem ;
        letter-spacing: 1px; }
      .awsm-grid-wrapper .awsm-grid-card .arrow {
        padding: 30px 0 0 0;
        position: absolute;
        bottom: 40px;
        left: 0;
        z-index: 1;
        height: 89px;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .awsm-grid-wrapper .awsm-grid-card .arrow a {
          padding: 20px;
          text-decoration: none;
          color: #ffffff;
          display: block; }
        .awsm-grid-wrapper .awsm-grid-card .arrow span {
          font-size: 45px ;
          font-size: 2.8125rem ;
          color: #ffffff; } }
  @media (min-width: 1440px) {
    .awsm-grid-wrapper {
      margin-top: -80px;
      margin-bottom: -80px; }
      .awsm-grid-wrapper .awsm-grid-card {
        position: relative;
        padding-bottom: 125px;
        width: 1280px;
        margin: 0 auto; }
        .awsm-grid-wrapper .awsm-grid-card:last-child .arrow {
          display: none; }
        .awsm-grid-wrapper .awsm-grid-card .background_dj {
          overflow: hidden;
          position: absolute;
          margin-left: 0;
          margin-right: 0;
          height: 100%;
          width: 100vw;
          margin-left: -50vw;
          left: 50%; }
        .awsm-grid-wrapper .awsm-grid-card h3.name_dj {
          padding: 0 0 40px 0; }
          .awsm-grid-wrapper .awsm-grid-card h3.name_dj span {
            font-size: 64px ;
            font-size: 4rem ;
            line-height: 64px ;
            line-height: 4rem ; }
          .awsm-grid-wrapper .awsm-grid-card h3.name_dj .name {
            padding: 10px 0 0 0;
            font-size: 18px ;
            font-size: 1.125rem ;
            line-height: 28px ;
            line-height: 1.75rem ; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-personal-info {
          padding: 125px 0 0 0; }
        .awsm-grid-wrapper .awsm-grid-card .image-dj {
          width: calc(50% - 20px);
          margin: 0 20px 0 0;
          background: #fff;
          padding: 148px 100px; }
          .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons {
            height: 60px; }
            .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span {
              width: 60px;
              height: 60px; }
              .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span a {
                width: 60px;
                height: 60px; }
                .awsm-grid-wrapper .awsm-grid-card .image-dj .social_icons span a i {
                  font-size: 24px ;
                  font-size: 1.5rem ; }
        .awsm-grid-wrapper .awsm-grid-card .awsm-content-info {
          width: 50%;
          padding: 0 0 0 20px; }
          .awsm-grid-wrapper .awsm-grid-card .awsm-content-info p {
            padding: 0 0 34px 0;
            font-size: 18px ;
            font-size: 1.125rem ;
            line-height: 24px ;
            line-height: 1.5rem ;
            letter-spacing: 1px; }
        .awsm-grid-wrapper .awsm-grid-card .arrow {
          padding: 0;
          bottom: 15px; }
          .awsm-grid-wrapper .awsm-grid-card .arrow span {
            font-size: 52px ;
            font-size: 3.25rem ; } }

.wpcf7 {
  padding: 20px 0 !important; }
  .wpcf7 input,
  .wpcf7 textarea {
    margin: 10px 0 0 0;
    border: none;
    border-radius: 0px;
    padding: 4px 10px;
    width: 100%;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 22px ;
    line-height: 1.375rem ; }
  .wpcf7 input {
    height: 36px; }
  .wpcf7 .captcha {
    padding: 10px 20px; }
  .wpcf7 .send {
    padding: 10px 20px; }
    .wpcf7 .send input {
      width: 130px;
      height: 44px;
      background: white;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700; }
  .wpcf7 .wpcf7-response-output {
    width: calc(100% - 40px);
    margin: 30px 20px;
    padding: 10px 20px;
    border: 1px solid #fff !important; }
  .wpcf7 span.wpcf7-not-valid-tip {
    color: rgba(255, 0, 0, 0.9);
    padding: 10px 0 0 0; }
  @media (min-width: 768px) {
    .wpcf7 {
      padding: 20px 80px !important; }
      .wpcf7 .captcha {
        padding: 10px 40px; }
      .wpcf7 .send {
        padding: 10px 40px; }
      .wpcf7 .wpcf7-response-output {
        width: calc(100% - 80px);
        margin: 30px 40px; } }
  @media (min-width: 1024px) {
    .wpcf7 {
      padding: 20px 140px !important; }
      .wpcf7 .captcha {
        padding: 10px 80px; }
      .wpcf7 .send {
        padding: 10px 80px; }
      .wpcf7 .wpcf7-response-output {
        width: calc(100% - 160px);
        margin: 30px 80px; } }
  @media (min-width: 1440px) {
    .wpcf7 {
      padding: 20px 0 !important;
      width: 580px;
      margin: 0 auto !important; }
      .wpcf7 input,
      .wpcf7 textarea {
        margin: 12px 0 0 0; }
      .wpcf7 .captcha {
        padding: 10px 0; }
      .wpcf7 .send {
        padding: 10px 0; }
      .wpcf7 .wpcf7-response-output {
        width: 580px;
        margin: 30px auto !important; }
      .wpcf7 p {
        width: auto !important; } }

html.no-touchevents img,
html.no-touchevents .cover-image,
html.no-touchevents body.home .cover_home,
body.home html.no-touchevents .cover_home,
html.no-touchevents body.home .cover_home,
html.no-touchevents .timeline .item img,
html.no-touchevents #content .timeline .item img {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

html.no-touchevents img:hover,
html.no-touchevents .cover-image:hover,
html.no-touchevents body.home .cover_home:hover,
body.home html.no-touchevents .cover_home:hover,
html.no-touchevents body.home .cover_home:hover,
html.no-touchevents .timeline .item:hover img,
html.no-touchevents #content .timeline .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.pswp__img {
  filter: none !important;
  -webkit-filter: grayscale(0%) !important; }

.my_post_date {
  width: 70px !important;
  height: 70px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  z-index: 1; }
  .my_post_date .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .my_post_date .inner span {
      font-family: "Prompt", sans-serif ;
      font-size: 9px ;
      font-size: 0.5625rem ;
      line-height: 14px ;
      line-height: 0.875rem ;
      color: #fff ;
      letter-spacing: 0 ;
      font-weight: 900 !important ;
      font-size: 9px !important;
      line-height: 14px !important;
      display: block !important;
      margin: 0 !important;
      text-align: center !important; }
    .my_post_date .inner em {
      font-family: "Prompt", sans-serif ;
      font-size: 34px ;
      font-size: 2.125rem ;
      line-height: 34px ;
      line-height: 2.125rem ;
      color: #fff ;
      letter-spacing: 0 ;
      font-weight: 900 !important ;
      font-size: 34px !important;
      line-height: 34px !important;
      display: block !important;
      font-style: normal;
      text-align: center !important; }
  @media (min-width: 1024px) {
    .my_post_date {
      display: block;
      width: 103px !important;
      height: 103px;
      top: 20px;
      right: 20px; }
      .my_post_date .inner span {
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 0 0 5px 0; }
      .my_post_date .inner em {
        font-size: 48px !important;
        line-height: 38px !important; } }

.my_style_style_2 .my_share_items {
  border-top: none; }

#tl4 .item h2,
#content #tl4 .item h2 {
  font-family: "Prompt", sans-serif ;
  font-size: 24px ;
  font-size: 1.5rem ;
  line-height: 24px ;
  line-height: 1.5rem ;
  color: #fff ;
  letter-spacing: 1px ;
  font-weight: 900 !important ;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  margin: 0 !important;
  white-space: normal; }
  @media (min-width: 1024px) {
    #tl4 .item h2,
    #content #tl4 .item h2 {
      font-size: 28px ;
      font-size: 1.75rem ;
      line-height: 28px ;
      line-height: 1.75rem ;
      padding: 0 40px; } }
  @media (min-width: 1440px) {
    #tl4 .item h2,
    #content #tl4 .item h2 {
      font-size: 38px ;
      font-size: 2.375rem ;
      line-height: 38px ;
      line-height: 2.375rem ; } }

#tl4 .item h2 a,
#content #tl4 .item h2 a {
  font-family: "Prompt", sans-serif ;
  font-size: 24px ;
  font-size: 1.5rem ;
  line-height: 24px ;
  line-height: 1.5rem ;
  color: #fff ;
  letter-spacing: 1px ;
  font-weight: 900 !important ;
  text-decoration: none; }
  @media (min-width: 1024px) {
    #tl4 .item h2 a,
    #content #tl4 .item h2 a {
      font-size: 32px ;
      font-size: 2rem ;
      line-height: 32px ;
      line-height: 2rem ; } }
  @media (min-width: 1440px) {
    #tl4 .item h2 a,
    #content #tl4 .item h2 a {
      font-size: 44px ;
      font-size: 2.75rem ;
      line-height: 44px ;
      line-height: 2.75rem ; } }

#tl4 .my_timeline_content .hora_concierto {
  padding: 3px 0 0 0;
  text-align: left; }
  @media (min-width: 1024px) {
    #tl4 .my_timeline_content .hora_concierto {
      padding: 6px 40px 0 40px; } }
  @media (min-width: 1440px) {
    #tl4 .my_timeline_content .hora_concierto {
      padding: 10px 40px 20px 40px;
      font-size: 17px;
      line-height: 24px; } }

.no-conciertos {
  margin-top: -106px;
  text-align: center; }
  .no-conciertos .fecha {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0; }
  .no-conciertos .text {
    padding: 50px 0 40px 0; }

.links_months {
  padding: 0 0 40px 0; }
  .links_months a {
    display: block; }
  .links_months .icon-arrow_prev {
    font-size: 4.6px;
    padding: 10px 20px 20px 0;
    margin: 0 0 10px 0;
    float: left; }
  .links_months .icon-arrow_next {
    font-size: 4.6px;
    padding: 10px 0 20px 20px;
    margin: 0 0 10px 0;
    float: right; }
  @media (min-width: 768px) {
    .links_months {
      padding: 30px 0 40px 0; }
      .links_months .icon-arrow_prev {
        font-size: 7px;
        padding: 10px 20px 20px 0;
        margin-top: -10px; }
      .links_months .icon-arrow_next {
        font-size: 7px;
        padding: 10px 0 20px 20px;
        margin-top: -10px; } }
  @media (min-width: dekstop) {
    .links_months .icon-arrow_prev {
      font-size: 10px;
      margin-top: -30px; }
    .links_months .icon-arrow_next {
      font-size: 10px;
      margin-top: -30px; } }

.pdf_conciertos {
  padding: 10px 0;
  font-family: "Prompt", sans-serif ;
  font-size: 16px ;
  font-size: 1rem ;
  line-height: 18px ;
  line-height: 1.125rem ;
  color: #fff ;
  letter-spacing: 0px ;
  font-weight: 400 ;
  text-align: center; }
  .pdf_conciertos a {
    font-family: "Prompt", sans-serif ;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 18px ;
    line-height: 1.125rem ;
    color: #fff ;
    letter-spacing: 0px ;
    font-weight: 400 ; }

@media (min-width: 768px) {
  #tl4 .item .con_borderImage,
  #content #tl4 .item .con_borderImage {
    height: 500px !important; } }

@media (min-width: 630px) {
  #tl4.timeline .item img,
  #content #tl4.timeline .item img {
    height: auto !important;
    width: 100% !important; } }

@media (min-width: 1024px) {
  #tl4 .item,
  #content #tl4 .item {
    height: 500px !important; }
  #tl4 .t_line_node,
  #content #tl4 .t_line_node {
    display: block !important;
    color: white !important;
    font-family: "Prompt", sans-serif;
    font-size: 12px !important;
    line-height: 18px !important; }
  #tl4 .t_line_node:after,
  #content #tl4 .t_line_node:after {
    background: #ffffff !important; }
  .my_style_style_2 .t_line_node::after {
    width: 12px !important;
    height: 12px !important; } }

.fb_iframe_widget {
  border: 1px solid #ffffff !important;
  background: #ffffff !important; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Footer */
#colophon {
  padding: 40px 20px;
  background: #fff;
  color: #000;
  position: relative; }
  #colophon:before {
    content: '';
    position: absolute;
    top: 107px;
    right: 20px;
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    background: #000; }
  #colophon .logo_footer {
    position: relative;
    width: 211px;
    background: white; }
    #colophon .logo_footer img {
      width: 150px;
      height: 83px;
      display: block; }
    #colophon .logo_footer span {
      position: absolute;
      top: 57px;
      left: 91px;
      font-family: "Prompt", sans-serif ;
      font-size: 11px ;
      font-size: 0.6875rem ;
      line-height: 17px ;
      line-height: 1.0625rem ;
      color: #000 ;
      letter-spacing: 1px ;
      font-weight: 300 ;
      text-transform: uppercase; }
  #colophon .links_widget {
    padding: 56px 0 0 0;
    text-align: center; }
    #colophon .links_widget a {
      color: #000;
      text-decoration: none;
      margin: 0 16px 0 0;
      display: inline-block;
      position: relative;
      font-family: "Prompt", sans-serif ;
      font-size: 12px ;
      font-size: 0.75rem ;
      line-height: 18px ;
      line-height: 1.125rem ;
      color: #000 ;
      letter-spacing: 0.86px ;
      font-weight: 300 ;
      text-transform: uppercase;
      -webkit-transition: border 300ms ease-in-out;
      -moz-transition: border 300ms ease-in-out;
      -ms-transition: border 300ms ease-in-out;
      -o-transition: border 300ms ease-in-out;
      transition: border 300ms ease-in-out;
      border-bottom: 1px solid #fff; }
      .no-touchevents #colophon .links_widget a:hover {
        border-bottom: 1px solid #000;
        -webkit-transition: border 300ms ease-in-out;
        -moz-transition: border 300ms ease-in-out;
        -ms-transition: border 300ms ease-in-out;
        -o-transition: border 300ms ease-in-out;
        transition: border 300ms ease-in-out; }
      #colophon .links_widget a:after {
        display: block;
        content: ' | ';
        color: #000;
        position: absolute;
        top: 0;
        right: -9px; }
    #colophon .links_widget a:last-child {
      margin-right: 0; }
      #colophon .links_widget a:last-child:after {
        display: none; }
  #colophon .schedule_widget {
    padding: 40px 0 0 0; }
    #colophon .schedule_widget p {
      font-family: "Prompt", sans-serif ;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      color: #000 ;
      letter-spacing: 1px ;
      font-weight: 300 ; }
  #colophon .location_widget {
    padding: 20px 0 0 0; }
    #colophon .location_widget p {
      font-family: "Prompt", sans-serif ;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      color: #000 ;
      letter-spacing: 1px ;
      font-weight: 300 ; }
    #colophon .location_widget a {
      color: #000; }
  #colophon .social_icons {
    padding: 60px 0 0 0; }
    #colophon .social_icons h3 {
      text-transform: uppercase;
      font-family: "Prompt", sans-serif ;
      font-size: 16px ;
      font-size: 1rem ;
      line-height: 24px ;
      line-height: 1.5rem ;
      color: #000 ;
      letter-spacing: 1px ;
      font-weight: 900 ;
      margin: 0 0 15px 0; }
    #colophon .social_icons p {
      margin: 0; }
    #colophon .social_icons a {
      background: #000;
      width: 48px;
      height: 48px;
      display: inline-block;
      position: relative;
      margin: 0 9px 4px 0;
      vertical-align: top;
      -webkit-transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -ms-transition: background 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out; }
      #colophon .social_icons a:last-child {
        margin: 0; }
      .no-touchevents #colophon .social_icons a:hover {
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: background 300ms ease-in-out;
        -moz-transition: background 300ms ease-in-out;
        -ms-transition: background 300ms ease-in-out;
        -o-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out; }
      #colophon .social_icons a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #colophon .social_icons a span.icon-facebook:before {
          font-size: 24px; }
        #colophon .social_icons a span.icon-twitter:before {
          font-size: 20px; }
        #colophon .social_icons a span.icon-google:before {
          font-size: 20px; }
        #colophon .social_icons a span.icon-youtube:before {
          font-size: 20px; }
        #colophon .social_icons a span.icon-instagram:before {
          font-size: 26px; }
        #colophon .social_icons a span.icon-whatsapp:before {
          font-size: 28px; }
  @media (min-width: 768px) {
    #colophon {
      padding: 40px 40px; }
      #colophon:before {
        display: none; }
      #colophon .logo_footer {
        width: auto; }
        #colophon .logo_footer img {
          width: 200px;
          height: 116px; }
        #colophon .logo_footer span {
          top: 79px;
          left: 122px;
          font-size: 12px ;
          font-size: 0.75rem ;
          line-height: 18px ;
          line-height: 1.125rem ; }
      #colophon .schedule_widget p {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 22px ;
        line-height: 1.375rem ; }
      #colophon .location_widget {
        padding: 50px 0 0 0; }
        #colophon .location_widget p {
          font-size: 14px ;
          font-size: 0.875rem ;
          line-height: 22px ;
          line-height: 1.375rem ; }
      #colophon .social_icons {
        position: absolute;
        top: 106px;
        right: 40px;
        padding: 0;
        width: 240px; }
        #colophon .social_icons h3 {
          margin: 0 0 20px 0;
          text-align: right; }
        #colophon .social_icons p {
          margin: 0; }
        #colophon .social_icons a {
          width: 60px;
          height: 60px;
          margin: 0 0 20px 20px; }
          #colophon .social_icons a:last-child {
            margin: 0 0 20px 20px; }
      #colophon .links_widget {
        width: 240px;
        padding: 0;
        text-align: right;
        position: absolute;
        top: 355px;
        right: 40px; } }
  @media (min-width: 1024px) {
    #colophon .logo_footer img {
      width: 250px;
      height: 138px; }
    #colophon .logo_footer span {
      top: 96px;
      left: 151px;
      font-size: 14px ;
      font-size: 0.875rem ;
      line-height: 21px ;
      line-height: 1.3125rem ; }
    #colophon .schedule_widget p {
      font-size: 18px ;
      font-size: 1.125rem ;
      line-height: 28px ;
      line-height: 1.75rem ; }
    #colophon .location_widget {
      padding: 80px 0 0 0; }
      #colophon .location_widget p {
        font-size: 18px ;
        font-size: 1.125rem ;
        line-height: 28px ;
        line-height: 1.75rem ; }
        #colophon .location_widget p a {
          color: #000;
          text-decoration: underline; }
    #colophon .social_icons {
      top: 70px; }
      #colophon .social_icons h3 {
        font-size: 18px ;
        font-size: 1.125rem ;
        line-height: 28px ;
        line-height: 1.75rem ; }
    #colophon .links_widget {
      top: 410px;
      width: auto; }
      #colophon .links_widget a {
        font-size: 14px ;
        font-size: 0.875rem ;
        line-height: 22px ;
        line-height: 1.375rem ; } }
  @media (min-width: 1440px) {
    #colophon {
      padding: 60px 0 73px 0; }
      #colophon .wrapper_footer {
        width: 1280px;
        margin: 0 auto;
        padding: 0;
        position: relative; }
      #colophon .schedule_widget p {
        font-size: 24px ;
        font-size: 1.5rem ;
        line-height: 38px ;
        line-height: 2.375rem ; }
      #colophon .location_widget {
        padding: 60px 0 0 0; }
        #colophon .location_widget p {
          font-size: 24px ;
          font-size: 1.5rem ;
          line-height: 38px ;
          line-height: 2.375rem ; }
      #colophon .social_icons {
        top: 20px;
        right: 0;
        width: 480px; }
        #colophon .social_icons h3 {
          font-size: 24px ;
          font-size: 1.5rem ;
          line-height: 38px ;
          line-height: 2.375rem ; }
      #colophon .links_widget {
        top: 390px;
        right: 0; } }

/* Header */
header {
  z-index: 100;
  position: relative; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header .site-branding {
    float: left;
    width: 170px; }
    header .site-branding .logo_header {
      padding: 15px 0 0 20px; }
      header .site-branding .logo_header img {
        width: 150px;
        max-width: 150px;
        height: 83px;
        display: block; }

@media (min-width: 768px) {
  header .site-branding {
    width: 240px; }
    header .site-branding .logo_header {
      padding: 20px 0 0 40px; }
      header .site-branding .logo_header img {
        width: 200px;
        max-width: 200px;
        height: 110px; } }

@media (min-width: 1024px) {
  header .site-branding {
    width: 290px; }
    header .site-branding .logo_header img {
      width: 250px;
      max-width: 250px;
      height: 138px; } }

@media (min-width: 1440px) {
  header .site-branding {
    width: 340px; }
    header .site-branding .logo_header img {
      width: 300px;
      max-width: 300px;
      height: 165px; } }

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