
.mb-20 {
    margin-bottom: 20px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.flex-wrap {
    flex-wrap: wrap;
    max-width: 1366px !important;
    align-items: start !important;
    justify-content: space-between !important;
}

.d-none {
    display: none !important;
}

.pos-rel {
    position: relative !important;
}

.ovf-visible {
    overflow: visible;
}

#whatsapp-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 50px;
    transform: translate(50%, 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#whatsapp-container a {
    width: 70%;
    height: 70%;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    overflow: hidden;
}

#whatsapp-container a:hover {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

#whatsapp-container img {
    width: 100%;
    height: 100%;
}

footer a:hover {
    color: black;
}

.bold {
    font-weight: 800;
}