@import url('../lib/animate/animate.css');
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('color.css');
@import url('custom.css');

@keyframes slideLeft {
  0% {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    -ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideTop {
  0% {
    -ms-transform: translateY(-100%) rotate(-3deg);
	-webkit-transform: translateY(-100%) rotate(-3deg);
	transform: translateY(-100%) rotate(-3deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(-3deg);
	-webkit-transform: translateY(0) rotate(-3deg);
	transform: translateY(0) rotate(-3deg);
  }
}

@keyframes bottle01{
  0% {
    -ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
  }
  25% {
    -ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
  }
  50% {
    -ms-transform: rotate(-1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(-1deg);
  }
  100% {
    -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}


a,
a:link,
a:active,
a:visited{
	color:#666;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--green)	
}

/* LINKS */
.cor-links-rodape p{
	margin:0;
	padding:0;	
}
.cor-links-rodape h3{
	font-size:17px;
	font-weight:500;
	color:#fff;
	
}
.cor-links-rodape h3 a,
.cor-links-rodape h3 a:link,
.cor-links-rodape h3 a:active,
.cor-links-rodape h3 a:visited{
	font-size:17px;
	font-weight:500;
	color:#fff;
}


.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	color: var(--green-light);
	font-size:15px;
	font-weight:500;
	line-height:20px;
	transition:0.5s;
}
.cor-links-rodape a:hover{
	color:#fff
}

.cor-links-receitas a,
.cor-links-receitas a:link,
.cor-links-receitas a:active,
.cor-links-receitas a:visited{
	color:var(--green);
	font-weight:700;
	transition:0.5s;
	text-decoration:none
}
.cor-links-receitas a:hover{
	opacity:0.4
}

/* HEADER */
#components-relative{
	position:relative
}
#header-left{
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	width:266px;
	height:270px;
}
.webp #header-left{
	background:url(../img/layout/geral/header-left.webp) center center no-repeat;
	background-size:100%
}
.no-webp #header-left{
	background:url(../img/layout/geral/header-left.png) center center no-repeat;
	background-size:100%
}
#header-right{
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	width:175px;
	height:200px;
}
.webp #header-right{
	background:url(../img/layout/geral/header-right.webp) center center no-repeat;
	background-size:100%
}
.no-webp #header-right{
	background:url(../img/layout/geral/header-right.png) center center no-repeat;
	background-size:100%
}

#footer-left{
	position:absolute;
	left:-20px;
	bottom:0;
	z-index:5;
	width:190px;
	height:258px;
}
.webp #footer-left{
	background:url(../img/layout/geral/footer-left.webp) right top no-repeat;
	background-size:100%
}
.no-webp #footer-left{
	background:url(../img/layout/geral/footer-left.png) right top no-repeat;
	background-size:100%
}
#footer-right{
	position:absolute;
	right:40px;
	top:60px;
	z-index:5;
	width:100px;
	height:65px;
}
.webp #footer-right{
	background:url(../img/layout/geral/footer-right.webp) center center no-repeat;
	background-size:100%
}
.no-webp #footer-right{
	background:url(../img/layout/geral/footer-right.png) center center no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#header-left{
		left:-10px;
		bottom:auto;
		top:130px;
		width:130px;
		height:132px;
	}
	#header-right{
		right:0;
		top:0;
		width:75px;
		height:86px;
	}
	#footer-left{
		width:110px;
		height:149px;
	}
	#footer-right{
		width:65px;
		height:42px;
	}
}

/* MENU */
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

@media only screen and (max-width: 600px) {
	.menu-fixo{
		position:inherit;
	}
}

.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

.navbar-nav .nav-item a{
	padding: 3px 16px 2px 16px;
	font-size:17px;
	font-weight:500;
	margin: 0px 16px;
	color: var(--green-light);
	transition: 0.5s;
}

@media only screen and (max-width: 600px) {
	.navbar-nav .nav-item a{
		margin: 0px;
	}
}

.navbar-nav .nav-link:hover{
	color: #fff
}

.dropdown-item{
    font-size: 16px !important;
	font-weight:300;
	line-height: 22px;
	margin:0px !important;
	padding:1px 25px !important;
	color: #fff !important;
}
.dropdown-menu{
	top:95%;
	width:200px
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
	background: var(--green);
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff !important;
	text-decoration: none;
	background-color: var(--green) !important
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
	.dropdown-menu{
		width:92% !important
	}

}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:15px;
	margin-right:15px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	font-size:21px;
	color:var(--green-light) ;
	margin:2px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	color:#fff
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

#menuHeader{
	z-index:99999999999	
}

/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 8px 25px;
	color:#fff;
	font-size:16px;
	font-weight: 700;
	margin: 5px;
	border-radius: 5px;
	transition: 0.5s;
	display:inline-block
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}


/* SECTION HOME 1 */
.background-home-section-1{
	background: linear-gradient(to bottom, #83C200 50%, #155129 50%);	
}
@media only screen and (max-width: 600px) {
	.background-home-section-1{
		background: linear-gradient(to bottom, #83C200 65%, #155129 65%);	
	}
}
#home-section-1-left{
	position:absolute;
	left:0;
	top:25%;
	z-index:5;
	width:220px;
	height:272px;	
}
.webp #home-section-1-left{
	background:url(../img/layout/home/home-section-1-left.webp) right top no-repeat;
	background-size:100%
}
.no-webp #home-section-1-left{
	background:url(../img/layout/home/home-section-1-left.png) right top no-repeat;
	background-size:100%
}
#home-section-1-right{
	position:absolute;
	right:40px;
	top:28%;
	z-index:5;
	width:125px;
	height:279px;
}
.webp #home-section-1-right{
	background:url(../img/layout/home/home-section-1-right.webp) right top no-repeat;
	background-size:100%
}
.no-webp #home-section-1-right{
	background:url(../img/layout/home/home-section-1-right.png) right top no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#home-section-1-left{
		left:0;
		top:20%;
		width:85px;
		height:105px;	
	}
	#home-section-1-right{
		right:10px;
		top:42%;
		width:70px;
		height:156px;	
	}
}

/* SECTION HOME 2 */
.webp .bkg-home-section-2{
	background:url(../img/layout/home/bkg-home-section-2.webp) center center no-repeat;
	background-size:cover;
	padding:130px 40px	
}
.no-webp .bkg-home-section-2{
	background:url(../img/layout/home/bkg-home-section-2.jpg) center center no-repeat;
	background-size:cover;
	padding:130px 40px	
}
@media only screen and (max-width: 600px) {
	.bkg-home-section-2{
		padding:100px 40px	
	}
}

/* SECTION HOME 3 */
.bkg-home-section-3{
	margin-top:-80px	
}
.box-categorias-home{
	position:relative;
	width:100%;
	background: var(--green-light);
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	transition:0.5s
}
.box-categorias-home:hover{
	background: var(--green);
}
.box-categorias-home-mask{
	position:absolute;
	left:0;
	top:0;
	z-index:11
}
.box-categorias-home-conteudo{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	top:42%;
	z-index:12
}
.box-categorias-home-conteudo a,
.box-categorias-home-conteudo a:link,
.box-categorias-home-conteudo a:active,
.box-categorias-home-conteudo a:visited{
	color:#fff;
	font-size:22px;
	font-weight:600;
}
#home-section-3-left{
	position:absolute;
	left:25px;
	top:24%;
	z-index:5;
	width:55px;
	height:135px;
}
.webp #home-section-3-left{
	background:url(../img/layout/home/home-section-3-left.webp) right top no-repeat;
	background-size:100%
}
.no-webp #home-section-3-left{
	background:url(../img/layout/home/home-section-3-left.png) right top no-repeat;
	background-size:100%
}
#home-section-3-right{
	position:absolute;
	right:40px;
	bottom:8%;
	z-index:5;
	width:80px;
	height:50px;	
}
.webp #home-section-3-right{
	background:url(../img/layout/home/home-section-3-right.webp) right top no-repeat;
	background-size:100%
}
.no-webp #home-section-3-right{
	background:url(../img/layout/home/home-section-3-right.png) right top no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#home-section-3-left{
		left:15px;
		top:24%;
		width:30px;
		height:74px;	
	}
	#home-section-3-right{
		right:35px;
		bottom:35px;
		width:45px;
		height:28px;	
	}
}
/* SECTION HOME 4 */
.background-home-section-4{
	background: linear-gradient(to left, #83C200 50%, #155129 50%);	
}
@media only screen and (max-width: 600px) {
	.background-home-section-4{
		background: linear-gradient(to top, #83C200 50%, #155129 50%);	
	}
}


/* SECTION EMPRESA 1 */
.background-empresa-section-1{
	background: linear-gradient(to bottom, #fff 40%, #155129 40%);	
}
@media only screen and (max-width: 600px) {
	.background-empresa-section-1{
		background: linear-gradient(to bottom, #fff 27%, #155129 27%);	
	}
}
#empresa-section-1-left{
	position:absolute;
	left:0px;
	top:60px;
	z-index:5;
	width:195px;
	height:400px;
}
.webp #empresa-section-1-left{
	background:url(../img/layout/empresa/empresa-section-1-left.webp) right top no-repeat;
	background-size:100%
}
.no-webp #empresa-section-1-left{
	background:url(../img/layout/empresa/empresa-section-1-left.png) right top no-repeat;
	background-size:100%
}
#empresa-section-1-right{
	position:absolute;
	right:40px;
	top:30px;
	z-index:5;
	width:100px;
	height:300px;	
}
.webp #empresa-section-1-right{
	background:url(../img/layout/empresa/empresa-section-1-right.webp) right top no-repeat;
	background-size:100%
}
.no-webp #empresa-section-1-right{
	background:url(../img/layout/empresa/empresa-section-1-right.png) right top no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#empresa-section-1-left{
		left:0;
		top:120px;
		width:98px;
		height:200px;	
	}
	#empresa-section-1-right{
		right:15px;
		top:25px;
		width:53px;
		height:160px;	
	}
}

#empresa-section-2-left{
	position:absolute;
	left:100px;
	top:-140px;
	z-index:5;
	width:49px;
	height:80px;
}
.webp #empresa-section-2-left{
	background:url(../img/layout/empresa/empresa-section-2-left.webp) right top no-repeat;
	background-size:100%
}
.no-webp #empresa-section-2-left{
	background:url(../img/layout/empresa/empresa-section-2-left.png) right top no-repeat;
	background-size:100%
}
#empresa-section-2-right{
	position:absolute;
	right:40px;
	bottom:-57px;
	z-index:5;
	width:150px;
	height:112px;	
}
.webp #empresa-section-2-right{
	background:url(../img/layout/empresa/empresa-section-2-right.webp) right top no-repeat;
	background-size:100%
}
.no-webp #empresa-section-2-right{
	background:url(../img/layout/empresa/empresa-section-2-right.png) right top no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#empresa-section-2-left{
		left:30px;
		top:-70px;
		width:28px;
		height:45px;	
	}
	#empresa-section-2-right{
		right:25px;
		bottom:-40px;
		width:100px;
		height:75px;	
	}
}



#empresa-section-3-right{
	position:absolute;
	right:0;
	bottom:90px;
	z-index:5;
	width:220px;
	height:272px;	
}
.webp #empresa-section-3-right{
	background:url(../img/layout/empresa/empresa-section-3-right.webp) right top no-repeat;
	background-size:100%
}
.no-webp #empresa-section-3-right{
	background:url(../img/layout/empresa/empresa-section-3-right.png) right top no-repeat;
	background-size:100%
}
@media only screen and (max-width: 600px) {
	#empresa-section-3-right{
		right:0;
		bottom:20px;
		width:85px;
		height:105px;		
	}
}



/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:8px 18px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	height:38px;
	margin-bottom:5px;
	border-radius:5px;
	margin-top:0px;	
	font-weight:600
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #999 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #999 !important;
}

::-ms-input-placeholder{
  color: #999 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #be1622;
}


.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--green-light);
    border-color: var(--green-light);
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:#555 !important;
	font-weight:800
}
.page-link:hover {
    background-color: var(--green);
    border-color: var(--green);
	color:#fff !important
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
	}
}
.modal-content {
	border:none !important	
}

.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}
