@charset "utf-8";
/* CSS Document */

/* EOT file for IE */
/*@font-face {
 font-family: MyCustomFont;
 src: 	url("../fonts/FRAD.eot"), 
 		url("../fonts/FRAD.woff"), 
		url("../fonts/FRAD.svg#FranklinGothic-Demi"), 
		url("../fonts/FRAD.ttf");
}*/



/*@font-face {
    font-family: 'MyCustomFont';
    src: url(../fonts/FRAD.eot);
    src: url(../fonts/FRAD.eot?#iefix) format('embedded-opentype'),
         url(../fonts/FRAD.woff) format('woff'),
         url(../fonts/FRAD.ttf) format('truetype'),
         url(../fonts/FRAD.svg#FranklinGothic-Demi) format('svg');
	font-weight:normal; por alguna absurda razón esto peta en safari
	font-style:normal;

}*/

@font-face {
	font-family: 'MyCustomFont';
	src: url('../fonts/FRAD.eot');
	src: url('../fonts/FRAD.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FRAD.woff') format('woff'),
		url('../fonts/FRAD.ttf') format('truetype'),
		url('../fonts/FRAD.svg#FengardoNeueBlack') format('svg');
	font-weight: normal;
	font-style: normal;

}




body,
h1,
h2,
h3,
h4,
ol,
ul,
li,
img,
p,
a {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif;
}

body {
	position: relative;
}



strong {
	color: #666;
}

.banderas {
	position: relative;
	height: 38px;
	width: 990px !important;
	min-width: 990px;
	margin: 0px auto;
	margin-top: 10px;
}

.banderas img {
	vertical-align: middle;
}

.notLastFlag {
	margin-right: 4px;
}

.elTiempoWidget {
	/* Para cuando estén las 4 banderas: left:172px; */
	/*position:absolute; 
	left:133px; 
	top:9px;*/
	color: #656565;
	font: bold 13px/1.2 Tahoma;
	text-align: left;
	height: 38px;
	vertical-align: central;
}

#weatherIcon {
	color: #999;
	font: normal 13px/1.2 Tahoma;
}

.weatherWidget {
	display: inline-block;
	vertical-align: middle;
}

.weatherWidget a {
	text-decoration: none;
}

.telephoneLayer {
	position: absolute;
	right: 0px;
	top: 0px;
	vertical-align: middle;
	text-align: right;
	font-size: 25px;
	color: #333;
}


.prefijo {
	font-size: 20px;
	color: #bdbfc6;
}

.telefono1 {
	position: absolute;
	width: 220px;
	top: 2px;
	right: -210px;
}

.telefono2 {
	position: absolute;
	width: 220px;
	top: 10px;
	right: -210px;
}


.fotoCabecera {
	height: 573px;
	min-width: 990px;
}



.menuSuperiorCentrador {
	width: 990px;
	min-width: 990px;
	margin: 0px auto;
	position: relative;
}

.logotipo {
	position: absolute;
	top: 20px;
	color: #FFF;
	text-shadow: 2px 2px 5px #000;
	width: 990px;
	/* tenemos que meter el text-shadow para el explorer en un condicional dentro de cabecera.php xq si no no valida la hoja de estilos. */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=135, Strength=5);

}


.logotipo span {
	padding-left: 7px;
	line-height: 22px;
	font-size: 22px;
}

.logotipo div {
	line-height: 100px;
	font-size: 125px;
	margin-bottom: 20px;
}

.pieDeLogo {
	background-color: #000;
	padding: 5px 25px !important;
	margin-top: 10px;
	margin-left: 6px;
}

.menuSuperiorDiv {
	width: 990px;
	background-color: #FFF;
	position: absolute;
	top: 485px;
}

.menuSuperior {
	list-style: none;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}

.menuSuperior li {
	display: inline-block;
}

.menuSuperior a {
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	/*transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);*/


	color: #bdbfc6;
	display: inline-block;
	padding: 12px;
	text-decoration: none;
}

.menuSuperior a:hover {
	color: #333;
}

.menuSuperior .selected {
	display: inline-block;
	padding: 12px;
	color: #000;
	position: relative;
}


.submenuSuperior {
	font-size: 22px;
	text-align: left;
	margin: 5px 30px;
	border-bottom: 1px dotted #CCC;
	height: 25px;
	position: absolute;
	left: 0px;
}

.submenuSuperior li {
	display: inline-block;
	height: 25px;
	overflow: hidden;
}

.submenuSuperior a {
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	/*transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);*/

	color: #bdbfc6;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
}

.submenuSuperior a:hover {
	margin-top: -4px;
	color: #666;
}

.submenuSuperior .selected {
	color: #666;
	display: inline-block;
	padding: 8px;
	margin-top: -4px;
}


.mancheta {
	position: absolute;
	right: -61px;
	top: -43px;
}

.manchetaOferta2 {
	position: absolute;
	top: 80px;
	right: 0px;
	font-size: 25px;
	background-color: #900;
	color: #FFF;
	padding: 10px 5px 10px 30px;
	text-align: left;
}


.CUERPO {
	width: 910px;
	margin: 0px auto;
	padding: 40px 40px 0px 40px;
}

.CUERPO h1 {
	font-size: 54px;
	color: #1f1f1f;
	border-bottom: 1px solid #666;
	padding-bottom: 4px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.CUERPO h2 {
	font-size: 27px;
	color: #333;
	margin-bottom: 15px;
}

.CUERPO ul {
	margin-left: 30px;
}

.CUERPO p,
.CUERPO li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #7f7f7f;
	margin-bottom: 10px;
}

.CUERPO p,
.CUERPO ul {
	margin-bottom: 30px;
}

.CUERPO a {
	color: #6f9ff1;
}

.CUERPO a:hover {
	color: hsl(217, 81%, 51%);
}

.CUERPO .CONTENIDO {
	position: relative;
}

.strongOferta {
	color: #5CA910;
	font-size: 28px;
}

.mapContainer {
	border: 1px solid #CCC;
	padding: 5px;
}

.mapIframe {
	width: 100%;
	height: 450px;
	border: 0;
	margin: 0;
	overflow: hidden;
}

.goverlay {
	background: rgba(0, 0, 0, 0.9) !important;
}

/* Más espacio en price.php para que Safari mobile aplique zoom-to-fit correctamente */
.marginBottom410px {
	margin-bottom: 410px !important;
}

.derecha {
	margin: 10px 0px 10px 10px;
	float: right;
}

.foto {
	padding: 4px;
	border: 1px solid #CCC;
}

.foto p {
	font-size: 12px;
	margin: 0px;
	padding: 4px 0px 2px 0px;
}

.botoneraInferior {
	margin: 0px !important;
	padding-top: 40px;
	text-align: center;
	list-style: none;
}

.botoneraInferior li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}





.photoList {
	list-style: none;
	margin: 0px !important;
	padding: 0px;
	padding-bottom: 80px;
}

.photoList li {

	margin: 0px 12px 12px 0px;
	display: inline-block;
	/*background-color:#974492;*/
	vertical-align: top;
}

.photoList img {
	vertical-align: top;
}





/* FORMULARIOS */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/******* /CONTAINER *******/
/******* FORM *******/
#customForm {
	padding: 0 10px 10px;
}

#customForm label {
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}

#customForm input {
	width: 260px;
	padding: 6px;
	color: #949494;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #cecece;
}

#customForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm textarea {
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #cecece;
}

#customForm textarea.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm div {
	margin-bottom: 15px;
}

#customForm div span {
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 14px;
	font-style: italic;
}

#customForm div span.error {
	color: #e46c6e;
}

#customForm #send {
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm #send:hover {
	background: #79a7f1;
}

#error {
	margin-bottom: 20px;
	border: 1px solid #efefef;
}

#error ul {
	list-style: square;
	padding: 5px;
	font-size: 11px;
}

#error ul li {
	list-style-position: inside;
	line-height: 1.6em;
}

#error ul li strong {
	color: #e46c6d;
}

#error.valid ul li strong {
	color: #93d72e;
}

/******* /FORM *******/






.PIE {
	height: 321px;
	background-image: url(../images/pieFondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	min-width: 990px;
}

.listado1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	font-size: 20px;
	width: 990px !important;
	margin: 0px auto;
	text-align: left;
	padding-top: 70px;
	list-style: none;
}

.PIE h1 {
	margin-left: 80px;
	margin-bottom: 5px;
}

.listado1>li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.listado1>li ul {
	margin-bottom: 25px;
	margin-left: 90px;
	list-style: disc;
}

.listado1 a {
	color: #444;
}

.listado1 a:hover {
	color: #000;
}

.footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #777;
	font-size: 19px;
	width: 990px;
	margin: 34px auto 0px auto;
	text-align: center;
}

.footer-link {
	color: #777;
	text-decoration: none;
}

.footer-link strong {
	color: #777;
}

.footer-link:hover {
	opacity: 0.8;
}

.marginTop0px {
	margin-top: 0px !important;
}

.marginTop10px {
	margin-top: 10px;
}

.super {
	vertical-align: super;
	font-size: 15px;
}

#vendidosSPAN {
	background-color: #9A0000;
	color: white;
	font-weight: strong;
	display: inline-block;
	padding: 2px 12px;
	font-size: 19px;
	border-radius: 2px;
}

#tachadoSPAN {
	text-decoration: line-through;
}


/* ============================================================
   VERSION MOVIL / RESPONSIVE (solo afecta a pantallas < 990px).
   El diseno de escritorio (fijo 990px) queda intacto por encima.
   Va al FINAL para sobrescribir las reglas de arriba (con igual
   especificidad, en CSS gana la ultima regla del archivo).
   ============================================================ */
@media screen and (max-width: 990px) {

	html,
	body {
		overflow-x: hidden;
	}

	/* 1. Contenedores fijos (990px) pasan a fluidos */
	.WRAPPER,
	.banderas,
	.fotoCabecera,
	.menuSuperiorCentrador,
	.logotipo,
	.menuSuperiorDiv,
	.CUERPO,
	.PIE,
	.listado1,
	.footer {
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	/* 2. Barra superior: idiomas + tiempo (izq) y email (der) */
	.banderas {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 1dvw;
		height: auto;
		padding: 2dvw 2.6dvw;
		margin-top: 0;
	}

	.telephoneLayer {
		position: static;
		margin-left: auto;
		flex-shrink: 0;
	}

	.weatherWidget {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		flex: 1 1 auto;
		min-width: 0;
	}

	.elTiempoWidget {
		height: auto;
		display: none;
	}

	/* 3. Cabecera: imagen 100% ancho con su aspect ratio (1200x517) */
	.fotoCabecera {
		position: relative;
		height: auto;
		background-size: 100% auto !important;
		background-position: top center !important;
		background-repeat: no-repeat !important;
	}

	.fotoCabecera::before {
		content: "";
		display: block;
		padding-bottom: 43.08%;
		/* 517/1200 */
	}

	.menuSuperiorCentrador {
		position: static;
	}

	/* 4. Logotipo: superpuesto y centrado verticalmente sobre la imagen */
	.logotipo {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		aspect-ratio: 1200 / 517;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 2.6dvw 3.8dvw;
		margin: 0;
		overflow: hidden;
	}

	.logotipo div {
		font-size: 7dvw;
		line-height: 1;
		margin-top: 0.5dvw;
		margin-bottom: 0.5dvw;
	}

	.logotipo span {
		padding-left: 0;
		font-size: 3.2dvw;
		line-height: 1.2;
	}

	.logotipo>br {
		display: none;
	}

	.pieDeLogo {
		align-self: flex-start;
	}

	/* 5. Navegacion en dos niveles:
	   - Nivel 1 (Promocion, Ubicacion, Fotografias, Precios, Contacto) en UNA fila.
	   - Nivel 2 (el submenu de la seccion activa) en una barra completa justo debajo.
	   Truco: display:contents en los <li> de nivel 1 hace que sus hijos (etiqueta
	   + submenu) participen directamente en el flex de .menuSuperior, y el submenu
	   con flex-basis:100% + order:1 salta a la fila inferior. */
	.menuSuperiorDiv {
		position: static;
		top: auto;
		padding: 0;
		background-color: #fff;
	}

	.menuSuperior {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		border-bottom: 1px solid #e5e5e5;
	}

	.menuSuperior li {
		display: contents;
	}

	.menuSuperior a,
	.menuSuperior .selected {
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
		padding: 3.3dvw 0.8dvw;
		font-size: 3.4dvw;
		line-height: 1.1;
		white-space: nowrap;
		border-bottom: 3px solid transparent;
	}

	.menuSuperior>li>.selected {
		color: #000;
		border-bottom-color: #000;
	}

	.submenuSuperior {
		order: 1;
		flex-basis: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0.5dvw 1dvw;
		position: static;
		left: auto;
		margin: 0;
		padding: 1.8dvw 1.5dvw;
		height: auto;
		border-bottom: none;
		background-color: #f4f4f4;
	}

	.submenuSuperior li {
		display: inline-block;
		height: auto;
		overflow: visible;
	}

	.submenuSuperior a,
	.submenuSuperior .selected {
		margin-top: 0;
		padding: 1.3dvw 2.3dvw;
		font-size: 3.2dvw;
		line-height: 1.2;
		white-space: nowrap;
	}

	.submenuSuperior a:hover {
		margin-top: 0;
	}

	/* 6. Banner de oferta: junto al titulo (.mancheta dentro de .CUERPO) */
	.mancheta {
		position: absolute;
		right: -3.8dvw;
		top: -5dvw;
		width: 37dvw;
		text-align: right;
	}

	.mancheta img {
		max-width: 100%;
		height: auto;
	}

	/* .manchetaOferta2 vive en la cabecera (solo en price.php) */
	.manchetaOferta2 {
		position: absolute;
		top: 6.8dvw;
		right: 0;
		left: auto;
		max-width: 48%;
		z-index: 2;
		font-size: 3.6dvw;
		padding: 2dvw 2.6dvw;
	}

	/* 7. Cuerpo fluido */
	.CUERPO {
		padding: 7.7dvw 3.8dvw;
	}

	.CUERPO h1 {
		font-size: 9.7dvw;
	}

	.CUERPO h2 {
		font-size: 5.6dvw;
	}

	.strongOferta {
		font-size: 5.6dvw;
	}

	.marginBottom410px {
		margin-bottom: 7.7dvw !important;
	}

	.botoneraInferior {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2dvw;
		padding-top: 5dvw;
	}

	.botoneraInferior li {
		width: 28dvw;
	}

	.botoneraInferior img {
		width: 100%;
		height: auto;
	}

	/* 8. Galeria: 2 miniaturas por fila */
	.photoList {
		display: flex;
		flex-wrap: wrap;
		gap: 2dvw;
		padding-bottom: 10dvw;
	}

	.photoList li {
		width: calc(50% - 1dvw);
		margin: 0;
	}

	.photoList img {
		width: 100%;
		height: auto;
	}

	/* 9. Pie de pagina fluido y en columna */
	.PIE {
		height: auto;
		padding-bottom: 5.1dvw;
		margin-bottom: 0;
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
		background-image: none;
	}

	.listado1 {
		padding: 7.7dvw 3.8dvw 5.1dvw 3.8dvw;
		background-color: #b2e6de;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 2.6dvw;
		font-size: 3.4dvw;
		background-image: url(../images/pieFondoMobile.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.listado1>li {
		display: block;
		width: auto;
		margin-bottom: 1.3dvw;
		text-align: left;
	}

	.listado1>li:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}

	.listado1>li:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}

	.listado1>li:nth-child(3) {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 2.6dvw;
	}

	.listado1>li:nth-child(3) h1:nth-of-type(1),
	.listado1>li:nth-child(3) ul:nth-of-type(1) {
		grid-column: 1;
	}

	.listado1>li:nth-child(3) h1:nth-of-type(2),
	.listado1>li:nth-child(3) ul:nth-of-type(2) {
		grid-column: 2;
		grid-row-start: 1;
	}

	.listado1>li:nth-child(3) ul:nth-of-type(2) {
		grid-row-start: 2;
	}

	.listado1>li ul {
		margin-left: 3.1dvw;
	}

	.listado1 a {
		display: inline-block;
		padding: 1.5dvw 0;
	}

	.PIE h1 {
		margin-left: 0;
		font-size: 4.2dvw;
	}

	.footer {
		padding: 0 3.8dvw;
		margin-top: 5.1dvw;
	}

	/* 11. Formulario de contacto fluido */
	#customForm input,
	#customForm textarea {
		width: 100%;
		box-sizing: border-box;
	}
}