
body{

	margin: 0;
	box-sizing: border-box;
	background-color: #343a40;
	font-size: 16px;
	color: #fff;
	font-family: Arial, sans-serif;
    


}




.bem-vindo{
    
    
     text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
     margin-bottom: 3rem;

    
}



.card-header {

color: #000;


}

.card-body{

color: #000;

}

.texto-passos-bloco{
    
    
   background-color: #00000075;
    border-radius: 6px;
    padding: 30px;
    margin-top: 3rem;
}

.texto-passos-titulo{
    
     text-align: center;
}

.texto-passos-rodape{
    
     text-align: center;
    
    
    
    
}





.texto-info-index{
    
    font-size: 24px;
    line-height: 32px;
     margin-top: 3rem;
     text-align: center;
     font-weight: 600;
      background-color: #00000075;
    border-radius: 6px;
    padding: 30px;
   
}




.texto-info-index p{
    
    font-size: 24px;
    line-height: 32px;
    
     text-align: center;
     font-weight: 600;
    
}

.texto-info-index a{
    
    font-size: 16px;
    line-height: 32px;
    
    
}

.btn-cadastrar{

	border: none;
    border-radius: 6px;
    color: #fff;
    background-color: rgb(228, 35, 0);
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    
}

.btn-consulta{

 border: none;
    border-radius: 6px;
    color: #fff;
    background-color:rgb(228, 35, 0);
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
    padding: 10px;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    display: block;
}

.btn-regulamento{

	border: none;
    border-radius: 6px;
    color: #000;
    background-color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    font-weight: 600;

}



.img-moto-detalhes{

    margin-top: 20px;
    margin-bottom: 40px;
     text-align: center;
    align-items: center;


}

#img-sorteio{
    
    margin-top: 20px;
    margin-bottom: 40px;
    
    
}

.nota-aviso{
    
    font-size: 0.75rem;
    margin-top: 10px;
}






h1{

font-size: 1.5rem;


}


#regulamento{
    
    background-color: #00000075;
    border-radius: 6px;
     padding: 30px;
     margin-top: 20px;
     
     
  
    
    
    
}

.texto-info{
  text-align: center;
    color: #fff;
    font-size: 1rem;
    background-color: #00000075;
    border-radius: 6px;
    padding: 30px;
    margin-top: 3rem;
}




.titulo-regulamento{
    
    text-align: center;
    font-size: 1.2rem;
    margin-top: 60px;
    color: #fff;
}

.footer-texto{
    
    text-align: center;
    color: #fff;
    background-color: #00000075;
    padding: 20px;
    font-size: 0.75rem;
    margin-top: 3rem;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; /* O rodapé ocupará toda a largura da página */
    
     
    
}

a{
    color: inherit; 
    
    
} 


.navbar{
    
    
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    
            background-color: #00000075 !important;
           
    
}


a:hover {
    text-decoration: none; /* Remove o sublinhado quando o mouse estiver sobre o link */
    color: #000;
}

.navbar .bg-dark {
  background-color: #fff; /* Cor de fundo preto */
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff; /* Cor do texto branco */
  font-weight: 600;
  font-size: 1rem;
  margin-right: 10px;
  text-align: center;
  
  
  
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff; /* Cor do texto vermelho ao passar o mouse */
    background-color:rgb(228, 35, 0);
    border-radius: 6px;
  
}

.container-fluid{
    
    padding-right: 0px;
    padding-left: 0px;
    
    
    
}





.logo-falcao img{
    
    width: 130px;
    
}

#formulario{
    
    
       
        border-radius: 6px;
        padding: 40px;
        width: 100%; /* Por padrão, o formulário ocupa toda a largura do container */
        max-width: 600px; /* Defina a largura máxima do formulário */
        margin: 0 auto; /* Centralize o formulário na página */
      /* Adicione qualquer outro estilo desejado para o formulário */
         margin-top: 3rem;   
       background-color: #00000075;
}

#formulario input{
    
    padding: 15px;
    border: none;
    outline: none;
}

.titulo-form{
    
    margin-bottom: 25px;
    font-size: 1.2rem;
    text-align: center;
     font-weight: 600;

}


.linha {
    border-bottom: 1px solid #fff; /* Define a linha com 1 pixel de espessura e cor preta */
    
}

.consulta-form{
    
   
    
    text-align: center;
     font-weight: 600;

}

#botao-consulta{
    
    border: none;
    border-radius: 6px;
    color: #fff;
    background-color:rgb(228, 35, 0);;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    display: block;
    
    
    
}

.img-form img{
    
    width: 350px;
    height: auto;
    
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

        .logo {
            text-align: center;
            margin-bottom: 50px;
        }
        .aviso{
            text-align: center;
            color: #000;
            margin-top: 80px;
            font-size: 3rem;
            
            
        }
        .error-message, .success-message {
            margin-bottom: 15px;
            padding: 10px;
            border-radius: 5px;
        }
        .error-message {
            background-color: #ffcccc;
            color: #cc0000;
        }
        .success-message {
            background-color: #ccffcc;
            color: #009900;
        }
        .email-message {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            margin-top: 20px;
            color: #000;
        }
        
       /* css banners */
        .banner-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.banner-slide {
  display: none;
}

.banner-slide img {
  width: 100%;
  height: auto;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 20px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulsating-image {
  animation: pulse 2s infinite alternate; /* Alterne a animação para frente e para trás indefinidamente */
   position: fixed;
  bottom: 20px; /* Ajuste conforme necessário para a distância do fundo */
  right: 20px; /* Ajuste conforme necessário para a distância da direita */
   width: 200px;
    height: auto;
}
