* {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-variation-settings: "width" 400;
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*.after {
  box-sizing: border-box;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: rgb(170, 170, 170);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 50%;
}

#back-to-top:hover {
  background-color: rgb(85, 85, 85);
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgb(85, 85, 85);
  color: rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#cookie-banner p {
  display: inline;
  margin: 0;
}

#cookie-accept,
#cookie-reject {
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
}

.text-justify {
  text-align: justify;
}

/*
 * Tela de waiting
 */
#waiting {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=80);
  background-color: rgba(255, 255, 255, 0.8);
}
@keyframes waiting-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.waiting-grow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  vertical-align: text-bottom;
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  animation: waiting-grow 0.75s linear infinite;
}

body {
  background-color: rgb(238, 238, 238);
}

a {
  color: rgb(85, 85, 85);
  text-decoration: none;
}
a:hover {
  color: rgb(0, 0, 0);
}
a.negativo {
  color: rgb(255, 255, 255);
}
a.negativo:hover {
  color: rgb(170, 170, 170);
}

.form-check-input {
  border-color: rgb(170, 170, 170);
}

div#topo {
  position: relative;
  z-index: 1000;
}
div#topo .faixa {
  background-color: rgb(136, 136, 136);
  color: rgb(238, 238, 238);
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
div#topo .faixa a {
  color: rgb(238, 238, 238);
  font-size: 0.875rem;
  border-bottom: 0.15rem solid rgb(136, 136, 136);
}
div#topo .faixa a:hover {
  color: rgb(255, 255, 255);
  border-bottom: 0.15rem solid rgb(204, 11, 20);
}

div#header {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
}
div#header .navbar {
  background-color: rgb(255, 255, 255);
}
div#header .navbar a {
  border-bottom: 0.15rem solid rgb(255, 255, 255);
}
div#header .navbar a:hover {
  border-bottom: 0.15rem solid rgb(204, 11, 20);
}

div#carouselBanner {
  z-index: 1;
}
div#carouselBanner .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}

div#produtos {
  background: linear-gradient(0deg, rgb(136, 136, 136) 0%, rgb(170, 170, 170) 35%, rgb(255, 255, 255) 100%);
  padding: 0;
}
div#produtos #offcanvasCIGCAR {
  --bs-offcanvas-width: 75%;
}
div#produtos #offcanvasSistema {
  --bs-offcanvas-width: 40%;
}
div#produtos #offcanvasERP {
  --bs-offcanvas-width: 40%;
}
div#produtos #offcanvasWeb {
  --bs-offcanvas-width: 50%;
}

div#empresa {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div#empresa .card {
  border: 0;
  background-color: transparent;
}

div#atuacao {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div#atuacao .card {
  border: 0;
  background-color: transparent;
}

div#clientes {
  background: #ffffff;
}
div#clientes .curvaPortfolio {
  position: relative;
  height: 150px;
  overflow: hidden;
}
div#clientes .curvaPortfolio svg {
  margin-top: -148px;
}

@media only screen and (max-width: 1358px) {
  div#clientes .curvaPortfolio svg {
    margin-top: -110px;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
@media only screen and (max-width: 1188px) {
  div#clientes .curvaPortfolio svg {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1018px) {
  div#clientes .curvaPortfolio svg {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  div#produtos #offcanvasCIGCAR {
    --bs-offcanvas-width: 80%;
  }
  div#produtos #offcanvasSistema {
    --bs-offcanvas-width: 80%;
  }
  div#produtos #offcanvasERP {
    --bs-offcanvas-width: 80%;
  }
  div#produtos #offcanvasWeb {
    --bs-offcanvas-width: 80%;
  }
}
div#footer .footer {
  background-color: rgb(85, 85, 85);
  color: rgb(255, 255, 255);
  padding: 2rem;
}
div#footer .footer form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
div#footer .footer input, div#footer .footer textarea, div#footer .footer select {
  width: 100%;
  max-width: 500px;
  border: 1px solid rgb(136, 136, 136);
}
div#footer .footer input:focus, div#footer .footer textarea:focus, div#footer .footer select:focus {
  outline: 0;
}
div#footer .subfooter {
  width: 100%;
  padding: 1.5rem 0;
}
div#footer .subfooter * {
  font-size: 0.85rem !important;
}
div#footer .subfooter .copyright * {
  font-size: 0.75rem !important;
}

.titulo {
  color: #555;
}

.bg-destaque {
  background-color: rgb(20, 42, 90);
  color: rgb(255, 255, 255);
}

#formLGPD label {
  font-size: 0.8rem !important;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#formLGPD input, #formLGPD select, #formLGPD textarea {
  font-size: 0.9rem !important;
}/*# sourceMappingURL=main2.css.map */