/*
Theme Name: Cadubal
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

:root {
  --main-color: #f2f4e9;
  --light-green-color: #c2d500;
  --light-green-color-secondary: #c2d500;
  --main-green-color: #002c15;
}

::selection{
  background-color: var(--light-green-color);
  color: var(--main-green-color);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.overflow {
  overflow-y: hidden;
}

body {
  scroll-behavior: smooth;
  font-family: "Nunito Sans", serif;
  background-color: var(--main-color);
  counter-reset: info-count property;
  position: relative;
  overflow-x: hidden;
}

body.single-produto {
  background-color: #fdfff5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1564px;
  margin: 0 auto;
}

.medium-container {
  max-width: 1300px;
  margin: 0 auto;
}

.about-container,
.motto-container {
  max-width: 1245px;
  margin: 0 auto;
}

.small-container {
  max-width: 812px;
  margin: 0 auto;
}

em {
  font-style: normal;
}

h2 {
  color: #000;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}

.front-products h2::after {
  content: " ";
  position: absolute;
  right: -40px;
  top: -5px;
  height: 45px;
  width: 23px;
  background-image: url(assets/images/h2-produtos.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us h2 {
  margin: 0 auto;
  z-index: 1;
}

.events-none {
  pointer-events: none;
}

.about-us h2::after {
  content: " ";
  position: absolute;
  right: -34px;
  bottom: -2px;
  width: 102px;
  height: 19px;
  background-image: url(assets/images/h2-quem-somos.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.front-managers h2::after,
.front-products-list h2::after {
  content: " ";
  position: absolute;
  left: -50px;
  bottom: -10px;
  width: 115px;
  height: 34px;
  background-image: url(assets/images/h2-gestores.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

p strong {
  color: var(--main-green-color);
}

/* BOTÕES */
.btn-route {
  cursor: pointer;
  background-color: var(--light-green-color);
  padding: 4px 4px 4px 20px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}

.btn-route::after {
  content: " ";
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  background-image: url(assets/images/icone_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.rounded-button {
  padding: 15px 37px;
  background-color: var(--main-green-color);
  display: block;
  width: fit-content;
  border-radius: 30px;
  color: #f2f4e9;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  height: fit-content;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rounded-button.error:hover {
  background-color: #e4e5db;
  color: #000000;
}

.rounded-button.error::before {
  display: none;
}

.rounded-button::before,
.menu-top>li:last-child>a::before {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background: var(--main-green-color, transparent);
  border-radius: 50%;
  transition: width 0.7s ease, height 0.7s ease;
  z-index: -1;
  box-shadow: inset 0px 0px 0px 2px var(--main-green-color);
}

.motto .rounded-button:hover::before,
.front-products-list .rounded-button:hover::before {
  background: var(--light-green-color);
}

.banner .rounded-button:hover,
.menu-top>li:last-child>a:hover,
.btn-route:hover {
  color: #fff;
}

.btn-route:hover {
  background-color: var(--main-green-color);
}

.rounded-button:hover::before,
.menu-top>li:last-child>a:hover::before {
  width: 300%;
  height: 300%;
}

.banner .web {
  position: absolute;
}

/* HEADER */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 130;
  padding: 0 5%;
}

header .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.header-technical-help {
  background-color: var(--main-green-color);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 20px 24px 13px 24px;
  display: flex;
  gap: 11px;
  position: relative;
  top: -7px;
  transition: all 0.2s;
  margin-left: 108px;
  align-items: flex-end;
  cursor: pointer;
}

.header-technical-help:hover {
  top: 0;
}

.header-technical-help>span {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
}

.header-technical-help>span strong {
  color: var(--light-green-color);
}

.header-technical-help>div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.phone-number em {
  color: var(--main-color);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

.phone-number a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
}

.phone-number a:hover {
  color: var(--light-green-color);
}

.call-to-national {
  color: var(--main-color);
  font-size: 7px;
  font-weight: 400;
  line-height: 8px;
}

.header-technical-help .call-to-national {
  max-width: 79px;
}

.menu-top {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 19px;
  justify-content: flex-end;
}

.menu-top li {
  list-style: none;
  position: relative;
}

.menu-top>li:not(:last-child)>a {
  color: #f2f4e9;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 8.5px 17px;
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
  transition: all 0.2s;
  border-radius: 37px;
}

.menu-top>li.menu-item-has-children>a {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-top>li:not(:last-child)>a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-top>li:last-child>a {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  padding: 8px 8px 8px 17px;
  background-color: #e4e5db;
  border-radius: 30px;
  transition: all 0.2s;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  margin-left: 17px;
}

header.dark .menu-top>li:last-child>a {
  background-color: #e4e5db;
}

.menu-top>li:last-child>a::after {
  content: " ";
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(assets/images/telefone.svg);
  background-repeat: no-repeat;
  z-index: 10;
}

.menu-top .menu-item-has-children>a::after {
  content: " ";
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  width: 9px;
  height: 5px;
  background-image: url(assets/images/seta-baixo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.menu-top .menu-item-has-children a:hover::after {
  transform: rotateZ(-180deg);
}

.menu-top>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-top .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  backdrop-filter: blur(9.75px);
  background-color: rgba(255, 255, 255, 0.14);
  padding: 23px 21px 13px 23px;
  top: 34px;
  min-width: 246px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  left: -20px;
}

/* .menu-top>li:hover>a {
  background: rgba(255, 255, 255, 0.14);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 54;
  position: relative;
} */

.menu-top .sub-menu li:not(:last-child) a {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(199, 202, 186, 0.28);
}

.menu-top .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
  display: block;
}

header.dark .menu-top>li:not(:last-child)>a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header.dark .menu-top .menu-item-has-children>a::after {
  filter: invert(1);
}

header.dark .menu-top .sub-menu,
header.dark .menu-top>li:not(:last-child)>a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

header.dark .menu-top .sub-menu a {
  color: #000;
}

.btn-mobile {
  display: none;
}

/* FOOTER */

footer {
  background-color: var(--main-green-color);
  padding: 97px 5% 130px 5%;
  position: relative;
}

footer .container {
  z-index: 1;
  position: relative;
}

footer::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 73%;
  background-image: url(assets/images/footer-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
  pointer-events: none;
}

footer::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
  height: 51%;
  background-image: url(assets/images/footer-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

footer ul {
  list-style: none;
}

.footer-content {
  display: grid;
  grid-template-columns: 18% 1fr;
  gap: 155px;
}

.logos a {
  display: block;
  height: fit-content;
}

.logos a:nth-child(1) {
  margin-bottom: 20px;
}

.footer-info {
  display: flex;
  gap: 52px;
}

.website-map a,
.footer-products a,
.address p {
  color: #f2f4e9;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s;
}

.website-map a:hover,
.footer-products a:hover {
  color: var(--light-green-color);
}

span.title{
  color: rgb(242 244 233 / 55%);
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
  display: block;
}

.license {
  margin-top: 10px;
  color: #4A725E;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 120% */
}

.footer-products>div,
.website-map>div,
.menu-bottom {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-card {
  padding: 11px 10px;
  background-color: #002411;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.copy-info {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #002411;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #f2f4e9;
  border-radius: 5px;
  width: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.copy-info.active {
  padding: 4px 8px;
  width: fit-content;
  transition: all 0.2s;
}

.footer-contact-card-title {
  color: var(--light-green-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.footer-contact-card-email {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 3px;
}

.footer-contact-card {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.footer-contact-card:hover {
  background-color: transparent;
  border: 1px solid rgba(211, 211, 211, 0.18);
}

.footer-contact-card::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 37px;
  background-image: url(assets/images/icone-copiar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lets-talk {
  display: flex;
  flex-direction: column;
}

.lets-talk>span {
  color: var(--light-green-color);
  font-size: 23px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 12px;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lets-talk .contacts {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lets-talk a {
  color: #f2f4e9;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all 0.2s;
}

.lets-talk a:hover {
  color: var(--light-green-color);
}

.lets-talk .call-to-national {
  color: #acacac;
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 113px;
}

.socials a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: all 0.2s;
}

.socials span {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}

.socials .facebook {
  background-image: url(assets/images/facebook.svg);
}

.socials .instagram {
  background-image: url(assets/images/instagram.svg);
}

.socials .linkedin {
  background-image: url(assets/images/linkedin.svg);
}

.socials>div {
  display: flex;
  gap: 13px;
  margin-top: 6px;
}

.socials a:hover {
  transform: scale(1.1);
}

/* INFO PAGES */

.info-page {
  padding: 170px 5% 50px 5%;
}

.page-id-57 .info-page .small-container>div>div {
  display: flex;
  gap: 150px;
}

.info-page h1 {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.info-page h2 {
  color: #111;
  font-size: 26px;
  font-weight: 800;
  line-height: 100%;
  margin: 30px 0 15px 0;
  position: relative;
  display: flex;
  gap: 5px;
  text-transform: none;
}

.info-page h1::before {
  content: " ";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 115px;
  height: 30px;
  background-image: url(assets/images/info-h2-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.info-page h3 {
  color: var(--preto_bg, #111);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.info-page h2::before {
  counter-increment: info-count;
  content: counter(info-count, decimal-leading-zero) ".";
  position: relative;
  display: inline-block;
  left: 0;
  color: #c2d500;
}

.info-page p,
.info-page li {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 10px;
}

.page-id-59 .info-page li {
  margin: 0;
}

.info-page ul {
  margin-left: 45px;
}

/* PÁGINA INICIAL */

.banner {
  min-height: 70vh;
  background-image: url(assets/images/campo-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}

.banner>div {
  position: relative;
}

.banner::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 250px;
  background-image: url(assets/images/banner-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
}

.banner::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 138px;
  background-image: url(assets/images/banner-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 12%;
  height: 17%;
}

.banner .container {
  display: grid;
  grid-template-columns: 49% 1fr;
  padding-left: 5%;
  gap: 35px;
  align-items: center;
}

.banner h1 {
  color: #f2f4e9;
  font-family: "Nunito Sans";
  font-size: 62px;
  font-style: normal;
  font-weight: 300;
  line-height: 62px;
  text-transform: uppercase;
}

.banner h1 strong {
  font-weight: 900;
}

.banner p {
  color: #f2f4e9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  margin-top: 4px;
}

.banner-buttons {
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.banner .rounded-button {
  background-color: var(--light-green-color);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}


.banner .know-more {
  position: relative;
  color: #f2f4e9;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: all 0.2s;
}

.banner .know-more:hover {
  color: var(--light-green-color);
}

.banner .product-card .category {
  font-size: 11px;
}

.banner .know-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(assets/images/seta-direita.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.banner .know-more::after {
  background-image: url(assets/images/seta-direita-verde.svg);
}

.banner-images>img {
  position: relative;
  bottom: -20px;
}

.banner .product-card {
  max-width: 140px;
  position: absolute;
  padding: 0;
  min-width: 0;
}

.banner-images .product-card:nth-of-type(1) {
  top: 150px;
  right: 30px;
}

.banner-images .product-card:nth-of-type(2) {
  left: 65px;
  bottom: 70px;
}

.banner .product-card::after {
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
}

.banner .product-card-image {
  height: 160px;
  padding: 10px;
}

.banner-images {
  position: relative;
}

/* PAGINA INICIAL: DETALHES */
.details {
  padding: 65px 5% 68px 5%;
  background-color: var(--main-green-color);
}

.details .medium-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 51px;
}

.details .medium-container>div {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.details .medium-container>div:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  height: 50%;
  width: 1px;
  background-color: #ffffff42;
}

.details span {
  color: #f2f4e9;
  font-size: 17.095px;
  font-weight: 600;
}

/* PAGINA INICIAL: PRODUTOS */

.front-products {
  padding: 91px 5% 80px 5%;
  background-color: #e4e5db;
}

.products-custom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: calc(23% - 15px) calc(23% - 15px) calc(23% - 15px) calc(31% - 15px);
  gap: 20px;
  margin-top: 28px;
  max-height: 679px;
}

.front-product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}

.front-product-card figure {
  height: 100%;
  width: 100%;
  position: relative;
}

.front-product-card figure::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.835171568627451) 0%, rgba(0, 0, 0, 0.38699229691876746) 15%);
  display: none;
  transition: all .2s;
}

.front-product-card:hover figure::after {
  display: block;
}

.front-product-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
}

.front-product-card:hover img {
  transform: scale(1.1);
}

.front-product-card:nth-child(1) {
  grid-area: 1 / 1 / 4 / 2;
}

.front-product-card:nth-child(2) {
  grid-area: 4 / 1 / 5 / 2;
}

.front-product-card:nth-child(3) {
  grid-area: 1 / 2 / 3 / 4;
}

.front-product-card:nth-child(4) {
  grid-area: 3 / 2 / 5 / 4;
}

.front-product-card:nth-child(5) {
  grid-area: 1 / 4 / 2 / 6;
}

.front-product-card:nth-child(6) {
  grid-area: 2 / 4 / 5 / 6;
}

.front-product-card h3 {
  color: #f2f4e9;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.front-product-card h3::before {
  content: " ";
  position: absolute;
  top: 100px;
  left: 0;
  width: 34px;
  height: 36px;
  background-image: url(assets/images/card-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.front-product-card:hover h3::before {
  top: -40px;
}

.front-product-card-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.front-product-card-know-more {
  position: absolute;
  top: -100px;
  right: 30px;
  transition: all 0.2s;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #f2f4e9;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  z-index: 1;
}

.front-product-card-know-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(assets/images/seta-direita.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.front-product-card:hover .front-product-card-know-more {
  top: 25px;
}

/* PÁGINA INICIAL: QUEM SOMOS */

.about-us {
  padding: 75px 0 0 0;
  text-align: center;
}

.about-us-text {
  padding: 0 5%;
}

.about-wrapper {
  max-width: 775px;
  margin: 0 auto;
  margin-top: 13px;
}

.about-us-video {
  margin-top: 40px;
  background: linear-gradient(180deg,
      rgba(242, 244, 233, 1) 15%,
      rgba(0, 44, 21, 1) 15%);
  position: relative;
  padding: 0 5% 180px 5%;
}

.about-us-video::before {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 43%;
  height: 85%;
  background-image: url(assets/images/folha.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.about-us-video video {
  height: 700px;
  border-radius: 15px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  aspect-ratio: 16/9;
}

.about-us-video video[poster] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10;
  width: 107px;
  height: 107px;
  background-image: url(assets/images/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.4s all;
}
.play-button:hover{
  transform: translate(-50%, -50%) scale(1.3);
}
.video-content::after {
  content: " ";
  position: absolute;
  right: -127px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/video-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23%;
  height: 6%;
}

.video-content::before {
  content: " ";
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/video-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23%;
  height: 6%;
  z-index: 0;
}

/* PÁGINA INCIAL: LEMA */

.motto {
  background-color: #e4e5db;
  position: relative;
  padding: 0 5%;
}

.motto::before {
  content: " ";
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 20%;
  height: 68%;
  background-image: url(assets/images/motto-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.motto .motto-container {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 40px;
  align-items: center;
}

.motto h2 strong {
  color: #7d8907;
  font-weight: 900;
  text-transform: uppercase;
}

.motto-text {
  padding: 126px 0 113px 0;
  position: relative;
}

.motto-title-wrapper {
  max-width: 392px;
  margin-bottom: 13px;
}

.group-logos {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  background-image: url(assets/images/logos-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  justify-content: center;
  background-position: -90px;
}
.group-logos a img{
	transform: scale(1);
	transition: 0.4s all;
}
.group-logos a img:hover{
	transform: scale(1.2);
}
.group-logos img {
  width: fit-content;
}

.motto .rounded-button {
  margin-top: 20px;
}

.motto .rounded-button:hover{
  color: var(--main-green-color);
}

/* PÁGINA INICIAL: GESTORES */

.front-managers {
  padding: 166px 5% 94px 5%;
}

.page-template-archive-gestor .front-managers {
  padding-top: 40px;
}

.home .front-managers {
  padding-top: 50px;
}

.front-managers .container {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 65px;
  padding-right: 116px;
  padding-left: 50px;
}

.front-managers h2 {
  margin-bottom: 19px;
}

.front-managers-text {
  padding: 63px 0;
}

.zone-list {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
}
.zone-description {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    padding: 10px 20px;
    display: none;
}
.zone-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 21px 22px;
  text-align: start;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.2s;
  border-radius: 15px 15px 0 0;
}

.zone-item:has(+ .active){
  border-color: transparent;
}

.zone-item:hover,
.zone-item.active {
  background-color: #dfdfdf;
}

.zone-item strong {
  font-weight: 900;
}

.front-managers-map {
  border-radius: 15px;
  border: 1px solid #cccfbd;
  position: relative;
  padding: 45px 0 60px 50px;
}

.front-managers-map::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-image: url(assets/images/folha-gestores.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.front-managers-map svg #MAPA>g>#check path {
  fill: transparent;
}

.manager-card {
  padding: 25px 25px 25px 14px;
  background-color: var(--main-color);
  width: fit-content;
  border-radius: 15px;
  border-top: 15px solid var(--main-green-color);
  box-shadow: 0px 0px 80.7px 0px rgba(0, 0, 0, 0.15);
  min-width: 361px;
  position: absolute;
  right: -116px;
  bottom: 57px;
  display: none;
  z-index: 1;
}

.manager-card.active {
  display: block;
}

.manager-card p {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-left: 10px;
}

.manager-card p strong {
  font-weight: 900;
}

.manager-card-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  align-items: center;
}

.manager-card-grid h3 {
  color: #000;
  font-size: 15.857px;
  font-weight: 900;
}

.manager-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manager-image figure {
  width: 80px;
  height: 80px;
  background-color: var(--light-green-color);
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.manager-image figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}

.manager-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.manager-zone {
  color: #676767;
  font-size: 15px;
  font-weight: 400;
}

.number {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  padding: 5px 0;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.manager-mail {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
  transition: all .2s;
  padding: 5px 0;
}

.manager-mail:hover {
  color: #959595;
}

.number em {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.number span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.number:hover em,
.number:hover span {
  color: var(--light-green-color);
}

.manager-card .call-to-national {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 400;
}

.contact-button {
  margin-top: 22px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  background-color: var(--light-green-color);
  padding: 5px 50px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-left: 9px;
  justify-content: center;
  transition: all 0.2s;
}

.contact-button:hover {
  background-color: var(--main-green-color);
  color: #f2f4e9;
}

.contact-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(assets/images/telefone-bg-branco.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* PÁGINA INICIAL: PRODUTOS */

.front-products-list {
  padding: 50px 0 72px 0;
}

.front-products-list .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.front-products-list>div:nth-of-type(2) {
  position: relative;
}

.single-produto .front-products-list {
  background-color: var(--main-color);
}

.front-products-list .container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.front-products-slider {
  margin-top: 56px;
  position: relative;
  font-size: 0%;
  padding-bottom: 63px;
  display: flex;
  gap: 36px;
  overflow-x: scroll;
  padding-right: 5%;
  padding-left: 5%;
}

.front-products-slider::-webkit-scrollbar {
  display: none;
}

.slider-buttons button {
  position: absolute;
  bottom: -25px;
  border-radius: 50%;
  border: none;
  font-size: 0;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  transition: all 0.2s;
}

.front-products-list .rounded-button:hover {
  color: #000;
}

.slider-buttons button:hover {
  transform: scale(1.1);
}

.slider-buttons .next {
  right: 15%;
  background-image: url(assets/images/botao-direita.svg);
}

.slider-buttons .prev {
  right: 18%;
  background-image: url(assets/images/botao-esquerda.svg);
}

.product-card {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.front-products-slider .product-card {
  flex: 0 0 254px;
}

.product-card::after {
  content: " ";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 41px;
  height: 41px;
  background-image: url(assets/images/adicionar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.5s;
}

.product-card:hover::after {
  transform: scale(1);
  opacity: 1;
}

.product-card-image {
  background-color: #fdfff5;
  border-radius: 15px;
  padding: 19px 0;
  height: 271px;
  position: relative;
  overflow: hidden;
}

.product-card-image figure {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.product-card-image img {
  transition: all 0.5s;
  height: 100%;
  object-fit: contain;
}

.product-card:hover .product-card-image img {
  transform: scale(0.9);
}

.product-card .product-card-title,
.product-card h3 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 24px;
}

.product-card .product-card-title.product-card-title-margin{
  margin-top: 13px;
}

.product-card .product-card-category-name,
.product-card .category {
  position: absolute;
  bottom: -100px;
  left: 18px;
  color: var(--light-green-color);
  font-size: 13.019px;
  font-weight: 700;
  padding: 6px 10px;
  transition: all 0.5s;
  background-color: var(--main-green-color);
  border-radius: 45px;
}

.product-card:hover .category {
  bottom: 18px;
}

.product-card p {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 7px;
}

.progress-bar-container {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 2px;
  background: var(--main-green-color);
  position: absolute;
  transition: left 0.3s ease-in-out;
}

/* SINGLE PRODUTO */
.product {
  padding: 160px 5% 60px 5%;
}

.product .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 18px;
}

.product .breadcrumbs a {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
}

.product .breadcrumbs a:not(:last-child)::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url(assets/images/seta-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product .breadcrumbs a:last-child {
  color: #000;
}

.product-details {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 70px;
  margin-top: 20px;
  padding: 0 10%;
}

.product-details-info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 9px;
}

.product-details-info-title-wrapper {
  max-width: 493px;
}

.product-details h1 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
}

.product-details-info-buttons {
  margin-top: 9px;
  margin-bottom: 22px;
  display: flex;
  gap: 13px;
  align-items: center;
}

.product-details h2 {
  color: #000;
  font-size: 17px;
  font-weight: 800;
  line-height: 30px;
  padding-bottom: 13px;
  width: 100%;
  border-bottom: 1px solid #cccfbd;
  padding-left: 9px;
  text-transform: none;
}

.product-details table {
  width: 100%;
  margin-bottom: 12px;
}

.product-details table td {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 14px;
}

.product-details table tr td:nth-child(2) {
  text-align: end;
}

.product-details tr:nth-child(even) {
  background-color: var(--main-color);
}

.declared-content-info {
  padding: 0 25px;
}

.physical-property {
  overflow: hidden;
}

.physical-property-header {
  padding: 12px 8px 12px 25px;
  border: none;
  width: 100%;
  border-bottom: 1px solid #cccfbd;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  background-color: #fdfff5;
  cursor: pointer;
  align-items: center;
  font-family: 'Nunito Sans';
}

.physical-property-header::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(assets/images/seta-propriedades.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.physical-property-header.active::after {
  transform: rotateZ(-180deg);
}

.physical-property-header h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: flex;
  gap: 5px;
}

.physical-property-header h3::before {
  counter-increment: property;
  content: "0"counter(property) ".";
  position: relative;
  display: inline-block;
  left: 0;
  color: var(--light-green-color);
}

.physical-property-bottom {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out,
    padding 0.3s ease-in-out;
  background-color: #fdfff5;
  padding: 0 48px;
  border-bottom: 1px solid #cccfbd;
}

.physical-property-bottom.active {
  max-height: fit-content;
  padding: 9px 48px;
  opacity: 1;
}

.physical-property-bottom p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.product-details-image {
  padding: 72px 28px 20px 28px;
  border-radius: 30px;
  border: 1px solid #cccfbd;
}

.product-details-image figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tags {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 50px;
}

.product-tags span {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.product-tags a {
  color: #000;
  font-size: 13.019px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 13px;
  border-radius: 45px;
  background-color: #e4e5db;
  transition: all 0.2s;
}

.product-tags a:hover {
  background-color: #cccdbf;
}

.find-manager {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  background-color: var(--main-color);
  border-radius: 15px;
  align-items: center;
}

.find-manager p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

.find-manager p strong {
  font-weight: 800;
}

.technical-help {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 35px;
  align-items: center;
}

.technical-help-text span {
  color: #000;
  font-size: 17px;
  font-weight: 800;
}

.technical-help-text p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.technical-help .call-to-national {
  color: #b5b5b5;
  font-size: 9.56px;
  font-weight: 400;
  line-height: normal;
}

.technical-help .manager-image {
  background-color: #e4e5db;
}

/* ARQUIVO: PRODUTOS */

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 19px;
  row-gap: 26px;
  margin-top: 30px;
}

.products-content-filters h3 {
  color: #000;
  font-size: 13px;
  font-weight: 800;
}

.category-filters,
.brand-filters {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.page-banner {
  padding: 270px 5% 0px 5%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner .container {
  display: grid;
  grid-template-columns: 18% 1fr;
  gap: 160px;
  align-items: flex-end;
  position: relative;
  padding-bottom: 40px;
  height: 100%;
}

.page-template-archive-gestor .page-banner .container {
  grid-template-columns: 19% 1fr 30%;
  gap: 100px;
  overflow: hidden;
}

.page-banner .container::after {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 0;
  background-image: url(assets/images/page-banner-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 27%;
  height: 33%;
}

.page-template-archive-gestor .page-banner .container::after {
  right: 50px;
  bottom: -13px;
}

.post-type-archive-produto .page-banner,
.tax-categoria .page-banner {
  background-image: url(assets/images/campo.webp);
}

.page-template-archive-gestor .page-banner {
  background-image: url(assets/images/gestores-bg.webp);
}

.page-banner h1 {
  color: #f2f4e9;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
}

.page-banner h1::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 93px;
  height: 23px;
  background-image: url(assets/images/produtos-h1-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.text-wrapper {
  max-width: 705px;
}

.page-banner p {
  color: #f2f4e9;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.products-content-list .product-card {
  padding-left: 0;
}

.products-content-list .product-card h3 {
  margin-top: 13px;
}

.products-content-list .product-card-image {
  height: 255px;
}

.products-content-list .product-card-image figure {
  height: 100%;
}

.products-content-list .product-card-image figure img {
  height: 100%;
  object-fit: contain;
}

.products-content {
  padding: 50px 5%;
}

.searched-filters {
  margin-bottom: 16px;
}

.searched-filters>div {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.searched-filters a {
  color: #000;
  font-size: 13.019px;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 6px 6px 15px;
  border-radius: 46.497px;
  background-color: #d6d7cc;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.2s;
}

.searched-filters a::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url(assets/images/x.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.searched-filters a:hover {
  background-color: var(--main-green-color);
  color: var(--light-green-color);
}

.searched-filters a:hover::after {
  background-image: url(assets/images/x-hover.svg);
}

.products-content .container {
  display: grid;
  grid-template-columns: 18% 1fr;
  gap: 160px;
}

.products-content-list form {
  display: flex;
}

.products-content-list input[type="submit"] {
  background-color: #e4e5db;
  outline: none;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
  border: none;
  font-size: 0;
  background-image: url(assets/images/lupa.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}

.products-content-list input[type="submit"]:hover {
  background-image: url(assets/images/lupa-hover.svg);
}

.products-content-list input[type="search"] {
  width: 100%;
  padding: 15px 10px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  background-color: #e4e5db;
  border: none;

  background-position: 8px center;
}

.products-content-list input:focus {
  outline: none;
}

.products-content-list input[type="search"]::placeholder,
.products-content-list input[type="search"] {
  font-family: "Nunito Sans", serif;
  color: #515151;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* Remove o estilo padrão */
  background-color: transparent;
  width: 32px;
  height: 32px;
  background-image: url("assets/images/limpar-filtro.svg");
  background-size: contain;
  opacity: 0;
  /* Inicialmente invisível */
  transition: opacity 0.3s ease;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

input[type="search"]:not(:placeholder-shown)::-webkit-search-cancel-button {
  opacity: 1;
  /* Aparece quando há texto */
}

input[type="search"]::-moz-search-cancel-button {
  background-color: transparent;
  width: 32px;
  height: 32px;
  opacity: 0;
  /* Inicialmente invisível */
  transition: opacity 0.3s ease;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

input[type="search"]:not(:placeholder-shown)::-moz-search-cancel-button {
  opacity: 1;
  /* Aparece quando há texto */
}

.products-content-filters span {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.category-filters {
  padding-bottom: 21px;
  border-bottom: 1px solid #dcdcdc;
}

.category-filters a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}

.category-filters a::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.2s;
}

.category-filters a:hover::before {
  width: 12px;
}

.category-filters a.active {
  display: flex;
  gap: 5px;
  align-items: center;
}

.category-filters a.active::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.category-filters a:hover {
  color: #0000008f;
}

.category-filters a.child {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-left: 15px;
}

.category-filters a.child:hover {
  font-weight: 600;
}

.brand-filters {
  margin-top: 20px;
}

.brand-filters a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-filters a::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(assets/images/vazio.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-filters a:hover::before {
  background-image: url(assets/images/checkbox-hover.svg);
}

.brand-filters a.active::before {
  background-image: url(assets/images/checked.svg);
}

.clear-filters {
  padding: 13.5px 37px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  background-color: #d9dbcd;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  transition: all 0.2s;
}

.clear-filters:hover {
  background-color: var(--main-green-color);
  color: #d9dbcd;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  gap: 18px;
}

.pagination-detail {
  color: #515151;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.pagination>div {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pagination a,
.pagination span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002c15;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  transition: all 0.2s;
}

.pagination a:hover {
  transform: scale(1.1);
}

.page-numbers.current {
  border: 1px solid var(--light-green-color);
}

.pagination .next,
.pagination .prev {
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.pagination .next {
  background-image: url(assets/images/pagina-proximo.svg);
}

.pagination .prev {
  background-image: url(assets/images/pagina-anterior.svg);
}

.filters-mobile {
  display: none;
}

.mobile-search-filter {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.mobile-search-filter form {
  width: 100%;
}

/* ARQUIVO: GESTORES */
.managers-avatar {
  display: flex;
}

.managers-avatar .manager-image {
  position: relative;
}

.managers-avatar .manager-image:nth-of-type(2) {
  left: -40px;
}

.managers-avatar .manager-image:nth-of-type(3) {
  left: -80px;
}

.managers-avatar .manager-image:nth-of-type(4) {
  left: -120px;
}

.managers-avatar .manager-image:nth-of-type(5) {
  left: -160px;
}

.managers-avatar .manager-image {
  width: 92px;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.managers-avatar figure {
  width: 100%;
  height: 100%;
}

.talk-with {
  padding: 140px 5% 170px 5%;
  position: relative;
}

.talk-with::before {
  content: " ";
  position: absolute;
  left: 12%;
  bottom: -50px;
  height: 100%;
  width: 50%;
  background-image: url(assets/images/folha-branca.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.talk-with .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding: 0 15% 0 164px;
  position: relative;
}

.talk-with>.container>.content {
  padding-top: 30px;
}

.talk-with h2 strong {
  color: var(--light-green-color);
  font-weight: 900;
}

.talk-with-manager {
  margin-top: 20px;
}

.talk-with>.container>.content>p {
  margin-top: 13px;
}

.talk-with .manager-card-grid {
  align-items: center;
}

.talk-with h3 {
  color: #000;
  font-size: 19.904px;
  font-weight: 900;
}

.talk-with .call-to-national {
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 400;
}

.no-results {
  margin-top: 30px;
}

/* 404 */
.not-found {
  background-color: #002411;
  padding: 250px 5% 230px 5%;
  text-align: center;
  position: relative;
}

.not-found-content {
  position: relative;
}

.not-found-content::after,
.not-found-content::before {
  content: " ";
  position: absolute;
  width: 338px;
  height: 80px;
  background-image: url(assets/images/erro-404-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.not-found-content::after {
  right: -150px;
}

.not-found-content::before {
  left: -150px;
}

.not-found::after {
  content: " ";
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  background-image: url(assets/images/terra.webp);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  background-position: bottom;
  pointer-events: none;
}

.not-found::before {
  content: " ";
  position: absolute;
  left: 10%;
  top: 0;
  background-image: url(assets/images/pontos.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.not-found h1 {
  color: var(--LIGHT_GREEN, #c2d500);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 92%;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
}

.not-found h2 {
  color: #f2f4e9;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}

.not-found .title-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.not-found .text-wrapper {
  max-width: 630px;
  margin: 0 auto;
}

.not-found p,
.not-found p a {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
}

.not-found p a:hover {
  color: #F2F4E9;
}

.not-found p a {
  text-decoration: underline;
}

.not-found .rounded-button {
  margin: 14px auto 0 auto;
  background-color: var(--light-green-color);
  color: #000;
  z-index: 5;
}

/* Links Úteis */

.info-page.links ul {
  margin: 0;
  list-style: none;
}

.menu-links-uteis li {
  border-bottom: 1px solid #cccfbd;
  position: relative;
}

.menu-links-uteis a {
  padding: 10px 15px;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.menu-links-uteis a:hover {
  background-color: #e4e7d8;
}

.menu-links-uteis a:hover::after {
  filter: invert(1);
}

.menu-links-uteis li a::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 96px;
  height: 23px;
  background-image: url(assets/images/saber-mais.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.info-page table {
  width: 100%;
  overflow-x: auto;
  display: block;
}

.info-page td strong {
  color: var(--light-green-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 10px;
}

.info-page td {
  color: #181818;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  padding: 7px 0 8px 8px;
}

.info-page tr:nth-of-type(even) {
  background-color: #e9ecde;
}

/* AOS */
[data-aos=zoom-in]{
  transform: scale(0.85);
}

[data-aos=fade-up] {
    transform: translate3d(0, 80px, 0);
}

/* QUERIES */

@media screen and (min-width: 2400px) {
  .not-found::after {
    height: 28%;
  }
}

@media screen and (max-width: 1745px) {
  .slider-buttons .prev {
    right: 19%;
  }

  .banner h1 {
    font-size: 54px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1680px) {
  .banner h1 {
    font-size: 54px;
    line-height: 55px;
  }

  .products-custom-grid {
    max-height: 620px;
  }

  .front-managers h2::after,
  .front-products-list h2::after {
    left: -25px;
  }

  .front-products-list .container {
    padding: 0 5%;
  }

  .front-managers-map::after {
    width: 30%;
  }

  .talk-with h3 {
    font-size: 17px;
  }

  .page-banner h1 {
    font-size: 24px;
  }

  .category-filters a,
  .category-filters a.child {
    font-size: 15px;
  }

  .products-content .container,
  .page-banner .container,
  .footer-content {
    gap: 120px;
  }

  .product-details {
    padding-right: 0;
    padding-left: 0;
  }

  .info-page h1 {
    font-size: 32px;
  }

  .info-page h2 {
    font-size: 22px;
  }

  .info-page h3 {
    font-size: 18px;
  }

  .about-us-video video {
    height: 600px;
  }
}

@media screen and (max-width: 1550px) {
  .banner h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .front-products-slider .slick-next {
    right: 14%;
  }

  .banner-images .product-card:nth-of-type(1) {
    right: 100px;
  }

  .banner p {
    font-size: 20px;
  }

  .products-custom-grid {
    max-height: 560px;
  }

  .front-product-card h3 {
    font-size: 23px;
  }

  .manager-card h3 {
    font-size: 19px;
  }

  .number span {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  .talk-with .container {
    padding: 0 5%;
  }

  .product-card-image {
    height: 240px;
  }

  .front-products-slider {
    padding-bottom: 40px;
  }

  footer {
    padding: 80px 5% 100px 5%;
  }

  .website-map a,
  .footer-products a,
  .address p {
    font-size: 16px;
  }

  .lets-talk a {
    font-size: 17px;
  }

  .footer-content {
    gap: 100px;
  }

  .product-card .product-card-title,
  .product-card h3 {
    font-size: 15px;
  }

  .brand-filters a {
    font-size: 14px;
  }

  .clear-filters {
    font-size: 15px;
  }

  .product-details h2 {
    font-size: 16px;
  }

  .physical-property-header h3 {
    font-size: 15px;
  }

  .product-details-image {
    padding: 40px 90px 20px 70px;
  }
}

@media screen and (max-width: 1440px) {
  .menu-top>li:last-child>a::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .banner h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 20px;
  }

  .front-product-card h3 {
    font-size: 20px;
  }

  .front-product-card-know-more {
    font-size: 14px;
  }

  .products-custom-grid {
    max-height: 520px;
  }

  .banner p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner::before {
    bottom: 380px;
  }

  .rounded-button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .banner .know-more {
    font-size: 16px;
  }

  .banner::after {
    right: -50px;
  }

  .front-products h2::after {
    top: -1px;
    height: 30px;
    width: 27px;
  }

  .about-us h2::after {
    right: -21px;
    bottom: -2px;
    width: 73px;
    height: 13px;
  }

  .header-technical-help>span {
    font-size: 15px;
  }

  .phone-number a {
    font-size: 15px;
  }

  p {
    font-size: 14px;
    line-height: 170%
  }

  .zone-item {
    font-size: 14px;
  }

  .product-card::after {
    width: 30px;
    height: 30px;
  }

  .front-products-slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -18px;
  }

  .logos a {
    max-width: 160px;
  }

  .logos img {
    width: 100%;
    object-fit: contain;
  }

  .banner .container {
    grid-template-columns: 45% 1fr;
  }

  .banner-images>img {
    object-fit: contain;
    max-height: 500px;
  }

  .banner {
    justify-content: flex-end;
  }

  .banner .product-card-image {
    height: 143px;
  }

  .banner .product-card {
    max-width: 124px;
  }

  .banner-images .product-card:nth-of-type(1) {
    top: 72px;
  }

  .about-us-video {
    padding: 0 5% 120px 5%;
  }

  .video-content::before {
    left: -24px;
  }

  .video-content::before {
    left: 100px;
  }

  .video-content::after {
    right: 5px;
  }

  .motto .rounded-button {
    font-size: 14px;
  }

  .manager-card {
    min-width: fit-content;
  }

  .manager-card p {
    font-size: 16px;
  }

  .manager-image {
    width: 75px;
    height: 75px;
  }

  .manager-image figure {
    width: 65px;
    height: 65px;
  }

  .manager-card-grid {
    grid-template-columns: 75px 1fr;
  }

  .number span {
    font-size: 14px;
  }

  .contact-button {
    font-size: 14px;
  }

  .contact-button::after {
    width: 30px;
    height: 30px;
  }

  .manager-card {
    padding: 20px 20px 20px 9px;
    right: -10px;
  }

  .front-managers .container {
    padding-left: 0;
    padding-right: 0;
  }

  .talk-with .container>div:nth-of-type(1) img {
    width: 100%;
    object-fit: contain;
  }

  .talk-with .container {
    grid-template-columns: 50% 1fr;
  }

  .talk-with h3 {
    font-size: 15px;
  }

  .talk-with {
    padding: 30px 5% 50px 5%;
  }

  .front-products-slider .product-card {
    flex: 0 0 225px;
  }

  .product-card-image {
    height: 200px;
  }

  .slider-buttons button {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }

  .footer-content {
    gap: 80px;
  }

  .website-map a,
  .footer-products a,
  .address p {
    font-size: 14px;
  }

  span.title,
  .license {
    font-size: 17px;
  }

  .lets-talk>span {
    font-size: 20px;
  }

  .socials span {
    font-size: 17px;
  }

  .lets-talk a {
    font-size: 15px;
  }

  .lets-talk .call-to-national {
    font-size: 13px;
  }

  .footer-contact-card {
    gap: 8px;
  }

  .socials a {
    width: 30px;
    height: 30px;
  }

  .front-managers-map svg {
    max-width: 350px;
  }

  .front-managers-map::after {
    background-position: bottom;
    width: 42%;
  }

  .footer-contact-card-title {
    font-size: 12px;
  }

  .footer-contact-card span {
    font-size: 12px;
  }

  .bottom-footer {
    margin-top: 60px;
  }

  .front-product-card-text {
    bottom: 18px;
  }

  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-content .container,
  .page-banner .container,
  .footer-content {
    gap: 80px;
  }

  .page-banner h1 {
    font-size: 21px;
  }

  .page-banner p {
    font-size: 14px;
  }

  .products-content-list input::placeholder,
  .products-content-list input {
    font-size: 15px;
  }

  .brand-filters a::before {
    width: 17px;
    height: 17px;
  }

  .products-content-list .product-card-image {
    height: 200px;
  }

  .category-filters a,
  .category-filters a.child {
    font-size: 14px;
  }

  .brand-filters a {
    font-size: 14px;
  }

  .brand-filters a::before {
    width: 15px;
    height: 15px;
  }

  .clear-filters {
    padding: 10px 30px;
    font-size: 14px;
    width: fit-content;
  }

  .product-details h1 {
    font-size: 24px;
  }

  .product-details-info-title img {
    max-width: 40px;
  }

  .btn-route {
    font-size: 14px;
  }

  .product-details-image img {
    max-width: 350px;
    height: auto;
    object-fit: contain;
  }

  .product-details table td {
    font-size: 14px;
  }

  .product-tags a {
    font-size: 12px;
  }

  .product-tags span {
    font-size: 13px;
  }

  .find-manager p {
    font-size: 14px;
  }

  .technical-help-text span,
  .technical-help-text p {
    font-size: 16px;
  }

  .manager-card-grid h3 {
    font-size: 14px;
  }

  .physical-property-header::after {
    width: 30px;
    height: 30px;
  }

  .info-page h1 {
    font-size: 25px;
  }

  .info-page h1::before {
    left: -21px;
    width: 71px;
    height: 18px;
  }

  .info-page p,
  .info-page li {
    margin-bottom: 5px;
  }

  .menu-links-uteis li a::after {
    width: 86px;
    height: 19px;
  }

  .group-logos img {
    max-width: 190px;
  }

  .footer-products>div,
  .website-map>div,
  .menu-bottom {
    gap: 10px;
  }

  .details img {
    max-width: 48px;
    max-height: 55px;
    object-fit: contain;
  }

  .details img {
    max-width: 48px;
    max-height: 55px;
    object-fit: contain;
  }

  .front-managers-map {
    padding: 15px 0 40px 40px;
  }

  .front-managers {
    padding: 80px 5% 50px 5%;
  }

  .front-managers-text {
    padding: 0;
  }

  .motto-text {
    padding: 90px 0;
  }

  .custom-logo-link {
    width: 190px;
    display: block;
  }

  .custom-logo-link img {
    width: 100%;
    object-fit: contain;
    transition: all .6s;
  }

  .page-template-archive-gestor .page-banner .container {
    grid-template-columns: 19% 1fr 30%;
    gap: 80px;
  }

  .page-banner {
    padding: 240px 5% 0 5%;
  }

  .not-found-content::after,
  .not-found-content::before {
    width: 25%;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
  }

  .not-found {
    padding: 220px 5% 185px 5%;
  }
}

@media screen and (max-width: 1376px) {
  .custom-logo-link img {
    width: 100%;
    object-fit: contain;
  }

  .menu-top>li:last-child>a {
    font-size: 15px;
  }

  .menu-top>li:not(:last-child)>a {
    padding: 6.5px 15px;
  }

  .menu-top>li:last-child>a {
    margin-left: 15px;
  }

  .banner h1 {
    font-size: 37px;
    line-height: 43px;
  }

  .banner .product-card-image {
    height: 145px;
    padding: 8px 0;
  }

  .details span {
    font-size: 16px;
  }

  h2 {
    font-size: 18px;
  }

  .front-product-card h3 {
    font-size: 19px;
  }

  .front-product-card-text span {
    font-size: 14px;
  }

  .rounded-button {
    font-size: 14px;
  }

  .front-managers .container {
    padding: 0;
  }

  .banner p {
    font-size: 16px;
  }

  .banner .know-more {
    font-size: 15px;
  }

  .details img {
    max-width: 70px;
  }

  .details {
    padding: 50px 5%;
  }

  .products-custom-grid {
    max-height: 490px;
  }

  .zone-item {
    font-size: 13px;
    padding: 15px 22px;
  }

  .manager-card {
    font-size: 15px;
  }

  .header-technical-help>span {
    font-size: 13px;
  }

  .phone-number a {
    font-size: 13px;
  }

  .header-technical-help {
    margin-left: 120px;
  }

  .product-card p {
    font-size: 13px;
  }

  .page-banner h1 {
    font-size: 19px;
  }

  .page-banner h1::after {
    right: 17px;
    bottom: -10px;
    width: 67px;
  }

  .product-card .category {
    font-size: 13px;
  }

  .product-details h1 {
    font-size: 22px;
  }

  .product-details-info-title img {
    max-width: 35px;
  }

  .btn-route::after {
    height: 29px;
    width: 29px;
  }

  .product-details-image img {
    max-width: 320px;
    height: auto;
    object-fit: contain;
  }

  .product-details {
    gap: 50px;
  }

  .page-template-archive-gestor .page-banner .container {
    grid-template-columns: 20% 1fr 30%;
  }

  .front-managers {
    padding: 80px 5% 75px 5%;
  }

  .not-found h2 {
    font-size: 22px;
  }

  .not-found p,
  .not-found p a {
    font-size: 16px;
  }

  .page-banner {
    padding: 240px 5% 0 5%;
  }

  .front-managers-map svg {
    max-width: 320px;
    height: fit-content;
  }

  .banner .container {
    grid-template-columns: 40% 1fr;
    padding-left: 12%;
  }

  .motto .motto-container {
    grid-template-columns: 33% 1fr;
    padding-left: 8%;
  }
}

@media screen and (max-width: 1280px) {
  .banner{
    padding-top: 125px;
  }

  .hero-banner-left-content{
    margin-top: -50px;
  }

  .custom-logo-link {
    width: 175px;
  }

  .menu-top>li:not(:last-child)>a {
    font-size: 15px;
  }

  .menu-top>li:last-child>a {
    font-size: 14px;
  }

  .banner .product-card-image {
    height: 130px;
  }

  .banner .product-card {
    max-width: 125px;
  }

  .banner-images .product-card:nth-of-type(1) {
    top: 145px;
  }

  .banner h1 {
    font-size: 35px;
    line-height: 39px;
  }

  .banner p {
    font-size: 15px;
    line-height: 1.7;
  }

  .rounded-button {
    font-size: 13px;
  }

  .details span {
    font-size: 15px;
  }

  .details img {
    max-width: 40px;
    max-height: 40px;
  }

  .front-product-card h3 {
    font-size: 18px;
  }

  /* h2 {
    font-size: 17px;
  } */

  .front-products h2::after {
    height: 25px;
  }

  .front-product-card-text {
    left: 15px;
  }

  .front-product-card h3 {
    font-size: 16px;
  }

  .front-products {
    padding: 70px 5%;
  }

  .products-custom-grid {
    gap: 15px;
  }

  .home .front-managers {
    padding-bottom: 70px;
  }

  .manager-card p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact-button {
    font-size: 13px;
  }

  .front-managers h2::after,
  .front-products-list h2::after {
    bottom: -17px;
    width: 60px;
    height: 30px;
  }

  .rounded-button {
    padding: 10px 20px;
  }

  .front-products-slider {
    gap: 20px;
  }

  .product-card-image {
    height: 180px;
  }

  .product-card h3 {
    margin-top: 15px;
  }

  .footer-content {
    gap: 40px;
  }

  .lets-talk a {
    font-size: 13px;
    line-height: 20px;
  }

  .logos a {
    max-width: 145px;
  }

  footer {
    padding: 70px 5%;
  }

  .footer-products>div,
  .website-map>div,
  .menu-bottom {
    gap: 13px;
  }

  .lets-talk>span {
    font-size: 17px;
  }

  span.title,
  .license {
    font-size: 16px;
  }

  .socials span {
    font-size: 15px;
  }

  .front-managers .container {
    gap: 45px;
  }

  .menu-top>li:last-child>a {
    gap: 7px;
  }

  .menu-top>li:last-child>a::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  .category-filters,
  .brand-filters {
    gap: 8px;
  }

  .clear-filters {
    font-size: 14px;
  }

  .grid-4 {
    row-gap: 19px;
    column-gap: 19px;
  }

  .product-details {
    grid-template-columns: 40% 1fr;
  }

  .product-details h1 {
    font-size: 20px;
  }

  .product-details-info-title img {
    max-width: 30px;
  }

  .product-details-image img {
    max-width: 280px;
  }

  .physical-property-header h3 {
    font-size: 14px;
  }

  .product-details h2 {
    font-size: 15px;
  }

  .technical-help-text span,
  .technical-help-text p {
    font-size: 15px;
  }

  .product .breadcrumbs a {
    font-size: 14px;
    gap: 14px;
  }

  .product .breadcrumbs {
    gap: 14px;
    row-gap: 3px;
  }

  .info-page h2 {
    font-size: 20px;
  }

  .not-found::after {
    width: 36%;
  }

  .info-page table tr td:nth-of-type(4) {
    min-width: 250px;
  }

  .product-details {
    padding: 0;
  }

  .not-found {
    padding: 200px 5% 160px 5%;
  }

}

@media screen and (max-width: 1180px) {
  .banner h1 {
    font-size: 35px;
  }

  .details span {
    font-size: 14px;
  }

  .products-custom-grid {
    max-height: 450px;
  }

  .front-product-card h3::before {
    width: 25px;
    height: 25px;
  }

  /* p {
    font-size: 13px;
  } */

  .motto .rounded-button {
    font-size: 13px;
  }

  .front-managers-text {
    padding: 20px 0;
  }

  .zone-item {
    font-size: 12px;
  }

  .front-managers-map svg {
    max-width: 310px;
  }

  .front-managers-map {
    padding: 20px 0 10px 30px;
  }

  .talk-with {
    padding: 50px 5% 70px 5%;
  }

  .product-card .product-card-title,
  .product-card h3 {
    font-size: 14px;
  }

  .front-products-slider .product-card {
    flex: 0 0 200px;
  }

  .rounded-button {
    font-size: 12px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-info {
    justify-content: space-between;
  }

  footer .logos {
    display: flex;
    gap: 50px;
  }

  .website-map a,
  .footer-products a,
  .address p {
    font-size: 13px;
  }

  .socials span {
    font-size: 14px;
  }

  .footer-products>div,
  .website-map>div,
  .menu-bottom {
    gap: 10px;
  }

  .product-card .category {
    font-size: 12px;
  }

  .page-banner .container {
    grid-template-columns: 21% 1fr;
  }

  .page-banner h1 {
    line-height: 25px;
  }

  .page-banner {
    padding: 185px 5% 0 5%;
  }

  .physical-property-bottom p {
    font-size: 13px;
    line-height: 23px;
  }

  .physical-property-bottom {
    padding: 0 30px;
  }

  .physical-property-bottom.active {
    padding: 9px 30px;
  }

  .product-details-image {
    padding: 40px 50px 20px 50px;
  }

  .product-tags {
    flex-wrap: wrap;
  }

  .managers-avatar {
    display: none;
  }

  .page-template-archive-gestor .page-banner .container {
    grid-template-columns: 28% 1fr;
  }

  .page-template-archive-gestor .page-banner .container::after {
    bottom: -1px;
  }

  .not-found h2 {
    font-size: 20px;
  }

  .not-found h1 {
    font-size: 16px;
  }

  .not-found {
    padding: 160px 5% 150px 5%;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 1050px) {
  .details span {
    white-space: nowrap;
  }

  .details .medium-container>div:not(:last-child)::after {
    display: none;
  }

  .details .medium-container {
    width: 100%;
    animation: marquee 20s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translate(5%, 0);
    }

    100% {
      transform: translate(-100%, 0%);
    }
  }

  /* .not-found-content::after,
  .not-found-content::before {
    display: none;
  } */
}

@media screen and (max-width: 1024px) {
  .banner{
    min-height: auto;
  }

  .banner h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .banner-images .product-card {
    display: none;
  }

  .header-technical-help {
    display: none;
  }

  header {
    padding-top: 40px;
  }

  header .container {
    align-items: center;
    justify-content: space-between;
  }

  .menu-top {
    margin: 0;
  }

  .custom-logo-link {
    width: 160px;
  }

  .menu-top {
    position: absolute;
    top: 0;
    right: -100vw;
    width: 50vw;
    height: 100vh;
    background-color: #002311;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 9% 5%;
    transition: all 0.5s;
  }

  .menu-top>li:not(:last-child)>a {
    font-weight: bold;
  }

  .menu-top.active {
    right: 0;
  }

  .btn-mobile {
    display: block;
    width: 40px;
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: 5%;
    z-index: 999;
  }

  .btn-mobile span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    position: relative;
  }

  .dark .btn-mobile span {
    background: var(--main-green-color);
  }

  .dark .btn-mobile.active span {
    background: var(--main-color);
  }

  .header-logo {
    z-index: 999;
  }

  .menu-top .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: auto;
    top: auto;
    backdrop-filter: none;
    background-color: transparent;
    padding: 10px 20px 13px 25px;
  }

  .btn-mobile span+span {
    margin-top: 8px;
  }

  .btn-mobile.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
  }

  .btn-mobile.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
  }

  .btn-mobile.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }

  .btn-mobile.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }

  .btn-mobile.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
  }

  .btn-mobile.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
  }

  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }

    50% {
      top: 10px;
      transform: rotate(0);
    }

    100% {
      top: 10px;
      transform: rotate(45deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 11px;
      transform: rotate(45deg);
    }

    50% {
      top: 11px;
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }

    50% {
      bottom: 11px;
      transform: rotate(0);
    }

    100% {
      bottom: 11px;
      transform: rotate(135deg);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 11px;
      transform: rotate(135deg);
    }

    50% {
      bottom: 11px;
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }

  @keyframes scaled {
    50% {
      transform: scale(0);
    }

    100% {
      transform: scale(0);
    }
  }

  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }

    50% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  .banner-images>img {
    width: 100%;
  }

  .banner .container {
    padding-left: 100px;
  }

  .details .medium-container>div:not(:last-child)::after {
    right: 0;
  }

  .products-custom-grid {
    max-height: 380px;
  }

  .front-product-card h3 {
    font-size: 15px;
  }

  .front-product-card-know-more {
    font-size: 11px;
  }

  .about-us-video {
    padding: 0 5% 70px 5%;
  }

  .zone-item {
    padding: 15px 10px;
  }

  .manager-card-grid {
    grid-template-columns: 85px 1fr;
  }

  .front-managers-map svg {
    top: 50%;
    max-width: 270px;
    height: fit-content;
    transform: translateY(-50%);
    position: relative;
  }

  .manager-card .call-to-national {
    font-size: 11px;
  }

  .manager-card {
    right: -25px;
  }

  .talk-with h3 {
    font-size: 14px;
  }

  .front-products-slider .product-card {
    flex: 0 0 180px;
  }

  .product-card-image {
    height: 160px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .slider-buttons .prev {
    right: 20%;
  }

  .page-banner .container {
    grid-template-columns: 25% 1fr;
  }

  .page-banner h1 {
    font-size: 18px;
  }

  .page-banner h1::after {
    right: 36px;
    bottom: -13px;
    width: 55px;
  }

  .filters-mobile {
    display: block;
    border-radius: 46px;
    background-color: #e4e5db;
    width: fit-content;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 13.5px 50px 13.5px 23px;
    background-image: url(assets/images/filtros.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 80px center;
  }

  .filters {
    transition: all 0.3s;
  }

  .products-content .container {
    display: flex;
    gap: 0;
    overflow-x: visible;
  }

  .products-content-filters {
    width: 0px;
    left: -100%;
    position: relative;
    transition: all 0.3s;
  }

  .products-content-filters.active {
    width: 200px;
    left: 0;
    position: relative;
    min-width: 200px;
  }

  .products-content-list {
    width: calc(100vw - 11%);
    min-width: calc(100vw - 11%);
    transition: all 0.3s;
  }

  .products-content-list.active-filters {
    width: calc(100% + 200px);
    right: -50px;
    position: relative;
  }

  .filters.active {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .category-filters {
    border: none;
  }

  .find-manager {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .product-details-image img {
    max-width: 260px;
  }

  .product-details-image {
    padding: 30px 30px 20px 30px;
  }

  .product .breadcrumbs a {
    font-size: 13px;
    white-space: nowrap;
  }

  .product-tags a {
    font-size: 11px;
  }

  .product-tags span {
    font-size: 12px;
  }

  .technical-help {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn-route {
    font-size: 13px;
  }

  .btn-route::after {
    height: 26px;
    width: 26px;
  }

  .declared-content-info {
    padding: 0;
  }

  .brand-filters {
    margin-top: 0;
  }

  .searched-filters a {
    font-size: 11px;
  }

  .searched-filters a::after {
    width: 20px;
    height: 20px;
  }

  .menu-top {
    gap: 0;
  }

  .menu-top>li:last-child>a {
    margin-top: 8px;
  }

  .menu-top .menu-item-has-children>a::after {
    display: none;
  }

  header.dark .menu-top>li:not(:last-child)>a,
  header.dark .menu-top .sub-menu a {
    color: #f2f4e9;
  }

  header.dark .menu-top .sub-menu,
  header.dark .menu-top>li:not(:last-child)>a:hover {
    background-color: transparent;
  }

  .motto .motto-container {
    grid-template-columns: 35% 1fr;
    padding-left: 0;
  }

  .talk-with .container {
    grid-template-columns: 41% 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 890px) {
  .banner{
    padding-top: 100px;
  }

  .banner::before {
    bottom: 360px;
    height: 10%;
    width: 10%;
}

  .banner-images>img {
    max-height: 420px;
  }

  .details .medium-container {
    gap: 40px;
  }

  .details .medium-container>div:last-child {
    padding-right: 5%;
  }

  .details span {
    font-size: 13px;
  }

  .details {
    padding: 28px 5%;
  }

  .front-product-card h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .front-products {
    padding: 55px 5%;
  }

  .about-us {
    padding: 55px 0 0 0;
  }

  .motto .motto-container {
    grid-template-columns: 48% 1fr;
  }

  .motto-text {
    padding: 80px 0;
  }

  .group-logos {
    background-size: cover;
    background-position: -150px 0;
  }

  .manager-card {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .front-managers-map {
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .front-managers-map svg {
    max-width: 220px;
    top: auto;
    transform: none;
  }

  .manager-card {
    margin-top: 20px;
    width: 100%;
  }

  .front-managers .container {
    grid-template-columns: 40% 1fr;
  }

  .talk-with .container {
    gap: 45px;
  }

  .logos a {
    max-width: 135px;
  }

  .footer-content {
    gap: 15px;
  }

  footer {
    padding: 50px 5%;
  }

  .products-content-list .product-card-image {
    height: 190px;
  }

  .product-details {
    grid-template-columns: 1fr;
  }

  .product-details>div:nth-of-type(1) {
    order: 2;
  }

  .product-details-info {
    order: 1;
  }

  .product {
    padding: 145px 5% 50px 5%;
  }

  .technical-help {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .product-details {
    gap: 20px;
  }

  .page-template-archive-gestor .page-banner .container {
    gap: 50px;
  }

  .clear-filters {
    font-size: 11px;
    width: fit-content;
  }

  .product-details-info-buttons {
    margin-top: 20px;
  }

  .find-manager {
    flex-direction: row;
  }

  .product-tags {
    margin-top: 15px;
  }

  .motto::before {
    display: none;
  }

  .front-products-list .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
  }

  .front-products-list .container>div{
    width: 100%;
  }

  .banner .container {
    padding-left: 5%;
    gap: 0;
  }

  .product-details-info-title-wrapper {
    margin-top: 10px;
  }

  .not-found-content::after, .not-found-content::before{
    top: 100%;
  }

  .not-found::after {
    width: 40%;
  }

  .front-products-list .rounded-button{
    position: absolute;
    top: -5px;
    right: 5%;
  }

}

@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 26px;
    line-height: 31px;
  }

  .details .medium-container>div:not(:last-child)::after {
    display: none;
  }

  .details .medium-container>div {
    justify-content: center;
  }

  .products-custom-grid {
    gap: 6px;
  }

  .motto .motto-container {
    grid-template-columns: 1fr;
  }

  .motto-text {
    padding: 50px 0 10px 0;
  }

  .group-logos {
    padding-bottom: 50px;
    background-image: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .group-logos::before {
    content: '';
    position: absolute;
    top: -25%;
    left: -5%;
    width: 105%;
    height: 100%;
    background-image: url(assets/images/logos-bg-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .motto-title-wrapper {
    max-width: 100%;
  }

  .zone-item {
    padding: 12px 10px;
  }

  .talk-with .container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .talk-with .container>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
  }

  .talk-with .container>div:nth-of-type(1) img {
    max-height: 200px;
    width: 60%;
  }

  .home .front-managers {
    padding-bottom: 30px;
  }

  .talk-with::before {
    right: 0;
    left: auto;
    bottom: 47%;
    height: 52%;
    width: 27%;
    background-position: right;
  }

  .talk-with {
    padding: 20px 5% 45px 5%;
  }

  .slider-buttons .prev {
    right: 23%;
  }

  .footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }

  .footer-contacts {
    order: 4;
  }

  .footer-contacts {
    grid-area: 2 / 1 / 3 / 4;
  }

  span.title {
    margin-bottom: 5px;
  }

  .products-custom-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 30% 1fr 1fr;
  }

  .front-product-card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .front-product-card:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .front-product-card:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .front-product-card:nth-child(4) {
    grid-area: 2 / 2 / 3 / 4;
  }

  .front-product-card:nth-child(5) {
    grid-area: 3 / 1 / 4 / 3;
  }

  .front-product-card:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }

  .front-product-card-know-more {
    line-height: 24px;
  }

  .menu-top {
    padding: 5%;
  }

  .page-banner .container {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 20px;
  }

  .page-banner h1 {
    max-width: fit-content;
  }

  .page-banner h1::after {
    right: -10px;
  }

  .menu-links-uteis a {
    font-size: 13px;
  }

  .info-page h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .info-page {
    padding: 140px 5% 50px 5%;
  }

  .info-page h2 {
    font-size: 16px;
  }

  .info-page h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .page-template-archive-gestor .page-banner .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .front-managers {
    padding: 70px 5% 65px 5%;
  }

  .not-found p,
  .not-found p a {
    font-size: 15px;
  }

  .not-found h2 {
    font-size: 18px;
  }

  .not-found h1 {
    font-size: 15px;
  }

  .banner .container {
    padding-left: 5%;
  }

  .banner .container {
    grid-template-columns: 45% 1fr;
  }
}
@media screen and (max-width: 690px) {
  .hero-banner-left-content{
    margin-top: 0;
  }

  .banner-images>img {
    max-height: fit-content;
    width: 110%;
  }
}

@media screen and (max-width: 630px) {
  .overflow .single-produto .custom-logo-link img,
  .overflow .page-template-default .custom-logo-link img{
    filter: brightness(0) invert(1);
  }

  .banner {
    background-size: cover;
  }

  .banner h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .custom-logo-link {
    width: 145px;
  }

  .btn-mobile {
    width: 35px;
  }

  .banner-images>img {
    width: 140%;
    margin-left: -50px;
  }

  .banner::before {
    display: none;
  }

  .banner {
    padding-top: 95px;
  }

  .front-products {
    padding: 50px 5%;
  }

  .front-product-card-know-more {
    display: none;
  }

  .front-managers .container {
    grid-template-columns: 1fr;
  }

  .front-managers-text {
    padding: 0;
  }

  .front-managers-map svg {
    display: none;
  }

  .front-managers-map {
    padding: 10px;
  }

  .manager-card {
    margin-top: 0;
  }

  .front-managers .container {
    gap: 30px;
  }

  .front-products-list {
    padding: 30px 0 40px 0;
  }

  .front-products-slider {
    margin-top: 30px;
    gap: 15px;
  }

  .product-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .front-products-list .container>div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  span.title,
  .license {
    font-size: 15px;
  }

  .lets-talk>span {
    font-size: 16px;
  }

  .footer-contact-card-title {
    font-size: 11px;
  }

  .lets-talk .call-to-national {
    font-size: 11px;
  }

  .footer-products>div,
  .website-map>div,
  .menu-bottom {
    gap: 7px;
  }

  .address {
    gap: 3px;
  }

  .lets-talk .contacts {
    margin-top: 20px;
  }

  footer::after {
    width: 43%;
  }

  footer::before {
    width: 40%;
  }

  .details img {
    width: 30px;
    max-height: 30px;
  }

  .details .medium-container>div {
    justify-content: flex-start;
  }

  .about-us-video video {
    height: 230px;
  }

  .product-card .category {
    font-size: 10px;
  }

  .products-content-list input[type="search"] {
    padding: 13px 10px;
  }

  .products-content-list input[type="search"]::placeholder {
    font-size: 12px;
  }

  .page-banner p {
    font-size: 14px;
    line-height: 20px;
  }

  .technical-help-text span,
  .technical-help-text p {
    font-size: 14px;
  }

  .product-details-image img {
    max-width: 215px;
  }

  .manager-card {
    margin-top: 20px;
  }

  .front-managers-map {
    border: none;
  }

  .front-managers-map::after {
    display: none;
  }

  .zone-list {
    width: 100%;
    margin-top: 0;
  }

  .not-found::before {
    width: 100%;
  }

  .page-id-57 .info-page .small-container>div>div {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-search-filter {
    align-items: center;
    gap: 10px;
  }

  .products-content-list input[type="submit"] {
    background-position: 10px center;
  }

  .banner .container {
    grid-template-columns: 55% 1fr;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .talk-with>.container>.content>p {
    margin-top: 5px;
  }

  .front-products-list .container{
    gap: 20px;
  }

  .menu-top {
    width: 100vw;
  }

  .menu-top li {
    width: 100%;
  }

  .menu-top>li:last-child>a {
    width: fit-content;
  }

  .product-details table td {
    line-height: 22px;
  }
}

@media screen and (max-width: 600px){
  .banner h1 {
    font-size: 35px;
    line-height: 39px;
  }

  .banner {
    padding: 280px 0 40px 0;
  }

  .banner-images>img {
    width: 120%;
    bottom: 70px;
    left: 40%;
    mix-blend-mode: lighten;
    opacity: .5;
  }

  .banner .container{
    grid-template-columns: 75%;
    position: relative;
  }

  .banner-images {
    position: absolute;
  }

}

@media screen and (max-width: 540px) {
  h2 {
    font-size: 21px;
    line-height: 123%;
  }

  .banner::after {
    right: -2px;
    bottom: 170px;
  }

  .front-product-card-text {
    right: 15px;
  }

  .front-product-card:nth-child(1) .front-product-card-text,
  .front-product-card:nth-child(2) .front-product-card-text {
    bottom: 10px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-content-list input::placeholder,
  .products-content-list input {
    font-size: 13px;
  }


  .technical-help {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .menu-links-uteis li a::after {
    width: 71px;
    height: 16px;
  }

  .menu-links-uteis a {
    font-size: 12px;
  }

  .menu-links-uteis a {
    padding: 10px 0;
  }

  .info-page p,
  .info-page li {
    font-size: 13px;
  }

  .front-managers {
    padding: 70px 5% 20px 5%;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }

  .products-content-list.active-filters {
    right: -20px;
  }

  .not-found::after {
    width: 75%;
  }

  .filters-mobile {
    font-size: 13px;
    padding: 11.5px 44px 11.5px 23px;
    background-size: 25px 25px;
    background-position: 75px center;
  }

  .about-us-video {
    margin-top: 20px;
  }

  .slider-buttons button {
    width: 35px;
    height: 35px;
    bottom: -18px;
  }

  .product {
    padding: 110px 5% 50px 5%;
  }

  .contact-button {
    padding: 8px 50px;
  }
}

@media screen and (max-width: 440px) {
  .logos a:nth-child(1){
    margin-bottom: 0;
  }

  .about-us-video video {
    height: 270px;
  }

  .front-products-slider .product-card {
    flex: 0 0 160px;
  }

  .slider-buttons .prev {
    right: 29%;
  }

  .footer-info {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contacts {
    grid-area: 3 / 1 / 4 / 3;
  }

  .footer-contact-card::before {
    width: 30px;
    height: 30px;
  }

  footer .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }

  .lets-talk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-area: 2 / 1 / 3 / 3;
    row-gap: 0;
  }

  .lets-talk .address {
    grid-area: 2 / 1 / 3 / 2;
  }

  .lets-talk .contacts {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 0;
  }

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

  .about-us {
    padding: 50px 0 0 0;
  }

  .banner .container {
    padding: 0 5%;
  }

  .product-card h3 {
    font-size: 12px;
  }

  .page-banner {
    padding: 140px 5% 0 5%;
  }

  .info-page h1 {
    font-size: 18px;
  }

  .info-page h2 {
    font-size: 15px;
  }

  .info-page h3 {
    font-size: 14px;
  }

  .info-page ul {
    margin-left: 17px;
  }

  .front-product-card h3 {
    font-size: 13px;
  }

  .page-banner h1 {
    max-width: 210px;
  }

  .page-banner h1::after {
    width: 41px;
    right: 19px;
  }

  .banner::after {
    display: none;
  }

  .talk-with .container>div:nth-of-type(1) img {
    width: 100%;
  }

  .home .talk-with {
    padding: 15px 5% 30px 5%;
  }

  .front-managers h2::after,
  .front-products-list h2::after {
    width: 40px;
    left: -10px;
  }

  .find-manager {
    flex-direction: column;
  }

  .details {
    padding: 20px 5%;
  }

  .physical-property-header {
    padding: 12px 8px;
  }

  .banner .container {
    grid-template-columns: 88%;
  }
}

@media screen and (max-width: 390px) {
  .banner .container {
    grid-template-columns: 95%;
  }

  .footer-contacts {
    grid-template-columns: 1fr;
  }
}