@media only screen and (max-width: 767px){
	.caroufredsel_wrapper{width: 90% !important;margin: auto !important;}
}
@media only screen and (max-width: 767px){
	.caroufredsel_wrapper ul.offer_ul li, .caroufredsel_wrapper ul.offer_ul{width: 100% !important;}
}

	
/*  CUSTOM TOPO - SPINNER */
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	background: #37881a;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.spinner {
	position: absolute;
	height: 60px;
	width: 60px;
	border: 3px solid transparent;
	border-top-color: #71ac42;
	top: 50%;
	left: 50%;
	margin: -30px;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
			animation: spin 2s linear infinite;
}
.spinner:before, .spinner:after {
	content:'';
	position: absolute;
	border: 3px solid transparent;
	border-radius: 50%;
} 
.spinner:before {
	border-top-color: #fff;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	-webkit-animation: spin 3s linear infinite;
			animation: spin 3s linear infinite;
}	  
.spinner:after{
	border-top-color: #185b61;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;  
	-webkit-animation: spin 4s linear infinite;  
			animation: spin 4s linear infinite;
}  
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}  
@keyframes spin {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/* CUSTOM TOPO - CONTEÚDO */
.main-slider {
	background: url(../images/bg-bolinhas2.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: distribute;
		justify-content: space-around;

	font-weight: 700;
	color: #fff; 
	font-family: Neris;
	padding: 0 5%;
}
.main-slider div:nth-child(2) {
	margin: 15% 0;
}
.main-slider h1 {
	color: #fff;
	font-size: 2.8rem;
	margin-bottom: 0;
}
.main-slider h2 {
	color: #185b61;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 0;
}
.main-slider h2 span:nth-child(2) {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 700;
}
.main-slider p {
	color: #fff;
	font-size: 1.9em;
}
.main-slider button {
	background: #185b61;
	height: 50px;
	width: 200px;
	font-size: 1.1rem;
	font-weight: 600;
}
.img_wrap {
	width: 50%;
	height: 100%;
	text-align: center;
}
.main-slider .small_main {
	max-width: 175px;
	width: 24.4%;
	margin-bottom: 30px;
}
.img_wrap img:first-child {
	width: 100%;
	padding: 35px 0;
}	
@media (max-width: 767px) {
	.main-slider {
		justify-content: center;
	}
	.main-slider div:nth-child(2) {
		text-align: center;
	}
	.main-slider h1 {
		font-size: 35px;
	}
	.main-slider h2 {
		font-size: 20px;
	}
	.main-slider h2 span:nth-child(2) {
		font-size: 25px;
	}
	.main-slider p {
		font-size: 18px;
	}
	.img_wrap {
		display: none;
	}
	.features_card {
		display: flex !important;
		flex-direction: column;
	}
	.features_card:nth-child(odd) div:nth-child(1) {
		order: 2;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 33px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-slider {
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.main-slider h1 {
		font-size: 40px;
	}
	.main-slider h2 {
		font-size: 25px;
	}
	.main-slider h2 span:nth-child(2) {
		font-size: 30px;
	}
	.main-slider p {
		font-size: 23px;
	}
}
@media (max-width: 991px) {
	.main-slider .small_main {
		display: none;
	}
	.main-slider div:nth-child(2) {
		z-index: 1;
	}
	.img_wrap {
		position: absolute;
		bottom: 0;
		right: 5%;
		height: unset;
	}	
}
	
/* menu */
#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
	background-color: #71ac42;
}
#Header_wrapper,
#Intro {
	background-color: #62a52b;
}
#Top_bar #logo img {
	max-height: 90%;
}
#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
	padding: 15px 0;
	display: inline-block;
}
#Top_bar a.responsive-menu-toggle {
	top: 38px;
}
#Top_bar.is-sticky a.responsive-menu-toggle {
	top: 10px;
}
.logo-mobile-sticky {
	max-height: 45px !important;
}
#Top_bar .menu>li>a,
#Top_bar #menu ul li.submenu .menu-toggle {
	color: #185b61;
	font-size: 18px;
}
.extras {
	height: 100px;
}
.title {
	font-size: 20px !important;
	font-weight: 400 !important;
}
.text-white {
	color: #fff;
}
a.action_button {
	background: #185b61;
}

/* funcionalidades */
#funcionalidades {
	padding-top: 0px;
	padding-bottom: 50px;
	background-image: url(../images/sectionbg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #e6eff1;
}
#funcionalidades p {
	margin: 0;
}
.card-wrap-f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.card-f {
	width: 195px;
	height: 300px;
	border: 1px solid #71ac42;
	background: #fff;
	padding: 10px 15px;
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin: 5px;
}
.card-f span {
	line-height: 15px;
	color: #71ac42;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	text-align: left;
}
.card-f span img {
	width: 30px;
}
.card-f h5 {
	color: #71ac42;
}
.card-f p {
	line-height: 16px;
	font-weight: bold;
	text-align: justify;
	color: #185b61;
}
#funcionalidades button {
	background: #185b61;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 20px;
}
.list-f {
	background-image: url('../images/list.svg');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 25px;
	height: 24px;
}

/* sobre */
#sobre-nos {
	padding: 85px 0 45px;
	background-color: #3a8f1b;
	background-image: url('../images/about_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
#sobre-nos p {
	color: #fff;
	font-weight: 600;
	text-align: justify;
	font-size: 18px;
	line-height: 20px;
}
#sobre-nos h3,
#sobre-nos h4 {
	color: #fff;
}
#sobre-nos h4 {
	font-size: 24px;
}

/* SLIDER sobre */
.slick-track {
    display: flex !important;
}
.slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: center; 
}
.section-slider-about {
	padding: 75px 0;
}
.section-slider-about .section_wrapper h4 {
	font-size: 20px;
}
.section-slider-about .section_wrapper p {
	font-size: 18px;
	text-align: justify;
}
.section-slider-about .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 176px;
	text-align: center;
}
.section-slider-about .slick-dots li {
	display: inline-block;
	margin: 0;
}
.section-slider-about .slick-dots li button {
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 0;;
	border: 3px solid #3a8f1b;
	background: transparent;
	border-radius: 30px;
}
.section-slider-about .slick-dots li button:after {
	background: #8bc34a;
	height: 0;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.section-slider-about .slick-dots li button:hover:after {
	height: 14px;
}
.section-slider-about .slick-dots li.slick-active button {
	background: #3a8f1b;
}
.section-slider-about .slick-arrow {
	position: absolute;
	background: #3a8f1b;
	font-size: 16px;
	bottom: 15px;
	left: 5%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0;
}
.section-slider-about .slick-arrow span {
	padding: 0;
	float: unset;
}
.section-slider-about .slider_next {
	left: auto;
	right: 5%;
}

.section-slider-about .slick-arrow:hover {
	background: #8bc34a;
}
.section-slider-about .button .button_icon i {
	color: unset;
}	
	
/* contato */
#contato {
	padding: 0px;
	background-color: #bcca35;
	background-repeat: no-repeat;
	background-position: center bottom;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
	background-color: rgb(255, 243, 225);
	border-color: #EBEBEB;
	border: none !important;

	color: #000;
	font-size: 15px !important;
}
::-webkit-input-placeholder {
	color: #929292;
}
::-moz-placeholder {
	color: #929292;
}
:-ms-input-placeholder {
	color: #929292;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	color: #000;
	background-color: rgb(252, 255, 222) !important;
	border-color: #d5e5ee;
}
:focus::-webkit-input-placeholder {
	color: #929292;
}
:focus::-moz-placeholder {
	color: #929292;
}
#contactform #submit, #newsletterform input {
	border-radius: 25px;
	width: auto;
	margin: auto;
	display: block;
	background-color: #38ca8a;
	font-size: 16px;
}
	
/* reviews */
#depoimentos {
	padding: 85px 0;
	background-image: url(../images/bg-bolinhas1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.progress_icons .progress_icon {
	margin-right: 0;
}
#depoimentos p {
	font-size: 16px;
    font-weight: 600;
}
#depoimentos .icon-star:before {
	display: block;
	margin: 9px;
}
/* footer */
#Footer .footer_copy {
	border: none;
	background: #409c5b;
}
#Footer .footer_copy .one {
	padding-top: 0 !important;
}
#Footer .scroll {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 52px;
}
.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
			
	color: #fff;
	float: none !important;
	padding-top: 20px;
}
.logo-sis img {
	height: 12px;
	display: inline-block;
	padding: 0 8px;
}

/* media */
@media only screen and (max-width: 767px) {
	#Top_bar {
		background-color: #8BC34A !important;
	}
	.section-slider-about .section_wrapper .wrap {
		padding: 0 5%;
	}
	#Footer .footer_copy .copyright {
		margin: 10px 0 10px;
	}
}
	
/* FONTE FACE */
@font-face {
	font-family: 'Neris';
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/neris-black.otf);
}
@font-face {
	font-family: 'Neris';
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/Neris-Thin.otf);
}
@font-face {
	font-family: 'Neris';
	font-style: normal;
	font-weight: 600;
	src: url(./fonts/Neris-SemiBold.otf);
}



@media only screen and (min-width: 1240px) {
	.section_wrapper, .container {
		max-width: 1200px;
	}
}