/* - - - - - INDEX - - - - - */

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 1080px;
	position: relative;
	z-index: 1;
	margin-top: -120px;
}

#banner .owl-dots{display: none;}

#banner li{
	width: 100%;
	height: 1080px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 1080px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	animation: animacaoAumento 10s linear infinite;
	object-fit: cover;
}


.bread{
	height: 265px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	 display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-image: url("../../imagens/bread.png")
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.bread .way li a{
	color: #fff;
	font-weight: bold;
}

.bread .way li:after{color: #fff;}

@keyframes animacaoAumento {
    0% {
        transform: scale(1);
    }

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

/* - - - - BANNER - - - - */

/* - - - - - INDEX - - - - - */
#nagai{
	width: 100%;
	position: relative;
	background: url("../../imagens/bg.png") no-repeat center bottom;
	height: 800px;
	z-index: 1;
}

#nagai section{
	display: flex;
	box-sizing: border-box;
	padding-top: 85px;
}

#nagai section div{width: 48%;}

#nagai section div img{margin-top: -200px;}

#nagai section div h1 span{
	color: #FBCCA2;
	font-size: 20px;
	text-transform: uppercase;
}

#nagai section div h1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#nagai section div p{
	color: #727272;
	font-size: 14px;
	margin: 50px auto;
	letter-spacing: 1.5px;
}

.botao{
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FBCCA2;
	border: 1px solid #FBCCA2;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	transition: 0.3s;
}

.botao:hover{
	background-color: #FBCCA2;
	color: #000;
}

#nagai section div .botao{margin-left: 0px;}

#rodizio{
	width: 100%;
	position: relative;
	display: block;
	background: url("../../imagens/bg-rodizio.png") no-repeat center top;
	height: 940px;
}

#rodizio div section{padding-bottom: 45px;}

#rodizio h2 span{
	font-size: 20px;
	color: #FBCCA2;
}

#rodizio h2{
	font-size: 25px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 45px;
	font-weight: 300;
}

#rodizio h2 b{font-size: 28px;}

.box_container{
	display: flex;
	flex-wrap: wrap;
}

 .box {
  width: 240px;
  height: 240px;
  transform: rotate(45deg);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border: 5px solid #fff;
  position: absolute;
}

.box div{
	width: 100%;
	height: 100%;
	transform: rotate(-45deg);
}

.box div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.5);
	transition: 0.3s;
}

.box:nth-of-type(2){
	left: 50%;
	margin-left: -125px;
}

.box:nth-of-type(3){right: 0;}

.box:nth-of-type(4){
	left: 50%;
	margin: 180px auto auto -360px;
}

.box:nth-of-type(5){
	left: 50%;
	margin:180px auto auto 120px;
}

.box:last-of-type{
	left: 50%;
	margin: 375px auto auto -125px;
	background-color: #fff;
	border: 2px solid #000;
}

.box:not(:last-of-type) p{
	display: none;
	position: absolute;
    z-index: 1;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 85px;
    font-size: 33px;
	transition: 0.3s;
}

.box:not(:last-of-type):hover p{display: block;}

.box:not(:last-of-type):hover div img{filter: brightness(0.55);}

.box:last-of-type p{
	color: #000000;
	font-size: 20px;
	text-align: center;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px;
}

.box:last-of-type p::after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	background: url("../../imagens/SETA.png") no-repeat center center;
	margin: 40px auto auto -60px;
}



#adega{
	width: 100%;
	height: 870px;
	background: url("../../imagens/bg-local.png") no-repeat center top;
	text-align: center;
}

#adega h3 span{
	color: #FBCCA2;
	font-size: 20px;
}

#adega h3{
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding-top: 85px;
}

#adega img{margin-top: 50px;}

#adega h3 b{
	font-size: 19px;
	font-weight: 300;
	color: #fff;
}
/* - - - - - INDEX - - - - - */

/* - - - - -Sobre - - - - - */

#sobre{
	display: block;
	position: relative;
	width: 100%;
	height: 1400px;
	background: url("../../imagens/sobre.png") no-repeat center center;
	margin-top: -120px;
}

#sobre_flex{
	display: flex;
	padding-top: 440px;
}

#sobre_flex .owl-dots{display: none;}

#sobre div img{
	width: 50%;
	height: 625px;
	z-index: 1;
	pointer-events: none;
}

#sobre div div{
	display: block;
	width: 45%;
	padding-top: 0px;
}

#sobre div div p{
	font-size: 14px;
	color: #fff;
	padding-top: 55px;
}

#sobre div div section{
	width: 430px;
	height: 140px;
	border-radius: 0px 50px 0px 50px;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto auto 0px;
}

#sobre div div section img{
	width: 40px;
	height: 40px;
	filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(843%) hue-rotate(321deg) brightness(103%) contrast(97%);
	margin-right: 20px;
}


#sobre div div section p{
	color: #FBCCA2;
	padding-top: 0px;
}

#sobre_flex ul{
	position: absolute;
	left: 50%;
	margin-left: -910px;
	z-index: 0;
}

#sobre_flex ul div{width: auto;}

#sobre_flex ul li{
		width: 545px;
	height: 545px;
	border-radius: 275px;
		overflow: hidden;
}

#sobre_flex ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#bread_sobre{
	display: block;
	padding-top: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
}

#bread_sobre h1{
	color: #FBCCA2;
	font-size: 40px;
	text-align: center;
}

#bread_sobre .way{color: #fff;}

#bread_sobre .way a{
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
}

#cssportal-grid section{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-top: -135px;
}

#cssportal-grid section h2{
	color: #FBCCA2;
	font-size: 20px;
}

#cssportal-grid section p{
	color: #000;
	font-size:30px;
	font-weight: bold;
}

#cssportal-grid {
	display: grid;
	grid-template-rows: repeat(5, 20vw);
	grid-template-columns: repeat(5, 20vw);
	gap: 0;
	width: 100vw;
}
#cssportal-grid div{
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 5px solid #fff;
}

#cssportal-grid div img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}

#div1 { grid-area: 1 / 1 / 2 / 3; width: 40vw;}
#div2 { grid-area: 1 / 3 / 2 / 4; width: 20vw;}
#div3 { grid-area: 1 / 4 / 2 / 5; width: 20vw;}
#div4 { grid-area: 1 / 5 / 3 / 6; width: 20vw}
#div5 { grid-area: 2 / 1 / 3 / 2; width: 20vw}
#div6 { grid-area: 2 / 2 / 3 / 3; width: 20vw}
#div7 { grid-area: 2 / 3 / 4 / 5; width: 40vw}
#div8 { grid-area: 3 / 5 / 4 / 6; width: 20vw}
#div9 { grid-area: 3 / 1 / 4 / 3; width: 40vw}
#div10 { grid-area: 4 / 1 / 6 / 2; width: 20vw}
#div11 { grid-area: 4 / 2 / 5 / 3; width: 20vw}
#div12 { grid-area: 4 / 3 / 5 / 4; width: 20vw}
#div13 { grid-area: 4 / 4 / 6 / 6; width: 40vw}
#div14 { grid-area: 5 / 2 / 6 / 4; width: 40vw}

#depoimentos{
	margin: 100px auto auto;
	width: 100%;
	height: 600px;
	background: url("../../imagens/bg-losangulos.png") no-repeat center center;
}

#depoimentos h2{
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}

#depoimentos h2 span{
	color: #FBCCA2;
	font-size: 20px;
	font-weight: 400;
}

#depoimentos section{padding-top: 55px;}

#depoimentos_box{
	width: 800px;
	height: 305px;
	border: 2px solid #FBCCA2;
	border-radius: 0px 50px 0px 50px;
	background-color: #fff;
	position: relative;
	margin-top: 50px;
}

#depoimentos_box img{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
    margin-top: -35px;
    margin-left: 35px;
}

#depoimentos_box ul{margin: 80px auto auto 45px;}

#depoimentos_box ul li{width: 502px;}



#depoimentos_box ul li p:first-of-type{
	color: #000000;
	font-size: 20px;
}

#depoimentos_box ul li p:last-of-type{
	color: #FBCCA2;
	font-size: 20px;
	font-weight: bold;
}

#depoimentos_box ul li p span{
	font-size: 15px;
	font-weight: normal;
}

/* - - - - -Sobre - - - - - */

/* - - - - - cardapio - - - - - */

#bread_cardapio{
	width: 100%;
	height: 550px;
	background: url("../../imagens/bread-cardapio.png") no-repeat center bottom;
	margin-top: -120px;
}

#bread_cardapio .way{padding-top: 120px}

#bread_cardapio .way li a{
	color: #fff;
	font-size: 16px;
}

#bread_cardapio .way li:after{
	color: #fff;
	top: 2px;
}

#bread_cardapio h1{
	text-align: center;
	font-size: 40px;
	color: #FBCCA2;
}


#cardapio{margin: -175px auto 100px auto;}

#nav_cardapio{
	width: 185px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

#nav_cardapio ul{
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}

#nav_cardapio ul li{
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

#nav_cardapio ul li a{
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
}

#nav_ativo a{color: #FBCCA2!important;}

#cardapio section{
	width: 930px;
	margin-right: 0px;
}

#cardapio section div{
	width: 100%;
	height: 300px;
}

#cardapio section div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#cardapio section div p{
	position: absolute;
	width: 370px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #FBCCA2;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 0px 50px 0px 50px;
	left: 50%;
	margin-top: -35px;
	font-size: 30px;
	margin-left: -45px;
}

#cardapio table{
	margin-top: 100px;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

#cardapio section table thead td{text-align: center;}

#cardapio section table tbody tr{
	padding-bottom: 5px;
	border-bottom: 1px solid #FBCCA2;
	margin-bottom: 5px;
}

#cardapio section table tbody tr td{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}

#cardapio section table tbody tr td:not(:first-of-type){text-align: center;}

#cardapio section table tbody tr td span{font-weight: 300;}

.go-top {
    position: absolute;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    left: 50%;
    margin-left: -355px;
    margin-top: -55px;
}
.go-top:after {
  content: "▲";
	background-color: #000;
  color: #FBCCA2;
  position: absolute; 
  bottom:10px;
    font-size: 24px;
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	-webkit-animation: pulsate-fwd 1.5s ease-in-out 1s infinite both;
	        animation: pulsate-fwd 1.5s ease-in-out 1s infinite both;
	box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.3);
}

.go-top-text {
	position: absolute;
	width: max-content;
	text-align: center;
	letter-spacing: 3px;
	font-size: 12px;
	margin: -25px 0 0 65px;
}

.go-top:hover {transition: all .4s linear;}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* - - - - - cardapio - - - - - */

/* - - - - - Rodizio Page - - - - - */
#rodizio_page{
	width: 100%;
	height: 1375px;
	background: url("../../imagens/bg-rodizio-page.png") no-repeat center center;
	display: block;
	position: relative;
	margin-top: -120px;
}


#rodizio_way{
	position: absolute;
	left: 50%;
	top: 315px;
	transform: translateX(-50%);
}

#rodizio_way h1{
	color: #FBCCA2;
	font-size: 40px;
}

#rodizio_way .way li a{
	color: #fff;
	font-size: 16px;
}

#rodizio_way .way li:after{
	color: #fff;
	top: 2px;
}

#rodizio_txt{
	position: absolute;
	display: flex;
	left: 50%;
	top: 515px;
	transform: translateX(-50%);
}

#rodizio_txt p{
	color: #FFFFFF;
	font-size: 16px;
	width: 40%;
	text-align: justify;
	margin-left: 0px;
}

#rodizio_txt ul{
	width: 50%;
	column-count: 3;
	margin-right: 0px;
}

#rodizio_txt ul li{
	color: #FBCCA2;
	font-size: 18px;
	margin-bottom: 10px;
}

#rodizio_txt ul li img{margin-right: 5px;}

#precos{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 50%;
	transform: translateX(-50%);
	top: 725px;
}

#precos li{
	width: 30%;
	height: 295px;
	background: url("../../imagens/preco_bg.png") no-repeat center center;
	text-align: center;
}

#no-crit-2 .preco_cond{
	padding-top: 90px;
	margin-top: auto;
}

.preco_cond{
	color: #FBCCA2;
	font-size: 29px;
	text-transform: uppercase;
	padding-top: 45px;
	line-height: 20px;
	margin-bottom: -20px;
	margin-top: 15px;
}

.preco_cond span{
	color:#FFFFFF;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}


.preco_preco{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}

#precos li p sup, #precos li p sub{
	font-weight: 300;
	color: #fff;
	font-size: 17px;
}

#precos li p sub{vertical-align: baseline;}

/* - - - - - Rodizio Page - - - - - */

/* - - - - - Fale Conosco - - - - - */

.contato{margin-top: -160px;}

.contato section{
	display: flex;
	width: 90%;
	padding-top: 50px;
}

.contato .titulo{
	width: 90%;
	padding-top: 50px;
	font-size: 16px;
	text-align: center;
	color: #707070;
}

.contato section form{width: 60%;}

.contato section form input{
	width: 48%;
	border: 1px solid #000;
	box-sizing: border-box;
	padding-left: 10px;
	color: #ABABAB;
	font-size: 14px;
	height: 50px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.contato section form textarea{
	width: 97%;
	height: 150px;
	border: 1px solid #000;
	box-sizing: border-box;
	padding-left: 10px;
	color: #ABABAB;
	font-size: 14px;
	border-radius: 10px;
}

.contato section form div{
	display: flex;
	position: relative;
	height: 110px;
}

.contato section form div p{
	color: #3D3D3D;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	margin: 10px auto auto -90px;
}

.contato section form div p a{
	color: #3D3D3D;
	text-decoration: underline;
}

.contato section form div button{
	width: 95px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 5px;
	border: none;
	position: absolute;
	right: 20px;
}

.contato section form div input{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin: 7px auto auto -125px;
	left: 50%;
	position: absolute;
}

.contato section div p{
	color: #585858;
	font-size: 20px;
}

.contato section div p span{
	font-weight: bold;
	color: #000;
}

.contato section div p i{font-size: 16px;}

.contato section div p img{
	width: 20px;
	height: 20px;
	filter: brightness(0) saturate(100%) invert(33%) sepia(0%) saturate(91%) hue-rotate(176deg) brightness(96%) contrast(82%);
	margin-top: 3px;
	transition: 0.3s;
}

.contato section div p img:hover{filter: brightness(0) saturate(100%) invert(10%) sepia(37%) saturate(7451%) hue-rotate(349deg) brightness(83%) contrast(99%);}

#mapa{
	background-color: #fff;
	margin: auto;
	width: 100%;
}

#mapa iframe{
	width: 100%;
	height: 345px;
}
/* - - - - - Fale Conosco - - - - - */
