@charset "utf-8";

.MenuTop{ position:relative; z-index:990;}
.Rodape{ position:relative; z-index:980;}

/*FUNDO ANIMADO*/
.BkGrounAnime{
 	position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: backgroundChange 35s infinite;
	}
  @keyframes backgroundChange {
    0%, 25% {
      background-image: url(../imagens/banner_dest/lep-Consulti-1.png);
    }
    26%, 50% {
      background-image: url(../imagens/banner_dest/lep-Consulti-2.png);
    }
    51%, 75% {
      background-image: url(../imagens/banner_dest/lep-Consulti-3.png);
    }
    76%, 100% {
      background-image: url(../imagens/banner_dest/lep-Consulti-1.png);
    }
  }
@media(max-width:850px){
	.BkGrounAnime{filter: opacity(85%) contrast(140%) brightness(50%); /*filtros na imagem quandio reduzir a imagem*/
	}}	

/*HOME DESTAQUE*/
.BkHome_Destaque{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%); /*DEGRADE PRETO TRANSPARENT*/
	position:relative; z-index:2;
	}
/*LARGURA PADRÃO*/
.Larg_Bk_HomeDestaque{
	max-width:1280px;
	margin:auto;
	transition:ease-in-out 0.2s;
	display: flex;
	flex-wrap: wrap; /* Permite que os itens quebrem linha */
	}	
.BkDescr_HomeEsq{
	width:calc(50% - 50px);
	margin-right:50px;
	height:auto;
	float:left;
	}
.BkDescr_HomeDir{
	width:50%;
	height:auto;
	float:left;
	display: flex;
	align-items: center;
	}
@media(max-width:1280px){
	.Larg_Bk_HomeDestaque{
	max-width:90%;
	}
	}	
@media(max-width:850px){
	.BkDescr_HomeEsq{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
	}
	.BkDescr_HomeDir{
	width:100%;
	}
	}
.TitleHome_Dest{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 50px; font-weight:700; color:#FFF; text-align:left;
	line-height:1.1;
	margin-top:35px;
	margin-bottom:25px;
	}	
.TXTHome_Dest{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 500; color:#FFF; text-align:left;
	line-height:1.3;
	margin-bottom:30px;
	}	
.BTHome_Dest,
.BTHome_Dest:visited,
.BTHome_Dest:active{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	line-height:1;
	float:left;
	cursor:pointer;
	transition:0.3s ease-in-out;
	font-family: 'Rubik',Arial, sans-serif; font-size:18px; font-weight:500; color: #FFF;
	background:#00dc00 url(../imagens/menu/efeito_verde_bt.png) no-repeat center center; background-size: 100% 50px;
	position:relative;
	user-select: none;	
	margin-top:25px;
	margin-bottom:25px;
	text-decoration:none;
	display: flex;
	align-items: center;
	}
.BTHome_Dest:hover{
	background:#333;
	}	
@media(max-width:500px){
	.BkDescr_HomeEsq{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.TitleHome_Dest{
	text-align: center;
	font-size:35px
	}	
.TXTHome_Dest{
	text-align:center;
	font-size:20px;
	}			
	}			
	
/*HOME DESTAQUE DOIS*/
.BkHome_DestaquesDois{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background: #000 url(../imagens/fundos/Bk_degradeAzul.png) bottom center no-repeat;
	position:relative; z-index:2;
	}
.BkEsq_HomeDois{
	width:calc(50% - 50px);
	margin-right:50px;
	height:auto;
	float:left;
	}
.BkDir_HomeDois{
	width:50%;
	height:auto;
	float:left;
	}	
.Title_HomeDois{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#00afef; text-align: left;
	line-height:1.1;
	margin-bottom:30px;
	float:left;
	}	
.TXT_HomeDois{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 17px; font-weight:400; color: #FFF; text-align: left;
	line-height:1.3;
	margin-bottom:40px;
	float:left;
	}
.BT_HomeDois,
.BT_HomeDois:active,
.BT_HomeDois:visited{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	cursor:pointer;
	transition:0.3s ease-in-out;
	font-family: 'Rubik',Arial, sans-serif; font-size: 16px; font-weight:500; color: #FFF;
	background:#00afef;
	position:relative;
	user-select: none;	
	display: flex;
	align-items: center;
	text-decoration:none;	
	}
.BT_HomeDois:hover{
	background:#333;
	}
.Fundo_Glassmorphism{
	width:100%;
	max-width:800px;/* regurlar largura como desejar*/
	height:auto;
	float:left;
	display:flex; flex-wrap: wrap; align-items: center; justify-content:center;
	position:relative;
	text-align:center;
	padding-top:50px; padding-bottom:50px;
	/* Glassmorphism CSS - https://hype4.academy/tools/glassmorphism-generator*/
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	backdrop-filter: blur( 20px ); /* desfoque maximo 20*/
	-webkit-backdrop-filter: blur( 20px ); /* desfoque maximo 20*/
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	}
.Title_Forme_convert{
	width:80%; height:auto;
	font-family: 'Rubik', sans-serif; font-size: 25px; font-weight:700; color:#00afef; text-align:center;
	padding-bottom:15px;
	}	
.TXT_Forme_convert{
	width:80%; height:auto;
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; color: #FFF; text-align: center;
	line-height:1.3;
	}	
/* formulario */
.BkPosicionFom{
	width:100%; height:auto; float:left; padding-bottom:25px; padding-top:25px; }
select {
  width: 100%;
  max-width: 80%;
  border-radius: 10px;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #333333;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
}

input {
  box-sizing: border-box;
  width: 100%;
  max-width: 80%;
  border-radius: 10px;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #333333;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
}

textarea {
  width: 100%;
  max-width: 80%;
  border-radius: 10px;
  height: 90px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #333333;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  resize: none;
  padding: 10px; /* Adicione uma pequena margem ao redor do texto */
  box-sizing: border-box; /* Certifique-se de incluir padding na largura total */
}
	
/*ação cor*/	
.email_form:valid {background:#00dc00; color:#FFF;}
.email_form:invalid {color: #F00;}	

/* Cor dos campos de texto */	
.FormDestaque ::placeholder {color: #FFF !important;}
.FormDestaque ::-webkit-input-placeholder {color: #FFF;}
.FormDestaque :-ms-input-placeholder { color: #FFF; }
.FormDestaque :-moz-placeholder { color: #FFF;}  /* Firefox 18- */
.FormDestaque ::-moz-placeholder {color: #FFF; }  /* Firefox 19+ */	

.btestilo{ 
	width:100%; 
	max-width:80%;
	height:50px;
	padding-left:50px;
	border:0; border-radius:10px; 
	background:#00dc00 url(../imagens/botoes/efeito_verde_bt.png) top center no-repeat; background-size:100% 50px;
	cursor:pointer; 
	transition:ease-in-out 0.2s;
	font-family: 'Rubik',Arial, sans-serif;font-size:16px;font-weight:500;color: #FFF; text-align: left;
	position:relative;
	}
.btestilo:hover{ 
background: #333333 url(../imagens/botoes/efeito_preto_bt.png) top center no-repeat; background-size:100% 50px;
}

.Bt_formeFalarAgora{
	text-decoration:none; color:#FFF; transition:0.2s ease-in-out; cursor:pointer;
	}			
.Bt_formeFalarAgora:hover{
	background:#00afef; padding:5px; border-radius:5px; color:#FFF; font-weight: 500; 
	}	
@media(max-width:800px){
	.BkEsq_HomeDois{
	width:100%;
	margin-right:0;
	margin-bottom:50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.BkDir_HomeDois{
	width:100%;
	}
.Title_HomeDois{
	text-align:center;
	}	
.TXT_HomeDois{
	text-align:center;
	}		
	}							
		
/*SERVIÇOS*/
.BkServicos{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background:#f1f1f2;
	position:relative; z-index:2;
	}	
.BkDesc_Servicos{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:50px;
	}
.TitleP_Servicos{
	width:calc(50% - 50px);
	margin-right:50px;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#00afef; text-align: left;
	line-height:1.1;
	float:left;
	}
.TXTP_Servicos{
	width:50%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #000; text-align: left;
	line-height:1.2;
	float:left;
	}	
.BkTipo_Servicos{
	width:100%;
	height:auto;
	float:left;
	}	
.Quad_Servicos{
	width:calc(25% - 10px);
	margin:5px;
	padding:20px;
	border:1px solid #00afef;
	height:auto;
	float:left;
	background:#FFF;
	border-radius:10px; 
	}	
.SubTitle_Servicos{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 20px; font-weight:600; color: #000; text-align: left;
	margin-top:10px; 
	margin-bottom:10px;
	}	
/*Box Serviços*/
.box_Servicos {
	width:100%; padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #00afef; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:700; color: #FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
outline: none;
}
@media(max-width:500px){.box_Servicos{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_Servicos:hover {
	background: #333; color: #00afef; 
	}
.box_Servicos.active	{
	border-radius:10px; 
	background: #333; color: #00afef; 
	}	
/*Icone Abrir e Frechar*/
.box_Servicos:after { width:50px; height:50px; position:absolute; right:0; top:0; content: url(../imagens/servicos/Mais_box_Serv.png);}
.box_Servicos.active:after { content: url(../imagens/servicos/Mais_box_Serv2.png);}
/*conteudo_comoF*/
div.conteudo_serv {
	max-width:100%;
	max-height:auto;
	padding-top:20px; padding-bottom:5px;
	padding-left:5px; padding-right:5px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_serv.show {opacity:1; max-height:100%; display:block; margin-top:0; background: #FFF; border-radius:10px;}	
.TXTbox_Servicos{ 
font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; color: #000; text-align:left;
line-height:1.3;
}
/*Final Box Serviços*/
.BTServ_FaleConosco,
.BTServ_FaleConosco:visited,
.BTServ_FaleConosco:active{	
	width:auto;
	height:50px;
	padding-left:20px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	cursor:pointer;
	transition:0.3s ease-in-out;
	font-family: 'Rubik',Arial, sans-serif; font-size: 16px; font-weight:500; color: #000;
	background: #FFF;
	position:relative;
	user-select: none;	
	display: flex;
	align-items: center;
	text-decoration:none;
	}
.BTServ_FaleConosco:hover{
	color:#00afef;
	}		
@media(max-width:800px){
.TitleP_Servicos{
	width:100%;
	margin-right:0;
	text-align:center;
	margin-bottom:25px;
	}
.TXTP_Servicos{
	width:100%;
	text-align:center;
	}	
	}	
@media(max-width:1000px){
	.Quad_Servicos{
	width:calc(50% - 10px);
	}	
	}	
@media(max-width:650px){
	.Quad_Servicos{
	width:100%;
	margin:0px;
	margin-bottom:10px;
	}	
	}				

/*BENEFICIOS*/
.BkBeneficios{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background: #FFF;
	position:relative; z-index:2;
	}
.BkEsq_Beneficios{	
	width:calc(50% - 50px);
	margin-right:50px;
	height:auto;
	float:left;
	}
.BkDir_Beneficios{
	width:50%;
	height:auto;
	float:left;
	}	
.Title_beneficios{
	width:100%;
	margin-bottom:15px;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#00afef; text-align: left;
	line-height:1.1;
	float:left;
	}	
.TXT_beneficios{
	width:100%;
	margin-bottom:25px;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #000; text-align: left;
	line-height:1.2;
	float:left;
	}	
/*Box Serviços*/
.box_Beneficios {
	width:100%; padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #000; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:700; color: #FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.box_Beneficios{ height: auto; padding-top:15px; padding-bottom:15px;}}
.box_Beneficios:hover {
	background: #333; color: #00afef; 
	}
.box_Beneficios.active	{
	border-radius:10px; 
	background: #333; color: #00afef; 
	}	
/*Icone Abrir e Frechar*/
.box_Beneficios:after { width:50px; height:50px; position:absolute; right:0; top:0; content: url(../imagens/servicos/Mais_box_Serv.png);}
.box_Beneficios.active:after { content: url(../imagens/servicos/Mais_box_Serv2.png);}
/*conteudo_comoF*/
div.conteudo_bene {
	max-width:100%;
	max-height:auto;
	padding-top:10px; padding-bottom:10px;
	padding-left:5px; padding-right:5px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_bene.show {opacity:1; max-height:100%; display:block; margin-top:0; background: #FFF; border-radius:10px;}	
.TXTbox_Beneficios{ 
font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; color: #000; text-align:left;
line-height:1.3;
}
/*Final Box Serviços*/		
.BTBenficios,
.BTBenficios:visited,
.BTBenficios:active{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	line-height:1;
	float:left;
	cursor:pointer;
	transition:0.3s ease-in-out;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #FFF;
	background:#00dc00 url(../imagens/menu/efeito_verde_bt.png) no-repeat center center; background-size: 100% 50px;
	position:relative;
	user-select: none;	
	margin-top:25px;
	margin-bottom:25px;
	text-decoration:none;
	display: flex;
	align-items: center;
	}
.BTBenficios:hover{
	background:#333;
	}
@media(max-width:800px){
	.BkEsq_Beneficios{	
	width:100%;
	margin-right:0;
	}
.BkDir_Beneficios{
	width:100%;
	}
.Title_beneficios, .TXT_beneficios{
	text-align:center;
	}	
.AlinhaBT_Beneficios{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}		
	}	
	
/*QUEM SOMOS*/
.BkEmpresa{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background:#0282b1;
	position:relative; z-index:2;
	}	
.BkDest_Empresa{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;
	}
.Title_Empresa{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#61dfff; text-align: left;
	line-height:1.1;
	float:left;
	margin-bottom:15px;
	}	
.TXT_Empresa{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #FFF; text-align: left;
	line-height:1.2;
	float:left;
	margin-bottom:25px;
	}	
.TXT_EmpresaIMG{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #FFF; text-align: left;
	line-height:1.2;
	float:left;
	margin-bottom:25px;
	}	
.BkDest_EmpresaX{
	width:100%;
	height:auto;
	float:left;
	}	
.BkEsq_Empresa{
	width:calc(50% - 25px);
	margin-right:25px;
	height:auto;
	float:left;
	}
.BkDir_Empresa{
	width:calc(50% - 25px);
	margin-left:25px;
	height:auto;
	float:left;
	}	
@media(max-width:800px){
	.Title_Empresa, .TXT_Empresa, .TXT_EmpresaIMG{
		text-align:center;
	}	
	}	
@media(max-width:700px){
.BkEsq_Empresa{
	width:100%;
	margin-right:0;
	margin-bottom:50px;
	}
.BkDir_Empresa{
	width:100%;
	margin-left:0;
	}	
	}		
	
/*QUEM SOMOS DOIS*/
.BkEmpresaDois{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background: #000 url(../imagens/fundos/Bk_degradeAzul.png) bottom center no-repeat;
	position:relative; z-index:2;
	}	
.BkDest_EmpresaDois{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;
	}
.TitleDois_Empresa{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#61dfff; text-align: left;
	line-height:1.1;
	float:left;
	margin-bottom:15px;
	}
.TXTDois_Empresa{
	width:50%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #FFF; text-align: left;
	line-height:1.2;
	float:left;
	}		
.BkProfissional_EmpresaDois{
	width:100%;
	height:auto;
	margin-bottom:25px;
	margin-top:25px;
	display: flex;
    flex-wrap: nowrap; 
	}	
.ProfissionalIMG{
	width:450px;
	height:auto;
	margin-right:50px;
	}	
.TXTPro_EmpresaDois{
	flex: 1;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #FFF; text-align: left;
	line-height:1.2;
	float:left;
	}	
.BTDois_Empresa,
.BTDois_Empresa:active,
.BTDois_Empresa:visited{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	line-height:1;
	float:left;
	cursor:pointer;
	transition:0.3s ease-in-out;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #FFF;
	background:#00dc00 url(../imagens/menu/efeito_verde_bt.png) no-repeat center center; background-size: 100% 50px;
	position:relative;
	user-select: none;	
	margin-top:25px;
	margin-bottom:25px;
	text-decoration:none;
	display: flex;
	align-items: center;
	}
.BTDois_Empresa:hover{
	background:#333;
	}
@media(max-width:1000px){
	.ProfissionalIMG{
	width:50%;
	height:auto;
	margin-right:50px;
	}
	}	
@media(max-width:800px){
	.TitleDois_Empresa{
		text-align:center;
	}
.TXTDois_Empresa{
	width:100%;
	text-align:center;
	}	
.BkProfissional_EmpresaDois{
	display: flex;
   flex-wrap: wrap;
	}		
.ProfissionalIMG{
	width:100%;
	height:auto;
	margin-right:0;
	margin-bottom:50px;
	}	
.TXTPro_EmpresaDois{
	width:100%;
	flex: none;
	text-align:center;
	}	
.AlinhaBT_Empresa{
		width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
	}				

/*EVENTOS*/
.BkEventos{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background:#f1f1f2;
	position:relative; z-index:2;
	}
.BkDest_Eventos{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;
	}	
.Title_Eventos{
	width:100%;
	margin-right:50px;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#00afef; text-align: center;
	line-height:1.1;
	float:left;
	}
.TXT_Eventos{
	width:100%;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size: 16px; font-weight:400; color: #000; text-align: center;
	line-height:1.2;
	float:left;
	}		
.BkGaleria_Geral{
	width:100%;
	height:auto;
	float:left;
	}	
			
/*QUAD EVENTOS BLOG*/	
.QuadNOTICIAvX .TitleNOTICIAv{font-size:30px;}	
.QuadNOTICIAvX{
	width:48.9%;
	height:auto;
	float:left;
	background:#000;
	margin:0.5%;
	cursor:pointer;
	position:relative;
	overflow: hidden;
	transition:0.2s ease-in-out;
	border-radius:10px;
	}
.QuadNOTICIAv{
	width:24%;
	height:auto;
	float:left;
	background:#000;
	margin:0.5%;
	cursor:pointer;
	position:relative;
	overflow: hidden;
	transition:0.2s ease-in-out;
	border-radius:10px;
	}	
    /* mais pra você */	
.Noticia_DestaqueP .QuadNOTICIAv {
    width: 49%;
}	
.ImagemNOTICIAv img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    z-index: 1;
}
/*hover*/
.QuadNOTICIAvX:hover .ImagemNOTICIAv img,
.QuadNOTICIAv:hover .ImagemNOTICIAv img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*final hover*/

.BksombraNOTICIAv {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    transition: background 1s ease-in-out, height 1s ease-in-out, top 1s ease-in-out;
    z-index: 4;
}
/* hover */
.QuadNOTICIAvX:hover .BksombraNOTICIAv,
.QuadNOTICIAv:hover .BksombraNOTICIAv {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    height: auto;
    top: 0;
}
/* final hover */

.TitleNOTICIAv{
	width:100%; padding:5%;
	height:auto;
	position:absolute;
	bottom:0; left:0; right:0;
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size:20px; font-weight:600; color:#FFF; text-align:center;
	z-index:5;
	}	
	.TagCategoria{
		padding:5px;
		border-radius:5px;
		background: #00afef;
		position:absolute;
		top:10px; left:10px;
		font-family:'Rubik', Arial, Helvetica, sans-serif; font-size:11px; font-weight:500; color: #FFF; text-align:center;
		z-index:5;
		}
/* hover */
.QuadNOTICIAvX:hover .TitleNOTICIAv,
.QuadNOTICIAv:hover .TitleNOTICIAv {
text-decoration: underline #92deff;
}
@media(max-width:1000px){.QuadNOTICIAv {width:49%;}}
@media(max-width:1000px){.QuadNOTICIAvX {width:99%;}}	
@media(max-width:1000px){.QuadNOTICIAvX .TitleNOTICIAv{font-size:20px;}	}	
@media(max-width:550px){.QuadNOTICIAv {width:99%;}}
@media(max-width:550px){.Noticia_DestaqueP .QuadNOTICIAv {width:99%;}}
/*FINAL DESTAQUE NOTICIAS*/	

/*BOX CONTEÚDO MAIS*/
.box_MaisBlov {
	width:100%; padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background: #f1f1f2; 
	border:0;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:600; color: #002a63; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
outline: none;
}
.box_MaisBlov:hover {
	background: #f1f5f8; color: #00afef; 
	}
.box_MaisBlov.active	{
	border-radius:10px; 
	background: #f1f5f8; color: #00afef; 
	}	
/*Icone Abrir e Frechar*/
.box_MaisBlov:after { width:50px; height:50px; position:absolute; left:125px; top:0; content: url(../imagens/portfolio/maisEv.png);}
.box_MaisBlov.active:after { content: url(../imagens/portfolio/maisEv2.png);}
/*conteudo_comoF*/
div.conteudo_MaisBlov {
	max-width:100%;
	max-height:auto;
	float:left;
	padding:1px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_MaisBlov.show {opacity:1; max-height:100%; display:block; margin-top:0; border-radius:0;}	
/*FINAL QUAD EVENTOS BLOG*/			

/*CONTATO*/
.BkContato{
	width:100%;
	height:auto;
	padding-top:65px;
	padding-bottom:65px;
	float:left;
	background:#005270;
	position:relative; z-index:2;
	}
.Largura_Cont_Atendimento{
	max-width:1280px; margin:auto;
	}	
@media(max-width:1280px){
.Largura_Cont_Atendimento{max-width:90%;}	
}			
/*Box Conteúdo*/
.boxAtendimento {
	width:100%; height:50px; 
	padding-right:15%; padding-left:50px;
	margin-bottom:3px;
	float:left; 
	background: #0282b1; 
	border:1px solid #0282b1;
	border-radius:10px;
	position:relative; 
	cursor:pointer;
	font-family: 'Rubik',Arial, sans-serif; font-size:14px; font-weight:600; color:#FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){
	.boxAtendimento{ height: auto; padding-top:15px; padding-bottom:15px;}
	}
.boxAtendimento:hover {
	background: #004963; color:#61dfff; 
	}
.boxAtendimento.active	{
	border-radius:10px; 
	background: #004963; color:#61dfff; 
	}	
/*Icone Abrir e Frechar*/
.boxAtendimento:after { width:50px; height:50px; position:absolute; right:0; top:0; content: url(../imagens/atendimento/Mais_box_atend.png);}
.boxAtendimento.active:after { content: url(../imagens/atendimento/Mais_box_atend2.png);}
/*conteudo_atend*/
div.conteudo_atend {
	max-width:100%;
	max-height:auto;
	padding-top:10px; padding-bottom:10px;
	padding-left:10px; padding-right:10px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:10px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_atend.show {opacity:1; max-height:100%; display:block; margin-top:0; background:#FFF; border-radius:10px;}	
/*Final Box Conteúdo*/	

.Title_CUm_Atendi{
width:100%; height:auto;	
font-family: 'Rubik',Arial, sans-serif; 
 font-size: 24px; 
 font-weight:600; 
 color:#61dfff;
  text-align: center;
  margin-bottom:5px;
	}
	
.Title_C_Atendi{
width:100%; height:auto;	
font-family: 'Rubik',Arial, sans-serif; 
 font-size: 24px; 
 font-weight:600; 
 color:#61dfff;
  text-align:left;
	}

.TXTboxUmAtendimento{
	width:100%; height:auto;	
	font-family: 'Rubik',Arial, sans-serif; 
	font-size:16px; 
	font-weight:400; 
	color: #FFF; 
	text-align: center;
	line-height:20px;
	margin-bottom:25px;
	}	
.TXTboxDoisAtendimento{
	width:100%; height:auto;	
	font-family: 'Rubik',Arial, sans-serif; 
	font-size:16px; 
	font-weight:400; 
	color: #FFF; 
	text-align:left;
	line-height:20px;
	}	
	
.TXTboxAtendimento{ /*esta dentro das box*/
	width:100%; height:auto;	
	font-family: 'Rubik',Arial, sans-serif; 
	font-size:16px; 
	font-weight:400; 
	color: #333; 
	text-align:left;
	line-height:20px;
	}
@media(max-width:750px){
	.Title_C_Atendi{ text-align: center;}
	.TXTboxAtendimento, .TXTboxDoisAtendimento{text-align: center;}
	}	
	
/* Conteúdo interno da box atendimento*/	
.Bk_Atendi_Dados {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row; /* Manter a direção de linha por padrão */
	}
.coluna1atendi {
	width: 350px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border:none;
	}
.coluna2atendi, .coluna3atendi {
	flex: 1;
	background-color: #FFF;
	border-left:1px solid #F1F1F2;
	padding: 2%; /* Adiciona padding de 10 pixels */
	}
@media (max-width: 1000px) {
.Bk_Atendi_Dados {
	flex-direction: column;
	}
.coluna1atendi {
	width: 100%;
	}
.coluna1atendi img {
	max-width: 100%;
	height: auto;
	}
 .coluna2atendi, .coluna3atendi {
	width: 96%;
	display: flex;
	flex-direction: column;
	align-items: center; /* Alinhamento vertical ao centro */
	border-left:0;
	padding: 2%; /* Adiciona padding de 10 pixels */
	}
.coluna2atendi > *, .coluna3atendi > * {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
	padding: 2%; /* Adiciona padding de 10 pixels */
	}}	
@media (max-width: 750px) {
 .coluna2atendi, .coluna3atendi {
	 width: 100%;
	 display:flex; flex-wrap: wrap; align-items: center; justify-content:center;
	 padding: 0; /* Adiciona padding de 10 pixels */
	 }
.coluna2atendi > *, .coluna3atendi > * {
	display:flex; flex-wrap: wrap; align-items: center; justify-content:center;
	padding: 0; /* Adiciona padding de 10 pixels */
	}	 
}	

/* Perguntas Frequentes*/	
.Campo_PerguntasFRE {
    margin: 0;
    padding: 0;
    display: flex;
	float:left;
}
.Imagem_Pergutas {
    width: 350px;
	border-radius:10px;
			display: flex;
			justify-content: center;
			align-items: flex-start;;
}
.Imagem_Pergutas img {
    max-width: 100%;
    height: auto;
}
.Context_Perguntas {
    flex: 1;
	padding-left:25px;
}
@media (max-width: 1000px) {
    .Campo_PerguntasFRE {
		flex-direction: column;
		}
    .Imagem_Pergutas {
        width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center; 
    }
    .Context_Perguntas {
        width: 100%;
		padding-left:0;
		padding-top:25px;
    }
}

.Link_Atendi_box,
.Link_Atendi_box:visited,
.Link_Atendi_box:active
{
	color: #FFF;
	font-size:16px; font-weight:400;
	text-decoration:underline;
	text-decoration-color:  #61dfff;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 0.1em;
	transition: 0.2s ease-in-out; 
	}
.Link_Atendi_box:hover
{
padding:5px;
border-radius:5px;
background:#61dfff;
color:#FFF;
}	

.BT_Atend_box,
.BT_Atend_box:visited,
.BT_Atend_box:active{
	width:auto; height:50px; 
	padding-left:50px; padding-right:25px; 
	border-radius:10px; 
	border:none;  
	background:#00dc00 url(../imagens/atendimento/efeito_verde_bt.png)center center no-repeat; background-size: 100% 50px; 
	position:relative; cursor:pointer;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:600; color:#FFF; text-align:left;
	user-select: none;
	transition:0.2s ease-in-out;
	margin-top: 5px; margin-bottom:20px;}
.BT_Atend_box:hover{ 
background: #333;
}

.Qr_Atendimento{ content: url(../imagens/atendimento/Qr_Atendimento.png); width:150px; height:150px; margin-top: 5px; margin-bottom:20px; border:none;}
.Qr_email{ content: url(../imagens/atendimento/QR_email.png); width:150px; height:150px; margin-top: 5px; margin-bottom:20px; border:none;}

/*FORMULARIO WHATSAPP 2*/
.FormAtendimento .select-fAt {
  width: 100%;
  max-width: 100%; /* Ajuste largura do formulario */
  border-radius: 10px;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background: #FFF;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
}
.FormAtendimento .input-fAt {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; /* Ajuste largura do formulario */
  border-radius: 10px;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background: #FFF;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
}

.FormAtendimento .textarea-fAt {
  width: 100%;
  max-width: 100%; /* Ajuste largura do formulario */
  border-radius: 10px;
  height: 90px;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background: #FFF;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  resize: none;
  padding: 10px; /* Adicione uma pequena margem ao redor do texto */
  box-sizing: border-box; /* Certifique-se de incluir padding na largura total */
}	
/*ação cor*/	
.email_form:valid {background:#00dc00; color:#FFF;}
.email_form:invalid {color: #F00;}	
/* Cor dos campos de texto */	
::-webkit-input-placeholder {color: #666;}
:-ms-input-placeholder { color:#666; }
:-moz-placeholder { color:#666;}  /* Firefox 18- */
::-moz-placeholder {color:#666; }  /* Firefox 19+ */	

.btestiloAtendimento{ 
	width:100%; height:50px; 
	max-width:100%;
	padding-left:50px;
	border:0; 
	border-radius:10px; 
	background:#00dc00 url(../imagens/atendimento/efeito_verde_bt.png) center center no-repeat; background-size: 100% 50px; 
	cursor:pointer; 
	transition:ease-in-out 0.2s;
	font-family: 'Rubik',Arial, sans-serif;font-size:16px;font-weight:500;color: #FFF; text-align: left;
	position:relative;
	}
.btestiloAtendimento:hover{ 
background: #333;
}

 .Form_atenimento{width: 100%; height: 600px; float:left;}
 
	
