/*
Theme Name: Betano
Author: Betano
Description: Adaptive theme
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: Betano
*/

:root {
	--bnomex-accion: #ff4409;
	--bnomex-base-clara: #edf1f8;
	--bnomex-base-oscura: #090915;
	--bnomex-capa: #393c4c;
	--bnomex-capa-media: #202231;
	--bnomex-blanco: #fbfcfd;
	--bnomex-realce: #ff5a24;
	--bnomex-texto-suave: #dae0ec;
	--bnomex-texto-apagado: #a9b2c4;
	--bnomex-texto-profundo: #10151d;
	--bnomex-linea: rgba(251, 252, 253, .12);
	--bnomex-sombra-suave: 0 12px 28px rgba(5, 8, 15, .24);
	--bnomex-sombra-tarjeta: 0 10px 22px rgba(6, 9, 16, .32);
	--bnomex-sombra-hover: 0 16px 34px rgba(255, 69, 9, .18);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
}

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

a {
	text-decoration: none;
}

body {
	background: var(--bnomex-base-oscura);
	color: var(--bnomex-blanco);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	letter-spacing: .01em;
	line-height: 1.56;
}

button {
	cursor: pointer;
	font-family: inherit;
}

h1 {
	display: block;
	font-size: 2.28em;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.18;
	margin: 0 0 1.12rem;
}

h2 {
	display: block;
	font-size: 1.62em;
	font-weight: 700;
	letter-spacing: .012em;
	line-height: 1.24;
	margin: 0 0 1.04rem;
}

h3 {
	display: block;
	font-size: 1.24em;
	font-weight: 650;
	letter-spacing: .01em;
	line-height: 1.28;
}

h4 {
	display: block;
	font-weight: 650;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
}

ol ol,
ul ol {
	list-style-position: inside;
	list-style-type: lower-latin;
	margin-left: 17px;
}

p {
	font-size: 14.6px;
	margin: 0 0 1.08rem;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

ul ul,
ol ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 17px;
}

.bnomex-contenedor {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 21px;
	width: 100%;
}

.bnomex-encabezado {
	background: var(--bnomex-accion);
	box-shadow: 0 8px 22px rgba(16, 20, 28, .18);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.bnomex-encabezado__fila {
	align-items: center;
	display: flex;
	gap: 24px;
	height: 72px;
	justify-content: space-between;
}

.bnomex-marca {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.bnomex-marca__enlace {
	align-items: center;
	display: flex;
	text-decoration: none;
}

.bnomex-marca__imagen {
	display: block;
	filter: brightness(1.04) contrast(1.04) saturate(1.08);
	height: 34px;
	max-width: 160px;
	object-fit: contain;
	width: auto;
}

.bnomex-navegacion {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.bnomex-lista-menu {
	align-items: center;
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.bnomex-lista-menu li {
	display: inline-flex;
	position: relative;
}

.bnomex-lista-menu li a {
	color: var(--bnomex-blanco);
	display: block;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.25;
	padding: 27px 0;
	text-decoration: none;
	transition: color .34s ease-in-out, opacity .34s ease-in-out;
	white-space: nowrap;
}

.bnomex-lista-menu li a:hover,
.bnomex-lista-menu .current-menu-item > a {
	color: var(--bnomex-texto-suave);
	opacity: .92;
}

.bnomex-lista-menu .current-menu-item > a::after {
	background: var(--bnomex-blanco);
	border-radius: 999px;
	bottom: 17px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.bnomex-acciones {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
}

.bnomex-boton {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 9px;
	color: var(--bnomex-blanco);
	cursor: pointer;
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: .055em;
	line-height: 1;
	min-height: 34px;
	padding: 7px 12px;
	text-transform: uppercase;
	transition: background-color .36s ease-in-out, border-color .36s ease-in-out, color .36s ease-in-out, transform .28s ease-out, box-shadow .36s ease-in-out;
	white-space: nowrap;
}

.bnomex-boton:hover {
	transform: translateY(-2px);
}

.bnomex-boton--regalo {
	padding: 7px 8px;
}

.bnomex-boton--regalo:hover {
	background: rgba(255, 255, 255, .13);
	box-shadow: 0 6px 16px rgba(16, 20, 28, .16);
}

.bnomex-boton--borde {
	border: 2px solid var(--bnomex-blanco);
}

.bnomex-boton--borde:hover {
	background: var(--bnomex-blanco);
	color: var(--bnomex-texto-profundo);
}

.bnomex-boton--principal {
	background: #38a65f;
	box-shadow: 0 7px 18px rgba(16, 20, 28, .16);
}

.bnomex-boton--principal:hover {
	background: #3aad65;
	box-shadow: 0 9px 24px rgba(16, 20, 28, .22);
	color: var(--bnomex-blanco);
}

.bnomex-boton-ruta {
	cursor: pointer;
}

.bnomex-principal {
	background: var(--bnomex-base-oscura);
	padding: 72px 0 0;
}

.bnomex-portada {
	align-items: center;
	background:
		radial-gradient(circle at 18% 24%, rgba(255, 89, 35, .24), transparent 28%),
		radial-gradient(circle at 78% 18%, rgba(15, 122, 31, .20), transparent 26%),
		linear-gradient(135deg, #151a24 0%, #202839 46%, #111721 100%);
	border-bottom: 2px solid rgba(255, 69, 9, .58);
	display: flex;
	justify-content: center;
	padding: 18px 18px 20px;
	position: relative;
	overflow: hidden;
}

.bnomex-portada::before {
	background-image:
		linear-gradient(rgba(251, 252, 253, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(251, 252, 253, .055) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .68), transparent 82%);
	position: absolute;
}

.bnomex-portada::after {
	background: linear-gradient(180deg, transparent 0%, rgba(21, 26, 36, .9) 100%);
	bottom: 0;
	content: "";
	height: 42%;
	left: 0;
	position: absolute;
	right: 0;
}

.bnomex-marco-portada {
	align-items: center;
	display: flex;
	gap: 24px;
	margin: 0 auto;
	max-width: 1285px;
	padding: 0 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.bnomex-portada--simple .bnomex-marco-portada {
	justify-content: center;
	max-width: 760px;
}

.bnomex-portada--simple {
	background:
		radial-gradient(circle at 20% 22%, rgba(255, 67, 8, .16), transparent 28%),
		radial-gradient(circle at 82% 14%, rgba(255, 122, 69, .10), transparent 24%),
		linear-gradient(135deg, #131822 0%, #171d29 52%, #10151d 100%);
	border-bottom-color: rgba(255, 67, 8, .34);
}

.bnomex-portada--simple::after {
	background: linear-gradient(180deg, transparent 0%, rgba(19, 24, 34, .96) 100%);
}

.bnomex-portada--simple .bnomex-portada-tarjeta {
	flex-basis: 604px;
	margin-left: auto;
	margin-right: auto;
}

.bnomex-portada--simple .bnomex-portada-boton {
	flex: 0 1 260px;
}

.bnomex-portada-tarjeta {
	align-items: center;
	background-color: rgba(16, 21, 29, .88);
	border: 1.5px solid rgba(255, 89, 35, .5);
	border-radius: 18px;
	box-shadow: var(--bnomex-sombra-suave);
	display: flex;
	flex: 0 1 520px;
	flex-direction: column;
	justify-content: center;
	margin: 34px 0;
	max-width: 604px;
	opacity: .96;
	padding: 27px;
	position: relative;
	text-align: center;
}

.bnomex-portada-tarjeta::after {
	background: radial-gradient(circle, rgba(255, 90, 35, .18), transparent 62%);
	border-radius: 999px;
	content: "";
	height: 92px;
	position: absolute;
	right: -32px;
	top: -34px;
	width: 92px;
}

.bnomex-portada-tarjeta > * {
	position: relative;
	z-index: 1;
}

.bnomex-portada-etiqueta {
	background: rgba(255, 69, 9, .12);
	border: 1px solid rgba(255, 89, 35, .44);
	border-radius: 999px;
	color: var(--bnomex-realce);
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	margin: 0 0 14px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.bnomex-portada-tarjeta h1 {
	font-size: 32px;
	font-weight: 760;
	letter-spacing: .045em;
	line-height: 1.33;
	text-transform: uppercase;
}

.bnomex-portada-tarjeta p {
	color: var(--bnomex-texto-suave);
	font-family: Roboto, Arial, sans-serif;
	font-size: 15.8px;
	font-weight: 410;
	line-height: 1.48;
	text-align: center;
}

.bnomex-portada-oferta {
	align-items: center;
	background: linear-gradient(135deg, #fff7f3 0%, #f5f9ff 100%);
	border: 1px solid rgba(255, 89, 35, .24);
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(34, 47, 75, .10);
	color: var(--bnomex-texto-profundo);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 4px 0 16px;
	padding: 12px 16px;
	width: 100%;
}

.bnomex-portada-oferta__texto {
	color: #5a667a;
	font-size: 12px;
	font-weight: 720;
	letter-spacing: .055em;
	text-align: left;
	text-transform: uppercase;
}

.bnomex-portada-oferta__valor {
	color: #c93b08;
	font-size: 20px;
	font-weight: 860;
	letter-spacing: .02em;
	line-height: 1.12;
	text-align: right;
}

.bnomex-portada-beneficios {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	width: 100%;
}

.bnomex-portada-beneficios li {
	background: rgba(251, 252, 253, .08);
	border: 1px solid rgba(251, 252, 253, .14);
	border-radius: 999px;
	color: var(--bnomex-texto-suave);
	font-size: 12.4px;
	font-weight: 650;
	line-height: 1;
	padding: 8px 11px;
}

.bnomex-acciones-portada {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	width: 100%;
}

.bnomex-boton-solido {
	background: var(--bnomex-accion);
	box-shadow: 0 9px 20px rgba(255, 69, 9, .24);
}

.bnomex-boton-solido:hover {
	background: var(--bnomex-realce);
	color: var(--bnomex-blanco);
}

.bnomex-portada-boton {
	flex: 1 1 210px;
	height: 43px;
	min-width: 0;
}

.bnomex-portada-boton-secundario {
	border: 1px solid rgba(251, 252, 253, .28);
	color: var(--bnomex-texto-suave);
	flex: 0 1 132px;
	height: 43px;
}

.bnomex-portada-boton-secundario:hover {
	background: rgba(251, 252, 253, .1);
	color: var(--bnomex-blanco);
}

.bnomex-portada-bonos {
	display: grid;
	flex: 1 1 620px;
	gap: 10px;
	grid-auto-rows: 136px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	max-width: 680px;
	width: 100%;
}

.bnomex-bono-hero {
	background:
		linear-gradient(180deg, rgba(255, 69, 9, .18) 0 24%, transparent 24%),
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .12), transparent 28%),
		linear-gradient(145deg, #161b31 0%, #0a0f1c 68%);
	border: 1px solid rgba(251, 252, 253, .08);
	border-radius: 14px;
	box-shadow: 0 14px 28px rgba(5, 8, 15, .26);
	color: var(--bnomex-blanco);
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	height: 136px;
	min-height: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
	transition: transform .28s ease-out, box-shadow .36s ease-in-out, border-color .36s ease-in-out;
}

.bnomex-bono-hero:nth-child(1),
.bnomex-bono-hero:nth-child(4) {
	grid-column: span 3;
}

.bnomex-bono-hero:nth-child(2) {
	background:
		linear-gradient(135deg, rgba(25, 142, 185, .50), transparent 44%),
		linear-gradient(145deg, #12182b 0%, #080d18 68%);
}

.bnomex-bono-hero:nth-child(3) {
	background:
		radial-gradient(circle at 54% 22%, rgba(108, 92, 231, .44), transparent 34%),
		linear-gradient(145deg, #1d1b56 0%, #0a0f1c 72%);
}

.bnomex-bono-hero:nth-child(4),
.bnomex-bono-hero:nth-child(5) {
	background:
		linear-gradient(180deg, rgba(15, 122, 31, .62) 0 28%, transparent 28%),
		radial-gradient(circle at 80% 20%, rgba(255, 232, 85, .18), transparent 24%),
		linear-gradient(145deg, #092815 0%, #07101b 72%);
}

.bnomex-bono-hero:hover {
	border-color: rgba(255, 89, 35, .58);
	box-shadow: 0 18px 34px rgba(255, 69, 9, .18);
	transform: translateY(-3px);
}

.bnomex-bono-hero__logo {
	align-items: center;
	background: rgba(251, 252, 253, .95);
	border: 2px solid var(--bnomex-accion);
	border-radius: 50%;
	color: var(--bnomex-texto-profundo);
	display: inline-flex;
	font-size: 12px;
	font-weight: 860;
	height: 26px;
	justify-content: center;
	left: 10px;
	position: absolute;
	top: 9px;
	width: 26px;
	z-index: 1;
}

.bnomex-bono-hero__imagen {
	align-items: center;
	align-self: flex-end;
	background:
		linear-gradient(135deg, rgba(251, 252, 253, .18), rgba(251, 252, 253, .04)),
		repeating-linear-gradient(45deg, rgba(251, 252, 253, .08) 0 8px, transparent 8px 16px);
	border: 1px dashed rgba(251, 252, 253, .26);
	border-radius: 10px;
	color: rgba(251, 252, 253, .68);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 760;
	height: 56px;
	justify-content: center;
	line-height: 1.15;
	margin-bottom: auto;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 45%;
}

.bnomex-bono-hero__imagen img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bnomex-bono-hero__imagen--foto {
	background: none;
	border: 0;
	border-radius: inherit;
	height: 100%;
	inset: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.bnomex-bono-hero--foto::after {
	background: linear-gradient(90deg, rgba(10, 15, 28, .9) 0 44%, rgba(10, 15, 28, .45) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.bnomex-bono-hero--foto {
	justify-content: center;
	padding-top: 4px;
}

.bnomex-bono-hero--foto .bnomex-bono-hero__logo {
	display: none;
}

.bnomex-bono-hero--foto .bnomex-bono-hero__codigo {
	margin-top: 4px;
}

.bnomex-bono-hero--foto .bnomex-bono-hero__monto {
	margin-top: 0;
}

.bnomex-bono-hero--foto .bnomex-bono-hero__titulo {
	margin-bottom: 2px;
}

.bnomex-bono-hero--foto .bnomex-bono-hero__monto,
.bnomex-bono-hero--foto .bnomex-bono-hero__titulo,
.bnomex-bono-hero--foto .bnomex-bono-hero__codigo {
	position: relative;
	z-index: 1;
}

.bnomex-bono-hero__monto {
	color: var(--bnomex-realce);
	display: block;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .95;
	margin: 6px 0 6px;
	text-shadow: 0 3px 0 rgba(255, 69, 9, .36);
}

.bnomex-bono-hero__titulo {
	display: block;
	font-size: 12.6px;
	font-weight: 820;
	line-height: 1.08;
	margin: 0 0 6px;
	word-break: break-word;
}

.bnomex-bono-hero__codigo {
	color: var(--bnomex-texto-suave);
	display: block;
	font-size: 11px;
	font-weight: 720;
	line-height: 1.16;
	margin-top: auto;
}

.bnomex-zona-productos {
	background: #FCFCFD;
	padding: 39px 0 18px;
}

.bnomex-zona-casino {
	background: var(--bnomex-capa);
	padding: 43px 0;
}

.bnomex-zona-metrica {
	background: var(--bnomex-capa-media);
	padding: 34px 0 14px;
}

.bnomex-encabezado-seccion {
	color: var(--bnomex-base-oscura);
	font-size: 29.5px;
	font-weight: 760;
	letter-spacing: .035em;
	padding-bottom: 12px;
	text-align: center;
	text-transform: uppercase;

}

.bnomex-entrada-seccion {
	color: var(--bnomex-base-oscura);
	font-size: 16.8px;
	line-height: 1.58;
	margin-top: 11px;
	padding: 0 0 17px;
	text-align: center;
}

.bnomex-cuadricula-productos {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 6px 0 10px;
	scrollbar-width: none;
}

.bnomex-cuadricula-productos::-webkit-scrollbar {
	display: none;
}

.bnomex-tarjeta-producto {
	align-items: center;
	background: #f8fbff;
	border: 1px solid #c8d7ef;
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(34, 47, 75, .08);
	color: var(--bnomex-texto-profundo);
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	min-height: 62px;
	min-width: 180px;
	margin-bottom: 0;
	padding: 10px 14px 10px 10px;
	outline: none;
	text-align: left;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bnomex-tarjeta-producto:nth-child(2) {
	border-color: var(--bnomex-realce);
	box-shadow: 0 10px 22px rgba(255, 90, 36, .14);
}

.bnomex-tarjeta-producto:hover {
	border-color: var(--bnomex-realce);
	box-shadow: 0 10px 22px rgba(255, 90, 36, .16);
	transform: translateY(-2px);
}

.bnomex-icono-producto {
	align-items: center;
	background: linear-gradient(180deg, #ffffff, #f1f5fb);
	border: 1px solid #dbe5f3;
	border-radius: 10px;
	box-shadow: 0 3px 9px rgba(34, 47, 75, .10);
	display: flex;
	flex: 0 0 auto;
	height: 40px;
	justify-content: center;
	transition: border-color .25s ease, transform .25s ease;
	width: 40px;
}

.bnomex-imagen-producto {
	filter: brightness(1.05) contrast(1.03) saturate(1.12);
	display: block;
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.bnomex-nombre-producto {
	font-size: 16px;
	font-weight: 780;
	line-height: 1.15;
	text-align: left;
	white-space: nowrap;
}

.bnomex-cuadricula-casino {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
}

.bnomex-tarjeta-juego {
	overflow: hidden;
	position: relative;
}

.bnomex-miniatura-juego {
	position: relative;
}

.bnomex-miniatura-juego img {
	border-radius: 10px;
	display: block;
	filter: brightness(1.04) contrast(1.04) saturate(1.12);
	transition: filter .68s ease-in-out, transform .68s ease-in-out;
	width: 100%;
}

.bnomex-ficha-jugar {
	align-items: center;
	background: var(--bnomex-accion);
	border: 0;
	border-radius: 50%;
	box-shadow: var(--bnomex-sombra-suave);
	color: var(--bnomex-blanco);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	left: 50%;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 58%;
	transform: translate(-50%, -50%);
	transition: opacity .48s ease-in-out, top .48s ease-in-out, transform .48s ease-in-out, background-color .36s ease-in-out;
	width: 58px;
}

.bnomex-ficha-jugar:hover {
	background: #38a65f;
	transform: translate(-50%, -50%) scale(1.08);
}

.bnomex-icono-play {
	display: block;
	fill: currentColor;
	height: 28px;
	margin-left: 4px;
	width: 28px;
}

.bnomex-tarjeta-juego:hover img {
	filter: blur(2px) brightness(.76) saturate(1.08);
	transform: scale(1.015);
}

.bnomex-tarjeta-juego:hover .bnomex-ficha-jugar {
	opacity: 1;
	top: 52%;
}

.bnomex-insignia-juego {
	background-color: rgba(255, 69, 9, .92);
	color: var(--bnomex-blanco);
	font-size: 12.4px;
	font-weight: 650;
	left: 9px;
	letter-spacing: .025em;
	padding: 2px 9px;
	position: absolute;
	text-transform: uppercase;
	top: 9px;
}

.bnomex-titulo-juego {
	display: block;
	font-size: 14.6px;
	font-weight: 720;
	line-height: 1.36;
	max-width: 100%;
	overflow: hidden;
	padding-top: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bnomex-creador-juego {
	color: var(--bnomex-texto-apagado);
	font-size: 12.8px;
	margin-bottom: 0;
}

.bnomex-cuadricula-metrica {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 22px 0;
}

.bnomex-tarjeta-metrica {
	background-color: var(--bnomex-base-oscura);
	border: 1px solid rgba(251, 252, 253, .08);
	border-radius: 10px;
	box-shadow: var(--bnomex-sombra-tarjeta);
	padding: 33px 27px;
	text-align: center;
	overflow-wrap: anywhere;
}

.bnomex-tarjeta-metrica > span:not(.bnomex-tarjeta-metrica__valor) {
	color: var(--bnomex-blanco);
	display: block;
	font-size: 14.4px;
	font-weight: 720;
	letter-spacing: .03em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.bnomex-tarjeta-metrica__valor {
	color: var(--bnomex-realce);
	display: block;
	font-size: 25px;
	font-weight: 860;
	line-height: 1.12;
}

.bnomex-zona-editor {
	background-color: var(--bnomex-base-oscura);
	padding: 0 0 34px;
}

.bnomex-titulo-pagina {
	color: var(--bnomex-blanco);
	font-size: 23px;
	font-weight: 720;
	letter-spacing: .03em;
	line-height: 1.22;
	margin: 0 0 205px;
	text-transform: uppercase;
}

.bnomex-medio-destacado img {
	display: block;
	filter: brightness(1.03) contrast(1.04) saturate(1.1);
	margin: 0 0 18px;
	object-fit: cover;
	width: 100%;
}

.bnomex-texto-editor a,
.bnomex-texto-editor p {
	font-size: 14.6px;
	font-weight: 510;
	line-height: 1.48;
}

.bnomex-texto-editor a {
	color: var(--bnomex-realce);
}

.bnomex-texto-editor a:hover {
	color: var(--bnomex-accion);
}

.bnomex-tema-mx {
	background: var(--bnomex-base-oscura);
	color: var(--bnomex-texto-suave);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.62;
}

.bnomex-tema-mx .bnomex-marco-editor {
	max-width: 1180px;
	padding: 27px;
}

.bnomex-tema-mx .bnomex-texto-editor > *:first-child {
	margin-top: 0;
}

.bnomex-tema-mx .bnomex-texto-editor figure,
.bnomex-tema-mx .bnomex-texto-editor ol,
.bnomex-tema-mx .bnomex-texto-editor p,
.bnomex-tema-mx .bnomex-texto-editor table,
.bnomex-tema-mx .bnomex-texto-editor ul {
	margin: 0 0 18px;
}

.bnomex-tema-mx .bnomex-texto-editor h1,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h2,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h3,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
	color: var(--bnomex-blanco);
	font-size: 1.84rem;
	font-weight: 820;
	letter-spacing: .01em;
	line-height: 1.22;
	margin: 42px 0 20px;
	padding: 15px 18px 16px 24px;
	position: relative;
}

.bnomex-tema-mx .bnomex-texto-editor h1::before,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::before,
.bnomex-tema-mx .bnomex-texto-editor h2::before,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::before,
.bnomex-tema-mx .bnomex-texto-editor h3::before,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::before {
	background: var(--bnomex-accion);
	border-radius: 999px;
	content: "";
	height: calc(100% - 18px);
	left: 0;
	position: absolute;
	top: 9px;
	width: 6px;
}

.bnomex-tema-mx .bnomex-texto-editor h1::after,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::after,
.bnomex-tema-mx .bnomex-texto-editor h2::after,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::after,
.bnomex-tema-mx .bnomex-texto-editor h3::after,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::after {
	background: linear-gradient(90deg, var(--bnomex-accion), transparent);
	border-radius: 999px;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 24px;
	position: absolute;
	width: min(180px, 42%);
}

.bnomex-tema-mx .bnomex-texto-editor h3,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
	font-size: 1.48rem;
	font-weight: 780;
	margin-top: 34px;
}

.bnomex-tema-mx .bnomex-texto-editor h4,
.bnomex-tema-mx .bnomex-texto-editor h4.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h5,
.bnomex-tema-mx .bnomex-texto-editor h5.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h6,
.bnomex-tema-mx .bnomex-texto-editor h6.wp-block-heading {
	color: var(--bnomex-blanco);
	font-weight: 760;
	line-height: 1.32;
	margin: 26px 0 12px;
}

.bnomex-tema-mx .bnomex-texto-editor h4,
.bnomex-tema-mx .bnomex-texto-editor h4.wp-block-heading {
	font-size: 1.12rem;
}

.bnomex-tema-mx .bnomex-texto-editor h5,
.bnomex-tema-mx .bnomex-texto-editor h5.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h6,
.bnomex-tema-mx .bnomex-texto-editor h6.wp-block-heading {
	color: var(--bnomex-texto-suave);
	font-size: .98rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bnomex-tema-mx .bnomex-texto-editor p {
	color: var(--bnomex-texto-suave);
}

.bnomex-tema-mx .bnomex-texto-editor a {
	border-bottom: 1px dashed rgba(255, 89, 35, .62);
	color: var(--bnomex-realce);
	text-decoration: none;
	transition: border-color .42s ease-in-out, color .42s ease-in-out;
}

.bnomex-tema-mx .bnomex-texto-editor a:hover {
	border-bottom-color: var(--bnomex-accion);
	color: var(--bnomex-accion);
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list),
.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) {
	background: rgba(250, 252, 253, .92);
	border: 1px solid #d8e2f3;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(34, 47, 75, .08);
	color: #3f4b61;
	margin: 22px 0;
	overflow: hidden;
	padding: 8px 18px;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) li,
.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li {
	line-height: 1.62;
	margin: 0;
	min-height: 34px;
}

.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) {
	list-style: none;
}

.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li {
	padding: 12px 0 12px 34px;
	position: relative;
}

.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li::before {
	background: linear-gradient(135deg, var(--bnomex-accion), var(--bnomex-realce));
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(255, 67, 8, .16), 0 5px 12px rgba(255, 67, 8, .22);
	content: "";
	height: 11px;
	left: 6px;
	position: absolute;
	top: 20px;
	width: 11px;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) {
	counter-reset: bnomex-paso;
	list-style: none;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) li {
	counter-increment: bnomex-paso;
	padding: 12px 0 12px 48px;
	position: relative;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) li::before {
	align-items: center;
	background: linear-gradient(135deg, #fff2ed, #fafcfd);
	border: 1px solid rgba(255, 67, 8, .38);
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(34, 47, 75, .10);
	color: #c93b08;
	content: counter(bnomex-paso);
	display: inline-flex;
	font-size: .86rem;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	left: 4px;
	position: absolute;
	top: 10px;
	width: 30px;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) li + li,
.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li + li {
	border-top: 1px solid rgba(216, 226, 243, .82);
}

.bnomex-tema-mx .table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}

.wp-block-table thead {
	border: 0;
}

.bnomex-tema-mx table {
	border-collapse: collapse;
	min-width: 620px;
	width: 100%;
}

.bnomex-tema-mx table td,
.bnomex-tema-mx table th {
	border: 0;
	color: var(--bnomex-texto-suave);
	padding: 13px 16px;
	text-align: left;
}

.bnomex-tema-mx table th {
	color: var(--bnomex-blanco);
	font-weight: 720;
}

.bnomex-tema-mx table tbody tr:nth-child(even) {
	background: var(--bnomex-capa-media);
}

.bnomex-tema-mx table tbody tr:hover {
	background: rgba(255, 69, 9, .08);
}

.bnomex-tema-mx .wp-block-table {
	margin: 18px 0;
}

.bnomex-tema-mx img {
	border-radius: 22px;
	filter: brightness(1.04) contrast(1.04) saturate(1.1);
	padding: 13px;
}

.bnomex-tema-mx .tc {
	-webkit-overflow-scrolling: touch;
	background: var(--bnomex-base-oscura);
	border-radius: 10px;
	margin-bottom: 27px;
	overflow-x: auto;
	padding: 11px 0;
}

.bnomex-tema-mx .tc::-webkit-scrollbar {
	height: 7px;
}

.bnomex-tema-mx .tc::-webkit-scrollbar-thumb {
	background-color: var(--bnomex-accion);
	border-radius: 4px;
}

.bnomex-tema-mx .toc-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	margin: 0;
	padding: 0 !important;
	white-space: nowrap;
}

.bnomex-tema-mx .toc-list li {
	flex: 0 0 auto;
}

.bnomex-tema-mx .toc-list li a {
	background: var(--bnomex-capa-media);
	border-radius: 6px;
	color: var(--bnomex-texto-suave);
	font-weight: 520;
	padding: 7px 14px;
	text-decoration: none;
	transition: background-color .42s ease-in-out, color .42s ease-in-out;
}

.bnomex-tema-mx .toc-list li a:hover {
	background: var(--bnomex-accion);
	color: var(--bnomex-blanco);
}

.schema-faq {
	color: var(--bnomex-texto-suave);
}

.schema-faq-section {
	margin-bottom: 17px;
	padding-bottom: 12px;
}

.schema-faq-answer {
	background: rgba(251, 252, 253, .06);
	border: 1px solid rgba(251, 252, 253, .10);
	border-left: 4px solid var(--bnomex-realce);
	border-radius: 0 0 10px 10px;
	color: var(--bnomex-texto-suave);
	display: none;
	font-size: 15px;
	line-height: 1.66;
	margin-top: 8px;
	padding: 16px 18px 17px 20px;
}

.schema-faq-answer p {
	margin: 0 0 12px;
}

.schema-faq-answer p:last-child {
	margin-bottom: 0;
}

.schema-faq-answer a {
	color: var(--bnomex-realce);
	font-weight: 650;
}

.schema-faq-question {
	background-color: var(--bnomex-capa-media);
	border-radius: 8px;
	color: var(--bnomex-texto-suave);
	cursor: pointer;
	display: block;
	font-size: 16.6px;
	font-weight: 620;
	padding: 13px 17px;
	position: relative;
	transition: background-color .5s ease-in-out, color .5s ease-in-out;
	user-select: none;
}

.schema-faq-question::after {
	color: var(--bnomex-texto-apagado);
	content: "+";
	font-size: 21px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .45s ease-in-out;
}

.schema-faq-question.active {
	background-color: var(--bnomex-capa);
	color: var(--bnomex-blanco);
}

.schema-faq-question.active::after {
	color: var(--bnomex-blanco);
	content: "-";
}

.schema-faq-question.active + .schema-faq-answer,
.schema-faq-question.active ~ .schema-faq-answer {
	animation: bnomex-faq-aparece .24s ease-out;
	display: block;
}

@keyframes bnomex-faq-aparece {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bnomex-tarjeta-no-encontrado {
	padding: 105px 0;
	text-align: center;
}

.bnomex-texto-no-encontrado a {
	color: var(--bnomex-realce);
}

.bnomex-tema-mx a:focus,
.bnomex-tema-mx button:focus,
.bnomex-tema-mx input[type="submit"]:focus,
.bnomex-boton:focus {
	border-radius: 9px;
	outline: 2px solid rgba(255, 89, 35, .78);
	outline-offset: 2px;
}

.bnomex-marco-pagina {
	display: block;
}

.breadcrumbs {
	background:
		linear-gradient(90deg, rgba(57, 60, 76, .92) 0%, rgba(32, 34, 49, .86) 68%, rgba(9, 9, 21, .72) 100%);
	border: 1px solid rgba(237, 241, 248, .14);
	border-left: 0;
	border-radius: 10px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .20);
	color: rgba(237, 241, 248, .72);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	margin: 18px auto 0;
	max-width: 1180px;
	overflow: hidden;
	padding: 12px 18px 12px 24px;
	position: relative;
	width: 100%;
}

.breadcrumbs::before {
	background: linear-gradient(180deg, #ff4308, #ff7a45);
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(255, 67, 8, .20);
	content: "";
	height: calc(100% - 14px);
	left: 0;
	position: absolute;
	top: 7px;
	width: 5px;
}

.breadcrumbs a {
	border-bottom: 1px solid transparent;
	color: #edf1f8;
	font-weight: 720;
	text-decoration: none;
	transition: border-color .28s ease, color .28s ease;
}

.breadcrumbs a:hover {
	border-bottom-color: #ff4308;
	color: #ff4308;
}

.breadcrumbs .breadcrumb_last {
	color: rgba(237, 241, 248, .62);
	font-weight: 620;
}

.bnomex-wpcontent {
	background: var(--bnomex-base-oscura);
	border-top: 1px solid rgba(237, 241, 248, .12);
	color: var(--bnomex-texto-suave);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.62;
	padding: 0 0 34px;
}

.breadcrumbs + .bnomex-wpcontent {
	border-top: 0;
}

.bnomex-wpcontent > .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 27px;
	width: 100%;
}

.bnomex-wpcontent > .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.bnomex-wpcontent :where(figure, ol, p, table, ul) {
	margin-bottom: 18px;
}

.bnomex-wpcontent .wp-block-image {
	margin: 0 0 24px;
}

.bnomex-wpcontent .wp-block-image figure {
	margin: 0;
}

.bnomex-wpcontent .wp-block-image.aligncenter,
.bnomex-wpcontent .wp-block-image figure.aligncenter,
.bnomex-wpcontent figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bnomex-wpcontent p {
	color: rgba(237, 241, 248, .82);
	font-size: 14.6px;
	font-weight: 510;
	line-height: 1.48;
}

.bnomex-wpcontent a {
	border-bottom: 1px dashed rgba(237, 241, 248, .45);
	color: #edf1f8;
	text-decoration: none;
	transition: border-color .42s ease-in-out, color .42s ease-in-out;
}

.bnomex-wpcontent a:hover {
	border-bottom-color: #ff4308;
	color: #ff4308;
}

.bnomex-wpcontent :where(h1, h1.wp-block-heading, h2, h2.wp-block-heading, h3, h3.wp-block-heading) {
	background:
		linear-gradient(90deg, rgba(57, 60, 76, .92) 0%, rgba(32, 34, 49, .74) 62%, rgba(9, 9, 21, 0) 100%);
	border: 1px solid rgba(237, 241, 248, .14);
	border-left: 0;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
	color: #edf1f8;
	font-size: 21px;
	font-weight: 820;
	letter-spacing: .01em;
	line-height: 1.22;
	margin: 32px 0 18px;
	padding: 13px 14px 13px 18px;
	position: relative;
}

.bnomex-wpcontent :where(h1, h1.wp-block-heading) {
	font-size: 24px;
}

.bnomex-wpcontent :where(h3, h3.wp-block-heading) {
	font-size: 17px;
	margin: 24px 0 16px;
	padding: 11px 13px 11px 17px;
}

.bnomex-wpcontent :where(h1, h1.wp-block-heading, h2, h2.wp-block-heading, h3, h3.wp-block-heading)::before {
	background: linear-gradient(180deg, #ff4308, #ff7a45);
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(255, 67, 8, .20);
	content: "";
	height: calc(100% - 14px);
	left: 0;
	position: absolute;
	top: 7px;
	width: 5px;
}

.bnomex-wpcontent :where(h1, h1.wp-block-heading, h2, h2.wp-block-heading, h3, h3.wp-block-heading)::after {
	background: linear-gradient(90deg, #ff4308, rgba(255, 122, 69, .12));
	border-radius: 999px;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 18px;
	position: absolute;
	width: min(126px, 42%);
}

.bnomex-wpcontent :where(h4, h4.wp-block-heading) {
	color: #edf1f8;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.32;
	margin: 25px 0 12px;
	padding-bottom: 7px;
	position: relative;
}

.bnomex-wpcontent :where(h4, h4.wp-block-heading)::after {
	background: #ff7a45;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 54px;
}

.bnomex-wpcontent :where(h5, h5.wp-block-heading, h6, h6.wp-block-heading) {
	color: rgba(237, 241, 248, .78);
	font-size: .98rem;
	font-weight: 760;
	letter-spacing: .04em;
	line-height: 1.32;
	margin: 26px 0 12px;
	text-transform: uppercase;
}

.bnomex-wpcontent :where(ol:not(.toc-list), ul:not(.toc-list)) {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .14);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
	color: #edf1f8;
	margin-bottom: 22px;
	margin-top: 22px;
	overflow: hidden;
	padding: 8px 18px;
}

.bnomex-wpcontent :where(ol:not(.toc-list), ul:not(.toc-list)) li {
	line-height: 1.62;
	margin: 0;
	min-height: 34px;
}

.bnomex-wpcontent ul:not(.toc-list) {
	list-style: none;
}

.bnomex-wpcontent ul:not(.toc-list) li {
	padding: 12px 0 12px 34px;
	position: relative;
}

.bnomex-wpcontent ul:not(.toc-list) li::before {
	background: linear-gradient(135deg, #ff4308, #ff7a45);
	border: 2px solid #edf1f8;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(255, 67, 8, .16), 0 5px 12px rgba(255, 67, 8, .22);
	content: "";
	height: 11px;
	left: 6px;
	position: absolute;
	top: 20px;
	width: 11px;
}

.bnomex-wpcontent ol:not(.toc-list) {
	counter-reset: bnomex-paso;
	list-style: none;
}

.bnomex-wpcontent ol:not(.toc-list) li {
	counter-increment: bnomex-paso;
	padding: 12px 0 12px 48px;
	position: relative;
}

.bnomex-wpcontent ol:not(.toc-list) li::before {
	align-items: center;
	background: linear-gradient(135deg, #393c4c, #202231);
	border: 1px solid rgba(255, 67, 8, .38);
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .22);
	color: #edf1f8;
	content: counter(bnomex-paso);
	display: inline-flex;
	font-size: .86rem;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	left: 4px;
	position: absolute;
	top: 10px;
	width: 30px;
}

.bnomex-wpcontent :where(ol:not(.toc-list), ul:not(.toc-list)) li + li {
	border-top: 1px solid rgba(216, 226, 243, .82);
}

.bnomex-wpcontent .wp-block-table {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.bnomex-wpcontent table {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .14);
	border-collapse: collapse;
	border-radius: 10px;
	min-width: 620px;
	overflow: hidden;
	width: 100%;
}

.bnomex-wpcontent table :where(td, th) {
	border: 0;
	border-bottom: 1px solid rgba(237, 241, 248, .14);
	color: #edf1f8;
	padding: 13px 16px;
	text-align: left;
}

.bnomex-wpcontent table th {
	background: #202231;
	font-weight: 720;
}

.bnomex-wpcontent table tbody tr:nth-child(even) {
	background: #393c4c;
}

.bnomex-wpcontent table tbody tr:hover {
	background: rgba(237, 241, 248, .08);
}

.bnomex-wpcontent img {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .14);
	border-radius: 22px;
	filter: brightness(1.04) contrast(1.04) saturate(1.1);
	height: auto;
	max-width: 100%;
	padding: 13px;
}

.bnomex-wpcontent img.aligncenter,
.bnomex-wpcontent .aligncenter img,
.bnomex-wpcontent .wp-block-image.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 769px) {
	.bnomex-wpcontent :where(h1, h1.wp-block-heading) {
		font-size: 29px;
	}

	.bnomex-wpcontent :where(h2, h2.wp-block-heading) {
		font-size: 25px;
	}

	.bnomex-wpcontent :where(h3, h3.wp-block-heading) {
		font-size: 20px;
	}

	.bnomex-wpcontent :where(h4, h4.wp-block-heading) {
		font-size: 22px;
	}

	.bnomex-wpcontent :where(h5, h5.wp-block-heading, h6, h6.wp-block-heading) {
		font-size: 1.18rem;
	}
}

@keyframes bnomex-respiro-panel {
	0% {
		opacity: .72;
		transform: scale(.985);
	}

	100% {
		opacity: 1;
		transform: scale(1.018);
	}
}

@media (min-width: 767px) {
	p {
		font-size: 19.4px;
		line-height: 1.56;
	}
}

@media (max-width: 1140px) {
	.bnomex-marco-portada {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.bnomex-portada-tarjeta {
		flex: none;
		margin: 0 auto 28px;
		order: 2;
		width: min(100%, 604px);
	}

	.bnomex-portada-bonos {
		display: flex;
		flex: none;
		gap: 10px;
		margin: 26px auto 0;
		max-width: 100%;
		order: 1;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 2px 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.bnomex-bono-hero,
	.bnomex-bono-hero:nth-child(1),
	.bnomex-bono-hero:nth-child(4) {
		flex: 0 0 220px;
		grid-column: auto;
		height: 132px;
		scroll-snap-align: start;
	}

	.bnomex-bono-hero__monto {
		font-size: 34px;
	}

	.bnomex-cuadricula-casino {
		gap: 17px;
		grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
	}
}

@media (max-width: 980px) {
	.bnomex-encabezado__fila {
		gap: 18px;
	}

	.bnomex-lista-menu {
		gap: 14px;
	}

	.bnomex-lista-menu li a {
		font-size: 11.5px;
		letter-spacing: .025em;
	}
}

@media (max-width: 860px) {
	.bnomex-encabezado__fila {
		flex-wrap: wrap;
		height: auto;
		min-height: 70px;
		padding: 10px 0;
	}

	.bnomex-marca {
		flex: 1 1 auto;
		order: 1;
	}

	.bnomex-acciones {
		gap: 10px;
		margin-left: auto;
		order: 2;
	}

	.bnomex-navegacion {
		background: rgba(21, 26, 36, .15);
		border-radius: 12px;
		flex: 0 0 100%;
		justify-content: flex-start;
		order: 3;
		overflow: hidden;
		padding: 2px 0 3px;
		width: 100%;
	}

	.bnomex-lista-menu {
		flex-wrap: nowrap;
		gap: 22px;
		justify-content: center;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 2px;
		scrollbar-width: none;
		width: 100%;
	}

	.bnomex-lista-menu::-webkit-scrollbar {
		display: none;
	}

	.bnomex-lista-menu li {
		flex: 0 0 auto;
	}

	.bnomex-lista-menu li a {
		font-size: 11px;
		padding: 9px 0;
	}

	.bnomex-lista-menu .current-menu-item > a::after {
		bottom: 2px;
	}

	.bnomex-principal {
		padding-top: 112px;
	}

}

@media (max-width: 780px) {
	.bnomex-cuadricula-casino {
		grid-template-columns: repeat(auto-fill, minmax(194px, 1fr));
	}

	.bnomex-cuadricula-metrica {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bnomex-tarjeta-metrica {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.breadcrumbs {
		border-radius: 8px;
		font-size: 12px;
		margin-top: 14px;
		padding: 10px 14px 10px 18px;
		width: calc(100% - 30px);
	}

	.bnomex-wpcontent :where(h1, h1.wp-block-heading) {
		font-size: 18px;
	}

	.bnomex-wpcontent :where(h2, h2.wp-block-heading) {
		font-size: 16px;
	}

	.bnomex-wpcontent :where(h3, h3.wp-block-heading) {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.bnomex-wpcontent :where(h1, h1.wp-block-heading, h2, h2.wp-block-heading, h3, h3.wp-block-heading) {
		line-height: 1.25;
		margin-top: 20px;
		padding: 10px 11px 10px 15px;
	}

	.bnomex-tema-mx .bnomex-marco-editor {
		padding: 18px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h1,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading,
	.bnomex-tema-mx .bnomex-texto-editor h2,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading,
	.bnomex-tema-mx .bnomex-texto-editor h3,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
		font-size: 18px;
		line-height: 1.25;
		margin-top: 22px;
		padding: 11px 12px 11px 18px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h1,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading {
		font-size: 20px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h2,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading {
		font-size: 18px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h3,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
		font-size: 16px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h1::before,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::before,
	.bnomex-tema-mx .bnomex-texto-editor h2::before,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::before,
	.bnomex-tema-mx .bnomex-texto-editor h3::before,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::before {
		height: calc(100% - 16px);
		top: 8px;
		width: 5px;
	}

	.bnomex-tema-mx .bnomex-texto-editor h1::after,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::after,
	.bnomex-tema-mx .bnomex-texto-editor h2::after,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::after,
	.bnomex-tema-mx .bnomex-texto-editor h3::after,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::after {
		left: 18px;
		width: min(120px, 46%);
	}

	.bnomex-tema-mx table td,
	.bnomex-tema-mx table th {
		padding: 11px 13px;
	}
}

@media (max-width: 680px) {
	.bnomex-portada {
		padding: 18px 0 14px;
	}

	.bnomex-marco-portada {
		gap: 10px;
		padding: 0 15px;
	}

	.bnomex-portada-tarjeta {
		flex: none;
		margin: 0 auto;
		order: 2;
	}

	.bnomex-portada-bonos {
		flex: none;
		gap: 10px;
		margin: 0 auto;
		order: 1;
		padding-bottom: 4px;
	}

	.bnomex-bono-hero {
		flex-basis: 184px;
		height: 118px;
		padding: 9px;
	}

	.bnomex-bono-hero__imagen {
		font-size: 9px;
		height: 46px;
		width: 48%;
	}

	.bnomex-bono-hero__imagen--foto {
		height: 100%;
		width: 100%;
	}

	.bnomex-bono-hero__monto {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.bnomex-bono-hero__titulo {
		font-size: 11.5px;
	}

	.bnomex-bono-hero__codigo {
		font-size: 10px;
	}

	.bnomex-ocultar-movil {
		display: none;
	}

	.bnomex-tarjeta-producto {
		flex: 0 0 auto;
		min-width: 174px;
	}

}

@media (max-width: 640px) {
	.bnomex-cuadricula-casino {
		grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
	}
}

@media (max-width: 520px) {
	.bnomex-contenedor {
		padding: 0 15px;
	}

	.bnomex-marca__imagen {
		height: 30px;
		max-width: 132px;
	}

	.bnomex-boton {
		border-radius: 8px;
		font-size: 10.5px;
		min-height: 32px;
		padding: 6px 10px;
	}

	.bnomex-boton--borde {
		display: none;
	}

	.bnomex-boton--regalo {
		padding: 6px 7px;
	}
}

@media (max-width: 480px) {
	.bnomex-cuadricula-casino {
		grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
	}

	.bnomex-cuadricula-metrica {
		gap: 22px 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bnomex-tarjeta-metrica {
		margin-bottom: 0;
		padding: 30px 12px;
	}

	.bnomex-tarjeta-metrica > span:not(.bnomex-tarjeta-metrica__valor) {
		font-size: 12.5px;
		letter-spacing: .015em;
	}

	.bnomex-tarjeta-metrica__valor {
		font-size: 23px;
	}

}

@media (max-width: 460px) {
	.bnomex-portada {
		min-height: 70dvh;
	}

	.bnomex-marco-portada {
		padding: 0;
	}
}


body {
	background: #090915;
	color: #edf1f8;
}

body,
.bnomex-principal,
.bnomex-zona-productos,
.bnomex-zona-casino,
.bnomex-zona-metrica,
	.bnomex-zona-editor,
	.bnomex-tema-mx {
	background: #090915;
	color: #edf1f8;
}

.bnomex-portada {
	background:
		radial-gradient(circle at 16% 20%, rgba(255, 67, 8, .15), transparent 29%),
		radial-gradient(circle at 82% 16%, rgba(57, 60, 76, .72), transparent 27%),
		linear-gradient(135deg, #090915 0%, #161722 48%, #090915 100%);
	border-bottom: 1px solid rgba(237, 241, 248, .12);
}

.bnomex-portada::before {
	background-image:
		linear-gradient(rgba(237, 241, 248, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(237, 241, 248, .055) 1px, transparent 1px);
}

.bnomex-portada::after {
	background: linear-gradient(180deg, transparent 0%, rgba(9, 9, 21, .94) 100%);
}

.bnomex-portada-tarjeta {
	background: rgba(57, 60, 76, .74);
	border: 1px solid rgba(237, 241, 248, .14);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
	color: #edf1f8;
}

.bnomex-portada-tarjeta h1,
.bnomex-portada-tarjeta p {
	color: #edf1f8;
}

.bnomex-portada-etiqueta {
	background: rgba(255, 68, 9, .14);
	border-color: rgba(255, 90, 36, .36);
	color: #edf1f8;
}

.bnomex-portada-beneficios li {
	background: rgba(9, 9, 21, .34);
	border-color: rgba(237, 241, 248, .12);
	color: #edf1f8;
}

.bnomex-portada-boton-secundario {
	border-color: rgba(237, 241, 248, .38);
	color: #edf1f8;
}

.bnomex-portada-boton-secundario:hover {
	background: rgba(237, 241, 248, .1);
	border-color: #ff4308;
	color: #edf1f8;
}

.bnomex-encabezado-seccion,
.bnomex-entrada-seccion,
.bnomex-nombre-producto,
.bnomex-titulo-juego,
.bnomex-titulo-pagina,
.bnomex-tema-mx .bnomex-texto-editor h1,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h2,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h3,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor p,
.bnomex-texto-editor p,
.bnomex-texto-editor a,
.schema-faq,
.schema-faq-answer,
.page-title,
.page-content p {
	color: #edf1f8;
}

.bnomex-tema-mx .bnomex-texto-editor h1,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h2,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h3,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
	background:
		linear-gradient(90deg, rgba(57, 60, 76, .92) 0%, rgba(32, 34, 49, .74) 62%, rgba(9, 9, 21, 0) 100%);
	border: 1px solid rgba(237, 241, 248, .14);
	border-left: 0;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
	color: #edf1f8;
	margin-top: 44px;
	padding: 18px 20px 18px 26px;
}

.bnomex-tema-mx .bnomex-texto-editor h1,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading {
	font-size: 34px;
}

.bnomex-tema-mx .bnomex-texto-editor h2,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading {
	font-size: 30px;
}

.bnomex-tema-mx .bnomex-texto-editor h3,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
	font-size: 24px;
	margin-top: 34px;
	padding: 15px 18px 15px 24px;
}

.bnomex-tema-mx .bnomex-texto-editor h1::before,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::before,
.bnomex-tema-mx .bnomex-texto-editor h2::before,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::before,
.bnomex-tema-mx .bnomex-texto-editor h3::before,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::before {
	background: linear-gradient(180deg, #ff4308, #ff7a45);
	box-shadow: 0 6px 14px rgba(255, 67, 8, .20);
	height: calc(100% - 20px);
	top: 10px;
	width: 7px;
}

.bnomex-tema-mx .bnomex-texto-editor h1::after,
.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading::after,
.bnomex-tema-mx .bnomex-texto-editor h2::after,
.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading::after,
.bnomex-tema-mx .bnomex-texto-editor h3::after,
.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading::after {
	background: linear-gradient(90deg, #ff4308, rgba(255, 122, 69, .12));
	left: 26px;
}

.bnomex-tema-mx .bnomex-texto-editor h4,
.bnomex-tema-mx .bnomex-texto-editor h4.wp-block-heading {
	color: #edf1f8;
	font-size: 18px;
	margin-top: 25px;
	padding-bottom: 7px;
	position: relative;
}

.bnomex-tema-mx .bnomex-texto-editor h4::after,
.bnomex-tema-mx .bnomex-texto-editor h4.wp-block-heading::after {
	background: #ff7a45;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 54px;
}

.bnomex-tema-mx .bnomex-texto-editor h5,
.bnomex-tema-mx .bnomex-texto-editor h5.wp-block-heading,
.bnomex-tema-mx .bnomex-texto-editor h6,
.bnomex-tema-mx .bnomex-texto-editor h6.wp-block-heading {
	color: rgba(237, 241, 248, .78);
}

.bnomex-entrada-seccion,
.bnomex-creador-juego,
.bnomex-tema-mx .bnomex-texto-editor p,
.schema-faq-answer {
	color: rgba(237, 241, 248, .82);
}

.schema-faq-answer {
	background: linear-gradient(180deg, #393c4c 0%, #202231 100%);
	border: 1px solid rgba(237, 241, 248, .14);
	border-left: 4px solid #ff4308;
	box-shadow: inset 0 1px 0 rgba(237, 241, 248, .08);
}

.schema-faq-answer a {
	color: #edf1f8;
}

.bnomex-tarjeta-producto {
	color: #edf1f8;
}

.bnomex-icono-producto,
.bnomex-tarjeta-metrica,
.bnomex-miniatura-juego img,
.schema-faq-question,
.bnomex-tema-mx .toc-list li a,
.bnomex-tema-mx .tc,
.bnomex-tema-mx table tbody tr:nth-child(even) {
	background: #393c4c;
	border-color: rgba(237, 241, 248, .14);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
	color: #edf1f8;
}

.bnomex-icono-producto {
	border: 1px solid rgba(237, 241, 248, .16);
}

.schema-faq-question.active {
	background: #393c4c;
	border-color: #ff5922;
	box-shadow: 0 10px 22px rgba(255, 67, 8, .16);
	color: #edf1f8;
}

.bnomex-cuadricula-casino {
	color: #edf1f8;
}

.bnomex-tarjeta-juego {
	background: transparent;
	color: #edf1f8;
}

.bnomex-tarjeta-juego:hover img {
	filter: blur(2px) brightness(.88) saturate(1.06);
}

.bnomex-tarjeta-metrica > span:not(.bnomex-tarjeta-metrica__valor) {
	color: rgba(237, 241, 248, .78);
}

.bnomex-tarjeta-metrica__valor {
	display: block;
	font-size: 25px;
	font-weight: 860;
	line-height: 1.12;
	color: #ff4308;
}

.bnomex-tema-mx .bnomex-texto-editor a,
.bnomex-texto-editor a,
.bnomex-texto-no-encontrado a,
.page-content a {
	color: #edf1f8;
}

.bnomex-tema-mx .bnomex-texto-editor a {
	border-bottom-color: rgba(237, 241, 248, .45);
}

.bnomex-tema-mx .bnomex-texto-editor a:hover,
.bnomex-texto-editor a:hover {
	border-bottom-color: #ff4308;
	color: #ff4308;
}

.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li::before {
	background: #ff4308;
}

.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) li::before {
	background: linear-gradient(135deg, #ff4308, #ff7a45);
	border-color: #edf1f8;
}

.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list) li::before {
	background: linear-gradient(135deg, #393c4c, #202231);
	border-color: rgba(255, 67, 8, .38);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .22);
	color: #edf1f8;
}

.bnomex-tema-mx table {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .14);
	border-radius: 10px;
	overflow: hidden;
}

.bnomex-tema-mx table td,
.bnomex-tema-mx table th {
	border-bottom: 1px solid rgba(237, 241, 248, .14);
	color: #edf1f8;
}

.bnomex-tema-mx table th {
	background: #202231;
	color: #edf1f8;
}

.bnomex-tema-mx table tbody tr:hover {
	background: rgba(237, 241, 248, .08);
}

.bnomex-tema-mx img {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .14);
}

.bnomex-tema-mx .toc-list li a {
	background: #393c4c;
	border: 1px solid rgba(237, 241, 248, .16);
	color: #edf1f8;
}

.bnomex-tema-mx .toc-list li a:hover {
	background: #ff4308;
	border-color: #ff4308;
	color: #edf1f8;
}

.schema-faq-question {
	border: 1px solid rgba(237, 241, 248, .14);
}

.schema-faq-question::after {
	color: rgba(237, 241, 248, .68);
}

.schema-faq-question.active::after {
	color: #ff4308;
}

.bnomex-zona-editor {
	border-top: 1px solid rgba(237, 241, 248, .12);
}

.bnomex-marco-editor {
	background: transparent;
}

.bnomex-portada-oferta,
.bnomex-tarjeta-producto,
.bnomex-tema-mx .bnomex-texto-editor ol:not(.toc-list),
.bnomex-tema-mx .bnomex-texto-editor ul:not(.toc-list) {
	background: #393c4c;
	border-color: rgba(237, 241, 248, .14);
	color: #edf1f8;
}

.bnomex-portada-oferta__texto,
.bnomex-nombre-producto {
	color: #edf1f8;
}

.bnomex-portada-oferta__valor {
	color: #ff5a24;
}

.bnomex-tarjeta-producto:hover {
	border-color: #ff5a24;
	box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

@media (max-width: 560px) {
	.bnomex-portada {
		min-height: 0;
	}

	.bnomex-marco-portada {
		padding: 0 12px;
	}

	.bnomex-portada-tarjeta {
		margin: 0;
		padding: 18px 15px;
	}

	.bnomex-portada-etiqueta {
		font-size: 10px;
		margin-bottom: 10px;
		padding: 7px 10px;
	}

	.bnomex-portada-tarjeta h1 {
		font-size: 25px;
		line-height: 1.18;
		margin-bottom: 10px;
	}

	.bnomex-portada-tarjeta p {
		font-size: 14px;
		line-height: 1.38;
		margin-bottom: 12px;
	}

	.bnomex-portada-oferta {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		margin-bottom: 12px;
		padding: 10px 12px;
	}

	.bnomex-portada-oferta__valor {
		font-size: 18px;
		text-align: left;
	}

	.bnomex-portada-beneficios {
		gap: 6px;
		margin-bottom: 13px;
	}

	.bnomex-portada-beneficios li {
		font-size: 11px;
		padding: 7px 9px;
	}

	.bnomex-acciones-portada {
		gap: 10px;
	}

	.bnomex-portada-boton,
	.bnomex-portada-boton-secundario {
		flex: 1 1 100%;
		width: 100%;
	}

}

@media (max-width: 768px) {
	.bnomex-tema-mx .bnomex-texto-editor h1,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading {
		font-size: 20px !important;
	}

	.bnomex-tema-mx .bnomex-texto-editor h2,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading {
		font-size: 18px !important;
	}

	.bnomex-tema-mx .bnomex-texto-editor h3,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
		font-size: 16px !important;
	}

	.bnomex-tema-mx .bnomex-texto-editor h1,
	.bnomex-tema-mx .bnomex-texto-editor h1.wp-block-heading,
	.bnomex-tema-mx .bnomex-texto-editor h2,
	.bnomex-tema-mx .bnomex-texto-editor h2.wp-block-heading,
	.bnomex-tema-mx .bnomex-texto-editor h3,
	.bnomex-tema-mx .bnomex-texto-editor h3.wp-block-heading {
		line-height: 1.25;
		margin-top: 22px;
		padding: 11px 12px 11px 18px;
	}
}

.bnomex-pie-redisenado {
	background: #131822;
	border-top: 1px solid rgba(216, 226, 243, .08);
	color: #e8edf7;
	padding: 34px 0 18px;
}

.bnomex-portada.bnomex-portada--simple {
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 67, 8, .16), transparent 28%),
		radial-gradient(circle at 82% 16%, rgba(255, 122, 69, .10), transparent 24%),
		linear-gradient(135deg, #131822 0%, #171d29 52%, #10151d 100%);
	border-bottom-color: rgba(255, 67, 8, .34);
}

.bnomex-portada.bnomex-portada--simple::before {
	background-image:
		linear-gradient(rgba(251, 252, 253, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(251, 252, 253, .045) 1px, transparent 1px);
}

.bnomex-portada.bnomex-portada--simple::after {
	background: linear-gradient(180deg, transparent 0%, rgba(19, 24, 34, .96) 100%);
}

.bnomex-portada.bnomex-portada--simple .bnomex-portada-tarjeta {
	background: rgba(57, 60, 76, .9);
	flex-basis: auto;
}

.bnomex-pie-redisenado .bnomex-contenedor {
	max-width: 1480px;
}

.bnomex-pie-superior {
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(210px, .82fr) minmax(420px, 1.75fr) minmax(260px, .95fr);
	padding-bottom: 42px;
}

.bnomex-pie-columna {
	min-width: 0;
}

.bnomex-pie-titulo {
	color: #fff;
	font-size: 16px;
	font-weight: 820;
	line-height: 1.25;
	margin: 0 0 18px;
}

.bnomex-pie-links {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bnomex-pie-link,
.bnomex-pie-links a {
	background: transparent;
	border: 0;
	color: #dce6f5;
	cursor: pointer;
	display: inline;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.22;
	padding: 0;
	text-align: left;
	text-decoration: none;
	transition: color .24s ease;
}

.bnomex-pie-link:hover,
.bnomex-pie-link:focus,
.bnomex-pie-links a:hover,
.bnomex-pie-links a:focus {
	color: #ff7a45;
}

.bnomex-pie-columna--about p,
.bnomex-pie-columna--apps p {
	color: #dce6f5;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.58;
	margin: 0 0 18px;
}

.bnomex-pie-columna--about p:last-child,
.bnomex-pie-columna--apps p:last-child {
	margin-bottom: 0;
}

.bnomex-pie-apps {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.bnomex-app-badge {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	display: inline-flex;
	line-height: 0;
	padding: 0;
	transition: opacity .24s ease, transform .24s ease;
}

.bnomex-app-badge:hover,
.bnomex-app-badge:focus {
	opacity: .88;
	transform: translateY(-1px);
}

.bnomex-app-badge img {
	display: block;
	height: 42px;
	width: auto;
}

.bnomex-pie-insignias {
	align-items: center;
	border-bottom: 1px solid rgba(216, 226, 243, .10);
	border-top: 1px solid rgba(216, 226, 243, .10);
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
	justify-content: center;
	padding: 24px 0;
}

.bnomex-pie-insignia {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
}

.bnomex-pie-insignia img {
	display: block;
	filter: grayscale(.15) brightness(1.2) contrast(1.05);
	max-height: 40px;
	max-width: 145px;
	width: auto;
}

.bnomex-pie-responsable {
	color: #dce6f5;
	margin: 0 auto;
	max-width: 920px;
	padding-top: 24px;
	text-align: center;
}

.bnomex-pie-responsable p {
	color: #dce6f5;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.48;
	margin: 0;
}

.bnomex-pie-copy {
	color: #8f9bad !important;
	margin-top: 10px !important;
}

@media (max-width: 980px) {
	.bnomex-pie-superior {
		grid-template-columns: 1fr 1fr;
	}

	.bnomex-pie-columna--about {
		grid-column: 1 / -1;
		order: 3;
	}
}

@media (max-width: 640px) {
	.bnomex-pie-redisenado {
		padding-top: 28px;
	}

	.bnomex-pie-superior {
		gap: 30px;
		grid-template-columns: 1fr;
		padding-bottom: 30px;
	}

	.bnomex-pie-columna--about {
		grid-column: auto;
		order: 0;
	}

	.bnomex-pie-titulo {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.bnomex-pie-link,
	.bnomex-pie-columna--about p,
	.bnomex-pie-columna--apps p,
	.bnomex-pie-responsable p {
		font-size: 12.5px;
	}

	.bnomex-pie-insignias {
		gap: 22px;
		justify-content: flex-start;
		padding: 20px 0;
	}

	.bnomex-pie-insignia img {
		max-height: 32px;
		max-width: 112px;
	}
}

@media (max-width: 560px) {
	.bnomex-portada.bnomex-portada--simple {
		min-height: 0;
		padding: 16px 12px;
	}

	.bnomex-portada.bnomex-portada--simple .bnomex-marco-portada {
		padding: 0;
	}

	.bnomex-portada.bnomex-portada--simple .bnomex-portada-tarjeta {
		flex: 0 1 auto;
		margin: 0 auto;
		min-height: 0;
		padding: 20px 16px;
	}

	.bnomex-portada.bnomex-portada--simple .bnomex-acciones-portada {
		margin-top: 4px;
	}

	.bnomex-portada.bnomex-portada--simple .bnomex-portada-boton {
		flex: 1 1 auto;
		width: 100%;
	}
}


.bnomex-support-form-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}

.bnomex-support-form-info,
.bnomex-support-form {
  border: 1px solid var(--bnomex-linea);
  border-radius: 6px;
  background: rgba(32, 34, 49, .86);
  box-shadow: var(--bnomex-sombra-tarjeta);
}

.bnomex-support-form-info {
  padding: 34px;
}

.bnomex-support-form-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 6px;
  background: rgba(255, 68, 9, .12);
  color: var(--bnomex-realce);
  font-size: 13px;
  font-weight: 700;
}

.bnomex-support-form-info h2 {
  margin: 0 0 16px;
  color: var(--bnomex-blanco);
  font-size: 34px;
  line-height: 1.15;
}

.bnomex-support-form-info p {
  margin: 0;
  color: var(--bnomex-texto-suave);
  font-size: 16px;
  line-height: 1.65;
}

.bnomex-support-form-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bnomex-support-form-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
  color: var(--bnomex-texto-apagado);
  font-size: 15px;
  line-height: 1.5;
}

.bnomex-support-form-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bnomex-accion);
  box-shadow: 0 0 0 4px rgba(255, 68, 9, .14);
}

.bnomex-support-form {
  padding: 30px;
}

.bnomex-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bnomex-form-field {
  margin-bottom: 18px;
}

.bnomex-form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--bnomex-blanco);
  font-size: 14px;
  font-weight: 700;
}

.bnomex-form-field input,
.bnomex-form-field select,
.bnomex-form-field textarea {
  width: 100%;
  border: 1px solid var(--bnomex-linea);
  border-radius: 6px;
  background: rgba(9, 9, 21, .74);
  color: var(--bnomex-blanco);
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bnomex-form-field input,
.bnomex-form-field select {
  height: 48px;
  padding: 0 14px;
}

.bnomex-form-field textarea {
  min-height: 138px;
  padding: 14px;
  resize: vertical;
}

.bnomex-form-field input::placeholder,
.bnomex-form-field textarea::placeholder {
  color: rgba(218, 224, 236, .52);
}

.bnomex-form-field input:focus,
.bnomex-form-field select:focus,
.bnomex-form-field textarea:focus {
  border-color: var(--bnomex-accion);
  background: rgba(9, 9, 21, .92);
  box-shadow: 0 0 0 3px rgba(255, 68, 9, .18);
}

.bnomex-form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 22px;
}

.bnomex-form-check input {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--bnomex-accion);
}

.bnomex-form-check label {
  color: var(--bnomex-texto-apagado);
  font-size: 14px;
  line-height: 1.5;
}

.bnomex-form-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--bnomex-accion), var(--bnomex-realce));
  color: var(--bnomex-blanco);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--bnomex-sombra-hover);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.bnomex-form-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 69, 9, .26);
}

.bnomex-form-button:active {
  transform: translateY(0);
  opacity: .9;
}

@media (max-width: 900px) {
  .bnomex-support-form-wrap {
    grid-template-columns: 1fr;
  }

  .bnomex-support-form-info h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .bnomex-support-form-section {
    padding: 48px 16px;
  }

  .bnomex-support-form-info,
  .bnomex-support-form {
    padding: 22px;
  }

  .bnomex-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bnomex-form-button {
    width: 100%;
  }
}
