/* Contato */
.contact{ 
    background-size: cover;
    display: block;
} 

.contentt{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px ;
} 

.contentt h1{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #122d54;
    margin-top: 10px;
}

.contato-temporario{
    display: block;
    background-color: #045485;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    width: 30%;
    height: 30%;
    
}

.contato-temporario p{
    margin: 10px 5px;
    font-weight: bold;
}

.contato-temporario #email{
    margin-top:10px;
    text-decoration: none;
    color: black;
    background-color: gray;
    padding: 5px;
    border-radius: 10px;
}

/* Footer */

.footer-content{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(163, 167, 174);
    height: auto;
    width: 100%;
    padding-top: 40px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-content h3{
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size:14px;
}

.social {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem;
} 

.social li{
    margin: 0 10px;
}

.social a{
    text-decoration: none;
    color: white;
}

.social a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}

.social a:hover i{
    color: darkgoldenrod;
}

#link_insta{
    text-decoration: none;
    color: black;
}
