/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls .owl-buttons{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 100%;
}

.owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: 10px;
	background-image: url(../img/arrow-owl-left.png);
	background-repeat: no-repeat;
	background-position: center;
}

.owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: 10px;
	background-image: url(../img/arrow-owl-right.png);
	background-repeat: no-repeat;
	background-position: center;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-texto{
	background-color: #7498b9;
	position: absolute;
	bottom: 3px;
	left: 0px;
	padding: 60px;
	width: 260px;
	height: 260px;
}

.owl-carousel .owl-texto:before{
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: -20px;
	width: 21px;
	height: 41px;
	content: url(../img/arrow-slide.png) 0 0 no-repeat;
	background: url(../img/arrow-slide.png) 0 0 no-repeat;
}

.owl-carousel .owl-texto h2{
	margin: 0;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
}

.owl-carousel .owl-texto p{
	color: #fff;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	font-family: 'AkzidenzGroteskBE LightCn';
}


.owl-carousel .owl-texto a{
	text-decoration: none;
	color: #fff;
}

/* ----- owl texto azul escuro ----- */

.owl-carousel .owl-texto-blue{
	background-color: #236096;
	position: absolute;
	bottom: 4px;
	left: 0px;
	padding: 60px;
	width: 260px;
	height: 260px;
}

.owl-carousel .owl-texto-blue:before{
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: -20px;
	width: 21px;
	height: 41px;
	content: url(../img/arrow-slide-blue.png) 0 0 no-repeat;
	background: url(../img/arrow-slide-blue.png) 0 0 no-repeat;
}

.owl-carousel .owl-texto-blue.noPadding{
	padding: 0 !important;
}

.owl-carousel .owl-texto-blue.cultura{
	bottom: 0;
	top: 0 !important;
	height: 480px;
}

.owl-carousel .owl-texto-blue.contato:before{
	display: none;
}

.owl-carousel .owl-texto-blue h1{
	margin: 8px 0 0;
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 44px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.owl-carousel .owl-texto-blue h2{
	margin: 0;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
}

.owl-carousel .owl-texto-blue h3{
	margin: 20px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'AkzidenzGroteskBE LightCn';
}

.owl-carousel .owl-texto-blue p{
	color: #fff;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	font-family: 'AkzidenzGroteskBE LightCn';
}

.owl-carousel .owl-texto-blue a{
	text-decoration: none;
	color: #fff;
}

.owl-carousel .owl-texto-blue span{
	color: #fff;
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'AkzidenzGroteskBE LightCn';
}