.linhasContainer{
    padding: 0;
}

#linha-pesquisa h3{
    color: white;
    font-size: 4rem;
    font-weight: 600;
}

.faixa-linha-pesquisa{
    background-image: url('../img/linha-pesquisa.png');
    height: 50rem;
}

.hex-mask{
  position: relative;
  width: 21rem;
    height: 21rem;
    cursor: pointer;
    bottom: 97px;
}

.hex-mask::after{
    box-shadow: 1px 1px 5px black;
}


.img-size >img{
width: 100%;
  height: auto;
  display: block;
}


.noticias-wrapper{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    grid-auto-rows: 12rem;
    /* grid-template-rows: 10rem 10rem 10rem 10rem 10rem 10rem; */
}
.noticias-wrapper {
    margin-left: 13%;
    padding-left: 5%;
}

/*.circle-inside{
    .circle-inside {
        width: 26rem;
        /* height: 16rem; */
        /* background: white; 
        position: absolute;
        z-index: 9;
        border-radius: 50%;
        left: 8px;
        right: 0;
        margin: auto;
        top: 24%;
        left: 50%;
        transform: translate(-50%, -18%);
        text-align: center;
    }
}*/

.circle-inside p{
    position: absolute;
    left: 2px;
    text-align: center;
    right: 7px;
    margin: auto;
    top: 11rem;
    width: 50%;
    word-break: break-word;
    font-size: 11px;
    color:#ffffff;
}

.heximg{
    width: 100%;
}


.grid0 {
    grid-row-start: 2;
    grid-column: 1 / span 3;
}
.grid1 {
    grid-row-start: 3;
    grid-column: 2 / span 3;
}
.grid2 {
    grid-row-start: 2;
    grid-column: 3 / span 3;  
}
.grid5 {
    grid-row-start: 3;
    grid-column: 6 / span 3;   
}
.grid4 {
    grid-row-start: 2;
    grid-column: 5 / span 3;
}
.grid3 {
    grid-row-start: 3;
    grid-column: 4 / span 3;

}
.grid6 {
    grid-row-start: 2;
    grid-column: 7 / span 3;

}

.hex-mask:hover .img-size >img {
    opacity: 55%;
}
.hex-mask:hover .img-size {
background-image: url('../img/retangulo2.png');
background-size: 209px;

}

#interna{
    min-height: 105.5rem !important;
  }

  #interna .hex-mask{
      width: 20rem;
      height: 21rem;
      overflow: hidden;
  }