@charset "UTF-8";
*,
*: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;
}
