.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: The artisan, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  width: 100%;
  margin-bottom: 10px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.section {
  height: 100vh;
}

.section.heroe {
  background-image: url('../images/DSC06315.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.section.auto {
  height: auto;
  background-color: #e9e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.auto.cel {
  display: none;
}

.video_heroe {
  height: 100vh;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.center {
  justify-content: center;
}

.nav-menu {
  display: flex;
}

.brand {
  margin-right: 200px;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  text-align: center;
  margin-top: 8%;
  font-family: The artisan, sans-serif;
  font-size: 4em;
  line-height: 1.5em;
}

.text-span {
  font-family: Bellarina, sans-serif;
}

.slider {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.slide {
  background-image: url('../images/DSC06315.jpg');
  background-position: 50%;
  background-size: cover;
}

.close {
  display: none;
}

.slide-nav {
  font-size: 5px;
}

.div_container {
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  padding-right: 0;
}

.div_container.auto {
  height: auto;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.div_container.nombres {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: The artisan, sans-serif;
  font-size: 6vw;
  line-height: 10vw;
  display: block;
}

.paragraph {
  text-align: center;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.4vw;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.div_foto {
  height: 50vh;
  background-image: url('../images/PAM1_1WE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_foto._2 {
  background-image: url('../images/PAM2WE.png');
}

.div_foto._3 {
  background-image: url('../images/PAM3_1WE.png');
}

.heading_infor, .info {
  text-align: center;
}

.section_2 {
  height: auto;
}

.section_2.heroe {
  position: relative;
}

.grid_info {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.div_fotos {
  width: 80%;
  height: 70vh;
  background-image: url('../images/LGG00225.jpg');
  background-position: 50%;
  background-size: cover;
}

.div_fotos._2 {
  background-image: url('../images/LGG00309.jpg');
  background-position: 50% 30%;
}

.heading-3 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Bellarina, sans-serif;
  display: flex;
}

.heading-3._2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link {
  width: 100%;
  height: 100%;
  text-align: center;
}

.rich-text-block {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.navigation-right {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.navigation-right.cel {
  display: none;
}

.navigation-link-copy {
  color: #c8a378;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.navigation-container-full {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navigation-link.close {
  display: block;
}

.navigation-link.close.w--current {
  color: #fff;
}

.brand-2 {
  padding: 0 10px;
}

.navigation-left {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 100px;
}

.nav-primary-links-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 5vw;
  display: flex;
}

.hero-paragraph {
  padding-left: 0;
  padding-right: 5vw;
}

.nav-secondary-links-wrapper.close {
  display: none;
}

.lottie-mobile {
  width: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 4px;
  display: none;
}

.main-booking-input {
  width: 30%;
  margin-bottom: 64px;
}

.nav-secondary-wrapper {
  border-top: 1px solid #5c5a53;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.subtitle {
  color: #5c5a53;
  text-align: center;
  margin-bottom: 8px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2vw;
  line-height: 140%;
}

.nav-links-container {
  z-index: 98;
  min-height: 100vh;
  background-color: #e2ded5;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-links-container.dark {
  display: none;
}

.booking-form-wrapper {
  width: 55%;
}

.heading-wrapper {
  padding-bottom: 50px;
}

.heading-wrapper.inner-spacing {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5vw;
}

.nav-logo {
  z-index: 99;
  align-self: center;
  padding-left: 0;
  position: relative;
}

.nav-link-dark {
  font-size: 1.4vw;
}

.menu-button-2 {
  cursor: pointer;
  align-self: center;
  align-items: center;
  padding: 0 0 0 16px;
  font-size: 1.4vw;
  text-decoration: none;
  display: flex;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-2.close {
  display: none;
}

.submit-button {
  color: #fafaf8;
  cursor: pointer;
  background-color: #3c3a34;
  background-image: url('../images/dark_btn_arrow.svg');
  background-position: 86% 42%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #3c3a34;
  padding: 16px 96px 16px 32px;
  font-size: 1.7vw;
  font-style: italic;
  line-height: 120%;
  transition: background-position .3s;
}

.submit-button:hover {
  background-position: 90% 42%;
}

.booking-close-btn {
  height: 60px;
  align-items: center;
  margin-right: 80px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5vw;
}

.nav-link {
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 5vw;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  color: #838a7b;
}

.book-button {
  margin-right: 32px;
  padding: 16px;
}

.book-button.close {
  display: none;
}

.main-booking-form-block {
  margin-bottom: 0;
}

.nav-primary-wrapper {
  flex: 1;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
}

.navigation-dark {
  z-index: 998;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 144px;
}

.section-2.bottom-padding-192 {
  padding-bottom: 192px;
}

.section-2.bottom-padding-192.no-top-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2.color {
  background-color: rgba(238, 230, 229, .51);
}

.form-input {
  color: #3c3a34;
  letter-spacing: 10%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-bottom: 2px dotted rgba(92, 90, 83, .5);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
  font-style: italic;
  line-height: 140%;
  transition: border-color .3s;
}

.form-input:focus {
  color: #3c3a34;
  border-bottom-color: #5c5a53;
}

.form-input::-ms-input-placeholder {
  color: rgba(60, 58, 52, .6);
}

.form-input::placeholder {
  color: rgba(60, 58, 52, .6);
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.container-2.close {
  display: none;
}

.booking-content {
  align-items: center;
  display: none;
  position: relative;
}

.nav-social-wrapper {
  align-items: center;
  display: flex;
}

.nav-social-wrapper.closr {
  display: none;
}

.nav-image-wrapper {
  width: 50%;
  align-items: center;
  display: flex;
}

.nav-image-wrapper.medium-height {
  position: relative;
  overflow: hidden;
}

.lottie-btn {
  width: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 4px;
}

.hero4 {
  padding-top: 0;
  padding-left: 0;
  position: relative;
}

.nav-buttons {
  z-index: 99;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.nav-secondary-link {
  margin-bottom: 8px;
  margin-right: 56px;
  font-size: 2.2vw;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  transition: color .3s;
}

.nav-secondary-link:hover {
  color: rgba(131, 138, 123, .7);
}

.nav-secondary-link.last {
  margin-right: 0;
}

.nav-social-link {
  width: 32px;
  margin-right: 32px;
}

.nav-social-link.first {
  margin-left: 56px;
}

.nav-social-link.last {
  margin-right: 0;
}

.nav-container {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.boking-image-wrapper {
  width: 45%;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.navigation-bar {
  z-index: 99;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.navigation-bar.dark {
  background-color: #fafaf8;
}

.hero-arrow {
  position: absolute;
  top: auto;
  bottom: -64px;
  left: auto;
  right: 0%;
}

.booking-wrapper {
  z-index: 9999;
  width: 100%;
  background-color: #e2ded5;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secondary-nav-image {
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secondary-nav-image._4, .secondary-nav-image._1, .secondary-nav-image._5, .secondary-nav-image._3, .secondary-nav-image._2 {
  display: none;
}

.main-nav-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon {
  margin-left: 8px;
}

.main-booking-form {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-family: The artisan, sans-serif;
}

.icon {
  color: #fff;
}

.hero4-2 {
  padding-top: 0;
  padding-left: 5vw;
  position: relative;
}

.heading-5 {
  text-align: center;
  font-family: The artisan, sans-serif;
  font-size: 5vw;
  line-height: 7vw;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.gastronomy {
  background-image: url('../images/DSC06393.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.light {
  color: #fafaf8;
  display: none;
}

.background-video, .background-video-2 {
  width: 100%;
  height: 100%;
}

.grid-split-section {
  grid-row-gap: 144px;
  grid-template-rows: auto;
}

.grid-split-section._2row {
  grid-row-gap: 96px;
  grid-template-rows: auto auto;
}

.image-container {
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.button {
  color: #fafaf8;
  text-align: left;
  cursor: pointer;
  background-color: #3c3a34;
  background-image: url('../images/dark_btn_arrow.svg');
  background-position: 86% 42%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #3c3a34;
  padding: 16px 96px 16px 32px;
  transition: background-position .3s;
}

.button:hover {
  background-position: 90% 42%;
}

.button.secondary {
  color: #3c3a34;
  color: #3c3a34;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/light_btn_arrow.svg');
  border-style: none;
  padding-left: 0;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5vw;
}

.feature-paragraph {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2.2vw;
  line-height: 140%;
}

.btn-wrapper {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.content-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-container.left-padding {
  align-items: flex-end;
  display: flex;
}

.heading-6, .heading-7 {
  font-family: The artisan, sans-serif;
}

.heading-8 {
  color: #333;
  text-align: right;
  letter-spacing: 5px;
}

.section-3 {
  display: none;
}

.paragraph-2 {
  text-align: center;
}

.rooms-collection-list-wrapper {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-4 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-4.bottom-padding-192 {
  background-color: rgba(238, 230, 229, .51);
  padding-top: 50px;
  padding-bottom: 100px;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.room-flex-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  padding-left: 10vh;
}

.room-item {
  width: 32%;
}

.collection-content-wrapper {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.subtitle-2 {
  color: #5c5a53;
  margin-bottom: 8px;
  font-size: 1.7vw;
  line-height: 140%;
}

.subtitle-2.italics {
  font-family: Cormorantgaramond, sans-serif;
}

.collection-arrow-img {
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.paragraph-copy {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 1.5vw;
  line-height: 160%;
}

.sign-up-field-wrapper {
  display: flex;
}

.login-label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-bottom: 2px;
  padding-left: 2px;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.water-image {
  background-image: url('../images/6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-head {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: The artisan, sans-serif;
  font-size: 4.5vw;
  line-height: 1.3em;
}

.login-button {
  width: 100%;
  background-color: rgba(170, 218, 218, .78);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #36b868;
}

.memberstack-form {
  padding-top: 25px;
  position: relative;
}

.field-image {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-5 {
  font-family: Raleway variablefont wght, sans-serif;
}

.login-field {
  height: 50px;
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #76ce89;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #76ce89;
}

.login-box {
  width: 100%;
  max-width: 1100px;
  min-height: 80vh;
  background-color: #fff;
  border-radius: 5px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, .2);
}

.slider-section {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.login-page-section {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10vh 5%;
  display: flex;
}

.login-section {
  width: 50%;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  padding: 50px 50px 80px;
  font-size: 16px;
  display: flex;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 30px;
}

.tree-image {
  background-image: url('../images/DSC06286.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.login-page-wrapper {
  width: 100%;
}

.slide-nav-2 {
  font-size: 1px;
}

.paragraph-3 {
  margin-top: 10px;
}

.link-2 {
  color: #333;
  margin-left: 0;
  font-size: 1.5vw;
  line-height: 3vw;
  text-decoration: none;
}

.link-2._2 {
  color: #fff;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline;
}

.paragraph-4 {
  width: auto;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  font-size: 2vw;
}

.paragraph-4._1 {
  text-decoration: underline;
}

.paragraph-4._2 {
  font-size: 1.5vw;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.grid-2 {
  width: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2.cel {
  display: none;
}

.foto {
  height: 40vh;
  background-image: url('../images/92914078.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto._2 {
  background-image: url('../images/hotel-exterior.jpeg');
}

.foto._3 {
  background-image: url('../images/hotel-riu-plaza-guadalajara.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.foto._4 {
  background-image: url('../images/Captura-de-Pantalla-2022-07-28-a-las-10.52.06.png');
  background-position: 50% 0;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.div-block-3 {
  display: flex;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 5px;
}

.div-block-4 {
  width: 30px;
  height: 30px;
  filter: invert();
  background-image: url('../images/wedding-dress.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-4._2 {
  background-image: url('../images/traje-de-novio.png');
}

.div-block-4._3 {
  width: 25px;
  height: 25px;
  background-image: url('../images/clock.png');
}

.div-block-4._4 {
  width: 25px;
  height: 25px;
  background-image: url('../images/location.png');
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.grid-5 {
  width: 75%;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.text-span-2 {
  text-decoration: none;
}

.paragraph-5._2 {
  text-align: center;
  border-right: 1px solid #000;
}

.paragraph-5._3 {
  text-align: center;
}

.text-span-3 {
  font-family: Bellarina, sans-serif;
}

.grid-6 {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, .63);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 5%;
  padding-bottom: 5%;
  box-shadow: 1px 1px 3px #000;
}

.div-block-6 {
  height: 45vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.ceremonia {
  border-right: 1px solid #bbb0ad;
  padding-left: 10px;
  padding-right: 10px;
}

.heading_new {
  color: #bbb0ad;
  text-align: right;
  font-family: Newyork personal use, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.heading-9 {
  color: #bbb0ad;
  font-family: Newyork personal use, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.div-block-6-copy {
  height: 40vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-6 {
  width: 60%;
  color: #333;
  text-align: left;
  margin-top: 5px;
}

.js-clock-3 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3%;
  display: flex;
}

.box-3 {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-3 {
  color: #d1c2ba;
  text-shadow: 1px 1px 6px #000;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.clock-label-3 {
  color: #bbb0ad;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-right: -5px;
  font-family: Newyork personal use, sans-serif;
  font-size: 1.5vw;
}

.d-135-card-wrapper {
  width: 300px;
  height: 400px;
  background-image: url('../images/LGG00255.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.d-135-card-wrapper._2 {
  background-image: url('../images/LGG00309.jpg');
  box-shadow: 1px 1px 3px #000;
}

.d-135-card-wrapper._3 {
  background-image: url('../images/LGG00225.jpg');
  box-shadow: 1px 1px 3px #000;
}

.d-135-text-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.d-135-h3-heading {
  color: #333;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Newyork personal use, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.d-135-view-project-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.d-135-view-project-wrapper._2, .d-135-view-project-wrapper._3 {
  margin-top: 50px;
}

.d-135-card-caption {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  display: none;
}

.demo-wrapper-2 {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Raleway variablefont wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.d-135-view-project-text._2 {
  margin-top: 20px;
  font-size: 18px;
}

.d-135-color-overlay {
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #000;
}

.d-135-view-project-underline {
  width: 80%;
  height: 5px;
  transform-origin: 0%;
  background-color: #bbb0ad;
  margin-top: 4px;
  position: relative;
}

.grid-7 {
  grid-template-rows: auto;
}

.grid-7.phone {
  display: none;
}

.link_amazon {
  color: #333;
}

@media screen and (min-width: 1440px) {
  .section.auto.cel {
    display: none;
  }

  .nav-links-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-wrapper.inner-spacing {
    padding-left: 0;
  }

  .nav-logo {
    width: 250px;
  }

  .nav-link-dark, .menu-button-2 {
    font-size: 1.2vw;
  }

  .submit-button {
    font-size: 1.4vw;
  }

  .nav-primary-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .form-input {
    font-size: 1.2vw;
  }

  .container-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .nav-secondary-link {
    font-size: 2vw;
  }

  .booking-wrapper, .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .button {
    font-size: 1.4vw;
  }

  .feature-paragraph {
    font-size: 2vw;
  }

  .card-image {
    width: 100%;
  }

  .rooms-collection-list-wrapper, .container-3 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .room-flex-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .navigation-right {
    width: 100%;
    background-color: #202146;
  }

  .menu-button {
    border: 1px solid #000;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-left {
    background-color: #202146;
  }

  .main-booking-input {
    width: 30%;
    margin-bottom: 32px;
  }

  .nav-secondary-wrapper {
    margin-bottom: 7vh;
  }

  .subtitle {
    font-size: 2.5vw;
  }

  .booking-form-wrapper {
    width: 100%;
  }

  .heading-wrapper {
    padding-bottom: 48px;
  }

  .nav-link-dark, .menu-button-2 {
    font-size: 2vw;
  }

  .submit-button {
    font-size: 2.5vw;
  }

  .nav-link {
    font-size: 6.5vw;
  }

  .hero-arrow-image {
    height: 80px;
  }

  .nav-primary-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.bottom-padding-192 {
    padding-bottom: 64px;
  }

  .form-input {
    font-size: 2vw;
  }

  .hero4 {
    padding-top: 0;
    padding-left: 0;
  }

  .nav-secondary-link {
    margin-right: 32px;
    font-size: 3vw;
  }

  .nav-social-link {
    width: 40px;
  }

  .boking-image-wrapper.large-height.left-padding {
    display: none;
  }

  .hero-arrow {
    bottom: -32px;
  }

  .main-booking-form {
    flex-wrap: wrap;
  }

  .hero4-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }

  .grid-split-section {
    grid-row-gap: 96px;
  }

  .button {
    text-align: center;
    padding-left: 32px;
  }

  .button.secondary {
    border-style: solid;
    padding-left: 32px;
  }

  .feature-paragraph {
    font-size: 3vw;
  }

  .btn-wrapper {
    margin-top: 32px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-4.bottom-padding-192 {
    padding-bottom: 64px;
  }

  .subtitle-2 {
    font-size: 2.5vw;
  }

  .login-box {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }

  .login-section {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .demo-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .nav-secondary-wrapper {
    flex-wrap: wrap;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .heading-wrapper {
    padding-bottom: 32px;
  }

  .booking-close-btn {
    z-index: 2;
    margin-right: 0;
  }

  .book-button {
    margin-right: 16px;
  }

  .booking-content {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .nav-image-wrapper.medium-height {
    height: 70vh;
  }

  .hero-arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .booking-wrapper {
    min-height: 100vh;
  }

  .secondary-nav-image._1, .main-nav-image {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }

  .room-item {
    margin-right: 16px;
  }

  .login-head {
    font-size: 27px;
  }

  .login-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .demo-wrapper-2 {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-family: Newyork personal use, sans-serif;
    font-weight: 400;
  }

  h3 {
    margin-top: 10px;
    font-family: Cormorantgaramond, sans-serif;
  }

  p {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .section.auto, .section.auto.cel {
    display: none;
  }

  .div_container.auto {
    flex-direction: column;
  }

  .div_container.nombres {
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 12vw;
  }

  .paragraph {
    font-size: 4vw;
  }

  .rich-text-block {
    background-color: #fff;
    font-size: 20px;
  }

  .navigation-right {
    height: auto;
    background-color: rgba(238, 230, 229, .51);
    margin-left: 0;
    display: none;
  }

  .navigation-right.cel {
    display: block;
  }

  .menu-button {
    border-style: none;
  }

  .navigation-link {
    color: #fff;
  }

  .navigation-link.close {
    display: none;
  }

  .navigation-left {
    background-color: rgba(238, 230, 229, .51);
    display: none;
  }

  .navigation-left.close {
    display: none;
  }

  .nav-primary-links-wrapper {
    width: 100%;
  }

  .hero-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-mobile {
    width: 32px;
    margin-left: 0;
    display: block;
  }

  .main-booking-input {
    width: 100%;
  }

  .nav-secondary-wrapper {
    border-top-width: 0;
    margin-top: 0;
  }

  .subtitle {
    font-size: 5.5vw;
  }

  .nav-links-container {
    position: fixed;
  }

  .heading-wrapper {
    padding-bottom: 8px;
  }

  .heading-wrapper.inner-spacing {
    padding-top: 0;
    padding-left: 0;
  }

  .nav-link-dark {
    font-size: 4.5vw;
  }

  .menu-button-2 {
    width: 48px;
    height: 48px;
    background-color: #3c3a34;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding-left: 0;
    display: flex;
  }

  .submit-button {
    font-size: 4.5vw;
  }

  .nav-link {
    font-size: 13vw;
  }

  .mobile-none {
    display: none;
  }

  .book-button {
    margin-right: 0;
  }

  .section-2.bottom-padding-192 {
    padding-bottom: 64px;
  }

  .section-2.color {
    flex-direction: column;
    display: flex;
  }

  .form-input {
    font-size: 5vw;
  }

  .nav-social-wrapper {
    width: 100%;
    border-top: 1px solid #5c5a53;
    margin-top: 16px;
    padding-top: 16px;
  }

  .nav-image-wrapper.medium-height {
    display: none;
  }

  .lottie-btn {
    margin-left: 0;
    display: none;
  }

  .hero4 {
    padding-top: 0;
    padding-left: 0;
  }

  .nav-secondary-link {
    margin-bottom: 16px;
    margin-right: 24px;
    font-size: 8vw;
  }

  .hero-arrow {
    bottom: -48px;
    right: -2vw;
  }

  .booking-wrapper {
    align-items: flex-start;
    display: none;
    overflow: scroll;
  }

  .icon {
    color: #000;
  }

  .hero4-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .heading-5 {
    font-size: 10vw;
    line-height: 12vw;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .grid-split-section {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-split-section._2row {
    grid-row-gap: 24px;
  }

  .button {
    width: 100%;
    background-position: 80%;
    font-size: 4.5vw;
    font-style: italic;
  }

  .button:hover {
    background-position: 86%;
  }

  .button.secondary.cel {
    background-color: #fff;
    border-style: solid;
    border-color: #333;
    font-size: 4vw;
  }

  .feature-paragraph {
    font-size: 6.5vw;
  }

  .content-container {
    margin-bottom: 56px;
  }

  .heading-8 {
    letter-spacing: 2.5px;
    font-family: The artisan, sans-serif;
    line-height: 46px;
  }

  .rooms-collection-list-wrapper {
    padding-bottom: 24px;
    padding-left: 5vw;
    overflow: scroll;
  }

  .section-4.bottom-padding-192 {
    padding-bottom: 64px;
  }

  .container-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .room-flex-thirds {
    width: auto;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .room-item {
    width: 90%;
    flex-direction: row;
    margin-right: 0;
    display: flex;
  }

  .collection-content-wrapper {
    justify-content: center;
  }

  .subtitle-2 {
    font-size: 5.5vw;
  }

  .paragraph-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .login-container {
    min-width: 0;
  }

  .login-head {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .login-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .slide-2 {
    background-image: url('../images/LGG00247.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link-2 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.cel {
    flex-direction: column;
    display: flex;
  }

  .grid-4.cel {
    background-color: #fff;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-5 {
    text-decoration: none;
  }

  .paragraph-5._2 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    padding-bottom: 10%;
  }

  .paragraph-5._3 {
    margin-top: 0;
  }

  .grid-6.phone {
    flex-direction: column;
    grid-template-rows: auto;
    display: flex;
  }

  .heading_new.phone {
    text-align: center;
  }

  .div-block-6-copy {
    display: none;
  }

  .js-clock-3 {
    flex-wrap: wrap;
    margin-bottom: 18%;
    padding-bottom: 0%;
  }

  .box-3 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number-3 {
    text-shadow: 1px 1px 6px #000;
    font-size: 40px;
    line-height: 50px;
  }

  .clock-label-3 {
    font-size: 20px;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    display: none;
  }

  .grid-7.phone {
    flex-direction: column;
    display: flex;
  }
}

#w-node-aa313c4d-9491-a89a-d2e0-6682f625fa66-3fb30a15, #w-node-aa313c4d-9491-a89a-d2e0-6682f625fa73-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa313c4d-9491-a89a-d2e0-6682f625fa80-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-aa313c4d-9491-a89a-d2e0-6682f625fa88-3fb30a15, #w-node-aa313c4d-9491-a89a-d2e0-6682f625fa90-3fb30a15, #w-node-_902e0753-acec-051b-bd21-71d331913fcf-3fb30a15, #w-node-_902e0753-acec-051b-bd21-71d331913fd0-3fb30a15, #w-node-_902e0753-acec-051b-bd21-71d331913fd7-3fb30a15, #w-node-_902e0753-acec-051b-bd21-71d331913fd8-3fb30a15, #w-node-_0ec18c32-c225-648b-a02d-229b3cac7838-3fb30a15, #w-node-_25bde4c6-f812-ac77-67fa-54bdd0b41ffe-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_406a051e-b068-8289-5e92-eac1401c1ef8-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5cb7a24c-41d9-6e6f-90ca-71722aa028d5-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0c4eaea-1fb7-51a3-6065-9414f0d02a2d-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b7974dbb-adae-a7a3-7a38-037e8288dfa8-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_53b93be2-5109-21eb-60fa-0d21c9b26fbb-3fb30a15, #w-node-_368f4f7e-4e1a-ce89-2021-eecc03e26651-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23ca-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4321e1a1-25be-f827-ed2d-058f72a9806f-3fb30a15, #w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23cc-3fb30a15, #w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23d9-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23e6-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23ee-3fb30a15, #w-node-_536536b9-92ed-e1c5-1685-59ee2fbd23f6-3fb30a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78056a78-eefc-a15d-b2a5-73f06e7be920-3fb30a15, #w-node-b1cc679b-0e8f-1e65-0b09-8ffe84ff723d-3fb30a15 {
  justify-self: center;
}

#w-node-_71bbe330-0443-3246-9117-4ef274fdc391-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc392-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc393-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc394-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc39e-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc3a1-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc3a4-3fb30a15, #w-node-_71bbe330-0443-3246-9117-4ef274fdc3a7-3fb30a15, #w-node-_7c65b4ea-6853-e2e7-8cbc-f3620e47dd44-53709b83, #w-node-_29658f88-4642-401b-88b8-176a42fb3213-53709b83, #w-node-c626f541-1e0f-2ee5-5a29-313ef545964e-53709b83, #w-node-c626f541-1e0f-2ee5-5a29-313ef545964f-53709b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d6f30cc-7744-1a40-ad8d-0c1408593def-53709b83 {
  align-self: center;
  justify-self: end;
}

#w-node-f91d3c7a-19fb-4422-3087-ee46d9377848-53709b83, #w-node-f91d3c7a-19fb-4422-3087-ee46d9377849-53709b83, #w-node-f91d3c7a-19fb-4422-3087-ee46d9377850-53709b83, #w-node-f91d3c7a-19fb-4422-3087-ee46d9377851-53709b83, #w-node-_7c9f652b-4bbd-98d0-ea40-79bcace1e8d5-53709b83, #w-node-fae2f32d-da00-7f4d-7176-ef703622d01f-53709b83, #w-node-a2e1fa17-d187-f3b8-e87d-4e144a136f91-53709b83, #w-node-c101fb2e-4c59-c6c4-0c88-5a849839ccc0-53709b83, #w-node-d146cb08-230d-2c30-4393-4223433adf3a-53709b83, #w-node-d146cb08-230d-2c30-4393-4223433adf3b-53709b83, #w-node-d146cb08-230d-2c30-4393-4223433adf3c-53709b83, #w-node-d146cb08-230d-2c30-4393-4223433adf3d-53709b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_902e0753-acec-051b-bd21-71d331913fcf-3fb30a15 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d6f30cc-7744-1a40-ad8d-0c1408593def-53709b83 {
    grid-column-end: 1.99537;
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f91d3c7a-19fb-4422-3087-ee46d9377848-53709b83 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Raleway variablefont wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bellarina';
  src: url('../fonts/Bellarina.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The artisan';
  src: url('../fonts/the-artisan.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork personal use';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}