@charset "utf-8";


.caixa_servicos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	margin-bottom: 50px;
}
.botoes_acordeao{
	width: 100%;
	background-color: #FFF;
	display: block;
	height: 200px;
	cursor: pointer;
	margin-top: 20px;
}

.collapse {
	background-color: #E7947B;
	overflow: hidden;
		display: none
	

	
}
.collapse.in {

	display: block;
	background-color:#E7947B;
		overflow: hidden;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color:#E7947B;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: background-color, height
}


.descricao_servico_bloco1 ul{
	break-inside: avoid;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}


.descricao_servico_bloco1 ul li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 3px;
	margin-left: 20px;


}
.descricao_servico_bloco1 ul li ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.descricao_servico_bloco1 ul li ul li{
	list-style-type: circle;
	margin-left: 20px;
}

.descricao_servico_bloco1 p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.descricao_servico_bloco1 .categorias{
	padding: 10px;
	break-inside: avoid
}
.descricao_servico_bloco1 .categorias p:first-child{
	font-size: 1em;
	color: #E7947B;
	background-color: #FFF;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
