.footer-container{
    background-image: url('/images/guest-footer/footer-onda.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.text-white-800{
    color: #ffffff;
    font-weight: 800;
}

.footer-content-container{
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-logo-container{
    margin-bottom: 30px;
}

.footer-social-icons-container{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    width: 50%;
}

@media screen and (max-width: 819px){
    .footer-social-icons-container{
        width: 100%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .footer-container{
        margin-top: 26px;
    }
}

@media screen and (max-width: 991px){
    .footer-container{
        margin-top: 41px;
    }
}
