@font-face {
  font-family: Myriadvariableconcept Roman;
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format("opentype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadvariableconcept Roman;
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format("opentype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadvariableconcept Roman;
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format("opentype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Aaltosansessential;
  src: url('../fonts/Fontspring-DEMO-aaltosansessential-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
  overflow: visible;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 40px;
  display: flex;
}

.image {
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 60px;
}

.image.header-loogos {
  max-width: 300px;
  margin-bottom: 20px;
}

.section {
  background-color: #0d0d0d;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 60px 220px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.text-block.fade-animation.tapia-info {
  margin-bottom: 20px;
}

.text-block.fade-animation.resumen-es-magia {
  color: #f9d10a;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

.image-2 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-3 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.text-block-2 {
  color: #fad20d;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 800;
}

.heading {
  color: #fad20d;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 800;
}

.heading.pr-line {
  color: #fff;
}

.image-4 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-4.fade-animation {
  max-width: 300px;
  margin-top: 0;
}

.container-2 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  width: 100%;
  max-width: 250px;
  height: 250px;
  margin-right: 1%;
  box-shadow: 0 2px 5px #fff0;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 250px;
  height: 250px;
}

.gallery-slide-text {
  color: #000;
  text-transform: uppercase;
  background-color: #f9d10a;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Myriadvariableconcept Roman, sans-serif;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  max-width: 50%;
  display: block;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-image-2 {
  width: 100%;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.yellow-heading {
  color: #f9d10a;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 700;
}

.yellow-heading.plaza-armas-yellow {
  margin-bottom: 40px;
}

.heading-2 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.heading-2.tapia-text {
  margin-bottom: 40px;
}

.container-5 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.container-6 {
  max-width: 800px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "Area-2" minmax(auto, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 170px;
  max-width: 170px;
  height: 170px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #f9d10a;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-name.international-country {
  color: #fff;
}

.team-member-position {
  margin-bottom: 24px;
}

.section-2 {
  background-color: #0d0d0d;
  padding: 100px 140px;
}

.section-2.magicians {
  background-color: #0000;
}

.columns {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  width: 100%;
  max-width: 100%;
}

.columns-4 {
  width: 100%;
}

.image-5 {
  width: 80%;
  max-width: 1920px;
}

.section-3 {
  text-align: center;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.footer-link {
  color: #fff;
  letter-spacing: -1px;
  font-family: Myriadvariableconcept Roman, sans-serif;
  text-decoration: none;
}

.column-2 {
  justify-content: flex-end;
  display: flex;
}

.column-3 {
  display: flex;
}

.image-6 {
  max-width: 500px;
}

.video {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-item-10 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 30px;
}

.list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-wrapper {
  width: 70%;
  max-width: 70%;
  margin-top: 20px;
}

.accordion-wrapper.cuerpo-directivo {
  width: 100%;
  max-width: 100%;
}

.accordion-wrapper.cuerpo-directivo.mobile-toggle {
  display: block;
}

.icon-3.accordion-icon {
  color: #5fb344;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.accordion-item-trigger {
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
  display: flex;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #e3e3e3;
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0 0 10px;
}

.paragraph {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.tabs-menu {
  color: #0d0d0d;
  background-color: #0d0d0d;
  width: 100%;
  max-width: 100%;
  padding: 40px 220px;
}

.tab-link-tab-1 {
  color: #0000;
  text-align: center;
  background-color: #0d0d0d00;
  border-right: 1px solid #3a3a3a;
  width: 50%;
  max-width: 50%;
}

.tab-link-tab-1.w--current {
  text-align: center;
  background-color: #0d0d0d;
  width: 50%;
  max-width: 50%;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #0d0d0d00;
  border-left: 1px solid #3a3a3a;
  width: 50%;
  max-width: 50%;
}

.tab-link-tab-2.w--current {
  background-color: #eee0;
}

.text-block-3, .text-block-4 {
  text-align: center;
}

.tab-pane-tab-1 {
  background-color: #000;
}

.text-block-5 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.tabs {
  display: block;
}

.heading-3 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.link {
  color: #f9d10a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.column-5 {
  text-align: center;
  border-right: 1px solid #3a3a3a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.column-6 {
  text-align: center;
  border-left: 1px solid #3a3a3a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-5 {
  z-index: 9;
  background-color: #0000;
  padding: 40px 0;
  position: relative;
}

.columns-6 {
  display: flex;
}

.section-4 {
  display: block;
}

.section-5 {
  z-index: 7;
  background-color: #000;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 220px;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-7 {
  z-index: 0;
  max-width: 50%;
  margin-left: -379px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-7.right-image {
  margin-left: 901px;
  margin-right: 0;
  left: 0;
  right: 0;
}

.section-6 {
  z-index: 99999;
  background-color: #0000;
  display: block;
  position: relative;
}

.text-block-6 {
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 14px;
  line-height: 11px;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.link-2, .link-3 {
  color: #f9d10a;
  text-decoration: none;
}

.container-7 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.section-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-8 {
  max-width: 600px;
  display: none;
}

.section-8 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  min-height: 20vh;
  max-height: 20vh;
  padding-top: 20px;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 800px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.link-block-header {
  text-align: center;
  text-decoration: none;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-9 {
  display: none;
}

.image-12 {
  width: 400px;
  margin-left: -425px;
  position: absolute;
  inset: auto;
}

.section-10 {
  background-color: #0d0d0d;
  display: block;
}

.image-13 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}

.bold-text-2 {
  color: #f9d10a;
  font-family: Myriadvariableconcept Roman, sans-serif;
  text-decoration: none;
}

.link-4 {
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.heading-5 {
  color: #f9d10a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.image-14 {
  width: 100%;
  max-width: 200px;
}

.column-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  width: 100%;
  max-width: 120px;
}

.image-16 {
  width: 100%;
  max-width: 230px;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-17 {
  width: 100%;
  max-width: 100px;
  margin-left: 10px;
  margin-right: 0;
}

.link-5 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #f9d10a;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.columns-8 {
  width: 48%;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  border-left: 1px solid #f9d10a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url('../images/SJ-55.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 900px;
  max-height: 900px;
}

.slide-2 {
  background-image: url('../images/SJ-17.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4 {
  background-image: url('../images/SJ-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-7, .slide-8 {
  background-image: url('../images/SJ-57.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-11 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/SJ-45.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/SJ-31.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-16 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/SJ-51.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/SJ-49.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/SJ-48.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-0298.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1376.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1031.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1363-2.JPG');
  background-position: 50%;
  background-size: auto;
}

.slide-1-8 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2195.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1139.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2038.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-0801.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2613.JPG');
  background-position: 50%;
  background-size: cover;
}

.heading-6 {
  color: #f9d10a;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.slide-2-4 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-0339.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-18 {
  width: 100%;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-8 {
  color: #fcd53b;
  text-align: center;
  margin-top: -92px;
  font-family: Fontspring Demo Aaltosansessential, Verdana, sans-serif;
  font-size: 36px;
  line-height: 26px;
}

.text-block-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Fontspring Demo Aaltosansessential, Verdana, sans-serif;
  font-size: 30px;
}

.grid {
  grid-template: "Area Area Area"
  / 2fr 2fr 2fr;
  grid-auto-columns: 2fr;
}

.sj-logo {
  object-fit: contain;
  width: 100%;
  max-width: 176px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}

.sj-logo.popular-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
}

.sj-logo.popular-logo.turismo-logo {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.sj-logo.casino {
  width: 100%;
  max-width: 191px;
  height: auto;
  margin-bottom: 0;
}

.container-11 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 20px 60px 0;
  font-family: Fontspring Demo Aaltosansessential, Verdana, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 40px;
}

.heading-7.responsive-date {
  display: none;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Fontspring Demo Aaltosansessential, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.heading-8.reynold-name {
  font-size: 16px;
}

.heading-8.gala.sanjuanesmagiatitle {
  color: #fcd53b;
}

.heading-8.boletostiket {
  margin-top: 0;
  margin-bottom: -6px;
  font-size: 30px;
  line-height: 27px;
}

.heading-8.sj-link {
  text-transform: none;
  margin-top: 20px;
  font-size: 18px;
}

.text-span {
  color: #fcd53b;
}

.text-span-2 {
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.cell {
  justify-content: flex-end;
  align-items: center;
}

.cell.cell-date {
  justify-content: center;
  align-items: center;
}

.container-12 {
  max-width: 900px;
  margin-top: -35px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-12.reynold-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12.ticket-container {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-19 {
  width: 100%;
  max-width: 250px;
}

.image-19.reynold-img {
  max-width: 302px;
}

.image-20 {
  width: 100%;
  max-width: 250px;
}

.div-block-4, .div-block-5 {
  text-align: center;
}

.div-block-5.andre-div.reynold-div2 {
  display: none;
}

.container-13 {
  max-width: 894px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.section-11 {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-14 {
  width: 90%;
  max-width: 900px;
  margin-top: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.container-15 {
  width: 90%;
  max-width: 900px;
  margin-top: -20px;
}

.container-15.responsive-artists {
  display: none;
}

.button {
  background-color: #000;
  border-radius: 7px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.artistas {
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-6.responsibe-date {
  display: none;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.section-12 {
  display: block;
}

.image-21 {
  width: 100%;
  max-width: 106%;
  margin-left: 0;
}

.link-block-3 {
  margin-left: 0;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.quick-stack-3 {
  padding: 0;
}

.cell-6, .cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.image-22 {
  max-width: 85%;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  max-width: 85%;
}

.div-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  max-width: 85%;
}

.div-block-11, .div-block-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.container-16 {
  margin-top: 40px;
}

.section-13 {
  background-color: #000000e6;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 60px 40px;
  display: block;
  position: fixed;
  inset: 0%;
}

.container-17 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.celia-info {
  background-color: #2e2e2ef5;
  border-radius: 20px;
  margin: 100px 140px 60px;
  padding: 40px 60px;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 0 2px 5px #f7f7f733;
}

.button-2 {
  background-color: #535353;
}

.image-25 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 195px;
  display: inline;
}

.container-18 {
  text-align: center;
}

.close-pop {
  background-color: #6e6e6e;
}

.circe-info {
  background-color: #2e2e2ef5;
  border-radius: 20px;
  margin: 40px 220px 100px;
  padding: 40px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.circe-info.alex-info {
  margin-bottom: 40px;
  display: none;
}

.alex-info {
  background-color: #2e2e2ef5;
  border-radius: 20px;
  margin: 40px 140px 100px;
  padding: 40px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.andre-info, .reynold-info {
  background-color: #2e2e2ef5;
  border-radius: 20px;
  margin: 100px 140px;
  padding: 40px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-19.turismo-logo {
  margin-top: 52px;
  margin-bottom: -31px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.container-20 {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 60px;
}

.image-26 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-26.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.container-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-27 {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-27.header-loogos {
  max-width: 320px;
  margin-bottom: 20px;
}

.image-28 {
  width: 55%;
  max-width: 1920px;
}

.image-28.header-logos {
  width: 100%;
  max-width: 400px;
}

.section-14 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 114px;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.image-29 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-29.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.container-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-30 {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-30.header-loogos {
  max-width: 320px;
  margin-bottom: 20px;
}

.image-31 {
  width: 55%;
  max-width: 1920px;
}

.image-31.header-logos {
  width: 100%;
  max-width: 400px;
}

.section-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.image-32 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-32.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.container-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-33 {
  width: 55%;
  max-width: 1920px;
}

.image-33.header-logos {
  width: 100%;
  max-width: 400px;
}

.section-16 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.section-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.section-17.hide-section {
  display: none;
}

.container-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.heading-9 {
  color: #f9d10a;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: none;
}

.image-34 {
  width: 100%;
  max-width: 230px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-13.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.text-block-13.fade-animation.resumen-es-magia {
  color: #f9d10a;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  display: none;
}

.image-35 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.video-2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 40px;
  display: flex;
}

.container-26 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.image-36 {
  width: 100%;
  max-width: 120px;
}

.image-37 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.column-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-10 {
  display: flex;
}

.container-27 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  background-color: #0d0d0d;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 60px 220px 140px;
}

.slide-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-11 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1139.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1363-2.JPG');
  background-position: 50%;
  background-size: auto;
}

.slide-1-13 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1031.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/SJ-57.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/SJ-55.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/SJ-17.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-14 {
  background-image: url('../images/SJ-49.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/SJ-51.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-15 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2038.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/SJ-57.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/SJ-31.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 12px;
}

.slide-26 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-16 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1376.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/SJ-45.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-5 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2613.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-17 {
  background-image: url('../images/SJ-48.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-32 {
  background-image: url('../images/SJ-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-18 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2195.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/SJ-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-11 {
  width: 100%;
  display: none;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-14.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.heading-10 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.columns-12 {
  width: 100%;
  max-width: 100%;
}

.image-38 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-38.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.yellow-heading-2 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 700;
}

.container-28 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-7 {
  color: #f9d10a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.columns-13 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-11 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-15.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.text-block-15.fade-animation.tapia-info {
  text-align: center;
  margin-bottom: 20px;
}

.text-span-3 {
  color: #f9d10a;
}

.section-19 {
  background-color: #0d0d0d;
}

.link-block-4 {
  display: none;
}

.columns-14 {
  width: 100%;
  max-width: 100%;
}

.bold-text-3 {
  color: #f9d10a;
  font-family: Myriadvariableconcept Roman, sans-serif;
  text-decoration: none;
}

.yellow-heading-3 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 700;
}

.bold-text-8 {
  color: #f9d10a;
}

.container-30 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.columns-15 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-12 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.heading-12.tapia-text {
  margin-bottom: 40px;
  display: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-5.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-decoration: none;
}

.bold-text-7 {
  color: #f9d10a;
}

.link-8 {
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}

.image-39 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}

.columns-16 {
  width: 100%;
  display: none;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-18.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.columns-17 {
  width: 100%;
  max-width: 100%;
}

.image-40 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-40.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.yellow-heading-4 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 700;
}

.yellow-heading-4.plaza-armas-yellow {
  margin-bottom: 40px;
}

.container-31 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.columns-18 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-13 {
  color: #f9d10a;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.bold-text-9 {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-20 {
  z-index: 99999;
  background-color: #0000;
  display: none;
  position: relative;
}

.section-21 {
  text-align: center;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.link-9 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.columns-19 {
  width: 48%;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.column-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  width: 100%;
  max-width: 100px;
  margin-left: 10px;
  margin-right: 0;
}

.column-15 {
  border-left: 1px solid #f9d10a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-42 {
  max-width: 600px;
  display: none;
}

.image-43 {
  width: 55%;
  max-width: 1920px;
}

.section-22 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-32 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-44 {
  width: 100%;
  max-width: 149px;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-19.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.text-block-19.fade-animation.resumen-es-magia {
  color: #f9d10a;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

.video-3 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-45 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 40px;
  display: flex;
}

.image-46 {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 60px;
}

.container-34 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.image-47 {
  width: 100%;
  max-width: 120px;
}

.image-48 {
  width: 100%;
  max-width: 200px;
  height: 120vh;
  min-height: 120vh;
  max-height: 120vh;
  margin-top: -160px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.column-16 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-23 {
  background-color: #0d0d0d;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 60px 220px;
}

.columns-20 {
  display: flex;
}

.columns-21 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.container-35 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-34 {
  background-image: url('../images/SJ-17.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-19 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2195.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-36 {
  background-image: url('../images/SJ-51.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-20 {
  background-image: url('../images/SJ-49.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/SJ-25.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-2-6 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-0339.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-1-21 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1363-2.JPG');
  background-position: 50%;
  background-size: auto;
}

.slide-41 {
  background-image: url('../images/SJ-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/SJ-57.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/SJ-55.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/SJ-45.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-22 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1031.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slide-1-23 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-2038.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/SJ-57.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/SJ-43.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-24 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1139.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-48 {
  background-image: url('../images/SJ-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-25 {
  background-image: url('../images/SJ-48.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-26 {
  background-image: url('../images/Vottles_SanjuanEsMagia_19Oct2023_-1376.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-49 {
  background-image: url('../images/SJ-20.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-20.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.heading-16 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.columns-22 {
  width: 100%;
  max-width: 100%;
}

.image-49 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-49.fade-animation {
  max-width: 300px;
  margin-top: 0;
}

.container-36 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.link-10 {
  color: #f9d10a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.columns-23 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.bold-text-10 {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-21 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.link-block-6 {
  text-decoration: none;
}

.column-18 {
  text-align: center;
  border-left: 1px solid #3a3a3a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-24 {
  z-index: 9;
  background-color: #0000;
  padding: 40px 0;
  position: relative;
}

.section-24 {
  z-index: 7;
  background-color: #000;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 220px;
  position: relative;
  overflow: hidden;
}

.column-19 {
  text-align: center;
  border-right: 1px solid #3a3a3a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.text-block-22 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-23.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.text-block-23.fade-animation.tapia-info {
  margin-bottom: 20px;
}

.section-25 {
  background-color: #0d0d0d;
}

.heading-17 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Myriadvariableconcept Roman, sans-serif;
}

.columns-25 {
  width: 100%;
  max-width: 100%;
}

.bold-text-11 {
  color: #f9d10a;
  font-family: Myriadvariableconcept Roman, sans-serif;
  text-decoration: none;
}

.image-50 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-50.fade-animation {
  max-width: 300px;
  margin-top: 0;
}

.container-37 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.link-11 {
  color: #f9d10a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.link-block-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 14px;
  line-height: 11px;
  text-decoration: none;
}

.text-block-24 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.columns-26 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.bold-text-12 {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-12 {
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}

.image-51 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 60px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-25.fade-animation {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 17px;
}

.section-26 {
  z-index: 99999;
  background-color: #0000;
  position: relative;
}

.columns-27 {
  width: 100%;
  max-width: 100%;
}

.image-52 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-52.fade-animation {
  max-width: 300px;
  margin-top: 0;
}

.container-38 {
  background-color: #0d0d0d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.columns-28 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.bold-text-13 {
  color: #fff;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-27 {
  text-align: center;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.link-13 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.columns-29 {
  width: 48%;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.image-53 {
  max-width: 600px;
  display: none;
}

.column-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-54 {
  width: 100%;
  max-width: 100px;
  margin-left: 10px;
  margin-right: 0;
}

.column-21 {
  border-left: 1px solid #f9d10a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-55 {
  width: 80%;
  max-width: 1920px;
}

.section-28 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-39 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-56 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.image-56.fade-animation {
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
}

.container-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-57 {
  width: 55%;
  max-width: 1920px;
}

.image-57.header-logos {
  width: 100%;
  max-width: 400px;
}

.section-29 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 114px;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 15px;
}

.body-3 {
  background-color: #000;
}

.container-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-30 {
  color: #000;
  background-color: #22222282;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-22 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-right: 1px solid #f7d200;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-14 {
  color: #f7d200;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.bold-text-14 {
  color: #f7d200;
}

.text-span-4 {
  color: #fff;
}

.video-4 {
  width: 90%;
  min-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.turismo-logo {
  margin-top: 100px;
}

.container-42 {
  flex-flow: row;
  max-width: 90%;
  display: block;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8.w--current {
  color: #fad126;
}

.heading-20 {
  color: #fad126;
  text-transform: uppercase;
  font-family: Myriadvariableconcept Roman, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 400px;
  }

  .image.header-loogos {
    max-width: 300px;
  }

  .section {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .text-block.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block.fade-animation.plaza-armas-info {
    margin-bottom: 100px;
  }

  .text-block.fade-animation.tapia-info {
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .yellow-heading {
    margin-bottom: 0;
  }

  .yellow-heading.plaza-armas-yellow {
    margin-bottom: 60px;
  }

  .heading-2.tapia-text {
    margin-bottom: 40px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 170px;
    height: 170px;
  }

  .section-2 {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-5 {
    display: none;
  }

  .video {
    margin-bottom: 40px;
  }

  .accordion-heading {
    color: #011a1f;
    margin-left: 0;
  }

  .list.employees-list {
    padding-left: 20px;
  }

  .accordion-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .accordion-item-trigger {
    background-color: #fff0;
  }

  .accordion-item-content {
    margin-top: 0;
  }

  .accordion-item {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paragraph, .paragraph.magician-info {
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-5 {
    border: 1px #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-6 {
    border-top: 1px solid #3a3a3a;
    border-left-style: none;
    padding-top: 30px;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .image-7 {
    max-width: 80%;
    margin-left: -163px;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .image-7.right-image {
    margin-left: 441px;
    top: 54%;
    right: -235px;
  }

  .heading-4 {
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
  }

  .image-8 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-8 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 0;
  }

  .container-9 {
    width: 90%;
    max-width: 90%;
  }

  .container-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-10 {
    display: none;
  }

  .image-17 {
    max-width: 90px;
    margin-right: 0;
  }

  .link-5 {
    color: #fff;
    font-weight: 700;
  }

  .link-6 {
    font-weight: 300;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .div-block-3.prc-block {
    border-left: 1px solid #f9d10a;
  }

  .columns-8 {
    align-items: center;
    width: 75%;
    max-width: 100%;
    display: flex;
  }

  .column-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-10 {
    border-left: 1px solid #f9d10a;
    justify-content: center;
    display: flex;
  }

  .slider {
    height: 400px;
    max-height: 400px;
  }

  .image-18 {
    max-width: 300px;
  }

  .text-block-8 {
    margin-top: -128px;
  }

  .text-block-9 {
    margin-top: -27px;
    margin-bottom: 0;
  }

  .sj-logo {
    max-width: 200px;
  }

  .sj-logo.popular-logo {
    max-width: 159px;
    height: 33px;
  }

  .sj-logo.popular-logo.turismo-logo {
    height: 54px;
  }

  .sj-logo.casino {
    max-width: 135px;
    height: 60px;
  }

  .container-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-7 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-19 {
    margin-left: 20px;
    margin-right: 0;
  }

  .image-19.celia-img, .image-19.reynold-img {
    margin-left: 0;
  }

  .image-20 {
    margin-right: 40px;
  }

  .image-20.circe-img {
    margin-right: 0;
  }

  .div-block-4, .div-block-4.alex-div, .div-block-5, .div-block-5.andre-div {
    margin-top: 0;
  }

  .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .artistas {
    padding: 40px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .celia-info, .circe-info {
    border-radius: 36px;
    margin: 20px 60px;
    padding: 60px 40px;
  }

  .alex-info, .andre-info, .reynold-info {
    margin: 20px 60px;
    padding: 60px 40px;
  }

  .container-19 {
    justify-content: space-around;
    align-items: center;
    max-width: 764px;
    margin-top: -18px;
  }

  .image-27 {
    max-width: 400px;
  }

  .image-27.header-loogos {
    max-width: 300px;
  }

  .image-28 {
    display: none;
  }

  .image-28.header-logos {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .section-14 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .text-block-12 {
    margin-top: 60px;
  }

  .image-30 {
    max-width: 400px;
  }

  .image-30.header-loogos {
    max-width: 300px;
  }

  .image-31 {
    display: none;
  }

  .image-31.header-logos {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .section-15 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .image-33 {
    display: none;
  }

  .image-33.header-logos {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .section-16, .section-17 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .text-block-13.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .video-2 {
    margin-bottom: 40px;
  }

  .container-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-18 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0 60px 60px;
    display: block;
  }

  .slide-nav {
    font-size: 10px;
  }

  .text-block-14.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .yellow-heading-2 {
    margin-bottom: 0;
  }

  .container-28 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-29 {
    padding-bottom: 20px;
  }

  .text-block-15.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block-15.fade-animation.tapia-info {
    margin-bottom: 40px;
  }

  .yellow-heading-3 {
    margin-bottom: 0;
  }

  .bold-text-8 {
    color: #f9d10a;
  }

  .container-30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-12.tapia-text {
    margin-bottom: 40px;
  }

  .text-block-18.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block-18.fade-animation.plaza-armas-info {
    margin-bottom: 100px;
  }

  .yellow-heading-4 {
    margin-bottom: 0;
  }

  .yellow-heading-4.plaza-armas-yellow {
    margin-bottom: 60px;
  }

  .container-31 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-14 {
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
  }

  .link-9 {
    color: #fff;
    font-weight: 700;
  }

  .columns-19 {
    align-items: center;
    width: 75%;
    max-width: 100%;
    display: flex;
  }

  .column-14 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-41 {
    max-width: 90px;
    margin-right: 0;
  }

  .column-15 {
    border-left: 1px solid #f9d10a;
    justify-content: center;
    display: flex;
  }

  .image-42 {
    width: 65%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-43 {
    display: none;
  }

  .heading-15 {
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
  }

  .text-block-19.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .video-3 {
    margin-bottom: 40px;
  }

  .image-46 {
    max-width: 400px;
  }

  .section-23 {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .container-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-20.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .container-36 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-18 {
    border-top: 1px solid #3a3a3a;
    border-left-style: none;
    padding-top: 30px;
  }

  .columns-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .column-19 {
    border: 1px #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-23.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block-23.fade-animation.tapia-info {
    margin-bottom: 40px;
  }

  .container-37 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-25.fade-animation {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-block-25.fade-animation.plaza-armas-info {
    margin-bottom: 100px;
  }

  .container-38 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-18 {
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
  }

  .link-13 {
    color: #fff;
    font-weight: 700;
  }

  .columns-29 {
    align-items: center;
    width: 75%;
    max-width: 100%;
    display: flex;
  }

  .image-53 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-20 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-54 {
    max-width: 90px;
    margin-right: 0;
  }

  .column-21 {
    border-left: 1px solid #f9d10a;
    justify-content: center;
    display: flex;
  }

  .image-55 {
    display: none;
  }

  .heading-19 {
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
  }

  .image-57 {
    display: none;
  }

  .image-57.header-logos {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .section-29 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .text-block-26 {
    margin-top: 60px;
  }

  .turismo-logo {
    margin-bottom: -21px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 250px;
  }

  .image.header-loogos {
    max-width: 220px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    padding-left: 20px;
  }

  .text-block.fade-animation {
    padding-left: 0;
  }

  .text-block.fade-animation.resumen-es-magia {
    line-height: 30px;
  }

  .image-4.fade-animation {
    max-width: 300px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right, .gallery-slider-right-2 {
    right: -20px;
  }

  .yellow-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .yellow-heading.responsive-yellow-toggle {
    text-align: center;
    margin-bottom: 0;
    line-height: 34px;
  }

  .yellow-heading.plaza-armas-yellow {
    margin-bottom: 20px;
  }

  .heading-2 {
    color: #f9d10a;
    text-align: center;
    font-size: 30px;
  }

  .heading-2.tapia-text {
    margin-bottom: 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card {
    margin-bottom: 40px;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns {
    margin-top: 0;
  }

  .columns-3 {
    padding-top: 0;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-heading {
    margin-left: 0;
  }

  .accordion-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .accordion-wrapper.cuerpo-directivo.mobile-toggle {
    display: block;
  }

  .accordion-wrapper.cuerpo-directivo.magic-info {
    margin-top: 10px;
  }

  .icon-3.accordion-icon {
    color: #fff;
    text-align: left;
  }

  .accordion-item-trigger {
    background-color: #0d0d0d00;
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .accordion-item-trigger.event-info-trigger {
    color: #0d0d0d;
    background-color: #0d0d0d;
    border-bottom-style: solid;
    border-bottom-color: #3a3a3a;
    flex-direction: row;
  }

  .accordion-item-trigger.magician-icon-trigger {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph.magician-info {
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-menu {
    flex-direction: column;
    display: flex;
  }

  .text-block-5 {
    display: block;
  }

  .tabs {
    display: none;
  }

  .div-block {
    clear: right;
    justify-content: flex-end;
    align-items: center;
    width: 2%;
    max-width: 2%;
    display: flex;
  }

  .div-block-2 {
    width: 98%;
    max-width: 98%;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    justify-content: center;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-7.right-image {
    margin-left: 297px;
    padding-bottom: 64px;
    inset: auto 0% 0%;
  }

  .image-17 {
    margin-left: 0;
  }

  .columns-8 {
    width: 100%;
  }

  .slider {
    height: 500px;
    max-height: 500px;
  }

  .heading-6 {
    text-align: center;
    line-height: 48px;
  }

  .text-block-8 {
    margin-top: -138px;
    font-size: 30px;
    line-height: 28px;
  }

  .text-block-9 {
    margin-top: -39px;
  }

  .sj-logo {
    max-width: 150px;
    height: 70px;
  }

  .sj-logo.popular-logo {
    max-width: 140px;
    height: 50px;
  }

  .sj-logo.casino {
    max-width: 130px;
    height: 70px;
  }

  .heading-7 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 29px;
  }

  .heading-8 {
    margin-left: 140px;
    margin-right: 140px;
    font-size: 25px;
    line-height: 36px;
  }

  .heading-8.reynold-name {
    margin-left: 180px;
    margin-right: 180px;
    line-height: 21px;
  }

  .heading-8.gala {
    font-size: 23px;
    line-height: 22px;
  }

  .heading-8.boletostiket {
    margin-bottom: 20px;
  }

  .cell {
    justify-content: flex-end;
    align-items: center;
  }

  .container-12 {
    margin-top: -35px;
    margin-bottom: 25px;
  }

  .container-12.reynold-text {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .container-12.ticket-container {
    flex-flow: column;
  }

  .image-19 {
    max-width: 100%;
  }

  .image-19.celia-img {
    max-width: 170px;
    margin-left: 20px;
  }

  .image-20 {
    max-width: 100%;
    margin-right: 20px;
  }

  .image-20.circe-img {
    max-width: 170px;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-4, .div-block-4.alex-div, .div-block-5 {
    margin-top: 0;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-15 {
    width: 90%;
    margin-top: -63px;
  }

  .artistas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6 {
    margin-top: -8px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10 {
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .celia-info {
    border-radius: 0;
    margin: 0;
    padding: 40px 30px;
    inset: 0%;
  }

  .image-25 {
    max-width: 201px;
  }

  .circe-info {
    padding: 40px 30px;
  }

  .circe-info.alex-info {
    border-radius: 0;
    margin: 0;
    inset: 0%;
  }

  .alex-info, .andre-info {
    border-radius: 0;
    margin: 0;
  }

  .reynold-info {
    margin: 0;
  }

  .image-26.fade-animation, .image-27 {
    max-width: 350px;
  }

  .image-27.header-loogos {
    max-width: 220px;
  }

  .image-28.header-logos {
    width: 100%;
  }

  .text-block-12 {
    display: block;
  }

  .image-29.fade-animation, .image-30 {
    max-width: 350px;
  }

  .image-30.header-loogos {
    max-width: 220px;
  }

  .image-31.header-logos {
    width: 100%;
  }

  .image-32.fade-animation {
    max-width: 350px;
  }

  .image-33.header-logos {
    width: 100%;
  }

  .heading-9 {
    text-align: center;
    line-height: 48px;
  }

  .text-block-13 {
    padding-left: 20px;
  }

  .text-block-13.fade-animation {
    padding-left: 0;
  }

  .text-block-13.fade-animation.resumen-es-magia {
    line-height: 30px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0 40px 60px;
    display: block;
  }

  .text-block-14 {
    padding-left: 20px;
  }

  .text-block-14.fade-animation {
    padding-left: 0;
  }

  .columns-12 {
    padding-top: 0;
  }

  .image-38.fade-animation {
    max-width: 350px;
  }

  .div-block-13 {
    width: 98%;
    max-width: 98%;
  }

  .yellow-heading-2 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .yellow-heading-2.responsive-yellow-toggle {
    text-align: center;
    margin-bottom: 0;
    line-height: 34px;
  }

  .columns-13 {
    margin-top: 0;
  }

  .heading-11 {
    color: #f9d10a;
    text-align: center;
    font-size: 38px;
  }

  .div-block-14 {
    clear: right;
    justify-content: flex-end;
    align-items: center;
    width: 2%;
    max-width: 2%;
    display: flex;
  }

  .container-29 {
    padding-top: 40px;
  }

  .text-block-15 {
    padding-left: 20px;
  }

  .text-block-15.fade-animation {
    padding-left: 0;
  }

  .columns-14 {
    padding-top: 0;
  }

  .yellow-heading-3 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .columns-15 {
    margin-top: 0;
  }

  .heading-12 {
    color: #f9d10a;
    text-align: center;
    font-size: 38px;
  }

  .heading-12.tapia-text {
    margin-bottom: 20px;
  }

  .text-block-18 {
    padding-left: 20px;
  }

  .text-block-18.fade-animation {
    padding-left: 0;
  }

  .columns-17 {
    padding-top: 0;
  }

  .image-40.fade-animation {
    max-width: 350px;
  }

  .yellow-heading-4 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .yellow-heading-4.plaza-armas-yellow {
    margin-bottom: 20px;
  }

  .columns-18 {
    margin-top: 0;
  }

  .heading-13 {
    color: #f9d10a;
    text-align: center;
    font-size: 38px;
  }

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-19 {
    width: 100%;
  }

  .image-41 {
    margin-left: 0;
  }

  .image-42 {
    width: 70%;
  }

  .text-block-19 {
    padding-left: 20px;
  }

  .text-block-19.fade-animation {
    padding-left: 0;
  }

  .text-block-19.fade-animation.resumen-es-magia {
    line-height: 30px;
  }

  .image-46 {
    max-width: 250px;
  }

  .section-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-20 {
    padding-left: 20px;
  }

  .text-block-20.fade-animation {
    padding-left: 0;
  }

  .columns-22 {
    padding-top: 0;
  }

  .image-49.fade-animation {
    max-width: 300px;
  }

  .div-block-15 {
    width: 98%;
    max-width: 98%;
  }

  .columns-23 {
    margin-top: 0;
  }

  .div-block-16 {
    clear: right;
    justify-content: flex-end;
    align-items: center;
    width: 2%;
    max-width: 2%;
    display: flex;
  }

  .text-block-21 {
    display: block;
  }

  .columns-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-24 {
    justify-content: center;
    padding-left: 140px;
    padding-right: 140px;
  }

  .text-block-22 {
    display: block;
  }

  .text-block-23 {
    padding-left: 20px;
  }

  .text-block-23.fade-animation {
    padding-left: 0;
  }

  .columns-25 {
    padding-top: 0;
  }

  .image-50.fade-animation {
    max-width: 300px;
  }

  .columns-26 {
    margin-top: 0;
  }

  .text-block-25 {
    padding-left: 20px;
  }

  .text-block-25.fade-animation {
    padding-left: 0;
  }

  .columns-27 {
    padding-top: 0;
  }

  .image-52.fade-animation {
    max-width: 300px;
  }

  .columns-28 {
    margin-top: 0;
  }

  .section-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-29 {
    width: 100%;
  }

  .image-54 {
    margin-left: 0;
  }

  .image-56.fade-animation {
    max-width: 350px;
  }

  .image-57.header-logos {
    width: 100%;
  }

  .text-block-26 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .image.header-loogos {
    max-width: 200px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block.fade-animation.tapia-info {
    margin-bottom: 60px;
  }

  .text-block.fade-animation.resumen-es-magia {
    font-size: 25px;
  }

  .image-4.fade-animation {
    max-width: 250px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .yellow-heading {
    font-size: 25px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2, .column-3 {
    justify-content: center;
  }

  .video {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .bold-text {
    font-size: 14px;
  }

  .list-item-10 {
    font-size: 13px;
  }

  .accordion-heading {
    line-height: 23px;
  }

  .list.employees-list {
    padding-left: 20px;
  }

  .accordion-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .accordion-item-content {
    font-size: 13px;
  }

  .accordion-item {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.magician-info {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    justify-content: center;
    padding: 40px;
    display: none;
  }

  .image-7 {
    z-index: 99999;
    max-width: 100%;
    margin-top: 51px;
    display: block;
    inset: 0% 0% 0;
  }

  .image-7.right-image {
    margin-left: 187px;
    inset: auto 0% 0%;
  }

  .image-7.top-image {
    margin-top: -509px;
    margin-left: -267px;
    inset: auto;
  }

  .heading-4 {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
  }

  .container-7 {
    align-items: center;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 300px;
    max-width: 300px;
    margin-top: -104px;
    margin-left: -162px;
    display: block;
  }

  .image-10 {
    margin-top: -62px;
    margin-left: 150px;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .image-11 {
    margin-left: -143px;
    position: absolute;
  }

  .image-13 {
    max-width: 200px;
  }

  .text-block-7 {
    text-align: center;
  }

  .image-17 {
    max-width: 70px;
    margin-right: 10px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-8 {
    padding-left: 10px;
    display: block;
  }

  .column-10 {
    border-left-style: none;
    padding-top: 10px;
  }

  .slider {
    height: 400px;
    max-height: 400px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 38px;
  }

  .image-18 {
    max-width: 250px;
  }

  .text-block-8 {
    margin-top: -135px;
    font-size: 27px;
    line-height: 21px;
  }

  .text-block-9 {
    margin-top: -33px;
    margin-bottom: 60px;
    font-size: 23px;
  }

  .sj-logo {
    width: 70%;
    max-width: 70%;
    height: 80px;
  }

  .sj-logo.popular-logo {
    width: 127px;
    max-width: 127px;
    height: 32px;
    margin-top: 13px;
  }

  .sj-logo.popular-logo.turismo-logo {
    width: 100%;
    height: 61px;
  }

  .sj-logo.casino {
    width: 109px;
    height: 52px;
  }

  .container-11 {
    width: 100%;
  }

  .heading-7 {
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 35px;
    line-height: 26px;
  }

  .heading-7.responsive-date {
    display: block;
  }

  .heading-8 {
    line-height: 30px;
  }

  .heading-8.reynold-name {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-8.gala {
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-8.boletostiket {
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
  }

  .heading-8.sj-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cell {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container-12.reynold-text {
    margin-top: 0;
  }

  .container-12.ticket-container {
    flex-flow: column;
    display: flex;
  }

  .image-19 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .image-19.celia-img {
    max-width: 150px;
    margin-left: 0;
  }

  .image-19.reynold-img {
    width: 53%;
    max-width: 100%;
  }

  .image-20 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .image-20.circe-img {
    max-width: 150px;
    margin-right: 0;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-4.alex-div {
    justify-content: center;
    align-items: center;
  }

  .div-block-4.celia-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-5 {
    margin-top: -69px;
  }

  .div-block-5.andre-div {
    justify-content: center;
    align-items: center;
    margin-top: -16px;
    display: flex;
  }

  .div-block-5.andre-div.reynold-div2 {
    display: block;
  }

  .div-block-5.circle-block {
    margin-top: -39px;
  }

  .quick-stack {
    text-align: left;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-3 {
    align-items: stretch;
  }

  .container-15 {
    display: none;
  }

  .container-15.responsive-artists {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: -36px;
    display: flex;
  }

  .button {
    font-size: 18px;
  }

  .artistas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .div-block-6.responsibe-date {
    margin-bottom: 20px;
    display: block;
  }

  .cell-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .section-12 {
    display: none;
  }

  .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .celia-info {
    border-radius: 0;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    overflow: scroll;
  }

  .button-2 {
    padding: 6px 10px;
    font-size: 12px;
  }

  .image-25 {
    max-width: 158px;
  }

  .circe-info {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .circe-info.alex-info, .alex-info {
    overflow: scroll;
  }

  .andre-info {
    display: none;
    overflow: scroll;
  }

  .reynold-info {
    overflow: scroll;
  }

  .container-19 {
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
  }

  .image-26.fade-animation {
    max-width: 400px;
  }

  .image-27 {
    max-width: 300px;
  }

  .image-27.header-loogos {
    max-width: 240px;
  }

  .image-28.header-logos {
    width: 100%;
    max-width: 250px;
  }

  .image-29.fade-animation {
    max-width: 400px;
  }

  .image-30 {
    max-width: 300px;
  }

  .image-30.header-loogos {
    max-width: 240px;
  }

  .image-31.header-logos {
    width: 100%;
    max-width: 250px;
  }

  .image-32.fade-animation {
    max-width: 400px;
  }

  .image-33.header-logos {
    width: 100%;
    max-width: 250px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-13.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-13.fade-animation.resumen-es-magia {
    font-size: 25px;
  }

  .video-2 {
    width: 100%;
    max-width: 100%;
  }

  .container-27 {
    flex-flow: column;
    display: flex;
  }

  .section-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .slide-nav {
    font-size: 5px;
    line-height: 1px;
  }

  .text-block-14.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-38.fade-animation {
    max-width: 400px;
  }

  .yellow-heading-2 {
    font-size: 25px;
  }

  .container-28 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-11 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-15.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-15.fade-animation.tapia-info {
    margin-bottom: 60px;
  }

  .yellow-heading-3 {
    font-size: 25px;
  }

  .container-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-16 {
    text-align: center;
  }

  .heading-12 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .image-39 {
    max-width: 200px;
  }

  .text-block-18.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .image-40.fade-animation {
    max-width: 400px;
  }

  .yellow-heading-4 {
    font-size: 25px;
  }

  .container-31 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-13 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .section-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
  }

  .columns-19 {
    padding-left: 10px;
    display: block;
  }

  .image-41 {
    max-width: 70px;
    margin-right: 10px;
  }

  .column-15 {
    border-left-style: none;
    padding-top: 10px;
  }

  .image-42 {
    width: 90%;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-32 {
    align-items: center;
  }

  .heading-15 {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
  }

  .text-block-19.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-19.fade-animation.resumen-es-magia {
    font-size: 25px;
  }

  .video-3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .section-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-20.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .heading-16 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-49.fade-animation {
    max-width: 250px;
  }

  .container-36 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-10 {
    font-size: 14px;
  }

  .columns-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-24 {
    justify-content: center;
    padding: 40px;
  }

  .text-block-23.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-23.fade-animation.tapia-info {
    margin-bottom: 60px;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .image-50.fade-animation {
    max-width: 250px;
  }

  .container-37 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-24 {
    text-align: center;
  }

  .bold-text-12 {
    font-size: 14px;
  }

  .image-51 {
    max-width: 200px;
  }

  .text-block-25.fade-animation {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .image-52.fade-animation {
    max-width: 250px;
  }

  .container-38 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-13 {
    font-size: 14px;
  }

  .section-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
  }

  .columns-29 {
    padding-left: 10px;
    display: block;
  }

  .image-53 {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-54 {
    max-width: 70px;
    margin-right: 10px;
  }

  .column-21 {
    border-left-style: none;
    padding-top: 10px;
  }

  .section-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-39 {
    align-items: center;
  }

  .heading-19 {
    text-align: center;
    font-size: 14px;
    line-height: 13px;
  }

  .image-56.fade-animation {
    max-width: 400px;
  }

  .image-57.header-logos {
    width: 100%;
    max-width: 250px;
  }

  .link-14 {
    font-size: 15px;
    line-height: 16px;
  }

  .video-4 {
    margin-bottom: 20px;
  }

  .turismo-logo {
    margin-top: 38px;
  }
}

#w-node-_5d802fc0-b443-42fc-bffa-2350c9d947e0-c14a263a, #w-node-_85bcc818-26f0-3b53-c5f8-910474d98695-c14a263a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c8dc9af3-1892-95c1-17ba-ac0857cb73a6-c14a263a {
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr 2fr 2fr;
}

#w-node-e84b3602-8522-cc67-ec86-963f94b6a317-c14a263a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5d802fc0-b443-42fc-bffa-2350c9d947e0-c14a263a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d802fc0-b443-42fc-bffa-2350c9d947e0-c14a263a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d802fc0-b443-42fc-bffa-2350c9d947e0-c14a263a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85bcc818-26f0-3b53-c5f8-910474d98695-c14a263a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Myriadvariableconcept Roman';
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format('opentype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadvariableconcept Roman';
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format('opentype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadvariableconcept Roman';
  src: url('../fonts/MyriadVariableConcept-Roman.otf') format('opentype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Aaltosansessential';
  src: url('../fonts/Fontspring-DEMO-aaltosansessential-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}