/* MAPS */

.map-container {
    padding: 1rem 5rem 0rem !important;
}

.footer1 {
    background-color: #006E99;
    color: white;
    margin: 0 !important;
    width: 100% !important;
}

.footer2 {
    padding: 1rem 0;
    font-size: 1.5rem;
    text-decoration: none !important;
    font-weight: 600;
    background-color: #006E99;
    color: white;
}

.footer-logo {
    width: 50%;
}

.footer-link-header {
    font-weight: "500";
    font-size: 2rem;
}

.footer-links {
    font-weight: "400";
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-link-container {
    padding: 4% 1% 2%;
}


.font-weight-normal {
    font-weight: 400;
}

@media (max-width: 766px) {
    .footer1 {
        text-align: center;
    }

    .footer-link-container {
        text-align: -webkit-center;
    }
}

@media (max-width: 480px) {


    .footer-link-header {
        font-size: 2rem !important;
    }

    .footer-links {
        font-size: 1.5rem !important;
    }

    .footer2 {
        font-size: 1rem !important;
    }

    .footer-logo {
        width: 90%;
    }
}



.ul-social-media {
    width: fit-content;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    text-align: justify;
}

.ul-social-media>li>a {
    text-decoration: none;
}

.social-media-icon {
    font-size: 2rem;
    width: 20px;
    margin-right: 10px;

}

.social-media-twitter {

    background-color: #55acee;
}


.social-media-facebook {

    background-color: #3b5999;
}


.social-media-linkedin {

    background-color: #0077B5;
}


.social-media-google {

    background-color: #dd4b39;
}

.social-media-instagram {

    background-color: #c13584;
}

.social-media-tiktok {
    background-color: #000000;
}

.social-media-icon i {

    transition: 0.4s all;
}

.social-media-icon:hover i {

    transform: scale(1.1);

}