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;
    height: 100vh;
    position: relative; /* necessário para o pseudo-elemento posicionar corretamente */
    overflow: hidden;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/fundoaz.png');
    background-repeat: repeat;
    background-size: 200px auto;
    opacity: 0.7; /* 👈 controla a opacidade */
    z-index: -1; /* mantém o fundo atrás do conteúdo */
}

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:80px;
	width:auto;
	float:left;
    margin-top:15px;
    margin-left:15px;
	z-index:1;
}
.logo:hover{
	height:83px;
}
.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;
}


.topo{
    height:200px;
    width:100%;
    background-color: red;
}
.bemvindo{
    color:#27048D;
    margin-left:85px;
    margin-bottom:-20px;
    z-index:1;
}

.conteudo{
    position: relative;
    top:100px;
	width:100%;
	height:1500px;
	text-align: center;
	margin:0;
}
.conteudoclube{
    display: inline;
    align-items: center;
	align-content: center;
}
.clubebook{
    text-align: center;
    border-radius: 7px;
    padding: 30px 0px;
}
#imgclube{
    width:250px;
    height: auto;
     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{
    margin-top:-40px;
    margin-left:-80px;
    width:300px;
    rotate:-10deg;
    height: auto;
    z-index: 2;
}

/* Animação infinita */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#bemvindo{
	margin-left:85px;
	color:#27048D;
	font-family:calibri;
	z-index:1;
}
.nav{
	display:none;
	float:right;
	margin-right:20px;
	margin-bottom:-20px;
}

.navbar{
	display:block;
	float:right;
	margin-right:15px;
	margin-top:20px;
	z-index:1;
}
.iconemenu{
    height:65px;
    width:auto;
    position:relative;
    top:-10px;
    right:10px;
	z-index:2;    
}
.dropdown-menu{
	width:280px;
	height:auto;
	padding:10px;
	color:#27048D;
	margin-left:-175px;
	margin-top:-15px;
	border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* sombra */
    z-index:-1;
}
	@keyframes girar {
		from {
			transform: rotate(0deg);
		} to {
			transform: rotate(360deg); 
		}
	}
	
	.iconemenu:hover{
		animation: girar 1s linear;
	}
.btn{
	border:none;
}
.logomobile{
	position:absolute;
	top:50px;
	left:50px;
}	
a{
	text-decoration:none;
	color:#27048D;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	padding:10px 15px;
}
a:hover{
 	color:#E69B2C;
}

.login{
	height:420px;
	width:100%;
	position:fixed;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	display:none;
	color:#27048D;
	background-color: #ffffff;
	padding:20px 50px;
	border:1px solid #27048D;
	border-radius: 10px;
	z-index: 3;
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
}
.login input{
	border:solid 0.5px #27048D;
	color:#27048D;
}
.login button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #27048D;
	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:#27048D;
    font-size: 16px;
    font-weight: normal;
}

.recuperadiv{
	height:420px;
	width:100%;
	position:fixed;
	text-align: center;
	top:120px;
	margin:0px;
	margin-top:0px;	
	display:none;
	color:#27048D;
	background-color: #ffffff;
	padding:20px 60px;
	border:1px solid #27048D;
	border-radius: 10px;
	z-index: 4;
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
}
.recuperadiv input{
	border:solid 0.3px #27048D;
	color:#27048D;
}
.recuperadiv button{
	padding:5px 40px;
	border-radius: 10px;;
	background-color: #27048D;
	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;
}
.cadastrouser{
	height:auto;
	width:400px;
	position:fixed;
	top:80px;
	left:50%;
	margin-left:-200px;
	display:none;
	text-align: center;
	color:#ffffff;
	background-color: #27048D;
	padding:15px 50px;
	border:1px solid #7e7c7c;
	border-radius: 10px;
	z-index: 3;
	box-shadow: 5px 5px 10px rgba(212, 211, 211, 0.7);
  }
  .cadastrouser input{
	width:250px;
	margin-bottom:-7px;
  }
  .cadastrouser button{
	padding:6px 40px;
	border-radius: 8px;
	border:solid 0.3px #27048D;
	color:#27048D;
	float:right;
	margin-right:25px;
	margin-bottom:30px;
  }
  #closecad{
	position:relative;
	right:-160px;
	top:10px;
}
#closecad:hover{
	animation: girar 1s linear;
}
.submitcad{
    margin-top:-20px;
}

.portal{
	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);
}
	.portal:hover{
	background-color:#ffffff;
}
.back{
	height:35px;
	width:auto;
}
.back:hover{
	height:38px;
	margin-left:-3px;
}
.back2{
	height:35px;
	width:auto;
}
.back2:hover{
	height:37px;
	margin-left:-1px;
	margin-top:-1px;
}
.icone{
	font-size:25px;
}
.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%;
	border:1px solid rgb(38, 4, 139,0.5);
	box-shadow:5px 5px 5px rgba(38, 4, 139, 0.5);
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left:12px;
	padding-top:11px;
}
.icone2:hover{
	box-shadow:5px 5px 5px rgb(230, 155, 44, 0.5);
	background-color: rgb(255, 255, 255, 1);
	border:1px solid rgb(38, 4, 139, 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;
}

.portalprofessor{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	font-family:calibri;
	font-weight:bold;
	padding:10px 15px;
	background-color:#E69B2C;
	border:1px solid #E69B2C;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
	.portalprofessor:hover{
	background-color:#ffffff;
}

	.logotalk{
	width:60px;
	height:60px;
	position:fixed;
	right:20px;
	bottom:20px;
	display:block;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	border:1px solid #27048D;
	box-shadow:5px 5px 5px;
}
	.cadastro{
	width:300px;
	height:400px;
	color:#27048D;
	padding:10px 35px;
	background-color:#ffffff;
	position:fixed;
	right:20px;
	bottom:20px;
	display:none;
	border-top-left-radius:5%;
	border-top-right-radius:5%;
	border-bottom-left-radius:5%;
	border:1px solid #27048D;
	box-shadow:5px 5px 5px;
}
#logotalk{
	width:70px;
	height:70px;
	position:relative;
	right:-100px;
	bottom:10px;
}
	form textarea{
	height:5em;
}
	form textarea, input{
	width:220px;
	border:1px solid #27048D;
	border-radius:3px;
}
	#fechar{
	font-size:20px;
	text-align:right;
	margin-right:-25px;
}
	#contact{
	margin-top:-25px;
}	
#enviar{
	border-radius:5px;
	background-color:#27048D;
	color:#ffffff;
	padding:3px 20px;	
}

@media only screen and (min-width: 700px) {
	header{
	max-width:100%;
	height:120px;
	margin-left:0px;
	margin-top:0px;
	align-items:center;
    }
	.logo{
	height:92px;
	width:auto;
	float:left;
    margin-top:15px;
    margin-left:15px;
    }
	.logo:hover{
	height:95px;
	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;
}
.clubebook img{
    width:400px;
}
	   .logotalk{
    width:70px;
    height:70px;
    right:40px;
	bottom:40px;
    }
	.cadastro{
	right:40px;
	bottom:40px;
	}
	.fundo{
	display:block;
	}
	.fundomobile{
	display:none;
	}
	.iconemenu{
	height:70px;
	top:5px;
    right:10px;
	}
	.dropdown-menu{
	margin-top:5px;
	}
	.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;
	}
	.conteudo{
		top:120px;
	}
}
@media only screen and (min-width: 1150px) {

	.nav{
	display:block;
    margin-top:60px;
    }
    	.navbar{
    	display:none;
    }
    .icone2{
    	display:none;
    }
    .carousel-track img {
      height: 300px;
    }
        .bemvindo{
    	margin-left:50px;
    }
}
