@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #4c4c4c;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 0;
}

section {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0px;
  }
}
h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  /* font-size: 1rem; */
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.475rem;
  }

  h2 {
    font-size: 1.9125rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.2375rem;
  }

  h5 {
    font-size: 1.08rem;
  }

  h6 {
    font-size: 1.0125rem;
  }

  p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  .col-12.col-lg-6 + .col-12.col-lg-6 {
    margin-top: 32px;
  }

  .col-12.col-lg-4 + .col-12.col-lg-4 {
    margin-top: 32px;
  }
}
header#desktop {
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 999;
  background: transparent;
  top: 0;
}
header#desktop nav {
  background-color: revert;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 220px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  z-index: 999;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#desktop nav a.navbar-brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
header#desktop nav a.navbar-brand img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#desktop nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 75px;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-left: 32px;
  margin: 0;
  margin-left: 32px;
  list-style: none;
  border-left: 1px solid #ffffff33;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li + li {
  margin-left: 16px;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a i {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato ul li a:hover i {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato a i {
  color: #fff;
  font-size: 0.9rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato a span {
  font-weight: 400;
  color: #fff;
  font-size: 0.9rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato a:hover i,
header#desktop nav .navbar-collapse div.redes_sociais_contato a:hover span {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse div.redes_sociais_contato a.botao-azul {
  margin-left: 16px;
  /* width: 225px; */
  width: fit-content;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  a.botao-azul
  span {
  text-transform: none;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  a.botao-azul
  span
  strong {
  margin-left: 0;
}
header#desktop
  nav
  .navbar-collapse
  div.redes_sociais_contato
  a.botao-azul:hover
  span {
  color: #fff;
}
header#desktop nav .navbar-collapse ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 24px;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao + li.opcao {
  margin-left: 24px;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  color: #ffffff;
  padding: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#desktop nav .navbar-collapse ul.opcoes li.opcao a.link:hover span {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header#mobile {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  top: 0;
  background: transparent;
}
header#mobile div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 999;
}
header#mobile a.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
}
header#mobile a.brand-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header#mobile .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: rgba(15, 24, 57, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 50px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#mobile .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 32px;
  margin-left: 50px;
  color: #ffffffcc;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav .closebtn:hover {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  margin: 0;
}
header#mobile .sidenav ul.opcoes li + li {
  margin-top: 16px;
}
header#mobile .sidenav ul.opcoes li {
  padding: 0px 50px;
  background: transparent;
}
header#mobile .sidenav ul.opcoes li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffffcc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.opcoes li a.link:hover {
  background: transparent;
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 24px;
}
header#mobile .sidenav ul.redes_sociais_contato li + li {
  margin-left: 16px;
}
header#mobile .sidenav ul.redes_sociais_contato li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#mobile .sidenav ul.redes_sociais_contato li a i {
  color: #ffffffcc;
  font-size: 24px;
  margin-right: 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato li a span {
  font-weight: 400;
  color: #ffffffcc;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato li a span i {
  font-size: 1.2rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header#mobile .sidenav ul.redes_sociais_contato li a:hover i {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato li a:hover span {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile .sidenav ul.redes_sociais_contato li a:hover span i {
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
header#mobile a.sidenav-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
header#mobile a.sidenav-trigger:hover {
  background: transparent;
  color: #5cc7d0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (min-width: 1280px) {
  header#mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  header#desktop {
    display: none;
  }
}
.topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}
.topo h2 {
  color: #4c4c4c;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.5px;
}
.topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.topo div.linha .linha_1 {
  height: 4px;
  width: 64px;
  background: #ffd30b;
  margin-right: 6px;
}
.topo div.linha .linha_2 {
  height: 4px;
  width: 8px;
  background: #ffd30b;
}

a.botao-azul,
button.botao-azul {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#096eb1),
    to(#5cc7d0)
  );
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  height: 44px;
  width: 360px;
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a.botao-azul span,
button.botao-azul span {
  color: #ffffffee;
  text-transform: uppercase;
  font-size: 1rem;
}
a.botao-azul span strong,
button.botao-azul span strong {
  margin-left: 4px;
  color: #ffffff;
}
a.botao-azul svg,
button.botao-azul svg {
  width: 20px;
  fill: #fff;
  margin-right: 8px;
}
a.botao-azul img,
button.botao-azul img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
a.botao-azul i,
button.botao-azul i {
  margin-right: 8px;
}

a.botao-azul:hover,
button.botao-azul:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 1px 2px 15px 2px #096eb1;
  box-shadow: 1px 2px 15px 2px #096eb1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a.botao-amarelo,
button.botao-amarelo {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fed310),
    to(#df860f)
  );
  background-image: linear-gradient(to right, #fed310, #df860f);
  height: 44px;
  width: 360px;
  padding: 8px 20px;
  border-radius: 4px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a.botao-amarelo span,
button.botao-amarelo span {
  color: #ffffffee;
  text-transform: uppercase;
  font-size: 1rem;
}
a.botao-amarelo span strong,
button.botao-amarelo span strong {
  margin-left: 4px;
  color: #ffffff;
}
a.botao-amarelo svg,
button.botao-amarelo svg {
  width: 20px;
  fill: #fff;
  margin-right: 8px;
}
a.botao-amarelo img,
button.botao-amarelo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
a.botao-amarelo i,
button.botao-amarelo i {
  margin-right: 8px;
}

a.botao-amarelo:hover,
button.botao-amarelo:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 1px 2px 15px 2px #df860f;
  box-shadow: 1px 2px 15px 2px #df860f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 50px 0;
  padding-top: 135px;
  padding-bottom: 100px;
  height: 100vh;
  max-height: 750px;
  margin-bottom: 100px;
  width: 100%;
}
#principal div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  background: url("../image/banner-topo.jpg") center no-repeat;
  height: 100vh;
  max-height: 750px;
  width: 100%;
  top: 0;
  background-size: cover;
}
#principal .col-sm-12.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#principal .col-sm-12.col-lg-6.dois {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#principal .animada {
  position: relative;
  z-index: 600;
}
#principal h1 {
  margin-bottom: 20px;
  font-weight: 900;
  color: #61d2fc;
  position: relative;
  z-index: 600;
  font-size: 34px;
}
#principal p {
  padding-right: 80px;
}
#principal h2,
#principal p {
  margin: 15px 0;
  color: #ffffff;
  position: relative;
  z-index: 600;
  font-size: 18px;
  font-weight: 300;
}
#principal a.botao-amarelo {
  position: relative;
  z-index: 600;
  margin-top: 24px;
  /* width: 260px; */
  width: fit-content;
}
#principal a.botao-amarelo span {
  text-transform: none;
}
#principal a.botao-amarelo span strong {
  margin-left: 0;
}
#principal a.botao-amarelo img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
#principal #slide-principal {
  position: relative;
  z-index: 500;
}
#principal #slide-principal .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 500;
  width: 100%;
  margin: 0 auto;
}
#principal #slide-principal .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 500;
}
#principal #slide-principal .owl-dots {
  display: none;
}
#principal #slide-principal .owl-nav {
  display: none;
}

a.seta#next,
a.seta#prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 42px;
  height: 42px;
  margin: 5px 0px;
  position: absolute;
  z-index: 200;
  top: 47.5vh;
  text-decoration: none;
  display: none;
}
a.seta#next i,
a.seta#prev i {
  font-size: 24px;
  color: #ffffff;
}

a.seta#prev {
  left: 64px;
}

a.seta#next {
  right: 64px;
}

div.botao-flutuante {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: transparent;
  z-index: 600;
  padding: 0;
  margin-top: -150px;
}
div.botao-flutuante a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  scale: 0.7;
}
div.botao-flutuante a .scroll-effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
div.botao-flutuante a .scroll-effect .scroll-effect-arrows {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  margin-left: 1px;
}

@media screen and (max-width: 1279px) {
  div.botao-flutuante {
    margin-top: -50px;
  }

  #principal {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0;
    height: auto;
  }
  #principal div.bg-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #principal .col-sm-12.col-lg-6.dois {
    /* padding-top: 32px; */
  }
}
#quem_somos {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
#quem_somos img.bg-direita {
  position: absolute;
  right: 0;
  bottom: -55%;
  width: 235px;
  height: auto;
  z-index: 600;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: -75px;
  margin-top: 100px;
}
#quem_somos .topo h2 {
  text-align: left;
}
#quem_somos .topo div.linha {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#quem_somos .col-12.col-lg-6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  justify-content: top;
}
#quem_somos img.selo-experiencia {
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 500;
}
#quem_somos h6 {
  color: #4c4c4c;
}
#quem_somos #pills-tab-quem-somos {
  margin-bottom: 32px;
}
#quem_somos #pills-tab-quem-somos li.nav-item + li.nav-item {
  margin-left: 16px;
}
#quem_somos #pills-tab-quem-somos li.nav-item {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  position: relative;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 2px solid #09aeed;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  width: 100%;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link h6 {
  color: #09aeed;
  text-align: center;
  padding-top: 2px;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link svg {
  display: none;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#096eb1),
    to(#5cc7d0)
  );
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link.active h6 {
  color: #ffffff;
}
#quem_somos #pills-tab-quem-somos li.nav-item a.nav-link.active svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -6px;
  fill: #339bc0;
  margin: 0;
}

#slide-quem-somos .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#slide-quem-somos .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#slide-quem-somos .owl-dots {
  display: none;
}
#slide-quem-somos .owl-nav {
  display: none;
}

@media screen and (min-width: 992px) {
  #quem_somos .col-12.col-lg-6.um .topo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #quem_somos .col-12.col-lg-6.dois {
    /* padding-top: 32px; */
  }
  #quem_somos .col-12.col-lg-6.dois .topo {
    display: none;
  }
  #quem_somos img.selo-experiencia {
    width: 110px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    right: 20px;
    bottom: -18px;
  }
}
div.bg-acima img,
div.bg-abaixo img,
div.bg-acima-quem-somos img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#produtos {
  background: #f7f7f7;
}
#produtos h6 {
  color: #4c4c4c;
}
#produtos #filters {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 16px;
  width: 75%;
}
#produtos #filters button.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 2px solid #09aeed;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  width: 100%;
  /* max-width: 141px; */
  max-width: 190px;
  outline: none;
  position: relative;
}
#produtos #filters button.button h6 {
  color: #09aeed;
  text-align: center;
}
#produtos #filters button.button svg {
  display: none;
}
#produtos #filters button.button.is-checked {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#096eb1),
    to(#5cc7d0)
  );
  background: linear-gradient(to right, #096eb1, #5cc7d0);
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#produtos #filters button.button.is-checked h6 {
  color: #ffffff;
}
#produtos #filters button.button.is-checked svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -6px;
  fill: #329ac0;
  margin: 0;
}
#produtos .grid {
  margin: 0 auto;
  width: 100%;
  padding-right: 16px;
}
#produtos .grid .element-item {
  position: relative;
  float: right;
  width: calc(100% / 3 - 22px);
  margin-left: 16px;
}
#produtos .grid .element-item > * {
  margin: 0;
  padding: 0;
}
#produtos .grid .element-item a.card.card-produto {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 8px;
  margin-top: 32px;
  text-decoration: none;
  -webkit-box-shadow: 1px 2px 25px 10px #4c4c4c11;
  box-shadow: 1px 2px 25px 10px #4c4c4c11;
  min-height: 347px;
}
#produtos .grid .element-item a.card.card-produto div.card-header {
  background: transparent;
  border-radius: 8px 8px 0px 0px;
  border: none;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#produtos .grid .element-item a.card.card-produto div.card-header img {
  width: 100%;
  /* height: auto; */
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos .grid .element-item a.card.card-produto div.card-body {
  /* background: #ffffff; */
  border-radius: 0px 0px 8px 8px;
  border: none;
  padding: 32px;
}
#produtos .grid .element-item a.card.card-produto div.card-body h4 {
  /* text-transform: uppercase; */
  color: #444;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 20px; */
}
#produtos .grid .element-item a.card.card-produto div.card-body p {
  color: #aeaeae;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
#produtos .grid .element-item a.card.card-produto div.card-body div.botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-borda-amarela
  + button.botao-amarelo {
  margin-left: 10px;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-borda-amarela {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 136px;
  height: 32px;
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  border: 2px solid #df840f;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-borda-amarela
  span {
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  color: #df840f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-amarelo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 136px;
  height: 32px;
  padding: 4px 8px;
  margin: 0;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-amarelo
  span {
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-borda-amarela:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #df860f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fed310),
    to(#df860f)
  );
  background: linear-gradient(to right, #fed310, #df860f);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-borda-amarela:hover
  span {
  color: #ffffffee;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos
  .grid
  .element-item
  a.card.card-produto
  div.card-body
  div.botoes
  button.botao-amarelo:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 1px 2px 15px 2px #df860f;
  box-shadow: 1px 2px 15px 2px #df860f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#produtos .grid .element-item a.card.card-produto div.card-footer {
  display: none;
}
#produtos .grid .element-item a.card.card-produto:hover div.card-header img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media screen and (max-width: 991px) {
  #produtos #filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    margin-bottom: 0px;
    padding-bottom: 16px;
  }
  #produtos #filters button.button {
    position: relative;
    height: 36px;
  }
  #produtos .grid .element-item {
    width: calc(100% / 2 - 24px);
    margin-left: 16px;
  }
  #produtos .grid .element-item a.card.card-produto div.card-body {
    padding: 15px 16px;
  }
  #produtos .grid .element-item a.card.card-produto div.card-body h4 {
    font-size: 1rem;
    /* margin-bottom: 16px; */
    margin-bottom: 0;
  }
  #produtos .grid .element-item a.card.card-produto div.card-body p {
    margin-bottom: 16px;
  }
  #produtos .grid .element-item a.card.card-produto div.card-body div.botoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #produtos
    .grid
    .element-item
    a.card.card-produto
    div.card-body
    div.botoes
    button.botao-borda-amarela
    + button.botao-amarelo {
    margin-left: 0;
    margin-top: 8px;
  }
  #produtos
    .grid
    .element-item
    a.card.card-produto
    div.card-body
    div.botoes
    button.botao-borda-amarela,
  #produtos
    .grid
    .element-item
    a.card.card-produto
    div.card-body
    div.botoes
    button.botao-amarelo {
    width: 100%;
  }
  #produtos
    .grid
    .element-item
    a.card.card-produto
    div.card-body
    div.botoes
    button.botao-borda-amarela
    span,
  #produtos
    .grid
    .element-item
    a.card.card-produto
    div.card-body
    div.botoes
    button.botao-amarelo
    span {
    font-size: 0.8rem;
  }
}
#tecnologia {
  background: #ffffff;
}
#tecnologia h6 {
  color: #4c4c4c;
}
#tecnologia #slide-tecnologia .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#tecnologia #slide-tecnologia .owl-item div.caixa-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c92c0),
    to(#0db8fd)
  );
  background: linear-gradient(to right, #1c92c0, #0db8fd);
  margin: 0 auto;
  position: relative;
}
#tecnologia #slide-tecnologia .owl-item div.caixa-icone img.icone {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#tecnologia #slide-tecnologia .owl-item div.caixa-icone div.ordem {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  left: -4px;
  bottom: 8px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fed310),
    to(#df860f)
  );
  background: linear-gradient(to right, #fed310, #df860f);
}
#tecnologia #slide-tecnologia .owl-item div.caixa-icone div.ordem span {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
#tecnologia #slide-tecnologia .owl-item h5 {
  text-align: center;
  color: #1b1a1f;
  text-transform: uppercase;
  font-weight: 600;
}
#tecnologia #slide-tecnologia .owl-item p {
  text-align: center;
  color: #9d9d9d;
  font-weight: 500;
}
#tecnologia #slide-tecnologia .owl-dots {
  /* margin-top: 32px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#tecnologia #slide-tecnologia .owl-dots button.owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 6px solid transparent;
  width: 28px;
  height: 28px;
  margin: 0 4px;
}
#tecnologia #slide-tecnologia .owl-dots button.owl-dot span {
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #1c92c0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#tecnologia #slide-tecnologia .owl-dots button.owl-dot.active {
  border: 3px solid #1c92c0;
}
#tecnologia #slide-tecnologia .owl-dots button.owl-dot.active span {
  width: 12px;
  height: 12px;
  margin: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#tecnologia #slide-tecnologia .owl-nav {
  display: none;
}

#manutencao {
  background: url("../image/bg_manutencao.jpg") center no-repeat;
  background-size: cover;
}
#manutencao div.cards-manutencao {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
#manutencao div.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 8px;
  border: 1px solid #1c92c0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#manutencao div.card div.card-header {
  background: #e6f9ff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 16px;
}
#manutencao div.card div.card-header h3 {
  font-weight: 900;
  color: #1c92c0;
}
#manutencao div.card div.card-body {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px;
}
#manutencao div.card div.card-body p {
  color: #4c4c4c;
  font-weight: 500;
  margin-bottom: 0;
}
#manutencao div.card div.card-body p a {
  color: #4c4c4c;
}
#manutencao div.card:hover div.card-body p a {
  color: white;
}
#manutencao div.card div.card-footer {
  display: none;
}
#manutencao div.card:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c92c0),
    to(#0db8fd)
  );
  background: linear-gradient(to right, #1c92c0, #0db8fd);
}
#manutencao div.card:hover div.card-header {
  background: transparent;
}
#manutencao div.card:hover div.card-header h3 {
  color: #ffffff;
}
#manutencao div.card:hover div.card-body {
  background: transparent;
}
#manutencao div.card:hover div.card-body p {
  color: #ffffff;
}
#manutencao div.card:hover div.card-footer {
  display: none;
}
#manutencao div.card.ultimo {
  margin: 0 auto;
  margin-top: 20px;
  width: calc(50% - 16px);
}

@media screen and (max-width: 991px) {
  #manutencao div.cards-manutencao {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  #manutencao div.card.ultimo {
    margin: 0 auto;
    margin-top: 32px;
    width: 100%;
  }
}
#clientes {
  background: #ffffff;
  position: relative;
  padding: 50px 0;
}
#clientes h6 {
  color: #4c4c4c;
}
#clientes img.bg-esquerda {
  position: absolute;
  left: 0;
  top: -200px;
  width: 235px;
  height: auto;
  z-index: 600;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -75px;
}

#slide-parceiros {
  width: 100%;
  margin: 0;
  padding: 0;
}
#slide-parceiros .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
#slide-parceiros .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#slide-parceiros .owl-dots {
  display: none;
}
#slide-parceiros .owl-nav {
  display: none;
}

@media screen and (max-width: 1379px) {
  #quem_somos img.bg-direita {
    display: none;
  }

  #clientes img.bg-esquerda {
    display: none;
  }
}
#modal-como-ajudar .modal-content {
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#modal-como-ajudar .modal-content .modal-header {
  border: none;
  padding: 24px;
  padding-bottom: 0;
}
#modal-como-ajudar .modal-content .modal-header h5 {
  font-weight: 700;
  color: #4c4c4c;
}
#modal-como-ajudar .modal-content .modal-header button.close {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modal-como-ajudar .modal-content .modal-header button.close span {
  color: #444444;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#modal-como-ajudar .modal-content .modal-header button.close:hover span {
  color: #4c4c4c;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#modal-como-ajudar .modal-content .modal-body {
  border: none;
  overflow-y: scroll;
  padding: 24px;
  padding-top: 8px;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  #slide-modal
  .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  #slide-modal
  .owl-item
  img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  #slide-modal
  .owl-dots {
  display: none;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  #slide-modal
  .owl-nav {
  display: none;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#next-produto,
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#prev-produto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  position: absolute;
  z-index: 200;
  text-decoration: none;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#next-produto
  i,
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#prev-produto
  i {
  font-size: 16px;
  color: #444444;
  opacity: 0.7;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#prev-produto {
  left: 0px;
}
#modal-como-ajudar
  .modal-content
  .modal-body
  .col-sm-12.col-lg-6
  a.seta#next-produto {
  right: 0px;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 p {
  font-weight: 400;
  margin-bottom: 8px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 h5 {
  text-transform: uppercase;
  font-weight: 600;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 div.linha {
  height: 1px;
  width: 100%;
  background: #44444444;
  margin: 16px 0;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 h6 + h6 {
  margin-top: 16px;
}
#modal-como-ajudar .modal-content .modal-body .col-sm-12.col-lg-6 h6 {
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#modal-como-ajudar .modal-content .modal-body::-webkit-scrollbar {
  width: 0;
}
#modal-como-ajudar .modal-content .modal-footer {
  display: none;
}

@media screen and (max-width: 991px) {
  #modal-como-ajudar
    .modal-content
    .modal-body
    .col-sm-12.col-lg-6
    + .col-sm-12.col-lg-6 {
    margin-top: 32px;
  }
}
#especialidades {
  background: url("../image/banner-especialidades.jpg") center no-repeat;
  background-size: cover;
  padding: 0;
}
#especialidades .grid-especialidades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#especialidades .grid-especialidades .especialidade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 180px;
  background: transparent;
  position: relative;
  padding: 16px 0;
}
#especialidades .grid-especialidades .especialidade div.rodape {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: #ffd30e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#especialidades .grid-especialidades .especialidade img {
  /* height: 64px; */
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px;
}
#especialidades .grid-especialidades .especialidade p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
}
#especialidades .grid-especialidades .especialidade:hover div.rodape {
  height: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#especialidades .grid-especialidades-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  #especialidades {
    /* padding-top: 36px; */
  }
  #especialidades .grid-especialidades {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 24px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #especialidades .grid-especialidades .especialidade {
    margin: 0 auto;
  }
  #especialidades .grid-especialidades .especialidade:last-child {
    /* display: none; */
  }
  #especialidades .grid-especialidades-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  #especialidades .grid-especialidades-2 .especialidade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 200px;
    background: transparent;
    position: relative;
    padding: 16px 0;
  }
  #especialidades .grid-especialidades-2 .especialidade div.rodape {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: #ffd30e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #especialidades .grid-especialidades-2 .especialidade img {
    height: 64px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px;
  }
  #especialidades .grid-especialidades-2 .especialidade p {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  #especialidades .grid-especialidades-2 .especialidade:hover div.rodape {
    height: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#contato {
  position: relative;
  background: #ffffff;
}
#contato h6 {
  color: #4c4c4c;
}
#contato .col-12.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#contato ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#contato ul li img {
  height: 22px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
  display: none;
}
#contato ul li h5 {
  text-align: center;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 32px;
}
#contato form {
  padding: 48px;
  border-radius: 4px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#contato form .form-group {
  position: relative;
  padding: 0 8px;
  margin-bottom: 24px;
  width: 100%;
}
#contato form .form-group label {
  position: absolute;
  top: -12px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  background: #f5f5f5;
  background: linear-gradient(180deg, rgba(245,245,245,1) 00%, rgba(255,255,255,1) 100%, rgb(255 255 255) 100%);
  color: #444444;
  padding: 2px 4px;
}
#contato form .form-group label.error {
  position: absolute;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background: transparent;
  right: 24px;
  top: 12px;
  color: #e50707;
  font-weight: 400;
  font-size: 12px;
}
#contato form .form-group input,
#contato form .form-group select {
  height: 48px;
}
#contato form .form-group input,
#contato form .form-group textarea,
#contato form .form-group select {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #4c4c4c;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
#contato form .form-group textarea {
  padding-top: 12px;
}
#contato form .form-group button.botao-amarelo {
  margin: 0 auto;
  /* width: 360px; */
  width: fit-content;
}
#contato form .form-group button.botao-amarelo span {
  text-transform: none;
}
#contato form .form-group button.botao-amarelo span strong {
  margin-left: 0;
}
#contato form .form-group:nth-child(9) label.error {
  top: 36px;
}
#contato form .form-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #contato form {
    padding: 32px;
  }
  #contato form .form-group button.botao-amarelo {
    width: 315px;
  }
}
#instagram .container-fluid {
  padding: 0;
  position: relative;
}
#instagram .container-fluid .texto-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#instagram .container-fluid .texto-topo img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
}
#instagram .container-fluid .texto-topo h2 {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.5px;
}
#instagram .container-fluid .texto-topo h2 a {
  text-decoration: none;
  color: #0aaff5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#instagram .container-fluid .texto-topo h2 a:hover {
  color: #f1b40f;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#instagram .container-fluid #slide-instagram .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#instagram .container-fluid #slide-instagram .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#instagram .container-fluid #slide-instagram .owl-dots {
  display: none;
}
#instagram .container-fluid #slide-instagram .owl-nav {
  display: none;
}

#scroll-top {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
}
#scroll-top a.botao-azul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
}
#scroll-top a.botao-azul i {
  margin: 0;
}

footer {
  background: #ffffff;
  padding: 70px 0 30px 0;
}
footer .footer-logo {
  padding-right: 60px;
}
footer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
footer .col-sm-12.col-lg-2,
footer .col-sm-12.col-lg-3,
footer .col-sm-12.col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .onde-estamos h6,
footer .fale-conosco h6,
footer .redes-sociais h6 {
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
}
footer .onde-estamos span,
footer .fale-conosco span,
footer .redes-sociais span {
  display: block;
  width: 48px;
  height: 2px;
  background: #ffd30b;
  margin-bottom: 16px;
}
footer .onde-estamos ul,
footer .fale-conosco ul,
footer .redes-sociais ul {
  list-style: none;
  margin: 0;
}
footer .onde-estamos ul li + li,
footer .fale-conosco ul li + li,
footer .redes-sociais ul li + li {
  margin-top: 4px;
}
footer .onde-estamos ul li p,
footer .fale-conosco ul li p,
footer .redes-sociais ul li p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 8px;
}
footer .onde-estamos ul.pagamento,
footer .fale-conosco ul.pagamento,
footer .redes-sociais ul.pagamento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
footer .onde-estamos ul.pagamento li + li,
footer .fale-conosco ul.pagamento li + li,
footer .redes-sociais ul.pagamento li + li {
  margin-top: 0;
  margin-left: 4px;
}
footer .onde-estamos ul.pagamento li,
footer .fale-conosco ul.pagamento li,
footer .redes-sociais ul.pagamento li {
  width: 100%;
}
footer .onde-estamos ul.pagamento li a,
footer .fale-conosco ul.pagamento li a,
footer .redes-sociais ul.pagamento li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}
footer .onde-estamos ul.pagamento li a img,
footer .fale-conosco ul.pagamento li a img,
footer .redes-sociais ul.pagamento li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
footer .fale-conosco ul li a {
  color: #4c4c4c;
}
footer .redes-sociais ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .redes-sociais ul li + li {
  margin-top: 0;
  margin-left: 8px;
}
footer .redes-sociais ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .redes-sociais ul li a img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#assinatura {
  background: #ffffff;
}
#assinatura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #4c4c4c20;
}
#assinatura p {
  color: #4c4c4c;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0;
}
#assinatura img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 0 0 30px 0;
  }
  footer .col-sm-12.col-lg-2,
  footer .col-sm-12.col-lg-3,
  footer .col-sm-12.col-lg-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .col-sm-12 + .col-sm-12 {
    margin-top: 32px;
  }
  footer .footer-logo img {
    height: 65px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: none;
  }

  #assinatura .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  #assinatura img {
    margin-top: 8px;
  }
}



@media(max-width:768px){
  div.botao-flutuante {
    margin-top: -60px;
  }
  section {
    padding: 30px 0;
  }
  header#mobile a.brand-logo {
    height: 55px;
  }
  .topo h2 {
    font-size: 26px;
  }
  #principal {
    padding-top: 140px;
  }
  #principal h1 {
    font-size: 22px;
  }
  #principal h2, #principal p {
    padding-right: 0;
    font-size: 16px;
  }
  #principal a.botao-amarelo {
    width: auto;
  }
  #especialidades .grid-especialidades .especialidade {
    height: 150px;
  }
  #especialidades .grid-especialidades .especialidade img {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #especialidades .grid-especialidades .especialidade div.rodape {
    display: none;
  }
  #produtos .grid .element-item a.card.card-produto div.card-header img {
    height: 120px;
  }
  #produtos .grid .element-item a.card.card-produto {
    margin-top: 20px;
    min-height: 190px;
  }
  #contato form {
    padding: 32px 22px;
  }
  #contato form .form-group button.botao-amarelo {
    width: 100%;
  }
  #scroll-top {
    bottom: 40px;
  }
  #instagram {
    height: 110px;
  }
}