@font-face { font-family:"BebasNeue"; font-style:normal; font-weight:100; src:local("BebasNeue"),local("BebasNeue"),url("../fonts/BebasNeue.otf") format("opentype") }

@font-face { font-family:"Roboto-Light"; font-style:normal; font-weight:100; src:local("Roboto-Light"),local("Roboto-Light"),url("../fonts/Roboto-Light.ttf") format("truetype") }

*, *:after, *:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

@media screen and (max-width:600px) {
    .logo img { width:70%; margin-left:75px }
}

@media screen and (max-width:785px) {
	.sobre .col-md-12 p, .servicos, .contato .col-md-6 p, .contato .col-md-12 p, .contato .col-md-5 p { padding: 0 10px }
	#titulo { line-height:40px; font-size:40px; padding:0 10px 10px 10px }
}

@media screen and (max-width:360px) {
	#home, #sobre, #servicos, #contato { padding:50px 10px }
	#localizacao { padding:0 }
}

a { color:#fff  }

body, html {
  height: 100%;
  margin: 0;
}

html { font-size:11px }

body {
  font-family:"Roboto-Light", sans-serif;  overflow-x:hidden;
  line-height: 1.42857143;
  color: #fff;
  letter-spacing:0.1em;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #ce3236; /* rgba(255,255,255,0.5); */
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
   border-bottom:1px solid rgba(255,255,255,0.1);
}

.logo-2 {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  line-height: 55px;
  padding:0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 767px){
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 767px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
	.logo-2{ display:block }
}

.nav-collapse li {
  float: left;
  width: 100%;
  padding-left: 1px;
}

@media screen and (min-width: 767px) {
  .nav-collapse li {
    width: auto
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: transparent;
  padding: 0.7em 1em;
  color: #fff;
  width: 99%;
  float: left;
  font-size:17px
}

@media screen and (max-width: 767px) {
  .nav-collapse a:active, .nav-collapse a:hover,
  .nav-collapse .active a {
  background:#fff;
  color:#ce3236
}
}

@media screen and (min-width: 767px) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #71dbe5;
  padding-left: 2em;
}

@media screen and (min-width: 767px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/menu-alt.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 30px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 30px;
  content: "\2261"; /* Close icon */
}

.topo { margin:0; padding:150px 0; background:#ce3236 no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover }
.topo .col-md-12 { padding:250px 0;  }

.logo { position:absolute; left:50%; top:25%; width:300px; height:300px; margin-left:-150px; z-index:11 }
.logo-2 { margin-top:3px }

#home-2 { margin:0 }
.menu { position:fixed; width:100%; height:60px; top:0; left:0; background:transparent; /* border-bottom:1px solid rgba(255,255,255,0.2); */ z-index:20; text-transform:uppercase; }

.container-fluid, .container { color:#fff; font-size:1.6em }

.titulo { font-family:"BebasNeue", sans-serif; font-size:3em; padding:0 0 0 35px }

.home {
  position: relative;
  padding:120px 0;
  min-height: 600px;
  background-image: url(../img/parallax_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sobre {
  background: #ce3236;
  text-transform: uppercase;
  padding: 10px 0 25px 0;
}
#sobre {
  font-size: 15px;
  letter-spacing: 5px;
  color:#fff;
  text-align: center;
  font-weight: 900;
}
#sobre small {
  color:#fff;
  font-size: 11px;
  letter-spacing: 2px;
}
.cartaovirtual {
  background: #F6CA07;
  position: relative;
  margin-top:-30px;
  margin-bottom:-30px;
  padding-top:28px;
  padding-bottom:30px;
  line-height: 10px;
}

@media screen and (max-width: 991px) {
#sobre .col-md-2, #sobre .col-md-3 {
  margin:20px 0
}
}

#info {
  padding:15px;
  font-size: 14px;
  color:#fff;
  letter-spacing:2px
}
#info a {
  color:#fff
}

#produtos {
  background-image: url(../img/parallax_02.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#produtos .col-md-3 {
  padding:3px;
}
#produtos .img-responsive:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
           transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
           z-index: 9;
}
#txt-produtos{
  font-size: 22px
}
 li {
  list-style: none;
  display: inline-block;
}

.cardapio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding:  0 50px;
  background: #F6CA07;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family:"BebasNeue", sans-serif;
}

.cardapio a {
  color: #ce3236;
  padding: 0 10px;
  text-decoration: underline;
}

#menu {
  background: #ce3236;
  text-transform: uppercase;
  padding: 0;
  padding-top: 5px;
}

#menu .col-md-3 {
  margin: 15px 0;
  padding: 0 50px;
}

#menu img {
  float: left;
  padding: 0 15px 0 0;
  margin-top: -15px;
}
#menu .titulo {
  text-align: center;
}
#menu p#sub {
  font-size: 16px;
  font-weight: 900;
  margin-top: 15px;
}
#menu p {
  font-size: 14px;
  font-weight: 600;
}
#menu p#small{
font-size: .6em;
font-weight: 600;
}
#menu b#small{
  font-size: .7em;
}


.localizacao .col-md-12 { padding:0; margin-bottom:-5px }

.contato { padding:80px 0 50px 0;
  background-image: url(../img/parallax_03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#fff }
.contato span { color:rgb(0, 0, 0) }
form {
  padding:0 35px;
  font-family:"BebasNeue", sans-serif; 
}
input[type="text"] { margin: 0 0 20px 0; background-color: transparent; color:#fff}
input[type="text"], input[type="tel"] {  background-color: transparent; border:none; border-bottom:1px solid rgba(255,255,255,0.5); width:100%; padding:5px 0; color: #fff  }
textarea { width:100%; border:none; border-bottom:1px solid #ce3236 }
input[type="submit"] { padding: 8px 35px 4px 35px; border:1px solid #fff; color:#ce3236; background:#fff; float:right; margin-top:10px; cursor:pointer }
input[type="submit"]:hover { color:#fff; background:#ce3236; border:1px solid #ce3236 }

.email {
  margin-left: 0;
  font-size: 14px
}

::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }

.info { font-size:14px; float:left; padding-top:30px }

.rodape { position:relative; bottom:0; width:100%; padding:10px; font-size:12px; color:#fff; background:#ce3236; margin:0 }
.copy { margin-top:5px }
.social { float:right }
.social a, .social a:hover { color:#fff; padding:0 10px; font-size:16px }

.share {
 text-align: right;
}