@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/* 
font-family: "Open Sans", sans-serif; 
font-family: "Roboto Condensed", sans-serif;
font-family: "Source Sans 3", sans-serif;

*/

:root {
	--color-base: #1E1E1E; /* var(--color-bases) */
	--color-blanco: #FFF;
	--color-negro: #000;
	--color-rojo: #ED1C24;
	--color-cyan: #2BE0DB;
	--color-aguamarina: #00B2B2;
	--color-verde: #009245;
	--color-verde-claro: #8CC63F;
	--color-amarillo: #FFD700;
	--color-gris3: #333;
	--color-gris6: #666;
	--color-gris9: #999;
	--color-gris-claro: #F1F1F1;
	--color-gris-frio: #F2F2F2;
	--color-negro1A: #1A1A1A;
	--color-placeholder: #808080;
	--fondo-gris-claro: #F7F7F7;
	--color-azul-gris: #657075;
}
*,html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Open Sans";
	font-size: 16px;
	position: relative;
}
div {
	position: relative;
	z-index: auto;
}
a {
	outline: none;
	text-decoration: none;
	transition: all ease 500ms;
}
:focus, a {
  outline: 0 !important
}
br {
  clear: both
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
textarea {
	resize: none
}
li {
	list-style: none;
}
header {
	position: relative;
}
footer {
	background: #4D4D4D;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-placeholder);
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-placeholder);
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-placeholder);
}
:-moz-placeholder { /* Firefox 18- */
	color: var(--color-placeholder);
}

/* general ################################################ */
.activo-movil {
	pointer-events: none;
	cursor: default;
}
.expansor {
	width: 100%;
	height: auto;
}
.fondoGrisInfo {
	background: var(--color-azul-gris);
}
.fondoGrisMenu {
	background: #E5E5E5;
	border-bottom: solid 13px var(--color-amarillo);
}
#header, #headerMenu, #ventanasCarros, #footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
#posMenuMovil {
	position: absolute;
	z-index: 20;
}
#toast-container {
	width: 100%;
	position: relative;
}
.toast-message {
	background-color: #efefef;
	color: var(--color-gris6);
	font-size: .875rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px;
	position: absolute;
	filter: drop-shadow(0 6px 5px #0004);
}
/* CONTENDOR GENERAL */
#contenedor {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 6.094% 0 4.74%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.padding-top-bottom {
	padding-top: 31px !important;
	padding-bottom: 46px !important;
}
/* LADO IZQUIERDO GENERAL */
#ladoIzq {
	width: 380px;
	height: auto;
	margin: 0 20px 0 0;
}
/* LADO DERECHO GENERAL */
#ladoDer {
	width: 74.592%;
}
/* MENU MOVIL */
.slicknav_menu {
	display: none
}
.slicknav_btn {
	line-height: 1.125em;
	vertical-align: middle;
	display: block;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	position: relative;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon::before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
	position:relative;
	z-index:1000;
}
.slicknav_nav h4, .slicknav_nav h5 {	
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	position:absolute;
	z-index:1010;
	top: 12px;
	right: 40px;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	background: #333333;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	background-color: rgba(0,0,0,.3);
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	background: #444;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.slicknav_nav ul li ul {
	background: #737373;
}
.slicknav_nav .slicknav_parent ul li a {
	padding-left: 50px;
}
.slicknav_nav .slicknav_row {	
	padding: 10px 20px;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover {
	background: #F1F1F1;
	color: #333;
}
.slicknav_nav .slicknav_row:hover a {
	color: #333;
}
.slicknav_nav a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0;
}
.slicknav_nav a:hover {	
	background: #F1F1F1;
	color: #333;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
/* HEADER ################################################ */
#grisInfo {
	background: var(--color-azul-gris);
	color: var(--color-blanco);
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 45px;
	padding: 5px 30px;
}
#grisInfo a {
	color: var(--color-blanco);
}
#grisInfo a:hover {
	color: var(--color-amarillo);
}
#grisInfo p {
	margin-left: min(26px, 1.398%);
}
#grisInfo p:first-child {
	margin-left: 0;
}
#grisInfo p:last-child {
	margin-left: 43px; margin-left: min(43px, 2.312%);
}
#header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	padding: 20px 12.792% 20px 8.959%;	/* padding: 0 284px 0 172px; */
	height: 127px;
}
#header .header-logo {
	display: block;
	width: 299px;
	height: auto;
}

#headerBuscador {
	background: var(--color-blanco);
	width: 100%;
	max-width: 688px;
	height: 61px;
	margin: 0 10.317% 0 9.652%;
	border: 1px solid #a3a3a3;
	border-radius: 4px;
}
#headerBuscador form {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
#headerBuscador input {
	height: 100%;
	border: none;
	border-radius: 4px 0 0 4px;
}
#headerBuscador input[type=text] {
	font-family: "Open Sans", sans-serif;
	font-size: .875rem;
	width: calc(100% - 185px);
	padding: 5px 43px;
}
#headerBuscador input[type=submit] {
	background-color: var(--color-rojo);
	color: var(--color-blanco);
	font-family: "Source Sans 3", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	width: 185px;
	border-radius: 0 4px 4px 0;
	transition: all ease 500ms;
	cursor: pointer;
}
#headerBuscador input[type=submit]:hover {
	background-color: var(--color-negro);
}
#headerCompras { 
	font-family: "Source Sans 3", sans-serif;
	font-size: .9375rem;
	text-transform: uppercase;
}
#headerCompras p:first-of-type {
	margin-bottom: 14px;
}
#headerCompras a {
	color: var(--color-negro);
	padding-right: 10px;
	padding-left: 43px;
	position: relative;
	z-index: auto;
}
#headerCompras a:hover {
	color: var(--color-rojo);
}
#headerCompras a.headerShopCart {
	padding-top: 2px;
	padding-bottom: 1px;
}
#headerCompras a.headerShopBudget {
	padding-top: 2px;
	padding-bottom: 8px;
}
#headerCompras a.headerShopCart::before, #headerCompras a.headerShopBudget::before {
	content: '';
	background: url("/images/web/iconos-compras.svg") no-repeat;
	background-size: 30px auto;
	display: block;
	width: 30px; 
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
#headerCompras a.headerShopCart::before  {
	background-position: 0 0;
	height: 24px;
}
#headerCompras a.headerShopBudget::before {
	background-position: 0 -24px;
	height: 31px;
}
#headerCompras a span {
	background: var(--color-rojo);
	color: #FFFF00;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -9px;
	left: -5px;
	z-index: 5;
}
#headerMenu {
	display: flex;
	align-items: center;
	height: 49px;
	padding: 0 0 0 clamp(30px, 4.74%, 91px);
}
#menuProductos {
	background: var(--fondo-gris-claro);
	font-size: 24px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 444px; /* width: 23.125% */
	height: 100%;
	padding: 5px 20px;
}
#menuProductos a {
	color: var(--color-negro);
	padding: 0 0 0 52px;
	position: relative;
}
#menuProductos a::before {
	content: '';
	background: url("/images/web/icono-menu-productos.svg") no-repeat;
	background-size: contain;
	display: block;
	width: 32px;
	height: 25px;
	position: absolute;
	margin-top: -12.5px;
	top: 50%;
	left: 0;
}
#menu {
	font-size: 18px;
	width: auto;
	height: 100%;
	display: flex;
	margin: 0 0 0 25px;
}
#menu ul {
	display: flex;
	justify-content: flex-start;
}
#menu ul li {
	display: flex;
	align-items: center;
}
#menu ul li a {
	color: var(--color-negro);
	padding: 5px 25px;
	position: relative;
}
#menu ul li a:hover {
	color: var(--color-rojo);
}
#menu ul li:nth-child(3) a::before {
	content: '';
	background: var(--color-negro);
	display: block;
	width: 2px;
	height: 18px;
	position: absolute;
	margin-top: -9px;
	top: 50%;
	left: 0;
}
#menu ul li:nth-child(4), #menu ul li:nth-child(5) {
	background: var(--fondo-gris-claro);
	border-left: solid 1px var(--color-gris9);
}
#menu ul li:nth-child(5) {
	border-right: solid 1px var(--color-gris9);
}
/* carros */
#ventanasCarros {
	font-size: 12px;
	z-index: 20;
}
#ventanasCarros h4 {
	font-size: 1.4375rem;
	font-size: 400;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0 38px 0 49px;
	position: relative;
}
#ventanasCarros table {
	border-collapse: collapse;
}
#ventanasCarros table td {
	padding: 7px;
}
#ventanasCarros table td > img {
	max-width: 71px;
	height: auto;
}
#ventanasCarros section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 23px;
}
#ventanasCarros section a {
	background: var(--color-negro);
	color: var(--color-blanco);
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 122px;
	height: 35px;
	margin: 0 12px;
}
#ventanasCarros section a:last-child {
	background: var(--color-rojo);
}
#ventanasCarros section a:hover {
	background: #CCC;
}
.headerCart { 
	background: #DDD;
	display: none;
	width: 380px;
	padding: 9px 9px 30px 9px;
	border-bottom: solid 16px var(--color-amarillo);
	border-radius: 15px 15px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
.cartIcoMail::after {
	content: '';
	background: url("/images/web/icono-correo.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
}
.cartIcoBag::after {
	content: '';
	background: url("/images/web/icono-correo.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
}
.headerCartContainer {
	width: 100%;
	max-height: 360px;
	overflow-y: auto;
	margin: 0 0 33px 0;
}
.headerCartClose { 
	color: var(--color-rojo);
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.headerCartClose:hover {
	background-color: #0005;
	color: var(--color-blanco);
}
.headerCartItemDelete {
	color: red;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}
.headerCartItemDelete:hover {
	color: var(--color-negro);
}
/*
.buttonCart {
	background: var(--color-negro);
}
.buttonBadge {
	background: var(--color-rojo);
}
*/

/* CUERPO ################################################ */
#fichaBreadcrump  {
	font-size: 18px;
	max-width: 1920px;
	padding-top: 26px;
	padding-bottom: 26px;
}
#fichaBreadcrump ul {
	display: flex;
	justify-content: flex-start;
}
#fichaBreadcrump li {
	margin: 0 46px 0 0;
	position: relative;
}
#fichaBreadcrump li::before {
	content: '-';
	position: absolute;
	right:-23px;
	top: 0;
}
#fichaBreadcrump li:last-of-type::before {
	content: none;
}
#fichaBreadcrump li a {
	color: var(--color-negro);
}
#fichaBreadcrump li a:hover {
	color: var(--color-rojo);
}
.fichaBreadcrump-padding-productos {
	padding-right: 12.657%;
	padding-left: 4.74%;
}
.fichaBreadcrump-padding-ficha {
	padding-right: 12.657%;
	padding-left: 10.782%;
}

/* Menu lateral */
#menuLateral {
	background: var(--color-gris-frio);
	font-size: 17px;
	display: block;
	width: 100%;
	max-width: 380px;
	padding: 29px 0 50px 0;
	border: solid 1px var(--color-placeholder);
	border-radius: 7px;
	top: 0;
	left: 0;
	transition: all 400ms ease;
}
#menuLateral ul {
	background: var(--color-gris-frio);
}
#menuLateral ul li { 
	position: relative;
}
#menuLateral ul li a {
	color: var(--color-negro);
	display: block;
	padding: 16px 49px;
	position: relative;
}
#menuLateral ul li a:hover {
	background: var(--color-amarillo);
}
#menuLateral ul li a::after {
	content: '';
	background: var(--color-gris9);
	height: 1px;
	width: auto;
	position: absolute;
	bottom: 0px;
	left: 28px;
	right: 25px;
	transition: all ease 500ms;
}
#menuLateral ul li a:hover::after {
	left: 0;
	right: 0;
}
#menuLateral ul ul {
	background: #808080;
	border-radius: 0 7px 7px 0;
	overflow: hidden;
}
#menuLateral ul ul,
#menuLateral ul li:hover ul ul {
	display: none; 
}
#menuLateral ul li:hover a { /* colorea a primer nivel */
	background: var(--color-amarillo);
}
#menuLateral ul li:hover ul,
#menuLateral ul ul li:hover ul {
	display: block;
}
#menuLateral ul ul {
	display: none;
	width: 100%;
	border-top:solid 1px #FFF;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 130;
}
#menuLateral ul ul li {
	width:100%;
	margin: 0px;
}
#menuLateral ul ul li a {
	background: transparent !important;
	color: var(--color-blanco) !important;
}
#menuLateral ul ul li a:hover {
	background: var(--color-amarillo) !important;
	color: var(--color-negro) !important;
}
.displayNone {
	display: none !important;
	position: absolute;
	z-index: 100;
}
.cerrarMenuLateral {
	color: var(--color-negro);
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top: 7px;
	right: 14px;
}
.cerrarMenuLateral:hover {
	color: var(--color-rojo);
}
#botonShowMenu {
	background-color: #808080;
	color: var(--color-blanco);
	font-size: 32px;
	width: 50px;
	height: 50px;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 0 7px 7px 0;
	position: absolute;
	z-index: 3;
	top: -1px;
	right: -50px;
}
#botonShowMenu p {
	margin: 0;
}
.rotaFlecha {
	transform: rotate(180deg)
}

/* Artículos */
#articulos {
	background: var(--color-blanco);
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	margin: 38px 0 0 0;
	padding: 18px 0 44px 0;
	border: solid 1px var(--color-gris9);
	border-radius: 7px;
	overflow: hidden;
}
#articulos h4 {
	color: var(--color-aguamarina);
	font-family: "Open Sans", sans-serif; 
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 47px;
	margin: 0 0 13px 0;
}
#articulos ul {
	border-top: solid 1px var(--color-gris9);
}
#articulos li {
	border-bottom: solid 1px var(--color-gris9);
}
#articulos li a {
	color: var(--color-negro);
	line-height: 20px;
	hyphens: auto;
	display: block;
	padding: 22px 47px;
}
#articulos li a:hover {
	background: var(--color-amarillo);
}

#tituloPrincipal {
	color:var(--color-aguamarina);
	width: 100%;
	margin: 0 0 11px 0;
	padding: 0 0 15px 0;
	border-bottom: solid 1px var(--color-gris3);
}
#tituloPrincipal h1 {
	font-size: clamp(2.125rem, 2rem + 0.667vi, 2.5rem);
	line-height: clamp(2.125rem, 2rem + 0.667vi, 2.5rem);
	font-weight: 700;
	text-transform: uppercase;
}
#tituloPrincipal p {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 11px 4px;
}
/* FOOTER ################################################ */
#barraWhatsapp {
	background: #F1F1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	padding: 10px 30px;
	border-bottom: solid 3px var(--color-blanco);
}
#barraWhatsapp a {
	color: var(--color-negro);
	padding: 0 40px 0 24px;
	position: relative;
}
#barraWhatsapp a:hover {
	color: var(--color-rojo);
}
#barraWhatsapp a::before {
	content: '';
	width: 0;
	height: 0;
	border-top: solid 8px transparent;
	border-left: solid 9px var(--color-aguamarina);
	border-bottom: solid 8px transparent; 
	position: absolute;
	top: 3px;
	left: 0;
}
#barraWhatsapp a::after {
	content: '';
	background: url("/images/web/icono-cuadrado-whatsapp.svg") no-repeat left top;
	background-size: cover;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -6px;
	right: 0;
}
#barraWhatsapp a span {
	color: var(--color-negro) !important;
}
#footer {
	color: var(--color-blanco);
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 0 30px 0 13.438%;
}
#footer a {
	color: var(--color-blanco);
}
#footer a:hover {
	color: var(--color-amarillo);
}
#pieIzq {
	font-size: 1.125rem;
	margin: 0 clamp(20px,5.522%, 89px) 0 0;
}
#pieIzq p {
	margin: 0 0 8px 0;
}
#pieIzq .footer-logo {
	width: 251px;
	height: auto;
}
#pieIzq .pieIzqFrase {
	font-size: clamp(1.188rem, 1.109rem + 0.25vi, 1.313rem);
	line-height: 22px;
	font-weight: 700;
	margin: 33px 0 51px 7px;
}
#pieIzq .pieIzqCyan {
	color: var(--color-cyan);
}
#pieDer {
	font-size: .8125rem;
	width: calc(100% - 251px);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 59px 0 0 0;
}
#pieDer h4 {
	color: var(--color-cyan);
	font-size: .8125rem;
	margin: 0 0 28px 0;
}
#pieDer section {
	width: 204px;
	height: auto;
	margin: 0 21px 20px 0;
}
#pieDer section:last-of-type {
	margin: 0;
}
#pieDer section li {
	margin: 0 0 4px 0;
}
#developers {
	background: var(--color-negro);
	width: 100%;
	height: auto;
	padding: 10px 30px;
}
#developers section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	padding: 0 5.989% 0 0;
}
#developers section a {
	color: var(--color-blanco);
	font-size: .8125rem;
	opacity: .4;
}
#developers section a:hover {
	color: var(--color-amarillo);
	opacity: 1;
}
/* correccion padding */
#footerPaddingTop	{
	width: 100%;
	height: auto;
	max-width: 1920px;
	aspect-ratio: 640 / 31;
}
#footerPaddingBottom	{
	width: 100%;
	height: auto;
	max-width: 1920px;
	aspect-ratio: 192 / 19;
}

/* ZONA WHATSAPP */
#whasap {
	width: 120px;
	height: 126px;
	position: fixed;
	z-index: 20;
	bottom: 300px;
	right: 15px;
    filter: drop-shadow(0 0 5px #0005);
}

/* RESPONSIVO */
@media screen and (max-width: 1300px) {
	#headerBuscador {
		margin: 0 73px 0 78px;
	}
	#footer {
		padding: 0 30px 0 6%;
	}
	#pieDer h4 {
		margin: 0 0 15px 0
	}
	#pieDer section {
		margin-right: 10px;
		width: 31%;
	}
}
@media screen and (max-width: 1000px) {
	#header {
		padding: 20px 30px;
	}
	.fichaBreadcrump-padding-productos {
	  padding-right: 4.74%;
	  padding-left: 4.74%;
	}
	#contenedor {
		padding: 0 30px;
	}
	#menuLateral {
		width: 250px;
	}
	#menuLateral ul li a, #articulos li a {
		padding: 16px 22px;
	}
	#menuLateral ul li a::after {
		left: 13px;
		right: 13px;
	}
	#ladoDer {
		width: calc(100% - 270px);
	}
}
@media screen and (max-width: 900px) {
    #headerMenu {
		height: 25px;
	}
	#menu {
        display:none;
    }
    .slicknav_menu {
        display: block;
    }
	#headerBuscador {
		margin: 0 30px;
	}
	#footer {
		flex-wrap: wrap;
		padding: 20px 30px;
	}
	#pieIzq, #pieDer {
		width: 100%;
		margin: 0;
	}
	#pieIzq {
		font-size: 1rem;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
	}
	#pieIzq p {
		margin: 0;
	}
	#pieIzq .footer-logo {
		width: 200px;
	}
	#pieIzq .pieIzqFrase {
		font-size: clamp(0.938rem, 0.625rem + 1vi, 1.188rem);
		margin: 18px 0 0 0;
	}
	#pieDer {
		padding: 40px 0 0 0;
	}
	#footerPaddingTop, #footerPaddingBottom {
		aspect-ratio: inherit;
	}
}
@media screen and (max-width: 800px) {
	#header {
		justify-content: space-between;
		flex-wrap: wrap;
		height: auto;
	}
	#header .header-logo {
		width: 250px;
	}
	#headerBuscador {
		order: 3;
		max-width: inherit;
		margin: 15px 0 0 0;
	}
	#headerCompras {
		order: 2;
	}
	#grisInfo {
		font-size: 14px;
		justify-content: center;
		padding: 5px 20px;
	}
	#grisInfo p {
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
	#grisInfo p span {
		background: url("/images/web/iconos-comunicacion.svg") no-repeat 0 0;
		background-size: auto 24px;
		text-indent: -9999px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin: 0 5px 0 0;
		overflow: hidden;
	}
	#grisInfo p:first-child {
		margin-left: initial;
	}
	#grisInfo p:nth-child(2) span {
		background-position: -24px 0;
	}
	#grisInfo p:nth-child(3) span {
		background-position: -48px 0;
	}
	#grisInfo p:nth-child(4) span {
		background-position: -72px 0;
	}
	.activo-movil {
		pointer-events: inherit;
		cursor: pointer;
	}
	#contenedor {
		flex-wrap: wrap;
	}
	#ladoIzq, #ladoDer {
		width: 100%;
	}
	#ladoIzq {
		order: 2;
	}
	#ladoDer {
		order: 1;
	}
	#menuLateral {
		border-radius: 0 0 7px 0;
		left: -250px;
	}
	#botonShowMenu {
		display: flex;
	}
	.productoFichas {
		grid-template-columns: repeat(auto-fit, minmax(198px, 50%));
	}
}
@media screen and (max-width: 600px) {
	#headerCompras {
		width: 100px;
		display: flex;
		justify-content: space-between;
	}
	#headerCompras p:first-of-type {
		margin: 0;
	}
	#headerCompras a {
		display: inline-block;
		text-indent: -9999px;
		padding: 0 0 0 43px;
		width: 44px;
		height: 44px;
	}
	#headerCompras a span {
		text-indent: initial !important;
	}
	#headerCompras a.headerShopCart::before {
	  	background-position: 0 0;
	  	height: 24px;
	}
	#headerCompras a.headerShopCart::before, #headerCompras a.headerShopBudget::before {
		width: 100%;
		height: 100%;
	}
	#headerCompras a.headerShopCart::before {
		background-size: 44px auto;
		background-position: 0 8px;
	}
	#headerCompras a.headerShopBudget::before {
		background-size: 42px auto;
		background-position: 0 -33px;
	}
	#grisInfo {
		height: auto;
		padding: 10px 20px
	}
	#grisInfo p {
		text-indent: -9999px;
		margin: 0 20px;
	}
	#grisInfo p a {
		background: url("/images/web/iconos-comunicacion.svg") no-repeat 0 0;
		background-size: auto 36px;
		text-indent: -9999px;
		display: inline-block;
		width: 36px;
		height: 36px;
		margin: 0;
		overflow: hidden;
	}
	#grisInfo p:nth-child(2) a {
		background-position: -36px 0;
	}
	#grisInfo p:nth-child(3) a {
		background-position: -72px 0;
	}
	#grisInfo p:nth-child(4) a {
		background-position: -108px 0;
	}
	#grisInfo p span {
		display: none;
	}
	#pieIzq section {
		width: 100%;
		margin: 20px 0 0 0;
		display: flex;
		justify-content: space-evenly;
	}
	#pieIzq section a {
		letter-spacing: -.5px;
	}
	#pieDer h4 {
		margin: 0 0 10px 0;
	}
	#pieDer section {
		box-sizing: border-box;
		width: 45%;
		margin: 0 10px 20px 10px;
	}
	#pieDer section:last-of-type {
		margin: 0 10px;
	}
}
@media screen and (max-width: 480px) {
	 #header .header-logo {
		width: 190px;
	  }
	#headerBuscador {
		height: 50px;
	}
	#headerBuscador input[type="text"] {
		width: calc(100% - 60px);
	}
	#headerBuscador input[type="submit"] {
		background: var(--color-rojo) url("/images/web/icono-lupa.svg") no-repeat center center;
		background-size: 30px 30px;
		text-indent: -9999px;
		width: 60px;
	}
	#pieIzq a {
		background: url("/images/web/iconos-comunicacion.svg") no-repeat 0 0;
		background-size: auto;
		background-size: auto 36px;
		text-indent: -9999px;
		display: inline-block;
		width: 36px;
		height: 36px;
		margin: 0;
		overflow: hidden;
	}
	#pieIzq section {
		padding: 12px 0 10px 0;
		border-top: solid 1px var(--color-gris9);
		border-bottom: solid 1px var(--color-gris9);
	}
	#pieIzq section p:nth-child(1) a {
		background-position: -108px 0;
	}
	#pieIzq section p:nth-child(2) a {
		background-position: 0 0;
	}
	#pieIzq section p:nth-child(3) a {
		background-position: -72px 0;
	}
	#pieDer section {
		width: 1005%;
		margin: 0 0 20px 0;
	}
	#pieDer section:last-of-type {
		margin: 0 10px;
	}
}