@charset "UTF-8";
/* FONT SIZES */
/* FONT FAMILIES*/
/* FONTS COLORS*/
/* COLORS */
/*$bg-light: #000;*/
/*$bg-red:  #bc2544;*/
/* BORDERS */
/* Mixins */
/*MIXINS*/
/* Load font leaguegothic-regular */
@font-face {
  font-family: "League-Gothic";
  src: url("../fonts/LEAGUEGOTHIC-REGULAR.OTF");
  font-style: normal;
}
/* Load font Oswald-VariableFont_wght */
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Load font Extenda-40-Hecto */
@font-face {
  font-family: "Extenda-40-Hecto";
  src: url("../fonts/Extenda-40-Hecto.ttf");
  font-weight: 400;
  font-style: normal;
}
/* Load RobotoCondensed-VariableFont_wght.ttf */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-VariableFont_wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Load font Duke Fill */
@font-face {
  font-family: "Duke Fill";
  src: url("../fonts/Duke Fill.otf");
  font-weight: 400;
  font-style: normal;
}
/* Load font Cubano Regular */
@font-face {
  font-family: "Cubano Regular";
  src: url("../fonts/Cubano-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/* Load font Gloucester*/
@font-face {
  font-family: "Gloucester";
  src: url("../fonts/glecb.ttf");
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
/* Load font Helvetica World */
@font-face {
  font-family: "Helvetica World";
  src: url("../fonts/HelveticaWorld-Bold.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica World";
  src: url("../fonts/HelveticaWorld-BoldItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica World";
  src: url("../fonts/HelveticaWorld-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica World";
  src: url("../fonts/HelveticaWorld-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/* Load font source sans*/
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
/*URW DIN Condensed Bold*/
@font-face {
  font-family: "URW";
  src: url("../fonts/URWDINCond-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
/*VVDS ORGANUM BLACK*/
@font-face {
  font-family: "VVDS Organum";
  src: url("../fonts/VVDS_Organum-Black.otf");
  font-weight: 800;
  font-style: normal;
}
/*Missy Meyer Witch Hazel*/
@font-face {
  font-family: "Witch Hazel";
  src: url("../fonts/witch-hazel.ttf");
  font-weight: 800;
  font-style: normal;
}
/*
@font-face {
  font-family: 'lt-icons';
  src:  url('../fonts/lt-icons.eot?76l1p4');
  src:  url('../fonts/lt-icons.eot?76l1p4#iefix') format('embedded-opentype'),
    url('../fonts/lt-icons.ttf?76l1p4') format('truetype'),
    url('../fonts/lt-icons.woff?76l1p4') format('woff'),
    url('../fonts/lt-icons.svg?76l1p4#lt-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="lt-icon-"], [class*=" lt-icon-"] {
  font-family: 'lt-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lt-icon-plus:before {
  content: "\e90c";
}
.lt-icon-android:before {
  content: "\e901";
}
.lt-icon-apple:before {
  content: "\e902";
}
.lt-icon-menu:before {
  content: "\e900";
}
.lt-icon-search:before {
  content: "\e903";
}
.lt-icon-twitter:before {
  content: "\e904";
}
.lt-icon-youtube:before {
  content: "\e905";
}
.lt-icon-arrow-right:before {
  content: "\e906";
}
.lt-icon-chevron-down:before {
  content: "\e907";
}
.lt-icon-close:before {
  content: "\e908";
}
.lt-icon-facebook:before {
  content: "\e909";
}
.lt-icon-google-plus:before {
  content: "\e90a";
}
.lt-icon-instagram:before {
  content: "\e90b";
}
.lt-icon-soundcloud:before {
  content: "\e90d";
}
*/
svg.icon {
  width: 22px;
  height: 22px;
}
svg.icon path, svg.icon polygon {
  fill: #000000;
}

body, html {
  font-size: 100%;
}

body, html {
  background-color: #fff;
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #211f25;
}
body.single-experiencia, body.single-artista, body.single-paseo-arf, body.single-planea-tu-estancia, html.single-experiencia, html.single-artista, html.single-paseo-arf, html.single-planea-tu-estancia {
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e8e8 0%, #e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8e8e8", endColorstr="#e8e8e8",GradientType=1 ); /* IE6-9 */
}

.page:not(.home) .main-container .bg-dark {
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e8e8 0%, #e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8e8e8", endColorstr="#e8e8e8",GradientType=1 ); /* IE6-9 */
}
.page:not(.home) .main-container .bg-dark h1 {
  color: #2d1327;
}
.page:not(.home) .main-container .bg-light {
  background-color: #fff;
}
.page:not(.home) .main-container .bg-color {
  background-color: #eaaf08;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  letter-spacing: 1px;
  color: #2d1327;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:focus {
  color: #2d1327;
}
a:hover {
  color: #000000;
}

p, span, li {
  color: #211f25;
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2d1327;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  color: #2d1327;
}

h1, .h1 {
  font-family: "League-Gothic";
  color: #2d1327;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-family: "League-Gothic";
  color: #2d1327;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  font-family: "League-Gothic";
  color: #2d1327;
  font-weight: 500;
  line-height: 1.2;
}

h6, .h6 {
  letter-spacing: 0;
}

.main-container > article > header, .main-container > .container > article > header {
  padding: 30px 0 30px;
}
@media (min-width: 992px) {
  .main-container > article > header, .main-container > .container > article > header {
    padding: 60px 0 30px;
  }
}
.main-container > article > header h1, .main-container > article > header .h1, .main-container > article > header h2, .main-container > article > header .h2, .main-container > article > header h3, .main-container > article > header .h3, .main-container > article > header h4, .main-container > article > header .h4, .main-container > article > header h5, .main-container > article > header .h5, .main-container > article > header h6, .main-container > article > header .h6, .main-container > .container > article > header h1, .main-container > .container > article > header .h1, .main-container > .container > article > header h2, .main-container > .container > article > header .h2, .main-container > .container > article > header h3, .main-container > .container > article > header .h3, .main-container > .container > article > header h4, .main-container > .container > article > header .h4, .main-container > .container > article > header h5, .main-container > .container > article > header .h5, .main-container > .container > article > header h6, .main-container > .container > article > header .h6 {
  text-align: center;
  margin: 0;
}
.main-container > article > header .back, .main-container > .container > article > header .back {
  font-weight: 600;
  color: #000000;
  font-size: 1.1rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main-container > article > header .back svg, .main-container > .container > article > header .back svg {
  display: inline-block;
  color: #2d1327;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.main-container > article > header .back svg polygon, .main-container > .container > article > header .back svg polygon {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #000000;
}
.main-container > article > header .back:hover, .main-container > .container > article > header .back:hover {
  color: #2d1327;
}
.main-container > article > header .back:hover svg polygon, .main-container > .container > article > header .back:hover svg polygon {
  fill: #2d1327;
}

.main-container {
  padding-top: 65px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-container {
    padding-top: 105px;
  }
}

body.dev-mobile .main-container {
  padding-top: 65px;
}

nav > ul {
  margin: 0;
}
nav > ul > li {
  list-style-type: none;
}

.pillar-loader:before {
  background-color: #2d1327;
}

.wpb_wrapper ul li, .wpb_wrapper ol li {
  font-size: 1.1rem;
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 10px;
  line-height: 1.625em;
}
.wpb_wrapper ul li {
  list-style: disc;
}
.wpb_wrapper .wpb_text_column ul, .wpb_wrapper .wpb_text_column ol {
  margin-left: 20px;
}

.news-slider .wpb_wrapper ul li {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .collapse-columns .row > .wpb_column:first-child {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .collapse-columns .row > .wpb_column:nth-child(2) {
    padding-left: 0 !important;
  }
}
.collapse-columns .row > .wpb_column .wpb_single_image figure {
  width: 100%;
}
.collapse-columns .row > .wpb_column .wpb_single_image figure .vc_single_image-wrapper {
  width: 100%;
}
.collapse-columns .row > .wpb_column .wpb_single_image figure .vc_single_image-wrapper img {
  width: 100% !important;
}

/* Single default */
p.vc_custom_heading {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  p.vc_custom_heading {
    font-size: 1.28rem;
  }
}

.single .main-container h1, .single .main-container .h1,
.page:not(.home) .main-container h1,
.page:not(.home) .main-container .h1 {
  font-family: "League-Gothic";
  color: #2d1327;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .single .main-container h1, .single .main-container .h1,
  .page:not(.home) .main-container h1,
  .page:not(.home) .main-container .h1 {
    font-size: 3rem;
  }
}
.single .main-container h2, .single .main-container .h2,
.page:not(.home) .main-container h2,
.page:not(.home) .main-container .h2 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .single .main-container h2, .single .main-container .h2,
  .page:not(.home) .main-container h2,
  .page:not(.home) .main-container .h2 {
    font-size: 2.4rem;
  }
}
.single .main-container h3, .single .main-container .h3,
.page:not(.home) .main-container h3,
.page:not(.home) .main-container .h3 {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 1.65rem;
  margin-bottom: 30px;
}
.single .main-container h4, .single .main-container .h4,
.page:not(.home) .main-container h4,
.page:not(.home) .main-container .h4 {
  color: #2d1327;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.single .main-container p:not(.vc_custom_heading),
.page:not(.home) .main-container p:not(.vc_custom_heading) {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.single .main-container p:not(.vc_custom_heading) a,
.page:not(.home) .main-container p:not(.vc_custom_heading) a {
  color: #2d1327;
}
.single .main-container p:not(.vc_custom_heading) a:hover,
.page:not(.home) .main-container p:not(.vc_custom_heading) a:hover {
  color: #000000;
}

.single-artista .main-container h2, .single-artista .main-container .h2,
.single-paseo-arf .main-container h2,
.single-paseo-arf .main-container .h2 {
  font-family: "League-Gothic";
  color: #2d1327;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single-artista .main-container h2, .single-artista .main-container .h2,
  .single-paseo-arf .main-container h2,
  .single-paseo-arf .main-container .h2 {
    font-size: 3rem;
  }
}

/* Helper classes*/
.flexbox {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

/* Buttons */
.lt-button,
a.lt-button,
button.lt-button,
input[type=submit].lt-button {
  font-family: "League-Gothic";
  font-size: 1.4rem !important;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  padding: 18px 60px 12px;
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.lt-button strong,
a.lt-button strong,
button.lt-button strong,
input[type=submit].lt-button strong {
  font-size: 1.3rem;
  text-decoration: none;
}
.lt-button span,
a.lt-button span,
button.lt-button span,
input[type=submit].lt-button span {
  text-decoration: none;
}
.lt-button.lt-button-primary,
a.lt-button.lt-button-primary,
button.lt-button.lt-button-primary,
input[type=submit].lt-button.lt-button-primary {
  color: #fff !important;
  background-color: #eeddbd;
  text-decoration: none;
}
.lt-button.lt-button-primary svg polygon,
a.lt-button.lt-button-primary svg polygon,
button.lt-button.lt-button-primary svg polygon,
input[type=submit].lt-button.lt-button-primary svg polygon {
  fill: #fff;
}
.lt-button.lt-button-primary:hover,
a.lt-button.lt-button-primary:hover,
button.lt-button.lt-button-primary:hover,
input[type=submit].lt-button.lt-button-primary:hover {
  text-decoration: none;
}
.lt-button.lt-button-primary .icon-overlay,
a.lt-button.lt-button-primary .icon-overlay,
button.lt-button.lt-button-primary .icon-overlay,
input[type=submit].lt-button.lt-button-primary .icon-overlay {
  color: #fff;
  background-color: #eeddbd;
}
.lt-button.lt-button-primary .icon-overlay svg path,
a.lt-button.lt-button-primary .icon-overlay svg path,
button.lt-button.lt-button-primary .icon-overlay svg path,
input[type=submit].lt-button.lt-button-primary .icon-overlay svg path {
  fill: #fff;
}
.lt-button.lt-red-button,
a.lt-button.lt-red-button,
button.lt-button.lt-red-button,
input[type=submit].lt-button.lt-red-button {
  background-color: #eaaf08;
  color: #fff !important;
}
.lt-button.lt-red-button svg polygon,
a.lt-button.lt-red-button svg polygon,
button.lt-button.lt-red-button svg polygon,
input[type=submit].lt-button.lt-red-button svg polygon {
  fill: #fff;
}
.lt-button.lt-red-button:hover,
a.lt-button.lt-red-button:hover,
button.lt-button.lt-red-button:hover,
input[type=submit].lt-button.lt-red-button:hover {
  text-decoration: none;
}
.lt-button.lt-red-button .icon-overlay,
a.lt-button.lt-red-button .icon-overlay,
button.lt-button.lt-red-button .icon-overlay,
input[type=submit].lt-button.lt-red-button .icon-overlay {
  color: #fff;
  background-color: #eaaf08;
}
.lt-button.lt-red-button .icon-overlay svg path,
a.lt-button.lt-red-button .icon-overlay svg path,
button.lt-button.lt-red-button .icon-overlay svg path,
input[type=submit].lt-button.lt-red-button .icon-overlay svg path {
  fill: #fff;
}
.lt-button:hover .icon-overlay,
a.lt-button:hover .icon-overlay,
button.lt-button:hover .icon-overlay,
input[type=submit].lt-button:hover .icon-overlay {
  width: 100%;
  right: 0;
}
.lt-button.lt-button-secondary,
a.lt-button.lt-button-secondary,
button.lt-button.lt-button-secondary,
input[type=submit].lt-button.lt-button-secondary {
  color: #2d1327 !important;
  background-color: #6bb4c3;
  text-decoration: none;
}
.lt-button.lt-button-secondary svg polygon,
a.lt-button.lt-button-secondary svg polygon,
button.lt-button.lt-button-secondary svg polygon,
input[type=submit].lt-button.lt-button-secondary svg polygon {
  fill: #2d1327;
}
.lt-button.lt-button-secondary .icon-overlay,
a.lt-button.lt-button-secondary .icon-overlay,
button.lt-button.lt-button-secondary .icon-overlay,
input[type=submit].lt-button.lt-button-secondary .icon-overlay {
  color: #2d1327;
  background-color: #6bb4c3;
}
.lt-button.lt-button-secondary .icon-overlay svg path,
a.lt-button.lt-button-secondary .icon-overlay svg path,
button.lt-button.lt-button-secondary .icon-overlay svg path,
input[type=submit].lt-button.lt-button-secondary .icon-overlay svg path {
  fill: #2d1327;
}
.lt-button .icon-overlay,
a.lt-button .icon-overlay,
button.lt-button .icon-overlay,
input[type=submit].lt-button .icon-overlay {
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  top: 0;
  position: absolute;
  color: #2d1327;
  right: 20px;
  width: 15px;
  background-color: #eaaf08;
  height: 100%;
}
.lt-button .icon-overlay svg,
a.lt-button .icon-overlay svg,
button.lt-button .icon-overlay svg,
input[type=submit].lt-button .icon-overlay svg {
  width: 15px;
  line-height: 100%;
  height: 100%;
}
.lt-button .icon-overlay svg path,
a.lt-button .icon-overlay svg path,
button.lt-button .icon-overlay svg path,
input[type=submit].lt-button .icon-overlay svg path {
  fill: #2d1327;
}
.lt-button .icon-overlay:before,
a.lt-button .icon-overlay:before,
button.lt-button .icon-overlay:before,
input[type=submit].lt-button .icon-overlay:before {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Conflictos con el tema base*/
nav:not(.nav--fixed):not(.nav--absolute) {
  position: initial;
}

ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content), ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
  line-height: 1;
}

form[action*="list-manage.com"] * {
  opacity: 1;
}

section {
  padding: 30px 0;
}

section.lt-footer-newsletter {
  padding: 0;
}

footer {
  padding: 30px 0;
}

.bg--secondary {
  background-color: transparent;
}

.cookie-law-info-again {
  display: none;
}

section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider) + section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider) {
  padding-top: 30px;
}

#cookie-law-info-again {
  display: none;
}

/* Componente listado de redes*/
.lt-social-links {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 60px;
  margin: 0;
}
.lt-social-links:not(.circled) {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lt-social-links:not(.circled) {
    margin-top: 0;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .lt-social-links:not(.circled) {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.lt-social-links.circled > li a {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-color: #000000;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lt-social-links.circled > li a .icon {
  width: 22px;
  line-height: 22px;
  height: 100%;
  line-height: 100%;
}
.lt-social-links.circled > li a .icon path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #2d1327;
}
.lt-social-links.circled > li a .icon:before {
  display: block;
}
.lt-social-links.circled > li a:hover {
  background-color: #2d1327;
}
.lt-social-links.circled > li a:hover .icon path {
  fill: #000000;
}
.lt-social-links > li.btn-attend {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .lt-social-links > li.btn-attend {
    flex-basis: auto;
  }
}
.lt-social-links > li.btn-attend a {
  background-color: #fff;
  color: #2d1327;
  padding: 5px 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 18px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .lt-social-links > li.btn-attend a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.lt-social-links > li.btn-attend a:hover {
  background-color: #6bb4c3;
}
.lt-social-links > li a {
  padding: 0;
  display: inline-block;
  text-align: center;
  margin: 0 10px !important;
}
.lt-social-links > li a .icon {
  width: 26px;
  height: 26px;
}
.lt-social-links > li a .icon path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #fff;
}
.lt-social-links > li a:hover .icon path {
  fill: #eabc5b;
}

/* Master slider commons */
body.admin-bar .master-slider .slider .slides li {
  height: calc(100vh - 140px);
}

/* Artist slider */
/* Newsletter */
.lt-footer-newsletter .lt-newsletter {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lt-footer-newsletter .lt-newsletter {
    padding: 60px 15px;
  }
}

.lt-newsletter {
  padding: 17px 0;
  color: #eeddbd !important;
  margin-top: 0;
  background-color: #000000 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lt-newsletter {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .lt-newsletter {
    /*        margin-top: $gutter * 2;*/
  }
}
@media (min-width: 1200px) {
  .lt-newsletter {
    /*        margin-top: $gutter * 4;*/
  }
}
.lt-newsletter .mc-field-group {
  position: relative;
}
.lt-newsletter #mc_embed_signup div.mce_inline_error {
  background: none;
  font-family: "Source Sans Pro";
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 42px;
}
.lt-newsletter .accept-conditions div.mce_inline_error {
  display: none !important;
}
.lt-newsletter #mc_embed_signup input.mce_inline_error {
  border-color: red;
}
.lt-newsletter .lt-newsletter-wrapper {
  margin: 0 auto;
  height: auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 290px;
}
@media (min-width: 768px) {
  .lt-newsletter .lt-newsletter-wrapper {
    width: 50%;
    max-width: 384px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper {
    background-position: center;
    padding-top: 0;
    width: 50%;
    margin: 0 auto;
    max-width: 496px;
  }
}
@media (min-width: 1200px) {
  .lt-newsletter .lt-newsletter-wrapper {
    max-width: 600px;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner {
  margin: 0 auto;
  padding: 30px 30px;
}
@media (min-width: 768px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner {
    margin: 0;
    padding: 25px 30px 35px;
  }
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner {
    width: 100%;
    padding: 40px 60px 35px;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner form {
  overflow: visible;
  color: #eeddbd !important;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner header h3, .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner header .h3 {
  font-family: "Oswald";
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 800;
  color: #eeddbd !important;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner header h3, .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner header .h3 {
    font-size: 3.25rem;
    margin-bottom: 40px;
    line-height: 1.55;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner #mc_embed_signup_scroll {
  text-align: right;
}
@media (min-width: 768px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner #mc_embed_signup_scroll {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-page-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    margin: -15px;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group:nth-of-type(3) {
    flex-basis: 100%;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email],
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text] {
  text-align: left;
  width: 100%;
  font-weight: 400;
  background-color: #ECE2D0;
  display: block;
  border-radius: 0;
  border: none;
  font-family: "Source Sans Pro";
  color: #000000 !important;
  height: 45px;
  padding: 10px 15px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email],
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text] {
    height: 60px;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email]::-webkit-input-placeholder,
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text]::-webkit-input-placeholder {
  font-family: "Source Sans Pro";
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: normal;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email]::-moz-placeholder,
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text]::-moz-placeholder {
  font-family: "Source Sans Pro";
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: normal;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email]:-moz-placehoder,
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text]:-moz-placehoder {
  font-family: "Source Sans Pro";
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: normal;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=email]:-ms-input-placeholder,
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=text]:-ms-input-placeholder {
  font-family: "Source Sans Pro";
  color: rgba(0, 0, 0, 0.6) !important;
  font-style: normal;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=checkbox] {
  margin-right: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  height: 12px;
  width: 12px;
  padding: 0;
  color: #000000 !important;
  margin-right: 5px;
  position: relative;
  top: 2px;
  border: 1px solid #D2BB92;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=checkbox]:checked {
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 10px;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=checkbox]:focus {
  outline: none;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=checkbox] + a {
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-transform: none;
  text-decoration: underline;
  font-family: "Source Sans Pro";
  font-size: 0.9rem;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group input[type=checkbox] + a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions {
    flex-basis: auto;
    margin-bottom: 0;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions label {
  margin-left: 0;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions .mauticform-errormsg {
  top: 20px;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions .mauticform-errormsg {
    top: auto;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.accept-conditions#mauticform_arfformulariosuscripcionweb2021_acepto_la_politica_de_pri {
  margin-bottom: 7.5px;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.mauticform-has-error input[type=email],
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mc-field-group.mauticform-has-error input[type=text] {
  border: 2px solid #FF0000;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-button-wrapper {
  padding-top: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-button-wrapper {
    padding: 0 15px;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .lt-button {
  margin: 0 auto;
  background-color: #D2BB92;
  color: #211f25 !important;
  font-family: "Source Sans Pro";
  font-size: 1rem !important;
  font-weight: 700;
  display: block;
  padding: 15px 60px;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .lt-button {
    margin: 0;
    height: 60px;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .lt-button:hover {
  background-color: #beac8a;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-errormsg {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-errormsg {
    position: absolute;
    top: auto;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-errormsg:before {
  content: "";
  display: block;
  background-image: url("../images/icons/alert.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 7.5px;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-message, .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-error {
  font-family: "Oswald";
  font-size: 1.35rem;
  color: #D2BB92;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-message, .lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-error {
    position: static;
    text-align: left;
    font-size: 1.6rem;
  }
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-error {
  color: #FF0000;
}
.lt-newsletter .lt-newsletter-wrapper .lt-newsletter-inner .mauticform-error:empty {
  display: none;
}

/* Menu navegacion tabs */
.lt-nav-tabs {
  position: relative !important;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lt-nav-tabs {
    margin-bottom: 60px;
  }
}
.lt-nav-tabs:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  width: 30px;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .lt-nav-tabs:after {
    background: none;
  }
}
.lt-nav-tabs:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  width: 30px;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .lt-nav-tabs:before {
    background: none;
  }
}
.lt-nav-tabs > ul {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  overflow: auto;
  padding: 0 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .lt-nav-tabs > ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.lt-nav-tabs > ul > li {
  margin: 0 7.5px;
}
.lt-nav-tabs > ul > li:last-child {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .lt-nav-tabs > ul > li:last-child {
    padding-right: 0;
  }
}
.lt-nav-tabs > ul > li > a {
  display: inline-block;
  border: 2px solid #6bb4c3;
  padding: 0 15px 15px;
  min-width: 120px;
}
.lt-nav-tabs > ul > li > a:hover {
  background-color: #6bb4c3;
}
.lt-nav-tabs > ul > li > a figure {
  height: 65px;
}
.lt-nav-tabs > ul > li > a figure img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  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%);
}
.lt-nav-tabs > ul > li > a span {
  text-transform: uppercase;
  color: #2d1327;
  display: block;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

/* Related Posts */
.lt-related .container .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 1200px) {
  .lt-related .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.lt-related .container .row > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .lt-related .container .row > div {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .lt-related .container .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lt-related .container > header {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .lt-related .container > header {
    padding: 60px 0;
  }
}
.lt-related .container > header h5 {
  margin-bottom: 0;
}
.lt-related .container article {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 7.5px 7.5px 15px 7.5px;
  border: 3px solid #2d1327;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .lt-related .container article {
    min-height: 550px;
  }
}
.lt-related .container article figure img {
  height: auto;
}
.lt-related .container article header {
  padding: 20px 7.5px;
}
.lt-related .container article header h6 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .lt-related .container article header h6 {
    font-size: 2.2rem;
  }
}
.lt-related .container article header h6, .lt-related .container article header p {
  margin: 0;
}
.lt-related .container article header p {
  font-size: 1.25rem;
}
.lt-related .container article .excerpt {
  padding: 0 7.5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
}
.lt-related .container article .excerpt p {
  font-size: 1rem;
}
.lt-related .container article .lt-button {
  align-self: flex-start;
  display: inline-block;
  margin: 0 7.5px;
  padding: 17px 45px 13px;
}

/* LT FILTER */
.lt-filter {
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-filter:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  width: 30px;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .lt-filter:after {
    background: none;
  }
}
.lt-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  width: 30px;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .lt-filter:before {
    background: none;
  }
}
.lt-filter .masonry__filters {
  padding-top: 0;
  overflow-x: auto;
}
.lt-filter ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.lt-filter ul li {
  line-height: 44px;
  border: 2px solid #eabc5b;
  font-style: normal;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  color: #211f25;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}
.lt-filter ul li:after {
  display: none;
}
.lt-filter ul li.lt-filter-az {
  border: 2px solid #eabc5b;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
}
.lt-filter ul li.lt-filter-az > span {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.lt-filter ul li.lt-filter-az > span:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .lt-filter ul li.lt-filter-az > span:hover {
    background-color: #6bb4c3;
  }
}
.lt-filter ul li.lt-filter-az > span:not(.icon) {
  display: inline-block;
  padding: 0 15px;
  line-height: 44px;
  vertical-align: middle;
}
.lt-filter ul li.lt-filter-az > span.icon-block {
  display: none;
  padding: 0 15px;
  line-height: 44px;
  vertical-align: middle;
  border-left: 2px solid #eabc5b;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .lt-filter ul li.lt-filter-az > span.icon-block {
    display: inline-block;
  }
}
.lt-filter ul li.lt-filter-az > span.icon-block svg {
  width: 15px;
  height: 15px;
  top: 2px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lt-filter ul li.lt-filter-az > span.icon-block svg polygon {
  fill: #2d1327;
}
.lt-filter ul li.lt-filter-az > span.icon-block.open {
  background-color: #6bb4c3;
}
.lt-filter ul li.lt-filter-az > span.icon-block.open svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-artista .lt-filter {
  display: none;
}

/* TICKETS BUTTONS */
.lt-ticket-buttons {
  position: relative;
  bottom: auto;
  z-index: 10;
  max-width: 100%;
  width: 100%;
  height: 60px;
  left: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
@media (min-width: 992px) {
  .lt-ticket-buttons {
    top: -30px;
    bottom: auto;
    width: 940px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .lt-ticket-buttons {
    width: 1140px;
  }
}
.lt-ticket-buttons.lt-ticket-buttons-fixed {
  position: fixed;
  top: auto;
  bottom: 0;
}
.lt-ticket-buttons .lt-ticket-button {
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 50%;
  padding: 0 35px;
}
.lt-ticket-buttons .lt-ticket-button p {
  margin: 0 !important;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
  line-height: 1;
  font-family: "League-Gothic";
  padding-top: 5px;
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button p {
    line-height: 1.625em;
    font-size: 2rem;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .lt-ticket-buttons .lt-ticket-button p {
    font-size: 2.7rem;
  }
}
.lt-ticket-buttons .lt-ticket-button p .price {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button p .price {
    display: inline;
    font-size: 2rem;
    padding-left: 5px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .lt-ticket-buttons .lt-ticket-button p .price {
    font-size: 2.7rem;
  }
}
.lt-ticket-buttons .lt-ticket-button p .price:before {
  content: "·";
  padding-right: 10.5px;
  display: none;
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button p .price:before {
    display: inline-block;
  }
}
.lt-ticket-buttons .lt-ticket-button:hover .icon {
  right: 0;
  width: 100%;
}
.lt-ticket-buttons .lt-ticket-button .icon {
  position: absolute;
  right: 10px;
  color: #fff;
  top: 0;
  height: 100%;
  line-height: 100%;
  text-align: center;
  width: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button .icon {
    display: block;
  }
}
.lt-ticket-buttons .lt-ticket-button .icon svg {
  width: 22px;
  line-height: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button .icon svg {
    width: 25px;
  }
}
.lt-ticket-buttons .lt-ticket-button .icon polygon {
  fill: #fff;
}
.lt-ticket-buttons .lt-ticket-button .icon:before {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .lt-ticket-buttons .lt-ticket-button .icon {
    font-size: 1.6rem;
    right: 30px;
  }
}
.lt-ticket-buttons .lt-ticket-button:nth-child(2) {
  background-color: #eeddbd;
}
.lt-ticket-buttons .lt-ticket-button:nth-child(2) p {
  color: #fff;
}
.lt-ticket-buttons .lt-ticket-button:nth-child(2) p .price {
  color: #fff;
}
.lt-ticket-buttons .lt-ticket-button:nth-child(2) .icon {
  background-color: #eeddbd;
}
.lt-ticket-buttons .lt-ticket-button:nth-child(2) .icon path {
  fill: #fff;
}
.lt-ticket-buttons .lt-ticket-button:first-child {
  background-color: #eaaf08;
}
.lt-ticket-buttons .lt-ticket-button:first-child p {
  color: #fff;
}
.lt-ticket-buttons .lt-ticket-button:first-child .icon {
  background-color: #eaaf08;
}
.lt-ticket-buttons .lt-ticket-button:first-child .icon path {
  fill: #fff;
}

/* Accordion */
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-radius: 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  background-color: transparent;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
  border-bottom: 1px solid #2d1327;
  line-height: 1.4;
  font-size: 1.15rem;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
  position: relative;
  padding: 15px 30px 15px 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a:after,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a:after {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  content: "";
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 50%;
  margin-top: -8px;
  font-size: 1.2rem;
  color: #000000;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/chevron-down.svg");
  background-size: 100% auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon {
  display: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  border: none;
  background-color: transparent;
  padding: 15px 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wsc-togglec,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body .wsc-togglec {
  font-size: 1.1rem;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wsc-togglec a,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body .wsc-togglec a {
  font-weight: 600;
  text-decoration: underline;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Default slider*/
.lt-default-slider {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lt-default-slider {
    margin-bottom: 60px;
  }
}
.lt-default-slider .owl-controls .owl-dots {
  position: absolute;
  bottom: 10px;
}
.lt-default-slider .owl-controls .owl-dots .owl-dot {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.lt-default-slider .owl-controls .owl-dots .owl-dot.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.lt-default-slider .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.lt-default-slider .owl-controls .owl-dots .owl-dot span {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 2px solid #fff;
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  box-shadow: 1px 1px 1px #000000;
}
.lt-default-slider .fixed-caption {
  top: 0;
  position: absolute;
  z-index: 1;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 45px;
}
@media (min-width: 992px) {
  .lt-default-slider .fixed-caption {
    padding-left: 90px;
  }
}
.lt-default-slider .fixed-caption h2 {
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 1px #000000;
  font-size: 4rem;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .lt-default-slider .fixed-caption h2 {
    font-size: 6rem;
    margin-bottom: 30px;
  }
}
.lt-default-slider .fixed-caption h2 small {
  color: #fff;
  display: block;
}

/* PARTNERS */
.lt-partners {
  padding: 15px 0 0;
}
@media (min-width: 992px) {
  .lt-partners {
    padding: 60px 0 0;
  }
}
.lt-partners .lt-partners-row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lt-partners .lt-partners-row {
    margin-bottom: 60px;
  }
}
.lt-partners .lt-partners-row:last-child {
  margin-bottom: 0;
}
.lt-partners .lt-partners-row > .lt-partner {
  width: 50%;
  margin-bottom: 30px;
}
@media (min-width: 550px) {
  .lt-partners .lt-partners-row > .lt-partner {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .lt-partners .lt-partners-row > .lt-partner {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .lt-partners .lt-partners-row > .lt-partner {
    width: 16.66666667%;
  }
}
.lt-partners .lt-partners-row > .lt-partner:last-child {
  margin-bottom: 0;
}
.lt-partners .lt-partners-row > .lt-partner header {
  height: 45px;
}
.lt-partners .lt-partners-row > .lt-partner header h4 {
  font-family: "League-Gothic";
  font-weight: 500;
  font-size: 1.5rem;
  color: #2d1327;
  margin-bottom: 15px;
  white-space: nowrap;
}

/* SEARCH MODAL */
.search-modal:before {
  background-color: rgba(238, 221, 189, 0.95);
}
.search-modal .input-with-icon input[type=text] {
  border: 3px solid #fff;
  border-radius: 0;
  background-color: transparent !important;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-size: 1.1rem;
  padding-left: 45px;
  color: #fff !important;
  margin: 0;
}
.search-modal .input-with-icon input[type=text]::-webkit-input-placeholder {
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #fff !important;
}
.search-modal .input-with-icon input[type=text]::-moz-placeholder {
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #fff !important;
}
.search-modal .input-with-icon input[type=text]:-moz-placehoder {
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #fff !important;
}
.search-modal .input-with-icon input[type=text]:-ms-input-placeholder {
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #fff !important;
}
.search-modal .input-with-icon svg {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.search-modal .input-with-icon svg path {
  fill: #fff;
}

.modal-container .modal-content .modal-close-cross {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 8px;
}
@media (min-width: 768px) {
  .modal-container .modal-content .modal-close-cross {
    top: 30px;
    right: 0;
  }
}
.modal-container .modal-content .modal-close-cross:before {
  content: "";
  color: #fff !important;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/close.svg");
  display: block;
}

/* REDES FIJAS */
.lt-social-fixed {
  position: fixed !important;
  right: 0;
  top: 25%;
  background-color: #68ccf7;
  z-index: 80;
}
@media (min-width: 992px) {
  .lt-social-fixed {
    top: 130px;
  }
}
.lt-social-fixed ul {
  text-align: center;
  padding: 8px 0;
}
.lt-social-fixed li {
  width: 45px;
  text-align: center;
  margin: 0 auto;
}
.lt-social-fixed li a {
  display: block;
  padding: 9px 0;
}
.lt-social-fixed li a:hover .icon path {
  fill: #e23d24;
}
.lt-social-fixed li a .icon path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #000000;
}
.lt-social-fixed li.btn-attend {
  width: auto;
  padding: 0 10px;
}
.lt-social-fixed li.btn-attend a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #2d1327;
}
.lt-social-fixed li.btn-attend a:hover {
  color: #000000;
}

/* REDES HOME */
.home .textwidget > p {
  display: none;
}
.home .textwidget code:empty {
  display: none;
}
.home .textwidget code {
  padding: 0;
}

.lt-instagram-feed,
.lt-twitter-feed,
.lt-spotify-feed,
.lt-youtube-feed,
.lt-facebook-feed {
  padding: 0 7.5px;
}

.lt-instagram-feed #sb_instagram #sb_instagram {
  padding: 0;
}
.lt-instagram-feed #sb_instagram .sb_instagram_header {
  display: none;
}
.lt-instagram-feed #sb_instagram #sbi_images {
  padding: 0 !important;
}
.lt-instagram-feed #sb_instagram #sbi_load {
  display: none;
}
.lt-instagram-feed .wpb_content_element {
  margin-bottom: 0;
}
.lt-instagram-feed #sb_instagram {
  padding-bottom: 0 !important;
}

.lt-twitter-feed {
  height: 250px;
}
.lt-twitter-feed .vc_column-inner {
  border: 3px solid #76abec;
  padding: 15px;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
}
.lt-twitter-feed .timePosted {
  display: none;
}
.lt-twitter-feed .twitter-feed {
  margin-top: 0;
}
.lt-twitter-feed .twitter-feed .tweets-feed {
  padding-right: 15px;
}
.lt-twitter-feed .twitter-feed .tweets-feed .slides li .tweet {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1rem;
}
.lt-twitter-feed .twitter-feed .tweets-feed .slides li .tweet a, .lt-twitter-feed .twitter-feed .tweets-feed .slides li .tweet a span {
  font-weight: 600;
  color: #76abec;
}
.lt-twitter-feed .socicon-twitter {
  position: absolute;
  color: #76abec;
  right: 30px;
}

.lt-spotify-feed {
  margin-top: -45px;
}
.lt-spotify-feed iframe {
  max-height: 280px;
  min-height: 280px;
}

.lt-youtube-feed iframe {
  min-height: 0 !important;
  height: 250px;
}

.lt-facebook-feed {
  margin-top: -155px;
}
.lt-facebook-feed .vc_column-inner {
  border: 3px solid #4765c7;
}

/* CONTACT FORM */
input[type=text],
input[type=email],
input[type=date],
textarea,
select {
  background-color: transparent !important;
  border: 3px solid #2d1327;
  border-radius: 0;
  font-size: 1.1rem;
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #2d1327;
  padding-left: 15px;
  padding-right: 15px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-style: normal;
  color: #211f25;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-style: normal;
  color: #211f25;
}
input[type=text]:-moz-placehoder,
input[type=email]:-moz-placehoder,
input[type=date]:-moz-placehoder,
textarea:-moz-placehoder,
select:-moz-placehoder {
  font-style: normal;
  color: #211f25;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-style: normal;
  color: #211f25;
}

div.wpcf7 {
  padding: 0 15px;
}
@media (min-width: 768px) {
  div.wpcf7 {
    padding: 0 30px;
  }
}
div.wpcf7 input[type=date],
div.wpcf7 select {
  height: 50px;
}
div.wpcf7 .field-group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  div.wpcf7 .field-group {
    margin-bottom: 30px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
div.wpcf7 .field-group > label {
  width: 100%;
  margin: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  div.wpcf7 .field-group > label:first-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  div.wpcf7 .field-group > label:nth-of-type(2) {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  div.wpcf7 .field-group > label:last-of-type {
    margin-right: 0;
  }
}
div.wpcf7 .field-group input[type=date],
div.wpcf7 .field-group input[type=text],
div.wpcf7 .field-group input[type=email] {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  div.wpcf7 .field-group input[type=date],
  div.wpcf7 .field-group input[type=text],
  div.wpcf7 .field-group input[type=email] {
    margin-bottom: 0;
  }
}
div.wpcf7 .field-group textarea {
  margin-bottom: 0;
  resize: none;
  height: 140px;
}
@media (min-width: 768px) {
  div.wpcf7 .field-group.acceptance-check {
    margin-top: -15px;
  }
}
div.wpcf7 .field-group.acceptance-check label {
  text-transform: none;
  font-family: "Source Sans Pro";
  font-size: 1.1rem;
  color: #000000;
}
div.wpcf7 .field-group.acceptance-check .input[type=checkbox] {
  margin-right: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  height: 15px;
  width: 15px;
  padding: 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
  border: 2px solid #2d1327;
}
div.wpcf7 .field-group.acceptance-check .input[type=checkbox]:checked {
  background: #eabc5b;
}
div.wpcf7 .field-group.acceptance-check .input[type=checkbox]:focus {
  outline: none;
}
div.wpcf7 input[type=submit] {
  font-family: "League-Gothic";
  font-size: 1.4rem !important;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 60px 11px;
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  color: #2d1327;
  background-color: #eaaf08;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  div.wpcf7 input[type=submit] {
    margin-top: -15px;
  }
}
div.wpcf7 input[type=submit][disabled] {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.wpcf7 input[type=submit] strong {
  font-size: 1.3rem;
}
div.wpcf7 input[type=submit]:hover, div.wpcf7 input[type=submit]:active, div.wpcf7 input[type=submit]:focus {
  color: #2d1327 !important;
}

/* ERROR 404 */
.page-error {
  padding-top: 60px;
}
.page-error h1 {
  color: #000000;
}
.page-error figure {
  margin-top: 30px !important;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-error figure {
    max-width: 100%;
  }
}

/* Search */
body.search {
  background-color: transparent;
}

.lt-search-page-header header {
  padding: 60px 0 30px;
}
@media (min-width: 992px) {
  .lt-search-page-header header {
    padding: 30px 0;
  }
}
.lt-search-page-header header h3 span {
  color: #2d1327;
}

.lt-search-page {
  padding: 30px 0 !important;
}
@media (min-width: 992px) {
  .lt-search-page {
    padding: 60px 0 !important;
  }
}
.lt-search-page .row > div {
  margin-bottom: 30px;
}
.lt-search-page h4 {
  margin-bottom: 0;
}
.lt-search-page h4.not-found {
  margin-bottom: 0;
}
.lt-search-page h4 a {
  color: #2d1327;
}
.lt-search-page h4 a:hover {
  color: #000000;
}
.lt-search-page p:empty {
  display: none;
}

/* Mensaje de cookies */
#cookie-law-info-bar {
  width: 200px !important;
  right: 0 !important;
  border: 3px solid #2d1327 !important;
  padding: 10px !important;
  bottom: 60px !important;
  animation: slideIn 0.35s 0.35s ease-in-out forwards;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    width: 100% !important;
  }
}
#cookie-law-info-bar span {
  font-family: "Source Sans Pro";
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
#cookie-law-info-bar span a {
  text-transform: uppercase;
  font-weight: 600;
  color: #eabc5b !important;
  text-decoration: none;
  margin: 15px 0 0;
  display: block;
  min-width: 50%;
  font-size: 1rem;
  padding: 0;
}
#cookie-law-info-bar span a:hover {
  color: #000000 !important;
}
#cookie-law-info-bar span a.cli-plugin-button {
  font-weight: 600;
  border-radius: 0 !important;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  outline: none;
  position: relative;
  display: block;
  text-decoration: none;
  color: #2d1327 !important;
  background: none !important;
  margin-top: 15px;
}
#cookie-law-info-bar span a.cli-plugin-button:hover {
  color: #000000 !important;
}

#cookie-law-info-again {
  display: none !important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Standard syntax */
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* CSS extraido del gestor de contenidos*/
#palco4_widget iframe {
  width: 100%;
  min-height: 1850px;
  border: none;
}

#iframe-facebook-feed .feed-facebook .lt-icon-facebook {
  position: relative;
}

.m-top-2 {
  margin-top: 30px;
}

/* Prensa */
.press-releases a {
  font-weight: 400;
}
.home .parallax > .background-image-holder {
  top: 0 !important;
  min-height: 0 !important;
}
.home .parallax .slides li > .background-image-holder {
  top: 0 !important;
  min-height: 0 !important;
  height: 100%;
}

#formulario .formulario-container label {
  color: #eeddbd !important;
}
#formulario .formulario-container label a {
  color: #eeddbd !important;
}
#formulario .formulario-container label a:hover {
  color: #68ccf7 !important;
}

body.menu-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.menu-open {
    overflow: auto;
  }
}

/* Header descktop md lg*/
.lt-master-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: auto;
  z-index: 100;
  background-color: #eeddbd;
  /* Header fixed */
}
@media (min-width: 992px) {
  .lt-master-header {
    position: absolute;
  }
}
.lt-master-header .lt-header-top {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .lt-master-header .lt-header-top {
    padding: 15px 45px 7.5px;
  }
}
.lt-master-header .lt-header-top .lt-navs-wrapper {
  align-items: flex-end;
}
.lt-master-header .tickets {
  padding: 5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 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%);
}
.lt-master-header .tickets span {
  display: inline-block;
  padding: 11px 30px 2px 30px;
  letter-spacing: 1px;
  font-family: "Extenda-40-Hecto";
  font-size: 2.7rem;
  border: 3.5px solid #000000;
  color: #000000;
  letter-spacing: 2px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.lt-master-header .tickets:hover span {
  color: #eeddbd;
  border: 3.5px solid #db0000;
  background: #db0000;
}
.lt-master-header > .lt-navs-wrapper {
  background-color: #000000;
  padding: 0 15px;
}
.lt-master-header.lt-master-header-fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .lt-master-header.lt-master-header-fixed {
    position: fixed;
    animation: 0.35s slideDown;
  }
}
@media (min-width: 992px) {
  .lt-master-header.lt-master-header-fixed.slide-up {
    animation: 0.2s slideUp;
  }
}
.lt-master-header.lt-master-header-fixed .brand {
  max-height: 35px;
  /*.isotipo{
      display: block;
  }*/
}
@media (min-width: 992px) {
  .lt-master-header.lt-master-header-fixed .brand {
    max-height: 60px;
  }
}
@media (min-width: 992px) {
  .lt-master-header.lt-master-header-fixed .brand p {
    /*display: none;*/
  }
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  align-items: center;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li:hover {
  color: #68ccf7;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a:after {
  bottom: -1px;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a:before {
  height: 15px;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li:first-child {
  display: none;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav {
  top: 100%;
}
.lt-master-header.lt-master-header-fixed .lt-navs-wrapper .lt-langs-wrapper {
  display: none;
}
.lt-master-header .brand {
  max-height: 35px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  transition: none;
  /* .isotipo{
       display: none;
       margin: 0;
   }*/
}
@media (min-width: 992px) {
  .lt-master-header .brand {
    margin-top: -5px;
    max-height: 60px;
  }
}
.lt-master-header .brand p {
  margin-bottom: 0;
  font-family: "Source Sans Pro";
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 15px;
  line-height: 1.2;
  margin-bottom: -2px;
  color: #fff;
}
@media (min-width: 768px) {
  .lt-master-header .brand p {
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  .lt-master-header .brand p {
    width: auto;
  }
}
.lt-master-header .brand .logo {
  height: 50px;
  margin-bottom: 0;
  max-width: none;
  max-height: 50px;
  width: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -o-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  -o-flex-basis: 0;
  flex-basis: 0;
}
@media (min-width: 992px) {
  .lt-master-header .brand .logo {
    height: 60px;
    max-height: 60px;
    max-height: none;
    margin-bottom: 5px;
  }
}
.lt-master-header .brand-text {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 990px) {
  .lt-master-header .brand-text {
    font-size: 0.8em;
  }
}
.lt-master-header .brand-text p {
  font-family: "Cubano Regular";
  color: #000000;
  margin: 0;
  font-size: 0.85rem;
}
.lt-master-header .lt-navs-wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper,
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-master-header .lt-navs-wrapper .search {
  border: none;
  background-color: transparent;
  padding-left: 15px;
}
.lt-master-header .lt-navs-wrapper .search > svg {
  vertical-align: bottom;
  width: 20px;
  height: 20px;
}
.lt-master-header .lt-navs-wrapper .search > svg path {
  fill: #000000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lt-master-header .lt-navs-wrapper .search:hover > svg path {
  fill: #68ccf7;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin: 0;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li {
  position: relative;
  text-align: center;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li.menu-item-active > a {
  font-weight: 600;
  color: #e23d24 !important;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li:hover {
  cursor: pointer;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li:hover > a {
  color: #68ccf7 !important;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li:first-child {
  display: none;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a {
  position: relative;
  font-size: 1.5rem;
  line-height: 50px;
  height: 44px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  color: #eeddbd !important;
  white-space: nowrap;
  font-family: "League-Gothic";
  color: #2d1327;
  /*&:before{
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 100%;
      height: 20px;
      background-color: transparent;
  }*/
}
@media (min-width: 1200px) {
  .lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a {
    font-size: 1.5rem !important;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1400px) {
  .lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a {
    padding: 0 30px;
  }
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a:hover {
  color: #68ccf7 !important;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li > a:after {
  content: "";
  position: absolute;
  left: 29px;
  bottom: -1px;
  width: 10px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: none;
  z-index: 10;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li.open > a:after {
  display: block;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li.open .subnav {
  display: block;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu > li.subnav-hover a:after {
  border-bottom: 8px solid #e8e8e8;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav {
  font-size: 1.5rem;
  top: 100%;
  left: 30px;
  width: auto;
  position: absolute;
  padding-right: 0 !important;
  background-color: #fff;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: none;
  padding-top: 0;
  text-align: left;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  bottom: -17px;
  width: 100%;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li:hover {
  background-color: #e8e8e8;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li:hover a {
  color: #2d1327;
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding: 15px 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #2d1327;
  font-weight: 400;
  font-size: 1.5rem;
  white-space: nowrap;
  font-family: "League-Gothic";
  display: block;
}
@media (min-width: 1200px) {
  .lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li a {
    font-size: 1.5rem;
    padding: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li a {
    padding: 15px 30px;
  }
}
.lt-master-header .lt-navs-wrapper .lt-menu-wrapper .lt-menu .subnav > li a:hover {
  font-weight: 400;
  color: #2d1327;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper {
  min-height: 15px;
  margin-left: 15px;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul {
  margin: 0;
  padding: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li:first-child a:before {
  display: none;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li.wpml-ls-current-language a {
  font-weight: 600;
  color: #000000;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li.wpml-ls-current-language a span {
  color: #000000;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li a {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li a:before {
  content: "|";
  margin: 0 7.5px;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li a:hover span {
  color: #68ccf7;
}
.lt-master-header .lt-navs-wrapper .lt-langs-wrapper ul > li a span {
  color: #000000;
}
.lt-master-header .toggle-menu {
  width: 34px;
  height: 34px;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  align-self: center;
  z-index: 1;
}
.lt-master-header .toggle-menu.open svg > path {
  stroke-dasharray: 21px 40px;
}
.lt-master-header .toggle-menu.open svg > path:first-child, .lt-master-header .toggle-menu.open svg > path:last-child {
  stroke-dashoffset: -24px;
}
.lt-master-header .toggle-menu.open svg > path:nth-child(2) {
  stroke-dashoffset: -24px;
}
.lt-master-header .toggle-menu svg {
  width: 100%;
  height: 100%;
}
.lt-master-header .toggle-menu svg path {
  stroke-width: 3;
  stroke: #fff;
  stroke-dashoffset: 0;
  stroke-dasharray: 24px 40px;
  -webkit-transition: stroke-dashoffset 0.2s ease-in;
  -moz-transition: stroke-dashoffset 0.2s ease-in;
  -ms-transition: stroke-dashoffset 0.2s ease-in;
  -o-transition: stroke-dashoffset 0.2s ease-in;
  transition: stroke-dashoffset 0.2s ease-in;
}
.lt-master-header .toggle-menu > span {
  font-size: 2.9rem;
}

.lt-master-header.lt-master-header-fixed .brand-text {
  /*display: none;*/
}

.admin-bar .lt-master-header {
  top: 32px;
}
.admin-bar .lt-master-header.lt-master-header-fixed {
  top: 32px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* Standard syntax */
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Standard syntax */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
body > header > div.lt-header-top > button > svg {
  fill: #000000;
}

/* Menu mobile */
.lt-navs-wrapper-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eeddbd;
  z-index: 98;
  padding-top: 70px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 992px) {
  .lt-navs-wrapper-mobile {
    display: none;
  }
}
.lt-navs-wrapper-mobile.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  padding-right: 60px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  overflow: auto;
}
@media screen and (max-height: 475px) {
  .lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu {
  margin-bottom: 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li {
  text-align: center;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li:first-child a {
  display: inline-block;
  margin-top: 0;
  border: 3.5px solid #000000;
  padding: 10px 20px 6px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li:first-child a {
    margin-bottom: 15px;
  }
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li:first-child a:hover {
  color: #eeddbd;
  border: 3.5px solid #e23d24;
  background-color: #e23d24;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li:last-child a {
  margin-bottom: 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li a {
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0 11px;
  display: block;
  color: #2d1327;
  font-family: "League-Gothic";
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li a {
    padding: 30px 0;
  }
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu > li a:hover {
  color: #fff;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  height: calc(100% - 60px);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 99;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li.back {
  cursor: pointer;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li.back a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li.back a svg {
  width: 20px;
  height: 20px;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li.back a:hover svg.icon polygon {
  fill: #000000;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li > a {
  color: #2d1327;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .lt-menu .subnav > li > a:hover {
  color: #000000;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .search {
  position: relative;
  border: none;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .search > svg {
  font-size: 2rem;
  width: 20px;
  height: 20px;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .search > svg path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #2d1327;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-menu-wrapper .search:hover > svg path {
  fill: #000000;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper {
  margin-left: 15px;
  width: 30px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper {
    margin-left: 30px;
  }
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul {
  margin: 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li {
  padding: 15px 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li.wpml-ls-current-language {
  font-weight: 600;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li a {
  padding: 0;
  text-transform: uppercase;
  color: #2d1327;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li a span {
  color: #2d1327;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li a:hover {
  color: #000000;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-top .lt-langs-wrapper ul > li a:hover span {
  color: #000000;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom {
  height: 60px;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links {
  height: 60px;
  margin-top: 0;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li a {
  color: #2d1327;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li a .icon {
  width: 22px;
  height: 22px;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li a .icon path {
  fill: #000000 !important;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li a:hover .icon path {
  fill: #68ccf7;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li.btn-attend {
  flex-basis: auto;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li.btn-attend a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #eaaf08;
  color: #eabc5b;
}
.lt-navs-wrapper-mobile .lt-navs-wrapper-mobile-bottom .lt-social-links li.btn-attend a:hover {
  color: #fff;
}

body.dev-mobile .lt-master-header {
  position: fixed;
  height: auto;
  animation: none;
}
body.dev-mobile .lt-master-header.lt-master-header-fixed .brand > p {
  display: block;
}
body.dev-mobile .lt-master-header .lt-navs-wrapper {
  display: none;
}
body.dev-mobile .lt-master-header .toggle-menu {
  display: block !important;
}
body.dev-mobile .lt-master-header .toggle-menu,
body.dev-mobile .lt-master-header .lt-menu-wrapper-mobile {
  display: block;
}
body.dev-mobile .lt-master-header .brand {
  max-height: 45px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
body.dev-mobile .lt-master-header .brand > p {
  margin-left: 15px;
}
body.dev-mobile .lt-master-header .brand > p > br {
  display: block !important;
}
body.dev-mobile .lt-master-header .brand .logo {
  margin-bottom: 0;
  max-height: 45px;
}
body.dev-mobile .lt-navs-wrapper-mobile {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

body > header > div.lt-header-top > button > svg path {
  stroke: #000000 !important;
}

.home .lt-footer {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .home .lt-footer {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .home .lt-footer .lt-footer-navigation {
    margin-bottom: 60px;
  }
}

.lt-footer {
  background-color: #000000 !important;
  padding: 30px 0 0;
}
.lt-footer .lt-footer-navigation {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-footer .lt-footer-navigation > div {
  width: 100%;
  max-width: 100%;
  padding: 45px 0 15px;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-navigation > div {
    width: auto;
    max-width: none;
    background-position: left bottom;
    padding: 45px 135px 15px;
  }
}
.lt-footer .lt-footer-navigation > div .brand {
  height: 90px;
  margin-bottom: 20px;
  text-align: center;
}
.lt-footer .lt-footer-navigation > div .brand > img {
  height: 100%;
  width: auto;
  max-width: none;
}
.lt-footer .lt-footer-navigation > div nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-footer .lt-footer-navigation > div nav ul > li:last-child a:after {
  display: none;
}
.lt-footer .lt-footer-navigation > div nav ul > li a {
  display: inline-block;
  text-transform: uppercase;
  color: #eeddbd !important;
  font-weight: 500;
}
.lt-footer .lt-footer-navigation > div nav ul > li a:after {
  content: "|";
  margin: 0 10px;
  color: #eeddbd !important;
}
.lt-footer .lt-footer-navigation > div nav ul > li a:hover {
  color: #68ccf7 !important;
}
.lt-footer .lt-footer-navigation > div nav ul > li a:hover:after {
  color: #2d1327;
}
.lt-footer .lt-footer-social {
  color: #eeddbd;
  padding: 15px 0;
  background-color: #000000;
}
.lt-footer .lt-footer-social .container {
  display: block;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container:before, .lt-footer .lt-footer-social .container:after {
    display: none;
  }
}
.lt-footer .lt-footer-social .container .brand {
  text-align: center;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container .brand {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .lt-footer .lt-footer-social .container .brand {
    text-align: left;
  }
}
.lt-footer .lt-footer-social .container .brand img {
  width: 70px;
  height: auto;
}
.lt-footer .lt-footer-social .container .brand svg {
  width: 70px;
  height: 35px;
}
.lt-footer .lt-footer-social .container .brand svg path, .lt-footer .lt-footer-social .container .brand svg polygon {
  fill: #eeddbd;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.lt-footer .lt-footer-social .container .brand a:hover svg path, .lt-footer .lt-footer-social .container .brand a:hover svg polygon {
  fill: #68ccf7;
}
.lt-footer .lt-footer-social .container > nav {
  display: block;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container > nav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.lt-footer .lt-footer-social .container > nav:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container > nav:first-child {
    margin-bottom: 0;
  }
}
.lt-footer .lt-footer-social .container > nav:first-child > p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.lt-footer .lt-footer-social .container > nav:last-child ul li > a {
  margin: 0 3px;
}
.lt-footer .lt-footer-social .container > nav:last-child ul li > a:hover .icon {
  color: #68ccf7;
}
.lt-footer .lt-footer-social .container > nav:last-child ul li > a .icon {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container > nav:last-child > a {
    display: inline-block;
  }
}
.lt-footer .lt-footer-social .container > nav > p, .lt-footer .lt-footer-social .container > nav > a {
  color: #eeddbd;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-social .container > nav > p, .lt-footer .lt-footer-social .container > nav > a {
    text-align: left;
    margin: 0 15px 0 0;
  }
}
.lt-footer .lt-footer-social .container > nav > p:hover, .lt-footer .lt-footer-social .container > nav > a:hover {
  color: #68ccf7;
}
.lt-footer .lt-footer-legal {
  padding: 0;
  background-color: #000000;
}
.lt-footer .lt-footer-legal nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 768px) {
  .lt-footer .lt-footer-legal nav ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.lt-footer .lt-footer-legal nav ul > li:last-child a {
  margin: 0;
}
.lt-footer .lt-footer-legal nav ul > li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 0.9rem;
  margin: 0 30px 0 0;
  color: #eeddbd !important;
  font-weight: 500;
}
.lt-footer .lt-footer-legal nav ul > li a:hover {
  color: #68ccf7;
}

body > div.main-container.transition--fade.transition--active > div.bg-light > footer > div.lt-footer-social > div > nav > a {
  color: #eeddbd !important;
}
body > div.main-container.transition--fade.transition--active > div.bg-light > footer > div.lt-footer-social > div > nav > a:hover {
  color: #68ccf7 !important;
}

.lt-social-links a svg path {
  fill: #eeddbd !important;
}
.lt-social-links a svg path:hover {
  fill: #68ccf7 !important;
}

.experiencia > section,
.planea-tu-estancia > section {
  outline: none;
  padding: 30px 0 !important;
}
@media (min-width: 992px) {
  .experiencia > section,
  .planea-tu-estancia > section {
    padding: 60px 0 !important;
  }
}
.experiencia > section:first-of-type,
.planea-tu-estancia > section:first-of-type {
  padding-top: 0 !important;
}
.experiencia > section header figure,
.planea-tu-estancia > section header figure {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  height: 80px;
}
.experiencia > section header h2.h3,
.planea-tu-estancia > section header h2.h3 {
  font-family: "League-Gothic";
  font-weight: 400;
  margin-bottom: 0 !important;
  color: #211f25;
}
.experiencia > section header p,
.planea-tu-estancia > section header p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .experiencia > section .text-right,
  .planea-tu-estancia > section .text-right {
    text-align: left;
  }
}
.experiencia > section .text-right header figure,
.planea-tu-estancia > section .text-right header figure {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .experiencia > section .text-right header figure,
  .planea-tu-estancia > section .text-right header figure {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.experiencia > section p,
.planea-tu-estancia > section p {
  margin-bottom: 15px;
}
.experiencia > section .lt-button,
.planea-tu-estancia > section .lt-button {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .experiencia > section .lt-button,
  .planea-tu-estancia > section .lt-button {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .experiencia > section .wp-post-image,
  .planea-tu-estancia > section .wp-post-image {
    margin-top: 105px;
  }
}
@media (min-width: 992px) {
  .experiencia > section .wp-post-image,
  .planea-tu-estancia > section .wp-post-image {
    margin-top: 0;
  }
}

.planea-tu-estancia .lt-nav-tabs:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .planea-tu-estancia .lt-nav-tabs:after {
    background: none;
  }
}
.planea-tu-estancia .lt-nav-tabs:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .planea-tu-estancia .lt-nav-tabs:before {
    background: none;
  }
}
.planea-tu-estancia .lt-nav-tabs > ul {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
  padding: 0 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .planea-tu-estancia .lt-nav-tabs > ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

.article-single-experiencia header,
.article-single-planea-tu-estancia header {
  position: relative;
}
.article-single-experiencia header .container,
.article-single-planea-tu-estancia header .container {
  position: relative;
}
.article-single-experiencia header .back,
.article-single-planea-tu-estancia header .back {
  display: block;
  margin-bottom: 30px;
  color: #2d1327 !important;
}
@media (min-width: 768px) {
  .article-single-experiencia header .back,
  .article-single-planea-tu-estancia header .back {
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.article-single-experiencia header .back svg polygon,
.article-single-planea-tu-estancia header .back svg polygon {
  fill: #2d1327 !important;
}
.article-single-experiencia header .back:hover,
.article-single-planea-tu-estancia header .back:hover {
  color: #000000 !important;
}
.article-single-experiencia header .back:hover svg polygon,
.article-single-planea-tu-estancia header .back:hover svg polygon {
  fill: #000000 !important;
}
.article-single-experiencia header h1,
.article-single-planea-tu-estancia header h1 {
  color: #2d1327 !important;
}
.article-single-experiencia .vc-single-experiencia,
.article-single-experiencia .vc-single-planea-tu-estancia,
.article-single-planea-tu-estancia .vc-single-experiencia,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia {
  position: relative;
  padding: 0;
  overflow: hidden;
  /*&:before{
      top: $gutter * 4;
      left: 0;
      width: 100%;
      height: calc(100% - 120px);
      @include bbkliveGradient(); 
  }*/
}
.article-single-experiencia .vc-single-experiencia > .vc_row,
.article-single-experiencia .vc-single-planea-tu-estancia > .vc_row,
.article-single-planea-tu-estancia .vc-single-experiencia > .vc_row,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.article-single-experiencia .vc-single-experiencia > section,
.article-single-experiencia .vc-single-planea-tu-estancia > section,
.article-single-planea-tu-estancia .vc-single-experiencia > section,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section {
  position: relative;
  z-index: 1;
  padding: 15px 0 !important;
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia > section,
  .article-single-experiencia .vc-single-planea-tu-estancia > section,
  .article-single-planea-tu-estancia .vc-single-experiencia > section,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section {
    padding: 30px 0 !important;
  }
}
.article-single-experiencia .vc-single-experiencia > section:first-of-type,
.article-single-experiencia .vc-single-planea-tu-estancia > section:first-of-type,
.article-single-planea-tu-estancia .vc-single-experiencia > section:first-of-type,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section:first-of-type {
  padding-top: 0 !important;
}
.article-single-experiencia .vc-single-experiencia > section:last-of-type,
.article-single-experiencia .vc-single-planea-tu-estancia > section:last-of-type,
.article-single-planea-tu-estancia .vc-single-experiencia > section:last-of-type,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section:last-of-type {
  padding-bottom: 0 !important;
}
.article-single-experiencia .vc-single-experiencia > section.vuelos-title,
.article-single-experiencia .vc-single-planea-tu-estancia > section.vuelos-title,
.article-single-planea-tu-estancia .vc-single-experiencia > section.vuelos-title,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section.vuelos-title {
  padding-bottom: 0 !important;
}
.article-single-experiencia .vc-single-experiencia > section.vuelos-title h3,
.article-single-experiencia .vc-single-planea-tu-estancia > section.vuelos-title h3,
.article-single-planea-tu-estancia .vc-single-experiencia > section.vuelos-title h3,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia > section.vuelos-title h3 {
  margin-bottom: 0 !important;
}
.article-single-experiencia .vc-single-experiencia:before, .article-single-experiencia .vc-single-experiencia:after,
.article-single-experiencia .vc-single-planea-tu-estancia:before,
.article-single-experiencia .vc-single-planea-tu-estancia:after,
.article-single-planea-tu-estancia .vc-single-experiencia:before,
.article-single-planea-tu-estancia .vc-single-experiencia:after,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia:before,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
  content: "";
  position: absolute;
}
.article-single-experiencia .vc-single-experiencia:after,
.article-single-experiencia .vc-single-planea-tu-estancia:after,
.article-single-planea-tu-estancia .vc-single-experiencia:after,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  height: 100%;
  background-color: #fff;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 410px) {
  .article-single-experiencia .vc-single-experiencia:after,
  .article-single-experiencia .vc-single-planea-tu-estancia:after,
  .article-single-planea-tu-estancia .vc-single-experiencia:after,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
    width: calc(100% - 62px);
  }
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia:after,
  .article-single-experiencia .vc-single-planea-tu-estancia:after,
  .article-single-planea-tu-estancia .vc-single-experiencia:after,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia:after,
  .article-single-experiencia .vc-single-planea-tu-estancia:after,
  .article-single-planea-tu-estancia .vc-single-experiencia:after,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
    width: 778px;
  }
}
@media (min-width: 1200px) {
  .article-single-experiencia .vc-single-experiencia:after,
  .article-single-experiencia .vc-single-planea-tu-estancia:after,
  .article-single-planea-tu-estancia .vc-single-experiencia:after,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia:after {
    width: 945px;
  }
}
.article-single-experiencia .vc-single-experiencia .wpb_single_image,
.article-single-experiencia .vc-single-planea-tu-estancia .wpb_single_image,
.article-single-planea-tu-estancia .vc-single-experiencia .wpb_single_image,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_single_image {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .wpb_single_image,
  .article-single-experiencia .vc-single-planea-tu-estancia .wpb_single_image,
  .article-single-planea-tu-estancia .vc-single-experiencia .wpb_single_image,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_single_image {
    margin: 0;
  }
}
.article-single-experiencia .vc-single-experiencia .vc_column-inner,
.article-single-experiencia .vc-single-planea-tu-estancia .vc_column-inner,
.article-single-planea-tu-estancia .vc-single-experiencia .vc_column-inner,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .vc_column-inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .vc_column-inner {
    padding: 0;
  }
}
.article-single-experiencia .vc-single-experiencia .wpb_column,
.article-single-experiencia .vc-single-planea-tu-estancia .wpb_column,
.article-single-planea-tu-estancia .vc-single-experiencia .wpb_column,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_column {
  padding: 0 15px;
}
@media (min-width: 410px) {
  .article-single-experiencia .vc-single-experiencia .wpb_column,
  .article-single-experiencia .vc-single-planea-tu-estancia .wpb_column,
  .article-single-planea-tu-estancia .vc-single-experiencia .wpb_column,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_column {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .wpb_column,
  .article-single-experiencia .vc-single-planea-tu-estancia .wpb_column,
  .article-single-planea-tu-estancia .vc-single-experiencia .wpb_column,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_column {
    padding: 0 14px;
  }
}
.article-single-experiencia .vc-single-experiencia .wpb_text_column,
.article-single-experiencia .vc-single-planea-tu-estancia .wpb_text_column,
.article-single-planea-tu-estancia .vc-single-experiencia .wpb_text_column,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_text_column {
  margin-bottom: 15px;
}
.article-single-experiencia .vc-single-experiencia .wpb_text_column ul,
.article-single-experiencia .vc-single-planea-tu-estancia .wpb_text_column ul,
.article-single-planea-tu-estancia .vc-single-experiencia .wpb_text_column ul,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .wpb_text_column ul {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .bg-green > .container > .row,
  .article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row,
  .article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:first-of-type,
  .article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:first-of-type,
  .article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:first-of-type,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:first-of-type {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:first-of-type .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:first-of-type .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:first-of-type .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:first-of-type .vc_column-inner {
    background-color: #c5d7bf;
    padding-right: 15px;
    height: 100%;
  }
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  display: flex;
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type,
  .article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type,
  .article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type {
    padding-left: 0;
  }
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner {
  background-color: #c5d7bf;
  padding: 15px;
  padding-bottom: 30px;
  display: flex;
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner {
    padding-bottom: 15px;
  }
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div {
  display: flex;
  flex-direction: column;
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element {
  flex-grow: 1;
  display: flex;
  margin-bottom: 0;
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element .wpb_wrapper,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element .wpb_wrapper,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element .wpb_wrapper,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p {
  font-size: 1rem;
  line-height: 1.3;
}
.article-single-experiencia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p:last-child,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p:last-child,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p:last-child,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green > .container > .row > div:last-of-type .vc_column-inner > div .wpb_content_element p:last-child {
  margin-bottom: 0;
}
.article-single-experiencia .vc-single-experiencia .bg-green h4,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green h4,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green h4,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green h4 {
  margin-bottom: 5px;
  font-weight: 400;
}
.article-single-experiencia .vc-single-experiencia .bg-green h3,
.article-single-experiencia .vc-single-planea-tu-estancia .bg-green h3,
.article-single-planea-tu-estancia .vc-single-experiencia .bg-green h3,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .bg-green h3 {
  margin-bottom: 15px;
}
.article-single-experiencia .vc-single-experiencia .city-block h2.h3,
.article-single-experiencia .vc-single-planea-tu-estancia .city-block h2.h3,
.article-single-planea-tu-estancia .vc-single-experiencia .city-block h2.h3,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block h2.h3 {
  text-transform: none;
  margin-bottom: 15px;
}
.article-single-experiencia .vc-single-experiencia .city-block .wpb_column:first-of-type,
.article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type,
.article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:first-of-type,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .city-block .wpb_column:first-of-type,
  .article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type,
  .article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:first-of-type,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type > .vc_column-inner {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:first-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:first-of-type > .vc_column-inner {
    padding-left: 30px;
  }
}
.article-single-experiencia .vc-single-experiencia .city-block .wpb_column:last-of-type,
.article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type,
.article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:last-of-type,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-single-experiencia .vc-single-experiencia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type > .vc_column-inner {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .article-single-experiencia .vc-single-experiencia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-experiencia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-experiencia .city-block .wpb_column:last-of-type > .vc_column-inner,
  .article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block .wpb_column:last-of-type > .vc_column-inner {
    padding-right: 30px;
  }
}
.article-single-experiencia .vc-single-experiencia .city-block img,
.article-single-experiencia .vc-single-planea-tu-estancia .city-block img,
.article-single-planea-tu-estancia .vc-single-experiencia .city-block img,
.article-single-planea-tu-estancia .vc-single-planea-tu-estancia .city-block img {
  margin-bottom: 30px;
}
.article-single-experiencia + .lt-related h5, .article-single-experiencia + .lt-related .h1,
.article-single-planea-tu-estancia + .lt-related h5,
.article-single-planea-tu-estancia + .lt-related .h1 {
  color: #2d1327;
}
.article-single-experiencia + .lt-related .container article,
.article-single-planea-tu-estancia + .lt-related .container article {
  background: #fff;
  border: none;
}
.article-single-experiencia + .lt-related .container article header,
.article-single-planea-tu-estancia + .lt-related .container article header {
  padding-bottom: 0;
}
.article-single-experiencia + .lt-related .container article header h6, .article-single-experiencia + .lt-related .container article header .h3,
.article-single-planea-tu-estancia + .lt-related .container article header h6,
.article-single-planea-tu-estancia + .lt-related .container article header .h3 {
  color: #211f25;
  margin-bottom: 0;
}
.article-single-experiencia + .lt-related .container article header h6 + p, .article-single-experiencia + .lt-related .container article header .h3 + p,
.article-single-planea-tu-estancia + .lt-related .container article header h6 + p,
.article-single-planea-tu-estancia + .lt-related .container article header .h3 + p {
  font-size: 1.2;
}

.single-experiencia .lt-related h5, .single-experiencia .lt-related .h1 {
  color: #fff;
}
.single-experiencia .lt-related .container article {
  background: #fff;
  border: none;
}
.single-experiencia .lt-related .container article h6, .single-experiencia .lt-related .container article .h3 {
  color: #211f25;
}

.asteroide {
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/asteroide.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  animation: animateVegetacionLeft 3s cubic-bezier(0.59, 0, 1, 0.99);
}
.asteroide.one {
  background-position: 3% 10%;
}
.asteroide.two {
  background-position: 100% 0%;
}
.asteroide.three {
  background-position: 100% 50%;
  background-size: 120px;
}
.asteroide.four {
  background-position: 0% 80%;
  background-size: 120px;
}
.asteroide.five {
  background-position: 100% 100%;
}
.asteroide.six {
  background-position: 7% 92%;
}

#anchor-popads .h3, #anchor-glamping-festival .h3 {
  margin-bottom: 0;
  font-size: 2.4rem;
}

.single .main-container .planea-tu-estancia .h2 {
  font-family: "League-Gothic";
  font-size: 3rem;
  font-weight: 500;
}

.m-bottom-exp {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .m-bottom-exp {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .dev-mobile .lt-artist-slider .slides .owl-stage .owl-item > li,
  .dev-mobile .lt-artist-slider-mobile .slides .owl-stage .owl-item > li {
    height: calc(100vh - 105px);
  }
}

.lt-artist-slider,
.lt-artist-slider-mobile {
  position: relative;
  overflow: hidden;
}
.lt-artist-slider .slides,
.lt-artist-slider-mobile .slides {
  z-index: 10;
}
.lt-artist-slider .slides .owl-stage,
.lt-artist-slider-mobile .slides .owl-stage {
  width: 100% !important;
}
.lt-artist-slider .slides .owl-stage .owl-item,
.lt-artist-slider-mobile .slides .owl-stage .owl-item {
  width: 100% !important;
}
.lt-artist-slider .slides .owl-stage .owl-item > li,
.lt-artist-slider-mobile .slides .owl-stage .owl-item > li {
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 565px;
}
@media (max-width: 1199px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li {
    height: calc(100vh - 140px);
  }
}
@media (max-width: 991px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li {
    min-height: 890px;
    height: calc(100vh - 135px);
  }
}
@media (max-width: 767px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li {
    height: auto;
    min-height: calc(100vh - 135px);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.lt-artist-slider .slides .owl-stage .owl-item > li img,
.lt-artist-slider-mobile .slides .owl-stage .owl-item > li img {
  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: auto;
  height: auto;
  max-width: 90%;
  /*max-height: 75%;*/
}
@media screen and (min-width: 650px) and (max-width: 767px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img {
    /*max-height: 90%;*/
  }
}
@media screen and (min-width: 992px) and (max-height: 768px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img {
    /*max-height: 400px;*/
  }
}
@media screen and (min-width: 391px) and (max-height: 649px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img {
    max-height: 85%;
  }
}
@media screen and (max-width: 390px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img,
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img {
    /*max-width: 95%;
    max-height: 90%;*/
  }
}
.lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=big-desktop],
.lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=big-desktop] {
  display: none;
}
@media (min-width: 1200px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=big-desktop],
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=big-desktop] {
    display: block;
  }
}
.lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=desktop],
.lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=desktop] {
  display: none;
}
@media (min-width: 992px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=desktop],
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=desktop] {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=desktop],
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=desktop] {
    display: none;
  }
}
.lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=mobile],
.lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=mobile] {
  display: block;
}
@media (min-width: 992px) {
  .lt-artist-slider .slides .owl-stage .owl-item > li img[data-device=mobile],
  .lt-artist-slider-mobile .slides .owl-stage .owl-item > li img[data-device=mobile] {
    display: none;
  }
}
.lt-artist-slider.lt-artist-slider-arf,
.lt-artist-slider-mobile.lt-artist-slider-arf {
  /*
  .layer-left{
      z-index: 3;
      position:absolute;
      left: 0;
      width: 300px;
      width: 40%;
      height: 100%;
      bottom: 0;
      background-image: url("../images/festival-vitoria-azkena-rock-skull-1.png");
      background-position: right center;
      background-size: auto 70%;
      background-repeat: no-repeat;
      @include prefixer(transform,translateX(0));
      animation: animateVegetacionLeft 5s ease-in-out forwards;
      display: none;
      @media (max-width: 768px){
          left: -15px;

      }
      @include mq-sm{
          display: block;
      }
      @include mq-md{
          width: 25%;
      }
      @include mq-lg{
          width: 23%;
          background-size: auto 70%;
      }
      @media screen and (min-width: 1500px){
          background-size: auto 90%;
          width: 22.5%;
      }
      @media screen and (max-width: 390px){
          left: -25px;
      }
  }
  .layer-right{
      z-index: 3;
      position:absolute;
      right: 0;
      width: 376px;
      height: 100%;
      bottom: 0;
      background-image: url("../images/festival-vitoria-azkena-rock-skull-2.png");
      background-position: left bottom;
      background-size: auto 90%;
      background-repeat: no-repeat;
      animation: animateVegetacionRight 5s ease-in-out forwards;
      display: none;
      @include prefixer(transform,translateX(0));
      @media (max-width: 768px){
          right: -40px;
      }
      @include mq-sm{
          display: block;
          width: 200px;
          width: 30%;
          background-position: left center;
          background-size: auto 70%;
      }
      @include mq-md{
          width: 150px;
          width: 15%;
      }
      @include mq-lg{
          width: 200px;
          background-position: left center;
          background-size: auto 70%;
          width: 18%;
      }
      @media screen and (min-width: 1500px){
          width: 300px;
          background-size: auto 90%;
          width: 18%;
      }
      @media screen and (min-width: 2000px){
          width: 380px;
      }
      @media screen and (max-width: 390px){
          right: -55px;
      }
  }
  .layer-top{
      z-index: 2;
      position:absolute;
      left:0;
      width: 100%;
      height: 269px;
      top: 0;
      background-image: url("../images/festival-bilbao-bbk-live-vegetacion2.png");
      background-position: center top;
      background-size: 1200px auto;
      background-repeat: repeat-x;
      animation: animateVegetacionTop 5s ease-in-out forwards;
      @include prefixer(transform,translateY(0));

      @media (max-width: 768px){
          background-size: 100% auto;
          background-position: center top;
      }
  }
  .rabbit{
      position: absolute;
      bottom: 0px;
      z-index: 3;
      left: 0;  
      @include mq-sm{
          left: 90px;
          z-index: 2;
      }
  }*/
}
.lt-artist-slider.lt-artist-slider-arf .layer-promo,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-promo {
  z-index: 3;
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 17px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .lt-artist-slider.lt-artist-slider-arf .layer-promo,
  .lt-artist-slider-mobile.lt-artist-slider-arf .layer-promo {
    width: 900px;
    top: 22px;
  }
}
@media (max-width: 991px) {
  .lt-artist-slider.lt-artist-slider-arf .layer-promo,
  .lt-artist-slider-mobile.lt-artist-slider-arf .layer-promo {
    width: 850px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .lt-artist-slider.lt-artist-slider-arf .layer-promo,
  .lt-artist-slider-mobile.lt-artist-slider-arf .layer-promo {
    width: 750px;
    top: 0px;
  }
}
@media (max-width: 500px) {
  .lt-artist-slider.lt-artist-slider-arf .layer-promo,
  .lt-artist-slider-mobile.lt-artist-slider-arf .layer-promo {
    width: 575px;
    top: 10px;
  }
}
.lt-artist-slider.lt-artist-slider-arf .layer-back,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-back {
  background-image: url("../images/festival-vitoria-azkena-rock-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.lt-artist-slider.lt-artist-slider-arf .layer-back.ed2020,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-back.ed2020 {
  background-image: url("../images/festival-vitoria-azkena-rock-background-2020.png");
}
.lt-artist-slider.lt-artist-slider-arf .layer-bottom-back,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-bottom-back {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8e8e8 0%, #e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8e8e8", endColorstr="#e8e8e8",GradientType=1 ); /* IE6-9 */
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  transition: height 0.5s linear;
}
@media (max-width: 768px) {
  .lt-artist-slider.lt-artist-slider-arf .layer-bottom-back,
  .lt-artist-slider-mobile.lt-artist-slider-arf .layer-bottom-back {
    background-size: 100% auto;
    background-position: center bottom;
  }
}
.lt-artist-slider.lt-artist-slider-arf .layer-bottom-front,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-bottom-front {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/asteroides-bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}
.lt-artist-slider.lt-artist-slider-arf .layer-asteroide-left,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-asteroide-left {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  /*left: -10%;
  width: 150%;
  height: 150%;
  top: -85%;*/
  background-image: url("../images/asteroide.png");
  background-position: 23% top;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  animation: animateVegetacionLeft 3s cubic-bezier(0.59, 0, 1, 0.99);
}
.lt-artist-slider.lt-artist-slider-arf .layer-asteroide-right,
.lt-artist-slider-mobile.lt-artist-slider-arf .layer-asteroide-right {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  /*left: -10%;
  width: 150%;
  height: 150%;
  top: -85%;*/
  background-image: url("../images/asteroide.png");
  background-position: 90% -12%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  animation: animateVegetacionLeft 3s cubic-bezier(0.59, 0, 1, 0.99);
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animateVegetacionLeft {
  0% {
    -webkit-transform: translate(60%, -80%);
    -moz-transform: translate(60%, -80%);
    -ms-transform: translate(60%, -80%);
    -o-transform: translate(60%, -80%);
    transform: translate(60%, -80%);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
/* Standard syntax */
@keyframes animateVegetacionLeft {
  0% {
    -webkit-transform: translate(60%, -80%);
    -moz-transform: translate(60%, -80%);
    -ms-transform: translate(60%, -80%);
    -o-transform: translate(60%, -80%);
    transform: translate(60%, -80%);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animateVegetacionRight {
  0% {
    -webkit-transform: translate(60%, -80%);
    -moz-transform: translate(60%, -80%);
    -ms-transform: translate(60%, -80%);
    -o-transform: translate(60%, -80%);
    transform: translate(60%, -80%);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
/* Standard syntax */
@keyframes animateVegetacionRight {
  0% {
    -webkit-transform: translate(60%, -80%);
    -moz-transform: translate(60%, -80%);
    -ms-transform: translate(60%, -80%);
    -o-transform: translate(60%, -80%);
    transform: translate(60%, -80%);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animateVegetacionTop {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Standard syntax */
@keyframes animateVegetacionTop {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.main-container article.artistas > header {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .main-container article.artistas > header {
    padding-bottom: 30px;
  }
}

.single-artista .lt-artist-tags-container {
  display: none;
}

.single-paseo-arf .lt-artist-filter {
  display: none;
}

.lt-artist-tags-container {
  display: none;
}
@media (min-width: 768px) {
  .lt-artist-tags-container {
    display: block;
  }
}

.lt-artist-tags {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.lt-artist-tags > li:last-child a:after {
  display: none;
}
.lt-artist-tags > li.hide-dot a:after {
  display: none;
}
.lt-artist-tags > li a {
  position: relative;
  padding: 0 7.5px;
  display: inline-block;
  margin-bottom: 10px;
  color: #211f25;
  text-transform: uppercase;
  font-weight: 600;
}
.lt-artist-tags > li a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background-color: #2d1327;
  right: -2px;
  top: 5px;
  display: block;
}
.lt-artist-tags > li a:hover {
  color: #000000;
}

.list-artistas {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .list-artistas {
    padding: 60px 0;
  }
}
.list-artistas .masonry__item {
  z-index: 2;
  max-width: 100%;
}
.list-artistas .masonry__item a {
  border: none !important;
  display: block;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a {
    height: 100%;
  }
}
.list-artistas .masonry__item a:hover {
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
}
.list-artistas .masonry__item a:hover figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eaaf08;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.list-artistas .masonry__item a:hover figure img {
  transform: scale(1.05);
}
.list-artistas .masonry__item a:hover figure svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-artistas .masonry__item a:hover figure figcaption {
  background-color: #eaaf08;
}
.list-artistas .masonry__item a:hover figure figcaption h2 {
  color: #2d1327;
}
.list-artistas .masonry__item a figure {
  position: relative;
  background-color: #eaaf08;
  overflow: hidden;
  max-width: 100%;
  width: 400px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a figure {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block;
    max-width: none;
    width: auto;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.list-artistas .masonry__item a figure svg {
  transition: opacity 0.35s ease-in-out;
  position: absolute;
  top: 131px;
  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%);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  width: 35px;
  height: 35px;
}
.list-artistas .masonry__item a figure svg polygon {
  fill: #2d1327;
}
.list-artistas .masonry__item a figure .img-artist {
  min-width: 140px;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a figure .img-artist {
    height: 220px;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .list-artistas .masonry__item a figure .img-artist {
    height: 212px;
  }
}
@media (min-width: 1200px) {
  .list-artistas .masonry__item a figure .img-artist {
    height: 262px;
  }
}
.list-artistas .masonry__item a figure img {
  transition: transform 0.35s ease-in-out;
  margin-bottom: 0;
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a figure img {
    width: auto;
    height: auto;
  }
}
.list-artistas .masonry__item a figure figcaption {
  padding: 15px 0;
  background-color: #eeddbd;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a figure figcaption {
    padding: 15px;
  }
}
.list-artistas .masonry__item a figure figcaption h2 {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .list-artistas .masonry__item a figure figcaption h2 {
    padding: 0;
    font-size: 1.45rem;
  }
}
@media (min-width: 992px) {
  .list-artistas .masonry__item a figure figcaption h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .list-artistas .masonry__item a figure figcaption h2 {
    font-size: 1.75rem;
  }
}

.single-artista h2, .single-artista .h2 {
  font-family: "League-Gothic";
  font-weight: 500;
  color: #000000;
}

.article-single-artista .article-single-artista-container {
  padding: 0;
  position: relative;
}
.article-single-artista .article-single-artista-container:before, .article-single-artista .article-single-artista-container:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 253px;
  background-size: 100% auto;
  background-position: left top;
  display: block;
  z-index: 1;
}

.article-single-artista-content {
  z-index: 2;
  position: relative;
}
.article-single-artista-content > .row > div {
  background-color: #fff;
}
@media (max-width: 767px) {
  .article-single-artista-content > .row > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.article-single-artista-content figure {
  margin-left: -15px;
  margin-right: -15px;
}
.article-single-artista-content figure img {
  height: auto;
}
.article-single-artista-content header {
  padding: 15px 0 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .article-single-artista-content header {
    width: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.article-single-artista-content header h1 {
  align-self: center;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .article-single-artista-content header h1 {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .article-single-artista-content header h1 {
    max-width: 450px;
  }
}
.article-single-artista-content header h1.h2 {
  color: #2d1327 !important;
}
.article-single-artista-content header .social > a {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.article-single-artista-content header .social > a:hover {
  color: #000000;
}
.article-single-artista-content header .social ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 768px) {
  .article-single-artista-content header .social ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.article-single-artista-content header .social ul li {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .article-single-artista-content header .social ul li {
    margin-left: 5px;
  }
}
.article-single-artista-content header .social ul li a svg path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #2d1327;
}
.article-single-artista-content header .social ul li a:hover svg path {
  fill: #000000;
}
.article-single-artista-content .videos {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 9px 0 !important;
}

.artista-related {
  margin-top: 30px;
  position: relative !important;
}
@media (min-width: 1200px) {
  .artista-related {
    margin-top: 60px;
  }
}
.artista-related .next,
.artista-related .prev {
  background-color: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  /* States*/
}
.artista-related .next svg,
.artista-related .prev svg {
  width: 20px;
  height: 20px;
}
.artista-related .next svg polygon,
.artista-related .prev svg polygon {
  fill: #000000;
}
.artista-related .next .inner,
.artista-related .prev .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
.artista-related .next .inner h6,
.artista-related .prev .inner h6 {
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 6px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .artista-related .next .inner h6,
  .artista-related .prev .inner h6 {
    font-size: 1.8rem;
  }
}
.artista-related .next svg,
.artista-related .prev svg {
  position: absolute;
  font-size: 1.6rem;
  color: #2d1327;
}
.artista-related .next svg polygon,
.artista-related .prev svg polygon {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: #2d1327;
}
.artista-related .next figure,
.artista-related .prev figure {
  min-width: 110px;
  max-width: 110px;
}
.artista-related .next:hover,
.artista-related .prev:hover {
  background: #6bb4c3;
}
.artista-related .next {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .artista-related .next {
    margin-right: 0;
    padding-right: 60px;
  }
}
.artista-related .next .inner {
  text-align: left;
  margin-left: 15px;
}
.artista-related .next svg {
  right: 35px;
}
@media (min-width: 768px) {
  .artista-related .next svg {
    right: 20px;
  }
}
.artista-related .prev {
  padding-left: 30px;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .artista-related .prev {
    margin-left: 0;
    padding-left: 60px;
  }
}
.artista-related .prev .inner {
  text-align: right;
  margin-right: 15px;
}
.artista-related .prev svg {
  left: 35px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .artista-related .prev svg {
    left: 20px;
  }
}
.artista-related .row > div:first-child {
  padding-left: 0;
}
.artista-related .row > div:last-child {
  padding-right: 0;
}

.lt-tickets-header-container > .wpb_column {
  padding: 0 !important;
}

.lt-tickets-header {
  background-color: #eeddbd;
  padding: 60px 0 30px;
  text-align: center;
}
.lt-tickets-header:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  /*left: -10%;
  width: 150%;
  height: 150%;
  top: -85%;*/
  background-position: 50% 10%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  animation: animateVegetacionLeft 3s cubic-bezier(0.59, 0, 1, 0.99);
}
@media (min-width: 768px) {
  .lt-tickets-header:before {
    width: 280px;
  }
}
.lt-tickets-header:after {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  /*left: -10%;
  width: 150%;
  height: 150%;
  top: -85%;*/
  background-position: 23% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  animation: animateVegetacionLeft 3s cubic-bezier(0.59, 0, 1, 0.99);
}
@media (min-width: 768px) {
  .lt-tickets-header:after {
    width: 280px;
  }
}
.lt-tickets-header h1 {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff !important;
}
.lt-tickets-header h2 {
  text-transform: none;
  color: #fff !important;
}
@media (min-width: 992px) {
  .lt-tickets-header h2 {
    font-size: 2rem !important;
  }
}
.lt-tickets-header h2 a {
  color: #fff;
  line-height: 1.15;
  display: inline-block;
}
.lt-tickets-header h2 a:hover {
  color: #000000;
}
.lt-tickets-header h1, .lt-tickets-header h2, .lt-tickets-header h3, .lt-tickets-header h4, .lt-tickets-header h5, .lt-tickets-header h6,
.lt-tickets-header .h1, .lt-tickets-header .h2, .lt-tickets-header .h3, .lt-tickets-header .h4, .lt-tickets-header .h5, .lt-tickets-header .h6,
.lt-tickets-header p, .lt-tickets-header span, .lt-tickets-header li {
  color: #fff !important;
}
.lt-tickets-header a {
  color: #fff !important;
}
.lt-tickets-header a:hover {
  color: #000000;
}
.lt-tickets-header .container {
  position: relative;
}
.lt-tickets-header .container p a {
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  color: #fff !important;
}
@media (min-width: 768px) {
  .lt-tickets-header .container p a {
    margin-top: 45px;
  }
}
.lt-tickets-header .container p a:hover {
  color: #000000 !important;
}
.lt-tickets-header .countdown {
  position: absolute;
  right: 15px;
  top: 0;
}
.lt-tickets-header .countdown > * {
  color: #2d1327;
  font-weight: 600;
  text-align: right;
}
.lt-tickets-header .countdown .counter {
  font-size: 1.2rem;
}
.lt-tickets-header .tickets-container {
  /*@media (max-width: 992px){
      position: relative;
      z-index: 1;
      padding-top: 0;
      margin-left: -$gutter;
      margin-right: -$gutter;
  }*/
  margin: 15px;
}
.lt-tickets-header .tickets-container .tickets-row {
  /*@media (max-width: 992px){
      @include prefixer(display,flex);
      @include prefixer(justify-content,center);
      @include prefixer(flex-wrap,wrap);
      margin-bottom: $gutter;
      max-width: 100%;
      @include mq-md{
          @include prefixer(flex-wrap,nowrap);
      }
      &:nth-child(2){
          @include prefixer(justify-content,flex-start);
          @include mq-sm{
              @include prefixer(justify-content,flex-end);
          }
      }  
  }*/
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block {
  cursor: pointer;
  padding: 0 7.5px;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block {
    max-width: 170px;
    min-width: 170px;
    padding: 0 7.5px;
  }
}
@media (min-width: 1200px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block {
    max-width: 200px;
    min-width: 200px;
    padding: 0 15px;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block .inner {
  padding: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 460px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block .inner {
    padding: 0 15px;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block h2, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 90px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 {
    height: 170px;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block h2 > *, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 > *, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 > * {
  text-transform: uppercase;
  display: block;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-big {
  font-family: "League-Gothic";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 460px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-big {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-big, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-big {
    font-size: 3rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-medium {
  font-family: "League-Gothic";
  font-weight: 500;
  font-size: 1.15rem;
}
@media (min-width: 460px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-medium {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .txt-medium, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .txt-medium {
    font-size: 1.7rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .price, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .price, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .price {
  margin-top: 0;
  font-size: 2rem;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block h2 .price, .lt-tickets-header .tickets-container .tickets-row .ticket-block h3 .price, .lt-tickets-header .tickets-container .tickets-row .ticket-block h4 .price {
    margin-top: 0;
    font-size: 3rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  min-width: 66.6666666667%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.bono {
    min-width: 0;
    width: 60%;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.bono {
    width: auto;
    margin-bottom: 0;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono h2 .txt-big {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.bono h2 .txt-big {
    font-size: 4rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono h2 .price {
  margin-top: 0;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono h2 .sold-out {
  font-family: "League-Gothic";
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.bono h2 .sold-out {
    font-size: 3rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono .inner {
  background-color: #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono:hover .inner {
  background-color: transparent;
  border: 3px solid #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono:hover .inner h2 .txt-big,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono:hover .inner h2 .price,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.bono:hover .inner h2 .sold-out {
  color: #fff;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping {
  margin-bottom: 15px;
  max-width: none;
  width: 33.33333333%;
  min-width: 0;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.camping {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.camping {
    max-width: 170px;
    min-width: 170px;
    width: auto;
    margin-bottom: 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.camping {
    max-width: 200px;
    min-width: 200px;
    width: auto;
    margin-bottom: 0;
    max-width: none;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping .inner {
  background-color: #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping .inner .sold-out {
  height: 42px;
  margin-top: 10px;
  line-height: 42px;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping:hover .inner {
  background-color: transparent;
  border: 3px solid #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping:hover .inner h3 .txt-big,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping:hover .inner h3 .txt-medium,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping:hover .inner h3 .price,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.camping:hover .inner h3 .sold-out {
  color: #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada {
  width: 33.33333333%;
  max-width: none;
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada {
    max-width: 170px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada {
    max-width: 200px;
    width: auto;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada .inner {
  background-color: #211f25;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada .inner .sold-out {
  font-family: "League-Gothic";
  height: 28px;
  margin-top: 0;
  line-height: 28px;
  font-size: 1.4rem;
}
@media (min-width: 460px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada .inner .sold-out {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada .inner .sold-out {
    margin-top: 10px;
    line-height: 42px;
    height: 42px;
    font-size: 2rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada:hover .inner {
  background-color: transparent;
  border: 3px solid #000;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada:hover .inner h3 .txt-big,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada:hover .inner h3 .txt-medium,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada:hover .inner h3 .price,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.entrada:hover .inner h3 .sold-out {
  color: #000;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira {
  min-width: 33.3333333333%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira {
    min-width: 20%;
  }
}
@media (min-width: 992px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira {
    min-width: 170px;
  }
}
@media (min-width: 1200px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira {
    min-width: 200px;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira .inner {
  border: 3px solid #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner {
  background-color: #eaaf08;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner h4 .txt-big,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner h4 .txt-medium,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner h4 .price,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner h4 .sold-out,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira:hover .inner h4 .txt-small {
  color: #fff;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 {
  height: 99px;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-small,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-medium {
  font-family: "League-Gothic";
  font-weight: 500;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-small,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-medium,
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .price {
  color: #2d1327;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-medium {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-medium {
    font-size: 2.8rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-small {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .txt-small {
    font-size: 2rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .price {
  font-size: 2rem;
  top: -3px;
  position: relative;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira h4 .price {
    font-size: 2.4rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira .price {
  margin-top: 0;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira .sold-out {
  font-family: "League-Gothic";
  color: #2d1327;
  font-size: 1.4rem;
  font-weight: 500;
  height: 33px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira .sold-out {
    font-size: 2rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title .inner {
  height: 105px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title .inner > span:not(.icon) {
  font-size: 2rem;
  display: block;
  text-align: center;
  font-family: "League-Gothic";
  font-weight: 500;
  line-height: 1;
  color: #2d1327;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title .inner > span:not(.icon) {
    margin-bottom: 5px;
    font-size: 3rem;
  }
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title .inner > .icon-block {
  width: 100%;
  height: 45px;
  background-color: #eaaf08;
  text-align: center;
  line-height: 45px;
  font-size: 1.6rem;
  margin-bottom: 0 !important;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title .inner > .icon-block .icon polygon {
  fill: #fff;
}
.lt-tickets-header .tickets-container .tickets-row .ticket-block.gira.title:hover .inner > span:not(.icon) {
  color: #fff;
}

#tickets-iframe {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.page.home h2 {
  letter-spacing: 0.8px;
  font-size: 1.5rem;
  line-height: 1;
}
.page.home h2 small {
  text-transform: lowercase;
  font-family: "Source Sans Pro";
  color: #2d1327;
  font-size: 1.6rem;
  font-weight: 500;
}
.page h2.huge-heading, .page .h2.huge-heading {
  line-height: 1;
  font-family: "Source Sans Pro";
  font-size: 4rem;
  font-weight: 600;
  color: #2d1327;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .page h2.huge-heading, .page .h2.huge-heading {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .page h2.huge-heading, .page .h2.huge-heading {
    margin: 60px 0;
    font-size: 10rem;
  }
}
.page h4 a:hover, .page .h4 a:hover {
  color: #000000;
}
.page .main-container > section {
  padding: 15px 0 !important;
}
@media (min-width: 768px) {
  .page .main-container > section {
    padding: 30px 0 !important;
  }
}
.page .main-container > section.azkena-rock-ticket-buttons {
  padding: 0;
}
.page .main-container > section.vc_row.bbklive-gradient {
  position: relative;
}
.page .main-container > section.vc_row.bbklive-gradient:before {
  display: block;
  top: 55px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 110px);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8deef+0,e7d9e0+100 */
  background: rgb(216, 222, 239); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(216, 222, 239) 0%, rgb(231, 217, 224) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(216, 222, 239) 0%, rgb(231, 217, 224) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(216, 222, 239) 0%, rgb(231, 217, 224) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8deef", endColorstr="#e7d9e0",GradientType=0 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .page .main-container > section.vc_row.bbklive-gradient:before {
    top: 110px;
    height: calc(100% - 220px);
  }
}
.page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-bottom {
  padding-bottom: 60px;
}
.page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-bottom:before {
  height: calc(100% - 110px);
}
@media (min-width: 992px) {
  .page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-bottom:before {
    height: calc(100% - 55px);
  }
}
.page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-bottom .vc_column-inner {
  padding-bottom: 60px;
}
.page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-both {
  margin: 60px 0;
}
.page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-both:before {
  top: -30px;
  height: calc(100% + 60px);
}
@media (min-width: 992px) {
  .page .main-container > section.vc_row.bbklive-gradient.bbklive-gradient-overflow-both:before {
    top: -30px;
    height: calc(100% + 60px);
  }
}
.page h1.vc_custom_heading {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center !important;
}
.page:not(.home) .lt-ticket-buttons {
  top: auto;
}
.page:not(.home) .lt-ticket-buttons > .lt-ticket-button:first-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .page:not(.home) .lt-ticket-buttons > .lt-ticket-button:first-child {
    margin-right: 15px;
  }
}
.page:not(.home) .lt-ticket-buttons > .lt-ticket-button:nth-child(2) {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page:not(.home) .lt-ticket-buttons > .lt-ticket-button:nth-child(2) {
    margin-left: 15px;
  }
}
.page:not(.home) .lt-ticket-buttons > .lt-ticket-button:last-child {
  margin-right: 0;
}
.page:not(.home) .lt-ticket-buttons > .lt-ticket-button p {
  font-size: 1.1rem;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .page:not(.home) .lt-ticket-buttons > .lt-ticket-button p {
    padding: 0;
    font-size: 1.4rem;
  }
}
.page:not(.home) .main-container > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.page .news-slider .owl-carousel .owl-item .imagebg:before {
  display: none;
}
.page .news-slider .owl-carousel .owl-item .pos-vertical-center {
  top: 50%;
}
.page .news-slider .owl-carousel .owl-item .pos-vertical-center h2 {
  text-transform: none;
}
.page .news-slider .owl-carousel .owl-dots {
  text-align: left;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.page .news-slider .owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  background: none;
}
.page .news-slider .owl-carousel .owl-dots .owl-dot.active {
  transform: none;
  bottom: 0;
}
.page .news-slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.page .lt-video-popup {
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .lt-video-popup .btn {
  border: none;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 0 15px;
  width: 54px;
}
.page .lt-video-popup .btn span {
  padding-left: 5px;
}
.page .lt-video-popup .lt-video-popup-txt p {
  color: #fff;
  font-size: 49px;
  text-align: center;
  font-family: "League-Gothic";
  line-height: 1;
  margin-top: 30px;
}
.page span.wpcf7-list-item {
  margin-left: 0;
}

.article-single-info-util .lt-nav-tabs {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .article-single-info-util .lt-nav-tabs {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .article-single-info-util .lt-nav-tabs {
    margin-bottom: 30px;
  }
}
.article-single-info-util .lt-nav-tabs:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .article-single-info-util .lt-nav-tabs:after {
    background: none;
  }
}
.article-single-info-util .lt-nav-tabs:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .article-single-info-util .lt-nav-tabs:before {
    background: none;
  }
}
.article-single-info-util .lt-nav-tabs > ul {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .article-single-info-util .lt-nav-tabs > ul {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.article-single-info-util .lt-nav-tabs > ul > li > a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-color: #6bb4c3;
  padding: 12px 15px;
  margin-bottom: 0;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .article-single-info-util .lt-nav-tabs > ul > li > a {
    margin-bottom: 15px;
  }
}
.article-single-info-util .lt-nav-tabs > ul > li > a span {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
  color: #2d1327;
}
.article-single-info-util .lt-nav-tabs > ul > li.active > a, .article-single-info-util .lt-nav-tabs > ul > li:hover > a {
  opacity: 1;
  border-color: #eabc5b;
  background-color: transparent;
}
.article-single-info-util .lt-nav-tabs > ul > li.active > a span, .article-single-info-util .lt-nav-tabs > ul > li:hover > a span {
  color: #2d1327;
}
.article-single-info-util .info-util-summary {
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .article-single-info-util .info-util-summary {
    padding-bottom: 30px;
  }
}
.article-single-info-util .info-util-summary p {
  font-size: 1.28rem;
  font-weight: 500;
}
.article-single-info-util .info-util-summary .lt-button {
  margin-top: 15px;
}
.article-single-info-util .info-util-summary figure {
  padding: 30px 0 30px;
}
@media (min-width: 768px) {
  .article-single-info-util .info-util-summary figure {
    padding: 30px 0 0;
  }
}

.vc-single-info-util {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .vc-single-info-util {
    padding-top: 30px !important;
  }
}
.vc-single-info-util > .vc_row {
  padding-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.vc-single-info-util p.h2 {
  font-size: 2.2rem;
  text-align: left !important;
}
@media (min-width: 992px) {
  .vc-single-info-util p.h2 {
    font-size: 2.4rem;
  }
}
.vc-single-info-util p.h2 strong {
  font-size: 1.5rem;
  text-align: center;
  border: 3px solid;
  display: inline-block;
  padding: 7.5px 15px;
  margin-top: 30px;
  color: #2d1327;
  width: 45px;
  height: 45px;
  line-height: 40px;
  padding: 0;
}
.vc-single-info-util .wpb_text_column ul {
  margin-left: 20px;
}

.page .main-container > .lt-social-feed {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .page .main-container > .lt-social-feed {
    padding-top: 15px !important;
    margin-bottom: 30px;
  }
}

.lt-social-feed {
  margin-top: -30px;
}
.lt-social-feed .wpb_wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper {
    display: block;
  }
}
.lt-social-feed .wpb_wrapper .social-left {
  max-width: 280px;
  min-width: 280px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-left {
    max-width: 290px;
    min-width: 290px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lt-social-feed .wpb_wrapper .social-left {
    max-width: 33.33%;
  }
}
.lt-social-feed .wpb_wrapper .social-left #iframe-instagram-feed {
  margin-bottom: 15px;
  position: relative;
}
.lt-social-feed .wpb_wrapper .social-left #iframe-instagram-feed .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.lt-social-feed .wpb_wrapper .social-left #sp-box {
  height: 215px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .lt-social-feed .wpb_wrapper .social-left #sp-box {
    height: 290px;
  }
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-left #sp-box {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-left #sp-box {
    height: 240px;
  }
}
.lt-social-feed .wpb_wrapper .social-left #iframe-spotify-feed {
  height: 280px;
  min-height: 280px;
}
@media screen and (max-width: 1199px) {
  .lt-social-feed .wpb_wrapper .social-left #iframe-spotify-feed {
    height: 290px;
    min-height: 290px;
  }
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-left #iframe-spotify-feed {
    min-height: 380px;
  }
}
.lt-social-feed .wpb_wrapper .social-right {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-right {
    max-width: 290px;
    min-width: 290px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lt-social-feed .wpb_wrapper .social-right {
    max-width: 66.66%;
  }
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top {
  display: flex;
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top {
    display: block;
  }
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed {
  position: relative;
  padding: 15px;
  margin-right: 15px;
  border: 3px solid #76abec;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed {
    max-width: 50%;
    min-width: 0;
  }
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .feed-twitter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .feed-twitter {
    max-width: 100%;
  }
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header figure {
  border-radius: 45px;
  overflow: hidden;
  width: 45px;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header > div {
  margin-left: 15px;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #211f25;
  display: block;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header span.user {
  font-weight: 400;
  font-size: 1rem;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header .icon {
  font-size: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .header .icon path {
  fill: #76abec;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed .text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed p {
  margin-bottom: 0;
  color: #211f25;
  font-size: 1.1rem;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed p a, .lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed p a * {
  color: #211f25;
  font-weight: 600;
  text-decoration: none;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed p a:hover, .lt-social-feed .wpb_wrapper .social-right .social-right-top #iframe-twitter-feed p a *:hover {
  color: #080809;
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box {
  min-width: 420px;
  min-height: 230px;
}
@media screen and (max-width: 1199px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box {
    min-width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box {
    min-height: 200px;
    width: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box {
    max-width: 50%;
    min-width: 0;
  }
}
.lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box #iframe-youtube-feed {
  min-height: 230px;
  height: 230px;
}
@media screen and (max-width: 1199px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box #iframe-youtube-feed {
    min-height: 325px;
    height: 325px;
  }
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right .social-right-top #yt-box #iframe-youtube-feed {
    min-height: 200px;
    height: 200px;
  }
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed {
  position: relative;
  flex-grow: 1;
  display: flex;
  margin-top: 15px;
  color: #fff;
  background: #fff;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook {
  display: flex;
  width: 100%;
  border: 3px solid #4765c7;
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook {
    display: block;
  }
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure {
  position: relative;
  min-width: 250px;
  max-width: 250px;
  overflow: hidden;
  align-self: stretch;
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure {
    min-width: 160px;
    max-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure {
    min-width: 100%;
    max-width: 100%;
  }
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure:empty {
  display: none;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook > figure img {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header {
  position: relative;
  display: flex;
  margin-top: 15px;
  padding-left: 15px;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header figure {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 45px;
  overflow: hidden;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header figure img {
  width: 100%;
  height: auto;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header > div {
  margin-left: 15px;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header > div span {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  color: #211f25;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header > div span.user {
  font-size: 1rem;
  font-weight: 400;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header .icon {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 10px;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .header .icon path {
  fill: #4765c7;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text {
  padding-right: 15px;
  max-height: 165px;
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text {
    max-height: none;
  }
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text p {
  color: #211f25;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text p a, .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text p a * {
  color: #211f25;
  font-weight: 600;
  text-decoration: none;
}
.lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text p a:hover, .lt-social-feed .wpb_wrapper .social-right #iframe-facebook-feed .feed-facebook .text p a *:hover {
  color: #080809;
}
.lt-social-feed .icon {
  color: #fff;
  font-size: 3rem;
  width: 28px;
  height: 28px;
}
.lt-social-feed .icon path {
  fill: #fff;
}

.trashville {
  position: relative;
  margin: 0;
  background: #eaaf08;
}
.trashville:before {
  display: block;
  top: 55px;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 110px);
  background: #eaaf08;
}
@media (min-width: 992px) {
  .trashville:before {
    top: 110px;
    height: calc(100% - 220px);
  }
}
.trashville + .lt-footer-newsletter {
  background: #eaaf08;
}
.trashville + .lt-footer-newsletter + .lt-footer {
  background: #eaaf08;
}
.trashville > .container > .row > .wpb_column > .vc_column-inner {
  background-color: #fff;
}
.trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row:first-child {
    padding-bottom: 30px;
  }
}
.trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row:last-child {
  padding-bottom: 0;
}
.trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row .wpb_text_column {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .trashville > .container > .row > .wpb_column > .vc_column-inner .vc_row .wpb_text_column {
    padding-left: 0;
    padding-right: 0;
  }
}
.trashville .intro-trashville .lt-button.lt-button-primary {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .trashville .intro-trashville .lt-button.lt-button-primary {
    margin-top: 45px;
  }
}
.trashville .lt-button.lt-button-primary {
  padding: 15px 55px 11px;
}
@media (min-width: 768px) {
  .trashville .lt-button.lt-button-primary {
    padding: 15px 60px;
  }
}
.trashville .lt-button.lt-button-primary i {
  font-size: 1.3rem;
}
.trashville .slider--controlsoutside {
  margin-top: 0;
}
.trashville #iframe-spotify-feed {
  min-height: 350px;
}
.trashville #iframe-youtube-feed, .trashville iframe {
  min-height: 200px;
  height: 200px;
}
@media (min-width: 992px) {
  .trashville #iframe-youtube-feed, .trashville iframe {
    min-height: 350px;
    height: auto;
  }
}
.trashville .video-trashville .wpb_content_element {
  margin-bottom: 0;
}
.trashville .owl-carousel .owl-stage-outer .owl-item li {
  list-style: none;
  margin-bottom: 0;
}
.trashville .owl-carousel .owl-stage-outer .owl-item li > div {
  padding: 0;
}
.trashville .owl-carousel .owl-stage-outer img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.trashville .owl-carousel .owl-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trashville .owl-carousel .owl-controls .owl-dots span {
  background-color: #fff !important;
}

.page-id-3086, .page-id-3242, .page-id-3246 {
  background: #eaaf08;
}

.post-type-archive-partner {
  background-color: #fff;
}

.partners h2 {
  background-color: #eeddbd;
  padding: 15px 30px;
  line-height: 1;
  font-size: 1.75rem;
  margin-bottom: 0;
  color: #fff;
}
.partners h2 + .partner-block {
  border-top: none;
  padding-top: 30px !important;
}
.partners .partner-block {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #211f25;
}
@media (min-width: 768px) {
  .partners .partner-block > .row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .partners .partner-block > .row {
    display: block;
  }
}
@media (min-width: 768px) {
  .partners .partner-block > .row > div:last-of-type {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .partners .partner-block > .row > div:last-of-type {
    display: block;
  }
}
@media (min-width: 768px) {
  .partners .partner-block > .row > div:last-of-type img {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .partners .partner-block .partner-info {
    display: flex;
  }
}
.partners .partner-block .partner-info header {
  flex-basis: 260px;
  min-width: 260px;
  display: flex;
  align-items: center;
  max-width: 260px;
}
.partners .partner-block .partner-info header img {
  max-width: 80%;
}
.partners .partner-block .partner-info > div {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .partners .partner-block .partner-info > div {
    padding-right: 60px;
  }
}
.partners .partner-block .partner-info > div p a {
  text-decoration: none;
  font-weight: 600;
}
.partners .partner-block .partner-info ul {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .partners .partner-block .partner-info ul {
    margin-bottom: 0;
  }
}
.partners .partner-block .partner-info ul li {
  margin-right: 15px;
}
.partners .partner-block .partner-info ul li a path {
  fill: #2d1327;
}
.partners .partner-block .partner-info ul li a:hover path {
  fill: #000000;
}

.blog-post .full-img img {
  width: 100%;
  margin-bottom: 0;
}
.blog-post .full-img .blog-post__share {
  margin-top: 0;
  position: relative;
  top: -34px;
}
.blog-post .blog-post__title {
  padding: 0;
  padding-bottom: 15px;
  padding-top: 60px;
}
.blog-post .blog-post__title + .container {
  margin-top: 0 !important;
}
.blog-post .video-cover {
  min-height: 150px;
}
@media (min-width: 768px) {
  .blog-post .video-cover {
    min-height: 300px;
  }
}
.blog-post .post-content h1 {
  font-family: "Source Sans Pro";
}
.blog-post .blog-post__share .social-share {
  display: flex;
}
.blog-post .blog-post__share .social-share .btn {
  border-radius: 0;
  padding: 0;
  border: none;
  height: 35px;
  width: 35px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-post .blog-post__share .social-share .btn svg path {
  fill: #fff;
}
.blog-post .blog-post__share .social-share .btn .btn__text {
  width: 22px;
  height: 22px;
}
.blog-post .related-row {
  padding-top: 15px;
}
.blog-post .related-row h5.h1 {
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .blog-post .related-row h5.h1 {
    padding: 60px 0;
  }
}

.project-navigation {
  display: flex;
  justify-content: space-between;
}
.project-navigation a {
  background-color: transparent;
}
.project-navigation a:hover {
  background-color: transparent;
}

.archive h1 {
  color: #2d1327;
}
.archive .sidebar .widget_search, .archive .sidebar .widget_archive, .archive .sidebar .widget_meta {
  display: none;
}
.archive .sidebar hr {
  border-color: #000000;
}
.archive .sidebar .widget_recent_entries h6, .archive .sidebar .widget_categories h6 {
  font-family: "Source Sans Pro";
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #000000;
}
.archive .sidebar .widget_recent_entries hr, .archive .sidebar .widget_categories hr {
  margin: 5px 0 15px;
}
.archive .sidebar .widget_recent_entries ul li, .archive .sidebar .widget_categories ul li {
  margin-bottom: 10px;
}
.archive .sidebar .widget_recent_entries ul li a:hover, .archive .sidebar .widget_categories ul li a:hover {
  color: #2d1327;
}

.page-news {
  height: auto;
  height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
.page-news > .pos-vertical-center {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.lt-news {
  padding-top: 0 !important;
  margin-top: -45px;
  margin-left: 0;
  margin-right: 0;
}
.lt-news .masonry-blog .masonry__item {
  position: relative;
}
.lt-news .pagination-container {
  display: none;
}

.blog-post .masonry__item, .archive:not(.post-type-archive-artista) .masonry__item, .lt-news .masonry__item {
  max-width: 100%;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .blog-post .masonry__item, .archive:not(.post-type-archive-artista) .masonry__item, .lt-news .masonry__item {
    width: 100%;
  }
}
.blog-post .masonry__item > a, .archive:not(.post-type-archive-artista) .masonry__item > a, .lt-news .masonry__item > a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding: 10px;
  border: 3px solid #eeddbd;
}
.blog-post .masonry__item > a:hover, .archive:not(.post-type-archive-artista) .masonry__item > a:hover, .lt-news .masonry__item > a:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.blog-post .masonry__item > a:hover img, .archive:not(.post-type-archive-artista) .masonry__item > a:hover img, .lt-news .masonry__item > a:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.blog-post .masonry__item .card, .archive:not(.post-type-archive-artista) .masonry__item .card, .lt-news .masonry__item .card {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .blog-post .masonry__item .card, .archive:not(.post-type-archive-artista) .masonry__item .card, .lt-news .masonry__item .card {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.blog-post .masonry__item .card:hover, .archive:not(.post-type-archive-artista) .masonry__item .card:hover, .lt-news .masonry__item .card:hover {
  box-shadow: none;
}
.blog-post .masonry__item .card:hover img, .archive:not(.post-type-archive-artista) .masonry__item .card:hover img, .lt-news .masonry__item .card:hover img {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.blog-post .masonry__item .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item .card .card__image, .lt-news .masonry__item .card .card__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px !important;
  overflow: hidden;
}
.blog-post .masonry__item .card .card__image img, .archive:not(.post-type-archive-artista) .masonry__item .card .card__image img, .lt-news .masonry__item .card .card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 101%;
}
.blog-post .masonry__item .card .card__body, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body, .lt-news .masonry__item .card .card__body {
  background-color: transparent;
  padding: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-post .masonry__item .card .card__body, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body, .lt-news .masonry__item .card .card__body {
    min-height: 215px;
  }
}
@media (min-width: 992px) {
  .blog-post .masonry__item .card .card__body, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body, .lt-news .masonry__item .card .card__body {
    min-height: 315px;
  }
}
@media (min-width: 1200px) {
  .blog-post .masonry__item .card .card__body, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body, .lt-news .masonry__item .card .card__body {
    min-height: 260px;
  }
}
.blog-post .masonry__item .card .card__body h6, .blog-post .masonry__item .card .card__body h5, .blog-post .masonry__item .card .card__body p, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body h6, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body p, .lt-news .masonry__item .card .card__body h6, .lt-news .masonry__item .card .card__body h5, .lt-news .masonry__item .card .card__body p {
  font-family: "Source Sans Pro";
  color: #211f25;
}
.blog-post .masonry__item .card .card__body h6, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body h6, .lt-news .masonry__item .card .card__body h6 {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.blog-post .masonry__item .card .card__body .card__title, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body .card__title, .lt-news .masonry__item .card .card__body .card__title {
  height: auto;
  margin-bottom: 15px;
}
.blog-post .masonry__item .card .card__body .card__title h5, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body .card__title h5, .lt-news .masonry__item .card .card__body .card__title h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.05;
  color: #2d1327;
}
.blog-post .masonry__item .card .card__body .card__lower p, .archive:not(.post-type-archive-artista) .masonry__item .card .card__body .card__lower p, .lt-news .masonry__item .card .card__body .card__lower p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .blog-post .masonry__item.image, .archive:not(.post-type-archive-artista) .masonry__item.image, .lt-news .masonry__item.image {
    width: 100%;
  }
}
.blog-post .masonry__item.image .card, .archive:not(.post-type-archive-artista) .masonry__item.image .card, .lt-news .masonry__item.image .card {
  position: relative;
}
.blog-post .masonry__item.image .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__image, .lt-news .masonry__item.image .card .card__image {
  position: relative;
  height: 350px !important;
}
@media (min-width: 768px) {
  .blog-post .masonry__item.image .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__image, .lt-news .masonry__item.image .card .card__image {
    height: 415px !important;
  }
}
@media (min-width: 992px) {
  .blog-post .masonry__item.image .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__image, .lt-news .masonry__item.image .card .card__image {
    height: 515px !important;
  }
}
@media (min-width: 1200px) {
  .blog-post .masonry__item.image .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__image, .lt-news .masonry__item.image .card .card__image {
    height: 460px !important;
  }
}
.blog-post .masonry__item.image .card .card__image:after, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__image:after, .lt-news .masonry__item.image .card .card__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post .masonry__item.image .card .card__body, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body, .lt-news .masonry__item.image .card .card__body {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-post .masonry__item.image .card .card__body h6, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body h6, .lt-news .masonry__item.image .card .card__body h6 {
  color: #fff;
}
.blog-post .masonry__item.image .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body h5, .lt-news .masonry__item.image .card .card__body h5 {
  color: #fff;
  font-size: 2.6rem;
  font-family: "League-Gothic";
}
@media (min-width: 768px) {
  .blog-post .masonry__item.image .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body h5, .lt-news .masonry__item.image .card .card__body h5 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .blog-post .masonry__item.image .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body h5, .lt-news .masonry__item.image .card .card__body h5 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .blog-post .masonry__item.image .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body h5, .lt-news .masonry__item.image .card .card__body h5 {
    font-size: 3.2rem;
  }
}
.blog-post .masonry__item.image .card .card__body .card__lower, .archive:not(.post-type-archive-artista) .masonry__item.image .card .card__body .card__lower, .lt-news .masonry__item.image .card .card__body .card__lower {
  display: none;
}
@media (min-width: 768px) {
  .blog-post .masonry__item.text .card, .archive:not(.post-type-archive-artista) .masonry__item.text .card, .lt-news .masonry__item.text .card {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .blog-post .masonry__item.text .card, .archive:not(.post-type-archive-artista) .masonry__item.text .card, .lt-news .masonry__item.text .card {
    height: 515px;
  }
}
.blog-post .masonry__item.text .card .card__image, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__image, .lt-news .masonry__item.text .card .card__image {
  display: none;
}
.blog-post .masonry__item.text .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__body h5, .lt-news .masonry__item.text .card .card__body h5 {
  font-size: 2.6rem;
  color: #2d1327;
  font-family: "League-Gothic";
}
@media (min-width: 768px) {
  .blog-post .masonry__item.text .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__body h5, .lt-news .masonry__item.text .card .card__body h5 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .blog-post .masonry__item.text .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__body h5, .lt-news .masonry__item.text .card .card__body h5 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .blog-post .masonry__item.text .card .card__body h5, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__body h5, .lt-news .masonry__item.text .card .card__body h5 {
    font-size: 3.2rem;
  }
}
.blog-post .masonry__item.text .card .card__body .card__lower, .archive:not(.post-type-archive-artista) .masonry__item.text .card .card__body .card__lower, .lt-news .masonry__item.text .card .card__body .card__lower {
  display: none;
}

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