@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,600;0,700;0,900;1,200;1,300;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


:root {
	--color-white: #FFFFFF;
	--color-black: #030f27;


	--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 */
/* ------------------------------------------- */
body {
	/* background-color: #386720;
	background-image: url('../images/logo-evento.jpeg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
	backdrop-filter: blur(10px); */

	/* background-color: #767676;
		background-image: url('../images/bg-fundo.jpg');
		background-position: center center;
		background-size: cover; */
	font-size: 1.30rem;
	line-height: 1.3;
	color: var(--color-black);
	font-family: 'Open Sans', 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.90rem;
	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;
}


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: 100vh;
	padding: 0px 0 !important;
}

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{
	z-index: 9;
	position: relative;
    max-width: 100%;
    height: 100%;
    /*border: 1px dashed orange;*/
    display: flex;
    justify-content: start;
    align-items: center;
    /*//background-image: url('../images/banner-evento.jpg');*/
    background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
    /*border-right: 1px solid #eceeed;*/
	margin: 0 48px; 
}
.image-fix img {
    /*box-shadow: 6px 8px 10px rgb(255 255 255 / 77%) !important;*/
    max-width: 100%;
    height: 100%;
    width: auto;
    max-height: 100vh;
	border-right: 1px solid #023989;
}
.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{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;

	/*z-index: -1;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: rgb(255 255 255 / 100%);*/
	/*background-image: url('../images/fundo-banner-min.jpg');*/
	/*background-position: top left;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;	*/
	
    /*background-size: cover;*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;	*/
	/*backdrop-filter: blur(10px);*/
	/*-webkit-backdrop-filter: blur(10px); /* para Safari */	*/
}
.image-fix-blur::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: url('../images/background-scaled.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/*filter: blur(8px);*/
}

/* HEADER */



/* CARDS */
.card.card-wrapper {
	position: relative;
	width: 340px;
	width: 100%;
	border: 0px solid rgba(0, 0, 0, .125) !important;
	margin: 0 auto;
	background-color: #f5f5f5 !important;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 77%) !important;
	border-radius: 0 !important;
	min-height: 100vh !important;
}
.card.card-wrapper .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-wrapper .card-header h1 {
	font-size: 1.5rem;
}
.card.card-wrapper .card-header .logotipo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-color: white;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
}
.card.card-wrapper .card-header .logotipo img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.card.card-wrapper .card-body {
	padding: 18px 42px;
	color: var(--color-gray);
}
.card.card-wrapper .card-footer {
	padding: 10px 42px;
	border-top: 0px solid rgba(255, 255, 255, .05);
	background-color: #a2a2a2 !important;
	background-color: rgb(162 162 162 / 0%) !important;
}








.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;
	/*border-radius: 0 !important;*/
}



.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 40px;
	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-wrapper .form-box {
	padding: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.card-wrapper .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-wrapper .form-box .form-error small {
	font-size: 0.7rem;
	color: #ff0000;
}
.card-wrapper .form-box .form-error-cupom {
	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;
	text-align: center;
}
.card-wrapper .form-box .form-error-cupom small {
	text-align: center;
	font-size: 0.7rem;
	color: #ff0000;
}
.card-wrapper .form-box .form-error-cupom.success {
	text-align: center;
	background-color: #50b02e;
	color: #FFFFFF;
}
.card-login .form-box .form-error-cupom.success small {
	font-size: 0.7rem;
	color: #FFFFFF;
} 
.card-wrapper .form-box .form-item {
	border-bottom: .05rem solid rgb(255, 255, 255, .5);
}
.card-wrapper .form-group {
	margin-bottom: 0;
	line-height: 1;
}
.card-wrapper .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-wrapper .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-wrapper .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-wrapper .form-group .form-check-input:checked {
    background-color: #00cc3a;
    border-color: #00cc3a;
}
.card-wrapper .form-group .form-control-placeholder {
	font-size: .80rem;
	color: var(--color-gray);
	margin: 0 !important;
	margin-bottom: 3px !important;
	line-height: 1.05;
}
.infosCustomer .form-control-placeholder {
	color: var(--color-white) !important;
}

/*.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-wrapper .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-gray);
	margin: 0 !important;
	margin-bottom: 3px !important;
}

.txtgridcortesia {
	font-size: 1.5rem;
	color: var(--color-gray);
	margin: 0 !important;
	margin-bottom: 3px !important;
	
    font-size: .95rem;
    padding: 0 10px;
    line-height: 1.25;
    color: green;
}

.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;
}


.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: #50b02e;
}

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

.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;
}




.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;
}






/* 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);
	}
}