:root {
  --primary-font: "Barlow", sans-serif;
  --second-font: "Karla", sans-serif;
  --primary-color: #404040;
  --red: #ff0000;
  --semi-bold: 700;
  --med-bold: 600;
  --low-bold: 500;
}

.img-produto img {
  width: 300px;
  height: auto;
}

p {
  font-family: "Open Sans", sans-serif;
}

header {
  position: relative;
}

header .title {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  text-align: center;
}

header h2 {
  font-family: var(--primary-font);
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
}

header h2 strong {
  color: rgba(32, 32, 32, 0.14);
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg_red {
  background-color: var(--red);
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

ul li {
  list-style: none;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

.al-center {
  align-items: center;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-dots li button:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-disabled {
  opacity: 0.4;
}

strong {
  font-weight: var(--semi-bold);
}

html {
  padding: 0;
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  background-color: #fff;
}

@media (max-width: 990px) {
  body {
    padding: 0;
  }
}
header {
  padding: 2rem;
}

.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
  top: 1rem;
}

.hamburger .line {
  padding: initial;
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: #000000;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: #000000;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

.menu-principal {
  background-color: white;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3rem;
  padding: 1rem 16px 1rem;
  top: 5rem;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.menu-principal ul li {
  margin-bottom: 1rem;
}
.menu-principal ul li a:hover {
  text-decoration: underline;
}
.menu-principal ul li:last-child {
  margin-bottom: 0;
}
.menu-principal.active {
  visibility: visible;
  opacity: 1;
}
.menu-principal a {
  color: #202020;
}

p {
  margin: 0.75rem 0;
  line-height: 24px;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0.95rem;
  position: relative;
}

@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 1rem;
  }
}
.container-large {
  max-width: 1400px;
}

@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1240px;
}

.container-small {
  max-width: 1112px;
}

@media (min-width: 1440px) {
  .container-small {
    max-width: 70%;
  }
}
.container-litle {
  max-width: 880px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

h2 {
  font-weight: initial;
}

@keyframes arrows_banner {
  0% {
    bottom: -9rem;
  }
  50% {
    bottom: -8rem;
  }
  100% {
    bottom: -9rem;
  }
}
@keyframes arrows_mobile_banner {
  0% {
    bottom: -18rem;
  }
  50% {
    bottom: -20rem;
  }
  100% {
    bottom: -18rem;
  }
}
@keyframes arrows_depoimento {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
#banner {
  position: relative;
}
#banner .grid {
  grid-template-columns: 403px 1fr;
  gap: 2rem;
}
@media (max-width: 990px) {
  #banner .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#banner .text {
  position: relative;
  padding-top: 0;
  position: absolute;
  left: -6px;
  top: -48px;
}
@media (max-width: 990px) {
  #banner .text {
    order: 2;
    padding-top: 2rem;
  }
}
#banner .text .sub {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-90deg);
  font-weight: 700;
}
@media (max-width: 990px) {
  #banner .text .sub {
      display: none;
    top: 0;
    left: 18%;
    transform: translate(-50%, 50%) rotate(0);
  }
}
#banner .text .title {
  margin: 4rem 0 0rem 2rem;
}
@media (max-width: 990px) {
  #banner .text .title {
    margin: 1rem 0 0rem 2rem;
  }
}
#banner .text h2 {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 58px;
  font-weight: 700;
}
@media (max-width: 990px) {
  #banner .text h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
#banner .text h2 strong {
  color: #d3d3d3;
}
#banner .text .link {
  margin-top: 28px;
}
#banner .text .link a {
  background-color: #202020;
  border: 1px solid #202020;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  transition: all 0.4s ease;
}
#banner .text .link a:hover {
  background: transparent;
  color: #202020;
}
@media (max-width: 990px) {
  #banner .img {
    order: 1;
  }
}
#banner .img img {
  width: 100%;
  height: auto;
}
#banner .img .img_text {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  display:flex;
  justify-content: space-around;
}
.img_text .box{
        background-color: #1064AD;
    color: white;
    font-size: 21px;
    padding: 1rem 3rem;
}
.img_text .box:last-child{
    background-color:#0D3D6F;
}
@media (max-width: 990px) {
  .img_text .box{
      margin-bottom: 1rem;
      text-align: center;
  }
}

#projetos {
  margin-top: 6rem;
}
#projetos .ro {
  position: absolute;
  top: 2rem;
  left: -5rem;
  transform: rotate(-90deg);
  font-weight: 700;
}
@media (max-width: 990px) {
  #projetos .ro {
    top: -2rem;
    left: 0rem;
    transform: rotate(0deg);
  }
}
#projetos .listagem {
  position: relative;
}
#projetos .listagem .produto {
  margin-bottom: 1rem;
}
#projetos .listagem .produto .title_prod {
  position: relative;
}
#projetos .listagem .produto .title_prod h3 {
  top: 5rem;
  left: 3rem;
  position: absolute;
  color: rgba(255, 255, 255, 0.66);
  font-size: 58px;
  font-weight: 700;
  transition: all 0.4s ease;
}
@media (max-width: 990px) {
  #projetos .listagem .produto .title_prod h3 {
    font-size: 28px;
    top: 2rem;
    left: 2rem;
  }
}
#projetos .listagem .produto img {
  width: 100%;
}
#projetos .listagem .produto:hover .title_prod h3 {
  left: -4rem;
  color: #80c4e8;
}

.container {
  position: relative;
}

#urso {
  margin-top: 3rem;
}
@media (max-width: 990px) {
  #urso {
    margin-top: 5rem;
  }
}
#urso .ro {
  position: absolute;
  top: 6rem;
  left: -3rem;
  transform: rotate(-90deg);
  font-weight: 700;
}
@media (max-width: 990px) {
  #urso .ro {
    top: -2rem;
    left: 1rem;
    transform: rotate(0deg);
  }
}
#urso .grid {
  grid-template-columns: 450px 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 990px) {
  #urso .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#urso .grid .img img {
  width: 100%;
}
#urso .grid .text .premiacao {
  margin-top: 4rem;
}
#urso .grid .text img {
  width: 100%;
}

#sobre {
  margin-top: 6rem;
}
#sobre h2 {
  font-weight: 700;
  font-size: 44px;
  color: #202020;
  line-height: 47px;
  margin-bottom: 3rem;
}
#sobre .text {
  position: relative;
  padding-top: 8rem;
}
#sobre .text .ro {
  position: absolute;
  top: 3rem;
  left: -1rem;
  transform: rotate(-90deg);
  font-weight: 700;
}
#sobre .text .link {
  margin-top: 28px;
}
#sobre .text .link a {
  background-color: #202020;
  border: 1px solid #202020;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  transition: all 0.4s ease;
}
#sobre .text .link a:hover {
  background: transparent;
  color: #202020;
}
#sobre .grid {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 990px) {
  #sobre .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#sobre .grid .img img {
  width: 100%;
}

.ab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

footer {
  margin-top: 8rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 3rem;
}
footer .pata {
  background: url(../imgs/pata.png) no-repeat;
  width: 500px;
  height: 323px;
  position: absolute;
  top: -236px;
  right: 0;
}
@media (max-width: 990px) {
  footer .pata {
    display: none;
  }
}
footer .grid {
  grid-template-columns: 30px 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 990px) {
  footer .grid {
    grid-template-columns: 1fr;
  }
}
footer .inst img {
  width: 20px;
}
footer .end a {
  color: var(--primary-color);
  display: block;
  margin-top: 1rem;
}
footer .barra {
  background-color: #004489;
  color: white;
  margin-bottom: 2rem;
}
footer .barra h3 {
  font-size: 40px;
  padding: 5px 0;
}

#produtos-taxonomia {
  margin-top: 4rem;
}
#produtos-taxonomia .cabecalho-tax {
  position: relative;
}
#produtos-taxonomia .cabecalho-tax h1 {
  top: 5rem;
  left: -4rem;
  position: absolute;
  color: #80c4e8;
  font-size: 58px;
  font-weight: 700;
  transition: all 0.4s ease;
  z-index: 8;
}
@media (max-width: 990px) {
  #produtos-taxonomia .cabecalho-tax h1 {
    top: 1rem;
    left: 1rem;
    font-size: 32px;
  }
}
#produtos-taxonomia .cabecalho-tax .imagem-taxonomia {
  position: relative;
}
#produtos-taxonomia .cabecalho-tax .imagem-taxonomia img {
  width: 100%;
}
#produtos-taxonomia .intro {
  padding-inline: 8rem;
  margin-bottom: 4rem;
}
@media (max-width: 990px) {
  #produtos-taxonomia .intro {
    padding-inline: 1rem;
  }
}
#produtos-taxonomia .intro h2 {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 990px) {
  #produtos-taxonomia .intro h2 {
    font-size: 22px;
  }
}
#produtos-taxonomia .listagem {
  padding-inline: 8rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  display: grid;
}
@media (max-width: 990px) {
  #produtos-taxonomia .listagem {
    padding-inline: 1rem;
    grid-template-columns: 1fr;
  }
}
#produtos-taxonomia .listagem .produto {
  text-align: center;
}
#produtos-taxonomia .listagem .produto img {
  width: 300px;
  height: auto;
}
#produtos-taxonomia .listagem .produto .text {
  font-family: "Karla", sans-serif;
  text-align: left;
  color: hsla(129, 45%, 6%, 0.5);
}
#produtos-taxonomia .listagem .title_prod {
  background: #24252f;
  padding-block: 35px;
}
#produtos-taxonomia .listagem .title_prod h3 {
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.conteudo-produto {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 1rem;
}
@media (max-width: 990px) {
  .conteudo-produto {
    grid-template-columns: 1fr;
  }
}
.conteudo-produto .cabecalho-produto h1 {
  background-color: #24252f;
  color: white;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 3rem;
}
.conteudo-produto .descricao {
  color: hsla(129, 45%, 6%, 0.5);
  font-family: "Karla", sans-serif;
}
.conteudo-produto .voltar {
  margin-top: 3rem;
}
.conteudo-produto .voltar a {
  color: white;
  background-color: #24252f;
  font-family: "Barlow", sans-serif;
  display: block;
  padding: 0.8rem 1rem;
  width: -moz-max-content;
  width: max-content;
}

#premi {
  margin-top: 5rem;
}
#premi .img {
  width: 60%;
  margin-inline: auto;
}
@media (max-width: 990px) {
  #premi .img {
    width: 100%;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  #premi .img img {
    width: 100%;
  }
}
#premi .img h3 {
  font-size: 25px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  color: #2b2e34;
}
#premi.empresa .img {
  width: 100%;
  padding-inline-end: 7rem;
}

.titulo_principal {
  margin-block: 3rem;
}
.titulo_principal h2 {
  font-size: 54px;
  font-weight: 700;
  color: #202020;
}
@media (max-width: 990px) {
  .titulo_principal h2 {
    font-size: 30px;
  }
}

#contato {
  margin-top: 6rem;
  margin-bottom: 13rem;
}
#contato small {
  color: #ff3f2d;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  margin-bottom: 1rem;
  display: block;
}
#contato .grid {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media (max-width: 990px) {
  #contato .grid {
    grid-template-columns: 1fr;
  }
}
#contato .grid .img img {
  width: 570px;
}
@media (max-width: 990px) {
  #contato .grid .img img {
    width: 100%;
  }
}
#contato .grid h3 {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  color: #24252f;
}
#contato .grid {
  width: 90%;
  margin-inline: auto;
  gap: 4rem;
}
#contato form {
  margin-top: 3rem;
}
#contato form input,
#contato form textarea {
  font-family: "Karla", sans-serif;
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  height: 40px;
  color: hsla(0, 0%, 14%, 0.5);
  border: 0;
  margin-bottom: 1rem;
  padding-inline: 1rem;
}
#contato form input[type=submit] {
  background-color: #ff3f2d;
  color: white;
  width: auto;
  text-transform: capitalize;
  padding: 1rem 2rem;
  height: auto;
  cursor: pointer;
}
#contato form textarea {
  height: 120px;
  padding-top: 1rem;
}

.mapa {
  margin-block: 4rem;
}

#banner.banner_empresa .text .sub {
  position: absolute;
  top: 9rem;
  left: 0;
  transform: translate(-50%, 50%) rotate(-90deg);
  font-weight: 700;
}
@media (max-width: 990px) {
  #banner.banner_empresa .text .sub {
    top: 0rem;
    left: 2rem;
    transform: translate(0, 50%) rotate(0);
  }
}
@media (max-width: 990px) {
  #banner.banner_empresa .text .title {
    margin: 1rem 2rem 0rem 2rem;
  }
}
#banner.banner_empresa .grid {
  grid-template-columns: 620px 1fr;
  gap: 8rem;
  padding-inline-start: 5rem;
}
@media (max-width: 990px) {
  #banner.banner_empresa .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-inline-start: 0;
  }
}
#banner.banner_empresa h2 {
  font-size: 65px;
  color: #202020;
  text-transform: initial;
  line-height: 61px;
  margin-bottom: 3rem;
}
@media (max-width: 990px) {
  #banner.banner_empresa h2 {
    font-size: 38px;
    color: #202020;
    text-transform: initial;
    line-height: 42px;
  }
}
#banner.banner_empresa img {
  width: 100%;
}
#banner.banner_empresa p {
  color: hsla(129, 45%, 6%, 0.5);
  width: 80%;
  margin: 0.75rem 0;
}
@media (max-width: 990px) {
  #banner.banner_empresa p {
    width: 100%;
  }
  header .title h2{
      font-size: 20px;
  }
  header .title{
          position: absolute;
    top: initial;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    bottom: -14px;
  }
  #banner .img .img_text{
      display: block;
  }
}

.empresa_nov {
  margin-block: 3rem;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.empresa_nov .box {
  background-color: #80c4e8;
  border-radius: 5px;
  padding: 3rem;
  margin-top: 120px;
}
.empresa_nov .box h2 {
  font-size: 60px;
  color: #202020;
  font-weight: 700;
}/*# sourceMappingURL=main.css.map */