.sombra:hover{
    
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1) !important;
    
}

  h1,
  h2,
  h5,
  h6{
      color: #4f5561 !important;
      font-family: Rubik, sans-serif !important;
  }
  h3{
      font-size: 20px !important;
  }
  .tamanho{
      font-size: 22px;
  }
  .resultados{
      background-color: #EEEEEE;
  }
  .underline {
    content: '';
    border-top: 2px solid #405ca7;
    width: 100px;
    display: block;
    margin-bottom: 0px;
    margin: 0 auto;
    transition: width 2s;
  }
  .resultados img{
      
      width: 200px;
  }
  