::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(67, 0, 49, 0.9);
	-webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.5);
}
#depoimentos .item .content-box{
    position: relative;
    font-size: 16px;
    color: #fff;
}
#depoimentos .owl-next{
    opacity: 0;
    right: 0;
}
#depoimentos:hover .owl-next{
    opacity: 1;
    right: 100px;
}
#depoimentos .owl-prev{
    opacity: 0;
    left: 0;
}
#depoimentos:hover .owl-prev{
    opacity: 1;
    left: 100px;
}
#depoimentos.owl-carousel .owl-nav button.owl-next,
#depoimentos.owl-carousel .owl-nav button.owl-prev{
    background-color: #95ce31 !important;
    transform: translateY(-100%);
    transition: all ease 0.5s;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 2em !important;
    position: absolute;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    top: 50%;
}
#depoimentos.owl-carousel .owl-nav button.owl-next span,
#depoimentos.owl-carousel .owl-nav button.owl-prev span{
	position: absolute;
    top: -2px;
    left: 20px;
}
#depoimentos .owl-nav button.owl-next:hover,
#depoimentos .owl-nav button.owl-prev:hover{
    background: #430031 !important;
    color: #ffffff !important;
}
#depoimentos.owl-carousel .owl-dots{
    position: relative;
}
#depoimentos.owl-carousel .owl-dots button:hover,
#depoimentos.owl-carousel .owl-dots button:focus{
	outline: 0px;
}

#depoimentos.owl-carousel .owl-dots .owl-dot span{
    background: #95ce31;
    width: 15px;
    height: 15px;
}
#depoimentos.owl-carousel .owl-dots .owl-dot.active span{
    background: #430031;
}
.float-w {
	background: #28bd60;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 180px;
}
.float-w a {
	align-items: center;
	text-decoration: none !important;
}
.float-w i {
	background: #21a953;
	font-size: 23px;
	color: #fff;
	line-height: 50px;
	width: 46px;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.float-w strong {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	padding: 0 12px;
}
.btn-light,
.btn-primary,
.btn-secondary{
	font-weight: 900;
}
.bg-footer{
	background-color: #221f20;
	color: #ffffff;
}
.pt-6{ padding-top: 150px; }
.pb-6{ padding-bottom: 150px; }
.h-img{ height: 412px; }
form .alert-notification { padding: 0; }
form .alert-notification .alert-success h3 { background: #ffffff none repeat scroll 0 0; border: 1px solid #e7e7e7; margin-top: 30px; color: green; padding: .75rem 0.6rem; }
form .alert-notification h3 { margin-bottom: 5px; }
form .alert-notification .alert.alert-error { background: #ff0000 none repeat scroll 0 0; border: 1px solid #e7e7e7; margin-top: 30px; color: #ffffff; padding: .75rem 0.6rem; }
form .alert-notification .alert.alert-success { background: #dff0d8 none repeat scroll 0 0; border: 1px solid #d6e9c6; margin-top: 30px; color: #3c763d; padding: .75rem 0.6rem; }
form img.loader { background: #fff; opacity: 0.5; border-radius: 10px; padding: 1px; margin: 15px 0; }
form label.error { display: block; line-height: 24px; padding: 5px; margin: 0px; text-transform: uppercase; font-size: 11px; color: #ff0000 !important; font-weight: 500; }
.scroll-top{
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 99;
	border: 0;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: #9f50ad;
	transition: .5s ease;
}
.scroll-top.open{
	margin:0;
	padding:0;
	bottom: 30px;
}
.scroll-top:hover,
.scroll-top:focus{
	background: #cf0607;
	outline: 0 auto;
}
.scroll-top:after{
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#franquias-desktop {
	display: block;
}
#franquias-mobile {
	display: none;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
	section {
		padding: 30px 0 25px;
	}
	.hero-header {
		padding: 2em 0;
	}
	h2{
		line-height: 30px;
		font-size: 22px;
	}
	h3 {
		line-height: 30px;
		font-size: 20px;
	}
	.btn-lg{
		font-size: 0.8em;
	}
	.image-block-content {
		padding: 2em;
	}
	.cover.hero.imagebg {
		min-height: 400px;
	}
	.bg-img-holder{
		background-position: 100% 10%!important;
	}
	.pt-6{
		padding-top:35px;
	}
	.pb-6{
		padding-bottom:35px;
	}
	.h-img{
		height: 320px;
	}
	.footer-widget{
		padding: 20px 0;
		font-size: 15px;
	}
	.custom-tab.icon-style .nav-tabs .nav-item {
		width: 100%;
	}
	#franquias-desktop {
		display: none;
	}
	#franquias-mobile {
		display: block;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
	section {
		padding: 30px 0 25px;
	}
	.hero-header {
		padding: 2em 0;
	}
	h2{
		line-height: 30px;
		font-size: 22px;
	}
	h3 {
		line-height: 30px;
		font-size: 20px;
	}
	.btn-lg{
		font-size: 0.8em;
	}
	.image-block-content {
		padding: 2em;
	}
	.cover.hero.imagebg {
		min-height: 400px;
	}
	.bg-img-holder{
		background-position: 100% 10%!important;
	}
	.pt-6{
		padding-top:35px;
	}
	.pb-6{
		padding-bottom:35px;
	}
	.h-img{
		height: 320px;
	}
	.footer-widget{
		padding: 20px 0;
		font-size: 15px;
	}
	.custom-tab.icon-style .nav-tabs .nav-item {
		width: 100%;
	}
	#franquias-desktop {
		display: none;
	}
	#franquias-mobile {
		display: block;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
	section {
		padding: 30px 0 25px;
	}
	h2{
		line-height: 30px;
		font-size: 22px;
	}
	h3 {
		line-height: 30px;
		font-size: 20px;
	}
	.btn-lg{
		font-size: 0.8em;
	}
	.image-block-content {
		padding: 2em;
	}
	.cover.hero.imagebg {
		min-height: 400px;
	}
	.pt-6{
		padding-top:35px;
	}
	.pb-6{
		padding-bottom:35px;
	}
	.h-img{
		height: 320px;
	}
	.footer-widget{
		padding: 20px 0;
		font-size: 15px;
	}
	.custom-tab.icon-style .nav-tabs .nav-item {
		width: 100%;
	}
	#franquias-desktop {
		display: none;
	}
	#franquias-mobile {
		display: block;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
	.pt-6{
		padding-top:35px;
	}
	.pb-6{
		padding-bottom:35px;
	}
	.h-img{
		height: 320px;
	}
	#franquias-mobile {
		display: none;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px){ } */