#header .header-logo img {
    max-width: 340px;
    max-height: 76px;
}

.line-height-1 {
    line-height: 1.2 !important;
}

.header-top.header-top-small-minheight.header-top-simple-border-bottom {
    background: linear-gradient(45deg, white 25%,#fff 60%, #009335 60%) !important;
    border: none !important;
}

#section-produtos .product-thumb-info-image {
    height: auto;
}

#section-produtos .product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: unset;
    content: "Saiba Mais";
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-produtos .product .product-thumb-info .product-thumb-info-image:before {
    transition: all 1s ease-in-out;
    background: #00b74f94;
    border-radius: 10px 10px 0px 0px;
}

#section-produtos .product-thumb-info-image img {
    border-radius: 10px 10px 0px 0px;
}

#section-produtos .mb-3, .my-3 {
    margin-bottom: unset !important;
}

#section-produtos h3 {
    background: #e3e3e3;
    padding: 30px 10px 30px 10px;
    margin-bottom: 40px !important;
    border-radius: 0px 0px 10px 10px;
    transition: all 1s ease-in-out;
}

#section-produtos h3:hover {
    background: #00b34d;
}

#section-produtos h3:hover a {
    color: #fff !important;
}

.social-icons.social-icons-icon-gray li:hover a i {
    color: #fff !important;
}

#section-html-modulo_3 {
    background: url(/arquivos/img-modulo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px;
}

#section-html-modulo_3 .titulo-html {
  display: none;
  
}

#section-html-modulo_3 h3 {
    color: #fff;
    font-weight: 500;
}

#section-html-modulo_3 a:hover {
    background: #35e55d;
}

#header .header-social-icons i {
    color: #fff !important;
}

#section-html-modulo_2 .col-md-3 {
    text-align: center;
    margin-top: 20px;
}

#section-html-modulo_2 .col-md-3 span {
    font-size: 34pt !important;
    color: #004a70;
    padding: 15px;
    border: 1px solid;
    border-radius: 50%;
}

#section-html-modulo_2 .col-md-3 h4 {
    font-weight: bold;
    margin-top: 14px;
}

#section-html-modulo_2 .conteudo-html {
    margin-top: 26px;
}

#section-html-modulo_2 {
    background: #ddd;
    padding: 20px 0px;
}

#section-html-modulo_2 .conteudo-html .botao-html {
    text-align: center;
    width: 100%;
}

#section-html-modulo_3 .conteudo-html .col-md-6 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 28pt;
    text-transform: uppercase;
}

#section-html-modulo_3 .conteudo-html .col-md-6 .color-span {
    color: #014b71 !important;
    font-weight: bold;
}

#section-html-modulo_3 .conteudo-html .col-md-6 p {
    color: #fff;
    font-size: 13pt;
}

#section-html-modulo_3 .conteudo-html .col-md-6 a {
    color: #fff !important;
    background: #0f8f46;
    padding: 15px;
    font-weight: 600;
    font-size: 14pt;
    text-transform: uppercase;
    transition: box-shadow .5s cubic-bezier(0, 0, 0, 1);
}

#section-html-modulo_3 .conteudo-html .col-md-6 a:hover {
    text-decoration: none !important;
    box-shadow: -4px 5px 0px #095c2d;
    transition: box-shadow .5s cubic-bezier(0, 0, 0, 1);
}

@media(max-width:992px) {
  #section-html-modulo_3 {
    padding: 40px 0;
  }

  #section-html-modulo_3 .conteudo-html .col-md-6 h2 {
    font-size: 17pt;
  }

  #section-html-modulo_3 .conteudo-html .col-md-6 p {
    font-size: 10pt;
  }

  #section-html-modulo_3 .conteudo-html .col-md-6 .img-rastreio {
    margin-top: 50px;
  }
  .header-top.header-top-small-minheight.header-top-simple-border-bottom {
    background: linear-gradient(45deg, white 25%,#fff 45%, #009335 45%) !important;
  }
  
  #header .header-logo img {
    max-height: 40px;
}
}