*:focus {
  outline: none;
}
:root {
  --green: #C9FF86;
  --gray: #9A9E89;
  --offwhite: #F0EED4;
  --creme: #F9FFDE;
  --altura: calc(100dvh - 70px);
}
@font-face {
  font-family: 'Nikkei Light';
  src:
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Light.woff') format('woff'),
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Nikkei Regular';
  src:
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Regular.woff') format('woff'),
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nikkei Bold';
  src:
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Semibold.woff') format('woff'),
  url('/wp-content/themes/recybacks/fonts/PPNikkeiMaru-Semibold.woff2') format('woff2');
}
.page {
  margin: 0px;
}
body {
  font-family: 'Nikkei Regular';
  overflow-x: hidden!important;
  color: black;
  background-color: var(--offwhite);
}
a, a:active, a:visited, a:hover {
  text-decoration: none;
  color: black;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header a, header a:active, header a:visited, header a:hover {
  color: var(--green);
  margin-left: 32px;
  transition: ease 0.3s;
  font-size: 30px;
}
header a:hover {
  transform: translateY(-2px);
  text-decoration: underline;
  color: var(--green);
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}
.menu.pointer ul, .menu.pointer li {
  display: block;
}
.menu a {
  font-size: 30px;
}


img.nav-logo {
  width: 200px;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
svg.burger {
  display: none;
}
header div.bg-owhite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.5s ease-out;
  transform: translateY(-100%);
}
.navbar {
  position: fixed;
  z-index: 999;
  height: 80px;
}
.navbar img {
  width: 200px;
}
.navbar a {
  color: var(--green)
}
header a, .navbar a {
  margin-left: 16px;
}
.menu.pointer {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  padding: 2rem 1.5rem;
  z-index: 99999;
  background-color: var(--offwhite);
  border-bottom: 2pt solid black;
  transform: translateY(-100%);
  transition: transform ease 0.5s;
}
.menu.pointer a {
  transition: transform ease 0.5s;
}
.menu.pointer a:hover {
  transform: translateY(-2px);
  text-decoration: underline;
}
.linha {
  width: 64px;
  height: 4px;
  background-color: black;
  margin-top: 20px;
}
.bb4 {
  border-bottom: 4pt solid black;
}
.bg-green  { background-color: var(--green); }
.bg-gray   { background-color: var(--gray); }
.bg-owhite { background-color: var(--offwhite); }
.bg-creme  { background-color: var(--creme); }
.green     { color: var(--green); }
.white     { color: var(--offwhite); }
.gray      { color: var(--gray); }
.b--green  { border-color: var(--green)!important; }


.container-rc {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
.ph5 { padding-left: 5rem;padding-right: 5rem; }
.pv5 { padding-top: 5rem;padding-bottom: 5rem; }
.pa5 { padding:5rem; }
.pt5 { padding-top: 5rem; }
.pb5 { padding-bottom: 5rem; }

h1, h1 p { font-size: 200px; margin: 0px; line-height: 0.9; }
h2, h2 p { font-size:  96px; margin: 0px; line-height: 1; }
h3, h3 p { font-size:  42px; margin: 0px; line-height: 1; }
h4, h4 p { font-size:  36px; margin: 0px; line-height: 1; }
h5, h5 p { font-size:  28px; margin: 0px; line-height: 1.2; }
p        { font-size:  20px; }
small, small p {font-size: 12px; line-height: 1; margin:0px}

.none {
  display: none;
}

.a-ratiov {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.a-ratioh {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.big-number { font-family: 'Nikkei Bold'; }

h5.bullet::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: black;
  margin-right: 10px;
}

.highlight, .why h4 em, .highlight p {
  font-style: normal;
  display: inline;
  background-image: linear-gradient(to top, var(--green) 50%, transparent 50%);
}
.w-fit {
  width: fit-content!important;
}
.button {
  background-color: var(--green);
  border: 2pt solid black;
  border-radius: 100px;
  padding: 10px 26px;
  transition: background 0.5s ease;
  cursor: pointer;
}
.button h5 {
  padding-top: 0px;
  line-height: 1;
}
.button:hover {
  background: black;
  color: var(--green);
  cursor: pointer;
}
.bg-button {
  background-color: #000;
  transition: background 0.5s ease;
  border: 2px solid black;
}
.bg-button h5 {
  color: var(--green);
}
.bg-button:hover {
  background-color: var(--creme);
}
.bg-button:hover h5 {
  color: var(--gray);
}
.wt-button {
  background-color: var(--creme);
  border-radius: 100px;
  padding: 10px 26px;
  transition: background 0.5s ease;
  cursor: pointer;
  border: 2pt solid var(--creme);
}
.wt-button h5 {
  color: var(--gray);
}
.wt-button:hover {
  background-color: black;
}
.wt-button:hover h5 {
  color: var(--green);
}


section {
  width: 100%;
  min-height: var(--altura);
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
section.hero {
  height: 100dvh;
}
.selo {
  width: 200px;
  bottom: 40px;
  right: 80px;
  transition: transform 0.1s ease-out;
}
.h-100 {
  min-height: var(--altura);
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.why {
  height: var(--altura);
}

#numbers div.w-third {
  top: 0;
  left: 0;
  z-index: 9;
}

#projects {
  width: 100%;
}
#projects div.w-third {
  top: 0;
  left: 0;
  z-index: 9;
}

.slideshow,
.pr-slideshow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: var(--altura);
  padding: 0;
  margin: 0;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
}
.pr-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.pr-slideshow div.w-two-thirds {
  width: 67%;
}


.holder,
.pr-holder {
  position: relative;
  top: 0;
  left: 0;
  height: var(--altura);
  transition: left 1s;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.holder.dragging,
.pr-holder.dragging {
  cursor: grabbing;
  transition: none;
}

.slide,
.pr-slide {
  float: left;
  width: 100vw;
  height: var(--altura);
  transition: ease 0.5s;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.slide img,
.pr-slide img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.dots,
.pr-dots {
  position: absolute;
  bottom: 32px;
  right: calc(66vw / 2);
  transform: translateX(50%);
  z-index: 999;
}

.dot,
.pr-dot {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 1pt solid var(--green);
}

.dot.active,
.pr-dot.active {
  background-color: var(--green);
  opacity: 1;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#projects img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16vw;
  width: 40vw;
}


.clients, .partners {
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
}

.logo-track {
  animation: scroll-logos 20s linear infinite;
}

.logo {
  max-height: 50px;
  flex-shrink: 0;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.fake-input {
  border-bottom: 3px solid #000;
  outline: none;
  min-width: 200px;
  padding: 4px 2px;
  white-space: nowrap;
  flex-grow: 1;
  font-size: 36px;
}

.nf-form-layout{
  width: 400px;
}
.nf-response-msg p {
  font-size: 28px;
}
.nf-form-title {
  display: none;
}
.ninja-forms-field {
  border: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  padding: 6px 0;
  color: black;
  font-family: 'Nikkei Regular';
  font-size: 28px;
  flex-grow: 1;
}
/* campos de input */
.nf-field-element input[type="text"],
.nf-field-element input[type="email"],
.nf-field-element input[type="tel"] {
  all: unset;
  width: 100%;
  border-bottom: 3px solid black;
  padding: 6px 0;
  font-size: 28px;
  color: black;
  box-sizing: border-box;
}
/* placeholder preto */
.nf-field-element input::placeholder,
.ninja-forms-field::placeholder {
  color: black;
  opacity: 1;
}
/* botão */
input[type="submit"] {
  background-color: var(--green);
  border: 2pt solid black;
  border-radius: 100px;
  padding: 12px 24px;
  transition: background 0.5s ease;
  cursor: pointer;
  color: black;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
input[type="submit"]:hover {
  background: black;
  color: var(--green);
}

/* newsletter */

.mc4wp-form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-bottom: 20px;
}
.mc4wp-form-fields {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.mc4wp-form-fields label {
  flex-grow: 1;
  flex-wrap: wrap;
}
.mc4wp-form-fields input[type="email"] {
  font-family: 'Nikkei Regular';
  font-size: 40px;
  display: block;
  color: black!important;
  border: none!important;
  border-radius: 0px!important;
  border-bottom: 2pt solid black!important;
  background-color: transparent!important;
  flex-grow: 1;
  width: 100%;
}
.mc4wp-form-fields input[type="submit"] {
  overflow: hidden;
  cursor: pointer;
  margin-left: 20px;
}
.mc4wp-form-fields input[type="email"]:focus {
  outline: none;
}
.mc4wp-form-fields input[type="submit"]:focus {
  outline: none;
}
::placeholder {
  color: black!important;
}

/* projetos accordion */
.accordion {
  --bs-accordion-border-color: transparent!important;
}
.big-accordion {
  padding-top: 80px;
}
.sm-accordion .accordion-item:has(.accordion-collapse.show) h3 {
  display: inline;
  background-image: linear-gradient(to top, var(--green) 50%, transparent 50%);
  padding-left: 8px;
  padding-right: 32px;
}
.big-accordion .accordion-button {
  background-color: transparent;
}
.big-accordion .accordion-button:not(.collapsed), .sm-accordion .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.big-accordion .accordion-button::after, .big-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/themes/recybacks/assets/circ.svg");
  background-size: 12px;
  transform: none;
}
.sm-accordion .accordion-button::after, .sm-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/themes/recybacks/assets/seta.svg");
  background-size: 40px;
  width: 40px;
  height: 40px;
}
.sm-accordion .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-body, .sm-accordion .accordion-header.accordion-button {
  padding-left: 0px;
  padding-right: 0px;
}
.big-accordion h3.high {
  font-size: 54px;
  transition: padding ease 0.5s;
}
.big.accordion-item {
  background-color: var(--green);
  border: none;
  border-bottom: 1pt solid black;
  transition: background 0.1s ease;
  border-radius: 0px;
}
.big.accordion-item:has(> .accordion-collapse.show) {
  background-color: var(--offwhite);
}
.sm-accordion .accordion-item {
  background-color: var(--offwhite);
  border-bottom: 1pt solid black;
}
.accordion-header {
  padding-top: 32px;
  padding-bottom:32px;
}


/* blog */

.post-banner {
  width: 100vw;
  height: 95dvh;
}
.post-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.post-conteudo h3 {
  width: 60vw;
  font-size: 40px;
  margin-bottom: 20px;
}
.post-conteudo p {
  width: 60vw;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 16px;
}
.post-conteudo .wp-block-pullquote {
  text-align: left;
  width: 25vw;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: auto;
  position: absolute;
  right: 20px;
}
.post-conteudo .wp-block-pullquote p, .post-conteudo .wp-block-pullquote cite {
  width: auto;
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
}
.post-conteudo .wp-block-pullquote strong {
  font-size: 60px;
  font-family: 'Nikkei Bold';
}
.post-conteudo img {
  width: 80vw;
  aspect-ratio: 16/6;
  object-fit: cover;
  border-radius: 12px;
}






/* ---------- QUERIES ---------- */


@media (min-width: 1600px) {
  h2, p { font-size: 110px; margin: 0px; }
  h3, p { font-size:  56px; margin: 0px; }
  h4, p { font-size:  40px; margin: 0px; }
  h5, p { font-size:  30px; margin: 0px; }
}

@media (max-width: 1420px) {
  header div.flex,
  .navbar div.flex {
    display: none;
  }
  svg.burger {
    display: block;
  }
  .gtranslate {
    right: 140px;
  }

  .menu.pointer.abre {
    transform: translateY(0);
  }
  .menu.pointer a h5 {
    margin-bottom: 12px;
    font-size: 40px;
    width: fit-content;
  }
  .menu.pointer a {
    width: fit-content;
  }
}

@media (max-width: 1024px) {

  h1, h1 p { font-size: 100px; }
  h2, h2 p { font-size:  56px; }
  h3, h3 p { font-size:  36px; }
  h4, h4 p { font-size:  30px; }
  h5, h5 p { font-size:  24px; }
  p        { font-size:  18px; }

  .container-rc,
  .ph5,
  .pa5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gtranslate {
    right: 90px;
  }

  /* projetos */

  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    gap:0px;
  }
  .big-accordion h3.high {
    font-size: 40px;
  }
  .sm-accordion .accordion-button::after, .sm-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/themes/recybacks/assets/seta.svg");
    background-size: 24px;
    width: 24px;
    height: 24px;
  }

  .pa5,
  .pv5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero img.w-50,
  #who div.w-50,
  #solutions div.w-50,
  .why div.w-third,
  .why div.w-two-thirds,
  .w-80,
  .w-40,
  .blog-post .w-50 {
    width: 100%!important;
  }

  section.hero {
    height: 90dvh;
  }

  #who,
  .why,
  #solutions,
  .botoes,
  .news,
  #partners div.flex,
  .contato div.flex {
    flex-direction: column;
  }

  .news {
    align-items: flex-start;
  }

  .m-none,
  #who img.w-50,
  .why img.desk {
    display: none;
  }

  #who img.none,
  .why img.none {
    display: block;
  }

  .mc4wp-form {
    padding-left: 0px;
  }
  .mc4wp-form-fields input[type="submit"] {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%!important;
  }
  .mc4wp-form-fields input[type="email"] {
    width: 100%!important;
  }

  section,
  .h-100,
  .why {
    min-height: auto;
    height: auto;
  }

  .botoes h5 {
    font-size: 20px;
    text-align: center;
  }
  .contato h3 {
    font-size: 28px;
  }
  footer img.w-40 {
    width: calc(100% - 110px)!important;
  }
  .nf-form-layout{
    width: 100%;
  }
  .fake-input,
  .nf-response-msg p,
  .ninja-forms-field,
  .nf-field-element input[type="text"],
  .nf-field-element input[type="email"],
  .nf-field-element input[type="tel"],
  input[type="submit"] {
    font-size: 24px;
  }

  .selo {
    width: 120px;
    bottom: 32px;
    right: 24px;
    transition: transform 0.1s ease-out;
  }

  .logo-track {
    animation: scroll-logos 10s linear infinite;
  }

  #numbers div.w-third, #projects div.w-third {
    position: static;
    width: 100%;
    padding-bottom: 32px;
  }
  #numbers div.w-two-thirds, #projects div.w-two-thirds {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
  }
  #numbers .total {
    flex-direction: column;
    align-items: flex-start;
  }
  #numbers .pl5 {
    padding-left: 0px;
  }
  #numbers .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #numbers .grid-4 .tc {
    border-right: none;
    text-align: left;
  }
  .dots, .pr-dots {
    right: 50%;
    bottom: 1.5rem;
  }
  #partners .pt6 {
    padding-top: 3rem;
  }
  #partners img.mb5 {
    margin-bottom: 2rem;
  }
  #projects div.w-50 {
    width: 100%!important;
  }
  #projects .w-two-thirds {
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-grow: 1;
  }

  #projects img {
    position: static;
    width: 100%;
    transform: translateY(0);
    z-index: 1;
  }


  .pr-slideshow {
    position: relative;
  }
  .pr-slide {
    flex-direction: column;
    justify-content: space-between;
  }


  /* blog */

  .blog-post {
    flex-direction: column-reverse;
  }
  .blog-post .w-50, .blog-post .w-30 {
    width: 100%;
  }
  .blog-post img {
    margin-bottom: 24px;
  }
  .post-banner div.w-50 {
    width: 80%!important;
  }


  .post-conteudo h3 {
    width: 100%;
  }
  .post-conteudo p {
    width: 100%;
  }
  .post-conteudo .wp-block-pullquote {
    width: 70%;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 0px;
    position: static;
  }
  .post-conteudo .wp-block-pullquote p, .post-conteudo .wp-block-pullquote cite {
    width: auto;
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
  }
  .post-conteudo .wp-block-pullquote strong {
    font-size: 60px;
    font-family: 'Nikkei Bold';
  }
  .post-conteudo img {
    width: 100%;
  }

  .button {
  padding: 8px 14px;
  }
  .button h5 {
    font-size: 16px;
  }




}

@media (max-width: 760px) {
  h1, h1 p { font-size: 80px; }
  h2, h2 p { font-size:  48px; }
  h3, h3 p { font-size:  32px; }
  h4, h4 p { font-size:  26px; }
  h5, h5 p { font-size:  22px; }
  p        { font-size:  16px; }

  .limit-cc {
    display: -webkit-box;
  -webkit-line-clamp: 3; /* Limita a 3 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }
}
