﻿@charset "utf-8";

body {
	background-color: #ffffff;
}

#layout {
	max-width: 1000px;
	margin: 0 auto;
}

header {
	position: relative;
	border-bottom: 1px solid #ddd;
}

main {
	padding-top: 2px;
	display: block;
}

#enlaceLogo {
	left: 5px;
	position: absolute;
	bottom: 0;
}

nav {
	box-sizing: border-box;
	padding-right: 5px;
	padding-top: 80px;
	text-align: right;
	vertical-align: text-bottom;
	padding-bottom: 10px;
}

#bn1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	top: 0;
	transition: all 0.35s ease-out;
}

nav li:last-child {
	border-right: 0;
}

nav li:last-child a {
	margin-right: 0;
}

nav li li {
	padding: 0.1em 0;
	border: 0;
}

.dIdiomas {
	padding: 1px 5px;
	position: absolute;
	top: 0;
	right: 0;
}

.dIdiomas span {
	width: 15px;
	height: 15px;
	position: absolute;
	display: inline-block;
	right: 4px;
	top: 2px;
	pointer-events: none
}

.dIdiomas img {
	width: 11px;
	height: 11px
}

.dIdiomas select {
	background-color: transparent;
	color: #464646;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 21px 0 0;
	height: 20px;
	cursor: pointer
}

.menu {
	padding: 0;
	vertical-align: bottom;
}

nav a {
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	font-size: 130%;
	color: #999;
}

nav a:hover {
	text-decoration: none;
}

/*efecto*/
.menu ul {
	position: absolute;
	left: -999em;
	z-index: 1;
	display: block;
}

.menu li li {
	display: block;
	border: 0 none;
	box-sizing: border-box;
}

@media (min-width : 769px) {
	.MNivel1:hover {
		top: 5px;
	}

	.menu .MNivel1 > a::before {
		border-top: 0px solid #333;
		content: "";
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		transition: all 0.35s ease-out;
	}

	.menu .MNivel1:hover > a::before {
		border-top: 5px solid #333;
		top: -15px;
	}

	.menu li li {
		white-space: pre;
	}
}

.menu li:hover ul, .menu li.sfhover ul {
	left: auto;
}

.menu li:hover > a,
.menu li.sfhover > a {
	color: #FFF;
}

.abierto1, .abierto2 {
	color: #333;
	font-weight: bold;
}

.MNivel1:hover {
	background-color: rgba(64,64,64, 0.8);
}

/* SUBMENU */
.menu ul {
	background-color: rgba(64,64,64, 0.8);
	border: 1px solid #999 \9;
	border-top: 0;
	padding: 0;
	padding-top: 10px;
}

.menu .MNivel2:hover {
	background-color: rgba(64,64,64, 0.95);
}

.menu ul a {
	color: #eee;
	padding: 3px 0.4em;
	font-size: 100%;
	text-align: left;
}


.contenido {
	box-sizing: border-box;
	min-height: 400px;
	vertical-align: top;
}

#simple .contenido {
	display: block;
	padding-left: 0;
	margin: 1em;
}

#simple header {
	height: auto;
	position: relative;
	padding: 10px 10px 0;
	min-height: 100px;
}

#simple footer {
	max-width: none;
}

.head2 {
	display: none;
}


footer {
	background-color: #777;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #fff;
	font-size: 100%;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	text-align: center;
}

footer p {
	margin: 0;
}

.creditos a {
	color: #fff;
}

.bolas span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 9px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bolas {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

.azul {
	background-color: #558ED5;
}

.rosa {
	background-color: deepPink;
}

.amarillo {
	background-color: yellow;
}

.gris {
	background-color: #777;
}


.webmaster {
	display: inline-block;
	font-size: 75%;
	position: absolute;
	right: 5px;
	top: 7px;
	font-weight: normal;
}

.webmaster a {
	color: #fff;
}

.creditos {
	display: inline-block;
}


div.botones {
	text-align: right;
}

body.ConAviso {
	padding-bottom: 90px;
}

.ConAviso footer {
	bottom: 85px;
}

.textos {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(32,32,32,0.6);
	left: 0;
	line-height: 1;
	min-height: 70px;
}

.titulo {
	color: #fff;
	display: block;
	font-size: 360%;
	padding: 4px 0 0 10px;
}

.extra {
	padding: 10px;
	color: #fdfdfd;
	font-size: 140%;
	display: block;
}


ul.paging {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 10px;
}

/* para cuando no hay imagen de cabecera en una sección, que no se solape el contenido con el menú */
.EspaciadoVacio {
	height: 80px;
}

.bn > img {
	display: block;
	height: auto;
	width: 100%;
}


.btn {
	cursor: pointer;
}

.navbar-inner {
	position: relative;
	display: inline-block;
}

.btn-navbar {
	display: none;
}

.btn:hover {
	text-decoration: none;
}

.menu-icon svg {
	width: 36px;
	height: 36px;
	fill: #97bfe6;
	vertical-align: bottom;
}

@media all and (max-width: 1024px) {
	div.CarruselHolder {
		overflow: hidden;
		top: 0;
	}

	div.Carrusel {
		max-height: none;
		width: auto;
	}

	.CarruselHolder img {
		width: 100%;
	}

	.contenido {
		min-height: 0;
	}
	/*
	article {
		margin-inline: 10px;
	}

	section:not(:has(>article)) {
		padding-inline: 10px;
	} 
	*/
	section {
		padding-inline: 10px;
	} 
}

@media all and (max-width: 980px) {
	.contenido img.dcha, .contenido img.izda {
		float: none;
		margin: 0 auto 1em;
		display: block;
	}

	.webmaster {
		position: static;
		margin-top: 10px;
	}
}


/* tablet */
@media all and (max-width: 768px) {
	.titulo {
		font-size: 7.3vw;
	}

	.noticia img {
		max-width: 100%;
		height: auto;
	}

	.btn-navbar {
		display: block;
		position: absolute;
		right: 10px;
		top: 17px;
		border: 1px solid #e2e2e2;
		border-radius: 3px;
		background: #FFF;
		border-bottom-color: #cecece;
		box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.06), inset -1px -1px 1px 0px rgba(0,0,0,0.02);
		padding: 0;
	}

	nav {
		position: fixed;
		left: -100%;
		transition: background-color 0.35s, left 0.01s linear 0.35s;
		background-color: rgba(128,128,128,0);
		width: 100%;
		overflow: scroll;
		font-size: 110%;
		height: calc(100vh - 77px);
		height: calc(100dvh - 77px);
		padding: 0;
		z-index: 2;
		text-align: left;
		top: 78px;
	}

	a.MnuSecc2 {
		padding: 4px 0;
	}

	.menu ul a {
		color: #999;
		font-size: 120%;
	}

	.ConMenu {
		position: fixed;
		width: 100%;
	}

	.ConMenu nav {
		left: 0%;
		background-color: rgba(128,128,128,.8);
		transition-delay: initial;
	}

	.menu {
		width: 55%;
		min-width: 320px;
		position: relative;
		left: -100%;
		background-color: #FFF; /*rgba(255,255,255,0.85);*/
		padding: 20px 10px 10px;
		box-shadow: 5px 0 5px #ccc;
		transition: left 0.35s ease-out;
		box-sizing: border-box;
	}

	.ConMenu .menu {
		left: 0%;
	}

	.dIdiomas {
		left: -100%;
		transition: left 0.35s ease-out;
		z-index: 2;
		font-size: 110%;
		min-width: 320px;
		width: 55%;
		text-align: right;
		padding-bottom: 4px;
		box-sizing: border-box;
	}

	.ConMenu .dIdiomas {
		left: 0%;
	}

	.dIdiomas a {
		margin: 0px;
		display: inline-block;
		width: 28%;
		text-align: center;
	}

	.MNivel1 {
		display: block;
		border-right: 0;
		margin: 15px 0;
	}

	.menu ul {
		left: auto;
		display: block;
		position: static;
		background-color: transparent;
		border-right: 0;
		margin-top: -6px;
		margin-bottom: 5px;
	}

	.menu ul a {
		text-align: left;
		padding-left: 20px;
		margin: 0 5px;
	}

	header, #simple header {
		height: 77px;
	}

	#logo {
		max-height: 72px;
	}

	nav li li {
		padding: 5px 0;
	}

	.menu li:hover > a,
	.menu li.sfhover > a {
		color: #000;
	}

	.MNivel1:hover {
		background-color: rgba(64,64,64, 0.1);
	}

	.menu .MNivel2:hover {
		background-color: rgba(64,64,64, 0.25);
	}

	button.slick-next, button.slick-prev {
		display: none;
	}
}

@media all and (max-width: 700px) {

	.bolas {
		top: -20px;
		bottom: auto;
		left: 0;
		width: 100%;
	}

	body {
		padding-bottom: 0;
	}

}

/* movil */
@media all and (max-width: 590px) {
	.no-mobile {
		display: none !important;
	}

	.mobile-only {
		display: inherit;
	}


	div.CarruselHolder {
		overflow: visible;
	}

	ul.paging {
		top: 5px;
		bottom: auto;
	}

	div.Resumen {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
		box-sizing: border-box;
		flex-basis: 100%;
	}

	div.nSecundaria img {
		margin: 0 auto 10px;
		float: none;
	}

	div.Resumen + .Resumen {
		margin-left: 0px;
	}
}

@media all and (max-width: 590px) {
	section.contenido {
		text-align: left;
	}
}

@media all and (max-width: 360px) {
	.menu {
		width: 200px;
	}
}

#g-recaptcha-response {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
	height: 78px !important;
	margin-top: -80px !important;
	z-index: -1;
	pointer-events: none;
	border: 0 !important;
	color: transparent !important;
	background: transparent !important;
	overflow: hidden;
}

.g-recaptcha {
	line-height: 0;
	margin-bottom: 1em;
}

.g-recaptcha > div {
	margin: 0 auto;
}


.slick-slide {
	line-height: 0;
	position: relative;
}

button.slick-prev {
	left: 25px;
}

button.slick-next {
	right: 25px;
}

ul.slick-dots {
	bottom: auto;
	top: 5px;
}

button.slick-next, button.slick-prev {
	z-index: 1;
}

div.slick-dotted.slick-slider {
	margin-bottom: 0;
}


.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin .3s ease-in 0s;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner::before {
	content: "SÍ";
	padding-left: 10px;
	background-color: #8da67e;
	color: #FFF;
}

.onoffswitch-inner::after {
	content: "NO";
	padding-right: 10px;
	background-color: #EEE;
	color: #999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999;
	border-radius: 20px;
	transition: all .3s ease-in 0s;
}

.cambiandoestado {
	opacity: .5;
	pointer-events: none;
	cursor: wait;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

.gdpr-cookiesopcionales {
	max-width: 800px;
	margin: 1em auto;
}

#mensaje-iframe.dialogo-gdpr dialog {
	width: 750px;
	padding: 0;
	max-height: 640px;
}

.navegacion-enlaces {
    clear: both;
    text-align: right;
    margin-top: 1em;
    vertical-align: middle;
}

.navegacion-enlaces a {
    text-decoration: none;
}

.navegacion-enlaces:hover a {
    text-decoration: underline;
}

.navegacion-enlaces svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #036;
}

.navegacion-noenlace {
    opacity: .6;
}

.navegacion-noenlace svg {
    fill: #333;
}

.navegacion-anterior {
    margin-right: 1.3em;
}




/* pedido */
.cantidad {
	width: 50px;
	margin-right: 0.8em;
	text-align: right;
}

#DireccionEntrega {
	width: 300px;
}

input {
	font-family: inherit;
	font-size: inherit;
}

textarea {
	font-family: inherit;
	font-size: inherit;
}

.divEntrega {
	border: 1px solid #99CC66;
	padding: 0.6em;
	margin: 0 0 1em 0;
}

#divAnadirDireccion, #divEnviar {
	margin: 1em auto 1em;
	text-align: center;
}

#divCancelar {
	margin: 2em auto 1em;
	text-align: center;
}

textarea.notas {
	height: 3em;
}

#pedido table {
	background: #f5f5f5;
}

.productos {
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.productos caption {
	background-color: #993300;
	color: #FFFFFF;
}

.productos thead {
	background-color: #CC6633;
	color: #FFFFFF;
}

.productos th {
	padding: 3px 3px 4px 7px;
	border: 1px solid #e3e3e3;
}

.productos td {
	padding: 1px 3px 1px 3px;
	border: 1px solid #e3e3e3;
}

.productos select {
	width: 100%;
}

.datos {
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.datos caption {
	background-color: #006600;
	color: #FFFFFF;
}

.datos thead {
	background-color: #669934;
	color: #FFFFFF;
}

.datos th, .datos td {
	padding: 3px 3px 4px 8px;
	border: 1px solid #e3e3e3;
}

.datos caption, .productos caption {
	font-size: 110%;
	font-weight: bold;
	padding-left: 0.4em;
	text-align: left;
}

ul.opciones {
	margin: 0;
	padding: 0 1em;
	font-size: 130%;
	list-style-type: none;
}

ul.opciones li {
	padding: 0.5em 0;
}

ul.opciones a {
	text-decoration: none;
}

ul.opciones a:hover {
	text-decoration: underline;
}

.aviso {
	font-size: 120%;
	line-height: 1.4em;
}

select {
	background: #fff;
}

.anchoauto {
	width: 100%;
}