body,html{
    overflow-x: hidden !important;
}

strong{
	font-size: 17px;
	color: #888;
}
ul li{
	font-size: 17px;	
	color: #888;
}

#tabTitle{
	color: #666;
}#telefone{
	color: #666;
}

.row{
	margin:0px !important;
}

.header{
	background: #A60A0B;
/*border-bottom: 1px solid #E0E0E0;*/
}
.footer{
	background: #111;
}.footer h2,.footer p{
	color: #ccc;
}


.logoFooter{
	margin: 12px -51px 0 auto;
	display: table;
}

.banner .banArea{
	/*border-top: 1px solid #0E4FC8;*/
	/*border-bottom: 1px solid #0E4FC8;*/
}

.titleContent{
	color: #A60A0B;
	border-bottom:1px dotted #A60A0B;	
	display:block; 

	font-size: 23px;
    font-weight: bold;   
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
}
p{
	text-align: justify;
}










.fraseBanner{
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 70px !important;
	/*z-index: 2;*/
	/*position: sticky;*/
}.fraseBanner h2{
	 /*position: absolute;*/
    /*top: -50px;*/
    font-size: 28px;
   
    padding: 10px; 
    padding-left: 16px !important;
    padding-right: 20px;
    display: table;
    color: #fff;
    /*background: rgba(59, 74, 111,0.0);*/
    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: 33px !important;
	color: #fff;
	font-weight: bold;
	padding: 0px !important;
	padding-left: 466px !important;
	padding-right: 430px !important;

	white-space: nowrap !important;
	margin-left: -450px !important;
	border-radius: 10px;
	/*background: rgba(218, 37, 29,.8);*/
	/*text-transform: uppercase;*/
}.fraseBanner h4{
	top: 102px;
    display: table;
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px !important;
    max-width: 610px;
    padding-left: 30px !important;
    padding-right: 0px !important;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    /*background: #fff;*/
    padding: 10px !important;
    border-radius: 0px 0px 10px 10px;
    margin-top: 200px;
	margin-left: 6px !important;
}




.slide-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.4)*/
	box-shadow: 0px -180px 50px 0px rgba(0,0,0,.6) inset;
}

@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: #A60A0B;
    display: inline-table;
    vertical-align: middle;
     transition:200ms;
     margin-top: -5px;
}.sideList > li > a{
    /*display: inline-table;*/
    padding: 6px;
    font-size: 17px;
    color: #888;
    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: #A60A0B;
    transform:scale(1.7);
    margin-left: 15px;

}.sideList > li:hover > a{    
    color: #A60A0B;
}.sideList > li:hover{
    background: #fff;
    /*box-shadow: 0px 0px 5px -3px #000;*/
    /*box-shadow: 0px 60px 0px 0px #C60505 inset;*/
}



.destaques{
	margin-top: 20px !important;
}
.destaques > div {
	position: relative;
}.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: #A60A0B;
}.destaques > div > img:hover{
	 border-radius: 4px 0px;
	box-shadow: 0px 0px 0px 8px #A60A0B;
}.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;
}





/* Style Chamada */
.chamada{width: 233px;margin: auto;margin-top: 20px}
.chamada-icontel{fill:#fff;}
.chamada-barleft{fill:#FFFFFF;}
.chamada-bardownleft{fill:#999;}
.chamada-barright{fill:#6E0A0A;}
.chamada-bardownright{fill:#480606;}
.chamada-text {font-size: 29px;fill: #A60A0B;font-weight: bold;}


