body {
  font-family: "Work Sans", sans-serif !important;
}

.bg {
  background-image: url("../img/sing/bg.jpg");
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .bg {
    background-size: inherit;
  }
}

a,
a:hover {
  text-decoration: none;
}

.header {
  padding: 20px 20px;
  background: #003926;
}

.header .logo {
  margin-left: auto;
  margin-right: auto;
}

.aventuras-logo {
  width: 100%;
  height: auto;
}

.moana-logo {
  width: auto;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .aventuras-logo {
    width: 632px;
    height: auto;
  }
  .moana-logo {
    width: 562px;
    height: 585px;
  }
}

@media screen and (min-width: 1200px) {
  .header .logo {
    margin-left: 0;
    margin-right: 0;
  }
}

.buy-ticket-header-btn {
  background: #e35b0c;
  border-radius: 42.029px;
  box-shadow: 0px 2.402px 2.402px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  float: none;
  font-size: 24.016px;
  font-style: normal;
  font-weight: 400;
  gap: 6.004px;
  justify-content: center;
  line-height: normal;
  padding: 11.408px 31.221px;
  text-align: center;
  width: 275px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  margin-top: 20px;
}

a.buy-ticket-header-btn:hover,
a.buy-ticket-header-btn:focus,
a.buy-ticket-header-btn:active,
a.buy-ticket-header-btn:visited,
a.buy-ticket-header-btn:link {
  background: #e35b0c;
  color: #fff;
  border-color: #fff; /* Borde blanco al hacer hover */
  box-shadow: 0px 0px 20px rgba(227, 91, 12, 0.6);
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .buy-ticket-header-btn {
    float: right;
    margin-top: 0;
  }
}

.call-text {
  font-size: 21pt;
  line-height: 30pt;
  text-align: center;
  color: #fff;
  font-family: ;
}

.line {
  width: 96%;
  height: 2px;
  background: #ff972f;
  color: #ff972f;
  border-color: #ff972f;
}

@media screen and (min-width: 1200px) {
  .line {
    width: 698px;
  }
}

.text-padrinos {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #0ff;
  font-weight: bold;
}

.text-description {
  color: #fff;
  text-align: center;
  font-family: "Work Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}

@media all and (min-width: 1200px) {
  .text-description {
    line-height: 34px;
    text-shadow: black 0.1em 0.1em 0.2em;
    padding: 0 150px;
  }
}

.month-title {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.content-days-event {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.days {
  align-items: center;
  /*background: rgba(255, 255, 255, 0.5);*/
  border-radius: 9.869px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  gap: -8.87px;
  height: 125px;
  margin: 18px;
  margin: 35px 16px;
  padding: 5px 15.87px;
  text-decoration: none;
  width: 125px;
}

.days:hover {
  text-decoration: none;
}

.days {
  transition: all 0.3s ease; /* Para una transición suave */
}

.days-disabled {
  border-radius: 9.869px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1200px) {
  .days {
    margin: 20px;
  }
}

.days-name {
  color: #fff;
  font-size: 22.134px;
  font-style: normal;
  font-weight: 500;
  line-height: 54.104px; /* 244.444% */
  text-align: center;
}

.days-number {
  color: #fff;
  font-size: 52.875px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.content-days-event-text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.gallery-border-images {
  border-radius: 20px;
  border: 2px solid #fff;
}

.video-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.video-wrapper > .video-container {
  border-radius: 9px;
  border: 4px solid #fff;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
  margin: 2rem;
}
.video-wrapper > .video-container > .video-iframe embed,
.video-wrapper > .video-container > .video-iframe iframe,
.video-wrapper > .video-container > .video-iframe object {
  border-radius: 9px;
  height: 320px;
  left: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .video-wrapper > .video-container {
    width: 785px;
  }

  .video-wrapper > .video-container > .video-iframe embed,
  .video-wrapper > .video-container > .video-iframe iframe,
  .video-wrapper > .video-container > .video-iframe object {
    height: 100%;
    position: absolute;
  }
}

.text-video {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

@media screen and (min-width: 800px) {
  .text-video {
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) {
  .text-video {
    color: #fff;
    text-shadow: none;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) {
  .text-video {
    line-height: 34px; /* 200% */
    width: 725px;
    margin: 0 auto;
  }
}

.buy-tickets-btn {
  align-items: center;
  background: #ff972f;
  border: 2px solid transparent;
  border-radius: 65.37px;
  box-shadow: 0px 3.735px 3.735px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  gap: 9.339px;
  height: auto;
  justify-content: center;
  line-height: normal;
  padding: 17.743px 0;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: 0 2rem;
  transition: all 0.3s ease;
}

a.buy-tickets-btn:hover,
a.buy-tickets-btn:focus,
a.buy-tickets-btn:active,
a.buy-tickets-btn:visited,
a.buy-tickets-btn:link {
  background: #ff972f;
  color: #fff;
  //border-color: #fff; /* Borde blanco al hacer hover */
  box-shadow: 0px 0px 20px rgba(227, 91, 12, 0.6);
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited,
a:link {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .buy-tickets-btn {
    font-size: 37.354px;
    width: 536px;
  }
}

.buy-tickets-btn:hover {
  text-decoration: none;
}

.content-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}

.gallery-title {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 68px;
}

@media screen and (min-width: 1200px) {
  .gallery-title {
    font-size: 38px;
    line-height: 68px;
  }
}

.gallery-border-images {
  border-radius: 20px;
  border: 2px solid #00ffff;
}

.content-social,
.content-soial-brands {
  display: flex;
  justify-content: center;
}

.title-social {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-social a {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .title-social {
    font-size: 22px;
  }
}

.content-soial-brands a {
  margin: 12px;
}

@media screen and (min-width: 1200px) {
  .content-soial-brands a {
    margin: 30px;
  }
}

.content-soial-brands a img {
  width: 35.228px;
  height: 35.228px;
}

@media all and (min-width: 1200px) {
  .content-soial-brands a img {
    width: 45.228px;
    height: 45.228px;
  }
}

@media all and (min-width: 1200px) {
  .gallery-title {
    font-size: 38pt;
    line-height: 48pt;
  }
}

@media all and (min-width: 1200px) {
  .call-text {
    font-size: 40pt;
    line-height: 48pt;
  }
}

@media screen and (min-width: 1200px) {
  .section-galeria {
    margin-top: 20rem;
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 992px) {
  .video-iframe {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
}
