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;
	font-family: 'Source Sans 3';
}
header{
    position:fixed;
    top:0px;
    left:0px;
	width:100%;
	height:80px;
    -box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    background-color: white;
    z-index:5
}
.logincheck{
    height:30px;
    width:auto;
    position:absolute;
    top:10px;
    right:10px;
}
.logincheck2{
    height:17px;
    width:auto;
    position:fixed;
    top:10px;
    right:10px;
}
.logo{
	height:50px;
	width:auto;
	float:left;
    margin-top:18px;
    margin-left:20px;
	z-index:1;
}
.logo:hover{
	height:52px;
}
.conteudoplanos{
        margin-top:160px;
        text-align: center;
    }

.alert{
	position:fixed;
	width:100%;
	z-index:2;
	opacity:0.7;
	text-align:center;
	height:50px;
	margin-top:-10px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.nav{
	display:none;
	float:right;
	margin-right:20px;
	margin-top:45px;
}
.navbar{
	display:block;
	float:right;
	margin-right:15px;
	margin-top:20px;

}
.dropdown-menu{
	width:400px;
	height:2000px;
	padding:10px;
	color:#2f5d9f;
	margin-top:12px;
	margin-left: -290px;
}
.shrink .dropdown-menu{
    margin-top: -2px;
    transition: all 0.3s ease;
}
.iconemenu{
height:45px;
margin-top:-10px;
width:auto;
z-index:2;
}
header.shrink .btnmenu {
    margin-top:-3px;
}
@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;
}

/* Quando o usuário rola a página */
header.shrink {
    height: 60px; /* antes era 100px */
    transition: all 0.3s ease;
}

/* Logo encolhida */
header.shrink .logo {
    height: 40px;
    margin-top: 13px; 
    transition: all 0.3s ease;
}

/* Ícone encolhido */
header.shrink .iconemenu {
    height: 42px;
    margin-top:-22px;
    transition: all 0.3s ease;
}

/* Garante animação suave também no estado normal */
header, 
.logo, 
.iconemenu {
    transition: all 0.3s ease;
}

.logincarrinho{
    display:block;
    text-align: center;
    width:auto;
    max-width: 380px;
    margin: 0 auto;
}
.recuperadivcarrinho{
    display:none;
    text-align: center;
        width:auto;
    max-width: 380px;
    margin: 0 auto;
}
.cadastrousercarrinho{
    display:none;
    text-align: center;
        width:auto;
    max-width: 380px;
    margin: 0 auto;
}

#erro_log{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#esquecisenha{
    color:#2f5d9f;
    font-size: 16px;
    font-weight: normal;
}
.info{
   position: absolute;
   left: -9999px;
   opacity: 0;
}

  .termos{
    text-align: center;
}

#catID{
	margin-bottom:50px;
	width:180px;
	color:#2F2F33;
	padding:3px;
	margin-left:10px;
	border-radius: 5px;
	border:solid 0.3px gray;
}
.colplano{
    
    display: block;
    margin:0 auto;
    width:100%;
}
.colplano form{
    margin:0 auto;
}
.produto{
    padding:0px;
    text-align: center;
	background-color: white;
	border:1px solid rgba(0, 0, 0, 0.3);
	width:100%;
	max-width: 320px;
	margin: 0 auto;
	height:auto;
	margin-bottom:30px;
	text-align: center;
	border-radius: 10px;
    transition: all 0.2s ease;

}
.produto.ativo {
    box-shadow: inset 0 0 0 2px #007bff;

    padding: 0px;
    background-color: #f0f8ff;
    padding:4px;
}
.imgproduto{
    position:relative;
    top:0px;
    text-align: center;
	height:auto;
	margin:0 auto;
	margin-left:-20px;
	width:100%;
	font-weight: normal;
	transition: transform 0.3s ease;
}
.imgproduto:hover {
    transform: scale(1.15);
}

.selecionar-produto.ativo {
    background-color: #28a745;
    color: #fff;
}
.nomeproduto{
    padding-top:22px;
    padding-bottom:7px;
    margin-bottom:5px;
    opacity:0.6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.titulobc{
    display: block;
    font-weight:bold;
    margin-left:10px;
    margin-right: 10px;
    color:#ffffff;
    font-size:18px;
}
.titulocz{
    display: block;
    font-weight:bold;
    margin-left:10px;
    margin-right: 10px;
    color:#2F2F33;
}
.textocz{
    color:#2F2F33;
}
.valormes{
    margin-top:-15px;
}
.precotachado{
    display:block;
    color:;
    font-size: 13px;
    width:100%;
    text-decoration: line-through;
    margin-bottom:-25px;
    margin-top:-15px;
    padding-left: 15px;
    font-weight: normal;
}
.precodestaq{
    color:green;
    font-size: 18px;
    font-weight: bold;
}
.precodestaqx{
    color:#2f5d9f;
    font-size: 24px;
    font-weight: bold;
}
.precodesconto{
    color:#2f5d9f;
    font-size: 22px;
    font-weight: bold;
}
.maisresumo {
    display: flex;
    justify-content: flex-start; /* texto + ícones no fim do label */
    align-items: center;       /* centraliza verticalmente */
    padding: 0px 12px;
    color: #2f5d9f;
    background-color: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top:10px
    margin-left:30px;
    width: auto;               /* ou defina largura mínima se quiser */
}
.pagamentoescolha{
    text-align: center;
    margin:0 auto;
    width:100%;

}

.imgmethod{
    height:30px;
    width:30px;
}
.method {
    margin: 15px 0;
}
.method label {
    display: block;
    position: relative;
    
    cursor: pointer;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.2s;
    font-size: 18px;
    text-align: left;
    align-items: center;
}
.method label:hover { box-shadow: inset 0 0 0 2px #007bff; background: #f0f8ff; }

.method input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.method label .custom-radio {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #007bff;
    border-radius: 50%;
    transition: 0.2s;
    display:none;
}

/* círculo interno */
.method label .custom-radio::after{
    content:'';
    position:absolute;
    top:4px;
    left:4px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#007bff;
    opacity:0;
    transition:0.2s;
}

/* quando selecionado */
.method input[type="radio"]:checked + label {
    box-shadow: inset 0 0 0 2px #007bff;
    background: #f0f8ff;
}

/* bolinha marcada */
.method input[type="radio"]:checked + label .custom-radio::after{
    opacity:1;
}

.buttonpgto { width: 100%; padding: 12px; font-size: 16px; background: #007bff; color: #fff; border: none; border-radius: 8px; cursor: pointer; transition: background 0.2s; margin-top: 20px; }
.buttonpgto:hover { background: #0056b3; }

/* 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;
}

.buttoncookie {
    padding: 6px 20px !important;
    border-radius: 7px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}



.maisresumo:hover{
    color:#8eff72;
}

.accordions{
    display: block;
}

.accordions input[type="checkbox"] {
    display: none;
}

.resumoproduto {
    width: auto;
    display: flex;
    text-align: left;
    flex-direction: column;       /* empilha h3 e p */
    justify-content: flex-start;   /* alinha ao topo */
    align-items: flex-start;       /* alinha conteúdo à esquerda */
    overflow: hidden;
    transition: max-height .3s ease;
    background: none;
    margin:15px 20px;
    margin-bottom:0px;
    color:#2F2F33;
    font-weight: normal;
}
.resumoproduto p{
    margin:1px 0px;
    font-size:16px;
}
.resumoproduto2 {
    width: auto;
    display: none;
    text-align: left;
    flex-direction: column;       /* empilha h3 e p */
    justify-content: flex-start;   /* alinha ao topo */
    align-items: flex-start;       /* alinha conteúdo à esquerda */
    overflow: hidden;
    transition: max-height .3s ease;
    background: none;
    margin:10px 20px;
    color:#2F2F33;
    font-weight: normal;
}
.resumoproduto2 p{
    margin:0px;
    font-size:16px;
}
.fa-plus{
    margin-left:10px;
    display:block;
}
.fa-minus{
    margin-left:10px;
    display: none;
}
/* Esconde o checkbox */
.accordions input[type="checkbox"] {
    display: none;
}

/* Conteúdo inicialmente escondido */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Quando o checkbox está marcado, abre */
.accordions input[type="checkbox"]:checked ~ .accordion-content {
    max-height: 800px; /* valor grande suficiente */
}

/* Ícones + / – */
label i.fa-minus {
    display: none;
}

.accordions input[type="checkbox"]:checked + label i.fa-plus {
    display: none;
}

.accordions input[type="checkbox"]:checked + label i.fa-minus {
    display: inline-block;
}

.link{
	text-decoration:none;
	color:#2f5d9f;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
}
.link:hover{
	color:#8eff72;
}
.flash{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;

	font-weight:bold;
	margin-left: 10px;
	padding:10px 15px;
	background-color:rgba(40, 72, 189, 0.8);
	
	border:1px solid #2f5d9f;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.flash:hover{
	background-color:#ffffff;
	color:#2f5d9f;
}
.linksimul{
	text-decoration:none;
	color:#2f5d9f;
	font-size:18px;

	font-weight:bold;
	margin-left: 10px;
	padding:10px 15px;
	background-color:#ffffff;
	border:1px solid #2f5d9f;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.linksimul:hover{
	background-color:#2f5d9f;
	color:#2f5d9f;
	color:#ffffff;
}
	.ativo{
	text-decoration:none;
	color:#8eff72;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
}

	.portal{
	height:48px;
	text-decoration:none;
	margin-left: 10px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:10px 15px;
	background-color:#8eff72;
	border:1px solid #8eff72;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

	.portal:hover{
	background-color:#ffffff;
	color:#8eff72;
}


	.fundo2{
	position:absolute;
	repeat:repeat-y;
	top:0px;
	left:0px;
	max-width:100%;
	height:auto;
	z-index:-2;
}

.comprado{
	position:relative;
	top:5px;
	border-radius:10px;
	border:none;
	padding:10px 50px;	color:white;
	font-weight: bold;
	background-color:grey;
}
.comprar{
	position:relative;
	top:5px;
	border:none;
	border-radius:10px;
	padding:10px 60px;
	background-color:#2f5d9f;
	color:white;
	font-weight: bold;
	margin:0 auto;
}
.desbloquear{
	position:relative;
	top:0px;
	border:none;
	border-radius:10px;
	padding:10px 50px;
	background-color:#949494;
	color:white;
	font-weight: bold;
	margin:0 auto;

}

.portalprofessor{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:10px 15px;
	background-color:#8eff72;
	border:1px solid #8eff72;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
	.portalprofessor:hover{
	background-color:#ffffff;
}

.footer{
	position:relative;
	bottom:0px;
	color:#ffffff;
	background-color:#5F6365;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:50px;
	padding-bottom: 20px;
	margin:0px;
	margin-bottom: -50px;
}
.socialmidia{
    width:100%;
    height:auto;
}
.iconesm{
    width:40px;
    margin:0px 20px;
    margin-bottom:50px;
}

@media only screen and (min-width: 800px) {

	.cadastrouser{
	height:auto;
	width:700px;
	position:fixed;
	top:130px;
	left:50%;
	margin-left:-350px;
    }
	.fundo{
	display:block;
	}
	.fundomobile{
	display:none;
	}

	.cadastrouser{
		height:auto;
		width:700px;
		position:fixed;
		top:130px;
		left:50%;
		margin-left:-350px;
	  }
	  #closecad{
		right:-300px;
		top:10px;
	}
	.accordions{
    display: none;
    }

    .resumoproduto2 {
        display: flex;
    }
      .logincheck2{
    height:20px;
    top:12px;
    right:12px;
    }
}


@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:60px;
	width:auto;
	float:left;
    margin-top:30px;
    margin-left:30px;
    }
	.logo:hover{
	height:62px;
	width:auto;
	float:left;
    }

    header.shrink .logo {
        height: 55px;
        margin-top: 15px;
    }
    	.iconemenu{
	height:50px;
	}
	header.shrink .iconemenu {
        height: 28px;
    }
	.nav{
	display:block;
    
    }
    header.shrink .nav {
        height: 28px;
        margin-top:40px;
    }
    .navbar{
    	display:none;
    }

        .login{
	top:150px;
    }
    .recuperadiv{
	top:150px;
    }
	.cadastrouser{
	height:auto;
	width:700px;
	top:130px;
	left:50%;
	margin-left:-350px;
    }
    .titulobc{
        font-size:22px;
    }
    .conteudoplanos{
        margin-top:170px;
        margin-bottom:50px;
        text-align: center;
    }
    .filtrocategoria{
    	top:120px;
    	margin-top:0px;
    	z-index: 1;
    }

}
