@font-face {
  font-family: Leelawad;
  src: url('../fonts/leelawad.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leelawdb;
  src: url('../fonts/leelawdb.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leelauib;
  src: url('../fonts/LeelaUIb.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leelawui;
  src: url('../fonts/LeelawUI.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Leeluisl;
  src: url('../fonts/LeelUIsl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --azul: #009bc8;
  --azul-hover: #008cb4;
  --light-sea-green: #00afb5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  width: 130px;
}

.navbar {
  background-color: var(--white);
  position: sticky;
  top: 0;
  box-shadow: 0 1px 8px 2px #5c5c5c0f;
}

.menu {
  color: #555;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: all .4s;
}

.menu:hover, .menu.w--current {
  color: var(--azul);
}

.menu._2 {
  background-color: var(--azul);
  color: var(--white);
  border: 1px solid #0000;
  border-radius: 8px;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.menu._2:hover {
  border: 1px solid var(--azul);
  background-color: var(--white);
  color: var(--azul);
}

.body {
  font-family: Montserrat, sans-serif;
}

.nav-menu {
  margin-top: 13px;
}

.slide {
  background-color: var(--white);
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.slide._2, .slide.sub {
  height: 340px;
}

.slide.sub.contato {
  background-image: url('../images/slide_contato-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.sub.sobre {
  background-image: url('../images/slide_sobre-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.seta {
  background-color: var(--white);
  opacity: .75;
  color: #d3d3d3;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  transition: all .4s;
}

.seta:hover {
  opacity: 1;
}

.slide-nav {
  opacity: .25;
  font-size: 8px;
}

.slides {
  width: 100%;
}

.slides._1 {
  background-image: url('../images/banner_siteBanner_1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides._3 {
  background-image: url('../images/banner_siteBanner_2-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  width: 100%;
  max-width: 1200px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  height: 610px;
}

.grid._2 {
  height: 340px;
}

.grid._1 {
  grid-template-columns: .75fr 1fr;
}

.img-slide {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tit-slide {
  color: #555;
  font-family: Leelawdb, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 78px;
}

.tit-slide2 {
  color: #8c006e;
}

.btn-covid {
  z-index: 999;
  background-color: var(--azul-hover);
  color: var(--white);
  border: 0 #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 680px;
  height: 50px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 6px #3535352e;
}

.btn-covid:hover {
  transform: scale(1.04);
}

.ico-covid {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.grid-2 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-2._2 {
  margin-top: 100px;
}

.blocos {
  background-color: var(--white);
  color: #555;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 1px 0 8px 2px #5c5c5c0f;
}

.blocos._2 {
  margin-top: 20px;
}

.blocos._3 {
  margin-top: 10px;
}

.text-block {
  color: var(--white);
  background-image: linear-gradient(250deg, #ab0078, #a1007b);
  border-radius: 6px;
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block._2 {
  background-color: var(--azul);
  background-image: none;
  margin-right: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.text-block-2 {
  font-size: 16px;
  line-height: 18px;
}

.text-block-3 {
  margin-top: 20px;
  line-height: 24px;
}

.text-block-3._2 {
  text-align: center;
  font-size: 15px;
}

.text-block-3._3 {
  text-align: justify;
  font-size: 22px;
  line-height: 36px;
}

.sec-empresa {
  padding-top: 100px;
  padding-bottom: 130px;
}

.sec-empresa.artigos {
  display: none;
}

.conteiner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.conteiner.sobre {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.conteiner._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.borda-header {
  z-index: 990;
  width: 100%;
  position: absolute;
  inset: auto 0% -3px;
}

.tit-sobre {
  z-index: 10;
  color: #f1f1f1;
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
  position: relative;
  inset: 0% 0% auto;
}

.txt-sobre {
  z-index: 11;
  color: #555;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 36px;
  display: block;
  position: absolute;
  inset: 92px 0% 0%;
}

.txt-sobre._2 {
  font-family: Leelawdb, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 60px;
}

.tag {
  float: none;
  color: var(--azul);
  background-color: #009bc826;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.text-block-4 {
  color: #555;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 36px;
}

.txt-sobre2 {
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}

.grid-gallery {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-photo-1 {
  background-image: url('../images/empresa1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 260px;
  transition: all .4s;
}

.gallery-photo-1:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 16px #0000001a;
}

.gallery-photo-2 {
  background-image: url('../images/empresa2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 170px;
  transition: all .4s;
}

.gallery-photo-2:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 16px #0000001a;
}

.gallery-photo-3 {
  background-image: url('../images/empresa3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 260px;
  transition: all .4s;
}

.gallery-photo-3:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 16px #0000001a;
}

.gallery-photo-4 {
  background-image: url('../images/empresa4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 170px;
  transition: all .4s;
}

.gallery-photo-4:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 16px #0000001a;
}

.img-empresa {
  background-image: url('../images/img-laboratorio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 410px;
}

.clear {
  height: 40px;
}

.grid-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.img-artigo {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 260px;
}

.info-artigo {
  padding: 20px;
}

.tit-artigo {
  color: #555;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.mais {
  color: var(--azul);
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
}

.bloco-artigos {
  border-radius: 8px;
  text-decoration: none;
  transition: all .4s;
}

.bloco-artigos:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 8px 2px #5c5c5c0f;
}

.bloco-artigos._2 {
  margin-top: 20px;
}

.sec-barra {
  background-color: var(--azul);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.btn-acesse {
  background-color: var(--white);
  color: var(--azul);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-left: 100px;
  font-size: 20px;
  transition: all .4s;
  display: flex;
}

.btn-acesse:hover {
  border: 1px solid var(--azul-hover);
  background-color: var(--azul-hover);
  color: var(--white);
}

.btnmaisartigos {
  border: 1px solid var(--azul);
  background-color: var(--white);
  color: var(--azul);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: flex;
}

.btnmaisartigos:hover {
  border-color: var(--azul);
  background-color: var(--azul-hover);
  color: var(--white);
}

.sec-rodape {
  background-color: #fcfcfc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1.5fr;
}

.tit-rodape {
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.tit-rodape._2 {
  margin-bottom: 15px;
}

.menu-rodape {
  color: #555;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  transition: all .4s;
}

.menu-rodape:hover {
  color: var(--azul-hover);
  transform: translate(5px);
}

.list {
  margin-top: 15px;
}

.btnrodape {
  background-color: var(--azul);
  color: var(--white);
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin-top: 15px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.btnrodape:hover {
  border: 1px solid var(--azul);
  color: var(--azul);
  background-color: #0000;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-5._2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3px;
}

.ico-rodape {
  color: var(--azul);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ico-rodape._2 {
  margin-top: -15px;
}

.ico-rodape._3 {
  flex: none;
  width: 20px;
  height: 20px;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-1 {
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.logo-pb {
  width: 18px;
  margin-left: 10px;
  margin-right: 5px;
}

.logo-pb._2 {
  width: 36px;
}

.pb-txt-2 {
  color: #000;
  margin-right: 12px;
  font-weight: 600;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.btn-crie {
  border-radius: 6px;
  height: 32px;
  padding: 8px 12px;
  font-weight: 600;
  line-height: 16px;
}

.btn-crie.cor-1 {
  color: #fff;
  background-color: #506bbb;
  transition: all .4s;
}

.btn-crie.cor-1:hover {
  color: #fff;
  background-color: #424241;
}

.tit-sub {
  color: var(--light-sea-green);
  text-align: center;
  margin-top: -55px;
  font-family: Leelawdb, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.conteiner-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.conteiner-2.white {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-3 {
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.button-3.cor-1 {
  background-color: var(--azul);
  border-radius: 8px;
  transition: all .4s;
}

.button-3.cor-1:hover {
  background-color: var(--azul-hover);
}

.text-block-7 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.input-contato {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  flex: 1;
  height: 48px;
  margin-bottom: 30px;
  padding: 7px 24px 8px;
}

.input-contato.text-area {
  height: auto;
  min-height: 200px;
}

.grid-info-contato {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.map {
  height: 100%;
}

.grid-6 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.grid-7 {
  grid-template-rows: auto;
}

.form-contato {
  padding-top: 20px;
}

.block-contato {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.block-contato2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  box-shadow: 1px 0 #e3e3e3;
}

.section-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contato-v1 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
}

.txt-slide {
  color: #555;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.txt-slide3 {
  flex-direction: row;
  font-family: Leelawdb, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.text-span {
  font-size: 20px;
}

.text-span-2 {
  font-size: 30px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 170px 1fr;
}

.div-block-6 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(135deg, #aba5a9, #a59ca1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 10px #3535352e;
}

.slider {
  background-color: var(--white);
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.img-artigo2 {
  border-radius: 6px;
  height: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-artigo {
  font-size: 8px;
}

.txt-artigo {
  color: #555;
  font-size: 16px;
  line-height: 26px;
}

.paragraph {
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.link-3 {
  color: #555;
  text-decoration: none;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-admin {
  width: 70px;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.form-pesquisa {
  margin-bottom: 0;
}

.wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 15px;
  display: flex;
}

.btm-excluir-painel-2 {
  color: #000;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding-left: 30px;
  font-size: 11px;
  line-height: 16px;
  transition: all .4s;
}

.btm-excluir-painel-2:hover {
  background-color: #fcfcfc;
}

.btnoesquisa {
  border-radius: 8px;
  height: 48px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 13px;
}

.btnoesquisa.cor-1 {
  background-color: #258ffb;
  transition: all .4s;
}

.btnoesquisa.cor-1:hover {
  background-color: #2373c5;
}

.form-pesq {
  display: flex;
}

.img-galeria {
  max-width: 150px;
  margin-bottom: 10px;
}

.btn-edit-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-right: 10px;
  padding-left: 30px;
  font-size: 11px;
  line-height: 16px;
  transition: all .4s;
}

.btn-edit-painel:hover {
  background-color: #fcfcfc;
}

.clear80 {
  height: 80px;
}

.txtpainel {
  color: #b1b1b1;
  font-size: 11px;
  line-height: 21px;
}

.form-login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: #fcfcfc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.section-painel {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  margin-bottom: 20px;
}

.dropdown1.w--open {
  background-color: #fff;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 6px 24px #30364d38;
}

.img-prod-painel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
}

.foto-galeria {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.heading-product-painel {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.id-painel {
  color: #949494;
  font-size: 11px;
  line-height: 16px;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  height: 88px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px #0000001a;
}

.galeria-fotos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  display: flex;
}

.button-1.button-form {
  max-width: 130px;
}

.button-1.button-form.cor-1 {
  background-color: #258ffb;
}

.button-1.button-form.cor-1.btnpainel {
  margin-right: 40px;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
}

.button-1.button-form.cor-1.btnpainel {
  background-color: #258ffb;
  margin-right: 40px;
}

.button-1.button-form.cor-1.btnpainel:hover {
  background-color: #2373c5;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #506bbb;
}

.button-1.cor-1.topo {
  background-color: #444;
}

.button-1.cor-1.topo:hover {
  background-color: #383838;
}

.button-1.cor-1.topo.suporte {
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 50px;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #2373c5;
}

.nav-menu1-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label-sub {
  font-size: 11px;
  font-weight: 400;
}

.ico-sair {
  width: 15px;
  margin-right: 5px;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.divsair {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 12px;
  font-size: 11px;
  transition: all .4s;
  display: flex;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.nav-link1 {
  color: #010101;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1:hover {
  background-color: #f3f3f7;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr 200px;
  margin-bottom: 10px;
}

.nav-dropdown1-link {
  color: #000;
  width: 100%;
  font-size: 13px;
}

.nav-dropdown1-link:hover {
  background-color: #eaeaf1;
}

.btn-opcoes {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.clear20 {
  height: 20px;
}

.whats {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 5px 5px auto;
}

.text-block-8 {
  background-color: var(--white);
  color: #111;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #0000001c;
}

.icowhats {
  width: 50px;
  height: 50px;
}

.banner-desktop {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-social {
  color: var(--azul);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.banner-mobile {
  display: none;
}

.div-sociais {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-social {
  margin-right: 10px;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.clea60 {
  height: 60px;
}

.clear40 {
  height: 40px;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.logo-grid-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.logo-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.h3-heading {
  text-align: center;
  letter-spacing: -.02em;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary:hover {
  background-color: #141414;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.logo-card-gray {
  background-color: #f5f5f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.column-2x-large.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-regular {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center {
  text-align: center;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---text-300-bold {
  color: #555;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.image {
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    text-align: center;
  }

  .menu._2 {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 0;
    padding-bottom: 20px;
  }

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

  .grid._2, .grid._1 {
    grid-template-columns: 1fr 1fr;
  }

  .img-slide {
    object-fit: cover;
  }

  .blocos {
    height: auto;
  }

  .tit-sobre {
    font-size: 120px;
    line-height: 120px;
  }

  .txt-sobre {
    top: 53px;
  }

  .grid-gallery {
    display: none;
  }

  .img-artigo {
    height: 180px;
  }

  .grid-5 {
    grid-template-columns: 1.75fr;
  }

  .hamb.w--open {
    background-color: var(--white);
    color: var(--azul);
  }

  .grid-info-contato {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-admin {
    width: 60px;
  }

  .nav-menu-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
  }

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

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-right.nav-right-painel {
    order: 1;
    padding-right: 20px;
  }

  .navigation {
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: auto;
    inset: 64px 0% auto;
  }

  .form-pesq {
    flex-direction: column;
  }

  .menu-button {
    color: #000;
    order: 1;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #eaeaf1;
    margin-left: 10px;
  }

  .menu-button.menu-painel {
    order: 0;
  }

  .nav-dropdown1 {
    width: 100%;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .galeria-fotos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-1 {
    border-radius: 8px;
    height: 48px;
    font-weight: 600;
  }

  .nav-menu1-buttons {
    grid-template-columns: auto auto;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-grid-small {
    max-width: 480px;
  }

  .logo-grid-large {
    grid-template-columns: 1fr;
  }

  .button-primary {
    display: flex;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---section-logo-strip-v6, .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .slide, .slides._1, .slides._3 {
    height: 550px;
  }

  .grid._1 {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: -77px;
  }

  .div-block-3 {
    height: 210px;
  }

  .div-block-3._2 {
    height: 160px;
  }

  .tit-slide {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
  }

  .btn-covid {
    text-align: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
  }

  .grid-2 {
    margin-top: 0;
  }

  .grid-2._2 {
    grid-template-columns: 1fr;
  }

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

  .tit-sobre {
    font-size: 90px;
    line-height: 90px;
  }

  .txt-sobre {
    font-size: 22px;
    top: 36px;
  }

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

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteiner-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .conteiner-2.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-info-contato {
    grid-template-columns: 1fr;
  }

  .map {
    height: 300px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .block-contato {
    flex-direction: column;
  }

  .section-2, .section-3.section-painel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---section-logo-strip-v6, .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide {
    height: auto;
  }

  .slides._1, .slides._3 {
    height: 800px;
  }

  .tit-slide {
    font-size: 40px;
    line-height: 45px;
  }

  .tit-slide2 {
    text-align: center;
  }

  .btn-covid {
    width: 100%;
    height: auto;
    padding: 5px 20px;
  }

  .ico-covid {
    margin-left: 5px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .grid-2._2 {
    margin-top: 40px;
  }

  .conteiner._2 {
    flex-direction: column;
  }

  .tit-sobre {
    font-size: 60px;
    line-height: 60px;
  }

  .txt-sobre {
    font-size: 18px;
    line-height: 22px;
    top: 14px;
  }

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

  .text-block-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .grid-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .img-empresa {
    height: 240px;
  }

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

  .btn-acesse {
    margin-left: auto;
    margin-right: auto;
  }

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

  .tit-rodape {
    text-align: center;
  }

  .menu-rodape {
    text-align: left;
  }

  .list {
    text-align: center;
  }

  .btnrodape {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .pb-1 {
    flex-direction: column;
  }

  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

  .pb-txt-2 {
    margin-right: 0;
  }

  .btn-crie.cor-1 {
    margin-top: 20px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 15px;
  }

  .text-block-6 {
    text-align: center;
    margin-bottom: 20px;
  }

  .button-3.cor-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .input-contato {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .txt-slide {
    text-align: center;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .img-artigo2 {
    height: 100%;
  }

  .nav-right {
    flex-direction: row;
  }

  .txtpainel {
    display: none;
  }

  .section-3.section-painel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .img-prod-painel {
    width: 80px;
    height: 80px;
  }

  .galeria-fotos {
    grid-template-columns: 1fr;
  }

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    background-position: 10px;
    width: 105px;
    height: 40px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 13px;
    display: block;
    position: fixed;
    inset: auto 5px 5px auto;
  }

  .nav-menu1-buttons {
    grid-template-columns: auto;
  }

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

  .grid-15 {
    grid-template-columns: 80px 1fr;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---section-logo-strip-v6, .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }
}

#w-node-_0197036d-9b57-193e-3898-617e0fb07f56-bfb36f16 {
  align-self: stretch;
}

#w-node-e59ecb76-cd3f-949a-a7ea-570ca7693728-a7693725 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9349ca66-56a7-bba9-7e46-a8bdb9de7e16-bfb36f1a {
  place-self: center;
}

#w-node-_4fd77834-b7d8-7e0b-7a12-b54ae380f153-bfb36f1c {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_0197036d-9b57-193e-3898-617e0fb07f56-bfb36f16, #w-node-_4fd77834-b7d8-7e0b-7a12-b54ae380f153-bfb36f1c {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9349ca66-56a7-bba9-7e46-a8bdb9de7e14-bfb36f1a {
    place-self: center;
  }

  #w-node-_9349ca66-56a7-bba9-7e46-a8bdb9de7e8d-bfb36f1a {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Leelawad';
  src: url('../fonts/leelawad.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leelawdb';
  src: url('../fonts/leelawdb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leelauib';
  src: url('../fonts/LeelaUIb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leelawui';
  src: url('../fonts/LeelawUI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leeluisl';
  src: url('../fonts/LeelUIsl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}