@charset "utf-8";
/* CSS Trotec 2025 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
/* font-family: "Heebo", sans-serif; */
:root {
  --color-gris: #1E1E1E;
  --color-gris2: #464646;
  --color-gris3: #474747;
  --color-gris4: #C9C9C9;
  --color-boton: #58799E;
  --color-verde: #04A104;
  --color-rojo: #E8060D;
  --color-rojo2: #BE2A30;
  --color-blanco: #FFF;
}
*, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  background: #F8F8F8;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 100%;
}
a {
  outline: none;
  text-decoration: none;
  transition: all ease 500ms;
}
a, :focus {
  outline: none !important;
  outline: 0
}
a:hover, a:active, a:focus {
  outline: 0
}
::-moz-focus-inner {
  border: 0
}
input::-moz-focus-inner {
  border: 0
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .6s ease
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .6s ease
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .6s ease
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .6s ease
}
li {
  list-style: none;
}
img {
  display: block;
}
footer {
  background: #FFF;
}
.fill-white {
  fill: #FFF;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@
HEADER */
#header {
  background: var(--color-gris);
  color: #FFF;
  font-size: .8125rem;
  width: 100%;
  height: 97px; /* heigh: 80px */
  padding: 10px clamp(30px, 2.917%, 56px) 10px clamp(30px, 4.167%, 80px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-brand {
  width: 224px;
  margin: 0 auto 0 0;
}
#headerBuscador {
  width: 39.9%; /* width: 717px; */
  height: 51px;
  margin: 0 auto 0 0;
}
#headerBuscador form {
  display: flex;
  height: 100%;
}
#headerBuscador input {
  background: white;
  width: calc(100% - 58px);
  height: 100%;
  padding: 2px 15px;
  border: none;
  border-radius: 5px 0 0 5px;
}
#headerBuscador input[type=submit] {
  background: #FFE000 url("/images/web/icono-lupa-buscador.svg") no-repeat center center;
  background-size: 25px auto;
  width: 58px;
  padding: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.header-icon {
  background-position: center top 6px;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  align-self: stretch;
  position: relative;
}
.header-icon a {
  color: white;
  font-size: .8125rem;
  font-weight: 700;
  text-align: center;
  width: auto;
  height: 100%;
  display: block;
  padding: 34px 16px 6px 16px;
  position: relative;
}
.header-icon span {
  font-size: .6875rem;
  font-weight: normal;
  width: 100%;
  display: block;
  padding: 4px 0 0 0;
}
.header-user {
  background-image: url("/images/web/header-usuario.svg");
}
.header-list {
  background-image: url("/images/web/header-lista-deseo.svg");
}
.header-cart {
  background-image: url("/images/web/header-carrito.svg");
}
.header-items {
  background: #58799E;
  color: #FFF;
  font-size: .75rem;
  line-height: .75rem;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: 16px;
}
#usuarioVisible {
	padding-top: 35px;
}
#usuarioVisible a {
	padding-top: 0;
}
#usuarioVisible span {
  padding: 0;
}
#menu {
  background: #2C2C2C;
  font-size: .875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 61px;
  padding: 0 clamp(30px, 4.167%, 80px);
  border-bottom: solid 1px #E6E6E6;
  position: relative;
  z-index: auto;
}
#menu section {
  margin: 0 0 0 60px;
  position: relative;
}
#menu a {
  color: #FFF;
  font-weight: bold;
}
#menu.fixed {
  position: fixed;
  top: 0;
  z-index: 2000;
}
.menuISO {
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0 0 0 32px;
}
/* boton menu */
#botonMenu {
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: -.5px;
  display: flex;
  height: 100%;
  margin: 0 auto 0 50px;
  position: relative;
}
#botonMenu a {
  background-size: 18px auto;
  color: #FFF;
  padding: 0 0 0 27px;
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
  position: relative;
}
#botonMenu a::before {
  content: '';
  background: #FFF url("/images/web/icono-menu-barras.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  margin-top: -8.5px;
  top: 50%;
  left: 0;
  transition: all ease 500ms;
}
#botonMenu a:hover::before {
  background-color: #F7E91C;
}
#botonMenu a::after {
  content: '';
  background: #F7E91C;
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all ease 300ms;
}
#botonMenu a:hover::after {
  width: 100%;
  left: 0;
  right: 0;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#contieneMenu {
  width: 100%;
  height: 0;
  padding: 0 clamp(30px, 4.167%, 80px) 0 calc(50px + clamp(30px, 4.167%, 80px));
  position: relative;
  z-index: 1000;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

/* datos de ubicacion */
#headerDatos {
  color: white;
  display: flex;
}
#headerDatos strong {
  font-weight: 600;
}
#headerDatos p a {
  color: #FFE000;
}
#headerDatos p a:hover {
  color: crimson;
}
#headerDatos section:nth-child(2) {
  padding: 2px 17px 0 13px;
  border-right: solid 1px #FFF;
}
#headerDatos section:last-of-type {
  padding: 2px 0 0 17px;
}
#headerDatos .linkWhassap {
  background: url("/images/web/icono-whatsapp-reflejado.svg") no-repeat center right;
  background-size: 19px 20px;
  text-indent: -9999px;
  padding-right: 33px;
}
/* MODALES HEADER */
#modalUsuario {
  background: #FFF;
  color: var(--color-gris3);
  font-size: .875rem;
  width: 333px;
  padding: 26px 30px;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .25));
  border-radius: 6px;
  position: absolute;
  top: calc(100% + 12px);
  right: 12px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Visible state (toggled by header.js) */
#modalUsuario.visible {
  opacity: 1;
  visibility: visible;
}
#modalUsuario::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  position: absolute;
  top: -12px;
  right: 61px;
}
#modalUsuario h4 {
  color: var(--color-gris3);
  font-size: 1.125rem;
  margin: 0 0 7px 0;
}
#modalUsuario hr {
  background: #FFE000;
  color: #FFE000;
  display: block;
  height: 1px;
  width: 100%;
  margin: 16px 0 38px 0;
  border: none;
}
#modalUsuario button {
  background: var(--color-boton);
  color: var(--color-blanco);
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 0 14px 0;
  width: 100%;
  max-width: 324px;
  height: 44px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#modalUsuario button span {
  background: url("/images/web/icono-flecha-blanca.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 12px;
  margin: 0 0 0 10px;
}
#modalUsuario button:hover {
  opacity: .8;
}
#modalUsuario section {
  text-align: right;
}
#modalUsuario section p {
  font-size: .75rem;
}
#modalUsuario section a {
  color: var(--color-boton);
  font-weight: normal;
  display: inline;
  padding: 0;
}
#modalUsuario section a:hover {
  text-decoration: underline;
}
/* modal carrito */
#modalCarrito {
  background: #FFF;
  width: 384px;
  padding: 30px 0;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .25));
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 200;
}
#modalCarrito.visible {
  opacity: 1;
  visibility: visible;
}
#modalCarrito::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #FFF;
  position: absolute;
  top: -16px;
  right: 31px;
}
#modalCarrito h4 {
  color: var(--color-gris3);
  font-size: 1.125rem;
  padding: 0 30px 11px 30px;
}
#modalCarrito a {
  line-height: inherit;
  padding: 0;
}
#modalItemsCarrito {
  color: var(--color-gris3);
  font-size: 1.0625rem;
  padding: 16px 30px 30px 30px;
  max-height: 352px;
  overflow-y: auto;
  border-top: solid 2px gold;
}
#modalItemsCarrito a {
  color: var(--color-gris3);
  font-weight: normal;
  text-align: inherit;
  height: auto;
}
.carritoDetalle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
}
.carritoModalImagen {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}
.carritoModalImagen img {
  margin: auto;
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  object-fit: contain;
}
.carritoFont {
  font-size: 1rem !important;
}
.carritoAddon {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 14px 0;
}
.carritoAddon button, .carritoAddon input {
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.carritoAddon button {
  background: #F1F1F2;
  border: solid 1px #F1F1F2;
  cursor: pointer;
}
.carritoAddon input {
  color: var(--color-gris3);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-align: center;
  border: solid 1px #CCC;
}
.carritoAccion {
  color: #999;
  font-size: .6875rem;
  display: flex;
  align-items: center;
}
.carritoAccion a {
  color: crimson !important;
}
.carritoAccion a:hover {
  color: #000 !important;
}
.modalCarritoTotales {
  color: var(--color-gris);
  font-size: 14px;
  padding: 19px 0;
  border-top: solid 1px #CCC;
}
.modalCarritoTotales section {
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
}
.modalCarritoTotales section p span {
  font-size: 14px;
	font-weight: inherit;
  display: inline-block;
	width: auto;
}
#botonCarrito {
  background: none;
  background-color: #FFE000;
  font-size: 1rem;
  line-height: inherit;
  color: var(--color-gris);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 324px;
  height: 52px;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
}
#botonCarrito span {
  background: url("/images/web/icono-flecha-negra.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 12px;
  margin: 0 0 0 10px;
}
.rombo {
  background: #FFF;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  z-index: auto;
  top: -7.5px;
  right: 40px;
}
.flechaIco {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M7.075 6L1.075 12L1.28192e-08 10.925L4.95 6L0.0250001 1.075L1.1 1.31174e-08L7.075 6Z" fill="red"/></svg>');
  width: 8px;
  height: 12px;
  margin-left: 17px;
}
.flechaWhite {
  filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(209deg) brightness(108%) contrast(103%);
}
.flechaSteelBlue {
  filter: invert(48%) sepia(16%) saturate(1043%) hue-rotate(171deg) brightness(90%) contrast(86%);
}
#mostrarAtencion:hover {
  border-bottom: solid 1px #FFF;
}
/* modal atencion cliente */
#atencionCliente {
  background: #EEF2F5;
  color: var(--color-gris3);
  font-size: 1rem;
  display: none;
  width: 340px;
  height: auto;
  padding: 31px 30px 52px 30px;
  border-radius: 6px;
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 0;
  filter: drop-shadow(1px 1px 3px #0001)
}
#atencionCliente h2 {
  font-size: 1.125rem;
  margin: 0 0 2px 0;
}
#atencionCliente h5 {
  font-size: .875rem;
}
#atencionCliente section {
  font-size: .875rem;
  padding: 1px 28px 20px 28px;
  position: relative;
}
#atencionCliente hr {
  background: #F7E91C;
  color: #F7E91C;
  width: 100%;
  height: 4px;
  margin: 15px 0 26px 0;
  border: none;
}
.atencionClienteIcono {
  width: 18px;
  height: auto;
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
}
.atencionClienteBoton1, .atencionClienteBoton2 {
  font-size: .875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 0 0 8px 0;
  border-radius: 6px;
}
.atencionClienteBoton1 {
  background: var(--color-boton);
  color: #FFF;
}
.atencionClienteBoton1:hover {
  background: #6C93BF;
}
.atencionClienteBoton2 {
  background: #EEF2F5;
  color: var(--color-boton) !important;
  border: solid 2px var(--color-boton);
}
.atencionClienteBoton2:hover {
  background: #F7F8FA;
}
.atencionClienteFAQ {
  font-size: .8125rem;
  line-height: .875rem;
  margin: 16px 0 0;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@
CUERPO */
#breadcrumbs, #contenido, #contenido2, #contenido3, #contacto, #footer {
	background: var(--color-blanco);
}
#breadcrumbs, #contenido, #contacto, #footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#contenido2, #contenido3 {
  color: var(--color-gris3);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
#contenido2 {
	max-width: 1536px;
	padding: 0 30px;
}
#contenido3 {
	max-width: 1754px;
	padding: 0 60px;
}
.contenidoPaddingTop {
  padding-top: 30px !important;
}
#breadcrumbs {
  font-family: "Open Sans", sans-serif;
  color: #58799E;
  font-size: clamp(0.75rem, 0.475rem + 0.444vi, 0.875rem);
  font-weight: bold;
  padding: clamp(20px, 2.084%, 40px);
}
#breadcrumbs a {
  color: #58799E;
}
#breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#breadcrumbs li {
  display: block;
  padding: 0 0 0 47px;
  position: relative;
}
#breadcrumbs li:first-child {
  padding: 0;
}
#breadcrumbs li::before {
  content: '';
  background: url("/images/web/icono-flecha-gris-pizarra.svg") no-repeat left 0 top 0;
  background-size: contain;
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  margin-top: -6px;
  top: 50%;
  left: 21px;
}
#breadcrumbs li:first-child::before {
  content: none;
}
.migajaPadding {
	padding-left: 0 !important;
}
#contenido {
  color: var(--color-gris3);
  padding: 0;
}
#contenido h1 {
  color: var(--color-gris2);
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.5rem, 1.176rem + 1.364vi, 2.813rem);
  padding: 0 10.765%;
  margin: 0 0 clamp(20px, 3%, 45px) 0;
}
.contenidoPaddingTop {
  padding-top: 30px !important;
}
#tituloMasSelect {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#tituloMasSelect h1 {
	max-width: 860px;
}
#tituloMasSelect select {
	background: #FFF url("/images/web/icono-flecha-select.svg") no-repeat center right 14px;
	background-size: 12px 8px;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	width: 225px;
	height: 50px;
  margin: 10px 0 0 0;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#fichas {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 23.473%));
  gap: 48px 1.9%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
#fichas h2 {
  line-height: 20px;
  min-height: 73px;
  display: block;
  margin: 0 0 6px 0;
}
#fichas h2 a {
  color: var(--color-gris);
  font-size: clamp(1rem, 0.946rem + 0.286vi, 1.125rem);
  line-height: 20px;
}
.ficha {
  background: #FFF;
  padding: 0 25px 76px 25px;
  border: solid 1px #E6E6E6;
  border-radius: 7px;
  position: relative;
  transition: filter 0.3s ease;
}
.ficha:hover {
  filter: drop-shadow(1px 1px 5px #0005);
}
.fichaSlider {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 0 47px 0;
  padding: 28px;
  position: relative;
}
.fichaSlider div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fichaSlider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fichaSlider li {
  list-style: none;
}
.fichaSlider li button {
  background: green;
  text-indent: -9999px;
}
.fichaSKU {
  color: #666;
  font-size: .875rem;
  margin: 0 0 5px 0;
}
.fichaDatos {
  font-size: 12px;
  line-height: 12px;
  min-height: 100px;
  margin: 0 0 13px 0;
}
.fichaDatos section {
  display: flex;
  justify-content: space-between;
  padding: 8px 2px;
  border-bottom: dotted 1px #666;
}
.fichaDatos section:last-child {
  border-bottom: none;
}
.fichaDatos section p:last-child {
  text-align: right;
}
.fichaParrafo {
  color: var(--color-gris2);
  font-size: .9375rem;
  line-height: 1.1rem;
  height: 90px;
  overflow: hidden;
  margin: 0 0 27px 0;
}
.fichaPrecio {
  font-size: clamp(1.125rem, 1.069rem + 0.255vi, 1.375rem);
  font-weight: 700;
  color: var(--color-gris);
  margin: 0 0 10px 0;
}
.fichaIVA {
  color: #999;
  font-size: .75rem;
  margin: 0 0 16px 0;
}
.fichaDisponible, .fichaDisponibleOut {
  font-size: .75rem;
  margin: 0 0 17px 0;
  padding: 0 0 0 17px;
  display: block;
  position: relative;
}
.fichaDisponible {
  color: #04A104;
}
.fichaDisponibleOut {
  color: #E8060D;
}
.fichaDisponible::before, .fichaDisponibleOut::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.fichaDisponible::before {
  background: #04A104
}
.fichaDisponibleOut::before {
  background: #E8060D;
  font-weight: bold;
}
.fichaAdd, .fichaVer {
	background: #F7E91C;
	font-family: "Open Sans", sans-serif;
	color: var(--color-gris);
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 44px;
	margin: 0;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all ease 500ms;
	position: absolute;
	bottom: 16px;
	left: 23px;
	right: 23px;
}
.fichaAdd:hover, .fichaVer:hover {
  background: #FEEF0D;
}
.fichaAdd span, .fichaVer span {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}
.fichaAdd span::before, .fichaVer span::before {
  content: '';
  background: url("/images/web/icono-ver.svg") no-repeat 0 0;
  background-size: 33px auto;
  display: block;
  width: 33px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
}
.fichaPop {
  background: red;
  color: white;
  font-size: .625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  right: 35px;
  z-index: 10;
}
.fichaPop::after {
  content: '';
  background: url("/images/web/estrella-amarilla.svg") no-repeat center center;
  background-size: contain;
  width: 53px;
  height: 53px;
  position: absolute;
  right: -56px;
}
/* informacion productos principal */
#infoProducto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px clamp(20px, 2.778%, 40%);
  position: relative;
}
#infoProductoSlider {
  width: 57.427%;
  padding: 40px 0;
}
/*
#infoProductoSlider li {
	display: flex;
	justify-content: center;
}
*/
#infoProductoSlider img {
  width: 83.333333%;
}
#infoProductoContenido {
  width: 40.368%;
  padding: 4px 0 0 0;
  position: relative;
}
#infoProductoContenido h1 {
  color: var(--color-gris3);
  font-size: clamp(1.875rem, 1.25rem + 1.25vi, 2.375rem);
  line-height: clamp(1.688rem, 0.196rem + 3.116vi, 3rem);
  margin: 0 0 20px 0;
  padding: 0;
}
.productoID {
  color: #666;
  font-size: .75rem;
  margin: 0 0 11px 0;
}
.irDescripcion {
  color: #666;
  font-size: .875rem;
  text-decoration: underline;
}
#infoProductoPrecio {
  background: #FFF;
  color: #808080;
  margin: 40px 0 0 0;
  padding: 28px 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px #E6E6E6;
}
#infoProductoPrecio .botonVisitar {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.botonAmarillo {
  background: #F7E91C;
  color: var(--color-gris3);
  margin: 0 0 11px 0;
}
.botonGris {
  background: #474747;
  color: #F7E91C;
}
.botonCeleste {
  background: #6C93BF;
  color: #FFF;
}
.icono-boton-carro, .icono-boton-flecha, .icono-boton-flecha-blanca {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 11px 0 0;
}
.icono-boton-carro {
  background-image: url("/images/web/icono-boton-carro.svg");
  background-size: auto 19px;
}
.icono-boton-flecha {
  background-image: url("/images/web/icono-boton-flecha.svg");
  background-size: 19px auto;
}
.icono-boton-flecha-blanca {
  background-image: url("/images/web/icono-boton-flecha-blanca.svg");
  background-size: 19px auto;
}
.botonAmarillo:hover {
	background-color: #474747;
	color: #F7E91C;
}
.botonVisitar:hover > .icono-boton-carro {
	background-image:url("/images/web/icono-boton-carro-over.svg");
}
.botonGris:hover {
	background-color: #F7E91C;
	color: #474747;
}
.botonVisitar:hover > .icono-boton-flecha {
  background-image: url("/images/web/icono-boton-flecha-over.svg");
}
#infoProductoCantidad {
  color: var(--color-gris3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 53px;
  padding: 8px 0 0 0;
}
#infoProductoCantidad label {
  font-size: 14px;
  margin: 0 7px 0 0;
}
#infoProductoCantidad select {
  background: white;
  font-size: 14px;
  color: var(--color-gris3);
  width: 60px;
  height: 53px;
  padding: 5px 14px;
  border: solid 1px #ECECEC;
  border-radius: 5px;
}
#infoProductoValor {
  margin: 0;
}
.productoPrecioFinal {
  color: var(--color-gris3);
  font-size: clamp(1.125rem, 0.875rem + 0.8vi, 1.375rem);
  font-weight: 700;
}
.productoPrecioOriginal {
  font-size: 1.125rem;
  text-decoration: line-through;
  margin: 3px 0 9px 0;
  min-height: 24px;
}
.productoPrecioOriginal span {
  background: #BE2A30;
  color: #FFF;
  font-size: .6875rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 45px;
  margin: 0 0 0 5px;
  padding: 2px 0;
  border-radius: 6px;
}
.productoPrecioIva {
  font-size: .625rem;
  margin: 0 0 41px 0;
}
#productoPrecioFixed {
  width: 100%;
}
.productoPrecioIdHidden, .productoPrecioTituloHidden {
  display: none;
}
.productoPrecioIdHidden {
  color: #666;
  font-size: .75rem;
  text-transform: uppercase;
}
.productoPrecioTituloHidden {
  color: var(--color-gris3);
  font-size: 1rem;
}
.productoPrecioDisponibilidad, .productoPrecioDisponibilidadOut {
  font-size: .75rem;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 0 17px;
  position: relative;
}
.productoPrecioDisponibilidad {
  color: #04A104;
}
.productoPrecioDisponibilidadOut {
  color: #BE2A30;
}
.productoPrecioDisponibilidad::before, .productoPrecioDisponibilidadOut::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  left: 0;
}
.productoPrecioDisponibilidad::before {
  background: #04A104;
}
.productoPrecioDisponibilidadOut::before {
  background: #BE2A30;
}
.productoCotizar {
  color: #04A104;
  font-size: .875rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
/* cuando esté en top */
#infoProductoPrecio.fixedToo {
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 12px clamp(20px, 2.292%, 44px);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1000;
}
#infoProductoPrecio.fixedToo > button {
  width: clamp(200px, 36.49%, 450px);
}
#infoProductoPrecio.fixedToo > #infoProductoValor {
  display: flex;
  justify-content: center;
  align-items: center;
}
#infoProductoPrecio.fixedToo > #infoProductoValor .productoPrecioFinal {
  font-size: 1.375rem;
}
#infoProductoPrecio.fixedToo > #infoProductoValor .productoPrecioOriginal {
  font-size: 1rem;
  margin: 0 40px 0 10px;
}
#infoProductoPrecio.fixedToo > #infoProductoValor .productoPrecioIva {
  display: none;
}
#infoProductoPrecio.fixedToo > #productoPrecioFixed {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: clamp(20px, 2.292%, 44px);
  top: 0;
  bottom: 0;
}
#infoProductoPrecio.fixedToo > #productoPrecioFixed .productoPrecioIdHidden, #infoProductoPrecio.fixedToo > #productoPrecioFixed .productoPrecioTituloHidden {
  display: block;
}
#infoProductoPrecio.fixedToo > #productoPrecioFixed .productoPrecioDisponibilidad {
  width: 160px;
  margin: 0 !important;
}
/* lista de Deseo */
.botonListaDeseo {
  background: url("/images/web/link-lista-deseo.svg") no-repeat left top;
  background-size: 24px 24px;
  color: #58799E;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
  padding: 3px 0 3px 34px;
  position: absolute;
  top: -3px;
  left: -258px;
}
.botonListaDeseo:hover {
  opacity: .8;
}
/* reseña */
#infoResena {
  padding: 30px 10% 30px 0;
}
#infoResena p {
  margin: 0 0 10px 0;
}
#infoResena p:last-of-type {
  margin: 0;
}
/* Punteo */
#infoPunteo {
  color: #202020;
  font-size: .9375rem;
  letter-spacing: -.3px;
  width: 90%;
  padding: 18px 0 0 0;
}
#infoPunteo li {
  display: block;
  margin: 0 0 6px 0;
  padding: 0 0 0 25px;
  position: relative;
}
#infoPunteo li::before {
  content: '';
  background: #666;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 2px;
}
/* Check In */
#checkIn {
  background: #FAFAFA;
  color: #7E7E81;
  font-size: .75rem;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: .75rem;
}
#checkIn p {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="green"><path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd"></path></svg>') no-repeat left 0 top 3px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 34px;
}
/* Comentarios */
#comentarios {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 4.167% 0 24px 0;
}
#comentarios h2 {
  font-size: clamp(1.125rem, 0.84rem + 0.594vi, 1.375rem);
  font-weight: normal;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 0 32px 0;
}
#comentarios section {
  display: flex;
  padding-top: 2rem;
  border-top: solid 1px #E3E3E3;
}
.comentarioCliente {
  width: 36.618%; /* width: 498px;  */
  margin: 0 43px 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
}
.comentarioCliente section {
  font-family: "Open Sans", sans-serif;
  font-size: .9375rem;
  line-height: 1.5rem;
  padding: 36px 11.09% 48px 11.09%;
}
.comentarioFecha {
  box-sizing: border-box;
  width: auto;
  height: 61px;
  margin: 0 5.233%;
  padding: 8px 5.86% 0 5.86%;
  border-top: solid 1px #F7E91C;
}
.comentarioFecha p {
  font-size: .8125rem;
}
/* Otros Modelos */
#otrosModelos {
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(30px, 2.709%, 39px) 27px clamp(30px, 6.875%, 99px);
}
#otrosModelosCarrusel {
  font-size: .875rem;
  width: 56.529%;
}
#otrosModelosCarrusel h2 {
  font-size: clamp(1.125rem, 0.84rem + 0.594vi, 1.375rem);
  font-weight: normal;
  margin: 0 0 19px 5px;
}
#otrosModelosCarrusel section {
  display: flex;
  position: relative;
}
#otrosModelosCarrusel section a {
  color: var(--color-gris3);
}
.otroModeloFicha {
  background: #FFF;
  display: flex;
  width: 354px;
  margin: 0 12px 0 0;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
}
.otroModeloPic {
  background-color: #FFF;
  width: 106px;
  padding: 5px;
  margin: 0 10px 0 0;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.otroModeloPic a {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
}
.otroModeloPic img {
  max-width: 100%;
  object-fit: contain;
}
.otroModeloFichaContenido {
  width: 65%;
  word-wrap: break-word;
  padding: 10px 0;
}
.otroModeloFichaContenido p {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.otroModeloFichaContenido a:last-of-type {
  text-transform: uppercase;
  font-weight: 600;
}
#infoProductosQuestions {
  background: #EEF2F5;
  font-size: .875rem;
  width: 41.859%;
  margin: 0 0 0 0;
  padding: 28px;
}
#infoProductosQuestions h2 {
  color: var(--color-gris3);
  font-size: .875rem;
}
#infoProductosQuestions p:first-of-type {
  color: #58799E;
  font-size: 1rem;
  font-weight: 700;
}
#infoProductosQuestions a {
	color: var(--color-gris2);
	font-weight: 600;
}
#infoProductosQuestions a:hover {
	text-decoration: underline;
}
/* ventajas */
#ventajas {
  color: var(--color-gris3);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 36px 10px 24px 10px;
}
#ventajas :is(h2, p) {
  text-align: center;
  width: 100%;
}
#ventajas h2 {
  font-size: clamp(1.375rem, -0.292rem + 2.963vi, 2.375rem);
  margin: 0 0 12px 0;
}
#ventajas p {
  font-size: clamp(0.875rem, 0.042rem + 1.481vi, 1.375rem);
  font-weight: 700;
  line-height: calc(24px + (32 - 22) * ((100vw - 300px) / (1920 - 320)));
  margin: 0 0 12px 0;
}
#ventajas h3 {
  font-size: clamp(0.813rem, 0.5rem + 0.556vi, 1rem);
  font-weight: 600;
}
#ventajasSeccion {
  width: 100%;
  min-height: 106px;
  display: flex;
  justify-content: center;
}
#ventajasSeccion section {
  width: 33%;
  max-width: 419px;
  display: flex;
  justify-content: center;
}
#ventajasSeccion section div {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#ventajasSeccion section h3 {
  font-weight: 700;
  padding: 1rem;
}
/* detalles */
#detalles {
  background: #F7F8FA;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 40px;
  width: 100%;
  min-height: 466px;
  margin: 27px 0 0 0;
}
#detallesOpciones {
  font-size: 1rem;
  line-height: 1.563rem;
  width: 288px;
  height: auto;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-direction: column;
}
#detallesOpciones a {
  color: #808080;
  font-weight: normal;
  padding: 8px 0 9px 0;
  margin-bottom: 35px;
}
#detallesOpciones a:last-of-type {
  margin-bottom: 0;
}
#detallesOpciones a.OptionSel {
  color: #58799E;
  font-weight: 700;
  border-bottom: solid 2px #58799E;
}
#detallesContenedor {
  width: calc(100% - 329px);
  position: relative;
  z-index: 20;
}
#detallesContenedor h2 {
  color: #111827;
  font-size: clamp(1.125rem, -0.8rem + 3.111vi, 2rem);
  margin: 0 0 32px 0;
}
#detallesContenedor h2 span {
  display: none;
}
/* opciones generales */
#detallesInfo, #fichaTecnica, #detallesDescarga, #detallesMas {
  width: 100%;
  padding: 0 0 16px 16px;
}
.divOculto {
  display: none;
}
/* detalesInfo */
#detallesInfo {
  color: #666;
  font-size: 1rem;
}
#detallesInfo h2 {
  font-size: 24px;
  margin-top: 48px;
}
#detallesInfo h3 {
  color: var(--color-gris3);
  font-size: clamp(1rem, 0.375rem + 1.111vi, 1.375rem);
  margin: 0 0 32px 0;
}
#detallesInfo p {
  margin: 0 0 32px 0;
}
#detallesInfo ul {
  margin: 0 0 16px 0;
}
#detallesInfo li {
  padding: 0 0 0 40px;
  margin: 0 0 16px 0;
  position: relative;
}
#detallesInfo li::before {
  content: '';
  background: #000;
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 20px;
}
#detallesInfo section {
  height: 320px;
  overflow: hidden;
}
#detallesInfoBoton {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  padding: 20px 0 0 0;
}
#detallesInfoBoton a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px 0 0;
  position: relative;
}
/**/
#detallesInfo .flechaDown::after, #detallesInfo .flechaUp::after {
  content: '';
  background: url("/images/web/icono-flecha-gris-pizarra.svg") no-repeat left 0 top 0;
  background-size: auto;
  background-size: contain;
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  z-index: auto;
  top: 5px;
  right: 4px;
}
#detallesInfo .flechaDown::after {
  transform: rotate(90deg);
}
#detallesInfo .flechaUp::after {
  transform: rotate(270deg);
}
#detallesInfoBoton a span {
  background: url("/images/web/icono-flecha-gris-pizarra.svg") no-repeat left 0 top 0;
  background-size: auto;
  background-size: contain;
  display: block;
  width: 6px;
  height: 12px;
  transform: rotate(90deg);
}
.detalleShow {
  height: inherit !important;
  overflow: inherit;
}
/* detalle Accesorios */
#accesoriosFichas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accesorioFicha {
  background: #FFF;
  width: 44.72906403940887%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 3% 0;
  padding: 24px;
  border: solid 1px #FFF;
  border-radius: 6px;
  filter: drop-shadow(0 0 6px #0002);
  transition: all easing 1500ms;
}
.accesorioFicha:hover {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0));
}
.accesorioFicha section {
  width: calc(100% - 170px);
  padding: 0 0 0 24px;
}
.fichaProductoImag {
  display: flex;
  align-items: center;
  width: 170px;
  padding: 8px;
}
.fichaProductoImag img {
  width: 100%;
}
#detalleAccesorios {
  width: 100%;
  padding: 0 0 16px 16px;
}
.accesorioSerie, .accesorioPrecioTachado {
  color: #666;
  font-size: .75rem;
}
.accesorioPrecioTachado {
  text-decoration: line-through;
  margin: 0 0 1px 0;
}
.accesorioProducto {
  color: var(--color-gris3);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
  margin: 15px 0;
}
.accesorioPrecioDiv {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 4px 0;
}
.accesorioPrecioFinal {
  font-size: 1.125rem;
}
.accesorioDescuento {
  background: #BE2A30;
  color: #FFF;
  font-size: .6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 12px;
  padding: 2px 8px;
  border-radius: 3px;
}
.accesorioIva {
  color: #999;
  font-size: .6875rem;
}
.fichaDisponibilidad {
  color: #04a104;
  font-size: .75rem;
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 0;
}
.fichaDisponibilidad p {
  width: 50%;
  display: block;
  align-self: flex-end;
  padding: 0 0 0 16px;
  position: relative;
  z-index: auto;
}
.fichaDisponibilidad p::before {
  content: '';
  background: #04a104;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  z-index: auto;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.accesorioCart {
  background: #58799E url("/images/web/icono-carrito.svg") no-repeat center center;
  background-size: 26px 28px;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 6px;
}
/* detalle Accesorios Video */
#detalleVideo {
  width: 100%;
  max-width: 1016px;
  aspect-ratio: 254 / 143;
  position: relative;
}
#detalleVideo .videoYuTu {
  aspect-ratio: 254 / 143;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* detalles decargas */
.divDescarga {
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 30px;
  border-radius: 6px;
}
.divDescarga h2, .divDescarga h3 {
  margin: 3px 0 23px 0;
}
.divDescarga h2 a, .divDescarga h3 a {
  color: #6B6C56;
  font-size: clamp(0.875rem, -0.225rem + 1.778vi, 1.375rem);
  font-weight: 600;
  margin: 0 0 23px 0;
}
.divDescarga section {
  width: calc(100% - 162px);
  display: flex;
  flex-direction: column;
}
.divDescargaFoto {
  display: flex;
  margin: 0 30px 0 0;
  border: solid 1px #CCC;
}
.divDescargaBoton {
  background: #575656;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 236px;
  height: 36px;
  margin: 31px 0 0 0;
  border-radius: 6px;
  position: relative;
}
.divDescargaBoton::after {
  content: '';
  background: url("/images/web/icono-flecha-blanca.svg") no-repeat left top;
  background-size: contain;
  width: 6px;
  height: 10px;
  margin: 0 0 0 18px;
}
/* detalles adicional */
#detallesMas {
  color: var(--color-gris3);
  font-size: 1rem;
}
#detallesMas h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 66px 0;
}
#detallesMas h3 a {
  color: var(--color-gris3);
}
#detallesMas .detallesBotonAzul {
  background: #58799E;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 203px;
  height: 36px;
  margin: 16px 0 0 0;
  border-radius: 6px;
}
/* similares */
#similares {
  padding: 30px;
}
#similares section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 23%));
  column-gap: 23px;
  row-gap: 17px;
}
.similarFicha {
  background: #F7F8FA;
  margin: 29px 0 0 0;
  overflow: hidden;
  position: relative;
  border: solid 1px #E6E6E6;
  border-radius: 7px;
  transition: filter 0.3s ease;
}
.similarFicha:hover {
  filter: drop-shadow(1px 1px 5px #0005);
}
.similarFoto {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 310px;
  height: auto;
  aspect-ratio: 62 / 35;
  position: relative;
}
.similarFoto a {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.similarFoto img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.similarContenido {
  font-size: .75rem;
  padding: 29px 25px;
}
.similarContenido h2 {
  overflow-wrap: break-word;
  min-height: 90px;
  margin: 8px 0 12.44% 0;
}
.similarContenido h2 a {
  color: var(--color-gris);
  font-size: clamp(1.125rem, 0.946rem + 0.476vi, 1.375rem);
}
.similarPrecioViejo {
  font-size: .8125rem;
  text-decoration: line-through;
}
.similarPrecioViejo > span {
  background: #BE2A30;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 3px 7px;
  border-radius: 6px;
}
.similarPrecio {
  font-size: clamp(1.125rem, 0.946rem + 0.476vi, 1.375rem);
  font-weight: 700;
  margin: 7px 0 14px 0;
}
.similarDisponible, .similarNoDisponible {
  font-size: .75rem;
  margin: 15.075% 0 13px 0;
  padding: 0 0 0 17px;
  display: block;
  position: relative;
}
.similarDisponible {
  color: #04A104;
}
.similarNoDisponible {
  color: #BE2A30;
}
.similarDisponible::before, .similarNoDisponible::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.similarDisponible::before {
  background: #04A104;
}
.similarNoDisponible::before {
  background: #BE2A30;
}
.similarBoton {
  background: #58799E;
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 0;
  border: none;
  border-radius: 6px;
  transition: all ease 500ms;
}
.similarBoton span {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}
.similarBoton span::before {
  content: '';
  background: url("/images/web/icono-ver-blanco.svg") no-repeat 0 0;
  background-size: 33px auto;
  display: block;
  width: 33px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* descripcion */
#descripcion {
  padding: 40px;
}
#descripcion :is(h4, p) {
  text-align: center;
}
#descripcion h4 {
  font-size: clamp(1.125rem, 0.841rem + 0.593vi, 1.375rem);
  margin: 0 0 21px 0;
}
#descripcion p {
  font-size: clamp(0.875rem, 0.583rem + 0.602vi, 1.125rem);
  margin: 0 0 20px 0;
}
/* video */
#video {
  padding: 10px 10px 40px 10px;
}
#video section {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ficha técnica */
#fichaTecnica {
  color: #666;
  font-size: 1rem;
}
#fichaTecnica h2 {
  color: #111827;
  /* font-size: clamp(1.25rem, 0.833rem + 0.741vi, 1.5rem);
	font-weight: 700; */
  margin: 0 0 32px 0;
  padding: 8px 12px;
}
#fichaTecnica table {
  color: #575656;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
#fichaTecnica thead {
  border-bottom: solid 1px #B3B3B3;
  margin-top: 48px;
}
#fichaTecnica th, #fichaTecnica td {
  padding: 8px 16px;
}
#fichaTecnica th {
  color: var(--color-gris3);
  font-size: clamp(1.125rem, -0.25rem + 2.222vi, 1.75rem);
  text-align: left;
  position: relative;
}
#fichaTecnica th > span {
  display: block;
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  border-top: solid 2px #474747;
  border-right: solid 2px #474747;
  position: absolute;
  z-index: auto;
  right: 10px;
  top: 20px;
  transform: rotate(135deg);
  transition: all ease 300ms;
}
#fichaTecnica th > span.thButtonSpan {
  transform: rotate(-45deg);
}
#fichaTecnica td {
  font-size: clamp(0.875rem, 0.6rem + 0.444vi, 1rem);
}
#fichaTecnica td:nth-child(2) {
  font-weight: 700;
}
.thButton {
  cursor: pointer;
}
.fichaBotonera {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}
.fichaBotonera a {
  background: #F7E91C;
  color: var(--color-gris3);
  font-size: .875rem;
  padding: 8px 12px;
  margin: 0 0 8px 8px;
  border-radius: 6px;
}
.datoTecnicoSub {
  font-size: clamp(0.938rem, -0.025rem + 1.556vi, 1.375rem) !important;
  font-weight: 700;
}
.iconoCuadrado {
  background: #575656;
  display: block;
  width: 12px;
  height: 12px;
}
.iconoOpcional, .iconoNoDisponible {
  color: #575656;
  font-weight: 700;
}
.iconoOpcional {
  font-size: 1.3rem;
}
#fichaTecnica .iconoNoDisponible {
  font-size: 1.8rem;
}
#legendtext p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* SECCION CONTACTO */
#contacto {
	color: var(--color-gris3);
	font-size: .875rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px auto;
	padding: 32px;
}
#contacto h1 {
  color: var(--color-gris2);
	font-family: "Heebo", sans-serif;
	font-size: clamp(1.5rem, 1.176rem + 1.364vi, 2.813rem);
	display: block;
	width: 100%;
	margin: 0 0 clamp(5px, 1%, 14px) 0;
}
#contacto section {
	width: 49%;
}
#contacto section h4 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
#contacto section p {
	margin: 0 0 13px 0;
}
#contacto section iframe {
	background: var(--color-gris3);
	padding: 1px;
	margin: 5px 0 20px 0;
}
#contacto section a {
	color: var(--color-gris3);
	font-weight: 700;
}
#contacto section a:hover {
	color: crimson;
}
#contacto section form button {
  background: #F7E91C;
  color: var(--color-gris3);
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 47px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
#contacto section form button:hover {
  opacity: .7;
}
#contacto section .labelInput {
  margin: 0 0 18px 0;
}
#contacto section .labelInput textarea {
	min-height: 120px;
	resize: none;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@
FOOTER */
#sobreFooter {
  max-width: 999px;
  max-height: 33px;
  aspect-ratio: 333 / 11;
  margin: 0 auto;
}
#bajoFooter {
  max-width: 1200px;
  max-height: 100px;
  aspect-ratio: 12 / 1;
  margin: 0 auto;
}
#footer {
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
#footer h5 {
  color: var(--color-gris);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
}
#footer li {
  list-style: none;
}
.pieBoton {
  padding: 0 0 1.75rem;
}
.pieBoton a {
  width: 80px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  border: solid 1px #B3B3B3;
  border-radius: 8px;
}
.pieLogoFlex {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 0 1.75rem 0;
}
.pieLogo {
  width: 224px;
  height: auto;
}
.pieLogoMobile {
  display: none;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 20px 0;
}
.pieIso {
  width: 198px;
  height: auto;
  margin: 29px 0 0 0;
}
.pieOpciones {
  font-size: .875rem;
  padding: 0 0 1rem 0;
}
.pieOpciones ul {
  padding: 14px 0 0 0;
}
.pieOpciones li {
  display: block;
  margin: 0 0 8px 0;
}
.pieOpciones li a {
  color: var(--color-gris3);
  background: url("/images/web/icono-flecha-negra.svg") no-repeat left 0 top 9px;
  background-size: auto 14px;
  display: inline-block;
  padding: 6px 5px 5px 20px;
}
/* ancho imag iconos */
.pie-50px {
  width: 50px;
}
.pie-54px {
  width: 54px;
}
.pie-40px {
  width: 40px;
}
.pie-62px {
  width: 62px;
}
/* ancho divs */
.pieAncho1 {
  width: 32.64%;
}
.pieAncho2 {
  width: calc(100% - 32.64%);
}
.pieAncho3, .pieAncho4 {
  width: 21.737%;
}
.pieFlexBotones {
  display: flex;
  flex-wrap: wrap;
}
#pieGris {
  background: #E6E6E6;
}
#copyright {
  color: var(--color-gris);
  font-size: .75rem;
  width: 100%;
  max-width: 1440px;
  height: 64px;
  padding: 24px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#copyright a {
  color: var(--color-gris);
  margin: 0 0 0 18px;
}
#copyright a:hover {
  color: red;
}
#copyright a:first-of-type {
  margin: 0;
}
#whassap {
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 25;
  right: 2.5%;
  bottom: 70px;
}
#whassap a span {
  display: none;
}
#whassap a.WhatLinkCorreo {
  display: none;
}
#whassap a.WhatLinkWhatsapp {
  background: url("/images/web/icono-whatsapp-reflejado.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  filter: drop-shadow(2px 2px 5px #0003);
  transition: filter 0.3s ease;
}
#whassap a.WhatLinkWhatsapp:hover {
  filter: drop-shadow(3px 3px 8px #0005);
}

/* CREAR USUARIO */
#coverGris {
  background-color: #F1F1F2;
  padding: 15px 27px 0 27px;
}
#coverGris h1 {
  color: var(--color-gris3);
  font-size: clamp(1.438rem, 0.545rem + 2.857vi, 2.313rem);
  margin: 0 0 14px 0;
}
#contenidoUsuario {
  background: #FFF;
  color: var(--color-gris3);
  min-height: 620px;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contenidoUsuario h2 {
  color: var(--color-gris3);
  font-size: clamp(1rem, 0.809rem + 0.612vi, 1.188rem);
  text-transform: uppercase;
  margin: 0 0 29px 1px;
}
#contenidoUsuario section {
  width: 49.3345%;
}
.contenidoPadding {
  width: 100%;
  height: auto;
  aspect-ratio: 943 / 33;
}
.contenidoPadding2 {
  width: 100%;
  height: auto;
  aspect-ratio: 127 / 23;
}
.contenidoPadding3 {
  width: 100%;
  height: auto;
  aspect-ratio: 127 / 3;
}
.labelInput {
  width: 100%;
  margin: 0 0 36px 0;
  position: relative;
}
.labelInput label {
  background: #FFF;
  color: #666;
  padding: 0 4px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all ease 200ms;
  position: absolute;
  left: 16px;
  top: 50%;
}
.labelInput label > span {
  color: var(--color-rojo);
}
.labelInput input, .labelInput select, .labelInput textarea {
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: .9375rem;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  border: solid 1px #CCC;
  border-radius: 6px;
}
.labelInput input:focus, .labelInput textarea:focus {
  border-color: #333;
}
.labelInput textarea + label {
  top: 23px;
}
.labelInput input:focus + label, .labelInput input:not(:placeholder-shown) + label, .labelInput textarea:focus + label, .labelInput textarea:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  font-weight: 700;
}
.labelInput select:focus + label, .labelInput select:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  font-weight: 700;
}
.p_margin_bottom {
  margin: 0 0 8px 0;
}
.a_link_olvido {
  color: var(--color-rojo);
}
.a_link_olvido:hover {
  text-decoration: underline;
}
.cuadroBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cuadroBox label {
  display: flex;
  justify-content: space-between;
}
.cuadroBox input[type="radio"], .cuadroBox input[type="checkbox"] {
  appearance: none;
  background: #FFF;
  width: 21px;
  height: 21px;
  padding: 0;
  border: 1px solid #58799e;
  position: relative;
}
.cuadroBox input[type="radio"] {
  border-radius: 50%;
  margin-right: 23px;
}
.cuadroBox input[type="checkbox"] {
  border-radius: 6px;
  margin-right: 9px;
}
.cuadroBox input[type="radio"]::before, .cuadroBox input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.cuadroBox input[type="radio"]:checked, .cuadroBox input[type="checkbox"]:checked {
  background: #f7e91c;
}
.cuadroBox input[type="radio"]:checked::before {
  background: var(--color-gris3);
  margin: 7px;
  border: 2px solid transparent;
  border-radius: 100%;
}
.cuadroBox input[type="checkbox"]:checked::before {
  border-right: 3px solid var(--color-gris3);
  border-bottom: 4px solid var(--color-gris3);
  height: 60%;
  width: 25%;
  transform: rotate(45deg) translateY(-5%) translateX(-7%);
}
#reglasClave {
  color: var(--color-rojo);
  font-size: .875rem;
  padding: 0 0 13px 0;
}
#reglasClave p {
  margin: 0 0 5px 0;
}
.contenidoBotones {
  display: flex;
  align-items: center;
  margin: 0 0 41px 0;
}
.flex-between {
	justify-content: space-between
}
.flex-end {
	justify-content: flex-end;
}
.contenidoBotones button {
  font-size: 1rem;
  font-weight: 700;
  width: auto;
  height: 52px;
  margin: 0 14px 0 0;
  padding: 2px 14px;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  transition: all ease 300ms;
}
.contenidoBotones button.color1 {
  background: #F1F1F2;
  color: #575656;
}
.contenidoBotones button.color2 {
  background: #F7E91C;
  color: var(--color-gris3);
}
.contenidoBotones button:hover {
  opacity: .8;
}
.contenidoCaptcha {
  color: var(--color-gris3);
  font-size: .875rem;
}
.contenidoCaptcha a {
  color: var(--color-gris3);
  text-decoration: underline;
}
.contenidoCaptcha a:hover {
  color: var(--color-rojo);
}
/* radios y checkbox */
#container {
  display: flex !important;
  align-items: center;
}
#container input[type="radio"], #container input[type="checkbox"] {
  appearance: none;
  background: #FFF;
  width: 21px;
  height: 21px;
  padding: 0;
  border: 1px solid #58799e;
  position: relative;
}
#container input[type="radio"] {
  border-radius: 50%;
  margin-right: 23px;
}
#container input[type="checkbox"] {
  border-radius: 6px;
  margin-right: 9px;
}
#container input[type="radio"]::before, #container input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
#container input[type="radio"]:checked, #container input[type="checkbox"]:checked {
  background: #f7e91c;
}
#container input[type="radio"]:checked::before {
  background: var(--color-gris3);
  margin: 7px;
  border: 2px solid transparent;
  border-radius: 100%;
}
#container input[type="checkbox"]:checked::before {
  border-right: 3px solid var(--color-gris3);
  border-bottom: 4px solid var(--color-gris3);
  height: 60%;
  width: 25%;
  transform: rotate(45deg) translateY(-5%) translateX(-7%);
}
.miniPrecioReal { font-size: 12px; color: #666; margin: 0; }
.miniPrecioTachado { text-decoration: line-through; opacity: .8; }
.miniPrecioDescuento { color: #c00; font-weight: 700; margin-left: 6px; }
.miniPrecioFinal { font-weight: 700; margin: 0; }

.paginacion {
  margin: 32px 0 10px 0;
  display: flex;
  justify-content: center;
}
.paginationNav {
  display: flex;
}
.pagination {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  align-items: center;
}
.pagination li {
  list-style: none;
}
.pagination a, .pagination span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.18s ease;
}
.pagination a:hover {
  background: #ffe200;
  border-color: #e0c800;
  color: #333;
}
.pagination .active span {
  background: #ffe200;
  border-color: #e0c800;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.pagination .disabled span {
  opacity: 0.45;
  background: #f5f5f5;
  color: #777;
}
.pagination .ellipsis span {
  border: none;
  background: transparent;
  box-shadow: none;
  width: auto;
  padding: 0 6px;
}
/* toast notifications (estilo barra superior como Magnotek) */
#toast-container {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.toast-message {
  background-color: #efefef;
  color: #333;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 6px 5px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease;
}
.toast-message.show { opacity: 1; transform: translateY(0); }
/* precios en carro */
.itemPrecioUnit { font-size: 14px; margin: 0 0 4px; }
.itemPrecioOferta { font-weight: 700; margin-left: 6px; }
.itemPrecioReal { font-size: 12px; color: #666; margin: 0; }
.ItemPrecioTachado { text-decoration: line-through; opacity: .8; }
.itemPrecioDescuento { color: #c00; font-weight: 700; margin-left: 6px; }
.itemPrecioFinal { font-weight: 700; margin: 0; }
/* PREGUNTAS y RESPUESTAS*/
#qr {
	background: #FFF;
  color: var(--color-gris3);
  padding: 20px;
	margin: 0 0 30px 0;
}
#qr h2 {
	background-repeat:no-repeat;
	background-position: left top 12px;
	background-size: 35px auto;
	font-size: 1rem;
	display: block;
	padding: 13px 51px 17px 51px;
}
#qr details {
	border-top: solid 1px #CCC;
}
#qr details[open] summary::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#qr summary {
	cursor: pointer;
	list-style: none;
	position: relative;
}
#qr summary::after {
  content: '';
  background: url("/images/web/icono-flecha-gris.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qrDetalle p {
	margin: 0 0 16px 0;
}
.qrDetalle img {
	margin: 0 16px 16px 0;
}
.qrDetalle table {
	width: 100%;
	max-width: 290px;
	border-collapse: collapse;
}
.qrDetalle table th, .qrDetalle table td {
	padding: 8px 16px;
}
.qrDetalle table td {
	text-align: right;
	border: solid 1px #CCC;
}
.qrDetalle a {
	color: var(--color-gris3);
}
.qrDetalle a:hover {
	color: crimson;
}
/* listado iconos */
#qr .entrega-ico1 {
	background-image: url("/images/web/qr-entrega1.svg");
}
#qr .entrega-ico2 {
	background-image: url("/images/web/qr-entrega2.svg");
}
#qr .entrega-ico3 {
	background-image: url("/images/web/qr-entrega3.svg");
}
#qr .entrega-ico4 {
	background-image: url("/images/web/qr-entrega4.svg");
}
#qr .entrega-ico5 {
	background-image: url("/images/web/qr-entrega5.svg");
}
#qr .pedido-ico1 {
	background-image: url("/images/web/qr-pedido1.svg");
}
#qr .pedido-ico2 {
	background-image: url("/images/web/qr-pedido2.svg");
}
#qr .pedido-ico3 {
	background-image: url("/images/web/qr-pedido3.svg");
}
#qr .pedido-ico4 {
	background-image: url("/images/web/qr-pedido4.svg");
}
#qr .pedido-ico5 {
	background-image: url("/images/web/qr-pedido5.svg");
}
#qr .pago-ico1 {
	background-image: url("/images/web/qr-pago1.svg");
}
#qr .pago-ico2 {
	background-image: url("/images/web/qr-pago2.svg");
}
#qr .pago-ico3 {
	background-image: url("/images/web/qr-pago3.svg");
}
#qr .pago-ico4 {
	background-image: url("/images/web/qr-pago4.svg");
}
#qr .pago-ico5 {
	background-image: url("/images/web/qr-pago5.svg");
}
#qr .pago-ico6 {
	background-image: url("/images/web/qr-pago6.svg");
}
#qr .pago-ico7 {
	background-image: url("/images/web/qr-pago7.svg");
}
#qr .devolucion-ico1 {
	background-image: url("/images/web/qr-devolucion1.svg");
}
.summaryOut details {
  pointer-events: none;
}
/* garantias */
#garantia {
	background: #FFF;
	color: var(--color-gris3);
	font-size: 1rem;
	padding: 36px 20px;
	margin: 0 0 30px 0;
}
#garantia h2, #garantia h3, #garantia h4 {
	font-size: 1rem;
}
#garantia h4 {
	font-weight: normal;
}
#garantia h3 + p, #garantia h4 + p {
	margin: 0 0 4px 0;
}
#garantia h2, #garantia p {
	margin: 0 0 16px 0;
}
#garantia hr {
	background: var(--color-gris3);
	color: var(--color-gris3);
	width: 100%;
	height: 1px;
	margin: 0 0 16px 0;
	border: none;
}
#garantia a {
	color: var(--color-gris3);
}
#garantia a:hover {
	color: crimson;
}
#garantia ol li {
	margin: 0 0 10px 20px;
}
#garantia li li {
	margin-left: 40px;
}
#garantia .li-decimal > li {
	list-style: decimal;
}
#garantia .li-lower-latin > li {
	list-style: lower-latin;
}
#garantia .li-lower-roman > li {
	list-style: lower-roman;
}
/* @MEDIA */
@media screen and (max-width: 1440px) {
  footer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1370px) {
  #contieneMenu, #menu {
  padding: 0 30px;
  }
  #menu section {
    margin: 0 0 0 30px;
  }
  #botonMenu {
    margin: 0 auto 0 0;
  } 
  #comentarios {
    max-width: inherit;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #contenido h1 {
    padding: 0 40px;
  }
	#contenido h1.fichaH1 {
		padding-left: 0 !important;
	}
  .accesorioFicha {
    width: 47%;
  }
  .fichaProductoImag, .accesorioFicha section {
    width: 100%;
  }
  #contenidoRight {
    width: calc(100% - 330px) !important;
  }
}
@media screen and (max-width: 1198px) {
	.botonListaDeseo {
	top: -2px;
	left: -238px;
	}
  .pieAncho1, .pieAncho2, .pieAncho3 {
    width: 50%;
    order: 1;
  }
  .pieAncho4 {
    width: 100%;
    order: 2;
  }
  .pieLogoFlex {
    order: 3;
  }
}
@media screen and (max-width: 1100px) {
  #botonMenu a::after {
    content: none;
    margin: 0;
  }
  #toggleMenu span {
    display: none;
  }
  #headerDatos section:nth-child(2) {
    padding: 2px 9px 0 7px;
  }
  #headerDatos section:last-of-type {
    padding: 2px 0 0 8px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1050px) {
  #headerBuscador {
    width: 34%;
  }
  #infoProductoSlider, #infoProductoContenido {
    width: 50%;
  }
  #contenidoLeft {
    display: none;
  }
  #contenidoRight {
    width: 100% !important;
  }
  #fichas {
    padding-top: 10px;
    grid-template-columns: repeat(auto-fit, 23.5%);
    gap: 24px 1%;
  }
  .fichaPop {
    top: -7px;
  }
}
@media screen and (max-width: 990px) {
    #header {
    flex-wrap: wrap;
    height: auto;
  }
  .header-brand {
    order: 1;
  }
  .header-user {
    order: 2;
  }
  .header-list {
    order: 3;
  }
  .header-cart {
    order: 4;
  }
  #headerBuscador {
    width: 100%;
    margin-top: 10px;
    order: 5;
  } 
  #contieneMenu {
    padding: 0;
  }
  #menuLateral { /* para menu invisible ####################### */
    width: 100%;
    padding: 0;
  }
  #detalles {
    padding: 20px;
  }
  #detallesOpciones, #detallesInfo, #fichaTecnica, #detalleAccesorios, #detallesDescarga, #detallesMas {
    padding: 13px 0 0 0;
  }
  #detallesInfo h2 {
    margin-top: 7px;
  }
  #detallesContenedor h2 span {
    display: inline-block;
  }
  #fichaTecnica h2 {
    padding: 5px 0 0;
  }
  #detallesOpciones, #detallesContenedor {
    width: 100%;
  }
  #detallesOpciones {
    font-size: .8125rem;
    line-height: 1.1875rem;
    flex-direction: row;
  }
  #detallesOpciones a {
    display: block;
    padding: 12px 16px 12px 0;
    margin: 0 10px 0 0;
    border-bottom: solid 1px #999;
  }
  #detallesOpciones a:last-of-type {
    margin-right: 0;
  }
  #detallesMas h3 {
    margin: 0 0 30px 0;
  }
	.botonListaDeseo {
		margin: 19px 0 0 2px;
		position: relative;
		top: inherit;
		left: inherit;
	}
  .pieLogoMobile {
    display: block;
  }
  .pieLogo {
    display: none;
  }
  .pieAncho1, .pieAncho2, .pieAncho3, .pieAncho4 {
    width: 100%;
  }
  .pieHideShow {
    padding-bottom: 16px;
  }
  .pieBoton, .pieLogoFlex, .pieOpciones {
    padding: 0;
  }
  .pieBoton, .pieOpciones {
    border-bottom: solid 1px #E6E6E6;
  }
  .pieIso {
    margin: 13px 0 0;
  }
  #descripcion {
    padding: 18px 20px;
  }
  #footer h5 {
    margin: 0;
    padding: 15px 0 14px 0;
    cursor: pointer;
  }
  #footer h5::after {
    content: '';
    background: url("/images/web/icono-flecha-negra.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 17px;
    right: 1px;
    transform: rotate(90deg);
    transition: all ease 500ms;
  }
  h5.giroFlecha::after {
    transition: all ease 500ms;
    transform: rotate(270deg) !important;
  }
}
@media screen and (max-width: 900px) {
  #headerDatos section:first-of-type, #headerDatos section:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #fichas {
    grid-template-columns: repeat(auto-fit, 32%);
  }
}
@media screen and (max-width: 800px) {
  #header {
    flex-wrap: wrap;
    height: auto;
  }
  #header .header-brandx {
    width: 30.408%;
  }
  #headerDatos {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  #headerDatos strong {
    font-size: .8125rem;
  }
  #headerDatos section:nth-child(2) {
    padding-top: 0;
  }
  #breadcrumbs li {
		display: none;
	}
	#breadcrumbs li:first-child, #breadcrumbs li:last-child {
		display: inherit;
	}
  #infoProductoContenido h1 {
    font-size: clamp(1.25rem, 0.208rem + 3.333vi, 1.875rem);
  }
  #infoProductoSlider, #infoProductoContenido {
    width: 100%;
  }
  #infoProductoSlider {
    order: 2;
  }
  #infoProductoContenido {
    order: 1;
  }
  .botonListaDeseo {
    margin: 19px 0 0 2px;
    position: relative;
    top: inherit;
    left: inherit;
  }
  #ventajasSeccion section {
    flex-wrap: wrap;
    justify-content: center;
  }
  #ventajasSeccion section h3 {
    text-align: center;
    width: 100%;
    display: block;
  }
  #descripcion :is(h4, p) {
    text-align: left;
  }
  #otrosModelos {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  #otrosModelosCarrusel, #infoProductosQuestions {
    width: 100%;
  }
  #otrosModelosCarrusel {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 700px) {
  #contenido3 {
		padding: 0 30px;
	}
  #similares section {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 684px) {
  #fichas h2 {
    min-height: auto;
  }
  .fichaParrafo {
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  #showLogin span {
    display: none;
  }
  #modalUsuario, #modalCarrito {
    display: none !important;
  }
  .fichaBotonera {
    flex-wrap: wrap;
  }
  #fichas {
    grid-template-columns: repeat(auto-fit, 49%);
  }
}
@media screen and (max-width: 600px) {
  #menu {
    justify-content: space-between;
  }
  #menu section {
    text-align: right;
    width: 140px;
    margin: 0 0 0 auto;
  }
  #botonMenu {
    margin: 0;
  }
  #headerDatos {
    width: 0 !important;
  }
  #sobreHeader {
    justify-content: center;
  }
  #sobreHeader p:first-child, #sobreHeader p > br {
    display: none;
  }
  #headerDatos {
    width: auto;
  }
  #headerDatos section:nth-child(2) {
    border-right: none;
  }
  #headerDatos section:last-of-type {
    display: none;
  }
  #infoProductoSlider .swiper:last-child { 
		display: none;
	}
  footer {
    padding-bottom: 60px;
  }
  #whassap {
    width: 100%;
    height: auto;
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #whassap a {
    color: #FFF;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    width: 50%;
    padding: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  #whassap a span {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    position: relative;
  }
  #whassap a.WhatLinkCorreo {
    background: #2C2C2C;
    display: block;
  }
  #whassap a.WhatLinkWhatsapp {
    background: #3BC04D;
    background-image: none;
    text-indent: inherit;
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: inherit;
    overflow: inherit;
    filter: none;
    transition: none;
  }
  #whassap a.WhatLinkWhatsapp:hover {
    filter: none;
  }
  #whassap a.WhatLinkCorreo span::before, #whassap a.WhatLinkWhatsapp span::before {
    content: '';
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: auto;
  }
  #whassap a.WhatLinkCorreo span::before {
    background: url("/images/web/icono-correo.svg") no-repeat center center;
  }
  #whassap a.WhatLinkWhatsapp span::before {
    background: url("/images/web/icono-whatsapp-reflejado.svg") no-repeat center center;
  }
}
@media screen and (max-width: 560px) {
  #header {
    justify-content: center;
  }
  #header .header-brand {
    width: 100%;
    max-width: 300px;
    margin: 0 calc(50% - 150px) 15px calc(50% - 150px);
  }
  #headerDatos {
    width: 100%;
    margin-top: 5px;
  }
  .accesorioFicha {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .divDescargaFoto {
    margin: 0 auto;
  }
  .divDescarga section {
    width: 100%;
  }
  .divDescargaBoton {
    align-self: center;
    width: 100%;
    max-width: 236px;
  }
}
@media screen and (max-width: 500px) {
  #similares section {
    grid-template-columns: auto;
  }
  #fichas {
    grid-template-columns: repeat(auto-fit, 100%);
  }
	#breadcrumbs {
		padding-bottom: 0;
	}
	#infoProducto {
		padding-top: 0;
	}
	#infoProductoSlider {
	   order: 1;
		padding: 0;
	}
	#infoProductoContenido {
	  order: 2;
	}
}
@media screen and (max-width: 480px) {
  #sobreHeader p:last-child {
    display: none;
  }
  #infoProductoPrecio {
    padding: 28px 30px;
  }
  #infoProductoCantidad {
    flex-wrap: wrap;
    width: 60px;
  }
  #infoProductoCantidad label {
    width: 100%;
    margin: 0 0 7px 0;
  }
}
@media screen and (max-width: 400px) {
  #atencionCliente {
    width: 375px;
    right: 50%;
    margin-right: -187.5px;
    filter: drop-shadow(1px 1px 3px #0007);
  }
  .rombo {
    right: 50%;
    margin-right: -22px;
  }
}