@font-face {
    font-family: 'Aestetico';
    src: url('../fonts/Aestetico-Bold.woff2') format('woff2'),
        url('../fonts/Aestetico-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aestetico Regular';
    src: url('../fonts/Aestetico-Regular.woff2') format('woff2'),
        url('../fonts/Aestetico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#footer {
    min-height: 75px !important;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Aestetico Regular', serif;
}

#footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 75px;
    flex-wrap: wrap;
}

#footer h5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.4rem;
    font-weight: 300;
}

#footer .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .company {
    padding-left: 1em;
    padding-right: 0.5em;
}
#footer .sociais img {
    margin-left: 5px;
}

/* mobile */
@media screen and (max-width: 978px) {
    #footer {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #footer .row {
        flex-direction: column;
    }
    #footer .company {
        padding-left: 0;
    }
    #footer .footer__sociais {
        margin-top: 1em;
    }
    #footer .footer__logo {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}
/* small screen */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
    #footer {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #footer .row {
        flex-direction: column;
    }
    #footer .company {
        padding-left: 0;
    }
    #footer .footer__sociais {
        margin-top: 1em;
    }
    #footer .footer__logo {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}

/* medium screen */
@media only screen and (min-width: 1025px) and (max-width: 1700px)  {}

/* large screen */
@media only screen and (min-width: 1710px) and (max-width: 4000px)  {}

