body {
  font-family: "Roboto";
  max-width: 1920px;
  margin: 0 auto;
}

.pointer {
  cursor: pointer !important;
}

header {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-width: 1920px;
  margin: 0 auto;
}

header.fixed {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.module-title {
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  color:#3C3E9A;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}

.page {
  background-image: url(../img/page-header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.page-header {
  /* background-image: url(../img/page-header.jpg); */
  /* background-position: center top; */
  /* background-repeat: no-repeat; */
  height: 120px;
}

.page-content {
  background-image: url(../img/page-content.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 700px;
  padding-top: 5rem;
  padding-bottom: 75px;
}

.page-navigation {
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    color:#3C3E9A;
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 10px;
    text-align: left;
}

  .page-navigation span {
    color: #848688;
  }

.btn-sid {
  background-color: #fff;
  background-image: url(../img/button.png);
  color: #F48435;
  font-style: italic;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 600;
}

  .btn-sid:hover {
    color: #f59652;
  }

/* Banner */

#banners {
  /* background-color: #0D0D0D; */
  margin-top: 85px;
}

#carouselBanner.carousel .carousel-indicators {
  bottom: -15px;
}

#carouselBanner.carousel .carousel-indicators li {
  box-sizing: unset;
  -ms-flex: unset;
  flex: unset;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #D1AC6A;
}

/* Menu */

#menu {
  margin-right: 10px;
}

header .navbar .navbar-brand {
  padding-left: 15px;
  padding-right: 15px;
}


/* Home */

#home #texto-1 {
  background-color: #fffdfe;
  background-image: url(../img/bg-sobre.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: 542px;
}

  #home #texto-1 .texto {
    color: #848688;
  }

/* Empresa */

  #empresa #texto-2 {
    color: #848688;
  }

  #empresa #texto-2 .text-img img {
    border-radius: 30px;
  }

#galeria-1 .carousel-indicators {
  position: relative;
  margin-top: 30px;
}

  #galeria-1 img {
    border-radius: 30px;
  }

  #galeria-1 .carousel-indicators li {
    background-color: transparent;
    border: 2px solid #F58434;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }

/* Produtos */

#page-produtos {

}

  #page-produtos .page-content {
    padding-bottom: 150px;
  }

  #page-produtos .order {
    text-align: left;
    margin-bottom: 35px;
  }

    #page-produtos .order button.select-control {
      color: #848688;
      border: 2px solid #E2E2E2;
      /* font-size: 20px; */
    }

    #page-produtos .order .dropdown-menu {
      background-color: #ffffff;
      /* border: 2px solid #E2E2E2; */
    }

    #page-produtos .order .dropdown-menu a.dropdown-item {
      color: #3f4195;
    }

    #page-produtos .order .dropdown-item.active,
    #page-produtos .order .dropdown-item:active {
      color: #fff !important;
      background-color: #3f4195;
    }

    #page-produtos .order .dropdown-item:focus, .dropdown-item:hover {
      color: #fff !important;
      background-color: #6667b1;
    }


  #page-produtos .lista-produtos .produto-box {
    margin-bottom: 40px;
  }

    #page-produtos .lista-produtos .produto {
      text-align: center;
      font-weight: 300;
      /* font-size: 18px; */
      line-height: 20px;
      border-radius: 35px;
      -webkit-box-shadow: #f7f7f7 0px 16px 15px 5px;
      -moz-box-shadow: #f7f7f7 0px 16px 15px 5px;
      -o-box-shadow: #f7f7f7 0px 16px 15px 5px;
      box-shadow: #f7f7f7 0px 16px 15px 5px;
      padding:0 1rem 40px 1rem;
    }

      #page-produtos .lista-produtos .produto .img {
        margin-bottom: 25px;
        padding: 20px;
      }

        #page-produtos .lista-produtos .produto .img img {
          object-fit: cover;
        }

      #page-produtos .lista-produtos .produto .name {
        color: #3C3E9A;
        text-transform: uppercase;
        font-weight: 800;
        font-style: italic;
      }

      #page-produtos .lista-produtos .produto .detail {
        color: #848688;
      }

  #page-produto .page-content {
    padding-top: 2rem;
  }

  #page-produto .page-navigation {
    margin-bottom: 30px;
  }

  #page-produto #gallery .carousel-item {
    text-align: center;
  }

  #page-produto #gallery .carousel-indicators {
    position: relative;
    margin-top: 30px;
  }

    #page-produto #gallery .carousel-indicators li {
      background-color: transparent;
      border: 3px solid #F58434;
      border-radius: 50%;
      width: 20px;
      height: 20px;
    }

    #page-produto #produto-desc .name {
      font-size: 20px;
      color: #3C3E9A;
      font-weight: 800;
      font-style: italic;
      margin-bottom: 25px;
    }

    #page-produto #produto-desc .text {
      font-size: 22px;
      color: #848484;
      line-height: 28px;
    }

    #page-produto #produto-desc .price {
      font-family: 'Times New Roman', Times, serif;
      color: #d2ae6d;
      font-size: 20px;
      font-weight: 700;
    }

    #page-produto #produto-desc {
      margin-bottom: 40px;
    }

    #page-produto #produto-desc a.whats {
      background-color: #F58434;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      font-weight: bold;
      padding: 12px 15px;
      display: inline-block;
      border-radius: 15px;
    }

      #page-produto #produto-desc a.whats:hover {
        background-color: #ff9347;
      }

      #page-produto #produto-desc a.whats span {
        margin-top: 4px;
        float: left;
        margin-right: 15px;
      }

      #page-produto #produto-desc a.whats i {
        font-size: 28px;
      }



/* Representantes */

#representantes {
  padding-top: 0 !important;
}

#representantes .page-content {
  padding-top: 0;
  padding-bottom: 17px;
}

/* Notícias */

#page-noticias .page-header {
    /* height: 210px; */
}

#page-noticias .noticias .noticia {
  margin-bottom: 30px;
}

  #page-noticias .noticias .noticia a {
    color: #fff;
  }

  #page-noticias .noticias .noticia.current a {
    color: #acc7c6;
  }

    #page-noticias .noticias .noticia a:hover {
      text-decoration: none;
    }

    #page-noticias .noticias .noticia .date {
      margin-bottom: 10px;
      font-size: 18px;
      color: #D4AB6B;
      font-weight: bold;
      border-bottom: 2px solid #262626;
    }

    #page-noticias .noticias .noticia img {
      /* border-radius: 20px; */
    }

    #page-noticias .noticias .noticia .titulo {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      font-weight: bold;
      border-bottom: none;
      font-style: italic;
      margin-bottom: 10px;
    }

    #page-noticias .noticias .noticia .texto {
      font-size: 14px;
    }


#page-noticias .destaques,
#page-noticias .categorias {
  background: #080808;
  padding: 20px 30px;
  /* border-radius: 10px; */
}

  #page-noticias .destaques h4,
  #page-noticias .categorias h4 {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #page-noticias .destaques .dest {

  }

    #page-noticias .destaques .dest .date {
      margin-bottom: 5px;
      font-size: 16px;
      color: #D4AB6B;
      font-weight: bold;
      border-bottom: 1px solid rgba(37,148,141,.3);
    }

    #page-noticias .destaques .dest img {
      /* border-radius: 10px; */
    }

    #page-noticias .destaques .dest .titulo {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      border-bottom: none;
      line-height: 20px;
      margin-bottom: 10px;
    }

  #page-noticias .categorias .topic:first-of-type {
      border-top: 0;
  }

  #page-noticias .categorias .topic {
      border-top: #e2e2e2 1px solid;
      padding-top: 7px;
      padding-bottom: 5px;
  }

  #page-noticias .categorias a {
    font-size: 18px;
    color: #d4ab6b;
    text-transform: uppercase;
    font-weight: 600;
  }

    #page-noticias .categorias span {
      color: #af9976;
    }

#page-noticias article {

}

  #page-noticias article .date {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #D4AB6B;
    border-radius: 5px;
    padding: 12px 15px 10px 15px;
    line-height: 15px;
  }

    #page-noticias article .date span {
      font-size: 18px;
      font-weight: bold;
    }

    #page-noticias article .title {
      color: #D4AB6B;
      font-family: 'Times New Roman', Times, serif;
      font-size: 20px;
      line-height: 24px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      font-weight: bold;
    }

    #page-noticias article .text {
      margin-top: 30px;
      color: #fff;
    }

      #page-noticias article .text img.main {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
      }

      #page-noticias article .text img {
        height: auto;
      }

    #page-noticias article .fonte {
      margin-top: 35px;
    }

    #page-noticias article .fonte,
    #page-noticias article .fonte a {
      clear: both;
      font-size: 14px;
      font-style: italic;
      color: #e7c388;
    }

    #page-noticias article .fonte a:hover {
      text-decoration: underline;
    }

    #page-noticias article .fotos {
      margin-top: 40px;
    }

      #page-noticias article .fotos img {
        object-fit: cover;
        width: 100%;
        max-height: 131.75px;
        height: 100%;
      }

    #page-noticias article .video {
      margin-top: 40px;
    }

/* Contato */

#page-contato .page-header {
    /* height: 210px; */
}

#page-contato .page-title span{
  border-bottom: #2d2d2d 2px solid;

}

#page-contato .page-content {
  padding-top: 45px;
  padding-bottom: 17px;
}

  #page-contato #contato {
    padding-top: 0;
  }

  #page-contato #contato .form-label {
    display: none;
  }

  #page-contato #contato .form-control {
    border-color: #E2E2E2;
    background-color: #fff;
    color: #848688;
    border-radius: 20px;
  }

  #page-contato ::-webkit-input-placeholder {
    color: #848688;
  }

  #page-contato :-ms-input-placeholder {
    color: #848688;
  }

  #page-contato ::placeholder {
    color: #848688;
  }

  /* Select */

  .formulario button.select-control {
    color: #848688;
    /* font-size: 20px; */
  }

  .formulario .dropdown-menu {
    background-color: #ffffff;
    border: 2px solid #E2E2E2;
  }

  .formulario .dropdown-menu a.dropdown-item {
    color: #3f4195;
  }

  .formulario .dropdown-item.active,
  .formulario .dropdown-item:active {
    color: #fff !important;
    background-color: #3f4195;
  }

  .formulario .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #6667b1;
  }


  #page-contato #form-button-box {
    text-align: center;
  }

    #page-contato .btn-enviar {
      background-color: #F58434;
      border-radius: 15px;
    }

    #page-contato .btn-enviar:hover {
      background-color: #ff9a51;
    }

    #page-contato .inputfile + label {
      background-color: #f58434;
      /* border-radius: 0; */
    }

    #page-contato .inputfile + label:hover {
      background-color: #ff9a51;
    }

  #page-contato #others {
    color: #848688;
    padding-top: 18px;
  }

    #page-contato #others a {
      color: #848688;
    }

    #page-contato #others address {
      font-size: 16px;
      padding-left: 45px;
      position: relative;
      margin-bottom: 25px;
    }

      #page-contato #others address strong.name {
        display: block;
      }

      #page-contato #others address i {
        position: absolute;
        font-size: 28px;
        left: 0;
        top: 0;
      }

    #page-contato #others i {
      color: #F58434;
    }

    #page-contato #others .info-title {
      color: #3E4095;
      font-weight: bold;
    }

    #page-contato #others .info-1,
    #page-contato #others .info-3 {
      font-weight: bold;
      color: #3E4095;
    }

      #page-contato #others .info-3 i,
      #page-contato #others .info-4 i {
        top: 5px !important;
      }

    #page-contato #others .redes-sociais a {
      background: #848688;
      color: #fff !important;
    }

    #page-contato #others .redes-sociais a:hover {
      background: #F58434;
    }

    #page-contato #others .redes-sociais a i {
      color: #fff !important;
    }

  #page-contato #others .redes-sociais {
    text-align: center;
  }

label#file-error {
  padding-left: 15px;
}

/* Footer */

footer {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

  footer .social {
      padding-top: 21px;
  }

  footer .social .redes-sociais a {
      font-size: 14px;
      padding: 4px;
      width: 28px;
      height: 28px;
      color: #fff;
      background-color: #848688;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
  }

  footer .social .redes-sociais a:hover {
    background-color: #8f8f8f;
    opacity: .7;
    filter: opacity(70);
  }

  footer .address {
    color: #D2AE6D;
    font-weight: 300;
    line-height: 22px;
    padding: 20px 0;
  }

  footer address {
    margin-bottom: 0;
  }

  footer .address {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer address,
  footer .info,
  footer .info .info-text {
    display: inline;
    color: #848688;
  }

  footer .sign {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer .sign:hover {
    opacity: .7;
    filter: opacity(70);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

/* Whatsapp */

#whatsapp {
  width: 50px !important;
  height: 50px !important;
  background: none !important;
}

  #whatsapp a {
    padding-top: 0 !important;
    color: #F58434 !important;
    top: 0;
  }

  #whatsapp.top {
      top: 30px !important;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
  }

  #whatsapp.top.fixed {
      top: 16px !important;
  }

@media (min-width: 576px) {

  #page-noticias article .fotos img {
    width: 79.33px;
    height: 79.33px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 256px; */
  }


}
@media (min-width: 768px) {

  #empresa #texto-2 .texto {
    font-size: 20px;
  }

  .page-navigation {
    font-size: 30px;
    margin-bottom: 100px;
  }

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 730px;
  }

  #page-noticias article {
    padding-left: 15px;
  }

  #page-noticias article .title {
    font-size: 28px;
    line-height: 28px;
  }

  #page-contato #others address {
    font-size: 24px;
  }

    #page-contato #others address i {
      top: 5px;
    }

  #page-noticias .noticias .noticia .date {
    font-size: 24px;
  }

  #page-noticias .noticias .noticia .titulo {
    font-size: 22px;
    line-height: 30px;
  }

  #page-noticias .noticias .noticia .texto {
    font-size: 16px;
  }

  #page-noticias .noticias .noticia .texto {
      font-size: 14px;
  }

  #page-noticias article .fotos img {
    width: 60.73px;
    height: 60.73px;
  }

  #page-produtos .lista-produtos .produto {
    /* font-size: 23px; */
  }

    #page-produtos .lista-produtos .produto img {
      width: 100%;
      /* height: 229.33px; */
    }

  #page-produtos .page-navigation {
    margin-bottom: 15px;
  }

  #page-produtos .order {
    text-align: right;
    margin-bottom: 0;
  }


}

@media (min-width: 900px) {

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 870px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 275.98px; */
  }

}

@media (min-width: 992px) {



  /* header {
    background-color: transparent;
  } */

  header .navbar .navbar-brand {
      padding-right: 30px;
  }

  .page-header {
    height: 120px;
  }

  #banners {
    /* background-color: #0D0D0D; */
    margin-top: 115px;
  }

  #menu {
    margin-right: 60px;
  }

  .page-title {
    font-size: 50px;
  }

  #carouselBanner.carousel .carousel-indicators {
    right: 15px;
    left: unset;
    top: 100px;
    bottom: unset;
    margin-right: unset;
    margin-left: unset;
    display: unset;
  }

  #carouselBanner.carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
    margin-right: 0;
    margin-left: 0;
    /* border-bottom: 0; */
    /* border-top: 0; */
    background-color: transparent;
    border: 3px solid #3f4195;
  }

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 960px;
  }

    #page-noticias .noticias {
      padding-right: 75px;
    }

    #page-noticias article {
      padding-left: 45px;
    }

    #page-noticias article .fotos img {
      width: 75.16px;
      height: 75.16px;
    }


  #page-noticias article .title {
    font-size: 35px;
    line-height: 35px;
  }

  #page-contato #others {
    padding-left: 60px;
  }


  #page-contato #others .redes-sociais {
    text-align: left;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 226px; */
  }


  #page-produto #produto-desc {
    padding-left: 120px;
    margin-bottom:0;
  }

  #page-produto #produto-desc .name {
    font-size: 26px;
  }

  #page-produto #produto-desc .text {
    font-size: 20px;
    line-height: 28px;
  }

  #page-produto #produto-desc .price {
    font-size: 30px;
  }

}

@media (min-width: 1200px) {

  footer .address {
    padding: 15px 0 0;
  }

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1190px;
  }

  #page-noticias article .fotos img {
    width: 53.02px;
    height: 53.02px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 283.5px; */
  }

}

@media (min-width: 1400px) {

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1390px;
  }

  #page-noticias article .fotos img {
    width: 64.13px;
    height: 64.13px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 333.5px; */
  }

}

@media (min-width: 1600px) {

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1540px;
  }

  #page-noticias article .fotos img {
    width: 72.47px;
    height: 72.47px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 371px; */
  }

}

@media (min-width: 1800px) {

  #page-produtos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1740px;
  }

  #page-noticias article .fotos img {
    width: 83.58px;
    height: 83.58px;
  }

  #page-produtos .lista-produtos .produto img {
    width: 100%;
    /* height: 421px; */
  }

}


/* Recaptcha */

.g-recaptcha {
  margin-bottom: 10px;
  transform:scale(0.95);
  -webkit-transform:scale(0.95);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

@media (min-width: 576px) {

  .g-recaptcha {
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

}

@media (min-width: 768px) {

  .g-recaptcha {
    transform:unset;
    -webkit-transform:unset;
    transform-origin:unset;
    -webkit-transform-origin:unset;
  }

}

@media (min-width: 992px) {

  .g-recaptcha {
    transform:scale(0.82);
    -webkit-transform:scale(0.82);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

}

@media (min-width: 1200px) {

  .g-recaptcha {
    transform:unset;
    -webkit-transform:unset;
    transform-origin:unset;
    -webkit-transform-origin:unset;
  }

}