

.header{
	/*background: transparent url("../images/header.jpg");*/
	background: rgba(226, 226, 226, 1);
	background-size: cover;
	height: 101px;
}

.headerTitleNav{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-logo{
	width: 150px;
	margin-top: 18px;
}

#tabTitle{
	font-size: 1.4em;
}

.horizontal-center{
	display: flex;
	align-items: center;
}

.justify-side{
	justify-content: space-between;
}

.telefone{
	font-size: 1.4em;
	font-weight: bold;
}

.titleContent{
	color: #692B07;
	border-bottom:1px dotted #cfcfcf;
	margin-bottom:10px;
	display:block;
}
p{
	text-align: justify;
}

.fraseBanner{
	height: 100%;
	display: table-cell;
	vertical-align: middle;

}.fraseBanner h2{
	 /*position: absolute;*/
    /*top: -50px;*/
    font-size: 28px;

    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: table;
    color: white;
    background: rgba(0, 118, 180,.5);
    white-space: nowrap;
    /*background: rgba(70, 70, 70,.8);*/
    border-radius: 15px 15px 0px 0px;
    font-weight: normal;
	margin-bottom: 10px !important;
}.fraseBanner h3{
	display: table;
	font-size: 39px !important;
	color: #000;
	font-weight: bold;
	padding: 15px !important;
	padding-left: 448px !important;
	/*padding-right: 510px !important;*/
	white-space: nowrap !important;
	margin-left: -450px !important;
	background: #ccc;
	border-radius: 5px;
	/*text-transform: capitalize;*/
}.fraseBanner h4{
	top: 102px;
    display: table;
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 10px !important;
    max-width: 610px;
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    white-space: nowrap;
    text-transform: uppercase;
   background: #692B07;
    border-radius: 0px 0px 10px 10px;
    margin-top: 200px;
	margin-left: 100px;
}

@media (max-width: 990px){
	.bartitle{
		margin-top: 100px;
	}
	.horizontal-center {
    	display: block;
	}
	.chamada{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.banner {
	    /*margin-top: 80px !important;*/
	}
}

@media (max-width: 379px){

	.fraseBanner h3{
		font-size: 25px !important;
		white-space: normal !important;
		padding: 12px !important;
		margin: auto !important;
		display: table;
		text-align: center;
		box-sizing: border-box;
	}.fraseBanner h4{
		padding-left: 18px !important;
		font-size: 13px !important;
		padding: 0px !important;
		display: block !important;
		white-space: normal !important;
		text-align: center !important;
	}
}

@media (min-width: 380px) and (max-width: 520px){
	.fraseBanner h3{
		padding-left: 508px !important;
		font-size: 29px !important;

	}.fraseBanner h4{
		padding-left: 69px !important;
		font-size: 14px !important;
	}
}

@media (min-width: 521px) and (max-width: 990px){
	.fraseBanner h3{
		padding-left: 518px !important;
		/*font-size: 29px !important*/
	}.fraseBanner h4{
		padding-left: 70px !important;
		/*font-size: 14px !important;*/
	}
}



.boxMark{
	position: relative;
	border: 4px solid #eee;
	box-shadow: 0px 0px 7px -5px #000000;
	transition:200ms;
	margin-top: 30px;
	min-height: 300px;
	cursor: pointer;
}.boxMark [data-rel="image"]{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: table;
	width: 100%;
	height: 150px;
}.boxMark [data-rel="title"]{
	padding: 10px;
	margin: 0px;
	font-weight: bold;
}.boxMark [data-rel="description"]{
	padding: 10px;
	margin: 0px;
}.boxMark [data-rel="dot"]{
	position: absolute;
	bottom: -4px;
	right: -4px;
	left: inherit;
	width: 0px;
	height: 0px;
	border-top: 47px solid transparent;
	border-left: 0px solid #0273D2;
	border-right: 47px solid #0273D2;
	border-bottom: 0px solid transparent;
	transition:200ms;
}.boxMark:hover [data-rel="title"]{
	color: #0273D2;
}.boxMark:hover [data-rel="dot"]{
	transform:rotate(90deg);
	left: -4px;
	bottom: -4px;
	right: inherit;
	/*border-top: 47px solid transparent;
	border-left: 47px solid #0273D2;
	border-right: 0px solid #0273D2;
	border-bottom: 0px solid transparent;*/
}.boxMark:hover{
	border: 4px solid #0273D2;
}




.sideList{
    padding: 0px;
}.sideList > li{
    list-style: none;
    transition:200ms;
    /*border-radius: 0px 0px;*/
}.sideList > li::before{
    content: "•";
    font-size: 31px;
    color: #3C3209;
    display: inline-table;
    vertical-align: middle;
     transition:200ms;
     margin-top: -5px;
}.sideList > li > a{
    /*display: inline-table;*/
    padding: 6px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    /*cursor: pointer;*/
    text-decoration: none;
    transition:200ms;
}.sideList > li > a cite{
	font-weight: normal;
	display: inline-table;
	margin-left: 25px;
}/*.sideList > li:hover::before{
	content: "‣";
    color: #fff;
    transform:scale(1.7);
    margin-left: 15px;

}
.sideList > li:hover {
    background: #E8A27E;
    box-shadow: 0px 0px 5px -3px #000;
    color: #0076B4;
}*/

.itabs.tabFlat * {
}

.sideList > li {
    list-style: none;
    transition: 200ms;
    border-radius: 13px 0px;
}



.destaques > div {
	position: relative; text-align: center;
}.destaques > div > img{
 border-radius: 4px 0px;
box-shadow: 0px 0px 0px 6px #eee;
transition:300ms;
cursor: pointer;
}.destaques > div > img + div{
	font-weight: bold;
}.destaques > div > img:hover + div{
    color: #692B07;
}.destaques > div > img:hover{
	 border-radius: 4px 0px;
	box-shadow: 0px 0px 0px 8px #692B07;
}.destaques .text p{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 332px;
	/*border-radius: 5px;*/
	background: rgba(50, 92, 162,.9);
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px;
	display: block;
	height: 100%;
	color: #fff;
	padding-left: 21px;
	padding-right: 23px;
	box-shadow: 0px 0px 0px 0px #000 inset;
	transition:300ms;
	opacity: 0;
	height: 0px;
}.destaques > div:hover .text p{
	opacity: 1;
	height: 195px;
}




.services{

}.services .row{

}.services .row .col{
}.services .row .col img{
    float: left;
    margin-right: 10px;
}.services .row .col h2{
    font-weight: bold;
    color: #646464;
    margin: 3px 0px;
    display: table;
    font-size: 14px;
}.services .row .col p{
    color: #444;
    margin: 0px;
    display: table;
    text-align: justify;
}

.valorPlan{

}.valorPlan h2{
	margin: auto !important;
	display: table !important;
	margin-top: 90px !important;
	font-size: 30px !important;
	color: #BA1C25 !important;
	box-shadow: 0px 0px 14px -6px #000,0px 0px 0px 1px #074D84;
	padding: 31px;
}


.map{
	box-shadow: 0px 0px 7px -5px #000,0px 0px 0px 1px #ddd;

}.map h2{
	color: #888;
	padding: 10px;
	margin: 0px;
}

.col-md-12 li{
	font-family: 'Titillium Web' !important;
	font-size: 14px;
	line-height: 30px;
}


/* Style Chamada */
.chamada{width: 233px;margin: auto;margin-top: 13px;margin-left: 65px;display:table;}
.chamada-icontel{fill:#fff;}
.chamada-barleft{fill:#692B07 !important;}
.chamada-bardownleft{fill:#692B07 !important;}
.chamada-barright{fill:#692B07 !important;}
.chamada-bardownright{fill:#692B07 !important;}
.chamada-text {font-size: 29px;fill: #fff;font-weight: bold;}


.hide{
	display: none !important;
}