/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}
/*-- Common Css --*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: myfont;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 17px;
  font-weight: 600;
}
h4 {
  font-size: 15px;
  font-weight: 600;
}
h5 {
  font-size: 13px;
  font-weight: 600;
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*-- custom heading Start --*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading span {
    font-size: 30px;
    color: #DCE8AE;
    font-weight: 600;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*-- custom heading Start --*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #8FB700;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*-- transition custom style --*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*-- header-img start Start --*/
#hero-area {
  position: relative;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*-- home Start --*/
home {
    position: relative;
   
}

/* Menu início */
nav {
	z-index: 99999;
	width: 100%;
}
nav .block1 {
    margin-top: -80px;
    background: #fff;
    padding: 5px 40px;
    background: rgba(255, 255, 255, 0.89);
}
nav .block1 .navbar-default {
	border: none;
	border-radius: 0px;
	margin-bottom: 0;
	background: none;
}
nav .block1 .navbar-default .navbar-brand {
	padding-left: 0px;
	height: 65px;
}
nav .block1 .navbar-default .navbar-nav {
	padding-top: 10px;
}
nav .block1 .navbar-default .navbar-nav > li > a {
	color: #2E2E2E;
	padding: 10px 0px;
	margin: 0px 15px;
	font-size: 15px;
	text-transform: uppercase;
}
nav .block1 .navbar-default .navbar-nav > li > a:before {
	background-color: transparent;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width: 0;
}
nav .block1 .navbar-default .navbar-nav > li > a:hover:before {
	background-color: #e94c3d;
	content: "";
	width: 100%;
}
nav .block1 .navbar-default .navbar-nav > li.current > a {
	color: #2E2E2E;
	padding: 10px 0px;
	margin: 0px 15px;
}
nav .block1 .navbar-default .navbar-nav > li.current > a:before {
	background-color: transparent;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width: 100%;
	background-color: #e94c3d;
}
nav .block1 .navbar-default .navbar-nav > .active > a, nav .block1 .navbar-default .navbar-nav > .active > a:focus, nav .block1 .navbar-default .navbar-nav > .active > a:hover {
	background: none;
}
nav .block1 .navbar-default .navbar-nav > .active > a:before, nav .block1 .navbar-default .navbar-nav > .active > a:focus:before, nav .block1 .navbar-default .navbar-nav > .active > a:hover:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #FF5333;
}

/* 02 Menu fim */

/* Outras Telas */
/* Base 1600 */
@media only screen and (max-width:1919px) and (min-width:1600px) {

}
/* Base 1440 */
@media only screen and (max-width:1559px) and (min-width:1440px) {

}
/* Base 1366 */
@media only screen and (max-width:1439px) and (min-width:1366px) {

}
/* Base 1280 */
@media only screen and (max-width:1365px) and (min-width:1280px) {

}
/* Base 960 */
@media only screen and (max-width:1279px) and (min-width:960px) {
/* Menu */
	
	nav .block1 .navbar-default {
	padding-left: 0px;
	height: 28px;
	display: inline-block;
}
nav .block1 .navbar-default .navbar-brand {
	padding-left: 0px;
	height: 28px;
	width: 150px;
}
nav .block1 .navbar-brand img {
	width: 100%;
}
nav .block1 .navbar-default .navbar-nav > li > a {
	margin: 0px 5px;
}
}

@media only screen and (max-width:959px) and (min-width:768px) {
nav .block1 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}
nav .block1 .navbar-default .navbar-brand {
	padding-left: 0px;
	height: 28px;
	width: 200px;
}
nav .block1 .navbar-default .navbar-brand img {
	padding-left: 15px;
	width: 100%;
}
nav .block1 .navbar-default .navbar-nav > li > a {
	margin: 0px 5px;
}

/* Fim Menu */
}
/* Base 800 */
@media only screen and (max-width:959px) and (min-width:800px) {

}
/* Base 640 */
@media only screen and (max-width:799px) and (min-width:640px) {
/* Menu */
	
	nav {
	position: relative;
	padding-top: 0px;
}
nav .block1 {
	padding: 0px;
	margin-bottom: 0px;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
}
nav .block1 .navbar-brand img {
	padding-left: 5px;
	width: 80%;
}
nav .block1 .navbar-default {
	margin-top: 2px;
	padding: 1px 0;
}
nav .block1 .navbar-default .navbar-header {
	padding-bottom: 1px;
	margin-top: 0px;
	top: 197px;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle {
	margin-top: 2px;
	border: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle .icon-bar {
	background: #e94c3d;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:focus {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:active {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:hover {
	background: none;
}
	
/* Fim Menu */
}
/* Base 480 */
@media only screen and (max-width:639px) and (min-width:480px) {

}
/* Base 320 */
@media only screen and (max-width:479px) and (min-width:320px) {
/* Menu */
	
nav {
	position: relative;
	padding-top: 0px;
}
nav .block1 {
	padding: 0px;
	margin-bottom: 0px;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
}
nav .block1 .navbar-brand img {
	padding-left: 5px;
	width: 90%;
}
nav .block1 .navbar-default {
	margin-top: 2px;
	padding: 1px 0;
}
nav .block1 .navbar-default .navbar-nav > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}
nav .block1 .navbar-default .navbar-header {
	padding-bottom: 1px;
	margin-top: 0px;
	top: 197px;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle {
	margin-top: 2px;
	border: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle .icon-bar {
	background: #e94c3d;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:focus {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:active {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:hover {
	background: none;
}
	
/* Fim Menu */
}
/* Base 240 */
@media only screen and (max-width:319px) {
/* Menu */
	
nav {
	position: relative;
	padding-top: 0px;
}
nav .block1 {
	padding: 0px;
	margin-bottom: 0px;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
	background: linear-gradient(right, rgba(255, 255, 255, 0.6), #ffffff);
}
nav .block1 .navbar-default .navbar-brand {
	width: 120px;
}
nav .block1 .navbar-brand img {
	padding-left: 0px;
	width: 100%;
}
nav .block1 .navbar-default {
	margin-top: 2px;
	padding: 1px 0;
}
nav .block1 .navbar-default .navbar-header {
	padding-bottom: 1px;
	margin-top: 0px;
	top: 0px;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle {
	margin-top: 2px;
	border: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle .icon-bar {
	background: #e94c3d;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:focus {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:active {
	background: none;
}
nav .block1 .navbar-default .navbar-header .navbar-toggle:hover {
	background: none;
}
	
/* Fim Menu */
}

/*-- massa inicio --*/
#massa {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}
#massa .block {
  padding: 0px 40px;
}
#massa .block .title {
  padding: 0px ;
}
#massa .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#massa .block .owl-carousel span {
    font-size: 15px;
    color: #000000;
}
#massa .block .owl-carousel h3 {
    font-size: 12px;
    color: #000000;
}
#massa .block .owl-carousel img {
  padding-right: 10px;
  border-radius: 2px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}
#massa .block .owl-carousel .owl-pagination .active {
  background: #FF5333;
}
#massa .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#massa .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}

/*-- carne Start --*/
#carne {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/carnes-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#carne:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#carne .block .heading {
  color: #fff;
}
#carne .block ul {
  padding-top: 40px;
}
#carne .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#carne .block ul li:hover img {
  transform: scale(1.28) rotate(10deg);
}
#carne .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
  font-size: 17px;
}
#carne .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#carne .block ul li p {
  padding-top: 25px;
  font-size: 15px;
}
#carne .block ul li .img {
  float: left;
  width: 50%;
  height: 50%;
  background: red;
  overflow: hidden;
}
#carne .block ul li .img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#carne .block ul li .img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#carne .block ul li .img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
  
}
#carne .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#carne .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#carne .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#carne .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#carne .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#carne .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*-- sanduiche Start --*/
#sanduiche {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/sanduiches-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#sanduiche:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#sanduiche .block .heading {
  color: #fff;
}
#sanduiche .block ul {
  padding-top: 40px;
}
#sanduiche .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#sanduiche .block ul li:hover img {
  transform: scale(1.28) rotate(10deg);
}
#sanduiche .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
  font-size: 20px;
}
#sanduiche .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
  font-size: 17px;
}
#sanduiche .block ul li p {
  padding-top: 25px;
  font-size: 15px;
}
#sanduiche .block ul li .sanduiche-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#sanduiche .block ul li .sanduiche-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#sanduiche .block ul li .sanduiche-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#sanduiche .block ul li .sanduiche-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#sanduiche .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#sanduiche .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#sanduiche .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#sanduiche .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#sanduiche .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#sanduiche .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*-- petisco Start --*/
#petisco {
  padding-top: 25px;
  padding-bottom: 50px;
  background: url("../images/petiscos-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#petisco:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#petisco .block .heading {
  color: #fff;
	
}
#petisco .block ul {
  padding-top: 10px;
  width: 100%;
	
  
}
#petisco .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
	
	
}
#petisco .block ul li:hover img {
  transform: scale(1.29) rotate(10deg);
}
#petisco .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 15px;
  position: relative;
  font-size: 17px;
}
#petisco .block ul li h3:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 5px;
  height: 1px;
  background: #CBC4B5;
  margin-left: 45px;
 
}
#petisco .block ul li p {
  padding-top: 5px;
  font-size: 15px;
}
#petisco .block ul li .petisco-img {
    float: right;
    width: 100%;
    height: 35%;
    background: white;
    overflow: hidden;
}
#petisco .block ul li .petisco-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#petisco .block ul li .petisco-img-2 {
  width: 100%;
  float: right;
  overflow: hidden;
}
#petisco .block ul li .petisco-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#petisco .block ul li .content-right {
  padding: 5px 5px 5px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 100%;
  height: 150px;
  position: relative;
  top: 5%;
}
#petisco .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#petisco .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#petisco .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#petisco .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#petisco .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*-- nalcool Start --*/
#nalcool {
  padding-top: 25px;
  padding-bottom: 50px;
  background: url("../images/nalcool-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#nalcool:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#nalcool .block .heading {
  color: #fff;
	
}
#nalcool .block ul {
  padding-top: 10px;
  width: 100%;
	
  
}
#nalcool .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
	
	
}
#nalcool .block ul li:hover img {
  transform: scale(1.29) rotate(10deg);
}
#nalcool .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 15px;
  position: relative;
  font-size: 15px;
}
#nalcool .block ul li h3:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 5px;
    height: 29px;
    background: #CBC4B5;
    margin-left: 45px;
    line-height: 15px;
}
#nalcool .block ul li p {
  padding-top: 1px;
  font-size: 15px;
}
#nalcool .block ul li .nalcool-img {
    float: right;
    width: 100%;
    height: 35%;
    background: white;
    overflow: hidden;
}
#nalcool .block ul li .nalcool-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#nalcool .block ul li .nalcool-img-2 {
  width: 100%;
  float: right;
  overflow: hidden;
}
#nalcool .block ul li .nalcool-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#nalcool .block ul li .content-right {
  padding: 5px 5px 5px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 100%;
  height: 170px;
  position: relative;
  top: 5%;
}
#nalcool .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#nalcool .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#nalcool .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#nalcool .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#nalcool .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*-- dose Start --*/
#dose {
  padding-top: 25px;
  padding-bottom: 50px;
  background: url("../images/drinks-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#dose:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#dose .block .heading {
  color: #fff;
	
}
#dose .block ul {
  padding-top: 10px;
  width: 100%;
	
  
}
#dose .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
	
	
}
#dose .block ul li:hover img {
  transform: scale(1.29) rotate(10deg);
}
#dose .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 15px;
  position: relative;
}
#dose .block ul li h3:before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 5px;
  height: 1px;
  background: #CBC4B5;
  margin-left: 45px;
}
#dose .block ul li p {
  padding-top: 5px;
}
#dose .block ul li .dose-img {
    float: right;
    width: 100%;
    height: 35%;
    background: white;
    overflow: hidden;
}
#dose .block ul li .dose-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#dose .block ul li .dose-img-2 {
  width: 100%;
  float: right;
  overflow: hidden;
}
#dose .block ul li .dose-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#dose .block ul li .content-right {
  padding: 5px 5px 5px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 100%;
  height: 150px;
  position: relative;
  top: 5%;
}
#dose .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#dose .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#dose .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#dose .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#dose .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*-- vinho Start --*/
#vinho {
  padding: 70px 0px;
}
#vinho .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#vinho .block .pricing-list {
  padding-top: 5px;
}
#vinho .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#vinho .block .pricing-list ul li {
  padding: 21px 0px;
}
#vinho .block .pricing-list ul li .item .item-title {
  position: relative;
}
#vinho .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
  color: #ff530a;
}

#vinho .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#vinho .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#vinho .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#vinho .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#vinho .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*-- cerveja Start --*/
#cerveja {
  padding: 5px 0px;
}
#cerveja .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#cerveja .block .pricing-list {
  padding-top: 5px;
}
#cerveja .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#cerveja .block .pricing-list ul li {
  padding: 21px 0px;
}
#cerveja .block .pricing-list ul li .item .item-title {
  position: relative;
}
#cerveja .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
  color: #ff530a;
}

#cerveja .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#cerveja .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#cerveja .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#cerveja .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#cerveja .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*-- footer-bottom Start --*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #FF4F02;
}