@charset "UTF-8";
/**
 *  Folha de estilos para o widget: LISTA DE POSTS (GRANDE - 6 ITEMS)
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
/**
 *  Variáveis, mixins e configurções
 *
 *  @author     Bruno Lima <brunothelima@gmail.com>
 *  @link       assets/scss/configurations.scss
 */
/*  NTH da mais escura -> para a mais clara */
/* 				 nth(1)   nth(2)   nth(3)   nth(4)   nth(5)   nth(6)   nth(7) */
/* 				nth(1)  nth(2)    nth(3)   nth(4)   nth(5) */
/* 					  nth(1)   nth(2)    nth(3)   nth(4)   nth(5) */
/* 					     nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			   nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			 nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			      nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/**
 *  Folha de estilos para configurações de texto
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
/* line 16, ../../../scss/partials/_text.scss */
h1 {
  font-size: 30px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  /* line 16, ../../../scss/partials/_text.scss */
  h1 {
    font-size: 27px;
  }
}

/* line 28, ../../../scss/partials/_text.scss */
h2 {
  font-size: 21px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  /* line 28, ../../../scss/partials/_text.scss */
  h2 {
    font-size: 18px;
  }
}

/* line 40, ../../../scss/partials/_text.scss */
h3 {
  font-size: 19px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  /* line 40, ../../../scss/partials/_text.scss */
  h3 {
    font-size: 16px;
  }
}

/* line 52, ../../../scss/partials/_text.scss */
h4 {
  font-size: 17px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  /* line 52, ../../../scss/partials/_text.scss */
  h4 {
    font-size: 15px;
  }
}

/* line 74, ../../../scss/partials/_text.scss */
p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  /* line 74, ../../../scss/partials/_text.scss */
  p {
    margin-bottom: 11px;
  }
}

/* line 83, ../../../scss/partials/_text.scss */
.text {
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 1200px) {
  /* line 83, ../../../scss/partials/_text.scss */
  .text {
    font-size: 14px;
  }
}

/* line 11, ../scss/style.scss */
.widget.post-list .widget-content {
  overflow: hidden;
  background-color: #FFFFFF;
}
/* line 17, ../scss/style.scss */
.widget.post-list .widget-content ul {
  padding: 15px;
}
/* line 35, ../../../scss/configurations.scss */
.widget.post-list .widget-content ul:after {
  clear: both;
  content: '';
  display: block;
}
/* line 23, ../scss/style.scss */
.widget.post-list .widget-content ul li {
  float: left;
  height: 100px;
  list-style: none;
  font-size: 0;
}
/* line 32, ../scss/style.scss */
.widget.post-list .widget-content ul li a {
  display: block;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 39, ../scss/style.scss */
.widget.post-list .widget-content ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 42, ../scss/style.scss */
.widget.post-list .widget-content ul li img {
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
/* line 50, ../scss/style.scss */
.widget.post-list .widget-content ul li .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/* line 57, ../scss/style.scss */
.widget.post-list .widget-content ul li .info p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
}
/* line 64, ../scss/style.scss */
.widget.post-list .widget-content ul li .info p:first-child {
  margin-bottom: 10px;
  color: #007EBC;
  font-weight: bold;
}
/* line 74, ../scss/style.scss */
.widget.post-list .widget-content ul li img ~ .info {
  width: calc(100% - 85px);
  padding-left: 15px;
}
/* line 82, ../scss/style.scss */
.widget.post-list .widget-content ul li:hover img {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}
/* line 84, ../scss/style.scss */
.widget.post-list .widget-content ul li:hover .info p {
  text-decoration: underline;
}
/* line 88, ../scss/style.scss */
.widget.post-list .widget-content ul li:hover .info p:first-child {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 98, ../scss/style.scss */
.widget.post-list .widget-content.model-1 ul li {
  float: none;
  width: 100%;
}
/* line 104, ../scss/style.scss */
.widget.post-list .widget-content.model-2 ul li {
  width: 50%;
}
/* line 106, ../scss/style.scss */
.widget.post-list .widget-content.model-3 ul li {
  width: 33.33%;
}

/* line 112, ../scss/style.scss */
.grid.tablet-size .widget.post-list .widget-content ul {
  padding: 11px;
}
/* line 118, ../scss/style.scss */
.grid.tablet-size .widget.post-list .widget-content ul li img {
  width: 60px;
}
/* line 120, ../scss/style.scss */
.grid.tablet-size .widget.post-list .widget-content ul li img ~ .info {
  width: calc(100% - 71px);
  padding-left: 11px;
}
/* line 126, ../scss/style.scss */
.grid.tablet-size .widget.post-list .widget-content ul li .info p {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  /* line 112, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul {
    padding: 11px;
  }
  /* line 118, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li img {
    width: 60px;
  }
  /* line 120, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li img ~ .info {
    width: calc(100% - 71px);
    padding-left: 11px;
  }
  /* line 126, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li .info p {
    font-size: 12px;
  }
}

/* line 112, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul {
  padding: 11px;
}
/* line 118, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li img {
  width: 60px;
}
/* line 120, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li img ~ .info {
  width: calc(100% - 71px);
  padding-left: 11px;
}
/* line 126, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li .info p {
  font-size: 12px;
}
/* line 133, ../scss/style.scss */
.grid.mobile-size .widget.post-list {
  height: auto !important;
}
/* line 137, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 15px 30px;
}
/* line 146, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li {
  float: none !important;
  width: 100% !important;
  height: auto;
  margin-top: 30px;
}
/* line 154, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li:first-child {
  margin-top: 0;
}
/* line 156, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li img {
  width: 100px;
}
/* line 158, ../scss/style.scss */
.grid.mobile-size .widget.post-list .widget-content ul li img ~ .info {
  width: calc(100% - 120px);
}

@media screen and (max-width: 980px) {
  /* line 133, ../scss/style.scss */
  section.main-content .widget.post-list {
    height: auto !important;
  }
  /* line 137, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 15px 30px;
  }
  /* line 146, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li {
    float: none !important;
    width: 100% !important;
    height: auto;
    margin-top: 30px;
  }
  /* line 154, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li:first-child {
    margin-top: 0;
  }
  /* line 156, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li img {
    width: 100px;
  }
  /* line 158, ../scss/style.scss */
  section.main-content .widget.post-list .widget-content ul li img ~ .info {
    width: calc(100% - 120px);
  }
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.notices ul li a .info .title {
  color: #007EBC;
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.special-channels ul li a .info .title {
  color: #279DAC;
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.service-guide ul li a .info .title {
  color: #449E85;
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.events ul li a .info .title {
  color: #57486F;
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.jobs ul li a .info .title {
  color: #425E8A;
}

/* line 191, ../scss/style.scss */
.widget.post-list .widget-content.utilities ul li a .info .title {
  color: #425E8A;
}
