/* WHATSAPP FIXO - ESTILO DELICATE */
.whatsapp-fixo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-fixo a {
    background: #ffffff;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #f8e7f1;
    display: flex;
    transition: all 0.3s ease;
}

.whatsapp-fixo img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(206, 83, 150, 0.2));
}

.whatsapp-fixo:hover {
    transform: translateY(-3px);
}

.whatsapp-fixo:hover a {
    box-shadow: 0 6px 16px rgba(206, 83, 150, 0.2);
    border-color: #e9c0d6;
}

/* Efeito pulsante suave */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.whatsapp-fixo:hover img {
    animation: pulse 1.5s infinite;
}


.barra-inicial {
    display:none;
}

img.row-fluid {
    display:none;
}

