
    /* Overlay transparente */
    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6); /* fundo semi-transparente */
      display: none; /* escondido por defeito */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Caixa da mensagem */
    #overlay .content {
      background: white;
      padding: 20px 40px;
      border-radius: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
    }

    #overlay img {
      width: 80px;
      margin-bottom: 15px;
      opacity: 0.9;
    }

		
		
		
		    /* Overlay transparente */
    #overlay1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6); /* fundo semi-transparente */
      display: none; /* escondido por defeito */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Caixa da mensagem */
    #overlay1 .content {
      background: white;
      padding: 20px 40px;
      border-radius: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
    }

    #overlay1 img {
      width: 80px;
      margin-bottom: 15px;
      opacity: 0.9;
    }

	
		

    /* Overlay transparente */
    #overlay2 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6); /* fundo semi-transparente */
      display: none; /* escondido por defeito */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Caixa da mensagem */
    #overlay2 .content {
      background: white;
      padding: 20px 40px;
      border-radius: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
    }

    #overlay2 img {
      width: 80px;
      margin-bottom: 15px;
      opacity: 0.9;
    }

