/*
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;
	font-size: 1.1em;
}
.conteudo p {
	text-align: left;
	margin: 1% 1% 0.5% 0%;
	font-size: 1.1em;
}
.topico {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	line-height: 1.5em;
	padding: 7% 4%;
	background-color: #f5f5f5;
	text-align: justify;
	border-radius: 7px;
	margin: 0% 1% 3% 1%;
}
.topico h2{
	font-size: 1.5em;
	font-weight: 700;
	color: #CD7373;
	text-align: center;
	padding: 3% 2%;
	background-color: #f5f5f5;
	margin-bottom: 1%;
	border-radius: 7px;
}
.servicos ul{
	list-style: circle;
	padding-left: 10%;
}
.atividades{
	display: flex;
	flex-direction: column;
	margin-top: 3%;
}
.imagemsv{
	max-width: 95%;
	margin: 2%
}


/*================ MOBILE FIRST ================*/
/* SMALL DEVICES - SMARTPHONES */

@media screen and (min-width: 480px){
.servicos ul{
	padding-left: 8%;
}
}

/* SMALL DEVICES - TABLETS */

@media screen and (min-width: 768px){
.servicos ul{
	padding-left: 4%;
}
}

/* MEDIUM DEVICES - TABLETS & DESKTOPS */
@media screen and (min-width: 1000px){
.topico{
	padding: 2% 2%;
}
.topico h2{
	padding: 1% 2% 2% 2%;
}
.servicos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-grow: 1;
}
.captec{
	width:48%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.captec img{
	margin: 0% 0% 10% 0%;
}
.atividades{
	width:48%;
	align-items: center;
	margin-top: 0;
	flex-direction: column-reverse;
}
.imagemsv{
	max-width: 80%;
}
.atividades img{
	margin: 0% 0% 2% 0%;
}
}

/* 
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: 06/01/2017
*/