@charset "UTF-8";
body {
  font-family: indivisible-variable, sans-serif;
  background-color: #FCFBF7;
  font-weight: 400;
  color: #626262;
  font-size: 15px;
}

.seasons {
  font-family: the-seasons, sans-serif;
  line-height: 1.4;
}
.seasons__bold {
  font-weight: 700;
  font-style: normal;
}

.main {
  position: relative;
  z-index: 1;
  background-color: #FCFBF7;
}

.video {
  grid-area: video;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  min-height: 680px;
  position: fixed;
  top: 0;
  left: 0;
}

.hero__home {
  background-image: url("../img/hero-monica-wright.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 680px;
  display: grid;
}
.hero__overlay {
  position: relative;
}
.hero__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  z-index: 1;
}
.hero__txt {
  position: absolute;
  margin: auto;
  width: 100%;
  bottom: 120px;
  top: 0;
  left: 0;
  right: 0;
  align-content: flex-end;
}

.col__purple950 {
  color: #382239;
}
.col__beige400 {
  color: #CB9C68;
}

.bg__beige50 {
  background-color: #fef6ed;
}
.bg__beige400 {
  background-color: #CB9C68;
}
.bg__darkblue950 {
  background-color: #323544;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 8px 24px;
  border-radius: 6px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 413px) {
  .btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}
.btn__primary {
  color: white;
  background-color: #CB9C68;
}
.btn__secondary {
  color: #955b39;
  font-weight: 500;
  border: 1px solid #CB9C68;
}
.btn__secondary:hover {
  backdrop-filter: brightness(1.1);
}
.btn__threety {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background-color: #FCFBF7;
  color: #CB9C68;
  font-weight: 500;
  border: 1px solid #CB9C68;
}
.btn__threety:hover {
  backdrop-filter: brightness(1.1);
}
.btn__submit {
  color: white;
  background-color: #CB9C68;
}
.btn:hover .btn__icono {
  transform: translateX(4px);
  transition: all 0.3s ease-in-out;
}
.btn__icono {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn__icono--calendar {
  background-image: url("../img/svg/icono-calendar.svg");
}
.btn__icono--arrow {
  width: 12px;
  height: 12px;
  background-image: url("../img/svg/icono-btn-arrow.svg");
}
.btn__icono--arrow--forward {
  width: 12px;
  height: 12px;
  background-image: url("../img/svg/icono-btn-arrow-forward.svg");
}

@keyframes btnSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(4px);
  }
}
.desktop {
  display: block;
}
@media screen and (max-width: 1023px) {
  .desktop {
    display: none;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .movil {
    display: flex !important;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 767px) {
  .movil__img {
    display: block;
  }
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #FCFBF7;
}
@media screen and (max-width: 1023px) {
  .menu_bar .bt-menu {
    display: block;
    color: #FCFBF7;
    overflow: hidden;
    font-size: 2.5rem;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) and (max-width: 640px) {
  .menu_bar .bt-menu {
    font-size: 2.2rem;
  }
}

.scroll-header .menu_bar .bt-menu {
  color: #CB9C68;
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  background-color: transparent;
  padding: 20px 16px;
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav {
    padding: 16px 16px;
  }
}
.header_nav .nav__svg {
  width: 70px;
}
.header_nav .nav__svg path, .header_nav .nav__svg ellipse {
  fill: white;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: dark;
  }
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    margin: 0;
    overflow: visible;
    padding: 0px;
    background-color: #fef6ed;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 16px;
    top: 16px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo #logo-monica {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__logo #logo-monica {
    width: 200px;
  }
}
.header_nav .nav__logo #logo-monica path, .header_nav .nav__logo #logo-monica ellipse {
  fill: white;
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_nav .nav__item > a.active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -8px;
  border-radius: 3px;
  background-color: #CB9C68;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item > a.active::after {
    position: relative;
  }
}
.header_nav .nav__item {
  position: relative;
  margin: 0px 12px;
}
.header_nav .nav__item a {
  color: white;
  font-size: 0.9rem;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1023px) {
  .header_nav .nav__item a {
    color: black;
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.header_nav .nav__item a:hover {
  opacity: 1;
}
.header_nav .nav__item a.active {
  color: #CB9C68;
  opacity: 1;
}
.header_nav .nav__item--social svg path, .header_nav .nav__item--social svg ellipse {
  fill: white;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--sub {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item--sub {
    display: none;
  }
}
.header_nav .nav__item--sub i {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
  transform: rotate(0deg);
}
@media screen and (max-width: 1920px) and (min-width: 1023px) {
  .header_nav .nav__item--sub:hover i {
    display: inline-block;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item--sub {
    margin-left: 20px;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  background-color: white;
  border-radius: 28px;
  padding: 2px 16px 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item--special {
    background-color: #CB9C68 !important;
    padding: 2px 28px 2px 26px;
  }
}
.header_nav .nav__item--special a {
  color: #382239 !important;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__item--special a {
    color: white !important;
  }
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid blue;
}
.header_nav .nav__item--ubicacion a {
  color: blue;
}
.header_nav .nav__item--legacy {
  position: absolute;
  color: #382239;
  bottom: 8px;
  font-size: 0.8rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link #logo-monica-sm {
  margin-inline: auto;
}
.header_nav .nav__link--contact {
  background-color: white;
  padding: 10px 28px;
  border-radius: 6px;
  color: green !important;
  transition: all 0.3s;
}
.header_nav .nav__link--contact:hover {
  background-color: lightblue;
  color: white !important;
}
.header_nav .nav__link--contact.active {
  background-color: lightblue;
  color: white !important;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  background-color: lightblue;
  color: white !important;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  background-color: blue;
}
.header_nav .nav__top svg {
  margin-left: 6px;
  margin-right: 6px;
}
.header_nav .nav__top--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__list {
    height: 85svh;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 32px;
  }
}
.header_nav .nav__social {
  height: 15svh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: dark;
}
.header_nav .nav__social--item {
  width: 30px;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: #ededed;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

/* SCROLL HEADER */
.scroll-header {
  background-color: #FCFBF7;
  border-bottom: 1px solid #FFEEDA;
}

.scroll-header .nav__logo path {
  fill: #CB9C68 !important;
}

.scroll-header .nav__item a {
  color: #382239;
}

.scroll-header .nav__item--social svg path, .scroll-header .nav__item--social svg ellipse {
  fill: #CB9C68;
}

.scroll-header .nav__item--special {
  background-color: #CB9C68 !important;
}

.scroll-header .nav__item--special a {
  color: white !important;
}

.caption {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: 0.9rem;
  color: #CB9C68;
}
.caption::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #CB9C68;
  top: 50%;
  left: calc(100% + 28px);
}
.caption__left::before {
  left: auto;
  right: calc(100% + 28px);
}
@media screen and (max-width: 767px) {
  .caption__left::before {
    right: auto;
    left: calc(100% + 28px);
  }
}

.services__item {
  padding: 40px;
  transition: all 0.3s ease;
  border-radius: 16px;
}
@media screen and (max-width: 1366px) {
  .services__item {
    padding: 32px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 1280px) {
  .services__item {
    padding: 24px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 1280px) and (max-width: 767px) {
  .services__item {
    display: flex;
    flex-direction: row;
    gap: 28px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 1280px) and (max-width: 767px) and (max-width: 413px) {
  .services__item {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
  }
}
.services__item--icono {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 6px;
}
@media screen and (max-width: 413px) {
  .services__item--icono {
    padding: 0px;
  }
}
.services__item:hover {
  background-color: #fef6ed;
}

.pleca__full {
  border: 1px solid #FFEEDA;
}
.pleca__full--services {
  border: 1px solid #CB9C68;
}

.helping {
  background-image: url("../img/svg/icono-queretaro.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 70px;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .helping {
    width: 120px;
    height: 50px;
  }
}

/* FORMULARIO */
.input, textarea {
  width: 100%;
  max-width: 400px;
  border: none;
  border-bottom: 1px solid #382239;
  padding: 8px 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D3D3D3;
}
.input::placeholder, textarea::placeholder {
  color: #D3D3D3;
}
@media screen and (max-width: 767px) {
  .input, textarea {
    max-width: 100%;
  }
}

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

.formulario__input-error {
  font-family: var(--font-auto-pro);
  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: 28px;
  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;
  padding: 0 15px;
  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: white;
  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;
}

/*  */
.owl-reviews .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 32px;
  border-radius: 16px;
  background-color: #F7F7F1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .owl-reviews .item {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 48px;
  }
}
.owl-reviews .owl-nav {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  top: -200px;
  transform: translateX(-137%);
  margin-top: 20px;
}
@media screen and (max-width: 1535px) {
  .owl-reviews .owl-nav {
    top: -220px;
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) {
  .owl-reviews .owl-nav {
    top: -290px;
    transform: translateX(-116%);
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1023px) {
  .owl-reviews .owl-nav {
    top: -40px;
    transform: translateX(240%);
  }
}
@media screen and (max-width: 1535px) and (max-width: 1280px) and (max-width: 1023px) and (max-width: 767px) {
  .owl-reviews .owl-nav {
    top: 0px;
    transform: translateX(0%);
  }
}
.owl-reviews .owl-nav::before {
  position: absolute;
  background-color: #CB9C68;
  left: 130px;
  content: "";
  width: 2px;
  height: 100%;
}
.owl-reviews .owl-nav .owl-prev, .owl-reviews .owl-nav .owl-next {
  margin-inline: 18px;
}
.owl-reviews .owl-nav .owl-prev span, .owl-reviews .owl-nav .owl-next span {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #955b39 !important;
  font-size: 18px !important;
}

.neighborhoods__item img {
  transition: all 0.3s ease-in-out;
}
.neighborhoods__item:hover img {
  transform: scale(1.1);
}
.neighborhoods__item--overlay {
  position: relative;
  z-index: 2;
}
.neighborhoods__item--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CB9C68;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: multiply;
  z-index: 1;
}

/* ANIMACIONES */
.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);
}

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

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

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

.listing__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  font-family: the-seasons, sans-serif;
  animation: l1 1s linear infinite alternate;
}

.listing__loader:before {
  content: "Loading...";
}

@keyframes l1 {
  to {
    opacity: 0;
  }
}
/* ── Overlay ── */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  z-index: 100;
  /* Fuerza aceleración por GPU en Safari para evitar parpadeos */
  transform: translateZ(0);
}

#overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* ── Modal ── */
.modal {
  background: #fff;
  border: 1px solid #2a2a32;
  border-radius: 12px;
  width: min(900px, 92vw);
  overflow: hidden;
  transform: scale(0.93) translateY(12px);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
}

#overlay.active .modal {
  transform: scale(1) translateY(0);
}

/* Header */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #2a2a32;
}

.modal-header span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

#close-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid #2a2a32;
  border-radius: 50%;
  cursor: pointer;
  color: var(--muted);
  transition: background 0.15s, color 0.15s;
}

#close-btn:hover {
  background: #CB9C68;
  color: #fff;
  border-color: #e8ff47;
}

/* Video wrapper 16:9 */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}/*# sourceMappingURL=style.css.map */