/* ------------------------- Contato / Footer ------------------------- */



.contact_page {
    max-width: 1920px;
    height:860px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.container_form {
    height: 80%;
    display: flex;
    flex-direction: column;
    width: 500px;
    background-color: rgb(255, 255, 255);
    justify-content: center;
}

.container_form p {
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
}



.container_form form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 60%;
    background-color: rgb(255, 255, 255)
}
label {
    font-size: 1.5rem;
    height: 1.5rem;
    padding: 0;
}

input {
    outline: none;
    height: 1.5rem;
    font-size: 1.5rem;
}

textarea {
    outline: none;
}

.container_social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    border-top: solid 0.3px rgba(0, 0, 0, 0.37);
}

.container_social_midia {
    width: 15%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}
 

.container_social_midia a {
    text-decoration: none;
    color: black;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

 .container_social_midia img {
        height: 50%;
    }


.footer_page {
    width: 100%;
    height: 50px;
    background-color: rgba(172, 176, 184, 0.561);
    display: flex;
    justify-content: center;
    align-items: center;
}

