footer
{
    background-color: #06753F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    font-family: Arial, sans-serif;
    position: relative;
    padding-top: 120px;
}

footer svg.wave
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

footer svg.wave path
{
    fill: #FFFFFF;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.612));
}

footer .footer-container
{
    padding: 35px;
    border-radius: 15px;
    width: 100%;
    height: 345px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

footer .footer-container .footer-content
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

footer .footer-container .footer-left
{
    display: flex;
    flex-direction: column;
}

footer .footer-container .footer-left .logo-bioquality
{
    width: 191px;
    margin-bottom: 22px;
}

footer .footer-container .footer-left .social-links
{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

footer .footer-container .footer-left a
{
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    transition: .1s;
}

footer .footer-container .footer-left a:hover
{
    color: #06753F;
}

footer .footer-container .footer-left a img
{
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

footer .footer-container .footer-right img
{
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

footer .footer-container .footer-right p, .footer-left p
{
    font-size: 13px;
}

footer .footer-container .footer-right iframe
{
    width: 570px;
    height: 230px;
    border: 0;
    border-radius: 20px;
}

footer .footer-container p.footer-rights
{
    margin-top: 0px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    text-decoration: underline;
}

@media (max-width: 768px){
    footer
    {
        background-color: #F2F2F2;
        padding: 0;
        padding-top: 50px;
    }

    footer .wave path
    {
        fill: #ffffff;
        filter: drop-shadow(0 0 40px rgba(138, 138, 138, 0.612));
    }

    footer .footer-container
    {
        background-color: #F2F2F2;
        width: 100%;
        height: auto;
        padding: 20px;
        border-radius: 0;
    }

    footer .footer-container .footer-content
    {
        flex-direction: column;
    }

    footer .footer-container .footer-left .logo-bioquality
    {
        width: 130px;
        margin-bottom: 22px;
    }

    footer .footer-container .footer-right iframe
    {
        display: none;
    }

    footer .footer-container p.footer-rights
    {
        margin-top: 30px;
    }
}
