
/* CARROSSEL */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.carousel-images {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.carousel-images img {
  width: 100%;
  flex-shrink: 0;
  height: 440px;
  object-fit: contain;
  border-radius: 10px;
}
.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.prev { left: 10px; }
.next { right: 10px; }

/* ----------- POPUP DE PRODUTO ----------- */
.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup.active { display: flex; }
.popup-content {
  background: white;
  border-radius: 12px;	
  width: 600px;
  max-width: 90%;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  position: relative;
  text-align: center;
}
.popup-content iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}
.popup-content h2 { 
	font-family: Fredoka, sans-serif;
    font-size: 20px;
    color: rgb(225, 115, 164);
    font-weight: 600;
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.popup-content p {
  	font-size: 16px;
    line-height: 26px;
    color: #5662ac;
    margin-top: 5px;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.popup-content button {
  	width: 260px;
    height: 46px;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #00a200;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.popup-content button:hover { background: #218838; }
.close-popup {
  position: absolute;
  top: -10px;
  right: 15px;
  border: none;
  font-size: 22px !important;
  cursor: pointer;
  background-color: #ff0033 !important;
  width: 30px !important;
  height: 26px !important;
}

/* COMEÇO CSS */

.cart-icon {
  cursor: pointer;
  background: #5c66ae;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  position: fixed;
    bottom: 1%;
    right: 1%;
}


/*ATIVIDADE TODAS*/

.atividades-todas{
	width: 100%;
	float: left;	
	background: #fe74a7;
	padding: 50px 0;	
}


.atividades-todas .lsatividade{
	width: 100%;
    float: right;
}

.atividades-todas .lsatividade li{
	width: 24%;	
	float: left;
	padding: 20px;
	border-radius: 30px;	
	background-color: #fff;
	margin-bottom: 10px;    margin-right: 8px;
}



.atividades-todas .lsatividade li:nth-child(4n){
	float: right;
}	

.atividades-todas .lsatividade li a{
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
    color: #5662ac;
	text-transform: uppercase;
}


.atividades-todas .lsatividade li  .img-fundo{
	width: 100%;
	height: 326px;
	float: left;
	display: flex;
    justify-content: center;	
}

.atividades-todas .lsatividade li .img-fundo iframe{
	width: 300px;
    height: 534px;
    left: 0;
    top: 0px;
	border-radius: 30px;
}

.atividades-todas .lsatividade li .img-fundo img{
	width: 100%;
	float: left;
	border-radius: 30px;
}


.atividades-todas .lsatividade li h2{
	font-family: "Fredoka", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #e173a4;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 40px;
}

.atividades-todas .lsatividade li h3{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #00a200;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
	margin-top: 10px;
}
.atividades-todas .lsatividade li p{
	font-size: 16px;
    line-height: 26px;
    color: #5662ac;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    float: left;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
}


.atividades-todas .lsatividade li img{
	width: 100%;
	float: left;
}

.atividades-todas .lsatividade li .btn{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}



.atividades-todas .lsatividade li .btn a{
	width: 260px;
	height: 46px;
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	display: flex;	
	align-items: center;
	justify-content: center;		
	border-radius: 15px;		
	background: #00a200;
	text-decoration: none;
	color: #fff;	
	font-size: 15px;
}

.atividades-todas .lsatividade li .btn a:hover{		
	background: #ff0000;	
}


.atividades-todas .lsatividade li .btn-vermais{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.atividades-todas .lsatividade li .btn-vermais button{
	width: 100px;
	height: 20px;
	font-family: "Fredoka", sans-serif;
    font-weight: 400;
	text-transform: uppercase;
	display: flex;	
	align-items: center;
	justify-content: center;		
	border-radius: 15px;		
	background: #5c66ae;
	text-decoration: none;
	color: #fff;	
	font-size: 13px;
}

.atividades-todas .lsatividade li .btn-vermais button:hover{		
	
}

/*FIM TODAS*/


/* Carrinho lateral */
#cartSidebar {
  position: fixed;
  top: 0; right: -400px;
  width: 400px; height: 100%;
  background: white;
  box-shadow: -3px 0 10px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  padding: 20px;
  z-index: 999;
  display: flex; flex-direction: column;
}
#cartSidebar.active { right: 0; }
.cart-header {
  display: flex; justify-content: space-between; align-items: center;
}
.cart-header h2 { margin: 0; }
.close-btn {
  background: none; border: none; font-size: 22px; cursor: pointer;
}
.cart-items {
  flex: 1; overflow-y: auto; margin-top: 15px;
  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
}
.cart-item {
  display: flex; justify-content: space-between;
  padding: 8px 0; border-bottom: 1px solid #eee;
}
.cart-total { text-align: right; margin-top: 15px; font-weight: bold; }
.buy-btn {
  background: #00a200; color: white; border: none;
  border-radius: 8px; padding: 12px;
  cursor: pointer; width: 100%; font-size: 16px; margin-top: 15px;
}

.continue-btn {
  background: #5c66ae; color: white; border: none;
  border-radius: 8px; padding: 12px;
  cursor: pointer; width: 100%; font-size: 16px; margin-top: 15px;
}


.buy-btn:hover { background: #218838; }

.menu{	
	width: 100%;
	display: flex;
	padding: 20px 0;
	background-color: #ffffff;
}

.menu .logo{	
    float: left;
}
.menu .menu-list{
	width: 64%;
    float: right;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu .menu-list li{
	width: 20%;
	float: left;
}

.menu .menu-list li a{
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
    color: #5662ac;
	text-transform: uppercase;
}


.atividades{
	width: 100%;
	float: left;	
	background: url(../img/layout/fundo-meio.png) no-repeat top;
	padding: 50px 0;
	margin-top: -60px;
}

.atividades h2{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 63px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
}


.atividades p{
	font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
	font-weight: 600;
    width: 100%;
    float: left;
	margin-bottom: 30px;
}


.atividades .lsatividade{
	width: 100%;
    float: right;
}

.atividades .lsatividade li{
	width: 49%;	
	float: left;
	padding: 30px;
	border-radius: 30px;	
	background-color: #fff;
}

.atividades .lsatividade li:nth-child(2){
	width: 49%;	
	float: right;
}

.atividades .lsatividade li a{
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
    color: #5662ac;
	text-transform: uppercase;
}


.atividades .lsatividade li  .img-fundo{
	width: 100%;
	float: left;
	display: flex;
    justify-content: center;	
}

.atividades .lsatividade li .img-fundo iframe{
	width: 300px;
    height: 534px;
    left: 0;
    top: 0px;
	border-radius: 30px;
}


.atividades .lsatividade li h2{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #e173a4;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.atividades .lsatividade li h3{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #00a200;
    font-weight: 600;
    text-align: center;
    width: 100%;
    float: left;
}
.atividades .lsatividade li p{
	font-size: 16px;
    line-height: 26px;
    color: #5662ac;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    float: left;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
}


.atividades .lsatividade li img{
	width: 100%;
	float: left;
}

.atividades .lsatividade li .btn{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.atividades .lsatividade li .btn a{
	width: 260px;
	height: 46px;
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	display: flex;	
	align-items: center;
	justify-content: center;		
	border-radius: 15px;		
	background: #ff0000;
	text-decoration: none;
	color: #fff;	
	font-size: 15px;
}

.atividades .lsatividade li .btn a:hover{		
	background: #00a200;
}




.topo{
	width: 100%;
	display: flex;		
	background: url(../img/layout/fundo-topo.png) #bd9fcf no-repeat center;
	padding: 32px 0 64px 0;
}
.topo .box{
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.topo .box .le{
	width: 50%;
	float: left;
}


.topo .box .le .titulo h2{
	font-family: "Fredoka", sans-serif;
  	font-optical-sizing: auto;
	font-size: 53px;
    line-height: 72px;
    color: #fff;
    float: left;
    font-weight: 600;
    margin-top: 15px;
}
.topo .box .le .titulo p{
	font-size: 18px;
	line-height: 28px;		
	color: #fff;	
    font-weight: 600;	
	float: left;
	margin-top: 5px;
}
.topo .box .le .titulo .btn{
	width: 100%;
	float: left;
}
.topo .box .le .titulo .btn a{
	width: 360px;
	height: 56px;
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;		
	border-radius: 15px;	
	background: #e173a4;
	text-decoration: none;	
	color: #fff;	
	font-size: 15px;
}
.topo .box .ld {
	width: 48%;
	float: right;
}
.topo .box .ld .img-fundo{
	width: 100%;
	float: left;
	display: flex;
    justify-content: center;	
}

.topo .box .ld .img-fundo img{	
	width: 100%;		
}


.programa{
	margin-top: -30px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.programa .lista-primeira{
	width: 100%;
	float: left;
}
.programa .lista-primeira li{	
	width: 33%;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
}
.programa .lista-primeira .image{	
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.programa .lista-primeira .image img{	
	float: left;
}


.agora{
	width: 100%;
	float: left;
	padding: 50px 0;
}

.agora .le{
	width: 48%;
	float: left;
}

.agora .ld{
	width: 48%;
	float: right;
}

.agora h2{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
	font-size: 63px;			
	color: #5662ac;		
	font-weight: 600;	
	text-align: left;
	width: 100%;
	float: left;
}
.agora p{
	font-size: 16px;
	line-height: 26px;		
	color: #5662ac;	
	margin-top: 15px;
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	font-weight: 600;
}
.agora .image{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.agora .image img{
	width: 67%;
}


.depoimentos{
	width: 100%;
	float: left;
    padding: 50px 0;

}

.depoimentos h2{
	font-family: "Fredoka", sans-serif;
    font-weight: 600;
	font-size: 63px;			
	color: #5662ac;		
	font-weight: 600;	
	text-align: center;	
	width: 100%;
	float: left;
}
.depoimentos .le{	
	margin-top: 50px;
	width: 52%;
	float: left;	
}


.depoimentos .le .img-fundo{
	width: 100%;
	float: left;
	display: flex;
    justify-content: center;	
}

.depoimentos .le .img-fundo iframe{
	width: 300px;
    height: 534px;
    left: 0;
    top: 0px;
	border-radius: 30px;
}


.depoimentos .ld{	
	margin-top: 50px;
	width: 48%;
	float: right;
}

.depoimentos .ld .image img{
	width: 70%;
}




.completo{
	width: 100%;
	float: left;	
	padding: 50px 0;
	background: url(../img/layout/fundo-rodape.png) no-repeat top;
}
.completo .fundo{	
	width: 100%;
	float: left;
	padding: 50px;
}

.completo .fundo{	
	width: 100%;
	float: left;
	padding: 0;
}

.completo .fundo p{
	font-size: 16px;
	line-height: 26px;		
	color: #5662ac;	
	margin-top: 5px;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.completo .fundo .image{
	width: 100%;
	float: left;
	text-align: center;
}

.completo .btn{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.completo .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
	color: #5662ac;	
	font-size: 18px;
}
.completo p{
	font-size: 16px;
	line-height: 16px;		
	color: #fff;		
	margin-top: 10px;
	text-align: center;
	width: 100%;
	float: left;
}






.box-verde{
	width: 100%;
	float: left;
	background: #5a5c47;
	border-radius: 100px;
	padding: 100px;
}
.box-verde .conteudo{
	width: 100%;
	float: left;
}
.box-verde .conteudo .le {
	width: 48%;
	float: left;
}
.box-verde .conteudo .le .image img{
	width: 100%;
	float: left;
}
.box-verde .conteudo .ld{	
	width: 48%;
	float: right;
}
.box-verde .conteudo .ld h2{
	font-family: "Fredoka", sans-serif;
	font-size: 30px;
	line-height: 40px;			
	color: #fff;	
	float: left;		
	font-weight: 500;
	margin-top: 20px;
}
.box-verde .conteudo .ld p{
	font-size: 16px;
	line-height: 30px;		
	color: #fff;		
	float: left;
	margin-top: 5px;
}
.box-verde .conteudo .full h2{
	font-size: 30px;
	line-height: 40px;			
	color: #fff;	
	float: left;		
	font-weight: 600;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	float: left;
}
.box-verde .conteudo .full p{
	font-size: 16px;
	line-height: 30px;		
	color: #fff;		
	float: left;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	float: left;
}

.sobre{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.sobre .conteudo{
	width: 100%;
	float: left;
}
.sobre .conteudo .le {
	width: 48%;
	float: left;
}
.sobre .conteudo .le .image img{
	width: 100%;
	float: left;
}
.sobre .conteudo .ld{	
	width: 48%;
	float: right;
}
.sobre .conteudo .ld h2{
	font-size: 30px;
	line-height: 40px;			
	color: #5662ac;	
	float: left;		
	font-weight: 600;
	margin-top: 70px;
}
.sobre .conteudo .ld p{
	font-size: 16px;
	line-height: 30px;		
	color: #5662ac;		
	float: left;
	margin-top: 5px;
}

.sobre .conteudo .ld .btn{
	width: 100%;
	float: left;
}
.sobre .conteudo .ld .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #5662ac;
	text-decoration: none;
	color: #fff;	
	font-size: 18px;
}

.conquistar{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.conquistar .le{	
	width: 48%;
	float: left;
}
.conquistar .le h2{
	font-size: 30px;
	line-height: 40px;			
	color: #5662ac;	
	float: left;		
	font-weight: 600;
	margin-top: 70px;
}
.conquistar .le .btn{
	width: 100%;
	float: left;
}
.conquistar .le .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #5662ac;
	text-decoration: none;
	color: #fff;	
	font-size: 18px;
}
.conquistar .ld{	
	width: 48%;
	float: right;	
}
.conquistar .ld .lista-conquista{
	width: 100%;
	float: right;	
}
.conquistar .ld .lista-conquista li{
	width: 48%;
	float: left;
	padding: 20px;	
	background: #5a5c47;		
	border-radius: 18px;	
	font-size: 16px;
	line-height: 30px;		
	color: #fff;			
	margin-bottom: 10px;
}
.conquistar .ld .lista-conquista li:nth-child(2n){	
	float: right;	
}	
.funciona{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.funciona .le{	
	width: 48%;
	float: left;
}
.funciona .le h2{
	font-size: 30px;
	line-height: 40px;			
	color: #5662ac;	
	float: left;		
	font-weight: 600;
	margin-top: 70px;
}
.funciona .le .btn{
	width: 100%;
	float: left;
}
.funciona .le .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #5662ac;
	text-decoration: none;
	color: #fff;	
	font-size: 18px;
}
.funciona .ld{	
	width: 48%;
	float: right;	
}
.funciona .ld .lista-funciona{
	width: 100%;
	float: right;	
}
.funciona .ld .lista-funciona li{
	width: 100%;
	float: left;			
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.funciona .ld .lista-funciona li h2{
	font-size: 20px;
    line-height: 30px;
    color: #5662ac;
    float: left;
    margin-top: 5px;

}
.funciona .ld .lista-funciona li p{
	font-size: 16px;
    line-height: 30px;
    color: #5a5c47;
    float: left;
    margin-top: 5px;
}



.metodo{
	width: 100%;
	display: flex;
	background: url(../img/layout/img-3.jpg) no-repeat center;
	padding: 110px 0;
}
.metodo .le{	
	width: 48%;
	float: left;
}
.metodo .le h2{
	font-size: 30px;
	line-height: 40px;				
	color: #fff;			
	float: left;		
	font-weight: 600;	
	width: 100%;
	float: left;
}
.metodo .le p{
	font-size: 16px;
	line-height: 30px;		
	color: #fff;		
	float: left;
	margin-top: 5px;
}

.metodo .le .btn{
	width: 100%;
	float: left;
}


.metodo .le .image-mob{
	width: 100%;
	float: left;
	display: none;
}
.metodo .le .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #5662ac;
	text-decoration: none;
	color: #fff;	
	font-size: 18px;
}

.valor{
	width: 100%;
	float: left;	
	display: flex;
	align-items: center;	
	justify-content: center;	
	margin-bottom: 50px;
}

.valor .box{
	width: 40%;
	float: left;
	background: #5662ac;
	border-radius: 30px;
	padding: 30px;	
}
.valor .box p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.valor .box h2{
	color: #fff;
	font-size: 55px;
	text-align: center;

}
.valor .box h2 span{
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.valor .box .btn{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.valor .box .btn a{
	width: 480px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center	;	
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
	color: #5662ac;	
	font-size: 18px;
}


/* FIM CSS */
 @media all and (max-width: 1440px) {
	 .cc_container {
		 padding: 1.7% 10%;
	}
}
@media all and (max-width: 769px) {
	 .cc_container {
		 height: 200px;
		 text-align: justify;
		 padding: 2%;
	}
	 .cc_container .cc_btn {
		 margin-bottom: 0;
		 position: absolute;
		 bottom: 10%;
		 margin-left: 10px;
	}
	
}
 @media all and (max-width: 600px) {
	.agora h2{
		font-size: 38px;
	}
	
	 .cc_container {
		 height: 250px;
	}
	.topo{
		background: #bd9fcf;
		padding: 40px 0;
	}
	.topo .box{		
    	display: initial;
	}
	.topo .box .le{
		width: 100%;
	}
	.topo .box .le .titulo h2{
		line-height: 62px;
	}
	.topo .box .le .titulo .logo{
		text-align: center;
	}
	.topo .box .le .titulo .btn{		
    	margin-bottom: 30px;
	}
	.topo .box .ld .img-fundo video{
   		width: 77%;
	}
	.topo .box .ld{
		width: 100%;
	}
	.programa .lista-primeira li{
		width: 100%;
	}
	.programa{		
    	 margin-bottom: 20px;
	}
	.atividades{
		background: #fe74a7;
	}
	
	.atividades-todas{
		padding-top: 0;
	}
	.atividades-todas .lsatividade li{
		width: 48%;	margin-right: 0;
	}
	.atividades .lsatividade li{
		width: 100%;
	}
	.atividades-todas .lsatividade li .img-fundo{
		    height: 206px;
	}
	.atividades .lsatividade li .img-fundo video{
		width: 77%;		
	}	
	.atividades-todas .lsatividade li:nth-child(4n){
		width: 48%;
		float: right !important;margin-right: 0;
	}
	.atividades-todas .lsatividade li:nth-child(2n){
		width: 48%;
		float: right !important;margin-right: 0;
	}
	.atividades .lsatividade li:nth-child(2){
		margin-top: 30px;
		width: 100%;
	}
	.depoimentos .le{
		width: 100%;
	}
	.depoimentos .ld{
		width: 100%;
	}
	.depoimentos .ld .image{
		width: 100%;
		text-align: center;
	}
	.depoimentos .ld .image img{
		width: 88%;

	}
	.agora{
		padding-top: 0;
	}
	.agora .le{
		width: 100%;

	}
	.agora .ld{
		
		width: 100%;
	}
	.agora .image img{
		    width: 77%;
	}
}
 @media all and (max-width: 414px) {
	 .cc_container {
		 margin: 0;
		 height: 250px;
	}
	 .cc_container .cc_btn {
		 margin-left: 10px;
	}
}
 
.cookieConsentContainer {
	z-index: 9999999;
	position: fixed;
	bottom: 60px;
	left: 5%;
	width: 40rem;
	background: #5662ac;
	font-size: 15px;
	padding: 30px;
  }
  .cookieConsentContainer .cookieDesc a {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
  }
  .cookieConsentContainer .cookieDesc p {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 1.8;
  }
  .cookieConsentContainer .cookieButton {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
  }
  .cookieConsentContainer .cookieButton a {
	padding: 15px 25px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #5662ac;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	letter-spacing: 6px;
	font-weight: normal;
  }
  .cookieConsentContainer .cookieButton a:hover {
	background: transparent;
	color: #fff;
  }
  .cookieConsentContainer .cookieButton .btn_mostrar a {
	background: transparent;
	color: #fff;
	transition: 0.3s;
  }
  .cookieConsentContainer .cookieButton .btn_mostrar a:hover {
	background: #fff;
	color: #5662ac;
  }
  .popup {
	position: fixed !important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
	left: 0;
	top: 0;
	display: none;
  }
  .popup .flu {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5662ac;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	left: 0;
	top: 0;
  }
  .popup a.bt-fechar {	
	display: inline;
	float: right;
	text-decoration: none;
	background: url(../img/layout/close.png?5345345) no-repeat right;
	color: transparent;
	width: 17px;
	height: 17px;
	border: none;
	margin-right: 25px;
	margin-top: 25px;
  }
  .popup .flutua {
	position: absolute;
	left: 39%;
	top: 27%;
	width: 430px;
	height: 50%;
	z-index: 1000;
	background: #fff;
  }
  .popup .flutua img {
	opacity: 100;
  }
  .popup .flutua h2 {
	width: 100%;
	float: left;
	color: #c4151c;
	font-size: 28px;
	font-weight: 600;
	
	margin-top: 50px;
	margin-bottom: 30px;
  }
  .popup .flutua p {
	width: 100%;
	float: left;
	font-size: 18px;
	
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 32px;
  }
  .popup .flutua form fieldset {
	padding: 0 55px;
  }
  .popup .flutua form fieldset .col-left {
	float: right;
	width: 100%;
	margin-bottom: 10px;
  }
  .popup .flutua form fieldset .col-left .input.checkbox {
	height: 36px;
	float: right;
	width: 100%;
  }
  .popup .flutua form fieldset .col-left input[type="checkbox"] {
	cursor: pointer;
	text-indent: -9999px;
	width: 95px;
	height: 33px;
	background: #dcdbdb;
	display: block;
	border-radius: 100px;
	border-color: #dcdbdb;
	position: relative;
	float: right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
  }
  .popup .flutua form fieldset .col-left input[type="checkbox"]:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
  }
  .popup .flutua form fieldset .col-left label {
	float: left;
	
	font-weight: 400;
	font-size: 16px;
	color: #000;
	border: none;
	width: 100%;
	padding: 9px 0;
	height: auto;
	display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup .flutua form fieldset .col-left input:checked {
	border-color: #5662ac;
	background: #5662ac;
  }
  .popup .flutua form fieldset .col-left input:checked:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
  }
  .popup .flutua form fieldset .col-left input:active:after {
	width: 130px;
  }
  .popup .flutua form fieldset .col-btn-integer {
	text-align: center;
	margin-top: 25px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .popup .flutua form fieldset .col-btn-integer .btn-enviar {
	width: 215px;
	height: 50px;
	border: 1px solid #000 !important;
	border-radius: 10px;
	color: #000 !important;
	background: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	font-size: 16px;
  }
  .popup .flutua form fieldset .form-error {
	
	font-weight: 400;
	color: #c4151c;
  }
  @media all and(max-width: 1440px) {
	.popup .flutua {
	  left: 36%;
	}
  }
  @media all and(max-width: 1000px) {
	.popup .flutua {
	  left: 26%;
	}
	.cookieConsentContainer {
	  left: 50%;
	  transform: translateX(-50%);
	}
  }
  @media all and (max-width: 650px) {
	.cookieConsentContainer {
	  width: 90%;
	}
	.cookieConsentContainer .cookieButton {
	  flex-direction: column;
	}
	.cookieConsentContainer .cookieButton .btn_mostrar {
	  margin-bottom: 1rem;
	}
  }
  @media all and(max-width: 500px) {
	.popup .flutua {
	  left: 0;
	  top: 15%;
	  width: 100%;
	}
  }
  


  /* CSS PADRÃO */

  .boxdois {
	opacity: 0;
	transform: translateY(-30px); /* Move para baixo inicialmente */
	animation: fadeIntwo 1s ease-out forwards;
  }
.box {
	opacity: 0;
	transform: translateY(30px); /* Move para baixo inicialmente */
	animation: fadeIn 1s ease-out forwards;
  }

  @keyframes fadeIn {
	from {
	  opacity: 0;
	  transform: translateY(30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

  @keyframes fadeIntwo {
	from {
	  opacity: 0;
	  transform: translateY(-30px);
	}
	to {
	  opacity: 1;
	  transform: translateY(30px);
	}
  }

  .reveal {
	opacity: 0;
	transform: translateY(50px); /* Move para baixo inicialmente */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .reveal.active {
	opacity: 1;
	transform: translateY(0);
  }



.flash-message {
  padding: 10px;
  color: white;
  background-color: green;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  border-radius: 5px;
  display: none;
}

.flash-message.error {
  background-color: red;
}

.infinite {
  width: 100%;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.scrolling-container {
  width: 100%;
  overflow: hidden; /* Oculta o texto que ultrapassa os limites */
  white-space: nowrap; /* Mantém o texto em linha única */
  background: #5662ac; /* Fundo escuro */
  color: white;
  font-size: 16px;
  
  transform: rotate(-2deg);
}

.scrolling-containertwo {
  width: 100%;
  overflow: hidden; /* Oculta o texto que ultrapassa os limites */
  white-space: nowrap; /* Mantém o texto em linha única */
  background: #5662ac; /* Fundo escuro */
  color: white;
  font-size: 16px;
  
  transform: rotate(2deg);
}

.scrolling-text {
  display: inline-block;
  padding-left: 100%; /* Move o texto para fora da tela inicialmente */
  animation: scrollHorizontal 30s linear infinite; /* Animação infinita */
  color: #00000000;
  stroke: #FFFFFF;
      
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  color: #FFFFFF;
  padding-top: 5px; 
  padding-bottom: 5px;
}

.scrolling-text-two {
  display: inline-block;
  padding-left: 100%; /* Move o texto para fora da tela inicialmente */
  animation: scrollHorizontaltwo 50s linear infinite; /* Animação infinita */
  color: #00000000;
  stroke: #FFFFFF;
      
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

@keyframes scrollHorizontal {
  0% {
    transform: translateX(1%); /* Começa fora da tela à direita */
  }
  100% {
    transform: translateX(-100%); /* Rola para fora da tela à esquerda */
  }
}

@keyframes scrollHorizontaltwo {
  0% {
    transform: translateX(-100%); /* Começa fora da tela à direita */
  }
  100% {
    transform: translateX(1%); /* Rola para fora da tela à esquerda */
  }
}


.pulsing-image {
    animation: pulse 1.5s infinite; /* Animação de pulso infinita */
} 

@keyframes pulse {
    0%, 100% {
        transform: scale(1); /* Tamanho original */
    }
    50% {
        transform: scale(1.1); /* Aumenta 10% */
    }
}

 *, *:before, *:after {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, figure, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-size: 100%;
	 vertical-align: baseline;
	 background: transparent;
}
 body {
	 line-height: 1;
}
 ol, ul {
	 list-style: none;
}
 blockquote, q {
	 quotes: none;
}
 :focus {
	 outline: 0;
}
 ins {
	 text-decoration: none;
}
 del {
	 text-decoration: line-through;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 a {
	 text-decoration: none;
}
 a:hover {
	 text-decoration: underline;
}
 hr {
	 display: none;
}
 #accessJumperMenu {
	 display: none;
	 position: absolute;
	 top: -150px;
}
 button, input[type=submit], input[type=image], input[type=button], input[type=text], input[type=email], input[type=tel], input[type=url], input[type=search] {
	 appearance: none;
	 -moz-appearance: none;

	 border-radius: 0;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 background: 0;
	 border: 0;
	 font-size: 1em;
	 color: blue;
}

 .clearfix:before, .clearfix:after {
	 display: table;
	 content: "";
	 line-height: 0;
}
 .clearfix:after {
	 clear: both;
}
 .pull-left {
	 float: left;
}
 .pull-right {
	 float: right;
}
 .text-overflow {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
 .hide-text {
	 font: 0/0 a;
	 color: transparent;
	 text-shadow: none;
	 background-color: transparent;
	 border: 0;
}
 .container {
	 width: 60%;
	 margin-left: auto;
	 margin-right: auto;
}

 .corte {
	 width: 75%;
	 margin-left: auto;
	 margin-right: auto;
}

 @media all and (max-width: 1024px) {
	 .container {
		 display: inline;
		 float: left;
		 width: 98.125%;
		 margin: 0 0.9375%;
		 width: 98.0729166667%;
		 margin: 0 0.8854166667%;
	}
	 .corte {
		 width: 100%;
		 margin: 0;
	}
}

 body {
	 height: 100%;
	 font-family: "Poppins", sans-serif;
	 font-optical-sizing: auto;
	 font-weight: 300;
	 font-style: normal;
	 background: #fff;	
}
 body {
	 width: 100%;
	 zoom: 1;
}
 body:before, body:after {
	 display: table;
	 content: "";
	 line-height: 0;
}
 body:after {
	 clear: both;
}
 body:before, body:after {
	 content: "";
	 display: table;
}
 body:after {
	 clear: both;
}
 #page header {
	 position: absolute;
	 z-index: 100;
	 margin: auto;
	 width: 100%;
	 float: left;
	 padding-top: 20px;
}
 #page header h1 {
	 float: left;
}
 #page footer {
	 width: 100%;
	 float: left;
}
 #page footer .desenvolvimento {
	 width: 100%;
	 float: left;
	 padding: 20px 0;
	 background: #dfedf9;
}
 #page footer .desenvolvimento p {
	text-align: center;
	font-size: 16px;
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	color: #5662ac;
	text-transform: uppercase;

}
 @media all and (max-width: 769px) {
	 #page footer .topo .le .btn {
		 width: 100%;
		 justify-content: center;
	}
	 #page footer .topo .ld {
		 padding: 0 15px;
	}
}
 .ui-form-1 .text, .ui-form-1 .email, .ui-form-1 .password, .ui-form-1 .date, .ui-form-1 .select {
	 zoom: 1;
	 width: 100%;
	 min-height: 42px;
}
 .ui-form-1 .text:before, .ui-form-1 .email:before, .ui-form-1 .password:before, .ui-form-1 .date:before, .ui-form-1 .select:before, .ui-form-1 .text:after, .ui-form-1 .email:after, .ui-form-1 .password:after, .ui-form-1 .date:after, .ui-form-1 .select:after {
	 display: table;
	 content: "";
	 line-height: 0;
}
 .ui-form-1 .text:after, .ui-form-1 .email:after, .ui-form-1 .password:after, .ui-form-1 .date:after, .ui-form-1 .select:after {
	 clear: both;
}
 .ui-form-1 .text:before, .ui-form-1 .email:before, .ui-form-1 .password:before, .ui-form-1 .date:before, .ui-form-1 .select:before, .ui-form-1 .text:after, .ui-form-1 .email:after, .ui-form-1 .password:after, .ui-form-1 .date:after, .ui-form-1 .select:after {
	 content: "";
	 display: table;
}
 .ui-form-1 .text:after, .ui-form-1 .email:after, .ui-form-1 .password:after, .ui-form-1 .date:after, .ui-form-1 .select:after {
	 clear: both;
}
 .ui-form-1 .tel {
	 zoom: 1;
	 width: 65%;
	 min-height: 42px;
	 float: left;
}
 .ui-form-1 .tel:before, .ui-form-1 .tel:after {
	 display: table;
	 content: "";
	 line-height: 0;
}
 .ui-form-1 .tel:after {
	 clear: both;
}
 .ui-form-1 .tel:before, .ui-form-1 .tel:after {
	 content: "";
	 display: table;
}
 .ui-form-1 .tel:after {
	 clear: both;
}
 .ui-form-1 .hyphen {
	 float: left;
	 margin: 12px 10px;
}
 .ui-form-1 .ddd {
	 width: 29.45%;
	 float: left;
	 min-height: 42px;
}
 .ui-form-1 fieldset {
	 border: 0;
	 padding: 0;
}
 .ui-form-1 .section-legend {
	 color: #aaa;
	 font-size: 16px;
	 margin-bottom: 15px;
}
 .ui-form-1 textarea, .ui-form-1 input[type="number"], .ui-form-1 input[type="tel"], .ui-form-1 input[type="password"], .ui-form-1 input[type="email"], .ui-form-1 input[type="text"] {

	 border-radius: 0;
	 float: left;
	 width: 100%;
	 height: 38px;
	 font-size: 14px;
	 color: black;
	 padding: 8px 10px;
	 border: 1px solid #aaa;
	 background: white;
	 font-weight: normal;
	 -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
	 box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
 .ui-form-1 input[readonly], .ui-form-1 input[disabled] {
	 background-color: #f7f7f7;
	 color: #666;
	 cursor: default;
}
 .ui-form-1 .select-styled + div.form-error, .ui-form-1 input + div.form-error, .ui-form-1 input + .error-message, .ui-form-1 label + div.form-error, .ui-form-1 label + .error-message {
	 clear: both;
	 display: inline-block;
	 width: 100%;
	 margin-top: 7px;
}
 .ui-form-1 .textarea {
	 height: auto !important;
}
 .ui-form-1 .textarea textarea {
	 float: none;
	 display: inline-block;
	 width: 100%;
	 height: 92px;
}
 .ui-form-1 .select-wrapper {
	 position: relative;
	 width: 100%;
	 height: 35px;
	 font-size: 14px;
	 margin-bottom: 14px;
}
 .ui-form-1 .customSelect {
	 width: 100%;
	 height: 100%;
	 padding: 8px 10px;
	 border: 1px solid #d7d7d7;
	 background: white;
}
 .ui-form-1 .customSelect:after {
	 position: absolute;
	 right: 15px;
	 top: 50%;
	 -webkit-transform: translate(0, -50%);
	 -moz-transform: translate(0, -50%);
	 -ms-transform: translate(0, -50%);
	 -o-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 display: block;
	 content: " ";
	 width: 15px;
	 height: 8px;
	 background: url(../img/layout/seta_select.png);
}
 .ui-form-1 .customSelectInner {
	 width: 100% !important;
}
 .ui-form-1 .select-styled.hasCustomSelect {
	 z-index: 100;
}
 .ui-form-1 .input:not(.is-select-styled) select {
	 font-size: 14px;
	 border: 0;
	 background-color: white;
	 height: 33px;
}
 .ui-form-1 ::-webkit-input-placeholder {
	 color: #aaa;
	 font-weight: normal;
}
 .ui-form-1 ::-moz-placeholder {
	 color: #aaa;
	 font-weight: normal;
}
 .ui-form-1 :-ms-input-placeholder {
	 color: #aaa;
	 font-weight: normal;
}
 .ui-form-1 :-moz-placeholder {
	 color: #aaa;
	 font-weight: normal;
}
 .ui-form-1 .has-error .customSelect, .ui-form-1 .has-error label, .ui-form-1 .has-error .form-error, .ui-form-1 .has-error .error-message {
	 border-color: #c00;
	 color: #c00;
}
 .ui-form-1 .has-error .customSelect:-moz-placeholder, .ui-form-1 .has-error label:-moz-placeholder, .ui-form-1 .has-error .form-error:-moz-placeholder, .ui-form-1 .has-error .error-message:-moz-placeholder {
	 color: #c00;
}
 .ui-form-1 .has-error .customSelect:-ms-input-placeholder, .ui-form-1 .has-error label:-ms-input-placeholder, .ui-form-1 .has-error .form-error:-ms-input-placeholder, .ui-form-1 .has-error .error-message:-ms-input-placeholder {
	 color: #c00;
}
 .ui-form-1 .has-error .customSelect::-webkit-input-placeholder, .ui-form-1 .has-error label::-webkit-input-placeholder, .ui-form-1 .has-error .form-error::-webkit-input-placeholder, .ui-form-1 .has-error .error-message::-webkit-input-placeholder {
	 color: #c00;
}
 .ui-form-1 button[type="submit"] {
	 margin-top: 20px;
}
 .ui-form-normal-label .select label, .ui-form-normal-label .number label, .ui-form-normal-label .tel label, .ui-form-normal-label .textarea label, .ui-form-normal-label .email label, .ui-form-normal-label .password label, .ui-form-normal-label .text label, .ui-form-normal-label .date label, .ui-form-normal-label .file label {
	 font-family: "Din semibold";
	 display: block;
	 font-size: 16px;
	 margin-bottom: 5px;
	 color: #6a6969;
}
 .ui-form-merged-label .number label, .ui-form-merged-label .tel label, .ui-form-merged-label .textarea label, .ui-form-merged-label .email label, .ui-form-merged-label .password label, .ui-form-merged-label .text label, .ui-form-merged-label .file input[type="file"] + label {

	 border-radius: 0;
	 float: left;
	 width: 100%;
	 height: 38px;
	 font-size: 14px;
	 color: black;
	 padding: 8px 10px;
	 border: 1px solid #aaa;
	 background: white;
	 font-weight: normal;
	 -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
	 -moz-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
	 box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
 .ui-form-merged-label .number label, .ui-form-merged-label .tel label, .ui-form-merged-label .email label, .ui-form-merged-label .password label, .ui-form-merged-label .file label, .ui-form-merged-label .text label {
	 float: left;
	 width: 20%;
	 padding-right: 0;
}
 .ui-form-merged-label .number label, .ui-form-merged-label .tel label, .ui-form-merged-label .text label, .ui-form-merged-label .email label, .ui-form-merged-label .password label {
	 border-right: 0;
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 border-top-left-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-left-radius: 3px;
}
 .ui-form-merged-label label + input[type="number"], .ui-form-merged-label label + input[type="tel"], .ui-form-merged-label label + input[type="text"], .ui-form-merged-label label + input[type="email"], .ui-form-merged-label label + input[type="password"] {
	 border-left: 0;
	 -webkit-border-top-left-radius: 0;
	 -moz-border-radius-topleft: 0;
	 border-top-left-radius: 0;
	 -webkit-border-bottom-left-radius: 0;
	 -moz-border-radius-bottomleft: 0;
	 border-bottom-left-radius: 0;
	 width: 80%;
}
 .ui-form-merged-label .textarea label {
	 float: none;
	 display: inline-block;
	 width: 100%;
	 border-bottom: 0;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-right-radius: 3px;
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 border-top-left-radius: 3px;
}
 .ui-form-merged-label .textarea label + textarea {
	 padding-top: 0;
	 border-top: 0;
	 -webkit-border-top-right-radius: 0;
	 -moz-border-radius-topright: 0;
	 border-top-right-radius: 0;
	 -webkit-border-top-left-radius: 0;
	 -moz-border-radius-topleft: 0;
	 border-top-left-radius: 0;
}
 .radios, .checkboxes {
	 overflow: auto;
	 zoom: 1;
}
 .radios .radio, .checkboxes .radio, .radios .checkbox, .checkboxes .checkbox {
	 position: relative;
	 margin: 0 0 20px;
	 text-align: left;
	 vertical-align: middle;
}
 .radios input[type="radio"], .checkboxes input[type="radio"], .radios input[type="checkbox"], .checkboxes input[type="checkbox"] {
	 position: absolute;
	 left: -999em;
	 margin: 0;
	 padding: 0;
}
 .radios input[type="radio"] + label, .checkboxes input[type="radio"] + label, .radios input[type="checkbox"] + label, .checkboxes input[type="checkbox"] + label {
	 font-family: 'Din';
	 font-size: 16px;
	 font-weight: normal;
	 line-height: 20px;
	 vertical-align: middle;
	 padding-left: 0;
	 color: #aaa;
	 cursor: pointer;
	 text-transform: uppercase;
}
 .radios input[type="radio"] + label:hover, .checkboxes input[type="radio"] + label:hover, .radios input[type="checkbox"] + label:hover, .checkboxes input[type="checkbox"] + label:hover {
	 color: #aaa;
}
 .radios input[type="radio"] + label:before, .checkboxes input[type="radio"] + label:before, .radios input[type="checkbox"] + label:before, .checkboxes input[type="checkbox"] + label:before {
	 display: inline-block;
	 content: '';
	 width: 28px;
	 height: 28px;
	 vertical-align: middle;
	 cursor: pointer;
	 background-color: #fff;
	 border: 1px solid #8c8c8c;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 margin-right: 15px;
}
 .radios input[type="radio"] + label:before, .checkboxes input[type="radio"] + label:before {
	 width: 23px;
	 height: 23px;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 border-radius: 50%;
}
 .radios input[type="radio"]:checked + label:before, .checkboxes input[type="radio"]:checked + label:before, .radios .radio.checked label:before, .checkboxes .radio.checked label:before, .radios input[type="checkbox"]:checked + label:before, .checkboxes input[type="checkbox"]:checked + label:before, .radios .checkbox.checked label:before, .checkboxes .checkbox.checked label:before {
	 background: #fff url(../img/layout/check_mark.png) no-repeat center;
}
 .radios .has-error input[type="radio"] + label, .checkboxes .has-error input[type="radio"] + label, .radios .has-error input[type="checkbox"] + label, .checkboxes .has-error input[type="checkbox"] + label {
	 color: #c00;
}
 .radios .has-error input[type="radio"] + label:before, .checkboxes .has-error input[type="radio"] + label:before, .radios .has-error input[type="checkbox"] + label:before, .checkboxes .has-error input[type="checkbox"] + label:before {
	 border-color: #c00;
}
 input[type="submit"].ui-button-1 {
	 padding: 0 15px;
}
 .ui-form-search {
	 height: 48px;
}
 .ui-form-search .input {
	 margin-right: 80px;
	 height: 100%;
}
 .ui-form-search .input input {
	 font-size: 15px;
	 font-style: italic;
	 font-weight: 100;
	 box-sizing: border-box;
	 padding: 10px 5px 10px 20px;
	 width: 100%;
	 height: 100%;
	 border: 1px solid white;
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-radius-topleft: 3px;
	 border-top-left-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	 -moz-border-radius-bottomleft: 3px;
	 border-bottom-left-radius: 3px;
}
 .ui-form-search .bt-search {
	 float: right;
	 width: 80px;
	 height: 100%;
	 cursor: pointer;
	 background: #1f7eaa;
	 border: 1px solid white;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-radius-topright: 3px;
	 border-top-right-radius: 3px;
	 -webkit-border-bottom-right-radius: 3px;
	 -moz-border-radius-bottomright: 3px;
	 border-bottom-right-radius: 3px;
}
 .ui-form-search .bt-search svg {
	 width: 32px;
	 height: 32px;
}
 .ui-form-search .bt-search svg path {
	 fill: #fff !important;
}
 .hide {
	 display: none;
}
 .show {
	 display: inherit;
}
 .ui-button {
	 display: inline-block;
	 font-size: 15px;
	 color: white;
	 background: #1f7eaa;
	 padding: 10px 24px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
}
 .ui-button:hover {
	 text-decoration: none;
	 background: #279ed5;
}
 .ui-table {
	 margin: 0 auto;
}
 .ui-table thead tr th, .ui-table tr.thead td {
	 font-size: 15px;
	 font-weight: normal;
	 color: blue;
	 padding: 6px;
	 cursor: default;
	 text-align: center;
}
 .ui-table thead tr th.th3 {
	 border-right: 0 none;
}
 .ui-table tbody tr td, .ui-table tfoot tr td {
	 padding: 9px;
	 text-align: center;
	 color: red;
	 border-top: 1px solid #dfdfdf;
}
 .ui-table tbody tr:nth-child(2n) td {
	 background: #f6f6f6;
}
 .ui-table tbody tr:hover td {
	 background: #f3f3f3;
}
 .ui-table tfoot tr td {
	 text-align: left;
}
 .paging {
	 text-align: center;
	 clear: both;
	 margin: 21px 0 12px;
	 cursor: default;
	 line-height: 29px;
}
 .paging a, .paging span.current {
	 display: inline-block;
	 color: green;
	 background: 0;
	 font-weight: bold;
	 font-size: 15px;
	 padding: 0 5px;
	 width: 29px;
	 height: 29px;
	 -webkit-border-radius: 60px;
	 -moz-border-radius: 60px;
	 border-radius: 60px;
}
 .paging span.current, .paging a:hover {
	 color: white;
	 text-decoration: none;
	 background: green;
}
 .paging .setas {
	 display: inline-block;
}
 .paging .setas a {
	 text-indent: -1000em;
	 background: #008000 url("../img/layoutsetas.png") -29px center no-repeat;
}
 .paging .prev a {
	 background-position: 0 center;
}
 .paging .disabled {
	 display: none;
}
 #content ::-webkit-scrollbar {
	 height: 9px;
	 width: 9px;
}
 #content ::-webkit-scrollbar-button:start:decrement, #content ::-webkit-scrollbar-button:end:increment {
	 background-color: transparent;
	 display: block;
	 height: 0;
}
 #content ::-webkit-scrollbar-track-piece {
	 background-color: #f3f3f3;
	 -webkit-border-radius: 9px;
	 border-radius: 9px;
}
 #content ::-webkit-scrollbar-thumb:vertical, #content ::-webkit-scrollbar-thumb:horizontal {
	 background-color: #d6d6d6;
	 -webkit-border-radius: 9px;
	 border-radius: 9px;
}
 .message {
	 letter-spacing: -1px;
	 font-size: 23px;
	 line-height: 24px;
	 font-family: 'Open Sans', sans-serif;
	 font-weight: bold;
	 text-align: center;
	 padding: 25px 0;
	 background-color: #5662ac;
	 position: fixed !important;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 1001;
	 color: #3dd2ae;
	 cursor: default;
}
 .message-error {
	 background-color: #900;
	 background-color: black;
	 border-bottom: 3px solid #900;
}




 @media all and (max-width: 1366px) {
	 .container {
		 width: 80%;
	}
}
 @media all and (max-width: 1280px) {
	
}
 @media all and (max-width: 1024px) {
	 .container {
		 width: 100%;
		 margin: 0;
		 padding: 0 15px;
	}

}
 @media all and (max-width: 800px) {
	
}
 @media all and (max-width: 500px) {
	.valor .box h2{
		    font-size: 45px;
	}
	.depoimentos .le .image img{
		        padding: 30px;
        padding-bottom: 0;
        padding-top: 0;	
	}
	
}
 @media all and (max-width: 1024px) {
	
}
 @media all and (max-width: 769px) {
	 #page footer .topo .le {
		 width: 100%;
		 text-align: center;
		 padding-bottom: 20px;
	}
	 #page footer .topo .ld {
		 margin-bottom: 30px;
		 width: 100%;
	}
	 #page footer .topo .ld h2 {
		 text-align: center;
	}
	 #page footer .topo .ld ul {
		 float: right;
		 width: 100%;
		 display: flex;
		 align-items: center;
		 justify-content: center;
	}
	 #page footer .topo .ld ul li {
		 text-align: center;
	}
	 #page footer .desenvolvimento {
		 padding: 50px 15px;
	}
}
 @media all and (max-width: 769px) {
	
}
 @media all and (max-width: 414px) {
	
}
 .animation {
	 animation: alerta 1.5s infinite;
	 text-decoration: none;
}
 .session_height {
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 section#content {
	 height: auto;
}
 .btn {
	 width: 100%;
	 float: left;
	 display: flex;
	 align-items: center;
	 justify-content: left;
	 margin-top: 30px;
}
 .btn a {
	 text-decoration: none;
}
 .botao {
	 background: #ff650e;
	 color: white;
	 border: 1px solid #ff650e;
	 border-radius: 70px;
	 box-shadow: 0 0 0 0 #ff650e;
	 font-size: 30px;
	 display: inline-block;
	 text-align: center;
	 width: 331px;
	 height: 58px;
	 font-size: 20px;
	 line-height: 55px;
	 text-decoration: none;
	 transition: background, padding 500ms ease-in-out;
}
 i {
	 margin-right: 10px;
}
 @keyframes alerta {
	 0% {
		 transform: scale();
	}
	 70% {
		 transform: scale();
		 box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
	}
	 100% {
		 transform: scale();
		 box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
	}
}
 .hidden-print ul {
	 display: flex;
	 justify-content: flex-start;
}
 .hidden-print ul li {
	 font-family: "Poppins", sans-serif;
	 color: #000437;
	 line-height: 1.701;
	 padding-right: 10px;
	 font-weight: 500;
}
 .hidden-print ul li a {
	 color: #000437;
}
 .hidden-print ul li:last-child {
	 padding-right: 0;
}
 .hidden-print ul .disabled {
	 display: none;
}
 .sidebar {
	 float: right;
	 width: 28%;
}
 .sidebar a {
	 color: #000;
}
 .sidebar .box-sidebar {
	 margin: 42px 0;
}
 .sidebar .box-sidebar #formBusca {
	 border-style: solid;
	 border-width: 1px;
	 border-color: #000;
	 background-color: #fff;
	 width: 100%;
	 height: 63px;
}
 .sidebar .box-sidebar #formBusca div {
	 background: url('../img/layout/busca_icon.png') 230px no-repeat;
}
 .sidebar .box-sidebar #formBusca div input {
	 font-size: 16px;
	 font-family: "Poppins", sans-serif;
	 color: #919090;
	 font-style: italic;
	 line-height: 1.2;
	 width: 100%;
	 padding: 20px 0 22px 15px;
}
 .sidebar .box-sidebar .title-box {
	 font-size: 22px;
	 color: #000;
	 font-weight: normal;
	 border-bottom: 1px solid #000;
	 padding-bottom: 18px;
	 margin-bottom: 13px;
}
 .sidebar .box-sidebar .title-post {
	 font-size: 16px;
	 line-height: 20px;
}
 .sidebar .box-sidebar .date {
	 font-size: 10px;
	 margin-top: 9px;
}
 .sidebar .box-sidebar .image {
	 margin-bottom: 9px;
}
 .sidebar .box-sidebar .image img {
	 width: 100%;
	 height: auto;
}
 .sidebar .box-sidebar .box-new {
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 23px;
}
 .sidebar .box-sidebar .box-new .image_recent {
	 width: 50%;
	 margin-right: 10px;
}
 .sidebar .box-sidebar .box-new .image_recent img {
	 width: 100%;
	 height: auto;
}
 .sidebar .box-sidebar .box-new .title {
	 width: 50%;
	 line-height: 20px;
}
 .sidebar .box-sidebar .box-new .title .date {
	 line-height: 5px;
	 font-size: 10px;
	 margin-top: 9px;
}
 .sidebar .box-sidebar .file {
	 margin-bottom: 20px;
}
 .sidebar .box-sidebar .tags li {
	 float: left;
	 margin: 0 12px 8px 0;
}
 .sidebar .box-sidebar .social-networks {
	 float: left;
	 margin-right: 18px;
	 margin-bottom: 10px;
	 width: 33px;
	 height: 33px;
}
 .sidebar .box-sidebar .yt:hover {
	 opacity: 0.75;
	 filter: alpha(opacity=75);
}
 .sidebar .box-sidebar .fb:hover {
	 opacity: 0.75;
	 filter: alpha(opacity=75);
}
 .sidebar .box-sidebar .in:hover {
	 opacity: 0.75;
	 filter: alpha(opacity=75);
}
 .sidebar .box-sidebar .insta:hover {
	 opacity: 0.75;
	 filter: alpha(opacity=75);
}
 @media all and (max-width: 700px) {
	 .sidebar {
		 width: 100%;
		 padding: 0 15px;
	}
}
 .cc_container {
	 display: flex;
	 flex-direction: row-reverse;
	 z-index: 999999999999;
	 position: fixed;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 width: 100%;
	 float: none;
	 height: 100px;
	 padding: 1.2% 20%;
	 color: #01164d;
	 font-size: 16px;
	 box-sizing: border-box;
	 background: rgba(5, 5, 5, 0.7);
}
 .cc_container .cc_btn, .cc_container .cc_btn:visited {
	 color: #fff;
	 border: 1px solid #fff;
	 background: #fff;
	 transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
 .cc_container .cc_btn {
	 cursor: pointer;
	 text-align: center;
	 font-size: 15px;
	 line-height: 1em;
	 float: right;
	 width: 185px;
	 height: 50px;
	 color: #575757;
	 padding-top: 17px;
	 font-family: "Poppins", sans-serif;
	 font-weight: 700;
}
 .cc_container .cc_logo {
	 display: none;
}
 .cc_container .cc_more_info {
	 font-size: 16px !important;
	 width: 81%;
	 transition: font-size 200ms;
	 margin: 0;
	 padding: 0 !important;
	 line-height: 1.5em !important;
	 float: left;
	 color: #fff !important;
	 font-weight: 300;
	 font-family: "Poppins", sans-serif;
}
 .cc_container .cc_more_info span {
	 text-decoration: underline;
	 font-size: 16px !important;
	 color: #fff !important;
}
 .cc_container .cc_more_info:hover {
	 text-decoration: none;
}
 .cc_container .cc_message {
	 font-size: 16px !important;
	 transition: font-size 200ms;
	 margin: 0;
	 width: 100%;
	 padding: 10px;
	 line-height: 1.5em !important;
	 float: left;
	 color: #fff !important;
	 font-weight: 300;
	 font-family: "Poppins", sans-serif;
}

/* FIM CSS PADRÃO */