body {
margin: 0;
}

.container {
position: relative;
height: 100vh;
display: flex;
flex-direction: column;
}

.header {
position: fixed;
width: 100%;
height: 73px;
background-image: url("imagens/fundo_cima.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 0px;
display: flex;
box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
z-index: 9999;
}
.header > div {
flex: 1;
}	
.header > div:nth-child(2) {
margin-left: 20px;
}		
.header-shadow {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 10px;
box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
}

.content {
flex-grow: 1;
background-color: #ffffff;
overflow: auto;
margin-left: 15px;
margin-top: 100px;
max-width:100%;       
scrollbar-width: thin;
scrollbar-color: #999999 #f0f0f0;
}

.content::-webkit-scrollbar {
width: 8px;
border-radius: 4px;
}

.content::-webkit-scrollbar-thumb {
background-color: #999999;
border-radius: 4px;
}

.content::-webkit-scrollbar-track {
background-color: #f0f0f0;
border-radius: 4px;
}

.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background-image: url("imagens/fundo_cima.jpg");
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
    
.result-box {
width: 260px;
margin: 0 auto;
border-right: 4px solid #EAEAEA; /* Cor e espessura da borda do lado direito */
border-bottom: 4px solid #EAEAEA; /* Cor e espessura da borda inferior */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
border-radius: 8px;
padding-bottom: 8px;
background: #FEFEFE;
}
.estilo_foto {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
border-color:#FFFFFF
}
.estilo_foto a {
text-decoration: none;
color: #666666;
}
.estilo_foto a:hover {
text-decoration: underline;	
color: #333333;
}
.estilo_x {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
border-color:#FFFFFF
}

.box_foto {
width: 20%;
display: inline-block;
margin-top: 5px;
font-size: 12px;
color: #999999;
}

.box_g {
width: 50%;
display: inline-block;
margin-top: 5px;
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #333333;
}

.resultado-box {
width: 290px;
margin: 0 auto;
border-right: 4px solid #EAEAEA; /* Cor e espessura da borda do lado direito */
border-bottom: 4px solid #EAEAEA; /* Cor e espessura da borda inferior */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
border-radius: 10px;
padding-bottom: 10px;
background: #FEFEFE url(imagens/fundo_box.png) center center no-repeat; /* Cor de fundo e imagem de fundo */
background-size: cover; /* Ajuste da imagem de fundo */

}
.estilo_resultado {
text-align: center;
font-family: Arial, sans-serif;
font-size: 16px;
color: #333333;
}
.estilo_resultado_p {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #77042D;
}
.box_foto_resultados {
width: 20%;
display: inline-block;
font-size: 16px;
color: #999999;
}

.box_g_resultados {
width: 50%;
display: inline-block;
font-family: Arial, sans-serif;
font-size: 26px;
font-weight: bold;
color: #333333;
}
.estilo_banner {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #CECECE;
  background-color: #FFFFFF;
  z-index: 9999; /* Certifique-se de que o valor do z-index seja maior do que o das imagens */
}

.banner_content {
  position: relative;
}

.banner_content a img {
  position: relative;
  z-index: -1; /* Faz com que a imagem fique por trás do conteúdo do banner */
}

.estilo_banner img {
  border-radius: 5px;
}


.resultado-sorteio_g {
width: 160px;
margin: 0 auto;
font-size: 12px;
color: #CECECE;
text-align: right;
}
.resultado-sorteio_p {
width: 90px;
margin: 0 auto;
font-size: 11px;
color: #CECECE;
text-align: right;
}

.icon-container {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin-left: 20px;
padding-left: 15px;
padding-right: 15px;
}
.custom-div {
width: 250px;
margin-left: 20px;
font-family: Arial, sans-serif;
font-size: 10px;
color: #EAEAEA;
padding: 5px;
}
.activePage {
background-color: #ccc;
font-weight: bold;
}
.estilo_texto {
font-family: Arial, calibri, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
visibility: inherit;
}
.estilo_texto a {
text-decoration: underline;
color: #333333;
}
.estilo_texto a:hover {
text-decoration: underline;	
color: #333333;
}
.container_resultado {
width: 320px;
margin: 0 auto;
padding: 3px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
border-radius: 10px;
padding-bottom: 10px;
}

.logo_resultado {
padding: 5px;
margin-left: auto; /* Move a logo_resultado para a extrema direita */
}

.text_resultado {
padding: 3px;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.content_resultado {
margin-left: 0; /* Remove a margem ŕ esquerda da content_resultado */
}
.estilo_g {
font-family: Arial, calibri, Helvetica, sans-serif;
font-size: 15px;
color: #333333;
visibility: inherit;
}
.estilo_g a {
	text-decoration: underline;
	color: #333333;
}
.estilo_g a:hover {
	text-decoration: underline;	
	color: #333333;
}
.estilo_formulario_g   {
margin-right: 1px;
border: 1px solid #666666;
padding: 0.24em;
background-color: #FFFFFF;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.estilo_form   {
margin-right: 1px;
border: 1px solid #666666;
padding: 0.24em;
background-color: #FFFFFF;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.button_cad {
width: 80%;
background-color: #035815;
color: white;
border: none;
border-radius: 10px;
padding: 10px;
cursor: pointer;
}
#ancora-topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    display: none;
    text-decoration: none;
}

/* Estilos da classe 'oculto' */
.oculto {
    display: none;
}
.estilo {
	font-size: 14px; 
	color: #666666; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none
}
.estilo a {
	text-decoration: none;
	color: #666666;
}
.estilo a:hover {
	text-decoration: underline;	
	color: #666666;
}
.estilo_titulo {
	font-size: 14px; 
	color: #666666; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
    text-transform: uppercase;
}
.estilo_titulo a {
	text-decoration: none;
	color: #666666;
    text-transform: uppercase;
}
.estilo_titulo a:hover {
	text-decoration: underline;	
	color: #666666;
    text-transform: uppercase;
}
.estilo_descricao {
	font-family: Arial, calibri, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	visibility: inherit;
}
.estilo_descricao a {
	text-decoration: none;
	color: #999999;
}
.estilo_descricao a:hover {
	text-decoration: underline;	
	color: #999999;
}
.estilo_grande {
	font-size: 16px; 
	color: #666666; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none
}
.estilo_grande a {
	text-decoration: none;
	color: #CECECE;
}
.estilo_grande a:hover {
	text-decoration: underline;	
	color: #CECECE;
}
  .container_login{
  border-radius: 20px;
  margin: auto;
  text-align: center;
  height: 300px;
  width: 300px;
background-image: url('imagens/fundo_login.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  }
.input_caixa{
  border: none;
  outiline: none; 
  maring-top: 30px;
  padding: 4% 4%;
  border-radius: 12px;
width: 240px
}
.gradiente-button {
background: linear-gradient(to right, #05F12A, #007B1E); /* Verde claro para verde escuro */
background-size: 200% 100%;
background-position: right bottom;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
transition: background-position 0.5s;
width: 240px
;}

.gradiente-button:hover {
background-position: left bottom;
}
#h_cor{
  margin-top: 5px;
  text-align:center;
  font-family: Arial;
  size: 13px;
  color: #FFF;
}

#p_cor{
  text-align:center;
  font-family: Arial;
  color: #FFF;
}
.estilo_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-color:#FFFFFF;
    text-transform: uppercase;
}
.estilo_time a {
	text-decoration: none;
	color: #333333;
}
.estilo_time a:hover {
	text-decoration: underline;	
	color: #333333;
}
.img_pb {
  -webkit-filter: grayscale(100%);
    opacity: 0.70;
   -moz-opacity: 0.70;
   filter:alpha(opacity=70);
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   float: center;}
}
#clockdiv {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    max-width: 360px;
    height: 42px;
    width: 440px
    margin: 0 auto;
    overflow: hidden;
}
#clockdiv > div {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    max-width: 360px;
    padding: 3px;
    border-radius: 3px;
    background: #007B1E;
    display: inline-block;
}
#clockdiv div > span {
     font-family: Arial, Helvetica, sans-serif;
    color: #000000;
   padding: 3px;
    border-radius: 3px;
    background: #FFFFFF;
    display: inline-block;
    font-size: 12px;
}
smalltext {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    border-color:#FFFFFF;
    text-transform: uppercase;
}
