@charset "UTF-8";
/**
 *  Folha de estilos geral para comportamento de listagem
 *  @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>
 */
h1 {
  font-size: 30px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 21px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 19px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 17px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 15px;
  }
}

p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  p {
    margin-bottom: 11px;
  }
}

.text {
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 14px;
  }
}

.main-content.list-page h1 {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 1px solid #E3E7E9;
  font-weight: 400;
  color: #7C8184;
  line-height: 175%;
}
@media screen and (max-width: 980px) {
  .main-content.list-page h1 {
    padding: 22px 11px;
    padding-right: 60px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    line-height: normal;
    font-size: 15px;
    line-height: normal;
  }
}
@media screen and (max-width: 980px) and (max-width: 1200px) {
  .main-content.list-page h1 {
    font-size: 14px;
  }
}

.main-content.list-page h1 sup {
  color: inherit;
  font-size: 21px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .main-content.list-page h1 sup {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .main-content.list-page h1 sup {
    font-size: 11px;
    line-height: normal;
  }
}
@media screen and (max-width: 980px) and (max-width: 1200px) {
  .main-content.list-page h1 sup {
    font-size: 10px;
  }
}

.main-content.list-page h1 .trigger-filters {
  position: absolute;
  display: none;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main-content.list-page h1 .trigger-filters img {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .main-content.list-page h1 .trigger-filters {
    display: block;
  }
}
.main-content.list-page h1:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #7C8184;
}
@media screen and (max-width: 980px) {
  .main-content.list-page h1:before {
    display: none;
  }
}
.main-content.list-page .holder:after {
  clear: both;
  content: '';
  display: block;
}
.main-content.list-page .holder .list {
  float: left;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list {
    width: calc(100% - 325px);
  }
}
@media screen and (max-width: 980px) {
  .main-content.list-page .holder .list {
    width: 100%;
  }
}
.main-content.list-page .holder .list > ul li {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 60px 15px;
  margin-bottom: 15px;
  min-height: 180px;
  background: #FFFFFF;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  list-style: none;
}
.main-content.list-page .holder .list > ul li a {
  display: block;
}
.main-content.list-page .holder .list > ul li .image {
  float: left;
  height: 100%;
  margin-right: 30px;
}
.main-content.list-page .holder .list > ul li .image img {
  display: block;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media screen and (max-width: 980px) {
  .main-content.list-page .holder .list > ul li .image {
    display: none;
  }
}
.main-content.list-page .holder .list > ul li .info {
  position: relative;
  padding-right: 60px;
}
.main-content.list-page .holder .list > ul li .info .title {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: normal;
  color: #53636D;
  font-weight: 300;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list > ul li .info .title {
    font-size: 18px;
  }
}
.main-content.list-page .holder .list > ul li .info .resume {
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
  color: #92989C;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list > ul li .info .resume {
    font-size: 12px;
  }
}
.main-content.list-page .holder .list > ul li .image ~ .info {
  float: left;
  width: calc(100% - 185px);
}
@media screen and (max-width: 980px) {
  .main-content.list-page .holder .list > ul li .image ~ .info {
    width: 100%;
    float: none;
  }
}
.main-content.list-page .holder .list > ul li time {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main-content.list-page .holder .list > ul li time > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: normal;
  color: #92989C;
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list > ul li time > * {
    font-size: 10px;
  }
}
.main-content.list-page .holder .list > ul li.banner {
  padding: 15px 45px 15px 15px;
  height: 90px;
  min-height: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list > ul li.banner {
    height: 60px;
    padding: 0;
  }
}
.main-content.list-page .holder .list > ul li.banner .mobile {
  display: none;
}
.main-content.list-page .holder .list > ul li.banner .desktop {
  display: block;
}
@media screen and (max-width: 980px) {
  .main-content.list-page .holder .list > ul li.banner {
    float: none;
    height: 70px;
    padding: 10px 0;
  }
  .main-content.list-page .holder .list > ul li.banner .mobile {
    display: block;
  }
  .main-content.list-page .holder .list > ul li.banner .desktop {
    display: none;
  }
}
.main-content.list-page .holder .list > ul li.banner iframe {
  display: block;
  margin: auto;
}
.main-content.list-page .holder .list > ul li.banner .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  margin-left: 15px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .main-content.list-page .holder .list > ul li.banner .sign {
    display: none;
  }
}
.main-content.list-page .holder .list > ul li.banner .sign span {
  display: block;
  font-size: 9px;
  line-height: 25px;
  text-transform: uppercase;
  color: #53636D;
  -moz-transform: rotate(-90deg) translateX(-46px);
  -ms-transform: rotate(-90deg) translateX(-46px);
  -webkit-transform: rotate(-90deg) translateX(-46px);
  transform: rotate(-90deg) translateX(-46px);
}
.main-content.list-page .holder .list > ul li:hover {
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.main-content.list-page .holder .list > ul li:hover .image img {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}
.main-content.list-page .holder .list > ul li:hover .info .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.main-content.list-page .holder .list > ul li:hover .info .resume {
  text-decoration: underline;
}

.list-end {
  display: none;
}
.list-end .panel {
  width: 100%;
  padding: 15px;
  margin-bottom: 60px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.list-end .panel h2 {
  margin-bottom: 15px;
  font-weight: 400;
  color: #53636D;
}
.list-end .panel p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 200%;
  color: #92989C;
}
@media screen and (max-width: 1200px) {
  .list-end .panel p {
    font-size: 14px;
  }
}
.list-end h3 {
  margin-bottom: 30px;
  font-weight: normal;
}
.list-end h3 > * {
  display: inline-block;
  vertical-align: middle;
}
.list-end h3 span {
  margin-left: 15px;
}
.list-end .tips {
  padding-left: 20px;
}
.list-end .tips li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 200%;
  color: #92989C;
}
@media screen and (max-width: 1200px) {
  .list-end .tips li {
    font-size: 12px;
  }
}

.loading {
  display: none;
  padding: 15px 0;
  text-align: center;
}
.loading svg {
  width: 30px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes colors {
  0% {
    stroke: #0071A8;
  }
  25% {
    stroke: #3D8D77;
  }
  50% {
    stroke: #238C9A;
  }
  75% {
    stroke: #4E4063;
  }
  100% {
    stroke: #3B547B;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.loading .spinner {
  display: inline-block;
  animation: rotator 1.4s linear infinite;
}
.loading .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
