.contenedor_descripcion_restaurante {
	width: 100%;
}



.btn_reservas{
	border: solid 1px #A19766;
	width: 150px;
	height: 50px;
	padding-top: 8%;
	
	
}

.btn_reservas:hover{
	border: solid 1px white;
	background-color: #A19766;
	color: white;
}


.playfair-display-regular {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   
  }

  .spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
  }



@media(min-width: 768px) and (max-width: 1199px){
	.btn_reservas{
		padding-top: 4%;
	}
}


@media(min-width: 1200px){

	.contenedor_descripcion_restaurante {
		width: 100%;
		text-align: justify;
	}

	.h2_restaurante{
		font-size: 3rem;
		font-family: "Playfair Display", serif;
	}

	.intro_restaurante{
		font-size: 1.1rem;
	}

	.banner_restaurante{
		width: 100%;
		height: 450px;
		border: solid red 1px;
	}

}
