@charset "utf-8";

/*Document CSS*/

footer {
    background-color: rgb(239, 228, 206);
    color: rgb(76, 57, 43);
    width: 60%;
    margin: 0 auto;
}

.contactllb {
    display: flex;
    justify-content: center;
    align-items: center;
}


.logofoot {
    width: 200px;
}

.ctctinfo {
    text-transform: uppercase;
    width: fit-content;
    padding-left: 5%;
}

.legalinfo {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: .8em;
}

.ctctinfo a:any-link {
    color: rgb(76, 57, 43);
    text-decoration: none;
}

.ctctbtn {
    width: 40px;
    height: 40px;
    border: solid 3px rgb(76, 57, 43);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 8px;
}

.othrcntct {
    display: block;
    font-size: .9em;
}

.addrs {
    width: 100%;
    text-align: center;

}

address {
    width: fit-content;
    margin: 8px auto;
    text-align: justify;
    text-align-last: center;
}

.addrs a:any-link {
    color: rgb(76, 57, 43);
    text-decoration: none;
}

.legalinfo {
    width: 100%;
    padding: 25px 0;
}

.wapplaunch {
    z-index: 99999;
    display: block;
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 10px;
}

@media screen and (max-width:1366px) {
    footer {
        width: 80%;
    }

    .imglgfoot {
        width: 150px;
        height: auto;
    }

    .ctctinfo {
        display: flex;
        font-size: .9em;
    }

    .ctctbtn {
        width: 20px;
        height: 20px;
        display: inline-flex;
        flex-wrap: wrap;
        border: solid 3px rgb(76, 57, 43);
        justify-content: center;
        align-content: center;
    }

    .addrs {
        font-size: .9em;
    }

    .legalinfo {
        font-size: .7em;
    }

    .wapplaunch {
        bottom: 60px;
        right: 30px;
    }

    .imgwhats {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:1024px) {
    footer {
        width: 90%;
    }

    .imglgfoot {
        width: 130px;
        height: auto;
    }

    .ctctinfo {
        display: flex;
        font-size: .7em;
    }

    .ctctbtn {
        width: 20px;
        height: 20px;
        display: inline-flex;
        flex-wrap: wrap;
        border: solid 3px rgb(76, 57, 43);
        padding: 6px;
    }

    .addrs {
        font-size: .7em;
    }

    .legalinfo {
        font-size: .6em;
    }

    .wapplaunch {
        bottom: 60px;
        right: 30px;
    }

    .imgwhats {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width:1024px) and (orientation:portrait) {}

@media screen and (max-width:650px) {

    footer {
        width: 100%;
    }

    .imglgfoot {
        width: 100px;
        height: auto;
    }

    .ctctinfo {
        display: flex;
        font-size: .6em;
    }

    .ctctbtn {
        width: 20px;
        height: 20px;
        display: inline-flex;
        flex-wrap: wrap;
        border: solid 3px rgb(76, 57, 43);
        padding: 4px;
    }

    .addrs {
        font-size: .6em;
    }

    .legalinfo {
        font-size: .5em;
    }

    .wapplaunch {
        bottom: 60px;
        right: 30px;
    }

    .imgwhats {
        width: 50px;
        height: 50px;
    }

}