@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

:root {
    --cor1: #7F000C;
    --cor2: #420607;
    --cor3: #FEA510;
    --branco: #fff;
    --preto: #000;
}

html, body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	position:relative;
}

h1,h2,h3,h4,h5{
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 700;
	position: relative;
}

small{
	display: block;
	letter-spacing: 4px;
	color: #666;
	font-size: .7rem;
}

h1:after, h2:after {
    content: '';
    width: 85px;
    height: 2px;
    background: #ccc;
    display: block;
    margin: 10px auto 0;
}

.bordo{
	color: #7F000C;
}

li{
	list-style: none;
}

ul{
	padding: 0;
}

header{
	position: relative;
}

section.topo{
	background: url(img/bg2.jpg) no-repeat center;
	background-size: cover;
	padding-top: 225px;
	padding-bottom: 180px;
}

section.topo.cardapio{
	background: url(img/bgcardapio.jpg) no-repeat center;
}

section.topo.falec{
	background: url(img/bgcontato.jpg) no-repeat center bottom;
}

section.topo h1{
	color: #fff;
	font-weight: 900;
}

section.topo h1:after{
	display: none;
}

.btn{
	transition: all 0.5s;
	font-size: .8rem;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
}

.btn-default{
	border-color: #fff;
}

.btn-default:hover{
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-primary{
	background-color: #7F000C;
	border-color: #7F000C;
}

.btn-primary:hover{
	background-color: #420607;
	border-color: #420607;
}

.navbar-toggler{
	background-color: #fff;
}

.navbar{
	transition: all 0.5s;
}

.navbar-brand img{
	width: 100%;
	transition: all 0.5s;
	margin-top: -50px;
}

ul.navbar-nav li{
	padding-left: 35px;
}

ul.navbar-nav li a{
	text-transform: uppercase;
	font-weight: 400;
	color: #fff!important;
}

.bgcinza{
	background-color: rgba(0,0,0, 0.95)!important;
}

.carousel{
	background: url(img/bg2.jpg) no-repeat top center;
	background-size: cover;
	height: 650px;
	color: #fff;
}

.carousel h2 {
    color: #fff;
    margin: 10px 0;
    font-size: 3.5rem;
    font-weight: 900;
    transform: translateY(-50%);
    text-shadow: 1px 0px 8px #111;
}

h2.festival{
	color: var(--cor3);
}

h2.festival small{
	color: var(--branco);
	text-shadow: none;
}

.carousel h2:after{
	display: none;
}

.carousel h2 span{
	color: var(--cor3);
}

.tp-bullets.simplebullets.round .bullet {
    background: #fff;
    height: 5px;
}

.tp-bullets.simplebullets.round .bullet.selected{
	background-color: #333;
}

.tp-leftarrow.default, .tp-rightarrow.default{
	display: none;
}

.tp-caption{
	top: 50%;
}

.tp-caption.txtleft{
	padding-left: 65px;
}

.tp-caption.txtcenter{
	padding-left: 65px;
	width: 100%;
}

.imgright img{
	margin-right: 0;
}
.imgleft img{
	margin-left: 0;
}

@media (max-width: 500px) {
	.carousel h2{
		font-size: 2rem;
	}
	.carousel p.sub{
		margin-top: 50px;
		font-size: 1rem;
		white-space: normal;
		line-height: 1.2rem;
		width: 350px!important;
		
	}
	.carousel{
		background: url(img/bg2.jpg) no-repeat;
		background-position: 30% top; 
		background-size: cover;
		height: 550px;
		color: #fff;
	}
}

@media (min-width: 500px) and (max-width: 990px) {
	.carousel p.sub{
		margin-top: 40px;
		font-size: 1.2rem;
		white-space: normal;
		line-height: 1.4rem;		
		padding-right: 25px;
	}
}

@media (min-width: 1440px){
	.imgright img{
		margin-right: -65px;
	}
	.imgleft img{
		margin-left: -65px;
	}
}

@media (min-width: 1600px){
	.imgright img{
		margin-right: -115px;
	}
	.imgleft img{
		margin-left: -115px;
	}
}

@media (min-width: 1680px){
	.imgright img{
		margin-right: -175px;
	}
	.imgleft img{
		margin-left: -175px;
	}
}

@media (min-width: 1880px){
	.imgright img{
		margin-right: -295px;
	}
	.imgleft img{
		margin-left: -295px;
	}
}

div.top{
	padding-top: 10px;
	z-index: 5000;
}

div.top li{
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: .8rem;
}

div.top li i{
	margin-right: 5px;
}

div.top li a img{
	margin-top: -3px;
}

a.btn-online{
	background-color: #FEA510;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 1rem;
	padding: .375rem .75rem;
}

a.btn-online:hover{
	color: #fff;
	background-color: red;
}

section.conteudo{
	padding: 80px 0;
}

section.bgcardapio{
	background: url(img/bgcardapio.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0;
	color: #fff;
}

section.bgcardapio small{
	color: #fff;
}

h1 small{
	margin-top: 10px;
	padding-bottom: 10px;
}

section.reviews{
	background-color: #EFEFEF;
	padding: 100px 0;
	position: relative;
}

span.nome{
	display: block;
	margin-top: 15px;
	font-size: .8rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 500;
}

section.reviews .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right: -10px;
	top: 20%;
	font-size: 4rem;
	outline: none;
	background: none;
	border: none;
	color: #000;
}

section.reviews .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left: -10px;
	top: 20%;
	font-size: 4rem;
	outline: none;
	background: none;
	border: none;
	color: #000;
}

section.mapa{
	color: #fff;
}

footer{
	background-color: #0B0D0F;
	padding-top: 60px;
}

footer span{
	color: #666;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
	font-size: .7rem;
}

footer address, footer p{
	font-size: .9rem;
	color: #666;
}

footer .copy{
	background-color: #16191E;
	padding: 10px 0;
	color: #fff;
	font-size: .7rem;
	margin-top: 60px;
}

span.fone{
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
}

span.email{
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: normal;
}

div.redes li{
	display: inline-block;
	margin: 0 15px;
	font-size: 3rem;
}

div.redes li a{
	color: #fff;
}

div.itemcardapio{
	min-height: 100px;
}

div.titprice{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.titprice h4{
	-webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1rem;
    margin-bottom: 0px;
}

div.titprice h4 small{
	font-size: .7rem;
	display: inline;
	letter-spacing: normal;
}

span.ingre{
	color: #999;
	font-size: .8rem;
}

div.preco{
	-webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #FEA510;
    font-weight: 700;
}

.separador {
    background-image: -webkit-radial-gradient(circle closest-side, rgba(0, 0, 0, 0.2) 99%, transparent 1%);
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.2) 99%, transparent 1%);
    background-position: top;
    background-size: 5px 3px;
    background-repeat: repeat-x;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 14px;
    margin-left: 3px;
    margin-right: 5px;
}

div.topocard{
	background: url(img/bgtopocard.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 40px;
	margin-bottom: 90px;
	position: relative;
	margin-top: 70px;
}

div.topocard h2{
	margin-bottom: 0;
	color: #fff;
}

div.topocard h2:after{
	display: none;
}

img.img-card{
	position: absolute;
}

img.img-card.entradas{
	top: -50px;
	right: -30px;
}

img.img-card.sashimi{
	top: -50px;
	left: -50px;
}

img.img-card.makisushi{
	top: -50px;
	right: -30px;
}

img.img-card.niguiri{
	top: -40px;
	right: -40px;
}

img.img-card.robata{
	top: -50px;
	left: -50px;
}

img.img-card.bebidas{
	top: -50px;
	left: -30px;
}

img.img-card.sushi{
	top: -50px;
	left: -50px;
}

img.img-card.furai{
	top: -50px;
	left: -30px;
}

img.img-card.sobremesa{
	top: -60px;
	right: -30px;
}

img.img-card.especiais{
	top: -70px;
	right: -40px;
}

img.img-card.hot{
	top: -40px;
	left: -40px;
}

img.img-card.yakissoba{
	top: -60px;
	left: -30px;
}

img.img-card.teppan{
	top: -70px;
	right: -30px;
}

img.img-card.combinado{
	top: -120px;
	right: -30px;
}

img.img-card.gunkan{
	top: -50px;
	left: -30px;
}

img.img-card.temaki{
	top: -40px;
	right: -30px;
}

@media (max-width: 768px) {
	img.img-card{
		position: initial;
		display: block;
		max-width: 110%;
		margin: auto;
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	img.img-card{
		margin-left: -5%;
	}
}

section.festival{
	background: url(img/bgblack.jpg) no-repeat center;
	background-size: cover;
	min-height: 400px;
	padding: 80px 0;
	color: #fff;
	position: relative;
}

img.sleft{
	position: absolute;
	left: 0;
	top: 0;
}

img.sright{
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 768px) {
	img.sleft{
		left: -90px;
	}

	img.sright{
		right: -90px;
	}
}

@media (max-width: 500px) {
	img.sleft{
		display: none;
	}

	img.sright{
		display: none;
	}
}

section.festival h3{
	color: #fff;
	font-size: 2.8rem;
	color: #FEA510;
}

section.festival li span{
	font-size: .7rem;
}

h4.preco{
	color: #FEA510;
	margin-bottom: 20px;
}

section.contato small{
	font-weight: 700;
	font-size: 1rem;
	color: #333;
}

label{
	font-size: .8rem;
}

.form-control{
	height: 45px;
}

@media (max-width: 991px) {
	.navbar-nav{
		background-color: #000!important;
		position: absolute;
		padding: 20px;
		width: 100%;
		left: 0;
	}
}

@media (min-width: 768px){
	.container {
		max-width: calc(100% - 30px);
	}
}

@media (min-width: 992px){
	.container {
		max-width: calc(100% - 80px);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
	}
	
}

@media (max-width: 768px) {
	li.itemtop{
		display: none!important;
	}
	ul.navbar-nav li{
		padding-left: 0px;
	}
	section.bgcardapio{
		background-attachment: inherit;
	}
}

@media (max-width: 1160px){
	.topocard h2 small{
		width: 50%;
		margin-right: auto;
		margin-left: 1px;
	}

	.topocard h2.text-right small{
		width: 50%;
		margin-left: auto;
		margin-right: -3px;
	}
}

@media (max-width: 768px){
	div.topocard h2{
		text-align: left!important;
	}
	div.topocard h2 small{
		width: 100%!important;
	}
}


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}