@charset "UTF-8";
/**
 *  Folha de estilos principal
 *  
 *  @author     Bruno Lima <brunothelima@gmail.com>
 *  @link       assets/scss/main.scss
 */
/**
 *  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 14, ../scss/style.scss */
.widget.single-post .widget-content {
  background-color: #FFFFFF;
  overflow: hidden;
}
/* line 20, ../scss/style.scss */
.widget.single-post .widget-content a {
  display: block;
}
/* line 24, ../scss/style.scss */
.widget.single-post .widget-content a .image {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 38, ../scss/style.scss */
.widget.single-post .widget-content a .info {
  padding: 20px 15px 0;
}
@media screen and (max-width: 1200px) {
  /* line 38, ../scss/style.scss */
  .widget.single-post .widget-content a .info {
    padding: 20px 11px 0;
  }
}
/* line 46, ../scss/style.scss */
.widget.single-post .widget-content a .info .title {
  font-size: 13px;
  line-height: normal;
  color: #007EBC;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 55, ../scss/style.scss */
.widget.single-post .widget-content a .info .resume {
  font-size: 13px;
  line-height: normal;
  color: #53636D;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
/* line 67, ../scss/style.scss */
.widget.single-post .widget-content a:hover .image {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}
/* line 71, ../scss/style.scss */
.widget.single-post .widget-content a:hover .info .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 73, ../scss/style.scss */
.widget.single-post .widget-content a:hover .info .resume {
  text-decoration: underline;
}

/* line 84, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .head {
  padding: 0 11px;
}
/* line 86, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .course {
  padding: 25px 11px;
}
/* line 91, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .course img {
  width: 60px;
}
/* line 93, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .course .info {
  width: 130px;
  margin-left: 11px;
}
/* line 98, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .course .info .title {
  font-size: 12px;
}
/* line 100, ../scss/style.scss */
.grid.tablet-size .widget.single-course .widget-content .course .info .resume {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  /* line 84, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .head {
    padding: 0 11px;
  }
  /* line 86, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course {
    padding: 25px 11px;
  }
  /* line 91, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course img {
    width: 60px;
  }
  /* line 93, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course .info {
    width: 130px;
    margin-left: 11px;
  }
  /* line 98, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course .info .title {
    font-size: 12px;
  }
  /* line 100, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course .info .resume {
    font-size: 12px;
  }
}

/* line 84, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .head {
  padding: 0 11px;
}
/* line 86, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course {
  padding: 25px 11px;
}
/* line 91, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course img {
  width: 60px;
}
/* line 93, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course .info {
  width: 130px;
  margin-left: 11px;
}
/* line 98, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course .info .title {
  font-size: 12px;
}
/* line 100, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course .info .resume {
  font-size: 12px;
}
/* line 108, ../scss/style.scss */
.grid.mobile-size .widget.single-course .widget-content .course .info {
  width: calc(100% - 80px);
}

@media screen and (max-width: 980px) {
  /* line 108, ../scss/style.scss */
  section.main-content .widget.single-course .widget-content .course .info {
    width: calc(100% - 80px);
  }
}

/* line 139, ../scss/style.scss */
.widget.single-post .widget-content.notices a .info .title {
  color: #007EBC;
}

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

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

/* line 139, ../scss/style.scss */
.widget.single-post .widget-content.events a .info .title {
  color: #57486F;
}

/* line 139, ../scss/style.scss */
.widget.single-post .widget-content.jobs a .info .title {
  color: #425E8A;
}

/* line 139, ../scss/style.scss */
.widget.single-post .widget-content.utilities a .info .title {
  color: #425E8A;
}
