* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
} 

body {
	background-color: #FFF6EF;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
}

@font-face {
	font-family: Elanor;
	src: url('../FONTS/Elanorfont.otf');
}

/*CABECERA */

header {
	width: 100vw;
	height: 150px;
	background-color: #892424;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
}


.imagotipo {
	width: 145px;
	height: auto;
	display: flex;
}

.iconMenu img {
	width: 100%;
	transform: scale(1.5);
	padding-right: 20px;
	display: none;
	cursor: pointer;
}

.nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.nav li {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin: 20px;
	padding: 5px;		
	list-style: none;
	cursor: pointer;
	border-bottom:  1px solid transparent;
    transition: border-color 0.3s ease, opacity 0.3s ease;
	
}

.nav a {
	text-decoration: none;
	color: #FFE6A7;
}

.nav li:hover,.selected {
    border-bottom-color: #FFE6A7; 
    opacity: 0.8;  
}


.menuDesplegable {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;   
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    background-color: #FFE6A7;
    z-index: 3; 
    padding-top: 20px;
    padding-bottom: 40px;
}

.menuDesplegable.mostrar {
  visibility: visible;
  opacity: 1;
}

.menuDesplegable li {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFE6A7;
    padding: 20px;
    cursor: pointer; 
    list-style: none; 

}

.menuDesplegable a {
	text-decoration: none;
	color: #892424;
}


.closemenu > img {
	width: 40px;
	position: absolute;
	top: 60px;
	right: 35px;
	cursor: pointer;
	z-index: 4;
	margin-right: 25px;
}


/*BREADCRUMBS*/

.breadcrumb {
	width: 100vw;
	height: auto;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	padding-top: 100px;
	padding-left: 180px;
}

.breadcrumb ul {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 15px;
}

.breadcrumb ul svg {
	width: 25px;
}

.breadcrumb ul li a {
	text-decoration: none;
	color: #892424;
}

.breadcrumb ul li:last-child a {
	font-weight: 800;
}


/*QUÉ ES EMBLEMÀTIQUES*/

.contenedor1 {
    width: 100vw;
    height: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 40px;

}

.box1 {
	width: 80vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.box1 img {
	width: 40vw;
	height: auto;
	border-radius: 30px;
	position: absolute;
	z-index: 1;
}

.cajaresgistradora img {
	width: auto;
	height: auto;
	display: flex;
	position: absolute;
	z-index: -1;
	right: -130px;
	top: -40px;
}

.cajagranate {
	width: 90%;
	height: 65%;
	background-color: #892424;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 25%;	
}


.cajagranate img {
	position: absolute;
	right: 0;
	top: 15%;
	transform: scale(0.75);
	display: block;
}

.texto {
	width: 50%;
	height: auto;
	position: absolute;
	right: 3%;
	top: 30%;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #FFE6A7;
	padding-left: 30px;
	padding-right: 30px;
}

.texto > p {
	margin-top: 30px;
}


/*TIENDAS*/

.galeriatiendas {
	width: 100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

.galeriatiendas h2 {
	width: 30vw;
  	height: auto;
  	text-align: center;
	font-family: 'Elanor';
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	line-height: 30px;/
	text-align: center;
	text-transform: uppercase;
	background-image: url("../IMG/Logos/cartela.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFE6A7;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}

.caldera {
	height: auto;
	display: flex;
	position: absolute;
	z-index: -1;
	left: 0;
	top: -70px;
	transform: scale(0.9);
}


.texturafondo1 {
	width: 100%;
	height: auto;
	display: flex;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 380px;
	overflow-x: hidden;
}

.cards{
	width: 85vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 100px;
}

.tienda {
	position: relative;	
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 80px;
}

.tienda img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.overlay {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 30px;    
}

.overlay img {
	width: 100%;
    height: auto;
    border-radius: 30px;
}

.tienda:hover .overlay {
	opacity: 1;
}

/*RESERVAS*/

.container {
    width: 100vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container > h2 {
  	width: 40vw;
  	height: auto;
  	text-align: center;
	font-family: 'Elanor';
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	line-height: 30px;/
	text-align: center;
	text-transform: uppercase;
	background-image: url("../IMG/Logos/cartela.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFE6A7;
	margin-bottom: 95px;	
	padding: 20px;
	border-radius: 10px;

}
	
.contenido {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.columns {
  	max-width: 80vw;
  	height: auto;
  	display: flex;
  	justify-content: center;
    margin-bottom: 100px;  	
}
  
.column {
    width: 50vw;
  	height: auto;
  	text-align: left;
  	padding-top: 20px;
}


.column li {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 30px;
	color: #432818;
	margin-left: 40px;

}

.contenido button {
	background-color: #432818;
	border-radius: 15px;
	padding: 20px 45px;
	border: 2px solid transparent;
	cursor: pointer;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #FFE6A7;
	transition: border-color 0.3s;
	position: relative;
}

.contenido button:hover {
	background: #FFE6A7;
	border-color: #892424;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	color: #892424;
}

.manoizqda {
  position: relative;
  top: -60px; 
  left: -350px;
  animation: animacionmano1 1.5s ease-in-out infinite alternate; 
}

@keyframes animacionmano1 {
  0% {left: -550px;}
  50% {left: -350px;}
  100% {left: -550px;
  }
}

/*FOOTER*/

.contenedor {
	width: 100vw;
	height: auto;
	background-color: #892424;
	display: flex;
	flex-wrap: wrap;
}

.newsletter {
	width: 45vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 100px;
	padding-bottom: 50px;
	order: 1;
}

input {
	width: 85%;
	height: 50px;
	background: #FFFFFF;
	border-radius: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: rgba(68, 60, 60, 1);
	padding-left: 20px;
	margin-bottom: 25px;
	border: 0;
}

.textos > h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	color: #FFE6A7;
	margin-top: 125px;
	padding-bottom: 40px;
}

.textos > h4 {
	width: 85%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFE6A7;
	padding-bottom: 30px;
}


.textos button {
	width: 180px;
	height: 50px;
	background: #FFFFFF;
	color: #892424;
	border-radius: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	border: 0;
}


.contacto {
	width: 25vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	order: 2;
}

.infolegal {
	width: 30vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	order: 3;
}

.redessociales {
	width: 100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	order: 4;
}

.iconosrrss {
	width: 30vw;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-right: 20%;
	margin-top: -8%;
}


.copyright {
	width: 100vw;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #892424;
	display: flex;
	flex-wrap: wrap;
	order: 5;

}

.copyright > h5 {
	width: 100%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #FFE6A7;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

.backlogo {
	width: 100vw;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.backlogomovil {
	display: none;
}


/*MEDIA QUERIES FOOTER 1500PX*/

@media screen and (max-width: 1500px) {


.menuDesplegable {
    display: none;
}

.contenedor {
	display: flex;
	flex-direction: column;
}


.newsletter {
	order: 1;
	width: 100vw;
	background-color: #892424;
	margin-bottom: 40px;	
}

.textos > h3 {
	margin-top: 60px;
}

.redessociales {
	order: 2;
	margin-top: 20px;	
	margin-bottom: 30px;
}

.iconosrrss {
	width: 100vw;
	display: flex;	
	margin-left: auto;
	margin-right: auto;
	
}

.contacto {
	width: 100vw;
	order: 3;
	padding-left: 100px;
	background-color: #FFF6EF;
}

.contacto  h3 {
	margin-top: 40px;
	color: #432818;
}

.contacto  h4 {
	color: #432818;
	padding-bottom: 20px;
}

.infolegal {
	width: 100vw;
	order: 4;
	padding-left: 100px;
	background-color: #FFF6EF;
}

.infolegal  h3 {
	margin-top: 20px;
	color: #432818;
}

.infolegal  h4 {
	color: #432818;
	padding-bottom: 20px;
}

.copyright {
	width: 100vw;
	order: 5;
	background-color: #FFF6EF;
	display: flex;
	justify-content: center;
}

.copyright  h5 {
	color: #432818;
	background-color: #FFF6EF;
}

hr {
	width: 90vw;
	height: 0.5px;
	color: #432818;
	opacity: 0.5;
	margin-top: 15px;
}

.backlogo {
	order: 6;
	display: flex;
	margin-top: -30px;
}

}



/*MEDIA QUERIES QUÉ ES EMBL. 1200PX*/

@media screen and (max-width: 1200px){

.breadcrumb {
	padding-left: 30px;
	padding-top: 30px;
	font-size: 18px;
}


.breadcrumb ul svg {
	width: 20px;
}

.contenedor1 {
	margin-top: 50px;

}

.box1 {
	width: 100vw;
}



.imagen img {
	width: 400px;
	height: 400px;	
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}

.cajagranate {
	width: 100%;
	height: 80%;
	background-color: #892424;
	z-index: 0;
	top: 20%;	
}


.cajagranate img {
	position: absolute;
	top: 30%;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	
}
	
.logotipo img {
	width: 100%;
	top: 32%;
}

.texto {
	width: 95%;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top: 40%;
}

.cajagranate p {
	width: 100%;
	height: auto;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #FFE6A7;
}


.cajaresgistradora img {
	transform: scale(0.8);
	top: -10%;
	right: 0;
}


.galeriatiendas {
	margin-top: 40px;
}


.caldera img {
	display: flex;
	position: absolute;
	z-index: -1;
	left: -100px;
	top: 80px;
	transform: scale(0.8);

}

.galeriatiendas h2 {
	width: 70vw; 

}

.cards {
	margin-top: 50px;
}

.overlay {
	opacity: 1;
}


.texturafondo1 {
	left: 0;
	top: 1200px;
}


.container {
	margin-top: 40px;
}

.container h2 {
	width: 70vw; 
	margin-bottom: 60px;
}






/*MEDIA QUERIES MENÚ HAMBURGUESA 1000PX*/

@media screen and (max-width: 1000px) {


header {
	height: 100px;
	padding: 20px;
}

.imagotipo {
	transform: scale(0.75);
}


.iconMenu img {
	transform: scale(1.2);
}


header .nav {
	width: 100%;
}

.nav {
	width: 100%;
	display: none;
}

.iconMenu img {
	display: block;
}

.menuDesplegable {
	visibility: hidden;
	height: 100vh;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}


.lista {
	margin-top: 80px;
}

hr {
	width: 90vw;
	color: #892424;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.rrss {
	width: 100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 35px;
}


.closemenu > img {
	width: 35px;
	position: absolute;
	top: 35px;
	right: 15px;
	cursor: pointer;
	z-index: 4;
	margin-right: 25px;
}


}


/*MEDIA QUERIES VARIOS*/


@media screen and (max-width: 1000px) {



.column li {
	font-size: 1.1em;
}

}


@media screen and (max-width: 768px) {



.box1 {
	width: 100vw;
}


.galeriatiendas h2 {
	font-size: 26px;
}

.container > h2 {
	font-size: 26px;
}
	
.columns {
    flex-wrap: wrap;
}

.column {
    width: 75vw;
}

.column li {
	font-size: 1.1em;
	margin-left: 5px;
}


.columns {
	margin-bottom: 50px;
}


.manoizqda {
	display: none;
}

.contenido button {
	transform: scale(0.8);
}


.column li {
	font-size: 1.2em;
	margin-left: 5px;
}

.texturafondo1 {
	left: 0;
	top: 1000px;
}

}


/*MEDIA QUERIES FOOTER 768PX*/

@media screen and (max-width: 768px) {

.newsletter, .contacto, .infolegal {
	padding-left: 50px;	
}

.newsletter h3 {
	font-size: 22px;
}

.newsletter h4 {
	font-size: 16px;
}

.contacto h3 {
	font-size: 22px;
}

.contacto h4 {
	font-size: 16px;
}

.infolegal h3 {
	font-size: 22px;
}

.infolegal h4 {
	font-size: 16px;
}

.copyright h5 {
	font-size: 14px;
}


}


/*MEDIA QUERIES FOOTER 500PX*/

@media screen and (max-width: 500px) {

.imagen img {
	width: 300px;
	height: 300px;	
}

.logotipo img {
	width: 100%;
	top: 20%;
}

.texto {
	width: 95%;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top: 25%;
}

}
