@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
}

a {
  color: #3F648D;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  border: none;
}

p {
  line-height: 1.7;
}

.clear {
  clear: both;
}

hr {
  height: 1px;
  clear: both;
  border: none;
  line-height: 0;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}


/***  HELPERS ***/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

.clear {
  clear: both;
}

.opacity-low {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.font-small {
  font-size: 90% !important;
}

.font-large {
  font-size: 200% !important;
}


/*** nav-top ***/

#nav-top {
  background: #f1f1f1;
  font-size: 13px;
  text-align: right;
  padding: 5px 0;
}

#nav-top p {
  display: inline-block;
  position: relative;
  top: 5px;
}

#nav-top p a {
  margin: 0 9px;
}

#nav-top a:hover {
  opacity: 0.8;
}

#nav-top p span {
  margin: 0 15px;
  border-left: solid 1px rgba(200, 200, 200, 0.3);
}

#nav-top .navbar-form {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

#nav-top .navbar-form input {
  border-radius: 0;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-top .navbar-form button {
  border-radius: 0;
  border-left: none;
  background: #fff;
  color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


/*** header ***/

#header {
  background: #fff;
  border-top: solid 1px #ddd;
  padding: 20px 0;
}

.logo img {
  max-height: 90px;
}

.full-banner-header {
  text-align: right;
}

#header .navbar-toggle {
  margin: 20px 0 0 0;
}


/*** main-content ***/

.main-content {
  margin-top: 20px;
}

.box-main-content {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  min-height: 450px;
}

.title-main {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  margin: 0;
  padding: 10px 0 25px 0;
}

.title-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #3F648D;
}

.breadcrumb {
  background: none;
  padding: 0;
}

.box-featured {
  padding-bottom: 30px;
}

.box-featured figure a {
  color: #fff;
}

.box-featured figure {
  position: relative;
}

.box-featured figcaption {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.box-post-h {
  margin-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 0 5px 0;
}

.post-hm .col-sm-6:nth-child(1) .box-post-h,
.post-hm .col-sm-6:nth-child(2) .box-post-h {
  border-top: none;
  padding: 0;
}

.box-post-h img {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 106px;
  border-radius: 5px;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.20);
}

.box-post-h p {
  height: 105px;
  overflow: hidden;
  /*display: table-cell;

vertical-align: middle;*/
}

.box-post-h p a,
.box-post-h-featured p a {
  color: #333;
}

.box-post-h p strong {
  display: block;
  margin-bottom: 10px;
}

.box-post-h p a:hover,
.box-post-h-featured p a:hover {
  color: #3F648D;
  text-decoration: none;
}

.box-post-h p,
.box-post-h-featured p {
  line-height: 1.54;
}

.title-box-post {
  max-height: 55px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}

.wrp-box-post-h .box-post-h:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.box-post-h-featured img {
  width: 100%;
  max-height: 276px;
}

.box-post-h-featured p {
  padding-top: 20px;
}

.box-post-h-featured .fa,
.box-post-h .fa {
  color: #aaa;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.box-post-h-featured:hover .fa-facebook,
.box-post-h:hover .fa-facebook {
  color: #3B5998;
}

.box-post-h-featured:hover .fa-twitter,
.box-post-h:hover .fa-twitter {
  color: #1DA1F2;
}

.box-post-h-featured:hover .fa-google-plus,
.box-post-h:hover .fa-google-plus {
  color: #DC4E41;
}

.nav-tabs {
  background: #EFEFEF;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a {
  padding: 20px 39px;
  font-weight: bold;
  font-size: 17px;
  color: #555;
  border-top: solid 3px #e0e0e0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #3F648D;
  border-top: solid 3px #3F648D;
}

.nav-tabs>li>a:hover {
  background: rgba(0, 0, 0, 0.1);
  border-top: solid 3px rgba(0, 0, 0, 0.1);
}


/*** nav-main ***/

#nav-main {
  background: #444;
}

#nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu-header li a {
  display: block;
  padding: 15px 20px;
}

.nav-menu-header .dropdown i {
  position: absolute;
  top: 33%;
  right: 10px;
}

.nav-menu-header li a {
  color: #fff;
}

.nav-menu-header li:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #A31116 !important;
}

.nav-menu-header li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.nav-menu-header li ul li a:hover {
  background: #f5f5f5 !important;
  color: #3F648D !important;
}

.menu-hv {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.menu-hv * {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu-hv li {
  position: relative;
  float: left;
}

.menu-hv a {
  display: block;
}

.menu-hv li ul {
  position: absolute;
  visibility: hidden;
  box-shadow: 0 1px 2px #ccc;
  z-index: 99;
}

.menu-hv li:hover ul,
.menu-hv li.hover ul {
  visibility: visible;
}

.menu-hv li:hover ul ul,
.menu-hv li.hover ul ul {
  visibility: hidden;
}

.menu-hv li li:hover ul,
.menu-hv li li.hover ul {
  visibility: visible
}

.menu-hv li li:hover ul ul,
.menu-hv li li.hover ul ul {
  visibility: hidden
}

.menu-hv li li li:hover ul,
.menu-hv li li li.hover ul {
  visibility: visible
}

.menu-hv:after,
.menu-hv.after {
  content: ".";
  line-height: 0px;
  clear: both;
  display: block;
  visibility: hidden
}

.menu-hv li ul li {
  float: none;
  width: 211px;
  background: #fff;
}

.menu-hv li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 0px !important;
}

.menu-hv li ul li a {
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding: 10px;
  text-transform: capitalize;
  color: #444 !important;
  border-top: solid 1px #eee;
}


/*** sidebar ***/

.box-sidebar {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.without-shadow {
  box-shadow: none;
  background: transparent;
}

.box-sidebar h2 {
  background: #fff;
  font-weight: 4000;
  margin: 0;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.box-sidebar section {
  background: #EFEFEF;
  padding: 15px;
}

.form-sidebar {
  position: relative;
}

.form-sidebar input,
.form-sidebar button {
  border: none;
  box-shadow: none;
}

.form-sidebar input {
  padding-right: 55px;
  font-size: 100%
}

.form-sidebar button {
  position: absolute;
  bottom: 1px;
  right: 0;
  color: #35406D;
}

.form-sidebar button:hover {
  background: transparent;
  color: #000;
}

.list-sidebar {
  list-style: none;
  padding: 0;
}

.list-sidebar li {
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
}

.list-sidebar li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-sidebar li a {
  font-size: 89%;
}


/*** others ***/

.bx-advertising-full {
  text-align: center;
  margin: 25px 0;
  padding: 15px;
  background: url(../images/bg-dot.png) top left;
}

.bx-advertising-full img {
  max-height: 90px;
}

.color-0,
.color-0 a {
  color: #222 !important;
}

.list-imgs-h {
  list-style: none;
  padding: 0;
}

.list-imgs-h li {
  float: left;
  width: 20%;
  text-align: center;
  margin: 10px 0;
}

.box-h-mais .col-sm-4 {
  margin-bottom: 20px;
}

.box-h-mais .col-sm-4:nth-child(3n+4) {
  clear: both;
}

.box-h-mais .box-h-mais-img img {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  padding: 2px;
}

.box-h-mais p a {
  color: #333;
  font-weight: bold;
}

.box-h-mais p a:hover {
  color: #3F648D;
  text-decoration: none;
}

.section-icons-h .col-sm-15 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-icons-h .col-sm-15 p {
  line-height: 18px;
}

.section-icons-h .col-sm-15 a {
  color: #333;
}

.section-icons-h .col-sm-15 a:hover {
  color: #C00;
}

.columns-posts {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 45px;
-moz-column-gap: 45px;
column-gap: 25px;
}
.post-pin {
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
}
.post-pin-content {
margin-bottom: 25px;
}
.post-pin-image {
margin-bottom: 10px;
height: 178px;
}
.post-pin-image a {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100%;
width: 100%;
display: block;
}
.post-pin-content h3 {
line-height: 22px;
font-size: 16px;
padding: 0;
margin: 10px 0;
}
.post-pin-description {
opacity: 0.8;
max-height: 80px;
overflow: hidden;
}
@media (max-width: 768px) {
    .columns-posts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    }
}


/*** section agn ***/

.section-agn {
  /*background: #cb2d3e;

background: -webkit-linear-gradient(to left, #cb2d3e , #ef473a);

background: linear-gradient(to left, #cb2d3e , #ef473a);*/
  position: relative;
  left: -20px;
  width: 105%;
  padding: 5px 20px 0 20px;
}

.section-agn .thumbnail {
  border: solid 2px #cb2d3e;
}

.bx-date-section-agn {
  width: 110px;
  background: url(../images/date-bg.svg) no-repeat top center;
  height: 110px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.bx-date-section-agn a {
  text-decoration: none;
  color: #333;
  display: block;
}

.bx-date-section-agn p:first-child {
  padding-top: 43px;
  font-weight: bold;
  font-size: 36px;
  line-height: 16px;
}

.bx-date-section-agn p:last-child {
  font-size: 15px;
}

.section-agn .caption {
  height: 114px;
  overflow: hidden;
}

.section-agn .caption p {
  max-height: 64px;
  overflow: hidden;
  line-height: 21px;
}


/*** footer ***/

footer {
  background: #333;
  color: #ddd;
  margin-top: 40px;
}

footer a {
  color: #ddd;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  padding: 2px 0;
  font-size: 13px;
}

.text-about-footer {
  padding-top: 30px;
  font-size: 12px;
}

.text-about-footer img {
  float: left;
  margin-right: 40px;
}

.text-about-footer p {
  padding-top: 14px;
}

.footer-main {
  padding: 30px 0;
}

.footer-copyright {
  background: #3F648D;
  font-size: 90%;
  padding: 15px 0;
  color: #ddd;
}

.footer-copyright p {
  margin: 0;
}

/*** Alert ***/

.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}

/*** Grid 5 Columns ***/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}


/*** MEDIA QUERIES ***/

@media only screen and (max-width: 1199px) {
  .menu-hv li ul li {
    width: 188px;
  }
  .nav-menu-header li a[data-info~="main-links"] {
    height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-hv li ul li {
    .nav-menu-header li a[data-info~="main-links"] {
      height: 80px;
    }
    width: 144px;
  }
  .nav-menu-header li a {
    font-weight: 400;
    font-size: 80%;
  }
  .nav-menu-header li a[data-info~="main-links"] {
    height: 70px;
  }
  #carousel-featured .carousel-caption a,
  .box-featured figcaption {
    font-size: 12px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .sidebar {
    margin-top: 25px;
  }
  #nav-main {
    display: none;
  }
  #carousel-featured,
  .box-featured {
    max-width: 249px;
    margin: 0 auto 20px;
  }
  .post-hm .col-sm-6:nth-child(2) .box-post-h {
    border-top: solid 1px #e5e5e5;
    padding: 20px 0 0 0;
  }
  .box-h-mais .col-sm-4 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .box-h-mais-img {
    float: left;
    margin-right: 20px;
    width: 30%;
  }
  .list-imgs-h li {
    width: 50%;
    height: 65px;
    margin: 10px 0;
  }
  .section-icons-h .col-sm-15 {
    margin-bottom: 40px;
  }
  .logo img {
    max-height: 60px;
  }
  #nav-top .navbar-form {
    padding-left: 0;
    margin-top: 10px;
  }
  #header .navbar-toggle {
    margin: 8px 0 0 0;
  }
  #carousel-fullbanner .item .carousel-caption,
  #carousel-fullbanner .carousel-indicators {
    display: none;
  }
  .section-agn {
    width: 110%;
  }
}

@media only screen and (max-width: 600px) {
  .section-agn {
    width: 110%;
  }
  .box-post-h img {
    width: 75px;
    height: 50px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .box-post-h p {
    height: auto;
  }
  #nav-top {
    text-align: left;
  }
  #nav-top p:nth-of-type(2) {
    margin: 8px 0;
  }
  #nav-top p:nth-of-type(2) a {
    margin: 0 15px 0 0;
  }
}

.status0 { color:#ff0000 } /* desativado ou cancelado */
.status1 { color:#444444 } /* ativado ou concluído */
.status2 { color:#ff9900 } /* novo */
.status3 { color:#6666ff } /* em andamento */
.status4 { color:#339900 } /* enviado */
.status5 { color:#cc00ff }
