@import url('fontes.css');

* {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	color: inherit;
	line-height: auto;
	box-sizing: border-box;
	scroll-behavior: smooth;


}

html, body { 
	width: 100vw;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 16px;

}

/*
	Cores
	* Fundo amarelo escuro
	* Fundo amarelo claro
	* Fundo cinza
	* Fundo vermelho
*/

/* Menu superior */

.topo-menu {
	padding: 0 10px;
	height: 50%;
}

.topo-menu a:hover {
	text-decoration: underline;
}

.topo {
	background-color: #1d1d1b;
	height: 64px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	z-index: 9000;
	padding: 1rem;
}

#header-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Inter, sans-serif;
	font-weight: 700;
}

#orc-header {
	border: 2px solid #F7A600;
	border-radius: 100px;
	padding: 8px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

#orc-header:hover {
	background: #F7A600;
	text-decoration: none;
	color: #1d1d1b;
	cursor: pointer;


}



.orc-btn {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #1d1d1b;
	border: #F7A600 solid 4px;
	background: white;
	border-radius: 100px;
	padding: 16px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	text-align: center;
}

.orc-btn:hover {
	transform: scale(0.98);
	background: #F7A600;
	box-shadow: none;	
	cursor: pointer;

}

.hero {
	width: 30vw;
}

.comofunciona {
	width: 80%;
}

#orc-header a{
	align-self: center;
}



.titulo {
	font-size: 4rem;
	line-height: 70px;
}


/* Banner Historia */
	
#historia {
	margin-top: 64px;
	padding: 4rem 4rem 4rem 4rem;
	height: auto !important;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	scroll-margin-top: 64px;
	gap: 2rem;

}



.historia-logo {
	width: 350px;
	height: 272px;
	margin-bottom: 2rem;
}

.pizza-banner-left {
	height: 40vw;
	position: absolute;
	left: -20vw;
}

.pizza-banner-right {
	width: 40vw;
	position: absolute;
	right: -20vw;
}

.historia-texto {
	width: auto;
	display: flex;
	flex-flow: column nowrap;
}

.historia-texto h1 {
	font-size: 1rem !important;
	width: 40vw;
	display: inline;
	margin-bottom: 1rem;

}

.historia-texto h2 {
	font-size: 2rem;
	width: auto;
	line-height: 1;
	display: inline;
}

.historia-imagem {
	position: static;
	margin: 0;
	width: 100%;
	height: 30vh;
	background: url('../img/parallax.jpg') center center no-repeat transparent;
	background-size: cover;
	background-attachment: fixed;
	margin: 1rem 0 0 0;
}


/* Como funciona */

#como-funciona {
	background-color: #F7A600;
	padding: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	scroll-margin-top: 64px;
	position: relative;
	z-index: 1;

}

.beto {
	position: absolute;
	bottom: -15px;
	right: 5rem;
	height: 95%;
	z-index: 5;
}

.betoPizza {
	position: absolute;
	bottom: -15px;
	right: 5rem;
	height: 95%;
	z-index: 500;
}

.como-funciona-boxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}

.como-funciona-boxes-box {
	padding: 60px 10px 0;
	width: 298px;
	height: 280px;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 1rem;
	border-radius: 10px;
	z-index: 50;
}


.como-funciona-boxes-box-passo {
	float: left;
	height: 100%;
	width: 85px;
	font-size: 140px;
	line-height: 110px;
}

.como-funciona-boxes-box-direita {
	width: 190px;
	float: right;
}

.como-funciona-boxes-box-titulo {
	font-size: 28px;
	line-height: 30px;
}

.como-funciona-boxes-box-descricao {
	font-size: 18px;
	line-height: 20px;
}


/* Fotos */

#fotos-section {
	background: #1d1d1b;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: auto;
	padding: 4rem;;
	margin: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
	color: white;
	scroll-margin-top: 64px;
	z-index: 2;

}


#galeria-container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

#fotos-section button {
	padding: 2rem;
	border-radius: 100px;
	background-color: #F7A600;
	color: #1d1d1b;
	margin: 1rem;
}

#fotos-section button:hover {
	cursor: pointer;
	background-color: white;
	color: #1d1d1b;

}

#fotos-container {
	overflow-x: auto;
	max-width: 45vw;
	border-radius: 25px;    

}

#fotos-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 45vw;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#fotos-container::-webkit-scrollbar {
	display: none;
  }
  
/* Hide scrollbar for IE, Edge and Firefox */
#fotos-container {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}

  

#galeria {
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;

}

	.fotos-item {
		position: relative;
		border-radius: 25px;
		min-width: 45vw;
		aspect-ratio: 5 / 4;
		overflow: hidden; /*para que os elementos internos fiquem dentro do border-radius*/
		scroll-margin-top: 100px;


	}

		.fotos-item img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border: none;
			border-radius: 25px;

		}

		.fotos-item-descricao {
			height: 30px;
			width: 100%;
			line-height: 30px;
			text-align: center;
			background-color: rgba(255, 255, 255, 0.6);
			font-size: 20px;
			font-family: 'Inter', sans-serif;
			font-weight: 500;
			position: absolute;
			bottom: 0;
			color: #000;
			visibility: hidden;
		}

#cardapio {
	position: relative;
	height: auto;
	scroll-margin-top: 64px;

}

.cardapio-conteudo {
	display: flex;
	flex-flow: row wrap;
	min-height: 100%;
}


.cardapio-esquerda {
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: start;
	padding: 4rem;
	background-color: #c61617;

}

.vermelho-cardapio {
	width: 400px;
	background-color: #c61617;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;


}


.cardapio-pizza {
	width: 100%;
	position: relative;
	z-index: 500;
	bottom: 0;
	margin: 0;
	transform: translateY(5px);
}


	.cardapio-esquerda-centro {
		color: #fff;
		width: 100%;
	}

		.cardapio-esquerda-centro-descricao,
		.cardapio-esquerda-centro-menu {
			float: left;
			margin-top: 25px;
			width: 100%;
			position: relative;
			z-index: 999;
		}

		.cardapio-esquerda-centro-descricao {
			font-size: 16px;
			line-height: 22px;
		}

			.cardapio-esquerda-centro-menu-link {
				width: 100%;
				font-size: 24px;
				margin: 1rem 0;
				padding: 1rem;
				display: flex;
				justify-content: start;
				align-items: center;
				border-radius: 100px;
				background-color: #fff;
				color: #1d1d1b;
				font-family: Inter, sans-serif;
				font-size: 1rem;
				font-weight: 400;
				border: transparent solid 3px;


			}

			.cardapio-esquerda-centro-menu-link:hover,
			.cardapio-esquerda-centro-menu-link.ativo {
				border: #ffcb00 solid 3px;
				cursor: pointer;
				border-radius: 100px !important;
				font-weight: 900;

			}

.cardapio-direita {
	padding: 4rem;

}

	.cardapio-sabores {
		line-height: 26px;
	}

	#pizzas-doces {
		display: none;
	}

	#pizzas-vegetarianas {
		display: none;
	}


	#clientes {
		position: static;
		background: url('../img/fundo-fotos.jpg') center center no-repeat transparent;
		background-size: cover;
		background-attachment: fixed;
		height: auto;
		color: white;
		padding: 4rem 0;
		width: 100%;
		overflow: hidden;
		scroll-margin-top: 64px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;


	}

	.clientes-topo {
		display: flex;
		flex-flow: row wrap;
		width: 90%;
		justify-content: space-around;
		margin-bottom: 2rem;
		font-size: 2rem;
		align-items: start;
	
	}

	.clientes-topo h3{
		padding-bottom: 0;
		width: auto;
		max-width: 60vw;	
	}

		.clientes-topo-descricao {
			font-size: 18px;
			line-height: auto;
			width: auto;

		}
	
		/*
		#logos-container{
			display: flex;
			flex-flow: row nowrap;
		}

		.logo-inline-container{
			display: inline-block;

		}

	.clientes-logos {
		display: grid;
		grid-template-columns: repeat(22, 25vw);
		width: 100%;
		padding: 0 0;
		gap: 10px;
		margin-right: 10px;
		animation: 45s slide infinite linear;
	}
	

	@keyframes slide {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}

	}

		.clientes-logos-logo {
			height: 25vw;
			width: 25vw;
			background-color: white;
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
			filter: gray;
			-webkit-filter: grayscale(100%);
			transition: 0.3s;
			-webkit-transition: 0.3s;
			border-radius: 10px;
			padding: 10px;
		}

		.clientes-logos-logo:hover {
			filter: none;
			-webkit-filter: none;
		}

		*/

		@keyframes scroll{
			0% {
			  transform: translateX(0);
			}
			100% {
			  transform: translateX(calc(-210px * 22));
			}
		  }
		  .slider {
			width: 100%;
			height: auto;
			margin: 0;
			overflow: hidden;
			position: relative;
			display: flex;
			flex-direction: column;
			gap: 10px;
		  }
		  
		  .slider-wrap {
			  animation: scroll 80s linear infinite;
			  display: flex;
			  width: calc(210px * 44);
			  height:100%;
			}

			.slide-image:hover {
				filter: none;
				-webkit-filter: none;
				animation-play-state: paused;

			}

			.slider:hover .slider-wrap{
				animation-play-state: paused;
			  }

		  .slide-image {
			width:100%;
			height:100%;
			object-fit:cover;
			border-radius: 16px;
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
			filter: gray;
			-webkit-filter: grayscale(100%);
		  }

		
		  

		  .slide{
			background-color: white;
			width:200px;
			height:200px;
			text-align:center;
			margin-right: 10px;
			border-radius: 16px;
			padding: 1rem;

		  }
/* Orçamento */

#orcamento {
	background: url('../img/fundo-orcamento.jpg') center center no-repeat transparent;
	background-size: cover;
	min-height: 80vh;
	color: #FFF;
	scroll-margin-top: 64px;
	width: 100vw;
	padding-right: 10vw;
	display: flex;
	justify-content: end;
}

.titulo-orc {
	font-size: 3rem;
	line-height: 1;
	padding-bottom: 1rem;
	text-align: center;
}

#orcamento > div {
	width: 450px;
	background: #c61518cc;
	display: flex;
	flex-flow: column nowrap;
	margin: 0;
	padding: 3rem 1rem;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}

#sender-options {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;	
	padding: 0.5rem 0 1rem 0;
}

#sender-options > div > div {
	width: 180px;
	padding: 10px 7px;
	font-size: 14px;
	font-family: inter;
	font-weight: 700;
	background: #a0a0a0;
	text-align: center;
	border-radius: 10rem;

}

.orc-option:hover {
	border: solid 2px #FFCC00;
	border-radius: 10rem;
	padding: 4px;
	cursor: pointer;


}

.orc-option {
	border: solid 2px transparent;
	padding: 4px;
	width: auto;
}

.orc-active {
	border: solid 2px #FFCC00;
	padding: 4px;
	background-color: transparent;
	border-radius: 10rem;
}

#cidade {
	width: 100%;
	padding: 10px 7px;
	font-size: 20px;
	color: #000;
	margin: 5px 0;
	
}

#cidade-wpp {
	width: 100%;
	padding: 10px 7px;
	font-size: 20px;
	color: #000;
	margin: 5px 0;
	
}


#form-orcamento p {
	width: 100%;
}

#dados-opcional {
	padding-top: 1rem;
}



.orcamento-campo:focus {
	color: #000;
}

.orcamento-campo {
	color: #5D5D5D;
	margin: 5px 0;
	padding: 10px 7px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	border-radius: 0%;
}

select .orcamento-campo {
	border-radius: 0px;

}

.campo-mail {
	margin: 5px 0;
	padding: 10px 7px;
	font-size: 20px;
	color: #000;
}

.orcamento-submit {
	text-align: center;
	width: 50%;
	background: #F7A600;
	border-radius: 100px;
	color: #FFF;
	font-family: inter;
	font-size: 20px;
	padding: 14px 28px;
}

.orcamento-submit:hover {
	cursor: pointer;
	transform: scale(0.95);
	color: #1d1d1b;
}

	.rodape {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 30px 0;
		background-color: #1d1d1b;
		color: #fff;
	}

		.rodape-centro {
			width: 80%;
			display: grid;
			grid-template-columns: auto auto;
			justify-content: space-around;
			align-items: center;
		}

		.rodape-titulo {
			float: left;
			margin-bottom: 20px;
			text-align: center;
			width: 100%;
			font-size: 28px;
		}

		.rodape-midia {
			margin: 0 15px 10px;
			font-size: 22px;
			height: 50px;
			background-position: left center;
			background-repeat: no-repeat;
			background-size: 50px;
			text-indent: 37px;
			display: flex;
			justify-content: start;
			align-items: center;
		}

		.rodape-midia p {
			padding-left: 32px;
		}

		.social-btn p {
			padding-left: 16px;
		}

		.social-btn {
			line-height: auto;
			display: flex;
			justify-content: start;
			align-items: center;
			border: #FFF solid 3px;
			border-radius: 100px;
			margin-top: 0.5rem;
			font-family: 'Inter', sans-serif;
			padding: 0.5rem 1rem;
		}

		.social-btn:hover {
			background-color: white;
			color: #1d1d1b;
		}

		.facebook, .instagram {
			height: 50px;
			aspect-ratio: 1 / 1;
			background-size: contain;
			background-repeat: no-repeat;
		}

			.rodape-midia.email { background-image: url('../img/contato/newico_mail.png'); }
			.rodape-midia.telefone { background-image: url('../img/contato/newico_phone.png'); }
			.rodape-midia.whatsapp { background-image: url('../img/contato/newico_whatsapp.png'); }
		.facebook { background-image: url('../img/contato/ico_facebook.png'); }
		.instagram { background-image: url('../img/contato/ico_instagram.png'); }
			.rodape-midia.youtube { background-image: url('../img/contato/ico_youtube.png'); }
			.grecaptcha-badge { display: none;}

	.whatsapp-badge {
		position: fixed;
		right: 25px;
		bottom: 25px;
		width: 75px;
		height: 75px;
		background: url('../img/contato/whatsapp.svg') center center no-repeat transparent;
		background-size: 100%;
		z-index: 9000;
	}

	.whatsapp-badge:hover {
		transform: scale(1.05);
		cursor: pointer;
	}


	#wpp-popup-screen {
		display: none;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5); /* fundo escuro com transparência */
		backdrop-filter: blur(10px); /* efeito blur no fundo */
		width: 100vw;
		height: 100vh;
		justify-content: center;
		align-items: center;
		z-index: 10000;
	}

	#whatsapp-popup {
		background: #c61617;
		color: white;
		border-radius: 25px;
		width: 500px;
		height: auto;
		padding: 4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	#wpp-popup-close {
		width: 20px;
		position: absolute;
		top: 30px;
		right: 30px;

	}

	#wpp-popup-close:hover {
		cursor: pointer;
		transform: scale(0.95);
	}

	#whatsapp-popup h3{
		font-size: 1.5rem;
		margin-bottom: 1rem;
		text-align: center;
	}

	#whatsapp-popup p {
		font-size: 1.5rem;
		text-align: center;
	}

	#whatsapp-popup button{
		text-align: center;
		width: 50%;
		background: #F7A600;
		border-radius: 100px;
		color: #FFF;
		font-family: inter;
		font-size: 20px;
		padding: 14px 28px;
		margin-top: 2rem;
		}

		#whatsapp-popup button:hover{
			cursor: pointer;
			transform: scale(0.95);
		}


/* Carrossel de imagens*/
