/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * right 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 [tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important;
 }
 
 hr {
   margin: 1rem 0;
   color: inherit;
   background-color: currentColor;
   border: 0;
   opacity: 0.25;
 }
 
 hr:not([size]) {
   height: 1px;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
 }
 
 h1 {
   font-size: 2.5rem;
 }
 
 h2 {
   font-size: 2rem;
 }
 
 h3 {
   font-size: 1.75rem;
 }
 
 h4 {
   font-size: 1.5rem;
 }
 
 h5 {
   font-size: 1.25rem;
 }
 
 h6 {
   font-size: 1rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   -webkit-text-decoration-skip-ink: none;
   text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul {
   padding-left: 2rem;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 0.875em;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 0.75em;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #0d6efd;
   text-decoration: none;
 }
 
 a:hover {
   color: #024dbc;
   text-decoration: underline;
 }
 
 a:not([href]), a:not([href]):hover {
   color: inherit;
   text-decoration: none;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   font-size: 0.875em;
 }
 
 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
 }
 
 code {
   font-size: 0.875em;
   color: #d63384;
   word-wrap: break-word;
 }
 
 a > code {
   color: inherit;
 }
 
 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 0.875em;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem;
 }
 
 kbd kbd {
   padding: 0;
   font-size: 1em;
   font-weight: 700;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 select {
   word-wrap: normal;
 }
 
 [list]::-webkit-calendar-picker-indicator {
   display: none;
 }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 button:not(:disabled),
 [type="button"]:not(:disabled),
 [type="reset"]:not(:disabled),
 [type="submit"]:not(:disabled) {
   cursor: pointer;
 }
 
 ::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: textfield;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   float: left;
   width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 ::-webkit-datetime-edit {
   overflow: visible;
   line-height: 0;
 }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: textfield;
 }
 
 ::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-color-swatch-wrapper {
   padding: 0;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 main {
   display: block;
 }
 
 [hidden] {
   display: none !important;
 }


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

body{
  font-family: "Poppins", sans-serif;
  color: #626567;
  font-size: 20px;
  line-height: 1.3;
  overflow-x: hidden;
}

 
h1{
  margin-top: 2rem;
  display: inline-block;
}

h2{
  font-size: 26px;
  background: linear-gradient(74.85deg, #031826 4.88%, #FE4140 89.34%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

h3, h4{
  font-size: 24px;
  background: linear-gradient(90deg, #021725 0%, #62656A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2.3rem;
}

p{
  margin: 0 0 1.4rem;
}

img{
    max-width: 100%;
}

@media(min-width: 768px){
  h2, h3{
    font-size: 32px;
  }
  h4{
    font-size: 26px;
  }
  
  h5{
    font-size: 24px;
  }
 }


p, ul, li{
  color: #626567;
  line-height: 1.4;
}


a:hover{
  text-decoration: none;
}

[data-global-resource-path$="header.html"] {
    position: sticky;
    top: 0;
    z-index: 1981;
}

.footer .hs-menu-wrapper ul{
  padding-left: 0;
}

.footer .hs-menu-wrapper ul li{
  list-style: none;
  margin-top: 5px;
  margin-bottom: 8px;
}

.footer .hs-menu-wrapper ul a{
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.text-center{
  text-align: center;
}

.btn.btn--primary, .inline-cta__button{
    background: #fe4140;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 21px 40px;
    text-decoration: none;
    transition: .3s;
    font-size: 16px;
}

.btn.btn--primary:hover, .inline-cta__button:hover{
  background: #dd2e2d;
  color: #fff;
}

footer.footer{
  background-color: #1f1f1f;
    color: #fff;
    padding: 2.5rem 1rem;
}

footer.footer a, footer.footer p{
  color: #fff;
}

.dinternavigation{
  width: 100%;
}

.dinternav__nav li:last-child a{
  opacity: 1;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.dinternav__nav li:last-child{
  background: linear-gradient(90deg, #FF9999 0%, #FE4140 100%);
  color: #fff;
  text-align: center;
  max-width: 153px;
}

@media(min-width: 1024px){
  .dinternav__nav li:last-child{
    margin-left: 15px;
  }
}

blockquote{
  padding-left: 2rem;
  border-left: solid 12px #D6C2D9;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/************* video ***********/
iframe{
  border-radius: 30px;
}

/***************************************************************/
#main-content table {
    /* Evita que los bordes dobles se vean mal */
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /* El borde exterior y el radio */
    border: 1px solid #D6D6D6; /* Color del borde */
    border-radius: 12px;       /* Radio de las esquinas */
    overflow: hidden;          /* Importante para que el fondo no tape las esquinas */
  margin-bottom: 2rem;
  }

  #main-content table th, 
  #main-content table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Color de fondo para el encabezado */
  #main-content table th {
    background-color: #F1F1F1;
    font-weight: 400;
  }

  /* Quitar el borde inferior de la última fila para que no choque con el radio */
  #main-content table tr:last-child td {
    border-bottom: none;
  }

@media(max-width: 480px){
  #main-content table {
    font-size: 16px;
  }
  
  #main-content table ul {
    padding-left: 5px;
  }
}


.faq-accordion {
    position: relative;
    z-index: 9;
  transform-style: preserve-3d;
}

@media(min-width: 1024px) {
    .faq-accordion:before {
        background-image:url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/lp-implementacion-onboarding/before-faq.png);
        right: -114px;
        top: 0
    }

    .faq-accordion:after,.faq-accordion:before {
        content: "";
        height: 188px;
        position: absolute;
        transform: translateZ(-1px);
        width: 154px
    }

    .faq-accordion:after {
        background-image: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/lp-implementacion-onboarding/after-faq.png);
        bottom: 30px;
        left: -114px
    }
}

/************************************************************************/
[class^="lps-row-"], [class*=" lps-row-"]{
  position: relative;
}

[class^="lps-row-3-"]:before, [class*="lps-row-3-"]:before,
[class^="lps-row-6-"]:before, [class*="lps-row-6-"]:before,
[class^="lps-row-9-"]:before, [class*="lps-row-9-"]:before,
[class^="lps-row-12-"]:before, [class*="lps-row-12-"]:before,
[class^="lps-row-15-"]:before, [class*="lps-row-15-"]:before,
[class^="lps-row-19-"]:before, [class*="lps-row-19-"]:before,
[class^="lps-row-22-"]:before, [class*="lps-row-22-"]:before,
[class^="lps-row-26-"]:before, [class*="lps-row-26-"]:before,
[class^="lps-row-29-"]:before, [class*="lps-row-29-"]:before,
[class^="lps-row-32-"]:before, [class*="lps-row-32-"]:before{
    background: rgba(229, 57, 53, .6);
    border-radius: 999px;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
    filter: blur(36px);
    height: 183px;
    left: -64px;
    top: -52px;
    width: 110px;
}

[class^="lps-row-2-"]:after, [class*="lps-row-2-"]:after,
[class^="lps-row-5-"]:after, [class*="lps-row-5-"]:after,
[class^="lps-row-11-"]:after, [class*="lps-row-11-"]:after,
[class^="lps-row-13-"]:after, [class*="lps-row-13-"]:after,
[class^="lps-row-17-"]:after, [class*="lps-row-17-"]:after,
[class^="lps-row-21-"]:after, [class*="lps-row-21-"]:after,
[class^="lps-row-24-"]:after, [class*="lps-row-24-"]:after,
[class^="lps-row-28-"]:after, [class*="lps-row-28-"]:after,
[class^="lps-row-31-"]:after, [class*="lps-row-31-"]:after,
[class^="lps-row-34-"]:after, [class*="lps-row-34-"]:after{
    background: rgba(229, 57, 53, .6);
    border-radius: 999px;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
    filter: blur(36px);
    height: 168px;
    right: -42px;
    top: -52px;
    width: 50px;
}