.tipo{
	height:70px;
	padding: 10px;
}
.buttonCall{
    align-items: center;
    text-decoration: none;
    font-size: medium;
    color: #212121;
}
.callIcon{
	height:70px;
	padding: 10px 0px;
}
.elementPhone{
    font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.promoBoxItem{
    background-color:white; 
    -webkit-box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88); 
    box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88);
}
.promoBoxDes{ width:calc(50% - 20px); height:auto; margin: 10px;}
.promoBoxMov{ width:calc(100% - 20px); height:auto; margin: 10px;}
.textPromos{font-family: Arial, Helvetica, sans-serif; font-size: medium; padding:10px; }
/*--------------------------*/
#menu{
	background-color:yellow;
}
.slogan{
	width:100%;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-align: center;
	font-size: large;
	padding: 10px;
}
.preciosContainer{
	justify-content: space-evenly;
	width:100%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	
}
.priceBox{
	background-color:#d50000;
	padding: 5px;
	border-radius: 3px;
	width: calc(25% - 10px);
	margin-bottom: 10px;
}
.tamanios{
	color:#fff;
	font-size: small;
	font-weight: bold;
}
.precio{
	color:yellow;
	font-size: medium;
	font-weight: bold;
}

.masRef{
	padding:10px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

.centerBox{
	justify-content:center;
	align-items: stretch;
}
.pizzaBox{
	background-color: #fff;

}
.pizzaBoxDes{
	width:calc(25% - 20px);
	height: auto;
	margin: 10px;
}
.pizzaBoxMov{
	width:calc(50% - 20px);
	height: auto;
	margin: 10px;
}




.titleSucursal{
	font-family:Arial, helvetica, sans-serif;
	color:#fff;
}
.direccionSuc{
	color:#fff;
	font-family:Arial, helvetica, sans-serif;
	font-size:small;
	padding-top: 10px;
	overflow: hidden;
}
.telefonosSuc{
	color:#fff;
	font-family:Arial, helvetica, sans-serif;
	padding-top: 10px;
	font-weight: bold;
}
.llamadaButton{
	background-color:#4EB46A;
	margin: 10px auto;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	transition: all .5s;
	max-width: 500px;
}
.llamadaButton:hover{
	background-color:#30976A;
}
.linkLLamada{
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-family:Arial, helvetica, sans-serif;
	font-size:medium;
	color:#fff;
	font-weight: bold;
	
}

@media only screen and (max-width: 720px) {
	.priceBox{
	width:calc(50% - 10px);
		margin-top: 5px;
		margin-bottom: 10px;
}

}
