@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');


/*Botao Perguntas*/		
button.perguntasfree {
width:100%;
padding:0px 0px 0px 10px;
height:auto; 
cursor:pointer;
margin-bottom:5px;
border:0;
background-color: #000; /*cor transparente*/	
outline: none;
transition:0.4s;
position:relative;
}
button.perguntasfree:hover {
	background-color: #333;
	}
button.perguntasfree.active	{
	border-radius:0px 0px 0px 0px;
	}
/*Texto do Botão*/	
.TitlePretoPegutas{
	width:90%; height:auto;
	padding-top:16px; padding-bottom:15px;
	font-family:'Roboto',Arial, Helvetica, sans-serif; 
	font-size:17px;
	font-weight:400; 
	color: #FFF;
	text-align:left;
	line-height:18x;
	margin:0; 
	}		
button.perguntasfree:hover .TitlePretoPegutas, button.perguntasfree.active .TitlePretoPegutas{color: #FFF;}		
/*Icone Abrir e Frechar*/
button.perguntasfree:after { position:absolute; right:15px; top:19px; content: url(../imagens/iconex/btabrir.png);}
button.perguntasfree.active:after {content: url(../imagens/iconex/btfechar.png);}
.iconebut{width:60px; height:auto; float:left;}
/*Icone Abrir e Frechar*/
/* Botao Perguntas: Painel conteúdo Bk branco*/
div.conteudo {
	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;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
div.conteudo.show {opacity:1; max-height:100%; display:block; margin-top:0; background:#FFF;}

/*TEXTO REPOSTA*/
.TXTPretoPergutas{
font-family:'Roboto',Arial, Helvetica, sans-serif; 
font-size:16px;
font-weight:400;
color: #000;
text-align: left;
margin:0; padding:0;
}

/*BOTÃO*/
.BtINTPergunt, .BtINTPergunt:visited, .BtINTPergunt:active{
	width:200px;
	height:50px;
	margin-top:12px;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	background:#34af23 url(../imagens/iconex/btWhatsApp.svg) no-repeat left 15px center;
	border:0;
	cursor:pointer;
	transition: 0.2s ease-in-out;
	}	
.BtINTPergunt:hover{
background: #333 url(../imagens/iconex/btWhatsApp.svg) no-repeat left 15px center;
	}