@import url('https://fonts.googleapis.com/css2?family=Piedra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Piedra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Lobster&family=Piedra&display=swap'); 


body {
	background-color: white;#DBF4A9;
}

.logo {
	font-size: 1.8em;
	color: white;
	padding: 10px;
}

.logo-2 {
	font-size: 1.6em;
	padding: 1px 9px;	
	margin-bottom: 10px;
}

/*.logo-container {
	padding: 10px 20px;
}*/

.main-header__contactInfo__phone {
	 
	color: white;
	margin: 0 auto;
	padding: 10px;
}

.main-header__contactInfo__address {
	padding: 10px;
	margin: 0;
}

.main-header [class*=icon-]:before {
	position: relative;
	top: 2px;
	right: 5px;
}



 

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*ACA EMPIEZA EL MENU EN SI*/
.container {
	margin-bottom: 15px;
}

.group__title {
	width: 100%;
	margin-bottom: 12px;
}

.pizza__img {
	border: 1px solid black;
	border-radius: 3px;
	height: 243px;
	object-fit: cover;
	margin-left: 25px;
	margin-bottom: 15px;
	transition: all 0.3s;
	cursor: pointer;
}

.pizza__img:hover {
	transform: scale(1.01);
}

.main__about__description .column:nth-child(2) {
	padding: 3px;
}

.pizza__title, .pizza__description, .price {
	text-align: center;
}

.pizza__title {
	font-family: 'Caveat', cursive;
	font-size: 2em;
	color: red;
	font-weight: bold;
	margin-top: -20px;
}

.pizza__description {
	margin-top: -70px;
	padding-bottom: 8px;
	font-family: 'Pacifico', sans-serif;
	line-height: 24px;
	font-size: 1.1em;
	font-weight: 100;
}

.price {
	color: red;
	font-weight: bold;
	font-size: 1.4em;
}

.group__title {
	font-family: 'Lobster', cursive;
	font-weight: 100;
	font-size: 2em;
}

/*-----------------estilos responsive-----------------*/
@media screen and (max-width: 400px) {
	.group__title {
		margin-top: 5px;
	}

	.banner__img {
	width: 100%;
	height: 470px;
	object-fit: cover;
}


	.pizza__img {
		width: 90%;
		margin: auto;
		margin-bottom: 5px;
	}

	.pizza__title {
		margin-top: 1px;
	}

	.price {
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 480px) {
	.group__title {
		margin-top: 8px;
	}

	.pizza__img {
		margin-left: 20px;
	}
}

@media screen and (min-width: 768px) {
	.logo {
		 
		font-size: 2.2em;
	}

	.logo-2 {
		display: none;
	}

	.container {
		width: 90%;
	}



	.banner__content {
		font-size: 2.1em;
	}
}

@media screen and (min-width: 1024px) {
	.container {
		width: 80%;
	}

	.pizza__img {
		margin-left: 3cm;
	}

}

