/*
Substitua estas cores pelas cores do novo tema:

cor principal (botões, links, etc): 084879
cor secundária (hover da principal): 398563
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
/*  font-family: 'Cabin', sans-serif; */
    font-weight: 200;
}

footer {
}


/* Classes Genericas
-------------------------------------------------- */
a:link,
a:visited{
  color: #084879;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:focus{
  color: #398563;
}
h1 {
  color: #054574;
  padding: 15px 0;
  margin-bottom: 30px;
}
h2 {
  color: #398563;
}
h3{
  color: #398563;
}
h4 {
  color: #084879;
}
hr {
  border-top: 1px solid #084879;
}
p {
  font-size: 18px;
  color: #545453;
  margin: 0 0 20px;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.breadcrumb {
  margin: 20px 0 0 0;
  border-top: solid 1px #398563;
  background-color: #e8e8e8;
  border-radius: 0;
}
.breadcrumb>li {
  text-shadow: none;
}
.breadcrumb li:first-child {
  display: none;
}
.breadcrumb > .active span {
  color: #398563 !important;
  font-weight: 700;
}
.readmore a:link,
.readmore a:visited,
.btn{
  display: inline-block;
  padding: 5px 20px;
  background: #084879;
  border: 1px solid #084879;
  color: #fff; 
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.readmore a:hover,
.readmore a:focus,
.btn:hover{
  color: #fff;
  background: #398563;
  border: 1px solid #398563;
}
.icon-chevron-right{
  display: none;
}
.bfQuickMode .icon-asterisk {
  background: url(../images/ico-asterisco.png) no-repeat;
}
.bfQuickMode .controls .control-label {
  width: 100px !important;
  min-width: 100px !important;
}
.item {
    margin-bottom: 50px;
}



/* Classes do header
-------------------------------------------------- */
header {
   background: url("../images/header/texture.jpg");
   border-top: 20px solid #398563;
    border-bottom: 9px solid #FFFFFF;
}
header .row {
  position: relative;
}
#logo {
  position: absolute;
  width: 220px;
  top: -20px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99;
}
#logo p {
  margin: 0;
}
#logo a {
  display: block;
  padding: 22px;
}
#logo a:hover img,
#logo a:focus img {
    transition: all 0.3s;
    opacity: 0.7;
}

.banner {
    clear: both;
    position: relative;
    z-index: 1;
}

/* Estilo do menu
-------------------------------------------------- */
nav{
  float: right;
  text-align: right;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
nav .first {
  display: none;
}
/* Menu Desktop ------------ */

.responsiveMenuTheme1d.isDesktop {
    background: transparent;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
}
.responsiveMenuTheme1d.isDesktop span.linker {
    padding: 0px 0;
    line-height: 60px;
}
.responsiveMenuTheme1d.isDesktop > li > a, 
.responsiveMenuTheme1d.isDesktop > li.parent > a {
    padding: 30px 15px 20px 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
}
.responsiveMenuTheme1d.isDesktop > li > a span.opener {
    padding: 50px 0;
}
.responsiveMenuTheme1d.isDesktop > li > a:hover {
    background: no-repeat url(../images/header/active.png) center;
    background-size: auto 100%;
    background-color: #165280;
} 
.responsiveMenuTheme1d.isDesktop > li.active > a {
    color: #398563;
    background: no-repeat url(../images/header/active.png) center;
    background-size: auto 100%;
}
.responsiveMenuTheme1d.isDesktop li li > a {
    background: #06365b;
    border-top: 1px solid #a47e8b;
    padding: 0 40px 0 40px;
}
.responsiveMenuTheme1d.isDesktop li li > a:hover {
    background: no-repeat url(../images/header/child-active.png) left;
    background-color: #165280;
    background-size: auto 50%;
}
.responsiveMenuTheme1d.isDesktop li li span.linker {
    line-height: 40px;
}
.responsiveMenuTheme1d.isDesktop > li.parent > a {
    padding-right: 35px;
}
.responsiveMenuTheme1d.isDesktop span.opener {
    background-image: url(../images/down-bg.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    width: 35px;
    padding: 20px 0;
}
.responsiveMenuTheme1d.isDesktop li li span.opener {
    background-image: url(../images/right-bg.png);
    padding: 10px 0;
}
.responsiveMenuTheme1d.isDesktop li li li a {
    background: #06365b;
    border-top: 1px solid #a47e8b;
}

/* Menu Toggle ------------ */

.toggleMenu {
    background: transparent url(../images/toggle.png) no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    padding: 0px;
    line-height: 0px;
    border-radius: 0px;
    margin-bottom: -5px;
}
.toggleMenu:hover {
    background: rgba(255,255,255,0.6) url(../images/toggle2.png) no-repeat;
    background-position: center;
}
.toggleMenu span {
    display: none;
}

/* Menu Mobile ------------ */

.responsiveMenuTheme1m.isMobile {
  position: absolute;
  display: block;
  right: 0;
  min-width: 240px;
  background: #084879;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 9;
}
.responsiveMenuTheme1m.isMobile span.linker {
    padding: 10px 30px;
}
.responsiveMenuTheme1m.isMobile > li.parent > a {
    padding: 0px;
}
.responsiveMenuTheme1m.isMobile span.opener {
    background-image: url(../images/down-bg.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    width: 30px;
    padding: 10px 0px;
}
.responsiveMenuTheme1m.isMobile > li {
    border-top: 1px solid #398563;
}
.responsiveMenuTheme1m.isMobile a:hover, 
.responsiveMenuTheme1m.isMobile li.active > a, 
.responsiveMenuTheme1m.isMobile li > span.separator:hover {
  background-color: #398563;
}
.responsiveMenuTheme1m.isMobile li li > a {
    background: #782a45;
    border-top: 1px solid #8A5C6C;
}
.responsiveMenuTheme1m.isMobile li li li a {
    background: #893955;
    border-top: 1px solid #9C5F74;
}

/* HOME */
#home-1, #home-2 {
  padding: 70px 0;
}
#home-1 h1 {
  text-align: center;
  color: #084879;
}
#home-1 p {
  text-align: right;
}
#home-2 {
  background-color: #dddfe0;
}
#home-2 .span4 {
  background-color: #FFFFFF;
}
#home-2 h2 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 21px;
  color: #FFFFFF;
  background-color: #398563;
}
#home-2 p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #7d7e7e;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#home-2 p:nth-of-type(2) {
  padding: 26px 30px;
  min-height: 200px;
}
#home-2 img {
  display: block;
  width: 100%;
}
#home-2 .readmore {
  margin: 0;
}
#home-2 .readmore span {
  display: block !important;
  padding: 5px 20px;
  background: #084879;
  border: 1px solid #084879;
  color: #fff; 
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#home-2 a:hover p,
#home-2 a:focus p {
  color: #FFFFFF;
  background-color: #084879;
}

/* MEIO */
#meio {
  background-color: #f2f2f2;
}
#meio > .container {
  background-color: #FFFFFF;
}
#meio > .container > .row > .span12,
#meio > .container > .row > .span9 {
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  #meio #pch-gallery {
    width: 40%;
    float: right;
  }
}
#meio .gallery-right {
  float: right;
  width: 50%;
  margin: 0 0 20px 20px;
}
/* Classes da pagina de resultados de busca
-------------------------------------------------- */
.search fieldset {
	float: left;
	width: 50%;
}
.result-category {
	font-size: 11px;
	color: #B2B2B2;
}
.result-created {
	display: none;
}
.result-text{
	margin-bottom: 30px;
}
.btn{
	margin: 0;
}



/* Estilo do meio
-------------------------------------------------- */




/* Classes do Footer
-------------------------------------------------- */
footer {
  background: #FFFFFF;
  padding-top: 20px;
}
footer h4 {
  color: #084879;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
footer p {
  font-size: 14px;
}
footer a:link,
footer a:visited{
  color: #8B8B8B;
}
footer a:hover,
footer a:focus{
  color: #ccc;
}
#ci {
  background: #084879;
  text-align: center;
  line-height: 50px;
}
#ci p {
  margin: 0;
  padding: 0;
}
#ci a:link,
#ci a:visited {
  color: #16aeb5;
  font-size: 12px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#ci a:hover,
#ci a:focus {
  color: #ccc;
}
#ci a span {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
#ci a:hover span,
#ci a:focus span {
  -webkit-filter: brightness(1) contrast(1) grayscale(1);
  -moz-filter: brightness(1) contrast(1) grayscale(1);
  -o-filter: brightness(1) contrast(1) grayscale(1);
  filter: brightness(1) contrast(1) grayscale(1);
}




/* Estilos do Responsivo
-------------------------------------------------- */
/* Desktop -------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  #logo {
    width: 160px;
    top: 110px;
  }
}




/* De tablet de pé a tablet deitado e desktop normal ------------*/
@media (max-width: 979px) {
  #logo {
    width: 160px;
  }
}




/* até tablet de pé ---------------------------------------------*/
@media (max-width: 767px){
body {
    margin-bottom: 0px;
}


header, .banner, #ci {
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
}
header{
  position: inherit;
}
nav {
    margin-top: 0;
}
footer {
  position: relative;
  text-align: center;
}
.search fieldset {
    float: none;
    width: auto;
    margin-bottom: 20px;
}
#meio > .container > .row > .span12,
#meio > .container > .row > .span9 {
    padding: 0;
}
#ci a span {
    display: block;
}
}