@import url("//fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;900&display=swap");
html,
body {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #51595E; }

a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1160px; } }
#conteudo {
  font-size: 20px;
  font-size: 1.25rem; }

.imgTopo {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: left; }
  .imgTopo .img {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: auto;
    aspect-ratio: 1366/581;
    max-height: 580px; }
    @media (min-width: 1200px) {
      .imgTopo .img {
        max-width: 1160px; } }
    @media (max-width: 767px) {
      .imgTopo .img {
        height: 250px;
        aspect-ratio: unset; } }
  .imgTopo .logoProduto {
    position: relative;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .imgTopo .logoProduto {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 2; } }
    .imgTopo .logoProduto .logo {
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.3);
      margin-left: -15px;
      padding: 15px;
      padding-right: 30px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
      @media (min-width: 992px) {
        .imgTopo .logoProduto .logo {
          padding: 30px;
          padding-right: 70px;
          padding-bottom: 20px;
          border-top-right-radius: 73px;
          border-bottom-right-radius: 73px;
          margin-bottom: 35px; } }
    .imgTopo .logoProduto img {
      width: 190px;
      aspect-ratio: 250/60;
      object-fit: contain;
      object-position: left center; }
      @media (min-width: 1200px) {
        .imgTopo .logoProduto img {
          width: 250px; } }

@media (min-width: 992px) {
  .imgTopo::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #DF9F51;
    z-index: 0; } }
.noTopo {
  height: 120px;
  margin-bottom: 0px; }

.divCinza {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #E5E9EB; }

h1, h2, h3, h4, h5, h6 {
  color: #80A500; }

h2 {
  font-size: 40px;
  font-size: 2.5rem; }

.embeddedContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embeddedContent iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embeddedContent::before {
  content: ' ';
  position: relative;
  display: block;
  padding-top: 56.25%; }

.carousel-fullscreen .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.btn {
  border-radius: 0px;
  padding: .475rem 1rem;
  font-size: 16px;
  font-size: 1rem; }

.btn.loading .loader {
  display: inline-block; }

.btn-spinner {
  color: #cccccc;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 20px; }

.btn-primary {
  background-color: #DF9F51;
  border-color: #DF9F51;
  color: #ffffff; }

.btn-primary:hover {
  background-color: #ffffff;
  color: #DF9F51;
  border-color: #DF9F51; }

#cookieAlert {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background-color: #ffffff;
  border-top: 5px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 20px 5px;
  z-index: 1030;
  text-align: left; }
  #cookieAlert a:not(.btn) {
    text-decoration: underline;
    color: #000000;
    cursor: pointer; }
  #cookieAlert a:hover {
    text-decoration: none; }

.dropdown-menu {
  margin-top: 0; }

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }

#menuTopo {
  /*position: fixed;*/
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  padding: 0px;
  background-color: transparent; }
  #menuTopo .areaMenu {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 10px 20px;
    border-radius: 35px; }

footer {
  padding-top: 50px;
  color: #ffffff;
  background-color: #1A437D; }
  @media (min-width: 992px) {
    footer {
      padding-top: 85px; } }
  footer .copyC {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
    @media (max-width: 991px) {
      footer .copyC .nav {
        justify-content: center;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      footer .copyC {
        margin-top: 85px; } }
  footer ul .nav-item .nav-link {
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400; }
  footer ul .nav-item .nav-link.active,
  footer ul .nav-item .nav-link:hover {
    color: #80A500; }
  footer ul .nav-item:first-child .nav-link {
    padding-left: 0px; }
  footer .social {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 992px) {
      footer .social {
        text-align: right;
        margin-top: 0px; } }
    footer .social a {
      font-size: 30px;
      font-size: 1.875rem;
      color: #ffffff;
      margin-right: 20px; }
      @media (min-width: 992px) {
        footer .social a {
          margin-left: 20px;
          margin-right: 0px; } }
    footer .social a:hover {
      color: #80A500; }
  footer #newsletterForm .btDesktop,
  footer #newsletterMailChimpForm .btDesktop {
    display: none; }
  @media (min-width: 992px) {
    footer #newsletterForm .btn-primary,
    footer #newsletterMailChimpForm .btn-primary {
      margin-left: 30px; }
    footer #newsletterForm .btDesktop,
    footer #newsletterMailChimpForm .btDesktop {
      display: inherit; }
    footer #newsletterForm .btMobile,
    footer #newsletterMailChimpForm .btMobile {
      display: none; }
    footer #newsletterForm .areaDir,
    footer #newsletterMailChimpForm .areaDir {
      max-width: 460px; } }
  footer #newsletterForm h1, footer #newsletterForm h2, footer #newsletterForm h3, footer #newsletterForm h4, footer #newsletterForm h5, footer #newsletterForm h6,
  footer #newsletterMailChimpForm h1,
  footer #newsletterMailChimpForm h2,
  footer #newsletterMailChimpForm h3,
  footer #newsletterMailChimpForm h4,
  footer #newsletterMailChimpForm h5,
  footer #newsletterMailChimpForm h6 {
    color: #ffffff; }
  footer #newsletterForm h1,
  footer #newsletterMailChimpForm h1 {
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
    text-transform: uppercase; }
  footer #newsletterForm h2,
  footer #newsletterMailChimpForm h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }
  footer #newsletterForm .form-control,
  footer #newsletterMailChimpForm .form-control {
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    background-color: transparent;
    color: #ffffff;
    box-shadow: none !important; }
  footer #newsletterForm .form-control::placeholder,
  footer #newsletterMailChimpForm .form-control::placeholder {
    color: #ffffff; }
  footer #newsletterForm .btn-primary,
  footer #newsletterMailChimpForm .btn-primary {
    background-color: rgba(255, 255, 255, 0.19);
    border-radius: 0px;
    border-color: rgba(255, 255, 255, 0.19); }
  footer #newsletterForm .fv-plugins-icon,
  footer #newsletterMailChimpForm .fv-plugins-icon {
    display: none; }
  footer #newsletterForm .termosC,
  footer #newsletterMailChimpForm .termosC {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 5px; }
    footer #newsletterForm .termosC .custom-control-label::after,
    footer #newsletterForm .termosC .custom-control-label::before,
    footer #newsletterMailChimpForm .termosC .custom-control-label::after,
    footer #newsletterMailChimpForm .termosC .custom-control-label::before {
      top: 0px; }
    footer #newsletterForm .termosC a,
    footer #newsletterMailChimpForm .termosC a {
      color: #ffffff;
      text-decoration: underline; }
    footer #newsletterForm .termosC a:hover,
    footer #newsletterMailChimpForm .termosC a:hover {
      text-decoration: none; }
    footer #newsletterForm .termosC .fv-plugins-icon,
    footer #newsletterMailChimpForm .termosC .fv-plugins-icon {
      display: none; }
  footer #newsletterForm .status,
  footer #newsletterMailChimpForm .status {
    text-align: left; }
  footer #newsletterForm .status.erro,
  footer #newsletterMailChimpForm .status.erro {
    color: red; }
  footer #newsletterForm .status.sucesso,
  footer #newsletterMailChimpForm .status.sucesso {
    color: green; }

/*@import 'conteudos/historiaTimeline';*/
/*@import 'conteudos/programas';*/
/*@import 'conteudos/associados';*/
/*@import 'conteudos/noticias';*/
/*@import 'conteudos/cliente';*/
@media (min-width: 768px) {
  .produtosLista .row > div:nth-child(4n+2) {
    background-color: #cccccc; }
  .produtosLista .row > div:nth-child(4n+3) {
    background-color: #cccccc; } }
@media (max-width: 767px) {
  .produtosLista .row > div:nth-child(even) {
    background-color: #cccccc; } }
.produtosLista .item {
  text-align: center;
  padding: 40px;
  margin: auto;
  text-align: center;
  max-width: 500px;
  width: 100%;
  position: relative; }
  .produtosLista .item a {
    display: block; }
  .produtosLista .item .imagem {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    padding-bottom: 100%; }

.produtoDetalhe {
  margin-top: 50px; }
  .produtoDetalhe h2 {
    margin-bottom: 25px; }
  .produtoDetalhe h1, .produtoDetalhe h2, .produtoDetalhe h3, .produtoDetalhe h4, .produtoDetalhe h5, .produtoDetalhe h6 {
    color: #DF9F51; }
  .produtoDetalhe hr {
    border-top: 1px solid rgba(26, 67, 125, 0.2); }
  .produtoDetalhe .tabelaNumeros {
    width: 100%;
    border-collapse: separate;
    border: 0px; }
    .produtoDetalhe .tabelaNumeros td {
      vertical-align: top;
      border: 0px;
      width: 50%;
      text-align: center;
      padding-bottom: 20px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase; }
      .produtoDetalhe .tabelaNumeros td .numero {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 119px;
        height: 119px;
        background-color: #DF9F51;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 500;
        margin-bottom: 30px;
        border-radius: 50%;
        color: #ffffff;
        break-after: always; }
        .produtoDetalhe .tabelaNumeros td .numero strong, .produtoDetalhe .tabelaNumeros td .numero b {
          font-weight: 500; }
  .produtoDetalhe .divADC {
    position: relative; }
    .produtoDetalhe .divADC .depois,
    .produtoDetalhe .divADC .antes {
      position: absolute;
      left: 0px;
      width: 100%;
      z-index: 10;
      text-align: center;
      padding: 10px;
      text-transform: uppercase;
      pointer-events: nome; }
      .produtoDetalhe .divADC .depois > div,
      .produtoDetalhe .divADC .antes > div {
        display: inline-block;
        background-color: #DF9F51;
        color: #ffffff;
        padding: 10px;
        min-width: 100px;
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem; }
    .produtoDetalhe .divADC .depois {
      text-align: right; }
    .produtoDetalhe .divADC .antes {
      text-align: left; }
    .produtoDetalhe .divADC .twentytwenty-after-label::before,
    .produtoDetalhe .divADC .twentytwenty-before-label::before {
      background-color: #DF9F51;
      color: #ffffff;
      text-transform: uppercase; }
    .produtoDetalhe .divADC .nav-tabs {
      border: 0px;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .produtoDetalhe .divADC .nav-tabs {
          margin-top: 10px; } }
      .produtoDetalhe .divADC .nav-tabs .nav-link {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        color: #51595E;
        border: 0px;
        border-radius: 0px;
        background-color: transparent; }
      .produtoDetalhe .divADC .nav-tabs .nav-link.active {
        color: #DF9F51; }
      @media (max-width: 991px) {
        .produtoDetalhe .divADC .nav-tabs .nav-item {
          width: 100%; }
          .produtoDetalhe .divADC .nav-tabs .nav-item .nav-link {
            border: 1px solid #DF9F51; }
          .produtoDetalhe .divADC .nav-tabs .nav-item .nav-link.active {
            background-color: #DF9F51;
            color: #ffffff; } }
    .produtoDetalhe .divADC .divAD {
      position: relative;
      width: 100%; }
      .produtoDetalhe .divADC .divAD img {
        width: 100%;
        aspect-ratio: 1;
        max-width: none;
        object-fit: cover;
        object-position: center center; }
  .produtoDetalhe .divCat {
    margin-bottom: 60px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
    .produtoDetalhe .divCat .nav-tabs {
      border: 0px;
      background-color: #E5E9EB;
      margin-top: 30px; }
      .produtoDetalhe .divCat .nav-tabs .nav-link {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #DF9F51;
        border: 0px;
        border-radius: 0px; }
      .produtoDetalhe .divCat .nav-tabs .nav-link:hover,
      .produtoDetalhe .divCat .nav-tabs .nav-link.active {
        background-color: #DF9F51;
        color: #ffffff; }
      @media (max-width: 991px) {
        .produtoDetalhe .divCat .nav-tabs .nav-item {
          width: 100%; } }
    .produtoDetalhe .divCat .tab-pane {
      padding: 30px;
      font-size: 14px;
      font-size: 0.875rem; }
      .produtoDetalhe .divCat .tab-pane .imgC {
        margin: -30px;
        margin-left: 0px; }
        @media (max-width: 767px) {
          .produtoDetalhe .divCat .tab-pane .imgC {
            margin-top: 0px;
            margin-left: -30px; } }
      .produtoDetalhe .divCat .tab-pane .imgBig {
        width: 100%; }

.produtosRelacionados {
  margin-top: 50px;
  text-align: center; }

.produtosRelacionados.produtosLista .row > div {
  background-color: #ffffff; }

.produtosFavoritos {
  margin-bottom: 30px; }
  .produtosFavoritos .item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .produtosFavoritos .item .img {
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
    .produtosFavoritos .item .nome {
      font-weight: 700; }
    .produtosFavoritos .item .ref {
      font-size: 12px;
      font-size: 0.75rem;
      color: #cccccc; }
    @media (max-width: 767px) {
      .produtosFavoritos .item .refsGroup {
        margin-bottom: 20px; } }
    .produtosFavoritos .item .refsGroup > div {
      margin-bottom: 5px; }
    .produtosFavoritos .item .preco {
      text-align: center;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .produtosFavoritos .item .preco {
          text-align: left; } }
      .produtosFavoritos .item .preco span {
        color: #cccccc;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: line-through;
        font-size: 12px;
        font-size: 0.75rem; }
    .produtosFavoritos .item .bts {
      text-align: right; }
    .produtosFavoritos .item .semStock {
      display: none; }
    .produtosFavoritos .item .btRemover {
      margin-left: 15px;
      position: relative;
      cursor: pointer; }
      .produtosFavoritos .item .btRemover .loader {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0; }
    .produtosFavoritos .item .btRemover:hover {
      color: #cccccc; }
  .produtosFavoritos .item.loading {
    opacity: 0.5; }
    .produtosFavoritos .item.loading .btRemover i {
      opacity: 0; }
    .produtosFavoritos .item.loading .btRemover .loader {
      opacity: 1; }

/*@import 'conteudos/encomenda';*/

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