.disponibilidad-rapida {
	color: #84b84c;
	padding: 3px 0;
	line-height: 1rem;
	font-size: .85rem;
	text-align: left;
	/*margin-left: .5rem;*/
	/*margin-right: .5rem*/
}

.filtros-familia {
	z-index: 100;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	padding: 0;
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%
}

.columna-de-filtros {
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
	transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .fondo-clicable {
	display: block;
	background-color: rgba(0, 0, 0, .6)
}

.filtros-familia .fondo-clicable {
	z-index: -1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color .2s ease-out 0s;
	-moz-transition: background-color .2s ease-out 0s;
	-o-transition: background-color .2s ease-out 0s;
	transition: background-color .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros .filtros {
	position: absolute;
	top: 43px;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto
}

.filtros .acc-block {
	border: none
}

.acc-block {
	border: 1px solid #ccc;
	margin-bottom: -1px
}

.filtros-familia.filtros-familia-desplegado {
	width: 250px
}

.titulo-subrayado.text-xs-center.text-md-left:after, .titulo-subrayado:after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2px;
	background: var(--color_generico);
	margin: .74rem 0 0;
}

.titulo-subrayado {
	margin-bottom: 1.5rem;
	font-size: 1.714rem;
}

.m-t-3 {
	margin-top: 3rem !important;
}

/*
Productos Relacionados
 */

@media (min-width: 768px) {

	.c-product-addtocart__section {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}

}

.c-product-addtocart__section {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}

.c-options-selector__title {
	margin-bottom: 7.5px;
	color: #002a3a;
	font-size: 15px;
}

.c-options-selector {
	position: relative;
}

.c-options-selector__option {
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 2px solid #dedede;
	border-radius: 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-options-selector__content {
	color: #616161;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.c-options-selector__name:last-of-type {
	margin-bottom: 5px;
}

.c-options-selector__name {
	font-size: 14px;
	line-height: 1.3em;
}

.o-status-text {
	color: #616161;
	line-height: 1em;
	font-size: 13px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.o-status-text__icon {
	font-size: 1.2em;
	margin-right: 5px;
}

.o-status-text--success {
	color: #55b45a;
}

.o-status-text--warning {
	color: #f0ad4e;
}

.o-status-text--danger {
	color: #c75150;
}

/*
FIN Productos Relacionados
 */

.row-no-margin {
	display: table;
}

.button.cart_button {
	text-align: center;
}

/*
    Vista Producto ADD Carrito
 */
@media (min-width: 768px) {

	.c-product-addtocart__section--action {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0;
	}

	.c-product-addtocart__section {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.c-product-addtocart__section--action {
	border-bottom: none;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.c-product-addtocart__section {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}

.c-product-addtocart__wrapper {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-product-addtocart__qty {
	width: 59%;
}

.c-product-quantity {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
}

.c-product-quantity__btn {
	width: 25%;
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.o-btn {
	padding: 5px 10px;
	text-transform: none;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-btn::before, .o-btn::after {
	content: '';
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.c-product-quantity__icon {
	font-size: 2em;
}

.o-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.c-product-quantity__input {
	width: 50%;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.6em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-appearance: textfield;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.c-product-addtocart__summary {
	width: 40%;
}

.t-product-detail__summary {
	text-align: right;
	color: #616161;
	font-size: 12px;
}

.c-product-summary {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-product-summary__text {
	margin-bottom: 0;
	line-height: 1.4em;
}

.t-product-detail__summary-price {
	color: var(--color_generico);
	font-weight: 700;
	font-size: 20px;
}

.u-text-brevier {
	font-size: 13px !important;
	line-height: 1.4em !important;
}

.c-product-quantity__btn:hover {
	background: transparent;
	color: var(--color_generico);
}

.c-product-quantity__btn:disabled, .c-product-quantity__btn.is-disabled {
	color: #d1d1d1;
	background-color: transparent;
}

@media (min-width: 768px) {
	.c-product-finance {
		border: 1px solid black;
		border-radius: 3px;
	}

	/*
		.imagen-submenu-lateral-informatica {
			background-image: url('/imagenes/categorias-menu/informatica.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-sonido {
			background-image: url('/imagenes/categorias-menu/sonido.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-tv-satelite {
			background-image: url('/imagenes/categorias-menu/tv-satelite.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-electricidad {
			background-image: url('/imagenes/categorias-menu/electricidad.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-videovigilancia {
			background-image: url('/imagenes/categorias-menu/videovigilancia.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-smartphone-consolas {
			background-image: url('/imagenes/categorias-menu/smartphone-consolas.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}

		.imagen-submenu-lateral-herramientas {
			background-image: url('/imagenes/categorias-menu/herramientas.svg') !important;
			background-repeat: no-repeat !important;
			background-position: right -8px bottom -21px !important;
		}
	 */

}

.c-product-finance {
	position: relative;
	color: black;
	padding: 1.1em 1.6em;
	font-size: 1em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.o-btn--transparent {
	background-color: transparent;
}

.o-btn--fullwidth {
	width: 100%;
}

.o-media {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-media__img {
	padding-right: 15px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.c-product-finance__icon {
	font-size: 2em;
	color: #5a83b0;
}

.c-product-finance__content {
	text-align: left;
}

.o-media__body {
	width: 100%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.o-media__img, .o-media__body {
	display: block;
	vertical-align: top;
}

.c-product-finance__title {
	margin-bottom: 0;
	font-weight: 700;
}

/*
   FIN Vista Producto ADD Carrito
 */

.border-gray-1px {
	border: 1px solid gray;
}

.c-product-finance:hover {
	background: none;
}

.btn-vacio:focus, .btn-vacio:hover {
	color: #3c763d;
}

.btn-verde {
	color: #3c763d;
}

.icono-verde:before {
	color: #3c763d;
}

.border-gray-1px, .popover {
	max-width: 100%;
}

.acc-open-close {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	margin-top: 0;
}

.pull-xs-right {
	float: right !important;
}

.ficha-producto__datos-de-compra .acc-pccom.green .pccom-icon {
	color: #458057;
}

a[aria-expanded=true] .acc-open-close {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transition: all .35s ease-out;
}

.ficha-producto__datos-de-compra .acc-pccom.green .acc-block-contenido {
	background: #d6eed1;
	line-height: 16px;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.caja-seleccionada {
	background: #fce4e3;
	border: 1px solid #b48484;
}

.caja-seleccionada > .c-options-selector__content {
	font-weight: 700;
}

.caja-seleccionada > .c-options-selector__content > .c-options-selector__name {
	color: black;
}


.c-main-menu__catitem {
	margin-bottom: 0;
}

.c-main-menu__catlink {
	padding: 5px 0 5px 1rem;
	font-size: 1rem !important;
}

.text-center {
	text-align: center;
}

.a-none {
	text-decoration: none;
}

.a-none:hover {
	color: #666666 !important;
}

.imagen-menu-fija {
	position: absolute;
	bottom: -21px;
	right: -8px;
}

.text-left-imp {
	text-align: left !important;
}

.no-margin {
	margin: 0;
}

.background-image {
	background-repeat: no-repeat !important;
	background-position: right -8px bottom -21px !important;
}

.gpay-button.long {
	width: 100% !important;
}

.border-radius-4px-imp {
	border-radius: 4px !important;
}

.img-metodo-pago {
	width: 50px;
}


.button.cart_button_gray {
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	transition: background 0.3s ease-in-out 0s;
	white-space: normal;
	width: 100%;
	background: #fff none repeat scroll 0 0;
	color: #888;
}

.button.cart_button_gray span {
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	text-align: center;
	text-transform: capitalize;
}

.button.cart_button_gray:hover {
	color: #e44f4f !important;
	background: #fff !important;
}

@media only screen and (max-width: 768px) {
	.padding-0-xs {
		padding: 0 !important;
	}
}

.imagenes-productos {
	/*border: 3px solid #ccc !important;*/
}

#bloque_zoom iframe {
	width: 100%;
	height: 100%;
}

#gallery_01.owl-carousel .owl-item img {
	width: 75px !important;
	height: 75px !important;
}

#gallery_01.owl-carousel .owl-item {
	width: auto !important;
}

.ul-envios-devoluciones li, ol, ul {
	padding-left: 30px;
	list-style: circle !important;
}

.ul-envios-devoluciones-2 li, ol, ul {
	padding-left: 30px;
	list-style: disc !important;
}

footer ul {
	padding-left: 5px !important;
	font-size: 0.8rem !important;
}

.margin-righ-5px {
	margin-right: 5px;
}

.font-family-titulo-producto {
	height: auto;
	font-family: "Open Sans", open-sans, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 0.5rem;
	max-height: 3.75rem;
	--max-lines: 3;
	display: -webkit-box;
	-webkit-line-clamp: var(--max-lines);
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.font-family-blackfriday {
	font-family: Montserrat, sans-serif !important;
}

.texto-blanco {
	color: white !important;
}

.center-btn-amazon {
	display: block;
	margin: auto;
}

.padding-12 {
	padding: 12px;
}

.container-rendering-layout .title {
	margin: 40px 8px 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0;
	height: 32px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%;
	color: #444;
	white-space: normal;
}

.container-rendering-layout .title h2 {
	font-size: 1.714rem;
}

.container-rendering-layout .title h2:after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 15px;
	margin: .74rem 0 0;
}

.imagen-fondo-cabecera {
	text-decoration: underline;
}


/** MENSAJES **/

#hubspot-messages-iframe-container.widget-align-right {
	right: 0 !important;
}

#hubspot-messages-iframe-container {
	display: initial !important;
	z-index: 3;
	position: fixed !important;
	bottom: 0 !important;
}

#hubspot-messages-iframe-container .shadow-container {
	display: initial !important;
	z-index: -1;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	content: "";
}

.widget-app-container {
	padding-bottom: 16px;
	position: absolute;
	bottom: 0;
}

.dvBAhE {
	padding-left: 0px;
	padding-right: 16px;
	left: inherit;
	right: 0px;
}

.display-flex {
	display: flex !important;
}

.p-left-6 {
	padding-left: 24px !important;
}

.p-top-5, .p-y-5 {
	padding-top: 20px !important;
}

.launcher-right-align {
	float: right !important;
}

.dQDmjw {
	position: relative;
	display: inline-flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	line-height: 1;
}

.gHtGcD {
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
	border: none;
	transition: box-shadow 150ms ease-in-out 0s;
	position: relative;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.kLnMuf {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 0;
	transform: rotate(
			25deg
	) scale(0);
}

.cAAsUf {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 20px;
	height: 20px;
}

.RaRzw {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 1;
	transform: rotate(
			0deg
	) scale(1);
}

.fuUxNJ {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 32px;
	height: 30px;
}

.etGvrt {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 1;
	transform: rotate(
			0deg
	) scale(1);
}

.gOEsZC {
	transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
	opacity: 0;
	transform: rotate(
			-25deg
	) scale(0);
}

.bJOVtl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform-origin: right bottom;
}

.chat-widget {
	position: relative;
	width: 376px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.fTZdEK {
	height: 530px;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px;
	position: relative;
	width: 396px;
	transition: bottom 0.25s ease-in-out 0s;
	margin-left: 24px;
	margin-right: 0px;
}

.hoQKAy {
	height: 68px;
	border-radius: 8px 8px 0px 0px;
}

.hsuDIo {
	-webkit-box-align: center;
	align-items: center;
	color: rgb(255, 255, 255);
	display: flex;
	height: 100%;
	padding: 16px;
}

.hgbqih {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1 auto;
	height: 36px;
	min-width: 0px;
}

.tGjTm {
	display: flex;
	height: 36px;
	-webkit-box-pack: center;
	justify-content: center;
}

.chat-head {
	position: relative;
}

.p-x-3 {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.Kznfq {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 0px;
}

.YeCcQ {
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}

.lnvhAZ {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-top-0, .p-y-0 {
	padding-top: 0 !important;
}

.p-y-0 {
	padding-bottom: 0 !important;
}

.hUZFRH {
	font-size: 11px;
	line-height: initial;
}

.kSmMok {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.bkkgoW {
	display: flex;
	flex-direction: column;
	height: calc(100% - 68px);
}

.ftjQdo {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.kYFmaz {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	padding-bottom: 12px;
	align-self: stretch;
	overflow: hidden scroll;
}

@media screen and (max-width: 900px) { {
}
	.gkPkei {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.gkPkei {
	z-index: 0;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	flex-shrink: 0;
}

.hBzXlU {
	padding: 4px 10px;
	width: 100%;
}

.jODXEI {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 8px;
}

.cxNKOt {
	display: flex;
	height: 16px;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}

.jODXEI .PrimaryMessageHeader__PrimaryMessageHeaderWrapper-sc-1y0tw1b-0 .PrimaryMessageAvatar__PrimaryMessageAvatarWrapper-sc-1tht10t-0 {
	width: 32px;
	margin-left: -8px;
	margin-right: 8px;
}

.tyyIp {
	-webkit-box-align: center;
	place-items: center;
	display: flex;
	flex-shrink: 0;
	margin-top: 35px;
}

.kpyDcf {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 4px;
	margin-left: -4px;
}

.kpyDcf > * {
	flex: 1 1 0%;
	line-height: 1;
	position: relative;
}

.kpyDcf > * div {
	background-color: white;
}

.kpyDcf > * > * {
	position: absolute;
	left: 0px;
	bottom: -8px;
}

.gLvsdb {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: content-box;
	font-size: initial;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	height: 16px;
	width: 16px;
}

.kEACpJ {
	background-image: url(https://www.cablepelado.es/imagenes/chat/imagen-mag.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.jODXEI .PrimaryMessageContent__PrimaryMessageContentWrapper-ufwkjf-0 {
	margin-left: 32px;
}

.kwauem {
	position: relative;
	min-height: 32px;
	word-break: break-word;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0px;
	border-color: rgb(203, 214, 226);
	background-color: rgb(234, 240, 246);
	color: rgb(66, 91, 118);
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0px 8px 8px;
	max-width: 284px;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1:first-child {
	border-top: none;
}

.kwauem .PrimaryMessageContentSection__PrimaryMessageContentSectionWrapper-sc-2cszjw-1 {
	border-top: 1px solid rgb(203, 214, 226);
}

.iHrpnR {
	width: 100%;
}

.jaQerz {
	padding: 8px 16px;
}

.fcuMVs {
	overflow-wrap: break-word;
	box-sizing: border-box;
	width: 100%;
	/*white-space: pre-wrap;*/
}

#hubspot-messages-iframe-container .shadow-container.active {
	width: 400px;
	height: 400px;
}

.AHnEv {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: content-box;
	font-size: initial;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	height: 32px;
	width: 32px;
}

.chat-widget .input-container {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	max-width: 100%;
	background-color: #fff;
	border-top: 2px solid #f2f5f8;
	flex-shrink: 0;
}

.m-bottom-2 {
	margin-bottom: 8px !important;
}

.kzvlRK {
	width: 100%;
}

.dopjub {
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.kipOoh {
	width: 100%;
	flex-basis: 100%;
}

.fXlvUW[contenteditable][placeholder]:empty {
	overflow-y: hidden;
}

.fXlvUW {
	border-radius: 3px;
	font-size: 16px;
	line-height: 22px;
	min-height: 40px;
	max-height: 100px;
	overflow: hidden auto;
	padding: 8px;
	position: relative;
	width: 100%;
	flex-basis: 100%;
	word-break: break-word;
	cursor: text;
	border: none;
	background-color: transparent;
}

.fXlvUW[contenteditable][placeholder]:empty::after {
	display: block;
	content: attr(placeholder);
	position: relative;
	color: rgb(123, 152, 182);
	background-color: transparent;
	cursor: text;
	user-select: none;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}

.display-flex {
	display: flex !important;
}

.m-left-1 {
	margin-left: 4px !important;
}

.flex-row {
	display: flex;
	flex-direction: row !important;
}

.flex-shrink-0, .no-shrink {
	display: flex;
	flex-shrink: 0 !important;
}

.kFMptD {
	flex-shrink: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	text-overflow: clip;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	transition: background-color 150ms ease-out 0s;
	color: rgb(176, 193, 212);
	background-color: transparent;
	border: none;
	user-select: none;
	cursor: not-allowed !important;
}

.kFMptD > * {
	user-select: none;
}

.duBHLA {
	display: inline-flex;
	vertical-align: middle;
	fill: currentcolor;
}

.caMFA-D {
	flex-shrink: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	text-overflow: clip;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	transition: background-color 150ms ease-out 0s;
	color: rgb(50, 136, 230);
	border: none;
	background-color: transparent;
	cursor: pointer !important;
}

.c-button-card__h3-3 {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.c-button-card__link_ref {
	color: #333333;
	text-decoration: none;
}

#ask_feature_div, #averageCustomerReviews, #averageCustomerReviews_feature_div {
	display: inline-block;
}

.noUnderline a:hover {
	text-decoration: none;
}

.a-icon.a-star-1 {
	background-position: -375px -144px;
}

.a-icon.a-star-1-5 {
	background-position: -390px -164px;
}

.a-icon.a-star-2 {
	background-position: -181px -76px;
}

.a-icon.a-star-2-5 {
	background-position: -99px -68px;
}

.a-icon.a-star-3 {
	background-position: -84px -48px;
}

.a-icon.a-star-3-5 {
	background-position: -181px -56px;
}

.a-icon.a-star-4 {
	background-position: -84px -8px;
}

.a-icon.a-star-4-5 {
	background-position: -84px -28px;
}

.a-icon.a-star-5 {
	background-position: -166px -36px;
}

.a-icon.a-accordion-radio, .a-icon.a-icon-checkbox, .a-icon.a-icon-radio, .a-icon.a-icon-star, .a-icon.a-icon-star-medium, .a-icon.a-icon-star-mini, .a-icon.a-icon-star-small {
	background-image: url(../imagenes/sprite/valoraciones.png);
	-webkit-background-size: 512px 256px;
	background-size: 512px 256px;
	background-repeat: no-repeat;
}

.a-icon-star, .a-icon-star-small {
	height: 18px;
	width: 80px;
}

.a-icon-star, .a-icon-star-medium, .a-icon-star-mini, .a-icon-star-small {
	position: relative;
	vertical-align: text-top;
}

.a-icon {
	display: inline-block;
	vertical-align: middle;
}

em, i {
	font-style: italic;
}

[class*=a-icon-star] > .a-icon-alt {
	clip-path: circle(0);
	left: auto;
	width: 100%;
	height: 100%;
	font-size: inherit;
	line-height: normal;
	opacity: 0;
}

.a-icon-alt {
	position: absolute;
	left: -9999px;
	top: auto;
	display: block;
	width: 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.a-icon-popover {
	margin: 5px 0 0 .385em;
	vertical-align: text-top;
	width: 7px;
	height: 5px;
	background-position: -90px -5px;
	opacity: .6;
}

.a-size-base {
	font-size: 14px !important;
	line-height: 20px !important;
}

.dt-pestanias .dt-comentarios {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.dt-pestanias .dt-comentarios h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.titulo_comment {
	cursor: pointer;
}

.txt_linkcoinns {
	text-decoration: none;
}

.dt-comentarios p {
	font-size: 14px;
	text-align: left;
	color: #000;
	vertical-align: middle;
	margin-bottom: 9px;
	float: left;
}

.zona_resumen_comen {
	width: calc(33.333% - 15px);
	margin-right: 15px;
	float: left;
}

@media  (max-width: 730px) {
	.zona_resumen_comen {
		width: calc(48.333% - 15px);
		margin-right: 15px;
		float: left;
	}
}


.dt-comentarios p a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.txt_resumen_comen a {
	font-weight: 700 !important;
	font-size: 14px;
}

.star_full {
	background-position: -158px -126px;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	margin-right: 0px;
	float: left;
	margin-right: 2px;
}

.star_empty {
	background-position: -125px -125px;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	margin-right: 5px;
	float: left;
}


.zona_comentarios {
	float: left;
	overflow: hidden;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}


.dt-comentarios .comentario {
	border: 1px solid #D2D2D2;
	display: inline-block;
	padding: 5 10 5 10px;
	margin-bottom: 5px;
	width: calc(100%);
	float: left;
}

.coment_visible {
	display: inline-block !important;
}

.dt-comentarios .comentario .titu-coment {
	font-size: 15px;
	float: left;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.dt-comentarios .comentario .autor-coment {
	font-size: 13px;
	line-height: 22px;
	margin-left: 15px;
	margin-bottom: 2px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-top: 0px;
	float: left;
}

.dt-comentarios p span {
	font-weight: normal;
	color: #000;
	margin-right: 3px;
	margin-left: 4px;
}

.sprite {
	background-image: url(../imagenes/sprite/valoraciones2.png);
	background-repeat: no-repeat;
	display: block;
}


@media (min-width: 951px) and (max-width: 1289px) {
	.zona_resumen_comen {
		width: calc(33.333% - 15px);
	}
}

@media (min-width: 731px) and (max-width: 950px) {
	.zona_resumen_comen {
		width: calc(33.333% - 15px);
	}

	.dt-comentarios p {
		text-align: center;
		line-height: 17px;
		margin-top: 9px;
	}
}

@media (min-width: 601px) and (max-width: 730px) {

	.resumen_estrellas .zona_resumen_comen p {
		text-align: left;
		line-height: 15px;
	}

	.dt-comentarios p {
		text-align: center;
		margin-top: 0px;
		line-height: 20px;
	}
}

@media (max-width: 600px) {

	.resumen_estrellas .zona_resumen_comen p {
		text-align: left;
		line-height: 15px;
	}

	.dt-comentarios p {
		text-align: left;
		margin-top: 0px;
		line-height: 20px;
	}

	.zona_comentarios {
		width: 100%;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

	.dt-comentarios .comentario {
		margin-bottom: 10px !important;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.dt-comentarios .comentario .titu-coment {
		margin-right: 16px;
		font-size: 16px;
		margin-bottom: 0px;
	}

	.dt-comentarios .comentario .autor-coment {
		margin-left: 0px;
	}
}

.a-link-agua {
	color: #007185 !important;
	text-decoration: none;
}


.texto-coment {
	display: block;
	width: 100%;
}


.std {
	font-family: sans-serif;
	font-size: 15px;
}


.btn-empty:focus, .btn-empty:hover {
	color: #131313;
	background: white;
	border-color: darkgray;
}

.btn-empty {
	color: #131313;
	background: white;
	border-color: darkgray;
}

.destacar_contenido_borders {
	font-weight: 700;
	border-left: 3px solid var(--color_generico);
	border-right: 3px solid var(--color_generico);
	text-decoration: 2px underline var(--color_generico);
	text-underline-position: under;
}


@media (min-width: 900px) {


	.border-left-3px-solid-gray-md {
		border-left: 3px solid #ccc;
	}

}

.rem1 {
	font-size: 1rem !important;
}

.zona_puntoPack {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 20px);
	padding: 10px;
}

.zona_puntoPack .titulo {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	flex: 1 14.666%;
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.info_datos {
	border-bottom: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.info_datos .datos {
	font-size: 15px;
	text-align: left;
	flex: 1 14.666%;
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.info_datos .boton_entregar {
	background-color: #d9534f;
	width: 99%;
	float: left;
	text-decoration: none;
	color: #FFF !important;
	height: 45px;
	border: #d43f3a 2px solid;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-webkit-appearance: none;
}

@media (min-width: 1024px) and (max-width: 1260px) {

	.info_datos .datos {
		width: calc(25% - 10px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.info_datos .cp {
		width: calc(10% - 10px);
		margin-right: 10px;
	}
}

@media (min-width: 731px) and (max-width: 1023px) {

	.zona_puntoPack .titulo {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.info_datos .datos {
		width: calc(25% - 10px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.info_datos .cp {
		width: calc(10% - 10px);
		margin-right: 10px;
	}

	.info_datos .boton_entregar {
		width: 98%;
	}

}

@media (min-width: 481px) and (max-width: 730px) {

	.zona_puntoPack .titulo {
		display: none;
	}

	.info_datos .datos {
		margin: 10px 0px;
		margin-right: 10px;
	}

	.info_datos .cp {
		display: none;
	}
}

@media (max-width: 480px) {

	.zona_puntoPack .titulo {
		display: none;
	}

	.info_datos .datos {
		flex: 1 100%;
		margin-bottom: 2px;
		margin-top: 0px;
	}

	.info_datos .cp {
		display: none;
	}

	.info_datos .botones {
		width: 100% !important;
	}
}

.opacity-09 {
	opacity: 0.5;
}

.image-play-background {
	background-image: url(../imagenes/articulo/play-icon.png);
	background-repeat: round;
	width: 75px;
	height: 75px;
}

.image-height-135 {
	height: 135px;
}

.mr5 {
	margin-right: 5px;
}

.overflow_add_imagen_menu_desplegado {
	position: absolute;
	float: left;
	width: 100%;
	margin: auto;
	margin-top: 100px;
	height: 500px;
}

.oens-compatibles {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
	border-radius: 15px;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.li-especial-oens {
	list-style: circle !important;
	padding: 5px;
	margin-left: 7%;
	float: left;
	position: relative;
}


.alert-purple {
	color: #fffff9;
	background: #5828a4;
	border-color: #6933a4;
}

.comprar-marketplaces {
	padding: 5px;
	display: flex;
	margin: 5px;
	border: 1px solid #ccc;
	flex: auto;
	flex-direction: column;
	color: black;
	background: white;
}

.no_link:hover {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.no_link:focus {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.no_link {
	cursor: pointer;
	color: black;
	font-weight: 600;
	font-size: 18px;
}

.texto-respuesta {
	border-left: 2px solid #f0ad4e;
	border-right: 2px solid #f0ad4e;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #eee;
	border-radius: 5px;
	border-top: 1px dotted #eee;
}


.c-post-single, .c-post-single__content dl li, .c-post-single__content ol li, .c-post-single__content ul li {
	padding-bottom: 12px;
}

.c-post-single, .c-post-single__content dl li, .c-post-single__content ol li, .c-post-single__content ul li {
	padding-bottom: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.c-landing__destacados {
	margin-bottom: 55px;
}

div.c-post-single__header {
	padding-bottom: 16px !important;
	background-image: linear-gradient(to right, #FFEBE4, #FFEBE4);
}

div.c-post-single__header h1 {
	max-width: 1560px !important;
	margin: 0 auto !important;
	padding-top: 24px;
	font-family: Open Sans, arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2em;
	line-height: 40px !important;
	color: #333333 !important;
}

.a14 {
	font-size: 14px !important;
	line-height: 32px !important;
	text-decoration: underline;
	color: #000000 !important;
}

.a14:hover {
	text-decoration: none;
}

.c-button-card__texts {
	text-align: center;
	padding: 16px 24px 8px 24px;
}

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	/*float: left;*/
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		/*float: left;*/
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		/*float: left;*/
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		/*float: left;*/
	}
}

.c-post-single__title2 {
	font-family: Open Sans, arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 29px !important;
	line-height: 40px !important;
	color: #ffffff !important;
	margin: 0px 0 24px !important;
}

.c-post-single__content {
	padding-top: 0;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px !important;
	/*padding-left:32px !important;
		padding-right:32px !important;*/
}

.u-img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.c-landing__seo-text {
	margin: 0px 20px;
}

.c-landing__seo-text p {
	font-size: 14px;
	line-height: 16px;
	font-family: Open Sans, arial, sans-serif;
	color: #333333;
	letter-spacing: 0.4px;
}

.c-landing__section__logos {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 56px;
}

.c-landing__section__logos img {
	padding: 0px 10px !important;
}

.c-landing__img-cabecera {
	margin-bottom: 56px;
}

.c-landing__seo-text h2,
.c-landing__seo-text h3,
.c-landing__seo-text h4,
.c-landing__seo-text h5,
.c-landing__seo-text h6 {
	font-size: 1.43rem;
	line-height: 1.5rem;
	font-family: Open Sans, arial, sans-serif;
}

.c-landing__section__title,
.c-post-single-carousel > .o-section > .c-title {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-family: Open Sans, arial, sans-serif;
}

.c-landing__section__subtitle {
	margin-bottom: 32px;
}

.c-perprices__card {
	margin-bottom: 1rem;
	transition: all 0.5s ease;
}

.c-perprices__card-image__link {
	display: block;
	width: 100%;
	padding: 1rem 1rem 0;
}

.c-button-card {
	display: block;
	margin-bottom: 32px;
}

.c-button-card__link {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}

.c-button-card__texts {
	text-align: center;
	padding: 16px 24px 8px 24px;
}

.c-button-card__title {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
}

.c-button-card__h3 {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	font-family: Open Sans, arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
}

.c-button-card__text {
	height: auto;
	text-align: center;
}

.c-button-card__txt {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	font-family: Open Sans, arial, sans-serif;
	text-align: center;
	margin-bottom: 8px;
}

.c-button-card__button {
	display: inline-block;
	margin: 0px auto 8px;
	padding: 10px 14px 10px 14px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-top: 8px;
	text-decoration: none !important;
}

.c-button-card__button:hover {
	text-decoration: none;
	color: #333333;
}

.c-button-card__image--animated {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 10;
}

.c-button-card__h33 {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	font-family: Open Sans, arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
}

.c-button-card__h44 {
	margin: 0px;
}

.c-button-card:hover .c-button-card__image--animated {
	display: block;
}

.c-perprices__card-title {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	font-family: Open Sans, arial, sans-serif;
}

.c-perprices__card-title__link {
	display: block;
	padding: 1rem;
	color: #444;
	text-decoration: none;
}

.c-perprices__card-title__link:hover {
	color: #666;
	text-decoration: none;
}

.c-landing__banner {
	margin: 4rem 0;
}

.c-landing__brand-title {
	color: #000000;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
}

.c-perprices-button {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	text-align: center;
	color: #444;
	background-color: #fff;
	text-decoration: none;
	transition: box-shadow 0.3s;
}

.c-perprices-button:hover {
	color: #333333;
	text-decoration: none;
}

.o-container-intern {
	padding: 16px 0px !important;
}

.u-container-huge--margin {
	max-width: 1560px !important;
	margin: 0 auto !important;
}

.c-landing__seo-inferior {
	margin-bottom: 32px;
}

.cn_banner_placeholder {
	margin-bottom: 56px;
}

.only-mobile {
	display: none;
}

.max-292 {
	max-width: 292px;
	margin: 0 auto;
	margin-bottom: 32px !important;
}

@media (max-width: 768px) {
	.c-post-single__title2 {
		/*margin-top:80px !important;*/
		margin-bottom: 16px;
		font-size: 29px !important;
		line-height: 40px !important;
		color: #333333 !important;
		padding-left: 32px;
		padding-right: 32px;
	}

	.c-post-single__taxonomy {
		display: none !important;
	}

	.c-post-single__info {
		display: none !important;
	}

	.c-landing__seo-text {
		margin-bottom: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.c-landing__img-cabecera {
		margin-bottom: 32px;
	}

	.o-container-intern {
		max-width: 1052px !important;
		padding: 16px 10px !important;
	}

	.only-desktop {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.c-landing__section__title,
	.c-post-single-carousel > .o-section > .c-title {
		font-size: 20px;
		line-height: 28px;
		/*padding-left: 16px;
			  padding-right: 16px;*/
		color: #333333;
		text-align: left;
		font-weight: bold;
		font-family: Open Sans, arial, sans-serif;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans, arial, sans-serif;
}

.ancho-max1560 {
	max-width: 1560px !important;
	margin: 0 auto !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

@media (max-width: 1600px) {
	.c-post-single__header {
		padding-left: 16px;
	}

	.pad-l16 {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 768px) {
	.c-post-single__header {
		padding-left: 32px;
	}
}

.igual-relacion {
	width: 100%;
	max-width: 504px;
	height: 203px;
	margin: 0 auto;
}


/*.c-post-single__title {
  visibility: hidden !important;
}*/

/*.c-post-single__title:before {
  visibility: visible !important;
  content: "Conectividad y teletrabajo - pruebas" !important;
}*/


@media (max-width: 415px) {
	.min-mob {
		min-height: 310px !important;
	}
}

.title-h1 {
	margin-bottom: 1rem;
	font-size: 1.8125rem;
	line-height: 2.5rem;
	color: #333333;
	font-weight: 700;
}

.texto_seo_contenido {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	-webkit-letter-spacing: 0.025rem;
	-moz-letter-spacing: 0.025rem;
	-ms-letter-spacing: 0.025rem;
	letter-spacing: 0.025rem;
	display: block;
	margin-bottom: 1rem;
	margin-left: 2px;
}
.image-redimensionada {
	width: 80%;
	object-fit: contain;
}

.especial-alienacion-home-principal{
	float: left;
	width: 100%;
}

.especial-h1-sin-formato{
	font-size: unset !important;
	margin: 0 !important;
}
.button.cart_button:hover{
	background: #036689 !important;
}
.button.cart_button_gray:hover {
	color: var(--color_generico); !important;
	background: #fff !important;
}
.t-btn-dark:hover, .t-btn-dark:focus {
	color: white !important;
	background: black !important;
	border: none !important;
}

.t-btn-add-cart:hover {
	background-color: white !important;
	color: black !important;
	border: 1px solid black !important;
}

/*! CSS Used from: Embedded */
.bloque_estrellas_individual_producto {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	align-content: center;
	justify-content: flex-start;
	flex-direction: row;
}

.bloque_estrellas_individual_producto_contador_valoraciones {
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0.025rem;
	font-size: 0.75rem;
	color: rgb(51, 51, 51);
}

.bloque_estrellas_individual_producto_media_valoraciones {
	width: 90%;
	height: 100%;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
	background-size: 1rem;
}

.bloque_estrellas_individual_producto_media_valoraciones_full_width {
	width: 100%;
	max-width: 5rem;
	height: 1rem;
	overflow: hidden;
	margin-right: 0.625rem;
	margin-top: -0.125rem;
	background-repeat: repeat-x;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 48.1' enable-background='new 0 0 24 48.1' xml:space='preserve'%3E%3Cpath   fill='%23FFA90D' d='M21.9,32.6C21.8,32.2,21.4,32,21,32h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,32H3c-0.4,0-0.8,0.2-0.9,0.6C1.9,33,2,33.4,2.3,33.7l4.6,4.6L5,44.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,33.4,22.1,33,21.9,32.6z'/%3E%3Cpath fill='%23CCCCCC' d='M21.9,8.6C21.8,8.2,21.4,8,21,8h-5.4l-2.7-5.4c-0.3-0.7-1.4-0.7-1.8,0L8.4,8H3C2.6,8,2.2,8.2,2.1,8.6C1.9,9,2,9.4,2.3,9.7l4.6,4.6L5,20.7c-0.1,0.4,0,0.8,0.4,1.1c0.3,0.2,0.8,0.3,1.1,0l5.4-3.6l5.4,3.6c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.3-0.2,0.5-0.7,0.4-1.1l-1.8-6.4l4.6-4.6C22,9.4,22.1,9,21.9,8.6z'/%3E%3C/svg%3E");
	background-size: 1rem;
}

.klYEgb {
	/*display: flex;*/
	margin-bottom: 0.5rem;
}


/*BLACKFRIDAY*/
.SRLfv {
	display: inline-block;
	border-radius: 4px;
	padding: 0.25rem 0.5rem 2px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgb(255, 255, 255);
	margin: 0px 0.5rem;
	font-weight: 400;
	background: rgb(255, 255, 255);
	border: 1px solid #e50000;
}

.krGlkX {
	display: inline-block;
	border-radius: 4px;
	padding: 0.25rem 0.5rem 2px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgb(255, 255, 255);
	margin: 0px 0.5rem;
	font-weight: 400;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
}

.ehOobG {
	display: flex;
	flex-wrap: wrap;
	left: 0px;
	bottom: 0px;
	width: 100%;
	gap: 0.25rem;
	margin-bottom: 5px;
	margin-top: 5px;
}

.ehOobG-right {
	display: flex;
	flex-wrap: wrap;
	left: 0px;
	bottom: 0px;
	width: 100%;
	gap: 0.25rem;
	margin-bottom: 5px;
	justify-content: flex-end;
}

.daMEsr {
	width: max-content;
	margin: 0px;
	display: flex;
	gap: 4px;
	padding: 0.25rem 0.5rem;
	flex-direction: row;
}

.fORGuT {
	color: #e50000;
}

.fLglzb {
	color: rgb(0, 0, 0);
}

.gnkIEe {
	font-weight: 400;
	letter-spacing: normal;
	color: rgb(115, 115, 115);
	text-decoration: line-through;
	white-space: nowrap;
}

.line-1 > a:hover {
	color: white !important;
}


.capa-sub-header{display:flex;flex-wrap:wrap;}
.stats-col{position:relative;width:100%;padding-right:15px;padding-left:15px;color:#706e6e}
.stats-col{flex-basis:0;flex-grow:1;max-width:100%;}
@media (min-width:768px){
	.d-md-block{display:block!important;}
}
@media (min-width: 731px) and (max-width: 950px) {
	.capa-sub-header-mt{margin-top:170px;}
}
@media (max-width: 732px) {
	.capa-sub-header-mt{margin-top:100px;}
}
.mb-0{margin-bottom:0!important;}
.py-3{padding-top:1rem!important;}
.py-3{padding-bottom:1rem!important;}
.bold-black{font-weight:900!important;}
.bg-light-grey{background-color:#f8f8f8;}


/*! Precio Vista Categorias */
.a-text-normal {
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
}

.a-size-base {
	font-size: 0.9rem !important;
	line-height: 20px !important;
}

.a-color-base {
	color: #0F1111 !important;
}

.a-color-secondary {
	color: #565959 !important;
}

.a-row {
	width: 100%;
}

.a-row:after, .a-row:before {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
}

.a-row:after {
	clear: both;
}

.a-spacing-none {
	margin-bottom: 0 !important;
}

.a-spacing-top-small {
	margin-top: 8px !important;
}

.a-section {
	margin-bottom: 22px;
}

.a-price {
	text-decoration: none;
	position: relative;
	line-height: normal;
}

.a-price[data-a-strike=true]:after {
	border-top: 1px solid;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}

.a-price .a-offscreen {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.a-price[data-a-size="b"][data-a-strike=true] {
	display: inline-block;
	text-decoration: inherit;
}

.a-price[data-a-color=base] {
	color: #0F1111;
}

.a-price[data-a-color=secondary] {
	color: #565959;
}

.a-price[data-a-size$=l] .a-price-symbol {
	position: relative;
}

.a-price[data-a-size=xl] {
	font-size: 1.7rem;
}

.a-price[data-a-size=xl] .a-price-symbol {
	top: -.75em;
	font-size: 0.8rem;
}

.a-price[data-a-size=b] {
	font-size: 1rem;
}

.a-text-price {
	color: inherit;
}

.a-offscreen {
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	z-index: -1 !important;
	opacity: 0;
}

.barrera:focus, .barrera:hover {
	/*box-shadow: var(--color_generico) 0px 0px 3px 1px;*/
}

/*filtros*/
.dUINTj, .ilXEny {
	font-size: .875rem
}

.hesnpe, .ilXEny {
	font-family: "Open Sans", open-sans, sans-serif;
	outline: 0
}

.cGZBHf, .cNTWSX, .ilXEny {
	background-color: #fff
}

.dmBoTA::before, .eulhUe::before {
	content: "";
	top: 50%;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	right: 16px;
	transition: transform .3s
}

.bjkhZd, .cNTWSX {
	overflow: hidden
}

.cGZBHf, .cqVAhV, .fxdsLC, .hesnpe, .jzdJko, .kACaEP {
	cursor: pointer
}

.cFFOLm {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 24px;
	height: 24px
}

.drScqZ {
	margin-bottom: .25rem
}

/*! CSS Used from: Embedded */
.iBCujy, .iSnIsz {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.dUINTj, .fxdsLC, .hesnpe, .ilXEny {
	color: #333
}

.egVvvH {
	transform-origin: left top;
	pointer-events: none
}

.iSnIsz {
	display: flex
}

.iSnIsz #user-guides-listing-block {
	display: none;
	max-width: 21.4rem;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 48em) {
	.drScqZ {
		width: 1rem;
		height: 1rem;
		margin-bottom: 0;
		margin-right: .5rem
	}

	.iSnIsz #user-guides-listing-block {
		max-width: 45rem
	}
}

@media (min-width: 75em) {
	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
	}

	.iSnIsz #user-guides-listing-block {
		max-width: 54rem
	}

	.hQUzfc {
		display: none
	}
}

@media (min-width: 97.5em) {
	.iSnIsz #user-guides-listing-block {
		max-width: 81rem
	}
}

.iSnIsz.user-guides-test.test-active #user-guides-listing-block {
	display: block
}

.bgcBJA.bgcBJA, .iSnIsz.user-guides-test.test-active #side-content-seo-block {
	display: none
}

.ilXEny:not(-webkit-autofill) {
	animation-name: onAutoFillCancel;
	animation-delay: 1ms
}

.ilXEny, .ilXEny:active, .ilXEny:focus, .ilXEny:hover {
	appearance: none;
	box-shadow: none;
	outline: 0;
	filter: none
}

.ilXEny {
	height: 2.5rem;
	background-clip: padding-box;
	border-radius: .25rem;
	border: 1px solid #ccc;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 400;
	padding: 0 2.5rem 0 1rem;
	text-align: left;
	transition: border .3s, background-color .3s, color .3s, box-shadow .3s;
	width: 100%;
	line-height: 1.25rem
}

.dmBoTA, .eulhUe, .fmvOFQ {
	display: flex;
	-webkit-box-align: center
}

.fmvOFQ {
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 2.5rem;
	width: 2.5rem;
	position: absolute;
	top: 0;
	right: 0
}

.bMpQjr, .dmBoTA, .eulhUe, .hesnpe, .nLJko {
	position: relative
}

.dmBoTA, .eulhUe {
	align-items: center;
	background: #fff;
	transition: background .3s;
	cursor: pointer;
	padding: .5rem 2.5rem .5rem 1rem
}

.eulhUe::before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMSAxMWgtOHYtOGgtMnY4aC04djJoOHY4aDJ2LThoOHoiLz48L3N2Zz4=) center center no-repeat;
	transform: rotate(45deg)
}

.dmBoTA:hover {
	background: #f2f2f2
}

.egVvvH {
	display: flex !important;
	-webkit-box-align: center;
	align-items: center
}

.kCKiFe {
	padding: 0
}

.nLJko {
	padding: .5rem 0
}

.ctHXhP, .vUgzi {
	padding: .5rem 1rem
}

.hRvObX {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-self: center
}

.bcNlCn, .ctHXhP, .gllsZt {
	display: flex
}

.gllsZt {
	min-width: 1.5rem;
	min-height: 1.5rem;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.cGZBHf, .cGZBHf:active, .cGZBHf:focus, .cGZBHf:hover {
	appearance: none;
	filter: none
}

.cGZBHf {
	margin: 0 !important;
	background-clip: padding-box;
	border: 2px solid #737373;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	transition: border .3s, background-color .3s, color .3s, box-shadow .3s
}

.cNTWSX, .ctHXhP, .hDwUEa, .vUgzi {
	width: 100%
}

.fxdsLC {
	transition: color .3s
}

.ctHXhP {
	min-height: 2.5rem;
	align-items: flex-start
}

.bcNlCn {
	align-items: flex-start
}

.dUINTj {
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5rem
}

.chXTHE, .cqVAhV, .hesnpe {
	font-weight: 400
}

.jDTERp {
	margin: 0
}

.kRBQsp {
	margin: .5rem 1rem;
	padding: .25rem .5rem
}

.hesnpe {
	display: inline-flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
	background: #fff;
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-size: .75rem;
	line-height: 1rem;
	letter-spacing: .025rem;
	padding: 3px 1.5rem;
	min-height: 1.5rem;
	border: 1px solid #ccc
}

.cGZBHf:checked {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zLjMgMTkuNm03LTJsLTUtNSAxLjQtMS40IDMuNiAzLjYgNy42LTcuNiAxLjQgMS40LTkgOXoiLz48L3N2Zz4=);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: var(--color_generico);
	border-color: var(--color_generico);
}

.hesnpe:hover {
	background-color: #f2f2f2;
	color: #333;
	border-color: transparent
}

.cKlkuy {
	margin-right: .5rem;
	display: inline-block
}

.cNTWSX {
	max-height: 0;
	transition: max-height .5s cubic-bezier(.25, .1, .25, 1)
}

.dmBoTA::before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yMSAxMWgtOHYtOGgtMnY4aC04djJoOHY4aDJ2LThoOHoiLz48L3N2Zz4=) center center no-repeat
}

.jzdJko {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 700;
	background-color: rgba(51, 51, 51, .24);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1);
	transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1)
}

.iBCujy {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

pccfrontunilae.g561[id=sc-frSLGL] {
	content: "iBCujy,"
}

.cdqHPb {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

pccfrontunilae.g556[id=sc-izIUeG] {
	content: "cdqHPb,"
}

.gwpwVN {
	background-color: #fff;
	width: 100%;
	height: 4rem;
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 3rem;
	z-index: 300
}

pccfrontunilae.g526[id=sc-jwbUsp] {
	content: "gwpwVN,"
}

pccfrontunilae.g566[id=sc-eznDYB] {
	content: "bgcBJA,"
}

.chXTHE {
	color: #737373;
	font-size: .875rem;
	line-height: 1.25rem;
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
	margin: 0;
	display: none;
	white-space: nowrap;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 1rem
}

pccfrontunilae.g528[id=sc-cZHnPT] {
	content: "chXTHE,"
}

pccfrontunilae.g371[id=sc-ePYzpu] {
	content: "hsGhMM,kSenmg,kFmBuU,"
}

.cqVAhV {
	font-size: .75rem;
	line-height: 1rem;
	-webkit-letter-spacing: 0.025rem;
	-moz-letter-spacing: 0.025rem;
	-ms-letter-spacing: 0.025rem;
	letter-spacing: .025rem;
	color: #333;
	background-color: transparent;
	height: 4rem;
	-webkit-flex: 1 1 33.33%;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	padding: 0;
	border: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.cqVAhV:hover {
	background-color: #f2f2f2
}

@media (hover: none) {
	.cqVAhV:hover {
		background-color: inherit;
		color: inherit
	}
}

pccfrontunilae.g529[id=sc-cKQJNu] {
	content: "cqVAhV,"
}

.eEHeCW {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(9.75rem, 1fr));
	grid-gap: 1rem
}

.ePQIUK, .egVvvH {
	padding: 1px;
	display: flex;
	position: absolute;
	left: 1rem;
	transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), font-size .15s cubic-bezier(.4, 0, .2, 1), line-height .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1);
	z-index: 1
}

.egVvvH, .jTDFfZ {
	-webkit-box-align: center
}

.eEHeCW a:hover {
	color: inherit
}

.epqVtc {
	margin: 3.5rem auto 0
}

.bjkhZd {
	width: 0;
	height: 0
}

.egVvvH {
	height: 2.5rem;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	color: #737373;
	align-items: center
}

ilXEny:focus {
	outline: 0;
	box-shadow: rgb(0 105 167) 0 0 5px 0
}

.ePQIUK {
	-moz-box-align: center;
	align-items: center;
	transform-origin: left top 0px;
	height: auto;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 700;
	color: #333;
	background-color: #fff;
	transform: translateY(-50%);
	pointer-events: auto
}

.camgfO, .ccodtC {
	background-color: #fff;
	right: 0;
	transition: .5s;
	top: 0;
	display: flex
}

.ccodtC {
	width: 100vw;
	height: 100%;
	position: fixed;
	z-index: 750;
	flex-direction: column;
	transform: translateX(100%)
}

.camgfO {
	width: 100vw;
	height: 100%;
	position: fixed;
	z-index: 750;
	flex-direction: column;
	transform: translateX(0)
}

@media (min-width: 48em) {
	.gwpwVN {
		height: 4.5rem;
		padding: 0 1rem;
		margin-bottom: 1.5rem;
		border-top: 1px solid #ccc;
		position: relative;
		top: 0;
		z-index: 1
	}

	.bgcBJA.bgcBJA {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.chXTHE {
		display: inline-block
	}

	.cqVAhV {
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal;
		padding: 0 1rem;
		border-radius: 4px;
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
		height: 2.5rem;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.cqVAhV:last-of-type {
		margin-left: .5rem
	}

	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(13.875rem, 1fr));
		grid-gap: 1.5rem
	}

	.camgfO, .ccodtC {
		width: 22.5rem
	}
}

@media (min-width: 75em) {
	.iBCujy {
		padding-right: 1.5rem;
		min-width: 16.5rem
	}

	.gwpwVN {
		margin-bottom: 2rem
	}

	.cqVAhV:last-of-type {
		display: none
	}

	.eEHeCW {
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
	}

	.eEHeCW.horizontal {
		grid-template-columns: 1fr
	}

	.eEHeCW.horizontal .product-card {
		position: relative;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
		max-width: unset;
		display: grid;
		grid-template-columns: 1fr 3fr 1fr;
		-webkit-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-column-gap: 24px;
		column-gap: 24px
	}

	.eEHeCW.horizontal .product-card::after {
		content: ' ';
		position: absolute;
		height: 1px;
		bottom: 0;
		right: 1rem;
		left: 1rem;
		background-color: #ccc
	}

	.eEHeCW.horizontal .product-card__info-container {
		grid-column: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card__price-n-availability-container {
		grid-column: 3;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card__details-button {
		display: unset;
		width: 100%;
		grid-column: 3;
		grid-column: 3;
		margin-top: auto
	}

	.eEHeCW.horizontal .product-card__price-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative
	}

	.eEHeCW.horizontal .product-card__price-container div, .eEHeCW.horizontal .product-card__price-container span {
		margin-bottom: 0
	}

	.eEHeCW.horizontal .product-card__delivery-container, .eEHeCW.horizontal .product-card__horizontal-wrapper-spec {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	@media (min-width: 75em) {
		.eEHeCW.horizontal .product-card__delivery-container, .eEHeCW.horizontal .product-card__price-container {
			display: none
		}

		.eEHeCW.horizontal .product-card__delivery-horizontal-container, .eEHeCW.horizontal .product-card__price-horizontal-container {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex
		}
	}.eEHeCW.horizontal .product-card__delivery-block {
		 margin-bottom: 0;
		 font-size: .875rem;
		 line-height: 1.25rem;
		 font-weight: 400;
		 -webkit-letter-spacing: normal;
		 -moz-letter-spacing: normal;
		 -ms-letter-spacing: normal;
		 letter-spacing: normal
	 }

	.eEHeCW.horizontal .product-card__rating-container {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.eEHeCW.horizontal .product-card__title {
		margin-bottom: .5rem;
		margin-top: 0;
		font-size: 1.0625rem;
		line-height: 1.5rem;
		font-weight: 700;
		--max-lines: 1
	}

	.eEHeCW.horizontal .product-card__img-container {
		grid-column: 1
	}

	.eEHeCW.horizontal .product-card__img-container-labels {
		left: 0;
		top: 0;
		bottom: unset
	}

	.eEHeCW.horizontal .product-card__img-container-discount-badge {
		display: none
	}

	.eEHeCW.horizontal .product-card__horizontal-discount-badge {
		display: block;
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		top: unset;
		margin: 0 0 .5rem
	}

	.eEHeCW.horizontal .card-skeleton__info-box__line, .eEHeCW.horizontal .card-skeleton__info-box__line--middle:nth-child(3) {
		margin-bottom: 1rem
	}

	.eEHeCW.horizontal .product-card__extended-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.eEHeCW.horizontal .product-card .variant__available-in {
		display: block
	}

	.eEHeCW.horizontal .product-card .variant__axis {
		display: block;
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal
	}

	.eEHeCW.horizontal .product-card .variant__more {
		font-size: .75rem;
		line-height: 1rem;
		font-weight: 400;
		-webkit-letter-spacing: 0.025rem;
		-moz-letter-spacing: 0.025rem;
		-ms-letter-spacing: 0.025rem;
		letter-spacing: .025rem
	}

	.eEHeCW.horizontal .product-card .variant__text {
		-webkit-text-decoration: none;
		text-decoration: none;
		font-size: .875rem;
		line-height: 1.25rem;
		font-weight: 400;
		-webkit-letter-spacing: normal;
		-moz-letter-spacing: normal;
		-ms-letter-spacing: normal;
		letter-spacing: normal;
		padding: .25rem .5rem;
		border: 1px solid #ccc;
		border-radius: .25rem
	}

	.eEHeCW.horizontal .product-card .variant__text:hover {
		-webkit-text-decoration: none;
		text-decoration: none;
		color: unset;
		background-color: #f2f2f2;
		border: 1px solid #f2f2f2
	}

	.eEHeCW.horizontal .card-skeleton {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		gap: 2rem;
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start
	}

	.eEHeCW.horizontal .card-skeleton__info-box {
		margin-top: 0
	}

	.eEHeCW.horizontal .card-skeleton__info-box--horizontal {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.eEHeCW.horizontal .card-skeleton__info-box--middle {
		width: 60%
	}

	.eEHeCW.horizontal .card-skeleton__info-box__line--middle {
		width: 19rem
	}

	.camgfO, .ccodtC {
		width: 15rem;
		height: auto;
		position: relative;
		z-index: 1;
		transform: translateX(0)
	}
}

.kACaEP {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 700;
	background-color: rgba(51, 51, 51, .24);
	transition: opacity .5s cubic-bezier(.25, .1, .25, 1), visibility .5s cubic-bezier(.25, .1, .25, 1);
	opacity: 1;
	visibility: visible
}

.kvbDqb {
	flex: 0 0 3.5rem;
	padding: 0 1rem;
	border-bottom: 1px solid #ccc;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.hCdELs, .jTDFfZ {
	font-size: .875rem;
	line-height: 1.25rem;
	border: 1px solid transparent;
	background: 0 0;
	cursor: pointer;
	min-height: 40px;
	color: #333;
	position: relative;
	outline: 0;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Open Sans", open-sans, sans-serif;
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-weight: 400;
	letter-spacing: normal
}

.bEQCBe, .dSTBkG, .hCdELs, .jTDFfZ {
	display: inline-flex
}

.jTDFfZ {
	padding: .5rem 9px;
	align-items: center;
	border-radius: 4px
}

.jTDFfZ svg {
	fill: rgb(51, 51, 51)
}

.hCdELs {
	padding: .5rem 1rem;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px
}

.gCzaU {
	-webkit-box-flex: 1;
	flex-grow: 1;
	overflow: hidden auto
}

.enNxco {
	flex: 0 0 5rem;
	padding: 1rem;
	box-shadow: rgb(0 0 0 / 14%) 0 8px 10px, rgb(0 0 0 / 12%) 0 3px 14px
}

.dSTBkG, .dSTBkG:hover {
	background-color: var(--color_generico);
	color: #fff
}

.dSTBkG {
	position: relative;
	outline: 0;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Open Sans", open-sans, sans-serif;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	background: var(--color_generico);
	transition: background .3s, box-shadow .3s, border-color .3s;
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	padding: 11px 1rem;
	min-height: 3rem;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center
}

.hCdELs:hover, .jTDFfZ:hover {
	background-color: #f2f2f2;
	color: #333
}

@media (max-width: 47em) {
	.bgcBJA.bgcBJA {
		display: flex;
		position: sticky;
		top: 96px;
	}
}

.link-white {
	color: white;
}

.link-white:hover, .link-white:focus {
	color: #e3d4d4;
}


.o-icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;}
.o-icon-youtube{width:1.3125em;}
.c-social{display:flex;justify-content:center;}
.c-social--footer{justify-content:left;padding-right:0;margin-top:20px;}
@media (min-width: 768px){
	.c-social--footer{padding-right:30px;}
}
@media (min-width: 992px){
	.c-social--footer{justify-content:flex-start;padding-right:0;}
}
.c-social__link{margin:0 22.5px;padding-bottom:20px;position:relative;}
.c-social__link:link,.c-social__link:visited{color:#252a32}
.c-social__link:hover{color:#e74c40}
.c-social__icon{font-size:1.5em;}
.u-spacing-left-none{margin-left:0!important;}

.a-text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap;
	display: block;
}

.a-spacing-none {
	margin-bottom: 0 !important;
}

.a-section {
	margin-bottom: 22px;
}

.a-badge {
	text-decoration: none;
	display: inline-block;
}

.a-badge .a-badge-label {
	position: relative;
	height: 26px;
	z-index: 1;
	float: left;
}

.a-badge .a-badge-label .a-badge-label-inner {
	line-height: 26px;
	height: 26px;
	font-size: 12px;
}

[data-a-badge-type=status] .a-badge-label {
	max-width: 130px;
	background-color: #232F3E;
	color: #232F3E;
	padding: 0 6px 0 10px;
}

[data-a-badge-type=status-oferta-flash] .a-badge-label {
	max-width: 130px;
	background-color: #a41513;
	color: #a41513;
	padding: 0 6px 0 10px;
}

[data-a-badge-type=status] .a-badge-label .a-badge-label-inner {
	color: #fff;
}


[data-a-badge-type=status-oferta-flash] .a-badge-label .a-badge-label-inner {
	color: #fff;
}

[data-a-badge-type=status] .a-badge-label:after {
	content: "";
	width: 10px;
	height: 26px;
	border-right: 10px solid transparent;
	border-top: 26px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -10px;
}

[data-a-badge-type=status-oferta-flash] .a-badge-label:after {
	content: "";
	width: 10px;
	height: 26px;
	border-right: 10px solid transparent;
	border-top: 26px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -10px;
}

.a-badge[data-a-badge-supplementary-position] {
	float: left;
}

.a-badge:focus[data-a-badge-supplementary-position=right], .a-badge:hover[data-a-badge-supplementary-position=right] {
	width: 100%;
}

.aok-relative {
	position: relative;
}

.puis .a-badge .a-badge-label .a-badge-label-inner {
	font-size: 12px;
}

.s-grid-status-badge-container {
	height: 26px;
	overflow: hidden;
	padding-bottom: 2px;
}

.puis-status-badge-container {
	background: white;
}

@media all {

	.template-index #section-featured-products {
		padding: 15px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products {
			padding: 15px;
		}
	}
	.template-index #section-featured-products .featured-products-header {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 70px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header {
			flex-flow: column;
			flex-flow: column-reverse;
			padding-bottom: 38px;
		}
	}
	.template-index #section-featured-products .featured-products-header > * {
		width: 33%;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header > * {
			width: 100%;
		}
	}
	.template-index #section-featured-products .featured-products-header .featured-products-description {
		text-transform: uppercase;
		padding-right: 9%;
		order: 1;
		font-size: 1.3rem;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header .featured-products-description {
			padding-right: 0;
			text-align: center;
			font-size: 1rem;
		}
	}
	.template-index #section-featured-products .featured-products-header .featured-products-title {
		text-transform: uppercase;
		text-align: center;
		margin-top: -4px;
		order: 2;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products-header .featured-products-title {
			margin-bottom: 20px;
		}
	}
	.template-index #section-featured-products .featured-products {
		display: flex;
		padding: 0;
		margin: 0 -5px;
		flex-wrap: wrap;
	}

	.template-index #section-featured-products .featured-products .product-item {
		width: 25%;
		padding: 0 5px;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item {
			width: 50%;
			position: relative;
		}
	}
	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image {
		position: relative;
		margin: 0;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 125%;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image > img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image img {
		max-width: 100%;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		opacity: 0;
		visibility: hidden;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image img.fade-in {
		opacity: 1;
		visibility: visible;
	}

	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .collection-tweak {
		position: absolute;
		top: 16px;
		right: 16px;
		padding: 0;
		text-transform: uppercase;
		font-weight: 900;
		color: #b1b1b1;
		text-align: right;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .collection-tweak {
			top: 7px;
			right: 7px;
			text-align: right;
		}
	}
	.template-index #section-featured-products .featured-products .product-item .product-link .product-item-image .cross-wish {
		display: none;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container {
		padding: 10px 3px 31px;
		display: flex;
		justify-content: space-between;
	}

	@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
		.template-index #section-featured-products .featured-products .product-item .product-info-container {
			padding: 15px 0 25px;
			position: relative;
		}
	}
	.product-item-title > h3 {
		font-size: 0.75rem;
		font-weight: 600;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container .product-item-title {
		text-transform: uppercase;
		font-size: 0.75rem;
		font-weight: 600;
	}

	.template-index #section-featured-products .featured-products .product-item .product-info-container .product-item-subtitle {
		text-transform: capitalize;
		font-family: sans-serif;
	}
}

.bloque-banner-width-100 {
	height: auto;
	background: var(--color_generico);
	color: white;
	padding: 15px;
	padding-left: 30px;
}

.h2-banner-width-100 {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: math-auto;
	letter-spacing: normal;
	font-family: 'Roboto Condensed';
}

.h3-banner-width-100 {
	width: 60%;
}


@media (max-width: 732px) {
	.h2-banner-width-100 {
		margin: 0;
	}

	.h3-banner-width-100 {
		display: none;
	}

	.h2-banner-width-100 {
		font-size: 1.2rem;
		font-weight: 600;
		text-transform: math-auto;
		letter-spacing: normal;
		font-family: 'Roboto Condensed';
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.h3-banner-width-100 {
		width: 100%;
	}
}

/*Pago Seguro Footer*/
.c-footer__payment-title{border-bottom:#191919 solid 1px;font-weight:500;font-size:2em;}
.c-footer__payment-list{padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;grid-column-gap:30px;grid-row-gap:0;justify-content:center;}
@media (min-width:768px){
	.c-footer__payment-list{grid-template-columns:repeat(auto-fill,100px);grid-column-gap:45px;}
}
@media (min-width:570px){
	.c-footer__payment-item{max-width:50%;}
}
@media (min-width:768px){
	.c-footer__payment-item{max-width:100%;}
}
.blur-up{opacity:0;}
.blur-up.lazyloaded{opacity:1;}
/*Fin Pago Seguro Footer*/


.jDZoco {
	display: inline-flex;
	align-self: center;
	width: 24px;
	height: 24px;
}

.mAqxU {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
}

.alert-v2-warning {
	border-radius: 4px;
	position: relative;
	padding: 13px 1rem;
	min-height: 48px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 1.5rem;
	border-width: 1px 1px 1px 40px;
	border-style: solid;
	border-color: rgb(223 170 47);
	border-image: initial;
}

.iLjkPr {
	width: 40px;
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: -40px;
}

.iTWjpx {
	padding: 0px 1rem;
}

@media (min-width: 62em) {
	.iTWjpx {
		padding: 0px;
	}
}

.goIeYj {
	margin-top: 1rem;
	margin-bottom: 0px;
}

.btn-generico-auto {
	color: white;
	background: var(--color_personalizado_general);
}
.btn-generico-auto:hover {
	color: white;
	background: #363636;
}

.gXSsgZXB {
	margin-left: 6px;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
}

.gXSsgZXB ._1GKMA1Nk {
	display: inline-flex;
}

.gXSsgZXB ._1GKMA1Nk ._3vfo0XTx {
	margin-left: 2px;
}

.gXSsgZXB ._1GKMA1Nk ._3vfo0XTx:first-child {
	margin-left: 0;
}


._1pQJgxwU {
	width: 13px;
	height: 13px;
	fill: #fb7701;
	vertical-align: -1px;
}

.Rrrlq1vv {
	width: 13px;
	height: 13px;
	display: inline-block;
}


._2LuVPZmT {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.of_counter-container {
	margin: 10px 0 4px;
	display: flex;
	align-items: center;
}

.of_progress-bar-container {
	position: relative;
	height: 4px;
	width: 127px;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.of_progress-bar {
	height: 100%;
	border-radius: 4px 0 0 4px;
	background-color: #000000;
	position: absolute;
}

.of_progress-icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-inline-start: min(0%, calc(100% - 17px));
}

.of_time-display {
	height: 100%;
	flex-grow: 100;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 5px;
	font-weight: 700;
	color: #000000;
	width: 88px;
	flex: none;
}

.of_time-segment {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	white-space: nowrap;
	display: inline-block;
}


.of_producto-container {
	position: relative;
	border-radius: 4px;
	border: 1.5px solid #FB7701;
	padding: 10px;
	background-color: #fff;
}
.of_producto-header {
	height: auto;
	background-color: #fb7701;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.of_producto-content {
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	align-items: center;
}
.of_producto-title {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	padding-right: 6px;
}
.of_producto-divider {
	width: 1px;
	height: 13px;
	background: #fff;
	margin-right: 6px;
}
.of_producto-timer {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.of_producto-timer-text {
	margin-right: 4px;
	margin-left: 4px;
}
.of_producto-logo {
	width: 59px;
	height: 16px;
	margin-right: 4px;
}
.of_producto-progress-bar-container {
	position: relative;
	height: 4px;
	width: 100%;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	margin-top: 10px;
}
.of_producto-progress-bar {
	height: 100%;
	border-radius: 4px 0 0 4px;
	background-color: #fb7701;
	position: absolute;
}
.of_producto-progress-icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
