body{
    font-size: sans-serif;
    margin: 0;
}

h1{
    align-items: center;

}

header{
    display: flex;
    min-height: 70px;
    background-color: rgb(180, 19, 19);
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}


a,.logo img{
    display: block
}

.logo{
    display: flex;
    align-items: center;
}

.logo img{
    height: 80px;
}

nav a:hover{
    color:white
}

@media (max-width:700px){
    header{
        flex-direction: column;
    }

    nav{
        padding: 10px 0px;
    }

}

nav a{
    font-weight: 600;
    padding-right: 10px;
}

h2,h2,h2,h2,h2{
    text-align: center;
    color: purple;
}

h3, h3{
    text-align: center
}

div h1{
    /* font-size: 24px; */
    font-family: "Roboto", sans-serif;
    text-align: center;
}

div h2{
    text-align: center;
}
    

nav ul {
    background-color: #a5d4fa;
    width: 100%;
    list-style-type: none;
    text-align: center;
}
nav li {
    display: inline-flex
}
nav a {
    text-decoration: none;
    color: #000000;
    padding: 10px;
    width: 150px;
    text-align: center;
}
nav li:hover {
    background-color: #348dd6;
}

button{
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid green;
    box-shadow: 2px 2px 10 px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 140px;
    background-color: rgb(11, 133, 7);
}

button:hover{
    background-color: rgb(12, 78, 12);
}

body{
background-color: aliceblue;
}

a, img{
    display: block
}

#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: colum;
    height: 10vh;
}

p{
    color: rgb(0, 0, 0);
}

img{
    width: 25%;
    margin: auto;

p{
    color: rgb(0, 0, 0);
    font-size: 14px;
}

    
    a, img{
        display: block
    }
    
    
    p{
        color: rgb(0, 0, 0);
    }
    
    img{
        width: 25%;
        margin: auto;
        }

footer p {
    text-align: center;
    padding: 60px;
}

#parrafo-especial{
    text-align: center;
}



