@font-face {
    font-family: 'wcmanonegrabta';
    src: url('../fonts/wcmanonegrabta.eot');
    src: url('../fonts/wcmanonegrabta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wcmanonegrabta.woff') format('woff'),
         url('../fonts/wcmanonegrabta.ttf') format('truetype'),
         url('../fonts/wcmanonegrabta.svg#wcmanonegrabta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-regular';
    src: url('../fonts/aleo-regular.eot');
    src: url('../fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-regular.woff') format('woff'),
         url('../fonts/aleo-regular.ttf') format('truetype'),
         url('../fonts/aleo-regular.svg#aleo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-light';
    src: url('../fonts/aleo-light.eot');
    src: url('../fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-light.woff') format('woff'),
         url('../fonts/aleo-light.ttf') format('truetype'),
         url('../fonts/aleo-light.svg#aleo-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-italic';
    src: url('../fonts/aleo-italic.eot');
    src: url('../fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-italic.woff') format('woff'),
         url('../fonts/aleo-italic.ttf') format('truetype'),
         url('../fonts/aleo-italic.svg#aleo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-bold';
    src: url('../fonts/aleo-bold.eot');
    src: url('../fonts/aleo-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-bold.woff') format('woff'),
         url('../fonts/aleo-bold.ttf') format('truetype'),
         url('../fonts/aleo-bold.svg#aleo-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.fonte{
    color: #626262;
    font-family: "aleo-regular", arial;
    line-height: 20px;  
    font-size:15px;
}
.wrapper .sobre img {
	width: 100%;
	margin:2%;
}

.wrapper .sobre p {
width: 100%;
margin:2%;
color: #626262;
font-size:20px;
text-align:center;
font-family: "aleo-regular", arial;
line-height: 50px;
}

.wrapper .sobre h2 {
	 text-align: center;
}

.esquerda{ 
	display: inline-block; 
	width: 500px; 
	text-align:left; 
	margin:2%;
}


.direita{
	position:absolute;
	display: inline-block; 
	width: 500px; 
	text-align:left; 
	margin:2%;
}

.map{
	padding-top:5%;
	position:relative;
}
.opening_hours{
	position: absolute;
	background:rgba(240, 74, 73, 0.57);
	top: 1%;
	left: 73%;
	padding: 1%;
	width: 42%;
}

h2{
    color: #fff;
    font-family: "aleo-regular", arial;
    line-height: 20px;
    font-size: 12px;  
}

h4{
    color: #626262;
    font-family: "aleo-regular", arial;
     line-height: 20px;

}

h3{
    padding-top:40px;
    color: #f5cb25;
    font-family: "aleo-regular", arial;
     line-height: 20px;
}

h6{
    color: #f5cb25;
    font-family: "aleo-regular", arial;
     line-height: 20px;
}


h1, h5{
    color: #626262;
    font-family: "aleo-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1em; margin: .75em 0 }
h3              { font-size: 1.17em; }
h5             { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: 1.75em;}
h1, h2, h3,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

header nav ul li a,
.featured_dishes .slider_nav a,
.gallery .media section img,
footer .footer_nav ul li a{
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
}



.fundo{
    width: 100%;
    height: 150px;
    color: #000;
    background: #d9402d;
    font-family: "aleo-regular", arial;
    font-size: 40px;
    text-align: center;
    line-height: 60px
}




/*    header    */
header{
    width: 100%;
    height: 110px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    border-bottom:4px solid #f04a49;
}

header .logo{
    float: left;
    margin-top: 30px;
    position: fixed;
}

header nav{
    float:left;
    margin-left:250px;
}

header nav ul{
    list-style: none;
    margin-top: 50px;
}

header nav ul li{
    display: block;
    float: left;
    margin-left: 50px;
}

header nav ul li a{
    text-decoration: none;
    color: #3b3b3b;
    font-family: "aleo-bold";
    font-size: 15px;
    letter-spacing: .5px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
}

header nav ul li a.active,
header nav ul li a:hover{
    color: #f34949;
    border-bottom: 3px solid #f34949;
}



/*    hero    */
.hero{
    width: 100%;
    height: 570px;
    position: relative;
    background: url('../img/hero.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero .caption{
    text-align: center;
    margin-top: 220px;
}

.hero .caption h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption h4{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption .rsep,
.hero .caption .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero .caption .rsep{
    margin-right: 20px; 
}
.hero .caption .lsep{
    margin-left: 20px;
}






/*    hero2    */
.hero2{
    width: 100%;
    height: 270px;
    position: relative;
    background: url('../img/hero.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    border-bottom:4px solid #f04a49;
    
}

.hero2 .caption2{
    text-align: center;
    margin-top: 130px;
}

.hero2 .caption2 h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero2 .caption2 h4{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero2 .caption2 .rsep,
.hero2 .caption2 .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero2 .caption2 .rsep{
    margin-right: 20px; 
}
.hero2 .caption2 .lsep{
    margin-left: 20px;
}







/*    menu    */
.menu{
    width: 100%;
    overflow: hidden;
    border-top: 4px solid #f34949;
    padding-bottom: 100px;
}

.menu .menu_title{
    text-align: center;
    margin-bottom: 80px;
}

.menu .menu_title h2{
    display: inline-block;
    margin: 0;
    padding: 20px 25px 35px 25px;
    background: url('../img/ribbon.svg') no-repeat;
    background-position: 50% 0;
    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
}


.menu article{
    width: 490px;
}

.menu .mean_menu{
    overflow: hidden;
}

.menu .hidden_items{
    display: none;
    overflow: hidden;
}

.menu article.lmenu{
    float: left;
}



.menu article.rmenu{
    float: right;
}



.menu article ul{
    overflow: hidden;
    list-style: none;    
}

.menu article ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.menu article ul li .item_info{
    display: inline-block;
    float: left;
}

.menu article ul li h3{
    color: #000;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    margin: 0;
    background: #fff;
    padding: 0 40px 10px 0;
    letter-spacing: .5px;
    font-weight: bold;
}

.menu article ul li .item_desc{
    margin-bottom:10px;
    color: #000;
    font-family: "aleo-italic", arial;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: lighter;
}

.menu article ul li .price{
    float: right;
    color: #000;
    font-family: "aleo-regular", arial;
    font-size: 18px;
    position: absolute;
    background: #fff;
    margin-left: 410px;
    font-weight: bold;
}

.menu article ul li .price2{
    float: right;
    color: #000;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: absolute;
    background: #fff;
    margin-left: 330px;
    font-weight: bold;
}

.menu article ul li .separator{
    width: 100%;
    height: 1px;
    background: #666;

    float: left;
}

.menu .load-more{
    display: block;
    text-align: center;
}

.menu .load-more a{
    text-decoration: none;
    display: inline-block;
    color: #000;
    margin-top: 30px; 
    padding: 10px 15px;
    border: 1px solid #000;

    color: #000;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu .load-more a hr{
    width: 1px;
    height: 12px;
    border: 0;
    background: #000;
    display: inline-block;
    margin: 0 9px -1px 7px;
}

.menu .load-more a .bottom_arrow,
.menu .load-more a .top_arrow{
    display: inline-block;
    width: 11px;
    height: 7px;
    background-repeat: repeat-y;
    margin-bottom: 1px;
}

.menu .load-more a .bottom_arrow{    
    background: url('../img/bottom_arrow.png');
}

.menu .load-more a .top_arrow{    
    background: url('../img/top_arrow.png');
}



/*    featured dishes    */
.info{
    overflow: hidden;
    margin-bottom: 40px;
}

.info .title{
    float: left;
    position: relative;
}

.info .title h3{
    color: #3b3b3b;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.info .title .separator{
    position: absolute;
    width: 200px;
    height: 2px;
    background: #ef5e02;
    top: 50px;
    right: -220px;    
}
.featured_dishes{
    padding: 40px 0;
    overflow: hidden;
}

.caroufredsel_wrapper{
    width: 100%!important;
}

.featured_dishes .slider_nav{
    float: right;
}

.featured_dishes .slider_nav a{
    display: block;
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
    text-indent: 999px;
    text-decoration: none;
    background: url('../img/pagination.png') no-repeat;
}

.featured_dishes .slider_nav a.selected{
    background: url('../img/pagination_active.png') no-repeat;
}


.featured_dishes .dishes{
    overflow: hidden;
}

.featured_dishes .dishes article{
    display: block;
    width: 230px;
    float: left;
    margin-right: 60px;
}

.featured_dishes .dishes article:last-child{
    margin-right: 0;
}

.featured_dishes .dishes article .dishe_img{
    display: block;
    width: 230px;
    height: 200px;
    overflow: hidden;
}

.featured_dishes .dishes article .dish_info{
    overflow: hidden;
    margin: 30px 0 10px 0;
}

.featured_dishes .dishes article .dish_info h2{
    float: left;
    width: 85%;
}

.featured_dishes .dishes article .dish_info h3{
    float: right;
}

.featured_dishes .dishes article .dish_info h3,
.featured_dishes .dishes article .dish_info h2{
    margin: 0;
    color: #000;
    font-family: "aleo-light", arial;
    font-size: 16px;


}

.featured_dishes .dishes article .rating ul{
    list-style: none;
    overflow: hidden;
}

.featured_dishes .dishes article  ul.rating li{
   display: block;
   width: 12px;
   height: 11px;
   float: left;
   margin-right: 5px;
   background: url('../img/stars.png') no-repeat;
   background-position: 0 0;
}

.featured_dishes .dishes article  ul.rating li.no-star{
   background-position: -13px 0;
}


/*    gallery    */
.gallery{
    padding: 40px 0;
    overflow: hidden;
}

.gallery .media{
    overflow: hidden;
    width: 100%;
    height: 430px
}

.gallery .media section{
    display: block;
    width: 366px;
    float: left;
} 

.gallery .active{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gallery .inactive{
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: .8;
}

.gallery .media section .hhalf{
    display: block;
    width: 100%;
    height: 215px;
} 

.gallery .media section img{
    width: 100%;
    vertical-align: middle;
}


/*    footer    */
footer{
    width: 100%;

    padding: 40px 0;
    background: #d9402d;
    overflow: hidden;
}

footer section{
    display: block;
    width: 230px;
    margin-right: 60px;
    float: left;
}

footer section:last-child{
    margin-right: 0;
}

footer .adress{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 1px;
}

footer .adress .location{
    color: #fff;
    font-family: "aleo-light", arial;
    font-weight: lighter;
}

footer .adress .phone{
    font-family: "aleo-bold", arial;
    font-weight: bold;
}

footer .footer_nav ul{
    list-style: none;
}

footer .footer_nav ul li{
    display: block;
    margin-bottom: 18px;
}

footer .footer_nav ul li a{
    text-decoration: none;
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}

footer .footer_nav ul li a:hover{
    border-bottom: 2px solid #fff;
}

footer .copyrights .footer_logo{
    margin-bottom: 30px;
}

footer .copyrights p{
    color: #fff;
    font-family: "aleo-light", arial;
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 1px;
}

footer .copyrights p a{
    font-family: "aleo-bold", arial;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.esfiha{
	font-weight: bold;
	color:#3b3b3b;
	font-family: "aleo-bold", arial;
    	font-size: 14px;
   	text-transform: uppercase;
   	margin: 0;
   	float:left;
}

.preco{
	
	color:#3b3b3b;
	font-family: "aleo-bold", arial;
    font-size: 18px;
   	text-transform: uppercase;
   	margin: 0;
   	float:right;
}

.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    font-family: "aleo-bold", arial;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 25%;
    color: #f04a49;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
  

    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.tabs label span {
    display: none;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #ccc;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color:#ffffff;
}

.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #f1b825;
    border-bottom: 4px solid #f1b825;
    color: #f1b825;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4{
    display: block;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width:100%;
    margin: 0 auto;
    }
}
.cmn-t-pulse {
  padding: 20px 40px;
  color: #fff;
  

  animation: pulse 4s ease infinite;
  /* transition: transform 0.2s; */
}
.cmn-t-pulse:hover {
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


/*imgem fixa no fundo da tela */

section.module:last-child {
  margin-bottom: 0;
}
section.module h3 {
    text-align: center;
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    margin: 0;
    padding: 130px;
    font-weight: normal;
    overflow: hidden;
}


section.module.parallax {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-bottom:4px solid #f04a49;
  position:relative;

}

section.module.parallax-1 {
  background-image: url("../img/hero.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/light1.jpg");
}
section.module.parallax-2 h3{text-align:center;}
section.module.parallax-3 {
  background-image: url("../img/doce1.jpg");
}
section.module.parallax-3 h3{font-size:80px;}

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

 