body {
    background-image: url('fundo.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


p {
    color: #E5E0D9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    text-align: justify;
    max-width: 90%;
    margin: 0 auto;
}

.texto-home {
    text-align: justify;
    margin: 50px auto;
    max-width: 90%;
}

@media (max-width: 600px) {
    p {
        font-size: 1em;
        padding: 0 10px;
    }
    .texto-home {
        margin: 20px auto;
        padding: 0 10px;
    }
}


.frase-home{
    color: #0B244A;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
} 
    
header {
    background-color: #0B244A;
    width: 100px; 
    height: 50px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    width: 75%;
    padding: 10px 0;
}
    
h1 {
    color: #E5E0D9;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 60px;
}
    
span {
    color: #0B244A;
    font-weight: bold;
    width: 100%;
}

    
li {
    display: inline;
    margin: auto 5px;
}
        
li a{
    text-decoration: none;
    color: #E5E0D9;
    text-align: center;
    padding-top: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}    
    
a:hover {
    color: #9c9792;
    font-weight: bold;
}
    
nav ul li a {
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3 ease;
}

.contatos {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}
    
.links-contato {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}
    
.links-contato p {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
    
.links-contato a {
    color: #E5E0D9;
    text-decoration: none;
    transition: color 0.3s ease;
}
    
.links-contato a:hover {
    color: #9c9792;
}
    
.copyright {
    color: #E5E0D9;
    margin-top: 10px;
    text-align: center;

}

footer {
    background-color: #0B244A;
}