@font-face {
    font-family: 'Museo900';
    font-display: swap;
    src: url("fonts/Museo-900.woff");
    src: url("fonts/Museo-900.woff") format("woff");
}

@font-face {
    font-family: 'Museo700';
    font-display: swap;
    src: url("fonts/Museo-700.woff2");
    src: url("fonts/Museo-700.woff2") format("woff2");
}

@font-face {
    font-family: 'Museo300';
    font-display: swap;
    src: url("fonts/Museo-300.woff2");
    src: url("fonts/Museo-300.woff2") format("woff2");
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Museo300'
}

html, body {
    height: 100%;
    width: 100%;
   background-color: #7A218B;
}


/* -------------------------------- 
	HEADER
-------------------------------- */

.cd-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	/* background-color: rgba(255,202,0, 0.6); */
	z-index: 2;
    position:absolute;
}

.cd-header:after {
	content: "";
	display: table;
	clear: both;
}

.cd-header #cd-logo {
	float: left;
	margin-top: 22px;
}

.cd-main-nav {
	float: right;
	margin-right: 5%;
	width: 44px;
	/* height: 100%; */
	height: 44px;
	background: url("https://superaluno.ensinamais.com.br//views/_img/cd-icon-menu.svg") no-repeat center center;
	background-size: 44px 44px;
	cursor: pointer;
}

.cd-main-nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cd-main-nav ul.is-visible {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	padding-left: 0px !important;
	z-index: 9999;
	top: 15px;
}

.cd-main-nav a {
	/* background-color: rgba(255,202,0, 0.6); */
	color: #000;
	display: block;
	line-height: 30px;
	padding-left: 5%;
	font-family: 'Museo900';
	text-align: center;
}

.is-visible li{
	background: rgba(255,202,0, 0.6);
	color:#000;
	border-bottom: 1px solid #501806;
}

@media only screen and (min-width: 868px) {

	.cd-header{
		height: 100px;
		/* background: rgba(255,202,0, 0.6); */
		display: table;
		margin-right: auto;
		margin-left: auto;
	}

	.cd-main-nav {
		float: left;
		width: auto;
		height: auto;
		background: transparent;
		cursor: auto;
		text-align: center;
		margin-top: 30px;
	}

	.cd-main-nav ul {
		position: static;
		width: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		line-height: 70px;
	}

	.cd-main-nav ul.is-visible {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.cd-main-nav li {
		display: inline-block;
	}

	.cd-main-nav a {
		padding: 10px 15px;
		color: #FFF;
		font-size: 18px;
		text-decoration: none;
		border-top: none;
		font-family: 'Museo900';
	}

	.cd-main-nav a:hover, .cd-main-nav a.active {
		color: #501806;
		border: 1px solid #501806;
		background:#FFF;
		padding: 8px 14px;
		border-radius:20px;
	}

}

/* -------------------------------- 
	FIM HEADER
	-------------------------------- */

/* .btn{
	padding: 5px 25px;
	font-size: 1em;
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
   	border: 3px solid #000;
}

.btn-amarelo {
    background: #f7e042;
    color: #000;
    font-family: 'Museo700';
}

.btn-amarelo:hover{
    color:#000;
}

.btn-roxo {
    background: #8f55ab;
    color: #FFF;
   	font-family: 'Museo900';
}

.btn-roxo:hover{
    color:#FFF;
} */

/* .btn-posicao{
	background: url(../_img/posicao.png);
	height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-posicao:hover{
	background: url(../_img/posicao_hover.png);
  	background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
} */

.form-control{
	border-radius: 0px !important;
}

.caixa{
	background-color: #FFF;
	border: 3px solid #000;
	padding:5px;
	font-weight: bold;
}

.caixa p{
	margin-bottom: 0px !important;
}

.login{
	background-color: #f4b905;
    width: 180px;
    height: 110px;
    float: right;
}

.login a{
	color: #222221;
	font-family: 'Museo900';
	width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.no-p{
	padding: 0 !important ;
}

/*******HALL*******/
.hall {
	background: url(../_img/2026/hall.avif) center center; /* fallback para navegadores antigos */
    background: -webkit-image-set(
        url(../_img/2026/hall.avif) 1x,
        url(../_img/2026/hall.webp) 1x,
        url(../_img/2026/hall.png) 1x
    ) center center;
    background: image-set(
        url(../_img/2026/hall.avif) type("image/avif"),
        url(../_img/2026/hall.webp) type("image/webp"),
        url(../_img/2026/hall.png) type("image/png")
    ) center center;
	background-position: center;
	background-size: 100% 100%;
	height: 670px;
    padding-bottom: 150px;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
    margin-bottom: 10px;
	clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 99%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 99%);

   
}

.borda-container {
  background: black; /* Esta será a cor da borda */
  padding: 3px; /* Esta será a espessura da borda */
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 99%);
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 99%);
  position: relative;
  overflow: visible;
}

.sansao-wrapper {
  width: 25%;
}

.filtros{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

.sansao{
    position: absolute;
    margin-top: -230px;
    margin-left: -123px;
}

.perfil{
    margin-bottom: 30px;
}

.perfil img{
	border: 3px solid #000;
	border-bottom: none;
	margin: auto;
    background-color: #fff;
}

.perfil p{
	font-family: 'Museo300';
}

/******COMO******/

.como{
	margin-top: -130px;
	margin-right: -56px;
}

.fundo-4{
	display: none;
}

.bordaPreta {
	border: none;
	padding: 5px;
	width: 100%;
	background: none;
	color: #000;
	border: 2px solid #000;
	background-color: #fff;
} 

.chosen-container-single .chosen-single div b:before {
    color: #000 !important;
}

.chosen-single{
	color: #000 !important;
	padding: 5px !important;
	width: 100% !important;
	background: none !important;
	border: 2px solid #053a6b !important;
  	width: 100% !important;
}


.linha{
	background: url(../_img/turmaMonica.jpg);
	background-position: center;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 0;
    position: absolute;
    height: 86px;
}


.hide {
	display: none;
}

.linha2 {
	    background: url(../_img/turmaMonica.jpg);
	    background-position: center;
	    display: block;
	    width: 100%;
	    text-align: center;
	    position: absolute;
	    height: 86px;
        z-index: 8;
	}

.content-personagens{
	margin-left: -74px;
    margin-top: -32px;
}

.cad{
	margin-right: -85px;
}

.cadastro{
	background: url(../_img/2026/fundo-cadastro.avif) center center; /* fallback para navegadores antigos */
    background: -webkit-image-set(
        url(../_img/2026/fundo-cadastro.avif) 1x,
        url(../_img/2026/fundo-cadastro.webp) 1x,
        url(../_img/2026/fundo-cadastro.png) 1x
    ) center center;
    background: image-set(
        url(../_img/2026/fundo-cadastro.avif) type("image/avif"),
        url(../_img/2026/fundo-cadastro.webp) type("image/webp"),
        url(../_img/2026/fundo-cadastro.png) type("image/png")
    ) center center;

	background-size: 100% 100%;
    background-position: top;
	padding-top: 92px;
	padding-bottom: 75px;

}	

/*form*/

.form-bg {
	background: url(../_img/fundoFormulario.jpg);
	background-position: center;
	background-size: cover;
	height: 731px;
	width: 100%;
}
.form .formulario {
	margin-top: 40px;
}
.form {
	/*width: 550px;
	float: right;*/
	color: #000;
}
.form .inscrevaimg {
    width: 100%;
    text-align: right;
}

.form .form-container {
	margin-bottom: 10px;
}

.form .formulario label {
	width: 100%;
	display: block;
	padding: 3px;
	font-size: 12px;
	font-family: 'Museo900' !important;
}

.form .formulario input {

	border: none;
	color: #000;
	padding: 5px;
	width: 100%;
	background: none;
	border-bottom: 2px solid #053a6b;

	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  	-webkit-transition: border-color ease-in-out .0s, -webkit-box-shadow ease-in-out 0s;
  	-o-transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;
  	transition: border-color ease-in-out .0s, box-shadow ease-in-out .0s;

}

.form .formulario select {
	border: none;
	padding: 5px;
	width: 100%;
	background: none;
	color: #000;
	border: 2px solid #053a6b;
}



.fundo-game {
	padding-top:50px;
	background: url(../_img/fundo-game.jpg);
	/*background-repeat: no-repeat;*/
	background-position: center;
	background-size: 100% 100%;
	height: 650px;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
    /* margin-bottom: 10px; */
}


/*footer*/

footer {
	background: #fff;
	height: 110px;
	margin-bottom: 20px;
	padding-top: 30px;
	width: 100%;
}
.centralizar{
	display:flex;
	align-items:center;
	justify-content:space-around;
}


/*regulamento*/

.regulamento h2 {
	text-align: center;
	margin: 50px 0;
}
.textoregulamento {
	color: #000;
	padding: 70px 50px 70px 50px;
}

.loginDiv {
	background: url(../_img/2026/back_login.avif) center center; /* fallback para navegadores antigos */
    background: -webkit-image-set(
        url(../_img/2026/back_login.avif) 1x,
        url(../_img/2026/back_login.webp) 1x,
        url(../_img/2026/back_login.png) 1x
    );
    background: image-set(
        url(../_img/2026/back_login.avif) type("image/avif"),
        url(../_img/2026/back_login.webp) type("image/webp"),
        url(../_img/2026/back_login.png) type("image/png")
    );
	background-position: top;
	background-size: cover;
    padding-bottom: 20px;
	padding-top: 100px;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
    margin-bottom: 10px;
	height: 87.3vh;
	    display: flex;
    align-items: flex-end;
   
}

.loginDiv h3{
	color:#FFF;
}

.filtro{
	background: url(../_img/2026/fundo-cadastro.avif) center center;
    background: -webkit-image-set(url(../_img/2026/fundo-cadastro.avif) 1x, url(../_img/2026/fundo-cadastro.webp) 1x, url(../_img/2026/fundo-cadastro.png) 1x) center center;
    background: image-set(url(../_img/2026/fundo-cadastro.avif) type("image/avif"), url(../_img/2026/fundo-cadastro.webp) type("image/webp"), url(../_img/2026/fundo-cadastro.png) type("image/png")) center center;
    background-size: cover;
    background-position: center;
	padding: 50px 0;
}

@media only screen and (max-width: 450px) {

	.sansao-wrapper{
		display: none;
	}

	.filtros{
		display: block;
	}

	.filtros div{
		margin-bottom: 10px;
	}

	#filtrar{
		margin: auto;
	}

	.hall, .borda-container {
		/* clip-path: unset; */
		
		clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 99%);
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 99%);

	}

	/* .borda-container {
		clip-path: unset;
	} */

	.como{
		margin-right:-15px;
		margin-top: unset;
	}

	.fundo-3, .content-personagens{
		display: none;
	}

	.fundo-4 {
		display: block;
		margin-top: -50px;
	}

	.cad{
		margin-right: -15px;
	}

	#enviar{
		margin: auto;
	}

	footer{
		display: table;
	}
		
	.cadastro{
		padding-top: 35px;
    	padding-bottom: 35px;
		background-size: cover;
	}

	.login{
		display: none;
	}

	.cd-header .container{
		/* display: flex;
		align-items: center; */
		padding-top: 10px;
	}

	.cd-header #cd-logo{
		margin-top:0px;
	}

	.como ul li {
		font-size: 13px;
	}

	.monicaMagali{
		display: none;
	}

	.centralizar{
		flex-direction: column;
	}

}

@media only screen and (max-width: 978px) and (min-width: 758px) {

	.sansao-wrapper{
		display: none;
	}

	.filtros{
		display: block;
	}

	.filtros div{
		margin-bottom: 10px;
	}

	#filtrar{
		margin: auto;
	}

	.hall, .borda-container  {
		clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 99%);
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 99%);
	}

	.como {
		margin-top: -100px;
		margin-right: -24px;
	}

	.content-personagens{
		display: none;
	}

	.cad{
		margin-right: -15px;
		margin-bottom: 15px;;
	}

	.login{
		display: none;
	}

	.cd-header .container{
		display: flex;
		justify-content: space-between;
		padding-top: 30px;;
	}

	.cd-header #cd-logo{
		margin-top:0px;
	}

	.monicaMagali{
		display: none;
	}

}
@media only screen and (min-width: 979px)  {
	.menuLogin{
		display: none !important;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1020px) {

	.sansao {
		margin-left: 0px;
	}

	.cad {
		margin-right: -57px;
	}

	.como{
		margin-right: -15px;
	}
}