/* Seção Recomendações */
.listas h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.listas h1 {
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.listas .divDefault {
    background-color: #fff;
    padding: 30px;
    width: 680px;
    height: 265px; /* Por causa da imagemn */
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;
}

.listas h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.listas p {
    font-size: 16px;
    margin-bottom: 10px;
}

.listas .leia-mais {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.listas .leia-mais:hover {
    color: #555;
    text-decoration: underline;
}

.img-leftRecomend {
    float: left;
    margin-right: 15px; /* Espaço entre a imagem e o texto */
    margin-bottom: 10px; /* Espaço abaixo da imagem */
    width: 150px; /* Largura da imagem */
    height: 200px; /* Ajusta a altura proporcionalmente */
    object-fit: cover;
}

/* Estilo básico para o campo de busca */
.search-bar {
    align-items: end;
    width: 100%;
    margin: 0 auto 20px auto; /* Centraliza com margens automáticas */
    min-width: 680px;
}

.search-bar input {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Esconde os artigos que não correspondem à pesquisa */
.hidden {
    display: none;
}

@media (max-width: 420px) {

    /* Seção Recomendações */
.listas h2 {
    font-size: 22px;
        margin-bottom: 15px;
        margin-top: 0px;
        text-align: center;
}

.listas h1 {
    font-size: 45px;
    margin-bottom: 10px;
    text-align: center;
}

.listas .divDefault {
    background-color: #fff;
    padding: 30px;
    width: 99%;
    height: auto; /* Por causa da imagemn */
    min-height: 200px;
    margin-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;
}

.listas h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.listas p {
    font-size: 12px;
    margin-bottom: 5px;
}

.listas .leia-mais {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.lisas .leia-mais:hover {
    color: #555;
}

.img-leftRecomend {
    float: left;
    margin-right: 15px; /* Espaço entre a imagem e o texto */
    margin-bottom: 10px; /* Espaço abaixo da imagem */
    width: 32%; /* Largura da imagem */
    height: 150px; /* Ajusta a altura proporcionalmente */
    object-fit: cover;
}

/* Estilo básico para o campo de busca */
.search-bar {
    align-items: end;
    /*width: 75%;*/
    margin: 0 auto 20px auto; /* Centraliza com margens automáticas */
    width: 100%;
    min-width: 100%;
}

.search-bar input {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 0%;
}

}