/* -----  _general.scss     -----*/
p {
  font-size: 1.3rem;
}
pe-6 {
  padding-right: 5em;
}
/* -----  _header.scss     -----*/
header.menu {
  position: fixed;
  backdrop-filter: blur(20px);
  background-color: rgb(50 69 84 / 25%);
}
.menu .logo {
  height: 4.2em !important;
}
.menu .btn-menu {
  font-size: 1.2em !important;
  color: #fff;
  padding: 0.25em 1em !important;
  border-left: solid 1px #ffffff73;
}
header.menu.interna {
  position: fixed;
  backdrop-filter: blur(20px);
  background-color: rgb(230 232 235 / 35%);
}
.menu.interna .btn-menu {
  color: #324554;
  border-left: solid 1px #3245544f;
}
.menu .btn-menu:hover {
  color: #f2bb22;
}
.menu .reservar {
  border: solid 1px #e5e8eb;
  background: #e5e8eb;
  color: #324554;
  border-radius: 5px;
}
.menu.interna .reservar {
  border: solid 1px #324554;
  color: #324554;
}
.menu .reservar:hover {
  background: rgba(228, 231, 238, 0.66);
  color: #27326f;
}
.menu {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}

.menu * {
  color: #011442;
}

.menu *:hover,
.menu *:focus {
  color: #00a3e9;
}

.menu *.show {
  color: currentColor !important;
}

.menu .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.menu .navbar-toggler {
  border-color: #011442;
}

.menu .navbar-collapse.show,
.menu .navbar-collapse.collapsing {
  background-color: rgba(0, 0, 0, 0);
}

.menu .navbar .icon {
  font-size: 1.5rem;
}

.menu .navbar .nav-link {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 1rem;
}

@media (min-width: 768px) {
  .menu .navbar .nav-link {
    font-size: 0.72rem;
    padding: 0.5rem 1rem;
  }
}

.menu .navbar .nav-link.active {
  color: #00a3e9;
}

.menu .logo {
  height: 3rem;
}

@media (min-width: 1200px) {
  .menu .logo {
    height: 3.1rem;
  }
}

@media (min-width: 1400px) {
  .menu .logo {
    height: 3.3rem;
  }
}
.menu a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .menu .navegacion li {
    margin-left: 2em;
  }
}
@media (min-width: 1400px) {
  .menu .navegacion li {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    background-color: rgb(50 69 84) !important;
    padding: 1.3em 0.5em !important;
    margin-top: 0em;
  }
  .menu .btn-menu {
    font-size: 1em !important;
  }
  .menu .navegacion li {
    padding: 0.5em 0 !important;
  }
  .menu .miembros {
    margin-top: 15px !important;
  }
}
/* -----  _portada.scss     -----*/
.banner {
  background: #000;
}
.banner .bg-video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.fondo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
.titulo {
  color: #fff;
}
.titulo span {
  color: #f2bb22;
}
.subtitulo {
  font-size: 3.2rem;
}
.subtitulo.separado {
  letter-spacing: 0.35em;
}
.texto {
  font-size: 1.11rem;
}
.btn-cta {
  font-weight: 500;
  border: solid 1px #324554;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1.1em;
  color: #324554;
  transition: all 0.2s ease;
}
.btn-cta:hover {
  background: #ffffff !important;
  text-decoration: none;
}
.banner .swiper {
  z-index: 0;
}
.banner .swiper-wrapper {
  z-index: 0;
}
.banner .swiper-slide {
  min-height: 70vh;
}
@media (min-width: 992px) {
  .banner .swiper-slide {
    min-height: 100vh;
  }
}
.banner .swiper .container {
  z-index: 2;
}
.swiper .arrow {
  color: #3f51b5;
  background-color: #fff100;
  width: 1.2em !important;
  height: 1.2em !important;
  font-size: 2.7em !important;
  transition: background-color 0.5s;
  border-radius: 50%;
  border: none;
}
.banner.esInterna {
  background-color: #e5e8eb !important;
}
.banner.esInterna .titulo {
  color: #324554;
  font-size: 1.2em;
  border-bottom: solid 1px #324554;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .banner.esInterna {
    background: url("../images/iso-interna.svg") no-repeat right 150% !important;
    background-color: #27326f !important;
    background-size: 150% !important;
  }
}

/* -----  _whatsapp.scss     -----*/

.fijados .botones {
  background: #f2bb22;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 35%;
  padding: 0.1em 0 0.1em 0.1em;
}

.fijados .boton {
  font-size: 1.2em;
  line-height: 1;
  padding: 0.3em;
  transition: box-shadow 0.3s;
}

@media (min-width: 992px) {
  .fijados .boton {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .fijados .boton {
    font-size: 1.7em;
  }
}

@media (min-width: 1200px) {
  .fijados .boton {
    font-size: 1.9em;
  }
}

.fijados .boton:hover {
  box-shadow: -2.1em 0 #fff inset;
  color: var(--mainLight);
}
/* -----  _presentacion.scss     -----*/
.presentacion .lista {
  background: url(../images/detalle.svg) no-repeat left center;
  background-size: 100% 100%;
  padding: 1em 0;
  font-size: 2em;
  line-height: 0.8em;
}
@media (min-width: 1200px) {
  .presentacion .lista {
    font-size: 3em;
    line-height: 1.35em;
  }
}
@media (min-width: 1400px) {
  .presentacion .lista {
    font-size: 4em;
  }
}
.presentacion p {
  font-size: 1.6em;
}
.presentacion .lista li:nth-child(1) {
  text-decoration: underline;
  text-underline-offset: -10px;
  text-decoration-skip-ink: none;
  text-decoration-color: #f2bb22;
  text-decoration-thickness: 20px;
}
/* -----  _ventajas.scss     -----*/
.ventajas {
  background: url(../images/ventajas.svg) no-repeat center 40%;
  background-size: 90%;
}
.ventajas p {
  font-size: 1.6em;
}
.ventajas strong {
  color: #fff;
}
.ventajas .swVentajas {
  margin-top: 5em;
}
.ventajas .item-ventajas {
  background: rgb(246 182 0 / 70%);
  border-radius: 1em;
  padding: 2em;
}
.ventajas .titulo-item {
  min-height: 3em;
  font-size: 1.5em;
}
.ventajas p.white {
  font-size: 1.1em;
  line-height: 1.1em;
  min-height: 5em;
  opacity: 0.8;
}
.ventajas .icventaja {
  height: 2.2em;
}
.ventajas .btn-cta {
  border: solid 1px #ffffff8f;
  color: #ffffff;
}
.ventajas .btn-cta:hover {
  background: #ffffff !important;
  color: #324554;
  text-decoration: none;
}
/* -----  _publicaciones.scss     -----*/
.item-publicaciones {
  border-radius: 1em !important;
  border: solid 1px #32455442;
  background: #fff;
}
.item-publicaciones .fecha {
  font-size: 0.8em;
  text-transform: uppercase;
}
.publicaciones img {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
.publicaciones .titulo-item {
  min-height: 4em;
  font-size: 1.25em;
}
.publicaciones .titulo-item a:hover {
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
  text-decoration-color: #f2bb22ad;
  text-decoration-thickness: 10px;
}
.publicaciones .btn-cta:hover {
  background: #e6e8eb !important;
}
/* -----  _footer.scss     -----*/
.footer p {
  font-size: 1em;
}
.footer h3 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.8em;
  letter-spacing: 0.1em !important;
  font-weight: normal !important;
}
.footer .icon,
.footer .icono {
  height: 30px;
  width: 30px;
  flex: 0 0 1em;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 3em 0;
  }
  .footer h3 {
    margin-top: 2em;
    font-size: 1.2em;
  }
  .footer p {
    font-size: 1.4em;
  }
  .footer .icon {
    width: 2em;
    height: 2em;
  }
}
/* -----  _servicios-interna.scss     -----*/
.servicios-interna h2 {
  color: #324554;
  font-weight: 500 !important;
  line-height: 1em;
  font-size: 3.25em;
}
.servicios-interna .lema {
  font-size: 1.7em;
  line-height: 1.2em;
}
.servicios-interna .listado {
  h1,
  h2,
  h3,
  h4,
  p {
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
  }
  ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
}
.servicios-interna p {
  font-size: 1.1em;
}
.mas-servicios li {
  background: url(../images/arrow-li.svg) no-repeat left center;
  padding-left: 50px;
  font-weight: 500;
  font-size: 1.15em;
}
.img-seccion {
  border-radius: 1em;
}
.listado li {
  background: url(../images/check-li.svg) no-repeat left 8px;
  padding-left: 35px;
  font-size: 1.15em;
}
.bgWhite .btn-cta {
  background: #f2bb22 !important;
  border: none;
  transition: all 0.2s ease;
}
.bgWhite .btn-cta:hover {
  background: #e4e8ea !important;
  text-decoration: none;
}
.imagen-seccion {
  background: #e4e8ea;
}
p.miembro {
  font-weight: 500;
  font-size: 1.35em;
}
p.cargo {
  font-size: 0.8em;
  opacity: 0.6;
}
button.conocelo {
  font-weight: 500;
  font-size: 0.9em;
  padding: 0;
  padding-bottom: 3px;
  border-bottom: solid 3px #ffc107 !important;
  border: 0;
  background: none;
}
button.conocelo:hover {
  border-bottom: solid 3px #324554 !important;
}
.contacto .small {
  font-size: 0.65em;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
/* -----  _modal.scss     -----*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-header {
  padding: 0 0.5rem;
  border-bottom: none;
}
.modal-body {
  padding: 0;
}
.modal-body p {
  font-size: 1em;
}
.modal-body p.miembro {
  font-weight: 500;
  font-size: 1.65em;
}
.modal-body p.cargo {
  font-size: 0.8em;
  opacity: 0.6;
}
button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  padding: 0.12em 0.43em !important;
  background: none;
  border-color: #b6b6b6;
  z-index: 999;
}
.formulario .form-check-input {
  margin-top: 0px;
  height: 1em;
}
.contacto .form-control {
  width: 60%;
  outline: none !important;
  border-radius: 5px;
  border: 0;
  padding: 0.65rem 0.75rem;
  background: #e5e8eb;
  text-transform: uppercase;
  font-size: 0.75em !important;
  letter-spacing: 0.1em;
}
.contacto .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.contacto .form-check-input[type="checkbox"]:focus {
  box-shadow: 0 0 0 5px #f6f5f0;
}
.contacto .form-check-input[type="checkbox"]:checked {
  background-color: #907c69;
  border-color: #aa9e96;
}
.contacto .btn-cta {
  transition: all 0.5s;
}
.contacto .btn-politicas {
  border: 0;
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #6c757d;
}
.contacto label {
  font-size: 0.85em;
  transform: translateY(-25%);
  margin-left: 5px;
}
.contacto small {
  font-size: 0.8em;
  opacity: 0.8;
}
/* -----  _kpi.scss     -----*/
p.numero {
  font-size: 5.2em;
  font-weight: 300 !important;
  margin-bottom: 0;
}
.kpi strong {
  font-weight: 400 !important;
}
p.numero span {
  font-size: 0.5em;
}
.kpi .altas {
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
.kpi hr {
  width: 45%;
  margin: 0 auto 10px auto;
  color: #f1bb21;
  opacity: 1;
  border: solid 2px !important;
}
