.fundo{
display:block;
}
strong{
	font-weight:600;

}
.html a, .html a:visited {
	color: #3760B0;
	font-weight:600;
}
.html a:hover{color:#010006}
.editar{
	text-align:center;
	z-index:999;
	position:relative;
}
.servicos{
	float:left;
	margin:0 30px 20px 0;
	max-width:24.5%;
}
.servicos img{
	background:#12B8D5;
	padding:1px;
}
.royalSlider {
	width: 100%;
	display:none;

}
.direita{
	width:49%;
}
.esquerda{
	width:49%;
}

.rsDefault {
	background: none;	
} 

.rsDefault .rsSlide, #Background{
	background: #FFF;/*FOR FADE EFFECT*/}
.html{
	text-align:left;
	overflow: auto;
	color:#444;
	min-height:410px;
	max-width:1170px;
	margin:20px auto;
	font-size: 14px;
	line-height:20px;
	font-weight:400;
	text-align:left;
}
.html h1{
	color:#4B4B4D;
	font-family: 'League Gothic',' Bebas Neue', 'Arial Narrow', Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;
}
.html h2{
	color:#4E5E6A;
	font-weight:600;
	letter-spacing:-0.03em;
	margin-bottom:8px;
}

.rsDefault .rsThumb {
	width: 220px;
	height:60px;
	text-align: center;
	display:table;
	background:none;
	border-bottom:5px solid #fff;
	-webkit-transition: 	background 400ms;
	-moz-transition: 	background 400ms;
	-o-transition: 		background 400ms;
	transition: 			background 400ms;

}
.ie8andDown .rsDefault .rsThumb {
	width: 200px;
	padding:0 15px;
}


.rsDefault .rsThumb:hover {
	/*background:#353535;*/
	border-bottom-color: #3367D6;
}
.rsDefault .rsNavSelected, .rsDefault .rsNavSelected:hover {
	border-bottom:5px solid #3367D6;
}

.rsNav {
	margin-bottom: 0;
}
.rsDefault .rsTmb{
	margin-top: 0;
	font-size: 11px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#fff;
	line-height: 13px;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	padding:0 15px;	
}
.ie8andDown .rsDefault .rsTmb{
	padding:0;
}
.rsDefault  .rsTmb:hover{
	color:#3367D6!important;
}
.rsNavSelected .rsTmb, .rsNavSelected .rsTmb:hover {
	color:#3367D6!important;
	background: none;
}

.rsDefault .rsThumbsHor{
	background-color:#F5FBF7;
	background-image: url(rsThumbsHorBG.jpg), url(/Portals/_default/Skins/Satva3/images/bg_head_shadow2.png) ;
	background-position: center bottom, center top;
	background-repeat: repeat-x, no-repeat;
}

.rsNavItem.rsThumb:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top: auto;
	z-index: 1;
	left: 50%;
	margin-left: -10px;
	/*
	-webkit-transition: 	all 400ms;
	-moz-transition: 		all 400ms;
	-o-transition: 			all 400ms;
	transition: 			all 400ms;
	*/

}
.rsNavItem.rsNavSelected.rsThumb:after,.rsNavItem.rsNavSelected:hover.rsThumb:after {
	border-bottom-color:  #3367D6;
}
.rsNavItem.rsThumb:hover:after  {
	border-bottom-color: #3367D6;}
	/*
.rsDefault .rsSlide:after {
	content: '';
	background: url(/Portals/_default/Skins/Satva3/Images/bg_head_shadow.png) no-repeat center top;
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	left: 0px;
	top:0;
}
*/
ul.listagem{
list-style: disc inside;

}
/*******************************/

a.ilightbox{
	display:block;
	position:relative;
}
.thumbnail-caption{
  position: absolute;
  width: 100%;
  height: 100%;
  display:none;
  background:#ccc;
  background: rgba(0,0,0,0.5);
  top:0;
}

.thumbnail-caption>div{
  height: 100%;
  width: 100%;
  display: table !important;
}

.thumbnail-caption>div>div{
	display: table-cell !important;
    vertical-align: middle; /* FOR VERTICAL ALIGN */
    text-align:center; /* FOR HORIZONTAL ALIGN */
}

.open-lightbox{
  display: inline-block;
  line-height: 14px;
  width: 50px;
  height: 50px;
  position:relative;
  text-align:center
}
a.openBoxButton {
display: block;
position: relative;
}

.open-lightbox:before{
	content: "\ead9";
	width: 50px;
	position: absolute;
	left: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 50px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #F0DEEE;
}
.open-lightbox:hover:before{
	color:#fff
}
.open-lightbox a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}

.boxcontainer{
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-o-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-ms-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	margin-bottom:6px;
}

.boximage{
	position: relative;
	overflow: hidden;
}
.boxcaption{
	background: #A1C2FA;
	display: block;
	padding: 15px 20px 18px 20px;
	position: relative;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 15px;
	color: #3367D6;
	font-size: 14px;	
	/*text-transform:uppercase;*/
}

.boxcaption:before {
	content: "";
	background: none;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #A1C2FA;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	margin-right: auto;
	z-index: 3;
}

@media screen and (max-width: 1210px),only screen and (max-device-width : 1210px) {
	.html{
		padding:0 20px;
	}

}
@media screen and (max-width: 1210px),only screen and (max-device-width : 1210px) {
	.html{
		padding:0 20px;
	}

}

@media screen and (max-width: 767px),only screen and (max-device-width :767px) {
	.servicos{
		display:none;
	}

}
