@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4E4E4E;
  overflow-x: hidden;
}

*, ::after, ::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

button,
button:hover,
button:focus,
input,
textarea,
select {
  outline: none;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

a,
button,
input,
textarea,
select,
.header,
.header__menu {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/*--TIPOGRAFÍA--*/
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: 'Oswald', sans-serif;
}

h1, h2, .h1, .h2{
  font-weight: 600;
}

h1, .h1 {
  font-size: 2.6rem;
}

h2, .h2 {
  font-size: 1.5em;
}

.h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

h3, .h3 {
  font-size: 1.375em;
}

p, li {
  line-height: 1.5
}

a {
  color:#04355D;
}

a,
a:hover,
a:active,
a:focus,
a:visited,
a *{
  outline: 0;
  text-decoration: none;
}
.relative {
  position: relative;
}
.bg-black {
  background: #000;
  color: #FFF;
}
.bg-gray {
  background: #E3E2E0;
  color:#04355D;
}
.bg-white {
  background: #FFF;
}
  .bg-white .h2{
    color:#A69869
  }
  .bg-white .h2.boxForm__title {
    color: #04355D;
  }
.container-fluid {
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.card-header .faq {
  border-bottom: 1px solid #fff !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 3;
  background: rgba(0,0,0,0.75);
  padding-left: 15px;
}
.header.sticky {
  height: 60px;
  background: rgba(0,0,0,1);
}
  .header.sticky .header__logo {
    max-width: 80px;
  }
  .header__nav,
  .header__menu .menu__link,
  .header .button__icon {
    height: 100%;
  }
  .header__menu {
    display: flex;
    height: 100%;
  }
    .header__menu .menu__link {
      padding: 0 20px;
      border-left: 1px dashed;
      margin: 0;
      display: flex;
      align-items: center;
    }
    .header__menu .menu__link:hover {
      border-color: #FFF;
    }
  .header .button {
    font-size: 1.125rem;
    height: 100%;
  }
    .header .button__icon {
      width: 60px;
    }

.footer {
  background-image: url('../img/bg-footer.png');
  background-position: center;
  background-size: cover;
  border-top: 5px solid #A69869;
}
  .footer__rrss .rrss__item {
    margin-right: 5px;
  }
  .footer__menu {
    margin-bottom: 15px;
  }
    .footer__menu .menu__link {
      margin-right: 15px;
    }

.header__logo,
.footer__logo {
  max-width: 120px;
}

.menu__link {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.menu__link:hover {
  color: #A69869;
}

.sectionHome .h2 {
  margin-bottom: 30px;
}
.button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  padding: 8px 15px;
}
  .button__text,
  .button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button__text {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }
  .button__icon {
    width: 40px;
    height: 40px;
  }
  .button > .d-flex {
    height: 100%;
  }

.button--icon {
  padding: 0;
}

.button--gold {
  background: #A69869;
  color: #FFF;
}
  .button--gold .button__icon {
    background: #8A7736;
  }

.button--gold:hover {
  background: #8A7736;
  color: #FFF;
}
  .button--gold:hover .button__icon {
    background: #A69869;
  }

.button--white {
  background: #FFF;
  color:#04355D;
}
.button--white:hover {
  background: #04355D;
  color:#FFF;
}

.button--blue {
  background:#04355D;
  color:#FFF;
}
.button--blue:hover {
  background: #FFF;
  color:#04355D;
}

.button--gray {
  background:#E3E2E0;
  color:#04355D;
}
.button--gray:hover {
  background: #04355D;
  color:#E3E2E0;
}

.button--center {
  display: table;
  margin: 0 auto;
}

.button--right {
  float: right;
}

.link {
  font-family: 'Oswald', sans-serif;
  color: #8A7736;
}
.link:hover {
  color: #04355D;
}
.boxForm {
  margin-bottom: 0;
  padding: 30px 15px;
}
.boxForm--absolute {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.boxForm::before,
.boxForm::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  display: block;
  background-color: #FFF;
  background-position: center;
  background-size: 120%;
  -webkit-mask: url(../img/special-border.svg) 12px 50%;
  mask: url(../img/special-border.svg) 12px 50%;
}
.boxForm::before {
  left: -12px;
}
.boxForm::after {
  right: -12px;
  transform: rotate(180deg);
}
  .boxForm__title {
    margin-bottom: 15px;
    color: #04355D;
  }
  .form__label {
    margin-bottom: 0;
    font-size: 0.875em;
    text-transform: uppercase;
  }
  .form__control {
    border-bottom: 1px solid #A69869;
    border-radius: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    color: #A69869;
    font-family: 'Oswald', sans-serif;
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .form__control::-webkit-input-placeholder {
    color: #A69869;
  }
  .form__control::-moz-placeholder {
    color: #A69869;
  }
  .form__control:-ms-input-placeholder {
    color: #A69869;
  }
  .form__control:-moz-placeholder {
    color: #A69869;
  }

  .form__control--select,
  .form__control.datepicker {
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    background-size: 28px;
    padding-right: 42px;
    cursor: pointer;
  }
  .form__control--select{
  background-position: 100% -33px;
  }
  .form__control.datepicker {
    background-position: 100% -2px;
  }
  .form__button {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.form--vertical .form__group {
  margin-bottom: 15px;
}
.table {
  color: #4A4A4A;
}
  .table thead th {
    border-top: none;
    font-size: 1.375rem;
  }
  .table tbody td {
    font-size: 1rem;
  }
.owl-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
}

.owl-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
  .owl-dot {
    display: block;
    height: 10px;
    width: 100%;
    background: #A69869;
    margin-right: 2px;
  }
  .owl-dot:last-of-type {
    margin-right: 0;
  }
  .owl-dot.active {
    background: #8A7736;
  }
.pagination {
  justify-content: flex-end;
  align-items: center;
}
  .pagination__link {
    justify-content: flex-end;
    background: #e5ebf1;
    margin-right: 1px;
    padding: 4px 12px;
    color: #78777C;
    font-size: 0.75rem;
  }
  .pagination__link:first-child,
  .pagination__link:last-child {
    color: #003B7C;
    font-size: 1.15rem;
  }
  .pagination__link:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .pagination__link:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .pagination__link.active,
  .pagination__link:hover {
    background: #003B7C;
    color: #FFF;
  }
.breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 0.875em;
  margin: 10px 0 20px 0;
}
  .breadcrumb__item,
  .breadcrumb__item:hover {
    color: #FFF;
    text-decoration: underline;
    position: relative;
  }
  .breadcrumb__item::after {
    content:"-";
    transform: none;
    position: absolute;
    right: -10px;
  }
  .breadcrumb__item + .breadcrumb__item {
    margin-left: 15px;
  }
  .breadcrumb__item:last-of-type::after {
    content: none;
  }
  .breadcrumb__item.active {
    font-weight: 600;
    text-decoration: none;
  }
.principalSlider__item {
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
}
  .principalSlider__item__infoContainer {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
  }
      .principalSlider__item__titleContainer,
      .cover--show .cover__titleContainer {
        position: relative;
        border-left: 40px solid #000;
        padding: 23px 0 18px 0;
      }
        .principalSlider__item__title,
        .cover--show .cover__title {
          font-size: 3.250rem;
          line-height: 3.250rem;
          display: inline;
          padding: 10px 0;
	      opacity: 0.85;
          background: #000;
        }
          .principalSlider__item__title__span,
          .cover--show .cover__title__span {
            z-index: 1;
            position: relative;
            left: -20px;
          }
      .principalSlider__item__button {
        position: absolute;
        right: -20px;
        bottom: -20px;
      }
      .principalSlider__item__date,
      .cover--show .cover__date {
        font-size: 1.250rem;
        font-weight: 400;
        color: #FFF;
        margin-top: 30px;
        margin-bottom: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,1);
      }

  .principalSlider .owl-prev,
  .principalSlider .owl-next {
    color: #FFF;
    font-size: 1.5em;
    width: 40px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .principalSlider .owl-prev.disabled,
  .principalSlider .owl-next.disabled {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: default;
  }
  .principalSlider .owl-prev {
    left: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-right: 8px;
  }
  .principalSlider .owl-next {
    right: 0;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-left: 8px;
  }
.cover{
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
}
  .cover__infoContainer {
    padding-top: 100px;
  }
    .cover__title {
      text-transform: uppercase;
      font-size: 2.25rem;
      text-shadow: 0 2px 4px rgba(0,0,0,.5);
      margin-bottom: 15px;
    }
    .cover__category {
      margin-top: 30px;
      margin-bottom: 15px;
      display: block;
      color: #FFF;
    }
    .cover__category:hover {
      text-decoration: underline;
      color: #FFF;
    }
.cover--filter {
  min-height: 265px;
}
.cover--show {
  overflow: hidden;
}
.cover--show::before {
  content: "";
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
  transform: scale(1.1,1.1);
}
  .cover--show .cover__title {
    text-transform: inherit;
  }
  .cover--show .cover__button {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
.counterLabel {
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
  font-family: 'Oswald', sans-serif;
}
.counter  {
  font-family: 'Oswald', sans-serif;
}
  .counter__item {
    width: 100%;
    margin: 4px;
  }
    .counter__item__number {
      background-color: #000;
      height: 45px;
      width: 100%;
      text-align: center;
      position: relative;
      font-size: 1.5em;
      font-weight: 500;
      color: #FFF;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .counter__item__number::before,
    .counter__item__number::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 4px;
      display: block;
      background-color: #000;
      background-position: center;
      background-size: 120%;
    }
    .counter__item__number::before {
      left: -4px;
      -webkit-mask: url(../img/special-border-small.svg) 4px 50%;
      mask: url(../img/special-border-small.svg) 4px 50%;
    }
    .counter__item__number::after {
      right: -4px;
      -webkit-mask: url(../img/special-border-small-right.svg) 4px 50%;
      mask: url(../img/special-border-small.svg) 4px 50%;
    }
    .counter__item__label::before {
      content: "";
      position: absolute;
      top: -22.5px;
      left: 0;
      right: 0;
      background: rgba(0,0,0,.3);
      z-index: 3;
      bottom: 100%;
    }
    .counter__item__label {
      font-size: 0.85rem;
      text-align: center;
      text-shadow: 1px 1px 2px rgba(0,0,0,1);
      display: block;
      position: relative;
    }
.card {
  border: none;
  border-radius: 0;
  color: #4E4E4E;
  margin-bottom: 30px;
  background: transparent;
}
  .card__textContainer {
    padding: 20px;
    background: #FFF;
    position: relative;
  }
    .card__img img {
      width: 100%;
    }
    .card__title {
      color:#04355D;
    }
    .card__date {
      font-family: 'Oswald', sans-serif;
      display: block;
    }
    .card__exceprt {
      margin-top: 15px;
    }
    .card__link {
      margin-top: 15px;
    }

.card--button .card__textContainer {
  padding: 20px 20px 0 20px;
}
  .card--button.card--vertical .card__link {
    text-align: center;
    margin-bottom: 5px;
  }
  .card--button .button {
    display: table;
    margin: 0 auto -20px auto;
  }

.card--horizontal {
  flex-direction: row;
}
  .card--horizontal .card__img {
    width: 40%;
  }
  .card--horizontal .card__textContainer {
    width: 60%;
  }
  .card--horizontal .card__buttons {
    position: absolute;
    right: -40px;
    bottom: 30px;
  }
  .card--horizontal.card--button .button {
    display: block;
    margin: 0;
  }

  .card--horizontal.card--button .card__textContainer {
    margin-right: 40px;
    padding-right: 165px;
  }

.card--featured {
  position: relative;
  margin-right: 20px;
}
  .card--featured .card__title {
    font-size: 1.750rem;
  }


.card--featured.card--horizontal {
  background: #FFF;
}
  .card--featured.card--horizontal .card__overlap {
    position: relative;
    top: 0px;
    bottom: -20px;
  }
    .card--featured.card--horizontal .button {
      position: absolute;
      bottom: -20px;
    }

.card--gray  .card__textContainer {
  background: #E3E2E0;
}
.card--xs  .card__textContainer {
  padding: 15px;
}
  .card--xs  .card__title {
    font-size: 1.125rem;
  }

.sectionHome.shows {
  padding-top: 7rem!important;
}
.shows .h2 {
  margin-bottom: 0;
}
.cardsCarousel .owl-stage-outer {
  padding: 30px 0;
}
  .cardsCarousel .card {
    margin-bottom: 0;
  }

.showsList__item {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.5);
}
  .showsList__item__date {
    font-size: 1.375rem;
    text-transform: uppercase;
  }


.cardsCarousel .owl-stage-outer {
  overflow: visible;
}
  .cardsCarousel .owl-item {
    opacity: .3;
  }
  .cardsCarousel .owl-item.active {
    opacity: 1;
  }
.cardsCarousel .owl-nav {
  display: block;
  margin: 15px 0;
  position: absolute;
  font-size: 1.25rem;
}
  .cardsCarousel .owl-prev,
  .cardsCarousel .owl-next {
    float: left;
    position: relative;
    top: auto;
  }
  .cardsCarousel .owl-prev {
    margin-right: 15px;
  }
  .cardsCarousel .owl-prev.disabled,
  .cardsCarousel .owl-next.disabled {
    opacity: .5;
    cursor: default;
  }


.boxDiscount {
  padding: 20px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  margin-top: -60px;
}
  .boxdiscout__number {
    font-size: 2.875rem;
    font-weight: 700;
  }
  .boxdiscout__text {
    font-size: 1.250rem;
    line-height: 1.1;
    margin: 0 0 0 15px;
    padding-bottom: 20px;
  }
  .boxDiscount__button {
    position: absolute;
    right: 20px;
  }

.prices__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.750rem;
  color: #04355D;
}
.prices__table td:first-of-type {
  width: 70%;
}
.prices__table td:last-of-type {
  width: 30%;
}
  .post__content .prices__table__color {
    margin-right: 5px;
    max-width: 15px;
  }


.post__img {
  position: relative;
}
  .post__img__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    padding: 15px;
    text-align: right;
  }
.rrss__item {
  height: 30px;
  width: 30px;
  color: #FFF;
  background: #A69869;
}
.rrss__item:hover{
  background: #FFF;
}
.rrss__item .rrss__item__link:hover {
  color: #A69869;
}
.post__share .rrss__item {
  display: block;
  margin-bottom: 2px;
}
.rrss__item--facebook {
  background: #3B5998;
}
.rrss__item--facebook .rrss__item__link:hover {
  color: #3B5998;
}
.rrss__item--twitter {
  background: #1DA1F2;
}
.rrss__item--twitter .rrss__item__link:hover {
  color: #1DA1F2;
}
.rrss__item--linkedin {
  background: #0077B5;
}
.rrss__item--linkedin .rrss__item__link:hover {
  color: #0077B5;
}
.rrss__item--whatsapp {
  background: #128C7E;
}
.rrss__item--whatsapp .rrss__item__link:hover {
  color: #128C7E;
}
  .rrss__item__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .rrss__item__link {
    color: #FFF;
  }

.post__content {
  width: 90%;
}
  .post__content__title {
    font-size: 2.250rem;
    color:#04355D;
  }
  .post__content__excerpt {
    font-size: 1.125rem;
    margin: 15px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

  .post__content blockquote {
    float: left;
    width: 40%;
    margin-right: 15px;
    margin-left: -15px;
    font-size: 1.125em;
    color: #8A7736;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: 600;
  }
  .post__content__iframe--spotify {
    margin-top: 50px;
    height: 80px;
  }
    .post__content__iframe--spotify iframe {
      width: 100%;
    }
    .post__content__iframe iframe,
    .post__content img {
      max-width: 100%;
      height: auto;
    }

  .post__content__button--youtube i {
    color: #FF0000;
    margin-right: 5px;
    transition: none;
  }

  .post__content__img img{
    margin: 15px auto;
    display: block;
  }
  .post__content__gallery .owl-stage-outer{
    padding: 30px 0;
  }
    .post__content__gallery .owl-item.center {
      transform: scale(1.25);
    }
  .post__content__gallery .owl-prev,
  .post__content__gallery .owl-next {
    color: #A69869;
    font-size: 1.25rem;
    width: 30px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
  }
  .post__content__gallery .owl-prev {
    left: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-right: 8px;
  }
  .post__content__gallery .owl-next {
    right: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 8px;
  }

.sidebar__component {
  margin: 30px 0;
}
.sidebar__component:first-of-type {
  margin-top:0;
}
  .sidebar__component .h2{
    color:#04355D;
    margin-bottom: 30px;
  }

.bannerContainer {
  padding-bottom: 20px;
}
.bannerContainer--show {
  padding-left: 15px;
  padding-right: 15px;
}

.banner {
  background-color: #04355D;
  color: #FFF;
  padding: 20px;
  position: relative;
  text-align: center;
}
.banner--show::before,
.banner--show::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  display: block;
  background-color: #04355D;
  background-position: center;
  background-size: 120%;
  -webkit-mask: url(../img/special-border.svg) 12px 50%;
  mask: url(../img/special-border.svg) 12px 50%;
}
.banner--show::before {
  left: -12px;
}
.banner--show::after {
  right: -12px;
  transform: rotate(180deg);
}
  .banner__title {
    font-size: 1.250rem;
    margin-bottom: 15px;
  }
  .banner__title__span {
    font-size: 1.75rem;
    display: block;
    text-transform: uppercase;
  }
  .banner__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    min-width: 80%;
  }

.banner--discount {
  background-image: url('../img/bg-banner.jpg');
  margin-top: 80px;
  padding-top: 60px;
}
.banner--discount::before {
  content: url(../img/tarjetas.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


.featuredNews .owl-prev,
.featuredNews .owl-next {
  color: #A69869;
}
.featuredNews .owl-prev {
  left: -20px;
}
.featuredNews .owl-next {
  right: -20px;
}
.featuredNews .owl-prev.disabled,
.featuredNews .owl-next.disabled {
  opacity: 0;
}

.ticketsBar {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 2;
  background: #04355D;
  padding: 15px 20px;
  color: #FFF;
  border-bottom: 2px solid #A69869;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #8A7736;
}
.dtp div.dtp-date, .dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #A69869;
}
.dtp div.dtp-actual-year,
.dtp .p10 > a {
  color: #FFF;
}

#map {
  height: 400px;
}
.map--xs #map {
  height: 200px;
}

.map {
  position: relative;
}
  .map__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    display: flex;
  }
    .map__text__box {
      margin: 30px 0;
      width: 400px;
      padding: 20px;
    }

.weAre__item:nth-child(2){
  flex-direction: row-reverse;
}
.weAre__item {
  padding-bottom: 30px;
}
.weAre__item:last-of-type {
  padding-bottom: 0;
}

.vista360 {
  height: 33.3%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.vista360::before {
  content:"";
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
  .vista360__link{
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .vista360__link:hover {
    color: #FFF;
    transform: scale(1.1);
  }
    .vista360__icon {
      max-width: 100px;
      margin: 15px auto;
    }

.others {
  text-align: center;
}
  .others__item:hover .others__item__icon {
    transform: scale(1.1);
  }

    .others__item__icon  {
      max-width: 150px;
      margin: 15px 0;
      min-height: 180px;
    }

.info__list,
.info ul {
  padding: 0;
  list-style: none;
}
  .info__list li,
  .info ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .info__list li::before,
  .info ul li::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .35rem;
    color: #A69869;
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
  }

.fancybox-container .fancybox-button,
.fancybox-container .fancybox-button:link,
.fancybox-container .fancybox-button:visited {
  color: #A69869;
}

.chilenidad .post__content{
  width: 100%;
}
.chilenidad .rrss{
  position: absolute;
}
.cronograma{
  border: 2px solid #666 !important;
  border-radius: 10px !important;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.cronograma tr th, .cronograma tr td{
  border-left: .5px solid #666 !important;
  border-right: .5px solid #666 !important;
}
.cronograma tr:not(:last-child) td, .cronograma tr th{
  border-bottom: 2px solid #666 !important;
}
.cronograma tr th:first-child, .cronograma tr td:first-child{
  border-left: .5px solid #666 !important;
}
.cronograma tr th:last-child, .cronograma tr td:last-child{
  border-right: .5px solid #666 !important;
}
.cronograma td, .cronograma th{
  border-top: 0;
}
.cronograma td{
  font-size: 15px !important;
  letter-spacing: -.5px;
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cronograma p{
  margin-bottom: 0;
}
.cronograma .table-primary{
  background-color: #d6d4ea !important;
}
.cronograma .text-primary{
  color: #1b4c98 !important;
}
.cronograma .table-danger{
  background-color: #f4d8cd !important;
}
.cronograma .text-danger{
  color: #e72930 !important;
}
.concurso{
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 310px;
}
.concurso a{
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
}
.titularConcurso{
  max-width: 550px !important;
}
.concurso h3.primerConcurso{
  margin: 20px 0 10px;
  font-size: 45px;
}
.concurso h2.repartirConcurso{
  margin: 20px 0;
  font-size: 55px;
  font-weight: bolder;
}
.concurso h5{
  font-size: 35px;
  font-weight: bolder;
}
.concurso h6{
  font-size: 25px;
  margin: 20px 0;
}
.concurso h2.fechaConcurso{
  font-size: 50px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 0;
}
.concurso h2.fechaConcurso strong{
  font-weight: 900;
}
.concurso h3.lugarConcurso{
  font-size: 40px;
    font-weight: 400;
    margin: 0;
}
.concurso .fechaLugarConcurso{
  margin: 20px 0;
  border: 1px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 1199px){
  .titularConcurso{
    max-width: 475px !important;
  }
  .concurso h3.primerConcurso{
    font-size: 40px;
  }
  .concurso h2.repartirConcurso{
    font-size: 50px;
  }
  .concurso h5{
    font-size: 30px;
  }
  .concurso h6{
    font-size: 20px;
  }
  .concurso h2.fechaConcurso{
    font-size: 45px;
    letter-spacing: 6px;
  }
  .concurso h3.lugarConcurso{
    font-size: 35px;
  }
}

@media screen and (max-width: 991px){
  .cronograma td{
    font-size: 13px !important;
  }
  .cronograma tr th{
    font-size: 16px !important;
  }
  .titularConcurso{
    max-width: 400px !important;
  }
  .concurso h3.primerConcurso{
    font-size: 35px;
    line-height: 1.1;
    margin: 10px 0 5px;
  }
  .concurso h2.repartirConcurso{
    font-size: 45px;
    line-height: 1.1;
    margin: 10px 0;
  }
  .concurso h5{
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .concurso h6{
    font-size: 17.5px;
    line-height: 1.1;
  }
  .concurso h2.fechaConcurso{
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.1;
  }
  .concurso h3.lugarConcurso{
    font-size: 30px;
    line-height: 1.1;
  }
  .concurso{
    padding-top: 225px;
  }
  .concurso p{
    font-size: 15px;
    line-height: 1.1;
  }
  .concurso .fechaLugarConcurso{
    margin: 10px 0;
  }
  .patrocinantes{
    max-width: 425px !important;
  }
}

.cronograma-mobile td{
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important;
  font-size: 14px !important;
}
.cronograma-mobile tr th{
  font-size: 18px !important;
}
.cronograma p img{
  max-width: 100px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

@media screen and (max-width: 767px){
  .titularConcurso{
    max-width: 325px !important;
  }
  .concurso h3.primerConcurso{
    font-size: 30px;
    line-height: 1;
  }
  .concurso h2.repartirConcurso{
    font-size: 40px;
    line-height: 1;
  }
  .concurso h5{
    font-size: 20px;
    line-height: 1;
  }
  .concurso h6{
    font-size: 16px;
    line-height: 1;
  }
  .concurso h2.fechaConcurso{
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .concurso h3.lugarConcurso{
    font-size: 25px;
    line-height: 1;
  }
  .concurso{
    padding-top: 195px;
  }
  .concurso p{
    font-size: 14px;
    line-height: 1;
  }
  .patrocinantes{
    max-width: 350px !important;
  }
}

@media screen and (max-width: 576px){
  img[id*="chilenimage"]{
    object-fit: cover;
    width: 100%;
  }
  #chilenimage1{
    height: 225px;
  }
  #chilenimage2{
    height: 175px;
  }
  #chilenimage3{
    height: 400px;
  }
  .titularConcurso{
    max-width: 250px !important;
  }
  .concurso h3.primerConcurso{
    font-size: 20px;
    margin-top: 0;
  }
  .concurso h2.repartirConcurso{
    font-size: 30px;
    margin: 5px 0;
  }
  .concurso h5{
    font-size: 17.5px;
  }
  .concurso h6{
    font-size: 15px;
  }
  .concurso h2.fechaConcurso{
    font-size: 25px;
    letter-spacing: 1px;
  }
  .concurso h3.lugarConcurso{
    font-size: 17.5px;
  }
  .concurso{
    padding-top: 150px;
  }
  .concurso p{
    font-size: 13px;
    margin-bottom: 7.5px;
  }
  .contentConcurso{
    padding-right: 5px;
    padding-left: 5px;
  }
  .concurso .fechaLugarConcurso{
    margin: 5px 0;
    padding: 5px;
  }
}

@media screen and (max-width: 415px){
  #chilenimage1{
    height: 250px;
  }
  #chilenimage2{
    height: 125px;
  }
  #chilenimage3{
    height: 300px;
  }
}

@media screen and (max-width: 360px){
  #chilenimage2{
    height: 110px;
  }
  #chilenimage3{
    height: 250px;
  }
}
.grid-shows {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
}
.grid-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.grid-shows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
}
.grid-shows .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: visible;
  position: relative;
  z-index: 1;
  will-change: transform;
  transform-style: preserve-3d;
}
.grid-shows .card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.grid-shows .card__img {
  overflow: hidden;
  display: block;
  border-radius: 0; 
}


.grid-shows .card:hover .card__img img {
  transform: scale(1.1);
}
.grid-shows .card__textContainer {
  padding-bottom: 30px;
}
.grid-shows .card__img {
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0; 
}

.grid-shows .card {
  border-radius: 10px;
  overflow: hidden;
}
.sectionHome .h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.sectionHome .h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #A69869; 
  margin: 15px auto 0;
  border-radius: 2px;
}

.grid-shows .card__info {
  text-align: center;
}

.grid-shows .card__title {
  display: block;
  text-align: center;
}

.grid-shows .card__date {
  text-align: center;
}
.grid-shows .card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.grid-shows .card:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  z-index: 1; 
}
.background-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.background-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-background {
  position: relative;
  width: 100%;
  height: auto; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  overflow: hidden;
}
.slider-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.button--big {
  font-size: 1.125rem;
  padding: 12px 20px;
}
.background-img,
.responsive-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 650px; 
}

.principalSlider__item {
  position: relative;
  width: 100%;
  height: auto; 
  /*max-height: 620px;*/ 
  overflow: hidden;
}
.slider-link {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 767px) {
	.principalSlider__item {
		padding: 0;
		margin: 0;
		height: auto !important;
		min-height: unset !important;
		max-height: unset !important;
		overflow: hidden;
	}
	.slider-background{
		width: 100%;
		height: auto !important;
		min-height: unset !important;
		max-height: unset !important;
		position: relative;
	}
	.slider-img{
		width: 100%;
		height: auto;
		display; block;
	}
	.slider-link{
		position: absolute;
		top: 0;
		left: 0;
		right. 0;
		bottom: 0;
		z-index: 1;
	}
}