/*FOOTER*/
footer {
    padding-bottom: 1rem;
    background-color: rgba(76,74,74,0.05);
    border-top: 1px solid #e0e0e0;
}

.logo-footer {
    width: 130px;
    margin-bottom: 20px;
}

.footer-first-line, .footer-second-line {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .footer-first-line .col-icons .footer-icons {
        display: none;
    }
}

footer h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: arial;
    text-align: center;
}

@media screen and (max-width: 992px) {
    footer h5 {
        text-align: center;
        margin-top: 2rem;
    }

    footer .col-icons p {
        text-align: center;
    }

    .col-icons {
        text-align: center;
    }
}

footer, footer span, footer p, footer a {
    font-size: 12px;
    font-weight: 400;
    font-family: arial !important;
    margin: 0;
}

.col-icons {
    text-align: left;
}

    .col-icons p {
        text-align: left;
    }

.footer-icons {
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

    .footer-icons a {
        padding: 0 3px;
        position: relative;
    }

        .footer-icons a:nth-child(3), .footer-icons a:nth-child(4) {
            top: -5px;
        }

        .footer-icons a img {
            max-width: 32px;
        }

.footer_links a {
    display: block;
    font-weight: 400;
}

.footer-size .col-5:has(.footer-icons) {
    display: flex;
    flex-direction: column;
}

.col-5 .footer-icons {
    text-align: left;
}

@media(min-width: 992px) {
    h5:has(+.footer-icons) {
        text-align: center;
    }

    .footer-size .col-5:has(.footer-icons) {
        justify-content: center;
    }

    .col-5 .footer-icons {
        text-align: center;
    }
}

@media(max-width: 991px) {
    .waze-link {
        display: inline
    }

    .container.col-lg-12.footer-size h5, .container.px-lg-12.footer-size, .container.px-lg-12.footer-size span, .container.px-lg-12.footer-size p {
        font-size: 18px;
    }

    .container.col-lg-12.footer-size .row > div {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .container.col-lg-12.footer-size .row > div p {
            margin: 5px 0;
        }

        .container.col-lg-12.footer-size .row > div:first-child {
            width: 100%;
            text-align: center;
            displayflex;
            align-items: center;
        }

    .container.px-lg-12.footer-size .row > div:first-child > img {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .container.col-lg-12.footer-size .row > div {
        width: 100%;
        text-align: center;
    }

    .footer-first-line, .footer-second-line {
        flex-direction: column;
        align-items: center;
    }

        .footer-second-line > div {
            margin-bottom: 1rem;
        }

    .footer_links {
        margin: 20px 0 0;
    }

    .footer-first-line > div:nth-child(3) .footer_links {
        margin-top: 0;
    }

    .footer-icons {
        text-align: center;
    }

    .footer-follow {
        margin-top: 1rem;
    }

    footer .footer_links a {
        margin: 16px 0;
        text-align: center;
    }
}
.logo-expaceo {
    width: 85px;
}
/*FIN FOOTER*/
