@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap");

/**
 * Definições de fontes
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px



 */
:root {
  --bs-gutter-x: 1.5rem;
  --color-black: #1a1a1a;
  --color-white: #ffffff;
  --color-primary: #102d54;
  --color-azul-secondary: #0b1e38;
  --color-secondary: #37ee80;
  --Secundria-Green: #37ee80;
  --bs-breadcrumb-divider-color: #fff !important;

  --title-color: #5f6c40;
  --sub-title-color: #384025;
  --title-card-color: #ffffff;
  --title-card-blog-color: #5f6c40;
  --border-input-color: #5f6c40;
  --sub-title-card-blog-color: #384025;
  --text-color: #384025;

  --Principal-Light-Green: #95fcba;
  --font: "Space Grotesk", sans-serif;
  --font-title: "Space Grotesk", sans-serif;
  --font-second: "Poppins", sans-serif;
  --color-hamburger: #fff;

  --bg-footer: #13182c;
}
.single-yuup_produtos #whatssapp-btn,
.page-template-produtos-php #whatssapp-btn
{
  display: none;
}
#whatssapp-btn {
  position: fixed;
  top:calc(100vh - 25%);
  right: 10%;
  z-index: 9;
}
#whatssapp-btn a{
  border-radius: 88px;
  background: #1DAA61;
  transition: all .2s ease-in-out;
  padding: 15px;
  display: block;
  width: 72px;
}
#whatssapp-btn a svg{
  max-width: 100%;
  height: auto;
}
#whatssapp-btn a:hover{
  border-radius: 88px;
  background: #1A7646;
}
#whats-fixed {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9;
  top:calc(100vh - 20%);
  /* top: 40%; */
}
#whatsapp-produto {
  border-bottom: 2px solid var(--primria-a-4-c-73-c, #a4c73c);
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#whatsapp-produto .title {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 12px;
}
#whatsapp-produto .text {
  margin-left: 24px;
  margin-right: 4px;
}
#whatsapp-produto .desc {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
#cookiebanner-root .cb_bottom {
  background-color: #004962 !important;
}
.color-darkgreen {
  color: var(--text-color);
}
.cursor-pointer {
  cursor: pointer;
}
.color-title {
  color: var(--title-color);
}
.divider {
  height: 1px;
  background: #9c9c9c;
}
.container-icon-bol {
  padding-right: 8px;
}

.icon-bol {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.font-regular {
  font-weight: 400 !important;
  font-family: var(--font);
}
.font-light {
  font-weight: 300 !important;
  font-family: var(--font);
}

.font-medium {
  font-weight: 400 !important;
  font-family: var(--font);
}

.font-bold {
  font-weight: 700 !important;
  font-family: var(--font);
}

.font-ex-bold {
  font-weight: 800 !important;
  font-family: var(--font);
}

.ftz-10 {
  font-size: 10px !important;
}

.ftz-11 {
  font-size: 11px !important;
}

.ftz-12 {
  font-size: 12px !important;
}

.ftz-14 {
  font-size: 14px !important;
}

.ftz-15 {
  font-size: 15px !important;
}

.ftz-16 {
  font-size: 16px !important;
}

.ftz-18 {
  font-size: 18px !important;
}

.ftz-20 {
  font-size: 20px !important;
}

.ftz-24 {
  font-size: 24px !important;
}

.ftz-26 {
  font-size: 26px !important;
}

.ftz-28 {
  font-size: 28px !important;
}

.ftz-36 {
  font-size: 36px !important;
}

.ftz-48 {
  font-size: 48px !important;
}

.ftz-56 {
  font-size: 56px !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-family: var(--font);
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.hide {
  display: none !important;
}

.color-black {
  color: var(--color-black) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.container-btn-green-section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.container-btn-green-section .btn-green {
  width: 375px;
}

/**
 content
 */
.the-content * {
  
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}

.the-content .gallery {
  display: flex;
  flex-wrap: wrap;
}

.the-content .gallery > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.the-content img {
  border-radius: 20px;
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.the-content strong,
.the-content b {
  font-weight: 700;
  font-family: var(--font);
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  font-weight: 700;
  color: #13182c;
  font-family: var(--font);
  font-size: 28px;
  margin-bottom: 20px;
}

.text-decoration-none {
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.ma-0 {
  margin: 0;
}

.title-bread-crumb {
  font-size: 37px;
}
.breadcrumb {
  --bs-breadcrumb-divider-color: #fff !important;
}
.breadcrumb .active-page {
  color: var(--secundria-529-bd-2, #529bd2);
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag_2 */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
}

.title-section::before {
  content: " ";
  display: flex;
  background: url("../img/icons/icn_detalhe.svg") no-repeat center center;
  width: 13px;
  height: 15px;
  margin-right: 12px;
}
.title-section {
  display: flex;
  align-items: center;

  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.sub-title-section {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
}
.title-section-min {
  font-size: 20px;
  font-family: var(--font);
  color: var(--title-color);
  font-weight: 700;
  text-align: left;
}

.title-section-home {
  font-size: 60px;
  font-family: var(--font);
  color: #5f6c40;
  font-weight: 800;
  text-align: left;
}

.border-title {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  width: 100%;
}

.border-title > span {
  border-top: 1px solid #f48722;
  width: 270px;
}

.subtitle-section-home {
  font-size: 16px;
  font-family: var(--font);
  color: #384025;
  font-weight: 400 !important;
  text-align: left;
}

a,
a:hover {
  text-decoration: none;
}

html,
body {
  font-family: var(--font);
  font-weight: 400 !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  color: #15191d;
  scroll-behavior: smooth !important;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

/**
 HEADE pages
 */
#header-pages .bg-green {
  /* height: 100vh; */
  /* padding-top: 196px; */
  max-height: 400px;
}
#header-pages .bg-green.active {
  /*background: linear-gradient(to bottom, #38402500 0%, #384025 100%);*/
  background: #384025d1;
}
#header-pages {
  --padding: 170px 151px 86px 149px;
  min-height: 375px;
  display: flex;
  justify-content: center;
  align-items: start;
  background-image: var(--bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;

  padding: var(--padding);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.single-yuup_produtos #header-pages{
  background: linear-gradient(0deg, rgba(19, 24, 44, 0.85) 0%, rgba(19, 24, 44, 0.85) 100%), var(--bg) -9px -332.237px / 101.25% 258.637% no-repeat, #13182C;
}
#header-pages .title-header-page {
  font-family: var(--font-title);
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  /* Header/h1 */
  font-size: 36px;
  font-weight: 700;
  line-height: 64.2px; /* 114.643% */
}

#header-pages .text-content {
  leading-trim: both;
  text-edge: cap;
  color: #ffffff;
  text-align: left;
  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
  margin: 36px 0;
}
#header-pages .text-content > * {
  padding: 0;
  margin: 0;
}
/**
 * Defs menu
 */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.nav-menu {
  background-color: transparent;
  position: relative;
  padding: 20px 0;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
}
.nav-menu .sep {
  background: rgba(222, 222, 222, 0.2);
  width: 1px;
  height: 54px;
}

.nav-menu svg path {
  fill: #e0ffdf;
}
.nav-menu.brand-top img {
  transition: all 0.3s ease-in-out;
}
.nav-menu.bg .brand-top img {
  height: 41px;
}
.nav-menu.bg {
  padding: 10px 0;
}
.nav-menu .brand {
  width: 25%;
}
.nav-menu.bg .brand {
  width: 16.66666667%;
}
.nav-menu.bg{
  background: rgba(19, 24, 44, 0.75);
}
.nav-menu.bg,
#menu-mobile.bg {
  backdrop-filter: blur(2px);
}

.menu {
  padding: 0;
  margin: 0;
}

#menu-menu-topo {
  border-radius: 32px;
  padding: 16px 32px;
}
#menu-menu-topo li {
  list-style: none;
  margin: 0 24px;
}
#menu-topo {
  position: relative;
}
header .btn-contato {
  --color: #fff;
  --bg: #177cef;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  background: var(--bg, #177cef);
  color: var(--color);
  text-transform: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  /* position: absolute;
    right: 0; */
}
.nav-menu .btn-contato {
  display: flex;
  width: 182px;
  height: 56px;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
header .btn-contato::after {
  transition: all 0.3s ease-in-out;
  content: " ";
  background: url("../img/icons/icn_arrow_right_white.svg") no-repeat center
    center;
  width: 15px;
  height: 15px;
  display: flex;
  margin-left: 10px;
}
header .btn-contato:hover {
  background: var(--bg, #177cef);
  color: var(--color);
}
header .btn-contato:hover::after {
  rotate: -45deg;
}

#menu-menu-topo > li > a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

#menu-menu-topo a[href$="#"],
#menu-menu-topo a[href$="#"]:hover {
  border-right: 1px solid #c9c9c980;
  color: transparent;
}
header a {
  color: #f5f5f5;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: start;
  align-content: center;
}

#menu-menu-topo a:hover,
#menu-menu-topo .menu-item.active > a,
#menu-menu-topo .menu-item>a:active {
  color: #A4C73C;
}

header .menu-item {
  position: relative;
  display: flex;
}
/*#menu-menu-topo >.menu-item::after {*/
/*    content: '|';*/
/*    display: block;*/
/*    position: relative;*/
/*    left: 50%;*/
/*    color: #C9C9C980;*/
/*}*/


#menu-menu-topo .menu-item-has-children a:after {
}
header .menu-item-has-children.active > .sub-menu li {
  border-bottom: 1px solid rgba(82, 155, 210, 0.2);
}
header .menu-item-has-children.active > .sub-menu a {
  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
header .menu-item-has-children.active > a:after ,
header .menu-item-has-children.active:hover > a:after {
  transform: rotate(0deg);
}
header .menu-item-has-children > a::after {
  transform: rotate(180deg);
  display: flex;
  content: ' ';
  background: url("../img/icons/icn_chevron_up.svg") 0 0 no-repeat;
  width: 16px;
  height: 11px;
  margin-left: 4px;
  align-self: center;
  transition: all .2s ease-in-out;
}
header .sub-menu {
  --width:500px;
  position: absolute;
  display: none;
  top: 20px;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  min-width: var(--width);
}
header .sub-menu li {
  padding: 8px 12px;
  margin: 0 !important;
}

header .menu-item-has-children.active > .sub-menu {
  display: grid;
  border-radius: 0px 0px 8px 8px;
  background: rgba(19, 24, 44, 0.75);
  backdrop-filter: blur(2px);
  padding-top: 10px;
  padding-bottom: 10px;
  --bs-columns: 2;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

/**
* Menu mobile
*/
#menu-mobile .btn-contato {
  position: relative;
  height: 50px;
}
#menu-mobile {
  /* background-color: var(--color-white); */
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

#menu-mobile.active {
  /* min-height: 580px; */
  background: rgba(19, 24, 44, 0.75);

  backdrop-filter: blur(2px);
  min-height: 100%;
}

#menu-mobile .menu-item-has-children {
  align-items: start;
}
#menu-mobile .sub-menu {
  position: relative;
  left: -120px;
  top: 23px;
}

#logo-menu-mobile {
  margin-left: 24px;
}

.bg-mobile {
  /* background-color: rgb(21, 25, 29,0.75); */
  background: rgba(19, 24, 44, 0.75);
  backdrop-filter: blur(2px);
  height: 73px;
}
.bg-mobile svg path {
  fill: #004962;
}
.open-menu {
  width: 30px;
  height: 20px;
  /* position: absolute;
    margin-top:10px;
    right: 25px; */
  margin-right: 24px;
  cursor: pointer;
}

.icone-menu {
  display: block;
  position: relative;
  cursor: pointer;
  top: -10px;
  left: -10px;
}

.icone-menu .bar {
  position: relative;
  background-color: var(--color-hamburger);
  top: 18px;
  right: -9px;
}

.icone-menu .bar::after,
.icone-menu .bar::before {
  content: "";
}

.icone-menu .bar,
.icone-menu .bar::after,
.icone-menu .bar::before {
  width: 30px;
  height: 2px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.icone-menu .bar::after {
  position: absolute;
  left: 0;
  top: 7px;
  background-color: var(--color-hamburger);
}

.icone-menu .bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: var(--color-hamburger);
}

#menu-mobile.active .icone-menu .bar {
  width: 15px;
}

#menu-mobile.active .icone-menu .bar::before {
  width: 8px;
}

#menu-mobile.active .icone-menu .bar::after {
  width: 30px;
}

.menu-mobile-content {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-mobile-content ul {
  display: none;
}

.menu-mobile-content > li:first-child {
  margin-top: 60px;
}

.menu-mobile-content li {
  text-align: left;
  margin-bottom: 24px;
  padding-left: 24px;
  width: 100%;
}

.menu-mobile-content a {
  color: #fff;
  font-size: 20px;
  font-family: var(--font);
  font-weight: 700;
}

.menu-mobile-content a.email {
}

.menu-mobile-content .container-telefone {
  margin-top: 77px;
  margin-bottom: 25px;
}

.menu-mobile-content .email img,
.menu-mobile-content .telefone img {
  margin-right: 10px;
}

/**
 * Banner
 */
#video-home {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
#banner {
  margin-top: 0;
  --frt-banner: 80px;
  --ftz-subtitle: 20px;
  --img: "";
  /* --height-banner: 700px; */
  --height-banner: 845px;
  --width-container-text: 100%;
  --position-bg: center;
  /* height:808px */
  /* padding-bottom: 112px; */
}
#inicio {
  min-height: var(--height-banner);
}
#banner .video {
  min-height: var(--height-banner);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#banner .bg-banner {
  min-height: var(--height-banner);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(19, 24, 44, 0.85) 0%,
    rgba(19, 24, 44, 0.85) 100%
  );
  /* background: linear-gradient(0deg, rgba(19, 24, 44, 0.20) 0%, rgba(19, 24, 44, 0.20) 100%),#13182C; */
  z-index: 1;
}

#banner .container-text {
  /* position:absolute; */
  /*top: 50vh;*/
  max-width: var(--width-container-text);
  /* width: calc(100vw - 30%); */
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

#banner .container-text h2 {
  margin-bottom: 12px;
}
#banner .title-banner-first {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-title);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
#banner .title-banner {
  font-size: var(--frt-banner);
  color: #fff;
  /* Header/h1 */
  font-family: var(--font-title);
  text-align: center;
  margin-top: 48px;

  font-style: normal;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-weight: 700;
  line-height: 80%; /* 114.643% */
}
#banner .sub-title {
  font-size: var(--ftz-subtitle);
  color: #fff;
  text-align: center;

  /* Body/Body */
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-top: 48px;
  margin-bottom: 48px;

  text-align: center;
  leading-trim: both;
  text-edge: cap;
}
#inicio .btn {
  color: #fff;
  border-radius: 0px;
  background: var(--primria-177-cef, #177cef);
  padding: 16px 20px;
  text-transform: none;
  /* Button/Button */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#banner .btn .det {
  border-radius: 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--verde-limao);
  margin-right: 20px;
  transition: all 0.2s ease-in-out;
}
#banner .btn:hover .det {
  background: var(--verde-limao);
}
/*
 * Home diferenciais
 */
#home-diferenciais > .bg {
  min-height: 492px;
  display: flex;
  align-items: center;
  padding: 48px;
  width: 100%;
}
#home-diferenciais {
  width: 100%;
}
#home-diferenciais .bg {
  background-image: url("../img/bg_diferenciais_full.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  /* background-position: 0 0; */
  background-size: cover;
  min-height: 665px;
  padding: 90px 0;
}
#home-diferenciais .bg-img img {
  opacity: 0;
}
#home-diferenciais .bg-img {
  background-image: url("../img/diferenciais_home.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-position: 0 0;
  background-size: cover;
  min-height: 660px;
  width: 100%;
}
#home-diferenciais .bloco-text {
  font-family: var(--font);
  --ftz-text: 36px;
  --ftz-title: 16px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  display: flex;
}

#home-diferenciais .bloco-text .title-section {
  width: 100%;
  font-size: var(--ftz-title);
  font-weight: 500;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
#home-diferenciais .bloco-text .text {
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: var(--ftz-text);
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
  width: 100%;
  margin-top: 24px;
  margin-bottom: 48px;
}
#home-diferenciais .container-lista .item > div {
  border-bottom: 4px solid var(--primria-a-4-c-73-c, #a4c73c);
  background: var(--secundria-ffffff, #fff);
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}
#home-diferenciais .container-lista .item .quadro {
  margin-right: 24px;
}
#home-diferenciais .container-lista .item h4 {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 16px;
}
#home-diferenciais .container-lista .item .text-quadro {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 149.333% */
}
/**
 * page produtos
 */
#page-produtos {
  padding: 100px 0;
}
#page-produtos .title {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
  margin-bottom: 48px;
}
#page-produtos .informacao .container-info-prod {
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  padding: 16px;
  margin-bottom: 16px;
}
#page-produtos .owl-carousel .owl-item img{
  width: auto;
}
#owl-galeria-produto{
  margin-bottom:20px ;
}
#page-produtos .informacao .container-info-prod .label {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#page-produtos .informacao .container-info-prod .value {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}

#page-produtos .solicitar-orcamento {
  background: var(--primria-a-4-c-73-c, #a4c73c);
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px;
  margin-top: 48px;
}
#tab {
  margin-top: 100px;
  margin-bottom: 100px;
}
#tab .controle {
  display: flex;
  border-bottom: 2px solid var(--secundria-dedede, #dedede);
  width: 100%;
}
#tab .controle a {
  color: var(--secundria-838383, #9c9c9c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  padding: 12px;
  position: relative;
  top: 2px;
}
#tab .controle a:hover,
#tab .controle a.active {
  color: #a4c73c;
  border-bottom: 2px solid #a4c73c;
}
#tab .container-target {
  padding-top: 26px;
}
#tab .container-target > div {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
  width: 100%;
  display: none;
}
#tab .container-target > div.active {
  display: block;
}
#informacoes-gerais {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
#informacoes-gerais h1,
#informacoes-gerais h2,
#informacoes-gerais h3,
#informacoes-gerais h4,
#informacoes-gerais h5,
#informacoes-gerais h6 {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
}

#produtos-relacionados {
  margin-top: 100px;
  margin-bottom: 50px;
  min-height: 550px;
}
#produtos-relacionados h6 {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
  margin-bottom: 50px;
}
#produtos-relacionados .container-produto {
  max-height: 600px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
  overflow: hidden;
}
#produtos-relacionados .owl-item {
  max-width: 270px;
  /* margin-left: 24px; */
}
#produtos-relacionados .owl-item .item{
  padding:0 10px;
}
#produtos-relacionados .item img {
  width: auto;
  display: inherit;
  /* max-height: 270px; */
}
/* #owl-produto #owl-stage,
.owl-carousel .owl-stage{
  display: flex;
} */
#produtos-relacionados .item .separator {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-top: 60px;
  margin-bottom: 12px;
}
#produtos-relacionados .item .container-content {
  padding: 20px;
  border: 1px solid var(--secundria-dedede, #dedede);
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
}

#produtos-relacionados .item .quadro > div {
  border: 1px solid #dedede;
  background: #fff;
}
#produtos-relacionados .item .title {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 140% */
  margin-bottom: 0;
}
#produtos-relacionados .item .btn-produto {
  color: #fff;
  leading-trim: both;
  border-radius: 0;
  text-edge: cap;
  background: var(--primria-a-4-c-73-c, #a4c73c);

  /* Button/Bt_02 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  align-items: center;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  padding: 8px 12px;
  display: none;
}
#produtos-relacionados .item:hover .container-content .btn-produto {
  display: block;
}
#produtos-relacionados .owl-carousel .owl-nav {
  display: block;
}
#produtos-relacionados .owl-carousel .owl-nav .owl-prev,
#produtos-relacionados .owl-carousel .owl-nav .owl-next {
  background: url("../img/icons/icn_arrow_right_galeria.svg") no-repeat;
}
#page-produtos {
}

/**
 * page list produto
 */
#page-list-produto {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-list-produto .container-filter {
  margin-bottom: 45px;
}
#page-list-produto h5 {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#page-list-produto .filters {
  margin-bottom: 8px;
}
#page-list-produto .filters label {
  padding-left: 10px;
}

#page-list-produto .item .container-content {
  padding: 20px;
  border: 1px solid var(--secundria-dedede, #dedede);
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
}

#page-list-produto .item .quadro > div {
  border: 1px solid #dedede;
  background: #fff;
}
#page-list-produto .item .title {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 140% */
  margin-bottom: 0;
}
#page-list-produto .item .btn-produto {
  color: #fff;
  leading-trim: both;
  border-radius: 0;
  text-edge: cap;
  background: var(--primria-a-4-c-73-c, #a4c73c);

  /* Button/Bt_02 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  align-items: center;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  padding: 8px 12px;
  display: none;
}
#page-list-produto .item:hover .container-content .btn-produto {
  display: block;
}

.pagination {
}

.pagination div > * {
  background: #dedede;
  font-size: 16px;
  font-family: var(--font);
  color: #000000;
  font-weight: 700;
  margin: 0 3px;
  padding: 10px 15px;
  border-radius: 0;
  height: 48px;
}

.pagination a:hover,
.pagination .current {
  color: #ffffff;
  background-color: #177cef;
}

.pagination .next,
.pagination .prev {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  padding: 10px 16px;
  transition: all 0.2s ease-in-out;
  --next: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgN0gxMk0xMiA3TDYuNTQ1NDUgMS41TTEyIDdMNi41NDU0NSAxMi41IiBzdHJva2U9IiM5QzlDOUMiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQo8L3N2Zz4");
  --prev: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTE0IDdIMk0yIDdMNy40NTQ1NSAxLjVNMiA3TDcuNDU0NTUgMTIuNSIgc3Ryb2tlPSIjOUM5QzlDIiBzdHJva2Utd2lkdGg9IjEuNSIvPg0KPC9zdmc+");
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: var(--primria-177-cef, #177cef);
  --prev: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTE0IDdIMk0yIDdMNy40NTQ1NSAxLjVNMiA3TDcuNDU0NTUgMTIuNSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIvPg0KPC9zdmc+");
  --next: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4NCiAgPHBhdGggZD0iTTAgN0gxMk0xMiA3TDYuNTQ1NDUgMS41TTEyIDdMNi41NDU0NSAxMi41IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQo8L3N2Zz4");
}

.pagination .prev {
  background-image: var(--prev);
}

.pagination .next {
  background-image: var(--next);
}
#btn-search{
  border:1px solid var(--secundria-dedede, #dedede);
  border-left:none;
}
#inpupt-value-search {
  border-right:none;
  padding: 16px 20px;
  border: 1px solid var(--secundria-dedede, #dedede);
  color: var(--secundria-838383, #9c9c9c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
#search {
  margin-bottom: 60px;
}
.resultado {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
.resultado span {
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
/**
   * Home produto
 */
#home-produto {
  background: #f5f5f5;
  padding-top: 100px;
}
#home-produto .divider {
  margin-top: 100px;
}
#home-produto .title-section {
  color: var(--secundria-838383, #9c9c9c);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#home-produto .title-section::before {
  background-image: url("../img/icons/icn_detalhe_gray.svg");
}
#home-produto .sub-title-section {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
}
#home-produto .controles a {
  padding: 15px;
  margin-left: 10px;
}
#home-produto .btn-veja-mais {
  background: var(--primria-177-cef, #177cef);
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;
  padding: 16px 20px;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
#home-produto .btn-veja-mais:hover {
  background: var(
    --Secundria-Linear,
    linear-gradient(95deg, #529bd2 0.06%, #177cef 100.06%)
  );
}
#home-produto .container-produto {
  min-height: 600px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
  overflow: hidden;
}
#home-produto .owl-item {
  /* max-width: 270px; */
  margin-right: 24px;
}
#home-produto .item img {
  width: auto;
  display: inherit;
  /* max-height: 270px; */
}
#home-produto .item .separator {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-top: 60px;
  margin-bottom: 12px;
}
#home-produto .item .container-content {
  padding: 20px;
}
#home-produto .item .container-img {
  border-bottom: 1px solid #dedede;
  max-height: 330px;
  display: flex;
}
#home-produto .owl-stage {
  display: flex;
}
#home-produto .item .quadro > div {
  border: 1px solid #dedede;
  background: #fff;
  /* min-height: 631px; */
}
#home-produto .item .title {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
#home-produto .item .btn-produto {
  color: var(--secundria-838383, #9c9c9c);
  leading-trim: both;
  text-edge: cap;

  /* Button/Bt_02 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
#home-produto .item .btn-produto * {
  transition: all 0.2s ease-in-out;
}
#home-produto .item .btn-produto:hover {
  color: #13182c;
}
#home-produto .item .btn-produto:hover rect {
  fill: #50611d;
}
#home-produto .container-quadro{
  min-height:575px;
}
#owl-galeria-produto-control .owl-nav {
	display: flex;
	position: relative;
	top: -89px;
	justify-content: space-between;
}
#owl-galeria-produto-control .owl-prev,
#owl-galeria-produto-control .owl-next{
  background: url('../img/icons/icn_arrow_control_galeria.svg');
  width: 12px;
  height: 19px;
  position: relative;
  z-index: 9999;
}
#owl-galeria-produto-control .owl-prev{
  left:10px;
}
#owl-galeria-produto-control .owl-next{
  transform: rotate(180deg);
  right:10px;
}
/**
   * sobre home
 */
#home-sobre {
  background: #f5f5f5;
  padding: 100px 0;
}
#home-sobre .btn {
  border-radius: 0;
  background: var(--primria-177-cef, #177cef);
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;
  padding: 16px 20px;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
#home-sobre .btn:hover {
  background: var(
    --Secundria-Linear,
    linear-gradient(95deg, #529bd2 0.06%, #177cef 100.06%)
  );
}
#home-sobre .title-section {
  color: var(--secundria-838383, #9c9c9c);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#home-sobre .title-section::before {
  background-image: url("../img/icons/icn_detalhe_gray.svg");
}
#home-sobre .sub-title-section {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
}
#home-sobre .text {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
  margin: 60px 0;
}

/**
 * Home clientes
 */
#home-clientes {
  padding: 100px 0;
  min-height: 600px;
}
#home-clientes .container-title {
  margin-bottom: 64px;
}
#home-clientes .container-title .title-section {
  color: #838383;
  justify-content: center;
}
#home-clientes .container-title .title-section::before {
  content: url("../img/icons/icn_detalhe_gray.svg");
}
#home-clientes .container-title .sub-title-section {
  color: #13182c;
  font-size: 36px;
  margin-top: 26px;
}
#home-clientes .container-clientes {
  margin-top: 100px;
}
#owl-clientes img{
  width: auto;
}
#home-clientes .item-case {
  /* margin-bottom: 48px; */
  min-height: 60px;
}
#home-clientes .btn {
  background: var(--primria-177-cef, #177cef);
  padding: 16px 20px;
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;
  border-radius: 0;
  width: 155px;
  margin-top: 100px;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
#home-clientes .container-title .btn {
  margin-top: 24px;
  border-radius: 48px;
  background: #177cef;
  padding: 16px 24px;
  color: #fff;

  /* Button/Button */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#home-solucoes .item {
  margin-top: 8px;
  margin-bottom: 8px;
}
#home-setores {
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  padding: 100px 0;
}
#home-setores .title-section {
  color: #838383;
}
#home-setores .title-section::before {
  background-image: url("../img/icons/icn_detalhe_gray.svg");
}
#home-setores .sub-title-section {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
  margin-top: 26px;
}
#home-setores .text {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
  margin-top: 48px;
}
#home-setores .container-setores .item {
  margin-bottom: 20px;
}
#home-setores .container-setores .quadro {
  margin-right: 16px;
}
#home-setores .container-setores .item .bg {
  background: var(--secundria-ffffff, #fff);
  padding: 20px;
  width: 100%;
}
#home-setores .container-setores .item .container-text {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
/**
 * Depoimentos
 */
#depoimentos {
  padding: 120px 0;
}
#depoimentos .btn-veja {
  padding: 16px 24px;
  border-radius: 48px;
  background: var(--Principal-Blue, #004962);
  color: var(--Principal-Light, #e0ffdf);
  /* Button/Button */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
  margin-left: 10px;
}
#depoimentos .title-section {
  color: #004962;
}
#depoimentos .title-section .det {
  color: #00967d;
}
#depoimentos .container-controles .btn-prev svg {
  rotate: 180deg;
}
#owl-depoimentos {
  margin-top: 40px;
}
#depoimentos .quadro img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
#depoimentos .quadro .container-img {
  margin-bottom: 24px;
  min-height: 80px;
}
#depoimentos .quadro {
  border-radius: 12px;
  border: 1px solid rgba(0, 73, 98, 0.6);
  backdrop-filter: blur(15px);
  padding: 24px;
  min-height: 400px;
}
#depoimentos .item > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#depoimentos .quadro .texto {
  color: var(--Principal-Blue, #004962);

  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
#depoimentos .quadro .nome {
  color: var(--Principal-Green, #00967d);
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}
#depoimentos .quadro .empresa {
  color: var(--Principal-Blue, #004962);

  /* Body/Body */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px; /* 135% */
}
#depoimentos .quadro .cargo {
  color: var(--Principal-Blue, #004962);
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
/**
transparencia
 */
#page-transparencia {
}

#page-transparencia .container-box .text {
  padding: 32px 0;
}

#page-transparencia .container-box {
  padding: 32px;
  height: 100%;
  padding: 32px;
  background-color: #dadada;
  font-family: var(--font);
  color: #384025;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  margin-top: 40px;
}

#page-transparencia .container-box h5 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font);
  color: #5f6c40;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}

#page-transparencia .container-box h5:before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 10px;
}

#page-transparencia .container-box h5:before {
  background-image: url("../img/icons/icn_estatuto.svg");
}

#page-transparencia .container-box.relatorio h5:before {
  background-image: url("../img/icons/icn_relatorio.svg");
}

#page-transparencia .container-box .btn-downlod {
  transition: all 0.3s ease-in-out;
  color: #384025;
  border: 1px solid #5f6c40;
  border-radius: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

#page-transparencia .container-box .btn-downlod svg {
  margin-right: 10px;
}

#page-transparencia .container-box .btn-downlod svg path {
  transition: all 0.3s ease-in-out;
}

#page-transparencia .container-box .btn-downlod:hover {
  background-color: #5f6c40;
  color: #ffffff;
}

#page-transparencia .container-box .btn-downlod:hover svg path {
  stroke: #ffffff;
}

#page-transparencia .table-download {
  border: none;
  background: none;
  --bs-table-bg: transparent;
  --bs-border-width: 1px;
  border-color: #cac9c9;
}

#page-transparencia .table-download th {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  color: #384025;
  padding: 12px 0;
}

#page-transparencia .table-download td {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font);
  color: #384025;
  padding: 12px 0;
}

#page-transparencia .table-download td a {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
  color: #384025;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#page-transparencia .table-download td a path {
  transition: all 0.3s ease-in-out;
}

#page-transparencia .table-download td a:hover,
#page-transparencia .table-download td a:hover path {
  stroke: #f48722;
  color: #f48722;
}

/**
 *
 * Sobre
 */
#nossa-visao {
  padding-top: 100px;
  padding-bottom: 100px;
}
#nossa-visao .item {
  margin-bottom: 100px;
}
#nossa-visao .item .quadro {
  background-color: #fff;
  height: 94px;
  width: 94px;
  display: flex;
}
#nossa-visao .missao .quadro {
  padding: 15px;
}
#galeria-sobre{
  --max-height:185px;
}
#galeria-sobre img{
  max-height: var(--max-height);
  width: 100%;
}
#carousel-sobre .carousel-item{
  max-height: 500px;
}
#controle-thumb  img{
  max-height: 100px;
}
.format-quadro .item .bg {
  border-bottom: 4px solid var(--primria-a-4-c-73-c, #a4c73c);
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  padding: 32px;
  width: 100%;
  display: flex;
}
.format-quadro .item .container-text {
  padding-left: 32px;
}
.format-quadro .item h4 {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 26px;
}
.format-quadro .item .text {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}

#nossos-valores {
  padding-bottom: 100px;
}
#nossos-valores .item {
  margin-bottom: 100px;
  display: flex;
}
#nossos-valores .bg {
  align-items: start;
  align-content: start;
}

#nossos-valores .quadro {
  margin-bottom: 32px;
  height: 80px;
}
#nossos-valores h4 {
  margin-bottom: 16px;
}
#nossos-valores .container-text {
  padding: 0;
  text-align: center;
}
#nossos-valores .title-section {
  color: #838383;
  margin-bottom: 26px;
}
#nossos-valores .title-section::before {
  background-image: url("../img/icons/icn_detalhe_gray.svg");
}
#nossos-valores .sub-title-section {
  margin-bottom: 40px;
}

#nossa-infraestrutura {
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  min-height: 790px;
}
#nossa-infraestrutura .title-section {
  color: #838383;
  margin-bottom: 26px;
}
#nossa-infraestrutura .title-section::before {
  background-image: url("../img/icons/icn_detalhe_gray.svg");
}
#nossa-infraestrutura .text {
  margin: 60px 0;
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
#nossa-infraestrutura .btn-veja-mais {
  padding: 16px 20px;
  background: var(--primria-177-cef, #177cef);
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;
  border-radius: 0;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
#nossa-infraestrutura .btn-veja-mais:hover {
  background: var(
    --Secundria-Linear,
    linear-gradient(95deg, #529bd2 0.06%, #177cef 100.06%)
  );
}
#modal-sobre {
  --bs-modal-border-radius: 0px;
}
#modal-sobre .carousel-control-next-icon {
  background-image: url("../img/icons/icn_arrow_right_galeria.svg");
}
#modal-sobre .carousel-control-prev,
#modal-sobre .carousel-control-next {
  opacity: 1;
}
#modal-sobre .carousel-control-prev-icon {
  background-image: url("../img/icons/icn_arrow_right_galeria.svg");
  transform: rotate(180deg);
}
.modal-sobre {
  backdrop-filter: blur(5px);
}
#modal-sobre .btn-close {
  position: absolute;
  top: -37px;
  right: -5px;
  z-index: 9;
  width: 41px;
  height: 41px;
  opacity: 1;
}
.carousel-inner .item {
  opacity: 0;
  transition: none;
  transform: translate3d(0, 0, 0) !important;
}

.carousel-inner .active {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
#nossos-valores-2 {
  padding-bottom: 100px;
}
#nossos-valores-2 .item {
  margin-bottom: 20px;
}
#nossos-valores-2 .item h4 {
  margin-bottom: 16px;
}
/**
 * clientes
 */
.modal-cliente {
  backdrop-filter: blur(5px);
}
.modal-cliente .btn-close {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 9;
  width: 41px;
  height: 41px;
}
.modal-cliente .modal-body {
  padding: 24px;
  border-radius: 12px;
  background: var(--Principal-Light, #e0ffdf);
  color: var(--Principal-Blue, #004962);

  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
.modal-cliente .modal-body li {
  list-style-image: url("../img/icons/icn_det_lista.svg");
  color: var(--Principal-Blue, #004962);
  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  margin: 4px 0;
}
.modal-cliente .modal-body h2,
.modal-cliente .modal-body h3,
.modal-cliente .modal-body h4,
.modal-cliente .modal-body h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--Principal-Green, #00967d);
  font-family: var(--font-title);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.bg-page-clientes {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 220px;
}

#page-clientes .hide {
  width: 0;
  height: 0;
  display: none;
}
.container-cliente > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.container-cliente > .item {
  min-height: 390px;
}
#page-clientes .item-case {
  margin-bottom: 80px;
  display: flex;
}

#page-clientes .btn-veja-mais {
  border-radius: 0;
  background: var(--primria-177-cef, #177cef);
  color: #fff;
  /* Button/Button */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px 20px;
  margin-top: 100px;
  width: 155px;
  text-align: center;
}

#container-setores {
  padding-top: 90px;
}
#container-setores .container-section-title {
  margin-bottom: 40px;
}
#container-setores .container-controles .btn-prev svg {
  rotate: 180deg;
}
#container-setores .item img {
  width: auto !important;
}
#container-setores .item .bg {
  border-radius: 12px;
  background: var(--Principal-Blue, #004962);
  backdrop-filter: blur(2px);
  padding: 24px;
  min-height: 280px;
  transition: all 0.3s ease;
}
#container-setores .item .bg:hover {
  border-radius: 12px;
  background: var(--Principal-Green, #00967d);
  backdrop-filter: blur(2px);
}
#container-setores .item h2 {
  color: var(--Principal-Light-Green, #95fcba);
  font-family: var(--font-title);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 12px;
}
#container-setores .item > div {
  color: var(--Support-Almost-White, #f5fff4);

  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
#container-setores .container-lista > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
/**
 * solucoes
 */
.bg-page-solucao {
  background-image: url("../img/bg_page_solucao.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#home-projetos {
  padding: 60px 0;
  cursor: pointer;
}

#home-projetos .btn-slide-green {
  width: 230px;
}

#home-projetos .subtitle-section-home {
  margin-bottom: 65px;
}

.container-projetos > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.item-projeto {
  position: relative;
  margin-bottom: 60px;
  --ftz-title: 28px;
  --ftz-resumo: 14px;
}

.item-projeto img {
  max-width: 100%;
  height: auto;
}

.item-projeto {
  padding: 90px 0;
}
.item-projeto .container-title {
  margin-bottom: 32px;
}
.item-projeto .container-title h4 {
  color: var(--Principal-Green, #00967d) !important;
  /* Body/Body */
  font-family: var(--font);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21.6px; /* 135% */
  padding-left: 40px;
}
.item-projeto .excerpt {
  color: var(--Principal-Blue, #004962);

  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
.item-projeto .container-img,
.item-projeto .container-bloco > div {
  margin-bottom: 32px;
}
.item-projeto .container-text img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}
.item-projeto .container-text li {
  list-style-image: url("../img/icons/icn_det_lista.svg");
  color: var(--Principal-Blue, #004962);
  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  margin: 4px 0;
}
.item-projeto .container-text {
  color: var(--Principal-Blue, #004962);
  /* Body/Body_small */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
}
.item-projeto .container-text h1,
.item-projeto .container-text h2,
.item-projeto .container-text h3,
.item-projeto .container-text h4,
.item-projeto .container-text h5 {
  color: var(--Principal-Green, #00967d) !important;
  font-family: var(--font-title);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 12px;
}

/**
 * Contato
 */
.bg-page-contato {
  background-image: url("../img/bg_page_contato.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#container-contato-info {
  padding-top: 100px;
}
#container-contato-info h3 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
#container-contato-info a,
#container-contato-info .text {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #384025;
  margin-bottom: 52px;
}
#container-info-contato .item {
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  padding: 32px;
  margin-bottom: 20px;
}
#container-info-contato .item .text {
  margin: 0;
  padding-left: 32px;
}
#container-info-contato .item .label {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag_2 */
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
  margin: 0;
}
#container-info-contato .item a,
#container-info-contato .item .map {
  color: var(--secundria-055-fa-7, #055fa7);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin: 0;
}
#contato-maps {
  padding-bottom: 167px;
}
#contato-maps iframe {
  width: 100%;
  height: 430px;
  border-radius: 8px;
}

#contato-maps .title-section {
  margin: 180px 0 14px 0;
  text-align: left;
}
#contato-maps .sub-title-section {
  margin-bottom: 40px;
  text-align: left;
}
#contato-maps .title-section::before,
#container-info-contato .title-section::before,
#container-formulario-contato .title-section::before {
  display: none;
}
#container-formulario-contato .title-section,
#contato-maps .title-section,
#container-info-contato .title-section {
  margin-bottom: 40px;
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;
  text-transform: none;

  /* Headline/H2 */

  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
}
#container-formulario-contato .sub-title-section {
  margin-bottom: 40px;
}
.frm-contato > div {
  margin-bottom: 40px;
}
.frm-contato > div > p {
  margin: 0;
}
.frm-contato label {
  font-family: var(--font);
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Tagline/Tag_2 */

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.frm-contato input,
.frm-contato textarea,
.frm-contato select {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid var(--secundria-dedede, #dedede);
  padding: 0;
  height: 45px;
  font-family: var(--font);
  font-size: 14px;
  color: #747a7c;
  margin: 0 !important;
  text-indent: 20px;
  background: transparent !important;
}
.frm-contato select {
  background: transparent;
  text-indent: 2px;
}
.frm-contato textarea {
  height: 200px;
  padding-top: 10px;
}
.frm-contato > div > p {
  margin-bottom: 16px;
}
.frm-contato .hint {
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 160.714% */
}
.frm-contato .btn {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  border-radius: 0;
  background: #a4c73c;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 234px;
}

.frm-contato .btn path {
  margin-left: 12px;
}
.frm-contato .btn:hover::after {
  rotate: -45deg;
}
.frm-contato .btn:hover {
  background: #f5f5f5;
  color: #a4c73c;
}
.frm-contato .btn:hover path {
  stroke: #a4c73c;
}

.frm-contato input:focus,
.frm-contato input:focus-visible,

]
.frm-contato textarea:focus,
.frm-contato textarea:focus-visible,
.frm-contato input:active,
.frm-contato select:focus,
.frm-contato select:focus-visible,
.frm-contato select:active {
  border-color: #f48722;
  outline: none;
}
#page-politica,
#page-termo-uso{
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--primria-13182-c, #13182c);
  leading-trim: both;
  text-edge: cap;

  /* Body/Body_01 */
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}
/*
 * Footer
 */
#cta > .bg {
  min-height: 492px;
  display: flex;
  align-items: center;
  padding: 48px;
  width: 100%;
}
#cta {
  width: 100%;
  --padding: 140px;
  --ftz-text: 36px;
  --ftz-title: 16px;
}
#cta .bg {
  background-image: url("../img/bg_cta_full.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  /* background-position: 0 0; */
  background-size: cover;
  min-height: 541px;
}
#cta .bloco-text {
  font-family: var(--font);

  padding-left: var(--padding);
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  display: flex;
}

#cta .bloco-text .title-section {
  width: 100%;
  font-size: var(--ftz-title);
  font-weight: 500;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
#cta .bloco-text .text {
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H2 */
  font-family: var(--font);
  font-size: var(--ftz-text);
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px; /* 106.667% */
  width: 100%;
  margin-top: 24px;
}
#cta .bloco-text .btn {
  display: flex;
  width: 234px;
  height: 56px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  background: var(--primria-a-4-c-73-c, #a4c73c);
  color: var(--secundria-ffffff, #fff);
  leading-trim: both;
  text-edge: cap;

  /* Button/Bt_01 */
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 56px;
}
#cta .bloco-text .btn,
#cta .bloco-text .btn path {
  transition: all 0.2s ease-in-out;
}
#cta .bloco-text .btn:hover {
  background: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  color: #a4c73c;
}
#cta .bloco-text .btn:hover path {
  stroke: #a4c73c;
}

#footer-page {
  border-bottom: 8px solid #a4c73c;
  --pdt: 80px;
  background: var(--bg-footer);
  min-height: 380px;
  padding-top: var(--pdt);
  margin-top: 0;
  position: relative;
}
#menu-footer li {
  width: 100%;
}
#menu-footer li a {
  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  font-family: var(--font-second);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  margin-bottom: 6px;
  transition: all 0.2s ease-in-out;
}
#menu-footer li a:hover {
  color: #a4c73c;
}
#menu-menu-produto li{
  width: 100%;
}
#menu-menu-produto a{
  display: inline-block;
  max-width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer-page .title-section::before {
  display: none;
}
#footer-page .title-section {
  margin-bottom: 24px;
  text-transform: none;
  font-weight: 700;
  font-size: 20px;
}

#footer-page .container-information > * {
  padding-bottom: 20px;
}

#footer-page .container-endereco,
#footer-page .container-endereco a {
  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  font-family: var(--font-second);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}
#footer-page .container-endereco .icn {
  margin-right: 12px;
}

#footer-page address {
  margin-top: 12px;
  margin-bottom: 12px;
}
#footer-page .container-contato a {
  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  font-family: var(--font-second);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  margin-bottom: 6px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#footer-page .container-contato a:hover {
  color: #a4c73c;
}

#footer-page .container-redes-social {
  margin-top: 40px;
}
#footer-page .container-redes-social a {
  margin-left: 4px;
  margin-right: 4px;
  font-family: var(--font);
  color: var(--secundria-f-5-f-5-f-5, #f5f5f5);
  leading-trim: both;
  text-edge: cap;

  /* Headline/H3 */

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  transition: all 0.2s ease-in-out;
}
#footer-page .container-redes-social .instagram .icon-bol {
  margin-right: 12px;
}
#footer-page .container-redes-social .instagram .icon-bol img {
  width: 25px;
}
#footer-page .container-redes-social .instagram:hover {
  color: #a4c73c;
}
#footer-page .container-redes-social .instagram:hover .icon-bol {
  background: #a4c73c !important;
}

#footer-page .container-redes-social a:last-child {
  margin-right: 0;
}

#copyright {
  width: 100%;
  background: transparent;
  padding: 0;
  padding-bottom: 34px;
  padding-top: 60px;
}
#copyright .ele-border {
  background: #529bd240;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}
#copyright .sep {
  background: #a3b2c5;
  width: 1px;
  height: 10px;
  margin: 0 10px;
}

#copyright,
#copyright a {
  color: #dae2ec;
  text-align: center;
  font-family: var(--font-second);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 161.429% */
}

#copyright .dot-spacer {
  margin-left: 5px;
  margin-right: 5px;
}

.container-content {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: end;
}

@media (min-width: 1440px) {
  #modalImagem {
    --bs-modal-width: 80%;
  }

  #container-position {
    --top-container-formulario-contato: -222px;
  }

  #intuitivo {
    --max-height: 37vh;
  }

  #banner {
    --width-container-text: 100%;
    --height-banner: 972px;
  }
  /* #cta .container-fluid {
    max-width: 1320px;
  } */
  #page-clientes .item-case,
  #home-clientes .item-case {
    width: 20%;
  }
}

@media (max-width: 1440px) {
  /* .nav-menu .container */
  /* #vantagens .container,
    #funcionalidades .container,
    #depoimentos .container,
    #intuitivo .container,
    #agendamento .container,
    #clientes .container */
  /* {
        max-width: 100% !important;
    } */
  #banner .item .text {
    --frt-banner: 46px;
  }

  #container-position {
    --top-container-formulario-contato: -211px;
  }
}

@media (max-width: 1024px) {
  .container-cat-search select,
  #sorting,
  .container-cat-search .input-group {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px !important;
  }
  .container-filter {
    margin-bottom: 36px;
  }

  .nav-menu .container,
  #vantagens .container,
  #funcionalidades .container,
  #depoimentos .container,
  #intuitivo .container,
  #agendamento .container,
  #clientes .container {
    max-width: 100% !important;
  }

  #banner .item .text {
    --frt-banner: 36px;
  }
}

@media (max-width: 768px) {
  
  #header-pages {
    --padding: 170px 10px 86px 10px;
  }
  .gallery-item {
    width: 100% !important;
  }

  #cta {
    --padding: 20px;
    --ftz-title: 16px;
    --ftz-text: 14px;
    
  }
  #home-projetos {
    --ftz-title: 20px;
    --ftz-resumo: 14px;
  }

  #home-projetos .title-section-home {
    font-size: 25px;
  }

  #home-blog .title-section-home {
    font-size: 25px;
  }

  #home-blog {
    --ftz-title: 20px;
    --ftz-resumo: 14px;
  }

  #contato {
    --min-height: auto;
  }

  #menu-mobile-container .btn-contato-menu {
    max-width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }

  #menu-mobile-container .btn-whats {
    max-width: 100%;
    margin-bottom: 34px;
    justify-content: center;
  }

  #banner img {
    width: auto !important;
  }

  #banner .container-text {
    top: 15%;
  }

  #banner {
    --frt-banner: 20px;
    /* padding-top: 30px; */
  }

  #banner .item .text > div {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .gallery-item {
    max-width: 100% !important;
  }
#galeria-sobre{
  --max-height:auto;
}
  #banner .item .text {
    --frt-banner: 40px;
    padding-left: 23px;
  }

  #banner .btn-quero-imovel {
    font-size: 16px;
  }

  #container-position {
    --top-container-formulario-contato: 0;
  }

  #banner {
    --img: url("../img/bg_banner.jpg");
    --height-banner: 776px;
    --position-bg: 75% center;
  }
}

@media (max-width: 340px) {
}
