@charset "utf-8";

 /*  DEFAULT
/*----------------------------------------*/

body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #838383;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

a:hover,
a:focus{
	text-decoration: none;
}

img{max-width: 100%;}

.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.float-right{float: right;}
.float-left{float: left;}

h1, 
h2, 
h3{
	font-family: 'Quicksand', sans-serif;
}

h1{text-align: center;}

hr{
	position: relative;
	margin: 15px auto 35px auto;
	width: 100%;
	height: 1px;
	background: #e8f7c7;
	border: none;
}

	hr:before{
		content: "";
		position: absolute;
		left: 50%;
		top: -15px;
		margin-left: -15px;
		width: 30px;
		height: 30px;
		background: url(../images/leaf.png) center center no-repeat #fff;
		border-radius: 100%;
		clear: both;
	}


 /*  HEADER
/*----------------------------------------*/

header{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #e8f7c7;
}

	.header_bar{
		padding: 10px 0;
		color: #fff;
		background: #e33889;
	}

	.header_bar--icons{
		display: inline-block;
		vertical-align: middle;
		height: 30px;
	}

		.header_bar--icons a{
			width: 30px;
			height: 30px;
			padding: 3px 0 0 0;
			margin: 0 4px 0 0;
			display: inline-block;
			color: #e33889;
			font-size: 14px;
			text-align: center;
			background: #fff;
			border-radius: 100%;
			border: 2px solid #fff;
			overflow: hidden;
		}

			.header_bar--icons a:hover{
				color: #fff;
				background: #e33889;
			}


	.header_bar--loja{
		margin-left: 30px;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
	}

		.header_bar--loja:hover, 
		.header_bar--portal:hover{ color: #fff; }

	.header_bar--portal{
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
	}

	.header_bar--busca{
		position: relative;
		width: 150px;
		display: inline-block;
		font-size: 13px;
	}

		.header_bar--busca:before{
			content: "\f002";
			position: absolute;
			right: 7px;
			top: 4px;
			width: 30px;
			height: 30px;
			color: #e33889;
			font-family:'FontAwesome';
			font-size: 15px;
			z-index: 9999
		}

		.header_bar--busca input{
			max-width: 100%;
			padding: 2px 20px 2px 5px;
			margin: 4px 0;
			border: none;
			border-radius: 50px;
			color: #666;
		}

	@media only screen and (max-width: 991px){
		.header_bar--busca,
		.header_bar--portal,
		.header_bar--loja,
		.header_bar--icons{display: none;}
		.header_bar{padding: 10px 0 0 0;}
	}

	@media only screen and (max-width: 1199px){
		.header_bar--busca,
		.header_bar--icons{display: none;}
		.header_bar--portal,
		.header_bar--loja{font-size: 20px; margin: 0;}
	}

	.header_bar--logo{
		margin: 0 auto -53px 0;
	    display: inline-block;
	    position: relative;
	}

nav{
	margin-top: 70px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 17px;
}
	nav a{
		display: inline-block;
		vertical-align: middle;
		padding: 0 15px;
		color: #7dab00;
		transition: all 0.3s ease 0s;
	}

		nav a:hover{color: #e33889;}

	nav .fa-home{font-size: 25px;}

	@media only screen and (max-width: 1199px){
		nav a{padding: 0 10px;}
	}

	@media only screen and (max-width: 991px){
		nav{display: none;}
	}

#menuMobile{display: none;}

@media only screen and (max-width: 991px){
	#menuMobile{display: block;}
}

#menuMobile .menu-click{
	display: inline-block;
	padding: 15px;
	font-size: 40px !important;
	cursor: pointer;
}

.mobileLinks a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	text-align: center;
}

.mobileLinks a:nth-child(2){background: #d53581;}
.mobileLinks a:nth-child(3){background: #c93279;}
.mobileLinks a:nth-child(4){background: #bd2f72;}
.mobileLinks a:nth-child(5){background: #b02b6a;}
.mobileLinks a:nth-child(6){background: #a42963;}
.mobileLinks a:nth-child(7){background: #97255b;}
.mobileLinks a:nth-child(8){background: #8b2254;}
.mobileLinks a:nth-child(9){background: #7f1f4c;}
.mobileLinks a:nth-child(10){background: #741d46;}
.mobileLinks a:nth-child(11){background: #681a3f;}
.mobileLinks a:nth-child(12){background: #5e1739;}


 /*  BANNER
/*----------------------------------------*/

.banner-home img{
	width: 100%;
}

    .banner-home img{
        display: block;
        width: 100%;
        height: auto;
    }


@media only screen and (max-width : 991px){
	.banner-home {display: none !important;}
}

	.banner-home .owl-dots{
		display: none !important;
	}

	.banner-home .owl-prev,
	.banner-home .owl-next {
	    position: absolute;
	    padding: 0 !important;
		margin-top: -25px !important;
	    top: 50%;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    color: #e33889 !important;
	    font-size: 25px !important;
	    text-align: center !important;
	    background: #fff !important;
	    border-radius: 100%  !important;
	}

	.banner-home .owl-prev{
		left: 30px;
	}
	.banner-home .owl-next{
		right: 30px;
	}


 /*  NOTICIAS
/*----------------------------------------*/

.noticias{
	padding: 30px 0px 50px 0px;
}
	
	.noticias h1{
		color: #7dab00;
	}

	.noticia_ultima--image{
		position: relative;
		width: 100%;
		height: 268px;
		overflow: hidden;
	}

		.noticia_ultima--image:before{
			content: "+";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 268px;
			color: #fff;
			font-size: 10px;
			text-align: center;
			font-family: 'Quicksand', sans-serif;
			line-height: 268px;
			background: rgba(134,186,23,.6);
			opacity: 0;
			transition: all .6s ease 0s;
		}

		.noticia_ultima:hover .noticia_ultima--image:before{
			opacity: 1;
			font-size: 150px;
		}

	.noticia_ultima--image img{max-width: 100%;}

	@media only screen and (max-width: 1199px){
		.noticia_ultima--image,
		.noticia_ultima--image:before{height: 219px;}
		.noticia_ultima--image:before{line-height: 219px;}
	}

	@media only screen and (max-width: 991px){
		.noticia_ultima--image{display: none;}
	}

	.noticia_ultima--date{
		position: absolute;
		padding: 5px 10px;
		top: 0;
		right: 0;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 1px;
		background: rgba(134,186,23,.8);
		z-index: 9;
		transition: all .6s ease 0s;
	}

	.noticia_ultima:hover .noticia_ultima--date{background: rgba(134,186,23,0);}

	.noticia_ultima--text{
		margin-top: 10px;
		padding: 15px 30px;
		height: 206px;
		text-align: center;
		border: 1px solid #e7e7e7;
		overflow: hidden;
	}

	.noticia_ultima--title{
		display: block;
		padding: 0 0 15px 0;
		color: #e33889;
		font-family: 'Quicksand', sans-serif;
		font-size: 22px;
		border-bottom: 1px solid #e7e7e7;
	}

		.noticia_ultima--title:hover{color: #e33889;}

	@media only screen and (max-width: 1199px){
		.noticia_ultima--title{
			font-size: 20px;
			line-height: 20px;
		}
		.noticia_ultima--text{
			height: 189px;
		}
	}

	@media only screen and (max-width: 991px){
		.noticia_ultima--title{
			height: auto;
			font-size: 30px;
			line-height: 35px;
		}

		.noticia_ultima--text{
			margin-bottom: 15px;
		}
	}

	.noticia_ultima--text p{
		display: block;
		padding: 5px 0px;
		margin: 0;
		color: #838383;
		font-size: 19px;
	}

	.noticia_ultima--text p a{
		display: block;
		padding-top: 10px;
		color: #7dab00;
		font-family: 'Quicksand', sans-serif;
	}



.noticia_anteriores .noticia_anteriores--item:last-of-type{margin-bottom: 0;}

	.noticia_anteriores--item{
		margin-bottom: 24px;
	}

		.noticia_anteriores--image{
			display: inline-block;
			vertical-align: middle;
			width: 38%;
			position: relative;
		}

		.noticia_anteriores--image:before{
			content: "+";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 146px;
			color: #fff;
			font-size: 10px;
			text-align: center;
			font-family: 'Quicksand', sans-serif;
			line-height: 146px;
			background: rgba(134,186,23,.6);
			opacity: 0;
			transition: all .6s ease 0s;
		}

		.noticia_anteriores--item:hover .noticia_anteriores--image:before{
			opacity: 1;
			font-size: 100px;
		}

		@media only screen and (max-width: 1199px){
			.noticia_anteriores--image,
			.noticia_anteriores--image:before{height: 120px;}
			.noticia_anteriores--image:before{line-height: 120px;}
		}

		@media only screen and (max-width: 991px){
			.noticia_anteriores--image{display: none;}
		}

			.noticia_anteriores--image img{max-width: 100%;}

		.noticia_anteriores--text{
			display: inline-block;
			vertical-align: middle;
			padding: 15px 20px;
			margin-left: 2%;
			width: 59%;
			height: 146px;
			border: 1px solid #e7e7e7;
			overflow: hidden;
		}

		.noticia_anteriores--title{
			display: block;
			padding: 0 0 15px 0;
			margin: 0 0 15px 0;
			color: #e33889 !important;
			font-family: 'Quicksand', sans-serif;
			font-size: 20px;
			text-align: left !important;
			border-bottom: 1px solid #e7e7e7;
		}

			.noticia_anteriores--title:hover{color: #e33889;}

		.noticia_anteriores--text p{
			display: none;
			padding: 10px 15px;
			margin: 0;
			color: #838383;
			font-size: 16px;
		}

		.noticia_anteriores--text a{
			display: block;
			color: #7dab00;
			font-family: 'Quicksand', sans-serif;
			font-size: 20px;
			text-align: right;
		}

		@media only screen and (max-width: 1199px){
			.noticia_anteriores--item{margin-bottom: 29px;}
			.noticia_anteriores--text{height: 120px;}
			.noticia_anteriores--text p, .noticia_anteriores--text a{display: none;}
			.noticia_anteriores--title{border: none; display: block !important;}
		}

		@media only screen and (max-width: 991px){
			.noticia_anteriores--item{margin-bottom: 15px;}
			.noticia_anteriores--text{
				margin: 0;
				width: 100%;
				height: auto;
				text-align: center;
			}
			.noticia_anteriores--title{
				padding: 0;
			}
		}

 /*  BLOG
/*----------------------------------------*/

.blog{
	padding: 50px 0;
	width: 100%;
	background: #f9f9f9;
}

	.blog_title{
		text-align: center;
	}

	.blog hr{background: #e5e5e5}
	.blog hr:before{background-color: #f9f9f9;}

	.blog_item{
		padding: 0 5px;
		transition: all 0.6s ease 0s;
	}

	.blog_item:hover{
		margin: 20px 0 -20px 0;
		z-index: 99;
		opacity: .5;
	}

	.blog_item--image{
		position: relative;
	}

	.blog_item--image img{
		width: 100%;
		max-width: 100%;
	}

	.blog_item--title{
		padding: 15px 0;
		color: #fff;
		text-align: center;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		background: #e33889;
	}

@media only screen and (max-width: 991px){
	.blog_item--image img{display: none;}
	.blog_item:hover{
		margin: 0;
		opacity: 1;
	}
	.blog_item--title{
		font-size: 25px;
		border-bottom: 1px solid #fff;
	}
}


 /*  NEWSLETTER
/*----------------------------------------*/

.news{
	padding: 50px 0;
	text-align: center;
	background: url(../images/bg-newsletter.png) top center;
	background-size: cover;
}

	.news_title{
		color: #930d4d;
		font-family: 'Quicksand', sans-serif;
		font-size: 30px;
	}

	.news input[type="text"]{
		padding: 10px;
		width: 100%;
		max-width: 100%;
		font-family: 'Quicksand', sans-serif;
		border: 1px solid #b4b4b4;
	}

	.news input[type="button"]{
		padding: 10px;
		width: 100%;
		max-width: 100%;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		background: #e33889;
		border: none;
	}

	@media only screen and (max-width: 991px){
		.news input[type="text"]{margin-bottom: 15px;}
	}

 /* LOJA ONLINE
/*----------------------------------------*/

.loja_online{
	padding: 50px 0;
	text-align: center;
	background: #fcfeff;
}

	.loja_online h1{
		color: #405b2e;
	}

	.loja_online--button{
		display: inline-block;
		margin-top: 15px;
		padding: 15px 20px;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		background: url(../images/loja-button.png) center center;
		background-size: cover;
	}

		.loja_online--button:hover{
			color: #fff;
		}

	.loja_online--produto {
	    margin: 35px 0;
	}

	@media only screen and (max-width: 991px){
		.loja_online--button{
			display: block;
			width: 100%;
			font-size: 29px;
		}
	}


 /* LOJAS
/*----------------------------------------*/

.lojas{
	padding: 50px 0;
	text-align: center;
	background: url(../images/bg-lojas.png) center center fixed;
	background-size: cover;
}

	.lojas h1{
		margin: 0 0 15px 0;
		color: #e33889;
		font-size: 40px;
	}

	.lojas-select{
		position: relative;
		display: inline-block;
		width: 40%;
	}

		.lojas-select:before{
			content: "\f107";
			position: absolute;
			top: 1px;
			right: 1px;
			width: 48px;
			height: 48px;
			color: #fff;
			font-family:'FontAwesome';
			font-size: 30px;
			line-height: 48px;
			background: #86ba17;
			pointer-events: none;
		}

	.lojas select{
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;

		display: inline-block;
		padding: 10px;
		width: 100%;
		color: #86ba17;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		border: 1px solid #86ba17;
		cursor: pointer;
	}

	@media only screen and (max-width: 991px){
		.lojas-select{
			padding: 0 15px;
			width: 100%;
			font-size: 30px;
		}
		.lojas-select:before{
			right: 15px;
			top: 2px;
		}
	}

 /* HOME EQUIPE
/*----------------------------------------*/

.equipe{
	padding: 50px 0;
}

	.equipe_item{
		text-align: center;
		color: #fff;
		overflow: hidden;
	}

	.equipe_item--orange{background: #ea8a22;}
	.equipe_item--pink{background: #e33889;}

	.equipe_item--text{
		float: left;
		padding: 20px 5px;
		width: 100%;
	}

		.equipe_item--text span{
			font-family: 'Quicksand', sans-serif;
			text-transform: uppercase;
			font-size: 22px;
		}

		.equipe_item--text p{
			font-size: 18px;
		}

		.equipe_item--text a{
			display: inline-block;
			padding: 7px 20px;
			color: #fff;
			font-family: 'Quicksand', sans-serif;
			border: 2px solid #fff;
		}

	@media only screen and (max-width: 1199px){
		.equipe_item{height: 165px;}
		.equipe_item--text span{font-size: 15px;}
		.equipe_item--text{padding: 10px 5px;}
	}

	.equipe_item--image{
		float: right;
		position: relative;
		display: block;
		width: 100%;
		height: 214px;
		text-align: center;
		overflow: hidden;
	}

	.equipe_item--image img{
		max-width: none;
		width: 100%;
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
		        transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); 
	}

		.equipe_item:hover img{width: 120%; margin: 0 0 0 -20%;}


@media only screen and (max-width: 991px){
	.equipe_item{height: auto}
	.equipe_item--image{display: none}
	.equipe_item--text{width: 100%;}
	.equipe_item--text a{font-size: 25px;}
	.equipe_item--text span{font-size: 20px;}
}

 /* HOME FRANQUIAS
/*----------------------------------------*/

.franquia{
	padding: 30px 15px;
	text-align: center;
}

	.franquia-titulo{margin-bottom: 15px;}

	.franquia--image{max-width: 100%;}

	.franquia--text p{
		font-style: italic;
		font-size: 22px;
	}

	.franquia--text a{
		display: inline-block;
		padding: 15px 25px;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		text-transform: uppercase;
		background: #e33889;
	}

.microfranquia{
	color: #363636 !important;
}

.microfranquia h2{
	text-align: center;
	color: #4a7b04;
}

.microfranquia b{
	font-style: italic;
}

/* FOOTER
/*----------------------------------------*/

footer{
	
}
	.contato{
		padding: 30px 0;
		background: #f9f9f9;
	}

	.contato hr{background: #e5e5e5}
	.contato hr:before{background-color: #f9f9f9;}

	.contato h1{
		margin-top: 0;
		color: #f34992;
	}

	.contato .col-lg-6,
	.contato .col-md-6,
	.contato .col-lg-12, 
	.contato .col-md-12{padding: 0 5px;}

	.contato input[type="text"]{
		display: block;
		margin: 0 0 10px 0;
		padding: 8px;
		max-width: 100%;
		width: 100%;
		font-size: 13px;
		color: #838383;
		border: 1px solid #d6d6d6;
	}

	.contato textarea{
		max-width: 100%;
		padding: 8px;
		width: 100%;
		min-height: 150px;
		color: #838383;
		border: 1px solid #d6d6d6;
	}

	.contato input[type="button"]{
		float: right;
		padding: 10px 20px;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		text-transform: uppercase;
		background: #e33889;
		border: none;
	}

.footer_endereco{
	padding: 50px 0;
	font-family: 'Quicksand', sans-serif;
}

	.footer_endereco--endereco{
		padding: 20px 10px;
	}
	
	.footer_endereco--facebook{
		padding: 15px;
		margin: 15px 0;
		text-align: center;
		border-right: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
	}

	.footer_endereco--social{
		text-align: center;
	}

	.footer_endereco--social a{
		display: inline-block;
		margin: 45px 2px 0 2px;
		width: 40px;
		height: 40px;
		color: #fff;
		font-size: 20px;
		line-height: 40px;
		background: #9ccb39;
		border-radius: 100%;
	}

.footer_links{
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 170%;
	background: #8abb22;
}

	.footer_links a{
		display: inline-block;
		padding: 0 15px;
		color: #fff;
		font-size: 14px;
	}

		.footer_links a:hover{
			color: #fff;
		}

@media only screen and (max-width: 991px){
	.footer_endereco--endereco{
		text-align: center;
		font-size: 22px;
	}
	.footer_endereco--facebook{display: none;}
	.footer_endereco--social a{font-size: 35px;}
	.footer_links{
		color: #8abb22;
		font-size: 0px;
	}
	.footer_links a{
		display: block;
		font-size: 22px;
	    line-height: 30px;
	}
}


/* INTERNA
/*----------------------------------------*/

.interna{
	padding: 30px 15px;
	margin-bottom: 50px;
	min-height: 500px;
}

.interna h1{
	color: #e33889;
	font-style: 37px;
	text-transform: uppercase;
}


/* SEJA UM FRANQUEADO
/*----------------------------------------*/

.franqueado{
	color: #838383;
	font-size: 18px;
}

.franqueado h1{
	color: #72d536;
	text-transform: uppercase;
}

.franqueado_banner{
	width: 100%;
	height: 423px;
	background: url(../images/franqueado-banner.png) top center;
	background-size: cover;
}

@media only screen and (max-width: 991px){
	.franqueado_banner{height: 300px;}
}
	
	.franqueado_images{
		position: relative;
		padding: 1px;
	}

		.franqueado_images:before{
			content: "\f002";
			position: absolute;
			right: 1px;
			bottom: 1px;
			width: 40px;
			height: 40px;
			color: #fff;
			font-family:'FontAwesome';
			font-size: 15px;
			text-align: center;
			line-height: 40px;
			background: #e56133;
			z-index: 9999;
			transition: all .6s ease 0s;
		}

			.franqueado_images:hover:before{
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				font-size: 40px;
				line-height: 222px;
				background: rgba(229,97,51,.8);
				pointer-events: none;
			}

	.franqueado_images img{ width: 100%; max-width: 100%; margin: 0 !important;}

	@media only screen and (max-width : 768px){
		.franqueado_images{display: none;}
	}

/***************/

.modal-content {
	display: none;
}

#fade-background {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 2;
}
#modal-window {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	/*width: 80%;
	height: 80vh;*/
	background-color: #1e1e1e;
	margin: 0;
	z-index: 9999;
	text-align: center;
}

/*#modal-window:before {     
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}*/

#modal-window img{
	display: inline-block;
    vertical-align: middle; 
    max-width: 100%;
    max-height: 100%;
    border: 10px solid #fff;
}

.close-button {
position:absolute;
right:-10px;
top: -10px;
width: 40px;
height: 40px;
line-height: 35px;
text-align: center;
background: rgba(229,97,51,1);
cursor: pointer;
color: #fff;
font-size: 20px;
border-radius: 100%;
}



/***************/

.franqueado_formulario{
	font-size: 14px;
}

	.franqueado_formulario h1{
		margin: 20px 0 0 0 ;
		padding: 15px 0;
		color: #fff;
		font-size: 30px;
		background: url(../images/franqueado-formulario.png) center center;
		background-size: cover;
	}

	.franqueado_formulario b{
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		text-align: center;
		padding: 5px 0;
	}

	.franqueado_formulario h3{
		display: block;
		margin: 15px 0;
		padding: 15px 0;
		color: #f34992;
		text-align: center;
		font-size: 38px;
		clear: both;
	}

	.franqueado_formulario label{
		display: block;
		margin-bottom: 3px;
		font-family: 'Quicksand', sans-serif;
	}

	.franqueado_formulario input[type="text"], 
	.franqueado_formulario select{
		display: block;
		padding: 5px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}

	.franqueado_formulario input[type="radio"]{
		background: red;
		color: blue;
		border: 1px solid green;
	}

	.franqueado_formulario input[type="button"]{
		display: inline-block;
		padding: 5px 15px;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		background: #9ccb39;
		border: none;
	}

.suporte{
	padding: 0 0 30px 0;
	background: #f9f9f9;
}

	.suporte hr{background: #e5e5e5}
	.suporte hr:before{background-color: #f9f9f9;}

	.suporte span{
		display: block;
		text-align: center;
		font-style: italic;
		font-size: 25px;
	}

	.suporte_list{
		margin-top: 25px;
		padding: 15px;
		background: #eaf1f4;
		border: 1px solid #dee7f0;
	}

		.suporte_list b{
			display: block;
			padding: 5px 5px 5px 30px;
			font-weight: normal;
			color: #363636;
			font-size: 16px;
			background: url(../images/franqueado_flower.png) center left no-repeat;
		}

	.suporte_list .col-lg-6:first-child, 
	.suporte_list .col-md-6:first-child {border-right: 1px solid #dee7f0;}


.investimento{
	padding: 0 0 50px 0;
	border-top: 5px solid #fff;
	background: url(../images/franquia-investimento-bg.png) top center;
	background-size: cover;
	color: #584c4c;
	font-size: 18px;
}

	.investimento h1{
		color: #ef5916;
		font-size: 38px;
	}

	.investimento hr{background: #ffdaca}
	.investimento hr:before{background-color: #fff2e9;}

	.investimento_item{
		padding: 20px 15px;
	}

	.investimento_item span{
		display: inline-block;
		vertical-align: middle;
	}

	.investimento_item b{
		color: #ef5916;
		font-style: italic;
		font-size: 27px;
		line-height:  27px;
	}

	.investimento_item p{
		display: block;
		width: 100%;
	}

	.investimento_item img{
		display: inline-block;
		vertical-align: middle;
	}

	@media only screen and (max-width : 768px){
		.investimento_item img{display: none;}
	}


.franqueado_video h1{
	color: #f34992;
}

@media only screen and (max-width: 991px){
	.franqueado_video{display: none;}
}

.franqueado_departamento{
	padding: 30px 0;
	color: #4a7b04;
	font-size: 17px;
	background: url(../images/bg-lojas.png) center center fixed;
	background-size: cover;
	font-style: italic;
}
	.franqueado_departamento h3{font-size: 35px; line-height: 33px; margin: 0 0 15px 0; font-style: normal;}
	.franqueado_departamento a{color: #4a7b04;}

@media only screen and (max-width: 991px){
	.franqueado_departamento,
	.franqueado_departamento .text-right{text-align: center;}
}


/* INSTITUCIONAL
/*----------------------------------------*/

.institucional {font-size: 18px;}

.institucional h1{color: #f34992;}

.institucional_beneficios{
	padding: 30px 0;
	color: #4e4e4e;
	background: url(../images/institucional-bg.png) top center;
	background-size: cover;
}

	.institucional_beneficios img {
	    display: block;
	    margin: 0px auto 20px auto;
	}

.institucional_pn{padding: 30px 0;}

.institucional_pn h1{
	margin: 0;
	color: #f34992;
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
	font-weight: normal;
}

.institucional_pn .col-lg-4.col-md-4.col-sm-12.col-xs-12{height: 420px;}

@media only screen and (max-width: 991px){
	.institucional_pn{display: none;}
}

.institucional_pn--missao{background: url(../images/institucional-missao.png) top center; background-size: cover;}
.institucional_pn--visao{background: url(../images/institucional-visao.png) top center; background-size: cover;}
.institucional_pn--proposito{background: url(../images/institucional-proposito.png) top center; background-size: cover;}

/* LOJAS
/*----------------------------------------*/

.lojas-interna{
	min-height: 0;
	text-align: center;
	margin-bottom: 0;
}

	.lojas-interna h1{
		color: #8bd121;
		font-size: 37px;
	}

.lojas-endereco{
	background: url(../images/lojas-bg.png) top center fixed;
	background-size: cover;
}

.lojas-interna-select{
		position: relative;
		margin: 10px auto;
		padding: 0;
		float: none;
		text-align: center;
	}

		.lojas-interna-select:before{
			content: "\f107";
			position: absolute;
			top: 1px;
			right: 1px;
			width: 48px;
			height: 48px;
			color: #4e7314;
			font-family:'FontAwesome';
			font-size: 30px;
			line-height: 48px;
			background: #cde3ab;
			pointer-events: none;
		}

	.lojas-interna-select select{
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;

		display: inline-block;
		padding: 10px;
		width: 100%;
		color: #4e7314;
		font-size: 20px;
		border: 1px solid #cde3ab;
		cursor: pointer;
	}

.lojas-endereco-text{
	padding: 30px 20px;
	font-size: 16px;
	color: #4b4b4b;
}

.lojas-endereco-text span{
	display: block;
	color: #1f7293;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-size: 37px;
}

.lojas-endereco-text b{
	display: block;
	margin-top: 15px;
	font-style: italic;
	color: #1f7293;
	font-size: 25px;
}

.lojas-endereco-mapa{
	padding: 0;
	border: 10px solid #bfe2f1;
}


@media only screen and (max-width: 991px){
	.lojas-endereco-mapa{display: none;}
}


.lojas-endereco-icons{
	display: block;
	padding: 15px 0 0 0;
}

	.lojas-endereco-icons a{
		display: inline-block;
		margin: 0 5px 0 0;
		width: 29px;
		height: 29px;
		color: #fff;
		font-size: 19px;
		text-align: center;
		line-height: 29px;
		background: #1f7293;
		border-radius: 5px;
	}

.lojas-interna-fotos{
	min-height: 0;
}

	.lojas-interna-galeria .owl-dots{
		display: none !important;
	}

	.lojas-interna-galeria{
		position: relative;
		padding: 0 40px;
	}

	.lojas-interna-galeria .owl-prev,
	.lojas-interna-galeria .owl-next {
	    position: absolute;
	    padding: 0 !important;
		margin-top: -40px !important;
	    top: 50%;
	    width: 50px;
	    height: 80px;
	    line-height: 80px;
	    color: #9c9c9c !important;
	    font-size: 25px !important;
	    background: none !important;
	}

	.lojas-interna-galeria .owl-prev{
		left: 0;
		text-align: left;
	}
	.lojas-interna-galeria .owl-next{
		right: 0;
		text-align: right;
	}


/* FORNECEDORES
/*----------------------------------------*/

.fornecedores h1{
	color: #ff6000;
}

.fornecedores h3{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	color: #f34992;
	font-size: 25px;
	border-bottom: 1px solid #e5e5e5;
}

	.fornecedores hr{background: #e5e5e5}
	.fornecedores hr:before{
		background: url(../images/flower.png) center center no-repeat #fff;
	}

	.fornecedores input[type="text"], .fornecedores  select, .fornecedores textarea{
		display: block;
		padding: 5px;
		margin: 0 0 10px 0;
		width: 100%;
		max-width: 100%;
		border: 1px solid #f3d3db;
	}

	.fornecedores input[type="button"]{
		display: inline-block;
		padding: 10px 20px;
		color: #fff;
		text-transform: uppercase;
		background: #ff6000;
		border: none;
	}

	.fornecedores label, .fornecedores b{
		display: block;
		padding: 0 0 10px 0;
		color: #454545;
		font-family: 'Quicksand', sans-serif;
	}

	.fornecedores span{
		display: inline-block;
		width: 150px;
	}

	.fornecedores .clearfix{
		padding: 20px 0;
	}

	.fornecedores-importante p{font-size: 20px;}


/* BLOG
/*----------------------------------------*/

.side_blog--busca{
	position: relative;
	padding: 0;
	width: 100%;
	display: inline-block;
	font-size: 13px;
}

	.side_blog--busca:before{
		content: "\f002";
		position: absolute;
		right: 2px;
		top: 5px;
		width: 30px;
		height: 30px;
		color: #e33889;
		font-family:'FontAwesome';
		font-size: 19px;
		text-align: center;
		z-index: 9999
	}

	.side_blog--busca input{
		max-width: 100%;
		width: 100%;
		padding: 5px 20px 5px 5px;
		margin: 4px 0;
		border: 1px solid #ccc;
		color: #666;
	}

.side_blog--title{
	padding: 5px 0;
	margin: 15px 0 0 0;
	color: #e33889;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid #ddd;
}

.side_blog--categoria{
	font-family: 'Quicksand', sans-serif;
	background: #f2ffea;
}

.side_blog--categoria li{
	padding: 5px 0;
	color: #7db20c;
	border-bottom: 1px solid #fff;
}

	.side_blog--categoria li a{
		color: #7db20c;
	}

.side_blog--news input[type="text"]{
	max-width: 100%;
	width: 100%;
	padding: 5px;
	margin: 4px 0;
	border: 1px solid #ccc;
	color: #666;
}

.side_blog--news input[type="button"]{
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	background: url(../images/franqueado-formulario.png) center center;
	border: none;
	float: right;
}

.destaque-title{
	position: relative;
	padding: 10px 0;
	margin: 0 0 25px 0;
	color: #e33889;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	clear: both;
}

	.destaque-title:after{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 75%;
		height: 1px;
		background: #e5e5e5;
	}

	.destaque_item--title{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 5px;
		width: 100%;
		height: 70px;
		color: #3c6913;
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		background: url(../images/bg-lojas.png) center center;
	}

	.destaque_item--title:first-of-type{margin-bottom: 20px;}

.destaque_item--big{
	overflow: hidden;
	padding: 0;
}

	.destaque_item--big img{
		max-width: none;
	}


.blog_list{
    display: block;
    position: relative;
    padding: 20px 0;
	width: 100%;
    border-top: 1px solid #ddd;
    clear: both;
}

	.blog_list:before, 
	.blog_list:after{
		content: "";
		clear: both;
		width: 100%;
	}

	.blog_list--image {
	    position: relative;
	    width: 100%;
	    height: 205px;
	    overflow: hidden;
	}

		.blog_list--image img{max-width: 100%}

	.blog_list--date {
	    position: absolute;
	    padding: 5px 10px;
	    top: 0;
	    right: 0;
	    color: #fff;
	    font-weight: bold;
	    font-size: 13px;
	    letter-spacing: 1px;
	    background: rgba(134,186,23,.8);
	    z-index: 9;
	    transition: all .6s ease 0s;
	}

	.blog_list--text {
	    margin-top: 10px;
	    padding: 15px 30px;
	    height: 206px;
	    text-align: center;
	    border: 1px solid #e7e7e7;
	    overflow: hidden;
	}

	.blog_list--title {
	    display: block;
	    padding: 0 0 15px 0;
	    color: #575757;
	    font-family: 'Quicksand', sans-serif;
	    font-size: 20px;
	    line-height: 25px;
	    border-bottom: 1px solid #e7e7e7;
	}

		.blog_list--title:hover{color: #575757;}

	.blog_list--text p {
	    display: block;
	    padding: 5px 0px;
	    margin: 0;
	    color: #838383;
	    font-size: 16px;
	}

	.blog_list--text p a {
	    display: block;
	    padding-top: 10px;
	    color: #7dab00;
	    font-family: 'Quicksand', sans-serif;
	}

.paginas{
	padding: 15px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

	.paginas li{
		display: inline-block;
		padding: 5px 10px;
		font-family: 'Quicksand', sans-serif;
		border: 1px solid #ccc;
	}

		.paginas li a{color: #575757;}

	.paginas li .active{color: #82b700;}

/* RECEITAS
/*----------------------------------------*/

.receitas h1,
.receitas .destaque-title{
	color: #86c402;
}

	.receitas hr{background: #e5e5e5}
	.receitas hr:before{
		background: url(../images/flower_g.png) center center no-repeat #fff;
	}


/* RECEITAS
/*----------------------------------------*/

.trabalhe-conosco input[type="text"],
.trabalhe-conosco select,
.trabalhe-conosco textarea{
	display: block;
	padding: 10px;
	margin: 10px 0;
	width: 100%;
	border: 1px solid #f0d6dd;
}

.trabalhe-conosco label{
	display: block;
	color: #454545;
	font-family: 'Quicksand', sans-serif;
}

.trabalhe-conosco a#dialog_link{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	background: #e33889;
}


/* VIDEOS
/*----------------------------------------*/

.video-tumb{
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 262px;
	background: gray;
}

	.video-tumb:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 262px;
		background: rgba(0,0,0,0.4);
		z-index: 99;
	}

	.video-tumb:after{
		content: "\f0da";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		padding-left: 5px;
		width: 40px;
		height: 40px;
		text-align: center;
		font-size: 40px;
		line-height: 37px;
		color: #fff;
		font-family:'FontAwesome';
		border: 2px solid #fff;
		border-radius: 100%;
		z-index: 99;
	}


.video-title{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 15px 5px;
	margin-top: 5px;
	height: 70px;
	color: #575757;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	border: 1px solid #ccc;
}
