@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900|Quicksand:300,400,700");

body {
	font: 16px Quicksand, Tahoma;
}

.header {
	width: 100%;
	padding: 10px 0 30px;
	background: url(../imagens/site-banner.jpg) center no-repeat;
	background-size: cover;
	float: left;
	text-align: center;
	top: 0px;
	margin-top: 0px;
	position: relative;
}

.btn-loja {
	border-radius: 100px;
	margin: 10px;
}

h1 {
	font-weight: 700;
	color: #C81523;
	margin-top: 60px;
}

section hr {
	width: 100px;
	border: 3px solid #F79A0C;
	background: #F79A0C;
	margin: 40px auto;
}

main section {
	margin: 50px 0;
}

main section p {
	margin: 20px;
}

.como .fas {
	margin: 30px 0;
}


.contato label {
	margin-left: 20px;
	font-weight: 700;
}

footer {
	border-top: 1px solid #ccc;
	padding: 40px 0 80px;
	margin-top: 20px;
}

.banners img {
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}

.big {
	font-size: 1.3em;
}

.nav-item .btn-loja {
	color: #FFF !important;
}

h3 {
	font-style: 700;
	font-weight: 700;
	margin: 30px 0;
}

.btn-box {
	color: #333;
}

.btn-box:hover {
	color: #000;
}

.menu-desktop #prev, .menu-desktop #next {
	font-size: 3em;
	color: #ccc;
	margin-top: 40px;
}

.menu-desktop #prev:hover, .menu-desktop #next:hover {
	color:#000;
}

.card-chef {
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #ddd;
	margin: 10px 5px;
	width: 100%;
	float: left;
	border-radius: 5px;
	color: #333;
	transition: all 0.5s;
}

.card-chef a {
	color: #ccc;
}

.card-chef a:hover {
	color: #333;
	text-decoration: none;
}

.card-chef:hover {
	box-shadow: 0 0 10px #333;
	color: #000;
}

.card-img {
	width: 30%;
	float: left;
}

.card-img img {
	width: 100%;
	border-radius: 5px;
}

.card-desc {
	width: 65%;
	float: right;
}

.card-desc p {
	margin-top: 10px;
	text-align: center;
}

.hide {
	display: none;
}

label, .parsley-errors-list {
	font-weight: bold;
}

.parsley-errors-list {
	color: red;
	margin: 10px 0;
}

.row {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.banner-site {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


.floating-button.floating-button--close .bricks--section {
  display: none !important;
}

.floating-button.floating-button--close .bricks--component-popup {
  box-shadow: none !important;
}

.floating-button.floating-button--close .bricks--close--button {
  display: none;
}

#whats {
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 0!important;
    background: transparent url(../imagens/whats.png) center center no-repeat;
    z-index: 900;
    box-shadow: none;
    outline: none;
    width: 60px !important;
    height: 61px !important;
    background-size: 60px 60px !important;
    cursor: pointer;
    border: 0 !important;
}

#whats.shake {
  animation: shake 1s infinite;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  55% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  65% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  70% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  75% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  80% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  85% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  90% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  95% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
  


@media (max-width: 480px) {
	h1 {
		font-size: 22px;
	}
	.header {
		box-sizing: border-box;
		width: 100%;
	}
	.container {
		width: 100%;
	}
	.menu-nav {
		margin-left: -15px;
	}
	.card-desc {
		font-size: 1.2em;
	}
	.banners img {
		width: 100%;
		margin: 10px auto;
	}
	.header img {
		width: 300px;
	}
	.card-desc p {
		margin: 10px;
		text-align: left;
	}
}

