.tudoTabela{
  width: calc(100% + 15px);
  
  margin-left: -7.5px;
      margin-top: 20px;

  
}

.linhaGeralStreampack{
    
    display: inline-block;
    width: calc(23.5%)!important;
    
    border-radius: 10px;
    margin: 15px 7.5px 0px 7.5px;
    
    color: var(--cor-azul-escuro);
    font-family: "Lato", Sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 36px!important;
    line-height: 41px;
    text-transform: uppercase;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;

    cursor: pointer;

    box-shadow: 0px 0px 30px 0px rgb(77 69 106 / 0%);
    transition:  .5s;
    
    background: var(--cor-cinza-1);
}

.linhaGeralStreampack:hover{

}

.fotoStreampack{
  
    height: 270px!important;
    background-color: #848484!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.dadosStreampack{
  
    
    padding: 10px 15px 10px 15px;

}

.dadosStreampackEstilo{
  font-size: 17px!important;
  line-height: 25px;
  margin-top: -5px;
  opacity: 0.5;
  
  width: 100%;
}

.dadosStreampackNome{

  width: 100%;
}

@media (max-width: 767px) {
  .linhaGeralStreampack{
    width: calc(100% - 15px)!important;
  }

}