/*#intro {
	position: relative;
	background-image: url(../img/isr/empresa-de-caracter-social.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding: 80px 0px;
}

@media only screen and (max-width: 991px) {
	#intro:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(237, 242, 245, 0.7);
		z-index: 0;
	}
}


.qoute-mark {	background-color: transparent;	font-size: 8.8em;}
.carsouel-content-p {	font-style: oblique;}


.featured-item:focus .icon .w-svg .svg ellipse, .featured-item:hover .icon.w-svg .svg ellipse
	{
	fill: #0B7AD0;
}


.carousel-img img {
	width: 120px;
	height: 120px;
}
.des {	padding: 0 15px;}
.des li {	padding-bottom: 1em;}

.w-svg svg{width:100%;}




/*
 * metas
 * -----------------------------------------------
*/
/*
.img-fullwidth {
    width: 100% !important;
}

.meta-item h3{
	font-size:20px;
	font-weight:500;
}
 .meta-item .thumb .title h3 {
  color: #fff;
  margin: 0 0 15px;
}
 .meta-item .thumb .title i {
  margin-top: 8px;
}
 .meta-item .thumb .title {
    border-top: 2px solid #0B7AD0;
    background: #666666;
}
.mt-30 {
    margin-top: 30px !important;
}
 .meta-item .thumb .title a.color{color:#F5F8FA;font-weight:bold;}

 .meta-item .thumb .title {
  bottom: -75%;
  color: #F5F8FA;
  height: 100%;
  padding: 10px 20px 20px;

  transition: all 300ms ease-in-out 0s;
  width: 100%;
}


*/

/*
@media screen and ( min-width: 992px ) {
	.meta-item {  overflow: hidden;}
	.meta-item .thumb {  position: relative;}
	
	.meta-item .thumb img {
  transition: all 300ms ease-in-out 0s;
}
.meta-item:hover .thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

	
	.meta-item .thumb .title {  bottom: -75%;
	    position: absolute;
	  transition: all 300ms ease-in-out 0s;
	  
	}
	.meta-item:hover .thumb .title {
	  bottom: 0;
	  opacity: 0.9;
	  padding-top: 30px;
	}
	
	.meta-item .thumb .title {
	    bottom: -65%;
	    color: #F5F8FA;
	    height: 100%;
	    padding: 10px 20px 20px;
	    position: absolute;
	    transition: all 300ms ease-in-out 0s;
	    width: 100%;
	}

}
*/