section.subhomes {
  background-color: #e8e6ea;
}
.header-simple-page{
  margin: 0;
}

.subhome-container{
  max-width:1200px;
  margin:auto;
  padding:20px 0;
}

/* Noticia - CSS Complementar ao style.css */
.news-subhome-date{
  margin:0;
  font-size: 10px;
  text-transform: uppercase;
  color: #006437;

}
.news-home-g .news-home-txt {
  height: calc(3.70vw + 21px);
  max-height: 67px;
}
.news-home-g .news-home-txt, .news-home-p .news-home-txt {
  padding:10px 10px 0;
}
.news-home .news-home-txt h4.news-subhome-title{
  display:block;
  color: #3f3e3e;
  margin:0;
}
.news-home .news-home-txt h4.news-subhome-title-truncate{
  display:none;
  color: #3f3e3e;
}

/* Calendario */
.subhomes .content-proximos-jogos-dados {
  width:100%;
}
.subhomes .content-proximos-jogos-placar {
  width: 100%;
}
.subhomes .content-proximos-jogos-dados .box-item-data {
  display: flex;
}
.subhomes .content-proximos-jogos-dados .item-data .item-data-dia {
  float: none;
}
.subhomes .item-bot-transmissao img {
  margin: 5px;
}
.subhomes .item-bot-transmissao {
  float: none;
}
.subhomes .content-proximos-jogos-placar span.name-time {
  width:200px;
}
.subhomes .content-proximos-jogos-dados .item-data .item-data-local {
  display: table;
  margin: 0 auto;
}
/* Galeria de Fotos */
.item-album:hover::after {
  background-color: rgba(0, 0, 0, 0.40);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
h4.noticias-album-titulo{
  padding:15px 0 5px;
  margin:0;
  color: #006437;
  font-size:15px;
}
#album.noticias-album-container a.item-album h3 {
  display:none;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-family:'Roboto',sans-serif;
  font-weight: normal;
  padding:0 5px;
  color:#fff;
  z-index:1;
}
#album.noticias-album-container a.item-album:hover h3 {
  display: block;
}

.noticias-album-container{
  display: flex;
  flex-wrap: wrap;
  flex-direction:row;
  width:100%;
}
.noticias-album-item{
  position:relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size:cover;
  flex:1;
}
.noticias-album-legenda{
  width:100%;
  padding-bottom:100%;
}
.noticias-album-legenda-table{
  display:table;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
}
.noticias-album-legenda-tablecell{
  display:table-cell;
  width:100%;
  color:#fff;
  text-align:center;
  vertical-align: middle;
}
.noticias-album-mais-fotos::after{
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#album.noticias-album-container a.item-album.noticias-album-mais-fotos h3{
  font-size:24px;
  display:block;
}

.album h4 {
  clear: both;
  margin: 15px 15px 5px;
  font-size: 20px;
  color: #006437;
  width: 100%;
}


/* Lista de Atividades */

.bg-atividades {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  position: relative;
}

.box-atividades {
  position: relative;
  margin-bottom: 20px;
}

.box-atividades a, .box-atividades h2 {
  color: #FFF;
}

.box-atividades h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 20px);
  left: 0;
  margin-bottom: 0;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.bg-atividades::before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.70;
  filter: alpha(opacity =70);
  background-color: #006437;
  position: absolute;
}

.box-atividades a:hover .bg-atividades::before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity =0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}


@media (min-width: 1200px){
  .news-home-g .news-home-txt {
      min-height: 0;
  }
}

@media (max-width:991px){
  .news-home-g .news-home-txt, .news-home-p .news-home-txt {
    padding:5px 10px 0;
  }
  .news-home .news-home-txt h4.news-subhome-title{
    display:none;
  }
  .news-home .news-home-txt h4.news-subhome-title-truncate{
    display:block;
    margin:0;
  }
  .news-home-g .news-home-txt {
    min-height: 0;
  }
  .header-atividades {
    background-size: 150%;
  }
}

@media (max-width:768px){
  .news-home .news-home-txt h4.news-subhome-title{
    display:block;
  }
  .news-home .news-home-txt h4.news-subhome-title-truncate{
    display:none;
  }
  .news-home-g .news-home-image {
    padding-bottom: 56.25%;
  }
  .news-home-g .news-home-txt {
    min-height: 90px;
  }
  .noticias-album-item{
    /* flex-basis: 33.33%; */
  }
  .header-atividades {
    background-size: 200%;
  }
  .box-atividades h2 {
    top: calc(50% - 10px);
    font-size:20px;
  }
}

@media (max-width:468px){
  /* .news-home-p .news-home-image {
    width: 100%;
    float: none;
    padding-bottom:56.25%;
  }
  .news-home-p .news-home-txt {
    width: 100%;
    float: none;
    padding: 10px 10px 0;
    min-height: 47px;
    height: auto;
    margin: 0 0 calc(11.25% - 25px);
  } */
  .news-home-g .news-home-image {
    width: 60%;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:33.75%;
  }
  .news-home-g .news-home-txt, .news-home-p .news-home-txt {
    padding: 10px 10px 0;
    min-height: 47px;
    width:40%;
    float:left;
  }
  .news-home{
    margin-bottom:10px;
  }
  .noticias-album-item{
    flex-basis: 50%;
  }
  .header-atividades {
    background-size: 250%;
  }
  .box-atividades{
    padding: 0 2px;
    margin: 0 0 4px;
  }
  .box-atividades h2 {
    top: calc(50% - 9px);
    font-size:18px;
  }
}
