/*
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: 06/01/2017
*/

@charset "utf-8";

.conteudo {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: strech;
	align-content: strech;
	padding: 2% 3% 0% 3%;
	flex-grow: 1;
}
.topico {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: strech;
	align-content: strech;
	flex-grow: 1;
	line-height: 1.5em;
	padding: 7% 4%;
	background-color: #fff;
	text-align: center;
	border-radius: 7px;
}
.more ul{
	list-style: circle;
	padding-left: 10%;
}
.conteudo p {
	text-align: left;
	margin: 1% 1% 0.5% 0%;
	font-size: 1.1em;
}
.btn, .btnl{
	cursor: pointer;
}
.more{
	display: none;
	text-align: justify;
	padding: 2% 1%;
	font-size: 1.2em;
	line-height: 1.3em;
}
.aempresa{
	display: block; 
}
.btnl{
	display:none;
}
.fa-angle-right{
	padding-left: 2px;
}
.fa-angle-up{
	padding-left: 2px;
}
.conteudo h2{
	font-size: 1.5em;
	font-weight: 700;
	color: #CD7373;
	text-align: left;
	padding: 3% 2%;
	background-color: #f5f5f5;
	margin-bottom: 1%;
	border-radius: 7px;
}
.conteudo h2 a{
	font-weight: 400;
}

/*================ MOBILE FIRST ================*/
/* SMALL DEVICES - SMARTPHONES */

@media screen and (min-width: 480px){
.more ul{
	padding-left: 8%;
}
}

/* SMALL DEVICES - TABLETS */

@media screen and (min-width: 768px){
.topico h2{
	font-size: 1.5em;
	margin-bottom: 1%;
}
.more{
	font-size: 1.3em;
	line-height: 1.4em;
}
.topico{
	padding: 0;
}
}

/* MEDIUM DEVICES - TABLETS & DESKTOPS */
@media screen and (min-width: 960px){ 
.more ul{
	padding-left: 4%;
}
}

/* LARGES DEVICES - WIDE SCREENS */
@media screen and (min-width: 1280px){
}

/* 
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: 06/01/2017
*/