.section__footer{
    /* background-color: white; */
    padding: 1em;
    /* margin-top: -12em; */
    /* background-image: url("./src/background-footer.svg"); */
    /* *background-size: cover; */

    
    background-color: var(--bg-footer);
    /* height: 200%; */
}
.container__footer{
    position: relative;
    width: calc(1em + 90vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* max-width: 1200px; */
    margin: auto;
    /* margin-top: 120px; */
}
.box__footer{
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    min-width: 300px;
    /* gap: 0; */
    /* background-color: red; */
    /* padding: 40px; */
}
.box__footer .terms{
    /* max-width: 450px; */
    margin-top: 20px;
    color: var(--bg);

}
.footer__img{
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
}
.box__footer h2{
    /* margin-bottom: 10px; */
    font-weight: 700;
    color: var(--bg);
}

.box__footer a{
    /* margin-top: 10px; */
    font-weight: 600;
    color: var(--bg);
}

.box__footer a:hover{
    opacity: 0.8;
}

.box__footer a .fab {
    /* font-size: 20px; */
    margin-right: 0.5em;

}
.box__copyright{
    width: calc(1em + 90vw);
    margin: auto;
    text-align: center;
    font-size: 14px;
    /* padding: 0 40px; */
}
.box__copyright p {
    color: var(--bg);
}
.box__copyright hr{
    border: none;
    margin: 2em 0;
    /* height: 1px; */
    background-color: var(--bg);
}
.footer__apps img{
    width: 100px;
    margin-top: 1em;
    margin-right: 1em;
    cursor: pointer;
}
.box__copyright a{
    color: var(--color-bg-dark);
    text-decoration: underline;
}

.footer__location{
    text-decoration: none;
    color: var(--bg);
}
.footer__row{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
}
.footer__row a{
    position: absolute;
    left: 0;
    margin: auto;
    text-decoration: none;
}
.social__networks a i{
    transform: scale(1.5);
    padding: 0.5em;
    margin: 0 !important;
    color: var(--bg);
}

.box__footer img,
.box__footer a,
.box__footer p,
.box__footer h2{
    padding-top: 1em;
}

@media (max-width:600px) {
    .footer__row a{
        margin: 0;
        position: relative;
    }
    .footer__row{
        flex-direction: column;
        align-items: flex-start;

    }
}