/**************************************************************
    TOPO (HEADER)
**************************************************************/

/* Fundo principal */
.type_6 {
  background-color: #203145;
  color: #ffffff;
}

.type_6 .header-top,
.type_6 .header-center,
.type_6 .header-bottom {
  background: #203145;
}

/* Megamenu */
@media (min-width: 992px) {
  .type_6 .vertical .megamenuToogle-wrapper .container {
    background: #203145;
  }
}

.megamenuToogle-wrapper .container {
  color: #ffffff !important;
}

.megamenuToogle-wrapper .container > div span {
  background: #63802E !important;
}

/* Busca */
#SearchForm {
  border: 2px solid #63802E;
  background: #ffffff;
}

.type_6 #sosearchpro .form-control {
  border: 1px solid #63802E;
  box-shadow: none;
  min-height: 40px;
  border-radius: 20px 0px 0px 20px;
}

.type_6 #sosearchpro .button-search {
  color: #ffffff;
  background: #63802E;
  border-color: #63802E;
  font-size: 18px;
}

.type_6 #sosearchpro .button-search:hover {
  background: #4f6624;
  border-color: #4f6624;
}

/* Menu horizontal */
@media (min-width: 992px) {

  .type_6 .horizontal .navbar-default,
  .type_6 .horizontal .navbar-default .megamenu-wrapper {
    background: transparent;
    border-color: transparent;
  }

  .type_6 .horizontal ul.megamenu > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .type_6 .horizontal ul.megamenu > li:hover > a,
  .type_6 .horizontal ul.megamenu > li.active > a {
    color: #63802E;
  }

  .type_6 .horizontal ul.megamenu > li .sub-menu {
    background: #1a2736;
  }

  .type_6 .horizontal ul.megamenu > li .sub-menu a {
    color: #ffffff;
  }

  .type_6 .horizontal ul.megamenu > li .sub-menu a:hover {
    color: #63802E;
  }
}

/* Botão mobile */
.navbar-header .navbar-toggle {
  background-color: #63802E !important;
  border-color: #63802E !important;
}

/* Ícones e textos */
.icone {
  border: 2px solid #63802E !important;
  color: #63802E !important;
}

.texto,
.textos,
.shopping_cart a.top_cart {
  color: #ffffff !important;
}

/* Carrinho */
.shopping_cart a.top_cart .handle {
  background-color: #63802E;
}

.type_6 .shopping_cart a.top_cart .shopcart .title,
.type_6 .shopping_cart a.top_cart .shopcart .text-shopping-cart {
  color: #ffffff;
}


/**************************************************************
    RODAPÉ (FOOTER)
**************************************************************/

.footer-container {
  background-color: #203145;
  color: #ffffff;
}

.footer-lines {
  border-top: 1px solid #2e4258;
}

.footer-top .module h3.modtitle {
  color: #ffffff;
}

/* Links */
.type_footer3 a {
  color: #cfd8e3;
}

.type_footer3 a:hover {
  color: #63802E;
}

.footer-top ul.menu li > a:before {
  background-color: #63802E;
}

/* Redes sociais */
.footer-top .icons-social .icon-circled {
  border: 1px solid #63802E;
  color: #63802E;
}

.footer-top .icons-social a:hover .icon-circled {
  background: #63802E;
  color: #ffffff;
}

/* Newsletter */
.newsletter {
  border-bottom: 1px solid #2e4258;
}

.newsletter input,
div.subscribe-home input.form-control {
  background: #1a2736;
  border: 1px solid #2e4258;
  color: #ffffff;
}

div.subscribe-home .btn {
  background: #63802E;
  border-color: #63802E;
  color: #ffffff;
}

div.subscribe-home .btn:hover {
  background: #4f6624;
  border-color: #4f6624;
}

/* Contato */
.contact-horario,
.contact-address li {
  color: #cfd8e3;
}

.contact-address span {
  background-color: #63802E;
  color: #ffffff;
}

.type_footer3 .contact-address li:hover span {
  background-color: #4f6624;
}

/* Rodapé inferior */
.footer-bottom-block {
  background: #1a2736;
  color: #ffffff;
}

/**************************************************************
    CORRIGIR LINHA LARANJA DO MENU LATERAL
**************************************************************/

/* Remove qualquer borda laranja superior */
.module.vertical .title,
.module.vertical .block-title,
.module.vertical h3,
.vertical-wrapper,
.vertical-menu,
.vertical .block-title {
  border-top: 3px solid #63802E !important;
}

/* Caso esteja usando border-bottom */
.module.vertical .title,
.module.vertical .block-title {
  border-bottom: 3px solid #63802E !important;
}

/* Se for pseudo-elemento */
.module.vertical .title:before,
.module.vertical .block-title:before {
  background-color: #63802E !important;
}
