.footer{
    border-top: 1px solid #6f6f6f;
    color: aliceblue;
    width: 100%;
    background-color: var(--dark-gray);
    text-align: center;
    font-size: 1.2rem;
}
.footer_container {
    padding: 6rem;
    padding-bottom: 3rem;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.footer_contacts {
    font-weight: 300;
    width: 30%;
    font-size: 1rem;
    text-align: left;
}
.footer_contacts h2 {
    font-weight: 500;
}

.footer_contacts a, .footer_contacts p {
    display: block;
    padding-top: 1.5rem;
    color: white;
    /* text-transform: uppercase; */
}
.footer_nav 
{
    text-align: right;
    font-weight: 300;
    font-size: 0.9rem;
    width: 30%;
}
.footer_nav h2
{ 
    font-weight: 500;
}
.footer_nav a {
    display: block;
    padding-top: 1.5rem;
    color: white;
    text-transform: uppercase;
}
.footer_links {
    margin-top: auto;
}
.footer_links a {
    font-size: 2rem;
    margin-right: 4rem;
    display: inline-block;
    color: #ffffff;
}
a.fa-brands.fa-whatsapp.wats{
    margin-right: 0;
}
.footer_personal-data {
    color: white;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    margin-top: 4rem;
    order: 4;
    cursor: pointer;
}
.footer_copyright {
    width: 100%;
    order: 5;
    font-size: 1rem;
    margin-top: 2rem;
}
#map {
    overflow: hidden;
    border-radius: 20px;
    order: 2;
    margin-top: 4rem;
    width: 100%;
    height: 400px;
}