/* footer */

footer {
    margin-left: 350px;
    background-color: #696158;
}

.section-container {
    width: 1110px;
}

@media(max-width:1500px) {
    footer {
        margin-left: 50px;
    }
}

@media ( max-width:1280px) {
    footer {
        margin-left: 0;
    }
}

@media ( max-width:1140px) {
    .section-container {
        width: 730px;
    }
}

@media ( max-width:768px){
    footer {
        margin-bottom: 80px;
    }

    .section-container {
        width: 100%;
    }
}

footer .section-container{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}

footer .copyright{
    width: 100%;
    display: flex;
    justify-content:center;
    margin: 0 0 30px 0;
}

footer .info{
    width: 30%;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

footer .facebook{
    width: 30%;
    display: flex;
    flex-direction:row-reverse;
    margin: 0 0 30px 0;
}


footer .map{
    width: 30%;
}

footer .map iframe{
    width: 100% !important;
}

@media ( max-width:1140px) {
    footer .section-container {
        width: 100%;
    }

    footer .info{
        width: 100%;
        display: flex;
        justify-content:center;
    }
    
    footer .facebook{
        width: 50%;
    }
    
    footer .map{
        width: 50%;
    }
}

@media ( max-width:768px) {
    footer .info{
        width: 100%;
    }
    
    footer .facebook{
        width: 100%;
        flex-direction:unset;
        justify-content:center;
    }
    
    footer .map{
        width: 100%;
    }
}