@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #00fd02;
}

@media (max-width: 425px) {
  .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
  }

  .nav-wrapper .button-collapse {
    height: auto !important;
    line-height: normal !important;
  }

  .nav-wrapper .button-collapse img {
    height: 16px;
  }

  .nav-wrapper .brand-logo {
    position: relative;
    height: auto !important;
    line-height: normal !important;
  }

  .nav-wrapper .brand-logo img {
    width: 100px;
    margin-left: 0;
  }

  .nav-wrapper .conversar {
    margin: 0;
  }

  .nav-wrapper .conversar li a {
    font-size: 10px !important;
    padding: 0 8px !important;
  }

  .nav-wrapper .conversar img {
    height: 28px;
    width: 28px;
  }
}

.oe-conteudo {
  margin-top: -64px;
  padding-bottom: 3rem;
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.oe-conteudo h1,
.oe-conteudo h2,
.oe-conteudo h3,
.oe-conteudo h4,
.oe-conteudo h5,
.oe-conteudo p {
  margin: 0;
  line-height: normal;
}

.oe-conteudo img {
  max-width: 100%;
  height: auto;
}

.oe-conteudo .row {
  margin-bottom: 0;
}

.oe-conteudo .custom-select-arrow {
  border-top-color: #eee;
}

.oe-conteudo .select-button {
  font-weight: 500;
}

.oe-conteudo .btn {
  color: #000;
  background: var(--primary);
}

.oe-banner {
  display: flex;
  align-items: flex-end;
  height: 70vh;
  padding-bottom: 15vh;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.20211834733893552) 50%
    ),
    url("images/banner-mobile.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
}

@media (min-width: 992px) {
  .oe-banner {
    padding-bottom: 15vh;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.20211834733893552) 50%
      ),
      url("images/banner.jpg") no-repeat top center;
  }
}

.oe-banner h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.85;
}

@media (min-width: 992px) {
  .oe-banner h1 {
    font-size: 5rem;
  }
}

.oe-banner h1::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.5rem;
  border-radius: 50%;
  background-color: var(--primary);
}

.oe-banner p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.oe-banner-assinar {
  padding-top: 5rem !important;
  text-align: right;
}

/* .oe-parceiros {
  margin-top: -2rem;
}

@media (min-width: 992px) {
  .oe-parceiros {
    margin-top: -4rem;
  }
} */

.oe-parceiro {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 200px;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: no-repeat center #333;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 600px) {
  .oe-parceiro {
    min-height: 180px;
  }
}

.oe-parceiro * {
  z-index: 2;
}

.oe-parceiro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5998774509803921) 20%,
    rgba(0, 0, 0, 0.053658963585434205) 100%
  );
}

.oe-parceiro h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
}

.oe-parceiro p {
  margin-bottom: 0.5rem;
}

.oe-parceiro .oe-parceiro-info,
.oe-header-parceiro .oe-parceiro-info {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.oe-parceiro .oe-parceiro-aberto,
.oe-header-parceiro .oe-parceiro-aberto {
  color: var(--primary);
}

.oe-parceiro .oe-parceiro-fechado,
.oe-header-parceiro .oe-parceiro-fechado {
  color: #aaa;
}

.oe-parceiro .oe-parceiro-rating,
.oe-pagina-interna .oe-parceiro-rating {
  display: flex;
  gap: 1px;
  margin-right: 0.75rem;
  color: var(--primary);
}

.oe-parceiro .oe-parceiro-rating > span,
.oe-pagina-interna .oe-parceiro-rating > span {
  font-size: 1.25rem;
}

.oe-parceiro .oe-parceiro-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  padding: 1rem 0.15rem;
  background: #fff;
}

.oe-pagina-interna .oe-banner {
  position: relative;
  height: 80vh;
  padding-bottom: 4vh;
}

@media (min-width: 992px) {
  .oe-pagina-interna .oe-banner {
    padding-bottom: 8vh;
  }
}

.oe-pagina-interna .oe-banner * {
  z-index: 2;
}

.oe-pagina-interna .oe-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.3981967787114846) 50%
  );
}

.oe-pagina-interna .oe-banner h1::after {
  content: none;
}

.oe-link-voltar {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}

.oe-link-voltar span {
  color: var(--primary);
  transform: rotate(90deg);
}

.oe-header-parceiro {
  display: flex;
  align-items: start;
  gap: 2rem;
  margin-top: 1rem;
}

.oe-header-parceiro > div {
  flex-grow: 1;
}

.oe-header-parceiro .oe-header-parceiro-logo,
.oe-conteudo .modal .oe-header-parceiro-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  padding: 1rem 0.15rem;
  background: #fff;
}

@media (min-width: 992px) {
  .oe-header-parceiro .oe-header-parceiro-logo,
  .oe-conteudo .modal .oe-header-parceiro-logo {
    width: 184px;
    height: 184px;
  }
}

.oe-header-parceiro .oe-header-parceiro-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .oe-header-parceiro .oe-header-parceiro-titulo {
    flex-direction: column;
    margin-bottom: 0.5rem;
    align-items: flex-start;
  }

  .oe-header-parceiro .oe-header-parceiro-titulo h1 {
    font-size: 1.75rem;
    line-height: 1.15;
    margin-bottom: 0.25rem;
  }
}

.oe-header-parceiro p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
}

.oe-titulo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important;
  font-size: 1rem;
  font-weight: 500;
  color: #848484;
}

.oe-titulo::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.25rem;
  margin-right: 0.75rem;
  background-color: var(--primary);
}

.oe-sobre {
  padding-bottom: 2rem;
}

.oe-sobre .oe-titulo {
  margin-bottom: 1.25rem !important;
}

.oe-sobre p {
  margin-bottom: 1.25rem;
}

.oe-localizacao {
  padding: 3rem 0;
  border-top: 1px solid #0d0d0d;
}

.oe-localizacao .oe-titulo {
  margin-bottom: 1.25rem !important;
}

.oe-localizacao p {
  margin-bottom: 1.25rem;
}

.oe-localizacao strong {
  color: #fff;
}

.oe-galeria {
  padding: 3rem 0;
  border-top: 1px solid #0d0d0d;
}

.oe-galeria .oe-titulo {
  margin-bottom: 2rem !important;
}

.oe-galeria .oe-galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.oe-galeria .oe-galeria-grid div,
.oe-galeria .oe-galeria-grid img {
  border-radius: 1rem;
}

.oe-localizacao .btn {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.oe-renovacao {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid #4b4b4b;
  border-radius: 1rem;
}

.oe-renovacao p {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.oe-renovacao span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -1.5rem;
  margin-left: 1rem;
  padding: 1rem 1.75rem;
  border-radius: 1rem;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}

.oe-renovacao span > small {
  font-size: 1.25rem;
}

.oe-renovacao span form label {
  display: block;
  color: #fff;
}

.oe-renovacao span form input {
  width: 130px !important;
  height: 34px !important;
  line-height: 34px !important;
}

.oe-renovacao span form .btn {
  width: 100%;
  height: 34px !important;
  line-height: 34px !important;
  font-size: 0.875rem;
}

.oe-regras {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #0c0c0c;
}

.oe-regras h5 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 500;
}

.oe-regras h5 > span {
  color: #fff;
  font-weight: 500;
}

.oe-regras strong {
  color: #fff !important;
}

.oe-avaliacoes {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #0d0d0d;
}

.oe-avaliacao {
  padding: 1.5rem 0;
  color: #848484;
}

.oe-avaliacao + .oe-avaliacao {
  border-top: 1px solid #0d0d0d;
}

.oe-avaliacao p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
}

.oe-conteudo .modal header {
}

.oe-conteudo .modal .modal-banner {
  height: 200px;
  margin: -24px -24px -80px;
  background: no-repeat center;
  background-size: cover;
}

.oe-conteudo .modal .oe-header-parceiro-logo {
  width: 160px;
  height: 160px;
  border: 1px solid #000;
}

.oe-conteudo .modal .modal-title {
  display: flex;
  align-items: center;
}

.oe-conteudo .modal .modal-title h2 {
  margin: 3.5rem 0 0 1rem;
}

@media (max-width: 767px) {
  .oe-conteudo .modal .modal-title h2 {
    width: 100%;
    margin: 0 0 1rem 0;
    text-align: center;
  }
}

.oe-conteudo .modal .oe-qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.oe-minha-conta {
  display: flex;
  align-items: center;
}

.oe-minha-conta img {
  flex-shrink: 0;
  margin-right: 0.5rem;
  border-radius: 50%;
}

.star-rating {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 -0.25rem;
}

.star-rating input {
  position: absolute;
  opacity: 0;
}

.star-rating label {
  cursor: pointer;
  color: grey;
  padding: 0 0.25rem !important;
  transition: color 0.15s;
  font-size: 2rem !important;
}

.star-rating label::before,
.star-rating label::after {
  content: none !important;
}

.star-rating input:checked ~ label {
  color: gold;
}

.star-rating input:hover ~ label {
  color: goldenrod;
  transition: none;
}

.star-rating label:active {
  color: darkgoldenrod !important;
}

.star-rating input:focus-visible + label {
  outline-offset: 1px;
  outline: #4f46e5 solid 2px;
}

.oe-conteudo .section.home-slider .slider ul.slides,
.oe-conteudo .section.home-slider .slider,
.oe-conteudo .slide-desktop,
.oe-conteudo .slide-mobile {
  height: 70vh !important;
}

.oe-conteudo .section.home-slider .slider .indicators {
  top: 30vh;
  bottom: auto;
}

@media (max-width: 600px) {
  .section.home-slider .slider .indicators {
    left: 6%;
  }
  .section.home-slider .slider .indicators .indicator-item {
    margin: 0 12px 0 0;
  }
}

.oe-conteudo .slide-desktop,
.oe-conteudo .slide-mobile {
  padding-top: 35vh;
  color: #fff;
  background: no-repeat center;
  background-size: cover !important;
}

@media (max-width: 600px) {
  .oe-conteudo .section.home-slider .slider ul.slides,
  .oe-conteudo .section.home-slider .slider,
  .oe-conteudo .slide-desktop,
  .oe-conteudo .slide-mobile {
    height: 62vh !important;
  }

  .oe-conteudo .section.home-slider .slider .indicators {
    top: 20vh;
  }

  .oe-conteudo .slide-desktop,
  .oe-conteudo .slide-mobile {
    padding-top: 25vh;
  }
}

.oe-conteudo .slide-desktop {
  display: block;
}

.oe-conteudo .slide-mobile {
  display: none;
}

@media (max-width: 600px) {
  .oe-conteudo .slide-desktop {
    display: none;
  }
  .oe-conteudo .slide-mobile {
    display: block;
  }
}

.oe-conteudo .slide-desktop *,
.oe-conteudo .slide-mobile * {
  color: #fff;
}

.oe-slider h1 {
  margin-bottom: 0.5rem;
}

.oe-slider h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .oe-slider h1 {
    font-size: 3rem;
  }

  .oe-slider h2 {
    font-size: 2.75rem;
  }
}

.oe-conteudo .section.home-slider .container {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.oe-slider-lojista {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
  font-size: 0.8rem;
}

.oe-slider-lojista .oe-slider-lojista-logo {
  width: 40px;
  height: 40px;
}

.oe-slider-lojista span {
  line-height: 1.5;
}

@media (max-width: 600px) {
  .oe-slider-lojista {
    margin-top: 1.5rem;
  }
}

.oe-slider-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2.5rem;
  font-size: 1.15rem;
  text-align: right;
}

.oe-slider-cta .btn {
  color: #000;
  flex-shrink: 0;
  font-size: 0.875rem;
}

@media (max-width: 600px) {
  .oe-slider-cta {
    margin-top: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1rem;
    text-align: left;
  }

  .oe-slider-cta .btn {
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
  }
}

.oe-slider-cta span {
  color: var(--primary) !important;
}

.oe-filtro {
  margin-bottom: 1rem;
}

.oe-filtro p {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .oe-filtro p {
    text-align: center;
  }
}

.oe-filtro p > span {
  color: var(--primary);
}

.oe-filtro .custom-select {
  color: #fff !important;
}

.oe-filtro .select-button {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #333 !important;
}

.oe-filtro .select-dropdown {
  background-color: #090909 !important;
  border-color: #333 !important;
}

.oe-filtro .select-dropdown label {
  color: #fff !important;
}

.oe-filtro .select-dropdown li:hover label {
  background-color: #090909 !important;
  color: var(--primary) !important;
}
