:root {
  --color-1: #c6b25e;
  --gradiente: rgba(198, 178, 94, .59);
  --black: black;
  --white: white;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  max-width: 1346px;
  font-family: Play, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.navbar-wrapper {
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(253, 252, 252, .25);
  align-items: center;
  width: 100%;
  height: 14vh;
  display: flex;
}

.content-wrapper {
  align-items: center;
  width: 100%;
  max-width: 1346px;
  display: flex;
}

.menu-holder {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-self: center;
  align-items: center;
  width: 66px;
  height: 60px;
  margin-left: 2.3%;
  display: flex;
}

.brand.ld {
  background-image: url('../images/logo-verum100.png');
  background-size: contain;
  margin-left: 0%;
}

.nav-menu {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.nav-link {
  color: #c6b25e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  padding: 0 10px;
  font-family: Pirata One, sans-serif;
  font-size: 30px;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

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

.section {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
  top: 14px;
  overflow: hidden;
}

.section.home-hero, .section.members {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  overflow: visible;
}

.section.events {
  background-image: url('../images/background-image.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.section.videos, .section.gallery, .section.footer {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.section.sidebar {
  padding-top: 0;
  padding-bottom: 0;
}

.section.social-media {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .8)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 7%), radial-gradient(circle closest-side, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/_MG_5877.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.section.home-video {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  overflow: visible;
}

.section.title, .section.videos-copy {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.background-image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/background-image.png');
  background-position: 0 0, 50% 17%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1346px;
  min-height: 87vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-wrapper {
  z-index: 6;
  background-image: url('../images/background-image.png');
  background-position: 0%;
  background-size: auto;
  border-right: 1px solid rgba(253, 252, 252, .25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  height: 86vh;
  display: flex;
  position: fixed;
  top: 14%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.social-media-icon {
  margin-top: 44px;
  text-decoration: none;
}

.social-media-icon.footer {
  margin-top: 0;
}

.social-media-icon-text {
  color: #c6b25e;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
}

.social-media-icon-text.footer {
  text-shadow: 0 6px #000;
  font-size: 35px;
}

.home-hero-wrapper {
  justify-content: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 140px;
  left: 160px;
}

.home-hero-left-column {
  flex-direction: column;
  align-items: flex-start;
  width: 314px;
  margin-top: 10px;
  margin-left: 100px;
  display: flex;
}

.home-hero-right-column {
  width: 314px;
  margin-top: 42.5px;
  margin-right: 100px;
}

.home-hero-text {
  letter-spacing: 4px;
  margin-left: 50px;
  font-size: 20px;
  line-height: 29px;
  text-decoration: none;
}

.home-hero-text.spaced {
  letter-spacing: 4px;
  margin-left: 0;
  font-size: 20px;
  line-height: 23px;
}

.home-hero-text._2 {
  color: var(--color-1);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}

.home-hero-h2 {
  color: var(--color-1);
  margin-top: 13px;
  font-family: Pirata One, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
}

.home-hero-h2.spaced {
  letter-spacing: 4px;
  font-size: 40px;
  line-height: 51.2px;
}

.home-hero-h2.spaced.ao, .home-hero-h2.spaced.r {
  margin-top: 0;
}

.albums {
  cursor: pointer;
  position: relative;
  bottom: 135px;
}

.ad-oceanum {
  z-index: 1;
  background-image: url('../images/ad-oceanum-stroke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: relative;
}

.ad-oceanum.on-change {
  background-image: url('../images/regno.png');
}

.regno {
  background-image: url('../images/regno-stroke-disco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 235px;
  height: 160px;
  position: relative;
  bottom: 176px;
  left: 70px;
}

.regno.on-change {
  background-image: url('../images/4e3ccc9fa3adaebcb84df576a6f468ca.png');
}

.container-default {
  background-color: #020202;
  max-width: 1346px;
}

.container-default.members {
  background-image: url('../images/background-image.png');
  background-position: 0%;
  background-size: auto;
  padding-left: 10%;
}

.container-default.events {
  background-image: url('../images/textura-oscura-acuarela-1-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 10%;
  display: flex;
  box-shadow: inset 0 -20px 15px rgba(0, 0, 0, .95), inset 0 20px 15px rgba(0, 0, 0, .95);
}

.container-default.videos {
  height: 97vh;
  padding-left: 10%;
  position: relative;
}

.container-default.gallery {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #000), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/galleryBg.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 1370px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 95px;
  padding-left: 10%;
  display: flex;
  box-shadow: inset 0 15px 20px 1px rgba(0, 0, 0, .95);
}

.container-default.footer {
  height: 50vh;
  padding-left: 10%;
}

.container-default.sidebar {
  max-width: 1346px;
}

.container-default.social-media {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  padding-left: 10%;
}

.container-default.videos-copy {
  height: 97vh;
  padding-left: 10%;
  position: relative;
}

.members-wrapper {
  width: 100%;
  max-width: 1346px;
  display: flex;
}

.member {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 600px;
  display: flex;
  box-shadow: inset 0 -20px 15px 5px rgba(0, 0, 0, .95);
}

.member._1 {
  background-image: url('../images/member1.jpg');
  background-position: 40%;
  background-size: cover;
  flex-direction: column;
}

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

.member._3 {
  background-image: url('../images/member3.jpg');
  background-position: 55% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.member._4 {
  background-image: url('../images/member4.JPG');
  background-position: 52% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.member-name {
  z-index: 2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #020202;
  text-shadow: 0 4px 8px #000, 4px 0 8px #000;
  font-family: Pirata One, sans-serif;
  font-size: 50px;
  line-height: 64px;
  position: absolute;
  top: 90%;
}

.member-gradient {
  background-image: linear-gradient(to bottom, var(--gradiente) 30%, transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.member-gradient.name {
  font-family: Pirata One, sans-serif;
  font-size: 50px;
  line-height: 64px;
}

.member-gradient.name._3 {
  z-index: 1;
  position: absolute;
}

.nav-link-underline {
  background-color: #c6b25e;
  width: 0%;
  height: 2px;
}

.nav-link-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  flex-direction: column;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.nav-link-hover {
  color: #c6b25e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  padding: 10px 15px;
  font-family: Pirata One, sans-serif;
  font-size: 33px;
  line-height: 42px;
}

.member-name-2, .member-name-3 {
  z-index: 2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #020202;
  text-shadow: 0 4px 8px #000, 4px 0 8px #000;
  font-family: Pirata One, sans-serif;
  font-size: 50px;
  line-height: 64px;
  position: absolute;
  top: 90%;
}

.member-name-4 {
  z-index: 2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #020202;
  text-shadow: 4px 0 8px #000, 0 4px 8px #000;
  font-family: Pirata One, sans-serif;
  font-size: 50px;
  line-height: 64px;
  position: absolute;
  top: 90%;
}

.music-player {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1346px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.music-player-wrapper {
  align-items: center;
  display: flex;
}

.music-player-2 {
  border: 20px solid #000;
  margin-bottom: 0;
  display: none;
}

.regno-2 {
  z-index: 1;
  background-image: url('../images/regno-stroke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: relative;
}

.regno-2.on-change {
  background-image: url('../images/regno.png');
}

.ad-oceanum-2 {
  background-image: url('../images/ad-oceanum-stroke-disco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 235px;
  height: 160px;
  position: relative;
  bottom: 176px;
  left: 70px;
}

.ad-oceanum-2.on-change {
  background-image: url('../images/4e3ccc9fa3adaebcb84df576a6f468ca.png');
}

.ao-tracks-wrapper {
  margin-top: 10px;
  margin-bottom: 18px;
  margin-left: 25px;
}

.ao-track {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 30px;
  display: flex;
}

.ao-track-image {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.ao-track-image._1, .ao-track-image._2, .ao-track-image._3, .ao-track-image._4, .ao-track-image._5, .ao-track-image._6 {
  background-image: url('../images/4e3ccc9fa3adaebcb84df576a6f468ca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ao-track-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.ao-track-name.playing {
  background-image: url('../images/output-onlinegiftools-ezgif.com-effects.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 90px;
  height: 35px;
}

.regno-tracks-wrapper {
  margin-top: 10px;
  margin-bottom: 18px;
  margin-left: 25px;
}

.regno-track {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 30px;
  display: flex;
}

.regno-track-image {
  background-image: url('../images/regno.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.regno-track-image._1 {
  background-image: url('../images/REGNO-INTRO-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.regno-track-image._2 {
  background-image: url('../images/LIRIOS-50.png');
  background-size: cover;
}

.regno-track-image._3 {
  background-image: url('../images/VACIO-50.png');
  background-size: cover;
}

.regno-track-image._4 {
  background-image: url('../images/CORAL-50.png');
  background-size: cover;
}

.regno-track-image._5 {
  background-image: url('../images/LUXURIA-50.png');
}

.regno-track-image._6 {
  background-image: url('../images/REISENDER-50.png');
  background-size: cover;
}

.regno-track-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.regno-track-name.playing {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/output-onlinegiftools-ezgif.com-effects.gif');
  background-position: 0 0;
  background-size: contain;
  width: 90px;
  height: 35px;
}

.events-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  width: 92%;
  padding-bottom: 10px;
}

.events-title {
  color: var(--color-1);
  text-align: center;
  margin-bottom: 25px;
  font-family: Pirata One, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.events-info {
  padding-top: 25px;
}

.event-name-date {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.event-location {
  justify-content: flex-start;
  align-items: center;
  width: 38%;
  display: flex;
}

.event-buttons {
  justify-content: flex-end;
  width: 31%;
  display: flex;
}

.event-date {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.event-name {
  font-size: 22px;
  line-height: 25px;
}

.event-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.event-location-icon {
  color: var(--color-1);
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.event-location-text {
  line-height: 23px;
}

.vip-button {
  border: 2px solid var(--color-1);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 15px;
  font-weight: 700;
  line-height: 23px;
}

.vip-button:hover {
  box-shadow: 0 8px 5px #000;
}

.presale-button {
  border: 2px solid var(--color-1);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  line-height: 23px;
}

.presale-button:hover {
  box-shadow: 0 8px 5px #000;
}

.thumbnails-container {
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.luxuria-video {
  justify-content: center;
  align-items: center;
  width: 33%;
}

.despojo-video {
  width: 34%;
}

.vacio-video {
  width: 33%;
}

.video-thumbnail {
  cursor: pointer;
  width: 33%;
  max-width: 34%;
  height: 41.5vh;
  max-height: 41.5vh;
}

.video-thumbnail.luxuria {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/thumbnail-luxuria.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-thumbnail.despojo {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/thumbanail-despojo.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 34%;
}

.video-thumbnail.vacio {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/thumbail-vacio.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-thumbnail.reisender {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/thumbnail-reisender.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-thumbnail.calipso {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/thumbnail-vacio.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 34%;
}

.video-thumbnail.olvidoprevalecer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/thumbnail-olvidoprevalecer.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-thumbnail.luxuria-copy {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/thumbnail-luxuria.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.youtube-player-container {
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 0;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.videos-wrapper {
  flex-direction: column;
  align-items: center;
}

.luxuria-video-2 {
  justify-content: center;
  align-items: center;
  width: 93%;
  margin-top: 12px;
}

.close-luxuria-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-luxuria-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.despojo-video-2 {
  margin-top: 12px;
}

.close-despojo-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-despojo-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.vacio-video-2 {
  margin-top: 12px;
}

.close-vacio-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-vacio-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.reisender-video-2 {
  margin-top: 12px;
}

.close-reisender-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-reisender-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.calipso-video-2 {
  margin-top: 12px;
}

.close-calipso-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-calipso-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.olvidoprevalecer-video-2 {
  margin-top: 12px;
}

.close-olvidoprevalecer-video-wrapper {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 130px;
}

.close-olvidoprevalecer-video-icon {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.gallery-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  height: 620px;
  display: flex;
}

.image {
  background-image: url('../images/gallery1_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.lightbox-link {
  opacity: .8;
  width: 30%;
  height: 44%;
}

.lightbox-link:hover {
  opacity: 1;
}

.lightbox-link._2 {
  background-image: url('../images/mingallery2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox-link._1 {
  background-image: url('../images/gallery1.jpg');
  background-position: 50% 24%;
  background-size: cover;
}

.lightbox-link._3 {
  background-image: url('../images/mingallery3.jpg');
  background-position: 90%;
  background-size: cover;
}

.lightbox-link._4 {
  background-image: url('../images/mingallery4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.lightbox-link._5 {
  background-image: url('../images/mingallery5.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.lightbox-link._6 {
  background-image: url('../images/mingallery6.jpg');
  background-position: 50%;
  background-size: cover;
}

.footer-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-image {
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 122px;
  display: flex;
}

.footer-form {
  width: 100%;
}

.form {
  justify-content: center;
  align-items: stretch;
  margin-top: 137px;
  display: flex;
}

.footer-text-field {
  text-align: center;
  letter-spacing: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #fff;
  width: 41%;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 16px;
}

.submit-button {
  background-color: var(--color-1);
  font-weight: 700;
  line-height: 23px;
}

.submit-button:active {
  box-shadow: inset -2px -2px 0 1px #000, inset 2px 2px 0 1px #000;
}

.footer-icons {
  justify-content: space-around;
  width: 500px;
  display: flex;
  position: relative;
  top: 60px;
}

.footer-icon {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-title {
  text-align: center;
  border: 2px solid rgba(253, 252, 252, .25);
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pirata One, sans-serif;
  font-size: 45px;
  line-height: 193%;
}

.footer-logo {
  background-image: url('../images/logo-horizontal-verum-300.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 170px;
  margin-bottom: 70px;
}

.social-media-wrapper {
  height: 100%;
}

.footer-texts {
  border-top: 1px solid rgba(253, 252, 252, .25);
  justify-content: space-around;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ir-span {
  color: #c6b25e;
}

.footer-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.wrapper-1 {
  flex-direction: row;
  justify-content: space-around;
  width: 1000px;
  padding-top: 49px;
  padding-bottom: 69px;
  display: flex;
  position: absolute;
}

.text-block, .text-block-2 {
  font-size: 48px;
}

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

.wrapper-2 {
  flex-flow: column;
  justify-content: space-around;
  width: 1000px;
  padding-top: 49px;
  padding-bottom: 69px;
  display: flex;
  position: absolute;
}

.home-hero-wrapper-1, .home-hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  display: flex;
  position: absolute;
}

.home-hero-right-column-1 {
  width: 33%;
  margin-top: 98px;
  margin-right: 5%;
}

.home-hero-left-column-1 {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  margin-top: 10px;
  margin-left: 5%;
  display: flex;
}

.home-hero-text-1 {
  letter-spacing: 4px;
  font-size: 20px;
  line-height: 29px;
  text-decoration: none;
}

.home-hero-text-1.spaced {
  letter-spacing: 4px;
  font-size: 20px;
  line-height: 23px;
}

.home-hero-text-1._2 {
  color: var(--color-1);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}

.albums-1 {
  cursor: pointer;
  height: 262px;
  margin-top: 40px;
}

.home-hero-right-column-2 {
  width: 33%;
  margin-top: 98px;
  margin-right: 5%;
}

.home-hero-left-column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  margin-top: 10px;
  margin-left: 5%;
  display: flex;
}

.albums-2 {
  cursor: pointer;
  height: 262px;
  margin-top: 40px;
}

.verumcrew-text {
  z-index: 2;
  color: var(--color-1);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Pirata One, sans-serif;
  font-size: 60px;
  line-height: 64px;
  display: flex;
}

.verumcrew-text-vertical {
  color: var(--color-1);
  text-align: center;
  background-image: url('../images/VERUMCREW2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  font-family: Pirata One, sans-serif;
  font-size: 93px;
  display: flex;
  transform: none;
}

.verumcrew-text-vertical._2 {
  background-image: url('../images/PER-REGNO.png');
  transform: none;
}

.verumcrew-message-wrapper {
  background-image: url('../images/pergamino.png');
  background-position: 50% 77%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 33%;
  height: 50px;
  position: relative;
  top: 56%;
  left: 33%;
}

.verumcrew-message {
  color: #000;
  text-align: center;
  height: 100%;
  font-family: Pirata One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.verumcrew-message.full-text {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px;
  line-height: 8px;
  display: flex;
}

.background-video {
  z-index: 7;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.verumcrew-text-2 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 80px;
  font-family: Play, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.play-pause-background-video {
  position: static;
}

.play-state-image {
  display: block;
}

.ao-play-track {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.ao-track-button {
  cursor: pointer;
  margin-right: 11px;
  padding-right: 4px;
}

.ao-pause-track {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.ao-player {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ao-player-buttons {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.ao-repeat-button {
  cursor: default;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.ao-previous-button {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.ao-download-button {
  cursor: default;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.ao-pause-button {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.ao-forward-button, .ao-play-button {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.ao-player-time {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.time-elapsed {
  cursor: default;
  font-size: 16px;
}

.progress-bar-1 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: 3px;
}

.time-left {
  cursor: default;
}

.progress-bars {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
  position: relative;
}

.progress-bar-2 {
    background-color: var(--color-1);
    border-radius: 12px;
    width: 0;
    height: 3px;
    position: absolute;
}

.ao-player-track-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ao-player-album-name {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.regno-track-button {
  cursor: pointer;
  margin-right: 11px;
  padding-right: 4px;
}

.regno-pause-track, .regno-play-track {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.regno-player {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.regno-player-buttons {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.regno-repeat-button {
  cursor: default;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.regno-previous-button {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.regno-play-button {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.regno-pause-button {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.regno-forward-button {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.regno-download-button {
  cursor: default;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.regno-player-time {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.regno-player-track-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.regno-player-album-name {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.sidebar-player {
  background-color: var(--color-1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-top: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sidebar-player-buttons {
  display: flex;
}

.sidebar-repeat-button {
  color: #000;
  cursor: default;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sidebar-previous-button {
  color: #000;
  cursor: default;
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sidebar-forward-button {
  color: #000;
  cursor: default;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sidebar-download-button {
  cursor: default;
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.sidebar-pause-button {
  color: #000;
  cursor: default;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sidebar-player-track-name {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.sidebar-player-effect {
  background-image: url('../images/output-onlinegiftools.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 70%;
  height: 23px;
}

.preloader {
  z-index: 100;
  background-image: url('../images/background-color.png');
  background-position: 0 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-animation {
  background-image: url('../images/loadscreen.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
}

.event-venue, .event-time {
  line-height: 23px;
}

.gallery-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100vh;
  height: 850px;
  transform: rotate(90deg);
}

.gallery-slide-2, .gallery-slide-3 {
  transform: rotate(-90deg);
}

.slide-nav, .left-arrow {
  display: none;
}

.videos-text-title {
  z-index: 900;
  color: var(--color-1);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding-top: 0;
  padding-left: 10%;
  font-family: Pirata One, sans-serif;
  font-size: 60px;
  line-height: 64px;
  display: flex;
}

.videos-text-title.videos {
  padding-left: 0%;
}

.body {
  background-color: #000;
}

.text-span {
  color: var(--color-1);
}

.album-selector {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
  bottom: 140px;
  left: 30%;
}

.ao-indicator {
  color: rgba(255, 255, 255, .7);
  font-family: "Fa Solid 900", sans-serif;
}

.ao-indicator.selected {
  color: #c6b25e;
}

.regno-indicator {
  color: rgba(255, 255, 255, .7);
  font-family: "Fa Solid 900", sans-serif;
}

.regno-indicator.selected {
  color: #c6b25e;
}

.member-instagram-icon, .member-instagram-icon-2, .member-instagram-icon-3, .member-instagram-icon-4 {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 8px #000, 4px 0 8px #000;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  top: 92%;
}

.videos-wrapper-copy {
  flex-direction: column;
  align-items: center;
}

.youtube-player-container-copy {
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 0;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.thumbnails-container-copy {
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.luxuria-video-2-copy {
  justify-content: center;
  align-items: center;
  width: 93%;
  margin-top: 12px;
}

.close-luxuria-video-wrapper-copy {
  cursor: pointer;
  position: absolute;
  top: 130px;
}

.close-luxuria-video-icon-copy {
  text-align: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.pplayer-containner {
  height: 320px;
  display: flex;
  position: relative;
}

.pstop {
  background-color: red;
  width: 40px;
  height: 40px;
}

.pvideo-thumbnail {
  background-color: green;
}

.luxuria-vid {
  width: 50%;
}

.brand-wrapper {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    background-image: url('../images/background-color.png');
    background-position: 0 0;
    background-size: auto;
    max-width: 1920px;
  }

  .navbar {
    height: 15vh;
  }

  .content-wrapper {
    max-width: 1920px;
  }

  .brand.ld {
    width: 99px;
    height: 90px;
  }

  .nav-link {
    border-radius: 4px;
  }

  .section.members {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    overflow: visible;
  }

  .background-image {
    max-width: 100%;
  }

  .sidebar-wrapper {
    background-image: url('../images/background-image.png');
    background-position: 0%;
    background-size: auto;
    height: 85vh;
    top: 15%;
  }

  .social-media-icon {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: 44px;
    text-decoration: none;
    display: flex;
  }

  .social-media-icon-text {
    font-size: 25px;
    text-decoration: none;
  }

  .home-hero-wrapper {
    position: absolute;
  }

  .home-hero-text {
    margin-left: 26%;
    font-size: 25px;
    line-height: 29px;
  }

  .home-hero-text.spaced {
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 23px;
  }

  .home-hero-h2 {
    color: var(--color-1);
    margin-top: 13px;
    font-family: Pirata One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
  }

  .home-hero-h2.spaced {
    letter-spacing: 4px;
    font-size: 40px;
    line-height: 51.2px;
  }

  .container-default {
    background-color: #000;
    max-width: 1920px;
    padding-left: 113px;
  }

  .container-default.members {
    background-image: url('../images/background-image.png');
    background-position: 0%;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-default.videos {
    height: 94vh;
  }

  .container-default.gallery {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #000), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/galleryBg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    box-shadow: inset 0 15px 20px 2px rgba(0, 0, 0, .95);
  }

  .container-default.sidebar {
    max-width: 1920px;
  }

  .container-default.homer-hero, .container-default.home-video {
    padding-left: 0;
  }

  .container-default.videos-copy {
    height: 94vh;
  }

  .members-wrapper {
    z-index: 5;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .member {
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 600px;
    display: flex;
  }

  .member._1 {
    flex-direction: column;
    align-items: center;
  }

  .member._3 {
    position: relative;
    overflow: hidden;
  }

  .member-name {
    z-index: 2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020202;
    text-shadow: 0 4px 8px #000, 4px 0 8px #000;
    justify-content: center;
    align-items: center;
    font-family: Pirata One, sans-serif;
    font-size: 50px;
    line-height: 64px;
    position: absolute;
    top: 90%;
  }

  .member-gradient {
    background-image: linear-gradient(to bottom, var(--gradiente) 30%, rgba(255, 255, 255, 0));
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .member-gradient:hover {
    justify-content: center;
    align-items: center;
  }

  .member-gradient.name {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020202;
    text-shadow: 0 4px 8px #000, 4px 0 8px #000;
    font-family: Pirata One, sans-serif;
    font-size: 50px;
    line-height: 64px;
  }

  .member-gradient.name:hover {
    align-self: center;
  }

  .member-gradient.name._3 {
    z-index: 1;
    position: absolute;
  }

  .member-role {
    align-self: center;
  }

  .nav-link-underline {
    background-color: #c6b25e;
    width: 0%;
    height: 2px;
  }

  .nav-link-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-wrapper {
    flex-direction: column;
    height: 62px;
    display: flex;
    overflow: hidden;
  }

  .member-name-2, .member-name-3, .member-name-4 {
    z-index: 2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020202;
    text-shadow: 0 4px 8px #000, 4px 0 8px #000;
    justify-content: center;
    align-items: center;
    font-family: Pirata One, sans-serif;
    font-size: 50px;
    line-height: 64px;
    position: absolute;
    top: 90%;
  }

  .ao-tracks-wrapper, .regno-tracks-wrapper {
    margin-left: 20%;
  }

  .lightbox-link._2 {
    background-position: 50% 75%;
  }

  .home-hero-wrapper-1, .home-hero-wrapper-2 {
    position: absolute;
  }

  .home-hero-text-1 {
    font-size: 25px;
    line-height: 29px;
  }

  .home-hero-text-1.spaced {
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 23px;
  }

  .verumcrew-text, .videos-text-title {
    top: 77px;
  }

  .body {
    background-image: url('../images/background-color.png');
    background-position: 0 0;
    background-size: auto;
    max-width: 1920px;
  }

  .album-selector {
    left: 25%;
  }

  .member-instagram-icon, .member-instagram-icon-2, .member-instagram-icon-3, .member-instagram-icon-4 {
    z-index: 2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020202;
    text-shadow: 0 4px 8px #000, 4px 0 8px #000;
    justify-content: center;
    align-items: center;
    font-family: "Fa Brands 400", sans-serif;
    position: absolute;
    top: 90%;
  }

  .brand-wrapper {
    height: 15vh;
  }
}

@media screen and (max-width: 991px) {
  .brand.ld.w--current {
    width: 60px;
    height: 57px;
    margin-left: 8px;
  }

  .nav-menu {
    z-index: 5;
    background-image: url('../images/background-color.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-end;
    width: 220px;
    margin-right: 0;
    top: 100%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .nav-link {
    text-align: right;
  }

  .home-hero-wrapper {
    left: 117px;
  }

  .home-hero-left-column {
    margin-right: 0;
  }

  .home-hero-right-column {
    margin-left: 0;
  }

  .home-hero-text {
    margin-left: 40px;
    font-size: 21px;
  }

  .home-hero-text.spaced {
    font-size: 18px;
  }

  .home-hero-h2.spaced.ao, .home-hero-h2.spaced.r {
    font-size: 28px;
  }

  .home-hero-h2.ao, .home-hero-h2.r {
    font-size: 42px;
  }

  .ad-oceanum {
    width: 140px;
    height: 140px;
  }

  .regno {
    width: 206px;
    height: 140px;
  }

  .member-name-2 {
    text-align: center;
    padding-right: 10px;
  }

  .regno-2 {
    width: 140px;
    height: 140px;
  }

  .ad-oceanum-2 {
    width: 206px;
    height: 140px;
  }

  .ao-tracks-wrapper {
    margin-left: 10px;
  }

  .ao-track-name {
    width: 100px;
  }

  .regno-tracks-wrapper {
    margin-left: 10px;
  }

  .events-title {
    font-size: 80px;
  }

  .event-date {
    font-size: 24px;
    line-height: 28px;
  }

  .event-name {
    font-size: 17px;
    line-height: 20px;
  }

  .event-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-location-icon {
    font-size: 26px;
    line-height: 30px;
  }

  .event-location-text {
    font-size: 16px;
    line-height: 18px;
  }

  .vip-button, .presale-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-title {
    font-size: 36px;
  }

  .footer-text {
    font-size: 12px;
  }

  .home-hero-right-column-1 {
    margin-left: 0;
  }

  .home-hero-left-column-1 {
    margin-right: 0;
  }

  .home-hero-text-1 {
    font-size: 21px;
  }

  .home-hero-text-1.spaced {
    font-size: 18px;
  }

  .home-hero-right-column-2 {
    margin-left: 0;
  }

  .home-hero-left-column-2 {
    margin-right: 0;
  }

  .verumcrew-text {
    top: 145px;
  }

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

  .event-venue, .event-time {
    font-size: 16px;
    line-height: 18px;
  }

  .videos-text-title {
    top: 145px;
  }

  .album-selector {
    width: 25%;
    bottom: 125px;
    left: 39%;
  }

  .member-instagram-icon, .member-instagram-icon-2, .member-instagram-icon-3 {
    width: 35px;
    height: 35px;
    font-size: 35px;
    line-height: 35px;
  }

  .member-instagram-icon-4 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 64px;
  }

  .brand.ld {
    background-image: url('../images/logo-verum50.png');
    background-size: contain;
    width: 45px;
    height: 54px;
  }

  .brand.ld.w--current {
    background-size: contain;
    width: 50px;
    height: 52px;
  }

  .section.social-media {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .8)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 7%), radial-gradient(circle closest-side, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/_MG_5877-500.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .background-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/background-image-767.png');
    min-height: 980px;
  }

  .sidebar-wrapper {
    height: 88vh;
    padding-top: 30px;
    top: 12%;
  }

  .social-media-icon {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .home-hero-wrapper {
    top: 124px;
    left: 90px;
  }

  .home-hero-text, .home-hero-text.spaced {
    font-size: 11px;
    line-height: 14px;
  }

  .home-hero-text._2.ao {
    font-size: 12px;
  }

  .home-hero-h2.spaced.ao, .home-hero-h2.spaced.r {
    font-size: 30px;
    line-height: 34px;
  }

  .home-hero-h2.ao {
    font-size: 33px;
  }

  .home-hero-h2.r {
    font-size: 36px;
  }

  .ad-oceanum {
    width: 120px;
    height: 120px;
  }

  .regno {
    width: 176px;
    height: 120px;
  }

  .container-default.events {
    background-image: url('../images/textura-oscura-1050.png');
    height: 1050px;
  }

  .container-default.videos {
    background-image: url('../images/background-color.png');
    background-position: 0 0;
    background-size: auto;
    height: 900px;
  }

  .container-default.gallery {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #000), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/galleryBg-1250.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-default.social-media {
    height: 500px;
  }

  .container-default.videos-copy {
    background-image: url('../images/background-color.png');
    background-position: 0 0;
    background-size: auto;
    height: 900px;
  }

  .member._1 {
    background-image: url('../images/member1-600.jpg');
  }

  .member._2 {
    background-image: url('../images/member2-600.jpg');
    background-position: 40%;
  }

  .member._3 {
    background-image: url('../images/member3-600.jpg');
    background-position: 54% 0;
  }

  .member._4 {
    background-image: url('../images/member4-600.jpg');
    background-position: 49% 0;
  }

  .member-name, .member-name-2, .member-name-3, .member-name-4 {
    font-size: 36px;
    line-height: 42px;
  }

  .regno-2 {
    width: 120px;
    height: 120px;
  }

  .ad-oceanum-2 {
    width: 176px;
    height: 120px;
  }

  .events-title {
    line-height: 90px;
  }

  .event-name-date {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-bottom: 8px;
  }

  .event-location {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-bottom: 10px;
  }

  .event-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .event-date {
    font-size: 26px;
  }

  .event-name {
    font-size: 22px;
  }

  .event-info {
    flex-direction: column;
    margin-bottom: 45px;
  }

  .event-location-text {
    text-align: center;
    margin-bottom: 4px;
    font-size: 22px;
  }

  .vip-button {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .presale-button {
    font-size: 22px;
    line-height: 24px;
  }

  .video-thumbnail {
    width: 100%;
    max-width: 100%;
    height: 140px;
    max-height: 140px;
  }

  .video-thumbnail.luxuria {
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.despojo {
    background-image: url('../images/thumbanail-despojo.png');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.vacio {
    background-image: url('../images/thumbail-vacio.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.reisender {
    background-image: url('../images/thumbnail-reisender.png');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.calipso {
    background-image: url('../images/thumbnail-vacio.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.olvidoprevalecer {
    background-position: 0 0, 50% 0;
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail.luxuria-copy {
    width: 100%;
    max-width: 100%;
  }

  .youtube-player-container {
    flex-direction: column;
  }

  .luxuria-video-2 {
    width: 75%;
    position: absolute;
    bottom: 575px;
  }

  .close-luxuria-video-wrapper {
    top: 70px;
    left: 50%;
  }

  .despojo-video-2 {
    top: 200px;
  }

  .close-despojo-video-wrapper {
    top: 200px;
    left: 50%;
  }

  .vacio-video-2 {
    top: 450px;
  }

  .close-vacio-video-wrapper {
    top: 340px;
    left: 50%;
  }

  .reisender-video-2 {
    top: 520px;
  }

  .close-reisender-video-wrapper {
    top: 500px;
    left: 50%;
  }

  .calipso-video-2 {
    top: 640px;
  }

  .close-calipso-video-wrapper {
    top: 640px;
    left: 50%;
  }

  .olvidoprevalecer-video-2 {
    top: 780px;
  }

  .close-olvidoprevalecer-video-wrapper {
    top: 780px;
    left: 50%;
  }

  .gallery-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 90%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 46%;
    height: 33%;
  }

  .lightbox-link._2 {
    background-image: url('../images/mingallery2.jpg');
    background-position: 50% 100%;
  }

  .footer-text-field {
    letter-spacing: 2px;
    width: 45%;
    font-size: 10px;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-texts {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-text {
    margin-bottom: 8px;
  }

  .home-hero-wrapper-1, .home-hero-wrapper-2 {
    flex-wrap: wrap;
    width: 84%;
    padding-left: 0%;
    top: 0;
    left: 90px;
  }

  .home-hero-right-column-1 {
    width: 377px;
    margin-left: 30%;
    margin-right: 0%;
  }

  .home-hero-left-column-1 {
    width: 60%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-text-1 {
    font-size: 17px;
  }

  .home-hero-text-1.spaced {
    font-size: 11px;
    line-height: 14px;
  }

  .albums-1 {
    margin-top: 75px;
  }

  .home-hero-right-column-2 {
    width: 377px;
    margin-left: 30%;
    margin-right: 0%;
  }

  .home-hero-left-column-2 {
    width: 60%;
    margin-top: 0;
    margin-left: 0;
  }

  .albums-2 {
    margin-top: 75px;
  }

  .verumcrew-text {
    -webkit-text-stroke-width: 1px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 46px;
    position: static;
    top: 60px;
  }

  .verumcrew-text-2 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 26px;
    position: static;
    bottom: 130px;
  }

  .sidebar-player {
    width: 10%;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .event-venue, .event-time {
    text-align: center;
    margin-bottom: 4px;
    font-size: 22px;
  }

  .videos-text-title {
    -webkit-text-stroke-width: 1px;
    height: 60px;
    font-size: 40px;
    line-height: 46px;
    position: static;
    top: 60px;
  }

  .album-selector {
    width: 18%;
    bottom: 110px;
    left: 24%;
  }

  .member-instagram-icon, .member-instagram-icon-2, .member-instagram-icon-3, .member-instagram-icon-4 {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .youtube-player-container-copy {
    flex-direction: column;
  }

  .luxuria-video-2-copy {
    width: 75%;
    position: absolute;
    bottom: 575px;
  }

  .close-luxuria-video-wrapper-copy {
    top: 70px;
    left: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 12vh;
  }

  .brand.ld {
    background-image: url('../images/logo-verum50.png');
    width: 35px;
    height: 31px;
  }

  .section.social-media {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .8)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 7%), radial-gradient(circle closest-side, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/_MG_5877-450.jpg');
    background-position: 0 0, 0 0, 0 0, 33% 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .background-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/background-image-478.png');
  }

  .sidebar-wrapper {
    width: 15%;
    padding-top: 0;
  }

  .social-media-icon {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .social-media-icon-text {
    font-size: 20px;
  }

  .social-media-icon-text.footer {
    font-size: 28px;
    line-height: 32px;
  }

  .home-hero-text, .home-hero-text._2.ao {
    margin-left: 8%;
  }

  .container-default.events {
    background-image: url('../images/textura-oscura-1100.png');
    height: 1100px;
    padding-left: 15%;
  }

  .container-default.videos {
    padding-left: 15%;
  }

  .container-default.gallery {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #000), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/galleryBg-1100.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .container-default.footer {
    padding-left: 15%;
  }

  .container-default.social-media {
    height: 450px;
    padding-left: 15%;
  }

  .container-default.videos-copy {
    padding-left: 15%;
  }

  .members-wrapper {
    flex-wrap: wrap;
  }

  .member._1, .member._2, .member._3, .member._4 {
    width: 50%;
  }

  .ao-tracks-wrapper {
    margin-left: 9%;
  }

  .ao-track {
    margin-left: 0;
  }

  .regno-tracks-wrapper {
    margin-left: 9%;
  }

  .regno-track {
    margin-left: 0;
  }

  .event-name-date, .event-location {
    width: 100%;
  }

  .event-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .event-name {
    font-size: 18px;
  }

  .event-info {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .event-location-icon {
    font-size: 22px;
  }

  .event-location-text, .vip-button, .presale-button {
    font-size: 18px;
  }

  .luxuria-video-2 {
    top: 100px;
  }

  .vacio-video-2 {
    top: 320px;
  }

  .gallery-wrapper {
    height: 300px;
  }

  .footer-image {
    padding-top: 0;
  }

  .form {
    flex-wrap: wrap;
    align-content: center;
    margin-top: 105px;
  }

  .footer-text-field {
    width: 80%;
    margin-bottom: 16px;
  }

  .footer-icons {
    width: 260px;
  }

  .footer-title {
    line-height: 36px;
  }

  .footer-logo {
    background-size: cover;
    width: 275px;
    height: 134px;
  }

  .footer-texts {
    margin-left: 15%;
  }

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

  .home-hero-wrapper-1, .home-hero-wrapper-2 {
    margin-left: 5%;
    left: 48px;
  }

  .home-hero-right-column-1 {
    margin-left: 10%;
  }

  .home-hero-left-column-1 {
    width: 90%;
  }

  .home-hero-right-column-2 {
    margin-left: 10%;
  }

  .home-hero-left-column-2 {
    width: 90%;
  }

  .verumcrew-text-2 {
    font-size: 22px;
    line-height: 25px;
    bottom: 90px;
  }

  .sidebar-player {
    width: 15%;
    height: 54px;
  }

  .sidebar-player-buttons {
    flex-direction: row;
  }

  .event-venue, .event-time {
    font-size: 18px;
  }

  .videos-text-title {
    height: 85px;
    padding-left: 15%;
  }

  .album-selector {
    bottom: 107px;
    left: 30%;
  }

  .luxuria-video-2-copy {
    top: 100px;
  }

  .brand-wrapper {
    width: 15%;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
