.overlay:before {
    background: #fdbfe4 !important;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: .5 !important;
}

.thumb-info .thumb-info-type {
    background-color: #a51d32 !important;
}

.nav-pills .nav-link.active{
    color: #a51d32 !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    text-decoration: none !important;
}
.whatsapp-float:hover {
    background: #128c7e;
    color: #fff;
    text-decoration: none !important;
}
.whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 10000;
    background: rgba(0,0,0,0.10);
    width: 340px;
    max-width: 95vw;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-popup-content {
    background: #fff;
    border-radius: 5px;
    padding: 0 0 18px 0;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.whatsapp-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
    z-index: 2;
}
.whatsapp-popup-header {
    display: flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 18px 18px 10px 18px;
    gap: 14px;
}
.whatsapp-popup-header i {
    font-size: 2.2rem;
}
.whatsapp-popup-header strong {
    font-size: 1.1rem;
    font-weight: 700;
}
.whatsapp-popup-sub {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.95;
}
.whatsapp-popup-info {
    color: #888;
    font-size: 0.8rem;
    padding: 10px 18px 0 18px;
}
.whatsapp-popup-card {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
    margin: 16px 18px 0 18px;
    padding: 12px 14px;
    text-decoration: none !important;
    color: #222;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: background 0.18s, box-shadow 0.18s;
    cursor: pointer;
    gap: 12px;
}
.whatsapp-popup-card:hover {
    background: #e6f9ef;
    box-shadow: 0 2px 8px rgba(37,211,102,0.10);
    text-decoration: none !important;
}
.whatsapp-popup-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    border: 1px solid #eee;
}
.whatsapp-popup-card-content {
    flex: 1;
    min-width: 0;
}
.whatsapp-popup-card-title {
    font-weight: 600;
    font-size: 1rem;
    display: block;
}
.whatsapp-popup-card-desc {
    font-size: 0.92rem;
    color: #888;
    display: block;
}
.whatsapp-popup-card-icon {
    color: #25d366;
    font-size: 1.6rem;
    margin-left: 8px;
}
@media (max-width: 575px) {
    #header > div > div.header-top.header-top-default.header-top-borders.border-bottom-0.bg-dark {
        display: none;
    }
    body > div > div > section.section.section-with-shape-divider.section-height-5.overlay.overlay-show.border-0.m-0.parallax-disabled > div.container.position-relative.py-5.mb-5 > div > div > h1 {
        font-size: 3.5rem !important;
    }
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 28px;
        bottom: 16px;
        right: 16px;
    }
    .whatsapp-popup {
        right: 8px;
        width: 98vw;
        bottom: 70px;
    }
}
.scroll-to-top,
.scroll-to-top.hidden-mobile {
    display: none !important;
}