footer {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
     min-height: 0;
    background: #1C8ECA;
    padding: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    background-image: url(../img/footer/backgroundFooter2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

footer::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 50px solid #1C8ECA;
}

footer h1 {
    text-align: center;
    color: #fff;
    z-index: 1;
}

footer p {
    color: #fff;
    z-index: 1;
    font-size: 13px;
}

footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    width: 100%;
}

footer .logo-footer {
    position: relative;
    /* top: 20px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 150px;
    margin-bottom: 30px;
}


footer .logo-footer2 {
    position: relative;
    /* top: 20px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 200px;
    margin-bottom: 10px;
    margin-left: 3rem;

}

footer .infos {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: 1px solid red; */
}

footer .infos h2 {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

footer .infos .infosBx {
    position: relative;
    width: 270px;
    height: auto;
    padding: 0 10px;
}

footer .infos .infosBx .fone {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid red; */
}

footer .infos .infosBx img {
    position: relative;
    width: 100%;
    filter: invert(1);
}




@media only screen and (max-width: 1000px) {
    .overlay {
        display: none!important;
    }
}

@media only screen and (min-width: 600px) {
    .mobile {
        display: none!important;
    }
}
footer .infos .infosBx .service-hours {
    margin: 12px 0 0;
    line-height: 1.4;
}

footer .privacy-footer-link {
    position: relative;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    z-index: 1;
}

footer .privacy-footer-link a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
