@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  font-family: "Poppins", sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Poppins", sans-serif;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff !important;
  font-family: "Poppins" !important;
  font-size: 1vw !important;
}

.admin-bar > header {
  top: 32px !important;
}

@media (max-width: 767.98px) {
  .admin-bar > header {
    top: 46px !important;
  }
  .admin-bar > .blocobanner {
    margin-top: 7.5vw;
    padding-top: 59px !important;
  }
}
header {
  position: fixed;
  height: 7.5vw;
  width: 100%;
  z-index: 999;
  top: 0;
}

@media (max-width: 767.98px) {
  header {
    height: 22vw;
  }
}
nav a {
  color: white !important;
  font-weight: 500;
}
nav a:hover {
  color: #38FF00 !important;
}

strong {
  font-weight: normal !important;
  color: #38FF00;
}

.row {
  margin: 0px !important;
}

@media (max-width: 767.98px) {
  body {
    font-size: 3vw !important;
  }
}
@media (max-width: 1220px) {
  nav a {
    font-size: 0.75rem !important;
  }
}
.bg-primary {
  color: #fff;
}

.logo {
  width: 16vw;
  padding: 1vw 2.4vw 2vw 2.4vw;
}

@media (max-width: 767.98px) {
  .logo {
    width: 31vw;
    padding: 4.5vw 2.4vw 2vw 2.4vw;
  }
}
.navbar-nav {
  padding: 1.8vw 0vw;
  margin-left: 12vw;
}

.nav-item {
  padding: 0vw 2vw;
}
.nav-item .active {
  color: #38FF00 !important;
}

.blocobanner {
  background: #1D1D1B;
  padding: 0vw 2.4vw 4vw 2.4vw;
  margin-top: 7.5vw;
}
.blocobanner .holder {
  overflow: hidden;
  border-radius: 1vw;
}

@media (max-width: 767.98px) {
  .blocobanner {
    margin-top: 22vw;
  }
  .blocobanner .holder {
    border-radius: 3vw;
  }
}
.bloco1 {
  padding: 5vw 8vw;
}
.bloco1 h1 {
  font-size: 1vw !important;
}
.bloco1 h2 {
  font-size: 1.9vw !important;
  margin-top: 1.7vw;
  font-weight: 600;
  letter-spacing: -0.07vw;
}
.bloco1 .col-6:nth-child(1) {
  padding-right: 5vw;
}
.bloco1 .col-6:nth-child(1) p {
  padding: 1vw 8vw 1vw 4vw;
}
.bloco1 .seta {
  position: absolute;
  margin: 0.4vw -2.4vw;
}
.bloco1 .seta svg {
  width: 2.7vw;
  height: 2.7vw;
}
.bloco1 #foguete {
  position: absolute;
  top: 12vw;
  right: 15vw;
  z-index: -1;
  transition: 1s all ease;
}
.bloco1 #foguete.active {
  top: 0px;
  right: 2vw;
}
@media (max-width: 767.98px) {
  .bloco1 h1 {
    font-size: 3vw !important;
  }
  .bloco1 h2 {
    font-size: 3.9vw !important;
  }
  .bloco1 .seta {
    margin: 1.4vw -4.4vw;
  }
  .bloco1 .seta svg {
    width: 4.7vw;
    height: 4.7vw;
  }
}

#d-mais .seta {
  position: absolute;
  margin: 0.4vw -2.4vw;
}
#d-mais .seta svg {
  width: 2.7vw;
  height: 2.7vw;
}
@media (max-width: 767.98px) {
  #d-mais .seta {
    margin: 1.4vw -4.4vw;
  }
  #d-mais .seta svg {
    width: 4.7vw;
    height: 4.7vw;
  }
}

.bloco2 {
  padding: 5vw 6.5vw 2.5vw 8vw;
}
.bloco2 .col-md-6:nth-child(1) {
  position: relative;
  padding: 0vw 13vw 0vw 0vw;
}
.bloco2 .col-md-6:nth-child(1) h1 {
  font-size: 2.6vw !important;
}
.bloco2 .col-md-6:nth-child(1) p {
  padding: 0vw 0vw 1.5vw 0vw;
}
.bloco2 .col-md-6:nth-child(1) .ilustracao {
  bottom: 0;
  left: 0;
  margin: 3vw -8vw -2.5vw;
}
.bloco2 .col-md-6:nth-child(1) .ilustracao img {
  width: 35vw;
}
.bloco2 .col-md-6:nth-child(2) {
  padding-left: 3.6vw;
}
.bloco2 .col-md-6:nth-child(2) h1 {
  font-size: 1.4vw !important;
}
.bloco2 .col-md-6:nth-child(2) h1 span {
  background: #1d1d1b;
  padding: 0.2vw 0.8vw 0.2vw 0.8vw;
  border-radius: 1vw;
}
.bloco2 .col-md-6:nth-child(2) h1 span svg {
  width: 1vw;
  height: 1vw;
}
.bloco2 .col-md-6:nth-child(2) ul {
  padding-top: 1vw;
}
.bloco2 .col-md-6:nth-child(2) ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.6vw;
}
.bloco2 .col-md-6:nth-child(2) ul li::before {
  content: "";
  position: absolute;
  top: 0.1vw;
  left: -2.5vw;
  width: 1.2vw;
  height: 1.2vw;
  background: url(https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/list.png) no-repeat left top;
  background-size: 1.2vw 1.2vw;
}
.bloco2 .col-md-6:nth-child(2) .hold {
  color: #1D1D1B;
  display: flex;
  border-radius: 1vw;
  overflow: hidden;
  margin-bottom: 8vw;
  min-height: 30vw;
}
.bloco2 .col-md-6:nth-child(2) .imagem {
  width: 35%;
  height: inherit;
  background-size: cover !important;
  background-position: center !important;
}
.bloco2 .col-md-6:nth-child(2) .texto {
  width: 65%;
  background: white;
  padding: 1.5vw 3vw;
}
@media (max-width: 767.98px) {
  .bloco2 .col-md-6:nth-child(2) h1 {
    font-size: 4vw !important;
    margin-top: 2vw;
  }
  .bloco2 .col-md-6:nth-child(2) h1 span {
    padding: 0.8vw 2.2vw 0.8vw 2.2vw;
    border-radius: 2vw;
  }
  .bloco2 .col-md-6:nth-child(2) h1 span svg {
    width: 4vw;
    height: 4vw;
  }
  .bloco2 .col-md-6:nth-child(2) .hold {
    display: block;
    border-radius: 4vw;
  }
  .bloco2 .col-md-6:nth-child(2) .imagem {
    width: 100%;
    height: inherit;
    padding-top: 100%;
  }
  .bloco2 .col-md-6:nth-child(2) .texto {
    width: 100%;
  }
  .bloco2 .col-md-6:nth-child(2) ul li::before {
    top: 0.8vw;
    left: -4.5vw;
    width: 4.2vw;
    height: 4.2vw;
    background-size: 3.2vw 3.2vw;
  }
}
.bloco2 .seta {
  position: absolute;
  margin: 0.4vw -2.4vw;
}
.bloco2 .seta svg {
  width: 2.7vw;
  height: 2.7vw;
}
@media (max-width: 767.98px) {
  .bloco2 .col-md-6:nth-child(1) {
    padding: 0vw 0vw 0vw 0vw;
  }
  .bloco2 .col-md-6:nth-child(1) h1 {
    font-size: 5.8vw !important;
  }
  .bloco2 .col-md-6:nth-child(1) h1 br {
    display: none;
  }
  .bloco2 .col-md-6:nth-child(2) .last {
    margin-bottom: 90vw;
  }
  .bloco2 .col-md-6:nth-child(2) .ilustracao {
    position: absolute;
    bottom: -2.5vw;
    left: -8vw;
  }
  .bloco2 .col-md-6:nth-child(2) .ilustracao img {
    width: 100%;
  }
}

.bloco3 {
  padding: 8vw 8vw 0vw 8vw;
}
.bloco3 h1 {
  font-size: 5vw !important;
  text-transform: uppercase;
  padding-top: 4vw;
  font-weight: 700;
}

.bloco4 {
  padding: 4vw 0vw;
  color: #35F401;
  background: linear-gradient(white 0%, white 60%, #35F401 60%, #35F401 100%);
}
.bloco4 h1 {
  font-size: 2vw;
  font-weight: 300;
}
.bloco4 strong {
  font-size: 2.5vw;
  font-weight: 700 !important;
}
.bloco4 .col-md-6:nth-child(1) div {
  width: 52%;
  background: #1d1d1b;
  border-radius: 1vw;
  padding: 3vw 2vw;
  float: right;
  margin: 0vw 0.6vw;
}
.bloco4 .col-md-6:nth-child(2) div {
  height: 100%;
  width: 52%;
  background: #1d1d1b;
  border-radius: 1vw;
  padding: 3vw 2vw;
  float: left;
  margin: 0vw 0.6vw;
}
.bloco4 .col-md-6:nth-child(2) div h1 {
  font-weight: 500;
  font-size: 1.2vw;
}
@media (max-width: 767.98px) {
  .bloco4 {
    text-align: center;
  }
  .bloco4 h1 {
    font-size: 4vw;
    font-weight: 700;
  }
  .bloco4 strong {
    font-size: 5vw;
  }
  .bloco4 .col-md-6:nth-child(1) div {
    width: 97%;
    float: none;
    border-radius: 4vw;
  }
  .bloco4 .col-md-6:nth-child(2) div {
    width: 97%;
    float: none;
    margin: 5vw 0.6vw;
    border-radius: 4vw;
  }
  .bloco4 .col-md-6:nth-child(2) div h1 {
    font-size: 4.2vw;
  }
}

.bloco5 {
  background-color: #35F401;
  text-align: center;
}
.bloco5 h1 {
  font-size: 1.8vw;
  font-weight: 800;
}
.bloco5 ul {
  list-style-position: inside;
  margin-top: 1vw;
  margin-bottom: 0vw;
  padding-bottom: 4vw;
}
.bloco5 ul li {
  padding: 0.4vw;
  font-size: 0.9vw;
}
.bloco5 #astro {
  position: absolute;
  right: 1vw;
  bottom: -8.7vw;
  z-index: 99;
}
.bloco5 #astro img {
  width: 17vw;
}
@media (max-width: 767.98px) {
  .bloco5 h1 {
    padding-top: 5vw;
    font-size: 5vw !important;
  }
  .bloco5 .bloco-centro {
    width: 100%;
  }
  .bloco5 ul {
    padding-left: 0px;
    padding-right: 4vw;
  }
  .bloco5 ul li {
    font-size: 2.9vw;
  }
  .bloco5 #astro {
    position: relative;
    right: 1vw;
    bottom: -8.7vw;
    z-index: 99;
  }
  .bloco5 #astro img {
    width: 30vw;
  }
}

.bloco6 h1 {
  margin-top: 4vw;
  font-size: 5.5vw;
  font-weight: 600;
  margin-bottom: 4vw;
}
.bloco6 .imagem {
  width: 25vw;
  height: 23.5vw;
  border-radius: 1vw;
}
.bloco6 .thumb {
  width: 25vw;
  height: 23.5vw;
  border-radius: 1vw;
}
.bloco6 .owl-carousel {
  text-align: justify;
}
.bloco6 .owl-carousel .seta {
  position: absolute;
  width: 8vw;
  margin-top: -4.2vw;
}
.bloco6 .owl-carousel .thumb {
  width: 23vw;
  margin-left: 2vw;
}
.bloco6 .owl-carousel .owl-dots {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.bloco6 .owl-carousel .owl-dots .owl-dot {
  background: #D9D9D9;
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
}
.bloco6 .owl-carousel .owl-dots .active {
  background: #35F401;
}
.bloco6 .owl-carousel a {
  text-decoration: none;
}
.bloco6 .owl-carousel h1 {
  font-size: 1.5vw;
  margin: 1vw 0vw 1vw 2vw;
  color: #35F401;
}
.bloco6 .owl-carousel p {
  color: #D9D9D9;
  margin-left: 2vw;
}
@media (max-width: 767.98px) {
  .bloco6 .palesta .imagem {
    width: 100% !important;
    height: 31vw !important;
    border-radius: 4vw !important;
    margin-bottom: 3vw;
  }
  .bloco6 .thumb {
    width: 100%;
    height: auto;
  }
  .bloco6 .owl-carousel {
    margin-top: 5vw;
  }
  .bloco6 .owl-carousel .seta {
    width: 12.1vw;
  }
  .bloco6 .owl-carousel .thumb {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .bloco6 .owl-carousel h1 {
    font-size: 4vw;
  }
  .bloco6 .owl-carousel .owl-dots .owl-dot {
    width: 3vw;
    height: 3vw;
    border-radius: 3vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}

.bloco7 a {
  text-decoration: none;
}
.bloco7 a h1 {
  margin-top: 2vw;
  font-size: 1.5vw;
  font-weight: 600;
  color: #1D1D1B;
}
.bloco7 a p {
  color: #A5A5A4;
}
.bloco7 .post1 {
  padding-left: 8vw;
  padding-right: 2vw;
}
.bloco7 .post2 {
  padding-left: 6vw;
  padding-right: 4vw;
}
.bloco7 .post3 {
  padding-left: 3vw;
  padding-right: 8vw;
}
.bloco7 .thumb {
  width: 100%;
  height: 22vw;
  border-radius: 1vw;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .bloco7 a h1 {
    font-size: 4vw;
  }
  .bloco7 .post1,
  .bloco7 .post2,
  .bloco7 .post3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .bloco7 .thumb {
    padding-top: 100%;
  }
}

.bloco8 {
  padding: 4vw 8vw 4vw 8vw;
}
.bloco8 h2 {
  font-size: 2vw;
  color: #1D1D1B;
  margin-top: 2vw;
  font-weight: 600;
}
.bloco8 p {
  color: #1D1D1B;
  font-size: 1vw;
}
.bloco8 p img {
  margin-right: 1vw;
}
.bloco8 .pr2 {
  padding-right: 2vw;
}
.bloco8 .pl2 {
  padding-left: 2vw;
}
.bloco8 input,
.bloco8 button,
.bloco8 select,
.bloco8 optgroup,
.bloco8 textarea {
  background: #1D1D1B;
  color: white;
  border: none;
  border-bottom: #38FF00 1px solid;
  width: 100%;
}
.bloco8 .wpcf7-radio input {
  width: auto;
}
.bloco8 .wpcf7-radio label {
  margin: 0vw;
}
.bloco8 .wpcf7-submit {
  width: 11vw;
  background: #38FF00;
  color: #1D1D1B;
  padding: 1vw;
  border-radius: 0.5vw;
  font-weight: 600;
}
.bloco8 textarea:focus,
.bloco8 input:focus {
  outline: none;
}
.bloco8 label {
  color: white;
  display: block;
  margin-bottom: 3vw;
}
.bloco8 .wpcf7-not-valid-tip {
  color: #35F401;
}
.bloco8 input[type=radio]:after {
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  top: 0vw;
  left: 0vw;
  position: relative;
  background-color: #1D1D1B;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 0.1vw solid white;
}
.bloco8 input[type=radio]:checked:after {
  width: 1vw;
  height: 1vw;
  border-radius: 1vw;
  top: 0vw;
  left: 0vw;
  position: relative;
  background-color: #38FF00;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 0.1vw solid white;
}
.bloco8 .wpcf7 form.invalid .wpcf7-response-output,
.bloco8 .wpcf7 form.unaccepted .wpcf7-response-output,
.bloco8 .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #38FF00;
}
.bloco8 .wpcf7-submit {
  float: right;
}
@media (max-width: 767.98px) {
  .bloco8 {
    padding: 4vw;
  }
  .bloco8 p {
    font-size: 2vw;
  }
  .bloco8 .wpcf7-submit {
    width: auto;
    font-size: 3vw;
  }
  .bloco8 .contatos h2,
  .bloco8 .contatos p {
    font-size: 4vw;
  }
  .bloco8 label {
    font-size: 4vw;
  }
  .bloco8 .pr2 {
    padding-right: 0vw;
  }
  .bloco8 .pl2 {
    padding-left: 0vw;
  }
  .bloco8 .w-50 {
    width: 100% !important;
  }
  .bloco8 .wpcf7-list-item {
    display: block !important;
  }
  .bloco8 input[type=radio]:after {
    width: 15px;
    height: 15px;
    border-radius: 4vw;
    top: -1px;
  }
  .bloco8 input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 4vw;
    top: -1px;
  }
  .bloco8 .wpcf7-form-control-wrap textarea {
    height: 25vw;
  }
}

@media (max-width: 767.98px) {
  .bloco9 {
    font-size: 1.9vw;
  }
}

.bloco-centro {
  width: 59vw;
  margin: 4vw auto;
  padding-left: 3vw;
}
.bloco-centro h1 {
  color: white;
  font-size: 2vw;
  margin: 0vw 0vw 1vw 0vw;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .bloco-centro h1 {
    font-size: 4vw;
  }
}
.bloco-centro .texto {
  padding: 1vw;
  text-align: left;
}
.bloco-centro .texto .destaque {
  background: #38FF00;
  border-radius: 1vw;
  color: #1D1D1B !important;
  padding: 0.6vw 2.6vw;
  text-align: center;
  text-decoration: none;
  color: #1D1D1B !important;
  font-weight: 500;
  margin: 0.5vw;
  font-size: 2vw;
  font-weight: 700 !important;
  letter-spacing: -0.1vw;
}
@media (max-width: 767.98px) {
  .bloco-centro .texto .destaque strong {
    font-size: 6.5vw;
  }
}
@media (max-width: 767.98px) {
  .bloco-centro .texto .destaque {
    font-size: 5vw;
  }
}

.topo-noticias {
  background: #1D1D1B;
  padding: 0vw 2.4vw 4vw 2.4vw;
  margin-top: 7.5vw;
}

@media (max-width: 767.98px) {
  .topo-noticias {
    margin-top: 22vw;
  }
}
.lista-noticias {
  margin: 8vw !important;
}
.lista-noticias .noticias {
  width: 71%;
}
.lista-noticias .noticias .imagem {
  height: 38vw;
  display: block;
  width: 100%;
  overflow: hidden;
  content: "";
  background-size: cover !important;
}
.lista-noticias .noticias .autor {
  margin-top: 3vw;
}
.lista-noticias .noticias .autor img {
  width: 5.5vw;
}
.lista-noticias .noticias .autor h3 {
  display: inline;
  font-size: 1.1vw;
  margin-left: 0.8vw;
  text-transform: capitalize;
}
.lista-noticias .noticias .except {
  margin: 0vw 6vw 6vw 0vw;
}
.lista-noticias .noticias .except h1 {
  line-height: 2.6vw;
  font-size: 2.16vw;
  margin-top: 2.5vw;
}
.lista-noticias .noticias .except h1 a {
  color: #1D1D1B;
  text-decoration: none;
  line-height: 2.6vw;
  font-size: 2.16vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.06vw;
}
.lista-noticias .noticias .except p {
  margin: 2vw 0vw;
}
.lista-noticias .noticias .except span {
  padding: 0vw 2vw;
}
.lista-noticias .lateral {
  margin-left: 0.5vw;
  width: 28%;
  padding: 0px;
  border: 1px solid #D9D9D9;
}
.lista-noticias .lateral h2 {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  padding: 2vw;
  margin: 0px;
}
.lista-noticias .lateral hr {
  margin: 0px;
  width: 6vw;
  height: 0.4vw;
  opacity: 1;
}
.lista-noticias .lateral ul {
  margin: 2vw;
  padding-left: 1vw;
}
.lista-noticias .lateral ul li {
  position: relative;
  padding-bottom: 0.7vw;
}
.lista-noticias .lateral ul li ul {
  margin: 0vw;
  width: 100%;
}
.lista-noticias .lateral ul li ul li {
  padding-bottom: 0vw;
}
.lista-noticias .lateral ul li a {
  color: #1D1D1B;
  font-size: 1.3vw;
  text-decoration: none;
}
.lista-noticias .lateral ul li span {
  position: absolute;
  right: 0;
}
.lista-noticias .lateral p {
  padding: 2vw;
}
.lista-noticias .lateral form div {
  margin: 2vw;
}
.lista-noticias .lateral form .busca {
  width: 100%;
  height: 4vw;
  border: 1px solid #D9D9D9;
}
.lista-noticias .lateral form #searchsubmit {
  background: #1D1D1B;
  color: white;
  padding: 1vw;
  width: 100%;
  margin-top: 1vw;
  font-size: 1.3vw;
}
.lista-noticias .lateral .post_tags {
  margin: 2vw;
}
.lista-noticias .lateral .post_tags a {
  color: #1D1D1B;
  text-decoration: none;
}
.lista-noticias .lateral .post_tags a div {
  padding: 0.5vw;
  border: 1px solid #000;
  margin: 0.5vw;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.lista-noticias .lateral .post_tags a:hover {
  color: #fff;
}
.lista-noticias .lateral .post_tags a:hover div {
  background: #1D1D1B;
}
@media (max-width: 767.98px) {
  .lista-noticias .noticias {
    width: 100%;
  }
  .lista-noticias .noticias .autor h3 {
    font-size: 10px;
  }
  .lista-noticias .noticias .except h1 a {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .lista-noticias .noticias .except .bt-dark {
    margin-left: 30%;
  }
  .lista-noticias .lateral {
    width: 100%;
    padding: 4vw;
    margin-top: 5vw;
  }
  .lista-noticias .lateral h2 {
    font-size: 4vw;
  }
  .lista-noticias .lateral ul li a {
    font-size: 3.3vw;
    font-weight: 500;
  }
  .lista-noticias .lateral form #searchsubmit {
    font-size: 3.3vw;
  }
  .lista-noticias .lateral form .busca {
    height: 8vw;
  }
}

.bt-dark {
  display: inline-flex;
  height: 2.5vw;
  padding: 1vw 0.4vw 1vw 0.8vw;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6vw;
  flex-shrink: 0;
  border-radius: 100vw;
  border: 0.1vw solid #1D1D1B;
  color: #1D1D1B;
  text-align: center;
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2vw;
  /* 150% */
  text-decoration: none;
  transition: 500ms;
}
.bt-dark::after {
  padding: 0.75vw 0.75vw;
  background-position: 5px 50%;
  background-size: 0.75vw 0.75vw;
  background-repeat: no-repeat;
  background-color: #1D1D1B;
  border-radius: 25vw;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt_white.svg");
}
.bt-dark:hover {
  border: 0.1vw solid #fff;
  background-color: #1D1D1B;
  color: #fff;
}
.bt-dark:hover::after {
  background-color: #fff;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt.svg");
}

.bt-dark-full {
  background-color: #1D1D1B;
  display: inline-flex;
  height: 2.8vw;
  padding: 1.2vw 0.5vw 1.2vw 2vw;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6vw;
  flex-shrink: 0;
  border-radius: 100vw;
  border: 0.1vw solid #1D1D1B;
  color: white;
  text-align: center;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5vw;
  /* 150% */
  text-decoration: none;
  transition: 500ms;
}
.bt-dark-full::after {
  padding: 0.75vw 0.75vw;
  background-position: 5px 50%;
  background-size: 0.75vw 0.75vw;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 25vw;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt.svg");
  margin-left: 0.6vw;
}
.bt-dark-full:hover {
  border: 0.1vw solid #fff;
  background-color: white;
  color: #1D1D1B;
  font-weight: 500;
}
.bt-dark-full:hover::after {
  background-color: #1D1D1B;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt_white.svg");
}

@media (max-width: 767.98px) {
  .bt-dark-full {
    font-size: 3.6vw;
    padding: 2.8vw 1.8vw 2.8vw 4.4vw;
    height: 7.6vw;
  }
  .bt-dark-full::after {
    padding: 2vw 2vw;
    background-position: 1vw 50%;
    background-size: 1.5vw 1.5vw;
  }
}
.bt-light {
  display: inline-flex;
  height: 2.5vw;
  padding: 1vw 0.4vw 1vw 0.8vw;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6vw;
  flex-shrink: 0;
  border-radius: 100vw;
  border: 0.1vw solid white;
  color: white;
  text-align: center;
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2vw;
  /* 150% */
  text-decoration: none;
  transition: 500ms;
  background: none;
}
.bt-light::after {
  padding: 0.75vw 0.75vw;
  background-position: 5px 50%;
  background-size: 0.75vw 0.75vw;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 25vw;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt.svg");
}
.bt-light:hover {
  border: 0.1vw solid #1D1D1B;
  background-color: white;
  color: #1D1D1B;
}
.bt-light:hover::after {
  background-color: #1D1D1B;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt_white.svg");
}

.bt-green-full {
  background-color: #38FF00;
  display: inline-flex;
  height: 2.5vw;
  padding: 1vw 0.4vw 1vw 0.8vw;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6vw;
  flex-shrink: 0;
  border-radius: 100vw;
  border: 0.1vw solid #38FF00;
  color: #1D1D1B;
  text-align: center;
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2vw;
  /* 150% */
  text-decoration: none;
  transition: 500ms;
}
.bt-green-full::after {
  padding: 0.75vw 0.75vw;
  background-position: 5px 50%;
  background-size: 0.75vw 0.75vw;
  background-repeat: no-repeat;
  background-color: #1D1D1B;
  border-radius: 25vw;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt_white.svg");
  margin-left: 0.6vw;
}
.bt-green-full:hover {
  border: 0.1vw solid #fff;
  background-color: white;
  color: #1D1D1B;
  font-weight: 500;
}
.bt-green-full:hover::after {
  background-color: #1D1D1B;
  content: "";
  background-image: url("https://homologa.oddlyexperience.com.br//wp-content/uploads/2023/11/arrow_bt_white.svg");
}

@media (max-width: 767.98px) {
  .bt-dark,
  .bt-light,
  .bt-green-full {
    height: 7vw;
    padding: 4vw 1.6vw 4vw 3.2vw;
    font-size: 3.6vw;
    line-height: 4.8vw;
  }
  .bt-dark::after,
  .bt-light::after,
  .bt-green-full::after {
    padding: 3vw 3vw;
    background-position: 1vw 50%;
    background-size: 3.5vw 3vw;
  }
}
#rev_slider_14_2_wrapper {
  height: 32vw !important;
}
#rev_slider_14_2_wrapper #rev_slider_14_2 {
  height: 32vw !important;
}
#rev_slider_14_2_wrapper h1 {
  font-size: 1.55vw !important;
  left: 1.6vw !important;
  top: 8.95vw !important;
}
#rev_slider_14_2_wrapper h2 {
  font-size: 1.1vw !important;
  line-height: 1.4vw !important;
  left: 1.6vw !important;
  top: 11.7vw !important;
}
#rev_slider_14_2_wrapper #slider-14-slide-14-layer-6 {
  width: 5.5vw !important;
  height: 5.5vw !important;
}
#rev_slider_14_2_wrapper #slider-14-slide-14-layer-6 img {
  width: 5.5vw !important;
  height: 5.5vw !important;
}
#rev_slider_14_2_wrapper #slider-14-slide-14-layer-9 {
  width: 20vw !important;
  height: 3.55vw !important;
  right: 1.6vw !important;
  top: 1.6vw !important;
}
#rev_slider_14_2_wrapper #slider-14-slide-14-layer-10 {
  font-size: 1.35vw !important;
  right: 4.6vw !important;
  top: 2.55vw !important;
}
#rev_slider_14_2_wrapper .botao {
  cursor: pointer;
  left: 1.6vw !important;
  top: 25vw !important;
}
#rev_slider_14_2_wrapper .botao:hover .fundo {
  border-color: #38FF00 !important;
  transition: 500ms;
}
#rev_slider_14_2_wrapper .botao:hover .texto {
  color: #38FF00 !important;
  transition: 500ms;
}
#rev_slider_14_2_wrapper .botao:hover .circulo {
  background-color: #38FF00 !important;
  transition: 500ms;
}
#rev_slider_14_2_wrapper .botao .fundo {
  width: 12.8vw !important;
  height: 2.15vw !important;
}
#rev_slider_14_2_wrapper .botao .texto {
  line-height: 1.8vw !important;
  font-size: 0.8vw !important;
  width: 10vw !important;
}
#rev_slider_14_2_wrapper .botao .circulo {
  left: 10.85vw !important;
  top: 0.23vw !important;
  width: 1.6vw !important;
  height: 1.6vw !important;
  border-radius: 100vw !important;
}
#rev_slider_14_2_wrapper .botao .imagem {
  left: 11.2vw !important;
  top: 0.6vw !important;
  width: 0.8vw !important;
  height: 0.8vw !important;
}
#rev_slider_14_2_wrapper .tp-bullet-title {
  color: #1D1D1B !important;
}

#rev_slider_8_3_wrapper {
  overflow: hidden !important;
  margin-top: 4vw !important;
}

rs-carousel-wrap {
  right: 0 !important;
  left: 0 !important;
}

#sobrebt a {
  text-decoration: none;
}
#sobrebt #subplus {
  margin-left: 1vw;
  position: absolute;
  width: 0px;
  height: 0px;
  margin: 0px;
  line-height: 0px;
  top: 3.7vw;
  right: 28.5vw;
}
#sobrebt:hover #subplus {
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#jornadabt a {
  text-decoration: none;
}
#jornadabt #jorplus {
  margin-left: 1vw;
  position: absolute;
  width: 0px;
  height: 0px;
  margin: 0px;
  line-height: 0px;
  top: 3.7vw;
  right: 14vw;
}
#jornadabt:hover #jorplus {
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.btmobile {
  position: absolute;
  top: 4.5vw;
  right: 1.5vw;
}

#divmobile {
  left: 0px;
  position: absolute;
  background: black;
  color: white;
  border: 1vw solid #38FF00;
  border-radius: 3vw 0vw;
}
#divmobile a {
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
}
#divmobile .navbar-nav {
  margin-left: 0vw;
}

.wp-pagenavi a {
  color: #000 !important;
}
.wp-pagenavi .current {
  color: #35F401 !important;
  background: #000;
}
.wp-pagenavi .pages {
  display: none;
}

@media (max-width: 767.98px) {
  .single-post .except p {
    font-size: 14px !important;
  }
  .single-post .except h1 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .single-post .except h3 {
    font-size: 10px !important;
  }
}/*# sourceMappingURL=style.css.map */