html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --primary-color: #161616;
  --secondary-color: #686868;
  --tertiary-color: #a6a6a6;
  --quaternary-color: #fff;
  --body-color: #595959;
  --yellow-color: #e8e791;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  background: #ffffff;
  font-family: Urbanist;
  font-size: 1.6rem;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 600;
}
h1 {
  color: #161616;

  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7.6rem;
}

h2 {
  color: var(--primary-color);
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.8rem;
}

p {
  color: #161616;

  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.6rem;
}

.btn a {
  width: 31.2rem;
  height: 6.4rem;
  border-radius: 1.6rem;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  text-decoration: none;
}

header {
  width: 136.8rem;
  height: 8.8rem;
  background: #fff;
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0px 4px 48px 0px rgba(119, 119, 119, 0.24);
  margin: 0 auto;
  top: 4.8rem;
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  box-sizing: border-box;
  z-index: 100;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu nav ul {
  display: flex;
  align-items: center;
}

.menu nav ul li {
  margin-right: 2.4rem;
}
.menu nav ul li a {
  color: #161616;
  text-align: center;
  font-family: Urbanist;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  text-decoration: none;
}

.menu nav ul li:last-child {
  margin-right: 0;
}
.menu nav ul li .btn a {
  width: 20rem;
  color: #fff;
  font-weight: 600;
}

#creators {
  margin-top: 27.4rem;
}

#creators .container {
  width: 132rem;
  margin: 0 auto;
}

.todoConteudo {
  display: flex;
  justify-content: space-between;
}
#creators .todoConteudo .texto {
  max-width: 64.8rem;
}

#creators .todoConteudo .texto p {
  max-width: 56rem;
  color: #686868;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
}
#creators .todoConteudo .texto p:last-of-type {
  color: #161616;
  margin-bottom: 4.8rem;
}

#creators .todoConteudo .conteudo .imagem {
  border-radius: 2.4rem;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.24);
}

#creators .todoConteudo .conteudo .imagem.um {
  width: 42.4rem;
  height: 42.4rem;
  background: url(../images/IMG.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  right: 22.4rem;
  top: 6.8rem;
}

#creators .todoConteudo .conteudo .imagem.dois {
  width: 24.8rem;
  height: 24.8rem;
  background: url(../images/IMG1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 10.8rem;
}

#creators .todoConteudo .conteudo .imagem.tres {
  width: 24.8rem;
  height: 24.8rem;
  background: url(../images/IMG2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 11rem;
  top: 36.8rem;
}

#creators .todoConteudo .conteudo {
  position: relative;
}

#creators .todoConteudo .texto .vantagens {
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}

#creators .todoConteudo .texto .vantagens .item {
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
}
#creators .todoConteudo .texto .vantagens .item p {
  margin-top: 0;
  margin-bottom: 0;
  color: #686868;
}
#creators .todoConteudo .texto .vantagens .item:last-of-type {
  margin-right: 0;
}
#creators .todoConteudo .texto .vantagens .item svg {
  margin-right: 1.2rem;
}

#creators .todoConteudo .conteudo .imagem .credito {
  color: #fff;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  right: 1.6rem;
  position: absolute;
  top: 1.6rem;
}

.sectionPadrao {
  width: calc(100% - 9.6rem);
  margin: 0 auto;
  border-radius: 3.2rem;
  overflow-x: hidden;
}

#ugc {
  background: #bddff0;
  padding-top: 16.3rem;
  padding-bottom: 11.6rem;
  margin-top: 20.2rem;
}

.video .plyr {
  width: 42.4rem;
  background: transparent;
  height: 74.8rem;
  box-shadow: 0px 4px 56px 0px #84acc0;
  border-radius: 2.4rem;
}
#ugc p {
  max-width: 49.9rem;
  margin-top: 4.8rem;
}
#ugc .todoConteudo.video02 p {
  max-width: 53rem;
}
#ugc .container {
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
}
#ugc .todoConteudo.video01 .texto {
  width: 53.6rem;
  margin-right: 25.2rem;
}
#ugc .todoConteudo.video01 {
  justify-content: initial;
}

#ugc .todoConteudo.video01 .conteudo {
  width: 42.4rem;
}

#ugc .todoConteudo {
  align-items: center;
}

.video {
  position: relative;
  border-radius: 2.4rem;
}

.video .creditos {
  position: absolute;
  bottom: 4.8rem;
  left: -3.3rem;
}

#ugc i {
  font-style: italic;
  font-weight: 600;
}

.todoConteudo.video02 {
  width: 109.6rem;
  margin: 0 auto;
  margin-top: 37.5rem;
}

.todoConteudo.video02 h2 {
  height: 7.6rem;
  margin: 4.8rem 0;
}

#ugc .todoConteudo.video02 p {
  margin-top: 0;
}

.todoConteudo.video02 .video .creditos {
  left: -4.4rem;
}

#bloomer {
  margin-top: 4.8rem;
  background: #ff8caf;
  padding: 19.6rem 0;
}
#bloomer .todoConteudo {
  align-items: center;
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
}

#bloomer .todoConteudo .texto h2 {
  max-width: 64.9rem;
  margin-bottom: 6.4rem;
}

#bloomer .todoConteudo .texto:nth-of-type(2) {
  max-width: 49.9rem;
}
#bloomer .todoConteudo .texto p {
  margin-bottom: 2.4rem;
}
#bloomer .todoConteudo .texto p:nth-of-type(2n) {
  margin-bottom: 4.8rem;
}
#bloomer .todoConteudo .texto p:last-of-type {
  margin-bottom: 0;
}

#bloomer .todoConteudo .texto p strong {
  max-width: 43.5rem;
  display: block;
  font-weight: 700;
}

#marcas {
  margin-top: 4.8rem;
  background: #ffffff;
  padding: 19.6rem 0;
}
#marcas .todoConteudo {
  align-items: center;
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
}

#marcas .todoConteudo .texto h2 {
  max-width: 64.7rem;
  margin-bottom: 6.4rem;
  color: #161616;
}

#marcas .todoConteudo .texto:nth-of-type(2) {
  max-width: 49.9rem;
}
#marcas .todoConteudo .texto p {
  margin-bottom: 2.4rem;
  color: #161616;
}
#marcas .todoConteudo .texto p:nth-of-type(2n) {
  margin-bottom: 4.8rem;
}
#marcas .todoConteudo .texto p:last-of-type {
  margin-bottom: 0;
}

#marcas .todoConteudo .texto p strong {
  max-width: 43.5rem;
  display: block;
  font-weight: 700;
}

#secaoProdutos {
  background: #c4b4db;
  height: 108rem;
  margin-top: 4.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#secaoProdutos .texto {
  position: relative;
  z-index: 10;
}

#secaoProdutos .texto h2 {
  max-width: 87.2rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 0 16px;
}

#secaoProdutos .texto p {
  max-width: 73rem;
  text-align: center;
  margin: 4.8rem auto;
  color: #fff;
}

.credito {
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  right: 16px;
  top: 8px;
}

#secaoProdutos .texto .btn {
  display: flex;
  justify-content: center;
}
#secaoProdutos .imagemPequena {
  width: 24.8rem;
  height: 24.8rem;
  border-radius: 2.4rem;
  background: #c3c3c3;
  position: absolute;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.24);
}
#secaoProdutos .imagemPequena.um {
  left: 4.8rem;
  top: 47.9rem;
}
#secaoProdutos .imagemPequena.dois {
  top: 20.7rem;
  left: 25.7rem;
}
#secaoProdutos .imagemPequena.tres {
  left: 76.8rem;
  bottom: 9.5rem;
}

#secaoProdutos .imagemPequena.quatro {
  right: 78rem;
  top: 39.9rem;
}

#secaoProdutos .imagemPequena.cinco {
  right: 57.1rem;
  bottom: 16.1rem;
}

#secaoProdutos .imagemPequena.seis {
  right: 6rem;
  top: 14.1rem;
}

#secaoProdutos .imagemGrande {
  width: 42.4rem;
  height: 42.4rem;
  border-radius: 2.4rem;
  background: #c3c3c3;
  position: absolute;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.24);
}

#secaoProdutos .imagemGrande.um {
  right: 33.2rem;
  top: 22.3rem;
}

#secaoProdutos .imagemGrande.dois {
  bottom: 17.7rem;
  left: 32rem;
}

footer {
  width: calc(100% - 9.6rem);
  height: 35.4rem;
  margin: 0 auto;
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0px 4px 48px 0px rgba(119, 119, 119, 0.24);
  top: -4.8rem;
  position: relative;
  padding: 8rem 0;
  box-sizing: border-box;
}
.redes-sociais {
  display: flex;
}
footer .container {
  width: 132rem;
  margin: 0 auto;
}

footer .menu nav ul li:nth-of-type(3) {
  margin-right: 9.6rem;
}

footer .menu nav ul .redes-sociais li:nth-of-type(2) {
  margin-right: 0;
}

footer .copy {
  box-sizing: border-box;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 2.4rem;
}

footer .copy p {
  color: #686868;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.separador {
  margin-top: 8rem;
  width: 100%;
  height: 0.2rem;
  border-radius: 2.4rem;
  background: #ececec;
}

footer .copy a {
  color: #686868;
  text-decoration: none;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-right: 4.8rem;
}

footer .copy a:last-child {
  margin-right: 0;
}

.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: start;
  background: #faf8f0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}

.todoPopUp {
  width: 132rem;
  min-height: 90rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0.4rem 4.8rem 0px rgba(119, 119, 119, 0.24);
  position: relative;
  padding: 0 11.2rem;
  box-sizing: border-box;
  padding-top: 9.6rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.5rem;
  top: 0rem;
}
.btnClose {
  position: absolute;
  cursor: pointer;
  right: 4.8rem;
  top: 4.8rem;
}

.popUp .quadrados {
  position: relative;
  height: 20rem;
  margin-bottom: 4rem;
}
.popUp .texto {
  width: 54.8rem;
  margin-right: 0rem;
}

.popUp .texto.fullText {
  width: 100%;
}

.popUp .imagemPequena {
  position: absolute;
  background-size: cover;
  background-position: center;
}
.popUp .imagemGrande {
  position: absolute;
  background-size: cover;
  background-position: center;
}
.popUp .imagemPequena.um {
  top: 6rem;
  left: 12rem;
  margin: 0;
}

.popUp .imagemPequena.dois {
  top: inherit;
  left: 6rem;
  bottom: 0;
  margin: 0;
}

.popUp .imagemGrande {
  width: 13.2rem !important;
  border-radius: 8px !important;
  height: 13.2rem !important;
}

.popUp .imagemPequena {
  width: 8rem !important;
  border-radius: 8px !important;
  height: 8rem !important;
}

.popUp h2 {
  font-size: 4.2rem;
  line-height: 5.6rem;
  max-width: 54rem;
}

.popUp .todoPopUp p {
  color: #686868;
  margin-top: 24px;
}

.popUp .formulario {
  width: 42.4rem;
  padding-top: 12rem;
}

.fake-selector {
  border: 1px solid #ccc;
  padding: 0 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-radius: 16px;
  border: 1px solid #686868;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 0px 0px rgba(74, 74, 74, 0.24);
}
.fake-selector.active svg {
  transform: rotate(180deg);
  padding-right: 2rem;
}

.popUpAtivo {
  overflow: hidden;
}
.options {
  position: absolute;
  width: 100%;
  max-height: inherit;
  overflow-y: hidden;
  border-radius: 16px;
  border: 1px solid #686868;
  background: #fff;
  box-shadow: 1px 1px 0px 0px rgba(74, 74, 74, 0.24);
  top: 6.6rem;
  box-sizing: border-box;
  padding: 0.8rem;
  z-index: 10;
  left: 0;
}
.pl a {
  color: #686868;
}
.option {
  padding: 0.8rem;
  cursor: pointer;
  border-radius: 0.8rem;
  color: #686868;
  font-family: Urbanist;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  box-sizing: border-box;
  transition: 0.3s;
}
.option:hover {
  background: #e8e8e8;
  color: #161616;
}
.option:last-of-type {
  margin-bottom: 0;
}

.grupoInput {
  position: relative;
  margin-bottom: 2.4rem;
}

input {
  border: 1px solid #686868;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 1px 1px 0px 0px rgba(74, 74, 74, 0.24);
  border-radius: 16px;

  height: 64px;
  color: #686868;
  padding-left: 2rem;
  font-family: Urbanist;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
input:focus {
  outline: none;
}
input.active {
  border: 1px solid #161616;
}

label {
  position: absolute;
  top: 50%;
  margin-top: -1.3rem;
  left: 2rem;
  transition: top 0.2s ease;
  color: #686868;

  font-family: Urbanist;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
}

label.active {
  top: 0px;
  background: #fff;
  padding: 0 0.2rem;
  color: #161616;
  font-family: Urbanist;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
}

.fake-selector.active {
  border: 1px solid #161616;
}
.fake-selector span {
  color: #686868;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.btnEnviar {
  width: 100%;
  height: 6.4rem;
  border-radius: 1.6rem;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  border: none;
}
.pl {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 0 !important;
}

.FrmError,
.FrmSucesso {
  position: relative;
}
.returnForm {
  padding: 1.2rem;
  margin-bottom: 0rem;
  position: absolute;
  width: 100%;
  top: -1.6rem;
  box-sizing: border-box;
}
.returnForm p {
  font-size: 1.8rem;
  margin-top: 0px !important;
  text-align: center;
  line-height: 2.4rem;
}
.FrmError .returnForm,
.FrmSucesso .returnForm {
  display: block;
}

.FrmError .returnForm {
  border: solid 1px #f98a89;
  background: #fff5f5;
  border-radius: 1.6rem;
}
.FrmError .returnForm p {
  color: #191919;
}
.FrmError .returnForm p strong {
  display: block;
  color: #f98a89;
}

.FrmSucesso .returnForm {
  border: solid 1px #7cbc77;
  background: #f0f9ef;
  border-radius: 1.6rem;
}
.FrmSucesso .returnForm p {
  color: #191919;
}
.FrmSucesso .returnForm p strong {
  display: block;
  color: #7cbc77;
}

.LoadingForm .btnEnviar {
  color: transparent;
  pointer-events: none;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7.6rem;
}

.grecaptcha-badge {
  display: none !important;
}

#creators .todoConteudo .texto.textoPoliticas {
}

#creators .todoConteudo .texto.textoPoliticas {
  width: 100%;
  max-width: 100%;
  padding-bottom: 9.6rem;
}

#creators .todoConteudo .texto.textoPoliticas p,
#creators .todoConteudo .texto.textoPoliticas p:last-of-type {
  max-width: 100%;
  font-size: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  color: #686868;
}

#creators .todoConteudo .texto.textoPoliticas h4 {
  color: #161616;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7.6rem;
}

#creators.TodoPoliticas {
  margin-top: 20rem;
}

@media (max-width: 1700px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1380px) {
  header {
    width: calc(100% - 1.6rem);
  }
  #creators .container {
    width: calc(100% - 1.6rem);
  }

  footer .container {
    width: calc(100% - 1.6rem);
    margin: 0 auto;
  }
}
@media (max-width: 1580px) {
  #secaoProdutos .imagemPequena.dois {
    top: 14.7rem;
    left: 25.7rem;
  }

  #secaoProdutos .imagemPequena.cinco {
    right: 6.1rem;
    bottom: 16.1rem;
  }

  #secaoProdutos .imagemGrande.dois {
    bottom: 17.7rem;
    left: 35rem;
  }

  #secaoProdutos .imagemGrande {
    width: 33.4rem;
    height: 42.4rem;
  }

  #secaoProdutos .imagemGrande.um {
    right: 35.2rem;
    top: 22.3rem;
  }

  #secaoProdutos .imagemPequena.quatro {
    right: 78rem;
    top: 20.9rem;
  }
}
@media (max-width: 1366px) {
  #secaoProdutos .imagemPequena.dois {
    top: 14.7rem;
    left: 4.7rem;
  }
}
@media (max-width: 1300px) {
  #creators .todoConteudo .conteudo .imagem.um {
    width: 264px;
    height: 264px;
  }
  #creators .todoConteudo .conteudo .imagem.dois {
    width: 154px;
    height: 154px;
    top: 100px;
    right: 90px;
  }
  #creators .todoConteudo .conteudo .imagem.tres {
    width: 154px;
    height: 154px;
    top: 262px;
  }
}

@media (max-width: 1180px) {
  #secaoProdutos .imagemPequena {
    width: 150px;
    height: 150px;
  }

  #secaoProdutos .imagemGrande {
    width: 250px;
    height: 42.4rem;
  }
  #secaoProdutos .imagemGrande.um {
    right: 26.2rem;
    top: 22.3rem;
  }

  #secaoProdutos .imagemGrande.dois {
    bottom: 17.7rem;
    left: 26rem;
  }
  .returnForm {
    position: relative;
    top: 0;

    margin-bottom: 16px;
  }

  footer {
    width: calc(100% - 0.8rem);
  }

  .todoConteudo.video02 .conteudo {
    order: 2;
    margin-bottom: 0;
  }
  .pl {
    max-width: 298px;
    margin: 0 auto;
  }
  .todoPopUp {
    width: calc(100% - 16px);
    flex-wrap: wrap;
    padding: 48px 16px;
    overflow-y: scroll;
    justify-content: center;
    overflow-x: hidden;
    height: 100%;
    margin-top: 8px;
    padding-top: 35px;
  }
  .options {
    top: 66px;
  }
  .popUp .todoPopUp h2 {
    text-align: left;
  }
  .popUp .texto {
    width: 100%;
    margin-right: 0;
    max-width: 424px;
  }
  form {
    max-width: 424px;
    margin: 0 auto;
  }

  .popUp .formulario {
    width: 100%;
    padding-top: 3.8rem;
    max-width: 100%;
  }
  #ugc .todoConteudo.video01 {
    justify-content: center;
    width: 100%;
  }
  #ugc .todoConteudo.video01 .texto {
    width: 53.6rem;
    margin-right: 0;
  }
  #ugc .container {
    max-width: calc(100% - 1.6rem);
    margin-left: auto;
    margin-right: auto;
  }
  #secaoProdutos {
    overflow: hidden;
  }
  #bloomer .todoConteudo .texto:nth-of-type(2) {
    padding-left: 16px;
    padding-right: 16px;
  }

  #marcas .todoConteudo .texto:nth-of-type(2) {
    padding-left: 16px;
    padding-right: 16px;
  }
  #secaoProdutos .texto p {
    max-width: 396px;
  }

  #creators .todoConteudo .texto p {
    max-width: 396px;
  }
  .todoConteudo {
    flex-wrap: wrap;
  }
  .todoConteudo .texto {
    width: 100%;
    max-width: 100% !important;
    padding: 0 16px;
  }
  .todoConteudo .texto h1 {
    margin-bottom: 24px;
  }
  h1,
  h2 {
    font-size: 40px;
    line-height: 56px;
    text-align: left;
  }

  p {
    font-size: 20px;

    line-height: 28px;
  }

  #creators .todoConteudo .texto p {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #creators {
    margin-top: 256px;
  }

  #creators .todoConteudo .texto .vantagens {
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn {
    display: flex;
    justify-content: center;
  }
  #creators .todoConteudo .texto p:last-of-type {
    display: none;
  }
  #creators .todoConteudo .texto .vantagens .item p {
    display: block;
    margin-bottom: 16px;
  }
  #creators .todoConteudo .texto .vantagens {
    margin-bottom: 48px;
  }
  #creators .todoConteudo .texto .vantagens .item svg {
    margin-bottom: 16px;
  }

  #creators .todoConteudo .conteudo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #creators .todoConteudo .conteudo .imagem.um {
    right: 0;
    top: 48px;
  }
  #creators .todoConteudo .conteudo .imagem.dois {
    right: 0%;
    top: 70px;
  }

  #creators .todoConteudo .conteudo .imagem.tres {
    right: 18%;
    top: 231px;
  }
  .todoImagens {
    width: 400px;
    position: relative;
    margin: 0 auto;
  }

  #creators .todoConteudo .conteudo .imagem .credito {
    right: 8px;
    top: 8px;
  }
  .todoConteudo.video02 {
    margin-top: 96px;
  }
  .video .plyr {
    width: 100%;
    max-width: 380px;
    height: 645px;
  }
  #ugc p {
    max-width: 380px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .video .creditos {
    left: 24px;
    bottom: -16px;
  }

  #ugc .conteudo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .todoConteudo.video02 .video .creditos {
    left: 24px;
  }

  .todoConteudo.video02 p {
    text-align: center;
  }
  #ugc .todoConteudo.video02 p {
    max-width: 380px;
  }
  .todoConteudo.video02 h2 {
    height: 76px;
    margin: 40px 0;
  }
  .todoConteudo.video02 h2 {
    height: 56px;
    margin: 40px 0;
  }

  #ugc {
    background: #bddff0;
    padding-top: 80px;
    padding-bottom: 188px;
    margin-top: 169px;
  }
  .sectionPadrao {
    width: calc(100% - 16px);
  }

  .todoConteudo.video02 {
    width: 100%;
  }

  #bloomer .todoConteudo .texto h2 {
    max-width: 649px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
  }

  #marcas .todoConteudo .texto h2 {
    max-width: 649px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
  }

  #bloomer strong {
    font-weight: 700;
  }
  #bloomer .btn {
    margin-bottom: 96px;
  }
  #bloomer {
    padding: 124px 0;
  }

  #marcas strong {
    font-weight: 700;
  }
  #marcas .btn {
    margin-bottom: 96px;
  }
  #marcas {
    padding: 124px 0;
  }
}
.redes-sociais {
  display: flex;
}
@media (max-width: 1024px) {
  #secaoProdutos .imagemPequena.quatro {
    right: 61rem;
    top: 2.9rem;
  }
  #secaoProdutos .imagemGrande.dois {
    bottom: 25.7rem;
    left: 26rem;
  }
  #secaoProdutos .imagemPequena.tres {
    left: 57.8rem;
    bottom: 9.5rem;
  }

  #secaoProdutos .imagemGrande {
    width: 174px;
    height: 174px;
  }
}

@media (max-width: 968px) {
  #secaoProdutos .imagemPequena {
    width: 102px !important;
    height: 102px !important;
    border-radius: 8px;
  }

  #secaoProdutos .imagemGrande {
    border-radius: 8px;
  }

  .credito {
    right: 6px;
    top: 4px;
  }

  #secaoProdutos .imagemGrande.dois {
    bottom: inherit;
    left: 26rem;
    top: 170px;
    left: 50%;
    margin-left: -80px;
  }
  #secaoProdutos .imagemPequena.um {
    left: 50%;
    top: 170px;
    margin-left: -190px;
  }
  #secaoProdutos .imagemPequena.dois {
    top: 60px;
    left: 50%;
    margin-left: -80px;
  }
  #secaoProdutos .imagemGrande.um {
    right: 50%;
    top: inherit;
    bottom: 133px;
    margin-right: -31px;
  }

  #secaoProdutos .imagemPequena.seis {
    left: 50%;
    top: inherit;
    bottom: 78px;
    margin-left: 41px;
  }
  #secaoProdutos .imagemPequena.tres {
    left: 50%;
    bottom: inherit;
    top: 162px;
    margin-left: 102px;
  }
  #secaoProdutos .imagemPequena.quatro {
    left: 50%;
    top: 270px;
    margin-left: 102px;
  }
  #secaoProdutos .imagemPequena.cinco {
    right: 6.1rem;
    bottom: 16.1rem;
    left: 50%;
    top: inherit;
    bottom: 212px;
    margin-left: 41px;
  }
}
@media (max-width: 768px) {
  #secaoProdutos .texto h2 {
    padding: 0 16px;
    padding-top: 75px;
  }

  #secaoProdutos .texto p {
    padding: 0 16px;
  }
  header .menu nav ul li:nth-of-type(1) {
    display: none;
  }

  header .menu nav ul li:nth-of-type(2) {
    display: none;
  }

  .menu .logo svg {
    width: 153px;
  }

  .menu nav ul li .btn a {
    width: 148px;
  }

  footer {
    height: 586px;
    padding: 48px 0;
  }

  footer .menu nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .menu nav ul li {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-top: 48px;
  }

  footer .logo {
    width: 100%;
    text-align: center;
  }
  footer .menu nav ul li:nth-of-type(2) {
    margin-right: 0px;
  }

  footer .menu nav ul .redes-sociais li {
    margin-right: 48px;
  }
  footer .menu nav ul .redes-sociais li:last-child {
    margin-right: 0;
  }

  footer .copy {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .copy p {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .separador {
    margin-top: 48px;
  }

  footer .copy a {
    text-align: center;
    margin-right: 32px;
  }
}

@media (max-width: 428px) {
  #secaoProdutos .imagemGrande.um {
    right: 50%;
    top: inherit;
    bottom: 118px;
    margin-right: -31px;
  }
  #secaoProdutos .imagemPequena.cinco {
    bottom: 193px;
    margin-left: 41px;
  }
  #secaoProdutos {
    padding-bottom: 50px;
  }
  /* .imagemGrande.um {

         bottom: 222px;

       }
       .imagemPequena.tres {

        top: 128px;

      }
       .imagemPequena.seis {

        bottom: 110px;

      }
      .imagemPequena.dois {
        top: 105px;

      }
      .imagemGrande.dois {
        top: 136px;
      }
      .imagemPequena.dois {
        top: 58px;
      }

      .imagemPequena.um {
        top: 136px;
      }
      .imagemPequena.quatro {

        top: 258px;

      } */
}

@media (max-width: 424px) {
  #ugc .todoConteudo.video01 .conteudo {
    width: calc(100% - 1.6rem);
  }
}
@media (max-width: 410px) {
  #ugc .todoConteudo.video01 .conteudo {
    width: 42.4rem;
  }
  footer .copy a {
    font-size: 16px;
    margin-right: 12px;
  }
}

.g-recaptcha {
  margin-bottom: 24px;
}

/*Novo estilos forms */
.formulario .etapa {
  display: none;
}

.formulario .etapa.etapaAtiva {
  display: block;
}

.frmCompletoMaior .grupoInput label {
  position: relative;
  left: 0;
  top: 0px;
  margin-bottom: 8px;
  margin-top: 0px;
  display: block;
}

.formulario .fakeOptions {
  display: none;
}

.formulario .SelectAtivo .fakeOptions {
  display: block;
  position: absolute;
  background: #ffffff;
  top: 100%;
  z-index: 99;
  width: 100%;
  padding: 12px;
  height: 170px;
  overflow: auto;
  box-shadow: 14px 3px 24px 4px #dfdfdf;
  border-radius: 9px;
  margin-top: 6px;
  border: 1px solid #d8d8d8;
}

.formulario .SelectAtivo .fakeOptions .itemOption {
  cursor: pointer;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  padding: 0.8rem;
}

.formulario .SelectAtivo .fakeOptions .itemOption:hover {
  background: #161616;
  color: #ffffff;
}

.formulario .itemOption[data-val="outro"]:hover {
  background: inherit !important;
  color: inherit !important;
}

.formulario .itemOption[data-val="outro"] {
  display: flex;
  align-items: center;
}

.formulario .itemOption[data-val="outro"] input {
  margin-left: 16px;
}

input.oculto,
svg.oculto,
.formulario.oculto {
  display: none !important;
}

input.inputExtra {
  padding-right: 36px;
}

.itemOption svg {
  position: absolute;
  width: 24px;
  right: 36px;
}

.popUp .todoPopUp .orientacaoEtapa p span {
  display: block;
  margin-top: 12px;
}

.frmOptionsAbertos #txtConteudo {
  display: none;
}

.frmOptionsAbertos .options {
  display: flex !important;
  flex-wrap: wrap;
  position: static;
  border: none;
  box-shadow: none;
  margin-top: 8px;
}
.frmOptionsAbertos .options .itemOption {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.frmOptionsAbertos .options .itemOption span {
  max-width: calc(100% - 38px);
  display: block;
  line-height: 2rem;
}

.frmOptionsAbertos .options .itemOption input[type="text"] {
  flex-basis: 100%;
  margin-left: 0px;
  margin-top: 16px;
  display: none;
}

.frmOptionsAbertos .options .itemOption:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 1px solid #686868;
  box-shadow: 1px 1px 0px 0px rgba(74, 74, 74, 0.24);
}

.frmOptionsAbertos .options .itemCheckFakeAtivo:before {
  background-color: #161616;
  background-image: url("../images/check-icon.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}

#inputAuxOutro_txtConteudo.campoExtraAtivo {
  display: block;
}

.fakeSubmitFile {
  display: flex;
  flex-wrap: wrap;
}
.fakeSubmitFile > * {
  flex-basis: 100%;
}

.fakeSubmitFile {
  border: 1px solid #686868;
  box-shadow: 1px 1px 0px 0px rgba(74, 74, 74, 0.24);
  border-radius: 16px;
  padding: 1.6rem 1.6rem;
}

.fakeSelect {
  position: relative;
}
.fakeSelect:after {
  content: "↓";
  position: absolute;
  right: 24px;
  top: 58px;
  font-size: 23px;
  transform-origin: center;
  transition: transform ease 200ms 100ms;
}

.fakeSelect.SelectAtivo:after {
  transform: rotate(180deg);
}

.fakeSubmitFile .btnfake {
  border-radius: 1.6rem;
  background: #161616;
  color: #ffffff;
  height: 4rem;
  line-height: 4rem;
  max-width: 24rem;
  cursor: pointer;
  display: block;
  text-align: center;
}
.fakeSubmitFile input {
  display: none;
}

.fakeSubmitFile .fileName {
  margin-top: 0.8rem;
}

.g-recaptcha.oculto {
  display: none !important;
}

/* página lp marcas */

.page-marcas body {
  background: #fff;
}
.page-marcas .container {
  width: 132rem;
  margin: 0 auto;
}

.page-marcas .imagens-esquerda {
  display: flex;
  flex-wrap: wrap;
  width: 53.4rem;
  justify-content: center;
  height: 71rem;
  position: relative;
}

.page-marcas #banner-lp {
  margin-top: 22rem;
  height: 71rem;
}

.page-marcas #banner-lp .container {
  width: calc(100% - 15rem);
  margin: 0 auto;
  display: flex;
}

.page-marcas #banner-lp .imagens-esquerda .img1 {
  position: absolute;
  left: 0;
  top: 2rem;
}

.page-marcas #banner-lp .imagens-esquerda .img2 {
  position: absolute;
  right: 0;
  top: 0;
}

.page-marcas #banner-lp .imagens-esquerda .img3 {
  position: absolute;
  right: 2.7rem;
  bottom: 0;
}

.imagens-direita {
  display: flex;
  flex-wrap: wrap;
  width: 53.4rem;
  position: relative;
  justify-content: center;
  height: 71rem;
}

.page-marcas #banner-lp .texto {
  width: 64.6rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 5rem;
}

.page-marcas #banner-lp .texto h2 {
  color: #161616;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px; /* 126.667% */
}
.page-marcas #banner-lp .btn.btnLista {
  margin: 0 auto;
}

.page-marcas #banner-lp .imagens-direita .img1 {
  margin-top: 2rem;
  position: absolute;
  left: 0;
}
.page-marcas #banner-lp .imagens-direita .img2 {
  position: absolute;
  top: 16.8rem;
  right: 0;
}

.page-marcas #banner-lp .imagens-direita .img3 {
  position: absolute;
  bottom: 1.5rem;
}

@media (max-width: 1400px) {
  .page-marcas #banner-lp .container {
    width: 100%;
    margin: 0 auto;
  }
  .page-marcas #banner-lp .imagens-direita .img1 img {
    max-width: 24.3rem;
  }
  .page-marcas #banner-lp .imagens-esquerda .img2 img {
    max-width: 24.3rem;
  }

  .page-marcas #banner-lp .imagens-esquerda .img3 img {
    max-width: 38rem;
  }
  .page-marcas .imagens-esquerda {
    width: 48rem;
  }
  .page-marcas .imagens-direita {
    width: 48rem;
  }
}
@media (max-width: 1320px) {
  .page-marcas .container {
    width: calc(100% - 1.6rem);
    margin: 0 auto;
    display: flex;
  }
}

@media (max-width: 1180px) {
  .page-marcas .imagens-esquerda {
    display: none;
  }
  .page-marcas .container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .page-marcas #banner-lp {
    margin-top: 22rem;
    height: auto;
  }
  .page-marcas .imagens-direita {
    width: 100%;
    max-width: 42.8rem;
    height: 40rem;
    margin-bottom: 6.4rem;
    margin: 0 auto;
  }
  .page-marcas #banner-lp .imagens-direita .img1 img {
    max-width: 33.4rem;
  }
  .page-marcas #banner-lp .imagens-direita .img3 {
    position: absolute;
    top: 5.7rem;
    right: 0;
  }
  .page-marcas #banner-lp .imagens-direita .img3 img {
    max-width: 19.4rem;
  }
  .page-marcas #banner-lp .imagens-direita .img2 img {
    max-width: 19.4rem;
  }
  .page-marcas #banner-lp .imagens-direita .img2 {
    position: absolute;
    top: 17.4rem;
    right: 4rem;
  }
  .page-marcas #banner-lp .texto {
    width: 100%;
    max-width: 39.6rem;
    margin: 0 auto;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .page-marcas #banner-lp .texto h2 {
    color: #161616;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem; /* 120% */
  }
}

.page-marcas #logos-clientes p {
  color: #686868;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem; /* 150% */
  margin-bottom: 2.4rem;
}
.page-marcas #logos-clientes {
  margin-bottom: 6.4rem;
}
.page-marcas #logos-clientes .container {
  width: 125.3rem;
}

.page-marcas #processo-ugc {
  background: var(--Off-White, #faf8f0);
  padding: 19.4rem 0;
}
.page-marcas .section-images-textos .texto {
  width: 53.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-marcas .bulltes .item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.page-marcas .bulltes .item p {
  max-width: 48.8rem;
}
.page-marcas .bulltes {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-marcas .bulltes svg {
  width: 3.2rem;
  height: 3.2rem;
}

.page-marcas .section-images-textos .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-marcas .section-images-textos .midia {
  width: 46.6rem;
  height: 51.4rem;
  position: relative;
}

.page-marcas .section-images-textos .midia .img01 {
  position: absolute;
  top: 7.5rem;
  left: 0;
  z-index: 2;
}
.page-marcas .section-images-textos .midia .img02 {
  position: absolute;
  left: 8.7rem;
  bottom: 2rem;
  z-index: 3;
}
.page-marcas .section-images-textos .midia .img03 {
  position: absolute;
  right: 0;
  z-index: 1;
}
.page-marcas .section-images-textos .midia .img03 img {
  max-width: 35.7rem;
}

.page-marcas .section-images-textos .midia .img02 img {
  max-width: 15.9rem;
}

.page-marcas .section-images-textos .midia .img01 img {
  max-width: 20.7rem;
}

.page-marcas #como-funciona {
  background: var(--Lils, #c4b4db);
  padding: 14.4rem 0;
}

.page-marcas #como-funciona .cards {
  display: grid;
  grid-template-columns: repeat(3, 42.4rem); /* sempre 3 cards fixos */
  gap: 20px;
}

.page-marcas #como-funciona .card {
  border-radius: 24px;
  background: #faf8f0;
  padding: 3.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.page-marcas #como-funciona .card h3 {
  color: #686868;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem; /* 133.333% */
}

.page-marcas #como-funciona .card h2 {
  color: var(--Preto, #161616);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem;
  margin: 2.4rem 0;
  text-align: left;
}

.page-marcas #como-funciona .card ul {
  color: var(--Preto, #161616);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
  list-style: disc;
  list-style-position: inside;
  margin-top: 2.4rem;
}

.page-marcas #como-funciona .card p {
  color: var(--Preto, #161616);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2rem;
}
.page-marcas #como-funciona h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.page-marcas #como-funciona .card svg {
  margin-top: 3.2rem;
}
.page-marcas #como-funciona .card svg,
.page-marcas #como-funciona .card h2,
.page-marcas #como-funciona .card p,
.page-marcas #como-funciona .card ul {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.page-marcas #como-funciona .card ul li {
  padding-left: 1.6rem;
}
.page-marcas #como-funciona .btn {
  margin: 0 auto;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.page-marcas #ganhos-marca {
  padding: 22.3rem 0;
  background: var(--Rosa, #ff8caf);
}
.page-marcas .sectionPadrao {
  margin-top: 4.8rem;
}

.page-marcas #ganhos-marca .midia .img03 {
  position: absolute;
  left: 4.5rem;
  z-index: 1;
}

.page-marcas #ganhos-marca .midia .img01 img {
  max-width: 23.7rem;
}
.page-marcas #ganhos-marca .midia .img01 {
  position: absolute;
  bottom: -2.6rem;
  right: -4rem;
  z-index: 2;
  left: inherit;
  top: inherit;
}

.page-marcas #ganhos-marca .midia .img02 {
  position: absolute;
  right: 0;
  bottom: 18rem;
  z-index: 3;
  left: inherit;
}
.page-marcas #ganhos-marca .midia .img04 {
  z-index: 4;
  position: absolute;
  top: 1rem;
}
.page-marcas #ganhos-marca .midia .img04 img {
  max-width: 23rem;
}

.page-marcas #bora-alavancar {
  padding: 12.8rem 0;
  padding-bottom: 34rem;
  position: relative;
}

.page-marcas #bora-alavancar {
  background: var(--Azul-Beb, #bddff0);
}
.page-marcas #bora-alavancar .container {
  display: flex;
  align-items: center;
  justify-items: space-between;
}
.page-marcas #bora-alavancar .texto {
  width: 87.2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-marcas #bora-alavancar .img-footer {
  height: 24.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-marcas #bora-alavancar .btn {
  text-align: right;
  display: flex;
  margin-left: auto;
  justify-content: end;
}
.page-marcas #bora-alavancar {
  margin-top: 4.8rem;
}

@media (max-width: 1180px) {
  .page-marcas #logos-clientes .container {
    width: 100%;
  }
  .page-marcas #processo-ugc {
    background: var(--Off-White, #faf8f0);
    padding: 9.6rem 0;
  }

  .page-marcas .section-images-textos .texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .page-marcas #como-funciona .cards {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 2.4rem;
  }
  .page-marcas #como-funciona {
    background: var(--Lils, #c4b4db);
    padding: 10rem 0;
  }
  .page-marcas #ganhos-marca {
    padding: 9.6rem 0;
    background: var(--Rosa, #ff8caf);
  }
  .page-marcas .section-images-textos .container {
    gap: 4rem;
  }
  .page-marcas .section-images-textos .midia {
    order: 2;
  }
  .page-marcas .section-images-textos .texto {
    order: 1;
  }
  .page-marcas #bora-alavancar .texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .page-marcas #bora-alavancar .btn {
    text-align: right;
    display: flex;
    margin-left: auto;
    justify-content: end;
    margin-right: auto;
    margin-top: 4rem;
  }
  .page-marcas #bora-alavancar p {
    text-align: center;
  }
  html.page-marcas {
    font-size: 62.5%;
  }
  .page-marcas .section-images-textos .container {
    padding: 0 1.6rem;
    box-sizing: border-box;
  }

  .page-marcas .section-images-textos .midia .img03 img {
    max-width: 33rem;
  }
  .page-marcas .section-images-textos .midia .img03 {
    right: 0.8rem;
  }
  .page-marcas .section-images-textos .midia .img01 img {
    max-width: 21.7rem;
  }
  .page-marcas .section-images-textos .midia .img01 {
    position: absolute;
    top: 7.5rem;
    left: 0.8rem;
    z-index: 2;
  }
  .page-marcas .section-images-textos .midia .img02 {
    left: 6.7rem;
    bottom: 0rem;
  }
  .page-marcas #ganhos-marca .midia .img04 {
    z-index: 4;
    position: absolute;
    top: 1rem;
    display: none;
  }
  .page-marcas #ganhos-marca .midia .img03 {
    left: inherit;
  }
  .page-marcas #ganhos-marca .midia .img01 {
    bottom: inherit;
    right: inherit;
    position: absolute;
    top: 7.5rem;
    left: 0.8rem;
    z-index: 2;
  }
  .page-marcas #ganhos-marca .midia .img02 {
    right: inherit;
    position: absolute;
    left: 6.7rem;
    bottom: 0rem;
    z-index: 3;
  }
  .page-marcas footer .menu nav ul li:nth-of-type(3) {
    margin-right: 0 !important;
  }
}

/*Novo Footer*/

footer .linhaCopy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 4.8rem;
}

footer .copy p.copy2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #a6a6a6;
}

.footerPt2 a {
  text-align: right;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #686868;
  text-decoration: none;
}

.footerPt2 nav {
  margin-bottom: 2.4rem;
}

.footerPt2 > div a {
  text-align: right;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #a6a6a6;
  text-decoration: none;
}

.contentDesk {
  display: block;
}

.contentMobile {
  display: none;
}
@media (max-width: 768px) {
  footer .linhaCopy {
    flex-direction: column;
  }
  .contentDesk {
    display: none;
  }

  .page-marcas footer {
    height: auto;
  }

  .contentMobile {
    text-align: right;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: #a6a6a6;
    text-decoration: none;
    margin-bottom: 1.6rem;
  }
  .footerPt2 a {
    text-align: center;
  }
  .footerPt2 > div a {
    text-align: center;
  }
}

/*New Blog Style Leandro */
#postsPages {
  min-height: 100vh;
  margin-top: 20.4rem;
}

.iconHambuger {
  display: none;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .iconHambuger {
    display: block;
  }
  #mainMenu {
    display: none;
  }
  header .menu nav ul li:nth-of-type(1) {
    display: block;
  }
  header .menu nav ul li:nth-of-type(2) {
    display: block;
  }
}

.conntainer-blog-site {
  max-width: 136.8rem;
  width: calc(100% - 1.6rem);
  margin-left: auto;
  margin-right: auto;
}

.featured-post {
  width: 100%;
}
.featured-carousel article {
  aspect-ratio: 16/9;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.featured-carousel article > .flex-inside {
  width: 100%;
  height: 100%;
}

.featured-carousel article > .flex-inside > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.featured-carousel article > .flex-inside > div {
  text-decoration: none;
}

.featured-carousel article > .flex-inside > div div.featured-content {
  max-width: 63.1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 48px 0 rgba(119, 119, 119, 0.24);
  height: auto;
  display: block;
  flex-shrink: 1;
  padding: 4.8rem;
  box-sizing: border-box;
}

.featured-carousel article > .flex-inside > div a {
  text-decoration: none;
}

.featured-carousel {
  width: 100%;
  position: relative;
  overflow: visible;
}

.featured-carousel .spacer {
  flex-grow: 1;
}

.featured-article {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.6rem 4.8rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0px 4px 48px 0px rgba(119, 119, 119, 0.24);
  min-height: 50rem;
}

.featured-image {
  flex: 0 0 40%;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.24);
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-content h1 {
  margin-bottom: 1.6rem;
  font-size: 4.8rem;
  line-height: 5.6rem;
}

.featured-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.category-tag {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  background: transparent;
  color: var(--primary-color);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
  text-decoration: none;
}

.category-tag:hover {
  background: var(--primary-color);
  color: #fff;
}

.featured-meta {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  color: #686868;
}

.featured-excerpt {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #686868;
}

.btn-read-more {
  width: fit-content;
  padding: 1.2rem 3.2rem;
  background: #161616;
  color: #fff;
  text-decoration: none;
  border-radius: 1.6rem;
  font-weight: 600;
  font-size: 1.8rem;
  transition: background 0.3s ease;
}

.btn-read-more:hover {
  background: #686868;
}

.featured-image-mob {
  display: none;
}

.featured-content .date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--body-color);
}

#mainMenu ul li {
  text-transform: uppercase;
}

#mainMenu ul li .btn {
  text-transform: initial;
}

/* Slick Carousel Customization */
.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(22, 22, 22, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(22, 22, 22, 1);
}

.slick-next svg {
  width: 3.2rem;
  height: 3.2rem;
}

.featured-post .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  z-index: 11;
}

.featured-post .slick-dots li {
  width: 4.8rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.4rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slick-dots li.slick-active {
  background: #fff;
}

.featured-post .slick-dots button {
  display: none;
}

.featured-post button.slick-next {
  right: 2.4rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.4rem;
  background: #fff;
}

.featured-post button.slick-next::before {
  font-size: 5.4rem;
  border-radius: 2.4rem;
  display: none;
}

@media (max-width: 1180px) {
  .featured-content h1 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .featured-article {
    flex-direction: column;
    gap: 2.4rem;
    min-height: auto;
    padding: 3.2rem;
  }
  .featured-carousel article {
    aspect-ratio: auto;
  }
  .featured-image {
    flex: 0 0 100%;
    max-height: 40rem;
  }

  .featured-content h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .featured-excerpt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 768px) {
  .featured-carousel article > .flex-inside > div div.featured-content {
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 1px 0 rgba(119, 119, 119, 0.24);
  }
  .featured-article {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .featured-post .slick-dots {
    bottom: 6rem;
  }

  .featured-image-mob {
    display: block !important;
    aspect-ratio: 1;
    border-radius: 2.4rem;
    position: relative;
    top: -3.2rem;
    z-index: -1;
  }
  .featured-image-mob img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 2.4rem;
  }

  .featured-post button.slick-next {
    display: none !important;
  }

  .featured-article .spacer {
    display: none !important;
  }

  .featured-article {
    padding: 2.4rem;
    gap: 1.6rem;
  }

  .featured-image {
    max-height: 30rem;
  }

  .featured-content h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .featured-meta {
    font-size: 1.4rem;
    gap: 1.6rem;
  }

  .featured-excerpt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2.4rem;
  }

  .slick-prev,
  .slick-next {
    width: 4rem;
    height: 4rem;
  }

  .slick-prev::before,
  .slick-next::before {
    font-size: 1.8rem;
  }

  .slick-dots {
    bottom: -3.2rem;
  }

  .slick-dots li {
    width: 1rem;
    height: 1rem;
  }
}

/*menu Fixo mobile */
#mainMenu.openMenu {
  display: fixed;
}

/*Nova secção homne */
.recent-posts {
  margin-top: 6.4rem;
}
.recent-posts h2 {
  margin-bottom: 4rem;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem 2.4rem;
}

.posts-grid article .post-image {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 1.6rem;
}

.posts-grid article .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

.posts-grid a {
  text-decoration: none;
  color: inherit;
}

.posts-grid .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}

.posts-grid h3 {
  margin-bottom: 1.6rem;
  color: var(--primary-color);
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 600;
}

.posts-grid p.post-excerpt {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--body-color);
}

.posts-grid .date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--body-color);
}

@media (max-width: 1080px) {
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.extraMenuMob {
  display: none;
}

@media (max-width: 768px) {
  .extraMenuMob {
    display: block;
  }
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-grid h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  footer .menu nav ul li:nth-of-type(3) {
    margin-right: 0;
  }
}

.banner-cta {
  background: var(--yellow-color);
  margin-top: 9.6rem;
  padding: 3.2rem 12rem;
  border-radius: 3.2rem;
}

#postsPages {
}

.banner-cta-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.banner-cta-content > div {
  flex-basis: 50%;
}

.banner-cta-content .rightSide img {
  width: 100%;
}

.banner-cta-content .leftSide p {
  color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-top: 2.4rem;
}

.banner-cta-content .leftSide .btn-cta {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.2rem;
  height: 5.6rem;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.6s ease;
  text-transform: none;
  text-decoration: none;
  border-radius: 1.6rem;
}
.banner-cta-content .leftSide .btn-cta:hover {
  opacity: 0.9;
}

@media (max-width: 1020px) {
  .banner-cta {
    padding: 5.4rem 1.6rem;
  }
  .banner-cta-content > div {
    flex-basis: 100%;
  }
  .banner-cta-content .leftSide,
  .banner-cta-content .rightSide {
    justify-content: center;
    text-align: center;
  }
  .banner-cta-content .leftSide h2 {
    text-align: center;
  }
  .banner-cta-content .leftSide a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
  }
  .banner-cta-content .rightSide img {
    max-width: 80rem;
  }

  footer .menu nav ul li a {
    text-align: center;
  }
}

body.menuAberto {
  overflow: hidden;
  height: 100vh;
}
#mainMenu.openMenu {
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
}

#mainMenu.openMenu .extraMenuMob {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
}

#mainMenu.openMenu .extraMenuMob .closeBtn {
  cursor: pointer;
}

#mainMenu.openMenu ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 4.8rem;
  padding: 1.6rem;
}

#mainMenu.openMenu ul li {
  margin-bottom: 2.4rem;
}

#mainMenu.openMenu ul li .btn a {
  width: 188px;
}

#contedudos-extra {
  background: #faf8f0;
}

#contedudos-extra {
  margin-top: 9.6rem;
  padding-bottom: 14.4rem;

  padding-top: 9.6rem;
}

#contedudos-extra h2 {
  margin-bottom: 4rem;
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.4rem;
}

.view-all a {
  border-radius: 1.6rem;
  display: flex;
  width: 31.2rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  color: var(--primary-color);
  border: 0.2rem solid var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
}

.view-all a:hover {
  background: var(--primary-color);
  color: #fff;
}

/*Internas de conteúdo*/
.single-content header {
  position: relative;
  display: block;
  background: transparent;
  top: 0;
  box-shadow: none;
  width: 100%;
  height: auto;
  max-width: 109.6rem;
  z-index: 0;
  padding: 0;
}
.single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.single-title-section h1 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.single-meta {
  color: var(--body-color);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.single-header {
  width: calc(100% - 1.6rem);
  height: auto;
  max-width: 132.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.8rem;
  margin-bottom: 6.4rem;
  padding: 0;
}
.single-header img {
  width: 100%;
  border-radius: 1.6rem;
}

.single-content-wrapper {
  display: flex;
  gap: 3.2rem;
  max-width: 136.8rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 1.6rem);
}

.single-content {
  flex: 1;
  min-width: 0;
}

.single-body {
  width: 100%;
  height: auto;
}

.single-sidebar {
  width: 32rem;
  flex-shrink: 0;
}

.single-related-posts {
  width: 100%;
  max-width: 136.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.6rem;
  padding: 0 0.8rem;
}

.single-body h2 {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.single-body h3 {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 600;
}

.single-body h4 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
}

.single-body h3 {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 600;
}

.single-body p,
.single-body figcaption {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--secondary-color);
}

.single-body hr {
  border: 0.05rem solid #e0e0e0;
  box-shadow: none;
  outline: none;
  margin-bottom: 3.2rem;
}

.single-body ol,
.single-body ul {
  margin-bottom: 3.2rem;
}

.single-body ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.single-body ul {
  list-style-type: disc;
  list-style-position: inside;
}

.single-body ol li,
.single-body ul li {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--secondary-color);
}

.single-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  overflow: hidden;
}

.single-body table thead {
  background-color: #c4b4db;
  border-bottom: navajowhite;
}

.single-body table thead th {
  padding: 1.6rem;
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.single-body table thead th:last-child {
  border-right: none;
}

.single-body table tbody td {
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--secondary-color);
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.single-body table tbody td:last-child {
  border-right: none;
}

.single-body table tbody tr:last-child td {
  border-bottom: none;
}

.single-body table tbody tr:hover {
  background-color: rgba(196, 180, 219, 0.05);
}
.single-body img {
  width: 100%;
  border-radius: 1.6rem;
}

.single-post .banner-cta {
  background: #c4b4db;
}

.single-post .recent-posts {
  margin-top: 9.6rem;
  margin-bottom: 16rem;
}

/*Table of contents*/
.table-of-contents {
  position: sticky;
  top: 17.4rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  max-height: 68vh;
  overflow-y: auto;
  z-index: 100;
}

.toc-wrapper {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #f0f0f0;
}

.toc-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.6rem;
  margin-top: 0;
}

.toc-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-wrapper li {
  margin-bottom: 1.2rem;
}

.toc-wrapper li:last-child {
  margin-bottom: 0;
}

.toc-wrapper a {
  color: #686868;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  transition: color 0.3s ease;
}

.toc-wrapper a:hover {
  color: var(--primary-color);
}

.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.share-buttons h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

.share-icons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  color: #686868;
  transition: all 0.3s ease;
  text-decoration: none;
}

.share-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: rgba(196, 180, 219, 0.1);
}

.share-btn svg {
  width: 2.4rem;
  height: 2.4rem;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .single-content-wrapper {
    flex-direction: column;
    gap: 2.4rem;
  }

  .single-sidebar {
    width: 100%;
  }

  .table-of-contents {
    position: static;
    top: auto;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .single-content-wrapper {
    width: calc(100% - 1.6rem);
  }

  .single-sidebar {
    width: 100%;
  }

  .table-of-contents {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .share-btn {
    width: 4rem;
    height: 4rem;
  }

  .share-btn svg {
    width: 2rem;
    height: 2rem;
  }

  .single-related-posts {
    margin-top: 4.8rem;
    padding: 0 0.8rem;
  }
}

/* Pagination Styling */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.4rem;
  gap: 0.8rem;
  flex-wrap: nowrap;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  height: 4.4rem;
  padding: 0 1.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  color: #686868;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: rgba(196, 180, 219, 0.1);
}

.pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pagination .page-numbers.current:hover {
  background: var(--primary-color);
  color: #fff;
}

/*Single */
#contedudos-extra-interna {
  padding-bottom: 14.4rem;
}
#contedudos-extra-interna h2 {
  margin-bottom: 3.6rem;
}


/**CORREÇOES ESTILOS */

#postsPages .single-body a {
	color: #000000;
	transition: color ease-in-out 200ms 300ms
}
#postsPages .single-body a:hover{
	color: #c4b4db
}








