html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

:root {
  --primary: #20924a;
  --secondary: #bd1761;
  --wpp: #40df51;
  --darktxt: #300719;
  --darksec: rgba(189, 23, 97, 0.25);
  --cases: #bd176125;
  --dark: #404040;
  --gray: #e0e0e0;
  --light: #ffffff;
}

h1,
h1 span {
  font-size: calc(1.675rem + 1.8vw);
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}

h2 {
  font-weight: 400;
  font-size: calc(1rem + 0.5vw);
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: calc(1.8rem + 1vw);
  font-weight: 700;
  color: var(--secondary);
  font-family: "Work Sans", sans-serif;
}

h4 {
  font-family: "Work Sans", sans-serif;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

ul li,
footer p,
.lgpd a {
  font-family: "Lato", sans-serif;
  color: #ffffff66;
}

footer div.social {
  background-color: #bd176125;
  border-radius: 8px;
  padding: 0.6rem;
  width: 48px;
  height: 48px;
}

footer div.social:hover {
  transition: 0.35s;
  background-color: var(--secondary);
}

img {
    pointer-events: none;
}

#hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent), url(../img/nebula.jpg);
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}

#cases {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent), url(../img/nebula.jpg);
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}

#navbar_top #logo {
  width: 120%;
}

.tabs p:hover {
  color: var(--light);
}
.wptwa-handler {
  background-color: var(--wpp);
  color: white;
  position: fixed;
  bottom: 20px;
  right: 25px;
  text-align: right;
  z-index: 11;
  padding: 10px 20px;
  transition: 0.35s;
  border-radius: 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.wptwa-handler:hover {
  border-radius: 6px;
  padding: 10px 28px;
  box-shadow: 0px 0px 10px var(--wpp);
}

.wptwa-handler span {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 1px 12px var(--primary);
}

.wptwa-handler img {
  width: 24px;
  height: auto;
}

.lgpd {
  background-color: #bd176125;
  color: #ffffff66;
}

.icon {
  padding: 12px;
}

.slide p {
  font-weight: 400;
  font-size: 20px !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--primary);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 0.1rem;
}

.text-1st {
  color: var(--darktxt);
}

.text-2nd {
  color: var(--gray);
}

.text-3rd {
  color: var(--primary);
}

.text-4rd {
  color: var(--secondary);
}

.bg-six {
  background-color: #20924a;
}

.bg-1st {
  background-color: var(--primary);
}

.bg-2nd {
  background-color: var(--secondary);
}

.bg-3rd {
  background-color: var(--container);
}

.nav-link {
  font-weight: 600;
}

.btn-main {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: #40df51;
  padding: 12px 32px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #40df51;
  transition: 0.35s;
  transform: to-be-hovered color 0.2s, transform 0.2s, opacity 0.2s;
}

.btn-main:hover {
  box-shadow: 0px 0px 24px #40df51;
  transform: scale3d(1.125, 1.125, 1.125);
}

.pointer {
  color: var(--gray);
  font-weight: 400;
  transition: 0.15s;
}

.pointer:hover {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 64px;
}

figure {
  margin: 0;
  padding: 10px;
}

figure a {
  display: block;
}

mark {
  padding: 0 5px;
  background-color: #dddddd;
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.card {
  width: 100%;
  background-color: #fff;
  text-align: left;
  position: relative;
  height: 440px;
  box-shadow: 0px 12px 18px 0px rgb(206 206 206 / 30%);
  border: none !important;
  border-radius: 20px;
}

.btn-produto {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
}

.main-carousel {
  padding-left: 5%;
  padding-right: 5%;
}

#cases .carousel-cell {
  min-height: 410px;
}

#cases .carousel-cell {
  border: solid 2px var(--darktxt);
  border-radius: 20px;
  background-color: var(--cases);
}

#sobre {
  border-radius: 30px 30px 0 0;
}

#cases .carousel-cell {
  width: 100%;
}

#marcas .flickity-page-dots {
  position: relative;
  margin: auto;
}

#marcas .dot {
  margin: 0 6px;
}

#marcas .carousel-cell {
  width: 25%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#marcas .flickity-viewport {
  height: 152px !important;
}

#l1,
#l4 {
  border-radius: 0px 100px;
}

#l2 {
  border-radius: 100px 100px 100px 0px;
}

#l3 {
  border-radius: 100px 0px;
}

.copyright img {
  margin-top: -26px;
}

.footer-transiction {
  background-image: url("../images/dots-footer.svg");
  background-repeat: repeat;
  background-color: var(--container);
  height: 27px;
}

.navbar-light .navbar-toggler {
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(5px);
  border-radius: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

.navbar-toggler:not(.collapsed) {
  box-shadow: 0px 0px 0px 3px #ffffff75;
  transition: 0.25s;
}

.astro {
  bottom: 0;
  right: 0;
}

.astro-blur-green {
  bottom: -400px;
  right: 30px;
}

.astro-blur-red {
  bottom: -150px;
  right: -200px;
}

.oque-blur-green {
  left: -320px;
  top: -320px;
}

#copyright,
.footer-content {
  z-index: 100;
}

#cookie-overlay {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  bottom: 0;
  width: 100%;
  background: #191919;
  color: #f6f6f6;
  font-size: 1.2rem;
  z-index: 999;
}

#cookie-overlay a {
  color: #f6f6f6;
}

#cookie-overlay a:hover,
.lgpd a:hover {
  text-decoration: none;
}

#cookie-overlay a:visited {
  color: #f6f6f6;
}

#cookie {
  font-size: 2.2rem;
  margin: 0 2rem;
}

#accept-cookies {
  cursor: pointer;
  border: none;
  outline: none;
  background: #f6f6f6;
  color: #191919;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  margin-left: 3rem;
  transition: 0.35s ease;
}

#accept-cookies:hover {
  box-shadow: 0 0 0.6rem #dddddd;
}

/* RESPONSIVE */
@media screen and (max-width: 1199px) {
  #marcas .carousel-cell {
    width: 50%;
  }

  #hero,
  #cases {
    background-size: auto;
  }

  #hero {
    background-position: top right;
  }

  #cases {
    background-position: top left;
  }

  #marcas .carousel-cell {
    width: 50%;
  }
}

@media screen and (min-width: 1981px) {
  #hero,
  #cases {
    background-size: cover;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .astro {
    display: none;
  }

  footer div.social,
  .lgpd {
    background-color: #20924a25;
  }

  footer div.social:hover {
    background-color: var(--primary);
  }
}

@media screen and (max-width: 767px) {
  .fs-m-1 {
    font-size: calc(2rem + 1.5vw) !important;
  }

  .fs-m-2 {
    font-size: calc(1.7rem + 1.5vw) !important;
  }

  .end-page {
    padding-bottom: 240px !important;
  }

  .astro-blur-green {
    bottom: 0px;
    right: -100px;
  }

  .astro-blur-red {
    bottom: 400px;
    right: -280px;
  }

  footer div.social {
    background-color: #20924a25;
  }

  footer div.social:hover {
    background-color: var(--primary);
  }

  #cases {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent), url(../img/nebula.jpg);
    background-size: initial;
    background-position: top center;
  }

  #cases .carousel-cell {
    border: none;
    min-height: 480px !important;
    background-color: transparent !important;
  }

  #cases .case-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent, transparent);
    width: 100%;
    height: 85vw;
    position: absolute;
    top: 0;
  }

  #cases .flickity-page-dots {
    bottom: 0;
  }

  #cases .case-texto {
    position: relative;
    z-index: 1;
    margin-top: -32px !important;
  }

  #cases img {
    width: 100%;
    margin: 0 !important;
  }

  #cases img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    z-index: 1;
  }

  .astro {
    width: 100%;
  }

  .wptwa-handler {
    padding: 12px;
    border-radius: 100px;
  }

  .wptwa-handler span {
    display: none;
  }

  .wptwa-handler img {
    width: 32px;
  }

  .lgpd {
    background: none !important;
  }

  #cookie-overlay {
    justify-content: start;
    flex-wrap: wrap;
    padding: 1rem;
  }

  #cookie {
    margin-left: 0;
  }

  #accept-cookies {
    margin-top: 1.35rem;
    margin-left: 0;
  }

  #whatsappFloatingButton {
    width: 58px;
    height: 58px;
  }

  #whatsappFloatingButton svg {
    width: 32px;
  }

  #marcas .carousel-cell {
    width: 100%;
  }

  #navbar_top #logo {
    width: 100%;
  }

  main #conceito {
    width: 100%;
  }

  .btn-main {
    padding: 10px 20px;
    width: 100%;
  }

  footer .btn-main {
    padding: 10px;
    width: 100%;
  }

  main .btn-main img,
  footer .btn-main img {
    background-color: var(--primary);
    border-radius: 8px;
    padding: 10px;
  }

  .desc > div {
    justify-content: center;
    margin-top: -88px;
    padding-bottom: 64px;
  }

  .desc > div h3 {
    color: var(--light);
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.75);
  }

  .desc p {
    padding: 0 6px;
    text-align: justify;
  }

  .flickity-prev-next-button {
    top: 44% !important;
  }

  footer .logo-footer {
    height: 70px;
  }

  .card {
    height: 390px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .dots-sobre {
    margin-top: -70px;
  }
}