html, body {
    overflow: auto;
    box-sizing: border-box;
	overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: inherit;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;

}
body{
	color:#2F2F33;
	width:100%;
	height:auto;
	z-index:-2;
}
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;
    font-family: calibri;
}

.logo{
	height:60px;
	width:auto;
	float:left;
    margin-top:25px;
    margin-left:20px;
	z-index:1;
}
.logo:hover{
	height:62px;
}


.alert{
	position:fixed;
	width:100%;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:50px;
	margin-top:-10px;
}

/* Aviso de cookies */
#cookie-consent {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    z-index: 99998;
}

.cookie-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px 0;
}

.cookie-box button {
    padding: 6px 20px;
    border-radius: 7px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(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: 25px;
	margin-left: -300px;
	z-index: -1;
}
.shrink .dropdown-menu{
    margin-top: 6px;
}
.iconemenu{
	height:35px;
	width:auto;
	z-index:2;
	}

@keyframes girar {
	from {
		transform: rotate(0deg); /* Posição inicial */
	} to {
		transform: rotate(360deg); /* Posição final (gira 360 graus) */
	}
}

.iconemenu:hover{
	animation: girar 1s linear;
}

.btn{
	border:none;
}
.btn:hover{
	border:none;
}

/* Quando o usuário rola a página */
header.shrink {
    height: 70px; /* antes era 100px */
    transition: all 0.3s ease;
}

/* Logo encolhida */
header.shrink .logo {
    height: 50px;
    margin-top: 10px; 
    transition: all 0.3s ease;
}

/* Ícone encolhido */
header.shrink .iconemenu {
    height: 30px;
    margin-top:-15px;
    transition: all 0.3s ease;
}

header.shrink .icone2 {
	position:absolute;
	top:65px;
    transition: all 0.3s ease;
}

/* Garante animação suave também no estado normal */
header, 
.logo, 
.iconemenu {
    transition: all 0.3s ease;
}

.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;
	border:none;
	background-color: #2848bd;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#loginformcursos{
	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;
}
.info{
   position: absolute;
   left: -9999px;
   opacity: 0;
}
#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;
}
#loadingOverlayprevenda {
    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: 70px;
    height: auto;
    animation: girar 1s linear infinite;
    opacity: 0.6;
}
.imgvip{
    width:100px;
    height:auto;
    margin-top:-20px;
}
.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;
	border:none;
	color:#ffffff;
	margin-top:-30px;
	margin-bottom:20px;
}
#recuperaformcursos{
	text-align: right;
	margin-right:0px;
}

#closerecup{
	position:relative;
	right:-170px;
	top:0px;
}
#closerecup:hover{
	animation: girar 1s linear;
}

#closelog{
	position:relative;
	right:-170px;
	top:0px;
}
#closelog:hover{
	animation: girar 1s linear;
}

.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;
  }

  .cadastrouser input{
	width:250px;
  }
  .termos{
      text-align: center;
  }
  .cadastrouser button{
	padding:6px 40px;
	border-radius: 8px;
	border:none;
	color:#2848bd;
	float:right;
	margin-bottom:30px;
  }
  #closecad{
	position:relative;
	right:-160px;
	top:10px;
}
#closecad:hover{
	animation: girar 1s linear;
}
.prevendablock{
    display:none;
    position: fixed;
    top:0px;
    left:0px;
	height:100%;
	width:100%;
	text-align: center;
	margin:0px;
    z-index:100;
	overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.prevenda{
    background-color: #fff;
    color:#2848bd;
    margin: 0 auto;
	font-family: 'Source Sans 3';
    padding:20px 30px;
	border:0.3px solid #2F2F33;
	border-radius: 10px;
	background-color: #ffffff;
    height:auto;
    width: 100%;
    position: relative;
	text-align: center;
	top:120px;
	margin:0 auto;
	margin-top:0px;	
	box-shadow: 5px 5px 10px rgba(21, 21, 21 , 0.7);
	z-index:1000;
}
.prevenda input{
	border:solid 0.5px #2848bd;
	border-radius: 5px;
	color:#2848bd;
	padding:10px;
	width:320px;
	margin:5px;
}
#closeprevenda{
	float:right;
}
#closeprevenda:hover{
	animation: girar 1s linear;
}
.bloco{
    text-align: center;
    padding:20px;
    width:100%;
    margin:20px 0px;
}
.bloco::after{
    content:"";
    display:block;
    clear:both;
}
.produto{
    margin:0 auto;
    margin-top: 150px;
	width:100%;
	height:auto;	
	text-align:center;
	color:#353535;
	font-weight: bold;
	justify-content: center;
	font-family: 'Source Sans 3';
}
.produto::after{
    content:"";
    display:block;
    clear:both;
}
    .divballon{
        margin-bottom: -10px;
    }
.btncomprar{
    text-align: center;
    align-content: center;
    align-items: top;
}
#preco{
        font-size:18px;
    font-family: 'Source Sans 3';
}
#parcela{
    font-size:22px;
    color:#2848bd;
    font-family: 'Source Sans 3';
}
.titulo{
    color:#2848bd;
}
.imagem{
    width:100%;
     margin:0 auto;
     text-align: center;
     align-items: top !important;
     padding:0px;
}
.imagemproduto{
    position: relative; /* referência para o absoluto */
}

.imgproduto{
    width: 100%;
    display: block;
    z-index: 1;
}

.aprovado{
    position: absolute;
    top: -30px;          /* ajuste conforme quiser */
    left:20px;
    width: 150px;
    height:auto;
    z-index: 3;
}

.estarapto{
    margin:0 auto;
    text-align: center;
    width:100%;
        padding-left:20px;
        padding-right:20px;
    z-index:3;
}

#descricaoproduto {
  height: auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}


@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

#parcela{
    font-size:24px;
    font-weight: bold;
}
#subtit1{
    color:#353535;
    font-weight: bold;
    text-align: center;
    font-family: 'Source Sans 3';
    margin-right:-50px;
}
#subtit2{
    color:#2848bd;
    font-weight: bold;
    text-align: center;
    font-family: 'Source Sans 3';
}
#subtit3{
    color:#353535;
    font-weight: bold;
    text-align: center;
    font-family: 'Source Sans 3';
    margin-right:-50px;
}
.interrog{
    height:80px;
    width:auto;
    margin-top:-15px;
}
.pack{
    height:60px;
    width:auto;
    margin-top:-5px;
}
.paraquem{
    text-align: center;
    width:100%;
    margin:0 auto;
    margin-top:-30px;
}


.txtpquem{
    margin: 0; 
    display: flex;
    align-items: center; 
    float:left;
    margin:10px 0px;
    width:100%;
    font-size: 19px;
}
#click{
    position:relative;
    top:140px;
    right:-40%;
    height: 80px;
    width:auto;
    opacity: 0.4;
    margin-bottom:-25px;
    z-index:2;

    animation: desceVolta 3s ease-in-out infinite;
}

@keyframes desceVolta {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(120px);
    }
    100% {
        transform: translateY(0);
    }
}
.balloon {
    display:flex;
    align-items: center;
    background-color: #a5c3db;
    padding: 15px;
    border-radius: 20px;
    transition: 
    border 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.15s ease,
    background-color 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 10px 0; /* só vertical */
    width:100%;
    text-align: left;
}


.balloon::after{
    content:"";
    clear:both;
}

.balloon:active {
  transform: scale(0.96);
}


.balloon.selected {
  border: 4px solid #4A6478;
  background-color: #A6DCE3;
  color:#395870;
  font-size: 20px;
  box-shadow: 0 0 0 4px rgba(143, 174, 199, 0.85);
}


.item{
    width:100%
    margin:20px;
    margin-bottom: 40px;
    text-align: left;
}
.iconelist{
    width:50px;
    float:left;
    margin-right: 20px;
}
.iconelist1{
    width:60px;
    float:left;
    margin-right: 15px;
    margin-left: -5px;
}
.conteudocurso{
    color:#353535;
    align-items: top;
}

.comprar{
    color:white;
    font-weight: bold;
    font-size:20px;
    background-color: #2848bd;
    padding:15px 40px;
    border:none;
    border-radius: 20px;
}
.prevenda button{
    padding:10px 30px;
}


.gif {
    animation: movimento 2s infinite ease-in-out;
    display: inline-block; /* importante para transform funcionar corretamente */
    width:100px; 
    float:right;
    margin-right:20px;
}

@keyframes movimento {
  0% {
    transform: rotate(0deg) translateY(0);
  }
   10% {
    transform: rotate(-1deg) translateY(-0.5px);
  }

  20% {
    transform: rotate(-2deg) translateY(-1px);
  }
  30% {
    transform: rotate(-3deg) translateY(-1.5px);
  }
  40% {
    transform: rotate(-1deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(-2.5px);
  }
  60% {
    transform: rotate(2deg) translateY(-3px);
  }
  70% {
    transform: rotate(3deg) translateY(-2.5px);
  }
  80% {
    transform: rotate(2deg) translateY(-2px);
  }
  90% {
    transform: rotate(1deg) translateY(-1px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}


a{
	text-decoration:none;
	color:#2848bd;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
}
	a:hover{
	color:#E69B2C;
}

#vertodos{
    font-size:26px;
    
}
	.portal{
	height:48px;
	text-decoration:none;
	margin-left: 10px;
	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);
}

	.portal:hover{
	background-color:#ffffff;
}

.icone{
	font-size:25px;
}
.icone2{
	width:60px;
	height:60px;
	position:fixed;
	left:10px;
	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(38, 4, 139, 0.5);
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left:12px;
	padding-top:11px;
	z-index:3;
}
.icone2:hover{
	box-shadow:5px 5px 5px rgb(230, 155, 44, 0.5);
	background-color: rgb(255, 255, 255, 1);
}
.ncar{
	position:relative;
	top:-5px;
	font-size:20px;
	color:#2848bd;
}
.ncar:hover{
	color:#E69B2C;
}
.ncar2{
	position:absolute;
	top:5px;
	right:6px;
	font-size:20px;
	color:#E69B2C;
}
.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;
}

.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;
}

.footer{
	color:#ffffff;
	background-color:#5F6365;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:50px;
	padding-bottom: 20px;
	margin:0px;
}
@media only screen and (min-width: 500px) {
    header.shrink .iconemenu {
    margin-top:-25px;
    }

    .login{
	width:420px;
	top:150px;
	left:50%;
	margin-left:-210px;
    }
    .recuperadiv{
	width:420px;
	top:150px;
	left:50%;
	margin-left:-210px;
    }
    .prevenda{
    width:420px;
	top:150px;
	left:50%;
	margin-left:-210px;
    }
    #click{
    top:140px;
    right:-30%;
    }

    .iconelist1{
    width:70px;
    margin-right: 20px;
    margin-left: 0px;
    }
    #descricaoproduto {
      padding: 20px 40px;
    }
    .gif{
        margin-right: 30px;
    }
    .estarapto{
        padding-left:30px;
        padding-right:30px;
    }
}
@media only screen and (min-width: 700px) {

	.cadastrouser{
	height:auto;
	width:700px;
	position:fixed;
	top:130px;
	left:50%;
	margin-left:-350px;
    }

	.cadastrouser{
		height:auto;
		width:700px;
		position:fixed;
		top:130px;
		left:50%;
		margin-left:-350px;
	  }
	  #closecad{
		right:-300px;
		top:10px;
	}
	.accordions{
    display: none;
    }
    .maisresumomodal{
        display:block;
    }

    .gif {
    width:130px; 
        margin-right:40px;
    }
    .txtpquem{
        font-size: 21px;
    }
    .aprovado{
    width: 200px;
    }
    .balloon.selected {
      font-size: 22px;
    }
}


@media only screen and (min-width: 1100px) {
    header{
	max-width:100%;
	height:120px;
	margin-left:0px;
	margin-top:0px;
	align-items:center;
    }
     header.shrink {
        height: 90px;
    }

    .logo{
	height:70px;
	width:auto;
	float:left;
    margin-top:30px;
    margin-left:30px;
    }
	.logo:hover{
	height:72px;
	width:auto;
	float:left;
    }
    header.shrink .logo {
        height: 60px;
        margin-top: 15px;
    }
    	.iconemenu{
	height:40px;
	}
	header.shrink .iconemenu {
        height: 28px;
    }
	.nav{
	display:block;
    
    }
    header.shrink .nav {
        height: 28px;
        margin-top:40px;
    }
    	.navbar{
    	display:none;
    }
    .icone2{
    	display:none;
    }
    .login{
	top:150px;
    }
    .recuperadiv{
	top:150px;
    }
	.cadastrouser{
	height:auto;
	width:700px;
	top:130px;
	left:50%;
	margin-left:-350px;
    }
    .gif {
    width:150px;
    margin-right: 50px;
    }
    .estarapto{
    justify-content: center;
    width:80%;
        padding-left:150px;
        padding-right:50px;
    }
    #descricaoproduto {
      padding: 20px;
    }
    #click{
    top:120px;
    right:-30%;
    }
}
