.cont_banners {
	position: relative
}

.cont_banner {
	position: relative;
	background: var(--color_verde);
	display: none
}

.migas::after,
.cont_banner .banner::after {
	background: radial-gradient(ellipse at top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: ""
}

.cont_banner .banner {
	min-height: 440px;
	min-height: calc(var(--vh, 1vh) * 100);
	max-height: 1080px;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-bottom: 270px;
	text-align: center;
	color: var(--color_whitesmoke);
	flex-direction: column;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.cont_banners .cont_banner:nth-of-type(1) {
	display: block
}

.cont_banner .banner .subtitulo a,
.cont_banner .banner .titulo a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.cont_banner .banner .subtitulo a {
	-webkit-line-clamp: 1;
	line-clamp: 1
}

.cont_banner .banner .titulo {
	font-size: 17em;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	max-width: 1440px;
	line-height: 1;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.cont_banner .banner .subtitulo {
	text-transform: uppercase;
	line-height: 1;
	font-size: 5em;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	background-color: var(--color_verde);
	padding: 8px 10px 4px 10px;
	box-sizing: border-box;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.cont_banner .banner .titulo,
.cont_banner .banner .subtitulo {
	position: relative;
	text-wrap: pretty;
	color: var(--color_whitesmoke);
	z-index: 2
}

.cont_banner .banner .titulo a,
.cont_banner .banner .subtitulo a {
	color: currentColor
}

.cont_banner .banner .boton {
	position: relative;
	z-index: 2;
	margin-top: 50px
}

.boton {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-transform: uppercase;
	padding: 21px 50px;
	border: none;
	border-radius: 50px;
	background: rgba(0, 0, 0, .2);
	color: var(--color_whitesmoke);
	font-weight: 400;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	cursor: pointer;
	letter-spacing: .5px;
	text-transform: uppercase;
	transition: all .3s ease;
	border: 1px solid rgba(255, 255, 255, .2);
	min-width: 270px;
	text-align: left;
	background-image: url("../img/web/angulo.svg");
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: right 25px center
}

.scroll_button {
	position: absolute;
	z-index: 3;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%) rotate(-90deg);
	width: 60px;
	height: 60px;
	background-image: url("../img/web/chevrons.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -999px
}

.cabecera {
	margin: 40px;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0
}

.cabecera .logo {
	height: 130px;
	width: 130px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -6px;
	z-index: 1
}

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

.pie .logo span,
.cabecera .logo span {
	display: none
}

.cabecera .iconos {
	float: right
}

.cabecera .desplegar_buscar,
.cabecera .iconos .icono {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 0 2px inset var(--color_whitesmoke)
}

.cabecera .desplegar_buscar {
	background-image: url("../img/web/buscar.svg");
	background-position: left 20px center;
	margin-left: 0;
	text-indent: 0;
	width: auto;
	color: var(--color_whitesmoke);
	font-size: 2em;
	padding: 20px;
	padding-right: 50px;
	border-radius: 50px;
	padding-left: 60px
}

.cabecera .iconos .icono.usuario.desplegar_usuario {
	background-image: url("../img/web/usuario.svg")
}

.cabecera .iconos .minicesta {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.cabecera .iconos .minicesta .icono.desplegar_minicesta {
	background-image: url("../img/web/minicesta.svg")
}

.cabecera .iconos .minicesta .unidades {
	position: absolute;
	top: -15px;
	right: 0;
	left: 10px;
	text-align: center;
	border-radius: 50%;
	font-size: 3.5em;
	text-align: center;
	color: var(--color_whitesmoke);
	cursor: pointer
}

.presentacion .titulo {
	text-wrap: pretty;
	font-size: 8em;
	text-transform: uppercase;
	font-weight: 500
}

.descripcion {
	text-wrap: pretty;
	font-size: 2.8em;
	line-height: 1.3;
	hyphens: auto
}

.descripcion h3,
.descripcion h2 {
	margin: 30px 0 10px 0;
	line-height: 1.1;
	color: var(--color_verde);
	font-weight: 500;
	font-size: 1.3em
}

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

.descripcion p {
	margin: 30px 0
}

.descripcion p:first-of-type {
	margin-top: 0
}

.descripcion p:last-of-type {
	margin-bottom: 0
}

.descripcion strong {
	font-weight: 500
}

.descripcion ul,
.descripcion ol {
	margin-left: 40px
}

.descripcion a {
	color: var(--color_base)
}

.descripcion .boton {
	color: var(--color_base)
}

.linterna_verde {
	background-color: var(--color_verde);
	background-image: url("../img/web/patron.svg");
	background-repeat: repeat;
	border-radius: 30px;
	padding: 80px;
	position: relative
}

.linterna_verde .presentacion .contenedor {
	width: auto;
	margin: 0;
	max-width: 960px
}

.linterna_verde .presentacion .descripcion {
	line-height: 1
}

.linterna_verde .presentacion .descripcion,
.linterna_verde .presentacion .titulo {
	color: var(--color_whitesmoke)
}

body.inicio .cont_categorias {
	margin-top: -60px;
	z-index: 2;
	padding-bottom: calc(60px + 80px)
}

.categorias {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 25px
}

.categorias .item_categoria .boton {
	position: absolute;
	width: 60px;
	min-width: 60px;
	overflow: hidden;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;
	background-position: center;
	padding: 0;
	height: 60px;
	white-space: nowrap
}

.categorias .item_categoria .titulo {
	font-size: 5em;
	color: var(--color_whitesmoke);
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	left: 30px;
	top: 30px;
	right: 30px;
	position: absolute;
	z-index: 1
}

.categorias .item_categoria a {
	display: block
}

.categorias .item_categoria {
	display: none;
	flex: 1;
	border-radius: 30px;
	border-top-left-radius: 0;
	overflow: hidden;
	position: relative
}

.categorias .item_categoria:nth-child(-n + 3) {
	display: block
}

.categorias .item_categoria .imagen::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1
}

.categorias .item_categoria img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto
}

.owl-prev span,
.owl-next span {
	display: none
}

.owl-prev,
.owl-next {
	display: inline-block;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	background-image: url(../img/web/angulo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	box-shadow: 0 0 0 1px var(--color_whitesmoke);
	margin-left: 10px
}

.owl-prev {
	transform: scaleX(-1)
}

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

.carrusel .inferior {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-top: 25px
}

.carrusel .item_producto {
	display: none;
	flex: 1;
	width: auto;
	margin-top: 0 !important;
	margin-right: 0 !important
}

.carrusel .inferior .item_producto:nth-child(-n + 4) {
	display: inline-block
}

.carrusel .inferior.owl-loaded .item_producto,
.carrusel .inferior.owl-loaded {
	display: block
}

.item_producto .marca {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: .5px;
	color: var(--color_verde)
}

.item_producto .titulo {
	font-size: 2.2em;
	text-transform: uppercase;
	color: var(--color_base);
	font-weight: 400;
	display: block;
	text-wrap: pretty;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.1;
	height: calc(2 * 1.1em)
}

.item_producto .precio_anterior,
.item_producto .precio {
	display: inline-block;
	vertical-align: top;
	font-size: 2em
}

.item_producto .precio_anterior {
	text-decoration: line-through;
	margin-left: 20px;
	color: var(--color_verde)
}

.item_producto .precios {
	color: var(--color_base);
	display: block;
	margin-top: 20px
}

.item_producto .descuento {
	background-color: var(--color_verde);
	color: var(--color_whitesmoke);
	top: 30px;
	left: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	font-size: 2em
}

.item_producto .texto {
	padding: 30px;
	position: relative
}

.item_producto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 40px * 3 / 4);
	margin-right: 40px;
	border-radius: 30px;
	overflow: hidden;
	background: var(--color_whitefake);
	margin-top: 40px
}

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

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

.item_producto .boton {
	background-image: none;
	text-align: center;
	margin-top: 20px;
	display: block;
	background-color: var(--color_beis);
	color: var(--color_base)
}

body.inicio .linterna_verde.ofertas {
	z-index: 3;
	margin-top: -60px;
	background-color: var(--color_whitefake);
	padding-bottom: calc(80px + 60px)
}

body.inicio .linterna_verde.ofertas .presentacion .descripcion,
body.inicio .linterna_verde.ofertas .presentacion .titulo {
	color: var(--color_base)
}

body.inicio .linterna_verde.ofertas .owl-prev,
body.inicio .linterna_verde.ofertas .owl-next {
	background-image: url(../img/web/angulo_n.svg);
	box-shadow: 0 0 0 2px var(--color_base)
}

body.inicio .linterna_verde.destacados {
	z-index: 4;
	margin-top: -60px
}

.enlaces {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 130px;
	background-color: var(--color_whitesmoke);
	padding-top: 80px;
	position: relative;
	z-index: 1;
	padding-bottom: 80px
}

.enlaces .enlace {
	display: inline-block;
	text-align: center;
	vertical-align: top
}

.enlaces .enlace a {
	background-position: top center;
	background-size: 60px;
	background-repeat: no-repeat;
	padding-top: 90px;
	display: block
}

.enlaces .enlace:nth-child(2) a {
	background-size: 70px
}

.enlaces .enlace:nth-child(3) a {
	background-size: 70px
}

.enlaces .enlace .titulo,
.enlaces .enlace .subtitulo {
	text-transform: uppercase;
	display: block
}

.enlaces .enlace .titulo {
	font-size: 5em;
	color: var(--color_verde)
}

.enlaces .enlace .subtitulo {
	color: var(--color_base);
	font-size: 2em;
	max-width: 320px;
	margin: 0 auto;
	margin-top: 10px
}

body.inicio .cont_marcas {
	padding-left: 160px;
	padding-right: 160px;
	padding-bottom: calc(80px + 60px)
}

.cont_marcas .presentacion .contenedor {
	max-width: none;
	text-align: center;
	margin-bottom: 40px
}

.marcas {
	display: grid;
	grid-template-columns: repeat(3, minmax(290px, 1fr));
	gap: 40px
}

.marcas .item_marca {
	display: none;
	align-items: center;
	justify-content: center;
	background-color: var(--color_whitesmoke);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
	height: 290px
}

.marcas .item_marca:nth-child(-n + 3) {
	display: flex
}

.marcas .item_marca img {
	width: auto;
	max-width: 100%;
	max-height: 250px;
	min-height: 100px;
	object-fit: contain
}

.marcas.owl-loaded {
	display: block
}

.marcas.owl-loaded .item_marca {
	display: flex !important
}

.owl_marcas .owl-nav div.owl-prev {
	transform: translateY(-50%) translateX(-100%) scaleX(-1)
}

.owl_marcas .owl-nav div.owl-next {
	transform: translateY(-50%) translateX(100%);
	right: -30px;
	left: unset
}

.owl_marcas .owl-nav div {
	position: absolute;
	left: -30px;
	top: 50%;
	z-index: 2
}

.owl_marcas .owl-nav {
	position: static;
	transform: none
}

.pie {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 6;
	margin-top: -60px;
	border-radius: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 100px
}

.pie::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--color_verde);
	opacity: .6;
	z-index: 1;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px
}

.pie .superior {
	position: relative;
	z-index: 2;
	padding: 40px 0;
	font-size: 2em;
	text-transform: uppercase;
	color: var(--color_whitesmoke);
	align-items: flex-start
}

.pie .superior li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 12px;
	padding-right: 14px;
}

.pie .superior li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: var(--color_whitesmoke);
}

.pie .superior li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.pie .superior li:last-child:after{
	display: none;
}


.pie .superior ul:last-child {
	text-align: center;
}

.pie .superior .centro .logo {
	transform: none;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 200px;
	display: block
}

.pie .superior .centro .redes {
	margin-top: 20px
}

.pie .superior .centro {
	position: relative;
	text-align: center;
}

.redes a.instagram {
	background-image: url(../img/web/instagram.svg)
}

.redes a.facebook {
	background-image: url(../img/web/facebook.svg)
}

.redes a.pinterest {
	background-image: url(../img/web/pinterest.svg)
}

.redes a.tiktok {
	background-image: url(../img/web/tiktok.svg)
}

.redes a.x {
	background-image: url(../img/web/x.svg)
}

.redes a.youtube {
	background-image: url(../img/web/youtube.svg)
}

.redes a.linkedin {
	background-image: url(../img/web/linkedin.svg)
}

.redes a.whatsapp {
	background-image: url(../img/web/whatsapp.svg)
}

.redes a.telegram {
	background-image: url(../img/web/telegram.svg)
}

.redes a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background-color: var(--color_whitesmoke);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	text-indent: 9999px;
	white-space: nowrap;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	border-radius: 100%
}

.pie .inferior {
	background-color: rgba(30, 52, 40, .8);
	padding: 40px 80px;
	position: absolute;
	left: 0;
	z-index: 3;
	right: 0;
	bottom: 0;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 2em;
	text-transform: uppercase;
	color: var(--color_whitesmoke)
}

.kit_digital {
	text-align: center;
	font-size: 1.5em;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 20px
}

.kit_digital .limit {
	max-width: 1024px;
	margin: 0 auto
}

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

.kit_digital a {
	display: inline-block;
	margin-bottom: 10px
}

.menu_ham {
	color: var(--color_whitesmoke);
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
	height: 60px;
	width: 60px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	opacity: 1;
	visibility: visible;
	line-height: 1.888888888888889rem;
	font-size: 1.666666666666667rem;
	outline: none;
	border-width: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 10px;
	box-shadow: 0 0 2px inset var(--color_whitesmoke)
}

.menu_ham .the_bars {
	height: 2px;
	width: 1.666666666666667rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--color_whitesmoke);
	position: absolute;
	top: 50%;
	margin-top: 0;
	-webkit-transition: none;
	transition: none
}

.menu_ham .the_bars::before,
.menu_ham .the_bars::after {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	width: 1.666666666666667rem;
	background: var(--color_whitesmoke);
	transition-duration: .3s, .3s;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-delay: .3s, 0s;
	-webkit-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s
}

.menu_ham .the_bars::before {
	background: var(--color_whitesmoke);
	top: -6px;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-ms-transition-property: top, -ms-transform;
	-o-transition-property: top, -o-transform
}

.menu_ham .the_bars::after {
	bottom: -6px;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-ms-transition-property: bottom, -ms-transform;
	-o-transition-property: bottom, -o-transform
}

body.mm-ocd-opened .menu_ham .the_bars {
	background-color: transparent
}

body.mm-ocd-opened .menu_ham .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, .3s;
	-webkit-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	background-color: var(--color_whitesmoke)
}

body.mm-ocd-opened .menu_ham .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, .3s;
	-webkit-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	background-color: var(--color_whitesmoke)
}

.mm-spn .falso_link,
.mm-spn a {
	font-size: 2em
}

.mm-spn .falso_link {
	color: var(--color_whitesmoke)
}

.mm-spn.mm-spn--navbar::after {
	font-size: 2.4em;
	font-weight: 500;
	opacity: 1;
	background: var(--color_verde);
	color: var(--color_whitesmoke);
	text-transform: uppercase
}

.mm-spn.mm-spn--navbar::before {
	opacity: 1;
	z-index: 2;
	border-color: var(--color_whitesmoke)
}

#mmmenu ul li {
	text-transform: uppercase
}

#mmmenu ul li>a {
	color: var(--color_whitesmoke);
	opacity: 1
}

#mmmenu ul li.sel>a,
#mmmenu ul li.sel>.falso_link {
	color: white;
	opacity: .5
}

#mmmenu ul li ul li>a,
#mmmenu ul li ul li>.falso_link {
	color: var(--color_whitesmoke);
	opacity: 1
}

#mmmenu ul li ul li.sel>a,
#mmmenu ul li ul li.sel>.falso_link {
	color: white;
	opacity: .5
}

#mmmenu ul li ul li ul li>a,
#mmmenu ul li ul li ul li>.falso_link {
	color: var(--color_whitesmoke);
	opacity: 1
}

#mmmenu ul li ul li ul li.sel>a,
#mmmenu ul li ul li ul li.sel>.falso_link {
	color: white;
	opacity: .5
}

.mm-spn .falso_link.sel {
	color: white;
	opacity: .5
}

.mm-spn.mm-spn--light {
	color: var(--color_whitesmoke);
	background: var(--color_verde)
}

.mm-spn li::before {
	opacity: 1
}

.mm-ocd__content {
	border-top-left-radius: 30px;
	overflow: hidden;
	border-bottom-left-radius: 30px
}

body.ficha .cabecera,
body.general .cabecera {
	position: relative;
	left: unset;
	margin: 0;
	padding: 40px;
	top: unset;
	right: unset;
	z-index: 1;
	background-color: var(--color_verde);
	padding-bottom: calc(40px + 60px)
}

body.ficha .logo,
body.general .logo {
	top: 50%;
	transform: translateY(calc(-50% - 30px))
}

.marcas_listado,
.producto,
.productos {
	background-color: var(--color_whitesmoke);
	border-radius: 30px;
	position: relative;
	padding: 80px;
	z-index: 2;
	margin-top: -60px
}

.producto .superior,
.productos .superior {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.producto .superior .izquierda,
.productos .superior .izquierda {
	width: calc(100% - 440px)
}

.producto .superior .derecha,
.productos .superior .derecha {
	width: 440px
}

.producto .superior .derecha .navegacion a,
.productos .superior .derecha .desplegar_ordenar,
.productos .superior .derecha .desplegar_filtros {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	margin-left: 20px;
	font-size: 2em;
	text-transform: uppercase;
	padding: 20px 30px;
	border-radius: 30px;
	position: relative;
	box-shadow: 0 0 0 2px var(--color_base) inset
}

.producto .superior .derecha .navegacion a span::after,
.productos .superior .derecha .desplegar_ordenar span::after,
.productos .superior .derecha .desplegar_filtros span::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../img/web/angulo_n.svg");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg)
}

.productos .superior .derecha .desplegar_ordenar span,
.productos .superior .derecha .desplegar_filtros span {
	display: block
}

.producto .superior .derecha .navegacion,
.productos .superior .derecha .ordenar {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.productos .superior .desplegable_ordenar {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	width: 100%;
	max-width: 200px;
	margin: 0;
	padding: 30px;
	background: var(--color_whitesmoke);
	box-shadow: 0 0 0 2px var(--color_base) inset;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 30px;
	transform: translate(0, -5px);
	font-size: 2em;
	text-transform: uppercase
}

.productos .superior .desplegable_ordenar.desplegado {
	opacity: 1;
	visibility: visible;
	transform: none
}

.productos .superior .desplegable_ordenar li {
	display: block;
	margin-bottom: 10px
}

.productos .superior .desplegable_ordenar li:last-child {
	margin-bottom: 0
}

.productos .superior .desplegable_ordenar li a {
	display: block
}

.productos .superior .desplegable_ordenar li.sel a {
	text-decoration: underline
}

.contenido .superior .titulo,
.marcas_listado .superior .titulo,
.producto .superior .titulo,
.productos .superior .titulo {
	font-size: 8em;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 10px
}

.productos .superior .viendo {
	text-transform: uppercase;
	color: var(--color_verde);
	display: block;
	margin-top: 10px;
	font-size: 2em
}

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

.segmentos span {
	margin: 0 10px
}

.segmentos {
	font-size: 2em
}

.segmentos .volver {
	padding-left: 20px;
	margin-right: 10px;
	background: url("../img/web/left.svg") left center no-repeat;
	background-size: 10px;
	border-right: solid 2px;
	padding-right: 10px
}

.contenido .superior .segmentos,
.contenido .superior .titulo,
.marcas_listado .superior .segmentos,
.marcas_listado .superior .titulo,
.producto .superior .segmentos,
.producto .superior .titulo,
.productos .superior .titulo,
.productos .superior .segmentos {
	color: var(--color_verde)
}

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

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

.desplegable_filtros .interior {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	background: var(--color_whitesmoke);
	z-index: 2;
	transform: translate(100%, 0);
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	transition-delay: 250ms
}

.desplegable_filtros.desplegado .interior {
	transform: none
}

.desplegable_filtros .interior .superior {
	border-top-left-radius: 30px;
	padding: 20px;
	background: var(--color_verde)
}

.desplegable_filtros .interior .superior .limpiar {
	position: relative;
	display: block;
	float: left;
	margin: 10px 0;
	padding-right: 20px;
	font-size: 2em;
	line-height: 30px;
	color: var(--color_whitesmoke);
	background: url("../img/web/limpiar_w.svg") no-repeat center right
}

.desplegable_filtros .interior .superior .limpiar:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color_whitesmoke)
}

.desplegable_filtros .interior .superior .limpiar.inactivo {
	opacity: .25;
	pointer-events: none
}

.desplegable_filtros .interior .superior .cerrar_filtros {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: url("../img/web/cerrar_w.svg") no-repeat center
}

.desplegable_filtros .interior .medio {
	position: relative;
	max-height: calc(100vh - 220px);
	max-height: calc(var(--vh, 1vh) * 100 - 220px);
	margin-top: 20px;
	padding: 0 20px;
	overflow-y: auto
}

.desplegable_filtros .interior .medio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: var(--color_base)
}

.desplegable_filtros .interior .medio .filtro {
	position: relative
}

.desplegable_filtros .interior .medio .filtro:not(.especial).desplegado {
	max-height: 220px;
	padding-bottom: 60px;
	overflow: hidden
}

.desplegable_filtros .interior .medio .filtro:not(.especial).desplegado.todos {
	max-height: unset;
	padding-bottom: 40px;
	overflow: visible
}

.desplegable_filtros .interior .medio .filtro:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color_base);
	z-index: 2
}

.desplegable_filtros .interior .medio .filtro:not(.especial).desplegado:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: var(--color_whitesmoke);
	z-index: 1
}

.desplegable_filtros .interior .medio .filtro .desplegar_filtro {
	display: block;
	padding-left: 20px;
	padding-right: 50px;
	font-size: 2em;
	line-height: 60px;
	color: var(--color_base);
	background: url("../img/web/mas.svg") no-repeat center right 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.desplegable_filtros .interior .medio .filtro.desplegado .desplegar_filtro {
	background-image: url("../img/web/menos.svg")
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro {
	position: relative;
	display: none;
	margin: 0;
	padding: 20px
}

.desplegable_filtros .interior .medio .filtro.desplegado .desplegable_filtro {
	display: block
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color_base)
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li {
	display: block;
	margin-bottom: 10px
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li:last-child {
	margin-bottom: 0
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 2em;
	color: var(--color_base)
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li a.color {
	padding-left: 45px
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	box-shadow: 0 0 0 1px var(--color_base) inset
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li a:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	height: 10px;
	width: 10px;
	background: var(--color_base);
	transform: scale(0)
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li.sel a:after {
	transform: none
}

.desplegable_filtros .interior .medio .filtro .desplegable_filtro li a.color span {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	transform: translate(0, -50%);
	box-shadow: 0 0 0 1px var(--color_base) inset
}

.desplegable_filtros .interior .medio .filtro .mas {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: none;
	padding-left: 20px;
	font-size: 2em;
	color: var(--color_base);
	background: url("../img/web/mas.svg") no-repeat center left;
	z-index: 3
}

.desplegable_filtros .interior .medio .filtro.desplegado .mas {
	display: block
}

.desplegable_filtros .interior .medio .filtro .mas.desplegado {
	background-image: url("../img/web/menos.svg")
}

.desplegable_filtros .interior .inferior {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px
}

.desplegable_filtros .interior .inferior .filtrar {
	display: block;
	padding: 0 20px;
	border-radius: 40px;
	font-size: 2em;
	line-height: 70px;
	text-align: center;
	background-color: var(--color_verde);
	color: var(--color_whitesmoke)
}

.desplegable_filtros .fondo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 1
}

.linterna_verde.seo {
	padding-bottom: calc(80px + 60px);
	z-index: 3
}

.linterna_verde.seo .descripcion a {
	color: var(--color_whitesmoke)
}

.linterna_verde.seo .descripcion h2,
.linterna_verde.seo .descripcion h3 {
	color: var(--color_whitesmoke);
	font-weight: 400
}

.linterna_verde.seo .descripcion {
	color: var(--color_whitefake)
}

.vacio {
	padding: 80px;
	padding-bottom: 0;
	text-align: center;
	font-size: 3em;
	text-transform: uppercase
}

.desplegable_buscar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto;
	padding: 0 50px;
	background: var(--color_verde);
	z-index: 10;
	opacity: 0;
	visibility: hidden
}

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

.desplegable_buscar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: var(--color_whitesmoke)
}

.desplegable_buscar form {
	padding-top: 25px
}

.desplegable_buscar form .interior {
	position: relative;
	max-width: 750px;
	margin: 0 auto
}

.desplegable_buscar form .interior .campo {
	position: relative
}

.desplegable_buscar form .interior .campo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0, 0, 0, .15);
	z-index: 1
}

.desplegable_buscar form .interior .campo input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 2em;
	line-height: 50px;
	text-align: center;
	border-width: 0;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	color: var(--color_base);
	background: none
}

.desplegable_buscar form .cerrar_buscar {
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: calc(100% + 10px);
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/web/cerrar_w.svg") no-repeat center var(--color_verde)
}

.desplegable_buscar .resultados_categorias {
	position: relative;
	display: none;
	height: 75px;
	text-align: center;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden
}

.desplegable_buscar .resultados_categorias ul {
	margin: 0;
	padding: 25px 0
}

.desplegable_buscar .resultados_categorias ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px
}

.desplegable_buscar .resultados_categorias ul li a {
	position: relative;
	display: block;
	font-size: 2em;
	line-height: 25px;
	color: var(--color_base)
}

.desplegable_buscar .resultados_categorias ul li.sel a {
	text-decoration: underline;
	pointer-events: none
}

.desplegable_buscar .resultados_productos {
	position: relative;
	display: none;
	padding: 40px 0;
	z-index: 2
}

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

.desplegable_buscar .resultados_productos .interior::-webkit-scrollbar {
	display: none
}

.desplegable_buscar .vacio {
	display: none;
	margin-top: 115px;
	font-size: 3em;
	color: var(--color_whitesmoke);
	font-weight: 400;
	text-align: center
}

.desplegable_buscar .vacio p {
	margin: 0
}

body.ficha .enlaces,
.end_listado .enlaces {
	padding-bottom: calc(80px + 60px)
}

.producto .superior .derecha .navegacion a.siguiente {
	text-align: left
}

.producto .superior .derecha .navegacion a.siguiente span::after {
	transform: translateY(-50%) rotate(-180deg) scaleX(-1)
}

.producto .superior .derecha .navegacion a.anterior {
	text-align: right
}

.producto .superior .derecha .navegacion a.anterior span::after {
	left: 20px;
	transform: translateY(-50%) rotate(180deg);
	right: unset
}

.producto .superior .derecha {
	text-align: right
}

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

.producto .inferior .izquierda {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 880px);
	margin-right: 80px;
	position: sticky;
	top: 20px;
	left: 0
}

.producto .inferior .izquierda .principal {
	display: block;
	margin-bottom: 20px
}

.producto .inferior .izquierda .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.producto .inferior .izquierda .grid.colores {
	grid-template-columns: 1fr 1fr 1fr 1fr
}

.producto .inferior .izquierda .grid.colores>:first-child {
	grid-column: 1 / -1;
	width: 100%
}

.producto .inferior .izquierda .grid .imagen {
	display: block
}

.producto .inferior .izquierda .principal img,
.producto .inferior .grid .imagen img {
	border-radius: 20px;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	display: block
}

.producto .inferior .derecha {
	display: inline-block;
	vertical-align: top;
	max-width: 800px;
	width: 100%
}

.producto .inferior .derecha .texto .marca {
	font-size: 3em;
	color: var(--color_verde);
	text-transform: uppercase;
	margin-bottom: 20px
}

.producto .inferior .derecha .texto .marca a {
	color: inherit
}

.producto .inferior .derecha .texto .precios {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: var(--color_verde)
}

.producto .inferior .derecha .texto .precios:before,
.producto .inferior .derecha .texto .precios .precio_anterior:before {
	content: "";
	position: absolute;
	background: var(--color_verde);
	opacity: .2
}

.producto .inferior .derecha .texto .precios:before {
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px
}

.producto .inferior .derecha .texto .precios .precio,
.producto .inferior .derecha .texto .precios .precio_anterior {
	display: inline-block;
	vertical-align: baseline;
	position: relative
}

.producto .inferior .derecha .texto .precios .precio {
	font-size: 5em
}

.producto .inferior .derecha .texto .precios .precio_anterior {
	margin-left: 20px;
	font-size: 2.5em;
	opacity: .55
}

.producto .inferior .derecha .texto .precios .precio_anterior:before {
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	transform: translate(0, -50%) rotate(-20deg);
	opacity: 1
}

.producto .inferior .derecha .texto .comprar {
	margin-top: 20px;
	border-top: solid 1px var(--color_beis);
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.producto .inferior .derecha .texto .comprar .tit,
.producto .inferior .derecha .texto .propiedades .propiedad span {
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
	text-transform: uppercase
}

.producto .inferior .derecha .texto .propiedades .propiedad {
	margin-bottom: 20px
}

.producto .inferior .derecha .texto .propiedades .propiedad span {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	box-shadow: 0 0 0 1px var(--color_base) inset
}

.producto .inferior .derecha .texto .propiedades .propiedad span.inelegible,
.producto .inferior .derecha .texto .propiedades .propiedad span.elige {
	width: auto;
	box-shadow: none;
	height: auto;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px
}

.producto .inferior .derecha .texto .propiedades .propiedad ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 10px
}

.producto .inferior .derecha .texto .propiedades .propiedad ul li a {
	display: block;
	padding: 6px 12px;
	color: var(--color_verde);
	text-decoration: none
}

.producto .inferior .derecha .texto .propiedades .propiedad ul li.sel a {
	color: var(--color_whitesmoke)
}

.producto .inferior .derecha .texto .propiedades .propiedad ul li.sel {
	box-shadow: 0 0 0 2px var(--color_verde) inset;
	background-color: var(--color_verde)
}

.producto .inferior .derecha .texto .propiedades .propiedad ul li {
	font-size: 2em;
	box-shadow: 0 0 0 2px var(--color_beis) inset;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top
}

.producto .inferior .derecha .texto .cantidad a,
.producto .inferior .derecha .texto .cantidad span {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 0 2px var(--color_beis) inset;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 100%;
	margin-right: 5px;
	font-size: 2em
}

.producto .inferior .derecha .texto .cantidad span {
	box-shadow: 0 0 0 2px var(--color_base) inset
}

.producto .inferior .derecha .texto .cantidad a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px
}

.producto .inferior .derecha .texto .cantidad a.sumar {
	background-image: url("../img/web/mas.svg")
}

.producto .inferior .derecha .texto .cantidad a.restar {
	background-image: url("../img/web/menos.svg")
}

.producto .inferior .derecha .opciones .compartir,
.producto .inferior .derecha .opciones .favorito {
	box-shadow: 0 0 0 2px var(--color_base) inset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	text-indent: -999px;
	overflow: hidden;
	white-space: nowrap
}

.producto .inferior .derecha .opciones .compartir,
.producto .inferior .derecha .opciones .favorito,
.producto .inferior .derecha .texto .comprar .boton {
	display: inline-block;
	line-height: 64px;
	height: 64px;
	min-width: 64px;
	vertical-align: top;
	margin-right: 10px;
	border-radius: 100%
}

.producto .inferior .derecha .texto .comprar .boton {
	border-radius: 50px;
	background-color: var(--color_verde);
	height: auto;
	color: var(--color_whitesmoke);
	line-height: 1;
	min-width: 240px
}

.producto .inferior .derecha .opciones .compartir {
	background-image: url(../img/web/share.svg)
}

.producto .inferior .derecha .opciones .favorito.sel {
	background-image: url(../img/web/heart_full.svg)
}

.producto .inferior .derecha .opciones .favorito {
	background-image: url(../img/web/heart.svg)
}

.producto .inferior .derecha .descripcion {
	font-size: 2em;
	color: var(--color_verde);
	margin-top: 40px
}

.contacto .column {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-right: 40px
}

.contacto .column:nth-child(2n) {
	margin-right: 0
}

.contacto .superior {
	padding-bottom: 40px
}

.contacto .superior .titulo {
	display: block;
	font-size: 4em;
	text-transform: uppercase;
	margin-bottom: 10px
}

.contacto .superior .subtitulo {
	display: block;
	font-size: 2em
}

.contacto .mapa {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 0 0 1px var(--color_beis) inset;
	padding: 1px
}

.contacto .mapa iframe {
	display: block;
	width: 100%;
	border-radius: 30px;
	min-height: 320px
}

.contacto .inferior form {
	display: block
}

.contacto .inferior form .campo input {
	font-family: "Arial Narrow", "Segoe UI", Tahoma, Geneva, sans-serif;
	background-color: var(--color_whitesmoke)
}

.contacto .inferior form .campo {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	margin-right: 10px
}

.contacto .inferior form .campo:nth-child(2) {
	margin-top: 0
}

.contacto .inferior form .campo:nth-child(2n) {
	margin-right: 0
}

.contacto .inferior form .campo.grande {
	padding: 1px;
	width: auto;
	margin-right: 0;
	display: block
}

.contacto .inferior form .campo textarea {
	font-family: "Arial Narrow", "Segoe UI", Tahoma, Geneva, sans-serif;
	height: 220px
}

.contacto .inferior form .checks {
	margin-top: 40px;
	display: inline-block;
	vertical-align: top
}

.contacto .inferior form .botones {
	margin-top: 20px;
	float: right
}

.contacto .inferior form .botones .boton {
	display: block;
	background-color: var(--color_verde)
}

.marcas_listado {
	padding-bottom: calc(80px + 60px)
}

.marcas_listado .marcas {
	display: block;
	margin-top: 20px
}

.marcas_listado .marcas .item_marca {
	display: inline-block !important;
	box-shadow: 0 0 0 2px var(--color_beis) inset;
	background-color: var(--color_whitefake);
	border-radius: 30px;
	vertical-align: top;
	width: calc(100% / 6 - 20px * 5 / 6);
	margin: 0 20px 20px 0;
	padding: 10px;
	min-height: 150px;
	height: auto
}

.marcas_listado .marcas .item_marca:nth-child(6n) {
	margin-right: 0
}

.marcas_listado .marcas .item_marca .imagen {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box
}

.marcas_listado .marcas .item_marca .imagen img {
	max-width: 95%;
	max-height: 95%;
	height: auto;
	width: auto;
	object-fit: contain
}

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

.contenido .inferior {
	margin-top: 20px
}

.contenido .descripcion {
	font-size: 1.65em
}

.contenido .descripcion:not(h2):not(h3):not(h4):not(header) {
	font-family: "Arial Narrow", "Segoe UI", Tahoma, Geneva, sans-serif
}

.contenido .descripcion strong {
	font-weight: 600
}

#cookie-bar {
	position: fixed;
	max-width: none;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .75)
}

#cookie-bar p {
	background: var(--color_whitefake);
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	margin: 0 auto;
	max-width: 540px;
	transform: translateY(-50%);
	z-index: 1000;
	min-height: 220px;
	text-align: justify
}

#cookie-bar p span {
	display: block;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.5
}

#cookie-bar a.cb-policy {
	display: none !important
}

#cookie-bar a:last-child {
	margin-right: 0
}

#cookie-bar a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 2em;
	padding: 20px 10px;
	width: calc(50% - 5px);
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background-color: var(--color_verde);
	color: var(--color_whitesmoke);
	text-decoration: none
}