/*----------------------------*\
	hot post
\*----------------------------*/

.hot-post {
  padding: 0 15px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.hot-post .hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.hot-post .hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.hot-post .post {
  margin-bottom: 7px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}


/*=========================================================
	PAGE HEADER
===========================================================*/

.page-header {
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #1b1c1e;
}

#post-header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header .page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.page-header h1 {
  font-size: 41.053px;
  color: #FFF;
}

.page-header p.lead {
  font-size: 20.25px;
  color: #FFF;
}

.page-header .post-meta { padding: 0px; }

/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(95%, rgba(0, 0, 0, 0.25)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(0, 0, 0, 0.25) 95%);
}

.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 15px;
  z-index: 20;
  bottom: 5px;
  background-color: transparent;
}

.post.post-thumb .post-title a {
  color: #fff;
}

.post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
  color: #ee4266;
}

.post.post-thumb .post-meta li {
  color: #fff;
}

.post.post-thumb .post-meta li a {
  color: #fff;
}

.post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
  color: #ee4266;
}

/*----------------------------*\
	post small
\*----------------------------*/

.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*----------------------------*\
	post widget
\*----------------------------*/

.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-widget .post-img {
  float: left;
  width: 130px;
}

.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.post.post-widget .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/*----------------------------*\
	post row
\*----------------------------*/

.post.post-row:after {
  content: '';
  display: table;
  clear: both;
}

.post.post-row .post-img {
  width: 40%;
  float: left;
}

.post.post-row .post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/*=========================================================
	POST PAGE
===========================================================*/

.page-header .post-category {
  margin-bottom: 10px;
}

.page-header .post-meta li {
  color: #fff;
}

.page-header .post-meta li a {
  color: #fff;
}

.page-header .post-meta li a:hover, .page-header .post-meta li a:focus {
  color: #ee4266;
}

.post-share a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #97989b;
  margin-right: 4px;
  margin-bottom: 6px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-share a:hover {
  opacity: 0.9;
}

.post-share a i {
  width: 20px;
  text-align: center;
}

.post-share a span {
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.post-content .post-attachement.pull-left {
  margin-right: 15px;
}

.post-content .post-attachement.pull-right {
  margin-left: 15px;
}

.post-tags ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.post-tags ul li:first-child {
  font-weight: 400;
}

.post-tags ul li:after {
  content: ',';
  display: inline-block;
}

.post-tags ul li:first-child:after {
  display: none;
}

.post-tags ul li:last-child:after {
  display: none;
}

/*----------------------------*\
	post nav
\*----------------------------*/

.post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.post-nav .post-title {
  font-size: 14px;
  margin: 0px;
}

.post-nav .prev-post {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.post-nav .next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 15px;
}

.post-nav .post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.post-nav .prev-post .post-img {
  float: left;
  margin-right: 15px;
}

.post-nav .next-post .post-img {
  float: right;
  margin-left: 15px;
}

.post-nav .next-post span, .post-nav .prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.post-nav .next-post:after, .post-nav .prev-post:after {
  content: '';
  display: table;
  clear: both;
}

/*=========================================================
	POST
===========================================================*/

.post {
  position: relative;
  margin-bottom: 30px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
  color: #ffffff;
}

.post-img {
  overflow: hidden;
}

.post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post .post-title {
  font-size: 18px;
}

.post .post-title.title-sm {
  font-size: 16px;
}

.post .post-title.title-lg {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 32px;
}

.post .post-category {
  margin-bottom: 10px;
}

.post-category a {
  color: #ee4266;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.post-category a:after {
  content: ',';
  display: inline-block;
}

.post-category a:last-child:after {
  display: none;
}

.post .post-meta {
  margin-bottom: 10px;
  padding: 0px;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 14px;
  text-transform: uppercase;
}

.post-meta li a {
  color: #97989b;
  font-weight: 700;
}

.post-meta li a:hover, .post-meta li a:focus {
  color: #ee4266;
}

.post-meta li:after {
  content: '•';
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-meta li:last-child:after {
  display: none;
}



/*----------------------------*\
	COMMENTS
\*----------------------------*/

.post-comments .media {
  margin-top: 30px;
}

.post-comments .media:nth-child(1) {
  margin-top: 0px;
}

.post-comments .media .media-left {
  position: relative;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
}

.post-comments .media .media-left .media-object {
  width: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.post-comments .media .media-left i {
	width: 70px;
	position: relative;
	z-index: 20;
	font-size: 5em;
}

.post-comments .media .media-left:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 80px;
  bottom: 15px;
  width: 1px;
  background-color: #e8eaed;
}

.post-comments .media .media-body {
  display: table-cell;
  vertical-align: top;
}

.post-comments .media .media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments .media .media-heading .time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.post-comments .media .reply {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-comments .media .reply:hover {
  opacity: 0.9;
}

.post-comments .media.media-author .media-heading h4 {
  color: #ee4266;
}

.post-comments .media.media-author .media-left:after {
  background-color: #ee4266;
}
/*=========================================================
	ASIDE
===========================================================*/
.aside-widget {
  margin-bottom: 30px;
}
/*----------------------------*\
	category widget
\*----------------------------*/
.category-widget ul {
  list-style: none;
  padding: 0px;
}

.category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.footer-widget .category-widget ul li {
  border-color: #323335;
}

@media only screen and (max-width: 767px) {
  .post-nav .prev-post {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .post-nav .prev-post:last-child {
    margin-bottom: 0px;
  }

  .post-nav .next-post {
    float: none;
    width: 100%;
  }

  .post-nav .next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }

  .post-nav .next-post .post-img {
    margin-right: 15px;
    float: left;
    margin-left: 0px;
  }
}

/* MODELO NOTICIAS */
.noticias-item {
  margin:0px 0px 15px 0px;
  border-bottom: 3px solid #eee;
  display: block;
  padding: 15px 0px 15px 2px;
  background: #f5f5f5;
  height: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.noticias-item em.overflow-hidden {
  display: block;

}

.noticias-item a img {
  transition: all 0.8s ease-in-out;
}

.noticias-item:hover{
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.25);
}

.noticias-item:hover img ,
.noticias-item a:hover img {
  opacity: 0.8;
  transform: scale(1.1) rotate(0deg);
}
.hover-effect {
  transition: all 0.4s ease-in-out;
}

.noticia .noticia-in {
  padding: 0px 0px 0px 0px;
}

.noticia .noticia-in-sm {
  padding:0px 0px;
}

.noticia h2 {
  font-size:16px;
  font-weight: 600;
  margin:0px 0px 15px 0px ;
  padding:0px 0px;
  line-height: 24px;

}

.noticia .noticia-in-sm h2 {
  font-size:16px;
  margin: 0px 0px 10px 0px;
  line-height: 24px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .noticia h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.noticia h2 a {
  color: #111111;
}

.noticia h2 a:hover {
  color: #de7a4e;
  text-decoration: none;
}

.noticia p {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  line-height:18px;
}

.noticia hr {
  margin:10px 0px;
}

/*News Info*/
.noticia .posted-info li {
  color: #111111;
}

.noticia .noticia-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.noticia .posted-info li:before,
.noticia .noticia-in-sm .posted-info li:before {
  content: '/';
}

.noticia .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.noticia .noticia-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.noticia .posted-info li:first-child:before,
.noticia .noticia-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.noticia .posted-info li a {
  color: #111111;
}

.noticia .posted-info li a:hover {
  color: #ab2930;
}

/*News Shares*/
.noticia .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.noticia .noticia-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.noticia .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.noticia .post-shares li i {
  color: #111111;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.noticia .post-shares li i:hover {
  background: #ddd;
}

.noticia .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #ab2930;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.noticia .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

/*BTN READ MORE BLOG*/
.btnmoreblog {
  background: #2ca1cd !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding:7px 15px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: 14px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  bottom: 0px;
}

.btnmoreblog i{
  font-size: 14px !important;
}

.btnmoreblog:focus,
.btnmoreblog:hover {
  background-color:#207999 !important;
  color:#fff !important;
}

.btnmoreblog:hover,
.btnmoreblog:focus {
  outline: none;
}

.btnside {
  border: 0;
  color: #fff;
  font-size:20px;
  cursor: pointer;
  font-weight: 400;
  padding:10px 13px !important;
  position: relative;
  background: #2ba1cc;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 4px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.btnside:hover {
  color: #fff;
  background: #207999;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btnside:hover,
.btnside:focus {
  outline: none;
}

@media (max-width: 551px) {

  .noticias-item {
    display: block;
    padding: 15px 15px 15px 15px;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: left;
    justify-content: left;
  }

  .img-blog {
    float:left;
    width:100% !important;
    display:block !important;
    margin-bottom:2px;
  }

}

#campobusca {
  height: 40px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

form#formBuscaBlog .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 1px solid #fff;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  font-size: 16px;
  padding: 9px 20px;
  color: #FFFFFF;
}
