.footer-links .botao.btn_whatsapp {
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #05f490;
  border: 1px solid #05f490;
  border-radius: 50px;
  padding: 10px 15px;
  transition: background 0.2s;
  opacity: 1 !important;
  background:none;
}

.footer-links .botao.btn_whatsapp >img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.footer-links .botao.btn_whatsapp:hover {
  background: #05f490;
  color: #152f24 !important;
  opacity: 1 !important;
}

.contact-badge {
  display:block;
  background-image: url("../../img/new-site/footer/whatsapp1.svg");
  width: 55px;
  height: 55px;
  background-size: 100% auto;
  position:fixed;
  right: 30px;
  bottom: 30px;
  z-index:999999;
}

/* CONTACTS - MEDIA QUERIES */

@media (max-width: 1200px) {
  .contacts-box {
    justify-content: center;
    gap: 30px;
    padding: 0 15px;
  }

}

@media (max-width: 1144px) {

  .contacts-intro-footer {
    display: none;
  }

  .responsive-contact-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .responsive-contact-box p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -0.015em;
  }
}

@media (max-width: 991px) {

  .footer-infos p {
    text-align: center;
  }

  .contacts-box {
    flex-direction: column;
  }

  .responsive-contact-box {
    margin-top: 95px;
  }
}

@media (max-width: 468px) {
  .contacts-methods {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .contact-badge {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
  .contacts {
    height: 800px;
    padding: 0;
    padding-top: 300px;
  }

  .contacts-box {
    height: 200px;
  }

  .contacts-methods {
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    border: none;
    height: 500px;
  }

  .responsive-contact-box {
    display: none;
  }

  .sales,
  .tech-support,
  .help-center {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .contacts-intro {
    margin-bottom: 10px;
  }

  .social .cubo_itau {
    margin: 30px 0 25px;
  }

  /* Ajuste para logos na section_customer */
  .section_customer img {
    width: 30%;
    opacity: 0.9;
  }
  .section_customer a img {
    width: 100%;
    height: auto;
  }
  
  .section_customer .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .section_customer a {
    width: 30%;
    display: inline-block;
  }
  
  /* Mostrar apenas as 3 primeiras logos */
  .section_customer .logos > *:nth-child(n+4) {
    display: none;
  }

  .contacts-intro-edge-style {
    height: 160px;
  }

  .sales,
  .tech-support,
  .help-center {
    padding: 0;
  }

  .sales-content,
  .tech-support-content,
  .help-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
  }

  .contacts-methods {
    width: 700px;
  }
}

@media (max-width: 838px) {
  .contacts-methods {
    width: 90%;
    max-width: 800px;
  }
  
  .sales,
  .tech-support,
  .help-center {
    width: 100%;
    height: auto;
    min-height: 157px;
  }
}

@media (max-width: 400px) {
  .contacts-intro h1 {
    font-size: 25px;
    text-align: center;
  }

  .contacts-intro-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .contacts-intro-footer p {
    font-size: 16px;
  }

}

/* FOOTER */

footer {
  background: #021A1A;
  padding: 63px 0 48px 0;
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
}

.products,
.docs-footer,
.webmania,
.quick-access,
.offices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offices {
  max-width:140px;
}

.offices_title {
  font-size: 15px !important;
}

.offices_address {
  font-weight: normal !important;
  font-size: 12px !important;
}

.quick-access>.status-prefeitura:hover{
  background:#545454;
}

.products>p,
.docs-footer>p,
.webmania>p,
.quick-access>p {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 11px;
}

.products>a,
.docs-footer>a,
.webmania>a,
.quick-access>a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 20px;
}

.footer-links .products>a:hover{
  color:#00DF82 !important;
}

.products>a:hover,
.docs-footer>a:hover,
.webmania>a:hover {
  color: var(--white) !important;
}

.quick-access>a:hover{
  color:#00DF82 !important;
}

.social a img {
  width: 30px;
  height: 30px;
}

.social a img:hover {
  opacity:0.8;
}

.social {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  gap: 18px;
}

.social-columns {
  display: flex;
  gap: 18px;
}

.social .first-column,
.social .second-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.social .cubo_itau {
  width: 100%;
  height: 70px;
}

/* Badge Nubank no Footer - Design minimalista */
.footer-nubank-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  max-width: 140px;
  margin-top: 15px;
}

.footer-nubank-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 139, 87, 0.15);
}

.footer-nubank-badge__tag {
  background: linear-gradient(135deg, #228B57 0%, #1a7548 100%);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 6.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 0;
  width: 100%;
  text-align: center;
}

.footer-nubank-badge__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  width: 100%;
}

.footer-nubank-badge__content img {
  height: 50px;
  width: auto;
}

.row-1,
.row-2 {
  display: flex;
  gap: 18px;
}

.footer-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
}

.logo-footer img {
  width: 188px;
  height: 37px;
}

.copyright {
  display: flex;
  justify-content: center;
}

.copyright-webmania p {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.54;
  margin: 0 !important;
}

.copyright-webmania p span {
  font-weight: 700;
  color: var(--white);
}

.patterns-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.group-wmbr>a>img {
  height: 25px;
  max-width: 100px;
}

.logo-microsoft>a>img {
  height: 50px;
}

.logo-amazon-activate>a>img {
  height: 30px;
  margin-bottom: 15px;
}

.insany {
  display: flex;
  align-items: center;
}

.insany p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  margin-right: 11px;
}

.insany img {
  width: 22px;
  height: 14px;
}

.footer-infos>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background: var(--primary-green);
}

.footer-infos>a:hover{
  opacity:0.8;
}

.footer-infos>a img {
  width: 12px;
  height: 12px;
}

/* FOOTER - MEDIA QUERIES */

@media (min-width: 1441px) {
  .first-column {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 1080px) {

  .contacts-intro h1 {
    font-size: 26px;
  }

}

@media (max-width: 991px) {
  .copyright {
    gap: 150px;
  }

  .footer-infos {
    flex-direction: column;
  }

  .back-to-top {
    margin-top: 20px;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .group-wmbr {
    margin-top: 10px;
  }

  .social {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

}

@media (max-width: 820px) {

  .products>a,
  .docs-footer>a,
  .webmania>a,
  .quick-access>a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .application-examples {
    display: none !important;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 250px 250px;
    grid-template-areas:
      "products docs"
      "webmania quick-access"
      "social social";
    width: 100%;
  }

  /*.footer-infos {
    height: 500px;
  }*/

  .offices_address {
    text-align: center;
  }

  .docs-footer,
  .quick-access {
    margin-left: 50px;
  }

  .footer-links .botao.btn_whatsapp {
    margin-top:10px;
  }

  .social {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .social .first-column,
  .social .second-column {
    flex-direction: row;
    align-items: center;
  }

  .footer-nubank-badge {
    max-width: 120px;
  }

  .footer-nubank-badge__content {
    padding: 10px 8px;
  }

  .footer-nubank-badge__content img {
    height: 42px;
  }

  .logo-footer {
    margin-bottom: 30px;
  }

  .copyright {
    gap: 100px;
  }

  .copyright-webmania p {
    width: 500px;
  }
}

@media (max-width: 480px) {
  footer {
    padding-top: 33px;
  }
  

  .footer-links {
    display: flex;
    flex-direction: column;
    padding-bottom:0;
  }

  .social {

    margin-bottom: 20px;
    flex-direction: column;

    gap: 0;
  }

  .footer-nubank-badge {
    max-width: 110px;
    margin-top: 10px;
  }

  .footer-nubank-badge__tag {
    font-size: 6px;
    padding: 3.5px 0;
  }

  .footer-nubank-badge__content {
    padding: 8px 6px;
  }

  .footer-nubank-badge__content img {
    height: 38px;
  }

  .docs-footer,
  .quick-access {
    margin-left: 0;
  }

  .products,
  .docs-footer,
  .webmania,
  .quick-access {
    align-items: center;
  }

  .offices {
    max-width:100%;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
    gap: 41px;
  }

  .copyright-webmania p {
    width: 350px;
  }

  .group-wmbr-edge-style>img,
  .logo-microsoft-edge-style>img,
  .logo-amazon-edge-style>img {
    height: 25px;
    margin-top: 15px;
  }

  .sp-status,
  .sp-status-monitor {
    display: block;
  }

}

@media (max-width: 375px) {

  .group-wmbr,
  .logo-microsoft,
  .logo-amazon-activate {
    margin-top: 15px;
  }

  .copyright-webmania p {
    width: 310px;
    text-align: center;
  }

  .social {
    gap: 15px;
  }
}

@media (max-width: 393px) {
  .footer-infos p {
    width: 300px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .social {
    gap: 10px;
  }

  .copyright-webmania p {
    font-size: 10px;
    width: 280px;
  }
}

.sp-status, .status-prefeitura {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3.75px 7.5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
  border-color: var(--white);
  color: var(--white);
}

.status-prefeitura .sp-status-badge {
  width: .8em;
  height: .8em;
  margin-left: .3em;
  display: inline-block;
  border-radius: 50%;
}

.status-prefeitura .sp-status-badge.sp-status-ok {
  background: #34c800;
}

.status-prefeitura .sp-status-badge.sp-status-major {
  background: #ff231f;
}

.status-prefeitura .sp-status-badge.sp-status-warning {
  background: #fcf354;
}


/* FOR DEVELOPERS */

.for-developers {
  background: var(--fourth-blue);
  padding: 82px 0;
}

.for-developers .for-developers-box {
  display: flex;
  justify-content: space-between;
}

.for-developers .for-developers-box .overview-developers {
  align-self: center;
  width: 422px;
}

#for-dev {
  color: var(--green-400);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.385em;
  margin-bottom: 12px;
}

.for-developers .for-developers-box .overview-developers .overview-intro h1 {
  font-size: 36px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 16px;
}

.for-developers .for-developers-box .overview-developers .overview-intro p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

.for-developers .for-developers-box .overview-developers .overview-intro {
  margin-bottom: 58px;
}

.footer-overview,
.header-overview {
  display: flex;
  align-items: center;
}

.footer-overview {
  margin-top: 19px;
}

.header-overview {
  margin-bottom: 8px;
}

.footer-overview a {
  font-size: 15px;
  font-weight: bold;
  color: var(--green-400);
  margin-left: 11px;
}

.header-overview p {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-left: 6px;
}

.for-developers .for-developers-box .overview-developers .overview-sdk {
  width: 283px;
  margin-bottom: 48px;
}

.for-developers .for-developers-box .overview-developers .overview-modules {
  width: 316px;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>p,
.for-developers .for-developers-box .overview-developers .overview-modules>p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 20px;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>a,
.for-developers .for-developers-box .overview-developers .overview-modules>a {
  background: var(--third-green);
  padding: 7px 23px 8px 24px;
  color: var(--fourth-blue);
  font-weight: 600;
  border-radius: 40px;

  transition: filter 0.2s;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>a:hover,
.for-developers .for-developers-box .overview-developers .overview-modules>a:hover {
  filter: brightness(0.9);
}

.for-developers .for-developers-box .overview-developers img {
  width: 24px;
  height: 24px;
}

.for-developers .for-developers-box .overview-developers .arrow {
  width: 10px;
  height: 10px;
}

.for-developers .for-developers-box .overview-developers .overview-intro img {
  width: 20px;
  height: 20px;
}

.for-developers .for-developers-box .application-examples {
  display: grid;
  grid-template-rows: 33.5px 35.8px;
}

.for-developers .for-developers-box .application-examples .languages {
  background: var(--fifth-blue);
  border-radius: 8px 8px 0 0;
  width: 552px;
}

.coding-slider {
  overflow: hidden;
}

.for-developers .for-developers-box .application-examples .output {
  background: var(--grey-dark);
  border-radius: 0 0 8px 8px;
  width: 552px;
}

.output>img {
  height: 100%;
  max-height: 358px;
  max-width: 552px;
}

.for-developers .for-developers-box .application-examples .languages .header-languages {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fourth-blue);
  max-width: 355;
  height: 36px;
  border-radius: 32px;
  margin-left: 30px;
  margin-top: 28px;
  margin-bottom: 25px;
  margin-right: 137px;
}

.for-developers .for-developers-box .application-examples .languages img {
  margin-left: 30px;
  margin-bottom: 25px;
  width: 345px;
  height: 220px;
}

.header-languages .php {
  padding-left: 32px;
}

.node {
  padding-right: 44px;
}

.active-language {
  background: var(--third-green);
  border-radius: 37px;
  padding: 10px 36px 11px 32px;
}

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

.content-dev>.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 36px;
  width: 94px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  opacity: 1;
  background-color: var(--fourth-blue);
}

.content-dev>.swiper-pagination-bullet-active {
  background: var(--third-green);
  color: var(--fourth-blue);
  border-radius: 37px;
}

.content-dev>.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* FOR DEVELOPERS - MEDIA QUERIES */

@media (max-width: 1024px) {
  .overview-intro p {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 991px) {

  #home {
    position: relative;
  }
}


/* Fix CartStack */

.for-developers .for-developers-box .application-examples .languages,
.for-developers .for-developers-box .application-examples .output {
  width: 452px;
}

@media (max-width: 868px) {
  .for-developers .for-developers-box .application-examples .languages img {
    width: 250px;
  }
}

@media (max-width: 768px) {

  .for-developers .for-developers-box {
    justify-content: center;
  }

  .for-developers .for-developers-box .overview-developers {
    margin-left: 0;
    text-align: center;
    width: 470px;
    height: auto;
  }

  .footer-overview,
  .header-overview {
    justify-content: center;
  }

  .for-developers .for-developers-box .overview-developers .overview-sdk,
  .for-developers .for-developers-box .overview-developers .overview-modules {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .for-developers .for-developers-box .application-examples .languages,
  .for-developers .for-developers-box .application-examples .output {
    width: 470px;
  }

  .overview-sdk>p {
    margin: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .for-developers .for-developers-box .overview-developers .overview-intro>h1 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .for-developers .for-developers-box .overview-developers .overview-intro>p {
    text-align: center;
    font-size: 16px;
  }

  #for-dev {
    font-size: 10px;
  }

  .header-overview {
    margin-bottom: 19px;
  }

  .footer-overview>a {
    font-size: 16px;
  }

  .for-developers .for-developers-box .overview-developers .overview-sdk>p,
  .for-developers .for-developers-box .overview-developers .overview-modules>p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .for-developers .for-developers-box .application-examples .languages .header-languages {
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 25px;
  }

  .application-examples {
    margin-top: 140px;
  }

  .overview-sdk>p {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .for-developers .for-developers-box .application-examples {
    margin-top: 205px;
  }

  .for-developers .for-developers-box .application-examples .languages,
  .for-developers .for-developers-box .application-examples .output {
    width: 100%;
    max-width: 365px;
  }

  #for-dev {
    text-align: center;
  }

  .for-developers .for-developers-box .overview-developers .overview-intro>p {
    margin: 0 10px;
  }
}

.sp-status {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3.75px 7.5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
  border-color: var(--white);
  color: var(--white);
}

/* STATS */

.stats {
  background: var(--white);
  padding: 99px 0;
}

.stats-box {
  max-width: min(1216px, 84.44%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 119px;
  justify-content: center;
}

.stat {
  width: 320px;
}

.stat-content {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}

.stat-content>img {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-infos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
}

.main-info>span {
  font-weight: bold;
  font-size: 40px;
}

.main-info>p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#invoice-main {
  color: var(--green-400);
}

#request-main {
  color: var(--fourth-blue);
}

#companies-main {
  color: var(--fourth-green);
}

.infos {
  max-height: 266px;
}

.infos>span {
  font-weight: 700;
  font-size: 16px;
  color: var(--grey-medium);
  margin-bottom: 3px;
}

.infos>p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(84, 88, 93, 0.7);
}

#invoice-info {
  width: 250px;
  margin-top: 10px;
}

#request-info {
  width: 240px;
  margin-top: 10px;
}

#companies-info {
  width: 260px;
  margin-top: 10px;
}

/* STATS - MEDIA QUERIES */

@media (max-width: 1024px) {
  .stats-box {
    gap: 10px;
  }
}

@media (max-width: 912px) {
  .stats-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    gap: 0;
  }

  .stat-infos {
    gap: 5px;
  }

  .main-info>span {
    font-size: 35px;
  }

  #invoice-info {
    width: 220px;
  }

  .stats-box {
    gap: 10px;
  }

  .stat {
    width: 300px;
  }
}

@media (max-width: 820px) {
  .stats {
    padding: 50px 0;
  }

  .stats .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .stat-infos {
    gap: 0;
  }

  .stat-content {
    gap: 10px;
  }

  .main-info>p {
    font-size: 14px;
  }

  .stat {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .stats-box {
    flex-direction: column;
    gap: 80px;
  }

  .stats {
    height: auto;
    gap: 70px;
  }

  .stat-content {
    gap: 30px;
  }

  .main-info>p {
    font-size: 18px;
  }

  .stat {
    width: 370px;
  }

  .stat-content>img {
    width: 70px;
    height: 70px;
  }

  .pages.stats-pagination {
    margin-top: 50px;
  }
}

@media (max-width: 375px) {
  .main-info>span {
    font-size: 30px;
  }
}

@media (max-width: 345px) {
  #invoice-info,
  #request-info,
  #companies-info {
    width: auto;
  }

  #invoice-info {
    padding: 0 20px 0 0;
  }

  #request-info {
    padding: 0 30px 0 0;
  }

  .stat-infos {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 321px) {
  .stats {
    padding: 50px 0 102px 0;
  }
}

.hero #intro .green{
  background: #6EEE9E;
  color: #000;
  padding: 3px 5px;
  border-radius: 5px;
}
.hero #intro .blue{
  color: #7efff5;
}

.cookie-consent-banner {
  position: fixed;
  display: none;
  z-index: 99999;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 55%;
  background-color: #f1f6f4;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  border-radius: 5px;
}

.cookie-consent-banner__inner {
  display: flex;
  margin: 0 auto;
  padding: 15px;
  align-items: center;
  text-align: justify;
}

.cookie-consent-banner__actions a:hover {
  color: #fff;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #212425;
  font-size: 13px;
  line-height: 18px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #1acf78;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3a4649;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:hover {
  background-color: #1acf78;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838f93;
  background-color: transparent;
  color: #fff;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 30px;
}

@media (max-width: 767px) {

  .cookie-consent-banner {
    width: 95%;
  }

  .cookie-consent-banner__description {
    font-size: 13px;
    line-height: 20px;
  }

  .cookie-consent-banner__inner {
    flex-direction: column;
    text-align: left;
  }

  .cookie-consent-banner__copy {
    margin-bottom: 15px;
  }

  .cookie-consent-banner__actions {
    width: 100%;
  }

  .cookie-consent-banner__cta {
    width: 100%;
  }

  .cookie-consent-banner__cta:last-child {
    margin-left: 0;
  }

  .sp-status,
  .sp-status-monitor {
    display: block;
  }

}

.sp-status {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3.75px 7.5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
  border-color: var(--white);
  color: var(--white);
}

.footer-links .botao.btn_whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #05f490;
  border: 1px solid #05f490;
  border-radius: 50px;
  padding: 10px 15px;
  transition: background 0.2s;
  opacity: 1 !important;
  background: none;
}

.footer-links .botao.btn_whatsapp >img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
