.mainnav {
  box-shadow: 0 2px 5px #ccc; }

.mainnav .main-nav-box .nav-categorias .btn-primary {
  color: #fff;
  background-color: #639D3C;
  border-color: #639D3C;
  font-size: 16px;
  transition: 0.6s; }

.mainnav .main-nav-box .nav-categorias .btn-primary:hover {
  background-color: #4295BD;
  border-color: #4295BD;
  transition: 0.6s; }

/*** HELPERS ***/
.mb20 {
  margin-bottom: 20px; }

.mb50 {
  margin-bottom: 50px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.is-hidden {
  display: none !important; }

/*** GLOBAL ***/
html {
  font-size: 100%; }

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Lato", sans-serif; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s; }
  a:hover, a:focus {
    color: #639D3C;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif; }

h1 {
  color: #784DB3; }

h2 {
  color: #4295BD; }

h3 {
  color: #639D3C; }

hr {
  height: 2px; }

.iframe {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 620px; }
  @media only screen and (max-width: 767px) {
    .iframe {
      height: 320px; } }

.rainbow {
  background: -webkit-gradient(linear, left top, right top, from(#639D3C), color-stop(#E1B01E), color-stop(#BB449A), color-stop(#784DB3), to(#4295BD));
  background: -o-linear-gradient(left, #639D3C, #E1B01E, #BB449A, #784DB3, #4295BD);
  background: linear-gradient(to right, #639D3C, #E1B01E, #BB449A, #784DB3, #4295BD);
  background-size: 600px 2px;
  background-repeat: repeat-x; }

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="url"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  border-color: #666;
  border-style: solid;
  border-width: 0 0 1px;
  color: #333;
  padding: 10px 0;
  background-color: transparent;
  width: 100%; }
.contact-form textarea {
  height: 90px;
  margin-bottom: 20px; }
.contact-form input[type="submit"] {
  padding: 6px 20px;
  text-transform: none;
  border-radius: 4px;
  background: #666;
  color: white;
  cursor: pointer;
  border: none;
  transition: 0.5s; }
  .contact-form input[type="submit"]:hover {
    background: #639D3C; }

.block-code {
  border: #666 solid 1px;
  border-radius: 4px;
  background: #f7f7f9;
  padding: 10px;
  word-break: break-all; }

.check-list li {
  margin: 1rem 0;
  list-style: none;
  padding: 0; }
  .check-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    color: #639D3C;
    margin-right: 10px;
    vertical-align: middle; }
  .check-list li a {
    line-height: 2.26rem; }

.text-enter {
  background-color: #cfcfe9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .text-enter h1 {
    font-size: 17px; }
  .text-enter p {
    margin-bottom: 0; }
  .text-enter a {
    color: #4295BD !important; }

.texto-var {font-size: 14px; color: #784DB3; background-color: inherit; } 

.k-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
  .k-content .k-section {
    width: calc(100% - 320px); }
  .k-content .k-aside {
    width: 300px; }
  @media only screen and (max-width: 767px) {
    .k-content {
      flex-wrap: wrap; }
      .k-content .k-section {
        width: 100%; }
      .k-content .k-aside {
        width: 100%; } }

.blc-categoria {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px; }
  .blc-categoria:last-child {
    border-bottom: none; }
  .blc-categoria .tit-categoria {
    margin-bottom: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #639D3C; }
    .blc-categoria .tit-categoria .fa {
      margin-left: 10px; }
  .blc-categoria .cli-categoria {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px; }
    .blc-categoria .cli-categoria .clientes {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      flex: 1 1 auto; }
      .blc-categoria .cli-categoria .clientes .logo-cliente {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        flex: 0 0 auto; }
      .blc-categoria .cli-categoria .clientes .logo-cliente.is-hidden {
        display: none; }
    .blc-categoria .cli-categoria .cat-clientes {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .blc-categoria .cli-categoria .btn-plus {
      font-size: 20px;
      margin-left: 16px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      flex-shrink: 0; }
  .pg-categoria .blc-categoria .cli-categoria {
    flex-wrap: wrap;
    overflow: visible; }
    .pg-categoria .blc-categoria .cli-categoria .logo-cliente {
      margin-right: 8px;
      margin-bottom: 8px;
      flex-shrink: 0;
      flex: 0 0 auto; }

/*** HEADER ***/
.header-logo-area {
  padding: 30px 0; }
  .header-logo-area .row .logo {
    margin-top: 0;
    width: 150px;
    height: auto;
    max-width: 100%; }
    .header-logo-area .row .logo img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .header-logo-area .row .logo {
        width: 120px;
        height: auto;
        align-self: center;
        margin-bottom: 0; } }
    @media only screen and (max-width: 991px) {
      .header-logo-area .row .logo {
        margin-bottom: 15px; } }
  .header-logo-area .row .header-add {
    float: right;
    width: 728px;
    height: 90px;
    max-width: 100%;
    border: #ccc solid 1px;
    border-radius: 4px;
    overflow: hidden; }
    .header-logo-area .row .header-add #banner {
      width: 100%;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .header-logo-area .row .header-add {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .header-logo-area .row {
      justify-content: center !important; } }
  @media only screen and (max-width: 767px) {
    .header-logo-area {
      padding: 15px 0; } }

.mainnav {
  margin-bottom: 20px; }
  .mainnav .main-nav-box {
    padding: 10px 0; }
    .mainnav .main-nav-box .nav-social a {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .mainnav .main-nav-box .nav-social {
        margin-bottom: 10px; } }
    .mainnav .main-nav-box .nav-busca #cse-search-box {
      display: flex;
      align-items: stretch; }
      .mainnav .main-nav-box .nav-busca #cse-search-box .botao-pesquisa {
        color: white;
        top: 0;
        background-color: #784DB3 !important;
        border-width: 0 !important;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        padding: 1px 10px;
        cursor: pointer; }
      .mainnav .main-nav-box .nav-busca #cse-search-box .caixa-pesquisa {
        padding: 5px !important;
        border: 1px solid #784DB3 !important;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        width: 260px; }
        @media only screen and (max-width: 991px) {
          .mainnav .main-nav-box .nav-busca #cse-search-box .caixa-pesquisa {
            width: 180px; } }
        @media only screen and (max-width: 767px) {
          .mainnav .main-nav-box .nav-busca #cse-search-box .caixa-pesquisa {
            width: 100%; } }
    @media only screen and (max-width: 767px) {
      .mainnav .main-nav-box .nav-busca {
        margin-bottom: 10px;
        width: 300px;
        max-width: 100%; } }
    .mainnav .main-nav-box .nav-categorias .btn-primary {
      width: 160px;
      cursor: pointer; }
      .mainnav .main-nav-box .nav-categorias .btn-primary .caret {
        margin-left: 5px; }
      @media only screen and (max-width: 767px) {
        .mainnav .main-nav-box .nav-categorias .btn-primary {
          width: 100%; } }
    .mainnav .main-nav-box .nav-categorias .dropdown-menu {
      height: 320px;
      overflow-y: scroll;
      color: #333; }
      .mainnav .main-nav-box .nav-categorias .dropdown-menu li {
        padding: .4rem .8rem;
        transition: 0.5s; }
    @media only screen and (max-width: 767px) {
      .mainnav .main-nav-box .nav-categorias {
        width: 300px;
        max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .mainnav .main-nav-box {
        flex-direction: column;
        align-items: center; } }

/*** ASIDE ***/
.ad-group .ad-item {
  margin-top: 10px;
  max-width: 300px; }
  .ad-group .ad-item:first-child {
    margin-top: 0; }

/*** NEWS-FEED ***/
#rss-feeds {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  #rss-feeds .rss-item {
    display: block;
    position: relative;
    width: 33%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #rss-feeds .rss-item {
        width: 100%; } }
    #rss-feeds .rss-item .rss-image {
      position: relative;
      width: 100%;
      height: 220px;
      overflow: hidden;
      background-color: #eceeef;
      background-image: url("../imagens/img-feed-placeholder.png");
      background-size: auto 80%;
      background-repeat: no-repeat;
      background-position: center center; }
      #rss-feeds .rss-item .rss-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: auto;
        min-width: 100%;
        min-height: 100%; }
    #rss-feeds .rss-item .rss-title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 4px;
      padding: 6px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 4px;
      color: #639D3C;
      font-weight: bold; }
    #rss-feeds .rss-item .rss-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      opacity: 0;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: #4295BD;
      color: white;
      padding: 20px;
      text-align: center;
      transition: 0.5s; }
      #rss-feeds .rss-item .rss-info i {
        font-size: 2.6rem; }
      #rss-feeds .rss-item .rss-info .rss-description {
        font-size: 1.125rem; }
      #rss-feeds .rss-item .rss-info:hover {
        opacity: 1; }

/*** FOOTER ***/
.footer-area {
  margin-top: 30px;
  color: #ccc; }
  .footer-area .footer-top {
    padding: 50px 0;
    background: #333; }
    @media only screen and (max-width: 991px) {
      .footer-area .footer-top .container {
        width: 100%;
        padding: 0 20px; } }
    .footer-area .footer-top p {
      margin: 1rem 0;
      line-height: 1.5rem; }
    .footer-area .footer-top h4 {
      border-bottom: 1px solid #666;
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      margin-bottom: 10px;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .footer-area .footer-top .footer-top-box .ft-block {
      margin-top: 30px; }
    .footer-area .footer-top .footer-top-box .footer-top-left .logo {
      margin-top: 0;
      width: 150px;
      height: auto; }
    .footer-area .footer-top .footer-top-box .footer-top-left ul {
      list-style: outside none none;
      margin: 0;
      padding: 0; }
      .footer-area .footer-top .footer-top-box .footer-top-left ul li {
        display: inline-block;
        margin-right: 5px; }
        .footer-area .footer-top .footer-top-box .footer-top-left ul li a {
          background: #666;
          border-radius: 50%;
          color: white;
          display: block;
          width: 38px;
          height: 38px;
          line-height: 38px;
          text-align: center; }
          .footer-area .footer-top .footer-top-box .footer-top-left ul li a:hover {
            background: #639D3C; }
    .footer-area .footer-top .footer-top-box .footer-top-middle .ft-menu {
      margin: 1rem 0 2rem;
      list-style: none;
      padding: 0; }
      .footer-area .footer-top .footer-top-box .footer-top-middle .ft-menu li::before {
        content: "\f069";
        font-family: FontAwesome;
        font-size: 10px;
        color: #666;
        margin-right: 10px;
        vertical-align: middle; }
      .footer-area .footer-top .footer-top-box .footer-top-middle .ft-menu li a {
        line-height: 2.26rem; }
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form input[type="text"],
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form input[type="email"],
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form textarea {
      border-color: #ccc;
      border-style: solid;
      border-width: 0 0 1px;
      color: white;
      padding: 10px 0;
      background-color: transparent;
      width: 100%; }
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form textarea {
      color: white;
      height: 90px;
      margin-bottom: 20px; }
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form input[type="submit"] {
      padding: 6px 20px;
      text-transform: none;
      border-radius: 4px;
      background: #666;
      color: white;
      cursor: pointer;
      border: none;
      transition: 0.5s; }
      .footer-area .footer-top .footer-top-box .footer-top-right .contact-form input[type="submit"]:hover {
        background: #639D3C; }
    .footer-area .footer-top .footer-top-box .footer-top-right .contact-form iframe {
      height: 76px; }
  .footer-area .footer-bottom {
    padding: 0.6rem 0;
    background: #666;
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem; }

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