@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,400&display=swap');

@font-face {
  font-family: "Knowledge2017-light";
  src: url("../fonts/knowledge2017-light-webfont.woff2") format("truetype");
}

@font-face {
  font-family: "Knowledge2017-ultra-bold";
  src: url("../fonts/knowledge2017-black-webfont.woff2") format("truetype");
}

@font-face {
  font-family: "knowledge2017-regular";
  src: url("../fonts/knowledge2017-regular-webfont.woff2") format("truetype");
}

@font-face {
  font-family: "knowledge2017-medium";
  src: url("../fonts/knowledge2017-medium-webfont.woff2") format("truetype");
}

.knowledge2017-light {
  font-family: "Knowledge2017-light";
}

.knowledge2017-ultra-bold {
  font-family: "Knowledge2017-ultra-bold";
}

.knowledge2017-regular {
  font-family: "Knowledge2017-regular";
}

.knowledge2017-medium {
  font-family: "Knowledge2017-medium";
}

body {
  color: #404040 !important;
  font-family: "Knowledge2017-light", Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.space-between {
  display: flex;
  justify-content: space-between;
}

.btn-outline-orange {
  --bs-btn-color: #fa6400;
  --bs-btn-border-color: #fa6400;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fa6400;
  --bs-btn-hover-border-color: #fa6400;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fa6400;
  --bs-btn-active-border-color: #fa6400;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fa6400;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fa6400;
  --bs-gradient: none;
}

.btn-orange {
  background-color: #fa6400;
  color: #fff;
}

.background-orange {
  background-color: #FF7900 !important;
  color: #fff !important;
}

.background-preto-estilizado {
  background-color: #594f4d;
  color: #fff;
}

.btn-orange:hover {
  background-color: #f36e21ec;
  color: #fff;
}

.color-orange {
  color: #fa6400;
}

.color-blue {
  color: #121855;
}

.color-white {
  color: #fff !important;
}

.margin-left-2-porcento {
  margin-left: 8%;
}

.margin-right-2-porcento {
  margin-right: 2%;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}


@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, .5);
}

.bg-purple {
  background-color: #6f42c1;
}


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link>.bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover>.bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 {
  border-radius: .5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-hero {
  position: relative;
}

.texto-sobreposto-empresa {
  position: absolute;
  top: 20%;
  left: 25.5%;
  transform: translate(-50%, -50%);
  color: inherit;
  text-align: left;
  padding: 10px;
  margin: 0 0 .75rem;
}

.texto-sobreposto-titulo-principal {
  position: absolute;
  top: 35%;
  left: 38%;
  transform: translate(-50%, -50%);
  font-size: 3.9375rem;
  line-height: 1.04762;
  color: inherit;
  text-align: left;
  padding: 10px;
  margin: 0 0 .75rem;
}

.texto-sobreposto-texto {
  position: absolute;
  top: 60%;
  left: 25.5%;
  transform: translate(-50%, -50%);
  color: inherit;
  text-align: left;
  padding: 10px;
  margin: 0 0 .75rem;
}

.btn-mais-sobreposto {
  position: absolute;
  top: 70%;
  left: 12%;
  transform: translate(-50%, -50%);
  color: inherit;
  text-align: left;
  padding: 10px;
  margin: 0 0 .75rem;
}

.sobre-home {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.42857;
  text-align: center;
}

.sobre-home-vertical-spacing {
  margin: 0 0 3rem;
}

.sobre-home-div-principal {
  margin: 3rem 10rem;
  max-width: 1200px;
  max-width: 75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.sobre-home-div-principal-mobile {
  margin: 3rem 2rem;
}

.link-undelined {
  text-decoration: none;
  cursor: pointer;
}

.link-undelined:hover {
  text-decoration: none;
  cursor: pointer;
}

.titulo-categoria-produto-home {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.42857;
}

.titulo-heading-informacoes {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2vh;
}


.footer-titulo-menu {
  font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif;
  font-size: 11.483px;
  font-size: .71772rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.82871;
  text-transform: uppercase;
}

.nav-contatos-item {
  font-size: .840rem;
}

.nav-link.active {
  border-bottom: 4px solid #fff;
}

.link-remover-estilo-padrao {
  text-decoration: none;
  color: #404040;
  font-size: .875rem;
}

.font-color-padrao {
  color: #404040;
}

.breadcrumb-margin-left {
  margin-left: 2vh !important;
}

.cor-destaque-texto {
  background-color: #eaeaea !important;
}

.espacamento-texto-destaque {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 36.5em;
}

.espacamento-texto-destaque p {
  margin: 0 0 1.5rem;
}

.text-indent-20 {
  text-indent: 20px;
  margin-left: 20px;
}

.padding-button-img {
  padding: 5px 10px 5px 10px;
}

.tamanho-img {
  height: 90vh;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-none {
  border: none;
}

.carousel-item-personalizado img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

@media (max-width: 320px) {
  .remover-subtitulo {
    display: none;
  }
}

@media (max-width: 330px) {
  .tamanho-titulo-img {
    font-size: 1.2rem;
  }

  .tamanho-subtitulo-img {
    font-size: .4rem;
  }

  .padding-button-img {
    padding: 2px 5px 2px 5px;
  }
}

@media (max-width: 350px) {
  .tamanho-titulo-img {
    font-size: 1.2rem;
  }

  .tamanho-subtitulo-img {
    font-size: .9rem;
  }

  .padding-button-img {
    padding: 2px 5px 2px 5px;
  }
}

@media (min-width: 350px) {
  .tamanho-titulo-img {
    font-size: 1rem;
  }
}

@media (min-width: 600px) {
  .tamanho-titulo-img {
    font-size: 1.5rem;
  }

  .tamanho-img {
    height: 90vh;
  }

}

@media (max-width: 1280px) {
  .tamanho-img {
    height: 40vh;
  }
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.modal-laudo {
  transition: transform 0.8s ease-in-out;
}

.modal-laudo:hover {
  transform: scale(1.1);
}

.dark-card {
  background-color: #404040; 
  color: #fff
}


