@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "hello";
  src: url("../fonts/HelloKetta.ttf") format("truetype"); }
body {
  font-family: "Barlow", sans-serif; }

@media (max-width: 767.98px) {
  .bg-mobile {
    background-image: url(../images/bg-rodape.png);
    background-size: cover; } }

.btn-default-yellow {
  border: 0;
  background-color: #dbd40a;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  margin-left: 5px;
  transition: 1s; }
  .btn-default-yellow:hover {
    background-color: #969110; }

.btn-default-red {
  margin-top: 20px;
  background-color: #db0a0a;
  color: white;
  padding: 10px 20px;
  border: 0;
  border-radius: 7px;
  transition: 1s; }
  .btn-default-red:hover {
    background-color: #9b1414; }

nav .navbar-brand {
  display: flex;
  position: relative;
  width: 300px; }
  @media (max-width: 767.98px) {
    nav .navbar-brand {
      width: 240px; } }
  nav .navbar-brand .divider {
    width: 1px;
    height: 90px;
    background-color: #dbd40a;
    position: absolute;
    transform: rotate(32deg);
    right: -52px;
    top: 10px; }
    @media (max-width: 767.98px) {
      nav .navbar-brand .divider {
        display: none; } }
nav ul li {
  padding: 5px; }
  nav ul li a {
    font-size: 16px;
    color: white; }
    nav ul li a:hover {
      color: #dbd40a; }
@media (max-width: 767.98px) {
  nav .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 0;
    background: #00365ef0;
    z-index: 99999;
    border-radius: 7px;
    padding: 15px; } }

.capa-home {
  margin-top: -140px; }
  @media (max-width: 767.98px) {
    .capa-home {
      margin: 0px; } }

.item-capa {
  margin-top: -180px;
  display: flex;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .item-capa {
      margin-top: -110px; } }
  .item-capa ul {
    list-style: none;
    display: flex; }
    @media (max-width: 767.98px) {
      .item-capa ul {
        padding: 0;
        margin: 0; } }
    .item-capa ul li {
      padding: 10px;
      font-size: 18px;
      color: white; }
      @media (max-width: 767.98px) {
        .item-capa ul li {
          font-size: 12px;
          text-align: center; } }
      .item-capa ul li img {
        width: 200px;
        margin-top: -50px; }
        @media (max-width: 767.98px) {
          .item-capa ul li img {
            margin-top: 0px;
            width: 140px; } }
      .item-capa ul li span {
        font-family: "hello";
        font-size: 70px;
        line-height: 5px;
        margin-left: -15px; }
        @media (max-width: 767.98px) {
          .item-capa ul li span {
            font-size: 40px; } }

.item-capa-other-page {
  margin-top: -180px;
  display: flex;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .item-capa-other-page {
      margin-top: -110px; } }
  .item-capa-other-page ul {
    list-style: none;
    display: flex; }
    @media (max-width: 767.98px) {
      .item-capa-other-page ul {
        padding: 0;
        margin: 0; } }
    .item-capa-other-page ul li {
      padding: 10px;
      font-size: 22px;
      color: white; }
      @media (max-width: 767.98px) {
        .item-capa-other-page ul li {
          font-size: 12px;
          text-align: center; } }
      .item-capa-other-page ul li img {
        width: 200px;
        margin-top: -50px; }
        @media (max-width: 767.98px) {
          .item-capa-other-page ul li img {
            margin-top: 0px;
            width: 140px; } }
      .item-capa-other-page ul li span {
        font-family: "hello";
        font-size: 120px;
        line-height: 5px;
        margin-left: -15px; }
        @media (max-width: 767.98px) {
          .item-capa-other-page ul li span {
            font-size: 40px; } }

.marcas-home {
  background: #f8f9f4;
  padding: 60px 0 30px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .marcas-home {
      padding: 40px 0 20px; } }
  .marcas-home__title {
    color: #516921;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
  .marcas-home__lista {
    margin: 30px auto 20px;
    width: 100%;
    max-width: 1200px; }
  .marcas-home__item {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .marcas-home__box {
    background: #ffffff;
    border: 2px dashed #d7d9cf;
    border-radius: 12px;
    height: 120px;
    min-width: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ba28d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
  .marcas-home .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 22px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 0; }
    .marcas-home .btn-whatsapp:hover {
      background: #1ea955;
      color: #ffffff; }

.chamada {
  color: #252e00;
  padding: 20px 0px; }
  .chamada .content-title {
    width: 100%;
    display: flex;
    text-align: right;
    flex-direction: column;
    line-height: 1px; }
    .chamada .content-title span {
      font-family: "hello";
      font-size: 60px;
      padding-right: 130px; }
      @media (max-width: 767.98px) {
        .chamada .content-title span {
          padding-right: 0;
          text-align: center; } }
    .chamada .content-title h6 {
      font-family: "hello";
      font-size: 130px;
      line-height: 70px; }
      @media (max-width: 767.98px) {
        .chamada .content-title h6 {
          font-size: 120px;
          text-align: center; } }
  .chamada p {
    padding-right: 150px; }
    @media (max-width: 767.98px) {
      .chamada p {
        padding-top: 10px;
        padding-right: 0;
        text-align: center; } }

.include-produtos .imagem {
  background-color: #252e51;
  border-radius: 7px;
  height: 270px;
  position: relative;
  display: flex;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .include-produtos .imagem {
      height: 170px; } }
  .include-produtos .imagem img {
    position: absolute;
    bottom: -40px;
    width: 160px; }
    @media (max-width: 767.98px) {
      .include-produtos .imagem img {
        width: 90px; } }
.include-produtos .title {
  padding-top: 40px;
  text-align: center;
  color: #516921;
  text-transform: uppercase; }
  .include-produtos .title small {
    font-weight: bold; }
  .include-produtos .title h3 {
    font-weight: 300;
    font-size: 22px; }

.parceiros-title ul {
  list-style: none;
  display: flex;
  padding: 0; }
  .parceiros-title ul li {
    padding: 0 10px;
    display: flex;
    align-items: center; }
    .parceiros-title ul li .line {
      height: 20px;
      width: 180px;
      background-color: #efefeb; }
      @media (max-width: 767.98px) {
        .parceiros-title ul li .line {
          display: none; } }
    .parceiros-title ul li h2 {
      font-size: 14px;
      color: #9ba28d;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 767.98px) {
        .parceiros-title ul li h2 {
          text-align: center; } }

footer {
  background-image: url(../images/bg-rodape.png);
  background-size: cover;
  padding: 50px 0; }
  footer .photo {
    display: flex;
    position: relative;
    margin-top: -90px; }
    @media (max-width: 767.98px) {
      footer .photo {
        margin-top: 0px; } }
    footer .photo img {
      position: absolute;
      top: -35px;
      left: -50px;
      width: 200px; }
      @media (max-width: 767.98px) {
        footer .photo img {
          position: relative;
          top: unset;
          left: unset;
          padding-bottom: 10px; } }
    @media (max-width: 767.98px) {
      footer .photo .text-footer {
        display: none; } }
    footer .photo .text-footer .seta-ig {
      width: 30px;
      position: absolute;
      left: 150px;
      top: -30px; }
    footer .photo .text-footer span {
      font-family: "hello";
      font-size: 40px;
      color: #252e00;
      line-height: 1px;
      width: 400px;
      padding-left: 180px; }
      @media (max-width: 767.98px) {
        footer .photo .text-footer span {
          display: none; } }
  footer small {
    color: white;
    font-size: 11px; }
  footer h3 {
    color: #f1d1a4;
    font-weight: bold;
    font-size: 17px; }
  footer .redes {
    border-left: 2px solid #4f9499;
    padding-left: 30px; }
    footer .redes a {
      color: white;
      text-decoration: none; }
      footer .redes a i {
        font-size: 22px;
        padding-right: 10px; }

.sobre .content {
  padding-top: 90px;
  color: #252e00; }
  .sobre .content span {
    font-family: "hello";
    font-size: 60px;
    padding-right: 130px;
    line-height: 1px; }
    @media (max-width: 767.98px) {
      .sobre .content span {
        padding-right: 0;
        text-align: center; } }
  .sobre .content h3 {
    font-family: "hello";
    font-size: 130px;
    line-height: 1px; }
    @media (max-width: 767.98px) {
      .sobre .content h3 {
        font-size: 90px;
        text-align: center; } }
  .sobre .content p {
    padding-top: 50px;
    font-size: 13px; }

.navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.paginacao {
  text-align: center; }

.novidades-ler .img-fluid {
  margin: 0 auto; }

.navbar .navbar-nav > .active > a {
  color: #ffffff; }

.paginacao ul li {
  padding: 0 7px; }
  .paginacao ul li a {
    font-size: 14px;
    color: #9ba28d; }
.paginacao ul .active {
  color: #252e00;
  font-weight: bold; }
  .paginacao ul .active a {
    font-size: 14px; }

.formulario-contato {
  color: #252e00; }
  .formulario-contato h2 {
    font-family: "hello";
    font-size: 130px;
    line-height: 80px; }
    @media (max-width: 767.98px) {
      .formulario-contato h2 {
        font-size: 90px;
        text-align: center; } }
  .formulario-contato form input {
    border: 1px solid #9da18c;
    border-radius: 7px;
    border-bottom: 3px solid #9da18c;
    height: 50px; }
    .formulario-contato form input::placeholder {
      text-transform: uppercase;
      color: #9da18c;
      font-size: 14px; }
  .formulario-contato form textarea {
    border: 1px solid #9da18c;
    border-radius: 7px;
    border-bottom: 3px solid #9da18c; }
    .formulario-contato form textarea::placeholder {
      text-transform: uppercase;
      color: #9da18c;
      font-size: 14px; }
  .formulario-contato h3 {
    font-family: "hello";
    font-size: 100px;
    line-height: 80px; }
    @media (max-width: 767.98px) {
      .formulario-contato h3 {
        font-size: 90px;
        text-align: center; } }
  .formulario-contato address {
    padding-top: 20px; }
    .formulario-contato address small {
      font-size: 17px;
      color: #9ba28d; }
    .formulario-contato address strong {
      font-size: 22px;
      font-weight: bold; }
  .formulario-contato small {
    font-size: 17px;
    color: #9ba28d; }
  .formulario-contato strong {
    font-size: 22px;
    font-weight: bold;
    margin-left: 30px; }

.produto-ver {
  color: #252e00; }
  .produto-ver .box {
    background-color: #252e51;
    border-radius: 7px;
    height: 350px;
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .produto-ver .box {
        width: 100%; } }
    .produto-ver .box img {
      position: absolute;
      bottom: -80px; }
      @media (max-width: 767.98px) {
        .produto-ver .box img {
          position: relative;
          bottom: unset; } }
  .produto-ver small {
    font-weight: bold;
    color: #516921; }
  .produto-ver h3 {
    text-transform: uppercase;
    color: #516921; }

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