#gallery>div {
    aspect-ratio: 1;
}

@media (max-width: 1023px) {
    #menu .active {
        border-left: 5px solid #00C6B1;
        padding-left: 5px;
    }
}

@media (min-width: 1024px) {
    #menu .active {
        border-bottom: 5px solid #00C6B1;
        padding-left: 5px;
    }
}

#menu .lg-active {
    border-bottom: 5px solid #00C6B1;
    border-left-width: 0px;
}

#footer>div {
    padding: 0.5rem
}

.icon {
    height: 24px;
    width: 24px;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

#whatsapp-chat {
    display: none;
}

#whatsapp-chat-icon:hover+#whatsapp-chat {
    display: inherit;
}

#whatsapp-chat::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 10px;
    border: 5px solid white;
    height: 0px;
    width: 0px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.bg-primary {
    background-color: #072C3F;
}

.bg-secondary {
    background-color: #00C6B1;
}

.card {
    background-color: white;
    border-top: 5px solid #00C6B1;
}

.title {
    border-bottom: 5px solid #00C6B1;
    font-size: 2.25rem;
    line-height: 2.5rem;
    display: inline-block;
}

.overlay {
    position: relative;
    z-index: 10;
}

.overlay * {
    z-index: 10;
}

.overlay::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1;
}