<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#boxflex .bgTop {
	display: block;
	background: url('../images/site/empresa_top.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px;
}
#boxflex .contents .txt {
	padding: 50px 30px;
}
/*#boxflex .contents .itens {
	clear: both;
}*/
#boxflex .itens {
    text-align: center;
	margin: 0 auto;
    margin-bottom: 50px;
}
#boxflex .itens ul {
    display: inline-block;
}
#boxflex .itens li {
    text-align: left;
}
#boxflex .itens h1 {
	font-size: 2em;
	margin-bottom: 20px;
}
#boxflex .itens p {
	text-align: left;
}
#boxflex .txt3Colunas p {
	text-align: left;
}
#boxflex .txt3Colunas h1 {
/*	display: inline-block;
	border: 1px solid #CC0000;
	background-color: #fff;
	color: #CC0000;
    font-size: 1.25em;
	font-weight: 400;
	padding: 20px 30px;
	margin-bottom: 30px;*/
}
#boxflex .txt3Colunas p {
	margin-bottom: 30px;
}
#boxflex .timeLine {
	clear: both;
	text-align: center;
	padding: 30px 0 50px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#boxflex .timeLine .btPrevYear,
#boxflex .timeLine .btNextYear {
	display: none;
}
#boxflex .timeLine span {
	display: inline-block;
	font-size: 3em;
	font-weight: 700;
	color: #CC0000;
	vertical-align: middle;
}
#boxflex .timeLine .prev,
#boxflex .timeLine .next {
	display: inline-block;
    background-image: url('../images/site/site_controls.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
}
#boxflex .timeLine .prev {
    background-position: 0 -40px;
    margin-right: 20px;
}
#boxflex .timeLine .prev:hover {
    background-color: #CC0000;
    border: 1px solid #CC0000;
    background-position: -40px -40px;
}
#boxflex .timeLine .next {
    background-position: -40px -80px;
    margin-left: 20px;
}
#boxflex .timeLine .next:hover {
    background-color: #CC0000;
    border: 1px solid #CC0000;
    background-position: 0 -80px;
}
#boxflex .timeLine .bar {
	width: 100%;
	padding: 20px 0 5px;
	border-right: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
}
#boxflex .timeLine .bar .line {
	width: 100%;
	height: 1px;
	background-color: #CC0000;
}
#boxflex .timeLine p {
	padding: 20px 0 0;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 800px) {
	#boxflex .itens {
		width: 85%;
	}
    #boxflex .txt3Colunas &gt; div {
    	margin-left: -5%;
    }
	#boxflex .itens p {
		text-align: center;
	}
    #boxflex .txt3Colunas p {
        text-align: left;
    	width: 28.33%;
    	margin-left: 5%;
    	float: left;
    }
	#boxflex .timeLine .btPrevYear,
	#boxflex .timeLine .btNextYear {
		display: inline-block;
		vertical-align: middle;
		font-size: 3em;
		color: #e8e8e8;
		font-weight: 700;
	}
	#boxflex .timeLine .btPrevYear:hover,
	#boxflex .timeLine .btNextYear:hover {
		color: #CC0000;
		cursor: pointer;
	}
	#boxflex .timeLine .prev,
	#boxflex .timeLine .next {
	    margin: 0 20px;
	}
	#boxflex .timeLine span {
		font-size: 6em;
	}
	#boxflex .timeLine p {
		width: 70%;
		padding: 30px 15% 0;
	}
}

@media only screen and (min-width: 1024px) {
	#boxflex .bgTop {
		height: 250px;
	}
    #boxflex .contentsWrapper {
		background-color: #fff;
        width: 95%;
        margin: 0 auto;
		margin-top: -80px;
    }
	#boxflex .itens {
		width: 75%;
	}
	#boxflex .timeLine {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1280px) {
	#boxflex .bgTop {
		height: 450px;
	}
    #boxflex .contentsWrapper {
        width: 80%;
        margin-top: -130px;
    }
	#boxflex .contents .txt {
		padding: 50px;
	}
	#boxflex .timeLine {
		width: 90%;
		padding: 80px 0;
	}
	#boxflex .timeLine .prev,
	#boxflex .timeLine .next {
	    margin: 0 50px;
	}
	#boxflex .timeLine p {
		width: 50%;
		padding: 30px 25% 0;
	}
}

@media only screen and (min-width: 1600px) {
    #boxflex .contentsWrapper {
        width: 70%;
    }
	#boxflex .itens {
		width: 75%;
	}
}</pre></body></html>