:root {
  --nunito: "Nunito", sans-serif;
  --montserrat: "Montserrat", sans-serif;
}
.grecaptcha-badge { visibility: hidden; }
a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* menu responsivo */
.inside .rede-social {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.inside .rede-social a {
  font-size: 30px;
  width: auto;
}
.engloba-sidebar {
  display: none;
}

.engloba-menu-mobile {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 33px;
  top: 20px;
  padding: 10px;
  /* background: #fff; */
  border-radius: 5px;
  box-shadow: 0 11px 30px rgb(0 0 0 / 10%);
}

.engloba-menu-mobile a {
  height: 100%;
  width: 100%;
}

.engloba-menu-mobile span {
  width: 88%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 15%;
}

.engloba-menu-mobile span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}

.engloba-menu-mobile span:nth-of-type(3) {
  top: unset;
  bottom: 20%;
}

.sidebar {
  z-index: 3002 !important;
}

.sidebar-bg {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: #0000008f;
  position: fixed;
  top: 0;
  z-index: 3001;
}

#a-mb-close {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: right;
  padding: 10px 15px 15px 0;
}

.logo-side {
  text-align: center;
  margin-bottom: 30px;
}

.logo-side img {
  margin: 0 auto;
  width: 40%;
}

.closeSidebar {
  padding: 10px 0 0 15px;
}

.engloba-sidebar {
  display: block;
  padding: 10px;
}

.engloba-sidebar a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.engloba-sidebar li {
  height: 48px;
  padding-left: 30px;
}
/* BANNER */
#banner {
  margin-top: -100px;
  height: 100vh;
}

#banner .slide-banner,
#banner .splide__track,
#banner .splide__list {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .splide__slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#banner ul.btn-blu-rnd {
  position: absolute;
  height: 15px;
  display: flex;
  bottom: 40px;
}

.btn-blu-rnd button {
  height: 15px;
  width: 15px;
  background-color: #6ab3d9;
  opacity: 1;
}

.btn-blu-rnd button.is-active {
  background-color: #181363;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .dimensoes-slide .wrap {
  height: 100%;
  padding-top: 175px;
}
#banner .dimensoes-slide .content {
  flex-direction: column;
  align-items: flex-start;
  /* margin-left: -50px; */
}
#banner .dimensoes-slide .content .sub-titulo {
  color: #21aae0;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 5px;
  font-family: var(--montserrat);
  font-weight: 600;
}
#banner .dimensoes-slide .content .titulo {
  color: #181363;
  font-size: 56px;
  line-height: 55px;
  margin-top: 1px;
  max-width: 460px;
  font-family: var(--montserrat);
  font-weight: 700;
}
#banner .dimensoes-slide .content .descricao {
  line-height: 32px;
  font-size: 16px;
  color: #7b7b7b;
  margin-top: 19px;
  width: 470px;
  font-family: var(--montserrat);
  font-weight: 400;
}
#banner .dimensoes-slide .content .btn-banner {
  /* border-radius: 24px; */
  /* width: 260px; */
  padding: 10px 25px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

#banner .dimensoes-slide .content .btn-banner a {
  font-size: 16px;
  line-height: 19px;
  font-family: var(--nunito);
  font-weight: 500;
  letter-spacing: 1px;
}

#produto .wrap > .btn-geral {
  margin-top: 30px;
}

.btn-geral {
  height: 48px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-blue-bdr {
  background-color: #181363;
  border: 1px solid #181363;
  border-radius: 20px 0 20px 0;
  -webkit-border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  -ms-border-radius: 20px 0 20px 0;
  -o-border-radius: 20px 0 20px 0;
}

.btn-inner-prod {
  height: 48px;
  /* padding: 0 25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  -webkit-border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  -ms-border-radius: 20px 0 20px 0;
  -o-border-radius: 20px 0 20px 0;
}

.btn-inner-prod,
.btn-blue-bdr a {
  font-family: var(--montserrat);
  color: #fff;
}

.btn-blue-bdr:hover {
  background-color: transparent;
}

.btn-blue-bdr:hover a {
  color: #181363;
}
/* SOLUCOES */
#solucoes {
  z-index: 2;
  background: transparent;
}

#solucoes .wrap {
  flex-direction: row;
  padding-top: 65px;
  padding-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}

#solucoes .engloba-esq {
  justify-content: start;
}

#solucoes .engloba-esq .borda {
  background: #f8f7fa;
  width: 360px;
  height: 373px;
  border-radius: 100%;
  position: absolute;
  top: 100px;
  right: 200px;
}

#solucoes .engloba-esq img {
  position: absolute;
  top: 50px;
  max-width: 220px;
  left: 255px;
}
#solucoes .engloba-esq .engloba-marca .marca img {
  position: relative;
  top: unset;
  left: unset;
  z-index: 3;
  max-width: 500px;
}
#solucoes .engloba-dir {
  margin-top: 65px;
}
#solucoes .engloba-dir .descricao .sub-titulo {
  color: #21aae0;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: var(--montserrat);
  font-weight: 600;
  margin-bottom: 11px;
}
#solucoes .engloba-dir .descricao .titulo {
  color: #181363;
  font-size: 40px;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
  margin-bottom: 13px;
}

#solucoes .engloba-dir .descricao .desc {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 28px;
  font-family: var(--montserrat);
  font-weight: 500;
}

#solucoes .btn-marca {
  width: 170px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39px;
  margin-right: 0;
  margin-left: auto;
}

#solucoes .btn-marca a {
  font-size: 16px;
  line-height: 19px;
  /* font-family: var(--nunito); */
  font-weight: 500;
  letter-spacing: 1px;
}

#solucoes .detalhe {
  position: absolute;
  left: -408px;
  bottom: -68px;
  height: 109%;
  z-index: 2;
}
/* ATUACAO */
#atuacao {
  background: #f4f2f7;
  /* height: 807px; */
  z-index: 1;
}

#atuacao.pg-atuacao {
  background: #fff;
}

.pg-atuacao .bg-detail.right {
  bottom: -80px;
  z-index: -2;
  max-height: 400px;
  right: -500px;
}

.pg-atuacao .bg-detail.right:nth-of-type(2) {
  bottom: -0px;
}

#atuacao .wrap {
  padding: 0px;
}

#atuacao .btn-geral {
  align-self: end;
  width: 250px;
  padding: 0;
}

#atuacao.pg-atuacao .btn-geral {
  width: 110px;
}

#atuacao.pg-atuacao .btn-geral {
  margin-top: 15px;
  align-self: start;
}

#atuacao .engloba-titulo .sub-titulo {
  color: #21aae0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  font-family: var(--montserrat);
  font-weight: 600;
  text-align: center;
}

#atuacao .engloba-titulo .titulo {
  color: #181363;
  font-size: 40px;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
  margin-top: 10px;
  max-width: 445px;
  text-align: center;
}

#atuacao .engloba-box-atuacao {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 58px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* max-width: 923px; */
  flex-direction: row;
}

#atuacao .engloba-box-atuacao .box-atuacao {
  margin-bottom: 40px;
  transition: all 0.3s ease;
  margin: 0 2%;
}

#atuacao.pg-atuacao .engloba-box-atuacao .box-atuacao {
  width: 46%;
  margin: 60px 2%;
}

.box-atuacao .content {
  flex-direction: column;
  align-items: center;
}

.pg-atuacao .box-atuacao .content {
  flex-direction: row;
  align-items: start;
  position: relative;
}

.pg-atuacao .box-atuacao .content::before {
  content: "";
  background: #f8f7fa;
  height: 90%;
  width: 85%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50px 0;
}

#atuacao .engloba-box-atuacao .borda {
  border: 3px solid #181363;
  padding: 5px 9px 5px 5px;
  border-radius: 30px 0;
  height: 168px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#atuacao.pg-atuacao .engloba-box-atuacao .borda {
  background: #fff;
}

#atuacao .engloba-box-atuacao .box-atuacao:hover .borda {
  background: #181363;
}

#atuacao .engloba-box-atuacao .borda .imagem {
  width: 125px;
  height: 125px;
  align-items: center;
  justify-content: center;
}

#atuacao .engloba-box-atuacao .borda .imagem img {
  max-width: 80%;
  max-height: 80%;
}

#atuacao .box-atuacao:hover .borda .imagem img {
  filter: brightness(10) saturate(0.1) contrast(10);
}

#atuacao .engloba-box-atuacao .box-atuacao:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
}

#atuacao .engloba-box-atuacao .box-atuacao .descricao {
  flex-direction: column;
  /* margin-left: 30px; */
  align-items: center;
  justify-content: center;
}

#atuacao.pg-atuacao .engloba-box-atuacao .box-atuacao .descricao {
  align-items: start;
  padding: 20px;
  width: calc(100% - 180px);
}

#atuacao .engloba-box-atuacao .box-atuacao .descricao .titulo {
  color: #181363;
  font-size: 23px;
  text-align: center;
  line-height: 31px;
  font-family: var(--montserrat);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}

#atuacao .engloba-box-atuacao .box-atuacao .descricao .desc {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--montserrat);
  font-weight: 400;
  margin-bottom: 11px;
}

#atuacao .engloba-box-atuacao .box-atuacao .btn-atuacao a {
  color: #002756;
  font-size: 16px;
  line-height: 19px;
  font-family: var(--nunito);
  font-weight: 700;
}

/* PRODUTO */
#produto .wrap {
  padding-top: 140px;
  padding-bottom: 90px;
  max-width: 1235px;
}

#produto .engloba-titulo .sub-titulo {
  font-size: 16px;
  color: #21aae0;
  letter-spacing: 3px;
  line-height: 32px;
  font-family: var(--montserrat);
  font-weight: 600;
  text-align: center;
}

#produto .engloba-titulo .titulo {
  font-size: 40px;
  color: #181363;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
}

#produto .engloba-navegacao {
  margin-top: 32px;
}

#produto .engloba-navegacao ul {
  background: #ffffff;
  box-shadow: 5px 10px 30px 0px rgb(0 0 0 / 9%);
  width: 718px;
  height: 64px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#produto .engloba-navegacao ul li {
  margin-right: 43px;
}
#produto .engloba-navegacao ul li a {
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  font-family: var(--nunito);
  font-weight: 400;
}
#produto .engloba-navegacao ul li a:hover {
  color: #333333;
}
#produto .engloba-navegacao ul li a:hover::after {
  content: "";
  height: 8px;
  background-image: linear-gradient(to bottom, #f0e17e 5%, #b0812c, #b98030);
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  margin-bottom: -18px;
  border-radius: 8px 8px 0px 0px;
}

#produto .engloba-box-produto {
  margin-top: 73px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#produto .engloba-box-produto .box-produto {
  margin-bottom: 20px;
  width: 50%;
  height: 250px;
}

#produto .engloba-box-produto .box-produto .content {
  margin: 0 auto;
  width: 90%;
  flex-direction: row;
  padding: 16px 13px 40px 13px;
  border-radius: 24px;
  position: relative;
  transition: all 0.3s ease;
}

#produto .engloba-box-produto .box-produto .content::after {
  content: "";
  height: 235px;
  width: 80%;
  background: #f8f7fa;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50px 0;
}

#produto .engloba-box-produto .box-produto .content .imagem {
  max-height: 250px;
  max-width: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#produto .engloba-box-produto .box-produto .content .imagem img {
  width: 80%;
  height: auto;
}

#produto .engloba-box-produto .box-produto .content .descricao {
  margin-top: 25px;
  width: 85%;
}

#produto .engloba-box-produto .box-produto .content .descricao .titulo {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--montserrat);
  font-weight: 500;
  margin-bottom: 10px;
}

#produto .engloba-box-produto .box-produto .content .descricao .titulo span {
  display: block;
}

#produto .engloba-box-produto .box-produto .content .descricao p {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 24px;
  font-family: var(--montserrat);
  font-weight: 500;
  margin-bottom: 15px;
}

#produto .engloba-box-produto .box-produto .content .btn-produto-mais {
  margin-top: 7px;
  position: absolute;
  bottom: 0px;
  transition: all 0.3s ease;
}

#produto .engloba-box-produto .box-produto .content .btn-produto-mais a {
  color: #002756;
  line-height: 32px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0 5px;
}
#produto .engloba-box-produto .box-produto .content .btn-produto-mais .hover {
  background-image: linear-gradient(to bottom, #f0e17e 20%, #b0812c, #b98030);
  width: 100%;
  height: 8px;
  border-radius: 8px 8px 0px 0px;
}
#produto .engloba-box-produto .box-produto:hover .content .btn-produto-mais {
  display: block !important;
  transition: all 0.3s ease;
}
#produto .engloba-box-produto .box-produto:hover .content .btn-produto-mais .hover {
  display: block !important;
}
#produto .btn-produto {
  width: 252px;
  height: 48px;
  border: 1px solid #001324;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 80px;
}
#produto .btn-produto:hover {
  background: #001324;
}
#produto .btn-produto a {
  color: #001324;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#produto .btn-produto:hover a {
  color: #ffff;
}
#produto .imagem-sobre img {
  margin-top: -270px;
  margin-right: 35px;
}
/* ASSISTIR */
#assistir {
  /* height: 800px; */
  z-index: 5;
}

#assistir .wrap {
  padding: 140px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 150px 0;
}

#assistir .wrap:before {
  content: "";
  background: transparent;
  border: solid 1px #21aae0cc;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  border-radius: 150px 0;
}

#assistir .wrap:after {
  content: "";
  background: #181363cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  border-radius: 150px 0;
}

#assistir .engloba-esq {
  z-index: 1;
  flex-direction: column;
  align-items: normal;
  width: 200px;
  height: 200px;
  margin-left: calc(50% - 100px);
  margin-right: 30px;
}

#assistir .engloba-esq .image img {
  position: absolute;
  top: 100px;
  left: -10px;
  max-width: 268px;
}
#assistir .engloba-esq .box-assisti {
  position: relative;
  display: block;
}

#assistir .engloba-esq .box-assisti .assisti {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#assistir .engloba-esq .box-assisti .assisti > a {
  background: #ffffff;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
}

#assistir .engloba-esq .box-assisti .assisti > a:after {
  content: "";
  border: 1px solid #21aae0;
  opacity: 0.5;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  position: absolute;
  left: calc(50% - 96px);
  top: calc(50% - 96px);
}

#assistir .engloba-esq .box-assisti .assisti .titulo {
  font-family: var(--nunito);
  font-weight: 500;
  font-size: 16px;
  color: #efe07d;
  position: absolute;
  top: 160px;
  left: 240px;
}

#assistir .engloba-esq .box-assisti .descricao {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 200px;
  /* top: 110px; */
}
#assistir .engloba-esq .box-assisti .descricao .titulo {
  font-size: 16px;
  color: #efe07d;
  margin-left: -60px;
  font-family: var(--nunito);
  letter-spacing: 1px;
  font-weight: 500;
}
#assistir .engloba-dir {
  flex-direction: column;
  z-index: 1;
  /* margin-top: 120px; */
}
#assistir .engloba-dir .descricao {
  width: 100%;
}

#assistir .engloba-dir .descricao .titulo {
  font-size: 16px;
  color: #21aae0;
  letter-spacing: 5px;
  /* margin-bottom: 50px; */
  font-family: var(--montserrat);
  font-weight: 600;
  line-height: 32px;
}

#assistir .engloba-dir .descricao .desc {
  font-size: 16px;
  color: #f8f7fa;
  opacity: 0.8;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: var(--nunito);
  font-weight: 400;
}
#assistir .engloba-dir .btn-assisti a {
  border: 1px solid #efe07d;
  border-radius: 24px;
  width: 272px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efe07d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#assistir .engloba-dir .btn-assisti a span {
  margin-right: 15px;
}

#assistir .engloba-dir .btn-assisti:hover a {
  background: #efe07d;
  color: #ffff;
}

#assistir .engloba-dir .btn-assisti a img {
  max-width: 13px;
  margin-right: 15px;
  margin-top: 3px;
}

#assistir .engloba-dir .btn-assisti:hover a img {
  filter: invert(1) brightness(7.3);
}
/* CLIENTE */
#cliente {
  background: #ffff;
  z-index: 1;
  margin-top: 79px;
}

#cliente .engloba-titulo .titulo {
  font-size: 16px;
  color: #21aae0;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: center;
  font-family: var(--montserrat);
  font-weight: 600;
}

#cliente .engloba-titulo .sub-titulo {
  font-size: 40px;
  color: #002756;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
}

#cliente .engloba-box-cliente {
  display: flex;
  margin-top: 82px;
  flex-wrap: wrap;
}

#cliente .engloba-box-cliente .box-cliente {
  margin-bottom: 15px;
  min-width: 170px;
}

#cliente .engloba-box-cliente .box-cliente img {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 190px;
}
/* COMPROMISSO */
#compromisso {
  /* margin-top: -80px; */
  background-color: #f4f2f7;
  z-index: 4;
}
#compromisso .curve.top{
  top: -74px;
}
#compromisso.pg-quali {
  background-color: #ffffff;
}

#compromisso .detalhe {
  position: absolute;
  left: -394px;
  top: -41px;
  height: 115%;
  z-index: 2;
}

#compromisso.pg-quali .detalhe,
#compromisso.pg-sobre .detalhe {
  top: 0;
  left: -350px;
  height: 108%;
  max-height: 80vw;
}

#compromisso .wrap {
  padding-top: 89px;
  padding-bottom: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

#compromisso.pg-sobre .wrap {
  flex-direction: row;
  align-items: center;
}

#compromisso.pg-sobre .wrap .bg-detail.right {
  max-height: 350px;
  right: -450px;
  top: -80px;
}

#compromisso.pg-sobre .wrap .bg-detail.right:nth-of-type(2) {
  top: -120px;
}

#compromisso .wrap .engloba-esq {
  height: auto;
  position: relative;
  width: 50%;
  /* min-height: 200px; */
}

#compromisso .wrap .engloba-dir {
  width: 50%;
}

#compromisso .engloba-esq .image img {
  position: absolute;
  top: 175px;
  max-width: 800px;
  margin-left: 33%;
}

#compromisso .engloba-esq .image-sobre {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: -20px;
  z-index: 3;
}

#compromisso .engloba-esq .image-sobre img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 365px;
}

#compromisso .engloba-esq .image-pcic {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 140px;
  width: 139px;
  height: 216px;
}

#compromisso .engloba-dir {
  justify-content: flex-start;
  flex-direction: column;
}

#compromisso .engloba-dir .descricao {
  z-index: 1;
}

#lightbox-compromisso .wrap {
  padding: 40px 0;
}

#lightbox-compromisso .sub-titulo,
#compromisso .engloba-dir .descricao .sub-titulo {
  color: #21aae0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  font-family: var(--montserrat);
  font-weight: 600;
}

#compromisso .engloba-dir .descricao .titulo {
  color: #181363;
  font-size: 56px;
  font-family: var(--montserrat);
  line-height: 64px;
  font-weight: 700;
  max-width: 400px;
  margin-bottom: 20px;
}

#compromisso .engloba-dir .descricao .desc {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 28px;
  font-family: var(--montserrat);
  font-weight: 500;
  max-width: 470px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#compromisso .engloba-dir .btn-diversidade {
  width: 170px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 24px; */
  z-index: 1;
  margin-top: 25px;
}

#compromisso .engloba-dir .btn-diversidade a {
  /* color: #ffffff; */
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/* BLOG */
#blog {
  background: #ffff;
}

#blog .engloba-titulo .titulo {
  font-size: 20px;
  line-height: 32px;
  color: #002756;
  text-align: center;
  letter-spacing: 2px;
  font-family: var(--nunito);
  font-weight: 600;
}

#blog .engloba-titulo .sub-titulo {
  font-size: 56px;
  color: #002756;
  line-height: 64px;
  text-align: center;
  font-family: var(--nunito);
  font-weight: 500;
}

#blog .engloba-box-artigo {
  margin-top: 32px;
  text-align: center;
}

#blog .engloba-box-artigo .boxes {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

#blog .engloba-box-artigo .box-artigo {
  width: 33%;
}
#blog .engloba-box-artigo .box-artigo:nth-of-type(3) {
  margin-right: 0;
}

#blog .engloba-box-artigo .box-artigo .content {
  padding: 16px 16px 42px 16px;
  flex-direction: column;
  background: #faf9fc;
  border-radius: 24px;
  width: 95%;
  margin: 0 auto;
}

#blog .engloba-box-artigo .box-artigo:hover .content {
  background: #ffff;
  box-shadow: 10px 20px 40px rgb(0 0 0 / 9%);
}

#blog .engloba-box-artigo .box-artigo .content .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0px 0px;
}

#blog .engloba-box-artigo .box-artigo .content .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 18px 18px 0px 0px;
  margin: 0 auto;
}

#blog .engloba-box-artigo .box-artigo .descricao {
  width: 100%;
  margin-top: 17px;
  text-align: left;
}
#blog .engloba-box-artigo .box-artigo .descricao .titulo {
  color: #333333;
  font-size: 23px;
  line-height: 32px;
  font-family: var(--nunito);
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

#blog .engloba-box-artigo .box-artigo .descricao .data {
  margin-top: 11px;
  color: #333333;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: left;
}
#blog .engloba-box-artigo .box-artigo .descricao .texto {
  width: 100%;
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* width: 306px; */
  text-align: left;
}
#blog .engloba-box-artigo .box-artigo .btn-mais {
  padding: 0 10px 7px 10px;
  position: absolute;
  bottom: 0px;
}
#blog .engloba-box-artigo .box-artigo:hover .btn-mais {
  display: block !important;
}
#blog .engloba-box-artigo .box-artigo:hover .btn-mais .hover {
  display: block !important;
}
#blog .engloba-box-artigo .box-artigo .btn-mais a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#blog .engloba-box-artigo .box-artigo .btn-mais .hover {
  background-image: linear-gradient(to bottom, #f0e17e 5%, #b0812c, #b98030);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 8px 8px 0px 0px;
}
#blog .engloba-box-artigo .btn-artigo {
  border: 2px solid #002756;
  border-radius: 24px;
  width: 170px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 46px;
}
#blog .engloba-box-artigo .btn-artigo:hover {
  background: #002756;
}
#blog .engloba-box-artigo .btn-artigo:hover a {
  color: #ffff;
}
#blog .engloba-box-artigo .btn-artigo a {
  color: #002756;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
/* CONSULTOR */
#consultor {
  height: 262px;
  background: #181363;
  z-index: 1;
}

#footer {
  background-color: #f3f2f8;
}

#consultor .wrap {
  align-items: flex-start;
  padding-top: 114px;
}
#consultor .wrap .engloba-news {
  width: 100%;
}
#consultor .wrap .engloba-news form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#consultor .engloba-titulo .titulo {
  margin-bottom: 45px;
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  font-family: var(--nunito);
  font-weight: 500;
}

#consultor .engloba-news form label {
  width: calc(50% - 21px);
  margin-bottom: 15px;
}

#consultor .engloba-news form input {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  line-height: 32px;
  width: 100%;
  padding-bottom: 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}

#consultor .engloba-news form input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff80;
}

#consultor .engloba-news form input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff80;
}

#consultor .engloba-news form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff80;
}

#consultor .engloba-news form button {
  border: none;
  font-size: 16px;
  line-height: 19px;
  width: 196px;
  height: 48px;
  border-radius: 24px;
  position: relative;
  top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
}

#consultor .engloba-news form button:hover {
  background: #fff;
  color: #181363;
}

/* FOOTER */
#footer .wrap {
  flex-direction: row;
  padding-top: 96px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
  padding-bottom: 30px;
}

#footer .engloba-esq {
  flex-direction: column;
  width: 30%;
  min-width: 260px;
}

#footer .engloba-esq .box-imagem {
  max-width: 215px;
  width: 100%;
}

#footer .engloba-esq .box-imagem img {
  width: 100%;
}
#footer .engloba-esq .engloba-rede-soci {
  margin-top: 40px;
}
#footer .engloba-esq .engloba-rede-soci .borda {
  background: #181363;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  align-items: center;
  margin-right: 8px;
  position: relative;
}

#footer .engloba-dir {
  width: 70%;
}

#footer .engloba-dir .engloba-footer {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

#footer .engloba-dir .engloba-footer .box-footer {
  flex-direction: column;
  align-items: flex-start;
}

#footer .navegacao ul {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#footer .engloba-dir .engloba-footer .box-footer .engloba-titulo .titulo {
  color: #001324;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 35px;
}
#footer .engloba-dir .engloba-footer .box-footer .navegacao li {
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
#footer .engloba-dir .engloba-footer .box-footer .navegacao ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  font-family: var(--nunito);
  font-weight: 400;
  text-align: left;
  margin: im;
  width: auto;
  justify-content: flex-start;
  align-items: inherit;
}

#footer .engloba-dir .engloba-footer .box-footer form label {
  width: 100%;
  height: 48px;
}

#footer .engloba-dir .engloba-footer .box-footer form label input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  padding-left: 20px;
  border: 1px solid #dadada;
  margin-bottom: 15px;
}
#footer .engloba-dir .engloba-footer .box-footer form button {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffff;
  cursor: pointer;
  background: #181363;
  border: solid 1px #181363;
}

#footer .engloba-dir .engloba-footer .box-footer form button:hover {
  color: #181363;
  background: transparent;
}

#footer .baixo .engloba-titulo .titulo {
  color: #181363;
  line-height: 32px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 40px;
}

#footer .engloba-logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* TOPO INTER */
#topo-inter .wrap {
  height: 100%;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  align-items: flex-start;
}

#topo-inter .engloba-titulo .titulo {
  color: #21aae0;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 32px;
  margin-top: 40px;
  font-family: var(--montserrat);
}

#topo-inter .engloba-titulo .sub-titulo {
  color: #f8f7fa85;
  font-size: 16px;
  margin-left: 108px;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
#topo-inter .imagem {
  margin-top: -77px;
}
#topo-inter .intesobe {
  margin-top: -52px;
  display: flex;
  justify-content: right;
  width: 121%;
}
/* CONTATO */
#contato .wrap {
  flex-flow: row wrap;
  padding-top: 20px;
  align-items: start;
  justify-content: space-between;
}

#contato .engloba-titulo {
  width: 100%;
  margin-bottom: 26px;
}

#contato .engloba-titulo .sub-titulo {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #21aae0;
}

#contato .engloba-titulo .titulo {
  font-size: 32px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #181363;
  text-align: center;
}

#contato .engloba-titulo .desc {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 11px;
}

#contato .engloba-contato {
  width: 30%;
  flex-direction: column;
  display: flex;
}

#contato .engloba-contato .box-contato {
  margin-bottom: 10px;
}

#contato .engloba-contato .box-contato .content {
  flex-direction: row;
  align-items: start;
}

#contato .engloba-contato .box-contato .content::before {
  content: "";
  height: 100%;
  width: 90%;
  background: #f8f7fa;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50px 0;
}

#contato .engloba-contato .box-contato .content .imagem {
  width: 79px;
  height: 74px;
  border-radius: 15px 0;
  background: #fff;
  border: #181363 solid 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 15px;
}

#contato .engloba-contato .box-contato .content .descricao {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px 20px 0;
  width: calc(100% - 94px);
}

#contato .engloba-contato .box-contato .content .descricao .titulo {
  color: #181363;
  font-size: 13px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

#contato .engloba-contato .box-contato .content .descricao .desc {
  font-size: 14px;
  line-height: 24px;
  color: #7b7b7b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

#contato .engloba-form {
  width: 65%;
}

#contato input,
#contato textarea {
  color: #181363;
  font-size: 14px;
  font-family: var(--montserrat);
  letter-spacing: 2px;
  font-weight: 600;
}

#contato input::-webkit-input-placeholder,
#contato textarea::-webkit-input-placeholder {
  /* Edge */
  color: #181363;
  font-size: 14px;
  font-family: var(--montserrat);
  letter-spacing: 2px;
  font-weight: 600;
}

#contato input:-ms-input-placeholder,
#contato textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #181363;
  font-size: 14px;
  font-family: var(--montserrat);
  letter-spacing: 2px;
  font-weight: 600;
}

#contato input::placeholder,
#contato textarea::placeholder {
  color: #181363;
  font-size: 14px;
  font-family: var(--montserrat);
  letter-spacing: 2px;
  font-weight: 600;
}

#contato .engloba-form form {
  text-align: center;
}

#contato .engloba-form form label .primeiro {
  border: 1px solid #181363;
  border-radius: 15px 0;
  width: 100%;
  padding-left: 20px;
  height: 56px;
  margin-bottom: 10px;
}

#contato .engloba-form form label .segundo {
  border: 1px solid #181363;
  border-radius: 15px 0;
  width: calc(50% - 3px);
  padding-left: 20px;
  height: 56px;
  margin-bottom: 10px;
}

#contato .engloba-form form textarea {
  border: 1px solid #181363;
  width: 100%;
  border-radius: 15px 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 20px;
}

#contato .engloba-form form button {
  width: 192px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
}

#contato .engloba-form form button:hover {
  color: #181363;
}

/* ORCAMENTO */
#orcamento .wrap {
  align-items: flex-start;
  flex-direction: row;
  padding-top: 30px;
}

#orcamento .engloba-esq {
  width: 65%;
  flex-direction: column;
}

#orcamento .engloba-esq .engloba-titulo {
  width: 100%;
  margin-bottom: 10px;
}

#orcamento .engloba-esq .engloba-titulo .titulo {
  font-size: 15px;
  line-height: 30px;
  color: #21aae0;
  font-family: var(--montserrat);
  letter-spacing: 3px;
  font-weight: 600;
  width: 100%;
}

#orcamento .engloba-esq .engloba-titulo .desc {
  color: #181363;
  font-size: 40px;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
}

#orcamento .engloba-esq .engloba-form {
  margin-top: 22px;
}

#orcamento input,
#orcamento textarea {
  font-family: var(--nunito);
  font-weight: 400;
  color: #002756;
}

#orcamento input::-webkit-input-placeholder,
#orcamento textarea::-webkit-input-placeholder {
  /* Edge */
  color: #00275666;
  letter-spacing: 2px;
}

#orcamento input:-ms-input-placeholder,
#orcamento textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00275666;
  letter-spacing: 2px;
}

#orcamento input::placeholder,
#orcamento textarea::placeholder {
  color: #00275666;
  letter-spacing: 2px;
}

#orcamento .engloba-esq .engloba-form form label .primeiro {
  border: 1px solid #181363;
  height: 50px;
  width: 100%;
  border-radius: 15px 0px;
  padding-left: 20px;
  margin-bottom: 10px;
}

#orcamento .engloba-esq .engloba-form form label .segundo {
  border: 1px solid #181363;
  height: 50px;
  width: calc(50% - 3px);
  border-radius: 15px 0px;
  padding-left: 20px;
  margin-bottom: 10px;
}

#orcamento .engloba-esq .engloba-form form textarea {
  border: 1px solid #181363;
  border-radius: 15px 0;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 20px;
}

#orcamento .engloba-esq .engloba-form form button {
  float: right;
  width: 192px;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

#orcamento .engloba-esq .engloba-form form button:hover {
  color: #181363;
}

#orcamento .engloba-dir {
  width: 35%;
  justify-content: end;
}

#orcamento .engloba-dir .imagem {
  width: 90%;
  z-index: 1;
}

#orcamento .engloba-dir .imagem img {
  margin-top: 85px;
  width: 100%;
  max-width: 470px;
}

/* ATUACAO PAG */
#atuacao-pag:after {
  content: "";
  background: #81dd29;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  top: 540px;
  left: -35px;
  z-index: 1;
}
#atuacao-pag .wrap:before {
  content: "";
  width: 290px;
  height: 290px;
  background: #81dd29;
  position: absolute;
  border-radius: 100%;
  bottom: -240px;
  left: 140px;
}
#atuacao-pag .engloba-titulo .sub-titulo {
  color: #001324;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
#atuacao-pag .engloba-titulo .titulo {
  color: #333333;
  font-size: 56px;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#atuacao-pag .engloba-box-atuacao {
  margin-top: 90px;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao {
  margin-bottom: 80px;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content {
  align-items: center;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content .borda {
  border: 3px dotted #0013246b;
  padding: 5px 9px 5px 5px;
  border-radius: 100%;
  margin-top: -100px;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content .borda .imagem {
  width: 125px;
  height: 125px;
  background: #81dd29;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao:hover .borda .imagem {
  background: #001324;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao:hover .borda .imagem img {
  filter: invert(1) brightness(1.3);
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content .descricao {
  margin-left: 30px;
  flex-direction: column;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content .descricao .titulo {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#atuacao-pag .engloba-box-atuacao .box-atuacao .content .descricao .desc {
  font-size: 16px;
  color: #33333380;
  max-width: 345px;
  margin-bottom: 19px;
  line-height: 32px;
  padding-right: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#atuacao-pag .engloba-box-atuacao .box-atuacao .btn-atuacao a {
  font-size: 16px;
  color: #001324;
  border-bottom: 8px solid #81dd29;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 19px;
}

/* ACESSORIO */
#acessorio .wrap {
  align-items: flex-start;
  flex-direction: row;
  padding-top: 60px;
  justify-content: space-between;
}

#acessorio .engloba-filtro {
  justify-content: flex-start;
  background: transparent;
  border: solid #21aae0 1px;
  width: 230px;
  border-radius: 0 40px;
}

#acessorio .engloba-filtro::before {
  content: "";
  background: #f4f2f7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: -1;
  border-radius: 0 40px;
}

#acessorio .engloba-filtro .filtro {
  /* background: #FAF9FC; */
  padding: 15px 0px;
  border-radius: 30px;
  width: 100%;
  padding-bottom: 30px;
}

#acessorio .engloba-filtro .filtro .titulo {
  font-size: 16px;
  color: #21aae0;
  font-weight: 700;
  width: 60%;
  padding: 47px 0px 17px 0px;
  margin: 0 auto;
  font-family: var(--montserrat);
  letter-spacing: 1px;
}

#acessorio .engloba-filtro .filtro .sub-titulo {
  background: #e8f1ea;
  padding: 10px 0px 10px 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#acessorio .engloba-filtro .filtro ul {
  /* background: #f8fbff; */
  padding-bottom: 25px;
  border-radius: 0 0 30px 30px;
}

#acessorio .engloba-filtro .filtro ul li a {
  padding: 15px 0px;
  color: #181363;
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 60%;
  border-bottom: #00275680 solid 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#acessorio .engloba-filtro .filtro ul li.active a,
#acessorio .engloba-filtro .filtro ul li a:hover {
  border-color: #21aae0;
}

#acessorio .engloba-box-acessorio {
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 260px);
}

#acessorio .engloba-box-acessorio .box-acessorio {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
}

#acessorio .engloba-box-acessorio .box-acessorio .content {
  flex-direction: row;
  padding: 10px 10px 15px 10px;
  border-radius: 24px;
}

#acessorio .engloba-box-acessorio .box-acessorio .btn-prod {
  margin-top: 15px;
}

#acessorio .engloba-box-acessorio .box-acessorio .content::before {
  content: "";
  height: 90%;
  width: 80%;
  background: #f8f7fa;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50px 0;
  z-index: -1;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .imagem {
  display: flex;
  justify-content: center;
  max-height: 222px;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .imagem img {
  width: 80%;
  /* max-width: 270px; */
  /* min-width: 100px; */
}

#acessorio .engloba-box-acessorio .box-acessorio .content .descricao {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .descricao .titulo {
  font-size: 18px;
  color: #333333;
  padding-right: 20px;
  margin-top: 40px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .descricao .titulo span {
  display: block;
  font-family: var(--montserrat);
  font-size: 18px;
  font-weight: 700;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .descricao p {
  font-size: 14px;
  color: #33333380;
  margin-top: 4px;
  font-family: var(--nunito);
  font-weight: 400;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .btn-acessorio-mais {
  text-align: center;
  margin-top: 11px;
  padding: 0 10px 7px 10px;
  position: absolute;
  bottom: 0;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .btn-acessorio-mais a {
  color: #002756;
  font-size: 14px;
  font-family: var(--nunito);
  font-weight: 700;
}

#acessorio .engloba-box-acessorio .box-acessorio .content .btn-acessorio-mais .hover {
  background-image: linear-gradient(to bottom, #f0e17e 10%, #b0812c, #b98030);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 8px 8px 0px 0px;
  margin-top: 4px;
}

/* QUALIDADE */
#qualidade {
  height: 585px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#qualidade .wrap {
  z-index: 1;
  padding-top: 120px;
}
#qualidade:after {
  content: "";
  background: #002756cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

#qualidade .engloba-desc .titulo {
  font-size: 53px;
  color: #ffffff;
  line-height: 61px;
  font-family: var(--nunito);
  font-weight: 500;
  margin-bottom: 22px;
  width: 546px;
  text-align: center;
}

#qualidade .engloba-desc .desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-family: var(--nunito);
  font-weight: 400;
  margin-bottom: 20px;
  width: 538px;
  text-align: center;
}
#qualidade .btn-qualidade {
  border-radius: 24px;
  width: 164px;
  height: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#qualidade .btn-qualidade a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
/* MERECE */
#merece .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  align-items: flex-start;
  flex-direction: row;
}
#merece .engloba-esq {
  justify-content: flex-start;
}
#merece .engloba-esq .imagem img {
  max-width: 730px;
  position: absolute;
  top: 210px;
  left: 90px;
}
#merece .engloba-esq .imagem-sobre img {
  max-width: 670px;
  z-index: 1;
  position: relative;
  margin-top: -35px;
}
#merece .engloba-dir {
  justify-content: flex-start;
  margin-left: 90px;
}
#merece .engloba-dir img {
  position: absolute;
  right: -112px;
  top: 70px;
  max-width: 230px;
}
#merece .engloba-dir .descricao {
  margin-top: 114px;
}
#merece .engloba-dir .descricao .titulo {
  color: #333333;
  font-size: 56px;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  width: 447px;
}
#merece .engloba-dir .descricao .desc {
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  font-family: var(--nunito);
  font-weight: 400;
  width: 509px;
}
/* ESTRUTURA */
#estrutura {
  background: #f8fbff;
  height: 893px;
}
#estrutura .wrap {
  padding-top: 117px;
}
#estrutura .engloba-titulo .sub-titulo {
  font-size: 20px;
  color: #002756;
  letter-spacing: 2px;
  font-family: var(--nunito);
  font-weight: 500;
  text-align: center;
}
#estrutura .engloba-titulo .titulo {
  font-size: 56px;
  color: #002756;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#estrutura .engloba-box-estrutura {
  margin-top: 100px;
  text-align: center;
  display: flex;
}
#estrutura .engloba-box-estrutura .box-estrutura {
  width: 95%;
  margin-right: 15px;
}
#estrutura .engloba-box-estrutura .carrossel-estrutura {
  display: grid;
  height: 500px;
}
#estrutura .engloba-box-estrutura .box-estrutura .content {
  background: #faf9fc;
  padding: 10px;
  border-radius: 24px;
  height: 360px;
  flex-direction: column;
}
#estrutura .engloba-box-estrutura .box-estrutura:hover .content {
  background: #ffff;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 17%);
}
#estrutura .engloba-box-estrutura .box-estrutura .content .imagem {
  display: flex;
  justify-content: center;
}
#estrutura .engloba-box-estrutura .box-estrutura .content .imagem img {
  width: 100%;
  max-width: 270px;
}
#estrutura .engloba-box-estrutura .box-estrutura .content .descricao .titulo {
  font-size: 20px;
  color: #333333;
  max-width: 205px;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: start;
  line-height: 32px;
}
/* PREMIO */
#premio .wrap {
  padding-top: 116px;
}
#premio .engloba-titulo .sub-titulo {
  font-size: 16px;
  color: #001324;
  line-height: 32px;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
#premio .engloba-titulo .titulo {
  font-size: 56px;
  color: #333333;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#premio .engloba-box-premio {
  margin-top: 70px;
  width: 73%;
  display: flex;
  justify-content: center;
}
#premio .engloba-box-premio:after {
  content: "";
  width: 1px;
  height: 55px;
  background: #095365;
  position: absolute;
  top: 63%;
}
#premio .engloba-box-premio .content {
  justify-content: center;
  margin-left: -55px;
}
/* IMPRESSAO */

#impressao .detalhe {
  position: absolute;
  right: 57%;
  bottom: 0;
  height: 114%;
  z-index: -1;
}

#impressao .wrap {
  padding-top: 40px;
  flex-direction: row;
  justify-content: space-between;
}

#impressao .engloba-esq {
  justify-content: start;
}

#impressao .engloba-esq .imagem img {
  width: 90%;
  /* max-width: 482px; */
}

#impressao .engloba-dir {
  flex-direction: column;
  /* height: 100%; */
}

#impressao .bg-detail.left {
  left: -488px;
  max-height: 400px;
}

#impressao .bg-detail:first-of-type {
  bottom: -60px;
  transform: rotate(-11deg);
}

#impressao .bg-detail:nth-of-type(2) {
  bottom: 22px;
  transform: rotate(10deg);
}

#impressao .engloba-dir .titulo {
  color: #181363;
  font-size: 40px;
  line-height: 45px;
  font-family: var(--montserrat);
  font-weight: 700;
  margin-bottom: 30px;
  /* width: 447px; */
}

#impressao .engloba-dir .subtitulo {
  font-family: var(--montserrat);
  font-size: 15px;
  font-weight: 600;
  color: #21aae0;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

#impressao .engloba-dir .desc {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 25px;
  font-family: var(--montserrat);
  font-weight: 500;
}

/* ASSISTI */
#assisti {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#assisti:after {
  content: "";
  background: #00284ba1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

#assisti .wrap {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

#assisti .engloba-esq {
  z-index: 1;
  flex-direction: column;
  align-items: normal;
  margin-top: -20px;
}

#assisti .engloba-esq .image img {
  top: 30px;
  position: absolute;
  left: -45px;
  max-width: 265px;
}

#assisti .engloba-esq .box-assisti {
  position: relative;
  top: 150px;
  left: 145px;
}

#assisti .engloba-esq .box-assisti .assisti {
  border: 3px dotted #ffffff4a;
  position: absolute;
  border-radius: 100%;
  width: 362px;
  height: 362px;
  margin-top: -50px;
  left: -20px;
}

#assisti .engloba-esq .box-assisti .assisti a {
  background: #ffffff;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 80px;
  left: 30px;
}

#assisti .engloba-esq .box-assisti .assisti a img {
  border: 1px solid #81dd29;
  padding: 80px;
  border-radius: 100%;
}

#assisti .engloba-esq .box-assisti .descricao {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 105px;
}

#assisti .engloba-esq .box-assisti .descricao .titulo {
  font-size: 16px;
  color: #81dd29;
  margin-left: -60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#assisti .engloba-dir {
  margin-top: 40px;
  left: 44px;
  flex-direction: column;
  z-index: 1;
}

#assisti .engloba-dir .descricao .titulo {
  color: #ffff;
  font-size: 45px;
  line-height: 51px;
  max-width: 347px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

#assisti .engloba-dir .descricao .desc {
  font-size: 16px;
  color: #f8f7fa;
  line-height: 32px;
  margin-bottom: 30px;
  max-width: 470px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#assisti .engloba-dir .btn-assisti a {
  border: 1px solid #81dd29;
  border-radius: 24px;
  width: 272px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #81dd29;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#assisti .engloba-dir .btn-assisti a img {
  max-width: 13px;
  margin-right: 15px;
  margin-top: 3px;
}

#assisti .engloba-dir .btn-assisti:hover a {
  background: #81dd29;
  color: #ffff;
}

#assisti .engloba-dir .btn-assisti:hover a img {
  filter: invert(1) brightness(7.3);
}

/* POLITICA */
#politica {
  background: #f3f2f8;
}

#politica .wrap {
  align-items: flex-start;
  padding-bottom: 0;
  max-width: 100%;
  flex-direction: row;
  width: 100%;
  padding-top: 114px;
}

#politica .engloba-esq img {
  max-width: 770px;
  margin-left: 40px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

#politica .engloba-esq .image-ponto img {
  position: absolute;
  top: 80px;
  left: 75px;
  max-width: 255px;
  z-index: 2;
}
#politica .engloba-esq .imagem-verde {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -450px;
}
#politica .engloba-esq .imagem-verde img {
  max-width: 1135px;
}
#politica .engloba-dir .descricao .sub-titulo {
  font-size: 16px;
  color: #001324;
  letter-spacing: 5px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
#politica .engloba-dir .descricao .titulo {
  font-size: 56px;
  color: #333333;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 298px;
  margin-bottom: 40px;
}
#politica .engloba-dir .descricao .desc {
  font-size: 16px;
  color: #33333380;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 509px;
}
/* TOPO-CIMA */
#topo-cima {
  height: 100%;
  width: 100%;
  position: relative;
  background: #181363;
}

.home #topo-cima {
  background: transparent;
}

#topo-cima .wrap {
  flex-direction: row;
  max-width: 1100px;
  width: 95%;
  height: 100px;
  padding: 0;
  justify-content: space-between;
  align-items: end;
}

#topo-cima #logo,
#topo-cima #logo a {
  height: 100%;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topo-cima .inner-pg #logo,
#topo-cima .inner-pg #logo a {
  height: 100%;
  width: 200px;
}

#topo-cima .inner-pg #logo img {
  margin-top: 20px;
  height: auto;
  width: 200px;
}

#topo-cima .home-pg #logo img {
  margin-top: 20px;
  width: 200px;
}

#topo-cima .logo01 {
  margin-top: -30px;
  margin-right: 20px;
}
#topo-cima .logo01 img {
  width: 100%;
  max-width: 85px;
}

#topo-cima .navegacao-topo {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#topo-cima .inner-pg .navegacao-topo {
  width: calc(100% - 260px);
  max-width: 740px;
}

#topo .inner-pg ~ .detail {
  width: 100%;
  height: 92px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#topo .detail-perola {
  width: auto;
  height: 110px;
  margin-right: 0;
  margin-bottom: -144px;
  z-index: 1;
}

#topo-cima .wrap.inner-pg .navegacao-topo ul {
  width: 100%;
}

#topo-cima .navegacao-topo ul:last-of-type li {
  margin-right: 0;
}

#topo-cima .navegacao-topo ul li {
  margin-right: 20px;
  height: 100%;
  position: relative;
  align-items: center;
}

#topo-cima .navegacao-topo ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#topo-cima .home-pg .navegacao-topo ul li a {
  color: #21aae0;
}

#topo-cima .navegacao-topo ul li a .sub-menu {
  font-size: 12px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: -16px;
}

#topo-cima .btn-orcamento {
  width: 140px;
  height: 40px;
  align-items: center;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

#topo-cima .navegacao-topo .btn-orcamento a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #001324;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

#topo-cima .btn-orcamento:hover {
  background-color: transparent;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

#topo-cima .navegacao-topo .btn-orcamento:hover a {
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.btn-grad-gold {
  transition: all 0.4s ease-in;
  background-image: linear-gradient(to bottom, #f0e17e 5%, #b0812c, #b98030);
}

.btn-grad-gold:hover {
  background-image: linear-gradient(to bottom, #b98030, #b0812c, #f0e17e 95%);
  transition: all 0.4s ease-out;
}

#topo-cima .btn-orcamento:hover a {
  color: #ffff;
}
/* TOPO */
#topo {
  /* position: absolute; */
  z-index: 11;
}

#topo:not(.home) {
  height: 180px;
}

#topo.home .wrap.inner-pg,
#topo.home .detail,
#topo:not(.home) .home-pg {
  display: none;
}

#topo:not(.home) .wrap.inner-pg,
#topo:not(.home) .detail {
  display: flex;
}

#topo .wrap .navegacao-topo ul {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 120px);
}

#topo .logo01 {
  margin-right: 150px;
  margin-top: -25px;
}

/* DIRETOR */
#diretor {
  height: 550px;
}
#diretor .wrap {
  flex-direction: row;
  padding-top: 136px;
}
#diretor .engloba-esq .imagem img {
  max-width: 960px;
  position: absolute;
  right: -145px;
  top: -200px;
}
#diretor .engloba-esq .imagem-sobre img {
  position: absolute;
  right: 60px;
  top: -290px;
  max-width: 510px;
}
#diretor .engloba-dir .engloba-titulo .titulo {
  font-size: 56px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

#diretor .engloba-dir .engloba-titulo .desc {
  font-size: 16px;
  color: #33333380;
  line-height: 32px;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  max-width: 440px;
  font-weight: 400;
}
/* ATUACAO-INTER */
.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .borda {
  border: 3px solid #181363;
  border-radius: 30px 0;
  height: 174px;
  width: 188px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .borda::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: solid 1px #21aae0;
  border-radius: 30px 0;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .borda .image {
  width: 60%;
  height: 60%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .borda .image img {
  max-width: 100%;
  max-height: 100%;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .descricao {
  flex-direction: column;
  margin-left: 40px;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .descricao .titulo {
  color: #181363;
  font-size: 30px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 21px;
}

.atuacao-inter .engloba-box-atuacao-inter .box-atuacao-inter .content .descricao .desc {
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 516px;
}

.atuacao-inter .btn-atuacao-inter {
  width: 212px;
  height: 48px;
  /* border-radius: 24px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.atuacao-inter .btn-atuacao-inter a {
  /* color: #ffffff; */
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.atuacao-inter .engloba-baixo .engloba-titulo .titulo {
  color: #333333;
  font-size: 34px;
  line-height: 43px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado {
  margin-top: 43px;
  display: flex;
  justify-content: space-around;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado {
  width: calc(50% - 30px);
  position: relative;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado::before {
  content: "";
  height: 90%;
  width: 90%;
  background: #f8f7fa;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 50px 0;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content {
  flex-direction: row;
  padding: 10px;
  border-radius: 24px;
  position: relative;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .image {
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .image img {
  width: 100%;
  height: auto;
  max-width: 270px;
  position: relative;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .descricao {
  padding-bottom: 10px;
  margin-left: 5px;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .descricao .titulo {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 18px;
  margin-left: 10px;
  text-align: initial;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .descricao .titulo span {
  display: block;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .descricao p {
  font-size: 14px;
  color: #33333380;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  margin-left: 11px;
  margin-bottom: 15px;
  text-align: initial;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .btn-mais {
  margin-top: 11px;
  border-bottom: 0;
  bottom: 0;
  position: absolute;
  padding: 0 10px 7px 10px;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .btn-mais a {
  color: #000;
  font-size: 14px;
  font-family: var(--nunito);
  font-weight: 600;
}

.atuacao-inter .engloba-baixo .englobabox-box-relacionado .box-relacionado .content .btn-mais .hover {
  background-image: linear-gradient(to bottom, #f0e17e 5%, #b0812c, #b98030);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
  margin-top: 4px;
}

.fancybox-content {
  border-radius: 100px 0;
}

.fancybox-content:after {
  content: "";
  background: transparent;
  border: #21aae0 solid 1px;
  position: absolute;
  inset: 1% 2%;
  border-radius: 100px 0px;
  z-index: 0;
}

.atuacao-inter {
  z-index: 5;
  position: relative;
}

.fancybox-slide--html .fancybox-close-small {
  right: 1%;
}

.fancybox-button svg {
  color: #083053;
}
/* PRODUTO-INTER */
.produto-inter .wrap {
  max-width: 1041px;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .content {
  align-items: flex-start;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .imagem {
  background: #faf9fc;
  padding: 10px;
  border-radius: 20px;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .imagem img {
  border-radius: 20px;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .descricao {
  margin-left: 25px;
  margin-top: 15px;
  width: 60%;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .descricao .titulo {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.produto-inter .wrap .engloba-box-produto-inter .box-produto-inter .descricao .desc {
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.produto-inter .btn-produto-inter {
  width: 212px;
  height: 48px;
  background: #81dd29;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}
.produto-inter .btn-produto-inter a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.produto-inter .btn-produto-inter:hover {
  background: #ffff !important;
  border: 1px solid #81dd29 !important;
}
.produto-inter .btn-produto-inter:hover a {
  color: #81dd29 !important;
}
.blog-inter .wrap {
  max-width: 1041px;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .imagem {
  background: #faf9fc;
  padding: 10px;
  border-radius: 20px;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .imagem img {
  border-radius: 20px;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .descricao {
  width: 60%;
  margin-left: 25px;
  margin-top: 15px;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .descricao .titulo {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .descricao .data {
  margin-top: 11px;
  color: #333333;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.blog-inter .engloba-box-blog-inter .box-blog-inter .descricao .desc {
  color: #33333380;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.blog-inter .btn-blog-inter {
  width: 212px;
  height: 48px;
  background: #81dd29;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}
.blog-inter .btn-blog-inter a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.blog-inter .btn-blog-inter:hover {
  background: #ffff !important;
  border: 1px solid #81dd29 !important;
}
.blog-inter .btn-blog-inter:hover a {
  color: #81dd29 !important;
}
/* REDE-SOCIAL-FLUTUANTE */
.icones-flutuante {
  position: fixed;
  right: 17px;
  top: 50%;
  margin-top: 73px;
  z-index: 1009;
}
.icones-flutuante .icones-social {
  width: 50px;
  display: table;
  font-size: 27px;
  text-align: center;
  color: #001324;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  box-shadow: 5px 10px 30px rgb(0 0 0 / 0.2);
}

.icones-flutuante .icones-social:nth-of-type(1) {
  /*     background-color: #1d68ab; */
  background: #ffff;
}

.icones-flutuante .icones-social:nth-of-type(1):hover {
  background-color: #1d68ab;
  color: #fff;
}

.icones-flutuante .icones-social:nth-of-type(2) {
  /*     background-color: #b725a4; */
  background: #ffff;
}

.icones-flutuante .icones-social:nth-of-type(2):hover {
  background-color: #b725a4;
  color: #fff;
}

.icones-flutuante .icones-social:nth-of-type(3) {
  /*     background-color: #2cb742; */
  background: #ffff;
}

.icones-flutuante .icones-social:nth-of-type(3):hover {
  background-color: #2cb742;
  color: #fff;
}

.icones-flutuante .icones-social {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* PRODUTO-RELA */
#produto-rela .wrap {
  padding-top: 0px;
  padding-bottom: 95px;
  max-width: 1100px;
  align-items: flex-end;
}

#produto-rela .engloba-titulo {
  width: 100%;
}

#produto-rela .engloba-titulo .titulo {
  font-size: 40px;
  color: #181363;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
}

#produto-rela .engloba-titulo .titulo span {
  display: block;
  font-size: 16px;
  color: #21aae0;
  line-height: 22px;
  letter-spacing: 4px;
  font-weight: 600;
}

#produto-rela .engloba-box-produto {
  margin-top: 73px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#produto-rela .engloba-box-produto .box-produto {
  width: calc(50% - 10px);
}

#produto-rela .engloba-box-produto .box-produto .content {
  flex-direction: row;
  padding: 26px 13px 20px 13px;
  position: relative;
}

#produto-rela .engloba-box-produto .box-produto .content::before {
  content: "";
  background: #f8f7fa;
  border-radius: 50px 0;
  height: 90%;
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#produto-rela .engloba-box-produto .box-produto .content .imagem {
  width: 250px;
  margin-right: 25px;
}

#produto-rela .engloba-box-produto .box-produto .content .imagem img {
  width: 100%;
}

#produto-rela .engloba-box-produto .box-produto .content .descricao {
  margin-top: 12px;
  width: 85%;
}

#produto-rela .engloba-box-produto .box-produto .content .descricao .titulo {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

#produto-rela .engloba-box-produto .box-produto .content .descricao .titulo span {
  display: block;
  font-weight: 700;
}

#produto-rela .engloba-box-produto .box-produto .content .descricao p {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

#produto-rela .engloba-box-produto .box-produto .btn-geral {
  margin-top: 15px;
}

#produto-rela .wrap > .btn-geral {
  align-self: center;
  margin-top: 60px;
  padding: 0;
  width: 220px;
}

#produto-rela .engloba-box-produto .box-produto .content .btn-produto-mais {
  margin-top: 7px;
  position: absolute;
  bottom: 0px;
  padding: 0 10px 7px 10px;
}

#produto-rela .engloba-box-produto .box-produto .content .btn-produto-mais a {
  color: #002756;
  line-height: 32px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#produto-rela .engloba-box-produto .box-produto .content .btn-produto-mais .hover {
  background-image: linear-gradient(to bottom, #f0e17e 5%, #b0812c, #b98030);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 8px 8px 0px 0px;
}

#produto-rela .engloba-box-produto .box-produto:hover .content .btn-produto-mais {
  display: block !important;
}

#produto-rela .engloba-box-produto .box-produto:hover .content .btn-produto-mais .hover {
  display: block !important;
}

#produto-rela .btn-produto {
  width: 196px;
  height: 43px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 44px;
  margin-right: 20px;
}

#produto-rela .btn-produto a {
  color: #ffff;
  font-size: 13px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* PRODUTO-INTER */
#produto-inter .wrap {
  padding-bottom: 80px;
}

#produto-inter .wrap .bg-detail.left {
  max-height: 300px;
  left: -350px;
}

#produto-inter .wrap .bg-detail.right {
  max-height: 300px;
  right: -350px;
  bottom: -90px;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content {
  align-items: center;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .imagem {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .imagem img {
  width: 100%;
  max-width: 620px;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .descricao {
  margin-left: 40px;
  padding: 33px 50px 50px 50px;
  border-radius: 50px 0;
  background: #f8f7fa;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 70%;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .descricao .btn-inner-prod {
  margin-top: 25px;
  align-self: end;
  width: 100px;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .descricao .titulo {
  font-family: var(--montserrat);
  color: #333333;
  line-height: 33px;
  font-size: 30px;
  margin-bottom: 33px;
  font-weight: 500;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .descricao .titulo span {
  display: block;
  font-weight: 700;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .descricao p {
  font-size: 14px;
  font-family: var(--montserrat);
  font-weight: 500;
  color: #7b7b7b;
  line-height: 22px;
}

#produto-inter .box-produto-inter ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}

#produto-inter .box-produto-inter ul li {
  width: 45%;
  margin-right: 3%;
  height: 28px;
  margin-top: 10px;
  padding-left: 38px;
  position: relative;
  font-family: var(--montserrat);
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
}

#produto-inter .box-produto-inter ul li::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #21aae0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .btn-orcamento {
  width: 196px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  position: absolute;
  top: 2px;
  right: 55px;
}

#produto-inter .engloba-box-produto-inter .box-produto-inter .content .btn-orcamento a {
  color: #ffffff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#produto-inter .engloba-box-galeria {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
#produto-inter .engloba-box-galeria .carrossel-galeria {
  display: grid;
}
#produto-inter .engloba-box-galeria .box-galeria {
  margin-right: 10px;
  width: 100%;
}
#produto-inter .engloba-box-galeria .box-galeria .image img {
  max-width: 160px;
  width: 100%;
}

.curve {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  object-fit: cover;
}
#compromisso.nv-sobre{
  margin-top:0
}
#compromisso.nv-sobre .curve.top{
  display:
  none;
}
#compromisso.nv-sobre .curve.bottom{
  bottom: -77px;
}
#compromisso.nv-sobre .wrap{
  padding:80px 0
}
.curve.top {
  top: -100px;
}

.curve.bottom {
  bottom: -76px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.bg-detail {
  position: absolute;
  z-index: -1;
  height: 100%;
  max-height: 500px;
  width: auto;
}

.bg-detail.right {
  right: -600px;
}

.bg-detail.left {
  left: -600px;
}

#assistir .bg-detail {
  top: -250px;
  left: -500px;
}

.btn-prod {
  margin-top: 15px;
  width: 160px;
  height: 36px;
  padding: 0;
}

.btn-prod:hover a {
  color: #fff !important;
}

.eng-lightbox-atua {
  position: relative;
  overflow: hidden;
  border-radius: 100px 0;
  -webkit-border-radius: 100px 0;
  -moz-border-radius: 100px 0;
  -ms-border-radius: 100px 0;
  -o-border-radius: 100px 0;
}

.textura-dots {
  position: absolute;
  height: 50%;
  width: auto;
  max-height: 268px;
  max-width: 76px;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#orcamento .textura-dots {
  position: absolute;
  height: 60%;
  width: auto;
  max-height: unset;
  max-width: unset;
  left: unset;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.backdrop {
  width: 100vw;
  height: 100vh;
  background-color: #000000b3;
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 1004;
  display: none;
}
.popup {
  position: absolute;
  height: auto;
  max-height: 90vh;
  width: auto;
  max-width: 90vw;
  z-index: 1005;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.popup img {
  position: relative;
  height: 553px;
  width: 553px;
  z-index: 1;
  object-fit: contain;
  margin: 0 auto;
}
.popup a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  inset: 0;
}
.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 10;
  font-family: "Nunito", sans-serif;
  background-color: #596A60;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background:#596A60;
  cursor: pointer;
}
.btn-close:hover{
  opacity:0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background:#596A60;
}
@media screen and (max-width: 600px){
  .popup {
    position: absolute;
    height: auto;
    max-height: 76%;
    width: auto;
    max-width: 76%;
    z-index: 1005;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .popup img {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: contain;
    margin: 0 auto;
  }
}



/*galeria-home*/
#sec-galeria-home{
  background-color: #d8d8d8;
}
#sec-galeria-home .wrap{
  padding-bottom: 155px;
}
 #sec-galeria-home .wrap .conteudo-galeria-home{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
.box-galeria-home{
  width: 25%;
}

.box-galeria-home .image{
  width: 410px;
  height: auto;
}
.box-galeria-home .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}