@charset "UTF-8";
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";
  --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";
  --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";
  --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";
  --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";
  --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";
  --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";
  --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";
  --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";
  --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";
  --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";
  --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";
  --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";
  --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";
  --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";
  --fa-font-utility-semibold: normal 600 1em/1 "Font Awesome 7 Utility";
  --fa-font-utility-duo-semibold: normal 600 1em/1 "Font Awesome 7 Utility Duo";
  --fa-font-utility-fill-semibold: normal 600 1em/1 "Font Awesome 7 Utility Fill";
}

.svg-inline--fa {
  box-sizing: content-box;
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  width: var(--fa-width, 1.25em);
}

.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}

.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}

.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285714em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}

.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}

.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}

.svg-inline--fa.fa-pull-left,
.svg-inline--fa .fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.svg-inline--fa.fa-pull-right,
.svg-inline--fa .fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: var(--fa-width, 1.25em);
}

.fa-layers .svg-inline--fa {
  inset: 0;
  margin: auto;
  position: absolute;
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em; /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.1em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.225em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: 0.75em; /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0833333333em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.125em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: 0.875em; /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0714285714em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: 0.0535714286em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: 1.25em; /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.05em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.075em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: 1.5em; /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.0416666667em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.125em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: 2em; /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: 0.03125em; /* sets the line-height of the icon back to that of it's parent */
  vertical-align: -0.1875em; /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.svg-inline--fa.fa-inverse {
  fill: var(--fa-inverse, #fff);
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.svg-inline--fa.fa-stack-1x {
  --fa-width: 1.25em;
  height: 1em;
  width: var(--fa-width);
}

.svg-inline--fa.fa-stack-2x {
  --fa-width: 2.5em;
  height: 2em;
  width: var(--fa-width);
}

.fa-stack-1x,
.fa-stack-2x {
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: var(--fa-stack-z-index, auto);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.loading {
  opacity: 0;
}

html,
body {
  height: 100%;
}

html,
body,
#__next {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body,
#__next {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

picture img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
}

/* input {
  outline: none;
  border: none;
  border-radius: 0;
} */
/* input,
textarea,
button {
  appearance: none;
} */
button {
  appearance: none;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

button {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
  font-size: 100%;
  color: black;
}

body {
  font-family: var(--graphik-font), Helvetica, Arial, sans-serif;
  color: #000000;
}

@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Regular-6424b31d.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Semibold-351751c1.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Medium-98f8a53f.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* Lato Black — usada como title del BlockPlanDetailsCover (todos los offer_type excepto one_to_one) */
@font-face {
  font-family: "PlanCoverDefault";
  src: url("/assets/cover/8TPEV6NbYWZlNsXjbYVv7w-bb66a800.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Arvo Bold — usada como title del BlockPlanDetailsCover (offer_type: one_to_one) */
@font-face {
  font-family: "PlanCoverOneToOne";
  src: url("/assets/cover/OB3FDST7U38u3OjPK_vvRQ-5dc0644a.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --graphik-font: "Graphik", sans-serif;
}

:root {
  --font-small: 13px;
  --item-font-default: 15px;
  --valor-grid-col: 8.33%;
  /* COLORES */
  --color-black: #000000;
  --color-yellow: #feec17;
  --color-blue: #0477f8;
  --color-grey: #fafafa;
  --color-greyBorder: #dbdbdb;
  --color-green: #2bda31;
  --color-red: #ff2f37;
  --color-placeholder: #eee;
  --animation-button: linear;
  /*FORM*/
  --default-size: 40px;
  --border-color: #eaeaea;
  --background-color: #f8f8f8;
  --border-radius: 6px;
  --color-black: black;
  --color-white: white;
  --focus-border-color: #c8c8c8;
  --focus-background-color: white;
  --opacity-disabled: 0.5;
  --dark-background: #2b2b2b;
  --error-color: #ff2f37;
  --success-background: #e7ffed;
  --success-border-color: #4ceb86;
}

.heading {
  margin: 0 0 30px 0;
}

@media (max-width: 500px) {
  .heading {
    margin: 0 0 20px 0;
  }
}
.heading h1 {
  font-size: 32px;
  line-height: 1.3em;
}

@media (max-width: 500px) {
  .heading h1 {
    font-size: 24px;
  }
}
.heading h1 + p {
  margin: 10px 0;
}

.heading h3 {
  font-size: 24px;
  line-height: 1.3;
}

@media (max-width: 500px) {
  .heading h3 {
    font-size: 21px;
  }
}
.heading h3 + p {
  margin: 10px 0;
}

.heading h4 {
  font-size: 21px;
  line-height: 1.3;
}

@media (max-width: 500px) {
  .heading h4 {
    font-size: 18px;
  }
}
.heading h4 + p {
  margin: 10px 0;
}

.heading p {
  line-height: 1.4;
}

.heading time {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.title {
  margin-bottom: 10px;
}

.title h6 {
  font-weight: 500;
}

.headingActions {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headingOption {
  margin-left: 10px;
}

.headingOptions {
  display: flex;
  align-items: center;
}

.headingOptions > * {
  margin-left: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=time],
input[type=date],
input[type=number],
input[type=url],
input[type=datetime-local],
textarea, select {
  width: 100%;
  color: var(--color-black);
  font-size: 16px;
  height: var(--default-size);
  padding: 0 12px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}

input[type=submit] {
  cursor: pointer;
}

select:focus,
selectOption:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: none;
  border-color: var(--focus-border-color);
  background-color: var(--focus-background-color);
}

textarea {
  padding: 12px;
  height: 100px;
  line-height: 1.4;
}

select {
  width: 100%;
}

input[type=text]:disabled,
input[type=tel]:disabled,
textarea:disabled,
select:disabled {
  opacity: var(--opacity-disabled);
}

input[type=radio],
input[type=checkbox] {
  background-color: white;
  appearance: none;
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  border-radius: 50%;
  background: black;
  transition: all 0.1s linear;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=checkbox] {
  border-radius: 6px;
}

input[type=checkbox]:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  border-radius: 2px;
  background: black;
  transition: all 0.1s linear;
}

input[type=checkbox]:checked:before {
  transform: scale(1);
}

.inputSuccess {
  background: var(--success-background) !important;
  border-color: var(--success-border-color) !important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(108, 93, 211, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(108, 93, 211, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(108, 93, 211, 0);
  }
}
.btn {
  max-width: 100%;
  width: auto;
  justify-content: auto;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  color: black;
  border: 2px solid transparent;
  min-width: 0;
  transition: all 200ms linear;
}

.btn span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}

@media (hover) {
  .btn:hover {
    transform: translateY(-1px);
  }
}
.btn:active {
  transform: scale(0.995);
}

.default {
  background: #f2f2f2;
}

.default.btnOutline {
  border-color: black;
  color: black;
}

.primary {
  background: #000;
  color: white;
}

.secondary {
  color: var(--color-blue);
  background: rgba(4, 119, 248, 0.1);
}

.blue {
  background: var(--color-blue);
  color: white;
}

.blue.btnOutline {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.error {
  background: var(--color-red);
  color: white;
}

.error.btnOutline {
  border-color: var(--color-red);
  color: var(--color-red);
}

.success {
  background: #2bda31;
}

.success.btnOutline {
  border-color: #2bda31;
  color: #2bda31;
}

.grey {
  background: #303030;
  color: white;
}

.grey.btnOutline {
  border-color: #303030;
  color: #303030;
}

.white {
  background: white;
  color: black;
}

.white.btnOutline {
  border-color: white;
  color: white;
}

.yellow {
  background: #fded1a;
  color: black;
}

.paypal {
  background: #ffc43a;
  color: black;
}

.transparent {
  background: none;
  color: black;
}

@media (hover) {
  .transparent:hover {
    background: #ebebeb;
  }
}
.byAi {
  background: #4c44f6;
  color: white;
}

.disabled {
  cursor: default;
  opacity: 0.5;
  transform: none !important;
}

.sizeDefault {
  height: 40px;
  padding: 0 15px;
  width: auto;
  font-size: 15px;
  border-radius: 8px;
}

.sizeDefault.onlyIcon {
  width: 40px;
}

.sizeXSmall {
  height: 22px;
  padding: 0 8px;
  font-size: 11px;
  border-radius: 4px;
}

.sizeSmall {
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 5px;
}

.sizeSmall.isDropdown svg {
  font-size: 11px;
}

.sizeSmall.onlyIcon {
  width: 28px;
}

.sizeMedium {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 8px;
}

.sizeMedium.isDropdown {
  padding-right: 6px;
}

.sizeMedium.onlyIcon {
  width: 32px;
}

.sizeLarge {
  height: 55px;
  padding: 0 30px;
  font-size: 18px;
  border-radius: 10px;
}

.circle {
  border-radius: 40px;
}

@media (max-width: 500px) {
  .sizeLarge {
    height: 44px;
    font-size: 16px;
    padding: 0 20px;
  }
}
.sizeLarge.onlyIcon {
  width: 55px;
}

.sizeXLarge {
  height: 64px;
  padding: 0 30px;
  font-size: 24px;
  border-radius: 10px;
}

@media (max-width: 500px) {
  .sizeXLarge {
    height: 56px;
    font-size: 21px;
    padding: 0 20px;
  }
}
.sizeXLarge.onlyIcon {
  width: 64px;
}

.full {
  width: 100% !important;
  justify-content: center;
}

.onlyIcon {
  justify-content: center;
  padding: 0;
}

.isPulse {
  animation: pulse 2s infinite;
}

.btnOutline {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background: none !important;
}

.custom {
  background-color: var(--custom-color);
  color: white;
}

.advice {
  padding: 20px;
  .advice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    h6 {
      font-weight: 500;
    }
    p {
      font-size: 16px;
      color: #000000;
      line-height: 1.4;
    }
  }
}

.text {
  &.text-default {
    img {
      max-width: 100%;
    }
    strong {
      font-weight: 500;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 1rem;
      line-height: 1.5;
    }
    p,
    ul,
    ol {
      margin-bottom: 15px;
    }
    p,
    li {
      line-height: 1.5;
    }
    a {
      color: inherit;
      text-decoration: underline;
    }
    ul,
    ol {
      margin-left: 20px !important;
    }
    ol li {
      list-style-type: decimal;
    }
    ul li {
      list-style-type: disc;
    }
    figure {
      margin-bottom: 20px;
    }
    figure.image {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    figure.image img {
      flex-shrink: 0;
    }
    figure.image-style-side {
      max-width: 50%;
      float: right;
      margin-left: 20px;
    }
    figure figcaption {
      padding: 0 10px;
      margin-top: 5px;
      font-size: 11px;
      line-height: 1.5;
      text-align: center;
    }
    img.custom-image-float-right {
      max-width: 50%;
      float: right;
      margin-left: 20px;
    }
    img.custom-image-float-left {
      max-width: 50%;
      float: left;
      margin-right: 20px;
    }
    .text-link {
      word-break: break-all;
    }
  }
}

body {
  background-color: var(--bg-color);
}

.rowModule {
  padding: 45px 0;
}

@media screen and (max-width: 700px) {
  .rowModule {
    padding: 35px 0;
  }
}
@media screen and (max-width: 500px) {
  .rowModule {
    padding: 15px 0;
  }
}
.row {
  width: var(--width-page);
  margin: 0 auto;
}

.gridCol {
  padding: var(--grid-padding-col);
}

.col-1 {
  width: calc(var(--valor-grid-col) * 1);
}

.col-2 {
  width: calc(var(--valor-grid-col) * 2);
}

.col-3 {
  width: calc(var(--valor-grid-col) * 3);
}

@media (max-width: 1000px) {
  .col-3 {
    width: calc(var(--valor-grid-col) * 4);
  }
}
@media (max-width: 700px) {
  .col-3 {
    width: calc(var(--valor-grid-col) * 6);
  }
}
@media (max-width: 500px) {
  .col-3 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-4 {
  width: calc(var(--valor-grid-col) * 4);
}

@media (max-width: 1000px) {
  .col-4 {
    width: calc(var(--valor-grid-col) * 6);
  }
}
@media (max-width: 700px) {
  .col-4 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-5 {
  width: calc(var(--valor-grid-col) * 5);
}

@media (max-width: 1000px) {
  .col-5 {
    width: calc(var(--valor-grid-col) * 6);
  }
}
@media (max-width: 700px) {
  .col-5 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-6 {
  width: calc(var(--valor-grid-col) * 6);
}

@media (max-width: 700px) {
  .col-6 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-7 {
  width: calc(var(--valor-grid-col) * 7);
}

@media (max-width: 700px) {
  .col-7 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-8 {
  width: calc(var(--valor-grid-col) * 8);
}

@media (max-width: 700px) {
  .col-8 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-9 {
  width: calc(var(--valor-grid-col) * 9);
}

@media (max-width: 700px) {
  .col-9 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-10 {
  width: calc(var(--valor-grid-col) * 10);
}

@media (max-width: 700px) {
  .col-10 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-11 {
  width: calc(var(--valor-grid-col) * 11);
}

@media (max-width: 700px) {
  .col-11 {
    width: calc(var(--valor-grid-col) * 12);
  }
}
.col-12 {
  width: calc(var(--valor-grid-col) * 12);
}

.cardItemContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.cardItemIcon {
  font-size: 46px;
  margin-bottom: 10px;
  color: var(--color-templateMain);
}

.cardItemBody {
  text-align: center;
}

.reviewItem {
  background: var(--color-templateBglight);
  border-radius: 20px;
  height: 100%;
}

.reviewItemStarts {
  display: flex;
  color: var(--color-templateMain);
  margin: 0 0 10px;
}

.text-templates {
  font-size: 16px;
  /* Block formatting context — contiene los floats de imagenes (ver
     `img.custom-image-float-*` mas abajo). Sin esto, una imagen flotada
     hace colapsar la altura del bloque y el contenido siguiente se monta
     encima. `flow-root` es la solucion moderna sin efectos colaterales
     (no corta tooltips/sombras como `overflow: hidden`). */
  display: flow-root;
  img {
    max-width: 100%;
  }
  /* Alineacion de imagenes — el CustomImageExtension de TipTap genera estas
     clases desde el atributo `float` del nodo de imagen. Aplica tanto al
     render publico de la pagina como al iframe preview fuera del modo edit.
     (Durante el modo edit, las reglas vienen de `_editor_selection.html.erb`
     prefijadas con `.inline-tt-content`). */
  img.custom-image-float-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  img.custom-image-float-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }
  img.custom-image-float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.custom-image-float-none {
    display: inline;
  }
  strong {
    font-weight: bold;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  h1, h2, h3, h4, h5, h6 {
    & + p,
    & + ul,
    & + li {
      margin-top: 5px;
    }
  }
  a {
    color: inherit;
    text-decoration: underline;
  }
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 18px;
  }
  p,
  ul,
  ol {
    margin-bottom: 15px;
  }
  p,
  li {
    line-height: 1.5;
  }
  ul,
  ol {
    margin-left: 40px !important;
  }
  ol li {
    list-style-type: decimal;
  }
  ul li {
    list-style-type: disc;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 28px;
  }
}

.socialLinksPage {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.btnSocial {
  display: flex;
  background: black;
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.btnSocialWrap {
  padding: 5px;
}
@media screen and (max-width: 700px) {
  .btnSocialWrap {
    padding: 3px;
  }
}

.default {
  width: 44px;
  height: 44px;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .default {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.small {
  width: 32px;
  height: 32px;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .small {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

.priceCardTitle {
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  text-align: center;
}

.priceCardTitle h5 {
  font-weight: 500;
  font-size: 19px;
}

.priceCardTitle h3 {
  font-size: 32px;
}

.priceCardTitle h6 {
  font-size: 14px;
  font-weight: normal;
}

.priceCardAction {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.reviewItemPhoto {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.reviewItemActions {
  margin-top: 10px;
}

.reviewItemContent {
  padding: 40px;
}

.videoItem {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.videoItem video,
.videoItem iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}
