@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-Normal.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brooklyn;
  src: url('../fonts/Brooklyn-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agenda;
  src: url('../fonts/Agenda_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  margin-bottom: 12px;
}

.nav-link {
  color: #b9a296;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 8px;
  line-height: 14px;
  transition: letter-spacing .6s;
}

.nav-link:hover {
  letter-spacing: 7px;
}

.nav-link:focus, .nav-link.w--current {
  color: #fff;
}

.menucontainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  background-color: #000000e6;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 40px;
  position: fixed;
  inset: 0 0% auto;
}

.navbarshadow {
  z-index: 2;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.stvgt_shape {
  z-index: 1;
  text-align: center;
  background-color: #000c;
  border: .5px solid #b9a296;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.menu-button {
  z-index: 3;
  color: #b9a296;
  letter-spacing: 0;
  margin-top: 5px;
  position: relative;
}

.menu-button.w--open {
  color: #fff;
  background-color: #0000;
}

.brand {
  z-index: 4;
  background-image: url('../images/Logotipo_Stravagatto_B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 60px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.navbar {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Brooklyn, sans-serif;
  font-size: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-button {
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Brooklyn, sans-serif;
}

.hero-section {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  margin-top: 110px;
  margin-bottom: 0;
  padding-top: 12vh;
  display: flex;
}

.hero-block {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.hero-h2 {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.herosubheader {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Brooklyn, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.hero-copy {
  z-index: 5;
  position: relative;
}

.hero-h1 {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brooklyn, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.hero-h1.smaller {
  font-size: 14px;
  line-height: 16px;
}

.hero-copy-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.featured-button {
  background-color: #0000;
  border: 1px solid #b9a296;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1.2em;
}

.featured-button:hover {
  background-color: #b9a296;
}

.section {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Brooklyn, sans-serif;
  display: flex;
  position: relative;
}

.section.closedistance {
  border-bottom-style: none;
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.section.contact {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.perkheader {
  border-top: 1px solid #8c7b6d;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 160px;
  min-height: auto;
  padding-bottom: 0;
}

.section.vc, .section.xt {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.section.aboutstvgt {
  padding-top: 60px;
}

.section.resid {
  height: 300px;
  min-height: auto;
  padding-bottom: 0;
}

.main-text-block {
  z-index: 2;
  width: 80%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

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

.main-text-block.memblock {
  width: 90%;
  max-width: 1600px;
  margin-top: 80px;
}

.about-us-h2 {
  color: #929292;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 20px;
  font-family: Brooklyn, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.about-us-paragraph {
  text-align: justify;
  margin-bottom: 40px;
}

.about-us-iso {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.gold-divider {
  background-color: #b9a296;
  width: 200px;
  height: .5px;
  margin: 40px auto 60px;
}

.gold-divider.small {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gold-divider.fullmemb {
  margin-top: 20px;
  margin-bottom: 0;
}

.shadowgradient_section {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-copy-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cexed, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.contact-form {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  max-width: 600px;
  margin: 40px auto;
  font-family: Cexed, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.left-contact-column {
  text-align: right;
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact-columns {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-h1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto 60px;
  font-family: Cexed, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.section-h1.resid {
  margin-top: 60px;
}

.form-double-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #b9a296;
  border-radius: 25em;
  width: 130px;
  height: 30px;
  margin: 20px auto;
  padding: 5px 20px;
  font-size: 10px;
  line-height: 18px;
  transition: all .6s;
  position: relative;
}

.form-button:hover {
  background-color: #b9a296;
}

.text-field {
  text-align: center;
  background-color: #b9a29640;
  border: .5px solid #b9a296;
  border-radius: 2em;
  height: 30px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Brooklyn, sans-serif;
  font-size: 12px;
}

.text-field.message {
  height: 80px;
}

.section-h2 {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 80%;
  margin: 10px auto 0;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-h2.golden {
  color: #b9a296;
  letter-spacing: 7px;
  width: 100%;
  margin-top: 15px;
}

.contact-info-text {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.field-label {
  font-size: 10px;
  line-height: 20px;
}

.contact-info-subtext {
  text-align: center;
  letter-spacing: 8px;
  margin-top: 30px;
  font-family: Cexed, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.form50 {
  flex: 1;
}

.herofooter-section {
  text-align: center;
  background-image: linear-gradient(#000, #000 0% 0%, #0000 30%), url('../images/MasterG_Stravagatto_Web2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 90%;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  margin-bottom: 0;
  display: flex;
}

.herofooter-section.membsection {
  background-image: linear-gradient(#000, #000 0% 0%, #0003 50%, #000), url('../images/Stravagatto_Tulum-5.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
}

.herofooter-section.infosection {
  background-image: linear-gradient(#000, #000 0% 0%, #0003 50%, #000), url('../images/MasterG_Stravagatto_Web2.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
}

.hero-copy-4 {
  z-index: 5;
  position: relative;
}

.footerdivider {
  background-color: #b9a296;
  width: 80%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
}

.footer-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  position: relative;
}

.popup {
  z-index: 10;
  opacity: 0;
  background-color: #000000e6;
  border: .5px solid #b9a296;
  border-radius: 6em;
  width: 80%;
  max-width: 1200px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 20% 0% 10%;
  box-shadow: 0 30px 30px #0009;
}

.close-button {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #b9a296;
  border-radius: 25em;
  width: 130px;
  height: 30px;
  margin: 20px auto;
  padding: 5px 20px;
  font-size: 10px;
  line-height: 18px;
  transition: all .6s;
  position: absolute;
  inset: auto 0 20px;
}

.close-button:hover {
  background-color: #b9a296;
}

.sm-icon {
  width: 25px;
  height: 25px;
}

.smallprint {
  font-size: 12px;
  position: absolute;
  inset: 60px 0%;
  overflow: scroll;
}

.sitemap-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-item {
  cursor: pointer;
  margin-bottom: 10px;
}

.footer-partners {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  justify-items: center;
  width: 8vw;
  display: grid;
  position: relative;
}

.sm-icons-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-sitemap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 47.5%;
  display: flex;
}

.smallprint-div {
  z-index: 2;
  width: 80%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  overflow: scroll;
}

.footer-main-link {
  color: #5e5e5e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.footer-logo {
  width: 60px;
}

.footer-social-media {
  flex: 0 auto;
  max-width: 47.5%;
  font-size: 10px;
  font-weight: 400;
}

.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Brooklyn, sans-serif;
  position: relative;
}

.sm-text-link {
  color: #fff;
  font-size: 8px;
  line-height: 14px;
  text-decoration: none;
}

.footer-divider {
  background-color: #b9a296;
  align-self: center;
  width: .5px;
  height: 80px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.link {
  cursor: pointer;
  display: block;
}

.footer-brand {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #5e5e5e;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  display: flex;
}

.sm-icon-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-list {
  padding-left: 20px;
  font-size: 10px;
  line-height: 12px;
}

.body {
  background-color: #000;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  font-size: 8px;
  line-height: 10px;
}

.hero._1 {
  background-image: linear-gradient(#000c, #0000 50% 70%, #000), url('../images/JR---TH8-001-HD.jpg');
  background-position: 0 0, 60% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130%;
  background-attachment: scroll, scroll;
}

.hero._2 {
  background-image: linear-gradient(#000c, #0000 50% 70%, #000), url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
}

.hero.vc1 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.hero.xt1 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06343.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.hero.vc2 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/JR---TH8-007-RECAMARA-HD.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
}

.hero.xt2 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06004_Web.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.hero.yv1 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/Flota_YATCHVIBES.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130%;
}

.hero.yv8 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/Flota_YATCHVIBES.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.yv2 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/Photo-Jan-25-2023-4-56-55-PM-copy.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.vc3 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/JR---TH8-009-RECAMARA-HD.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130%;
}

.hero._3 {
  background-image: linear-gradient(#000c, #0000 50% 70%, #000), url('../images/JR---TH8-006-SALA-HD.jpg');
  background-position: 0 0, 73% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 135%;
  background-attachment: scroll, scroll;
}

.hero._4 {
  background-image: linear-gradient(#000c, #0000 50% 70%, #000), url('../images/JR---TH8-008-RECAMARA-HD.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero._5 {
  background-image: linear-gradient(#000c, #0000 50% 70%, #000), url('../images/JR---TH8-010-JACUZZI-HD.jpg');
  background-position: 0 0, 20% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero.vc4 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/JR---TH8-006-SALA-HD.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
}

.hero.vc5 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/JR---TH8-002-FRONTAL-HD.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.xt3 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06058_Web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.xt4 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06220_Web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.xt5 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06324_Web.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.yv3 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DJI_0029_Web.jpg');
  background-position: 0 0, 70% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120%;
}

.hero.yv4 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DJI_0094_Web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.yv5 {
  background-image: linear-gradient(#0000 70%, #000), url('../images/DSC03575_Web.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-us-h3 {
  color: #929292;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 5px;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.img-section {
  color: #fff;
  background-image: linear-gradient(#000, #0303034d 30% 70%, #000), url('../images/JR---TH8-004-ALBERCA-HD.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Brooklyn, sans-serif;
  display: flex;
  position: relative;
}

.img-section.lifestyle {
  background-image: linear-gradient(#000, #0000 30% 70%, #000), url('../images/433660097_1122156159207558_3065408069907486329_n.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.img-section.privnot {
  background-image: linear-gradient(#000, #0303034d 30% 70%, #000), url('../images/Stravagatto_Tulum-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
  padding-top: 50px;
}

.img-section.cookpol {
  background-image: linear-gradient(#000, #0303034d 30% 70%, #000), url('../images/Stravagatto_Tulum-1_Web.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, 120%;
  background-attachment: scroll, fixed;
  height: 50vh;
  padding-top: 50px;
}

.break-h2 {
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 20px;
  font-family: Brooklyn, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.membership-h3 {
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Cexed, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
}

.membership-h3.solememb {
  font-size: 16px;
}

.basic-memb-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 60px;
  display: grid;
}

.basic-memb-block.desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.basic-memb-block.mobile {
  display: none;
}

.membyears {
  letter-spacing: 12px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Agenda, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.membperks {
  text-align: left;
  width: 100%;
  max-width: 400px;
  min-height: 240px;
  margin: 20px auto;
  padding-left: 20px;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.price {
  letter-spacing: 4px;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Brooklyn, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.membprice {
  letter-spacing: 4px;
  flex: none;
  font-size: 20px;
}

.memb-div {
  background-color: #000;
  border: .5px solid #b9a296;
  border-radius: 40px;
  flex: 1;
  margin-top: 100px;
  padding: 20px 40px 120px;
  transition: all .6s;
  position: relative;
}

.memb-div:hover {
  transform: scale(1.07);
}

.memb-div.focus {
  position: relative;
  box-shadow: 0 0 35px #b9a296;
}

.memb-div.memb-name {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 320px;
  height: 90px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 0;
  display: flex;
  position: absolute;
  inset: -90px 0% auto;
}

.memb-div.memb-name.focus {
  z-index: -1;
}

.pricesups {
  letter-spacing: 3px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
}

.buy-know-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #b9a296;
  border-radius: 25em;
  width: 130px;
  height: 30px;
  margin: 20px auto;
  padding: 5px 20px;
  font-size: 10px;
  line-height: 18px;
  transition: all .6s;
  position: absolute;
  inset: auto 0 45px;
}

.buy-know-button:hover {
  background-color: #b9a296;
}

.buy-know-button.columnsmembs {
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  width: 180px;
  height: 35px;
  font-size: 14px;
  position: relative;
  bottom: 0;
}

.buy-know-button.columnsmembs:hover {
  background-color: #b9a29680;
}

.buy-know-button.mainmembs {
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  width: 180px;
  height: 35px;
  padding-top: 7px;
  font-size: 14px;
  position: absolute;
  bottom: -80px;
}

.buy-know-button.mainmembs:hover {
  background-color: #b9a29680;
}

.membership-h2 {
  color: #8c7b6d;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cexed, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.vigencia {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-size: 9px;
  line-height: 12px;
}

.membblockgradient {
  background-image: linear-gradient(90deg, #1b1b1b, #4f6264 30%, #1b1b1b);
  border-top: .5px solid #b9a296;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.membblockgradient.or {
  background-image: linear-gradient(90deg, #362b1b, #645846 30%, #362b1b);
}

.membblockgradient.st {
  background-image: linear-gradient(90deg, #1b1b1b, #634e5a 30%, #1b1b1b);
}

.membperksblock {
  margin-top: 10px;
  margin-bottom: 10px;
}

.membperksblock._50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.perkblock {
  letter-spacing: 2px;
  text-transform: uppercase;
  border: .5px solid #b9a296;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.heroslider {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vw;
  margin-bottom: 0;
  display: flex;
}

.sectionlogo {
  background-image: url('../images/Logotipo_VillaCAIMAN_B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.sectionlogo.vc {
  background-image: url('../images/Logotipo_VillaCAIMAN_B-copy.png');
  background-size: contain;
  width: 320px;
}

.sectionlogo.xt {
  background-image: url('../images/Xielo.png');
  background-size: contain;
  width: 270px;
  height: 120px;
}

.sectionlogo.yv {
  background-image: url('../images/STVGT_Sealux.png');
  background-size: contain;
  width: 350px;
  height: 60px;
}

.membtermsnote {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.partner-paragraph {
  text-align: center;
  margin-bottom: 40px;
}

.lang-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #929292;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.lang-separator {
  background-color: #8c7b6d;
  width: 50px;
  height: .5px;
}

.btt-botton {
  z-index: 100;
  color: #b9a296;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #b9a296;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cexed, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  transition: all .6s;
  display: flex;
  position: fixed;
  inset: auto 50px 50px auto;
  box-shadow: 0 10px 13px #0009;
}

.btt-botton.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 100px);
}

.nav-link-2 {
  color: #b9a296;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8px;
  transition: letter-spacing .6s;
}

.nav-link-2:hover {
  letter-spacing: 7px;
}

.nav-link-2:focus, .nav-link-2.w--current {
  color: #fff;
}

.navbarshadow-2 {
  z-index: 2;
  background-color: #000;
  width: 100%;
  height: 110px;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-2 {
  z-index: 4;
  background-image: url('../images/Logotipo_Stravagatto_B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 60px;
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.hero-section-2 {
  text-align: center;
  background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85vw;
  margin-top: 110px;
  margin-bottom: 0;
  padding-top: 8vw;
  padding-bottom: 5vw;
  display: flex;
}

.hero-section-2.membsection {
  background-image: url('../images/JR---TH8-005-TERRAZA-HD_Edit.jpg');
  height: 30vw;
}

.hero-block-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-copy-5 {
  z-index: 5;
  position: relative;
}

.section-2 {
  color: #fff;
  background-color: #000;
  width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  font-family: Brooklyn, sans-serif;
  position: relative;
}

.section-2.membsinfo {
  min-height: auto;
}

.section-2.fullmembership-alta {
  background-image: linear-gradient(#000, #000 0%, #00000080 30%, #000), url('../images/STVGT_BG_ALTA-H.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 140px;
}

.section-2.fullmembership-devoto {
  background-image: linear-gradient(#000, #000 0%, #00000080 30%, #000), url('../images/STVGT_BG_DEVOTO-H.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-2.fullmembership-orion {
  background-image: linear-gradient(#000, #000 0%, #00000080 30%, #000), url('../images/STVGT_BG_ORION-H.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-2.fullmembership-icon {
  background-image: linear-gradient(#000, #000 0%, #00000080 30%, #000), url('../images/STVGT_BG_ICON-H.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-2.fullmembership-stellar {
  background-image: linear-gradient(#000, #000 0%, #00000080 30%, #000), url('../images/STVGT_BG_STELLAR-V.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

.main-text-block-2 {
  z-index: 2;
  width: 80%;
  max-width: 960px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.main-text-block-2.centered {
  text-align: center;
}

.about-us-h2-2 {
  color: #929292;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.about-us-paragraph-2 {
  margin-bottom: 60px;
}

.about-us-iso-2 {
  width: 80px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.shadowgradient_section-2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 400px;
  position: absolute;
  inset: -400px 0% auto;
}

.famous {
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cexed, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.colapsecontainer {
  position: relative;
}

.basic-memb-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.benefitname {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cexed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.membbenefitparagraph {
  text-align: justify;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.section-h1-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Cexed, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.section-h1-2.membname {
  color: #b9a296;
  letter-spacing: 12px;
  margin-top: 10px;
  font-size: 46px;
  line-height: 46px;
}

.membership-block {
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 26px;
  position: relative;
}

.membership-block.businesscard {
  margin-top: 0;
}

.membership-block.businesscard.largecards {
  padding-top: 50px;
}

.colapsablemembdiv {
  z-index: 2;
  text-align: center;
  background-color: #000;
  border: .5px solid #b9a296;
  border-radius: 50px;
  width: 90%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 26px;
  position: relative;
  overflow: clip;
}

.fullmemberyears {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 80%;
  margin: 20px auto;
  font-family: Brooklyn, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.memb-div-2 {
  background-color: #000;
  border: .5px solid #b9a296;
  border-radius: 50px;
  flex: 1;
  padding: 30px 20px 100px;
  transition: all .6s;
  position: relative;
}

.memb-div-2:hover {
  transform: scale(1.07);
}

.memb-div-2.fullmembinfo {
  border-radius: 20px;
  padding-bottom: 30px;
}

.memb-div-2.famous {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  justify-content: center;
  align-items: center;
  width: 65%;
  max-width: 220px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 10px 10px;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.memb-div-2.famous.fullm {
  height: 60px;
  top: -60px;
}

.benefitsarrow {
  color: #b9a296;
  font-size: 18px;
}

.stvgt_card {
  max-width: 800px;
}

.basic-memb-block-3, .basic-memb-block-4, .basic-memb-block-5, .basic-memb-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.contact-form-2 {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  max-width: 600px;
  margin: 40px auto;
  font-family: Cexed, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.hero-copy-6 {
  z-index: 5;
  position: relative;
}

.list-item-3 {
  cursor: pointer;
}

.copyright-text-2 {
  color: #5e5e5e;
  width: 80%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

.body-memberships {
  background-color: #000;
}

.left-arrow, .right-arrow {
  width: 33%;
}

.privacynotice {
  font-size: 14px;
  line-height: 18px;
}

.cookiesdiv {
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Brooklyn, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookiestext {
  text-align: justify;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.cookies-logo {
  background-image: url('../images/Isotipo_Stravagatto_3D.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 70px;
  height: 50px;
}

.cookieslink {
  font-weight: 600;
  text-decoration: underline;
}

.aceptcookies-button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: .5px solid #b9a296;
  border-radius: 25em;
  flex: none;
  width: 180px;
  height: 30px;
  margin: 20px auto;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 18px;
  transition: all .6s;
  position: relative;
  inset: 0% 0% 0% auto;
}

.aceptcookies-button:hover {
  background-color: #b9a296;
}

.aceptcookies-button.columnsmembs {
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  width: 180px;
  height: 35px;
  font-size: 14px;
  position: relative;
  bottom: 0;
}

.aceptcookies-button.columnsmembs:hover {
  background-color: #b9a29680;
}

.aceptcookies-button.mainmembs {
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  width: 180px;
  height: 35px;
  padding-top: 7px;
  font-size: 14px;
  position: absolute;
  bottom: -80px;
}

.aceptcookies-button.mainmembs:hover {
  background-color: #b9a29680;
}

.cookiescontainer {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Brooklyn, sans-serif;
  display: flex;
}

.members-button {
  z-index: 10;
  letter-spacing: 8px;
  background-color: #0000;
  border: .5px #b9a296;
  border-bottom-style: solid;
  height: 30px;
  padding: 5px 65px 5px 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  position: absolute;
  inset: 40px 0 0% auto;
}

.members-button:hover {
  color: #b9a296;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding-top: 160px;
  }

  .navbarshadow {
    height: 80px;
  }

  .stvgt_shape {
    height: 150px;
  }

  .menu-button {
    margin-top: 0;
  }

  .brand {
    width: 300px;
    margin-top: 15px;
  }

  .hero-section {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-attachment: scroll;
    height: 120vw;
    margin-top: 80px;
  }

  .hero-block {
    width: 90%;
  }

  .hero-copy-2 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .section.perkheader {
    height: 130px;
  }

  .section.resid {
    height: 240px;
  }

  .main-text-block.memblock {
    width: 90%;
  }

  .gold-divider.small {
    margin-top: 5px;
  }

  .shadowgradient_section.heroshdw {
    height: 200px;
    top: -200px;
  }

  .hero-copy-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-h1 {
    letter-spacing: 8px;
    font-size: 30px;
    line-height: 34px;
  }

  .section-h2 {
    margin-top: 10px;
    font-size: 12px;
  }

  .contact-info-text {
    line-height: 18px;
  }

  .contact-info-subtext {
    margin-bottom: 2px;
  }

  .herofooter-section {
    background-position: 0 0, 50% 40%;
    height: 80vw;
    padding-top: 60px;
  }

  .herofooter-section.infosection {
    background-position: 0 0, 50% 30%;
    background-size: auto, 140%;
  }

  .footer-div {
    justify-content: space-between;
    align-items: flex-start;
  }

  .sitemap-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-partners {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer-sitemap {
    flex-flow: column;
  }

  .footerpartnerlogo {
    max-height: 50px;
  }

  .footer-divider {
    position: relative;
  }

  .sitemap-links-column {
    width: 100%;
  }

  .footer-link-list {
    line-height: 10px;
  }

  .hero._1 {
    background-position: 0 0, 40% 100%;
    background-size: auto, 190%;
  }

  .hero._2 {
    background-size: auto, 150%;
  }

  .hero.xt1 {
    background-image: linear-gradient(#0000 70%, #000), url('../images/DSC06343.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
  }

  .hero.vc2 {
    background-size: auto, 150%;
  }

  .hero.yv8 {
    background-position: 0 0, 50% 0;
    background-size: auto, 180%;
  }

  .hero._3 {
    background-position: 0 0, 61% 100%;
    background-size: auto, 200%;
  }

  .about-us-h3 {
    font-size: 12px;
  }

  .img-section {
    height: 70vh;
  }

  .img-section.lifestyle {
    background-position: 0 0, 50% 100%;
    background-size: auto, 100%;
  }

  .img-section.cookpol {
    background-position: 0 0, 50% -20%;
  }

  .membership-h3 {
    letter-spacing: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .basic-memb-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .basic-memb-block.desktop {
    display: none;
  }

  .basic-memb-block.mobile {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .membperks {
    max-width: 450px;
    padding-left: 20px;
  }

  .memb-div {
    border-radius: 40px;
  }

  .memb-div.memb-name {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .membblockgradient {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .heroslider {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-attachment: scroll;
    padding-top: 0;
  }

  .sectionlogo.vc {
    width: 260px;
    height: 50px;
  }

  .sectionlogo.xt {
    width: 260px;
    height: 90px;
  }

  .sectionlogo.yv {
    width: 240px;
  }

  .lang-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 20px;
    margin-right: 0;
  }

  .btt-botton {
    font-size: 16px;
    line-height: 16px;
  }

  .navbarshadow-2 {
    height: 80px;
  }

  .brand-2 {
    width: 300px;
    margin-top: 15px;
  }

  .hero-section-2 {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-attachment: scroll;
    height: 120vw;
    margin-top: 80px;
    padding-top: 14vw;
    padding-bottom: 2vw;
  }

  .hero-section-2.membsection {
    height: 50vw;
  }

  .hero-block-2 {
    width: 90%;
    bottom: 40%;
    left: 0%;
    right: 0%;
  }

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

  .section-2.fullmembership-alta {
    padding-top: 0;
  }

  .about-us-h2-2 {
    font-size: 12px;
  }

  .shadowgradient_section-2.heroshdw {
    height: 300px;
    top: -300px;
  }

  .famous {
    letter-spacing: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .basic-memb-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .benefitname {
    font-size: 16px;
    line-height: 22px;
  }

  .section-h1-2 {
    letter-spacing: 8px;
    font-size: 30px;
    line-height: 34px;
  }

  .membership-block.businesscard.largecards {
    min-height: 80vw;
  }

  .fullmemberyears {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .memb-div-2 {
    border-radius: 40px;
  }

  .memb-div-2.fullmembinfo {
    border-radius: 20px;
    padding: 20px 10px;
  }

  .memb-div-2.famous {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .memb-div-2.famous.fullm {
    padding-top: 16px;
  }

  .stvgt_card {
    max-width: 600px;
  }

  .basic-memb-block-3, .basic-memb-block-4, .basic-memb-block-5, .basic-memb-block-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .cookiestext {
    letter-spacing: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .cookiescontainer {
    width: 90%;
  }

  .members-button {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    padding-top: 125px;
  }

  .navbarshadow {
    height: 60px;
  }

  .stvgt_shape {
    width: 100px;
    height: 105px;
    margin-top: 0;
  }

  .menu-button {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }

  .brand {
    width: 280px;
    height: 40px;
    margin-top: 5px;
  }

  .hero-button {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-section {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: 100vw;
    margin-top: 60px;
  }

  .hero-h2 {
    font-size: 8px;
    line-height: 14px;
  }

  .herosubheader {
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-size: 8px;
    line-height: 10px;
  }

  .hero-h1 {
    letter-spacing: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-h1.smaller {
    font-size: 8px;
    line-height: 12px;
  }

  .hero-copy-2 {
    letter-spacing: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .featured-button {
    font-size: .8em;
    line-height: .8em;
  }

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

  .section.perkheader {
    padding-top: 0;
  }

  .section.aboutstvgt {
    padding-top: 40px;
  }

  .section.resid {
    height: 120px;
    padding-top: 0;
  }

  .main-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .main-text-block.centered {
    margin-bottom: 0;
  }

  .about-us-h2 {
    letter-spacing: 6px;
    font-size: 14px;
    line-height: 14px;
  }

  .about-us-paragraph {
    margin-bottom: 20px;
  }

  .about-us-iso {
    width: 100px;
  }

  .gold-divider {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .gold-divider.small {
    margin-bottom: 10px;
  }

  .shadowgradient_section.heroshdw {
    height: 200px;
    top: -200px;
  }

  .hero-copy-3 {
    letter-spacing: 6px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .contact-columns {
    margin-bottom: 40px;
  }

  .section-h1 {
    letter-spacing: 8px;
    font-size: 24px;
    line-height: 30px;
  }

  .form-button {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .section-h2 {
    letter-spacing: 6px;
    margin-top: 0;
    font-size: 8px;
    line-height: 14px;
  }

  .section-h2.golden {
    letter-spacing: 6px;
    font-size: 12px;
    line-height: 20px;
  }

  .field-label {
    letter-spacing: 8px;
    font-size: 9px;
  }

  .contact-info-subtext {
    font-size: 9px;
  }

  .herofooter-section {
    height: 40vw;
    padding-top: 0;
  }

  .footer-div {
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .popup {
    border-radius: 3em;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-button {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm-icon {
    width: 20px;
    height: 20px;
  }

  .sitemap-div {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-partners {
    place-items: start center;
  }

  .sm-icons-div {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-sitemap {
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .smallprint-div {
    font-size: 14px;
    line-height: 24px;
  }

  .footerpartnerlogo {
    max-width: 100px;
  }

  .footer-social-media {
    max-width: 100%;
  }

  .footer-divider {
    width: 80px;
    height: 1px;
    margin: 30px auto;
  }

  .sitemap-links-column {
    flex: 1;
  }

  .copyright-text {
    font-size: 8px;
    line-height: 10px;
  }

  .footer-link-list {
    font-size: 9px;
  }

  .hero._1 {
    background-size: auto, 200%;
  }

  .hero._2 {
    background-position: 0 0, 50% 80%;
  }

  .hero.yv8 {
    background-size: auto, 170%;
  }

  .hero._3 {
    background-position: 0 0, 61% 100%;
    background-size: auto, 190%;
  }

  .about-us-h3 {
    letter-spacing: 6px;
    font-size: 8px;
    line-height: 14px;
  }

  .list {
    margin-bottom: 40px;
  }

  .img-section {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 90vh;
  }

  .img-section.lifestyle {
    background-size: auto, cover;
  }

  .img-section.cookpol {
    background-position: 0 0, 50% 70%;
  }

  .break-h2 {
    letter-spacing: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .membership-h3.solememb {
    font-size: 14px;
  }

  .basic-memb-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .membyears {
    letter-spacing: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 11px;
  }

  .membperks {
    font-size: 14px;
    line-height: 16px;
  }

  .price {
    font-size: 22px;
  }

  .membprice {
    font-size: 12px;
  }

  .memb-div {
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .buy-know-button {
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .buy-know-button.columnsmembs {
    width: 150px;
    height: 30px;
    padding-top: 7px;
    font-size: 12px;
    line-height: 14px;
    position: static;
  }

  .buy-know-button.mainmembs {
    width: 150px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
    bottom: -70px;
  }

  .vigencia {
    font-size: 8px;
  }

  .membblockgradient {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .heroslider {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    padding-top: 0;
  }

  .sectionlogo {
    width: 400px;
    height: 90px;
  }

  .partner-paragraph {
    margin-bottom: 20px;
  }

  .lang-div {
    letter-spacing: 4px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 8px;
    line-height: 14px;
  }

  .lang-separator {
    width: 40px;
  }

  .nav-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbarshadow-2 {
    height: 60px;
  }

  .brand-2 {
    width: 280px;
    height: 40px;
    margin-top: 5px;
  }

  .hero-section-2 {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    height: 100vw;
    margin-top: 60px;
  }

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

  .section-2.fullmembership-alta, .section-2.fullmembership-devoto, .section-2.fullmembership-icon, .section-2.fullmembership-stellar {
    min-height: auto;
  }

  .main-text-block-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .about-us-h2-2 {
    letter-spacing: 6px;
    font-size: 8px;
    line-height: 14px;
  }

  .about-us-paragraph-2 {
    margin-bottom: 40px;
  }

  .about-us-iso-2 {
    width: 60px;
  }

  .shadowgradient_section-2.heroshdw {
    height: 200px;
    top: -200px;
  }

  .basic-memb-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .benefitname {
    font-size: 12px;
    line-height: 18px;
  }

  .membbenefitparagraph {
    font-size: 14px;
    line-height: 22px;
  }

  .section-h1-2 {
    letter-spacing: 8px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-h1-2.membname {
    font-size: 28px;
    line-height: 28px;
  }

  .membership-block {
    width: 85%;
    margin-top: 60px;
  }

  .colapsablemembdiv {
    border-radius: 30px;
    width: 85%;
    margin-top: 60px;
  }

  .fullmemberyears {
    letter-spacing: 6px;
    font-size: 8px;
    line-height: 14px;
  }

  .memb-div-2 {
    border-radius: 30px;
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .memb-div-2.fullmembinfo {
    width: 100%;
    margin-top: 0;
  }

  .memb-div-2.famous {
    height: 30px;
  }

  .memb-div-2.famous.fullm {
    height: 50px;
    top: -68px;
  }

  .stvgt_card {
    max-width: 500px;
  }

  .basic-memb-block-3, .basic-memb-block-4, .basic-memb-block-5, .basic-memb-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-text-2 {
    font-size: 8px;
    line-height: 16px;
  }

  .cookiestext {
    font-size: 8px;
    line-height: 10px;
  }

  .cookies-logo {
    width: 60px;
    height: 40px;
  }

  .aceptcookies-button {
    letter-spacing: 0;
    width: 160px;
    height: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
  }

  .aceptcookies-button.columnsmembs {
    width: 150px;
    height: 30px;
    padding-top: 7px;
    font-size: 12px;
    line-height: 14px;
    position: static;
  }

  .aceptcookies-button.mainmembs {
    width: 150px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
    bottom: -70px;
  }

  .members-button {
    letter-spacing: 7px;
    padding-left: 0;
    font-size: 8px;
    top: 15px;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 12px;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .stvgt_shape {
    height: 105px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .brand.w--current {
    width: 220px;
    margin-top: 10px;
  }

  .hero-section {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-position: 50% 110%;
    background-size: 190%;
    height: 195vw;
    margin-bottom: 0;
    padding-top: 20vw;
  }

  .hero-block {
    width: 95%;
  }

  .hero-h2 {
    margin-bottom: 10px;
  }

  .herosubheader {
    letter-spacing: 5px;
  }

  .hero-copy-2 {
    letter-spacing: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .section.contact {
    padding-top: 40px;
  }

  .section.perkheader {
    height: 80px;
    padding-top: 0;
  }

  .section.resid {
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  .main-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .main-text-block.centered {
    margin-bottom: 0;
  }

  .main-text-block.memblock {
    margin-top: 0;
  }

  .about-us-h2 {
    letter-spacing: 5px;
  }

  .about-us-iso {
    margin-top: 0;
  }

  .gold-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gold-divider.fullmemb {
    margin-top: 10px;
  }

  .shadowgradient_section {
    top: -400px;
  }

  .shadowgradient_section.heroshdw {
    background-image: linear-gradient(#0000, #000);
  }

  .hero-copy-3 {
    letter-spacing: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .contact-form {
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .left-contact-column {
    text-align: center;
  }

  .contact-columns {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .section-h1 {
    letter-spacing: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-h1.resid {
    margin-top: 20px;
  }

  .form-double-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

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

  .section-h2 {
    letter-spacing: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .section-h2.golden {
    letter-spacing: 4px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 14px;
  }

  .contact-info-subtext {
    font-size: 8px;
  }

  .herofooter-section {
    background-position: 0 0, 50%;
    background-size: auto, 150%;
    height: 140vw;
    padding-top: 0;
  }

  .herofooter-section.infosection {
    background-position: 0 0, 50% 20%;
    background-size: auto, 220%;
  }

  .smallprint {
    font-size: 10px;
    line-height: 14px;
  }

  .sm-icons-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-sitemap {
    width: 100%;
  }

  .smallprint-div {
    font-size: 10px;
    line-height: 20px;
  }

  .footerpartnerlogo {
    max-width: 80px;
  }

  .hero._1 {
    background-position: 0 0, 35% 100%;
    background-size: auto, 360%;
  }

  .hero._2 {
    background-position: 0 0, 40% 90%;
    background-size: auto, 220%;
  }

  .hero.vc1 {
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 180%;
  }

  .hero.vc2 {
    background-position: 0 0, 64% 100%;
    background-size: auto, 340%;
  }

  .hero.xt2 {
    background-position: 0 0, 48%;
  }

  .hero.yv1 {
    background-position: 0 0, 47% 35%;
    background-size: auto, 180%;
  }

  .hero.yv8 {
    background-repeat: repeat, no-repeat;
    background-size: auto, 230%;
  }

  .hero.yv2 {
    background-position: 0 0, 57% 70%;
    background-size: auto, 160%;
  }

  .hero.vc3 {
    background-position: 0 0, 50% 100%;
    background-size: auto, 260%;
  }

  .hero._3 {
    background-position: 0 0, 58% 100%;
    background-size: auto, 320%;
  }

  .hero.vc4 {
    background-position: 0 0, 57% 100%;
    background-size: auto, 300%;
  }

  .hero.vc5 {
    background-position: 0 0, 40% 100%;
    background-size: auto, cover;
  }

  .hero.xt3 {
    background-position: 0 0, 40%;
  }

  .hero.xt4 {
    background-position: 0 0, 60%;
  }

  .hero.xt5 {
    background-position: 0 0, 25%;
  }

  .hero.yv3 {
    background-position: 0 0, 60% 100%;
    background-size: auto, 215%;
  }

  .hero.yv4 {
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .hero.yv5 {
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .about-us-h3 {
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 10px;
  }

  .img-section {
    height: 70vh;
  }

  .img-section.lifestyle {
    background-attachment: scroll, fixed;
  }

  .img-section.cookpol {
    background-position: 0 0, 50% -20%;
    background-size: auto, 160%;
  }

  .break-h2 {
    letter-spacing: 6px;
    font-size: 10px;
    line-height: 12px;
  }

  .membership-h3 {
    margin-bottom: 4px;
    font-size: 7px;
    line-height: 14px;
  }

  .membership-h3.solememb {
    font-size: 10px;
  }

  .basic-memb-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .membyears {
    letter-spacing: 8px;
    font-size: 9px;
    line-height: 20px;
  }

  .membperks {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Brooklyn, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .price {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .membprice {
    margin-bottom: 30px;
    line-height: 18px;
  }

  .memb-div {
    width: 90%;
    margin: 80px 0 20px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .memb-div.focus {
    margin-top: 100px;
  }

  .memb-div.memb-name {
    max-width: 320px;
    height: 60px;
    padding-top: 5px;
    top: -60px;
  }

  .memb-div.memb-name.focus {
    top: -160px;
  }

  .pricesups {
    font-size: 7px;
  }

  .buy-know-button {
    bottom: 35px;
  }

  .buy-know-button.columnsmembs {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .membership-h2 {
    letter-spacing: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .vigencia {
    margin-bottom: 10px;
  }

  .membblockgradient {
    height: 50px;
  }

  .perkblock {
    border-radius: 20px;
    font-size: 8px;
    line-height: 10px;
  }

  .heroslider {
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .sectionlogo {
    width: 250px;
    height: 60px;
  }

  .sectionlogo.vc {
    width: 180px;
    height: 35px;
  }

  .sectionlogo.xt {
    width: 180px;
    height: 60px;
  }

  .sectionlogo.yv {
    width: 160px;
    height: 40px;
  }

  .lang-div {
    letter-spacing: 3px;
    margin-right: 0;
    font-size: 6px;
    line-height: 12px;
  }

  .lang-separator {
    width: 30px;
  }

  .btt-botton {
    bottom: 20px;
    right: 20px;
  }

  .hero-section-2 {
    background-image: url('../images/JR---TH8-003-POSTERIOR-HD_AI-Web.jpg');
    background-position: 50% 110%;
    background-size: 190%;
    height: 195vw;
    margin-bottom: 0;
    padding-top: 20vw;
  }

  .hero-section-2.membsection {
    height: 100vw;
  }

  .hero-block-2 {
    width: 95%;
  }

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

  .section-2.fullmembership-alta {
    background-image: linear-gradient(#000, #000 0%, #0006 35%, #000 70%), url('../images/STVGT_BG_ALTA-V.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 140%;
    background-attachment: scroll, scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .section-2.fullmembership-devoto {
    background-image: linear-gradient(#000, #000 0%, #0006 35%, #000 70%), url('../images/STVGT_BG_DEVOTO-V.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 140%;
    background-attachment: scroll, scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .section-2.fullmembership-orion {
    background-image: linear-gradient(#000, #000 0%, #0006 35%, #000 70%), url('../images/STVGT_BG_ORION-V.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 140%;
    background-attachment: scroll, scroll;
    padding-bottom: 60px;
  }

  .section-2.fullmembership-icon {
    background-image: linear-gradient(#000, #000 0%, #0006 35%, #000 70%), url('../images/STVGT_BG_ICON-V.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 140%;
    background-attachment: scroll, scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .section-2.fullmembership-stellar {
    background-image: linear-gradient(#000, #000 0%, #0006 35%, #000 70%), url('../images/STVGT_BG_STELLAR-V.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 140%;
    background-attachment: scroll, scroll;
    min-height: auto;
    padding-bottom: 60px;
  }

  .main-text-block-2 {
    font-size: 12px;
    line-height: 22px;
  }

  .about-us-h2-2 {
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 10px;
  }

  .about-us-iso-2 {
    margin-bottom: 40px;
  }

  .shadowgradient_section-2 {
    top: -400px;
  }

  .famous {
    font-size: 7px;
    line-height: 14px;
  }

  .basic-memb-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .benefitname {
    font-size: 12px;
    line-height: 18px;
  }

  .section-h1-2 {
    letter-spacing: 8px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-h1-2.membname {
    letter-spacing: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .membership-block {
    width: 90%;
    margin-top: 50px;
  }

  .membership-block.businesscard {
    width: 100%;
  }

  .membership-block.businesscard.largecards {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .colapsablemembdiv {
    width: 90%;
    margin-top: 50px;
  }

  .fullmemberyears {
    letter-spacing: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .memb-div-2 {
    width: 250px;
    margin-bottom: 20px;
  }

  .memb-div-2.fullmembinfo {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .memb-div-2.famous {
    height: 30px;
    padding-top: 12px;
    top: -49px;
  }

  .memb-div-2.famous.fullm {
    height: 45px;
    top: -63px;
  }

  .stvgt_card {
    max-width: 300px;
  }

  .basic-memb-block-3, .basic-memb-block-4, .basic-memb-block-5, .basic-memb-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-form-2 {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .cookiesdiv {
    z-index: 101;
    height: 110px;
    padding-bottom: 5px;
  }

  .cookiestext {
    margin-bottom: 5px;
    font-size: 7px;
    line-height: 10px;
  }

  .cookies-logo {
    width: 50px;
    height: 30px;
  }

  .aceptcookies-button {
    height: 21px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 14px;
  }

  .aceptcookies-button.columnsmembs {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cookiescontainer {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 110px;
  }

  .members-button {
    letter-spacing: 4px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 8px;
  }
}

#w-node-_6dfd34ac-a83a-9467-f7f3-369343b7e3ba-43b7e307, #w-node-_6dfd34ac-a83a-9467-f7f3-369343b7e3bb-43b7e307, #w-node-_1d07ab0e-bd39-b8dc-e998-7cea05f8a16f-05f8a0c2, #w-node-_1d07ab0e-bd39-b8dc-e998-7cea05f8a170-05f8a0c2 {
  place-self: center;
}


@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn';
  src: url('../fonts/Brooklyn-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cexed';
  src: url('../fonts/CEXED.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}