* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family: soleil,sans-serif;
	background-color: #e5eaed;
	font-size: 16px;
	color: #58585a;
}

main, .foot, .arealink {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}

.arealink a {
	cursor: pointer;
}

header {
	width: 100%;
	text-align: center;
}

main {
	padding-bottom: 20px;
}

.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;	
}

img.responsive {
	max-width: 100%;
	height: auto;
}

h1, a {
	color: #856733;
}

.aDecorationNone {
	text-decoration: none!important;
}

.fs14 {
	font-size: 14px!important;
}

.MB-8 {
	margin-bottom: -8px!important;
}

h2 {
	color: #aa7e2d;
}

p {
	margin-top: 15px;
	font-size: 1em;
	line-height: 1.2em;
}

h1 {
	text-transform: uppercase;
	font-size: 1.33em;
	letter-spacing: 0.03em;
	margin: 30px 0 0 0;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before, .row:after{
	content:'';
	display: table;
	clear: both;
}

.row .col, .col-full {
	margin-left: 15px;
	margin-right: 15px;
	border-left: 3px solid #856733;
	padding-left: 15px;
	margin-top: 15px;
}

.col-full > .termos-group {
	margin-left: 0;
	margin-right: 0;
	border-left: 0;
	padding-left: 0;
	margin-top: 30px;
}

.tb-valores {
	margin-top: -10px;
}

.tb-valores tr {
	margin-bottom: 20px;
}

.tb-valores td:nth-child(odd) {
	width: 40px;
}

.fg1d3f72 {
	color: #1d3f72!important;
	margin: 15px 0;
}

footer {
	width: 100%;
	background-color: #AD8435;
	text-align: center;
	padding: 30px 10px 20px 10px;
	font-weight: bold;
	color: #FFF;
}

footer p {
	font-size: 0.78em;
}

@media (min-width: 768px){
	footer {
		text-align: left;
		overflow: hidden;
		padding: 12px;
	}
	footer img, footer p{		
		display: inline-block;
	}
	footer p {
		margin-left: 15px;
		margin-top: 20px;
		font-size: 1em;
	}
	.row .col {
		width: 46%;
		float: left;
	}
	.row .col-full {
		width: 100%;
		float: left;
	}
	.missao {
		float: left;
	}
	.visao {
		clear: left;
	}
	.valores {
		margin-top: -140px!important;
	}
}

@media (min-width: 1024px){
	header {
		background: url('../img/filete.jpg') repeat-x;
	}
}

#dvJequitimar {
	position: absolute;
	width: 34.8%;
	height: 7%;
	top: 63%;
	left: 5.8%;
}
#dvJequiti {
	position: absolute;
	width: 26%;
	height: 9%;
	top: 62%;
	left: 43%;
}
#dvLideranca{
	position: absolute;
	width: 23%;
	height: 10%;
	top: 62%;
	left: 72%;
}
#dvSBT {
	position: absolute;
	width: 12%;
	height: 19%;
	top: 73%;
	left: 18.5%;
}
#dvSisan {
	position: absolute;
	width: 22%;
	height: 13%;
	top: 78%;
	left: 35%;
}
#dvTVAlphavile {
	position: absolute;
	width: 22%;
	height: 13.4%;
	top: 77%;
	left: 60%;
}
#modal {
	/* position: absolute; */
	background-color: #fff;
	top: 0px;
	bottom: 0px;
	left: 15%;
	right: 17%;
	position: fixed;
	z-index: 1;
	max-width: 620px;
	height: 100%;
	overflow-x: auto;
	margin: 0 auto;
	display: none;
}
#modal .button-close {
	position: absolute;
	cursor: pointer;
	color: #FFF;
	right: 8px;
	top: 4px;
	border: 0;
	z-index: 1;
}

.logoModal {
	width: 100%;
	max-width: 620px;
}
.container-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.container-img img {
	margin: 0 8px 12px 0px;
}


.iframe-termos {
	padding: 3px;
}


@media (max-width:415px){

	.container-img {
		justify-content: space-between;
	}
}
@media (max-width: 500px){
	#modal {
		left: 9%;
		right: 8%;
	}
}