.aviso {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}

.aviso-sucesso {
    background-color: #28a745;
}

.aviso-erro {
    background-color: #dc3545;
}

.aviso-aviso {
    background-color: #ffc107;
    color: #000;
}

#whatsapp-button {
    position: fixed;
    bottom: 71px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

#whatsapp-button:hover {
    transform: scale(1.1);
}

#whatsapp-button img {
    width: 100%;
    height: 100%;
}

#barra-ostomtech {
    width: 100%;
    z-index: 2;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    background-color: #000;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.barra-superior {
    padding: 2px 20px;
}

.barra-inferior {
    text-align: left;
    padding: 2px 20px;
    font-size: 14px;
}

.container-barra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.logo-footer {
    max-height: 24px;
}

.contato-footer p {
    margin: 0;
    font-size: 14px;
}

.barra-inferior p{
    margin: 0;
    font-size: 14px;
}

.instagram-icon {
    height: 24px;
    margin-left: 10px;
    filter: invert(1);
}

@media (max-width: 768px) {
    .logo-footer{
        display: none;
    }
}

@media (max-width: 400px) {
    #barra-ostomtech {
        justify-content: center;
    }

    .container-barra {
        align-items: flex-start;
        justify-content: center;
    }

    .contato-footer p {
        text-align: center;
    }

    #whatsapp-button {
        bottom: 40px;
    }
}

@media only screen and (max-device-width: 2024px) and (hover: none) and (pointer: coarse) {
    #barra-ostomtech {
        justify-content: center;
    }

    #whatsapp-button {
        bottom: 40px;
    }
}