@charset "UTF-8";
.nm-menu-cart {
  display: none !important;
}

.nm-page-default {
  margin-top: 100px;
  padding-bottom: 32px;
}

.logo-round {
  border-radius: 50%;
  position: absolute !important;
  top: 50px !important;
  display: table;
  height: 150px !important;
  width: 150px;
  background-color: white;
  padding: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 0 10px -70px rgba(0, 0, 0, 0.7);
  z-index: 1003;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-round img {
  height: 100px !important;
}
.logo-round:before {
  width: 150px;
  height: 150px;
  display: table;
  content: "";
  background-color: transparent;
  z-index: -2;
  border: solid 1px #EEEEEE;
  border-radius: 50%;
  position: absolute;
}
.logo-round::after {
  top: 25px;
  width: 150px;
  height: 70px;
  display: table;
  content: "";
  background-color: transparent;
  z-index: -1;
  border: solid 1px #fff;
  position: absolute;
  background-color: white;
}

.nm-right-menu {
  position: relative;
}
.nm-right-menu .nm-menu {
  position: relative;
  height: 100%;
}
.nm-right-menu .nm-menu li {
  height: 100%;
}
.nm-right-menu .nm-menu li a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  height: 70px;
}

.nm-header.centered .nm-menu > li > a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.nm-menu > li > a {
  position: relative;
  display: flex;
  padding-bottom: 5px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.nm-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #05144c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.nm-menu > li > a:hover::after {
  transform: scaleX(1);
}

.button {
  border-radius: 30px;
  min-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none !important;
}

.container-buttons-home {
  display: flex;
  justify-content: center;
  row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin: 50px 15px !important;
}
.container-buttons-home a.button {
  display: flex;
  align-items: center;
}

#nm-footer-bar-menu li {
  margin: 0px;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
#nm-footer-bar-menu li:before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #EEEEEE;
  top: 50%;
  right: 0px;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  #nm-footer-bar-menu li:before {
    width: 0px;
  }
}
#nm-footer-bar-menu li:last-child::before {
  background-color: transparent !important;
}
@media (max-width: 769px) {
  #nm-footer-bar-menu li {
    border-bottom-color: transparent;
  }
}

.content-area-module {
  margin-top: 75px;
  padding-bottom: 200px;
}
.content-area-module .site-main .title-module {
  position: relative;
}
.content-area-module .site-main .title-module h1 {
  font-size: 60px !important;
  color: #3498db;
  padding-right: 150px;
  display: flex;
  align-items: center;
}
.content-area-module .site-main .title-module h1 .circle-svg-mobil {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3498db;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
.content-area-module .site-main .title-module h1 .circle-svg-mobil svg {
  width: 60%;
  fill: #fff;
}
@media (max-width: 769px) {
  .content-area-module .site-main .title-module h1 {
    font-size: 40px !important;
  }
  .content-area-module .site-main .title-module h1 .circle-svg-mobil {
    display: none;
  }
}
.content-area-module .site-main .title-module .closed-module {
  position: absolute;
  right: 0px;
  top: 10px;
  min-height: 30px;
  border-radius: 20px;
  background-color: #3498db;
  color: #EEEEEE;
  display: flex;
  justify-content: space-between;
  row-gap: 5px;
  line-height: 20px;
}
.content-area-module .site-main .title-module .closed-module i {
  margin-left: 5px;
  height: 20px;
  width: 20px;
  background-color: #EEEEEE;
  color: #3498db;
  border-radius: 50%;
  vertical-align: center;
  position: relative;
}
.content-area-module .site-main .title-module .closed-module i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 990px) {
  .content-area-module .site-main .title-module {
    padding: 0px 15px !important;
  }
  .content-area-module .site-main .title-module .closed-module {
    right: 15px;
  }
}
.content-area-module .site-main .content-module {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 20% auto auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.content-area-module .site-main .content-module .left-content {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.content-area-module .site-main .content-module .left-content .circle-number {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3498db;
}
.content-area-module .site-main .content-module .left-content .circle-number span {
  color: #fff;
}
.content-area-module .site-main .content-module .left-content .circle-svg {
  margin-top: 30px;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background-color: #3498db;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area-module .site-main .content-module .left-content .circle-svg svg {
  width: 60%;
  fill: #fff;
}
@media (max-width: 769px) {
  .content-area-module .site-main .content-module .left-content {
    order: 3;
    display: none;
  }
}
.content-area-module .site-main .content-module .center-content {
  padding-left: 20px;
  padding-right: 20px;
  order: 2;
}
.content-area-module .site-main .content-module .right-module {
  order: 3;
  width: 100%;
}
.content-area-module .site-main .content-module .right-module img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 769px) {
  .content-area-module .site-main .content-module .right-module {
    order: 1;
    padding: 0px 20px;
  }
}
@media (max-width: 769px) {
  .content-area-module .site-main .content-module {
    grid-template-columns: 1fr;
  }
}

.fixed-menu {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: white;
}

.modules-navigation-horizontal {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.modules-navigation-horizontal ::-webkit-scrollbar {
  display: none; /* Opcional: width: 0; */
}

.modules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  gap: 10px;
}
.modules-list .module-item {
  flex-shrink: 0;
}
.modules-list .module-item a {
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  color: #333;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 769px) {
  .modules-list .module-item a span {
    font-size: 14px !important;
  }
}
.modules-list .module-item a .circle-svg {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  background-color: #05144c;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 769px) {
  .modules-list .module-item a .circle-svg {
    width: 60px;
    height: 60px;
  }
}
.modules-list .module-item a .circle-svg svg {
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  fill: #fff;
}
@media (max-width: 769px) {
  .modules-list .module-item a .circle-svg svg {
    width: 30px;
    height: 30px;
  }
}
.modules-list .module-item a:hover .circle-svg {
  background-color: #3498db;
}
.modules-list .module-item.active a span {
  font-weight: bold;
}
.modules-list .module-item.active a .circle-svg {
  background-color: #3498db;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  position: relative;
  height: 40px;
  overflow: hidden;
  display: flex;
  width: 40px;
}
.nav-links .nav-previous a:before, .nav-links .nav-next a:before {
  font-size: 50px;
  font-family: "nm-font" !important;
  display: block;
  color: #3498db;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  line-height: 50px;
  background-color: #fff;
  letter-spacing: -30px;
}
.nav-links .nav-previous a:before {
  content: "\e600\e600";
  left: 0px !important;
}
.nav-links .nav-next a:before {
  content: "\e601\e601";
  right: 0px !important;
}

.scroll-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.modules-navigation-horizontal {
  overflow-x: auto;
  scroll-behavior: smooth; /* Movimiento fluido nativo */
  white-space: nowrap;
  width: 100%;
  scrollbar-width: none; /* Oculta barra en Firefox */
}

/* Ocultar barra en Chrome/Safari */
.modules-navigation-horizontal::-webkit-scrollbar {
  display: none;
}

.scroll-arrow {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: transform 0.2s;
  position: absolute;
}

.scroll-arrow.right {
  right: 0px;
  top: 0px;
}

.scroll-arrow:hover {
  transform: scale(1.1);
  background: #f8f8f8;
}

/* Posicionamiento opcional si quieres que floten sobre el menú */
.scroll-arrow.left {
  margin-right: 10px;
}

.scroll-arrow.right {
  margin-left: 10px;
}

.ea-bootstrap {
  text-align: center;
  padding: 32px 0px 32px 0px;
  margin-top: -35px !important;
}
.ea-bootstrap a {
  color: #1f1f75 !important;
}
.ea-bootstrap .calendar {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.ea-bootstrap .step {
  margin: auto;
  /* calendario */
}
.ea-bootstrap .step .ui-datepicker-inline {
  border: 1px solid #1f1f75;
  border-radius: 5px;
  box-shadow: none;
}
.ea-bootstrap .step .ui-datepicker .ui-datepicker-header {
  color: #000000;
}
.ea-bootstrap .step .ui-datepicker .ui-datepicker-calendar thead {
  color: #000000;
}
.ea-bootstrap .step .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #1f1f75;
}
.ea-bootstrap .step .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #ffffff !important;
}
.ea-bootstrap .btn {
  font-weight: 700 !important;
  border-radius: 25px !important;
  width: 100% !important;
  padding: 12px 24px !important;
}
.ea-bootstrap .btn-primary {
  background-color: #1f1f75 !important;
  border-color: none !important;
}
.ea-bootstrap .btn-default {
  background-color: #3498db !important;
  color: #fff !important;
}
.ea-bootstrap .final {
  margin: auto;
  width: 500px;
}
.ea-bootstrap .ea-actions-group {
  margin: auto;
  width: 300px !important;
}
@media (max-width: 767px) {
  .ea-bootstrap .ea-actions-group,
  .ea-bootstrap .final,
  .ea-bootstrap .form-horizontal {
    width: 100% !important;
  }
}
.ea-bootstrap .form-control {
  color: #282828 !important;
  padding: 8px 10px;
  border: 1px solid #e1e1e1 !important;
  background-color: transparent;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.ea-bootstrap .form-horizontal .form-group {
  width: 100%;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.ea-bootstrap .form-horizontal .form-group .ea-actions-group {
  width: 100% !important;
}
.ea-bootstrap .form-horizontal .form-group .control-label {
  color: #000000;
}
.ea-bootstrap .form-horizontal .step.form-group {
  width: 50%;
  display: inline-block;
  margin: 3px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ea-bootstrap .form-horizontal .step.form-group {
    width: 100%;
    display: block;
    margin: 0px;
  }
}
.ea-bootstrap #booking-overview {
  padding-bottom: 15px !important;
}/*# sourceMappingURL=style.css.map */