body {
  background-color: #FCFCFC;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7F7F7F;
}

.hero__section {
  min-height: 720px;
}
.hero__section::before {
  position: absolute;
  content: "";
  bottom: -8px;
  width: 60%;
  left: 20%;
  height: 16px;
  background-color: #ffdd00;
}
@media screen and (max-width: 640px) {
  .hero__section {
    min-height: 920px;
  }
}
.hero__tit {
  font-size: clamp(3rem, 5vw + 1rem, 4.5rem);
  line-height: 1;
  opacity: 1;
}
.hero__img {
  display: flex;
  flex-direction: row;
}
.hero__img::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  transform: rotate(-15deg);
  background-image: url("../img/svg/happy-face-circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__content {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .hero__content {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .hero__content {
    margin-right: 0px;
  }
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  color: #000000;
}
.btn__principal {
  transition: all 0.2s;
  background-color: #ffdd00;
}
.btn__principal:hover {
  background-color: #ffec0d;
}
.btn__principal--desktop {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .btn__principal--desktop {
    display: none;
  }
}
.btn__principal--movil {
  display: none;
}
@media screen and (max-width: 1023px) {
  .btn__principal--movil {
    display: inline-block;
  }
}
.btn__pago {
  background-color: #ffdd00;
  padding: 12px 48px;
}

.tit__principal {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
}

.txt__base {
  font-size: 1.6rem;
}
.txt__under::before {
  background-color: #ffdd00;
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: -4px;
}

.col-black {
  color: #000000;
}

.bg-yellow500 {
  background-color: #ffdd00;
}

/*=============== HEADER ===============*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000000;
}

/*=============== NAV ===============*/
.nav {
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .nav {
    height: 5.5rem;
  }
}

header {
  padding: 8px 0px;
  transition: all 0.6s;
}
header .nav__logo svg {
  width: 200px;
  transition: all 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  header .nav__logo svg {
    width: 180px;
  }
}

.nav__toggle {
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .nav__toggle {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .nav__menu {
    position: fixed;
    background-color: #000000;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 4rem 0 3rem;
    transition: 0.4s;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .nav__list {
    flex-direction: row;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.nav__link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (min-width: 767px) {
  .nav__link {
    font-size: 1rem;
    text-transform: initial;
  }
}

.nav__link--especial {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-weight: 400;
  opacity: 1;
  padding: 8px 16px;
  border-radius: 8px;
  color: dark;
  background-color: #25D366;
}

.nav__link--especial:hover {
  color: #ffffff !important;
  background-color: #25D366 !important;
}

.nav__link:hover {
  color: #ffffff;
}

.nav__close {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .nav__close {
    display: none;
  }
}

/* show menu */
.show-menu {
  top: 0;
}

/* Change background header */
.scroll-header {
  background: #000000;
  padding: 0px 0px;
  transition: all 0.6s;
}

/* Active link */
.active-link {
  color: #ffffff;
  opacity: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

/* __TEXT SCROLL__ */
.scroll-container {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: absolute;
  top: calc(50% - 100px);
}

.scroll-content {
  display: flex;
  align-items: center;
  animation: smoothScroll 40s linear infinite;
}

.text-item span {
  font-size: 6rem;
  font-weight: 300;
  color: #f8f8f8;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .text-item span {
    font-size: 4rem;
  }
}

.separator {
  position: relative;
  top: 12px;
  color: #f8f8f8;
  font-size: 3.6rem;
  margin: 0 25px;
}

.scrolling_text {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}

.testimoniales__video {
  position: relative;
  width: 400px;
  height: 711px;
  margin: 0 auto;
  background-image: url(../img/cover-video-hospitalized.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .testimoniales__video {
    width: 300px;
  }
}
.testimoniales__video::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-image: url("../img/svg/icono-video.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: playVideo;
  animation-duration: 1s;
  animation-direction: linear;
  animation-iteration-count: infinite;
}

.text {
  font-size: 60px;
  font-weight: 200;
  -webkit-animation: animate_text 120s linear infinite;
  -webkit-animation-animation: animate_text 120s linear infinite;
}
@media (min-width: 1024px) {
  .text .text {
    font-size: 120px;
  }
}
@keyframes animate_text {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@keyframes playVideo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Efecto de entrada suave */
.scroll-container {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.5s forwards;
}

/* __HAMBUEGER__ */
.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger.is-lg {
  font-size: 2rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #ffffff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

/* CARRITO DE COMPRAS */
.producto__gallery {
  display: flex;
}
.producto__list {
  padding-left: 24px;
  margin-bottom: 16px;
}
.producto__list li {
  position: relative;
  margin-bottom: 12px;
}
.producto__list li::before {
  position: absolute;
  top: 1px;
  left: -24px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/check.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}

.images-section {
  flex: 1;
  display: flex;
  padding: 30px;
  gap: 20px;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail:hover {
  border-color: #007bff;
  transform: scale(1.05);
}

.thumbnail.active {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  cursor: zoom-in;
  max-width: 400px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .main-image-container {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .main-image-container {
    margin-left: 16px;
  }
}

.main-image {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.main-image-container:hover .main-image {
  transform: scale(1.2);
}

/* __ACORDEON__ */
.accordion {
  background: #ffffff;
  overflow: hidden;
}

.accordion-item {
  margin: 16px 0px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
  justify-content: space-between;
  display: flex;
  font-size: 2rem;
  text-align: start;
}

.accordion-header:hover {
  background: #f8f8f8;
}

.accordion-header.active {
  background: #000000;
  color: #ffdd00;
}

.accordion-icon {
  position: relative;
  transition: all 0.4s ease-in-out;
  color: #000000;
  font-size: 2rem;
}

.accordion-header.active .accordion-icon::before {
  position: absolute;
  content: "";
  top: 10px;
  font-size: 2rem;
  width: 21px;
  height: 21px;
  background-color: #000000;
  background-image: url(../img/svg/vector-minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.accordion-content.active {
  max-height: 1000px;
  background: #000000;
  color: #ffffff;
}

.accordion-body {
  padding: 0px 60px 40px 60px;
  text-align: start;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .accordion-body {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .accordion-body {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  #mi-acordeon h4 {
    font-size: 1.8rem;
  }
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  background-color: hsl(206, 4%, 10%);
  border-radius: 0.25rem;
  padding: 0.45rem;
  opacity: 9;
  z-index: 100;
  transition: 0.4s;
}

.scrollup i {
  color: #ffffff;
  font-size: 1.35rem;
}

.scrollup:hover {
  background-color: #000000;
  opacity: 1;
}

/* Show Scroll Up */
.show-scroll {
  bottom: 2rem;
}

/*=============== FOOTER ===============*/
.footer {
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: -8px;
  width: 60%;
  left: 20%;
  height: 16px;
  background-color: #ffdd00;
}
.footer__menu li {
  color: white;
  opacity: 0.5;
}
.footer__menu li:hover {
  opacity: 1;
}

.container {
  padding: 0 16px;
}

.txt__clipV {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
  transition: clip-path 1s;
  overflow: hidden;
}

.txt__clipV.show {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txt__clipV.show .txt__anima {
  transform: rotate(0deg) scale(1);
}

.caption {
  position: absolute;
  font-size: 1.2rem;
  color: #000000;
}
.caption__left {
  transform: rotate(-90deg);
  left: -34px;
  top: 5px;
  width: 40px;
}
.caption__right {
  transform: rotate(90deg);
  right: -104px;
  bottom: 65px;
  width: 180px;
}

.marquee {
  position: absolute;
  color: #ffdd00;
  height: -moz-fit-content;
  height: auto;
  width: 200px;
}
.marquee__left {
  transform: rotate(-90deg);
  left: -120px;
  bottom: 90px;
}
.marquee__right {
  transform: rotate(90deg);
  right: -120px;
  top: 90px;
}

.animRotation {
  animation-name: animaRotation;
  animation-duration: 14s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

@keyframes animaRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal {
  margin: auto;
  overflow: hidden;
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal__btn {
  position: relative;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal__cancel {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: transparent url("../img/fancy/fancybox.png") -40px 0px;
  cursor: pointer;
}
.input {
  background-color: #f1f1f1;
  border: 1px solid #7F7F7F;
  padding: 12px 16px;
  width: 100%;
  color: #000;
  border-radius: 8px;
}

.bread {
  position: relative;
}
.bread::before {
  position: absolute;
  content: "";
  top: 24px;
  bottom: 0;
  width: 33%;
  height: 2px;
  background-color: #f1f1f1;
  z-index: -1;
}
.bread__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #f1f1f1;
  color: #7F7F7F;
}
.bread__item--active {
  background: #ffec0d;
  color: #000;
}

/* __BTN_WHATSAPP */
#btn_whatsApp {
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 99;
}

#btn_whatsApp img {
  width: 60px;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}

#btn_whatsApp img:hover {
  transform: scale(1.1);
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 6px;
  top: 24px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  color: #000;
  padding: 0 15px;
  margin-top: 16px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

#form-container-A9CYK3XH6RD2Q {
  max-width: 100%;
}

.item-header {
  display: flex;
  flex-direction: row !important;
}

.item-title {
  color: #000;
  font-weight: 800;
  font-size: 1.5rem;
}

.price-container h3 {
  color: #000;
  font-size: 2rem;
}

#price-text {
  position: relative;
}
#price-text::before {
  position: absolute;
  content: "Precio";
  font-size: 1.2rem;
  top: -20px;
  right: 0;
  color: #000;
}

.ocultar {
  opacity: 1;
  animation: fadeOut 0.5s ease-in-out 0.5s forwards;
}

#paypal__contenedor {
  display: none;
  opacity: 0;
}

.visible {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
}

#loading {
  position: absolute;
  z-index: 9;
}

#loading.active {
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: blue rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}/*# sourceMappingURL=style.css.map */