body {
	background-color: #fff;
}
.sticky {
	min-height: 80px;
	width: 100%;
	background-color: #f5fbff;
	border-bottom: 3px solid #052d50;
}

.form-section {
	min-height: 100vh;
	/* height: 100vh; */

	padding-top: 50px;
}

.bottom-cover {
	position: absolute;
	z-index: -3;
	height: 200px;
	width: 100%;
	bottom: 0;
}

section {
	position: relative;
}

.text-theme-primary {
	color: #052d50;
}

.text-theme-secondary {
	color: #2f6391;
}

.card-form {
	border: 6px dashed #052d50;
	border-radius: 0;
}

.bg-theme-primary {
	background-color: #d1e9f9;
	padding-top: 30px;
}

.bg-theme-secondary {
	background-color: #f5fbff;
}

.btn-theme {
	border: none;
	background: linear-gradient(to bottom, #6dd7f9 0, #2890ed 100%) no-repeat;
	font-weight: bold;
	color: white;
	width: 100%;
}

.btn-theme:hover {
	box-shadow: 0 10px 15px 0 rgb(115 197 240 / 70%);
	transform: translateY(-5px);
	transition: transform 0.3s, box-shadow 0.3s;
}

.header-info {
	font-style: italic;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	color: #104264;
	text-shadow: 1px 1px 3px #052d50;
}

.header-product {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-product img {
	height: 500px;
	width: 100%;
	object-fit: contain;
}

.form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.form-top {
	position: relative;
	width: 100%;
	height: 400px;
}

.form-top .product {
	position: absolute;
	height: 100%;
	z-index: 2;
}

.form-top .off {
	position: absolute;
	z-index: 2;
	left: -40px;
	width: 170px;
	height: 170px;
	bottom: -50px;
	animation: beat 3s infinite ease-in-out alternate;
}
.form-top .off span {
	position: absolute;
	top: 101px;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	max-width: 50%;
	max-height: 50%;
	z-index: 2;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
}
.form-top .off b {
	font-size: 25px;
	display: block;
}
.form-top .duston-img-top {
	position: absolute;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* box-shadow: 0 4px 15px rgb(0 0 0 / 35%); */
	/* border-radius: 120px 0 0 340px; */
}

.wave-bottom::after {
	background-image: url(../img/wave-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 21;
	content: '';
	width: 100%;
	height: 157px;
	transform: rotate(180deg);
	bottom: -56px;
}

.wave-top::before {
	background-image: url(../img/wave-light.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 1;
	content: '';
	width: 100%;
	height: 165px;
	top: -165px;
}

.wave-bottom-light::after {
	background-image: url(../img/wave.svg);

	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: 60;
	content: '';
	width: 100%;
	height: 194px;
	transform: rotate(180deg);
	bottom: -17px;
}

.wave-2 {
	margin-bottom: 80px;
}
.wave-top-light::before {
	background-image: url(../img/wave.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
	position: absolute;
	z-index: -2;
	content: '';
	width: 100%;
	height: 156px;
	top: -156px;
}

.how-img-container {
	width: 150px;
	height: 150px;
	padding: 30px;
	margin: 0 auto;
	border: 3px solid #052d50;
	background-color: #f5fbff;
	position: relative;
}

.how-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.work-img {
	margin-bottom: 20px;
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.step-how {
	width: 30px;
	height: 30px;
	background-color: white;
	position: absolute;
	bottom: -15px;
	left: 57.5px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-bottom .opacity-div,
.form-bottom .bg-form {
	bottom: 0;
}

.form-section {
	background: url('../img/base.png') no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-form-top {
	top: 0;
	bottom: unset;
}

@media (max-width: 600px) {
	.list {
		font-size: 16px;
	}

	.header-product img {
		padding: 20px 0;
		height: 300px;
	}
}

.card-icon {
	text-shadow: none;
	background-color: #b8d8e2;
	border-radius: 10px;
	margin-bottom: 15px !important;
}

@keyframes beat {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	60% {
		transform: scale(1.1);
	}

	70% {
		transform: scale(1);
	}

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

.card-img-top {
	height: 100px;
	width: 100%;
	object-fit: contain;
}
.popup {
	background-color: rgb(51, 100, 146);
	width: 90%;
	z-index: 2;
	position: relative;
	margin: auto;
	line-height: 1;
	padding: 10px;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	color: white;
}

.rect {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	top: -10px;
	z-index: -1;
	background-color: rgb(51, 100, 146);
	transform: rotate(45deg);
}
.ingredients-list {
	align-items: baseline;
}
.ingredients-list img {
	margin-bottom: auto;
}
.ingredients-item {
	flex-direction: column;
}
.ingredients-item h2 {
	margin-top: auto;
}
.bg-theme-secondary {
	padding: 100px 0 10px;
}
.wave-bottom > div > div,
.wave-bottom > div {
	padding-top: 0 !important;
}
.wave-bottom > div > div.pt-5 {
	padding-bottom: 100px;
}
select {
	background: url(../img/sel.png) no-repeat right 15px center;
}
.title-usage {
	margin-bottom: 50px !important;
}
.wave-top.wave-bottom,
.wave-bottom > div {
	padding-top: 0 !important;
}
.form-top {
	margin-bottom: 40px !important;
}
.wave-top-light > div {
	padding-top: 20px !important;
}
.wave-bottom .pb-5,
.wave-top-light .pb-5 {
	padding-bottom: 0 !important;
}
.note {
	padding: 20px;
	text-align: center;
	color: #104264;
	font-family: 'Segoe UI';
}
.wave-bottom-light,
.wave-top {
	padding-top: 3rem !important;
}
.wave-2 {
	padding: 30px 0 40px;
}
.wave-bottom,
.wave-bottom-light {
	padding-bottom: 6.1rem !important;
}
.wave-bottom-light {
	padding-top: 0 !important;
	padding-bottom: 170px !important;
}
.wave-bottom-light > div {
	padding-top: 30px !important;
}
@media (max-width: 992px) {
	.form-top .off {
		left: -20px;
	}
	.form-top .off span {
		left: 20px;
	}
	.wave-bottom > div {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.wave-bottom > div,
	.wave-top-light > div {
		padding-top: 50px !important;
	}
	.wave-top.wave-bottom {
		padding-top: 0 !important;
	}
}
@media (max-width: 474px) {
	.card-icon {
		margin-bottom: 15px;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		min-width: 280px;
		background-color: #fff;
	}
	.card-icons {
		display: block !important;
		margin: auto;
	}
}
.form-section .container.h-100.py-5 {
	padding-bottom: 100px !important;
}
.wave-1 .py-5 {
	padding-bottom: 10px !important;
}
.form-bottom {
	padding-top: 200px !important;
	margin-top: -100px !important;
}
.wave-4 > div {
	padding-top: 0 !important;
}
.wave-4 .container p {
	margin-bottom: 20px !important;
}
.wave-1 > div {
	padding-top: 70px !important;
}
.header-product {
	margin-bottom: 20px !important;
}
select {
	background-color: #fff;
}


/* Ajustes Google Ads safe - Duston Gel UY */
.references-section a { color: #094f86; text-decoration: underline; }
.references-section li { margin-bottom: .55rem; }
.card-form h2 { font-weight: 700; }
.note { font-size: .78rem; line-height: 1.35; max-width: 1100px; margin: 1.5rem auto 0; padding: 0 1rem; }
@media (max-width: 767px) {
  .header-info .display-5, .form-bottom .display-5 { font-size: 2rem; line-height: 1.1; }
  .header-info h1, .form-bottom h1 { font-size: 1.25rem; }
  .references-section .display-5 { font-size: 2rem; }
}

/* Testimonials carousel */
.testimonials-section {
    position: relative;
}
.testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4.5rem 4rem;
}
.testimonial-slides {
    position: relative;
    min-height: 440px;
}
.testimonial-slide {
    display: none;
}
.testimonial-slide.active {
    display: block;
    animation: testimonialFade .35s ease;
}
@keyframes testimonialFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.testimonial-card {
    background: #ffffff;
    border-radius: 2rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 2rem;
    align-items: center;
    min-height: 420px;
}
.testimonial-copy {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.testimonial-person {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testimonial-avatar {
    width: 86px;
    height: 86px;
    min-width: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.7rem;
    color: #fff;
    background: linear-gradient(135deg, #0d66b3, #77a6d1);
    box-shadow: 0 8px 20px rgba(13, 102, 179, 0.22);
}
.testimonial-meta h3 {
    margin: 0 0 .2rem;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
}
.testimonial-meta p {
    margin: 0;
    color: #0d66b3;
    font-size: 1.5rem;
    font-weight: 700;
}
.testimonial-copy blockquote {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.55;
    color: #111;
}
.testimonial-media {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-media img {
    width: 100%;
    max-width: 330px;
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background: rgba(13, 102, 179, 0.12);
    color: #77a6d1;
    font-size: 2.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.testimonial-nav:hover {
    background: rgba(13, 102, 179, 0.2);
    color: #0d66b3;
}
.testimonial-nav-prev { left: 0; }
.testimonial-nav-next { right: 0; }
.testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9rem;
    margin-top: 1.5rem;
}
.testimonial-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #e6e6e6;
    transition: all .2s ease;
}
.testimonial-dot.active {
    background: #0d66b3;
    transform: scale(1.15);
}
@media (max-width: 991.98px) {
    .testimonial-carousel {
        padding: 0 3.5rem 4rem;
    }
    .testimonial-card {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        min-height: auto;
    }
    .testimonial-media img {
        max-width: 320px;
    }
}
@media (max-width: 767.98px) {
    .testimonial-carousel {
        padding: 0 1rem 4rem;
    }
    .testimonial-slides {
        min-height: 0;
    }
    .testimonial-card {
        padding: 1.5rem;
        border-radius: 1.6rem;
    }
    .testimonial-person {
        gap: .8rem;
    }
    .testimonial-avatar {
        width: 68px;
        height: 68px;
        min-width: 68px;
        font-size: 1.35rem;
    }
    .testimonial-meta h3 {
        font-size: 1.65rem;
    }
    .testimonial-meta p {
        font-size: 1.2rem;
    }
    .testimonial-copy blockquote {
        font-size: 1.28rem;
        line-height: 1.6;
    }
    .testimonial-media img {
        max-width: 100%;
        aspect-ratio: 4 / 4.8;
    }
    .testimonial-nav {
        top: auto;
        bottom: -.4rem;
        transform: none;
        width: 48px;
        height: 48px;
        background: transparent;
        font-size: 2.6rem;
    }
    .testimonial-nav-prev { left: .2rem; }
    .testimonial-nav-next { right: .2rem; }
    .testimonial-dots {
        margin-top: 1.1rem;
    }
}

/* v8: keep the original hero image and use only the hero form */
header.form-section#form {
    scroll-margin-top: 105px;
}
.final-cta-section {
    background: #eef8fc;
}
.final-cta-section .note {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.45;
    color: #24506b;
}

/* v10 - Topbar + anchors for Google Ads sitelinks (based on Diobene structure) */
html {
    scroll-behavior: smooth;
}
.section-anchor {
    display: block;
    position: relative;
    top: -86px;
    visibility: hidden;
    height: 0;
}
section[id], header[id] {
    scroll-margin-top: 92px;
}
.duston-topbar {
    width: 100%;
    background: rgba(245, 251, 255, 0.97);
    backdrop-filter: blur(8px);
    border-bottom: 2px solid #052d50;
    z-index: 999;
}
.duston-topbar-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.duston-brand {
    color: #052d50;
    font-weight: 900;
    font-size: 1.65rem;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -0.03em;
}
.duston-brand:hover {
    color: #052d50;
    text-decoration: none;
}
.duston-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    flex: 1;
}
.duston-nav a {
    color: #486579;
    font-weight: 800;
    font-size: .78rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .2s ease, transform .2s ease;
    white-space: nowrap;
}
.duston-nav a:hover {
    color: #052d50;
    transform: translateY(-1px);
}
.duston-topbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .7rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(to bottom, #6dd7f9 0, #2890ed 100%) no-repeat;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(40, 144, 237, .22);
    white-space: nowrap;
}
.duston-topbar-cta:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
@media (max-width: 1199.98px) {
    .duston-nav {
        gap: .62rem;
    }
    .duston-nav a {
        font-size: .68rem;
    }
    .duston-brand {
        font-size: 1.45rem;
    }
    .duston-topbar-cta {
        font-size: .74rem;
        padding: .62rem .9rem;
    }
}
@media (max-width: 991.98px) {
    .duston-topbar-inner {
        min-height: 62px;
    }
    .duston-nav {
        display: none;
    }
    .duston-brand {
        font-size: 1.45rem;
    }
    .duston-topbar-cta {
        min-height: 40px;
        font-size: .78rem;
        padding: .62rem 1rem;
    }
    section[id], header[id] {
        scroll-margin-top: 78px;
    }
    .section-anchor {
        top: -78px;
    }
}
@media (max-width: 420px) {
    .duston-topbar-inner {
        min-height: 58px;
        gap: .5rem;
        padding-left: .8rem;
        padding-right: .8rem;
    }
    .duston-brand {
        font-size: 1.22rem;
    }
    .duston-topbar-cta {
        min-height: 38px;
        font-size: .72rem;
        padding: .58rem .78rem;
    }
}


/* v14 - rebuilt mobile-first hero and order form */
html {
  scroll-behavior: smooth;
}
.hero-v14 {
  position: relative;
  overflow: hidden;
  background: #dff3fb url('../img/base.png') center/cover no-repeat;
  padding: 32px 0 42px;
}
.hero-v14-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.45), transparent 34%),
              linear-gradient(90deg, rgba(225,247,255,.95), rgba(208,238,249,.78));
  pointer-events: none;
}
.hero-v14-container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: 34px;
  align-items: center;
}
.hero-v14-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #08466f;
  font-weight: 700;
  font-size: 15px;
}
.hero-v14 h1 {
  margin: 0;
  color: #052d50;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 2px rgba(5,45,80,.16);
}
.hero-v14-subtitle {
  max-width: 640px;
  margin: 18px 0 18px;
  color: #104264;
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.32;
  font-style: italic;
}
.hero-v14-bullets {
  margin: 0 0 18px;
  padding-left: 22px;
  color: #104264;
  font-size: 18px;
  line-height: 1.5;
}
.hero-v14-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-v14-trust span {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(47,99,145,.18);
  color: #052d50;
  border-radius: 12px;
  padding: 10px 13px;
  font-weight: 700;
  font-size: 14px;
}
.hero-v14-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
}
.hero-v14-product {
  width: 100%;
  max-height: 255px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(5,45,80,.13);
}
.hero-v14-card {
  background: rgba(255,255,255,.96);
  border: 4px dashed #052d50;
  border-radius: 18px;
  padding: 20px 22px 18px;
  box-shadow: 0 18px 36px rgba(5,45,80,.15);
  scroll-margin-top: 110px;
}
.hero-v14-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #052d50;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.hero-v14-card h2 {
  margin: 0 0 4px;
  color: #111;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}
.hero-v14-price-label {
  margin: 0;
  color: #2f6391;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-v14-old-price {
  margin: 6px 0 0;
  color: #777;
  font-size: 22px;
}
.hero-v14-price {
  margin: 0;
  color: #052d50;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}
.hero-v14-pay {
  margin: 4px 0 14px;
  color: #2f6391;
  font-size: 17px;
  font-weight: 700;
}
.hero-order-form {
  margin: 0;
}
.hero-form-label {
  display: block;
  margin: 10px 0 5px;
  color: #052d50;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.hero-form-control {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #c7d9e7;
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
  color: #111;
  font-size: 16px;
  outline: none;
}
.hero-form-control:focus {
  border-color: #2890ed;
  box-shadow: 0 0 0 3px rgba(40,144,237,.16);
}
.hero-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(to bottom, #6dd7f9 0, #2890ed 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 10px 22px rgba(40,144,237,.28);
}
.hero-call-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #2f6391;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .hero-v14 {
    padding: 22px 0 34px;
  }
  .hero-v14-container {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 760px;
  }
  .hero-v14-panel {
    order: 1;
  }
  .hero-v14-copy {
    order: 2;
    text-align: center;
  }
  .hero-v14-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-v14-bullets {
    display: inline-block;
    text-align: left;
  }
  .hero-v14-trust {
    justify-content: center;
  }
  .hero-v14-product {
    max-height: 220px;
  }
}
@media (max-width: 767.98px) {
  .hero-v14 {
    padding: 14px 0 26px;
  }
  .hero-v14-container {
    padding: 0 10px;
    gap: 14px;
  }
  .hero-v14-product {
    max-height: 145px;
    border-radius: 13px;
  }
  .hero-v14-card {
    border-width: 3px;
    border-radius: 15px;
    padding: 14px 14px 15px;
    scroll-margin-top: 92px;
  }
  .hero-v14-discount {
    font-size: 11px;
    padding: 6px 10px;
    margin-bottom: 8px;
  }
  .hero-v14-card h2 {
    font-size: 22px;
  }
  .hero-v14-price-label {
    font-size: 14px;
  }
  .hero-v14-old-price {
    font-size: 18px;
  }
  .hero-v14-price {
    font-size: 34px;
  }
  .hero-v14-pay {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .hero-form-label {
    margin-top: 8px;
    font-size: 13px;
  }
  .hero-form-control {
    height: 44px;
    font-size: 15px;
    border-radius: 9px;
  }
  .hero-submit {
    min-height: 48px;
    margin-top: 11px;
    font-size: 15px;
  }
  .hero-call-note {
    margin-top: 9px;
    font-size: 12px;
    padding: 8px 10px;
  }
  .hero-v14-kicker {
    font-size: 12px;
    margin-bottom: 9px;
    padding: 6px 10px;
  }
  .hero-v14 h1 {
    font-size: 28px;
  }
  .hero-v14-subtitle {
    font-size: 16px;
    margin: 12px 0;
  }
  .hero-v14-bullets {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 12px;
  }
  .hero-v14-bullets li:nth-child(n+4) {
    display: none;
  }
  .hero-v14-trust {
    gap: 6px;
  }
  .hero-v14-trust span {
    padding: 8px 9px;
    font-size: 12px;
  }
}
