﻿.noticias,
#detail {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 1080px;
}

.noticias .loaded {
  display: none;
}

#ul_quiz li div ul#list-noticias-anteriores {
  position: relative;
  width: 100%;
}

#other .noticia-box,
#list-noticias .noticia-box,
#list-noticias-anteriores .noticia-box {
  display: block;
}

#ul_quiz #list-noticias-anteriores .noticia-box {
  width: 100%;
}

#ul_quiz .noticia-box {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#ul_quiz .noticia-box p {
  font-size: 14px;
}

#ul_quiz .noticia-box .img-div {
  height: 110px;
  width: 100%;
}

#other:before,
#other:after,
#list-noticias:before,
#list-noticias:after,
#list-noticias-anteriores:before,
#list-noticias-anteriores:after {
  content: '';
  display: table;
}

#other:after,
#list-noticias:after,
#list-noticias-anteriores:after {
  clear: both;
}

.data {
  font-size: 14px;
}

#detail .noticia-box,
#list-noticias .noticia-box {
  border-bottom: 0;
  margin: 25px 15px 0;
  padding: 0;
  width: auto;
}

#detail .data,
#list-noticias .data {
  float: right;
  width: 330px;
}

#list-noticias p,
#list-noticias h3,
#detail #resumo,
#detail h2 {
  float: left;
  width: 330px;
}

#detail .noticia-box .img-div,
#list-noticias .noticia-box .img-div {
  float: left;
  height: 253px;
  margin: 0 30px 0 0;
  width: 690px;
}

#detail .noticia-box .img-div {
  height: 284px;
}

#detail .noticia-box img,
#list-noticias .noticia-box img {
  max-height: initial;
  max-width: 100%;
  min-height: 253px;
  min-width: initial;
  width: 100%;
}

#list-noticias .read-more {
  border-bottom: 1px solid #e1e1e1;
  bottom: 0;
  display: block;
  padding-bottom: 10px;
  position: absolute;
  width: 330px;
}

#resumo {
  color: #333;
}

#descricao {
  clear: both;
  color: #333;
  font-size: 14px;
  margin: 0 15px;
  padding: 30px 0;
}

#descricao img {
  margin: 0;
  max-height: 500px;
  max-width: 100%;
}

#social-buttons {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: right;
  padding: 10px 0;
  text-align: center;
  width: 330px;
}

#social-buttons li {
  display: inline-block;
  vertical-align: top;
}

#social-buttons li + li {
  margin: 0 0 0 5px;
}

#legenda-imagem {
  background-color: #eee;
  border-top: 1px solid #fff;
  line-height: 30px;
  margin-top: 253px;
  padding: 0 43px 0 10px;
  position: relative;
  z-index: 9;
}

#legenda-imagem:before {
  background: url('../img/lupa.png') 50% 50% no-repeat;
  border-left: 3px solid #fff;
  content: '';
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.noticia-box {
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  float: left;
  margin: 0 15px 45px;
  padding-bottom: 10px;
  position: relative;
  width: 240px;
}

.noticia-box:nth-child(4n+1) {
  clear: both;
}

.noticia-box a {
  color: inherit;
  text-decoration: none;
}

.noticia-box:hover a {
  text-decoration: underline;
}

.noticia-box .img-div {
  display: block;
  height: 240px;
  margin: 12px 0;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.noticia-box img {
  left: 50%;
  max-height: 240px;
  min-width: 240px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.noticia-box h2,
.noticia-box h3 {
  color: #00a788;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 16px;
}

.noticia-box h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.noticia-box p {
  font-size: 16px;
  margin: 0;
}

.read-more {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}

.modal-video,
.modal {
  background: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal-video {
  top: 100px;
  z-index: 9;
}

.tit-modal {
  margin: 43px 0 13px;
}

.modal-video .inner {
  margin: 0 auto;
  width: 853px;
}

.modal img {
  cursor: pointer;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fechar {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: -45px -45px 0 0;
  position: absolute;
  right: 10%;
  text-indent: -9999px;
  top: 10%;
  width: 40px;
}

.fechar:before {
  transform: rotate(45deg);
}

.fechar:after {
  transform: rotate(-45deg);
}

.fechar:before,
.fechar:after {
  background: #fff;
  content: '';
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -14px;
  position: absolute;
  top: 50%;
  width: 28px;
}

.below_header {
  margin-bottom: 80px;
}

.below_header .bg-side {
  position: absolute;
  top: -100px;
  z-index: -1;
}

.below_header #bg-left {
  background: url('../img/img_noticias_bg_left.png') no-repeat;
  height: 288px;
  left: 0;
  width: 107px;
}

.below_header #bg-right {
  background: url('../img/img_noticias_bg_right.png') no-repeat 0 0 / 100% 100%;
  height: 150px;
  right: 0;
  width: 200px;
}

#lbl-noticias-anteriores {
  color: #00a788;
  font-size: 30px;
  margin: 50px 0 30px;
  text-transform: uppercase;
}

.below_header .btn_border {
  display: block;
  margin: 0 auto;
  width: 260px;
}
