@charset "utf-8";

/* BANNER DESTAQUE */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index:1;
}

/* INICIO */
.Inicio{
	width:100%;
	height:auto;
	float:left;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
	padding-bottom:80px;
	padding-top:80px;
	position:relative;
	z-index:2;
	}
.Lagura_Inicio{
	max-width:1280px;
	margin:auto;
	display: flex;
	align-items: stretch;
	}	
@media(max-width:1280px){
	.Lagura_Inicio{
	max-width:90%;
	}}
.Inicio_Esq{
	width:50%;
	height:800px;
	float:left;
	}
.Inicio_Dir{
	width:50%;
	padding-left:50px;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	}		
.Title_Inicio{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 65px; font-weight:700; color:#FFF; text-align:left;
	margin-top:100px; 
	margin-bottom:25px;
	}
.TXT_Inicio{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:400; color:#FFF; text-align:left;
	line-height:1.3;
	margin-bottom:30px;
	}
.BT_Destaq,
.BT_Destaq:visited,
.BT_Destaq:active{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #000;
	cursor:pointer;
	transition:0.3s ease-in-out;
	background:#dcc7b1;
	user-select: none;
	text-decoration:none;
	position:relative;
	display: flex;
	align-items: center;
	}	
.BT_Destaq:hover{
	background: #FFF;
	}			
@media(max-width:1000px){
	.Title_Inicio{
	 font-size: 40px;
	}
	}
@media(max-width:690px){
.Inicio_Esq{
	width:100%;
	margin-bottom:50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
	}
.Inicio_Dir{
	width:100%;
	padding-left:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
	}	
.Lagura_Inicio{
    flex-direction: column; 
    align-items: stretch; 
    justify-content: flex-start;
	}			
.Title_Inicio{
	text-align:center;
	 font-size: 40px;
	}	
.TXT_Inicio{
	font-size:18px; 
	text-align: center;
	}
.Inicio{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%);
	}		
	}	

/* INICIO DOIS */
.InicioDois{
	width:100%;
	height:auto;
	float:left;
	background: #000;
	padding-bottom:80px;
	padding-top:80px;
	position:relative;
	z-index:2;
	}
.Lagura_InicioDois{
	max-width:1280px;
	margin:auto;
	}	
#FormAtendimento{
	width:50px;
	height:50px;
	position:absolute;
	top:-50px;
	}	
@media(max-width:1280px){
	.Lagura_InicioDois{
	max-width:90%;
	}}	
.IniDois_Esq{
	width:50%;
	height:auto;
	float:left;
	background: #000;
	}
.Title_forme{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color:#FFF; text-align:left;
	}
.TXT_AgendVIsita{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:400; color:#dcc7b1; text-align:left;
	line-height:1.3;
	margin-top:15px;
	margin-bottom:15px;
	}	
.IniDois_Dir{
	width:50%;
	height:auto;
	float:left;
	background: #000;
	}
.IniDois_DirNOVO{
	width:100%;
	height:auto;
	float:left;
	background: #000;
	}	
.AlinhaBTEstile{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:30px;
	}	
.Title_Video30{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color:#FFF; text-align: center;
	}
.TXT_Video30{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:400; color:#dcc7b1; text-align: center;
	line-height:1.3;
	margin-top:15px;
	margin-bottom:15px;
	}	
/* VIDEO*/
.Bk_Video_top { width:100%; height:auto; float:left;}
.quadro_video {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}					
/* FORMULÁRIO */
select {
  width: 100%;
  max-width: 80%;
  height: 50px;
  border: 0;
  border-bottom:1px solid #666;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #000;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
  margin-bottom:2px;
}
input {
  box-sizing: border-box;
  width: 100%;
  max-width: 80%;
  height: 50px;
  border: 0;
  border-bottom:1px solid #666;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #000;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 10px; /* Ajuste o valor conforme necessário */
  margin-bottom:2px;
}
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:auto; 
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border:0; border-radius:10px; 
	background:#dcc7b1;
	cursor:pointer; 
	transition:ease-in-out 0.2s;
	font-family: 'Rubik',Arial, sans-serif;font-size:16px;font-weight:500;color: #000; text-align: left;
	position:relative;
	margin-top:20px;
	}
.btestilo:hover{ 
background: #FFF; 
}

@media(max-width:1000px){
.Title_Video30{
	font-size: 25px;
	}
	}	
@media(max-width:800px){
.IniDois_Esq{
	width:100%;
	}
.Title_forme, .TXT_AgendVIsita{
	text-align: center;
	}	
input, select{
  max-width: 100%;	
	}
.IniDois_Dir{
	width:100%;
	padding-top:80px;
	}	
.AlinhaBTForm{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.InicioDois{
	padding-top:0;
	}			
	}	

/* PROJETOS */
.Projetos{
	width:100%;
	height:auto;
	float:left;
	background: #FFF;
	padding-bottom:50px;
	padding-top:50px;
	position:relative;
	}
.Lagura_Projetos{
	max-width:1280px;
	margin:auto;
	}	
@media(max-width:1280px){
	.Lagura_Projetos{
	max-width:90%;
	}}		
.Esq_Projeto{
	width:50%;
	height:auto;
	float:left;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Title_Projetos{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color: #000; text-align: center;
	width:100%;
	margin-bottom:50px;
	}	
.Quad_Projeto{
	width:33.33%;
	text-align:center;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
.ProTipo{
	width:100%;
	padding:10px;
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 18px; font-weight:400; color: #000; text-align: center;
	}	
.BT_Projeto,
.BT_Projeto:visited,
.BT_Projeto:active{
	width:auto;
	height:50px;
	margin-top:25px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #FFF;
	cursor:pointer;
	transition:0.3s ease-in-out;
	background: #000;
	user-select: none;
	text-decoration:none;
	position:relative;
	display: flex;
	align-items: center;
	}	
.BT_Projeto:hover{
	background: #dcc7b1;
	}		
.Dir_Projeto{
	width:50%;
	padding-left:30px;
	height:auto;
	float:left;
	cursor:pointer;
	}	
.imagem-projeto {
    width: 100%; /* Ajuste conforme necessário */
	transition:0.2s ease-in-out;
    position: relative;
}
.imagem-projeto:hover {
    content: url(../imagens/projetos/projeto-inspite2.png); /* Altera a imagem no hover */
    opacity: 1; /* Assegura que a imagem tenha a opacidade correta */
}	
@media(max-width:800px){
.Esq_Projeto{
	width:100%;
	margin-bottom:50px;
	}
.Dir_Projeto{
	width:100%;
	padding-left:0;
	}		
	}	

/* CTA MKT */
.cta_mkt{
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:70px;
	float:left;
	background:#dcc7b1 url(../imagens/cta/bk_casttini.png) top right -25% no-repeat;
	}
.Lagura_cta{
	max-width:1280px;
	margin:auto;
	}	
@media(max-width:1280px){
	.Lagura_cta{
	max-width:90%;
	}}	
@media(max-width:1550px){.cta_mkt{background:#dcc7b1 url(../imagens/cta/bk_casttini.png) top right -300px no-repeat;}}		
@media(max-width:1320px){.cta_mkt{background:#dcc7b1 url(../imagens/cta/bk_casttini.png) top right -450px no-repeat;}}		
@media(max-width:900px){.cta_mkt{background:#dcc7b1 url();}}		
.Esq_cta{
	width:50%;
	}		
.Title_cta{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 30px; font-weight:700; color: #000; text-align:left;
	margin-bottom:25px;
	}
.TXT_cta{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:400; color: #000; text-align:left;
	line-height:1.3;
	}	
.BT_cta,
.BT_cta:visited,
.BT_cta:active{
	width:auto;
	height:50px;
	margin-top:25px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #FFF;
	cursor:pointer;
	transition:0.3s ease-in-out;
	background: #000;
	user-select: none;
	text-decoration:none;
	position:relative;
	display: flex;
	align-items: center;
	}	
.BT_cta:hover{
	background: #666;
	}
@media(max-width:900px){
.Esq_cta{
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.Title_cta, .TXT_cta{
	text-align:center;
	}		
	}		

/* BENEFICIO */
.Beneficio{
	width:100%;
	height:auto;
	float:left;
	background: #c6c7c9;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
	}
.Lagura_Beneficio{
	max-width:1280px;
	margin:auto;
	}	
@media(max-width:1280px){
	.Lagura_Beneficio{
	max-width:90%;
	}}	
.Title_Beneficios{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color: #000; text-align: center;
	margin-bottom:50px;
	}	
.Esq_Beneficio{
	width:50%;
	height:auto;
	float:left;
	}	
.TXT_Benefio{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:400; color: #000; text-align:left;
	line-height:1.3;
	}
.Beneficios_IMG{
	content:url(../imagens/beneficios/beneficio-casttini-alphaville.png);
	float:left;
	margin-top:50px;
	margin-bottom:50px;
	}				
@media(max-width:800px){
	.Beneficios_IMG{
	content: url(../imagens/beneficios/beneficio-casttini-alphaville-x.png);
	}		
	}
.BT_Beneficio,
.BT_Beneficio:visited,
.BT_Beneficio:active{
	width:auto;
	height:50px;
	padding-left:50px;
	padding-right:25px;
	border-radius:10px;
	float:left;
	font-family: 'Rubik',Arial, sans-serif; font-size:16px; font-weight:500; color: #FFF;
	cursor:pointer;
	transition:0.3s ease-in-out;
	background: #000;
	user-select: none;
	text-decoration:none;
	position:relative;
	display: flex;
	align-items: center;
	}	
.BT_Beneficio:hover{
	background: #dcc7b1;
	}	
.Dir_Beneficio{
	width:50%;
	height:auto;
	float:left;
	padding-left:80px;
	}	
/*Box Conteúdo*/	
.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:600; 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: #FFF; color: #000 
	}
.box_beneficios.active	{
	border-radius:10px; 
	background: #FFF; color: #000; 
	}	
/*Icone Abrir e Frechar*/
.box_beneficios:after { width:50px; height:50px; position:absolute; right:0; top:0; content: url(../imagens/beneficios/VerMais1.png);}
.box_beneficios.active:after { content: url(../imagens/beneficios/VerMais2.png);}
/*conteudo_comoF*/
div.conteudo_comoF {
	max-width:100%;
	max-height:auto;
	padding-top:20px; padding-bottom:20px;
	padding-left:20px; padding-right:20px;
	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_comoF.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 Conteúdo*/	
@media(max-width:800px){
.Esq_Beneficio{
	width:100%;
	}
.Dir_Beneficio{
	width:100%;
	padding-left:0;
	}
.TXT_Benefio{
	text-align:center;
	}	
.AlinhaBT_Benefio{
	width:100%;
	margin-bottom:50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}	
	}

/* DEPOIMENTO */
.Depoimento{
	width:100%;
	height:auto;
	float:left;
	background: #333;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
	}
.Lagura_Depoimento{
	max-width:1280px;
	margin:auto;
	}	
@media(max-width:1280px){
	.Lagura_Depoimento{
	max-width:90%;
	}}	
.Title_Depoimento{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color: #FFF; text-align: center;
	margin-bottom:25px;
	}
.TXT_Depoimento{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; color: #FFF; text-align: center;
	line-height:1.3; 
	}	
/*Carrossel produtos*/
.carousel-container {
    width: 100%;
	float:left;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}	
.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    margin-left: 0;
}
.trabalhos {
    flex: 0 0 calc(32% - 10px);
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
	background:#1a1a1a;
	border-radius:10px;
	position:relative;
	overflow: hidden;
}
@media(max-width:650px){
	.trabalhos {
    flex: 0 0 calc(100% - 10px);
}}
.trabalhos img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
	display:block;
}
.carousel-button {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.prev-button,
.next-button {
    width: 50px;
    height: 50px;
    color: #fff;
	background: #dcc7b1;
    border: 1px solid #dcc7b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin: 0 5px;
	user-select: none;
}
.prev-button:hover,
.next-button:hover {
    background: #FFF;
}
/*Final Carrossel produtos*/				

/* EMPRESA */
.Empresa{
	width:100%;
	height:auto;
	float:left;
	background: #FFF;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
	}
.Lagura_Empresa{
	max-width:1280px;
	margin:auto;
	}	
@media(max-width:1280px){
	.Lagura_Empresa{
	max-width:90%;
	}}		
.Title_Empresa{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 24px; font-weight:700; color: #000; text-align: center;
	margin-bottom:50px;
	}	
.Esq_Empresa{
	width:50%;
	height:auto;
	float:left;
	}
.Dir_empresa{
	width:50%;
	padding-left:50px;
	height:auto;
	float:left;
	}
.TXT_Empresa{
	font-family:'Rubik', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; color: #000; text-align:left;
	line-height:1.3; 
	}	
@media(max-width:800px){
	.Esq_Empresa{
	width:100%;
	margin-bottom:50px;
	}
.Dir_empresa{
	width:100%;
	padding-left:0;
	}
.TXT_Empresa{
text-align: center;
	}	
}			

/*CONTATO*/
.BkContato{
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	float:left;
	background: #333;
	position:relative; 
	}
.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: #000; 
	border:0;
	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: #FFF; color: #000; 
	}
.boxAtendimento.active	{
	border-radius:10px; 
	background: #FFF; color: #000; 
	}	
/*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:#dcc7b1;
  text-align: center;
  margin-bottom:25px;
	}
	
.Title_C_Atendi{
width:100%; height:auto;	
font-family: 'Rubik',Arial, sans-serif; 
 font-size: 24px; 
 font-weight:600; 
 color:#dcc7b1;
  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:50px;
	}	
.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:  #dcc7b1;
	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:#dcc7b1;
color: #000;
}	

.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: #000; 
	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: #dcc7b1; 
}

.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: #000; 
	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: #dcc7b1;
}

 .Form_atenimento{width: 100%; height: 630px; float:left;}

