body{

font-family:Arial;
background:#f4f4f4;
background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.logo {
    position: relative;
    width: 100%;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.img-logo {
width: 250px;
}

.conteiner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    align-items: center;
    margin-top: 30px;
}

.txt-alto {
    width: 700px;
    height: 30px;
    align-items: center;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.txt-h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 4px;
}

/* Quando a tela tiver 600px de largura ou menos */
@media (max-width: 250px) {
  .img-logo {
    width: 500px; /* A imagem vai crescer para preencher a largura disponível */
    height: 500px;
  }
}

.caixa{

width:700px;
margin:auto;
margin-top:30px;

}

#pesquisa{

width: 95%;
padding:15px;
font-size:18px;

}

.item{

display:flex;
gap:15px;
text-decoration:none;
background:white;
margin-top:10px;
padding:10px;
border-radius:8px;
color:black;

}

.item img{

width:90px;
height:90px;
object-fit:cover;

}

.rodape {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.txt-rodape {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

