﻿@charset "utf-8";
.LarguraP{
	max-width:1500px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	}
@media(max-width:1500px){
.LarguraP{
	max-width:90%;
	}
	}

/*INICIO*/
.fundo_inicio{
	background: #000 url(../imagens/inicio/fundo-inicio.png) no-repeat right 20px top; 
	background-size: contain;
	padding-top:0;
	padding-bottom:0;
	}
.Left_inicio{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}
.Rigth_inicio{
	width:50%;
	float:left;
	padding-top:10%;
	display:flex;
	align-items: flex-end;
	}	
.conteinerUm_inicio{
	width:90%;
	padding-top:10%;
	padding-bottom:10%;
	}	
.txtBannerDest{
	color:#FFF;
	font-size:50px;
	margin-top:40px;
	}
.txtBannerDescriacao{
	color:#00D880;
	font-size:18px;
	margin-top:25px;
	margin-bottom:25px; 
	}	
@media(max-width:1100px){
	.txtBannerDest{
	color:#FFF;
	font-size:30px;
	margin-top:40px;
	}
	}		
@media(max-width:800px){
	.Left_inicio{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	}
.Rigth_inicio{
	width:100%;
	float:left;
	padding-top:10%;
	display:flex;
	align-items: flex-end;
	}	
.fundo_inicio{
	background: #000 url(../imagens/inicio/fundo-inicio.png) no-repeat right bottom -100px; 
	background-size: contain;
	padding-top:0;
	padding-bottom:0;
	}
	}		

/*SERVIÇOS*/
.LeftServico{
	width:50%;
	float:left;
	padding-right:50px;
	}
.RigthServico{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}	
.txtTituloServico{
	font-size:30px;
	margin-bottom:50px;
	}	
.conteiner_servicos{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
	}	
.Caixa_Serv{
	width:calc(50% - 20px);
	background:#FFF;
	box-shadow: 0 10px 40px rgba(230, 230, 230, 0.7);
	padding:20px;
	border-radius:10px;
	display:flex;
	justify-content: center;
	flex-direction: column;
	}	
.txtSubTituloServ{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#00D880;
	}	
.txtBaixeAppServ{
	margin-top:20px;
	margin-bottom:10px;
	}	
.Conteiner_Bt_App{
	display:flex;
	gap:10px;
	}	
.BT_PaginaAPP{
	width:auto;
	height:60px;
	padding-right:20px;
	padding-left:45px;
	background:  linear-gradient(to right, #00D880, #08D4A3);
	border-radius:5px;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	justify-content: start;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:17px; font-weight:500; color: #FFF; text-align: left;
	text-decoration:none;
	position:relative;
	}
.BT_PaginaAPP strong{
	font-size:13px;
	margin-top:13px;
	}	
.BT_PaginaAPP:hover{
	background: linear-gradient(to right, #08D4A3,#00D880);
	box-shadow: 0 0px 35px rgba(0, 216, 128, 0.8);
	color: #000;
	}		
.BT_PaginaAPP.googlePlay::before{/*icone*/	
	content:''; width:60px; height:60px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/googlePlay.svg) no-repeat center left; 
	}	
.BT_PaginaAPP.AppStore::before{/*icone*/	
	content:''; width:60px; height:60px; position:absolute; left:0; top:0;
	background: url(../imagens/botoes/AppStory.svg) no-repeat center left; 
	}	
@media(max-width:960px){
	.LeftServico{
	width:100%;
	padding-right:0;
	}
.RigthServico{
	width:100%;
	margin-top:50px;
	}	
.Caixa_Serv{
	width:calc(50% - 10px);
	}			
	}	
@media(max-width:500px){
.Caixa_Serv{
	width:100%;
	}			
	}				

/*MEDDCASH*/
.LeftMedCash{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}
.RigthMedCash{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}	
.containerUM_MedCash{
	width:90%;
	padding-top:10%;
	padding-bottom:10%;
	}	
.txtTituloCash{
	width:100%;
	font-size:30px;
	margin-bottom:25px;
	margin-top:25px;
	}	
.txtTestoCash{
	margin-bottom:25px;
	}	
.BT_PaginaCash{
	width:auto;
	height:50px;
	padding-right:20px;
	padding-left:20px;
	border:2px solid #FFF;
	border-radius:5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align: left;
	text-decoration:none;
	position:relative;
	}
.BT_PaginaCash:hover{
	background: #FFF;
	box-shadow: 0 0px 35px rgba(0, 216, 128, 0.8);
	color:#00D880; 
	}	
@media(max-width:800px){
	.LeftMedCash{
	width:100%;
	}
.RigthMedCash{
	width:100%;
	}
.containerUM_MedCash{
	width:100%;
	}	
	}		

/*PRODUTOS FUNÇÕES*/
.LeftProdutos{
	width:50%;
	padding-bottom:60px;
	float:left;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	}
.RigthProdutos{
	width:50%;
	float:left;
	display:flex;
	align-items: flex-end;
	}
.txtTituloProdutos{
	width:100%;
	font-size:30px;
	margin-bottom:50px;
	}	
.container_FuncaoPro{
	display:flex;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom:50px;
	}	
.caixaTipos{
	width:100%;
	display:flex;
	}	
.Ico_funcaoPro{
	width:50px;
	height:50px;
	display:flex;
	justify-content: center;
	align-items: flex-end;
	}	
.Campo_Testo{
	flex:1;
	}
.txtSubTituloFunc{
	font-size:20px;
	margin-top:5px;
	color:#00D880;
	}
@media(max-width:800px){
	.LeftProdutos{
	width:100%;
	margin-bottom:50px;
	}
.RigthProdutos{
	width:100%;
	}
	}				

/*EMPRESA*/
.LeftEmpresa{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}
.RigthEmpresa{
	width:50%;
	float:left;
	display:flex;
	align-items: center;
	}
.RigthEmpresa img{
	border-radius:10px;
	}	
.container_Banco{
	width:90%;
	display:flex;
	flex-wrap: wrap;
	}	
.txtTituloEmpresa{
	font-size:30px;
	margin-bottom:30px;
	}	
.txtSubTituloEmpresa{
	width:100%;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	color:#00D880; 
	}	
@media(max-width:800px){
	.LeftEmpresa{
	width:100%;
	margin-bottom:50px;
	}
	.RigthEmpresa{
	width:100%;
	}
	}		

/*CONTATO*/	
.QuadContato_central{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:50px;
	}
.QuadContato_perguntas{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	}
.txtContatoTitulos{
	width:100%;
	color:#FFF;
	font-size:30px;
	margin-bottom:20px;
	}
.txtContatoTesto{
	width:100%;
	color:#FFF;
	margin-bottom:30px;
	}		
.bkimagem{
	width:350px;
	height:auto;
	flex: 1;
	border-radius:5px;
	}
img.atendimento{
	border-radius:5px;;
	}	
@media screen and (max-width: 720px) {
    img.atendimento {
        content: url(../imagens/atendimento/atendimento_imagem2.png);
    }
}
	
.bkperguntas{
	width:calc(100% - 350px);
	padding-left:25px;
	height:auto; 
	}
@media(max-width:900px){
	.QuadContato_perguntas{
	display: block;
	}
	.bkimagem{
	width:100%;
	padding-bottom:25px;
	}
	.bkperguntas{
	width:100%;
	padding-left:0;
	}
	.Title_Contato{
	font-size: 35px;
	}
	.TXT_Contato{
 	font-size: 16px;
	}
	.Title_PerguntasFAQ{
	font-size: 35px; text-align:center;
	}
	.TXT_PerguntasFAQ{
	font-size: 16px; text-align:center;
	}	
	}		
/*box Contato*/	
.boxAtendimento {
	width:100%; 
	padding-right:15%; 
 	height:50px; 
	float:left; 
	padding-left:50px;
	margin-bottom:3px;
	background:#1A1A1A; 
	border:1px solid #333333;
	border-radius:5px;
	position:relative; z-index:1;
	cursor:pointer;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; color: #FFF; text-align:left;
	 line-height:1.2;
	user-select: none;
	transition:0.2s ease-in-out;
	outline: none;
}
@media(max-width:500px){.boxAtendimento{ height: auto; padding-top:15px; padding-bottom:15px; line-height:1.2;}}
.boxAtendimento:hover {
	background: #FFF; color: #000;
	}
.boxAtendimento.active	{
	background: #FFF; color: #000; 
	}	
/*Icone Abrir e Frechar*/
.boxAtendimento::after { 
	width:50px; 
	height:50px; 
	position:absolute; 
	right:0; top:0; 
	content: url(../imagens/atendimento/ver-mais1.svg);
	}
.boxAtendimento.active::after { 
	content: url(../imagens/atendimento/ver-mais2.svg);
	}
/*conteudo*/
div.conteudo_Bxcontato {
	width:100%;
	max-width:100%;
	padding-top:20px; padding-bottom:20px;
	padding-left:20px; padding-right:20px;
	margin-bottom:5px;
	margin-top:0;
	border:0;
	border-radius:5px;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo_Bxcontato.show {
	opacity:1; 
	max-height:100%; 
	display:block; 
	margin-top:0; 
	background: #FFF; 
	border-radius:5px;
	}	
.TXTbox_contato{ 
	font-family:'Rubik',Tahoma, Geneva, sans-serif; font-size: 16px; font-weight:400; color: #333; text-align: left;
	line-height:1.2;
	padding-bottom:10px;
	padding-top:10px;
}
.boxAtendimento.whatsapp::before{/*icone1*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_whatsapp.svg) no-repeat center left;
	}
.boxAtendimento.telefone::before{/*icone2*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_telefone.svg) no-repeat center left;
	}
.boxAtendimento.emails::before{/*icone3*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_email.svg) no-repeat center left;
	}
.boxAtendimento.horario::before{/*icone4*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_horario.svg) no-repeat center left;
	}
.boxAtendimento.localidade::before{/*icone5*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_local.svg) no-repeat center left;
	}
.boxAtendimento.perguntas::before{/*icone6*/	
	content:''; width:50px; height:50px; position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/atend_perguntas.svg) no-repeat center left;
	}									
/*final box Contato*/	
.container-atendi {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.coluna1atendi {
    width: 350px;
    height: auto;
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coluna2atendi, .coluna3atendi {
    width: calc(50% - 175px); 
    height: auto;
    float: left;
    background-color: #FFF;
    border-left: 1px solid #F1F1F2;
    padding: 2%;
}
@media (max-width: 1000px) {
    .container-atendi {
	flex-direction: column;
    }
    .coluna1atendi,
    .coluna2atendi,
    .coluna3atendi {
	width: 100%;
	border-left: 0;
    }
}
.BTcontatoPP{
	width: auto;
	height:50px;
	padding-left:50px;
	padding-right:20px;
	border-radius:5px;
	border:0;
	background:  linear-gradient(to right, #00D880, #08D4A3);
	cursor:pointer;
	transition:0.2s ease-in-out;
	font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align:left;
	text-decoration:none;
	position:relative;
    display: inline-flex; /* Use inline-flex para evitar 100% */
    align-items: center; 
	}
.BTcontatoPP:hover{
	background: linear-gradient(to right, #08D4A3,#00D880);
	box-shadow: 0 0px 35px rgba(0, 216, 128, 0.8);
	color: #000;
	}
.BTcontatoPP.whatsapp::after{/*icone 1*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background:url(../imagens/atendimento/bt-v-whatsapp.svg);
	}
.BTcontatoPP.ligar::after{/*icone 2*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-celular.svg);
	}	
.BTcontatoPP.email::after{/*icone 3*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-email.svg);
	}	
.BTcontatoPP.baixar::after{/*icone 4*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-baixar.svg);
	}	
.BTcontatoPP.local::after{/*icone 5*/
	content:''; width:50px; height:50px;
	position:absolute; left:0; top:0;
	background: url(../imagens/atendimento/bt-v-localidade.svg);
	}				
/*Formulário WhatsApp 2*/
.FormAtendimento .select-fAt {
	width: 100%;
	max-width: 100%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
/* Para as opções desabilitadas no select */
.select-fAt option[disabled] {
    color: #333; /* Cor para as opções desabilitadas */
}
.select-label {/* esconde o texto do label do formulario */
	position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0; overflow: hidden;  border: 0;
}
.FormAtendimento .input-fAt {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	border: 1px solid #CCC;
	border-radius:5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	padding-left: 10px; /* Ajuste o valor conforme necessário */
	margin-bottom:5px;
}
.FormAtendimento .textarea-fAt {
	width: 100%;
	max-width: 100%; /* Ajuste largura do formulario */
	border-radius: 5px;
	height: 90px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	background: #FFF;
	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 validação email*/	
.email_form:valid {background: #00dc00; color: #FFF; }
.email_form:invalid {background: #FFF; color: #F00;
}
/* Cor dos campos de texto */
.FormDestaque ::placeholder {color: #333;
}
/* Garante que seja visível a cor do texto em todos os navegadores*/
::placeholder {
    color: #333; 
    opacity: 1; 
}
.BTWhastContato {
    width: auto;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 5px;
	border:0;
    background:  linear-gradient(to right, #00D880, #08D4A3);
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: 'Rubik', Arial, Helvetica, sans-serif; font-size: 16px;font-weight: 500;color: #FFF; text-align: left;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.BTWhastContato:hover {
	background: linear-gradient(to right, #08D4A3,#00D880);
	box-shadow: 0 0px 35px rgba(0, 216, 128, 0.8);
	color: #000;
}
.BTWhastContato.whatsapp::after {/*icone 1*/
    content: ''; width: 50px; height: 50px;
    position: absolute;left: 0; top: 0;
    background: url(../imagens/atendimento/bt-v-whatsapp.svg) no-repeat center center;
}

.Form_atenimento {
    width: 100%;
    height: 530px;
    float: left;
    border: none; 
    overflow: hidden; 
}	
/*FINAL CONTATO*/			

/*RODAPE*/
.container_rodape{
	width:100%;
	gap: 20px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	}
	