
:root {
	--color-white: #FFFFFF;
	--color-black: #030f27;
	
	--color-padrao-verde: #00824A;
	--color-padrao-amarelo: #F1B51B;
	--color-padrao-azul: #1554FF;


	--color-blue-bold: #32205F;
	--color-blue: #B5EFF2;
	--color-blue-light: #E9FAFB;

	--color-red-normal: #9D2A2C;
	--color-red-bold: #752125;


	--color-green: #87af0a;
	--color-green-bold: #749302;
	--color-green-lemon: #C5E735;

	--color-gray: #333333;
	--color-gray-light: #e8e8e8;


	--black: #1C1C1C;
	--gray: #C4C4C4;
	--meuestilo: #EC008C;
	--meubemestar: #FF8D8D;
	--meudinheiro: #57AB8A;
	--nossaslutas: #9F5DB5;

	--color-primary: #EC008C;

	--color-dark-gray: #444444;
	--color-btn-gray: #666666;
	--color-light-gray: #aaaaaa;
}


/* ------------------------------------------- */
/* customizacao */
/* ------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}
body {
    margin: 0;
    padding: 0;
	font-size: 14px;
	line-height: 1.3;
	font-family: "Montserrat", sans-serif !important;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.04rem;
	line-height: 1.1;
}
h1 {
	font-size: 2.50rem;
	font-weight: bold;
}
h2 {
	font-size: 2.00rem;
	font-weight: 600;
}
h3 {
	font-size: 1.60rem;
	font-weight: 600;
}
h4 {
    font-size: 1.0rem;
    font-weight: 600;
    color: #034bab;
    line-height: 1;
    margin-top: .5rem;
}
p {
	font-size: 1.0rem;
	line-height: 1.35;
	margin-bottom: 1.0rem;
}

.color-branco{ color: var(--color-white); }
.color-preto{ color: var(--color-black); }


.container-fluid {
    width: 90% !important;
}

h2.section-titulo{}
h2.section-titulo{
	position: relative;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
	z-index: 1;
}
h2.section-titulo::before {
	content: attr(data-text); /* Texto de fundo */;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); 
    font-size: 11rem; /* Tamanho do texto de fundo */
    font-weight: bold;
    color: #EFEFEF; /* Cor com opacidade de 15% */
	opacity: .5;
    z-index: -1; /* Fica atrás do texto principal */
    white-space: nowrap; /* Evita quebra de linha */
}


.bg-amarelo{
	background-color: var(--color-padrao-amarelo);
}

.btn-verde{ 
    background-color: var(--color-white);
    border-radius: 30px;
    color: var(--color-padrao-verde);
    font-weight: 500;
    padding: .375rem 1.75rem;
}
.btn-verde:hover{ 
    background-color: var(--color-padrao-verde) !important;
    color: var(--color-white) !important;
}




header {
	position: relative;
	z-index: 20;
}
header .header-bar-top{
    top: 0;
    right: 0;
    height: 12px;
    background-color: #000;
    width: 60%;
    border-bottom-left-radius: 12px;
	z-index: 10;
}
header .header-bar-login-wrapper{
    top: 0;
    right: calc(5% + 0.75rem);
    background-color: #1554FF;
    width: 100%;
	/*border-bottom: 1px dotted red;*/
}

header .header-bar-login{
    top: 0;
    right: 0;
    background-color: #1554FF;
    width: 360px;
	height: 38px;
    border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	z-index: 11;
	color: var(--color-white);
	font-size: 1.0rem;
	font-weight: 500;
}

	header .navbar-nav{
		padding: 6px 0 !important;
	}
	header .navbar-nav .nav-item{ position: relative; margin: 0 10px; }
	header .navbar-nav .nav-item .nav-link { 
		line-height: 1; 
		color: var(--color-black) !important;
		font-size: 0.90rem;
		font-weight: 500;
		padding-top: 1rem;
		padding-right: 16px;
		padding-left: 16px;
		padding-bottom: 0;
	}
header .navbar-nav .nav-item:hover .nav-link { 
	color: var(--color-white) !important;
	color: var(--color-black) !important;
}

header .navbar-nav .nav-item .nav-link.color-black { 
	color: var(--color-black) !important;
}	
header .navbar-nav .nav-item:hover .nav-link.color-black { 
	color: var(--color-black) !important;
}
header .navbar-nav .nav-item .dropdown-item { 
	line-height: 1; 
	color: var(--color-black) !important;
	font-size: 0.90rem;
	font-weight: 500;
	padding: 1rem;
	/*padding-right: 16px;*/
	/*padding-left: 16px;*/
	/*padding-bottom: 0;*/
}

.section-faixas .box-faixas{
	position: relative;
	height: 70px;
	background-color: var(--color-padrao-azul);
	z-index: 10;
}
.section-faixas .box-faixas .faixa-azul {
	background-color: var(--color-padrao-azul);
}
.section-faixas .box-faixas .faixa-verde {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70%;
}
	.section-faixas .box-faixas .faixa-verde .inclinacao-shadow {
		display: block;
		height: 85px;
		filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
	}
	.section-faixas .box-faixas .faixa-verde .inclinacao-wrap{
		display: block;
		background-color: var(--color-padrao-verde);
		height: 85px;
		clip-path: polygon(12% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
.section-faixas .box-faixas .faixa-amarelo {
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 154px;
    width: 160px;
    z-index: 11;
    background-color: var(--color-padrao-amarelo);
    /* clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%); */
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);	
}





/* LOGIN */
.drop-min-login{
    border: 1px solid #3c71ff;
    background-color: #1554FF;
    padding: 12px 0px;
    border-radius: 8px;
    box-shadow: 0 0 50px 0 rgba(82,63,105,.1);
    width: 340px;
    min-height: 100px;

    padding: 28px;
    width: 420px;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-63px, 72px);
}
.drop-min-login .form-label{
    color: var(--color-white) !important;
	margin-bottom: 3px;
    padding-left: 16px;
    font-weight: 400;
    font-size: .8rem;
}
.drop-min-login .form-control{
    border-radius: 30px;
    border: 0;
    padding: .75rem 1.75rem;
}
.drop-min-login .btn-login{
	color: var(--color-white) !important;
	background-color: var(--color-black) !important;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
}
.drop-min-login .link-cadastro{
	color: var(--color-white) !important;
	text-decoration: none !important;
	font-size: 1rem;
	font-weight: 600;
}
.drop-min-login .menu-links a{
	color: var(--color-white) !important;
	text-decoration: none !important;
    background-color: rgb(255,255,255, 0);
    padding: 4px 8px !important;
    border-radius: 4px !important;	
}
.drop-min-login .menu-links a:hover{
    background-color: #0d45dd !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
}


.form-busca{}
.form-busca .form-control{
    border-radius: 30px;
    border: 0;
    padding: .75rem 1.75rem;
}
.form-busca .form-select{
    border-radius: 30px;
    border: 0;
    padding: .75rem 1.75rem;
}
.form-busca .btn-busca{
	color: var(--color-white) !important;
	background-color: var(--color-padrao-verde) !important;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
}


.section-slider{}
.section-slider .slider-principal{ 
	height: 70vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-slider .box-faixas{
	position: relative;
	height: 70px;
	background-color: var(--color-padrao-azul);
}
.section-slider .box-faixas .faixa-azul {
	background-color: var(--color-padrao-azul);
}
.section-slider .box-faixas .faixa-verde {
	position: absolute;
	top: -15px;
	right: 0;
	height: 100%;
	width: 70%;
}
	.section-slider .box-faixas .faixa-verde .inclinacao-shadow {
		display: block;
		height: 100px;
		filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
	}
	.section-slider .box-faixas .faixa-verde .inclinacao-wrap{
		display: block;
		background-color: var(--color-padrao-verde);
		height: 100px;
		clip-path: polygon(12% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
	
	

	/*.faixa-verde::before {*/
	/*	content: "";*/
	/*	position: absolute;*/
	/*	top: 10px;*/
	/*	left: -10px;*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*	background-color: var(--color-padrao-amarelo);*/
	/*	clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);*/
	/*	z-index: -1;*/
	/*}*/


.section-slider .box-faixas .faixa-amarelo {
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 154px;
    width: 160px;
    z-index: 11;
    background-color: var(--color-padrao-amarelo);
    /* clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%); */
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);	
}
	/*.section-slider .box-faixas .faixa-amarelo .inclinacao-shadow {*/
	/*	display: block;*/
	/*	height: 100px;*/
	/*	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));*/
	/*}*/
	/*.section-slider .box-faixas .faixa-amarelo .inclinacao-wrap{*/
	/*	display: block;*/
	/*	background-color: var(--color-padrao-verde);*/
	/*	height: 100px;*/
	/*	clip-path: polygon(15% 0%, 100% 0%, 90% 100%, 0% 100%);*/
	/*}*/




.section-busca{ background-color: var(--color-padrao-amarelo); }


/*QUE SOMOS*/
.section-quem-somos{ overflow: hidden; }
.mr-quadro-verde{
	position: absolute;
	top: .5rem !important;
	left: .75rem;
	background-color: var(--color-padrao-verde);
	width: 30%;
	height: 320px;
	border-radius: 30px;
}
.mr-quadro-amarelo{
	position: absolute;
	bottom: 0;
	left: .75rem;
	background-color: var(--color-padrao-amarelo);
	width: 30%;
	height: calc(30% - 1.5rem);
	height: calc(100% - 320px - 1.5rem);
	border-radius: 30px;
}
.mr-quadro-azul{
	position: absolute;
	top: .5rem !important;
	right: .75rem;
	background-color: var(--color-padrao-azul);
	width: calc(70% - 3rem);
	height: 100%;
	border-radius: 30px;
}

.texto h3{ 
	font-size: 2rem; 
	line-height: 1.2;
	color: var(--color-white);
}
.texto p{ 
	font-size: 1.10rem; 
	line-height: 1.2;
	color: var(--color-white);
}

.texto .more-link-about{ 
	font-size: 1.10rem; 
	line-height: 1.2;
	text-decoration: none;
	color: var(--color-white);
	font-weight: bold;
}


.section-noticias{ overflow: hidden; }
/*.section-noticias h2.section-titulo{*/
/*	position: relative;*/
/*    font-size: 2rem;*/
/*    color: var(--color-black);*/
/*    line-height: 1;*/
/*    font-weight: 800;*/
/*	z-index: 1;*/
/*}*/

.section-noticias h2.section-titulos::before {
    /*content: "NOTÍCIAS";*/
	content: attr(data-text); /* Texto de fundo */;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); 
    font-size: 11rem; /* Tamanho do texto de fundo */
    font-weight: bold;
    color: #EFEFEF; /* Cor com opacidade de 15% */
	opacity: .5;
    z-index: -1; /* Fica atrás do texto principal */
    white-space: nowrap; /* Evita quebra de linha */
}


.card.card-home-noticias{
	border-radius: 0.75rem;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
	border: 0;	
}
.card.card-home-noticias .card-header{
    height: 180px;
	border: 0;
    border-radius: 0.75rem;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;	
    background-color: rgb(255,255,255,0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card.card-home-noticias .card-header.opacity{
	background-size: 80%;
	opacity: .15;
}
.card.card-home-noticias .more-link{ 
	text-decoration: none;
	color: var(--color-black);
	font-weight: bold;
}


/* PÁGINAS INTERNAS NOTICIAS */
	.card.card-noticias{
		border-radius: 0.75rem;
		height: calc(100% - 1.5rem) !important;
		margin-bottom: 1.5rem;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
		box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
		border: 0;		
	}
	.card.card-noticias .card-header{
		height: 180px;
		border: 0;
		border-radius: 0.75rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		background-color: rgb(255,255,255,0);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.card.card-noticias .card-header.opacity{
		background-size: 80%;
		opacity: .15;
	}	
	.card.card-noticias .more-link{ 
		text-decoration: none;
		color: var(--color-black);
		font-weight: bold;
	}
	
	.noticias-detalhes {}
	.noticias-detalhes h1{ font-size: 3rem; }
	.noticias-detalhes p.data{ font-size: .9rem; color: gray; font-weight: 600; }
	.noticias-detalhes .box-foto-content{ position: relative; display: table; margin-top: 16px; }
	.noticias-detalhes .box-foto-content:before{
		content: '';
		position: absolute; 
		top: -16px;
		left: -16px;
		background-color: #1554FF;
		width: 100%;
		height: 100%;
		border-radius: 0.75rem;
	}
	.noticias-detalhes .box-foto-content img{ position: relative; border-radius: 0.75rem; }
	
	
	


	
.quadro-ver-todas{
	background-color: var(--color-padrao-azul);
	width: 100%;
	height: 100%;
	border-radius: 1.25rem;
	color: var(--color-white);
	padding: 30px;
}
.quadro-ver-todas a{
	color: var(--color-white);	
    text-decoration: none;
    font-weight: 500;	
}
.quadro-ver-todas a:hover{
	color: var(--color-white);	
	text-decoration: none;
}

.section-historia .section-titulo{}
.section-historia .section-titulo h2{
    font-size: 11rem;
    color: #EFEFEF;
    line-height: 1;
    font-weight: 800;
}
.section-historia h3{
    font-size: 3.5rem;
    color: #000000;
    line-height: 1;
    font-weight: 600;
}

.section-mapa{}
.section-mapa h2{
    font-size: 6rem;
    color: var(--color-white);
    line-height: 1;
    font-weight: 800;
}
.section-mapa .quadro-imagens{ height: 550px; }

.wave-amarelo{
	position: relative;
    height: 230px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-mapa-veiculo-1{
	position: absolute;
	right: 0; bottom: 4rem; text-align: end;
}
.img-mapa-veiculo-1{
	height: 360px; 
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 11px 14px 21px rgba(0, 0, 0, .75);
}
.box-mapa-veiculo-2{
	position: absolute;
	right: 0; bottom: 0; text-align: end;
}
.img-mapa-veiculo-2{
	height: 150px; 
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 11px 14px 21px rgba(0, 0, 0, .75);
}

.section-mapa .texto-mapa{
	border-left: 1px dashed var(--color-padrao-verde);
	padding: 30px;
}
.section-mapa .texto-mapa h4{
	font-size: 3rem;
	color: var(--color-white);
}
.section-mapa .texto-mapa p{
	font-size: 1.4rem;
	color: var(--color-white);
}





/* PÁGINAS INTERNAS CONCESSIONARIAS */
	.card.card-concessionarias{
		border-radius: 0.75rem;
		height: calc(100% - 1.5rem) !important;
		margin-bottom: 1.5rem;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
		box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
		border: 0;
	}
	.card.card-concessionarias .titulo {
		margin-bottom: 3px;
	}	
	.card.card-concessionarias .titulo a{
		font-size: 1.5rem;
		font-weight: bold;
		color: #00217a;
		text-decoration: none;
	}
	.card.card-concessionarias .card-body .img-bg{
		height: 180px;
		border: 0;
		border-radius: 0.75rem;
		background-color: rgb(255,255,255,0);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.concessionaria-detalhes {}
	.concessionaria-detalhes h1{ font-size: 3rem; }
	.concessionaria-detalhes p.data{ font-size: .9rem; color: gray; font-weight: 600; }
	.concessionaria-detalhes .box-foto-content{ position: relative; display: table; margin-top: 16px; }
	.concessionaria-detalhes .box-foto-content:before{
		content: '';
		position: absolute; 
		top: -16px;
		left: -16px;
		background-color: #1554FF;
		width: 100%;
		height: 100%;
		border-radius: 0.75rem;
	}
	.concessionaria-detalhes .box-foto-content img{ position: relative; border-radius: 0.75rem; }


/* PÁGINAS INTERNAS DIRETORIAS */
	.card.card-diretoria{
		border-radius: 0rem;
		height: calc(100% - 0.5rem) !important;
		margin-bottom: 0.5rem;
		/*box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);*/
		border: 0;
		border-bottom: 1px dashed #a7a7a7;
		border-bottom: 1px solid #e7e7e7;
	}
	.card.card-diretoria .card-body .img-bg{
		height: 180px;
		border: 0;
		border-radius: 1.0rem;
		background-color: rgb(255,255,255,0);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.card.card-diretoria .card-body .titulo{ font-weight: bold; font-size: 1.2rem; }
	
	
/* PÁGINAS INTERNAS FALE CONOSCO */
	.card.card-formulario{
		border-radius: 0.75rem;
		height: calc(100% - 1.5rem) !important;
		margin-bottom: 1.5rem;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
		border: 0;
	}
	.card.card-formulario .card-body{
		padding: 3rem 3rem;	
	}
	
	.card.card-formulario .form-label{
		color: var(--color-black) !important;
		margin-bottom: 3px;
		padding-left: 1.25rem;
		font-weight: 400;
		font-size: .8rem;
	}
	.card.card-formulario .form-select{
		border-radius: 30px;
		border: 2px solid #dbdbdb;
		padding: .75rem 1.75rem;
	}
	.card.card-formulario .form-select.flderror{
		border: 2px solid #FF0000;
	}	
	.card.card-formulario .form-control{
		border-radius: 30px;
		border: 2px solid #dbdbdb;
		padding: .75rem 1.25rem;
	}
	.card.card-formulario .form-control.flderror{
		border: 2px solid #FF0000;
	}	
	.card.card-formulario .btn-enviar{
		color: var(--color-white) !important;
		background-color: var(--color-padrao-verde) !important;
		border-radius: 30px;
		font-size: 1rem;
		font-weight: 600;
	}
	.box-mapa{
		border-radius: 0.75rem;
		border: 1px solid #dbdbdb;
		padding: 8px;
	}
	.box-mapa iframe{
		border-radius: 0.75rem;
		height: 350px;
	}
	/*.card.card-formulario .card-body .img-bg{*/
	/*	height: 180px;*/
	/*	border: 0;*/
	/*	border-radius: 1.0rem;*/
	/*	background-color: rgb(255,255,255,0);*/
	/*	background-size: contain;*/
	/*	background-repeat: no-repeat;*/
	/*	background-position: center center;*/
	/*}	*/

	.section-area-associado a.links-ass{
		display: block;
		color: black;
		text-decoration: none;
		font-weight: bold;
		
	}

	.section-area-associado .menu-associados ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.section-area-associado .menu-associados ul li {
		padding: 8px 0;
	}
	.section-area-associado .menu-associados ul li a{
		color: black;
		text-decoration: none;
		font-weight: bold;	
	}
	.section-area-associado .menu-associados ul li img{
		max-width: 60px;
	}
	
	.section-area-associado .list-files ul {
		list-style: none;
		padding: 0;
		margin: 0;
	} 
	.section-area-associado .list-files ul li {}
	
	.section-area-associado .content-list{ 
		padding: 8px;
		border: 1px solid #e9e9e9;
		border-radius: 4px;
		margin-bottom: 4px;
	}
	.section-area-associado .content-list:hover{
		background-color: #fbfbfb;
	}



footer{
	background-color: var(--color-padrao-azul);
	color: var(--color-white);
}
footer .line-left-dashed{
	border-left: 1px dashed var(--color-white);	
	padding-left: 24px;
}
footer .menu{
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
footer .menu li{
	line-height: 1.75;
}
footer .menu li a{
	color: var(--color-white);
	text-decoration: none;
}
footer .menu li a:hover{
	text-decoration: underline;
}
footer .address{
	line-height: 1.75;
}























section.section {
	position: relative;
	padding: 10px 0;
}


.nolink {
	text-decoration: none !important;
	color: inherit !important;
}

.nolink:hover {
	text-decoration: none !important;
}

.bg-white {
	background-color: var(--color-white);
}

.bg-green-lemon {
	background-color: var(--color-green-lemon);
}

.bg-blue {
	background-color: var(--color-blue);
}

.bg-blue-light {
	background-color: var(--color-blue-light);
}

.bg-gray {
	background-color: var(--color-gray);
}


.container-fluid {
	width: 100%;
}


.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.box-center {
	margin: 0 auto;
	text-align: center;
}

.radius55 {
	border-radius: 55px !important;
}

.radius60 {
	border-radius: 60px !important;
}

.radius-larg {
	border-radius: 95px !important;
}

.radius-medium {
	border-radius: 60px !important;
}

.radius-squade {
	border-radius: 30px !important;
}


.brMD {
	display: block !important;
}

.brSM {
	display: none !important;
}

.bd1 {
	border: 1px dotted red;
}

/*.textP p{ font-size: 33px; letter-spacing: 0.2rem; }*/
/*.textP2 p{ font-size: 24px; letter-spacing: 0.2rem; }*/

main {
	position: relative;
	height: 100%;
}

.main-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	/*background-color: rgb(255,255,255, .96);*/
	z-index: -1;
	background-color: rgb(33 85 17 / 61%);
}

/*.bg-fundo{ background-color: #2b0059; }*/
.content-wrapper {
	z-index: 1;
	min-height: 100%;
	min-height: 75vh;
}

iframe {
	position: relative;
	width: 100%;
	height: 100%;
}

.no-under {
	text-decoration: none !important;
}


.image-fix {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 40%;
	z-index: 0;
	/* background-color: rgb(255,255,255,0); */
	/* border: 3px solid red; */

	/* background-color: rgb(255,255,255,255,0);
	background-image: url('../images/logo-evento.jpeg');
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;	 */

	/*
	background-image: url('../images/logo-evento.jpeg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;

	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat; 
	*/
	
    /*
	left: 50%;
    top: 50%;
    widows: 50% ;
    transform: translate(-50%, -50%);
	*/
}
.image-fix .box-image{
    max-width: 100%;
    height: 100%;
    /*border: 1px dashed orange;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-fix img {
    /*box-shadow: 6px 8px 10px rgb(255 255 255 / 77%) !important;*/
    max-width: 100%;
    height: 90%;
    width: auto;
    max-height: 90vh;
}
.image-fix:before {
	display:none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(83 12 133 / 80%);
}
.image-fix-blur{
	z-index: -1;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url('../images/fundo-003.jpg');
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;	
	filter: blur(5px);
	-webkit-filter: blur(5px);		
}

/* HEADER */



/* CARDS */
.card.card-login {
	position: relative;
	width: 340px;
	width: 100%;
	/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important; */
	border: 0px solid rgba(0, 0, 0, .125) !important;
	margin: 0 auto;
	background-color: #f5f5f5 !important;
	/*background-image: linear-gradient(to right, #a671e9 0%, #7a5e9f 100%) !important;*/
	/*background-image: linear-gradient(to right, #a671e9 0%, #7a5e9f 50%, #a671e9 100%);*/

	/*-webkit-transform: skew(-40deg);*/
	/*-moz-transform: skew(-40deg);*/
	/*-o-transform: skew(-40deg);*/


	/*background-image: linear-gradient(to top, #A638E7 0%, #757BF5 100%);*/
	/*box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;*/
	/*background-image: linear-gradient(to top, #02a0c3 0%, #1783b9 100%);*/

	/* box-shadow: 2px 2px 10px rgb(255 255 255 / 77%) !important; */
	box-shadow: 2px 2px 8px rgb(0 0 0 / 77%) !important;
	/*background-image: linear-gradient(to top, #fcbb21 0%, #cd9000 100%);*/
	border-radius: 0.25rem;
}

.bg-gradiente {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: -5%;
	height: 100% !important;
	width: 90%;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	/*background-image: linear-gradient(to right, #a671e9 0%, #7a5e9f 70%, #a671e9 100%);*/
	/*background-image: linear-gradient(to right, #7912fb 0%, #ab6cfd 70%, #7912fb 100%);*/
	background-image: linear-gradient(to right, #f5f5f5 0%, #949494 70%, #f5f5f5 100%);
	background-image: linear-gradient(to right, #f5f5f5 0%, #b4d1ba 50%, #f5f5f5 100%);
}

.card.card-login .card-header {
	padding: 0.75rem 0.75rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 2px solid rgba(255, 255, 255, .05);
	text-align: center;
	color: white;
}

.card.card-login .card-header h1 {
	font-size: 1.5rem;
}

.card.card-login .card-header .logotipo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-color: white;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.card.card-login .card-header .logotipo img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.card.card-login .card-body {
	padding: 18px 30px;
	color: var(--color-gray);
}
.card.card-login.ingresso .card-body {
	padding: 30px 30px;
	color: var(--color-gray);
}
.card.card-login .card-footer {
	padding: 10px 30px;
	border-top: 0px solid rgba(255, 255, 255, .05);
	background-color: #a2a2a2 !important;
	background-color: rgb(162 162 162 / 0%) !important;
}







.card-login .form-box {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.card-login .form-box .form-error {
	line-height: 1;
	border-radius: 0.25rem;
	background-color: #f9c5c5;
	color: red;
	padding: 0px 3px;
	padding-bottom: 2px;
	/* display: table; */
	margin-top: 1px;
	font-size: .8rem;
}

.card-login .form-box .form-error small {
	font-size: 0.7rem;
	color: #ff0000;
}

.card-login .form-box .form-item {
	border-bottom: .05rem solid rgb(255, 255, 255, .5);
}

.card-login .form-group {
	margin-bottom: 0;
	line-height: 1;
}

.card-login .form-group .form-control {
	/* padding: .15rem .75rem 3px 0rem; */
	border: 0;
	border-radius: 0;
	color: #000000;
	font-size: .8rem;
	font-weight: bold;
	background-color: rgb(255 255 255 / 90%);
	border: 0px solid #e1e1e1;
	border-radius: .25rem;
	padding: 0.65rem 0.75rem;
}
.card-login .form-group .input-group-text {
	border: 0;
	background-color: rgb(255 255 255 / 90%);
	/* padding: .15rem .75rem 3px 0rem; */
	/*border: 0;*/
	/*border-radius: 0;*/
	/*color: #000000;*/
	/*font-size: .8rem;*/
	/*font-weight: bold;*/
	/*background-color: rgb(255 255 255 / 90%);*/
	/*border: 0px solid #e1e1e1;*/
	/*border-radius: .25rem;*/
	/*padding: 0.65rem 0.75rem;*/
}
.card-login .form-group .form-control.smx {
	font-size: .78rem;
	padding: 0.5rem 0.5rem;
}

/*.card-login .form-group .form-check-input:checked {*/
/*	background-color: #848484;*/
/*	border-color: #848484;*/
/*}*/
.card-login .form-group .form-check-input:checked {
    background-color: #00cc3a;
    border-color: #00cc3a;
}

.card-login .form-group .form-control-placeholder {
	font-size: .80rem;
	color: var(--color-gray);
	margin: 0 !important;
	margin-bottom: 3px !important;
}

.card-login .form-group .box-radios{ margin-bottom: 8px; }
.card-login .form-group .box-radios .mrField{ margin-top: -8px; }
.card-login .form-group .form-control-label-radio{
	font-size: .80rem;
	font-weight: 600;
}


/*.card-login .form-group .form-control-placeholder {*/
/*position: absolute;*/
/*top: 7px;*/
/*padding: 0px 0 0 10px;*/
/*padding-left: 0px;*/
/*transition: all 200ms;*/
/*font-size: .85rem;*/
/*color: rgb(255 255 255);*/
/*}*/
/*.card-login .form-group .form-control:focus + .form-control-placeholder,*/
/*.card-login .form-group .form-control:valid + .form-control-placeholder {*/
/*top: -2px;*/
/*font-size: .70rem;*/
/*opacity: 0.5;*/
/*transform: translate3d(0, -80%, 0);*/
/*color: rgb(199 199 199);*/
/*}*/

.card-login .form-group .form-select {
	background-color: rgb(255 255 255 / 90%);
	border: 1px solid #FFFFFF;
	font-size: .8rem;
	font-weight: bold;
	padding: 0.65rem 0.75rem;		
}

.auth-form{ width: 80%; }


.box-form-card {
	display: none;
}

.box-form-card.active {
	display: block;
}

.box-form-card-aluno {
	display: none;
}

.box-form-card-aluno.active {
	display: block;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #d8dce0 !important;
    border: 1px solid #d8dce0 !important;
    opacity: 1 !important;
}

.item-radio {
	margin: 3px 0px;
	border: 1px solid #d2d2d2;
	padding: 10px 28px;
	background-color: #d2d2d2;
	border-radius: 4px;
	font-size: 1.0rem;
	font-weight: 600;
	cursor: pointer;
}

.item-radio.active {
	border: 1px solid #378a77;
	background-color: #378a77;
	color: white;
}


.box-grid-card{
	position: relative;
	background-color: rgb(233 233 233 / 49%);
	border: 1px dotted rgb(233 233 233 / 49%);
	border-radius: .25rem;
	padding: 4px 4px 0 4px;
	box-shadow: 2px 2px 8px rgb(147 147 147 / 77%) !important;
}
.box-grid-card .overlay-grid{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(233 233 233 / 60%);
	display: block;
}
.box-grid-card.active .overlay-grid{
	display: none;
}
.box-grid-card.gd-white{
    margin-top: 15px;
    background-color: white;
    padding: 6px 11px;	
}
.txtgridvalor {
	font-size: 1.5rem;
	color: var(--color-black);
	margin: 0 !important;
	margin-bottom: 3px !important;
}
.row-grid-price {
	border-bottom: 1px dotted gray;
	margin-bottom: 4px;
}
.row-grid-price-total {
	font-size: 2rem;
	background-color: rgb(233 233 233 / 49%);
	margin-top: 5px;
}
.row-grid-price-total.txtgridvalor {
	font-size: 2rem;
}
.card-login .form-group .form-control.inputValor {
	font-size: 1.5rem;
	padding: 0.25rem 0.75rem;
}

.labelCortesiaError{
	font-size: .75rem;
	text-align: center;
	background-color: #f9c5c5;
	color: red;
	margin-top: 3px;
	border-radius: .25rem;
	padding: 4px;
}

.copy{ cursor: copy; }
.icon-copy{
    color: #1ebbde;
    font-size: 1rem;	
}
.text-copyed{ 
	display: none;
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: white;
    background-color: #3fbd6b;
    font-size: .60rem;
    padding: 5px 10px;
    border-radius: .25rem;
}
.text-copyed.active{
	display: block;
} 


.itemLang {
	margin: 3px;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #e1e1e1;
	border-radius: .25rem;
	background-color: #f1f1f1;
	font-size: .8rem;
	cursor: pointer;
}

.itemLang:hover {
	background-color: rgb(174 174 174 / 60%);
	color: white;
}

.flagIcon {
	padding: 0px 3px;
}

.flagIcon img {
	width: 50px;
}

.cardLang h3 {
	font-size: 1rem;
	margin: 0;
}

.itemLang .button {
	background: #03ae68;
	padding: 5px;
	margin-top: 5px;
	color: white;
	border-radius: .25rem;
}

.cardFlagIcons {
	position: absolute;
	top: -25px;
	z-index: 200;
}

.cardFlagIcons .flagItem {
	margin: 0 5px;
}

.cardFlagIcons .flagItem .flagIcon {
	width: 38px;
	height: 38px;
	border: 4px solid rgb(255, 255, 255, 0);
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
}

.cardFlagIcons .flagItem .flagIcon img {
	filter: grayscale(0.9);
}

.cardFlagIcons .flagItem.active .flagIcon {
	border: 4px solid #e9b50d;
}

.cardFlagIcons .flagItem.active .flagIcon img {
	filter: grayscale(0);
}

.card.card-contagem {
	position: relative;
	width: 450px;
	/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important; */
	border: 0px solid rgba(0, 0, 0, .125) !important;
	margin: 0 auto;
	background-color: #a671e9 !important;
	background-color: #7912fb !important;
	/*background-image: linear-gradient(to right, #a671e9 0%, #7a5e9f 100%) !important;*/
	/*background-image: linear-gradient(to right, #a671e9 0%, #7a5e9f 50%, #a671e9 100%);*/

	/*-webkit-transform: skew(-40deg);*/
	/*-moz-transform: skew(-40deg);*/
	/*-o-transform: skew(-40deg);*/

	background-image: linear-gradient(to top, #A638E7 0%, #757BF5 100%);
	box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;
}

.card.card-contagem .card-header {
	padding: 0.5rem 1rem;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 2px solid rgba(255, 255, 255, .05);
	text-align: center;
	color: white;
}

.card.card-contagem .card-header h1 {
	font-size: 2.5rem;
}

.card.card-contagem .card-header h2 {
	font-size: 1.5rem;
}

.card.card-contagem .card-header .logotipo {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-color: white;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.card.card-contagem .card-header .logotipo img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.card.card-contagem .card-body {
	padding: 40px 40px;
	color: white;
}

.card.card-contagem .card-body {
	padding: 40px 20px;
	color: white;
}

.card.card-contagem .card-body .contador {
	margin: 0 auto;
	text-align: center;
	display: table;
}


.form-select,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
	box-shadow: none;
}


::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}

::placeholder {
	color: #000;
}

*::placeholder {
	color: #000;
}


.card-vlr-ingresso {
	width: auto;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 10px 20px;
	background-color: rgb(39 20 149);
	border-radius: .35rem;

	-webkit-box-shadow: 2px 0px 18px 1px rgba(66, 66, 66, 0.67);
	box-shadow: 2px 0px 18px 1px rgba(66, 66, 66, 0.67);
}

.card-vlr-ingresso .text-valor {
	width: auto;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-left: 30px;
}

.card-vlr-ingresso .text-valor h3 {
	margin: 0 !important;
	padding: 0 !important;
}



/* BUTTONS */
.btn-primary {
	color: var(--color-black);
	padding: .75rem 1.75rem;
	border-radius: .5rem;
	font-size: .85rem;
	/*background-color: var(--color-green);*/
	/*border-color: var(--color-green);*/
	border: 0;
	color: #FFFFFF;
	/*background: linear-gradient(to left, #015d1b 50%, #50b02e 50%);*/
	/*background-size: 210% 100%;*/
	/*background-position: right bottom;*/
	/*transition: all .5s ease;*/
	/*box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;*/
	background-color: #267f27;
}

.btn-primary:hover,
.btn-primary:focus {
	/*background-color: var(--color-green-bold); */
	/*border-color: var(--color-green-bold);*/
	/*background-position: left bottom;*/
	background-color: #267f27;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #a2a2a2;
	background-color: #000000;
	border-color: #cacaca;
	/*background: linear-gradient(to left, #c6c6c6 00%, #c6c6c6 100%);*/
}

.btn-secondary {
	color: var(--color-white);
	padding: .75rem 1.75rem;
	border-radius: .5rem;
	font-size: .85rem;
	border: 0;
	background-color: #ff9435;
	/*background: linear-gradient(to left, #b8b8b8  50%, #253657 50%);*/
	/*background-size: 210% 110%;*/
	/*background-position: right bottom;*/
	/*transition: all .5s ease;*/
	/*box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;*/
}
.btn-secondary:hover,
.btn-secondary:focus {
	/*background-position: left bottom;*/
	background-color: #ff9435;
	color: var(--color-black);
}


.btn-continue {
	color: var(--color-white);
	padding: .75rem 1.75rem;
	border-radius: .5rem;
	font-size: .85rem;
	border: 0;
	background-color: #3ac6db;
	/*background: linear-gradient(to left, #b8b8b8  50%, #253657 50%);*/
	/*background-size: 210% 110%;*/
	/*background-position: right bottom;*/
	/*transition: all .5s ease;*/
	/*box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;*/
}
.btn-continue:hover,
.btn-continue:focus {
	/*background-position: left bottom;*/
	background-color: #3ac6db;
	color: var(--color-black);
}

.btn-pagamento {
	color: var(--color-white);
	padding: .75rem 1.75rem;
	border-radius: .5rem;
	font-size: .85rem;
	border: 0;
	background-color: #2e61b0;
	/*background: linear-gradient(to left, #b8b8b8  50%, #253657 50%);*/
	/*background-size: 210% 110%;*/
	/*background-position: right bottom;*/
	/*transition: all .5s ease;*/
	/*box-shadow: 0.3rem 0.3rem 0.2rem rgb(255 255 255 / 90%) !important;*/
}
.btn-pagamento:hover,
.btn-pagamento:focus {
	/*background-position: left bottom;*/
	background-color: #2e61b0;
	color: var(--color-black);
}



.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-voltar {
	border-radius: .5rem;
}


.btn-esqueci {
	text-decoration: none;
	color: var(--color-white);
	font-size: 0.75rem;
}

.btn-esqueci:hover {
	text-decoration: none;
	color: rgb(255, 255, 255, .9);
}


.btn-cadastro {
	text-decoration: none;
	color: var(--color-white);
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 0;
	font-size: 1.0rem;
}

.btn-cadastro:hover {
	text-decoration: none;
	color: rgb(255, 255, 255, .9);
}







/* DASHBOARD */
.boxLateral {
	z-index: 99;
	position: fixed;
	left: -240px;
	top: 0;
	width: 240px;
	height: 100vh;
	background-color: white;

	-webkit-box-shadow: 2px 0px 18px 1px rgba(66, 66, 66, 0.67);
	box-shadow: 2px 0px 18px 1px rgba(66, 66, 66, 0.67);
}

.boxLateral.active {
	left: 0;
}

.boxLateral-close {
	position: absolute;
	right: -40px;
	top: 31px;
	/*background-color: white;*/
	width: 40px;
	/*padding: 9px;*/
	/*border-top-right-radius: .35rem;*/
	/*border-bottom-right-radius: .35rem; */

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.boxLateral-close a {
	padding: 9px;
	background-color: white;
	background-color: #659833;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: .35rem;
	border-bottom-right-radius: .35rem;
}

.boxLateral-close a i {
	font-size: 1.5rem;
	color: white;
}

.boxLateral.active .boxLateral-close a {
	-webkit-transform: translate(0) rotate(180deg);
	/*-webkit-transform-origin: 60% 100%;*/

	-o-transform: translate(0) rotate(180deg);
	/*-o-transform-origin:60% 100%;*/

	transform: translate(0) rotate(180deg);
	/*transform-origin: 60% 100%;*/

	border-top-left-radius: .35rem;
	border-bottom-left-radius: .35rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.boxLateral-content {
	padding: 15px;
	/*background-color: gray;*/

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: space-between;
	height: 100%;
}

.boxLateral-content .logotipo {
	/*background-color: gray;*/
	text-align: center;
	margin: 0 auto;
}

.boxLateral-content .busca {
	margin: 25px 0;
}

.boxLateral-content .slider {
	height: auto;
}

.filtro-itens a {
	display: block;
}

.input-search {
	border-color: #659833;
	border-width: 2px;
	border-radius: .75rem;
}

.input-group-text.bsc {
	background-color: #659833;
	border: 1px solid #659833;
}

.input-group-text.bsc i {
	font-size: .75rem;
	color: white;
}



/* SELECT 2 */
.select2-search--dropdown {
	padding: 0px !important;
}

.form-control-placeholder_cbo {
	font-size: .70rem;
	color: rgb(199 199 199);
}

.select2-results__option {
	font-size: .9rem !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single {
	border: 0 !important;
	background-color: rgb(255, 255, 255, 0) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: .9rem !important;
	font-weight: bold !important;
	padding-left: 0 !important;
	padding-right: 10px !important;
	color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #FFF transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	/*border-color: #FFF transparent transparent transparent !important;*/
	border-color: transparent transparent #FFF transparent !important;
}

.select2-dropdown {
	background-color: #4b2e7e !important;
	border: 1px solid #4b2e7e !important;
}

.select2-container--default .select2-results__option--selected {
	background-color: #8762f0 !important;
	color: #FFFFFF !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #8762f0 !important;
	color: #FFFFFF !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #fff !important;
	font-size: .9rem !important;
	display: block !important;
}



/* MODAL */
.modal-dialog-w-auto {
	position: relative;
	display: table !important;
	/* This is important */
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	min-width: 300px !important;
	max-width: 800px !important;
}



/* OVERLAY */
.overlay {
	position: absolute;
	top: -5000px;
	background-color: rgb(255, 255, 255, .95);
	height: 100%;
	width: 100%;
	border-radius: .25rem;
	z-index: 190;

	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.overlay.active {
	top: 0px;
}
.overlay .text-msg {
	padding: 20px;
	font-size: 1rem;
	text-align: center;
}
.overlay .text-msg-teste {
	padding: 20px;
	font-size: .9rem;
	text-align: center;
	color: black
}

/* LOADING */
.box-loading {
	position: absolute;
	top: -5000px;
	background-color: rgb(255, 255, 255, .95);
	height: 100%;
	width: 100%;
	border-radius: .25rem;
	z-index: 190;

	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.box-loading.active {
	top: 0px;
}

.box-loading .text-msg {
	padding: 10px;
	font-size: 1rem;
	text-align: center;
}


/* BOX ACEITE */
.boxaceite {
	position: absolute;
	top: -5000px;
	background-color: rgb(255, 255, 255, .95);
	height: 100%;
	width: 100%;
	border-radius: .25rem;
	z-index: 190;

	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-bottom: 8px;
}
.boxaceite.active { top: 0px; }
.boxaceite .text-msg {
    padding: 30px;
    font-size: .85rem;
    text-align: justify;
    overflow: auto;
    border-radius: .25rem;
    margin: 5px;
}
.boxaceite .text-msg ul li{
	margin: 8px 0;
}
.boxaceite .text-msg ol li{
	margin: 8px 0;
}
.boxaceite .text-msg ol li p{
    font-size: .85rem;
    text-align: justify;
}


.list-palestras {
	font-size: 0.9rem;
	padding: 15px;
	border: 1px solid rgb(255 255 255 / 20%);
	font-size: 0.9rem;
	padding: 15px;
	border: 1px solid rgb(255 255 255 / 30%);
	background-color: rgb(255, 255, 255, .3);
	border-radius: .25rem;
	box-shadow: 0px 0px 12px rgb(255 255 255 / 65%) !important;
	margin-top: 3px;
}

.list-palestras p {
	margin: 0;
	font-weight: 800;
}

.list-palestras ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-palestras ul li {
	margin: 3px 0;
	border: 1px solid rgb(255 255 255 / 40%);
	padding: 4px;
	font-size: .8rem;
	border-radius: .25rem;
	color: rgb(255 255 255 / 60%);
	cursor: pointer;
	width: calc(50% - 2px);
}

.list-palestras ul li.active {
	background-color: #a2b608;
	color: rgb(255 255 255 / 100%);
	font-weight: normal;
}

.list-palestras ul li.esgotado {
	background-color: #fbb0b0;
	color: rgb(255 255 255 / 100%);
	font-weight: normal;
}

.list-palestras ul li.selecionado {
	background-color: #10b616;
	color: rgb(255 255 255 / 100%);
	font-weight: normal;
}

.list-palestras ul li .sml {
	display: none;
}

.list-palestras ul li.selecionado .sml {
	display: block;
}


.list-palestras .title {
	margin: 0;
	padding-top: 4px;
}

.list-palestras .title p {
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
	font-size: .9rem;
}

.list-palestras .title small {
	font-size: 0.65rem;
}

.list-palestras .hour {
	font-size: 0.7rem;
	font-weight: bold;
	text-align: right;
	color: #071550;
}

.nav-itens {
	width: calc(50% - 2px);
	padding: 8px 4px;
	line-height: 1;
	margin: 0;

	border: 1px solid rgb(255 255 255 / 30%);
	border-bottom: 0;
	border-radius: 0.25rem;
	cursor: pointer;
}

.nav-itens.active {
	border: 1px solid white;

	/*border-bottom: 0;*/
	border-radius: 0.25rem;
	background-color: rgb(162 182 8);
}

.nav-itens h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
}

.nav-box {
	display: none;
}

.nav-box.active {
	display: block;
}


.fieldset_default{
    padding: 0px 15px 15px 15px;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 0.25rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgb(179 179 179) !important;
}
.fieldset_default legend{
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: inherit;
    padding: 0 8px;
}
.fieldset_total{
    padding: 8px 15px;
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 0.25rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgb(179 179 179) !important;
    background-color: #cddfd1;
    font-size: 1.25rem;
    font-weight: 600;
}
.form-field-fake {
    /* padding: .15rem .75rem 3px 0rem; */
    border: 0;
    border-radius: 0;
    color: #000000;
    font-size: .8rem;
    font-weight: bold;
    border: 1px solid #ced4da;
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
    border-radius: .25rem;
    padding: 0.65rem 0.75rem;
    text-align: center;
}


/* FOOTER */
footer {
	display: block;
}


.loading {
	display: flex;
	justify-content: center;
}

.loading div {
	width: 1rem;
	height: 1rem;
	margin: 2rem 0.3rem;
	background: #7912fb;
	border-radius: 50%;
	-webkit-animation: 0.9s bounce infinite alternate;
	animation: 0.9s bounce infinite alternate;
}

.loading div:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loading div:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes bounce {
	to {
		opacity: 0.3;
		transform: translate3d(0, -1rem, 0);
	}
}

@keyframes bounce {
	to {
		opacity: 0.3;
		transform: translate3d(0, -1rem, 0);
	}
}

.donut {
	width: 2rem;
	height: 2rem;
	margin: 2rem;
	border-radius: 50%;
	border: 0.3rem solid rgba(151, 159, 208, 0.3);
	border-top-color: #979fd0;
	-webkit-animation: 1.5s spin infinite linear;
	animation: 1.5s spin infinite linear;
}

.donut.multi {
	border-bottom-color: #979fd0;
}

@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.ripple {
	width: 2rem;
	height: 2rem;
	margin: 2rem;
	border-radius: 50%;
	border: 0.3rem solid #979fd0;
	transform: translate(50%);
	-webkit-animation: 1s ripple ease-out infinite;
	animation: 1s ripple ease-out infinite;
}

@-webkit-keyframes ripple {
	from {
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ripple {
	from {
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		opacity: 0;
	}
}

.multi-ripple {
	width: 2.6rem;
	height: 2.6rem;
	margin: 2rem;
}

.multi-ripple div {
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 0.3rem solid #979fd0;
	-webkit-animation: 1.5s ripple infinite;
	animation: 1.5s ripple infinite;
}

.multi-ripple div:nth-child(2) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.fancy-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
}

.fancy-spinner div {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.fancy-spinner div.ring {
	border-width: 0.5rem;
	border-style: solid;
	border-color: transparent;
	-webkit-animation: 2s fancy infinite alternate;
	animation: 2s fancy infinite alternate;
}

.fancy-spinner div.ring:nth-child(1) {
	border-left-color: #979fd0;
	border-right-color: #979fd0;
}

.fancy-spinner div.ring:nth-child(2) {
	border-top-color: #979fd0;
	border-bottom-color: #979fd0;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.fancy-spinner div.dot {
	width: 1rem;
	height: 1rem;
	background: #979fd0;
}

@-webkit-keyframes fancy {
	to {
		transform: rotate(360deg) scale(0.5);
	}
}

@keyframes fancy {
	to {
		transform: rotate(360deg) scale(0.5);
	}
}