@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700,400,300);

html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;F
	font-family: 'Ubuntu', sans-serif !important;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{
	height:100%;
}




/*------Defult-----*/
:focus{
	outline:none;
}
a{
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
a:hover{
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
p{
    font-size: 15px;
    line-height: 22px;
    color: #868583;
    font-weight: 300;
    margin-bottom: 5px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	width: 100%;
    padding: 20px;
    border: none;
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    border-left: 3px solid #ddd;
    font-weight: 400;
    color: #56484A;
    background-color: #F9F9F9;
}
textarea {
    resize: none;
    height: 200px;
}
input[type="submit"]{
	background:transparent;
	margin-top:30px;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
input[type="submit"]:hover{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/*-----Fim Defult-----*/





/*-----Header-----*/
header{
	width:100%;
	background-color:#ffd501;
	background-image:url(../img/header.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size: cover;
	padding:40px 0 0;
	height:610px;
	position:relative;
}

header .navbar{height:100%; margin:0; padding:0; border:none;}
header .navbar .cont-header{
	position:relative;
	height:100%;
}

header .navbar-header{width:20%;}
header .navbar-header img{width:100%}

header .navbar-default .navbar-nav{float:right; margin-top:20px;}
header .navbar-default .navbar-nav>li>a{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	color:#fff;
	font-size:28px;
	margin-right:10px;
	margin-left:10px;
	padding:10px;
}
header .navbar-default .navbar-nav>li>a:before{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	width:5px;
	height:5px;
	background:#fff;
	content:'';
	position:absolute;
	top:50%;
	right:-10px;
}
header .navbar-default .navbar-nav>li:last-child>a:before{background:none}
header .navbar-default .navbar-nav>li>a:hover{background:#DE181F; color:#fff;}
header .navbar-default .navbar-nav>li>a:focus{color: #fff}

header .iten1{
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 30px;
}
header .iten2{
	width: 21%;
    position: absolute;
    right: 10%;
    top: 18%;
}
header .iten3{
    width: 18%;
    position: absolute;
    right: 15%;
    bottom: 12px;
    z-index: 2;
}
header .bottom{
    background: url(../img/icons/top-sections.png) center bottom;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20px;
    background-size: 0.6%;
    background-repeat: repeat-x;
}

.header-page{height:290px;}
.header-page .boneco-header{
	width: 11.5%;
    position: absolute;
    left: 20%;
    bottom: 12px;
    z-index: 2;
}
.header-page .brandscump{
	float:right;
	margin-top:90px;
	font-family: 'Amatic SC', cursive;
	color:#fff;
	background:url(../img/home_icon.png) no-repeat left center;
	padding-left:30px;
	background-size: auto 60%;
	margin-right:20px;
}
.header-page .brandscump li{
    display: inline-block;
    font-size: 23px;
    margin-right: 10px;
}
.header-page .brandscump li a{color:#fff}
.header-page .bottom{background-image:url(../img/icons/top-sections-white.png)}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{padding-bottom:220px;}

#conteudo section{padding:60px 0;}
#conteudo section h1{font-family: 'Amatic SC', cursive; font-weight:700; font-size:48px}

#conteudo section .title h2{
	font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 47px;
    padding-top: 60px;
	padding-bottom:40px;
    margin: 0 0 30px;
	position:relative;
}
#conteudo section .title h2:before{
	content: '';
    position: absolute;
    border-bottom: 6px dotted;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
}

#conteudo section .title h2.temp{background:url(../img/icons/icon_tempero.png) top center no-repeat;}
#conteudo section .title h2.temp:before{border-color:#E99E10}

#conteudo section .title h2.rec{color:#fff; background:url(../img/icons/icon_receita.png) top center no-repeat;}
#conteudo section .title h2.rec:before{border-color:#FFF}

#conteudo section .title h2.contact{background:url(../img/icons/icon_contact.png) top center no-repeat;}
#conteudo section .title h2.contact:before{border-color:#E99E10}


#conteudo section#intro{background:#F9F6F0}
#conteudo section#intro .intro{float:inherit; margin:0 auto}
#conteudo section#intro .intro h2, #conteudo section#redes h2{
	font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 47px;
	margin:0 0 30px;
}
#conteudo section#intro .intro p{
	text-align: center;	
}
#conteudo section#intro .intro p b{font-weight: 400;}
#conteudo section#produtos{
	background: url(../img/icons/top-white-bege.png) center top no-repeat;
}

#conteudo section#produtos .produtos{
	float:inherit;
	margin:20px auto 40px;
	min-height:390px;
}
#conteudo section#produtos .carousel .item .inner{
	width:75%;
	display:table;
	margin:0 auto;
}
#conteudo section#produtos .carousel .item .inner img{width:100%;}
#conteudo section#produtos .carousel .item .inner h3{
	text-align: center;
    line-height: 22px;
	height:45px;
}

#conteudo section#produtos .carousel .carousel-control{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	filter:alpha(opacity=60);
	opacity:.6;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#conteudo section#produtos .carousel .carousel-control.left{left:-50px; background:url(../img/icons/produto_arrow_left.png) left 42% no-repeat;}
#conteudo section#produtos .carousel .carousel-control.right{right:-50px;left:auto; background:url(../img/icons/produto_arrow_right.png) right 42% no-repeat;}
#conteudo section#produtos .carousel .carousel-control.right, #conteudo section#produtos .carousel .carousel-control.left{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#conteudo section#produtos .carousel .carousel-control:focus,#conteudo section#produtos .carousel .carousel-control:hover{filter:alpha(opacity=100);outline:0;opacity:1}

#conteudo section#produtos .itens-produtos{height:310px;}



#conteudo section#receitas{
	background:#E99E10 url(../img/icons/top-yellow-white.png) top center no-repeat;
}

#conteudo section#receitas .receitas .iten-receita{margin-bottom:30px;}
#conteudo section#receitas .receitas .iten-receita .img-hover{
	display:block;
	position:relative;
	padding-bottom:20px;
}
#conteudo section#receitas .receitas .iten-receita .img-hover:before{
	content:'';
	position:absolute;
	background:url(../img/icons/icon_receita_top_item.png) no-repeat center;
	height:9px;
	width:100%;
	bottom:0;
	z-index:1
}
#conteudo section#receitas .receitas .iten-receita .img-hover:after{
	bottom:4.5px;
	content:'';
	position:absolute;
	width:100%;
	border-bottom:1px solid #fff;
}

#conteudo section#receitas .receitas .iten-receita .img-hover .black{
	background: rgba(0,0,0,.55);
    position: absolute;
    width: 100%;
    height: 89%;
    font-family: 'Amatic SC', cursive;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 23% 0;
	opacity:0;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#conteudo section#receitas .receitas .iten-receita .img-hover .black:hover{
	opacity:1;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#conteudo section#receitas .receitas .iten-receita .img{
	width:100%;
	height: 160px;
	background-size: cover;
	background-position: center;
}

#conteudo section#receitas .receitas .iten-receita p{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    line-height: 22px;
	font-size:14px;
}


#conteudo section#hover{
	background:url(../img/bg-fixed.jpg) fixed;
	background-size:cover;
	padding:120px 0;
	position:relative;
	overflow:hidden;
}
#conteudo section#hover .bg{
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,top left,bottom left,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
#conteudo section#hover h2{
	font-weight:400;
	font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 75px;
	color:#fff;
	-moz-transform:rotate(-5deg);  
	-webkit-transform:rotate(-5deg);  
	-o-transform:rotate(-5deg);  
	-ms-transform:rotate(-5deg); 
	line-height: 65px;
	margin:0 0 20px;
}
#conteudo section#hover h2 span{
    display: block;
    font-size: 86px;
	font-weight:700;
}

#conteudo section#redes .redes .cont{
	width:750px;
	margin:0 auto;
	position:relative;
}
#conteudo section#redes .redes .cont .mascote{
	position:absolute;
	right:0;
	bottom:0;
	width:30%;
}

#conteudo section#redes .redes .facebook-box{
	padding: 20px;
	background: #F9F6F0;
	display: inline-block;
}

#conteudo section#produtos .produtos .inner{padding:10px 0; min-height:280px; display:block; margin-bottom:20px}
#conteudo section#produtos .produtos .inner img{
	width:90%;
	margin:10px auto;
	display:table;
	
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
#conteudo section#produtos .produtos .inner img:hover{
    margin-top: 0px;
    margin-bottom: 20px;
	
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
#conteudo section#produtos .produtos .inner h3{text-align:center; font-size:16px; color:#606060; margin-top:10px}
#conteudo section#produtos .produtos .inner:hover h3{color:#DE181F}

#conteudo section#produtos .produtos .inner .sombra{
	width:50%;
	opacity:0;
	margin:-10px auto 0;
	
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
#conteudo section#produtos .produtos .inner:hover .sombra{
	width:80%;
	opacity:.5;
	
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
#conteudo section .nav{
	display:table;
	margin:0 auto 40px;
}
#conteudo section .nav li{display:inline-block; margin:0 2px}
#conteudo section .nav li a{
    display: block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 12px;
	color:#606060;
}

#conteudo section#produto img{
	width: 90%;
    margin-top: 20px;
}
#conteudo section#produto h4{margin-top: 35px;}
#conteudo section#produto h6 b{color: #E99E10;}


#conteudo section#produto .informacoes{
	color:#fff;
	position:relative;
	margin-top:30px;
	width:90%;
}
#conteudo section#produto .informacoes table{
	font-size:12px;
	width:100%;
    background:#DAD7D7;
}
#conteudo section#produto .informacoes table tr{border-bottom:1px #fff solid;}
#conteudo section#produto .informacoes table tr td{padding-top:7px; padding-bottom:7px; text-align:center}
#conteudo section#produto .informacoes table tr td:first-child{padding-left:20px; text-align:left;}
#conteudo section#produto .informacoes table tr td:last-child{padding-right:20px; text-align:right}
#conteudo section#produto .informacoes h2{
	text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 700;
    margin: 0;
}
#conteudo section#produto .informacoes p{
	color:#fff;
    line-height: 20px;
}
#conteudo section#produto .informacoes .fa-info-circle {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 33px;
}
#conteudo section#produto .informacoes .info-button{
	background: #e12c33;
    margin-bottom: 2px;
    padding: 20px;
    position: relative;
	display:block;
	color:#fff;
}
#conteudo section#produto .informacoes .info-button:hover{background:#CE1F24}
#conteudo section#produto .informacoes .header-info{
    background: #E99E10;
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 1px;
}
#conteudo section#produto .informacoes .bottom-info{
	padding:5px 20px;
	background:#CECDCD;
	color:#fff;
	font-size: 11px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
}
#conteudo section#produto .informacoes .body-info{display:none}

#conteudo section#receitas.page{background:#fff}
#conteudo section#receitas.page .title h2.rec{color:#333; background-image:url(../img/icons/icon_receita_yellow.png);}
#conteudo section#receitas.page .title h2.rec:before{border-color:#E99E10}
#conteudo section#receitas.page .receitas .iten-receita .img-hover:before{background-image:url(../img/icons/icon_receita_top_item_white.png)}
#conteudo section#receitas.page .receitas .iten-receita .img-hover:after{border-color:#D8D8D8}
#conteudo section#receitas.page .receitas .iten-receita p{color:#868583}

#conteudo section#produtos.page{background-color:#F9F6F0; background-image: url(../img/icons/top-white.png);background-position: center top; background-repeat:no-repeat;}


#conteudo section .box-lateral .inner{
	padding:20px;
	background: #E99E10;
}
#conteudo section .box-lateral h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
}

#conteudo section .box-lateral ul li a{color:#fff; border-bottom:1px dashed #fff; display:block; padding:9px 0 7px;}

#conteudo section#receita .img{
	width:100%;
	height: 220px;
	background-size: cover;
	background-position: center;
}
#conteudo section#receita .header-receita h1{margin-top:20px;}
#conteudo section#receita .infos-receita{margin-top:20px;}
#conteudo section#receita .infos-receita li{
	display: inline-block;
    color: #868583;
	font-size:14px;
    border-right: 2px solid #868583;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 10px;
	position:relative;
	padding-left:25px;
}
#conteudo section#receita .infos-receita li a{color: #868583;}
#conteudo section#receita .infos-receita li a:hover{color: #333}
#conteudo section#receita .infos-receita li:last-child{border:none; margin-right:0; padding-right:0}
#conteudo section#receita .infos-receita li i{
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 18px;
}
#conteudo section#receita .avaliacao{margin-top:30px;}
#conteudo section#receita .avaliacao i{font-size:22px; color:#868583}
#conteudo section#receita .avaliacao i.active{color:#E99E10}
#conteudo section#receita .avaliacao span{font-size:12px; font-style:italic;color:#868583; display:block; margin-top:10px;}

#conteudo section#empresa .list-desc{margin-top:50px;}
#conteudo section#empresa .list-desc li{
    display: inline-block;
    width: 32%;
    text-align: center;
	margin-bottom:20px;
	padding:0 13px;
}
#conteudo section#empresa .list-desc li:last-child{}
#conteudo section#empresa .list-desc li i{
	font-size: 35px;
    color: #ddd;
}
#conteudo section#empresa .list-desc li h3{
	font-family: 'Amatic SC', cursive;
	font-size:22px;
	font-weight:700;
}
#conteudo section#empresa .list-desc li p{
	font-size:13px;
}
#conteudo section#empresa .list-desc .col-center li{width:49%;}




#admin{padding: 6% 0 0;}
#admin .login{
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#admin .login *{
    font-size: 14px;
}
#admin .login .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
#admin .login i {font-size: 67px;}

#admin .login .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
#admin .login .form-top-left h3 { margin-top: 0; font-weight: 300; font-size: 24px; color: #777 }
#admin .login .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}
#admin .login .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
#admin .login .form-bottom form textarea {
	height: 100px;
}
#admin .login .form-bottom form button.btn {
	width: 100%;
}
#admin .login .form-bottom form .input-error {
	border-color: #19b9e7;
}
#admin .login .social-login {
	margin-top: 35px;
}
#admin .login .social-login h3 {
	color: #fff;
}
#admin .login .social-login-buttons {
	margin-top: 25px;
}
#admin .login button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#admin .login button.btn:hover { opacity: 0.6; color: #fff; }
#admin .login button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#admin .login button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
#admin .login button.btn:active:focus, #admin .login  button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#admin>p {color: #d3d7e0; text-align: center; font-size: 13px; margin-top: 20px; margin-bottom: 0}
#admin>p a{color: #d3d7e0; padding: 0 10px;}
#admin>p a:hover{color: #fff;}

#admin>p.footer{
	position: relative;
	display: table;;
	margin: 40px auto 0;
	padding-top: 10px;
}
#admin>p.footer:before{
	content: '';
	position: absolute;
	border-top: 1px solid #a2abc7;
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}
#admin>p.footer a{color: #bec3d4}

#admin .alert{
	margin: 0;
    padding: 5px 15px;
    border-radius: 0;
}
#admin .alert p{font-size: 12px;}
.alert-danger p{color: #a94442;}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}


#print{
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
#print .classPRINT{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
	color: #868583;
}
#print .classPRINT:hover{color: #333;}
#print .logo{
	display: table;
	margin: 0 auto;
}
#print h1{
	font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 48px;
}


#mask{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
#mask .box{
	background: #fff;
	padding: 20px;
	width: 320px;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -160px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#mask .box h1{
	font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}
#mask .box input[type="email"]{
	padding: 7px 15px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 5px;
}
#mask .box input[type="submit"]{
	display: block;
	border: none;
	text-align: center;
	margin: 0;
	height: 40px;
	width: 100%;
    color: #fff;
    background: #DE181F;
    border-color: #DE181F;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}
#mask .box input[type="submit"]:hover{
	background: #cd1017;
	border-color: #cd1017;
}
#mask .box .close{
	background: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #eee;
	line-height: 19px;
	text-align: center;
	right: 0;
	top: 0;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#message{
	text-align: center;
}


#receita_itens{margin-top: 30px;}
#receita_itens img{
	width: 90%;
    margin: 10px 0 0;
}

/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	background-color:#e12c33;
	width:100%;
	padding: 35px 0 65px;
	position:absolute;
	bottom:0;
	color:#fff;
	border-top:20px #EA5056 solid
}
footer img{width:90%;}
footer p b{font-size:16px;}
footer p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
}
footer p i{width:25px;}

footer .menu-footer{
    margin: 25px 0 0;
	padding:0;
}
footer .menu-footer li{display:inline-block; position: relative;}
footer .menu-footer li a{
	font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
}
footer .menu-footer li a:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #fff;
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
}
footer .menu-footer li:last-child a:before {
	content:initial;
}

footer .bottom{
	border-top:#cc0e14 solid 1px;
	height:40px;
	position:absolute;
	background:#DE181F;
	bottom:0;
	width:100%;	
}
footer .bottom p, footer .bottom a{
    color: #fff;
    line-height: 39px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
footer .bottom a:hover{color:#f9acac}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{
	clear:both;
}
.margintop10{
	margin-top:10px;
}
.margintop20{
	margin-top:20px;
}
.margintop30{
	margin-top:30px;
}
.margintop40{
	margin-top:40px;
}

.marginbottom10{
	margin-bottom:10px;
}
.marginbottom20{
	margin-bottom:20px;
}
.marginbottom30{
	margin-bottom:30px;
}
.marginbottom40{
	margin-bottom:40px;
}


.button{
    display: table;
    margin: 10px auto;
    border: 2px solid #606060;
    padding: 10px 20px 12px;
    font-size: 16px;
    color: #606060;
    font-style: italic;
    background: transparent;
	
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
}
.button:hover{
	color:#fff;
	background:#DE181F;
	border-color:#DE181F;
}

.button-white{
	border-color:#fff;
	color:#fff;
}
.button-white:hover{
	border-color:#FFF;
	color:#E99E10;
	background:#fff;
}

.col-center{
	float:none;
	margin:0 auto;
}
/*-----Fim Classes Globais-----*/