<style>
    	.card {
            margin-bottom: 20px;
            border-color: #007bff;
            border-radius: 10px;
            margin-bottom: 20px;
            margin-top: 120px;
        }
        .card-header {
            background-color: #4169E1;
            color: white;
        }
         .prazos-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            max-width: 400px;
            width: 100%;
            text-align: center;
        }
        .prazos-number {
            font-size: 26px;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.1); 
            
            background-color: #4169E1; /* #007bff; */
            color: #f8f9fa; 
            border-radius: 10px;
            
            margin-bottom: 20px;
            border-color: #32CD32;
            border-radius: 10px; 
            text-align: center;
           
        }
        .zap-number {
            font-size: 22px;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.1); 
            
            background-color: #149c68; /*#5b7c8d; /*#66b6ab;  /*#4169E1; #007bff; */
            color: #f8f9fa; 
            border-radius: 10px;
            
            margin-bottom: 20px;
            border-color: #32CD32;
            border-radius: 10px; 
            text-align: center;
           
        }
        .prazos-label {
            font-size: 16px;
            color: #333;
            text-align: left;
           
        }
        
	   #Menu{
         background-color: #4169E1;
           
        }
        #MenuTotal{
           border-radius: 8px;
           box-shadow: 0 0 80px rgba(0, 0, 0, 0.1); 
           color: #FFA500;
           background-color: #4169E1;
          
           
        }
        
        
        #cookie-message {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #f0f0f0;
            padding: 10px 20px;
            text-align: center;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        /* Estilo para o botão */
        #btn-concordo {
            background-color: #4169E1;
            color: #fff;
            border: none;
            padding: 8px 16px;
            cursor: pointer;
            margin-left: 10px;
        }
        #Painel-central {
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          }
        #Painel-direito {
            padding: 5px;
            border-radius: 8px;
          /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
          }
         #Painel-esquerdo {
            padding: 5px;
            border-radius: 8px;
          /*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
          } 
          
          .footer {
            height: 60px; /* Altura do footer */
            width: 100%;
            background-color: #f8f9fa; /* Cor de fundo do footer */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            bottom: 0;
        }
        #Label-titulo {
          display: block; 
          text-align: center;
         /* color: #00008B;  Azul escuro */
          font-weight: bold;
        }
        
        #DivRes{
           font-size: 11px; 
        }
        
         /* Estilo básico para o botão e o modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0,0.4);
            padding-top: 60px;
        }

        .modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 400px;
        }

        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

       
        .button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
        }

        .button:hover {
            background-color: #45a049;
        } /* fim modal */
        
        /* Estilos do Modal de Política de Privacidade */
        .privacy-modal, .contact-modal {
            display: none; /* Escondido por padrão */
            position: fixed; 
            z-index: 1000; /* Garantir que o modal fique acima de outros elementos */
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto; /* Adicionar rolagem se necessário */
            background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
        }

        .privacy-modal-content, .contact-modal-content {
            background-color: #fefefe;
            margin: 10% auto; /* 10% do topo e centralizado horizontalmente */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Largura do modal */
            max-width: 600px; /* Limite de largura */
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .privacy-close, .contact-close {
            color: #aaa;
            float: right;
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
        }

        .privacy-close:hover, .privacy-close:focus, .contact-close:hover, .contact-close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }/* fim modal privacidade*/
        
        	/* Cor ao passar o mouse */
        
        .nav-link {
         
           color: #FAF9F6;  
           /*  background-color: #F0F0F0;  
           color: #363738; #4169E1 */
           text-decoration: none;
           transition: color 0.4s; /* Transição suave ao passar o mouse */
           font-size: 16px;
           font-weight: bold;
           /*  font-family: 'Roboto', sans-serif; */
           
            
        }
       
        .nav-link:hover {
           color: #FFA500; /*Laranja */
           background-color: #F0F0F0;
          
        }
        
    </style>