.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #202020;
  overflow-x: hidden !important;
}


a {
  text-decoration: none;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .section-title {
    font-size: 2.7rem;
  }
}

.secondary-title {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
  color: rgb(247, 247, 247);
}
@media (max-width: 768px) {
  .secondary-title {
    font-size: 2rem;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .secondary-mob {
    font-size: 1.5rem;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .secondary-title-mob {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
  }
}

.title-spacing {
  padding: 1.5rem 0;
}
@media (max-width: 576px) {
  .title-spacing {
    font-size: 2rem;
    padding: 0.5rem 0;
    line-height: 2rem;
  }
}

.content-text-style {
  color: rgba(247, 247, 247, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

@media (max-width: 992px) {
  .content-text-mob {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
}

section {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-global {
  background-image: url("../../assets/img/bg_preto%201.webp?h=e3e72e618c51d05a0189a2a9c8156f65");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding: 5rem 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.title-large {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
}
@media (max-width: 768px) {
  .title-large {
    font-size: 2.5rem;
  }
}

.title-medium {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .title-medium {
    font-size: 2rem;
  }
}

.title-small {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .title-small {
    font-size: 1.5rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.carousel {
  position: relative;
  padding-top: 10px;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 10px;
}

.slider-row {
  margin-right: 10px;
  margin-left: 10px;
}

* {
  margin: 0;
  padding: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.title-large {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
}
@media (max-width: 768px) {
  .title-large {
    font-size: 2.5rem;
  }
}

.title-medium {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .title-medium {
    font-size: 2rem;
  }
}

.title-small {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .title-small {
    font-size: 1.5rem;
  }
}

.cta-btn {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
  border-top: 2px solid rgba(247, 247, 247, 0.2) !important;
  border-bottom: 5px solid rgba(247, 247, 247, 0.2) !important;
}

.alt-btn {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
  background: linear-gradient(214.71deg, #101010 40.92%, rgba(247, 247, 247, 0.1) 127.95%);
  border-top: 2px solid rgba(247, 247, 247, 0.2) !important;
  border-bottom: 4px solid rgba(247, 247, 247, 0.2) !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.faq-bg {
  background: var(--bs-primary);
}

.faq-style {
  border-color: var(--bs-primary);
}

.faq-item-style {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}

.faq-question {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
  color: rgb(247, 247, 247);
  background: var(--bs-primary);
  color: var(--bs-primary-bg-subtle);
}
@media (max-width: 768px) {
  .faq-question {
    font-size: 2rem;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .faq-question {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.faq-answer {
  color: var(--bs-primary-bg-subtle);
}

.accordion-button:not(.collapsed) {
  color: #ffce00;
  background: linear-gradient(214.71deg, #101010 40.92%, rgba(247, 247, 247, 0.1) 127.95%) !important;
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(199deg) brightness(103%) contrast(106%);
}

.accordion-button:focus,
.accordion-button:active {
  border: none;
  box-shadow: none;
  outline: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

footer {
  height: 15rem;
  background-color: #101010;
}
@media (max-width: 992px) {
  footer {
    height: 20rem;
  }
}
footer .footer-invitation {
  color: rgba(247, 247, 247, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  footer .footer-invitation {
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 0.65rem;
    padding: 0 3rem;
  }
}
footer .footer-cta {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
}
footer ul li {
  padding: 0 0.75rem 0 0;
}
@media (max-width: 768px) {
  footer ul li {
    padding: 2rem 0.25rem 0;
  }
}
@media (max-width: 576px) {
  footer ul li img {
    width: 2rem;
  }
}

.list-inline-item:not(:last-child) {
  margin-right: 0 !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.go-link {
  height: 4rem;
  padding-right: 0rem;
  padding-left: 0rem;
  backdrop-filter: blur(25px);
  border-radius: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  border-bottom: 3px solid rgba(247, 247, 247, 0.2);
  box-shadow: 0px 8px 40px 0px rgba(16, 16, 16, 0.6);
  height: 4rem;
  width: 4rem;
}
@media (max-width: 576px) {
  .go-link {
    height: 3rem;
    width: 3rem;
  }
}

.go-link:hover {
  background: linear-gradient(74.38deg, #ffce00 19.92%, #de1061 117.57%);
}

@media (max-width: 992px) {
  .portfolio-arrow {
    height: 3rem;
    width: 3rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.navstyle .nav-logo {
  width: 12rem;
}
@media (min-width: 360px) and (max-width: 768px) {
  .navstyle .nav-logo {
    align-items: center;
  }
}
.navstyle .nav-items {
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.77525rem;
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
  color: rgb(247, 247, 247);
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
.navstyle .nav-items:hover {
  border-bottom-color: #ffce00;
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.77525rem;
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
  color: #ffce00;
}
@media (min-width: 360px) and (max-width: 992px) {
  .navstyle .nav-items {
    padding: 1rem 0;
  }
}
.navstyle .nav-wrap {
  height: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  backdrop-filter: blur(25px);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  border-bottom: 3px solid rgba(247, 247, 247, 0.2);
  box-shadow: 0px 8px 40px 0px rgba(16, 16, 16, 0.6);
  border-top: 1px solid rgba(247, 247, 247, 0.2);
}
@media (max-width: 768px) {
  .navstyle .nav-wrap {
    height: auto;
    border-radius: 20px;
    margin: 3rem 0;
    width: 15rem;
  }
}
.navstyle .menu-shop {
  background: linear-gradient(214.71deg, #101010 40.92%, rgba(247, 247, 247, 0.1) 127.95%);
  border-radius: 10px;
  border-top: 1px solid rgba(247, 247, 247, 0.2);
  border-bottom: 3px solid rgba(247, 247, 247, 0.2);
  box-shadow: 0px 8px 40px 0px rgba(16, 16, 16, 0.6);
}
@media (min-width: 300px) and (max-width: 992px) {
  .navstyle .menu-shop {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
  }
}
.navstyle .menu-shop a {
  color: rgb(247, 247, 247);
  padding: 0.75rem;
  text-align: left;
}
@media (min-width: 300px) and (max-width: 992px) {
  .navstyle .menu-shop a {
    text-align: center;
  }
}
.navstyle .menu-shop a:hover {
  background: linear-gradient(214.71deg, rgba(247, 247, 247, 0.2) 40.92%, rgba(247, 247, 247, 0.1) 127.95%);
  text-align: left;
}
.navstyle .navbar-nav .nav-link.active,
.navstyle .navbar-nav .nav-link.show {
  color: #ffce00;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.newsletter-section {
  background-image: url("../../assets/img/BG_roxo-overlay.webp?h=8e7e041198c6b405ac9a2d5102f8bc77");
  background-size: cover;
  height: 20rem;
  border: none;
  border-bottom: 4px solid;
  border-image: var(--YellowPink);
  border-image-slice: 1;
  outline: none;
}
@media (max-width: 768px) {
  .newsletter-section {
    height: 28rem;
  }
}

.newsletter-title {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
  color: rgb(247, 247, 247);
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .newsletter-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .newsletter-title {
    font-size: 1.75rem;
  }
}

.email-form {
  width: 100% !important;
  color: rgba(247, 247, 247, 0.6);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
  color: rgb(247, 247, 247) !important;
}

.cta-newsletter {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
}

.newsletter-blog-form {
  background: url("../../assets/img/bg.svg?h=c30c3bb67c1c818baab0db9f6a31fed8");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 24rem;
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-blog-form {
    width: 25rem;
  }
}

.form-control {
  color: white;
}

#confirmationMessage {
  display: none;
  color: rgb(247, 247, 247);
  font-size: 1rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.container-nav {
  display: flex;
}



