* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-family: Poppins, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	font-size: calc(6px + 0.25vw);
	background-color: #fff;
}
input::placeholder,
textarea::placeholder {
    color: #aaa;
}
table {
	table-layout: fixed;
	width: 100%;
}

#aviso {
	padding: 10rem 15%;
}
#aviso h1 {
	width: 80%;
	margin-left: 10%;
	font: 5.6rem/5.8rem Poppins;
	color: #6E3A2C;
	text-align: center;
}
#aviso h2 {
	margin-top: 6rem;
	color: #FF8901;
	font: 2.6rem/2.8rem Poppins;
}
#aviso p {
	padding-top: 4rem;
	font: 2rem/2.6rem Montserrat;
	color: #bbb;
}
#aviso a {
	color: #bbb;
	text-decoration: none;
}
#aviso a:hover {
	color: #FF8901;
}
@media (max-width: 959px) {
	#aviso {
		padding: 6rem 4rem;
	}
	#aviso h1 {
		width: 100%;
		margin-left: 0;
	}
}

#bollos div.titulo {
	background-image: url("images/bollos.jpg");
}


#cafes div:first-child {
	display: flex;
	flex-wrap: wrap;
}
#cafes div div:nth-child(1) {
	background-image: url("images/cafe.jpg");
}
#cafes div div:nth-child(2) {
	background-image: url("images/cafe1.jpg");
}
#cafes div div:nth-child(3) {
	background-image: url("images/cafe2.jpg");
}
#cafes div div {
	position: relative;
	width: 100%;
	padding-bottom: 37.5%;
	background-size: cover;
}
#cafes div div:nth-child(n+2) {
	width: 50%;
}
#cafes section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#cafes div:first-child h1 {
	font: 5.6rem/5.8rem Poppins;
	color: #fff;
	text-align: center;
	padding: 0 4rem;
}
#cafes div:first-child div:nth-child(n+2) h1 {
	font: 4rem/6rem Poppins;
	color: #fff;
}
@media (max-width: 959px) {
	#cafes div div:nth-child(1) {
		background-image: url("images/cafe10.jpg");
		padding-bottom: 100%;
	}
	#cafes div div:nth-child(n+2) {
		width: 100%;
		padding-bottom: 50%;
		background-position: center center;
	}
}

#contacto div:first-child {
	background-image: url("images/contacto.jpg");
}
#contacto div:last-child {
	padding: 10rem 22%;
}
#contacto div > h1 {
	width: 80%;
	margin-left: 10%;
	font: 5.6rem/5.8rem Poppins;
	color: #6E3A2C;
	text-align: center;
}
#contacto div > h2 {
	margin-top: 2rem;
	color: #FF8901;
	text-align: center;
}
#contacto form {
	padding-top: 4rem;
}
#contacto input[type="text"],
#contacto input[type="email"],
#contacto textarea {
	margin-top: 2rem;
	width: 100%;
	padding: 1rem 2rem;
	border: solid 1px #6E3A2C;
	box-sizing: border-box;
	color: #FF8901;
}
#contacto textarea {
	resize: none;
	height: 30rem;
}
#contacto input::placeholder,
#contacto textarea::placeholder {
	color: #6E3A2C;
}
#contacto label {
	margin-top: 1rem;
	display: block;
	font: 1.4rem/1.8rem Montserrat;
	color: #6E3A2C;
}
#contacto label:hover {
	color: #FF8901;
	cursor: pointer;
}
#contacto input[type="checkbox"] {
	margin-right: 0.8rem;
}
#contacto input[type="submit"] {
	border-radius: 3rem;
	background-color: #FF8901;
	padding: 1.8rem 5.4rem;
	margin-top: 3rem;
	color: #6E3A2C;
	font: bold 1.4rem/1.6rem Poppins;
	cursor: pointer;
}
#contacto input[type="submit"]:hover {
	color: #613329;
	background-color: #e17a1e;
}
@media (max-width: 959px) {
	#contacto div:first-child {
		background-image: url("images/contacto10.jpg");
	}
	#contacto div:last-child {
		padding: 5rem 4rem;
	}
	#contacto div > h1 {
		font: 4.6rem/4.8rem Poppins;
	}
	#contacto label {
		font: 1.8rem/2rem Montserrat;		
	}
	#contacto input[type="submit"] {
		font: bold 2rem/2.2rem Poppins;		
	}
	#contacto input[type="text"],
	#contacto input[type="email"],
	#contacto textarea {
		font: 2.2rem/2.4rem Montserrat;
	}
}


#dialogo {
	display: none;
}
#dialogo.aceptar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
}
#dialogo section {
	position: relative;
	width: 85%;
	max-width: 60rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
	background-color: #fff;
	border-radius: 1rem;
	padding: 3rem;
	box-sizing: border-box;
}
#dialogo img {
	display: block;
	width: 40%;
	margin-bottom: 3rem;
}
#dialogo p {
	color: #888;
	margin-bottom: 4rem;
	font: 1.6rem/1.8rem Montserrat;
}
#dialogo ul {
	margin-top: 2rem;
}
#dialogo li {
	margin-left: 5rem;
	font: 1.6rem/1.8rem Montserrat;
}
#dialogo article {
	background-color: #FF8901;
	color: #6E3A2C;
	text-align: center;
	border-radius: 1rem;
	padding: 1.8rem 0;
	cursor: pointer;
	font: bold 1.4rem/1.6rem Poppins;
}
@media (max-width: 959px) {
	#dialogo p,
	#dialogo li {
		font: 1.8rem/2rem Montserrat;
	}
	#dialogo article {
		font: bold 2rem/2.2rem Poppins;		
	}
}

#encuentranos div:first-child {
	padding: 0 10rem;
	height: 52rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#encuentranos div:first-child h1 {
	font: 5.6rem/5.8rem Poppins;
	color: #6E3A2C;
	text-align: center;
}
#encuentranos div:first-child h2 {
	margin-top: 1rem;
	color: #6E3A2C;
	text-align: center;
}
#encuentranos div:last-child {
	display: flex;
	flex-wrap: wrap;
}
#encuentranos article {
	position: relative;
	width: 50%;
	padding-bottom: 55%;
	background-color: #f7f7f7;
}
#encuentranos article section,
#encuentranos article figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#encuentranos article img {
	display: block;
	width: 100%;
}
#encuentranos article h1 {
	padding: 0 14rem;
	font: 2.6rem/2.8rem Poppins;
	color: #6E3A2C;
	text-align: center;
}
#encuentranos article p {
	padding: 0 14rem;
	margin-top: 3rem;
	color: #bbb;
	text-align: center;
	font: 1.8rem/3rem Montserrat;
}
@media (max-width: 959px) {
	#encuentranos article {
		width: 100%;
		padding-bottom: 110%;
	}
	#encuentranos article section {
		position: relative;
		padding: 8rem 0 16rem 0;
		height: auto;
	}
	#encuentranos article h1 {
		font: 3rem/3.2rem Poppins;
	}
	#encuentranos article p {
		font: 2rem/3.2rem Montserrat;
	}
	#encuentranos article:nth-child(1) {
		padding-bottom: 0;
		order: 2;
	}
	#encuentranos article:nth-child(2) {
		order: 1;
	}
	#encuentranos article:nth-child(3) {
		order: 3;
	}
	#encuentranos article:nth-child(4) {
		order: 4;
		padding-bottom: 0;
	}
	#encuentranos article:nth-child(5) {
		order: 6;
		padding-bottom: 0;
	}
	#encuentranos article:nth-child(6) {
		order: 5;
	}
	#encuentranos article:nth-child(7) {
		order: 7;
	}
	#encuentranos article:nth-child(8) {
		order: 8;
		padding-bottom: 0;
	}
	#encuentranos article:nth-child(9) {
		order: 10;
		padding-bottom: 0;
	}
	#encuentranos article:nth-child(10) {
		order: 9;
	}
}

div.familias {
	padding: 5rem 5rem 15rem 5rem;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
}
div.familias article {
	padding: 0 2rem 2rem 2rem;
	width: 34rem;
}
div.familias article img {
	display: block;
	width: 34rem;
	height: 34rem;
	max-width: 398px;
	max-height: 398px;
	margin: 0 auto;
}
div.familias article h1 {
	color: #6E3A2C;
	font: 3.4rem/3.6rem Poppins;
	text-align: center;
}
div.familias article p {
	padding: 2rem 2rem 0 2rem;
	color: #ccc;
	text-align: center;
	font: 1.6rem/2rem Montserrat;
}
@media (max-width: 959px) {
	div.familias {
		padding: 0 0 15rem 0;
	}
	div.familias article {
		padding: 0;
		width: 100%;
	}
	div.familias article img {
		width: 100%;
		height: auto;
	}
}
div.productos {
	padding: 5rem 5rem 15rem 5rem;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
}
div.productos article {
	padding: 0 2rem 2rem 2rem;
	width: 34rem;
}
div.productos article img {
	display: block;
	padding: 4rem 4rem 0 4rem;
	width: 26rem;
	height: 26rem;
	max-width: 398px;
	max-height: 398px;
	margin: 0 auto;
}
div.productos article h1 {
	color: #6E3A2C;
	font: 2rem/2.2rem Poppins;
	text-align: center;
}
@media (max-width: 959px) {
	div.productos {
		padding: 0 0 15rem 0;
	}
	div.productos article {
		padding: 0;
		width: 100%;
	}
	div.productos article img {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	div.productos article h1 {
		font: 2.8rem/3rem Poppins;
	}
}


#ayuda {
	padding: 8rem;
	background-color: #f7f7f7;
}
#ayuda p {
	font: 1.8rem/3rem Montserrat;
	color: #bbb;
}
@media (min-width: 960px) {
	#final {
		display: flex;
		align-items: center;
		height: 16rem;
		padding: 0 8rem;
	}
	#final figure img {
		width: 18rem;
	}
	#final nav {
		margin-left: auto;
		display: flex;
	}
	#final nav a:nth-child(n+2) {
		margin-left: 4rem;
	}
	#final nav a {
		color: #FF8901;
		text-decoration: none;
	}
	#final nav a.activo,
	#final nav a:hover {
		color: #6E3A2C;
	}
}
@media (max-width: 959px) {
	#final {
		padding: 4rem;
	}
	#final figure a::after {
		content: "Inicio";
	}
	#final figure img {
		display: none;
	}
	#final a {
		display: block;
		color: #FF8901;
		text-decoration: none;
		font: 2.4rem/5rem Poppins;
		text-align: center;
	}
	#final a.activo,
	#final a:hover {
		color: #6E3A2C;
	}
}


#hojaldres div.titulo {
	background-image: url("images/hojaldres.jpg");
}


@media (min-width: 960px) {
	#index div:nth-of-type(1) {
		background-image: url("images/berlinas.jpg");
		background-size: cover;
	}
	#index div:nth-of-type(3) {
		background-image: url("images/cafe.jpg");
		background-size: cover;
	}
	#index div:nth-of-type(5) {
		background-image: url("images/interiorismo.jpg");
		background-size: cover;
	}
	#index div {
		position: relative;
		width: 100%;
		padding-bottom: 37.5%;
	}
	#index div.imagen section {
		position: absolute;
		top: 0;
		left: 56%;
		width: 30%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
	}
	#index h1 {
		font: 5.6rem/5.8rem Poppins;
		color: #fff;
	}
	#index h2 {
		margin-top: 1rem;
		color: #fff;
	}
	#index a {
		display: inline-block;
		text-decoration: none;
		border-radius: 3rem;
		background-color: #FF8901;
		padding: 1.8rem 5.4rem;
		margin-top: 3rem;
		color: #6E3A2C;
		font: bold 1.4rem/1.6rem Poppins;
	}
	#index a:hover {
		color: #613329;
		background-color: #e17a1e;
	}
	#index div.producto {
		padding-bottom: 30%;
	}
	#index div.producto article {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index div.producto article img {
		display: block;
		padding: 0 6% 0 16%;
		width: 28%;
	}
	#index div.producto section {
		padding: 0 16% 0 6%;
		width: 28%;
		flex-direction: column;
		justify-content: center;
		align-items: start;	
	}
	#index div.producto h1 {
		color: #6E3A2C;
	}
	#index div.producto h2 {
		color: #FF8901;
	}
	#index div.producto:nth-child(4) article img {
		padding: 0 16% 0 6%;
	}
	#index div.producto:nth-child(4) section {
		padding: 0 6% 0 16%;
	}
}
@media (max-width: 959px) {
	#index div:nth-of-type(1) {
		background-image: url("images/berlinas10.jpg");
		background-size: cover;
	}
	#index div:nth-of-type(3) {
		background-image: url("images/cafe10.jpg");
		background-size: cover;
	}
	#index div:nth-of-type(5) {
		background-image: url("images/interiorismo10.jpg");
		background-size: cover;
	}
	#index div.imagen {
		position: relative;
		width: 100%;
		padding-bottom: 100%;
	}
	#index div.producto {
		position: relative;
		padding-top: 80%;
	}
	#index div.producto img {
		position: absolute;
		top: 0;
		left: 10%;
		width: 80%		
	}
	#index div.imagen section {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#index section {
		text-align: center;
		margin-bottom: 8rem;
	}
	#index h1 {
		font: 4.6rem/4.8rem Poppins;
		color: #fff;
		text-align: center;
		padding: 0 10%;
	}
	#index a {
		display: inline-block;
		text-decoration: none;
		border-radius: 3rem;
		background-color: #FF8901;
		padding: 1.8rem 5.4rem;
		color: #6E3A2C;
		font: bold 2rem/2.2rem Poppins;
		margin-top: 5rem;
	}
	#index a:active {
		color: #613329;
		background-color: #e17a1e;
	}
	#index div.producto h1 {
		color: #6E3A2C;
	}
}

#maestros div.titulo {
	background-image: url("images/maestros.jpg");
}
div.mensaje {
	height: 52rem;
	padding: 0 20%;
	display: flex;
	align-items: center;
}
div.mensaje p {
	text-align: center;
	color: #ccc;
	font: 1.8rem/3rem Montserrat;
}
div.imagenes figure {
	position: relative;
	width: 100%;
	padding-bottom: 37.5%;
}
div.imagenes img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#maestros div:last-child figure:last-child {
	display: none;
}
@media (max-width: 959px) {
	#maestros div.titulo {
		background-image: url("images/maestros10.jpg");
	}
	#maestros div.mensaje p {
		font: 2rem/2.6rem Montserrat;
	}
	#maestros div:last-child figure {
		padding-bottom: 100%;
	}
	#maestros div:last-child figure:first-child {
		display: none;
	}
	#maestros div:last-child figure:last-child {
		display: block;
	}
}

@media (min-width: 960px) {
	#menu {
		display: flex;
		align-items: center;
		background-color: #6E3A2C;
		height: 10rem;
		padding: 0 8rem;
	}
	#menu figure img {
		display: block;
		width: 18rem;
	}
	#menu figure:last-of-type {
		display: none;
	}
	#menu nav {
		margin-left: auto;
		display: flex;
	}
	#menu nav a:nth-child(n+2) {
		margin-left: 4rem;
	}
	#menu nav a {
		color: #fff;
		text-decoration: none;
	}
	#menu nav a.activo,
	#menu nav a:hover {
		color: #FF8901;
	}
}
@media (max-width: 959px) {
	#menu {
		position: relative;
		background-color: #6E3A2C;
		padding: 3rem 4rem;
	}
	#menu figure img {
		display: block;
		height: 4rem;
	}
	#menu figure:last-of-type img {
		position: absolute;
		top: 0;
		right: 0;
		width: 4rem;
		padding: 3rem 4rem;
		cursor: pointer;
	}
	#menu nav {
		display: none;
	}
	#menu nav.mostrar {
		display: flex;
		flex-flow: column;
		align-items: center;
		padding-top: 4rem;
	}
	#menu a {
		display: block;
	}
	#menu nav a {
		color: #fff;
		text-decoration: none;
		font: 2.4rem/5rem Poppins;
		padding: 0 1rem;
	}
	#menu nav a.activo,
	#menu nav a:hover {
		color: #FF8901;
	}
}


@media (min-width: 960px) {
	#newsletter {
		height: 35rem;
		background-color: #6E3A2C;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	#newsletter section {
		padding: 0 8rem;
		width: 60%;
		height: 15rem;
		box-sizing: border-box;
	}
	#newsletter h1 {
		font: 3.2rem/3.4rem Poppins;
		color: #fff;
	}
	#newsletter h2 {
		margin-top: 2rem;
		color: #FF8901;
		font: 1.6rem/1.8rem Montserrat;
	}
	#newsletter form {
		width: 40%;
		height: 15rem;
		padding: 0 8rem 0 0;
		box-sizing: border-box;
	}
	#newsletter form input[type="email"] {
		background-color: #6E3A2C;
		width: 100%;
		margin-bottom: 2rem;
		color: #fff;
		padding: 1rem 2rem;
		border: solid 1px #FFF;
		box-sizing: border-box;
	}
	#newsletter form input[type="email"]::placeholder {
		color: #fff;
	}
	#newsletter form label {
		display: block;
		font: 1.4rem/1.8rem Montserrat;
		color: #fff;
	}
	#newsletter form label:hover {
		color: #FF8901;
		cursor: pointer;
	}
	#newsletter form input[type="checkbox"] {
		margin-right: 0.8rem;
	}
	#newsletter form input[type="submit"] {
		border-radius: 3rem;
		background-color: #FF8901;
		padding: 1.8rem 5.4rem;
		margin-top: 3rem;
		color: #6E3A2C;
		font: bold 1.4rem/1.6rem Poppins;
		cursor: pointer;
	}
	#newsletter form input[type="submit"]:hover {
		color: #613329;
		background-color: #e17a1e;
	}
}
@media (max-width: 959px) {
	#newsletter {
		padding: 8rem 4rem;
		background-color: #6E3A2C;
	}
	#newsletter h1 {
		font: 3.2rem/3.4rem Poppins;
		color: #fff;
		text-align: center;
	}
	#newsletter h2 {
		margin-top: 2rem;
		color: #FF8901;
		font: 1.8rem/2rem Montserrat;
		text-align: center;
	}
	#newsletter form {
		width: 100%;
	}
	#newsletter form input[type="email"] {
		background-color: #6E3A2C;
		width: 100%;
		margin: 5rem 0 2rem 0;
		color: #fff;
		padding: 1rem 2rem;
		border: solid 1px #FFF;
		box-sizing: border-box;
		font: 2.2rem/2.4rem Montserrat;
	}
	#newsletter form input[type="email"]::placeholder {
		color: #fff;
	}
	#newsletter form label {
		display: block;
		font: 1.8rem/2rem Montserrat;
		color: #fff;
	}
	#newsletter form label:hover {
		color: #FF8901;
		cursor: pointer;
	}
	#newsletter form input[type="checkbox"] {
		margin-right: 0.8rem;
	}
	#newsletter form input[type="submit"] {
		border-radius: 3rem;
		background-color: #FF8901;
		padding: 1.8rem 5.4rem;
		margin-top: 5rem;
		color: #6E3A2C;
		font: bold 2rem/2.2rem Poppins;
		cursor: pointer;
		width: 100%;
	}
}

#panes div.titulo {
	background-image: url("images/panes.jpg");
}

#pasteles div.titulo {
	background-image: url("images/pasteles.jpg");
}


#productos div.titulo {
	background-image: url("images/productos.jpg");
}

div.titulo {
	position: relative;
	width: 100%;
	padding-bottom: 37.5%;
	background-size: cover;
}
div.titulo section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div.titulo h1 {
	font: 5.6rem/5.8rem Poppins;
	color: #fff;
	text-align: center;
	padding: 0 4rem;
}
div.titulo h2 {
	margin-top: 1rem;
	color: #fff;
	text-align: center;
	padding: 0 4rem;
}
@media (max-width: 959px) {
	div.titulo {
		padding-bottom: 100%;
	}
	div.titulo h1 {
		font: 4.6rem/4.8rem Poppins;
	}
	div.titulo h2 {
		margin-top: 1rem;
		color: #fff;
		text-align: center;
	}
}


