a {
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    margin: 10px;
}

.whatsapp-float:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

h5 {
    margin-bottom: 25px;
}

/* Div futurística */
.futuristic-box {
    width: 20%;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(119, 15, 108, 0.5), 0 0 50px rgba(230, 0, 255, 0.2);
    margin: 10px;
}

@media (max-width: 768px) {

    /* Tamanho de tela até 768px (dispositivos móveis) */
    .futuristic-box {
        width: 90%;
        /* Largura para dispositivos móveis */
    }
}


.content h1 {
    font-size: 3rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.content p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.divMenu {
    height: 60px;
    width: 90%;
    border-radius: 25px;
    background: rgba(195, 194, 195, 0.1);
}

.footer {
    margin: 0;
    color: white;
    /* background-color: rgb(52, 52, 52); */
    width: 100%;
    height: 160px;
}

.whatsapp-button {
    width: 160px;
    /* display: inline-flex; */
    align-items: center;
    /* gap: 8px; */
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.whatsapp-float {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    /* garante que fique acima de outros elementos */
    cursor: pointer;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}


.whatsapp-button:hover {
    background-color: #1ebc57;
}

.icon-itens {
    height: 50px;
    margin-bottom: 10px;
}

.text-empresa {
    width: 80%;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(119, 15, 108, 0.5), 0 0 50px rgba(230, 0, 255, 0.2);
    margin: 10px;
    line-height: 2.0;
}

.link-itens:hover {
    font-weight: bold;
}

@media (max-width: 768px) {

    /* Tamanho de tela até 768px (dispositivos móveis) */
    .text-empresa {
        width: 90%;
        /* Largura para dispositivos móveis */
    }
}

.linha {
    width: 100%;
    height: 0.5mm;
    border: 2px solid transparent;
    box-shadow: 0 0 20px rgba(119, 15, 108, 0.8), 0 0 50px rgba(230, 0, 255, 0.2);
    margin: 10px;
}