﻿@media (max-width: 425px) {
    #Texto-Navbar-Responsivo {
        font-size: 18px !important;
    }

    .whatsapp-button-wrapper {
        display: none !important; /* Escondido em resoluções menores */
    }
    #Navbar-logo-mobile
    {
        display:block;
        width:85px;
    }
    .navbar-header
    {
        display:flex;
    }
    #navbar-img {
        display: block;
        width: 60px;
    }
}

@media (min-width: 768px) {
    #Texto-Navbar-Responsivo {
        font-size: 20px;
    }

    .whatsapp-button {
        background-color: #25d366;
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        display: flex;
        align-items: center;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .whatsapp-button-icon {
        margin-right: 10px;
        font-size: 1.25rem;
    }

    .whatsapp-button:hover {
        background-color: #128c7e;
        color: white;
    }
    #Navbar-logo-mobile {
        display: none;
    }
}
