@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.content-star {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

html,
body {
  overflow-x: hidden;
}

body {
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
}
h1,
h2,
h3,
h4,
p,
#logo a,
.font-primary {
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}
::selection {
  background: hsl(327 44% 30%) !important;
}
.t-200 {
  font-weight: 200 !important;
}
.t-300 {
  font-weight: 300 !important;
}
.t-400 {
  font-weight: 400 !important;
}
.t-500 {
  font-weight: 500 !important;
}
.t-600 {
  font-weight: 600 !important;
}
.t-700 {
  font-weight: 700 !important;
}
.t-800 {
  font-weight: 800 !important;
}

.t-h1 {
  font-size: 4.5rem !important;
}

.t-h2 {
  font-size: 3.5rem !important;
}
.t-precio {
  font-size: 3.75rem !important;
}
.t-h3 {
  font-size: 2rem !important;
}

.t-b-s {
  font-size: 1.5rem !important;
}
.t-p {
  font-size: 1rem !important;
}
.t-slider {
  font-size: 1.375rem !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}
.agbalumo {
  font-family: 'Agbalumo', sans-serif !important;
}
.vietnam {
  font-family: 'Be Vietnam Pro', sans-serif !important;
}
/*Colors*/
.color-white {
  color: hsl(0 0% 100%);
}
.color-black {
  color: hsl(240 67% 1%) !important;
}
.rojo {
  color: hsl(358 72% 49%) !important;
}
.rojo-oscuro {
  color: hsl(358 70% 24%) !important;
}
.morado {
  color: hsl(329 45% 17%) !important;
}
.azul {
  color: hsl(229 49% 28.4) !important;
}
.azul-oscuro {
  color: hsl(229 48% 16%) !important;
}
.gris {
  color: hsl(228 6% 15%) !important;
}
.bg-white {
  background: hsl(0 0% 100%) !important;
}
.bg-black {
  background: hsl(240 67% 1%) !important;
}
.bg-rojo {
  background: hsl(358 72% 49%) !important;
}
.bg-rojo-oscuro {
  background: hsl(358 70% 24%) !important;
}
.bg-morado {
  background: hsl(329 45% 17%) !important;
}
.bg-azul {
  background: hsl(229 49% 28.4) !important;
}
.bg-azul-oscuro {
  background: hsl(229 48% 16%) !important;
}
.bg-gris {
  background: hsl(228 5% 15%) !important;
}
a.btn-color {
  background: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
  color: hsl(0 0% 100%);
  border: transparent;
  transition: all 0.3s ease;
}
a.btn-color::after {
  transition: border 0.3s ease;
}
a.btn-color:hover {
  background: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
  color: hsl(0 0% 100%);
}
a.btn-color:hover::after {
  border: transparent;
}
a.btn-white,
button.btn-white {
  background: hsl(0 0% 100%);
  color: hsl(228 6% 15%);
  border: transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
}
a.btn-white:hover,
button.btn-white:hover {
  background: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
  color: hsl(0 0% 100%) !important;
}

.content-logo-home {
  display: block;
}
.gradient-underline.block-one {
  font-family: var(--cnvs-primary-font);
  background-image: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%;
}

span.gradient-underline.block-one.inline-block {
  display: inline !important;
  width: auto !important;
}
.gradient-underline {
  background-size: 100% 0.3em;
  background-image: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
  background-repeat: no-repeat;
  background-position: 0 88%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*About*/
.section.page-section.about {
  margin: 0;
  padding-top: 120px !important;
  padding-bottom: 75px !important;
  background-attachment: fixed;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 2%,
    black 98%,
    transparent 100%
  );
}

.section.page-section.about .about-division {
  margin-bottom: 120px !important;
}

.about-division {
  padding-bottom: 120px;
}

/* tematicas */
.tematicas {
  padding: 120px 0;
}

.tematicas .tematicas-container,
.max-width-container {
  max-width: 850px;
}

/*Menú*/
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
  background-color: hsl(240 67% 1%);
}
a.menu-link {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: hsl(0 0% 100%);
  transition: color 0.3s ease-in-out !important;
}

a.menu-link:hover {
  color: hsl(358 72% 49%);
}
.dark
  #header-wrap:not(.not-dark)
  .menu-container:not(.header-button)
  > .menu-item.current
  > .menu-link,
.dark
  #header-wrap:not(.not-dark)
  .menu-container:not(.header-button)
  > .menu-item:hover
  > .menu-link {
  color: hsl(358 72% 49%) !important;
  -webkit-text-fill-color: hsl(358 72% 49%) !important;
  background: none !important;
}
.gradient-text {
  background-color: hsl(358 72% 49%) !important;
  background-image: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-bg::before {
  background-image: linear-gradient(90deg, hsl(229 49% 28%), hsl(358 72% 49%));
}
/*Slider*/
#slider {
  z-index: 5;
}
/*Tarjetas*/
.card {
  --bs-card-spacer-y: 2rem;
}
.column-one {
  background: hsl(229 49% 28%);
  transition: background 0.3s ease;
}
.column-two {
  background: hsl(327 44% 30%);
  transition: background 0.3s ease;
}
.column-three {
  background: hsl(358 72% 49%);
  transition: background 0.3s ease;
}
.column-one:hover {
  background: hsl(229 48% 16%);
}
.column-two:hover {
  background: hsl(329 45% 17%);
}
.column-three:hover {
  background: hsl(358 70% 24%);
}
/*Lightbox*/
.mfp-counter {
  display: none;
}
/*Menu Alimentos*/
#menu .menu-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu .menu-container h2 {
  display: inline-block;
}
.is-expanded-menu .menu-container:not(.mobile-primary-menu) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*Services*/

.servicios {
  padding: 70px 0;
  text-align: center;
}

.servicios__titulo {
  margin-bottom: 6px;
}

.servicios__descripcion {
  max-width: 650px;
  margin: 0 auto 35px auto;
}

.servicios__box {
  background: hsla(0, 0%, 9%);
  border-radius: 6px;
  max-width: 700px;
  margin: 0 auto;
  padding: 48px;
}

.servicios__lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.servicio {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px 0;
  border-bottom: 1px solid hsl(0 0% 100% / 0.5);
}

.servicio:last-child {
  border-bottom: none;
}

.servicio i {
  font-size: 30px;
  color: hsla(0 0% 100% / 0.5);
}
/*Tarifa*/
.space-content {
  padding-top: 120px;
}

.tarifa__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarifa__card {
  background: #fff;
  border-radius: 6px;
  padding: 48px 48px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.tarifa__card h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.tarifa__card span {
  font-size: 12px;
  color: #333;
}

.tarifa__card .precio {
  margin: 18px 0 5px;
}

.tarifa__card .personas {
  font-size: 12px;
}

.tarifa__dots {
  position: absolute;
  left: 0;
  right: 0;
  height: 130px;
  background: url('../img/dotted-bg.svg') repeat center center / contain;
  z-index: 1;
}

/*Galeria*/
img.mfp-img {
  max-height: 700px !important;
}

/* Ocultar flechas del carousel */
#oc-images .owl-nav {
  display: none !important;
}

.footer {
  background: #000;
  color: #fff;
  padding: 80px 40px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}

.footer-title {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.socials {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: hsla(0 0% 100% / 0.5);
}

.footer-bottom a,
.footer-bottom p,
.footer-bottom span {
  color: hsla(0 0% 100% / 0.5);
}

.footer-bottom a {
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: hsl(0 0% 100%);
}

.footer-bottom a.text-decoration-underline:hover,
.footer-bottom a#open-privacidad:hover,
.footer-bottom a#open-terminos:hover {
  text-decoration: underline !important;
}

/*Open 24/7*/
.open-247 {
  background: radial-gradient(circle at center, #0f0f0f 0%, #000 70%);
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}

.open-box {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: hsl(0, 0%, 9%);
  padding: 48px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

/* TITLE */
.open-box h2 {
  font-family: 'Pacifico', cursive;
  color: #d7232a;
  font-size: 48px;
  margin-bottom: 20px;
}

/* TEXT */
.open-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #eaeaea;
  margin-bottom: 35px;
}

/* BUTTON */
.btn-call {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 36px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

/* DOTS*/
.dots {
  position: absolute;
  right: -520px;
  top: 90px;
  width: 520px;
  height: 200px;
  background-image: radial-gradient(#d7232a 1px, transparent 1px);
  background-size: 12px 12px;
}
/*Modal*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #000;
}

.modal-content {
  background: hsl(240 67% 1%);
  padding: 24px 26px;
  width: 90%;
  border-radius: 10px;
  color: hsl(0 0% 100%);
  max-width: 900px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}

.modal-content .modal-header {
  flex-shrink: 0;
  align-items: flex-start;
}

.modal-terms .modal-header {
  align-items: flex-start;
}

.modal-content .modal-body {
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: hsl(358 72% 49%) transparent;
}

.modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-content .modal-body::-webkit-scrollbar-thumb {
  background: hsl(358 72% 49%);
  border-radius: 3px;
}

.close {
  float: right;
  display: flex;
  justify-content: end;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
}
.modal-content h2 {
  color: #fff;
}

/* Fonts modal */
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
  font-family: 'Agbalumo', sans-serif !important;
}

.modal-content p,
.modal-content li,
.modal-content span,
.modal-content a {
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

/* - Aviso de privacidad */
.modal-terms .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  margin: 0.5rem auto;
  max-width: 800px;
}

.modal-terms .modal-content {
  background: hsl(240 67% 1%);
  width: 100%;
}

.modal-terms .modal-header {
  position: relative;
}

.modal-terms .modal-title {
  flex: 1;
  text-align: center;
  padding-top: 40px;
}

.modal-terms .modal-title h4 {
  color: hsl(358 72% 49%);
}

.modal-terms .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-terms .modal-body h5 {
  color: hsl(358 72% 49%);
}

.modal-terms .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,0.5)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/0.8em auto no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.modal-terms .btn-close:hover {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/0.8em auto no-repeat;
  border-color: rgba(255, 255, 255, 1);
}

html {
  scrollbar-gutter: stable;
}

body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

html:has(.modal.show) {
  overflow: hidden !important;
}

html:has(.modal.show) body {
  overflow: hidden !important;
  padding-right: 0 !important;
}

/*Recaptcha*/
/* Progress Wrap - Back to Top */
#gotoTop.progress-wrap {
  position: fixed !important;
  right: 12px !important;
  bottom: 40px !important;
  height: 50px !important;
  width: 50px !important;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: none !important;
  z-index: 599 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background: transparent !important;
  line-height: 50px !important;
  text-align: center;
}

#gotoTop.progress-wrap.active-progress {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0);
}

#gotoTop.progress-wrap i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}

#gotoTop.progress-wrap svg.progress-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

#gotoTop.progress-wrap svg path {
  fill: none;
  stroke: hsl(358 72% 49%);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

#gotoTop.progress-wrap:hover svg path {
  stroke: hsl(229 49% 28%);
}

#gotoTop.progress-wrap:hover {
  background: hsl(229 49% 28.4%) !important;
}
/* WhatsApp style */
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 120px;
  right: 12px;
  background-color: transparent;
  color: #fff;
  border: 1px solid hsl(358 72% 49%) !important;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.3s ease-in-out,
    background 0.2s ease-in-out,
    border 0.2s ease-in-out;
  z-index: 5;
}
.my-float {
  margin-top: 11px;
}
.float:hover {
  background: hsl(229 49% 28%) !important;
  border: transparent !important;
  color: hsl(0 0% 100%);
}

.float:active,
.float:focus {
  background: transparent !important;
  border: 1px solid hsl(358 72% 49%) !important;
  color: #fff;
  outline: none;
}
.loc-footer {
  transition: 0.3s all ease-in-out;
  color: hsla(0 0% 100% / 0.5) !important;
}
.loc-footer:hover {
  color: hsl(0 0% 100%) !important;
}
.social-footer a:hover {
  color: hsl(358 72% 49%);
}

/* Iconos sociales del footer */
.socials a {
  transition: all 0.3s ease;
}

.socials a:hover {
  background: hsl(229 49% 28%) !important;
  border-color: hsl(229 49% 28%) !important;
}

.socials i {
  font-size: 20px !important;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1400px) {
  .section.page-section.about {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 1400px) and (min-width: 993px) {
  a.menu-link {
    font-size: 13px !important;
    padding: 10px 8px !important;
  }

  .menu-container .btn-contactanos {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  .about-division h2.gradient-underline {
    display: inline !important;
  }

  .section.page-section.about .about-division {
    margin-bottom: 0 !important;
  }
}

.about-row-reverse .text-end {
  text-align: left !important;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8);
}

.mfp-fade-gallery img.mfp-img {
  animation: mfpFadeIn 0.4s ease;
}

@keyframes mfpFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mfp-bg {
  background: hsla(240 67% 1% / 0.85) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}

.mfp-bg.mfp-ready {
  opacity: 1 !important;
}

.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

.mfp-container {
  cursor: grab;
}

.mfp-container:active {
  cursor: grabbing;
}

.owl-nav {
  display: none !important;
}

#oc-images .owl-nav {
  display: none !important;
}

/* Ocultar TyC */
#open-terminos {
  display: none;
}

#separator-tyc {
  display: none;
}

#open-terminos::before {
  content: '';
  display: none;
}

body:not(.is-expanded-menu) [data-mobile-sticky='true'] .menu-container {
  overflow-y: auto;
}

.contact-body {
  padding: 60px 40px;
}

.contact-body {
  padding: 0 160px;
}

.form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: hsl(358 72% 49%);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  outline: none;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
}

.form-control.error {
  border-color: #dc3545;
  background: rgba(
    255,
    255,
    255,
    0.1
  ); /* Mantener el mismo fondo transparente */
}

.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  font-weight: 500;
}

.form-process:before {
  background: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.css3-spinner {
  background-color: transparent;
}

.form-process .css3-spinner-scaler {
  background-color: hsl(240 67% 1%);
}

/* Ocultar insignia de reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form .form-control {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: #333 !important;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form .form-control:focus {
  background: rgba(255, 255, 255, 1) !important;
  border-color: hsl(358 72% 49%) !important;
  color: #333 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  outline: none;
}

.form .form-control::placeholder {
  color: rgba(51, 51, 51, 0.6) !important;
}

.form .form-control.error {
  border-color: #dc3545 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.form .section {
  padding: 0 !important;
}

.form .contact-form-wrapper {
  padding: 0 !important;
}

.form textarea.form-control {
  min-height: 200px !important;
}

.form {
  padding-top: 60px;
}

.ubicacion-link {
  color: hsl(0 0% 100%) !important;
  transition: all 0.2s linear;
}

.ubicacion-link:hover {
  color: hsl(0, 0%, 100%, 0.5) !important;
  text-decoration: none !important;
}

#ubicacion .fluid-width-video-wrapper {
  position: initial;
  padding: 0 !important;
}

#ubicacion .gmap {
  height: 450px !important;
}

/* Contenedor del mapa sin padding */
#ubicacion > div:last-child {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 992px) {
  #header.transparent-header.responsive-sticky-header #header-wrap {
    background-color: hsl(240 67% 1);
  }
  .content-logo-home {
    display: none;
  }

  .dark
    #header-wrap:not(.not-dark)
    .menu-container:not(.header-button)
    > .menu-item.current
    > .menu-link,
  .dark
    #header-wrap:not(.not-dark)
    .menu-container:not(.header-button)
    > .menu-item:hover
    > .menu-link {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: hsl(358 72% 49%) !important;
    color: hsl(358 72% 49%) !important;
  }

  /* Menu mobile */
  a.menu-link {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .btn-contactanos {
    padding: 14px 5px !important;
  }

  .menu-container .btn-contactanos {
    color: hsl(358 72% 49%) !important;
  }

  .menu-container .btn-contactanos.btn-color:hover {
    background: transparent !important;
    background-image: none !important;
    -webkit-text-fill-color: hsl(358 72% 49%) !important;
    color: hsl(358 72% 49%) !important;
  }

  .t-h1 {
    font-size: 3rem !important;
  }
  .t-h2 {
    font-size: 2.5rem !important;
  }

  .t-h3 {
    font-size: 1.25rem !important;
  }

  .t-b-s {
    font-size: 1.25rem !important;
  }

  .t-precio {
    font-size: 3.5rem !important;
  }

  .servicio i {
    font-size: 1rem;
    color: hsla(0 0% 100% / 0.5);
  }

  .section.page-section.about {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
    text-align: left;
  }

  .section.page-section.about .about-division {
    margin-bottom: 80px !important;
  }

  .about-division {
    padding-bottom: 0px;
  }

  .tematicas {
    padding: 0 0 80px 0 !important;
  }

  .tematicas .t-h3 {
    font-size: 2rem !important;
  }

  .space-content {
    padding-top: 80px;
  }

  .gradient-underline.inline-block,
  #menu .menu-container h2,
  .about-division h2.gradient-underline {
    display: inline !important;
  }

  #menu .menu-container {
    display: block;
  }

  .open-box {
    padding: 48px 5px;
  }

  .open-box .t-h2 {
    font-size: 3rem !important;
  }

  .open-247 {
    padding: 80px 20px;
  }

  /* Carousel gallery mobile */
  #oc-images.owl-carousel {
    position: relative;
  }

  #oc-images .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10;
  }

  #oc-images .owl-nav button.owl-prev,
  #oc-images .owl-nav button.owl-next {
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #oc-images .owl-nav .owl-prev {
    left: 10px !important;
  }

  #oc-images .owl-nav .owl-next {
    right: 10px !important;
  }

  #oc-images .owl-nav button i {
    color: #fff !important;
    font-size: 24px !important;
  }

  #oc-images .owl-dot.active span {
    background: hsl(229 49% 28%) !important;
  }

  #oc-images .owl-dot.active {
    background-color: hsl(229 49% 28%) !important;
  }

  #oc-images .owl-dots .owl-dot {
    width: 14px !important;
    height: 14px !important;
  }

  #oc-images .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
  }

  /* Lightbox flechas sin fondo */
  .mfp-arrow,
  .mfp-arrow:hover {
    background-color: transparent !important;
  }

  .mfp-arrow:before,
  .mfp-arrow:after {
    border-color: #fff !important;
  }

  /* Services */
  .tarifa__card {
    padding: 40px 30px;
  }

  .modal-terms .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }

  .form {
    padding-top: 80px;
  }

  .contact-body {
    padding: 40px 20px;
  }

  .contact-form-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 80px 0 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .about-row-reverse {
    flex-direction: column-reverse;
  }

  .tag-home {
    font-size: 1rem !important;
  }

  img.mfp-img {
    max-height: 400px !important;
  }

  .footer-bottom {
    padding-left: 15px;
  }

  .modal-terms .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }

  .servicios__box {
    padding: 48px 12px;
  }

  .contact-body {
    padding: 0 15px;
  }

  .contact-form-wrapper {
    padding: 40px 0;
  }
}

#content {
  background-color: hsl(240 67% 1%);
}

.content-wrap {
  overflow: visible;
}

.owl-item {
  width: 243.2px;
  margin-right: 20px;
}

#ubicacion {
  overflow: visible;
}

.ubicacion-link {
  cursor: pointer;
  text-decoration: none;
}

.card.border-0 {
  background: transparent;
}

@media (min-width: 767.9px) {
  .tematicas {
    padding: 80px 0 40px;
    margin-bottom: 40px !important;
  }

  #servicios {
    padding: 40px 0 40px;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 2%,
      black 98%,
      transparent 100%
    );
  }

  #tarifa {
    padding: 80px 0 0;
  }

  .availability-section {
    padding-top: 40px;
    margin: 80px 0;
  }

  #menu {
    margin-top: 60px;
    padding: 80px 0;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 5%,
      black 95%,
      transparent 100%
    );
  }

  .form .form-section-inner {
    padding: 60px 0 80px !important;
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 5%,
      black 95%,
      transparent 100%
    );
  }
}
