html, body {
    overflow: auto;
    box-sizing: border-box;
	overflow-x: hidden;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
    margin: 0;
    position: relative;  /* necessário para o ::before */
    min-height: 100vh;
}

body::before {
    content: "";
    position: absolute;   /* agora acompanha a altura real do body */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;         /* cobre todo o body, não só a tela */
    background-image: url('../image/fundoaz.png');
    background-repeat: repeat;  /* repete horizontal e vertical */
    background-size: 200px auto; /* largura fixa, altura proporcional */
    opacity: 0.4;
    z-index: -1;
}


header{
    position:fixed;
    top:0px;
    left:0px;
	width:100%;
	height:100px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* sombra */
    background-color: white;
    z-index:5
}
.logo{
	height:60px;
	width:auto;
	float:left;
    margin-top:25px;
    margin-left:15px;
	z-index:1;
}
.logo:hover{
	height:62px;
}
.iconemenu{
height:45px;
width:auto;
z-index:2;
}


header.shrink {
    height: 70px;
    transition: all 0.3s ease;
}


header.shrink .logo {
    height: 55px;
    margin-top: 10px; 
    transition: all 0.3s ease;
}

header.shrink .iconemenu {
    height: 40px;
    margin-top:-15px;
    transition: all 0.3s ease;
}



header, 
.logo, 
.iconemenu {
    transition: all 0.3s ease;
}


@keyframes girar {
	from {
		transform: rotate(0deg);
	} to {
		transform: rotate(360deg); 
	}
}

.iconemenu:hover{
	animation: girar 1s linear;
}
.alert{
	position:fixed;
	width:100%;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:50px;
	margin-top:-10px;
}
.alert2{
	position:relative;
	width:100%;
	padding:20px 50px;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:auto;
	margin-top:0px;
}
.cancel{
	padding:5px 40px;
	background-color:#59595a;
	color:#ffffff;
	border-radius: 10px;
}
.loginblock {
    width: 100%;
    height: 100%;
    -background-image: url("../image/fundoazlg.png");
    background-repeat: repeat; 
     background-size: 200px auto;
    background-size: auto;             /* mantém o tamanho original */
    background-position: top center;   /* opcional */
}

.bemvindo{
    color:#2848bd;
    margin-left:85px;
    margin-bottom:-20px;
    z-index:1;
}
.clubes{
    height:32px;
    width:auto;
    margin-top:-5px;
    margin-left:10px;
}
.conteudo{
    position: relative;
    top:130px;
	width:100%;
	height:auto;
	text-align: center;
	margin:0;
	margin-bottom: 120px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.conteudoclube{
    align-items: center;
	align-content: center;
	height:auto;
	width:100%;
}
.clubebook{
    text-align: center;
    
    padding: 30px 0px;
}
.clube{
    position:relative;
    text-align: center;
}
.imgclube{
    position:relative;
    width:240px;
    height: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4); /* sombra */
    animation: float 4s ease-in-out infinite;
    transition: transform 0.3s ease;
}
.imgclube:hover {
  transform: translateY(-7px);
  transform: translateX(-7px);
  transform: rotate(-5deg);
}
.clubemarc{
    position:relative;
    margin-top:-40px;
    margin-left:-80px;
    width:270px;
    rotate:-10deg;
    height: auto;
    z-index: 2;
}

.clubemarc2 {
    position: absolute;
    left: 0%;
    top: 100%;
    margin-top:-72px;
    transform: translateX(-50%) rotate(3deg);
    rotate:3deg;
    width: 275px;
    height: auto;
    animation: linkPulse 2s ease-in-out infinite;
    z-index: 2;
}

@keyframes linkPulse {
    0%, 100% {
        transform: scale(1) rotate(3deg);
    }
    50% {
        transform: scale(1.03) rotate(2deg);
    }
}
.preco{
    display:none;
    position:relative;
    top:-410px;
    left:10px;
    z-index: 2;
    width:220px;
    height: 220px;
    margin:0 auto;
}

/* Hover APENAS em dispositivos com rato (computador) */
@media (hover: hover) and (pointer: fine) {
    .clube:hover .preco{
        display:block;
        margin-bottom:-230px;
    }
    .clube:hover .imgclube{
        opacity:0.6;
    }
    .clubemarc2{
    display:none;
    }
}


.preco:hover #imgclub{
    transform: translateY(-7px);
    transform: translateX(-7px);
    transform: rotate(-6deg);
}
/* Animação infinita */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#bemvindo{
	margin-left:85px;
	color:#2848bd;
	font-family:calibri;
	z-index:1;
}
.nav{
	display:none;
	float:right;
	margin-right:20px;
	margin-bottom:-20px;
	margin-top:60px;
}
.navbar{
	display:block;
	float:right;
	margin-right:15px;
	margin-top:20px;
	z-index:-1;
}
.dropdown-menu{
	width:400px;
	height:2000px;
	padding:10px;
	color:#2848bd;
	margin-top: 15px;
	margin-left: -300px;
	z-index: -1;
}
.shrink .dropdown-menu{
    margin-top: 3px;
    transition: all 0.3s ease;
}
.btn{
	border:none;
}
.logomobile{
	position:absolute;
	top:50px;
	left:50px;
}

.link{
	text-decoration:none;
	color:#2848bd;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	padding:10px 15px;
}
.link:hover{
 	color:#E69B2C;
}
.linkportal{
	text-decoration:none;
	color:#2848bd;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
}
.linkportal:hover{
 	color:#E69B2C;
}
.linkportalsaber{
    padding:20px;
}
.loginblock{
    position: fixed;
    top:0px;
    left:0px;
	display:none;
	height:100%;
	width:100%;
	text-align: center;
	margin:0px;
    z-index:100;
	overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.login{
    background-color: #fff;
    color:#2848bd;
    margin: 0 auto;
    padding:20px 50px;
	border:0.3px solid #2F2F33;
	border-radius: 10px;
	background-color: #ffffff;
    height:450px;
    width: 100%;
    position: relative;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
	z-index:1000;
}

.login input{
	border:solid 0.5px #2848bd;
	color:#2848bd;
}
.login button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#loginform{
	text-align: right;
	margin-right:0px;
}
#erro_log{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#esquecisenha{
    color:#2848bd;
    font-size: 16px;
    font-weight: normal;
}
.user{
   position: absolute;
   left: -9999px;
   opacity: 0;
}

.recuperadiv{
	height:420px;
	width:100%;
	position:relative;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	display:none;
	color:#2848bd;
	background-color: #ffffff;
	padding:20px 60px;
	border:1px solid #2848bd;
	border-radius: 10px;
	z-index: 1002;
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
}
.recuperadiv input{
	border:solid 0.3px #2848bd;
	color:#2848bd;
}
.recuperadiv button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#recuperaform{
	text-align: right;
	margin-right:0px;
}

#closelog{
	position:relative;
	right:-170px;
	top:0px;
}
#closelog:hover{
	animation: girar 1s linear;
}
#closerecup{
	position:relative;
	right:-170px;
	top:0px;
}
#closerecup:hover{
	animation: girar 1s linear;
}


#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#loadingLogo {
    position:relative;
    top:50%;
    margin-top:-20px;
    width: 40px;
    height: auto;
    animation: girar 1s linear infinite;
    opacity: 0.6;
}

.cadastrouser{
	height:auto;
	width:100%;
	position:relative;
	margin:0 auto;
	top:110px;
	display:none;
	text-align: center;
	color:#ffffff;
	background-color: #2848bd;
	padding:15px 50px;
	border:1px solid #7e7c7c;
	border-radius: 10px;
	z-index: 1002;
	box-shadow: 5px 5px 10px rgba(21, 21, 21, 0.7);
	align-content: center;
  }
  #cadastr{
      margin:0 auto;
      align-items: center;
  }
  .cadastrouser input{
	width:290px;
	margin-bottom:-7px;
	margin:0 auto;
  }
  .cadastrouser button{
	padding:6px 40px;
	border-radius: 8px;
	border:solid 0.3px #2848bd;
	color:#2848bd;

	margin-bottom:30px;
  }
  #closecad{
	position:relative;
	right:-160px;
	top:10px;
}
#closecad:hover{
	animation: girar 1s linear;
}
.submitcad{
    margin-top:-20px;
}


/* Aviso de cookies no rodapé */
#cookie-consent {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0); /* bloqueia tela */ 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 99998; /* acima de todo o conteúdo */ 
}

.cookie-box {
    position: fixed;
    bottom:0px;
    background: #222;
    color: white;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    margin:0 auto;
    margin: 0 auto;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; 
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.cookie-box button {
    margin-left: 10px;
    padding: 6px 20px;
    border-radius: 7px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

.meuclube{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	margin-left: 10px;
	padding:10px 15px;
	background-color:#E69B2C;
	border:1px solid #E69B2C;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
	.meuclube:hover{
	background-color:#ffffff;
}
.back{
	height:40px;
	width:auto;
	margin:5px;
}
.back:hover{
	height:44px;
	margin-left:-2px;
}
.back2{
	height:45px;
	width:auto;
}
.back2:hover{
	height:47px;
	margin-left:-1px;
	margin-top:-1px;
}
.ncar2{
    color:#E69B2C;
    font-size:18px;
    font-weight: bold;
    position:relative;
    top:-25px;
    left:5px;
}
.icone2{
	width:60px;
	height:60px;
	position:fixed;
	left:20px;
	top:95px;
	display:block;
	background-color: rgb(255, 255, 255, 0.6);
	border-top-right-radius:50%;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.3);
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left:5px;
	padding-top:11px;
	 text-decoration: none;
}
.icone2:hover{
	background-color: rgb(255, 255, 255, 1);
}


.footer{
	color:#ffffff;
	background-color:#5F6365;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:50px;
	padding-bottom: 20px;
	margin:0px;
	margin-bottom: -50px;
}
.footer container{
    margin:0 auto;
}


@media only screen and (min-width: 700px) {

	.logo{
	height:70px;
	width:auto;
	float:left;
    margin-top:22px;
    margin-left:10px;
    }
	.logo:hover{
	height:72px;
	width:auto;
	float:left;
    }
    .login{
	width:420px;
	position:fixed;
	top:180;
	left:50%;
	margin-left:-210px;
    }
    .recuperadiv{
	width:420px;
	position:fixed;
	top:180;
	left:50%;
	margin-left:-210px;
}
	.cadastrouser{
	height:auto;
	width:700px;
	position:fixed;
	top:130px;
	left:50%;
	margin-left:-350px;
    }
.cadastrouser input{

	margin-bottom:-5px;
 }
    #closecad{
	right:-300px;
	top:10px;
}
	   .logotalk{
    width:70px;
    height:70px;
    right:40px;
	bottom:40px;
    }
	.cadastro{
	right:40px;
	bottom:40px;
	}
	.fundo{
	display:block;
	}
	.fundomobile{
	display:none;
	}


	.dropdown-menu{
	width:600px;
    }
	.navbar{
       margin-top:20px;
	   margin-right:20px;
    }
	.icone2{
		top:115px;
	}
    .logotalk{
    width:70px;
    height:70px;
    right:40px;
	bottom:40px;
    }
    .background{
    top:140px;
    }
	.cadastro{
	right:40px;
	bottom:40px;
	}

}
@media only screen and (min-width: 1150px) {
    header{
	height:120px;
    }
	.nav{
	display:block;
    margin-top:60px;
    }
    	.navbar{
    	display:none;
    }
    .dropdown-menu{
	margin-top:34px;
    }
    .icone2{
    	display:none;
    }
    	.conteudo{
		top:150px;
	}
    .carousel-track img {
      height: 300px;
    }
        .bemvindo{
    	margin-left:50px;
    }
    .logo{
    	height:70px;
        margin-top:30px;
        margin-left:20px;
    }
        .logo:hover{
    	height:72px;
    }
    header.shrink {
        height: 100px; /* antes era 100px */
        transition: all 0.3s ease;
    }
    
    /* Logo encolhida */
    header.shrink .logo {
        height: 60px;
        margin-top: 20px; 
        transition: all 0.3s ease;
    }
        header.shrink .nav {
        margin-top: 40px; 
        transition: all 0.3s ease;
    }
    
    
}
