.footer-container{
    height: 690px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden!important;
}

.parallax-bg {
    height: 690px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    overflow: hidden;
}

.background-video{
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    overflow: hidden!important;
    z-index: -1000;
}

.footer-container a{
    color: #ffffff;
    text-decoration: none;
}
.footer-ordem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80vw;
    max-width: 1216px;
}
.footer-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.footer-nav h4{
    margin-bottom: 20px;
    font-size: 20px;
    color: #FAFAFA;
}
.footer-nav a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2px 0px;
    font-size: 14px;
}
.footer-nav img{
    width: 27px;
    margin-left: 40px;
    margin-right: 10px;
}
.footer-nav div{
    background-color: #1f6686;
	BORDER-RADIUS: 18%;
    width: 90%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all ease .2s;
}
.footer-nav div:hover{
    background-color: #17516b;
}
.footer-about-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}
#footer-ordem-logo{
    
    z-index: 999;
    margin-bottom: 7px;
}
.footer-about{
    background-color: #24759a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 30px;
    text-align: center;
    border-radius: 40px;
	padding-bottom: 0%;
}
.footer-about p{
    line-height: 27px;
    color: #F5F5F5;
}
.footer-social{
    margin-top: 33px;
}
.footer-social img{
    width: 21px;
    margin: 0px 7px;
    opacity: 0.7;
    transition: all .2s ease;
}
.footer-social img:hover{
    transform: scale(1.1);
    opacity: 1;
    cursor: pointer;
}
@media(max-width: 1300px){
    .footer-ordem{
        width: 90vw;
    }
}
@media(max-width: 890px){
    .footer-container{
        height: auto;
        padding-bottom: 40px;
    }
    .footer-ordem{
        flex-direction: column;
    }
    .footer-nav{
        width: 90%;
        margin-top: 40px;
    }
    .footer-about-container{
        width: 90%;
    }
    .parallax-bg {
        width: auto;
    }
    .parallax-bg {
        height: 1450px;
    }
}
@media(max-width: 690px){
    .footer-nav{
        width: 100%;
    }
    .footer-about-container{
        width: 100%;
    }
}
