
:root {
	--color-branco: #FFFFFF;
	--color-preto: #333333;
	--color-azul: #005DB0;


	--color-padrao-verde: #00824A;
	--color-padrao-cinza: #6B6B6B;
	--color-padrao-amarelo: #F1B51B;
	--color-padrao-azul: #1554FF;
	
	--color-verde-limao: #6CAF3A;
	

	--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: #adadad;
	--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: 22px;
	line-height: 1.3;
	font-family: "Lato", sans-serif !important;
	background-color: #F3F3F3;
}

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.45rem;
	font-weight: 600;
}
h4, .h4 {
    font-size: 1.16rem; 
    font-weight: 600;
    /*color: #034bab;*/
    line-height: 1;
    margin-top: .5rem;
}
p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 1.0rem;
	font-weight: 300;
}

.text-small{
	font-size: 18px;
	line-height: 1.3;
}

.color-branco{ color: var(--color-branco); }
.color-preto{ color: var(--color-preto); }
.color-cinza{ color: var(--color-gray); }
.color-azul{ color: var(--color-azul); }


.link-blog{
	color: var(--color-gray);
}
.link-blog:hover{
	color: var(--color-green);
}

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

h2.section-titulo{
    position: relative;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    z-index: 1;
    display: table;
    /*margin: 0 auto;*/
	margin-bottom: 16px;
}
h2.section-titulo.with-line:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #FF8306;
    width: 70% !important;
    height: 4px;
    border-radius: 30px;
}
h2.section-titulo.with-line-white:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #FFFFFF;
    width: 70% !important;
    height: 4px;
    border-radius: 30px;
}
h2.section-titulo.with-line-red:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #ff0000;
    width: 70% !important;
    height: 4px;
    border-radius: 30px;
}



.btn-default-branco{
    background-color: var(--color-branco);
    color: var(--color-padrao-verde) !important;
    font-weight: 800;
    padding: .75rem .75rem;
    border-radius: .5rem;
}
.btn-default-verde{
    background-color: #25D366;
    color: var(--color-branco) !important;
    font-weight: 600;
    padding: .5rem 3rem;
    border-radius: 3rem;
	
	-webkit-animation: tada 3s ease infinite;
	animation: tada 3s ease infinite;		
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}


.section-slider{
	position: relative;
}
/*.section-slider .swiper-slide{*/
/*	position: relative;*/
/*}*/
/*.section-slider .swiper-slide .slider-overlay{*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	height: 10%;*/
/*	width: 100% !important;	*/
/*	background-color: rgb(255,255,255,.5);*/
/*}*/
.swiper-slide h2{
	color: var(--color-branco) !important;
	font-size: 3.0rem;
	line-height: 1.0;
	/*padding-bottom: 5rem !important;*/
}

.mr-breadbrumb{ font-size: .9rem; font-weight: normal; }
.mr-breadbrumb i{ text-decoration: none; color: var(--color-preto) !important; }
.mr-breadbrumb a{ text-decoration: none; color: var(--color-preto) !important; }
.mr-breadbrumb a:hover{ text-decoration: none; color: var(--color-preto) !important; }



.card-direito-item{
	display: flex;
	padding: 12px 20px; 
	margin-bottom: 16px;
	background-color: #005DB0; 
	border-radius: .5rem;
	align-items: center;
	gap: 12px;	
	box-shadow: 1px 1px 7px 0px rgb(30 84 133);
	min-height: 90px;
}
.card-direito-item:hover{
	background-color: #074276;
}
.card-direito-item .icon{
	width: 56px;
}
.card-direito-item .text{
    font-weight: bold;
    font-size: 1.00rem;
}


.bg-001{
	position: relative; 
	background: linear-gradient(to right, #7EBFF9 50%, #CFE8FF 50%);
	background: linear-gradient(to right, #D3D3D3 50%, #CFE8FF 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.5s ease-out;
	border-radius: .5rem;
}
.bg-001:hover { background-position: left bottom; }

.bg-002{
	position: relative;
	background: linear-gradient(to right, #7EBFF9 50%, #9DD1FF 50%);
	background: linear-gradient(to right, #D3D3D3 50%, #9DD1FF 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.5s ease-out;
	border-radius: .5rem;
}
.bg-002:hover { background-position: left bottom; }

.bg-003{
	position: relative;
	background: linear-gradient(to right, #CFE8FF 50%, #7EBFF9 50%);
	background: linear-gradient(to right, #D3D3D3 50%, #7EBFF9 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.5s ease-out;
	border-radius: .5rem;
}
.bg-003:hover { background-position: left bottom; }


	.card.card-funciona{
		border: 1px solid #017ae7;
		border-radius: .5rem;
		box-shadow: 1px 1px 7px 0px rgb(30 84 133);
		background-color: #0064bd;
		height: calc(100% - 1.5rem) !important;
		
		background: linear-gradient(to right, #064a87 50%, #0064bd 50%);
		background-size: 200% 100%;
		background-position: right bottom;
		transition: background-position 0.5s ease-out;		
	}
	.card.card-funciona:hover{
		/*background-color: #064a87;*/
		/*border: 1px solid #005db0;*/
		background-position: left bottom;
	}

	.card.card-perde{
		background-color: rgb(255,255,255,0); 
		border:0; 
		border-radius:.5rem; 
		min-height: 220px;	
		/*border: 1px solid #017ae7;*/
		/*border-radius: .5rem;*/
		/*box-shadow: 1px 1px 7px 0px rgb(30 84 133);*/
		/*background-color: #0064bd;*/
		/*height: calc(100% - 1.5rem) !important;*/
		
		/*background: linear-gradient(to right, #064a87 50%, #0064bd 50%);*/
		/*background-size: 200% 100%;*/
		/*background-position: right bottom;*/
		/*transition: background-position 0.5s ease-out;		*/
	}
	.card.card-perde .card-header{
		background-color: #0064bd;
		border-radius: .5rem;
		margin-bottom: 1px;
	}
	.card.card-perde .card-body{
		background-color: #0064bd;
		border-radius: .5rem;
	}	
	.card.card-perde:hover{
		/*background-position: left bottom;*/
	}














/* PÁGINAS INTERNAS FALE CONOSCO */
	.card.card-orcamento{
		overflow: hidden;
		border-radius: 0.75rem;
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
		height: calc(100% - 1.5rem) !important;
		margin-top: 3rem;
		/*margin-bottom: 1.5rem;*/
		box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
		border: 0;
	}
	.card.card-orcamento .card-header{
		background-color: #6BAE3B;
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
		padding: 1rem 1rem;
	}	
	.card.card-orcamento .card-body{
		padding: 1.5rem 2rem;	
	}
	.card.card-orcamento .card-body.fields { display: block; }
	.card.card-orcamento .card-body.message { display: none; }	
	.card.card-orcamento .card-footer{
		background-color: var(--color-branco);
		border-bottom-left-radius: 1.25rem;
		border-bottom-right-radius: 1.25rem;		
		padding: 1.5rem 2rem;
		padding-top: 0;
		border: 0;
	}	
	.card.card-orcamento .form-label{
		color: var(--color-preto) !important;
		margin-bottom: 3px;
		padding-left: 1.25rem;
		font-weight: 400;
		font-size: .8rem;
	}
	.card.card-orcamento .form-select{
		border-radius: .25rem;
		border: 1px solid #dbdbdb;
		padding: .75rem 1.75rem;
	}
	.card.card-orcamento .form-select.flderror{
		border: 1px solid #FF0000;
	}	
	.card.card-orcamento .form-control{
		border-radius: .25rem;
		border: 1px solid #dbdbdb;
		padding: .4rem 1.25rem;
	}
	.card.card-orcamento .form-control.flderror{
		border: 1px solid #FF0000;
	}
	.card.card-orcamento textarea.form-control{
		height: 100px;
		resize: none;
	}	
	.card.card-orcamento .btn-enviar{
		color: var(--color-branco) !important;
		background-color: var(--color-padrao-verde) !important;
		border-radius: .25rem;
		font-size: 1rem;
		font-weight: 600;
	}
	.card.card-orcamento .border-error{ border: 1px solid #ffb4b4 !important; }

	.card.card-orcamento.sending .card-body.fields{ display: none; }
	.card.card-orcamento.sending .card-body.message{ display: block; }
	.card.card-orcamento.sending .card-body.message div{ display: block; padding: 50px 0; text-align: center; }	
	.card.card-orcamento.sending .card-footer{ display: none; }	

	.card.card-orcamento .box_msg_success{ display: none; text-align: center; margin-top: 7px; }
	.card.card-orcamento .box_msg_success.active{ display: block !important; }
	
	.card.card-orcamento .border-error{ border: 1px solid red !important; }	


/* PÁGINAS INTERNAS FALE CONOSCO */
	.card.card-fale-conosco{
		overflow: hidden;
		border-radius: 0.75rem;
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
		/*height: calc(100% - 1.5rem) !important;*/
		box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
		border: 0;
	}
	.card.card-fale-conosco .card-header{
		background-color: #6BAE3B;
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
		padding: 1rem 1rem;
	}	
	.card.card-fale-conosco .card-body{
		padding: 1.5rem 2rem;	
	}
	.card.card-fale-conosco .card-body.fields { display: block; }
	.card.card-fale-conosco .card-body.message { display: none; }	
	.card.card-fale-conosco .card-footer{
		background-color: var(--color-branco);
		border-bottom-left-radius: 1.25rem;
		border-bottom-right-radius: 1.25rem;		
		padding: 1.5rem 2rem;
		padding-top: 0;
		border: 0;
	}	
	.card.card-fale-conosco .form-label{
		color: var(--color-preto) !important;
		margin-bottom: 3px;
		padding-left: 1.25rem;
		font-weight: 400;
		font-size: .8rem;
	}
	.card.card-fale-conosco .form-select{
		border-radius: .25rem;
		border: 1px solid #dbdbdb;
		padding: .75rem 1.75rem;
	}
	.card.card-fale-conosco .form-select.flderror{
		border: 1px solid #FF0000;
	}	
	.card.card-fale-conosco .form-control{
		border-radius: .25rem;
		border: 1px solid #dbdbdb;
		padding: .4rem 1.25rem;
	}
	.card.card-fale-conosco .form-control.flderror{
		border: 1px solid #FF0000;
	}
	.card.card-fale-conosco textarea.form-control{
		height: 160px;
		resize: none;
	}	
	.card.card-fale-conosco .btn-enviar{
		color: var(--color-branco) !important;
		background-color: var(--color-padrao-verde) !important;
		border-radius: .25rem;
		font-size: 1rem;
		font-weight: 600;
	}
	.card.card-fale-conosco .border-error{ border: 1px solid #ffb4b4 !important; }

	.card.card-fale-conosco.sending .card-body.fields{ display: none; }
	.card.card-fale-conosco.sending .card-body.message{ display: block; }
	.card.card-fale-conosco.sending .card-body.message div{ display: block; padding: 50px 0; text-align: center; }	
	.card.card-fale-conosco.sending .card-footer{ display: none; }	

	.card.card-fale-conosco .box_msg_success{ display: none; text-align: center; margin-top: 7px; }
	.card.card-fale-conosco .box_msg_success.active{ display: block !important; }
	
	.card.card-fale-conosco .border-error{ border: 1px solid red !important; }	


	.item-contato{
		font-size: 1.2rem;
		border: 1px solid #f8f8f8;
		padding: 8px;
		margin: 11px 0;
		border-radius: .5rem;
		background-color: #f8f8f8;
		color: var(--color-preto) !important;
	}
	.link-contato{ 
		color: var(--color-preto) !important; 
		text-decoration: none; 
	}
	
	.nav-paginacao span{ color: var(--color-preto) !important; font-size: 1.5rem; }
	.nav-paginacao a{
		font-size: 1.5rem;
		color: var(--color-preto) !important;	
		text-decoration: none; 
	}
	.nav-paginacao a:hover{
		color: var(--color-preto) !important;	
		text-decoration: none; 
	}
	.nav-paginacao span.current{
		font-size: 1.5rem;
		color: var(--color-preto) !important;
		font-weight: 900;
		color: #000000 !important;
		/* background-color: green; */
		padding: 2px 8px;
		/* border-radius: 4px; */	
	}	
	













.overlay-faixa-saida{
	position: absolute;
	top: 25%;
	left: 0;
	background-color: #DD980D;
	height: 40%;
	width: 100% !important;
}
.overlay-faixa-orange{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #DD980D;
	height: 40%;
	width: 100% !important;
}
.overlay-faixa-gray{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #e9e9e9;
	height: 48px;
	width: 100% !important;
}
.overlay-faixa-white{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	height: 48px;
	width: 100% !important;
}
.bg-faixa-amarela{
	position: relative;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 32px;	
}
.bg-faixa-header-top{
	position: relative;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -64px;
	bottom: -36px;
}
.bg-faixa-slider-bottom{
	position: relative;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
}
.bg-faixa-estrutura-bottom{
	position: relative;
	background-color: white;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg); /* Para Safari */
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;	
}
.titulo-saida{
    position: relative;
    font-size: 1.82rem;
    line-height: 1;
    font-weight: 800;
	margin-bottom: 0;
	color: var(--color-branco);
}
.titulo-saida-grant{
    position: relative;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 800;
	margin-bottom: 0;
	color: var(--color-branco);
}

.btn-icon-whatsapp{
	display: flex;
    align-items: center;
    justify-content: center;	
    position: relative;
	background-color: #118309;
	border-radius:16px;
	/*gap: 16px;*/
	padding: 16px; 
}
.btn-icon-whatsapp .icon{ width: 60px !important; margin-right: 16px; padding-top: 8px; }
.btn-icon-whatsapp h3{
    position: relative;
    font-size: 1.82rem;
    line-height: 1;
    font-weight: 800;
	margin-bottom: 0;
	color: var(--color-branco);
}
.btn-icon-whatsapp h2{
    position: relative;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 800;
	margin-bottom: 0;
	color: var(--color-branco);
}

.btn-facebook{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	background-color: #0060CF;
	border-radius:16px;
	padding: 16px; 
	color: var(--color-branco);
	text-decoration: none !important;
	font-weight: 600;
}
.btn-facebook:hover{
	color: var(--color-branco);
	text-decoration: none !important;
}
.btn-instagram{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	background-color: #A41CAD;
	border-radius:16px;
	padding: 16px; 
	color: var(--color-branco);
	text-decoration: none !important;
	font-weight: 600;
}
.btn-instagram:hover{
	color: var(--color-branco);
	text-decoration: none !important;
}
.btn-youtube{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	background-color: #8F011F;
	border-radius:16px;
	padding: 16px; 
	color: var(--color-branco);
	text-decoration: none !important;
	font-weight: 600;
}
.btn-youtube:hover{
	color: var(--color-branco);
	text-decoration: none !important;
}

.text-mais-videos{
}

.foto-estrutura{
	position: relative;
	top: 40px;
	transform: rotate(9deg);
    border: 6px solid #FFF;
    border-radius: 8px;
    /* transform: rotate(10deg); */
    /* transform: rotate(15deg); */
    /* transform: rotate(90deg); */
    position: relative;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(209,209,209,1);
    box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);
}

.embedVideo {
    height: 640px;
    width: 100%;
    border-radius: 8px;
}
.embedVideo.sm {
    height: 260px;
}

.embedVideoBG {
	height: 640px;
	max-height: 90vh;
    width: 100%;
    border-radius: 8px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.embedVideoBG.sm {
    height: 260px;
}
.embedVideoBG .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* opcional */
  padding: 16px;
  /*background: #ccc;*/
  border-radius: 8px;
}
.lightboxVideo{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.contentVideo{
    position: relative;
    width: 80%;
    max-width: 90vw;
    height: 80vh;
}
.videoFrame{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.modal-dialog {
    max-width: 800px;
}
.modal-content {
    background-color: #fff !important;
    padding: 3px !important;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.modal-backdrop {
    background-color: #000000 !important;
    opacity: 0.95 !important;
}
.btn-modal-close {
    position: absolute;
    right: 0;
    top: -35px;
    color: #FFFFFF;
    font-size: 1.5rem;
}


.acc-perguntas .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.mr-shadow{
    /*-webkit-box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);*/
    /*-moz-box-shadow: 5px 5px 5px 0px rgba(209,209,209,1);*/
    /*box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);*/	
    -webkit-box-shadow: 6px 6px 8px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 6px 6px 8px 0px rgba(209,209,209,1);	
	box-shadow: 6px 6px 8px 0px rgba(209, 209, 209, 1);
}

.link-white, .link-white:hover{ 
	color: var(--color-branco); 
	text-decoration: none;
} 

.button-whats{
	position: fixed; right: 72px; bottom: 64px; cursor: pointer; z-index: 98;
}



.fotoGaleria{
	border: 6px solid #FFF;
	border-radius: 8px;
	/*transform: rotate(10deg);*/
	/*transform: rotate(15deg);*/
	/*transform: rotate(90deg);*/
	position: relative;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(209,209,209,1);
    box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 1);	
}
.colGaleria:nth-child(1) .fotoGaleria { transform: rotate(-20deg); top: -45px; }
.colGaleria:nth-child(2) .fotoGaleria { transform: rotate(15deg); top: 0px; }
.colGaleria:nth-child(3) .fotoGaleria { transform: rotate(-10deg); top: -30px; }
.colGaleria:nth-child(4) .fotoGaleria { transform: rotate(20deg); top: 30px; }
.colGaleria:nth-child(5) .fotoGaleria { transform: rotate(-15deg); top: -35px; }
.colGaleria:nth-child(6) .fotoGaleria { transform: rotate(20deg); top: 10px; }
.fotoGaleria img{
	border-radius: 3px;
}



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

.btn-verde{ 
    background-color: var(--color-branco);
    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-branco) !important;
}


.menu-principal nav{
	background-color: rgb(255,255,255,0);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

header {
	position: relative;
	z-index: 20;
	/*background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .8) 100%);*/
	/*background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0) 100%);*/
	 background-color: #FFF;
}
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-branco);
	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-preto) !important;
		font-size: 1.00rem;
		font-weight: 500;
		padding-top: 10px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 6px;
	}
header .navbar-nav .nav-item:hover .nav-link { 
	color: var(--color-preto) !important;
}
header .navbar-nav .nav-item .nav-link { 
	color: var(--color-preto) !important;
}	
header .navbar-nav .nav-item:hover .nav-link { 
	color: var(--color-preto) !important;
}
header .navbar-nav .nav-item .dropdown-item { 
	line-height: 1; 
	color: var(--color-preto) !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%);	
}


	.sliderBG{
		position: relative;
		height: 100vh;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain !important;
		background-position: right top !important;
	}
	/*.section-slider .slider-principal .sliderBG:before{*/
	/*	content: '';*/
	/*	position: absolute;*/
	/*	z-index: 2;*/
	/*	top: 0;*/
	/*	right: 0;*/
	/*	height: 100%;*/
	/*	width: 100%;*/
	/*	background-color: red;*/
	/*	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .8) 100%);*/
	/*	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 50%, rgb(61 129 11) 100%);*/
	/*}	*/


	.swiper-button-next, .swiper-button-prev {
		color: #f99405 !important;
		
	}
	.swiper-pagination-bullet {
		border: 3px solid #FFFFFF !important;
		height: 18px !important;
		width: 18px !important;			
	}		
	.swiper-pagination-bullet-active {
		opacity: 1 !important;
		background: #f99405 !important;
		background: #007f48 !important;
	}	


	.sliderBGQuemSomos{
		position: relative;
		height: 72vh;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}	
	.sliderBGQuemSomos .swiper-pagination{}
	.sliderBGQuemSomos .swiper-pagination-bullet-active {
		opacity: 1 !important;
		background: #f99405 !important;
		width: 50px !important;
		border-radius: 18px !important;
	}		
	@media only screen and (max-width: 991px){
		.sliderBGQuemSomos{
			height: 65vh !important;
		}			
	}
	
	.card.card-quemsomos{
		background-color: var(--color-padrao-verde);
		border-radius: 1.0rem;
		height: 72vh;
	}
	.card.card-quemsomos .card-body{
		padding: 3rem 2.5rem;
	}
	.card.card-quemsomos .card-body h2{
		color: var(--color-branco);
	}

	.texto h3{ 
		font-size: 2rem; 
		line-height: 1.2;
		color: var(--color-branco);
	}
	.texto p{ 
		font-size: 1.16rem;
		line-height: 1.35;
		color: var(--color-branco);
	}
	.texto ul li{ 
		font-size: 1.16rem;
		line-height: 1.35;
		color: var(--color-branco);
	}
	.texto ul.listbg {
		padding-left: 8px;
	}
	.texto ul.listbg li{
		padding: 6px 0;
		margin-bottom: 2px;
		border-bottom: 1px solid gray;
		border-bottom: 1px solid #f7f7f7;
	}
	/*.texto ul.listbg li:hover{*/
	/*    background-color: #f99405;*/
	/*}*/

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


/* -------------------------------------------------- */
/* SERVICOS */
/* -------------------------------------------------- */
	.section-servico{ 
		background-color: var(--color-verde-limao);
		padding-bottom: 5rem !important;
	}
	.card.card-serv-item{
		background-color: var(--color-padrao-verde);
		height: 240px;
		border: 0;
		border-radius: .75rem;
		border-radius: 24px;
		/*-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);*/
		/*-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0,1);*/
		/*box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 1);		*/
		margin-bottom: 30px;
	}
	.card.card-serv-item:hover{
		background-color: var(--color-branco);
		background-color: #02643a !important;
	}	
	.card.card-serv-item .card-body{
		padding: 3rem 2.5rem;	
	}
	.card.card-serv-item .card-body p{
		color: var(--color-branco);	
	}
	.card.card-serv-item:hover .card-body p{
		color: var(--color-padrao-verde);
		color: var(--color-branco);	
	}
	.link-item-servico {
		text-decoration: none !important;
	}

/* -------------------------------------------------- */
/* CHAMADA */
/* -------------------------------------------------- */
	.section-chamada{
		background-color: var(--color-padrao-verde);
	}
	.section-chamada .box-itens h3{
		font-weight: 800;
		font-size: 2rem;
	}
	.BGChamada{
		position: relative;
		height: 100vh;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}	
	.card.card-chamada-item{
		background-color: var(--color-padrao-verde);
		height: auto;
		border: 0;
		border-radius: .75rem;
		border-radius: 16px;
		margin-bottom: 12px;
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
		-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
	}
	.card.card-chamada-item .card-body{
		padding: 1.25rem 2.5rem;	
	}
	.card.card-chamada-item .card-body .icone{
		margin-right: 16px;
	}
	
	
/* -------------------------------------------------- */
/* BANNER INTERNO */
/* -------------------------------------------------- */	
	.section-banner-interno	{
		position: relative;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		/*border: 1px dotted red;*/
		height: 300px;
	}
	.section-banner-interno	.card.card-baixa-header{
		z-index: 100;
		position: relative;
		bottom: 0px;
		border: 0;
		box-shadow: 4px 4px 8px 0 #727272;
		box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 35%);
		border-radius: 1rem;
	}
	.section-banner-interno	.card.card-baixa-header .card-body{	
		padding: 2rem 2rem;
	}
	.section-banner-interno	.card.card-baixa-header .card-body .h4{		
		color: var(--color-primary-red);
		font-size: .90rem;
		margin: 0;
	}		


/* -------------------------------------------------- */
/* NOTÍCIAS */
/* -------------------------------------------------- */
	.section-noticias{ 
		background-color: var(--color-primary-white);
		/*padding-bottom: 5rem !important;*/
	}
	.section-noticias .card.card-news-item{
		border: 0;
		border-radius: 0;
	}
	.section-noticias .card.card-news-item .card-header{
		border: 0;
		border-radius: 0;
		background-color: rgb(255,255,255,0);
		padding: 0;
	}
	.section-noticias .card.card-news-item .card-header .bg-imagem-blog{
		position: relative;
		height: 220px;
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: .65rem;
		box-shadow: 0.1rem 0.1rem .5rem rgb(0 0 0 / 35%) !important;
		box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 35%) !important;
	}	
	.section-noticias .card.card-news-item .card-header img{ 
		border-radius: .25rem;
		/*height: 240px; */
		/*width: auto;*/
	}
	.section-noticias .card.card-news-item .card-body{
		/*border: 0;*/
		/*border-radius: 0;*/
		/*background-color: rgb(255,255,255,0);*/
		padding: 16px 0;
	}
	.section-noticias .card.card-news-item .card-body h3{
		font-size: 1.5rem;
		padding: 0;
		margin-bottom: 16px;
	}
	
	.img-blog{
		border-radius: .65rem;
		box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 35%) !important;
	}


/* -------------------------------------------------- */
/* SEGUNDA CHAMADA */
/* -------------------------------------------------- */
	.section-segunda-chamada{
		background-color: var(--color-padrao-verde);
	}
	.overlay-verde{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
		background-color: var(--color-padrao-verde);
		opacity: .85;
	}
	.section-segunda-chamada .box-itens h3{
		font-weight: 600;
		font-size: 2.5rem;
		line-height: 1.25;
	}
	.BGSegundaChamada{
		position: relative;
		height: auto;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}	
	.card.card-chamada-item{
		background-color: var(--color-padrao-verde);
		height: auto;
		border: 0;
		border-radius: .75rem;
		border-radius: 16px;
		margin-bottom: 12px;
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
		-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .50);
	}
	.card.card-chamada-item .card-body{
		padding: 1.25rem 2.5rem;	
	}
	.card.card-chamada-item .card-body .icone{
		margin-right: 16px;
	}



























.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-branco) !important;
	background-color: var(--color-padrao-verde) !important;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
}


.section-slider{}
.section-slider .slider-principal{ 
	position: relative;
	/*height: 90vh;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}
.section-slider .slider-principal .title{ 
    line-height: 1;
    margin: 0;
	padding: 0;
    font-size: 3.05rem;
}
.section-slider .slider-principal .subtitle{ 
    font-size: 5.05rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.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; padding-top: 5rem !important; }
.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;
}



.section-noticias{ overflow: hidden; }
/*.section-noticias h2.section-titulo{*/
/*	position: relative;*/
/*    font-size: 2rem;*/
/*    color: var(--color-preto);*/
/*    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-preto);
	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-preto);
		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-branco);
	padding: 30px;
}
.quadro-ver-todas a{
	color: var(--color-branco);	
    text-decoration: none;
    font-weight: 500;	
}
.quadro-ver-todas a:hover{
	color: var(--color-branco);	
	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-branco);
    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-branco);
}
.section-mapa .texto-mapa p{
	font-size: 1.4rem;
	color: var(--color-branco);
}





/* 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-preto) !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-branco) !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-branco);
}
footer .line-left-dashed{
	border-left: 1px dashed var(--color-branco);	
	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-branco);
	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-branco);
}

.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-preto);
	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-preto);
	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-branco);
	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-preto);
}


.btn-continue {
	color: var(--color-branco);
	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-preto);
}

.btn-pagamento {
	color: var(--color-branco);
	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-preto);
}



.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-branco);
	font-size: 0.75rem;
}

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


.btn-cadastro {
	text-decoration: none;
	color: var(--color-branco);
	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);
	}
}



/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

	.box-loading{
		position: absolute;
		background-color: rgb(255,255,255, .75);
		top: 0;
		right: -1500px;
		height: 100%;
		width: 100%;
		z-index: 99;
		border-radius: 0.5rem;
		border-radius: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;

		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		z-index: 912;
	}
	.box-loading.active{ top: 0px; right: 0; }
	.box-loading .icon-loading{
		width: 80px;
		height: 80px;
		margin: 0 auto;	
	}
	.spinner-3 {
		width: 50px;
		aspect-ratio: 1;
		border-radius: 50%;
		background: 
		radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
		conic-gradient(#0000 30%,#ffa516);
		-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
		animation: s3 1s infinite linear;
		margin: 0 auto;
	}
	@keyframes s3{ 
		100%{transform: rotate(1turn)}
	}

#wpadminbar { display: none !important; }