@font-face {
  font-family: Didot;
  src: url('../fonts/Didot.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optiradiant;
  src: url('../fonts/OPTIRadiant-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trifelia;
  src: url('../fonts/Trifelia.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d4a963;
  --blue: #13243a;
  --light-gold: #ccb287;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: var(--gold);
  text-decoration: underline;
}

.body {
  background-color: var(--blue);
  color: var(--blue);
  max-width: 100%;
  padding-bottom: 0;
}

.section {
  z-index: 0;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.h1 {
  color: var(--gold);
  letter-spacing: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

.image {
  z-index: 10;
  width: 520px;
  max-width: none;
  display: block;
  position: absolute;
  overflow: visible;
}

.div-block {
  z-index: 999;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-2 {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue)), url('../images/GUADIANA-27_EXTERIOR-01.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: 100dvh;
  position: static;
}

.image-2 {
  z-index: 10;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.div-block-3 {
  z-index: 999;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200dvh;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.div-block-4 {
  background-image: linear-gradient(#13243a 8%, #13243a99 35%, #13243aa6 78%, #13243a 92%), url('../images/GUADIANA-27_EXTERIOR-01.webp');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #13243a;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link.w--current {
  color: var(--gold);
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link-2.w--current {
  color: var(--gold);
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link-3.w--current {
  color: var(--gold);
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link-4.w--current {
  color: var(--gold);
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link-5.w--current {
  color: var(--gold);
}

.section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 300vh;
  display: flex;
  position: static;
  top: 0;
}

.brand {
  width: 70px;
}

.container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  margin-left: auto;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 680px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.list {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph._2 {
  font-weight: 300;
}

.section-img {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-5 {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80dvw;
  height: 80dvh;
  display: flex;
  position: static;
  top: 10%;
  bottom: 10%;
}

.div-block-5._1 {
  position: sticky;
  top: 10vh;
  bottom: auto;
}

.div-block-5._2 {
  opacity: 1;
  position: sticky;
  top: 10vh;
  bottom: auto;
}

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

.section-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 300vh;
  padding-top: 10vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-6 {
  z-index: 2;
  background-image: url('../images/Villa_Riviere_8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
}

.div-block-7 {
  z-index: 1;
  background-image: url('../images/Villa_Riviere_8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-text {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 30px;
  display: block;
  position: static;
}

.div-text.description {
  border-color: var(--gold);
}

.section-img-1 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-9 {
  background-image: linear-gradient(180deg, var(--blue) 10%, #fff0);
  height: 20vh;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  position: static;
  top: 0;
}

.image-5 {
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.image-5._2 {
  z-index: 0;
  width: 80dvw;
  height: 80dvh;
  inset: auto;
}

.image-5._2.mob {
  display: none;
}

.image-5._3 {
  width: 80dvw;
  height: 80dvh;
}

.image-5._3.mob {
  display: none;
}

.section-img-2 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
}

.track {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vw;
}

.camera {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-img {
  z-index: 0;
  border: 1px solid var(--gold);
  background-color: var(--blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.div-block-5-copy {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90dvw;
  height: 80dvh;
  display: flex;
  position: static;
  top: 10%;
  bottom: 10%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.frame-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.track-copy {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800vw;
}

.image-6-copy {
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: .5px solid #fff;
  border-radius: 5px;
  padding-top: 12px;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--gold);
}

.tag {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
}

.submit-button {
  color: var(--blue);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 5px;
  width: 100%;
  padding-top: 12px;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form {
  min-width: 600px;
  padding: 30px 20px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.checkbox-field {
  color: #fff;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
}

.wrapper-form {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 80dvh;
  display: flex;
  position: static;
  top: 10%;
  bottom: 10%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 225px;
  margin-right: 225px;
  display: flex;
}

.image-7 {
  width: 250px;
}

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

.text-block {
  color: #858585;
  text-align: center;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.body-2 {
  background-color: var(--blue);
}

.section-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.paragraph-2 {
  color: #ffffffb3;
  text-align: justify;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-12 {
  position: sticky;
  top: 0;
}

.section-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 300vh;
  display: flex;
  position: static;
  top: 0;
}

.section-2-copy {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.section-6 {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 300dvh;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: visible;
}

.image-8 {
  z-index: -1;
  opacity: 0;
  width: 95dvw;
  height: 80dvh;
  display: block;
  position: absolute;
}

.image-8._1 {
  object-fit: cover;
  width: 80dvw;
}

.image-8._1.mob {
  display: none;
}

.section-7 {
  height: 300vh;
}

.s3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 300vh;
  padding-bottom: 10vh;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.content-3 {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80dvw;
  height: 80dvh;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: auto;
}

.content-3._1 {
  position: static;
  top: 10vh;
  bottom: auto;
}

.content-3._2 {
  opacity: 1;
}

.content-3._3 {
  justify-content: center;
  align-items: center;
}

.section-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #111e2d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100dvw;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrapper-img-mob {
  display: none;
}

.checkbox-label {
  font-family: Didot, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.hero-gallery {
  background-image: linear-gradient(#13243a 8%, #13243a99 35%, #13243aa6 78%, #13243a 92%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-14 {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 50% 50%;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  width: 160%;
  height: 100%;
  display: grid;
  position: absolute;
}

.image-9 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-15 {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--blue) 8%, #13243a99 35%, #13243aa6 78%, var(--blue));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero-location {
  background-image: linear-gradient(#13243a 8%, #13243a99 35%, #13243aa6 78%, #13243a 92%), url('../images/ElViso.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: static;
  top: 0;
  transform: rotate(0);
}

.hero-contact {
  background-image: linear-gradient(#13243a 8%, #13243a99 35%, #13243aa6 78%, #13243a 92%), url('../images/Villa_Riviere_8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-3 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Optiradiant, Verdana, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.image-copy {
  z-index: 10;
  width: 520px;
  max-width: none;
  display: block;
  position: absolute;
  overflow: visible;
}

.hero-description {
  background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/Villa_Riviere_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-16 {
  display: none;
}

.heading-4 {
  color: var(--light-gold);
  letter-spacing: .3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Optiradiant, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.div-block-17 {
  border: 1px solid var(--light-gold);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 30px 50px;
  position: static;
  top: auto;
}

.text-block-2 {
  color: var(--light-gold);
  text-align: center;
  flex: 0 auto;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
}

.text-block-2:hover {
  color: #fff;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.track-description {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800vw;
}

.track-gallery {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000vw;
}

.div-map {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  height: auto;
  display: flex;
}

.track-location {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vw;
}

.div-des-3 {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  background-image: url('../images/Villa_Riviere_6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  display: flex;
}

.div-des-2 {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  background-image: url('../images/Villa_Riviere_7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  display: flex;
}

.div-des-1 {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  background-image: url('../images/GUADIANA-27_DORMITORIO.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  display: flex;
}

.div-des-4 {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  background-image: url('../images/Villa_Riviere_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  display: flex;
}

.div-img-copy {
  z-index: 0;
  border: 1px solid var(--gold);
  background-color: var(--blue);
  background-image: url('../images/GUADIANA-27_DORMITORIO.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.div-des-5 {
  z-index: 0;
  border: 1px none var(--gold);
  background-color: var(--blue);
  background-image: url('../images/Villa_Riviere_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 5vh 5vh 10vh;
  display: flex;
}

.div-text-wrapper {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.div-text-wrapper._1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-text-wrapper._2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-10 {
  display: none;
}

.section-8 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  align-items: stretch;
  width: 90vw;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.text-map {
  z-index: 1;
  border: 1px solid var(--gold);
  background-color: #13243a;
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: auto;
  padding: 60px 80px;
  display: flex;
  position: static;
  top: 10%;
  bottom: 10%;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.div-img-gallery {
  z-index: 0;
  border: .5px solid var(--gold);
  background-color: var(--blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90vw;
  height: 85vh;
  margin-left: 5vh;
  margin-right: 5vh;
  padding: 40px;
  display: flex;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: grid;
}

.text-block-3 {
  color: var(--gold);
  text-align: center;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.hero-description-copy {
  background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/Villa_Riviere_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
}

.lightbox-link {
  cursor: zoom-in;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  height: 100%;
}

.lightbox-link-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-9-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  border: 1px solid var(--light-gold);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  padding: 0 30px;
  display: flex;
}

.highlight-desc {
  color: var(--gold);
  text-align: center;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  background-color: var(--gold);
  width: 1px;
  height: 100%;
}

.div-block-23 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  border-left: 1px none var(--gold);
  flex-flow: column;
  display: flex;
}

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

.image-13, .image-14 {
  border-radius: 20px;
}

.image-15 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-16 {
  border-radius: 20px;
}

.section-main-desc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  min-height: 320px;
  margin-bottom: 80px;
  display: flex;
}

.div-block-26 {
  width: 60%;
}

.div-block-26-copy {
  width: 40%;
}

.heading-6 {
  color: var(--light-gold);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Optiradiant, Verdana, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-28 {
  background-color: var(--light-gold);
  width: 100%;
  height: 1px;
}

.line-1st {
  background-color: var(--light-gold);
  flex: none;
  width: 20px;
  height: 1px;
}

.bold-text, .bold-text-2 {
  font-weight: 300;
}

.link {
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.success-message {
  border: 1px solid var(--gold);
  color: #fff;
  background-color: #ddd0;
  border-radius: 10px;
  padding-top: 24px;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 18px;
}

.error-message {
  color: #fff;
  background-color: #ffdede00;
  border: 1px solid #a52121;
  border-radius: 0;
  font-family: Didot, Palatino Linotype, sans-serif;
  font-size: 16px;
}

.text-block-4 {
  text-align: center;
}

.text-span {
  color: var(--gold);
  font-family: Didot, Palatino Linotype, sans-serif;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 60dvw;
  }

  .div-block-4 {
    height: 100vh;
  }

  .container {
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu {
    background-color: #0f1c2e;
  }

  .icon {
    color: var(--gold);
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #0f1c2e;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .paragraph.list {
    font-size: 16px;
  }

  .div-block-5._1, .div-block-5._2 {
    padding: 80px;
  }

  .div-text {
    border-width: .5px;
    width: 80vw;
    height: 60dvh;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .image-5._2.mob, .image-5._3.mob {
    opacity: 100;
    width: 100dvw;
    height: auto;
    display: block;
    position: static;
  }

  .track {
    height: auto;
  }

  .camera {
    flex-flow: column;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
    margin-right: 5vw;
  }

  .div-img {
    border-style: none;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .div-block-5-copy {
    height: 60dvh;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 80px;
  }

  .code-embed {
    height: 100dvh;
  }

  .frame-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .track-copy, .image-6-copy {
    height: auto;
  }

  .text-block {
    text-align: center;
  }

  .image-8._1.mob {
    opacity: 100;
    width: 100dvw;
    height: auto;
    display: block;
    position: static;
  }

  .content-3 {
    padding: 80px;
  }

  .wrapper-img-mob {
    justify-content: center;
    align-items: center;
    height: 100dvh;
    display: flex;
  }

  .hero-gallery, .hero-location, .hero-contact {
    height: 100vh;
  }

  .image-copy {
    max-width: 60dvw;
  }

  .hero-description {
    height: 100vh;
  }

  .track-description, .track-gallery {
    height: auto;
  }

  .div-map {
    border-style: none;
    width: 100vw;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .track-location {
    height: auto;
  }

  .div-img-copy, .div-des-3, .div-des-2, .div-des-1, .div-des-4, .div-img-copy, .div-des-5 {
    border-style: none;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .section-8 {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    flex-flow: column;
  }

  .text-map {
    max-width: 100%;
    height: auto;
    padding: 80px;
  }

  .div-img-gallery {
    border-style: none;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .text-block-3 {
    font-size: 4rem;
  }

  .hero-description-copy {
    height: 100vh;
  }

  .section-9-copy {
    width: 100%;
    max-width: 100%;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 320px;
  }

  .section-main-desc {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    width: 100%;
  }

  .div-block-26-copy {
    width: 100%;
    max-height: 320px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 26px;
  }

  .link {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 60dvw;
  }

  .brand {
    margin-left: 18px;
    padding-left: 0;
  }

  .icon {
    color: var(--gold);
  }

  .menu-button {
    margin-left: auto;
  }

  .image-copy {
    max-width: 60dvw;
  }

  .section-main-desc {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-25 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 20px;
  }

  .div-block-27 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 80dvw;
  }

  .image-2 {
    object-position: 50% 50%;
  }

  .div-block-4 {
    background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/GUADIANA-27_EXTERIOR-01.webp');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .navbar {
    background-color: #13243a00;
  }

  .section-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon {
    color: var(--gold);
  }

  .menu-button {
    margin-left: auto;
  }

  .heading, .heading._1, .heading._2, .heading._3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .paragraph.list {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .paragraph._1, .paragraph._2, .paragraph._3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-5._1, .div-block-5._2 {
    padding: 2rem;
  }

  .div-text {
    border-width: .5px;
    border-color: var(--light-gold);
    width: 90vw;
    min-width: auto;
    height: auto;
    margin: 0 auto 10px;
    padding: 20px;
  }

  .div-text.last {
    margin-bottom: 0;
  }

  .image-5._2.mob {
    height: 40vh;
  }

  .image-5._3.mob {
    height: 60dvh;
  }

  .track, .frame {
    height: auto;
  }

  .image-6 {
    width: 100vw;
    height: auto;
    min-height: 60dvh;
  }

  .div-img {
    height: auto;
    padding: 0;
  }

  .div-block-5-copy {
    height: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 50px 20px;
  }

  .frame-copy {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .track-copy, .image-6-copy, .image-6-copy, .image-6-copy, .image-6-copy, .image-6-copy, .image-6-copy, .image-6-copy {
    height: auto;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .submit-button {
    text-transform: uppercase;
    font-family: Didot, Palatino Linotype, sans-serif;
  }

  .form {
    min-width: auto;
    padding: 0;
  }

  .div-block-10 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .wrapper-form {
    width: 90dvw;
    height: auto;
    padding: 60px 20px;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    width: 220px;
  }

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

  .text-block {
    font-size: .8rem;
  }

  .section-5 {
    padding: 5vh 10px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .section-1, .section-2-copy, .section-6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-8._1.mob {
    height: 40dvh;
  }

  .content-3 {
    padding: 2rem;
  }

  .section-contact {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-img-mob {
    height: auto;
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .checkbox-label {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hero-gallery {
    background-image: linear-gradient(#13243ad9, #13243ad9);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(33%, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .image-9 {
    height: 300px;
  }

  .hero-location, .hero-contact {
    background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/GUADIANA-27_EXTERIOR-01.webp');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .image-copy {
    max-width: 80dvw;
  }

  .hero-description {
    background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/GUADIANA-27_EXTERIOR-01.webp');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100dvh;
  }

  .heading-4 {
    letter-spacing: .1rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-17 {
    border-width: .5px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 25px 30px 20px;
    display: flex;
  }

  .text-block-2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .track-description, .track-gallery {
    height: auto;
  }

  .div-map {
    max-width: 100%;
    height: auto;
    padding: 0;
  }

  .track-location {
    height: auto;
  }

  .div-des-3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: .5px solid #5c5c5c;
    height: auto;
    padding: 5vh 0;
  }

  .div-des-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: .5px solid #5c5c5c;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 5vh 0;
  }

  .div-des-1 {
    background-image: none;
    background-position: 0 0;
    border-bottom: .5px solid #5c5c5c;
    height: auto;
    padding: 5vh 0;
  }

  .div-des-4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: .5px solid #5c5c5c;
    height: auto;
    padding: 5vh 0;
  }

  .div-img-copy {
    height: auto;
    padding: 0;
  }

  .div-des-5 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: .5px solid #5c5c5c;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 5vh 0;
  }

  .div-text-wrapper._2 {
    flex-flow: column;
  }

  .image-10 {
    border-radius: 20px;
    max-width: 90vw;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-8 {
    flex-flow: column;
    height: auto;
  }

  .text-map {
    max-width: 100%;
    height: auto;
    padding: 50px 20px;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-img-gallery {
    height: auto;
    padding: 0;
  }

  .form-block {
    margin-top: 20px;
  }

  .hero-description-copy {
    background-image: linear-gradient(#13243ad9, #13243ad9), url('../images/GUADIANA-27_EXTERIOR-01.webp');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100dvh;
  }

  .section-9-copy {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    flex-flow: column;
  }

  .div-block-19 {
    border: 1px solid var(--light-gold);
    margin-left: 0;
    padding: 40px 20px;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-23 {
    border-left-style: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-main-desc {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  .div-block-25 {
    margin-bottom: 0;
  }

  .heading-6 {
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optiradiant';
  src: url('../fonts/OPTIRadiant-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trifelia';
  src: url('../fonts/Trifelia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}