@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 14px;
	overflow-x: hidden;
}
.loader {
	display: none;
	width: 150px;
	text-align: center;
	position: fixed;
	top: 47%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10002;
}
.loader h1 { text-align: center; color: #EBB745; margin: 15px 0; }
.loader > div {
	width: 18px;
	height: 18px;
	background-color: #F9EDD7;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader > div.bounce1 { background-color: #E84435; }
.loader > div.bounce3 { background-color: #E84435; }
.loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
a { text-decoration: none; }
.capaNegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.container {
	width: 1400px;
	max-width: 98%;
	margin: 0 auto;
}
img { max-width: 100%; }
header {
	padding: 20px 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
}
header .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}
header .container nav ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .container ul { min-width: 260px; }
header .container nav ul li {
	margin-right: 15px;
}
header .container nav ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	border: 2px solid #E32D22;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 5px 10px;
	transition: 0.4s all;
}
header .container nav ul li a:hover { background-color: #EBB745; border: 2px solid #EBB745; color: #000; }
.general header .container nav ul li a { background-color: #E32D22; }
.general header .container nav ul li a:hover { background-color: #EBB745; color: #000; }
.sociales {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sociales a {
	color: #fff;
	font-size: 20px;
}
.general header .sociales li:last-child a { color: #000; }
header .sociales { justify-content: flex-end; }
header .sociales a { margin-left: 10px; }
header .sociales .border a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E32D22;
	border-radius: 50%;
}
.general header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url( '../images/fondo-top.png' );
}
header h1 {
	font-size: 70px;
	line-height: 70px;
	color: #000;
	opacity: 0.3;
	margin: 0;
	margin-top: -30px;
}
footer {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 40px 0;
	text-align: center;
}
footer nav { width: 100%; margin-top: 15px; }
footer nav ul {
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
footer nav ul li {
	margin: 0 8px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding-right: 16px;
}
footer nav ul li:last-child { padding-right: 0; border-right: 0; }
footer nav ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
footer .sociales { margin-top: 15px; }
footer .sociales li { margin: 0 8px; }
.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner .container {
	position: relative;
	min-height: 75vh;
	display: flex;
	align-items: center;
}
.banner .container.derecha { justify-content: flex-end; }
.banner .container.izquierda { justify-content: flex-start; }
.banner .container.centro { justify-content: center; }
.banner .container .contentHtml {
	font-size: 100px;
	line-height: 115px;
	color: #fff;
}
.banner .container .contentHtml b { display: block; color: #EBB745; }
.sucursales { padding: 50px 0; }
.sucursales h1 {
	margin-top: 0;
	font-size: 50px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.sucursales .mapas {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}
.sucursales .mapas .lista {
	width: 450px;
}
#mapa {
	width: 100%;
	height: 700px;
}
.sucursales .mapas .mapContainer {
	width: calc( 100% - 450px );
	box-sizing: border-box;
	padding-left: 20px;
}
dl { margin: 0; padding: 0; }
dl dt button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 62px;
	font-size: 30px;
	font-weight: 700;
	background-color: #E84435;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 10px;
}
dl dt button i { transition: 0.4s all; }
dl dt button[aria-expanded="true"] i { transform: rotate(90deg); }
dl dd {
	margin: 0;
	box-sizing: border-box;
	padding: 10px 20px;
	display: none;
}
dl dd h2 {
	font-size: 25px;
	font-weight: 700;
	color: #E84435;
	margin: 0;
}
dl dd {
	font-size: 20px;
	color: #666;
	padding-bottom: 10px;
}
dl dd span { display: block; margin-bottom: 10px; }
dl dd p { margin: 0; }
dl dd a { color: #666; }
dl dd p i { color: #E84435; margin-right: 5px; }
.menu {
	padding: 50px 0;
}
.menu h2 {
	font-size: 50px;
	margin-top: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.menu .tabs {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu .tabs li { margin: 0 5px; }
.menu .tabs li a {
	font-family: "Bebas Neue", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	background-color: #EBB745;
	color: #000;
	font-size: 50px;
	font-weight: 400;
	min-width: 210px;
	height: 72px;
	border-radius: 20px;
}
#pizzaLista {
	margin: 50px 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
}
.pizza {
	display: none;
	width: 23%;
	margin: 1%;
	text-align: center;
}
.pizza b {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 105px;
	color: #000;
}
.pizza h3 {
	position: relative;
	background-color: #E84435;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 150px 30px 30px;
}
.pizza img {
	position: absolute;
	max-width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	margin-top: -30%;
	transition: 0.4s all;
}
.pizza:hover > h3 img {
	-webkit-transform: scale( 1.04 );
	-ms-transform: scale( 1.04 );
	transform: scale( 1.04 );
}
.especiales {
	padding: 50px 0;
	background-image: url( '../images/fondo.png' );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.especiales h2 {
	font-family: "Bebas Neue", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	background-color: #EBB745;
	color: #000;
	font-size: 50px;
	font-weight: 400;
	width: 250px;
	height: 72px;
	border-radius: 20px;
	margin: 0 auto 50px;
}
.especialList {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.especialList a {
	display: block;
	width: 48%;
	margin: 1%;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.4s all;
}
.especialList a img { width: 100%; height: auto; }
.especialList a:hover {
	-webkit-transform: scale( 1.04 );
	-ms-transform: scale( 1.04 );
	transform: scale( 1.04 );
}
.procesoCompra {
	padding: 50px 0;
	background-color: #fff;
}
.procesoCompra h2 {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.procesoCompra .pasos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 40px;
}
.procesoCompra .pasos .paso { text-align: center; width: 253px; }
.procesoCompra .pasos .paso h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 20px 0;
	text-align: center;
}
.procesoCompra .pasos .paso .icono {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 175px;
	text-align: center;
	border-radius: 50%;
	background-color: #E84435;
	margin: 0 auto;
}
.procesoCompra .pasos .paso .icono img {
	height: 90px;
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.procesoCompra .pasos .triangulo:last-child { display: none; }
.promociones {
	padding: 50px 0;
	background-image: url( '../images/fondo.png' );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.promociones h2 {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
}
.promociones a { overflow: hidden; }
.promociones a img { width: 100%; height: auto; transition: 0.4s all; }
.promociones a:hover > img {
	-webkit-transform: scale( 1.03 );
	-ms-transform: scale( 1.03 );
	transform: scale( 1.03 );
}
.pedidoPizza .container, .pedidoPaquete .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 50px 0;
}
.pedidoPizza .container .pizzaImg { width: 50%; text-align: center; }
.pedidoPaquete .container .pizzaImg { width: 60%; text-align: center; }
.pedidoPizza .container .pizzaImg img, .pedidoPaquete .container .pizzaImg img {
	max-width: 95%;
	height: auto;
	margin: 0 auto;
}
.pedidoPizza .container .detalle, .pedidoPaquete .container .detalle {
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
	border-left: 1px solid #000;
}
.pedidoPaquete .container .detalle { width: 40%; border: none; padding: 50px 20px; }
.pedidoPizza .container .detalle h1, .pedidoPaquete .container .detalle h1 {
	font-size: 50px;
	font-weight: 700;
	color: #FE8D24;
	margin-top: 0;
}
.pedidoPizza .container .detalle ul, .pedidoPaquete .container .detalle ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 450px;
}
.pedidoPizza .container .detalle ul li, .pedidoPaquete .container .detalle ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px;
}
.pedidoPizza .container .detalle ul li h2, .pedidoPaquete .container .detalle ul li h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}
.pedidoPizza .container .detalle ul li input, .pedidoPaquete .container .detalle ul li input {
	width: 60px;
	height: 50px;
	border-radius: 20px;
	text-align: center;
	font-size: 20px;
}
.pedidoPizza .container .detalle ul li a, .pedidoPaquete .container .detalle ul li a {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	box-sizing: border-box;
	margin: 0 3px;
}
.boton {
	font-family: "Bebas Neue", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	background-color: #EBB745;
	color: #000;
	font-size: 33px;
	line-height: 33px;
	font-weight: 400;
	max-width: 150px;
	height: 50px;
	border-radius: 20px;
	margin: 20px 0;
}
.complementos .elementos {
	max-width: 450px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.complementos { margin: 40px 0; }
.complementos:empty { margin: 0; }
.complementos b { font-size: 30px; }
.complementos .elementos .iconos { display: flex; align-items: center; font-size: 70px; }
.complementos .elementos .iconos img { height: 70px; width: auto; }
.complementos .elementos .iconos img, .complementos .elementos .iconos i { margin: 0 5px; }
.complementos .elementos .iconos i.fa-plus { font-size: 20px; }
.complementos .elementos .iconos i.fa-plus:last-child { display: none; }
.complementos .elementos .checkbox { width: 50%; text-align: right ; }
.addPaq {
	position: absolute;
	visibility: hidden;
	width: 50px;
	height: 50px;
	z-index: 2;
} 
.checkbox { position: relative; }
label.check-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #efefef;
	border: 8px solid #aaaaaa;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.addPaq:checked + label.check-box {
	border: 8px solid #3d9970;
	animation: confirm 0.15s linear;
}
.addPaq:checked + label.check-box:after {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background: #2ECC40;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	text-align: center;
}
@keyframes confirm {
	0% { transform: scale(1); }
	50% { transform: scale(0.95) }
	75% { transform: scale(0.8); }
	100% { transform: scale(1); }
}
.relacionados { text-align: center; padding: 50px 0; }
.relacionados h2 { font-size: 30px; font-weight: 700; }
.relacionados .productos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}
.relacionados .productos .producto {
	width: 23%;
	margin: 1%;
	text-align: center;
}
.relacionados .productos .producto h3 { font-size: 30px; }
.relacionados .productos .producto a { margin: 0 auto; }
.carroMobile { display: none; }
.carritoLink { position: relative; }
.carritoLink .circulo { display: none; }
.carritoLink.lleno .circulo {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #EBB745;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -5px;
}
.carrito .container {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.carrito .container .detalle, .carrito .container .resumen {
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
	align-self: stretch;
}
.carrito .container .detalle h2 {
	font-size: 40px;
	color: #333;
	margin-top: 0;
}
.inputDiv { width: 100%; }
.inputDiv label {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #E84435;
}
.inputDiv input[type="text"], .inputDiv select, .inputDiv textarea, #payment-form {
	font-family: "Poppins", sans-serif;
	width: 100%;
	height: 45px;
	border-radius: 20px;
	background-color: #ccc;
	color: #000;
	font-size: 20px;
	border: none;
	outline: none;
	margin: 8px 0;
	padding: 5px 10px;
	box-sizing: border-box;
}
.inputDiv textarea { height: 90px; }
#payment-form { padding: 10px; }
.inputDiv .option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.inputDiv .option label { color: #000; display: flex; align-items: center; }
.inputDiv .option label img { height: 75px; width: auto; margin-right: 15px; }
.inputDiv .option input {
	width: 30px;
	height: 30px;
	accent-color: #E84435;
}
.carrito .container .resumen .info {
	width: 100%;
	min-height: calc( 100% - 100px );
	background-color: #E84435;
	color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.carrito .container .resumen .info h3, .carrito .container .resumen .info .totales {
	font-size: 30px;
	font-weight: 700;
}
.carrito .container .resumen .info h3 { text-align: center; margin: 0; }
.carrito .container .resumen .info .pedidos {
	width: 100%;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	height: calc( 100% - 190px );
	overflow-y: auto;
}
.carrito .container .resumen .info .pedidos li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px;
	margin: 5px 0;
}
.carrito .container .resumen .info .pedidos li a {
	font-size: 20px;
	display: block;
	width: 20px;
	color: #000;
}
.carrito .container .resumen .info .pedidos li .detail {
	width: calc( 100% - 28px );
	box-sizing: border-box;
	margin-left: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}
.carrito .container .resumen .info .pedidos li .detail img { width: 110px; height: auto; margin-right: 5px; }
.carrito .container .resumen .info .pedidos li .detail h4 {
	font-size: 25px;
	margin: 0;
	width: calc( 100% - 150px );
}
.carrito .container .resumen .info .pedidos li .detail h4 span {
	display: block;
	width: 100%;
	font-size: 18px;
}
.carrito .container .resumen .info .pedidos li .detail span.cantidad {
	font-size: 30px;
	width: 35px;
}
.carrito .container .resumen .info .totales .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.carrito .container .resumen .info .totales .total:last-child { color: #000; }
.carrito .container .resumen .boton { max-width: 100%; }