/***** E EMPRESA *****/
section#empresa {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	background-color: #e5e5e5;
	padding: 2em 0em;
	color: #515151;
}

section#empresa > #content-empresa {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

section#empresa > #content-empresa div:nth-child(1) {
	width: 55%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	text-align: justify;
}

section#empresa > #content-empresa div:nth-child(1) p {
	margin: 1em 0em;
	font-size: 1em;
	line-height: 170%;
}

table#txt-empresa {
    width: 50%;
	height: auto;
	position: relative;
	line-height: 170%;
}

table#txt-empresa th {
	text-align: left;
	font-weight: 500;
	padding-right: 0em;
    color: #525252;
}

table#txt-empresa td {
	text-align: left;
	margin-left: 2em;
}

section#empresa > #content-empresa > div:nth-child(2) {
	width: 35%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	text-align: center;
    padding-top: 1.5em;
}

section#empresa > #content-empresa > div:nth-child(2) img {
	max-width: 100%;
}


/******/

section#missao-visao {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;
	color: #515151;
    padding-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	line-height: 170%;
}

section#missao-visao h2 {
    margin: 0;
    padding: 1em 0em;
	font-weight: 400;
}

section#missao-visao p {
    margin: 0;
}

section#missao-visao > .txtmvv {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    text-align: justify;
    vertical-align: middle;
    margin: 2em 1em;
}

/***/

section#equipe-tec {
	width: 87%;
	height: auto;
	position: relative;
	margin: 0 auto;
	color: #515151;
	padding-bottom: 2em;
	line-height: 170%;
}

section#equipe-tec h2 {
    margin-top: 0;
    font-weight: 400;
}

/****/

section#dif-compet {
	width: 87%;
	height: auto;
	position: relative;
	margin: 0 auto;
	color: #515151;
	padding-bottom: 2em;
	line-height: 170%;
}

section#dif-compet h2 {
    margin-top: 0;
    font-weight: 400;	
}


/* RESPONSIVO */

@media all and (max-width:600px) {

	section#empresa > #content-empresa div:nth-child(1) {
		width: 100%;
		font-size: 3em;
	}
	
	section#empresa > #content-empresa > div:nth-child(2) {
		width: 100%;
	}
	
	section#missao-visao {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	section#missao-visao > .txtmvv {
		width: 90%;
		position: relative;
		margin: 0 auto;
		font-size: 3em;
	}
	
	section#missao-visao p {
		line-height: 140%;
	}
	
	section#equipe-tec {
		width: 80%;
		position: relative;
		margin: 0 auto;
		font-size: 3em;
		padding-bottom: 0;
	}
	
	section#equipe-tec h2 {
		margin: 1em 0em;
	}
	
	section#equipe-tec p {
		line-height: 140%;	
	}
	
	section#dif-compet {
		width: 80%;
		position: relative;
		margin: 0 auto;
		font-size: 3em;
		padding-bottom: 0;
	}
	
	table#txt-empresa {
		width: 100%;
	    line-height: 200%;
	}
	
	table#txt-empresa td {
		border-bottom: 1px solid black;
	}
}