body{
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
h1{
	color: #292766;
	font-size: 55px;
	font-weight: normal;
	margin-bottom: 80px;
	font-family: 'Roboto Slab', serif;
}
h2{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0 20px 0;
}
.img-fluid{
	max-width: 100%!important;
	height: auto!important;
}
.bg-head {
    min-height: 100vh;
    background: url('../../image/layout/banner2.png') no-repeat center top;
    background-size: cover;
}
.btn-light{
	padding: 20px 50px;
	font-weight: bold;
	color: #4d5061;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
/* SIDE MENU*/
.btn-sidebar{
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	height: 45px!important;
	display: none;
}
.wrapper {
    display: block;
}
#sidebar {
	min-width: 250px;
    max-width: 250px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: -250px;
    background: #f8f9fa;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}
#sidebar.active {
    left: 0;
}
#dismiss {
	width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 35px;
    text-align: center;
    background: #f8f9fa;
    color: #747d8c;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
.overlay {
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #e8ebf0;
}
.sidebar-header {
    color: #747d8c;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #57606f;
}
#sidebar ul li a:hover {
    color: #2f3542;
    background: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #2f3542;
    background: #fff;
}
a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
/* TOPO */
header{
	padding: 10px 0 0 0;
	background: #fbc30f;
}
.navbar-expand-lg ul.navbar-nav {
    /*margin: 0 auto;*/
    float: right;
    padding-top: 15px;
}
.logo{
	margin: 0 auto;
}
#menu-float{
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: auto;
	background: #fbc30f;
	display: none;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
#menu-float img{
	padding: 10px 0 0 0;
}
#menu-float ul{
	float: right;
}
#menu-float ul li{
	float: left!important;
	display: inline-block!important;
	margin: 20px 0 0 13px;
}
#menu-float ul li img{
	padding-top: 0;
	margin-top: 0;
}
.selected{
	color: #2ed573;
}
#topo{
	position: absolute;
	z-index: 999;
	width: 100%;
}
.navbar{
	padding: 0;
	font-family: 'Roboto Slab', serif;
	float: right;
}
.navbar-expand-lg .navbar-nav .nav-link, #menu-float ul li{
    padding-right: .9rem;
    padding-left: .9rem;
    line-height: 26px;
}
.navbar-expand-lg .navbar-nav li a, #menu-float ul li a{
	color: #3c3c49;
	font-size: 18px;
	-webkit-transition: color 1s;
    transition: color 1s;
}
.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li a:active, #menu-float ul li a:hover{
	color: #ed1c24;
	text-decoration: none;
}
.navbar-toggler {
    border: 1px solid #b6bbbf;
     fill: #b6bbbf;
}
/* CONTEÚDO */
#produtos{
	background: url('../../image/layout/bg-produtos.jpg') center bottom;
	padding-top: 150px;
	padding-bottom: 100px;
	font-weight: lighter;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.1);
}
table tr td{
	border: 1px solid #827ec2!important;
}
table td{
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}
#produtos h1{
	color: #fbc30f;
	font-size: 44px;
	text-align: left;
	padding-bottom: 40px;
	margin: 0;
}
#produtos p{
	color: #fff;
}
#a-empresa{
	background: url('../../image/layout/bg-a-empresa.jpg') center bottom no-repeat;
	padding-top: 140px;
}
#a-empresa h2{
	color: #555;
}
#a-empresa h2 span{
	color: #7ab62b;
}
.img-a-empresa{
	margin: 0;
	padding-top: 100px;
}
#destaque{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}
.img-part{
	height: 399px;
}
#sobre-nos img{
	position: absolute;
    right: 25%;
}
@-webkit-keyframes img-pos-destaque {
    from {margin-left: 400px;}
    to   {margin-left: 0px;}
}
.img-part img{
	margin-left: 00px;
	-webkit-animation: img-pos-destaque 2s 1;
  	-moz-animation:    img-pos-destaque 2s 1;
  	-o-animation:      img-pos-destaque 2s 1;
  	animation:         img-pos-destaque 2s 1;
  	position: absolute;
}
#cases:focus{
	background: red;
}
#sobre-nos {
	padding-top: 130px;
}
#contato {
	padding-top: 140px;
	padding-bottom: 100px;
	background: url('../../image/layout/bg-contato.jpg') center bottom no-repeat;
}
#contato h1{
	text-align: center;
}
#sobre-nos h1{
	padding-top: 50px;
	text-align: left;
}
#receitas{
	padding-top: 140px;
	padding-bottom: 100px;
	background: url('../../image/layout/bg-receita.jpg') center bottom no-repeat;	
}
#receitas h1{
	color: #fff;
	text-align: center;
}
.box-receita{
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.box-receita h2{
	font-size: 16px!important;
	font-weight: normal;
	padding: 20px 20px 15px 20px;
	height: 70px;
}
.box-receita img{
	border-radius: 10px 10px 0 0;
}
.missao{
	background: url('../../image/layout/bg-missao.png') top center no-repeat;
	background-size: cover;
	padding: 60px 0 50px 0;
	margin-top: 60px;
}
.info{
	background-size: cover;
	padding: 60px 0 50px 0;
	margin-top: 60px;
}
.box-estrutura{
	padding: 0 0 20px 30px;
	box-sizing: border-box;
}
.box-estrutura img{
	margin: 0 auto;
	max-width: 100%!important;
	height: auto;
}
.box-estrutura h2{
	color: #30323d;
	text-transform: initial;
	font-size: 34px;
	margin: 0;
}
.box-estrutura h3{
	color: #4d5061;
	font-size: 23px;
	font-weight: normal;
	margin: 5px 0 20px 0;
}
.box-estrutura .btn-link{
	color: #30323d;
	word-wrap: break-word;
	margin: 0 20px 10px 20px;
}
.box-estrutura .btn-sm{
	margin: 0 0 10px 20px;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.box-dica h2{
	color: #494948;
	font-size: 20px;
	text-transform: none;
	letter-spacing: initial;
}
.owl-carousel .owl-item img {
    width: initial!important;
}
.owl-text{
	padding: 10px 40px 0 40px;
}


.box-dica p{
	color: #7d7d7d;
}
.box-dica span{
	padding: 0 0 10px 0;
	display: block;
}
.fone{
	font-size: 22px;
	color: #292766;
	font-family: 'Roboto Slab', serif;
}
.email{
	font-size: 22px;
	color: #ed1c24;
	font-family: 'Roboto Slab', serif;
	word-wrap: break-word;
	margin-bottom: 30px;
}
.email:hover{
	text-decoration: none;
	color: #1d1d1b;
}
/* CAROUSEL */
.owl-theme .owl-dots .owl-dot span{
	background: #dcdcdc!important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #494948!important;
}
.owl-prev, .owl-next{
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.owl-prev .btn-link, .owl-next .btn-link{
	color: #6c757d;
}
.owl-prev .btn-link:hover, .owl-next .btn-link:hover{
	color: #fff!important;
}
.owl-prev:hover, .owl-next:hover {
	background: #4d5061!important;
}
.owl-prev .btn-link:hover, .owl-next .btn-link:hover{
	text-decoration: none;
}
.owl-img{
	float: left;
	padding-right: 25px;
}
.owl-texto{
	width: 355px!important;
	float: right;
} 
.owl-container{
	width: auto;
}
.mobile{
	width: 662px;
}
.desktop{
	width: 1245px;
}
#instagram{
	background: #7772b5;
	padding-top: 80px;
	padding-bottom: 80px; 
}
footer{
	padding: 55px 0;
}
.assinatura{
	text-align: right;
}
.icon-social img{
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.icon-social img:hover{
	transform: scale(1.1);
}

/**/
.modal-body img{
	float: right;
	padding: 0 0 30px 30px;
}

/* RESPONSIVE */
@media (max-width: 1042px) {
	#sobre-nos img{
	    right: 0;
	}
	header .btn-light{
		padding: 20px 20px;
	}
}
@media (max-width: 992px) {
	.navbar{
		padding-top: 25px;
	}
}
@media (max-width: 576px) {
	#topo img{
		width: 70%;
	}
	.logo img{
		display: block;
	}
}
@media (max-width: 768px) {
	.btn-sidebar{
		display: block;
	}
	#topo img{
		float: left;
		width: 50%;
	}
	.logo img{
		display: none;
	}
	.assinatura{
		text-align: left;
		padding-top: 20px;
	}
	.bg-head {
	    min-height: 70vh;
	    background: url('../../image/layout/banner2.png') no-repeat center 45px;
	    background-size: cover;
	}
	#receitas .container{
		padding-left: 0;
		padding-right: 0;
	}
	#topo{
		padding-top: 0;
	}
	#topo button{
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin: 20px 0 0 0;
	}
	.navbar{
		padding: 0;
	}
}
@media (max-width: 640px) {
	.carousel-item, .carousel-item .active{
		overflow: hidden!important;
		width: 200%;
	}
	.carousel-item img, .carousel-item .active img{
		position: relative;
		left: -25%;
	}
	.logo{
		padding: 22px 0 0 5px;
	}
	.owl-text {
	    padding: 10px 0px 0 0px;
	}
	.owl-carousel {
		padding: 0 20px;
	}
	.box-estrutura {
	    padding: 0 0 20px 0;
	}
	h1{
		font-size: 36px;
		text-align: left;
	}
	#cases h1{
		text-align: center;
	}
	#destaque .btn-default {
	    background: #4d5061;
	    color: #fbbf14;
	}
	h2{
		color: #4d5061;
	}
	#img-footer{
		padding: 20px;
		background: #fff;
		border-radius: 10px;
	}
}
@media (min-width: 641px) and (max-width: 767px) {
	.carousel-inner .itemousel-item .active{
		overflow: hidden!important;
		width: 175%;
	}
	.carousel-item img, .carousel-item .active img{
		position: relative;
		left: -20%;
	}
}