:root {
  --font-primary: "Poppins";
  --color-primary: #efefef;
  --color-secundary: #584121;
  --color-tertiary: #76582D;
  --grey: #5c5c5c;
  --dark: #101010;
  --light: #f4f4f4;
  --border-radius: 0.25em;
  --border-color: #dee2e6;
  --wrapper-width: 1200px;
  --slider-height: 527.97px;
  --azul-solucs-rgb: 41, 96, 194;
  --azul-solucs: #2A60C2;
  --transition: .3s ease-out
}

.bg-color {
  background: var(--color-secundary)
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  outline: none;
  font-family: var(--font-primary), sans-serif
}

.clear {
  clear: both
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0
}

audio,
canvas,
img,
video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4
}

::-webkit-scrollbar {
  width: 8px;
  background: #f4f4f4
}

::-webkit-scrollbar-thumb {
  background: #3f484e
}

body {
  font-size: 1rem;
  font-family: var(--font-primary), sans-serif;
  color: #444
}

h1 {
  color: #1b2124;
  font-size: 24px;
  text-decoration: none;
  margin: 20px 0
}

h2 {
  font-size: inherit;
  text-decoration: none;
  color: var(--second-color)
}

.white {
  color: #fff
}

h3,
h4 {
  font-size: 12px;
  color: #3f484e;
  text-decoration: none
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

a.tel {
  text-decoration: none;
  color: inherit;
  display: block
}

header #menu2 ul {
  display: flex;
  align-items: center;
  margin: 0
}

header #menu2>ul {
  margin-left: 30px
}

.topofixo {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}

.topofixo :is(.d-block, header #menu2 a) {
  color: var(--dark)
}

header#scrollheader {
  background-color: var(--light)
}

.topofixo .logo img {
  width: 55px;
  height: 50px;
  transition: 0.3s;
  mix-blend-mode: exclusion
}

.topofixo #menu2 {
  font-size: 14px;
  margin: 5px 0;
  margin-right: 10px
}

.topofixo .topo {
  display: none
}

header .logo {
  width: 100px;
  display: flex;
  justify-content: center
}

header .logo img {
  display: block;
  width: 44px;
  height: 40px;
  object-fit: cover;
  mix-blend-mode: exclusion
}

header .right {
  float: right;
  text-align: right;
  color: #666;
  font-size: 12px;
  margin: 17px 0
}

header .right strong {
  font-size: 20px
}

.show-mobile {
  display: none
}

.flex-top-icons {
  display: none
}


header #menu {
  clear: both;
  position: relative;
  background: #e4e4e4;
  font-size: 15px;
  text-align: center
}

header #menu li {
  position: relative;
  display: inline-block
}

header #menu a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 10px 30px;
  text-align: center;
  transition: all 0.3s linear
}

header #menu a:hover,
header #menu li:hover a {
  color: var(--color-primary);
  background: #3f484e
}

header #menu table {
  border-collapse: collapse;
  position: absolute;
  left: 0;
  top: 0
}

header #menu .dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: auto;
  width: 230px;
  z-index: 7;
  background: #3f484e;
  box-sizing: border-box;
  transition: 0.3s ease-out
}

header #menu .dropdown:hover .sub-menu {
  display: block
}

header #menu .dropdown:hover .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

header #menu .dropdown:hover .sub-menu li a {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 5px;
  height: auto;
  text-align: left;
  text-decoration: none;
  color: var(--color-primary);
  box-sizing: border-box
}

header #menu .dropdown:hover .sub-menu li a:hover {
  background: rgb(0 0 0 / .2);
  color: var(--color-primary)
}

header #menu .dropdown ul li.dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  height: auto;
  width: 190px;
  z-index: 7
}

header #menu .dropdown ul li.dropdown:hover .sub-menu {
  display: block
}

header #menu .dropdown .sub-menu-info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: 400px;
  width: 300px;
  z-index: 7;
  background: #3f484e;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box
}

header #menu .dropdown:hover .sub-menu-info {
  display: block
}

header #menu .dropdown:hover .sub-menu-info li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

header #menu .dropdown:hover .sub-menu-info li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 5px;
  height: auto;
  text-align: left;
  text-decoration: none;
  color: var(--color-primary)
}

header #menu .dropdown:hover .sub-menu-info li a:hover {
  background: rgb(0 0 0 / .2);
  color: var(--color-primary)
}

header #menu .dropdown ul li.dropdown .sub-menu-info {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  height: auto;
  width: 190px;
  z-index: 7
}

header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
  display: block
}

header #menu2 {
  text-align: center
}

header #menu2 li {
  position: relative;
  display: inline-block
}

header #menu2 li a i {
  transform: rotate(-90deg);
  display: flex;
  transition: transform 0.5s ease;
  align-items: center
}

header #menu2>ul>li.dropdown>a {
  padding: 14px 20px;
  border-radius: 5px
}

header #menu2 a {
  white-space: nowrap;
  font-size: 1rem;
  display: flex;
  font-weight: 500;
  flex-direction: row-reverse;
  gap: 10px;
  color: var(--dark);
  text-decoration: none;
  padding: 8px 30px;
  text-align: center
}

header #menu2 li:not(.dropdown) a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 10px;
  top: 15px;
  aspect-ratio: 1 / 1;
  background-color: var(--dark);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.2s ease-in-out
}

#menu2>ul>li.dropdown>ul>li>ul>li>a::before {
  top: 13px
}

header #menu2 li:hover>a::before {
  transform: scale(1)
}

header #menu2 li:hover a i {
  transform: rotate(0deg)
}

header #menu2 table {
  border-collapse: collapse;
  position: absolute;
  left: 0;
  top: 0
}

header #menu2 .dropdown [class*="sub-menu"] {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  height: auto;
  width: 308px;
  z-index: 7;
  background-color: var(--light);
  box-sizing: border-box;
  box-shadow: 22px -11px 15px -7px rgb(77 77 77 / .05)
}

header #menu2 .dropdown [class*="sub-menu-info"] {
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 400px
}

header #menu2 .dropdown:hover>[class*="sub-menu"] {
  display: block
}

header #menu2 .dropdown:hover [class*="sub-menu"] li {
  position: relative;
  width: 100%;
  margin: 0
}

header #menu2 .dropdown:hover [class*="sub-menu"] li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  color: var(--dark);
  font-size: .8rem;
  text-transform: uppercase;
  height: auto;
  font-weight: 600;
  letter-spacing: .04em;
  transition: all 0.4s;
  text-wrap: wrap;
}

header #menu2 .dropdown [class*="sub-menu"] [class*="sub-menu"] {
  top: 0;
  left: -98%;
  position: absolute;
  border: unset;
  display: block;
  height: 0;
  overflow: hidden;
  transition: 0.3s
}

.wrapper {
  max-width: var(--wrapper-width);
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px
}

.wrapper-produtos {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  padding: 10px
}

.container {
  max-width: 1920px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  clear: both
}

.apresentation {
  background-color: var(--light)
}



section {
  width: 100%;
  padding: 0;
  min-height: 240px
}

section p,
section ul li {
  font-size: 14px;
  text-align: justify
}

article {
  float: left;
  width: 70%
}

article strong {
  font-weight: 700
}

article.full {
  width: 100%
}

article .alerta {
  font-size: 12px;
  color: #444;
  font-weight: 700
}

.list {
  margin: 0 0 20px 40px
}

.list li {
  list-style: disc;
  margin: 5px 0;
  line-height: 1.5em
}

.picture-legend {
  background: #eee;
  display: inline-block;
  padding: 3px
}

.picture-legend strong {
  clear: both;
  display: block;
  text-align: right;
  font-weight: 400;
  padding: 4px;
  font-size: 9px
}

.picture-legend img {
  margin: 0 auto;
  display: block;
  height: 200px;
  width: 200px
}

.picture-center {
  margin: 0 auto;
  display: block
}

.btn {
  text-decoration: none;
  color: var(--light);
  background: var(--color-secundary);
  border-radius: .25rem;
  transition: 0.3s;
  padding: 10px
}

.btn::after {
  transition: 0.3s;
  content: '\f101';
  color: var(--light);
  font-family: 'FontAwesome';
  padding-left: 5px
}

.btn:hover {
  background-color: #5c5c5c
}

.btn:hover::after {
  padding-left: 10px
}

.topo {
  background: #3f484e;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px
}

.topo a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none
}

header .topo .social {
  display: inline-block
}

.thumbnails-main {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  text-align: center
}

.thumbnails-main li:hover img {
  opacity: .8;
  transform: scale(1.2)
}

.thumbnails-main li:hover h2 {
  opacity: .9
}

.thumbnails-main img {
  object-fit: cover;
  transition: 0.3s ease-in-out
}

.thumbnails-main h2 {
  transition: 0.3s
}

.thumbnails-main a {
  text-decoration: none;
  margin: 0 auto
}

.thumbnails-main {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.thumbnails-main li {
  display: flex;
  margin: 20px auto;
  border-bottom: 1px solid #333;
  flex-direction: column;
  border-radius: 5px;
  padding: 10px
}

.thumbnails-main li img {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0
}

.thumbnails-main li p {
  text-align: center;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
  font-size: 10px
}

.thumbnails-main h2 a,
.thumbnails-main h3 a,
.thumbnails-main h4 a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  justify-content: center
}

.thumbnails-main li .botao,
.thumbnails-main li .botao-cotar {
  padding: 5px 10px;
  color: var(--color-primary);
  margin: auto;
  font-size: 14px;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / .1);
  text-align: center;
  margin: 0 0 30px 15px;
  justify-content: center
}

.thumbnails-main li .botao {
  background: #f98c18;
  text-decoration: none
}

.thumbnails-main li .botao:hover {
  background-color: #469b42
}

.thumbnails-main li .botao-cotar {
  background: #f98c18;
  text-decoration: none
}

.thumbnails-main li .botao-cotar:hover {
  background-color: #167ac6
}

.thumbnails-mod6 {
  display: inline-block;
  list-style: none;
  list-style-type: none
}

.thumbnails-mod6 li {
  float: left;
  border: 2px solid #c7c7c9;
  width: 180px;
  height: 230px;
  margin: 10px 8px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s
}

.thumbnails-mod6 li:hover {
  border: 2px solid #9f9fa0;
  box-shadow: 2px 2px 2px #9f9fa0
}

.thumbnails-mod6 li:hover img {
  opacity: .9
}

.thumbnails-mod6 img {
  height: 180px;
  width: 180px;
  object-fit: cover;
  transition: 0.2s
}

.thumbnails-mod6 li:hover h2 {
  opacity: .9
}

.thumbnails-mod6 h2 {
  font-size: 10px;
  height: 32px;
  padding: 8px 0;
  margin-top: 0;
  border-top: 2px solid #ccc
}

.thumbnails-mod6 a {
  text-decoration: none;
  color: #666
}

.thumbnails-mod6 a:hover {
  text-decoration: none
}



.thumbnails {
  display: inline-block;
  list-style: none;
  list-style-type: none
}

.thumbnails a:hover {
  text-decoration: none
}

aside {
  float: left;
  width: 25%;
  margin: 0 0 0 30px;
  text-transform: uppercase
}

aside h2 a {
  display: block;
  padding: 5px;
  font-size: 15px;
  background-color: var(--color-secundary);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 5px
}

aside nav {
  list-style: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  max-height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto
}

aside nav>ul>li>ul {
  display: none
}

aside li {
  margin: 5px 0 0 0
}

aside li a {
  font-size: 12px;
  display: block;
  padding: 5px;
  color: #666;
  transition: all 0.3s linear;
  text-decoration: none;
  border-left: 2px solid var(--color-secundary)
}

aside nav li a:hover {
  border-left: 2px solid #000
}

aside h3 {
  color: var(--color-primary);
  background: #3f484e;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center
}

aside p {
  margin: 0;
  text-align: center
}

aside strong {
  font-size: 16px;
  line-height: 34px;
  color: #666
}

aside a {
  text-decoration: none
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px
}

#servicosTabsDois .list-wrap {
  background: #eee;
  padding: 10px;
  font-size: 10px;
  height: auto !important
}

#servicosTabsDois ul {
  list-style: none;
  display: inline-block
}

#servicosTabsDois ul.nav li {
  margin-top: 4px
}

#servicosTabsDois .list-wrap li {
  width: 160px;
  float: left;
  color: #666
}

#servicosTabsDois .list-wrap li strong {
  font-size: 11px
}

#servicosTabsDois .nav {
  overflow: hidden;
  margin: 0;
  padding: 0
}

#servicosTabsDois .nav {
  display: flex;
  flex-wrap: wrap
}

#servicosTabsDois .nav li a {
  display: block;
  text-decoration: none;
  padding: 12px;
  background: #ddd;
  transition: all 0.3s linear;
  color: #414141;
  font-size: 12px;
  text-align: center;
  border: 0
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
  background: #999;
  color: var(--color-tertiary)
}

#servicosTabsDois ul li.nav-two a.current {
  background-color: #eee !important;
  color: #666
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.copyright {
  font-size: 10px;
  color: #666;
  margin-bottom: 15px
}

.copyright a {
  font-size: 10px;
  color: #666
}

footer {
  clear: both;
  padding: 10px;
  background-color: var(--color-secundary);
  font-family: var(--font-primary)
}

.contact-footer {
  float: left;
  color: #eee;
  margin-right: 30px
}

.contact-footer strong {
  font-size: 18px
}

.contact-footer a {
  text-decoration: none;
  color: var(--color-primary);
  line-height: 25px
}

footer address {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-style: normal;
  line-height: 15px
}

footer address span {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
  display: block
}

footer .menu-footer {
  text-align: right
}

footer .menu-footer nav {
  margin: 3px 0
}

footer .menu-footer nav li {
  display: inline;
  padding: 0 10px 0 0
}

footer .menu-footer nav li:last-of-type {
  padding: 0
}

footer .menu-footer nav li a {
  color: #eee;
  font-size: 13px;
  text-decoration: none;
  position: relative
}

footer .menu-footer nav li a:after {
  background: none repeat scroll 0 0 #fff0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--color-primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0
}

footer .menu-footer nav li a:hover:after {
  width: 100%;
  left: 0
}

footer .social {
  margin: 15px 0 0 0;
  float: right
}

footer .social .social-icons:hover {
  opacity: 1;
  background: var(--color-primary);
  color: #3f484e
}

footer .social .social-icons {
  width: auto;
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 5px;
  float: right;
  font-size: 18px;
  background: #3f484e;
  color: var(--color-primary);
  width: 40px;
  height: 40px;
  text-align: center
}

.copyright-footer {
  text-align: left;
  font-size: 15px;
  color: var(--light);
  padding: 20px 0;
  background-color: var(--color-secundary)
}

.copyright-footer .selos {
  float: right
}

.copyright-footer .selos strong {
  background: var(--light);
  color: #363b36;
  padding: 0 5px
}

.copyright-footer .selos a {
  margin: 0 0 0 5px;
  color: #b7b7b7;
  text-decoration: none;
  opacity: .8;
  transition-property: all;
  transition-duration: 0.3s
}

.copyright-footer .selos a:hover {
  opacity: 1
}

.sitemap {
  margin-left: 30px;
  list-style: none;
  list-style-type: none
}

.sitemap li {
  font-size: 15px;
  margin: 10px 0
}

.sitemap li a {
  color: #000;
  font-size: 20px !important;
  line-height: 25px;
  text-decoration: none
}

.sitemap li a:hover {
  color: #0a5bfd !important
}

.sitemap li ul {
  margin-left: 35px;
  list-style: none;
  list-style-type: none
}

.sitemap li ul li {
  margin: 5px 0;
  padding: 0
}

.sitemap li ul li a {
  font-size: 12px;
  color: #000
}

.sitemap li ul li ul li {
  margin: 5px 0
}

.sitemap li ul li ul li a {
  font-size: 13px;
  color: #777
}

.sitemap li a:hover {
  color: #093284
}

.sitemap .fa {
  display: none
}

.sitemap br {
  display: none
}

.msg-404 {
  position: relative;
  font-size: 22px;
  line-height: 34px;
  color: #a7a9ac;
  margin-bottom: 30px
}

.menu-404 {
  width: 95%;
  padding: 15px;
  margin-bottom: 20px;
  float: left
}

.menu-404 a {
  display: block;
  margin: 0 auto
}

.ir {
  background-color: #fff0;
  border: 0;
  overflow: hidden
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%
}

.hidden {
  display: none !important;
  visibility: hidden
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.slicknav_menu {
  display: none
}

.slicknav_nav .fa {
  display: none
}

.slicknav_nav br {
  display: none
}

.grid {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  -moz-box-sizing: border-box;
  align-items: center
}

.grid:after {
  content: "";
  clear: both;
  display: block
}

[class*="col-"] {
  float: left;
  padding: 15px;
  box-sizing: border-box
}

.col-1 {
  width: 8.33%
}

.col-2 {
  width: 16.66%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.33%
}

.col-5 {
  width: 41.66%
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.33%
}

.col-8 {
  width: 66.66%
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.33%
}

.col-11 {
  width: 91.66%
}

.col-12 {
  width: 100%
}

.txtcenter {
  text-align: center
}

.txtleft {
  text-align: left
}

.txtright {
  text-align: right
}

.pd {
  padding: 0
}

.fright {
  float: right
}

.fleft {
  float: left
}

.fwidth {
  width: 100%
}

.center-block {
  display: block;
  margin: 0 auto
}

#title-empresa h2 {
  font-size: 14px;
  background: #e9e9e9;
  padding: 4px 10px;
  line-height: 15px;
  color: #717171;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 10px 0;
  font-weight: 500;
  border-radius: 8px
}

#title-keyword h3 {
  font-size: 12px;
  padding: 0 10px;
  line-height: 15px;
  color: #717171;
  text-decoration: none;
  margin: 0 0 10px 0;
  border-radius: 8px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.fancybox-opened {
  z-index: 8030
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / .5);
  -moz-box-shadow: 0 10px 25px rgb(0 0 0 / .5);
  box-shadow: 0 10px 25px rgb(0 0 0 / .5)
}

.fancybox-inner,
.fancybox-outer {
  position: relative
}

.fancybox-inner {
  overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(images-fancy/fancybox_sprite.png)
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(images-fancy/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(images-fancy/blank.gif);
  -webkit-tap-highlight-color: #fff0;
  z-index: 8040
}

.fancybox-prev {
  left: 0
}

.fancybox-next {
  right: 0
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}

.fancybox-nav:hover span {
  visibility: visible
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto
}

.fancybox-lock body {
  overflow: hidden !important
}

.fancybox-lock-test {
  overflow-y: hidden !important
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(images-fancy/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050
}

.fancybox-opened .fancybox-title {
  visibility: visible
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgb(0 0 0 / .8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: var(--color-primary)
}

.fancybox-title-inside-wrap {
  padding-top: 10px
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-primary);
  padding: 10px;
  background: #000;
  background: rgb(0 0 0 / .8)
}

.active-menu-topo {
  font-weight: 700
}

.active-menu-aside {
  color: #3f484e;
  background-color: rgb(33 114 179 / .1);
  border-left: 2px solid #3f484e;
  font-weight: 700
}

#scrollUp {
  box-sizing: content-box !important;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: 45px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font: 14px/20px sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 var(--color-primary);
  color: var(--color-primary);
  border-radius: 5px 5px 0 0;
  background-color: #3f484e;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear
}

#scrollUp:hover {
  margin-bottom: 0;
  color: var(--color-primary)
}

#scrollUp-active {
  display: none
}

.uc {
  text-transform: uppercase
}

.bold {
  font-weight: 700
}

.flex {
  display: flex
}

.flex-center-v {
  align-items: center
}

.flex-center-h {
  justify-content: center
}

.border-radius {
  border-radius: 5px
}

.hide-desk {
  display: none
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: .25rem
}

.m-2 {
  margin: .5rem
}

.m-3 {
  margin: .75rem
}

.m-4 {
  margin: 1rem
}

.m-5 {
  margin: 1.25rem
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.mt-0 {
  margin-top: 0
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mb-0 {
  margin-bottom: 0
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-0 {
  margin-left: 0
}

.ml-1 {
  margin-left: .25rem
}

.ml-2 {
  margin-left: .5rem
}

.ml-3 {
  margin-left: .75rem
}

.ml-4 {
  margin-left: 1rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mr-0 {
  margin-right: 0
}

.mr-1 {
  margin-right: .25rem
}

.mr-2 {
  margin-right: .5rem
}

.mr-3 {
  margin-right: .75rem
}

.mr-4 {
  margin-right: 1rem
}

.mr-5 {
  margin-right: 1.25rem
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.pt-0 {
  padding-top: 0
}

.pt-1 {
  padding-top: .25rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-3 {
  padding-top: .75rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pb-0 {
  padding-bottom: 0
}

.pb-1 {
  padding-bottom: .25rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-0 {
  padding-left: 0
}

.pl-1 {
  padding-left: .25rem
}

.pl-2 {
  padding-left: .5rem
}

.pl-3 {
  padding-left: .75rem
}

.pl-4 {
  padding-left: 1rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pr-0 {
  padding-right: 0
}

.pr-1 {
  padding-right: .25rem
}

.pr-2 {
  padding-right: .5rem
}

.pr-3 {
  padding-right: .75rem
}

.pr-4 {
  padding-right: 1rem
}

.pr-5 {
  padding-right: 1.25rem
}

.w-100 {
  width: 100%
}

.mw-100 {
  max-width: 100%
}

.h-100 {
  height: 100%
}

.mh-100 {
  max-height: 100%
}

.w-75 {
  width: 75%
}

.mw-75 {
  max-width: 75%
}

.h-75 {
  height: 75%
}

.mh-75 {
  max-height: 75%
}

.w-50 {
  width: 50%
}

.mw-50 {
  max-width: 50%
}

.h-50 {
  height: 50%
}

.mh-50 {
  max-height: 50%
}

.w-25 {
  width: 25%
}

.mw-25 {
  max-width: 25%
}

.h-25 {
  height: 25%
}

.mh-25 {
  max-height: 25%
}

.w-0 {
  width: 0%
}

.mw-0 {
  max-width: 0%
}

.h-0 {
  height: 0%
}

.mh-0 {
  max-height: 0%
}

.large {
  font-size: large
}

.larger {
  font-size: larger
}

.x-large {
  font-size: x-large
}

.xx-large {
  font-size: xx-large
}

.medium {
  font-size: medium
}

.small {
  font-size: small
}

.smaller {
  font-size: smaller
}

.x-small {
  font-size: x-small
}

.xx-small {
  font-size: xx-small
}

.font-weight-normal {
  font-weight: 400
}

.font-weight-bold {
  font-weight: 700
}

.display-1 {
  font-size: 6rem
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-4 {
  font-size: 3.5rem
}

.h1 {
  font-size: 2.5rem
}

.h2 {
  font-size: 2rem
}

.h3 {
  font-size: 1.75rem
}

.h4 {
  font-size: 1.5rem
}

.h5 {
  font-size: 1.25rem
}

.h6 {
  font-size: 1rem
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.d-none {
  display: none
}

.d-inline {
  display: inline
}

.d-inline-block {
  display: inline-block
}

.d-block {
  display: block;
  color: var(--color-primary)
}

.d-table {
  display: table
}

.d-table-cell {
  display: table-cell
}

.d-table-row {
  display: table-row
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end
}

.d-inline-flex {
  display: inline-flex
}

.justify-content-center {
  justify-content: center
}

.justify-content-start {
  justify-content: flex-start
}

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

.justify-content-between {
  justify-content: space-between
}

.justify-content-around {
  justify-content: space-around
}

.justify-content-evenly {
  justify-content: space-evenly
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.align-items-center {
  align-items: center
}

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

.align-items-end {
  align-items: flex-end
}

.flex-column {
  flex-direction: column
}

.flex-row {
  flex-direction: row
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.float-none {
  float: none
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.position-fixed {
  position: fixed
}

.t-0 {
  top: 0
}

.b-0 {
  bottom: 0
}

.l-0 {
  left: 0
}

.r-0 {
  right: 0
}

.t-50 {
  top: 50%
}

.b-50 {
  bottom: 50%
}

.l-50 {
  left: 50%
}

.r-50 {
  right: 50%
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.text-dark {
  color: #343a40
}

.text-light {
  color: #f8f9fa
}

.img-thumbnail {
  padding: .25rem;
  background-color: var(--color-primary);
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.rounded {
  border-radius: 0.25rem !important
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-circle {
  border-radius: 50% !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.clearfix {
  overflow: auto
}

.clearfix::after {
  content: "";
  clear: both;
  display: block
}

.flex-wrap {
  flex-wrap: wrap
}

.object-fit-cover {
  object-fit: cover
}

.object-fit-contain {
  object-fit: contain
}

.grid {
  display: grid
}

[class*=grid-col-] {
  display: grid;
  gap: 1.5rem;
  width: 100%
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr)
}

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

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

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr)
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr)
}

.grid-col-7 {
  grid-template-columns: repeat(7, 1fr)
}

.grid-col-8 {
  grid-template-columns: repeat(8, 1fr)
}

.grid-col-1-2 {
  grid-template-columns: 1fr 2fr
}

.grid-col-2-1 {
  grid-template-columns: 2fr 1fr
}

.grid-col-1-3 {
  grid-template-columns: 1fr 3fr
}

.grid-col-3-1 {
  grid-template-columns: 3fr 1fr
}

.grid-col-1-4 {
  grid-template-columns: 1fr 4fr
}

.grid-col-4-1 {
  grid-template-columns: 4fr 1fr
}

.grid-col-1-5 {
  grid-template-columns: 1fr 5fr
}

.grid-col-5-1 {
  grid-template-columns: 5fr 1fr
}

.grid-col-2-3 {
  grid-template-columns: 2fr 3fr
}

.grid-col-3-2 {
  grid-template-columns: 3fr 2fr
}

@media only screen and (min-width:577px) and (max-width:992px) {
  [class*="grid-col"]:not(.grid-col-3) {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:576px) {
  [class*="grid-col-"] {
    grid-template-columns: 100%
  }
}

.gap-0 {
  gap: 0
}

.gap-10 {
  gap: 10px
}

.gap-20 {
  gap: 20px
}

.gap-30 {
  gap: 30px
}

.gap-40 {
  gap: 40px
}

.gap-50 {
  gap: 50px
}

.gap-60 {
  gap: 60px
}

.gap-70 {
  gap: 70px
}

.gap-80 {
  gap: 80px
}

.gap-90 {
  gap: 90px
}

.gap-100 {
  gap: 100px
}

.rgap-0 {
  row-gap: 0
}

.rgap-10 {
  row-gap: 10px
}

.rgap-20 {
  row-gap: 20px
}

.rgap-30 {
  row-gap: 30px
}

.rgap-40 {
  row-gap: 40px
}

.rgap-50 {
  row-gap: 50px
}

.rgap-60 {
  row-gap: 60px
}

.rgap-70 {
  row-gap: 70px
}

.rgap-80 {
  row-gap: 80px
}

.rgap-90 {
  row-gap: 90px
}

.rgap-100 {
  row-gap: 100px
}

.cgap-0 {
  column-gap: 0
}

.cgap-10 {
  column-gap: 10px
}

.cgap-20 {
  column-gap: 20px
}

.cgap-30 {
  column-gap: 30px
}

.cgap-40 {
  column-gap: 40px
}

.cgap-50 {
  column-gap: 50px
}

.cgap-60 {
  column-gap: 60px
}

.cgap-70 {
  column-gap: 70px
}

.cgap-80 {
  column-gap: 80px
}

.cgap-90 {
  column-gap: 90px
}

.cgap-100 {
  column-gap: 100px
}

@media only screen and (max-width:576px) {
  [class*="gap-"] {
    gap: 1.25rem
  }
}

.column-count-2 {
  column-count: 2
}



header ul[class*="sub-menu"].sub-menu-scroll {
  max-height: 400px;
  height: auto;
  overflow-y: scroll
}

header #menu2 .dropdown .dropdown:hover>[class*="sub-menu"] {
  height: 200px;
  width: 98%;
  overflow-y: auto
}

[data-video] {
  cursor: pointer;
  position: relative
}

.ytvideo[data-video]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / .4);
  height: 100%;
  width: 100%;
  cursor: pointer
}

.ytvideo[data-video]::after {
  content: "\f16a";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  color: #333;
  text-shadow: 0 0 50px #fff;
  transition: all 150ms
}

[data-video]:hover::after {
  color: red
}

@media only screen and (min-width:767px) and (max-width:959px) {
  .wrapper {
    box-sizing: border-box;
    padding: 0 10px
  }

  header .right a {
    margin: 0 10px
  }

  header .right {
    width: 100%;
    text-align: center
  }

  header .logo {
    text-align: center;
    padding: 10px 0
  }

  header .logo img {
    margin-top: 10px
  }

  header nav a {
    padding: 10px 0;
    width: 142px
  }

  article img {
    max-width: 100%
  }

  .gallery li {
    margin: 4px
  }

  .js .slicknav_menu {
    display: block;
    z-index: 11
  }

  .js #menu {
    display: none
  }

  .js #menu2 {
    display: none
  }

  #servicosTabsDois .nav li a {
    padding: 10px
  }

  .col-m-1 {
    width: 8.33% !important
  }

  .col-m-2 {
    width: 16.66% !important
  }

  .col-m-3 {
    width: 25% !important
  }

  .col-m-4 {
    width: 33.33% !important
  }

  .col-m-5 {
    width: 41.66% !important
  }

  .col-m-6 {
    width: 50% !important
  }

  .col-m-7 {
    width: 58.33% !important
  }

  .col-m-8 {
    width: 66.66% !important
  }

  .col-m-9 {
    width: 75% !important
  }

  .col-m-10 {
    width: 83.33% !important
  }

  .col-m-11 {
    width: 91.66% !important
  }

  .col-m-12 {
    width: 100% !important
  }

  .hide-tablet {
    display: none
  }

  .topofixo {
    position: relative
  }

  #header-block {
    display: none !important
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.7rem !important;
  }
  div#breadcrumb h1 {
    font-size: 1.7rem;
  }

  .ReadMore h2,
  h3 {
    font-size: 1.4rem !important;
  }

  #id1-1 {
    display: flex !important;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #servicosTabsDois .list-wrap li {
    width: 100px !important;
  }

  .thumbnails-main a {
    width: 100%;
  }

  .col-6 {
    width: 100% !important
  }

  .d-block {
    display: inline !important
  }

  .row {
    padding: 20px;
    border-bottom: 1px solid #000;
    flex-direction: column
  }

  .box-img-random {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .show-mobile {
    display: block
  }

  .apresentation {
    background-color: var(--light);
    height: 440px
  }

  .logo {
    padding: 10px 0
  }

  .thumbnails-mod6 {
    text-align: center;
    width: 100%
  }

  .thumbnails-mod6 li {
    margin: 20px auto;
    float: none
  }

  .main-mpi-container {
    padding: 0 10px !important
  }

  .table-info {
    margin-left: 0px !important;
    margin-right: 0px !important
  }

  [class*="column-count-"] {
    column-count: 1
  }

  .d-flex {
    align-items: center
  }

  .flex-colum-reverse {
    flex-direction: column-reverse
  }

  .main .main__cover img {
    max-width: 200px !important
  }

  h1 {
    font-size: 21px;
    margin-left: 10px
  }

  .d-none-mobile {
    display: none
  }

  .btn {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center
  }

  .topofixo {
    position: relative
  }

  .owl-pagination {
    display: none
  }

  header .topo .social {
    display: none
  }

  .wrapper {
    box-sizing: border-box;
    padding: 0 10px
  }

  header .logo a {
    margin: 0 auto
  }

  header .logo {
    width: 100%;
    display: block;
    text-align: center
  }

  header .logo img {
    max-width: 35%;
    margin: 0 auto
  }

  header .right {
    width: 100%;
    text-align: center
  }

  .topo .fright {
    float: none
  }

  .topo {
    text-align: center
  }

  article {
    width: 100%
  }

  aside {
    width: 100%;
    margin: 0
  }

  .gallery img {
    width: 100%
  }

  .gallery li {
    width: 45%
  }

  .thumbnails li {
    width: 100%
  }

  .thumbnails {
    width: 100%;
    box-sizing: border-box;
    padding: 10px
  }

  .thumbnails img {
    width: 100%
  }

  footer .wrapper {
    text-align: center !important
  }

  .copyright-footer {
    padding-bottom: 70px;
    text-align: center
  }

  footer .menu-footer nav li {
    display: block;
    background: rgb(0 0 0 / .2);
    margin: 10px 0;
    text-align: center;
    padding: 10px
  }

  footer .menu-footer nav li:last-of-type {
    padding: 10px
  }

  .contact-footer {
    float: none
  }

  .copyright-footer .wrapper {
    text-align: center
  }

  footer .social {
    float: none;
    width: 100%
  }

  .copyright-footer .selos {
    float: none;
    margin: 10px 0
  }

  .copyright-footer .selos a {
    float: none;
    display: block;
    width: 100%;
    background: rgb(0 0 0 / .2);
    padding: 10px 0;
    margin: 10px 0
  }

  footer .social .social-icons {
    float: none;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    text-align: center
  }

  .contact-footer {
    margin-right: 0
  }

  .js #menu {
    display: none
  }

  .js #menu2 {
    display: none
  }

  .js .slicknav_menu {
    display: block
  }

  #servicosTabsDois .nav li a {
    padding: 8px;
    font-size: 13px;
    width: 100%
  }

  .hide-mobile {
    display: none !important
  }

  .contact {
    padding: 0
  }

  .form {
    width: 100%
  }

  .contact-form {
    float: none;
    width: 100%
  }

  #header-block {
    display: none !important
  }

  .barra-busca .btn,
  .barra-busca2 .btn {
    position: relative;
    box-sizing: border-box
  }

  .search-content.search-active ul li {
    width: 40%
  }

  #servicosTabsDois .list-wrap li {
    float: unset;
    width: 100%
  }

  .search-content.search-active ul li a {
    padding: 0
  }

  .apresentation>div {
    padding: 0 10px !important
  }

  .about {
    gap: 30px !important
  }

  .container .wrapper .thumbnails-main.grid-col-4 li {
    width: 100%
  }

  .apresentation {
    height: 90vh
  }

  .apresentation section {
    height: 100%
  }

  .apresentation>div {
    height: 100%
  }

  .box-produto .grid {
    grid-template-columns: 1fr !important
  }

  .vermais_regioes {
    display: none
  }

  #servicosTabsDois .nav {
    overflow: auto !important
  }

  .vermais_regioes {
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: end
  }

  .vermais_regioes p {
    padding: 8px 16px;
    background-color: #eee;
    margin: 0;
    color: #555
  }

  .vermais_regioes:hover p {
    color: var(--color-secundary)
  }

  .thumbnails-main li {
    width: 100% !important;
  }

  .thumbnails-main a {
    width: 100%;
  }

  .search {
    min-width: 100% !important;
  }

  [class^="col-"] {
    width: 100%
  }

  .content-img-fixos {
    display: flex;
    justify-content: center
  }

  #slide-show {
    height: 880px !important
  }
}

.topo-center {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.title-produtos {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.title-produtos h2 {
  font-size: 14px;
  font-weight: 700;
  color: var(--grey);
  text-transform: capitalize;
}

.title-produtos a {
  color: var(--dark);
  font-weight: 500
}

.overflow-hidden {
  overflow: hidden !important
}

@media only screen and (max-width:748px) {
  .thumbnails-main li {
    width: 46%
  }
}

.selos img {
  width: 80px;
  height: 40px
}

.article-content {
  padding-bottom: 60px;
  line-height: 25px;
  position: relative;
  padding: 15px;
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.article-content img {
  border-radius: 5px;
  transition: 0.8s
}

.article-content img:hover {
  transform: scale(1.05)
}

.article-content strong {
  font-weight: 700;
  font-size: 1.1em
}

.article-content p {
  padding-left: 10px;
  font-size: 1.01em;
  padding-right: 10px;
  font-family: var(--font-primary)
}

.article-content li {
  list-style: inside;
  margin-left: 20px;
  font-size: 1em;
  margin-top: 10px;
  font-family: var(--font-primary)
}

.article-content h2 {
  font-size: 1.8em;
  margin-left: 10px;
  text-transform: uppercase
}

.article-content h3 {
  font-size: 1.3em;
  margin-left: 10px;
  color: #20577c
}

.article-content h4 {
  font-size: 1.2em;
  margin-left: 10px;
  color: gray
}

.article-content .img-right {
  float: right;
  mix-blend-mode: multiply;
  display: block;
  margin-left: 15px;
  width: 200px;
  border-radius: 5px
}

.article-content .img-left {
  float: left;
  mix-blend-mode: multiply;
  display: block;
  margin-right: 15px;
  width: 200px;
  border-radius: 5px
}

.article-content .img-center {
  display: flex;
  width: 300px;
  margin: 0 auto;
  justify-content: center
}

.article-content .img-center img {
  margin: 10px
}

@media screen and (max-width:768px) {
  .img-center {
    flex-direction: column
  }

  .cards-informativo {
    justify-content: center !important
  }

  .article-content li {
    margin-left: 15px
  }

  .article-content .img-right {
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: center
  }

  .article-content .img-left {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto
  }

  .card-feature {
    width: 80% !important;
    margin: 5px auto !important
  }

  .partners-company,
  .partners-company h2 {
    width: 100% !important
  }

  .slick-track .clientes__item:nth-of-type(3),
  .slick-track .clientes__item:nth-of-type(4),
  .slick-track .clientes__item:nth-of-type(5) {
    background-color: var(--dark)
  }
}

.article-content a {
  cursor: pointer;
  color: #006fe6;
  font-weight: 700
}

.table-style table {
  border-collapse: collapse;
  width: 100%
}

.table-style th,
.table-style td {
  border: 1px solid silver;
  padding: 8px;
  text-align: left
}

.table-style th {
  background-color: #3850b3;
  color: var(--color-primary)
}

.table-style tr:nth-child(even) {
  background-color: #f2f2f2
}

.table-style tr:hover {
  background-color: #d9e6f2
}

.table-style {
  color: #000000cf;
  padding-left: 15px
}

.title-table {
  text-align: center;
  color: #000;
  font-size: 1.5em;
  font-family: "Open Sans"
}

.table-style td {
  color: #333
}

@media (max-width:1024px) {

  .table-3-column th,
  .table-3-column td {
    font-size: 12px
  }

  .table-3-column th {
    border: 1px solid #444141
  }

  .table-3-column td:first-child {
    border-top: 1px solid #444141
  }

  .table-3-column table:not(:nth-child(-n+2)) {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0 35px 0;
    overflow-x: auto;
    display: block
  }

  .table-3-column td,
  .table-3-column th {
    text-align: left
  }

  .table-3-column table::-webkit-scrollbar {
    height: 10px
  }

  .table-3-column thead {
    background-color: #118900;
    color: #fff
  }

  .table-3-column td:hover {
    background-color: #d7d7d7
  }
}

.busca-relacionadas {
  width: 100%;
  padding: 10px 0;
  padding-top: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center
}

ul.relacionada {
  display: flex
}

ul.relacionada li>a {
  border: 1px solid #000;
  text-align: left;
  padding: 5px;
  margin: 5px;
  display: block;
  border-radius: 5px;
  transition: 0.3s
}

.busca-relacionadas b {
  margin-left: 7px;
  font-size: 16px
}

@media only screen and (max-width:480px) {
  .busca-relacionadas {
    flex-direction: column;
    align-items: flex-start
  }
}

ul.relacionada a {
  padding: 10px;
  color: #000;
  transition: 0.2s ease-in-out
}

ul.relacionada a:hover {
  background-color: #7472722b
}

ol.breadcrumb {
  display: flex
}

li.breadcrumb-item {
  margin: 5px;
  font-size: .8em
}

li.breadcrumb-item a::after {
  transition: 0.3s;
  content: '\f101';
  color: #fff;
  font-family: 'FontAwesome';
  padding-left: 5px
}

li.breadcrumb-item a:hover::after {
  padding-left: 8px
}

li.breadcrumb-item a,
li.breadcrumb-item {
  color: #fff;
  display: flex;
  align-items: center
}

li:last-child.breadcrumb-item {
  color: #fff;
  font-weight: 700
}

.breadcrumb-item i.fa-solid.fa-house {
  color: var(--light);
  margin-right: 10px;
  font-size: 1.3em
}

@media only screen and (max-width:576px) {
  #breadcrumb :is([itemprop="title"], [itemprop="name"]) {
    display: inline-block;
    max-width: 80px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  ul.relacionada li>a {
    display: inline-block;
    max-width: 80px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

div#breadcrumb {
  display: flex;
  min-height: 200px;
  background-color: var(--color-secundary);
  align-items: center
}

div#breadcrumb h1 {
  color: #fff
}

.thumbnails {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  list-style: none;
  list-style-type: none;
  text-align: center
}

.thumbnails {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  text-align: center
}

.thumbnails li img:hover {
  transform: scale(1.05);
  opacity: .9
}

.thumbnails h2 {
  font-size: 1.1em;
  padding: 8px 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  color: #000;
  height: 42px
}

.thumbnails {
  gap: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr
}

.thumbnails li {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  height: auto;
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.thumbnails li img {
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 5px 5px 0 0
}

.thumbnails li p {
  text-align: center;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
  font-size: .7em
}

.thumbnails h2,
.thumbnails h3,
.thumbnails h4 {
  line-height: 13px
}

.thumbnails h2 a,
.thumbnails h3 a,
.thumbnails h4 a {
  font-size: 11px;
  color: #2f4b71;
  font-weight: 700;
  line-height: 13px
}

.thumbnails .botao-cotar {
  bottom: 0
}

.botao:hover {
  background-color: #469b42
}

.botao-cotar {
  background-color: var(--color-secundary);
  color: var(--light);
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 5px;
  transition: .6s ease;
  height: 85px;
  font-size: 17px !important
}

.botao-cotar:hover {
  background: var(--color-primary);
  color: var(--color-secundary);
  border: 1px solid var(--color-secundary);
  transition: .6s ease
}

.padding-premium {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center
}

.box-produto p {
  font-family: var(--font-primary);
  font-size: 1.06em;
  line-height: 22px
}

.box-produto h2 {
  font-family: var(--font-primary);
  font-size: 1.03em;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left
}

.box-produto h3 {
  font-family: Libre Baskerville;
  font-size: .7em;
  line-height: 22px
}

.box-produto {
  margin-top: 15px;
  background-color: #e9ecef;
  border-radius: 5px
}

.content-fixos {
  background-color: #9cb7d42e;
  padding: 10px;
  border-radius: 0 5px 5px 0
}

.galeria-fixa {
  position: relative
}

.box-img-random img {
  transition: 0.4s ease-in-out
}

.box-img-random img:hover {
  transform: scale(1.03)
}

h2.h2-regioes {
  margin-top: 40px;
  margin-bottom: -5px
}

.nav-topo>li:hover {
  transition: all 0.5s linear
}

.nav-topo>li {
  border-radius: 10px
}

a.link-sub-list {
  padding-left: 9.6px !important;
  padding-right: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 13px !important
}

a.link-list {
  padding: 15px !important;
  font-size: 10px !important
}

a.link-sub-list.first-child {
  margin-top: 5px;
  text-align: left
}

h1.title-galeria {
  font-size: 3.3em;
  border-bottom: 1px solid #00000029;
  color: #3f484e;
  text-align: center
}

.col-lg-6.col-md-6.col-sm-12.p-4 {
  display: flex;
  flex-direction: column;
  align-items: center
}

section.cotacao-modal-header {
  min-height: auto
}

.slick-prev:before,
.slick-next:before {
  color: var(--light) !important
}

.slick-prev:before {
  border-radius: 50px 0 0 50px
}

.slick-next:before {
  border-radius: 0 50px 50px 0
}

.box-produto p {
  margin-bottom: 30px;
  margin-left: 5px;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

ul.sitemap>li {
  font-size: 1.5em
}

.content-random li {
  font-size: 1.1em;
  padding: 5px;
  list-style: inside
}

button.botao-cotar.botao-artigo {
  width: 80%;
  margin: 0 auto;
  padding: 30px 10px
}

i.fa.fa-envelope {
  margin-right: 10px
}

.coluna-artigo {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.coluna-artigo aside {
  width: 80%;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  #cotacao-modal .cotacao-modal-content {
    width: 95vw
  }

  .thumbnails {
    grid-template-columns: 1fr 1fr
  }

  .box-produto>.grid>.col-9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .coluna-artigo {
    width: 100%
  }

  .botao-artigo {
    display: none
  }

  .botao-artigo-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block
  }

  .botao-mobile {
    display: block !important
  }

  .thumbnails h2 {
    font-size: .8em
  }

  .thumbnails li p {
    font-size: .7em
  }

  .botao-cotar-mobile {
    z-index: 99999;
    background: #fff;
    background: linear-gradient(180deg, #fff0 0%, rgb(255 255 255 / 25%) 26%, #ffffff 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border: 0;
    height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 16px 16px 16px
  }
}

.botao-mobile {
  display: none
}

#cotacao-modal {
  z-index: 99999
}

#cotacao-modal .cotacao-modal-content {
  margin: 80px auto
}

.nav-topo i {
  color: var(--color-secundary)
}

ul.thumbnails.premium-rocadeiras-e-rotativas li {
  width: 47%
}

h2.dark {
  font-size: 1.2em
}

.search input {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 0;
  background-color: #fff0;
  border: 1px solid #ccc;
  border-radius: 16px;
  color: var(--grey);
  z-index: 10;
  font: normal 14px/normal var(--primary-font)
}

.search {
  width: 30%;
  min-width: 30%;
  position: relative;
  transition: 1s
}

.search:focus-within {
  transition: 1s;
  width: 256px
}

.search--topo button,
.search--topo label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%
}

.search--topo label {
  cursor: pointer;
  left: 40px;
  transition: 1.4s
}

.search button {
  width: 24px;
  padding: 0;
  height: 24px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #fff0;
  color: var(--grey);
  font-size: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.8s
}

.search--topo input:focus~label,
.search--topo input:not(:placeholder-shown)~label {
  opacity: 0;
  transition: 0.2s
}

.search--topo input:focus,
input:not(:placeholder-shown) {
  padding: 8px 36px 8px 16px
}

.search--topo input:focus~button,
.search--topo input:not(:placeholder-shown)~button {
  transition: 0.8s;
  left: calc(92% - 24px) !important
}

.faca-parte {
  margin-left: 16px;
  padding: 8px;
  width: 128px;
  text-align: center;
  background-color: var(--color-secundary);
  color: #fff;
  border-radius: 16px;
  transition: 0.5s
}

.faca-parte:hover {
  transition: 0.5s;
  background-color: var(--color-tertiary)
}

.mapa {
  width: 100%;
  display: flex;
  margin-left: 5%;
  margin-bottom: 3%
}

i.fa.fa-star {
  font-size: 24px;
  margin: 5px
}

@media only screen and (max-width:1024px) {
  .informacoes-anunciantes h3 {
    font-size: 1rem !important
  }

  .flex-wrap-mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .section-content li p {
    justify-content: center
  }
}

@media only screen and (max-width:768px) {
  .search {
    min-width: 50%;
    margin: auto;
  }
  .header img {
    display: none
  }

  .banner-home {
    display: none
  }
}

.header .banner {
  padding: 20px 20px;
  color: #fff
}

.banner p span {
  font-weight: 300;
  font-size: 14px
}

.sobre-product div {
  padding: 0;
  text-align: center
}

.sobre-product .blue-div {
  color: #fff;
  background-color: var(--color-secundary);
  box-shadow: 0 0 15px 2px rgb(80 80 80 / .304)
}

.user h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--second-color)
}

.sobre-product div img {
  width: 200px
}

.user h3 {
  margin: 0
}

.user>h3:first-of-type {
  margin-top: 20px;
  font-family: var(--font-primary);
  font-weight: 700
}

.card-feature {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  flex-direction: column
}

.card-feature img {
  height: 200px;
  border-radius: 5px
}

@media only screen and (max-width:1024px) {
  .flex-wrap-mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .form-contact {
    width: 100%
  }

  .section-content li p {
    justify-content: center
  }

  .banner-home {
    display: none
  }
}

.content-card-feature {
  display: flex;
  height: 200px;
  flex-direction: column;
  width: 100%
}

.grid-features {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row
}

.grid-features .grid-item {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.grid-features .grid-item img {
  border-radius: 5px;
  box-shadow: rgb(50 50 93 / .25) 0 13px 27px -5px, rgb(0 0 0 / .3) 0 8px 16px -8px;
  height: 100%
}

.grid-features .grid-item p {
  font-size: 16px;
  margin: 10px 0 20px 0;
  text-align: left !important
}

@media only screen and (max-width:1024px) {
  .grid-features {
    grid-template-columns: auto auto
  }

  .grid-features .grid-item {
    margin-top: 20px
  }
}

.grid-item-mark {
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.partners-company {
  align-items: center;
  justify-content: center
}

.partners-company a {
  background-color: var(--color-tertiary);
  color: var(--color-primary);
  padding: 10px 60px;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.3s
}

.partners-company a:hover {
  background-color: var(--dark)
}

.ReadMore {
  position: relative;
  height: 200px;
  overflow: hidden
}

.ReadMore.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, white)
}

.readmore-button {
  display: inline-block;
  color: var(--color-secundary);
  padding: 8px 20px;
  border: 1.5px solid var(--color-secundary) !important;
  border-radius: 8px;
  transition: 0.3s
}

.readmore-button a {
  color: var(--color-secundary)
}

.readmore-button:hover {
  background-color: var(--color-secundary)
}

.readmore-button:hover a {
  color: #fff
}

.custom-shape-divider-bottom-1707920312 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg)
}

.custom-shape-divider-bottom-1707920312 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 251px
}

.custom-shape-divider-bottom-1707920312 .shape-fill {
  fill: var(--color-primary)
}

@media (max-width:767px) {
  .custom-shape-divider-bottom-1707920312 svg {
    width: calc(100% + 1.3px);
    height: 135px
  }
}

.content-banner-mobile {
  width: 100%;
  background-image: url(../imagens/wavesOpacity-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50px;
  margin-top: -1px;
  z-index: 1
}

.header-text-mobile h1 {
  margin-top: 20px;
  margin: 0
}

.header-text-mobile {
  color: #fff;
  font-size: 1rem
}

.header-mobile p {
  margin-bottom: 20px
}

.title-underline.text-center,
.title-underline.text-center::after {
  margin-left: auto;
  margin-right: auto;
  color: var(--color-secundary)
}

.title-underline::after {
  content: "";
  display: block;
  width: 25%;
  min-width: 3rem;
  height: .25rem;
  margin-top: .5rem;
  background-color: #000;
  border-radius: 999px
}

.item-slide {
  margin: 10px
}

.about {
  gap: 50px
}

.about div {
  position: relative
}

.about div p {
  font-size: 15px
}

.about div:first-child::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 0;
  background-color: #0004
}

@media screen and (min-width:576px) {
  .about div:first-child::after {
    width: 2px;
    height: 100%;
    top: 0;
    right: -1.6rem
  }

  .about h1.about__title {
    text-align: right
  }

  .about div :is(h1, p) {
    text-align: unset
  }
}

.card.card--overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 1.25rem;
  border-radius: .75rem;
  background-color: var(--dark);
  overflow: hidden
}

.card.card--overlay>* {
  position: relative;
  z-index: 1
}

.card.card--overlay .card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #FFF;
  transition: var(--transition);
  opacity: .3
}

.card.card--overlay:hover .card__image {
  opacity: .6;
  transform: scale(1.1)
}

.card.card--overlay .card__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  transition: var(--transition)
}

.card.card--overlay .card__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: currentColor;
  margin: 0rem auto;
  transition: var(--transition)
}

.card.card--overlay:hover .card__title::after {
  margin: .5rem auto;
  width: 25%;
  height: .25rem;
  border-radius: 9999px
}

.card.card--overlay .card__action {
  height: 0rem;
  transform: translateY(4rem);
  opacity: 0;
  transition: var(--transition)
}

.card.card--overlay:hover .card__action {
  height: 1.25rem;
  transform: translateY(0);
  opacity: 1;
  color: #FFF
}

.content-banner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.5fr
}

.title-banner {
  color: var(--light);
  font-size: 60px !important;
  letter-spacing: .2em !important;
  font-weight: 600
}

.content-banner h2 {
  color: var(--light);
  font-size: 2em;
  letter-spacing: 1px
}

.content-banner p {
  color: var(--light);
  font-size: 1.5em;
  letter-spacing: 1px
}

.btn-banner {
  background-color: #fff0;
  color: #F5EBFF;
  margin-top: 23px;
  padding: 6px;
  font-size: 1.2em !important
}

.btn-banner:hover {
  color: #fce5c8;
  text-shadow: 1px 1px 6px #524522
}

.socials-home i {
  color: #fff;
  padding: 10px;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  font-size: 2em;
  transition: 0.5s
}

.socials-home i:hover {
  transform: translateY(-5px);
  color: var(--dark);
  background-color: var(--light)
}

.content-index {
  display: flex;
  flex-direction: column
}

.content-index section {
  margin-top: 2rem
}

.content-index .block-1-content {
  display: flex;
  margin-top: 10px
}

.content-index .block-1-content>div p {
  font-size: .9em;
  color: var(--dark);
  font-family: var(--font-primary)
}

.content-index .block-1-content>div h1 {
  font-weight: 700;
  font-family: var(--font-primary);
  text-transform: uppercase
}

.clientes__carousel {
  padding: 0 16px
}

.clientes__carousel .slick-arrow::before,
.clientes__carousel .slick-arrow::after {
  color: var(--dark) !important
}

.clientes__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  margin: 0 10px;
  background-color: #fff
}

.clientes__image {
  max-width: 100%;
  max-height: 100%
}

.produto {
  padding: 20px;
  background: linear-gradient(141deg, var(--light) 53.29%, var(--color-primary) 81.42%)
}

.col-3.box-img-random.overflow-hidden {
  width: 100%
}

.box-produto .grid .col-9 {
  width: 100%
}

body>main>section:nth-child(3)>div>div>div>div>div>div>div>div:nth-child(9) {
  background-color: var(--dark)
}

.title-search-page {
  font-size: 1.8em
}

.search.my-5 {
  display: flex
}

.button-group {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-10%, -50%);
  right: 0;
  padding: 0 1em;
  gap: 10px;
  z-index: 10;
  background-color: white;
  border-left: 1px solid #5f5f5f;
}

.search.my-5 input {
  padding: 20px;
  border: none;
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15)
}

.search-content.search-active ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.search-content.search-active ul li {
  display: flex;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 .6rem 1rem rgb(0 0 0 / 23%);
  margin: 15px;
  width: 30%;
  justify-content: center;
  align-items: center;
  transition: scale 350ms ease, opacity 350ms linear
}

.search-content.search-active ul li a {
  text-align: center;
  width: 100%;
  padding: 10px
}

.search-content.search-active ul li:hover {
  transition: .7s ease;
  background-color: var(--color-secundary)
}

.search-content.search-active ul li a:hover {
  color: #f9f9f9
}



button.slick-arrow {
  padding: 5px !important
}

#servicosTabsDois .list-wrap p.truncate {
  margin: 0px !important;
  width: 80% !important
}

.tooltip.botao-cotar.cotar-cidade {
  width: 100% !important
}

