.contenedor {
	max-width: 1280px;
	margin: 0 auto;
}

.acceso {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.acceso .formulario {
	width: 50%;
	height: calc(100vh);
	height: calc(var(--vh, 1vh) * 100);
	background: #ebeff1;
	position: relative;
}

.acceso .formulario .campos .campo input[type="email"] {
	background-image: url(../img/web/usr.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.acceso .formulario .abs {
	position: absolute;
	top: 50%;
	left: 50px;
	right: 50px;
	transform: translateY(-50%);
}

.acceso .formulario .logo {
	text-align: center;
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

.acceso .formulario .logo img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.acceso .formulario .titulo {
	font-size: 1.67em;
	display: block;
	text-align: center;
	margin-top: 35px;
	color: #56a0d5;
	font-weight: 600;
	margin-bottom: 25px;
}

.acceso .formulario form .olvidado {
	margin-top: 35px;
	margin-bottom: 35px;
}

.acceso .formulario form .olvidado .checks {
	float: left;
}

.acceso .formulario form .olvidado a {
	float: right;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 40px;
}

.acceso .formulario form .botones {
	margin-top: 10px
}

.acceso .formulario form .botones .boton {
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 70px;
	border-radius: 50px;
	text-align: center;
	color: white;
	background: #28225c
}

.acceso .foto {
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

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

.acceso .foto .txt {
	color: white;
	position: absolute;
	top: 50%;
	left: 70px;
	right: 70px;
	z-index: 2;
	transform: translateY(-50%);
}

.acceso .foto .txt .tit {
	font-size: 3.3em;
	font-weight: 300;
}

.acceso .foto .txt .subtit {
	font-size: 5.6em;
	font-weight: 500;
}

.desplegable_recordar,
.desplegable_verificar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 15
}

.desplegable_recordar .interior,
.desplegable_verificar .interior {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 440px;
	margin: 0 auto;
	padding: 50px;
	padding-top: 100px;
	background: white;
	z-index: 2;
	transform: translate(0, -50%)
}

.desplegable_recordar .interior .superior,
.desplegable_verificar .interior .superior {
	text-align: center
}

.desplegable_recordar .interior .superior .titulo,
.desplegable_verificar .interior .superior .titulo {
	display: block;
	font-size: 1.67em;
	font-weight: 600;
	color: #56a0d5;
	text-transform: uppercase;
	line-height: 1em
}

.desplegable_recordar .interior .superior .subtitulo,
.desplegable_verificar .interior .superior .subtitulo {
	display: block;
	margin-top: 10px;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 20px
}

.desplegable_recordar .interior .inferior,
.desplegable_verificar .interior .inferior {
	margin-top: 20px
}

.desplegable_recordar .interior .inferior form .botones,
.desplegable_verificar .interior .inferior form .botones {
	margin-top: 20px
}

.desplegable_recordar .interior .inferior form .botones .boton,
.desplegable_verificar .interior .inferior form .botones .boton {
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 70px;
	border-radius: 50px;
	text-align: center;
	color: white;
	background: #28225c;
}

.desplegable_recordar .interior .cerrar_recordar,
.desplegable_verificar .interior .cerrar_verificar {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url('../img/web/close.svg') no-repeat center;
	background-size: 50px;
}

.desplegable_recordar .fondo,
.desplegable_verificar .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(66, 55, 52, .75);
	z-index: 1
}

.fondo_fadis {
	padding: 50px 20px;
	background: url(../img/web/fadis_big.png) left 30px top 30px no-repeat;
	background-size: 95%;
}

.intro_rotulos {
	position: relative;
}

.intro_rotulos .titulo {
	font-size: 1.45em;
	font-weight: 600;
	color: #56a0d5;
	margin: 0;
}

.intro_rotulos .subtitulo {
	font-weight: 500;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	font-size: 3em;
}

.item_producto,
.item_marca,
.item_categoria {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 40px;
	position: relative;
	width: calc(20% - 16px);
}

.item_producto:after,
.item_categoria:after {
	left: 10px;
	right: 10px;
	height: 20px;
	content: '';
	position: absolute;
	bottom: 0;
	transform: translateY(10px);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
}
.item_categoria .shadow, .item_categoria:after {
	display: none;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.amarillo ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.amarillo:after,
.item_producto.amarillo:after,
.item_categoria.amarillo:after {
	background: #e6a73a;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo:after,
.item_producto.rojo:after,
.item_categoria.rojo:after {
	background: #b73f32;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo2 ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo2:after,
.item_producto.rojo2:after,
.item_categoria.rojo2:after {
	background: #7a1521;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo3 ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.rojo3:after,
.item_producto.rojo3:after,
.item_categoria.rojo3:after {
	background: #826942;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.naranja ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.naranja:after,
.item_producto.naranja:after,
.item_categoria.naranja:after {
	background: #BA6827;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.rosa ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.rosa:after,
.item_producto.rosa:after,
.item_categoria.rosa:after {
	background: #CB8D8C;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.azul ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.azul:after,
.item_producto.azul:after,
.item_categoria.azul:after {
	background: #86b3d7;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.verde ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.verde:after,
.item_producto.verde:after,
.item_categoria.verde:after {
	background: #007d00;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.marron ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.marron:after,
.item_producto.marron:after,
.item_categoria.marron:after {
	background: #5f3312;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1.marron2 ul:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1.marron2:after,
.item_producto.marron2:after,
.item_categoria.marron2:after {
	background: #9D543B;
}

.item_categoria .sticky {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: white;
	z-index: 1;
	display: none;
}

.item_categoria .sticky:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border-radius: 100%;
}

.item_categoria.amarillo .sticky:after {
	background: #e6a73a;
}
.item_categoria.rojo .sticky:after {
	background: #b73f32;
}
.item_categoria.rojo2 .sticky:after {
	background: #7a1521;
}
.item_categoria.rojo3 .sticky:after {
	background: #826942;
}
.item_categoria.naranja .sticky:after {
	background: #BA6827;
}
.item_categoria.rosa .sticky:after {
	background: #CB8D8C;
}
.item_categoria.azul .sticky:after {
	background: #86b3d7;
}
.item_categoria.verde .sticky:after {
	background: #007d00;
}
.item_categoria.marron .sticky:after {
	background: #5f3312;
}
.item_categoria.marron2 .sticky:after {
	background: #9D543B;
}

.item_producto .imagen,
.item_marca .imagen,
.item_categoria .imagen {
	display: block;
	position: relative;
}

.item_producto .imagen img,
.item_marca .imagen img,
.item_categoria .imagen img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	border-top-right-radius: 60px;
}
.item_categoria .imagen img {
	border-top-right-radius: 10px;
}

.item_producto:nth-child(5n),
.item_marca:nth-child(5n),
.item_categoria:nth-child(5n) {
	margin-right: 0;
}

.item_categoria .titulo {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 20px;
	padding: 0 20px;
	line-height: 60px;
	font-size: 1.5em;
	background: white;
	color: #28225c;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	border-radius: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fondo_white,
.fondo_fadis_alt {
	background-color: #eaeff1;
	background-image: url(../img/web/fadis_big_alt.png);
	background-size: 78%;
	background-position: left 30px top 30px;
}

.marcas {
	padding-bottom: 0;
}

.item_marca {
	padding: 10px;
	padding-bottom: 62px;
	border-radius: 10px;
	background: white;
	z-index: 1;
}

.item_marca:before,
.item_marca:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #9abfca;
	content: '';
	z-index: -1;
	transform: rotate(3deg);
	border-radius: 10px;
}

.item_marca:before {
	transform: none;
	background: white;
	z-index: 1;
}

.item_marca .imagen {
	z-index: 2;
	position: relative;
}

.item_marca .imagen img {
	border-radius: 10px;
}

.item_marca .titulo {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 2;
	height: 40px;
	padding: 0 10px;
	font-size: 1.58em;
	color: #28225c;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shadow {
	height: 120px;
	display: block;
	background: url(../img/web/shadow.png) top center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	z-index: -1;
}

.carrusel .item_producto,
.owl_marcas .item_marca {
	display: none;
}

.carrusel .item_producto:nth-child(1),
.carrusel .item_producto:nth-child(2),
.carrusel .item_producto:nth-child(3),
.carrusel .item_producto:nth-child(4),
.carrusel .item_producto:nth-child(5),
.owl_marcas .item_marca:nth-child(1),
.owl_marcas .item_marca:nth-child(2),
.owl_marcas .item_marca:nth-child(3),
.owl_marcas .item_marca:nth-child(4),
.owl_marcas .item_marca:nth-child(5) {
	display: inline-block;
}

.carrusel .owl-loaded .item_producto,
.owl_marcas.owl-loaded .item_marca {
	width: auto;
	margin-right: 0;
	display: block;
}

.carrusel .owl-stage-outer,
.owl_marcas .owl-stage-outer {
	padding-bottom: 120px;
}

.owl-nav {
	position: absolute;
	top: 0px;
	transform: translateY(-100%);
	right: 0
}

.owl-nav [class^="owl-"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 100%;
	background: url('../img/web/left.png') no-repeat center white;
}

.owl-nav.inactivo [class^="owl-"] {
	pointer-events: none
}

.owl-nav [class^="owl-"].disabled {
	pointer-events: none;
	opacity: .5;
}

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

.fondo_white {
	background-image: url(../img/web/fadis_big_white.png);
	background-color: transparent;
	padding-bottom: 0;
}

.item_producto {
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	border-top-right-radius: 60px;
}

.item_producto .texto {
	padding: 20px;
	padding-bottom: 80px;
	background: white;
	position: relative;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.item_producto .texto:after {
	top: 0;
	position: absolute;
	right: 10px;
	left: 10px;
	content: '';
	background: #E7E7E7;
	height: 2px;
}

.item_producto .texto .titulo {
	font-weight: 700;
	font-size: 1.2em;
	color: #373737;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 15px;
	margin-bottom: 10px;
	height: 30px;
}

.item_producto .texto .titulo a {
	color: inherit;
}

.item_producto .texto .pesos,
.item_producto .texto .referencia {
	font-weight: 500;
	font-size: 1.3em;
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}

.item_producto .texto .pesos.pieza {
	font-size: 1.458em;
	font-weight: 600;
}

.item_producto .texto .pesos span {
	display: block;
	margin-top: 5px;
}

.item_producto .shadow {
	z-index: -2;
}

.item_producto .botones {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 1;
}

.item_producto .boton {
	width: calc(33.333% - 20px);
	height: 40px;
	position: relative;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.item_producto .boton.ver_precios {
	background-image: url(../img/web/euro_b.svg);
}

.item_producto .boton.comprar {
	background-image: url(../img/web/bag.svg);
}

.item_producto .boton.ver_ficha {
	background-image: url(../img/web/paste.svg);
}

.item_producto .zoom {
	background: url(../img/web/fotos_w.svg) center no-repeat rgba(0, 147, 222, .8);
	background-size: 20px;
	border-radius: 50%;
	height: 40px;
	left: 5px;
	margin: 0;
	position: absolute;
	top: 5px;
	width: 40px;
	z-index: 2;
}

.item_producto .en_presupuesto {
	background: url(../img/web/ico_check.svg) center no-repeat rgba(50, 160, 50, 0.8);
	background-size: 25px;
	border-radius: 50%;
	height: 40px;
	right: 5px;
	margin: 0;
	position: absolute;
	bottom: 5px;
	width: 40px;
	z-index: 2;
}

.carrusel .owl-nav [class^="owl-"] {
	background-color: #0093de;
	background-image: url('../img/web/leftw.png');
}

body.general,
body.inicio {
	padding-top: 90px;
}

.pie,
.cabecera {
	height: 90px;
	position: fixed;
	left: 10px;
	top: 0;
	right: 10px;
	z-index: 9;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 10%);
}

.pie .contenedor,
.cabecera .contenedor {
	position: relative;
	z-index: 2;
	padding: 25px;
	background: white;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.pie:after,
.cabecera:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	bottom: 0;
	background: #dadada;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	transform: translateY(6px);
	z-index: -1;
}

.cabecera .izquierda {
	float: left;
}

.cabecera .derecha {
	float: right;
}

.desplegar_menu,
.desplegar_filtros,
.desplegar_marcas,
.desplegar_buscar,
.desplegar_minicesta,
.desplegar_cliente,
.desplegar_usuario {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: solid 1px #f0f0f0;
	vertical-align: top;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.usuario,
.minicesta {
	display: inline-block;
	vertical-align: top;
}

.ico_menu {
	background-image: url(../img/web/dots.svg);
	background-color: #0093de;
	border-top-right-radius: 15px;
}

.ico_filtros {
	background-image: url(../img/web/filter.svg);
}

.ico_marcas {
	background-image: url(../img/web/book.svg);
}

.ico_marcas.sel {
	background-image: url(../img/web/bookw.svg);
	background-color: #28225c;
}

.ico_buscar {
	background-image: url(../img/web/search.svg);
}

.ico_cesta {
	background-image: url(../img/web/bago.svg);
}

.desplegar_cliente {
	background-image: url(../img/web/ico_cliente.svg);
	margin-right: 10px;
	position: relative;
}

.desplegar_cliente:after {
	position: absolute;
	height: 12px;
	width: 12px;
	content: '';
	border-radius: 50%;
	background: #b73f32;
	top: -6px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
}

.desplegar_cliente.hay_cliente:after {
	background: #007d00;
}

.cabecera .logo {
	display: inline-block;
	height: 40px;
	margin-left: 20px;
	vertical-align: top;
}

.cabecera .logo img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-top: 5px;
}

.desplegable_precios,
.desplegable_filtros,
.desplegable_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden
}

.desplegable_precios {
	z-index: 19;
}

.desplegable_precios.desplegado,
.desplegable_filtros.desplegado,
.desplegable_menu.desplegado {
	opacity: 1;
	visibility: visible
}

.desplegable_precios .interior,
.desplegable_filtros .interior,
.desplegable_menu .interior {
	background: #ecf0f2;
	z-index: 2;
	height: calc(100vh);
	height: calc(var(--vh, 1vh) * 100);
	transform: translate(0, -100%);
	transition-delay: 250ms
}

.desplegable_precios.desplegado .interior,
.desplegable_filtros.desplegado .interior,
.desplegable_menu.desplegado .interior {
	transform: none
}

.desplegable_precios .interior .superior,
.desplegable_filtros .interior .superior,
.desplegable_menu .interior .superior {
	position: relative;
	height: 120px;
}

.desplegable_precios .interior .superior .cerrar_precios,
.desplegable_filtros .interior .superior .cerrar_filtros,
.desplegable_menu .interior .superior .cerrar_menu {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background: white;
	border-radius: 100%;
}

.desplegable_precios .interior .superior .cerrar_precios:before,
.desplegable_filtros .interior .superior .cerrar_filtros:before,
.desplegable_menu .interior .superior .cerrar_menu:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: url('../img/web/closeb.svg') no-repeat center;
	background-size: 20px;
	transform: translate(-50%, -50%);
	transition: all 250ms linear
}

.desplegable_menu .inferior ul.nivel1 {
	margin: 0;
	padding: 0 40px 40px 40px;
	max-height: calc(100vh - 120px);
	max-height: calc(var(--vh, 1vh) * 100 - 120px);
	overflow: auto;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: calc(20% - 32px);
	vertical-align: top;
	margin-right: 40px;
	font-size: 1.67em;
	font-weight: 600;
	text-align: center;
	color: #28225c;
	position: relative;
	padding: 40px 0 0 0;
}

.desplegable_menu .inferior ul.nivel2:after,
.desplegable_menu .inferior ul.nivel1 li.nivel1:after {
	content: '';
	position: absolute;
	top: 0;
	height: 11px;
	left: 0;
	right: 0;
	border-radius: 100px;
	z-index: 1;
}

.desplegable_menu .inferior ul.nivel2:after {
	top: unset;
	bottom: 0;
	height: 21px;
	transform: translateY(100%);
}

.desplegable_menu .inferior ul.nivel1 li.nivel1 a {
	color: inherit;
}

.desplegable_menu .inferior ul.nivel1 li.nivel1:nth-child(5) {
	margin-right: 0;
}

.desplegable_menu .inferior ul.nivel2 {
	margin: 0;
	padding: 25px 0;
	position: relative;
	list-style: none;
}

.desplegable_menu .inferior ul.nivel2 li.nivel2 {
	font-weight: 500;
	display: block;
	margin: 10px 0;
	font-size: 14px;
	line-height: 40px;
}

.desplegable_menu .inferior ul.nivel2:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 121px;
	left: 0;
	right: 0;
	z-index: 1;
	background: url(../img/web/shadow.png) top center no-repeat;
	transform: translateY(calc(100% + 21px));
}

.desplegar_marcas,
.desplegar_buscar {
	margin-left: 10px;
}

.desplegar_cliente,
.usuario {
	margin-left: 50px;
}

.desplegar_usuario {
	text-indent: 0;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	color: white;
	font-size: 2em;
	background-color: #28225c;
}

.cabecera .usuario .desplegable_usuario {
	position: absolute;
	top: 82px;
	right: 25px;
	margin: 0;
	padding: 30px 10px;
	border-radius: 5px;
	background: white;
	z-index: 1;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
	opacity: 0;
	visibility: hidden;
	transform: translate(20px, 0)
}

.cabecera .usuario .desplegable_usuario:after {
	left: 10px;
	right: 10px;
	height: 10px;
	content: '';
	position: absolute;
	bottom: 0;
	transform: translateY(10px);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
	background: #0093de;
}

.cabecera .usuario .desplegable_usuario.desplegado {
	opacity: 1;
	visibility: visible;
	transform: none
}

.cabecera .usuario .desplegable_usuario:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 15px;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid #0093de;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent
}

.cabecera.especial .usuario .desplegable_usuario:before {
	border-bottom-color: #ede6d7
}

.cabecera .usuario .desplegable_usuario li {
	display: block;
	margin-bottom: 10px
}

.cabecera .derecha .usuario .desplegable_usuario li:last-child {
	margin-bottom: 0
}

.cabecera .derecha .usuario .desplegable_usuario li a {
	display: block;
	font-size: 1.67em;
	line-height: 40px;
	text-align: left;
	font-weight: 600;
	color: #373737;
	min-width: 208px;
	padding-left: 50px;
	border-bottom: solid 1px #e8e8e8;
	background-position: left 18px center;
	background-repeat: no-repeat;
	background-size: 20px;
	white-space: nowrap
}

.cabecera .derecha .usuario .desplegable_usuario li a.ico_user {
	background-image: url(../img/web/usrb.svg);
}

.cabecera .derecha .usuario .desplegable_usuario li a.ico_clientes {
	background-image: url(../img/web/usersb.svg);
}

.cabecera .derecha .usuario .desplegable_usuario li a.ico_presupuestos {
	background-image: url(../img/web/fileb.svg);
}

.cabecera .derecha .usuario .desplegable_usuario li a.ico_salir {
	background-image: url(../img/web/exitb.svg);
}

.desplegable_buscar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto;
	background: white;
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, -100%);
	transition: all 500ms linear
}

.desplegable_buscar.desplegado {
	opacity: 1;
	visibility: visible;
	transform: none
}

.desplegable_buscar form {
	padding: 20px 80px;
	background: #001c67
}

.desplegable_buscar form .campo {
	position: relative
}

.desplegable_buscar form .campo input[type="text"] {
	display: block;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 40px;
	color: white;
	background: none
}

.desplegable_buscar form .campo input[type="text"]::-webkit-input-placeholder {
	color: white
}

.desplegable_buscar form .campo input[type="text"]:-moz-placeholder {
	color: white
}

.desplegable_buscar form .campo input[type="text"]::-moz-placeholder {
	color: white
}

.desplegable_buscar form .campo input[type="text"]:-ms-input-placeholder {
	color: white
}

.desplegable_buscar .resultados_productos {
	position: relative;
	display: none;
}

.desplegable_buscar .resultados_productos .interior {
	height: calc(100vh - 160px);
	height: calc(var(--vh, 1vh) * 100 - 160px);
	overflow-y: auto;
	padding: 0 30px;
}

.desplegable_buscar .resultados_productos .interior .item_producto {
	margin-bottom: 90px;
	margin-top: 0;
}

.desplegable_buscar .vacio {
	display: none;
	padding: 80px 0
}

.desplegable_buscar .vacio span {
	display: block;
	font-size: 1.25em;
	line-height: 15px;
	letter-spacing: .25em;
	text-align: center
}

.desplegable_buscar .cerrar_buscar {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: #0093de
}

.desplegable_buscar .cerrar_buscar:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: url('../img/web/closew.svg') no-repeat center;
	background-size: 20px;
	transform: translate(-50%, -50%);
	transition: all 250ms linear
}

.desplegable_buscar .resultados_categorias {
	display: none;
	margin: 0;
	padding: 20px 80px
}

.desplegable_buscar .resultados_categorias li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	padding-left: 30px
}

.desplegable_buscar .resultados_categorias li:first-child {
	padding-left: 0
}

.desplegable_buscar .resultados_categorias li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14.5px;
	width: 1px;
	background: #191919
}

.desplegable_buscar .resultados_categorias li:first-child:before {
	content: none
}

.desplegable_buscar .resultados_categorias li a {
	display: block;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 15px;
	color: #191919
}

.desplegable_buscar .resultados_categorias li.sel a {
	color: #0093de
}

.subcategorias .item_categoria .sticky {
	display: none;
}

.subcategorias .item_categoria .titulo {
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 10px;
	padding: 10px;
	line-height: 1.4em;
	height: 4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: initial;
}

.volver {
	line-height: 60px;
	padding-right: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 189px;
	padding-left: 90px;
	font-weight: 600;
	font-size: 1.67em;
	color: white;
	text-transform: uppercase;
	border-radius: 100px;
	float: right;
	background: url(../img/web/leftw.png) left 30px center no-repeat #0093de;
}

.pie {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	box-shadow: 0px -10px 20px 0px rgb(0 0 0 / 10%);
}

.pie:after {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	transform: translateY(-6px);
}

.pie .contenedor {
	height: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.pie ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: 500;
	float: left;
}

.pie ul:nth-child(2) {
	float: right;
}

.pie ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 44px;
	margin: 0 10px;
}

.pie ul li a {
	display: inline-block;
	line-height: 44px;
	color: inherit;
}

.endgame {
	text-align: center;
	position: absolute;
	max-width: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1em;
	font-weight: 600;
}

.endgame a {
	display: block;
	margin-top: 10px;
}

main.contenedor {
	min-height: calc(100vh - 90px - 90px);
	min-height: calc(var(--vh, 1vh) * 100 - 90px - 90px);
}

.listado_marcas .item_marca:last-child {
	margin-bottom: 120px;
}

.desplegable_precios .interior .superior,
.desplegable_filtros .interior .superior {
	height: 120px;
}

.desplegable_filtros .interior .filtros {
	height: calc(100vh - 240px);
	height: calc(var(--vh, 1vh) * 100 - 240px);
	overflow-y: auto;
	padding: 0 30px;
}

.desplegable_filtros .interior .filtros .bloque_filtro {
	padding-bottom: 12px;
}

.desplegable_filtros .interior .inferior .rotulo_filtro {
	font-weight: 700;
	font-size: 1.67em;
	color: #28225c;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 22px;
	position: relative;
	text-indent: 10px;
	text-transform: uppercase;
}

.desplegable_filtros .interior .inferior .rotulo_filtro:before {
	background: url('../img/web/checkb.svg') no-repeat center left;
	background-size: 20px;
	content: '';
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.desplegable_filtros .interior .inferior .rotulo_filtro.sel:before {
	background-image: url(../img/web/checkedb.svg);
}

.desplegable_filtros .interior .inferior .rotulo_filtro:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 11px;
	border-radius: 100px;
	z-index: 1;
}

.desplegable_filtros .interior .inferior .rotulo_filtro.amarillo:after {
	background: #e6a73a;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.amarillo_claro:after {
	background: #e6c02c;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.rojo:after {
	background: #b73f32;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.rojo2:after {
	background: #7a1521;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.rojo3:after {
	background: #826942;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.azul:after {
	background: #86b3d7;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.naranja:after {
	background: #BA6827;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.rosa:after {
	background: #CB8D8C;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.verde:after {
	background: #007d00;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.marron:after {
	background: #5f3312;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.marron2:after {
	background: #9D543B;
}
.desplegable_filtros .interior .inferior .rotulo_filtro.gris:after {
	background: #93b6c1;
}

.desplegable_filtros .interior .inferior .filtros ul {
	margin: 0;
	padding: 0 5px;
}

.desplegable_filtros .interior .inferior .filtros ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.desplegable_filtros .interior .inferior .filtros ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-bottom: 16px
}

.desplegable_filtros .interior .inferior .filtros ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	font-size: 1.4em;
	padding-right: 8px;
	line-height: 20px;
	color: #28225c
}

.desplegable_filtros .interior .inferior .filtros ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../img/web/checkb.svg') no-repeat center left;
	background-size: 20px;
	transform: translate(0, -50%)
}

.desplegable_filtros .interior .inferior .filtros ul li.sel a:before {
	background-image: url(../img/web/checkedbf.svg);
}

.desplegable_filtros .botones {
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
	z-index: 1;
	bottom: 20px;
}

.desplegable_filtros .botones a {
	line-height: 60px;
	width: 50%;
	max-width: 460px;
	display: inline-block;
	text-align: center;
	font-size: 1.67em;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 100px;
	color: white;
	background: #0093de;
}

.desplegable_filtros .botones a.filtrar {
	float: right;
}

.desplegable_filtros .botones a.limpiar {
	color: #0093de;
	background: transparent;
	box-shadow: 0 0 0 1px #0093de inset;
}

.desplegable_precios .interior {
	background: white;
	text-align: center;
}

.desplegable_precios .interior .superior .cerrar_precios {
	background-color: #0093de;
}

.desplegable_precios .interior .superior .cerrar_precios:before {
	background-image: url(../img/web/closew.svg);
}

.desplegable_precios .inferior .item_producto {
	margin: 0 auto;
}

.desplegable_precios .item_producto {
	box-shadow: none;
	width: 100%;
}

.desplegable_precios .cabecera_producto {
	border-bottom: solid 1px #DADADA;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.desplegable_precios .item_producto .imagen {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 25%;
}

.desplegable_precios .item_producto .texto {
	border-radius: 0;
	border: 0;
	display: inline-block;
	font-size: 1.2em;
	margin: 0 2%;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	width: 46%;
}

.desplegable_precios .item_producto .texto * {
	padding: 0;
	text-align: left;
}

.desplegable_precios .item_producto .texto:after {
	display: none;
}

.desplegable_precios .item_producto .pesos {
	padding: 0;
}

.desplegable_precios .item_producto .titulo {
	font-size: 1.333em;
	height: auto;
}

.desplegable_precios .item_producto .texto .selector_formatos {
	width: 100%;
	padding: 2px;
	font-size: 1.2em;
}

.desplegable_precios .item_producto .imagen img {
	border-radius: 5px;
}

.desplegable_precios .item_producto .tarifa_estandar {
	background: #EEEEEE;
	border-radius: 5px;
	display: none;
	float: right;
	font-size: 1.25em;
	line-height: 1.85em;
	padding: 12px;
	text-align: right;
	vertical-align: top;
	width: 25%;
}

.desplegable_precios .item_producto .tarifa_estandar b {
	float: left;
}

.desplegable_precios .inferior {
	position: absolute;
	background: white;
	padding: 20px;
	left: 0;
	right: 0;
	max-width: 820px;
	margin: 0 auto;
	top: 140px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
	border-radius: 10px;
	z-index: 1;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}

.desplegable_precios .precios_tarifas {
	padding-bottom: 15px;
	text-align: center;
}

.desplegable_precios .precios_tarifas .tarifa {
	display: inline-block;
	width: calc(20% - 20px);
	margin: 8px 10px;
	position: relative;
	vertical-align: top;
}

.desplegable_precios .precios_tarifas .tarifa.selected .valor {
	background-color: #0093de;
	color: white;
}

.desplegable_precios .precios_tarifas .tarifa .rotulo {
	font-size: 1.4em;
	font-weight: 500;
}

.desplegable_precios .precios_tarifas .tarifa .valor {
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 0 1px inset #dadada;
	font-size: 1.667em;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	padding: 0 55px 0 10px;
	text-align: right;
	width: 100%;
}

.desplegable_precios .precios_tarifas .tarifa:after {
	content: '€';
	font-size: 1.5em;
	font-weight: 600;
	bottom: 10px;
	right: 10px;
	position: absolute;
}
.desplegable_precios .precios_tarifas .tarifa.tipo_precio_:after {
	content: '€';
}
.desplegable_precios .precios_tarifas .tarifa.tipo_precio_1:after {
	content: '€/Kg';
}
.desplegable_precios .precios_tarifas .tarifa.tipo_precio_2:after {
	content: '€/Ud';
}

.desplegable_precios .aplicar {
	background: #0093DE;
	border-radius: 100px;
	color: white;
	display: block;
	font-size: 1.667em;
	font-weight: 600;
	line-height: 50px;
	margin-top: 10px;
	margin: 0 auto;
	max-width: 208px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.desplegable_precios .inferior.amarillo {
	border-color: #e6a73a;
}
.desplegable_precios .inferior.rojo {
	border-color: #b73f32;
}
.desplegable_precios .inferior.rojo2 {
	border-color: #7a1521;
}
.desplegable_precios .inferior.rojo3 {
	border-color: #826942;
}
.desplegable_precios .inferior.naranja {
	border-color: #BA6827;
}
.desplegable_precios .inferior.rosa {
	border-color: #CB8D8C;
}
.desplegable_precios .inferior.azul {
	border-color: #86b3d7;
}
.desplegable_precios .inferior.verde {
	border-color: #007d00;
}
.desplegable_precios .inferior.marron {
	border-color: #5f3312;
}
.desplegable_precios .inferior.marron2 {
	border-color: #9D543B;
}

.desplegable_precios .inferior .limit {
	position: relative;
	max-height: 440px;
	overflow: auto;
	z-index: 1;
}

.desplegable_precios .seleccionar_formato {
	font-size: 1.458em;
	text-align: left;
}
.desplegable_precios .seleccionar_formato .titulo {
	font-weight: 500;
	padding-bottom: 8px;
}
.desplegable_precios .seleccionar_formato .selector_formatos {
	background: url(../img/web/chevron_down.svg) right 10px center no-repeat #FFFFFF;
	background-size: 28px;
	border-radius: 5px;
	border: 2px solid #0093DE;
	color: #0093DE;
	padding: 10px;
	font-size: 1em;
	margin-bottom: 20px;
	width: 100%;
}

/*ficha producto*/
.producto {
	position: relative;
}

.producto .superior {
	position: relative;
}

.producto .superior .izquierda {
	float: left
}

.producto .superior .izquierda .volver {
	width: 44px;
	position: relative;
	right: unset;
	top: unset;
	left: unset;
	float: none;
	display: inline-block;
	margin-right: 20px;
	background-image: url(../img/web/return.svg);
	background-size: 24px;
	padding: 0;
	height: 44px;
	bottom: unset;
	text-indent: -999px;
	overflow: hidden;
	background-position: center;
}

.producto .superior .derecha {
	float: right
}

.producto .superior .derecha a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	font-size: 1.45em;
	font-weight: 600;
	line-height: 44px;
	color: #373737
}

.producto .superior .derecha a:last-child {
	margin-right: 0
}

.producto .superior .derecha a.anterior {
	padding-left: 60px;
	background: url('../img/web/left.png') no-repeat center left
}

.producto .superior .derecha a.siguiente {
	padding-right: 60px;
	background: url('../img/web/right.png') no-repeat center right
}

.producto .inferior {
	margin-top: 30px
}

.producto .inferior .izquierda {
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 40px
}

.producto .inferior .izquierda .principal {
	display: block;
	overflow: hidden
}

.producto .inferior .izquierda .principal img {
	display: block;
	width: 100%;
	border-radius: 10px;
	height: auto
}

.producto .inferior .izquierda .secundarias {
	margin-top: 20px
}

.producto .inferior .izquierda .secundarias .imagen {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 10px);
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden
}

.producto .inferior .izquierda .secundarias .imagen:nth-of-type(1) {
	margin-top: 0
}

.producto .inferior .izquierda .secundarias .imagen:nth-of-type(2) {
	margin-top: 0
}

.producto .inferior .izquierda .secundarias .imagen:nth-of-type(2n) {
	margin-right: 0
}

.producto .inferior .izquierda .secundarias .imagen img {
	display: block;
	width: 100%;
	border-radius: 10px;
	height: auto
}

.producto .inferior .derecha {
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: top;
	width: 50%
}

.producto .inferior .derecha .texto .titulo {
	display: block;
	font-size: 3.2em;
	font-weight: 600;
}

.producto .inferior .derecha .texto .precios {
	margin-top: 20px
}

.producto .inferior .derecha .texto .precios .desde {
	display: block;
	font-size: 1.35em;
	line-height: 15px
}

.producto .inferior .derecha .texto .precios .precio {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 3em;
	font-weight: 600;
	line-height: 1em
}

.producto .inferior .derecha .texto .precios .precio_anterior {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 3em;
	font-weight: 600;
	line-height: 1em;
	position: relative
}

.producto .inferior .derecha .texto .precios .precio_anterior:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	left: 30px;
	right: 20px;
	background: #373737
}

.producto .inferior .derecha .texto .precios .precio_anterior:before {
	content: '-';
	display: inline-block;
	vertical-align: baseline;
	margin: 0 10px
}

.producto .inferior .derecha .texto .precios .iva {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding-top: 15px;
	font-size: 1.35em;
	line-height: 15px
}

.producto .inferior .derecha .texto .precios .precio_por_kilo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding-top: 15px;
	font-size: 1.35em;
	line-height: 15px
}

.producto .inferior .derecha .texto .pesos,
.producto .inferior .derecha .texto .referencia {
	font-weight: 500;
	font-size: 1.45em;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
}

.producto .inferior .derecha .texto .pesos span {
	display: block;
	margin-top: 5px;
}

/*.producto .inferior .derecha .texto .comprar {
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dashed #373737
}*/
.producto .inferior .derecha .texto .comprar .propiedades {
	padding-right: 20px
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad {
	position: relative;
	margin-bottom: 20px
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad:last-child {
	margin-bottom: 0
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad span {
	display: block;
	font-size: 2.5em;
	line-height: 1em
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegar_propiedad {
	display: block;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 75px;
	border-radius: 60px;
	font-size: 1.65em;
	line-height: 60px;
	color: #ede6d7;
	background: url('../img/web/desplegar_w.png') no-repeat center right 30px #373737;
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 20px 30px;
	border-radius: 30px;
	background: #ede6d7;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translate(-20px, 0)
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad.desplegado {
	opacity: 1;
	visibility: visible;
	transform: none
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 32.5px;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid #ede6d7;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad li {
	display: block;
	margin-bottom: 15px
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad li:last-child {
	margin-bottom: 0
}

.producto .inferior .derecha .texto .comprar .propiedades .propiedad .desplegable_propiedad li a {
	display: block;
	font-size: 1.65em;
	line-height: 20px;
	color: #373737;
}

/*.producto .inferior .derecha .texto .comprar .boton {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding-left: 30px;
	padding-right: 65px;
	border-radius: 60px;
	font-size: 1.65em;
	line-height: 60px;
	color: #ede6d7;
	background: url('../img/web/comprar_w.png') no-repeat center right 30px #373737
}*/
.producto .acciones_producto {
	padding: 10px 0 15px;
}

.producto .acciones_producto a {
	display: inline-block;
	background: #0093DE;
	border-radius: 100px;
	color: white;
	font-size: 1.667em;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
	padding: 0 22px;
	text-transform: uppercase;
}

.producto .informacion_nutricional,
.producto .inferior .derecha .texto .descripcion {
	position: relative;
	margin-top: 10px;
	padding-top: 25px;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 1.5
}

.producto .informacion_nutricional:after,
.producto .inferior .derecha .texto .descripcion:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 10px;
	border-radius: 100px;
	z-index: 1;
}

.producto .inferior .derecha .texto .descripcion.alergenos img {
	width: 20%;
	height: auto;
}

.producto .inferior .derecha .texto .descripcion.adjuntos {
	padding-top: 35px;
}

.producto .inferior .derecha .texto .descripcion.adjuntos a {
	display: inline-block;
	background: #0093DE;
	border-radius: 100px;
	color: white;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	padding: 0 22px;
	text-transform: uppercase;
}

.producto .informacion_nutricional p,
.producto .informacion_nutricional ul,
.producto .informacion_nutricional ol,
.producto .inferior .derecha .texto .descripcion p,
.producto .inferior .derecha .texto .descripcion ul,
.producto .inferior .derecha .texto .descripcion ol {
	margin: 0;
	margin-bottom: 15px;
	padding: 0
}

.producto .informacion_nutricional p,
.producto .inferior .derecha .texto .descripcion p {
	text-align: justify;
}

.producto .informacion_nutricional p:last-child,
.producto .informacion_nutricional ul:last-child,
.producto .informacion_nutricional ol:last-child,
.producto .inferior .derecha .texto .descripcion p:last-child,
.producto .inferior .derecha .texto .descripcion ul:last-child,
.producto .inferior .derecha .texto .descripcion ol:last-child {
	margin-bottom: 0
}

.producto .informacion_nutricional ul,
.producto .inferior .derecha .texto .descripcion ul {
	margin-left: 30px;
}

.producto .informacion_nutricional ol,
.producto .inferior .derecha .texto .descripcion ol {
	margin-left: 30px;
	counter-reset: contador
}

.producto .informacion_nutricional ul li,
.producto .informacion_nutricional ol li,
.producto .inferior .derecha .texto .descripcion ul li,
.producto .inferior .derecha .texto .descripcion ol li {
	display: block;
	margin-bottom: 5px
}

.producto .informacion_nutricional ol li,
.producto .inferior .derecha .texto .descripcion ol li {
	counter-increment: contador
}

.producto .informacion_nutricional ul li:last-child,
.producto .informacion_nutricional ol li:last-child,
.producto .inferior .derecha .texto .descripcion ul li:last-child,
.producto .inferior .derecha .texto .descripcion ol li:last-child {
	margin-bottom: 0
}

.producto .informacion_nutricional ul li:before,
.producto .inferior .derecha .texto .descripcion ul li:before {
	content: '- '
}

.producto .informacion_nutricional ol > li:before,
.producto .inferior .derecha .texto .descripcion ol > li:before {
	content: counter(contador) ' - '
}

.producto .informacion_nutricional a,
.producto .inferior .derecha .texto .descripcion a {
	text-decoration: underline;
	color: inherit;
	transition: all 250ms linear
}

.producto .informacion_nutricional strong,
.producto .inferior .derecha .texto .descripcion strong {
	font-weight: 600
}

.migas {
	display: inline-block;
	vertical-align: top;
}

.migas .segmentos {
	font-size: 1.45em;
	font-weight: 600;
	color: #56a0d5;
	line-height: 44px;
	margin: 0;
}

.migas .segmentos a {
	display: inline-block;
	vertical-align: top;
	line-height: 44px;
	color: inherit;
}

.migas .segmentos span {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.scroll_table {
	overflow: auto;
	max-width: 1280px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.scroll_table::-webkit-scrollbar {
	width: 22px;
	height: 22px
}

.scroll_table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	white-space: nowrap
}

.scroll_table tr:nth-of-type(odd) {
	background: #f6f6f6
}

.scroll_table th {
	background: #0093de;
	color: white;
	white-space: nowrap;
	font-weight: 600
}

.scroll_table td,
.scroll_table th {
	padding: 8px 16px;
	border: 0;
	text-align: left;
	white-space: nowrap
}

.producto.amarillo .inferior .derecha .texto .descripcion:after,
.producto.amarillo .informacion_nutricional:after {
	background-color: #e6a73a;
}
.producto.rojo .inferior .derecha .texto .descripcion:after,
.producto.rojo .informacion_nutricional:after {
	background-color: #b73f32;
}
.producto.rojo2 .inferior .derecha .texto .descripcion:after,
.producto.rojo2 .informacion_nutricional:after {
	background-color: #7a1521;
}
.producto.rojo3 .inferior .derecha .texto .descripcion:after,
.producto.rojo3 .informacion_nutricional:after {
	background-color: #826942;
}
.producto.naranja .inferior .derecha .texto .descripcion:after,
.producto.naranja .informacion_nutricional:after {
	background-color: #BA6827;
}
.producto.rosa .inferior .derecha .texto .descripcion:after,
.producto.rosa .informacion_nutricional:after {
	background-color: #CB8D8C;
}
.producto.azul .inferior .derecha .texto .descripcion:after,
.producto.azul .informacion_nutricional:after {
	background-color: #86b3d7;
}
.producto.verde .inferior .derecha .texto .descripcion:after,
.producto.verde .informacion_nutricional:after {
	background-color: #007d00;
}
.producto.marron .inferior .derecha .texto .descripcion:after,
.producto.marron .informacion_nutricional:after {
	background-color: #5f3312;
}
.producto.marron2 .inferior .derecha .texto .descripcion:after,
.producto.marron2 .informacion_nutricional:after {
	background-color: #9D543B;
}

.item_producto {
	width: calc(25% - 15px);
}

.carrusel .item_producto:nth-child(5) {
	display: none;
}

.item_producto:nth-child(5n) {
	margin-right: 20px;
}

.item_producto:nth-child(4n) {
	margin-right: 0;
}

.item_producto:nth-child(4),
.item_producto:nth-child(3),
.item_producto:nth-child(2),
.item_producto:nth-child(1),
.item_marca:nth-child(5),
.item_marca:nth-child(4),
.item_marca:nth-child(3),
.item_marca:nth-child(2),
.item_marca:nth-child(1),
.item_categoria:nth-child(5),
.item_categoria:nth-child(4),
.item_categoria:nth-child(3),
.item_categoria:nth-child(2),
.item_categoria:nth-child(1) {
	margin-top: 30px;
}

a.menu_ham {
	display: none;
}

.cabecera .minicesta {
	position: relative;
}

.cabecera .minicesta .unidades {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	font-size: 1.2em;
	color: white;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
	background: #b73f32;
	border-radius: 100%;
	transform: translateY(-50%);
}

.desplegable_minicesta {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden
}

.desplegable_minicesta .vacio {
	height: calc(100vh - 80px);
	height: calc(var(--vh, 1vh) * 100 - 80px);
	background: white;
	padding: 15% 0 0 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 3em;
	top: 80px;
}

.desplegable_minicesta.desplegado {
	opacity: 1;
	visibility: visible
}

.desplegable_minicesta .interior {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #efefef;
	z-index: 2;
	transform: translate(100%, 0);
	transition-delay: 250ms
}

.desplegable_minicesta.desplegado .interior {
	transform: none
}

.desplegable_minicesta .interior .superior {
	position: relative;
	padding: 20px;
	background: #001c67
}

.desplegable_minicesta .interior .superior .titulo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 1.25em;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	color: white
}

.desplegable_minicesta .interior .superior .titulo:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	border-radius: 6px;
	background: url(../img/web/bagw.svg) center no-repeat;
	background-size: 20px;
	box-shadow: 0 0 0 1px #0093de inset;
}

.desplegable_minicesta .interior .superior .titulo b {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 40px;
	border-radius: 100%;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	color: #0093de;
	background: white;
	transform: translate(0, -50%)
}

.desplegable_minicesta .interior .superior .todos_minicesta {
	background: url(../img/web/checkb.svg) left 20px center no-repeat #FFFFFF;
	background-size: 20px;
	border-radius: 20px;
	color: #0093de;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 40px;
	margin-left: 25px;
	padding: 10px 20px 10px 50px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
.desplegable_minicesta .interior .superior .todos_minicesta.sel {
	background-image: url(../img/web/checkedb.svg);
}
.desplegable_minicesta .interior .superior .todos_minicesta i {
	font-style: inherit;
}

.desplegable_minicesta .interior .superior .cerrar_minicesta {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: #0093de;
}

.desplegable_minicesta .interior .superior .cerrar_minicesta:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: url('../img/web/closew.svg') no-repeat center;
	background-size: 20px;
	transform: translate(-50%, -50%);
	transition: all 250ms linear
}

.desplegable_minicesta .interior .inferior {
	margin-right: 80px;
	position: relative;
	padding: 20px
}

.desplegable_minicesta .interior .inferior:after {
	width: 80px;
	background: white;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	bottom: 0;
	content: '';
	transform: translateX(80px);
}

.desplegable_minicesta .interior .inferior .listado {
	height: calc(100vh - 200px);
	height: calc(var(--vh, 1vh) * 100 - 200px);
	overflow-y: auto
}

.item_minicesta {
	position: relative;
	background: white;
	border-radius: 12px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 10px 0  rgba(0, 0, 0, .1);
	margin-right: 30px;
	margin-bottom: 20px
}

.item_minicesta:after {
	content: '';
	position: absolute;
	right: -10px;
	border-top-right-radius: 12px;
	background: black;
	border-bottom-right-radius: 12px;
	top: 0;
	bottom: 0;
	width: 10px;
}

.item_minicesta.amarillo:after {
	background: #e6a73a;
}
.item_minicesta.rojo:after {
	background: #b73f32;
}
.item_minicesta.rojo2:after {
	background: #7a1521;
}
.item_minicesta.rojo3:after {
	background: #826942;
}
.item_minicesta.naranja:after {
	background: #BA6827;
}
.item_minicesta.rosa:after {
	background: #CB8D8C;
}
.item_minicesta.azul:after {
	background: #86b3d7;
}
.item_minicesta.verde:after {
	background: #007d00;
}
.item_minicesta.marron:after {
	background: #5f3312;
}
.item_minicesta.marron2:after {
	background: #9D543B;
}

.item_minicesta:last-child {
	margin-bottom: 0
}

.item_minicesta .contiene_check {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 9;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 5px;
}

.item_minicesta .contiene_check input {
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
}

.item_minicesta .imagen {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	width: 160px
}

.item_minicesta .imagen img {
	display: block;
	width: 100%;
	border-radius: 12px;
	height: auto
}

.item_minicesta .texto {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 190px;
	width: 50%;
	right: 0
}

.item_minicesta .texto .titulo {
	display: block;
	display: -webkit-box;
	font-size: 1.67em;
	font-weight: 600;
	color: black;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.item_minicesta .texto .referencia,
.item_minicesta .texto .pesos {
	display: block;
	margin-top: 5px;
	font-size: 1.45em;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.item_minicesta .texto .pesos.pieza {
	font-weight: 500;
}

.item_minicesta .txt_precios {
	position: absolute;
	top: 10px;
	bottom: 10px;
	padding: 10px 15px;
	right: 80px;
	width: 20%;
	background: #eeeeee;
	border-radius: 12px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
}

.item_minicesta .txt_precios .mostrar_precio {
	font-size: 1.1em;
	color: #0093de;
	background: url(../img/web/view.svg) left center no-repeat;
	background-size: 20px;
	padding-left: 26px;
}

.item_minicesta .txt_precios .bloque_precios {
	line-height: 1.4em;
	padding-top: 8px;
}

.item_minicesta .txt_precios.cantidad .tipos_cantidades {
	display: block;
	font-size: 1.1em;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #0093DE;
}

.item_minicesta .txt_precios.cantidad .tipos_cantidades span {
	margin: 0 10px;
}

.item_minicesta .txt_precios.cantidad a {
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #0093DE center no-repeat;
	background-size: 22px;
	margin: 3px 5px;
	vertical-align: top;
}

.item_minicesta .txt_precios.cantidad a.restar {
	background-image: url(../img/web/restar_w.svg);
}

.item_minicesta .txt_precios.cantidad a.sumar {
	background-image: url(../img/web/sumar_w.svg);
}

.item_minicesta .txt_precios.cantidad .cantidad_producto {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5em;
	background: #FFF;
	line-height: 38px;
	width: 38px;
	border-radius: 5px;
	margin: 0 8px;
}

.item_minicesta .btn {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url('../img/web/trashb.svg') no-repeat center;
	background-size: 20px;
}

.item_minicesta .ver {
	background-image: url(../img/web/paste.svg);
	top: 40px;
	bottom: unset;
}

.item_minicesta .ver_precios {
	background-image: url(../img/web/euro_b.svg);
	top: 0;
}

.desplegable_minicesta .botones,
.cesta .botones {
	margin-top: 20px;
	position: relative;
	text-align: right;
}

.desplegable_minicesta .botones .ocultos {
	position: absolute;
	left: 0;
	display: none;
}

.mis_datos.cesta .botones {
	display: block;
	width: 100%;
}

.desplegable_minicesta .botones a,
.cesta .botones a {
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	margin: 0 8px;
	background-color: #0093de;
	color: white;
	border-radius: 120px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.67em;
}

.mis_datos .campo textarea,
.mis_datos .campo input {
	background-color: #f8f8f8;
}

.mis_datos .campo.readonly input {
	background-color: transparent;
}

.mis_datos .campos {
	margin-top: 40px;
}

.mis_datos .campo {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin-right: 20px;
}

.mis_datos .campo:nth-child(2) {
/* 	margin-top: 0; */
}

.mis_datos .campo:nth-child(2n) {
	margin-right: 0;
}

.conservar {
	font-size: 1.67em;
	margin: 0;
	padding: 40px;
	text-align: center;
	font-weight: 600;
}

.boton_formu, input[type=submit].boton_formu {
	display: inline-block;
	background: #0093DE;
	border-radius: 100px;
	color: white;
	font-size: 1.667em;
	font-weight: 600;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 0 22px;
	text-transform: uppercase;
}
.boton_formu.rojo, input[type=submit].boton_formu.rojo {
	background: #E12323;
}

.mis_datos .conservar,
.mis_datos .botones {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.mis_datos .conservar {
	line-height: 60px;
}

.mis_datos .botones {
	margin-bottom: 30px;
}

.mis_datos .botones a {
	display: inline-block;
	margin:  0 10px;
}

.mis_datos {
	background-image: none;
}

.mis_datos .btn_editar {
	background: url(../img/web/editar.svg) center no-repeat;
	background-size: 20px;
	border-radius: 50%;
	border: 2px solid #0093de;
	bottom: 0;
	height: 40px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.bloque_buscar {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.bloque_buscar .busca {
	position: relative;
	max-width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.bloque_buscar input[type="text"] {
	width: 100%;
	height: 60px;
	margin-right: 20px;
	display: inline-block;
	background: transparent;
	vertical-align: top;
	color: #0093de;
	padding-left: 30px;
	padding-right: 70px;
	font-size: 1.67em;
	font-weight: 600;
	box-shadow: 0 0  0 1px #0093de inset;
	border-radius: 120px;
}

.bloque_buscar input[type="text"]::-webkit-input-placeholder {
	color: #0093de
}

.bloque_buscar input[type="text"]:-moz-placeholder {
	color: #0093de
}

.bloque_buscar input[type="text"]::-moz-placeholder {
	color: #0093de
}

.bloque_buscar input[type="text"]:-ms-input-placeholder {
	color: #0093de
}

.bloque_buscar input[type="submit"] {
	background: url(../img/web/search.svg) center no-repeat;
	background-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
}

.bloque_buscar .boton {
	background: url(../img/web/user_addw.svg) #28225c left 30px center no-repeat;
	background-size: 20px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	color: white;
	position: relative;
	display: inline-block;
	border-radius: 120px;
	vertical-align: top;
	cursor: pointer;
	line-height: 60px;
	padding-left: 60px;
	padding-right: 30px;
	font-size: 1.67em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	margin-right: 70px;
}

.listado_clientes {
	margin-top: 10px;
}

.item_cliente {
	background: #f0f5fa;
	background: -moz-linear-gradient(top, #f0f5fa 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f0f5fa 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f0f5fa 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f5fa', endColorstr='#ffffff', GradientType=0);
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: calc(33.333% - 29px);
	border-radius: 12px;
	margin-top: 30px;
}

.item_cliente:nth-child(3n) {
	margin-right: 0;
}

.item_cliente:before {
	position: absolute;
	content: '';
	bottom: -30px;
	left: 20px;
	right: 20px;
	z-index: 1;
	height: 30px;
	background: url(../img/web/shadow_cliente.png) top -60px center no-repeat;
}

.item_cliente:after {
	background: #0093de;
	content: '';
	width: 7px;
	position: absolute;
	right: -7px;
	top: 11px;
	bottom: 11px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.item_cliente .botonera,
.item_cliente .txt {
	position: relative;
	padding: 20px;
}

.item_cliente .txt .linea_1,
.item_cliente .txt .linea_2 {
	display: block;
	font-size: 1.45em;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
	position: relative;
	overflow: hidden;
	line-height: 20px;
	color: #2c265f;
	font-weight: 600;
	margin-top: 10px;
}

.item_cliente .botonera a {
	height: 44px;
	line-height: 44px;
	font-size: 1.45em;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #0093de;
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
	padding-left: 25px;
}

.item_cliente .botonera a.seleccionar {
	background-image: url(../img/web/checkb.svg);
	margin-right: 20px;
	float: left;
}

.item_cliente .botonera a.seleccionar.sel {
	background-image: url(../img/web/checkedbf.svg);
}

.item_cliente .botonera a.ver_ficha {
	float: right;
	background-image: url(../img/web/view.svg);
}

.item_cliente .botonera a.duplicar_presu {
	float: left;
	background-image: url(../img/web/editar.svg);
}

.item_cliente.item_presup .botonera {
	text-align: center;
}

.item_cliente .botonera a.cliente_presu {
	background-image: url(../img/web/cambiar_cliente.svg);
}

.mis_clientes .volver {
	width: 60px;
	background-position: center;
	border-radius: 100%;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
}

.mis_datos .campo.full_width {
	margin-right: 0 !important;
	display: block;
	width: auto;
}

.ficha_cliente .campo:nth-child(3) {
	margin-top: 0;
}

.ficha_cliente .campo {
	width: calc(33.333% - 15px);
}

.ficha_cliente .campo:nth-child(2n) {
	margin-right: 20px;
}

.ficha_cliente .campo:nth-child(3n) {
	margin-right: 0;
}

.ficha_cliente .inferior {
	margin-bottom: 40px;
}

.falso_input {
	height: 70px;
	font-weight: 500;
	padding: 0 20px;
	font-size: 1.55em;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
	border-radius: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 15px);
	margin-right: 20px;
	margin-top: 20px;
}

.falso_input.full_width {
	width: auto;
	display: block;
	margin-right: 0 !important;
}

.falso_input .abs {
	position: absolute;
	left: 20px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.falso_input:nth-child(3n) {
	margin-right: 0;
}

.falso_input:nth-child(1),
.falso_input:nth-child(2),
.falso_input:nth-child(3) {
	margin-top: 0;
}

.falso_input label {
	color: #0093de;
	display: block;
}

.falso_input input[type=text] {
	width: 100%;
}

.falso_input.con_check label {
	display: inline-block;
}

.item_nota {
	display: block;
	width: auto;
	margin-right: 7px;
}

.item_nota:before {
	height: unset;
	background: none;
	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
	bottom: 15px;
	height: 30px;
	left: 0;
	right: 0;
	z-index: -1;
}

.item_nota .txt .linea_2 {
	margin-top: 0;
}

.item_nota .txt .linea_1 {
	white-space: unset;
	text-overflow: unset;
	overflow: unset;
	height: unset;
}

.producto .migas .segmentos a,
.producto .migas .segmentos {
	line-height: 60px;
}

.cabecera .derecha .usuario .desplegable_usuario li.sel a {
	color: #0093de;
}

.datos_presupuesto {
	margin-top: 40px;
}

.presupuesto .falso_input {
	width: calc(50% - 10px)
}

.presupuesto .falso_input.full_width {
	width: 100%
}

.presupuesto .falso_input:nth-child(3) {
	margin-top: 20px;
}

.presupuesto .falso_input:nth-child(3n) {
	margin-right: 20px;
}

.presupuesto .falso_input:nth-child(2n) {
	margin-right: 0;
}

.presupuesto .campo.grande {
	display: block;
	width: auto;
	margin-right: 0;
}

.presupuesto .campo.grande label {
	color: #0093de;
}

.presupuesto .boton_formu {
	float: right;
	margin-top: 40px;
}

.solo_movil {
	display: none;
}

.aviso {
	margin: 80px 0;
	text-align: center;
}

.aviso p {
	font-size: 1.67em;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 600;
}

.aviso .boton {
	display: inline-block;
	background: #0093DE;
	border-radius: 100px;
	color: white;
	font-size: 1.667em;
	font-weight: 600;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 0 22px;
	text-transform: uppercase;
}

.opcional  label {
	top: 0 !important;
	font-size: 1.55em !important;
	line-height: 70px !important;
}

.campos .campo.opcional textarea:not(:placeholder-shown) ~ label,
.campos .campo.opcional input:not(:placeholder-shown) ~ label {
	top: 7.5px !important;
	font-size: 1.25em !important;
	line-height: 15px !important;
}

.ficha_cliente .campo:nth-child(3),
.ficha_cliente .falso_input:nth-child(3) {
	margin-top: 20px;
}

.ficha_cliente .campo:nth-child(3n),
.ficha_cliente .falso_input:nth-child(3n) {
	margin-right: 20px;
}

.ficha_cliente .campo.c2_3,
.ficha_cliente .falso_input.c2_3 {
	width: calc(66.666% - 20px);
}

.ficha_cliente .campo.c1_3,
.ficha_cliente .falso_input.c1_3 {
	width: 33.333%;
	margin-right: 0;
}

.btn_nueva_nota {
	background: url(../img/web/add_filew.svg) #28225c left 30px center no-repeat;
	background-size: 20px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	color: white;
	position: relative;
	border-radius: 120px;
	vertical-align: top;
	cursor: pointer;
	line-height: 60px;
	font-size: 1.67em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	padding: 0 30px 0 60px;
	float: right;
}

#frm_nueva_nota .fondo_fadis {
	padding: 0;
}

#frm_nueva_nota .mis_datos .campos {
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: top;
}

#frm_nueva_nota .mis_datos .botones {
	width: 200px;
	margin-left: 20px;
	vertical-align: top;
	display: inline-block;
}

#frm_nueva_nota .mis_datos .botones .boton_formu {
	height: auto;
	padding-top: 40px;
	border-radius: 50px;
	padding-bottom: 40px;
	width: 200px;
}

.bloque_aviso {
	border-radius: 25px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
	padding: 40px;
	position: relative;
	text-align: center;
}

.bloque_aviso p {
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.5em;
}

.mi_presupuesto .contiene_btns,
.bloque_aviso .contiene_btns {
	padding-top: 40px;
}

.mi_presupuesto .contiene_btns .boton_formu,
.bloque_aviso .contiene_btns .boton_formu {
	float: none;
	display: inline-block;
	margin: 0 10px;
}

.mis_presupuestos .bloque_buscar {
	right: 60px;
}

.mi_presupuesto .falso_input.full_width {
	margin-top: 20px;
	width: auto;
}

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

body.is_keyboard .desplegable_precios .item_producto {
	display: none;
}

.mis_datos .cesta_vacia {
	background: #EAEFF1;
	padding: 60px 40px;
	text-align: center;
	font-size: 2.5em;
}

.mis_datos .cesta_vacia .botones {
	text-align: center;
}

.mis_datos .cesta_vacia .botones .boton {
	font-size: 0.9em;
	text-transform: none;
}

#frm_clientes {
	margin: 20px 0;
	position: relative;
}

#frm_clientes .busca {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: calc(25% - 10px);
}

#frm_clientes select,
#frm_clientes input[type="text"] {
	width: 100%;
	height: 60px;
	margin-right: 20px;
	display: inline-block;
	background: transparent;
	vertical-align: top;
	color: #0093de;
	padding-left: 30px;
	padding-right: 70px;
	font-size: 1.67em;
	font-weight: 600;
	box-shadow: 0 0  0 1px #0093de inset;
	border-radius: 120px;
}

#frm_clientes select {
	background: url(../img/web/chevron_down.svg) right 15px center no-repeat;
	margin-right: 10px;
	padding-right: 50px;
	width: 100%;
}

#frm_clientes input[type="text"]::-webkit-input-placeholder {
	color: #0093de
}

#frm_clientes input[type="text"]:-moz-placeholder {
	color: #0093de
}

#frm_clientes input[type="text"]::-moz-placeholder {
	color: #0093de
}

#frm_clientes input[type="text"]:-ms-input-placeholder {
	color: #0093de
}

#frm_clientes input[type="submit"] {
	background: url(../img/web/search.svg) #DEDEDE center no-repeat;
	background-size: 20px;
	border-radius: 100%;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: -999px;
	top: 5px;
	width: 50px;
	z-index: 1;
}

body.mm-ocd-opened .the_bars { background-color: transparent }
body.mm-ocd-opened .the_bars:before { max-width: unset; top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); transition-delay: 0s, 0.3s; -webkit-transition-delay: 0s, 0.3s; -ms-transition-delay: 0s, 0.3s; -moz-transition-delay: 0s, 0.3s; -o-transition-delay: 0s, 0.3s; background-color: white }
body.mm-ocd-opened .the_bars:after { bottom: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transition-delay: 0s, 0.3s; -webkit-transition-delay: 0s, 0.3s; -ms-transition-delay: 0s, 0.3s; -moz-transition-delay: 0s, 0.3s; -o-transition-delay: 0s, 0.3s; background-color: white }
.mm-spn .falso_link, .mm-spn a { font-size: 1.6em; font-weight: 500; }
.mm-spn .falso_link { color: black }
.mm-spn.mm-spn--navbar:after { background: #0093de; font-size: 2em; text-align: left; font-weight: 700; opacity: 1; color: white }
.mm-spn.mm-spn--navbar:before { opacity: 1; z-index: 2; border-color: white }
#mmmenu ul li { text-transform: uppercase }
#mmmenu ul li a { color: black }
.mm-spn .falso_link.sel { color: #0093de; font-weight: bold }
#mmmenu ul li a.sel { color: #0093de; font-weight: bold }
#mmmenu ul li ul li a.sel { color: black }
#mmmenu ul li ul li a { color: black }
#mmmenu ul li ul li a.sel { color: #0093de; font-weight: bold }
.mm-spn.mm-spn--light { background: #fff }
.mm-spn li ul li:after, .mm-spn li:after { border-color: black; opacity: 1; border-top-left-radius: 50px; border-bottom-left-radius: 50px; border-top-width: 10px; }
.mm-spn li ul li:after { border-top-width: 5px; }
.mm-spn li:before { opacity: 1 }
.cabecera .menu { display: none }
.mm-spn li:before { border-color: black; }
.mm-spn a:not(:last-child):after { opacity: 0; }
.mm-spn li.amarillo ul li:after, .mm-spn li.amarillo:after { border-color: #e6a73a; }
.mm-spn li.rojo  ul li:after, .mm-spn li.rojo:after { border-color: #b73f32; }
.mm-spn li.rojo2  ul li:after, .mm-spn li.rojo2:after { border-color: #7a1521; }
.mm-spn li.rojo3  ul li:after, .mm-spn li.rojo3:after { border-color: #826942; }
.mm-spn li.naranja  ul li:after, .mm-spn li.naranja:after { border-color: #BA6827; }
.mm-spn li.rosa  ul li:after, .mm-spn li.rosa:after { border-color: #CB8D8C; }
.mm-spn li.azul  ul li:after, .mm-spn li.azul:after { border-color: #86b3d7; }
.mm-spn li.verde  ul li:after, .mm-spn li.verde:after { border-color: #007d00; }
.mm-spn li.marron  ul li:after, .mm-spn li.marron:after { border-color: #5f3312; }
.mm-spn li.marron2  ul li:after, .mm-spn li.marron2:after { border-color: #9D543B; }

.formatos_producto {
	margin-bottom: 20px;
}
.formatos_producto ul {
	background: #EEE;
	border-radius: 15px;
	font-size: 1.458em;
	font-weight: 500;
	margin: 5px 0 0 0;
	padding: 20px;
}
.formatos_producto ul li {
	list-style: none;
	margin-bottom: 15px;
}
.formatos_producto ul li:last-child {
	margin-bottom: 0;
}
.formatos_producto ul li a {
	background: url(../img/web/checkb.svg) left center no-repeat;
	background-size: 20px;
	color: #0093DE;
	line-height: 20px;
	padding-left: 30px;
}
.formatos_producto ul li.sel a {
	background-image: url(../img/web/checkedb.svg);
}
.formatos_producto .intro_rotulos .subtitulo {
	text-transform: none;
	font-size: 2.25em;
}

.item_categoria .titulo, .subcategorias .item_categoria .titulo {
	position: relative;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
}
.item_categoria .titulo {
	line-height: 40px;
}