.boton {
	background-color: #00C3E1;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 20px 45px;
	border-radius: 10px;
	transition: all 250ms linear;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.boton.min {
	font-size: 15px;
	padding: 10px 30px
}

.boton.oscuro {
	background-color: #00488B
}

.boton.bold {
	font-weight: 500
}

.boton.disabled {
	background-color: #FFFFFF;
	color: #00488B !important;
	cursor: not-allowed;
	opacity: 0.75
}

.cabecera {
	border-bottom: 1px solid #f2f2f2;
	position: relative
}

.cabecera .izquierda {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 32px 0 31px;
	width: 220px;
	border-right: 1px solid #f2f2f2
}

.cabecera .izquierda a {
	display: inline-block;
	max-width: 163px;
	width: 100%
}

.cabecera .izquierda a img {
	display: block;
	height: auto;
	width: 100%
}

.cabecera .derecha {
	display: inline-block;
	vertical-align: top;
	width: 120px
}

.cabecera .centro {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 340px)
}

.cabecera .centro .superior {
	line-height: 49px;
	height: 49px;
	overflow: hidden
}

.cabecera .centro .superior .buscar {
	position: relative;
	float: left
}

.cabecera .centro .superior .buscar input {
	display: block;
	width: 210px;
	height: 49px;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 49px;
	color: #ffffff;
	background: #00488b
}

.cabecera .centro .superior .buscar input::-webkit-input-placeholder {
	color: #ffffff
}

.cabecera .centro .superior .buscar input:-moz-placeholder {
	color: #ffffff
}

.cabecera .centro .superior .buscar input::-moz-placeholder {
	color: #ffffff
}

.cabecera .centro .superior .buscar input:-ms-input-placeholder {
	color: #ffffff
}

.cabecera .centro .superior .buscar a {
	position: absolute;
	top: 50%;
	right: 4px;
	width: 41px;
	height: 41px;
	background: url('../img/web/busqueda.svg') no-repeat center #00c3e1;
	background-size: 14px;
	transform: translate(0, -50%)
}

.cabecera .centro .superior .desplegar_buscar, .cabecera .centro .superior .datos_contacto {
	float: left
}

.cabecera .centro .superior .desplegar_buscar {
	background: url(../img/web/busqueda.svg) left 20px center #00488B no-repeat;
	background-size: 12px;
	color: #FFFFFF;
	padding: 0 50px;
	font-size: 1.25em;
	font-weight: 300
}

.cabecera .centro .superior .datos_contacto {
	margin-left: 140px
}

.cabecera .centro .superior .datos_contacto a, .cabecera .centro .superior .iconos a {
	background: left center no-repeat;
	background-size: 14px;
	color: #484E53;
	font-size: 1.25em;
	font-weight: 300;
	margin: 0 20px;
	padding-left: 25px;
	position: relative
}

.cabecera .centro .superior .datos_contacto a.telef {
	background-image: url(../img/web/telefono.svg)
}

.cabecera .centro .superior .datos_contacto a.whats {
	background-image: url(../img/web/whatsapp.svg)
}

.cabecera .centro .superior .datos_contacto a.email {
	background-image: url(../img/web/sobre.svg)
}

.cabecera .centro .superior .datos_contacto a:after {
	background: #DCE0E1;
	bottom: 0;
	content: '';
	height: 12px;
	margin: auto;
	position: absolute;
	right: -19px;
	top: 0;
	width: 2px
}

.cabecera .centro .superior .datos_contacto a:last-child:after {
	display: none
}

.cabecera .centro .superior .iconos {
	float: right;
	margin: 0 20px
}

.cabecera .centro .superior .iconos div {
	display: inline-block;
	position: relative
}

.cabecera .centro .superior .iconos a {
	font-size: 1.45em
}

.cabecera .centro .superior .iconos a.desplegar_usuario {
	background-image: url(../img/web/usuario.svg)
}

.cabecera .centro .superior .iconos a.desplegar_minicesta {
	background-image: url(../img/web/carrito.svg)
}

.cabecera .centro .superior .iconos .minicesta .unidades {
	background: #00C3E1;
	position: absolute;
	right: 3px;
	top: 3px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1em;
	color: #FFFFFF
}

.cabecera .centro .inferior {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	font-size: 1.667em;
	line-height: 68px
}

.cabecera .centro .inferior ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
	text-align: center
}

.cabecera .centro .inferior ul.align-center li:first-child {
	padding-left: 0
}

.cabecera .centro .inferior ul.align-center li:last-child {
	padding-right: 0
}

.cabecera .centro .inferior ul li {
	display: inline-block;
	position: relative;
	padding: 0 33px
}

.cabecera .centro .inferior ul li a {
	display: inline-block;
	color: #484E53;
	font-weight: 300
}

.cabecera .centro .inferior ul li a.bold {
	color: #00498B;
	font-weight: 500
}

.cabecera .centro .inferior ul li:after {
	background: #d40b0c;
	content: '';
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -1px;
	transition: all 150ms linear;
	width: 0
}

.cabecera .centro .inferior ul li.sel:after {
	width: 95%
}

.pie {
	position: relative
}

.pie .superior {
	background: #00C3E1;
	font-size: 1.45em;
	font-weight: 400;
	color: #FFFFFF;
	padding: 75px 0 65px;
	text-align: center
}

.pie .superior .logo {
	display: inline-block;
	margin-bottom: 25px;
	max-width: 285px
}

.pie .superior .logo img {
	display: block;
	height: auto;
	width: 100%
}

.pie .superior ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none
}

.pie .superior ul:last-child {
	margin: 0
}

.pie .superior ul li {
	display: inline-block;
	margin: 0 25px;
	position: relative
}

.pie .superior ul li a {
	display: inline-block;
	color: #FFFFFF
}

.pie .superior ul.links_datos li {
	margin: 0 20px
}

.pie .superior ul.links_datos li a {
	background: left center no-repeat;
	background-size: 14px;
	padding-left: 25px
}

.pie .superior ul.links_datos li a.telef {
	background-image: url(../img/web/telefono_w.svg)
}

.pie .superior ul.links_datos li a.whats {
	background-image: url(../img/web/whatsapp_w.svg)
}

.pie .superior ul.links_datos li a.email {
	background-image: url(../img/web/sobre_w.svg)
}

.pie .superior ul.links_datos li a:after {
	background: #DCE0E1;
	bottom: 0;
	content: '';
	height: 12px;
	margin: auto;
	position: absolute;
	right: -19px;
	top: 0;
	width: 2px
}

.pie .superior ul.links_datos li:last-child a:after {
	display: none
}

.pie .superior ul.links_social li {
	margin: 0 10px
}

.pie .superior ul.links_social li a {
	background: center no-repeat;
	background-size: 22px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	z-index: 1
}

.pie .superior ul.links_social li a.lk {
	background-image: url(../img/web/linkedin.svg)
}

.pie .superior ul.links_social li a.fb {
	background-image: url(../img/web/facebook.svg)
}

.pie .superior ul.links_social li a.tw {
	background-image: url(../img/web/x.svg)
}

.pie .superior ul.links_social li a:before {
	border-radius: 50%;
	bottom: 0;
	content: '';
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 150ms linear;
	width: 0;
	z-index: 0
}

.pie .inferior {
	background: #00488B;
	font-size: 1.45em;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	padding: 25px 0
}

.pie .inferior .sgm {
	color: #FFFFFF;
	float: right
}

.banners {
	position: relative;
	z-index: 1
}

.banners .item_banner {
	color: #FFFFFF;
	display: none;
	font-weight: 300;
	position: relative;
	text-align: center
}

.banners .item_banner img {
	display: block;
	height: auto;
	width: 100%
}

.banners .item_banner:first-child, .banners.owl-loaded .item_banner {
	display: block
}

.banners .item_banner:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1
}

.banners .item_banner .texto {
	left: 0;
	margin: auto;
	max-width: 720px;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 50%;
	transform: translate(0, -50%);
	width: 90%;
	z-index: 2
}

.banners .item_banner .texto .titulo {
	font-size: 6.25em;
	line-height: 1em;
	margin-bottom: 25px
}

.banners .item_banner .texto .subtitulo {
	font-size: 1.45em;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.banners .item_banner .texto .subtitulo:after, .banners .item_banner .texto .subtitulo:before, .nosotros .superior .textos .subtitulo:after, .nosotros .superior .textos .subtitulo:before {
	content: '';
	position: absolute;
	height: 1px;
	margin: auto;
	background: rgba(255, 255, 255, .4);
	width: 200%;
	top: 0;
	bottom: 0
}

.banners .item_banner .texto .subtitulo:after, .nosotros .superior .textos .subtitulo:after {
	left: 110%
}

.banners .item_banner .texto .subtitulo:before, .nosotros .superior .textos .subtitulo:before {
	right: 110%
}

.banners .item_banner .texto .descripcion {
	font-size: 1.6em;
	margin-bottom: 25px
}








.banners .owl-nav [class^="owl-"] {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 50px;
    height: 50px;
    background: url('../img/web/flecha_izquierda_w.svg') no-repeat center;
    background-size: 10px auto;
    box-shadow: 0 0 0 1px #ffffff inset;
	transform: translate(0, -50%);
}

.banners .owl-nav .owl-next {
	left: auto;
	right: 30px;
	transform: translate(0, -50%) scaleX(-1);
}

.contiene_banners {
	position: relative
}

.contiene_banners .enlaces {
	background: rgba(255, 255, 255, .8);
	margin-top: -110px;
	position: relative;
	z-index: 2
}

.enlaces {
	background: rgba(255, 0, 0, .25);
	padding: 40px 0;
	font-size: 1.45em;
	font-weight: 300;
	text-align: center
}

.enlaces b, .enlaces strong {
	font-weight: 500
}

.enlaces a {
	color: #d40b0c;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	line-height: 30px
}

.enlaces a.noevents {
	pointer-events: none
}

.enlaces a span {
	background: center no-repeat;
	background-size: 25px;
	display: inline-block;
	height: 30px;
	margin-right: 8px;
	vertical-align: middle;
	width: 30px
}

.enlaces a span.ico_1 {
	background-image: url(../img/web/entrega.svg)
}

.enlaces a span.ico_2 {
	background-image: url(../img/web/carrito_in.svg)
}

.enlaces a span.ico_3 {
	background-image: url(../img/web/devolucion.svg)
}

.enlaces a span.ico_4 {
	background-image: url(../img/web/atencion_cliente.svg)
}

.enlaces a span.ico_5 {
	background-image: url(../img/web/escudo.svg)
}

.home_page .bloque_inicio {
	padding: 75px 0;
	position: relative
}

.home_page .bloque_inicio:nth-child(even), .home_page .bloque_inicio.bloque_marcas {
	background: #f2f2f2
}

.home_page .bloque_inicio.bloque_blog {
	background: #FFFFFF
}

.home_page .bloque_inicio.bg_especial {
	padding: 0
}

.presentacion .textos {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center
}

.presentacion .textos .titulo {
	display: block;
	font-size: 3em;
	font-weight: 300;
	line-height: 1em;
	color: #00498b
}

.presentacion .textos .titulo b, .presentacion .textos .titulo strong {
	font-weight: 500;
	color: #d40b0c;
}

.presentacion .textos .subtitulo {
	display: block;
	margin-top: 10px;
	padding-bottom: 30px;
	font-size: 1.65em;
	font-weight: 500;
	color: #00c3e1;
	background: url('../img/web/adornito.png') center bottom no-repeat
}

.presentacion .textos .descripcion {
	margin-top: 10px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 25px
}

.presentacion .textos .subtitulo ~ .descripcion {
	margin-top: 20px
}

.presentacion .textos .descripcion p {
	margin: 0
}

.presentacion.bg_especial {
	padding: 75px 0;
	background: center no-repeat;
	background-size: cover
}

.presentacion.bg_especial:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 73, 139, .95);
	z-index: 1
}

.presentacion.bg_especial .textos {
	position: relative;
	z-index: 2
}

.presentacion.bg_especial .textos .titulo, .presentacion.bg_especial .textos .descripcion {
	color: #ffffff
}

.presentacion.bg_especial .textos .boton {
	margin-top: 20px
}

.especialidades {
	padding: 0 15px
}

.item_especialidad {
	display: inline-block;
	margin: 30px 15px 0;
	position: relative;
	vertical-align: top;
	width: calc(20% - 30px)
}

.item_especialidad .imagen {
	display: block
}

.item_especialidad .imagen img {
	display: block;
	height: auto;
	width: 100%
}

.item_especialidad .titulo {
	background: rgba(0, 195, 225, .8);
	bottom: 0;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: 500;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	text-align: center
}

.categorias {
	margin-top: 50px
}

.categorias ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.categorias ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6 - 50px / 6);
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
}

.categorias ul li:nth-of-type(1), .categorias ul li:nth-of-type(2), .categorias ul li:nth-of-type(3), .categorias ul li:nth-of-type(4), .categorias ul li:nth-of-type(5), .categorias ul li:nth-of-type(6) {
	margin-top: 0
}

.categorias ul li:nth-of-type(6n) {
	margin-right: 0
}

.categorias ul li:last-child {
	margin-right: 0;
}

.categorias ul li a {
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 10px;
	background: #f2f2f2;
}

.categorias ul li a img {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 100%
}

.categorias ul li a span {
	position: absolute;
	top: 50%;
	left: 80px;
	right: 10px;
	display: block;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px;
	color: #00498b;
	transform: translate(0, -50%)
}

.item_producto {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6 - 75px / 6);
	margin-top: 15px;
	margin-right: 15px;
	padding: 3px;
	border-radius: 10px;
	background: #f2f2f2;
	overflow: hidden
}

.item_producto:nth-of-type(1), .item_producto:nth-of-type(2), .item_producto:nth-of-type(3), .item_producto:nth-of-type(4), .item_producto:nth-of-type(5), .item_producto:nth-of-type(6) {
	margin-top: 0
}

.item_producto:nth-of-type(6n) {
	margin-right: 0
}

.item_producto .imagen {
	display: block;
	border-radius: 10px;
	overflow: hidden
}

.item_producto .imagen img {
	display: block;
	width: 100%;
	height: auto
}

.item_producto .texto {
	padding: 12.5px;
	padding-top: 15px
}

.item_producto .texto .titulo {
	display: block;
	display: -webkit-box;
	height: 40px;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 20px;
	color: #484e53;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.item_producto .texto .precios {
	float: left;
	margin-top: 20px
}

.item_producto .texto .precios .precio {
	display: inline-block;
	vertical-align: top;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 25px;
	color: #00498b
}

.item_producto .texto .precios .precio_anterior {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 25px;
	text-decoration: line-through;
	opacity: .5
}

.item_producto .texto .iva {
	display: block;
	float: right;
	margin-top: 20px;
	font-size: 1.35em;
	font-weight: 300;
	line-height: 25px
}

.carrusel {
	position: relative;
	margin-top: 50px
}

.carrusel .owl-nav [class^="owl-"] {
	position: absolute;
	bottom: calc(100% + 50px);
	left: 0;
	width: 50px;
    height: 50px;
    background: url('../img/web/flecha_izquierda_n.svg') no-repeat center #f2f2f2;
    background-size: 10px auto;
}

.home_page .bloque_inicio .carrusel .owl-nav [class^="owl-"] {
	background-color: #ffffff;
}

.carrusel .owl-nav .owl-next {
	left: auto;
	right: 0;
	transform: scaleX(-1);
}

.carrusel .item_producto {
	display: none
}

.bloque_inicio .carrusel .item_producto {
	background: #fafafa
}

.carrusel .item_producto:first-child {
	display: block
}

.carrusel .owl-loaded .item_producto {
	width: 100%
}

.carrusel > .texto {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center
}

.carrusel > .texto .titulo {
	display: block;
	font-size: 3em;
	font-weight: 300;
	line-height: 1em;
	color: #00498b
}

.carrusel > .texto .titulo b, .carrusel > .texto .titulo strong {
	font-weight: 500
}

.carrusel > .texto .descripcion {
	margin-top: 10px;
	font-size: 1.65em;
	font-weight: 300;
	line-height: 25px
}

.carrusel > .texto .descripcion p {
	margin: 0
}

.valoraciones {
	position: relative;
	padding-top: 25px
}

.valoraciones .contenedor {
	padding: 0 45px;
	position: relative
}

.valoraciones .valoracion {
	background: #FFFFFF;
	display: inline-block;
	padding: 30px;
	font-size: 1.45em;
	margin: 0 15px 30px;
	vertical-align: top;
	width: calc(33.333% - 30px)
}

.bloque_inicio .valoraciones .valoracion {
	display: none
}

.bloque_inicio .valoraciones .valoracion:first-child, .bloque_inicio .valoraciones .owl-loaded .valoracion {
	display: inline-block
}

.valoraciones .owl-loaded .valoracion {
	display: block;
	width: 100%;
	margin: 0
}

.valoraciones .valoracion .estrellas {
	margin-bottom: 25px
}

.valoraciones .valoracion .estrellas .estrella {
	background: center no-repeat;
	background-size: 20px;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 20px
}

.valoraciones .valoracion .estrellas .estrella.on {
	background-image: url(../img/web/estrella_on.svg)
}

.valoraciones .valoracion .estrellas .estrella.off {
	background-image: url(../img/web/estrella_off.svg)
}

.valoraciones .valoracion .estrellas .estrella.mid {
	background-image: url(../img/web/estrella_mid.svg)
}

.valoraciones .valoracion .descripcion {
	margin-bottom: 35px
}

.valoraciones .valoracion .autor {
	color: #00498B;
	font-weight: 500;
	position: relative
}

.noticias {
	position: relative
}

.bloque_inicio .noticias {
	padding-top: 30px
}

.bloque_inicio .noticias .contenedor {
	padding: 0 40px
}

.noticias .noticia {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px;
	width: calc(25% - 30px)
}

.noticias .noticia .imagen {
	display: block
}

.noticias .noticia .imagen img {
	display: block;
	height: auto;
	width: 100%
}

.noticias .noticia .textos {
	background: #f2f2f2;
	padding: 30px
}

.noticias .noticia .textos .titulo {
	color: #00498B;
	font-size: 1.45em;
	margin-bottom: 12px;
	text-wrap: pretty;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 1.4em;
	height: calc(2 * 1.4em);
	-webkit-box-orient: vertical
}

.noticias .noticia .textos .fecha_boton {
	line-height: 25px;
	position: relative
}

.noticias .noticia .textos .fecha_boton .fecha {
	font-size: 1.25em;
	color: #484E53;
	font-style: italic
}

.noticias .noticia .textos .fecha_boton .btn_mas {
	background: #00C3E1;
	border-radius: 50%;
	bottom: 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25px
}

.bloque_inicio .noticias .noticia {
	display: none
}

.bloque_inicio .noticias .noticia:first-child {
	display: inline-block
}

.bloque_inicio .noticias .owl-loaded .noticia {
	display: block;
	margin: 0;
	width: 100%
}

.noticias .owl-dots {
	bottom: auto;
	top: -40px
}

.items_marcas {
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.items_marcas .item_marca {
	display: none;
	height: 180px;
	position: relative;
	vertical-align: top;
	width: 16.66%;
	border-left: 5px solid #f2f2f2;
	border-right: 5px solid #f2f2f2;
	background: #ffffff;
}

.items_marcas .item_marca img {
	display: block;
	height: auto;
	width: 94%;
	position: absolute;
	left: 3%;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%)
}

.items_marcas .item_marca:first-child {
	display: inline-block
}

.items_marcas.owl-loaded .item_marca {
	display: block;
	width: 100%
}

.nosotros {
	position: relative
}

.nosotros .superior {
	background: center no-repeat;
	background-size: cover;
	height: 350px;
	position: relative;
	z-index: 1
}

.nosotros .superior:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2
}

.nosotros .superior .barra_migas {
	background: rgb(255, 255, 255, .8);
	bottom: 0;
	color: #00498B;
	font-size: 1.45em;
	font-weight: 300;
	left: 0;
	padding: 25px 0;
	position: absolute;
	right: 0;
	z-index: 3
}

.nosotros .superior .barra_migas .segmentos {
	background: url(../img/web/home.svg) left center no-repeat;
	background-size: 18px;
	float: left;
	padding-left: 32px
}

.nosotros .superior .barra_migas .segmentos a {
	color: #00498B
}

.nosotros .superior .barra_migas .segmentos a:last-child {
	font-weight: 500
}

.nosotros .superior .barra_migas .link_volver {
	background: url(../img/web/volver.svg) left center no-repeat;
	background-size: 18px;
	color: #00498B;
	float: right;
	padding-left: 32px
}

.nosotros .superior .textos {
	color: #FFFFFF;
	font-weight: 300;
	left: 0;
	margin: auto;
	max-width: 720px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 3
}

.nosotros .superior .textos .titulo {
	font-size: 6.25em
}

.nosotros .superior .textos .subtitulo {
	display: inline-block;
	font-size: 1.45em;
	position: relative
}

.nosotros .superior .textos .subtitulo:after, .nosotros .superior .textos .subtitulo:before {
	width: 300%
}

.nosotros .superior .textos .subtitulo:after {
	left: 125%
}

.nosotros .superior .textos .subtitulo:before {
	right: 125%
}

.nosotros .inferior .bloque_inicio {
	padding: 75px 0 50px
}

.nosotros .inferior .bloque_inicio.bloque_marcas {
	background: #f2f2f2
}

.nosotros .inferior .bloque_inicio .subtitulo, .catalogos .inferior .bloque_inicio .subtitulo {
	background-image: url(../img/web/adornito_azul.png)
}

.barrita_azul {
	background: #00488B;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 25px;
	padding: 40px;
	text-align: center
}

.barrita_azul .barrita_item {
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	width: 33.333%
}

.barrita_azul .barrita_item strong {
	font-weight: 500
}

.barrita_azul .barrita_item span {
	background: left center no-repeat;
	background-size: 25px;
	display: inline-block;
	height: 25px;
	margin-right: 15px;
	vertical-align: -7px;
	width: 25px
}

.barrita_azul .barrita_item.calidad span {
	background-image: url(../img/web/latido-del-corazon.svg)
}

.barrita_azul .barrita_item.asesoramiento span {
	background-image: url(../img/web/consultante.svg)
}

.barrita_azul .barrita_item.experiencia span {
	background-image: url(../img/web/estetoscopio.svg)
}

.bloque_quienes {
	background: #f2f2f2;
	padding: 80px 0
}

.bloque_quienes .textos {
	top: 0;
	padding: 40px 0
}

.bloque_quienes .imagen {
	display: block
}

.bloque_quienes .imagen img {
	display: block;
	height: auto;
	width: 100%
}

.bloque_quienes.segundo {
	padding-top: 0
}

.bloque_quienes.primero .textos {
	float: left;
	width: 50%
}

.bloque_quienes.primero .imagen {
	float: right;
	width: 40.625%
}

.bloque_quienes.segundo .textos {
	float: right;
	width: 35%
}

.bloque_quienes.segundo .imagen {
	float: left;
	width: 54.375%
}

.bloque_quienes h2 {
	font-size: 3em;
	font-weight: 300;
	color: #00488B
}

.bloque_quienes h2 b, .bloque_quienes h2 strong {
	font-weight: 500
}

.bloque_quienes a {
	color: #00488B;
	text-decoration: underline
}

.bloque_quienes .descripcion {
	font-size: 1.6em
}

.barra_migas_azul {
	padding: 25px 0;
	background: #00488b
}

.barra_migas_azul .segmentos {
	float: left;
	padding-left: 30px;
	background: url('../img/web/home_blanco.svg') left center no-repeat;
	background-size: 18px
}

.barra_migas_azul .segmentos a, .barra_migas_azul .segmentos span {
	display: inline-block;
	vertical-align: top;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff
}

.barra_migas_azul .segmentos a:last-child {
	font-weight: 500
}

.barra_migas_azul .segmentos span {
	margin: 0 5px
}

.barra_migas_azul .link_volver {
	display: block;
	float: right;
	padding-left: 30px;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 20px;
	color: #ffffff;
	background: url('../img/web/volver_blanco.svg') left center no-repeat;
	background-size: 18px
}

.barra_migas_azul + div {
	margin-top: 50px
}

.productos .superior .titulo {
	display: block;
	font-size: 3em;
	font-weight: 500;
	line-height: 1em;
	color: #00488b
}

.productos .superior .subtitulo {
	display: block;
	margin-top: 25px;
	font-size: 1.65em;
	line-height: 25px
}

.productos.buscador .superior .subtitulo {
	margin-top: 10px;
	font-size: 1.45em;
	line-height: 20px;
	font-weight: 300
}

.productos .superior .descripcion {
	width: 50%;
	margin-top: 20px;
	font-size: 1.65em;
	line-height: 25px
}

.productos .superior .descripcion p {
	margin: 0;
	margin-bottom: 20px
}

.productos .superior .descripcion p:last-child {
	margin-bottom: 0
}

.productos .superior .descripcion a {
	text-decoration: underline;
	color: #00488b
}

.productos .medio {
	margin-top: 50px
}

.productos.buscador .medio {
	margin-top: 20px
}

.productos .medio > ul {
	margin: 0;
	padding: 0
}

.productos.buscador .medio > ul {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-top: -5px;
}

.productos.buscador .medio > ul ~ ul {
	padding-top: 5px;
}

.productos .medio > ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6 - 50px / 6);
	margin-top: 10px;
	margin-right: 10px
}

.productos.buscador .medio > ul li {
	width: unset;
	margin: 0 5px;
	margin-top: 10px;
	margin-bottom: 0;
}

.productos:not(.buscador) .medio > ul li:nth-of-type(1), .productos:not(.buscador) .medio > ul li:nth-of-type(2), .productos:not(.buscador) .medio > ul li:nth-of-type(3), .productos:not(.buscador) .medio > ul li:nth-of-type(4), .productos:not(.buscador) .medio > ul li:nth-of-type(5), .productos:not(.buscador) .medio > ul li:nth-of-type(6) {
	margin-top: 0
}

.productos:not(.buscador) .medio > ul li:nth-of-type(6n) {
	margin-right: 0
}

.productos.buscador .medio > ul li > span {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 1.45em;
	line-height: 20px;
}

.productos .medio > ul li a {
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 10px;
	background: #f2f2f2
}

.productos .medio > ul li.sel a {
	background: #00488b
}

.productos .medio > ul li a img {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 100%
}

.productos.buscador .medio > ul li a img {
	display: none;
}

.productos .medio > ul li a span {
	position: absolute;
	top: 50%;
	left: 80px;
	right: 10px;
	display: block;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px;
	color: #00498b;
	transform: translate(0, -50%)
}

.productos.buscador .medio > ul li a span {
	position: static;
	transform: none;
}

.productos.buscador .medio > ul li.sel a span {
	color: #ffffff
}

.productos .medio .izquierda {
	width: 50%;
	float: left
}

.productos .medio ul ~ .izquierda {
	margin-top: 50px
}

.productos .medio .izquierda .titulo {
	display: block;
	font-size: 3em;
	font-weight: 500;
	line-height: 1em;
	color: #d40b0c
}

.productos .medio .izquierda .descripcion {
	margin-top: 20px;
	font-size: 1.65em;
	line-height: 25px
}

.productos .medio .izquierda .descripcion p {
	margin: 0;
	margin-bottom: 20px
}

.productos .medio .izquierda .descripcion p:last-child {
	margin-bottom: 0
}

.productos .medio .izquierda .descripcion a {
	text-decoration: underline;
	color: #00488b
}

.productos .medio .derecha {
	float: right
}

.productos .medio ul ~ .derecha {
	margin-top: 50px
}

.productos .medio .derecha .desplegar_columnas {
	display: none;
	margin-right: 10px;
	padding: 0;
	padding-left: 60px;
	padding-right: 90px;
	line-height: 60px;
	background: url('../img/web/filtrar.svg') no-repeat center right 60px #00498b;
	background-size: 20px
}

.productos .medio .derecha .ordenar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1
}

.productos .medio .derecha .ordenar .desplegar_ordenar {
	padding: 0;
	padding-left: 60px;
	padding-right: 90px;
	line-height: 60px;
	background: url('../img/web/ordenar_w.svg') no-repeat center right 60px #00c3e1;
	background-size: 16px
}

.productos .medio .derecha .ordenar .desplegable_ordenar {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	display: none;
	margin: 0;
	padding: 20px;
	background: #00488B
}

.productos .medio .derecha .ordenar .desplegable_ordenar.desplegado {
	display: block
}

.productos .medio .derecha .ordenar .desplegable_ordenar:before {
	content: '';
	position: absolute;
	right: 65px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #00488B
}

.productos .medio .derecha .ordenar .desplegable_ordenar li {
	display: block;
	margin-bottom: 10px
}

.productos .medio .derecha .ordenar .desplegable_ordenar li:last-child {
	margin-bottom: 0
}

.productos .medio .derecha .ordenar .desplegable_ordenar li a {
	display: block;
	padding: 0 20px;
	font-size: 1.45em;
	line-height: 20px;
	text-align: right;
	color: #ffffff
}

.productos .medio .derecha .ordenar .desplegable_ordenar li.sel a {
	text-decoration: underline
}

.productos .superior .derecha .ordenar ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 115%;
	z-index: 3
}

.productos .superior .derecha .ordenar ul.desplegado {
	display: block
}

.productos .superior .derecha .ordenar ul:after {
	bottom: 100%;
	right: 55px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 72, 139, 0);
	border-bottom-color: #00488B;
	border-width: 8px;
	margin-left: -8px
}

.productos .superior .derecha .ordenar ul li {
	background: #00488B;
	font-size: 1.6em;
	font-weight: 400
}

.productos .superior .derecha .ordenar ul li a {
	color: #FFFFFF;
	display: block;
	padding: 6px 30px
}

.productos .inferior {
	margin-top: 50px;
	padding-bottom: 50px
}

.productos .inferior .columnas {
	float: left;
	width: calc(100% / 6 - 75px / 6);
	margin-right: 15px;
	padding: 3px;
	border-radius: 10px;
	background: #f2f2f2
}

.productos .inferior .columnas .columna {
	display: block;
	margin-bottom: 3px
}

.productos .inferior .columnas .columna:last-child {
	margin-bottom: 0
}

.productos .inferior .columnas .columna > a {
	display: block;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 1.65em;
	font-weight: 500;
	line-height: 60px;
	color: #d40b0c;
	background: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.productos .inferior .columnas .columna > ul {
	display: none;
	margin: 0;
	padding: 20px
}

.productos .inferior .columnas .columna.sel > ul {
	display: block
}

.productos .inferior .columnas .columna > ul > li {
	display: block;
	margin-bottom: 10px
}

.productos .inferior .columnas .columna > ul > li:last-child {
	margin-bottom: 0
}

.productos .inferior .columnas .columna > ul > li > a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 20px;
	color: #484e53
}

.productos .inferior .columnas .columna > ul > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 0 1px #00498b inset
}

.productos .inferior .columnas .columna.sel > ul > li.sel > a:before {
	background: url('../img/web/check.svg') no-repeat center #ffffff
}

.productos .inferior .columnas .columna > ul > li > ul {
	display: none;
	margin: 0;
	padding: 20px
}

.productos .inferior .columnas .columna.sel > ul > li.sel > ul {
	display: block
}

.productos .inferior .columnas .columna > ul > li > ul > li {
	display: block;
	margin-bottom: 10px
}

.productos .inferior .columnas .columna > ul > li > ul > li:last-child {
	margin-bottom: 0
}

.productos .inferior .columnas .columna > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 20px;
	color: #484e53
}

.productos .inferior .columnas .columna > ul > li > ul > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 0 1px #00498b inset
}

.productos .inferior .columnas .columna.sel > ul > li.sel > ul > li.sel > a:before {
	background: url('../img/web/check.svg') no-repeat center #ffffff
}

.productos .inferior .columnas ~ .listado {
	float: right;
	width: calc(100% - (100% / 6 - 75px / 6) - 15px)
}

.productos .inferior .columnas ~ .listado .item_producto {
	width: calc(20% - 60px / 5)
}

.productos .inferior .columnas ~ .listado .item_producto:nth-of-type(6) {
	margin-top: 15px
}

.productos .inferior .columnas ~ .listado .item_producto:nth-of-type(6n) {
	margin-right: 15px
}

.productos .inferior .columnas ~ .listado .item_producto:nth-of-type(5n) {
	margin-right: 0
}

.productos .vacio {
	padding: 40px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.65em;
	line-height: 25px;
	text-align: center;
	background: #00488b
}

.productos .inferior .columnas ~ .vacio {
	float: right;
	width: calc(100% - (100% / 6 - 75px / 6) - 15px)
}

.paginacion {
	margin-top: 50px
}

.paginacion .izquierda {
	float: left;
	padding: 10px 0
}

.paginacion .izquierda span {
	display: block;
	font-size: 1.35em;
	font-weight: 300;
	line-height: 20px
}

.paginacion .derecha {
	float: right
}

.paginacion .derecha * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 40px;
	border-radius: 100%;
	font-size: 1.35em;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: #00C3E1
}

.paginacion .derecha *:last-child {
	margin-right: 0
}

.paginacion .derecha span {
	font-weight: 500;
	background: #00488B
}

.productos .descripcion_seo {
	padding: 75px 0;
	background: #f2f2f2
}

.productos .descripcion_seo .descripcion {
	font-size: 1.65em;
	line-height: 25px
}

.productos .descripcion_seo .descripcion h2, .productos .descripcion_seo .descripcion h3, .productos .descripcion_seo .descripcion h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	color: #00488b
}

.productos .descripcion_seo .descripcion h2:last-child, .productos .descripcion_seo .descripcion h3:last-child, .productos .descripcion_seo .descripcion h4:last-child {
	margin-bottom: 0
}

.productos .descripcion_seo .descripcion p {
	margin: 0;
	margin-bottom: 20px
}

.productos .descripcion_seo .descripcion p:last-child {
	margin-bottom: 0
}

.productos .descripcion_seo .descripcion a {
	text-decoration: underline;
	color: #00488b
}

.producto .inferior {
	margin-bottom: 60px;
	position: relative
}

.producto .secundarias {
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 30%
}

.producto .secundarias a {
	display: none
}

.producto .secundarias a:first-child, .producto .secundarias.owl-loaded a {
	display: block
}

.producto .secundarias a img {
	display: block;
	width: 100%;
	height: auto
}

.producto .info-producto {
	display: inline-block;
	float: right;
	padding-left: 3%;
	vertical-align: top;
	width: 70%
}

.producto .info-producto .navegacion {
	margin-bottom: 20px
}

.producto .info-producto .navegacion a {
	background: center no-repeat;
	background-size: 7px;
	color: #484E53;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 14px
}

.producto .info-producto .navegacion .anterior {
	background-image: url(../img/web/flecha_izquierda.svg);
	background-position: left center;
	float: left;
	padding-left: 22px
}

.producto .info-producto .navegacion .siguiente {
	background-image: url(../img/web/flecha_derecha.svg);
	background-position: right center;
	float: right;
	padding-right: 22px
}

.producto .info-producto .texto {
	position: relative
}

.producto .info-producto .titulo {
	color: #00498B;
	font-size: 3em;
	font-weight: 300
}

.producto .info-producto .referencia {
	margin-top: 5px;
	color: #C0C7CA;
	font-size: 1.6em;
	font-weight: 500
}

.producto .info-producto .marca {
	color: #00498B;
	font-size: 1.8em;
	font-weight: 400;
	text-decoration: underline
}

.producto .info-producto .precios {
	color: #00C3E1;
	font-size: 3em;
	font-weight: 500;
	margin: 20px 0;
	vertical-align: bottom
}

.producto .info-producto .precios .precio_anterior {
	margin-left: 20px;
	font-weight: 300;
	opacity: 0.5;
	text-decoration: line-through
}

.producto .info-producto .precios .iva_incluido {
	color: #C0C7CA;
	margin-left: 20px;
	font-size: 0.55em
}

.producto .info-producto .propiedades {
	margin-bottom: 30px
}

.producto .info-producto .propiedades .propiedad {
	margin-bottom: 20px;
	position: relative
}

.producto .info-producto .propiedades .propiedad:last-child {
	margin-bottom: 0
}

.producto .info-producto .propiedades .propiedad span {
	font-size: 1.6em;
	color: #484e53
}

.producto .info-producto .propiedades .open_propiedades {
	background: url(../img/web/flecha_abajo.svg) right 20px center no-repeat;
	background-size: 20px;
	display: block;
	font-size: 1.45em;
	margin-top: 8px;
	color: #484E53;
	line-height: 60px;
	padding: 0 25px;
	box-shadow: 0 0 0 2px #F6F7F7 inset
}

.producto .info-producto .propiedades .ul_propiedades {
	display: none;
	border: 2px solid #F6F7F7;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% - 2px);
	z-index: 2
}

.producto .info-producto .propiedades .ul_propiedades li a {
	display: block;
	font-size: 1.45em;
	color: #484E53;
	padding: 10px 20px;
	background: #FFFFFF
}

.producto .info-producto .comprar {
	line-height: 60px;
	margin-bottom: 30px
}

.producto .info-producto .comprar .cantidad, .producto .info-producto .comprar .boton, .producto .info-producto .comprar .opciones {
	display: inline-block;
	height: 60px;
	vertical-align: top;
	margin-right: 10px
}

.producto .info-producto .comprar .cantidad * {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 1.6em;
	font-weight: 500;
	color: #FFFFFF;
	background: #C0C7CA;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.producto .info-producto .comprar .boton {
	padding-bottom: 0;
	padding-top: 0
}

.producto .info-producto .favorito, .producto .info-producto .compartir {
	background: url(../img/web/no_favorito_b.svg) center no-repeat;
	background-size: 25px;
	overflow: hidden;
	text-indent: 99px;
	width: 60px;
	height: 60px;
	display: inline-block
}

.producto .info-producto .favorito.sel {
	background-image: url(../img/web/favorito_b.svg)
}

.producto .info-producto .compartir {
	background-image: url(../img/web/compartir_b.svg)
}

.producto .info-producto .descripcion {
	font-size: 1.6em
}

.producto .info-producto .descripcion h2 {
	font-size: 1.4em;
	margin: 20px 0 5px;
	color: #00498B
}

.producto .info-producto .descripcion strong {
	font-weight: 500;
	color: #00488B
}

.producto .info-producto .descripcion a {
	color: #00C3E1;
	text-decoration: underline;
	transition: all 250ms linear
}

.producto .enlaces {
	background: #f2f2f2;
	margin-top: 60px
}

.contacto .inferior {
	margin-top: 50px;
}

.contacto .inferior, .contenido .inferior {
	margin-bottom: 60px
}

.contacto .inferior form {
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
	width: 50%
}

.contacto .inferior form .campo.grande {
	margin-bottom: 30px
}

.contacto .inferior form .checks {
	margin: 15px 0;
	line-height: 20px;
	float: left
}

.contacto .inferior form .botones {
	text-align: center;
	line-height: 20px;
	float: right
}

.contacto .inferior form .botones .boton {
	padding: 15px 45px;
	text-align: center;
	min-width: 200px
}

.contacto .inferior .mapa {
	display: inline-block;
	vertical-align: top;
	width: 46%
}

.contacto .inferior .mapa iframe {
	display: block;
	margin: 0;
	width: 100%
}

.contenido.normal .titulo {
	color: #00498B;
	font-size: 3em;
	margin-bottom: 20px
}

.contenido.normal .descripcion {
	font-size: 1.667em;
	font-weight: 400;
	text-align: justify
}

.contenido.normal .descripcion strong, .contenido.normal .descripcion h2 .contenido.normal .descripcion h3, .contenido.normal .descripcion h4 {
	color: #00498B;
	font-weight: 500
}

.contenido.normal .descripcion h2 {
	font-size: 2.5em
}

.contenido.normal .descripcion h3 {
	font-size: 2.1em
}

.contenido.normal .descripcion h4 {
	font-size: 1.8em
}

.contenido.normal .descripcion a {
	color: #00C3E1;
	text-decoration: underline
}

.contenido.normal .descripcion a {
	color: #00C3E1;
	text-decoration: underline
}

.items_catalogos {
	margin: 50px 0;
	text-align: center
}

.items_catalogos a {
	background: url(../img/web/descargar.svg) center top 25px no-repeat #00488B;
	background-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.8em;
	margin: 0 1% 2%;
	padding: 55px 10px 20px;
	vertical-align: top;
	width: 23%
}

.items_catalogos a span {
	text-wrap: pretty;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	line-height: 1.4em;
	height: calc(2 * 1.4em);
	-webkit-box-orient: vertical
}

.producto.varios_detalles .precios_props_compra {
	display: none
}

.producto #producto_detalles_multiples {
	border-bottom: 1px solid #EEE;
	margin: 30px 0;
	width: 100%
}

.producto #producto_detalles_multiples tr th {
	text-align: left;
	padding: 10px;
	font-size: 1.6em;
	font-weight: 500;
	color: #FFFFFF;
	background: #00C3E1
}

.producto #producto_detalles_multiples tr td {
	padding: 10px;
	font-size: 1.45em
}

.producto #producto_detalles_multiples tr:nth-child(odd) td {
	background: #EEE
}

.producto #producto_detalles_multiples tr th.th-precio, .producto #producto_detalles_multiples tr th.th-disponibilidad, .producto #producto_detalles_multiples tr th.th-cantidad, .producto #producto_detalles_multiples tr td.td-precio, .producto #producto_detalles_multiples tr td.td-disponibilidad, .producto #producto_detalles_multiples tr td.td-cantidad {
	text-align: center
}

.producto #producto_detalles_multiples tr td.td-precio {
	font-size: 1.8em;
	font-weight: 500;
	white-space: nowrap
}

.producto #producto_detalles_multiples tr.agotado td.td-disponibilidad {
	color: #ffc500;
	white-space: nowrap
}

.producto #producto_detalles_multiples tr.agotado td.td-cantidad {
	pointer-events: none;
	opacity: .25;
	white-space: nowrap
}

.producto #producto_detalles_multiples tr td.td-cantidad {
	width: 155px
}

.producto #producto_detalles_multiples tr td.td-cantidad * {
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 45px;
	line-height: 43px;
	width: 45px;
	display: inline-block;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.producto #producto_detalles_multiples tr td.td-cantidad span {
	border-left: 0;
	border-right: 0
}

.producto #producto_detalles_multiples tr td.td-disponibilidad b {
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1em
}

.producto #resumen_compra_multiple {
	position: fixed;
	padding: 10px 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00488B;
	z-index: 9
}

.producto #resumen_compra_multiple * {
	display: inline-block;
	color: #FFFFFF
}

.producto #resumen_compra_multiple .importe_total_multiple {
	font-size: 1.6em;
	line-height: 43px;
	margin-right: 60px
}

.producto #resumen_compra_multiple .importe_total_multiple .importe {
	font-size: 1.25em;
	font-weight: 500
}

.kit_digital {
	padding: 20px;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto
}

.kit_digital img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}
