/* estilo-home.css - CORES VIRTURY OFICIAL */
body, html { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; }

/* Navbar Clean */
.escurece {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    min-height: 80px;
}

.tamanhoLogo { max-height: 65px; }

/* Menu Itens em Cinza conforme o print */
.nav-link.aham {
    color: #444 !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* O Verde Petróleo/Tifany dos cards e botões */
.bg-virtury { background-color: #00939d !important; }

/* Botão WhatsApp Arredondado do Topo */
.btn-whatsapp-virtury {
    background-color: #00939d !important;
    color: #ffffff !important;
    border-radius: 10px; /* Cantos arredondados conforme o print */
    padding: 8px 20px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
}

/* Cards da Home: Cantos arredondados e cor oficial */
.gradiente {
    background-color: #00939d !important;
    color: #ffffff !important;
    border-radius: 15px !important; /* Arredondamento do print */
    margin: 10px;
    border: none !important;
    transition: 0.3s all;
}

.hover-servico:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

.icones-agendamento { 
    max-height: 40px; 
    width: auto; 
    filter: brightness(0) invert(1); /* Deixa os ícones brancos */
}