footer{
    background: #2B0556 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100vw;
    height: 380px;
    font-family: Poppins, 'sans-serif';
    font-size: 18px;
    bottom: 0px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: -32em;
}

.footer-map-site{
    width: 100vw;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    line-height: 1.5rem;
}

.footer-map-site > div{
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}

.footer-info > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-info > div >  i{
    margin-right: 2rem;
}

#location{
    align-self: baseline;
    margin-top: 8px;
}

.footer-info div a {
    color: #00000099;
    font: normal normal normal 16px/32px Raleway;
    cursor: pointer;
}

.footer ul.mobile-social-nav li{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    font-size: 1.5rem;
    background-color: white;
    color: #2B0556;
}

.footer .mobile-social-circles{
    height: 65px;
}


.footer-social-logos{
    display: flex;
    width: 190px;
    justify-content: space-between;
}

.social-circle{
    background-color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo img{
    width: 230px;
}

.footer-logo h1 {
    font: normal normal 500 28px Raleway;
}


.cop{
    text-align: left;
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0.65px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 10%;
}

.cop p {
    margin-bottom: 0.5rem;
}

#privacy{
    margin-left: 1.5rem;
}

.footer-title h1{
    font: normal normal 500 20px/58px Raleway;
}

.footer-online{
    height: 80% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-margin{
    margin-top: 2rem;
    text-align: center;
    align-self: center;
    width: 100%;
}

.pink-btn{
    background-color: #FFA3AA;
    border: none;
    font: normal normal 500 15px/26px Raleway;
    color: white;
    border-radius: 100px;
    width: 100%;
    height: 55px;
}

footer i{
    color: #FFA3AA;
}

.mobile{
    display: none !important;
    margin: 0 !important;
}


@media only screen and (max-width: 900px) {
    .footer{
        height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-map-site{
        flex-direction: column;
        width: auto;
        align-items: center;
        height: 100%;
    }

    .footer-map-site > div {
        height: auto;
        width: 100%;
    }

    .desktop{
        display: none !important;
    }

    .mobile{
        display: flex !important;
        align-items: center;
    }

    .pink-btn{
        width: 100%;
    }

    .cop{
        align-self: center;
        /*!*position: absolute;*!*/
        /*bottom: 20px;*/
        text-align: left;
        font: normal normal normal 11px/18px Outfit;
        letter-spacing: 0.55px;
        color: #FFFFFF;
        opacity: 1;
    }
    .footer .mobile-social-circles {
        height: 65px;
        width: 200px;
    }
}

@media only screen and (max-width: 600px){
    .menu-wrap-mobile .menu {
        justify-content: flex-start;
    }

    .menu-left {
        margin-top: 7rem;
        height: min-content;
    }

    .menu-right{
        height: min-content;
    }
}

@media only screen and (max-width: 400px){
    .footer-info > div > i {
        margin-right: 1rem;
    }

    .footer-map-site {
        width: 80vw;
    }
}