@import url("./main.css");

.fixed-social {
    width: 60px;
    height: auto;
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 99999;
}

.fixed-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 5px;
    background-color: var(--Primary);
    border-radius: 60px;
    font-size: 28px;
    text-align: center;
    padding-top: 5px;
    align-items: first baseline;
    color: #fff;
}

.fixed-button-whatsapp {
    background-color: #02361e !important;
}

.logo-img {
    max-width: 175px !important;
}

.footer-logo-img {
    max-width: 250px !important;
    margin-bottom: 15px;
}