body {
  font-family: "myriad-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* VARIAVEIS */
.font-400 {
  font-weight: 400 !important;
}

.header {
  min-height: 60px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo {
  padding: 15px;
  max-width: 260px;
}
.header .nav {
  padding: 0 15px;
}

.hero {
  display: flex;
  align-items: center;
  min-height: 360px;
  justify-content: center;
  max-width: 1140px;
  margin: 30px auto 0px auto;
  flex-direction: column;
}
.hero .desc {
  padding: 0px 0;
  max-width: 760px;
  margin: 0 auto;
}
.hero .desc p {
  margin-top: 15px;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

.produtos-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.labor {
  min-height: 860px;
  background: transparent URL("../img/bg-laboratorio.jpg") no-repeat;
  background-size: cover;
  padding-top: 0px;
  position: relative;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-attachment: fixed;
}
.labor:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 600px;
  top: 0;
}

.box-selos {
  background: linear-gradient(to bottom, transparent, #fff);
  height: auto;
  display: flex;
  align-items: flex-end;
}

.selos-img {
  max-width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: 90px;
  align-items: center;
}
.selos-img div {
  margin: 0 50px;
}
.selos-img .materia-prima {
  max-width: 200px;
}
.selos-img .laboratorio {
  max-width: 150px;
}
.selos-img .alta-qualidade {
  max-width: 170px;
}
.selos-img .alta-performance {
  max-width: 150px;
}

.pesquisas {
  padding: 15px;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pesquisas p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.box-action {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.box-action .btn-produtos {
  background: #fff;
  color: #7e5516;
  border-radius: 3px;
  padding: 15px 40px;
  font-size: 1.3rem;
}
.box-action .btn-produtos:hover {
  background: #e6e6e6;
}

.produtos {
  padding: 120px 0 0 0;
}
.produtos .center {
  text-align: center;
}
.produtos .card {
  width: 500px;
  height: 320px;
  background-color: #fff;
  /* box-shadow: 0 8px 11px -8px rgba(0, 0, 0, 0.13); */
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border: none !important;
  margin-bottom: 80px;
}
.produtos .card h2 {
  text-align: center;
  padding: 15px 15px 15px 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.produtos .card .additional {
  position: absolute;
  width: 240px;
  height: 100%;
  background: linear-gradient(#fff, #fff);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}
.produtos .card:hover .additional {
  width: 500px;
  border-radius: 0 5px 5px 0;
}
.produtos .card .additional .user-card {
  width: 240px;
  height: 100%;
  position: relative;
  float: left;
}
.produtos .card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0, 0, 0, 0.025);
}
.produtos .card .additional .user-card .level {
  top: 15%;
  color: #666;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: #fdf2e5;
  padding: 0.425rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
  margin: 15px;
}
.produtos .card .additional .more-info {
  width: 260px;
  float: left;
  position: absolute;
  left: 240px;
  height: 100%;
  background: #fdf2e5;
  color: #736956;
  border-radius: 5px;
}
.produtos .card .additional .more-info h2 {
  color: #736956;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.produtos .card .additional .coords {
  margin: 0 1rem;
  color: #a37e42;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
.produtos .card .additional .stats {
  font-size: 1rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #a37e42;
  display: none;
}
.produtos .card .additional .stats > div {
  flex: 1;
  text-align: center;
}
.produtos .card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #736956;
}
.produtos .card .additional .stats div.value {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1rem;
}
.produtos .card .additional .stats div.value.infinity {
  font-size: 1rem;
}
.produtos .card .general {
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem 1rem;
  color: #666;
}
.produtos .card .general p {
  color: #666;
  text-align: center;
  font-size: 1.1rem;
}
.produtos .card .general .more {
  position: absolute;
  bottom: 1.3rem;
  right: calc(50% - 60px);
  font-size: 0.7em;
  color: #007bff;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #007bff;
  border-radius: 4px;
  font-weight: 700;
  background: #fff;
}

.quem-somos {
  padding: 70px 0 70px 0;
  border: 1px solid #ebebeb;
  background: transparent URL("../img/bg-qs.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  min-height: 90vh;
  color: #fff;
  display: flex;
  position: relative;
}
.quem-somos p {
  max-width: 760px;
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 15px;
}

.contato {
  padding: 50px 0 70px 0;
  background: #f8f8f8;
}
.contato form {
  max-width: 560px;
  margin: 30px auto;
}
.contato p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}

.foo {
  background: #f2f2f2;
}
.foo p {
  margin-bottom: 0;
  color: #999;
  font-size: 0.8rem;
}
.foo p strong {
  color: #666;
}

.confirma {
  height: calc(100vh - 130px);
}

@media (max-width: 768px) {
  .produtos .card .general {
    display: none !important;
  }

  .header {
    flex-direction: column;
  }
  .header .nav {
    padding: 0 15px;
    background: #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ebebeb;
  }

  .hero {
    padding: 15px;
    margin: 10px auto 0px auto !important;
  }
  .hero h1, .hero .h1 {
    font-size: 2rem !important;
  }
  .hero .h2, .hero .display-4 {
    font-size: 2.2rem !important;
  }
  .hero .desc {
    max-width: 100%;
  }
  .hero .desc p {
    font-size: 1rem;
  }

  .produtos-img img {
    max-width: 100%;
  }

  .selos-img {
    flex-direction: column;
    background: #fff;
    top: 40px;
    padding: 50px 15px;
    position: relative;
    border-radius: 10px;
  }

  .selos-img div {
    max-width: 120px;
    margin: 20px auto;
  }

  .selos-img div.laboratorio {
    max-width: 130px !important;
    margin: 0 auto;
  }

  .pesquisas p {
    font-size: 1.1rem;
  }

  .display-3, .display-4 {
    font-size: 2.5rem !important;
  }

  .produtos {
    padding: 100px 0 0 0;
  }
  .produtos .card {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .produtos .card:hover .additional {
    width: 100% !important;
  }
  .produtos .card h2 {
    display: none;
  }
  .produtos .card .general {
    display: flex;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: column;
    border: 1px solid #ddd;
    border-top: none !important;
  }
  .produtos .card .general .more {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
  }
  .produtos .card .additional {
    position: relative !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, #fff);
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
  }
  .produtos .card .additional .user-card {
    position: relative;
    width: 100%;
  }
  .produtos .card .additional .coords {
    min-height: 150px;
  }
  .produtos .card .additional .more-info {
    width: 100%;
    float: none;
    position: relative;
    left: 0;
    height: auto;
    padding-bottom: 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
