        body {
            font-family: Arial, sans-serif;
        }

        .topbar {
            background-color: #e6007e;
            color: white;
            font-size: 13px;
            padding: 5px 0;
            text-align: center;
        }

        .navbar {
            background-color: #e6007e;
        }


        .nav-link {
            color: white !important;
            font-weight: 500;
        }

        /* Botão rosa padrão */
        .btn-pink {
            background-color: #e6007e;
            color: #fff;
            border: none;
        }

        .btn-pink:hover,
        .btn-pink:focus {
            background-color: #cc006f;
            /* tom mais escuro no hover */
            color: #fff;
        }

        .navbar {
            background-color: #e6007e;
        }

        .btn-pink {
            background-color: #e6007e;
            color: #fff;
            border: none;
        }

        .btn-pink:hover,
        .btn-pink:focus {
            background-color: #cc006f;
            color: #fff;
        }

        .btn-pink:active {
            background-color: #b30063;
            /* ainda mais escuro quando clicado */
            color: #fff;
        }


        .social-icons a {
            color: white;
            margin-left: 10px;
            font-size: 20px;
        }

        

        .banner h2 {
            background: rgba(0, 0, 0, 0.6);
            padding: 20px;
            border-radius: 10px;
            color: white;
            font-size: 28px;
            max-width: 700px;
        }

        .menu-central {
            background-color: #FFFFFFFF;
        }

        .menu-central .nav-link {
            color: white !important;
            padding: 15px 25px;
            font-weight: bold;
        }

        .card-custom {
            border: none
                /*2px solid #000000FF*/
            ;
            box-shadow: none;
            /* sem sombra */
            background: none;
            /* sem fundo */
            display: flex;
            /* ativa flexbox */
            flex-direction: column;
            justify-content: center;
            /* centraliza vertical */
            align-items: center;
            /* centraliza horizontal */
            min-height: 200px;
            /* define altura mínima p/ centralizar bem */
            text-align: center;
            padding: 10px 0;
        }

        .card-custom img {
            max-width: 100%;
            /* nunca passa da largura da div */
            height: auto;
            /* mantém a proporção */
            display: block;
        }

        .numeros h2 {
            color: #e6007e;
            font-weight: bold;
            font-size: 74px;
        }

        .numeros p {
            font-size: 20px;
            font-weight: bold;
        }

        .footer {
            background-color: #e6007e;
            color: white;
            padding: 40px 0;
            font-size: 14px;
        }

        .footer a {
            color: white;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .alert-darkPink {
            color: #fff;
            /* texto branco para contraste */
            background-color: #C21275;
            border: 1px solid #a01061;
            /* borda um pouco mais escura */

            margin-bottom: 0.3rem;
            /* diminui o espaço entre os alerts */
            padding: 0.5rem 0.75rem;
            /* opcional: deixa o alerta mais compacto */
            text-align: center;
            font-size: 20px;
        }

        .alert-ultraDarkPink {
            color: #fff;
            /* texto branco para contraste */
            background-color: #940455;
            border: 1px solid #940455;
            /* borda um pouco mais escura */

            margin-bottom: 0.3rem;
            /* diminui o espaço entre os alerts */
            padding: 0.5rem 0.75rem;
            /* opcional: deixa o alerta mais compacto */
            /*text-align: center;*/
            font-size: 15px;
        }

        .input-group {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .input-group .form-control {
            border: none;
            box-shadow: none;
        }

        .input-group-text {
            background: white;
            border: none;
        }

        /* Card */
        .custom-card {
            border: 2px solid #C21275;
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        /* Cabeçalho */
        .custom-card .card-header {
            background-color: #C21275;
            color: #fff;
            font-weight: bold;
            text-align: center;
        }

        /* Botão */
        .btn-darkPink {
            background-color: #C21275;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 8px 20px;
            transition: 0.3s;
        }

        .btn-darkPink:hover {
            background-color: #a0105f;
            color: #fff;
        }

        /* Botão */
        .btn-darkPink2 {
            background-color: #C21275;
            color: #fff;
            border: none;
            border-radius: 25px;
            padding: 6px 18px;
            transition: 0.3s;
        }

        .btn-darkPink2:hover {
            background-color: #a0105f;
        }

        /* Estilo da data/hora */
        .content-date {
            display: block;
            font-size: 0.85rem;
            color: #6c757d;
            /* cinza suave */
            margin-top: -5px;
        }


        /* Card de conteúdo */
        .content-card {
            border-left: 5px solid #C21275;
            /* destaque discreto na lateral */
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        /* Título */
        .content-card .card-title {
            color: #C21275;
            font-weight: bold;
            margin-bottom: 10px;
        }

        /* Texto */
        .content-card .card-text {
            color: #333;
            line-height: 1.6;
        }


        .text-darkPink {
            color: #C21275;
        }

        .btn-outline-darkPink {
            border-color: #C21275;
            color: #C21275;
        }

        .btn-outline-darkPink:hover {
            background-color: #C21275;
            color: #fff;
        }

        .hover-shadow:hover {
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
            transition: 0.3s;
        }

        .btn-pinkLight {
            background-color: #FFCDE7;
            border-color: #FFCDE7;
            color: #000000;
        }

        .btn-pinkLight:hover,
        .btn-pinkLight:focus {
            background-color: #ffb4dc;
            border-color: #ffb4dc;
            color: #000000;
        }

        .btn-pinkLight:active,
        .btn-pinkLight.active {
            background-color: #ff9bd1;
            border-color: #ff9bd1;
            color: #000000;
        }

        .btn-outline-pinkLight {
            color: #FFCDE7;
            border-color: #FFCDE7;
            background-color: transparent;
        }

        .btn-outline-pinkLight:hover,
        .btn-outline-pinkLight:focus {
            color: #000000;
            background-color: #FFCDE7;
            border-color: #FFCDE7;
        }

        .card {
            width: 100%;
            border: 3px solid #E6007E;
            border-radius: 15px;
            background: #fff;
            overflow: hidden;
            height: 100%;
        }

        .card-header {
            background: #E6007E;
            color: #fff;
            text-align: center;
            padding: 10px;
            font-weight: bold;
            font-size: 20px;
        }

        .card-subheader {
            background: #E6007E;
            color: #fff;
            text-align: center;
            padding: 5px;
            font-size: 14px;
        }

        .meal {
            display: flex;
            align-items: flex-start;
            padding: 10px;
            border-top: 1px solid #ddd;
            flex: 1;
        }

        .meal-content h3 {
            color: #000;
            background-color: #FFCDE7;
            padding: 10px 20px 10px 45px;
            border-radius: 20px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.9em;
            position: relative;
            display: inline-block;
        }

        .meal-content h3 i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2em;
        }

        .meal img {
            width: 60px;
            height: 60px;
            margin-right: 10px;
        }

        .meal-content h3 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
        }

        .meal-content ul {
            margin: 5px 0 0 15px;
            padding: 0;
        }

        .row {
            height: 100%;
        }

        .col-md-6,
        .col-lg-4 {
            display: flex;
            height: 100%;
        }

        .mb-4 {
            height: 100%;
        }

        .cardapio-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .card-column {
            flex: 1;
            min-width: 300px;
            max-width: 400px;
            display: flex;
        }

        .prato-principal {
            font-weight: bold;
            color: #333;
            flex-shrink: 0;
        }

        .prato-vegetariano {
            font-weight: bold;
            color: #28a745;
            flex-shrink: 0;
        }