.fullwidthbanner-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}
.fullwidthbanner-container .fullwidthbanner {
    position: relative;
    width: 100% !important;
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 500px;
	background-color: rgba(255, 255, 255, 0.5);
}

.caption ul.square li { color: #474e5d; }

.caption ul.square li:before { 
	color: #0bac8a;
	font-size: 8px;
}

.caption a.btn,
.caption a.btn:hover { color: #fff; }

.caption.title {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
}

.caption span { color: #96e0a9; }

.caption.sub-title {
	color: #474e5d;
	font-size: 24px;
	line-height: 40px;
}

.caption.text { color: #fff; }

.caption.icons-1 { color: #70c486; }
.caption.icons-2 { color: #0dac8b; }
.caption.icons-3 { color: #6dd5d8; }

.caption.icons-1 span,
.caption.icons-2 span,
.caption.icons-3 span {
	position: relative;
	display: block;
	width: 58px;
	height: 58px;
	border: 2px solid;
	border-radius: 50%;
	margin: 10px auto 0;
	line-height: 70px;
	text-align: center;
}

.caption.icons-1 span:after,
.caption.icons-2 span:after,
.caption.icons-3 span:after {
	position: absolute;
	bottom: -170px;
	left: 50%;
	height: 170px;
	border-left: 2px solid;
	margin-left: -1px;
	content: "";
}

.caption.icons-1 span,
.caption.icons-1 span:after { border-color: #70c486; }
.caption.icons-2 span,
.caption.icons-2 span:after { border-color: #0dac8b; }
.caption.icons-3 span,
.caption.icons-3 span:after { border-color: #6dd5d8; }

.caption.icons-1 i,
.caption.icons-2 i,
.caption.icons-3 i {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
}

.caption.icons-1 i { background-color: #70c486; }
.caption.icons-2 i { background-color: #0dac8b; }
.caption.icons-3 i { background-color: #62d4d8; }

.caption.icons-1.alt span,
.caption.icons-2.alt span,
.caption.icons-3.alt span {
	width: 72px;
	height: 72px;
	line-height: 90px;
}


.caption.icons-1.alt i,
.caption.icons-2.alt i,
.caption.icons-3.alt i { 
	width: 64px;
	height: 64px;
	font-size: 32px;
	line-height: 64px; 
}

.caption.icons-1.alt span:after,
.caption.icons-2.alt span:after,
.caption.icons-3.alt span:after { display: none; } 

.tp-leftarrow.default {
	width: 50px;	
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5) url(../assets/prev.png) no-repeat center center;
	opacity: 0.5;	
}
														
.tp-rightarrow.default {
	width: 50px;	
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5) url(../assets/next.png) no-repeat center center;
	opacity: 0.5;	
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover { opacity: 1; }

.tp-bullets.simplebullets.round .bullet {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-right: 5px;
	background: #d3d3d3;
}

.tp-bullets.simplebullets.round .bullet:last-child { margin-right: 0; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected { background: #ffffff; }

.tp-bullets.tp-thumbs{
	margin-bottom: 50px;
	background-color: transparent !important;
}

.tp-bullets.tp-thumbs .bullet{
	margin:0 5px;
	border: 2px solid #7c5c33;
}

#btn-rolagem{
	position: relative;
	display: block;
	width: 147px;
	height: 53px;
	margin: -50px auto 0;
	background-image: url('../assets/seta-slider.png');
	z-index: 20;
	cursor: pointer;
}

/* fontes */
.caption{
	display: block;
	width: 100%;
	text-align: center;
	left: 0 !important;
}
#slider-mobile .big_white{
	font-size: 44px;
}
#slider-mobile .tp-bullets.tp-thumbs{
	margin-bottom: 0;
}
.big_white{
	font-size: 66px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 2px 2px #000000;
}
.mid_white{
	font-size: 38px;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 2px 2px #000000;
}

