@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #021419;
}

main{
    padding-bottom: 50px;
}

.titulo{
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px auto;
    text-align: center;
    padding: 0 300px;
}
.titulo img{
    height: 186px;
}
.titulo h1{
    margin: 25px auto;
    font-size: 70px;
}
.titulo p{
    margin: 20px auto;
    font-size: 30px;
}

.box-resultados{
    font-style: none;
    margin: 50px auto;
    text-align: center;
}
.box-resultados ul{
    list-style: none;
}
.resultados{
    background-color: #021419;
    border: none;
    font-size: 25px;
    padding: 20px;
}
.line{
    width: 70%;
    border-bottom: 4px solid #4E8394;
    margin: auto;
}
.resultados a{
    color: #fff;
    text-decoration: none;
}

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 30px;
}

.nenhum-encontrado{
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 60px 0px;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    background: url('images/Search_bar.svg') no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 909px;
    aspect-ratio: 909 / 86;
    background-color: transparent;
    padding: 0 30px; 
    box-sizing: border-box; 
}

.search-form input {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 30px;
    color: #0A4D68;
    height: 100%; 
}

.search-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    height: 100%; 
    padding: 0;
}

.search-form button img {
    height: 60%;
    object-fit: contain;
}


header {
    background-color: #06252F;
    padding: 20px;
    color: white;
    text-align: center;
}

.menu{
    text-align: right;
}

.menu img{
    max-height: 35px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

h2, h3 {
    color: #333;
}

ul {
    padding: 0;
}

ul li {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.balls{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 70px auto;
    gap: 40px;
}

.balls img{
    max-height: 80px;
}

.title{
    text-align: center;
    color: #fff;
    font-size: 50px;
}