 body{font-family: 'Dosis', sans-serif;}
    .background-image {
      background-image: url('../image/cabecalho-lgpd.jpg');
      background-size: cover;
      background-position: center;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 20px;  
    }
	
	.bi{color:#000000;}
	
	.event p{font-size:20px;color:#000000;font-weight:bold;}
	
	.font1{color:#000000;font-size:45px;}
	
	.hora{font-size:33px;font-weight:400;}
	
	.form-control{font-weight:bold;color:#000000}

    .logo {
      width: 300px;
      margin-right: auto; /* Adicionado para posicionar à direita */
    }

    .title {
      font-family: 'Dosis', sans-serif;
      font-size: 45px;
      font-weight: 200;
      color: #ffffff;
      text-align: center; /* Centralizar o título */
      margin-bottom: 10px;
    }

    .text {
      font-family: Arial, sans-serif;
      color: #ffffff;
      text-align: center; /* Centralizar o texto */
      margin-bottom: 30px;
    }	

    
    .form-container {
      background: #00c89b;
      border-radius: 10px;
      color: #fff;
      padding: 20px;
      margin: 0 auto;
	  margin-top: -180px;
      width: 700px;
	  font-weight:bold;
    }	

	@media only screen
	  and (min-width: 375px)
	  and (max-width: 667px) {
		.form-container {
		  background: #00c89b;
		  border-radius: 10px;
		  color: #fff;
		  padding: 20px;
		  width: 90%;
		  font-weight: bold;
		}
	}
	
    
    .form-container h2 {
      text-align: center;
    }
	
	 .meu-botao {
		background-color: #000000;
		width: 100%;
		color:#fff;
	  }

	  .meu-botao:hover {
		background-color: #00958b;
		color:#fff;
	  }
	 
	.form-aceite {color:#00958b!important;}
	
	 .custom-row {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #fafafa;
		margin-bottom: 10px;
		padding: 18px;
		font-size:22px;
		color:#000000;
		font-weight:bold;
	  }
	  
	  .whatsapp-float {
	  position: fixed;
	  width: 60px;
	  height: 60px;
	  bottom: 40px;
	  right: 40px;
	  background-color: #000000;
	  color: #fff;
	  border-radius: 50px;
	  text-align: center;
	  font-size: 30px;
	  box-shadow: 2px 2px 3px #999;
	  z-index: 100;
	  vertical-align:middle;
	}

	.whatsapp-float:hover {
	  background-color: #00c89b;
	  color: #fff;
	}

	.bi-whatsapp {
	  color:#fff!important;
	  vertical-align:middle;
	}


    .footer {
      background-color: #00c89b;
      color: #ffffff;
      padding: 20px;
	  }
	  
	
.cronograma-image {
      background-image: url('../image/cabecalho-AI.jpg');
      background-size: cover;
      background-position: center;
      height: 400px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 20px;
	  
    }
	
/* Ajuste para tablets e dispositivos móveis */
@media (max-width: 768px) {
  .background-image {
    background-image: url('../image/cabecalho-lgpd-tablet.jpg'); /* Imagem diferente para tablets */
    background-position: top center;
    height: 300px;
    padding-right: 10px;
  }
  .form-container {margin-top:-50px;}
}

@media (max-width: 480px) {
  .background-image {
    background-image: url('../image/cabecalho-lgpd-mobile.jpg'); /* Imagem diferente para smartphones */
    background-position: top center;
    height: 200px;
    padding-right: 5px;
  }
  .form-container {margin-top:-50px;}
}