.main-footer {
    background: #232323;
    color: white;
    padding: 107px 0 96px;
}

.main-footer .container .flex-container {
    justify-content: space-between;
}

.footer-sobre-text {
    max-width: 176px;
    margin: 31px 0 24px;
}

.footer-sobre-text p {
    font-family: "Hind Light";
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: white;
}

.footer-social h4 {
    font-family: "Hind Regular";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-content {
    margin-left: 30px;
}

.footer-content h3 {
    font-family: "Hind Light";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-content p {
    color: white;
    margin-bottom: 4px;
    font-family: "Hind Light";
    font-weight: 300;
}

.footer-content ul li {
    font-family: "Hind Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}

.footer-content ul {
    margin-bottom: 15px;
}

.footer-content:nth-child(5) {
    margin-right: 0;
}

.footer-content-unidade:nth-child(1) {
    margin-bottom: 49px;
}

.footer-content-unidade img {
    margin-right: 10px;
}

.copyright {
    background: var(--red-medium);
    padding: 22px 0;
    text-align: center;
}

.copyright p {
    font-family: "Hind Bold";
    color: white;
    font-size: 16px;
}

.copyright p a {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

.copyright p a:hover {
    color: var(--gray-medium);
}

.main-footer a {
    white-space: nowrap;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}

.main-footer a:hover {
    color: var(--gray-medium);
}

.main-footer-mobile {
    display: none;
}
.whatsapp-btn {
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000000;
    font-size: 42px;
    bottom: 20px;
    left: 30px;
    color: #fff;
    background: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.whatsapp-btn-price {
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000000;
    font-size: 42px;
    bottom: 20px;
    left: 30px;
    color: #fff;
    background: #25d366;
    width: 60px;
    height: 60px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.whatsapp-btn-msg {
    display: none;
    opacity: 0;
}

.whatsapp-btn:hover ,.whatsapp-btn-price :hover {
    cursor: pointer;
    background: #128c7e;
}

.whatsapp-btn:hover .whatsapp-btn-msg, .whatsapp-btn-price:hover .whatsapp-btn-msg{
    opacity: 1;
    display: flex;
    align-items: center;
    position: absolute;
    color: #000;
    font-size: 14px;
    width: max-content;
    left: 70px;    
    background-color: #fff;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    padding: 8px;
    border-radius: 50px;
    font-family: "Hind Regular";
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}