/* CSS Document */

*{
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	line-height: 1;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: auto;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: auto;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: auto;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: auto;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: auto;
}

body, p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: auto;
}

.caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: auto;
}

body{
	color: #6e6e70;
	font-family: 'Montserrat:400,700,900&display=swap';
}

#logo-topo{
	/*
    width: 100%;
	left: 50%;
	margin-left: -225px;
	position: relative;
    */

}

.navbar {
    background-color: #fff; /* Cor de fundo do menu */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.navbar-brand img {
    height: 50px; /* Altura do logotipo */
}

.nav-link {
    color: #6e6e70; /* Cor do texto dos links */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: auto;
}

.nav-link:hover {
    color: #0056b3; /* Cor do texto dos links ao passar o mouse */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: auto;
}

.navbar-toggler {
    border: none; /* Remove a borda do botão toggler */
}

/* 1) Links brancos nas áreas escuras (rodapé, seções com .text-white e #reg) */
.text-white a,
.text-white a:visited,
.text-white a:active,
#reg a,
#reg a:visited,
#reg a:active {
  color: #fff !important;
  text-decoration: none;
}
.text-white a:hover,
#reg a:hover {
  color: #d4d4d4 !important; /* ajuste do hover */
  text-decoration: underline; /* opcional */
}

.btn-grad{
    background: #ffffff;
    color:  #000000;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000000;
    padding: .375rem .375rem;
    font-size: 1rem;
    line-height: 1.5;
	width: 35%; 
	border-radius: 1rem;
    
    
    /*
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #117c95),  color-stop(1, #19a1c0) );
	background-image: gradient( linear, left top, right top, color-stop(0, #117c95),  color-stop(1, #19a1c0) );
	color: #fff;
    */
}

.btn-blue{
	background: #000000;
     padding: .3rem .375rem;
    font-size: 0.75rem;
    text-align: center;
   border-radius: 40px;
	color: #fff;
	width: auto; 
}

/* FORM */
input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 40px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
/* FORM PER 
form-conteudo{
	width: 50%;
	float: left;
}

.box-form{
	background: #000;
	padding: 7.5%;
	box-sizing: border-box;
	width: 30%;
	border-radius: 20px;
	float: left;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
}

.box-form p{
	color: #000 !important;
	margin-bottom: 5%;
	font-style: italic;
	font-size: 1em;
}

.box-form input{
	padding: 2% !important;
}
 FIM FORM PER */

.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sb-loading{
	display: none !important;
}

#pop-regulamento{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
	background: #ffffff;
	color: #000;
	width: 80%;
	height: 80%;
	box-sizing: border-box;
	position: fixed;
	z-index: 10010;
	left: 50%;
    top: 50%;
	padding-left: calc(x);
    padding-top: calc(y);
	padding: 5% 2.5%;
	transform: translate(-50%,-50%);
	overflow-y: scroll;
    border-radius: 10px;
    border: solid 5px #ffffff;
}

#pop-regulamento span{
    font-family: 'Montserrat', sans-serif;
   font-weight: 300;
    font-style: italic;
    padding-left: 2em;
    float: left;
    padding-top: 2em;
    padding-bottom: 2em;
}

#pop-regulamento a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-decoration: underline;
}

#opacity-pop{
	background: #000;
    opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10009;
	left: 0;
	top: 0;
    cursor: pointer;
}

#close-regulamento{
    top: 2.5%;
    position: absolute;
    right: 2.5%;
    color: #fff;
    cursor: pointer;
}


.hidden{
	display: none !important;
	font-family: 'Montserrat:400,700,900&display=swap';
}

.visible{
	font-family: 'Montserrat:400,700,900&display=swap';
	display: block !important;
}

#reg{
     background: url('../imagens/bg-linha.jpg'); 
}

#tabela{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}

#topo-tabela{
	width: 100%;
	background: #000000;
	color: #fff;
	box-sizing: border-box;
	padding: 2.5%;
}

#coluna-data{
	width: 20.00%;
	float: left;
	align-items: center;
}

#coluna-numeros{
	width: 20.00%;
	float: left;
	align-items: center;
}

#coluna-nomes{
	width: 60.00%;
	float: left;
}

.linha-coluna{
	padding: 2.5%;
	box-sizing: border-box;
	height: 30px;
    display: flex; /* Adicionado */
    justify-content: center; /* Adicionado */
    align-items: center; /* Adicionado */	
}

.first-line{
	background: #ccc !important;
}

.linha-coluna:nth-child(even){
	background: #fff;
}

.linha-coluna:nth-child(odd){
	background: #f0f0f0;
}

.pointer-cursor {
    cursor: pointer;
}

@media (max-width: 575.98px){

	#chamada h3{
		font-size: 1.25em;
	}

	p{
		font-size: 0.9em;
	}
	
}



