@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@1,400;1,500&family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --montserrat: "Montserrat", sans-serif;
  --lato: "Lato", sans-serif;
  --cor-fonte-1: #41403e;
  --cor-fonte-2: #acacac;
  --cor-fonte-3: #202020;
  --cor-fonte-4: #ececec;
  --cor-fonte-5: #c9c9c9;
  --cor-fonte-6: #dedede;
  --cor-fonte-7: #9d9d9d;
  --cor-fonte-8: #333333;
  --cor-fonte-9: #666666;
  --cor-fonte-10: #8f8e8e;
  --cor-bg-1: #FFFCF6;
  --cor-bg-2: #566B54;
  --cor-bg-3: #122E39;
  --cor-bg-4: #F6F6F6;
  --cor-bg-5: #DADADA;
  --cor-bg-6: #F8F6F1;
  --cof-bg-7: #D7DBE0;
  --altura-header: 183px;
  --max-width-container: 86%;
}

form ::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}
form ::placeholder {
  opacity: 1;
}

#banner .swiper {
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
}
#banner .swiper-slide .link {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
}
#banner .swiper-slide small {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
#banner .swiper-slide strong {
  font-size: 34px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 40px;
  padding: 20px 0;
}
#banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  width: 25px;
  background-color: white;
  opacity: 0.5;
  border-radius: 0;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

#tarja {
  height: 60px;
  background-color: var(--cor-fonte-4);
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
}

#sobre .conteudo {
  padding-top: 45px;
  text-align: center;
  width: 100%;
}
#sobre .conteudo .area {
  max-width: 680px;
}
#sobre .conteudo h2 {
  margin-bottom: 22px;
}
#sobre .conteudo strong {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--cor-fonte-1);
  line-height: 32px;
  display: block;
  margin-bottom: 22px;
}
#sobre .conteudo span {
  font-size: 11px;
  font-weight: 500;
  color: var(--cor-fonte-2);
  line-height: 16px;
  display: block;
  margin-bottom: 35px;
  letter-spacing: 0.4px;
}
#sobre .conteudo .imagem {
  margin-top: 75px;
}

#linhas {
  padding-bottom: 50px;
}
#linhas .transbordar {
  background-color: var(--cor-bg-1);
  height: calc(100% + 70px);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: start;
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  z-index: -1;
}
#linhas .transbordar hr {
  max-width: 950px;
  width: 100%;
  border: none;
  height: 0;
  border: 1px solid var(--cor-fonte-6);
  margin: 0;
}
#linhas .topo {
  margin-bottom: 30px;
}
#linhas .container {
  background-color: var(--cor-bg-1);
}
#linhas .swipper-linhas {
  max-width: 1170px;
  padding-bottom: 55px;
}
#linhas .swipper-linhas .swiper-slide {
  width: 370px;
}
#linhas .swipper-linhas .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 315px;
}
#linhas .swipper-linhas .swiper-slide .imagem {
  width: 370px;
  height: 200px;
}
#linhas .swipper-linhas .swiper-slide .imagem img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#linhas .swipper-linhas .swiper-slide h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cor-fonte-1);
  margin: 15px 0 10px 0;
  line-height: 14px;
}
#linhas .swipper-linhas .swiper-slide strong {
  font-size: 11px;
  font-weight: 600;
  color: var(--cor-fonte-1);
  width: 235px;
  text-align: center;
  line-height: 14px;
}
#linhas .area-ver-mais .botao {
  width: 225px;
}
#linhas .linhas-pagination {
  bottom: 15px;
  top: auto;
}

#produtos-destaque {
  padding-top: 45px;
  padding-bottom: 50px;
}
#produtos-destaque #swipper-produtos {
  max-width: 1170px;
  padding-top: 33px;
  padding-bottom: 55px;
}
#produtos-destaque #swipper-produtos .swiper-slide {
  width: 370px;
}
#produtos-destaque #swipper-produtos .swiper-slide a {
  display: flex;
  height: 300px;
  width: 100%;
  text-align: center;
  line-height: normal;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#produtos-destaque #swipper-produtos .swiper-slide .imagem {
  width: 370px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
#produtos-destaque #swipper-produtos .swiper-slide .imagem img {
  max-height: 185px;
  max-width: 260px;
}
#produtos-destaque #swipper-produtos .swiper-slide .imagem::after {
  content: "";
  display: block;
  width: 100%;
  height: 135px;
  background-color: var(--cor-fonte-6);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#produtos-destaque #swipper-produtos .swiper-slide h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cor-fonte-1);
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}
#produtos-destaque .area-ver-mais .botao {
  width: 225px;
}

#noticias-destaque .transbordar {
  background-color: var(--cor-fonte-4);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  z-index: -1;
}
#noticias-destaque .container {
  padding-top: 45px;
  padding-bottom: 50px;
}
#noticias-destaque .topo {
  margin-bottom: 10px;
}
#noticias-destaque .mensagem {
  margin-bottom: 45px;
  font-size: 11px;
  color: var(--cor-fonte-7);
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
#noticias-destaque #swipper-noticias {
  max-width: 1170px;
  margin-bottom: 55px;
}
#noticias-destaque #swipper-noticias .swiper-slide {
  width: 370px;
}
#noticias-destaque #swipper-noticias .swiper-slide a {
  display: flex;
  height: 330px;
  width: 100%;
  text-align: center;
  line-height: normal;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#noticias-destaque #swipper-noticias .swiper-slide .imagem {
  width: 370px;
  height: 200px;
  margin-bottom: 35px;
}
#noticias-destaque #swipper-noticias .swiper-slide .imagem img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#noticias-destaque #swipper-noticias .swiper-slide .data {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--cor-fonte-7);
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#noticias-destaque #swipper-noticias .swiper-slide h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--cor-fonte-1);
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 240px;
  width: 100%;
}
#noticias-destaque .area-ver-mais .botao {
  width: 225px;
}

#blog-destaque .transbordar {
  background-color: var(--cor-bg-2);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /*max-width: 1800px;*/
  /*max-width: 1920px;*/
  width: 100%;
  z-index: -1;
}
#blog-destaque .container {
  padding-top: 45px;
  padding-bottom: 50px;
}
#blog-destaque .topo {
  margin-bottom: 10px;
}
#blog-destaque .mensagem {
  margin-bottom: 45px;
  font-size: 11px;
  color: white;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}
#blog-destaque #swipper-blog {
  max-width: 1170px;
  padding-bottom: 55px;
}
#blog-destaque #swipper-blog .swiper-slide {
  width: 370px;
}
#blog-destaque #swipper-blog .swiper-slide a {
  display: flex;
  height: 330px;
  width: 100%;
  text-align: center;
  line-height: normal;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#blog-destaque #swipper-blog .swiper-slide .imagem {
  width: 370px;
  height: 200px;
  margin-bottom: 35px;
}
#blog-destaque #swipper-blog .swiper-slide .imagem img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-destaque #swipper-blog .swiper-slide .data {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--cor-fonte-5);
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#blog-destaque #swipper-blog .swiper-slide h3 {
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 280px;
  width: 100%;
  text-transform: uppercase;
}
#blog-destaque .area-ver-mais .botao {
  width: 225px;
}

#encontre {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#encontre .transbordar {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#encontre .transbordar img {
  max-width: 100%;
  object-fit: cover;
}
#encontre .altura {
  height: 308px;
}
#encontre a {
  max-width: 1030px;
  width: 100%;
}
#encontre a strong {
  font-size: 22px;
  color: var(--cor-fonte-1);
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
#encontre a > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#encontre a .frase {
  font-size: 10px;
  font-weight: 500;
  color: var(--cor-fonte-7);
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  display: block;
}
#encontre a .botaobg {
  width: 182px;
  height: 35px;
  background-color: black;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--cor-bg-3);
}

/* MOBILE */
@media (max-width: 767px) {
  #banner .swiper-slide .link {
    top: 30%;
    height: 70%;
  }
  #banner .swiper-slide > img {
    min-height: 300px;
    object-fit: cover;
  }
  #banner .swiper-slide small {
    font-size: 10px;
  }
  #banner .swiper-slide strong {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  #tarja {
    height: 40px;
  }
  #sobre .conteudo {
    padding-top: 22px;
  }
  #sobre .conteudo h2 {
    margin-bottom: 22px;
  }
  #sobre .conteudo strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
  }
  #sobre .conteudo strong br {
    display: none;
  }
  #sobre .conteudo span br {
    display: none;
  }
  #sobre .conteudo .imagem {
    margin-top: 45px;
  }
  #sobre .conteudo .imagem img {
    max-width: 99%;
  }
  #linhas {
    padding-bottom: 0;
  }
  #linhas .transbordar {
    height: calc(100% + 40px);
    top: -40px;
  }
  #linhas .transbordar hr {
    max-width: 70%;
    border-bottom: none;
  }
  #linhas .topo {
    margin-bottom: 30px;
  }
  #linhas .swipper-linhas .swiper-slide {
    width: 310px;
  }
  #linhas .swipper-linhas .swiper-slide a {
    height: 285px;
  }
  #linhas .swipper-linhas .swiper-slide .imagem {
    width: 310px;
    height: 165px;
  }
  #linhas .swipper-linhas .swiper-slide .imagem img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  #linhas .swipper-linhas .swiper-slide h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cor-fonte-1);
    margin: 15px 0 10px 0;
    line-height: 14px;
  }
  #linhas .swipper-linhas .swiper-slide strong {
    font-size: 11px;
    font-weight: 600;
    color: var(--cor-fonte-1);
    width: 235px;
    text-align: center;
    line-height: 14px;
  }
  #produtos-destaque {
    padding-bottom: 0;
    padding-top: 30px;
  }
  #produtos-destaque .topo {
    margin-bottom: 0px;
  }
  #produtos-destaque #swipper-produtos {
    padding-top: 25px;
    margin-bottom: 10px;
  }
  #produtos-destaque #swipper-produtos .swiper-slide {
    width: 310px;
  }
  #produtos-destaque #swipper-produtos .swiper-slide a {
    height: 285px;
  }
  #produtos-destaque #swipper-produtos .swiper-slide .imagem {
    width: 310px;
    height: 165px;
    margin-bottom: 20px;
  }
  #produtos-destaque #swipper-produtos .swiper-slide .imagem img {
    max-height: 150px;
    max-width: 210px;
  }
  #produtos-destaque #swipper-produtos .swiper-slide .imagem::after {
    height: 112px;
  }
  #noticias-destaque .container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #noticias-destaque .topo {
    margin-bottom: 30px;
  }
  #noticias-destaque #swipper-noticias {
    margin-bottom: 55px;
  }
  #noticias-destaque #swipper-noticias .swiper-slide {
    width: 310px;
  }
  #noticias-destaque #swipper-noticias .swiper-slide a {
    display: flex;
    height: 315px;
    width: 100%;
    text-align: center;
    line-height: normal;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #noticias-destaque #swipper-noticias .swiper-slide .imagem {
    width: 310px;
    height: 165px;
  }
  #noticias-destaque #swipper-noticias .swiper-slide .data {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 22px;
  }
  #noticias-destaque #swipper-noticias .swiper-slide h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--cor-fonte-1);
    line-height: 24px;
    margin-bottom: 16px;
  }
  #blog-destaque .container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #blog-destaque .topo {
    margin-bottom: 15px;
  }
  #blog-destaque .topo .titulo-secao img {
    width: 85px;
  }
  #blog-destaque #swipper-blog {
    margin-bottom: 55px;
  }
  #blog-destaque #swipper-blog .swiper-slide {
    width: 310px;
  }
  #blog-destaque #swipper-blog .swiper-slide a {
    display: flex;
    height: 315px;
    width: 100%;
    text-align: center;
    line-height: normal;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #blog-destaque #swipper-blog .swiper-slide .imagem {
    width: 310px;
    height: 165px;
    margin-bottom: 30px;
  }
  #blog-destaque #swipper-blog .swiper-slide .data {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 22px;
  }
  #blog-destaque #swipper-blog .swiper-slide h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
  }
  #encontre {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #encontre .transbordar {
    height: 368px;
  }
  #encontre .transbordar img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #encontre .altura {
    height: 368px;
  }
  #encontre a {
    max-width: 260px;
  }
  #encontre a strong {
    font-size: 18px;
    line-height: 22px;
  }
  .swiper-pagination-bullet {
    width: 5px;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #banner .swiper-slide > img {
    max-height: 462px;
  }
}
@media (min-width: 1367px) {
  #banner .swiper-slide > img {
    max-height: none;
  }
}

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