.contato_bg {
    background-color: black;
    min-height: 100vh;
    width: 100%;
}

.contato {
    height: 100%;
    width: 100%;
    padding-top: 250px;
}

.contato_titulo {
    font-size: 5rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
    padding-bottom: 2%;
}

.social_titulo {
    font-size: 3rem;
}

.social_linha {
    border: 1px solid #EF4025;
    opacity: 100%;
    width: 80%;
}

.social_redes {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    padding-top: 5%;
}

.social_rede {
    list-style-type: none;
    padding-bottom: 5%;
}

.social_rede a {
    text-decoration: none;
    color: white;
}

.social_rede a:hover {
    color: rgba(255, 255, 255, 0.438)
}

.social_img {
    height: 50px;
    width: 50px;
    margin-right: 5%;
}

.wpp_titulo {
    font-size: 3rem;
}

.wpp_linha {
    border: 1px solid #005CA4;
    opacity: 100%;
    width: 80%;
}

.wpp_redes {
    padding: 0;
    margin: 0;
}

.wpp_fone {
    list-style-type: none;
    padding-bottom: 5%;
}

.wpp_fone a {
    text-decoration: none;
    color: white;
}

.wpp_fone a:hover {
    color: rgba(255, 255, 255, 0.438)
}

.email{
    padding-top: 15%;
}

.email_titulo {
    font-size: 3rem;
}

.email_linha {
    border: 1px solid #EF4025;
    opacity: 100%;
    width: 80%;
}

.email_texto {
    color: white;
}

.email_texto a {
    text-decoration: none;
    color: white;
}