<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;700&amp;display=swap);
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1, .h1{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(32px + (42 - 32) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  font-weight: 500;
}

h2, .h2{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
  font-weight: 500;
}

h3, .h3{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.25;
}

h4, h5, .h4{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

.p-big{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

.parrafo{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}

.small{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}

.degradrado-text-banner {
        background-image: radial-gradient(circle at 60% 41%, #183fbf, rgba(5, 32, 86, 0) 72%);
    }

.degradado-home {
        background-image: linear-gradient(to bottom, #051b46 0%, #0d2b8e 100%);
    }

.degradado-gris {
        background-image: linear-gradient(
            to bottom,
            #fff 0%,
            #f6f9f8 10%,
            rgba(246, 249, 248, 0) 37%,
            #ecefee 58%,
            #fff 87%
        );
    }

.degradado-blue {
        background-image: radial-gradient(circle at 50% 50%, #0d2b8e 15%, #051b46 85%);
    }

.degradado-footer {
        background-image: radial-gradient(circle at 73% 36%, #0d2b8e, #051b46 96%);
    }

.btn {
        transition: background .6s,color cubic-bezier(.87,0,.13,1) .6s;
        font-family: Instrument Sans, sans-serif;
        font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (2300 - 300)));
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.7px;
        position: relative;
        display: inline-flex;
        height: 3rem;
        align-items: center;
        justify-content: center;
        border-radius: 6rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
        text-align: center;
    }

.btn-fill{
        width: calc(100% + .2rem);
        transform: translateZ(0);
        position: absolute;
        top: -.1rem;
        left: -.1rem;
        height: 3.2rem;
        overflow: hidden;
        border-radius: 6rem;
    }

.btn-fill::before{
        transition: transform cubic-bezier(.87,0,.13,1) .6s;
        transform-origin: bottom center;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-scale-y: 0;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.btn-text{
        transition: transform cubic-bezier(.87,0,.13,1) .6s;
        position: relative;
        display: inline-flex;
        height: 100%;
        --tw-scale-x: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        align-items: center;
        overflow: hidden;
    }

.text-btn-one{
        transition: transform cubic-bezier(.87,0,.13,1) .6s;
        position: relative;
        display: block;
    }

.text-btn-copy{
        transition: transform cubic-bezier(.87,0,.13,1) .6s;
        transform: translateY(-54px) rotateX(180deg);
        position: absolute;
        display: block;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.btn:hover .btn-fill::before{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn:hover .btn-text{
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn:hover .btn-text .text-btn-one{
        transform: translateY(54px) rotateX(180deg);
    }

.btn:hover .btn-text .text-btn-copy{
        transform: translateY(0) rotateX(0);
    }

/*Tipos de botones*/

.btn-main{
  --tw-bg-opacity: 1;
  background-color: rgb(197 255 237 / var(--tw-bg-opacity));
}

.btn-main .text-btn-one{
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
}

.btn-main .btn-fill::before{
  --tw-bg-opacity: 1;
  background-color: rgb(49 64 81 / var(--tw-bg-opacity));
}

.btn-secondary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.btn-secondary .text-btn-one{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary .btn-fill::before{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 142 / var(--tw-bg-opacity));
}

.btn-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-white .text-btn-one{
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
}

.btn-white .text-btn-copy{
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
}

.btn-white .btn-fill::before{
  --tw-bg-opacity: 1;
  background-color: rgb(197 255 237 / var(--tw-bg-opacity));
}

.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 142 / var(--tw-bg-opacity));
}

.btn-blue .text-btn-one{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue .btn-fill::before{
  --tw-bg-opacity: 1;
  background-color: rgb(49 64 81 / var(--tw-bg-opacity));
}

.btn-black{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(49 64 81 / var(--tw-border-opacity));
}

.btn-black .text-btn-one{
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
}

.btn-black .btn-fill::before{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 142 / var(--tw-bg-opacity));
}

.link-footer{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.7px;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.link-footer:hover{
  --tw-text-opacity: 1;
  color: rgb(197 255 237 / var(--tw-text-opacity));
}

.btn-social{
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-social.hover-facebook:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 127 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-social.hover-instagram:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.btn-social.hover-twitter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 204 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-social.hover-linkedin:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-social.hover-youtube:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* bycnll hover */

#letter-cnll-c{
  --tw-translate-x: 63px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition: all 300ms ease-in-out 200ms;
}

#letter-cnll-a1{
  opacity: 0;
        transition: all 200ms ease-in-out 300ms;
}

#letter-cnll-n{
  --tw-translate-x: 43px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition: all 300ms ease-in-out 200ms;
}

#letter-cnll-a2{
  opacity: 0;
        transition: all 200ms ease-in-out 300ms;
}

#letter-cnll-l1{
  --tw-translate-x: 21px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition: all 300ms ease-in-out 200ms;
}

#letter-cnll-l2{
  --tw-translate-x: 21px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition: all 300ms ease-in-out 200ms;
}

#letter-cnll-a3{
  opacity: 0;
        transition: all 200ms ease-in-out 300ms;
}

/* Medium and up */

.swiper-pagination{
  position: static !important;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination-number .swiper-pagination-bullet{
  font-family: Instrument Sans, sans-serif;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin: 0px;
  display: flex;
  height: 30px;
  width: 30px;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 222 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 142 / var(--tw-bg-opacity));
}

.card-plan{
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 225 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.img-testimonial,
    .testimonial-text{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.swiperTestimonial .swiper-slide.swiper-slide-active .img-testimonial{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.swiperTestimonial .swiper-slide.swiper-slide-active .testimonial-text{
  opacity: 1;
}

.info-testimonial{
  position: absolute;
  top: 0px;
  margin-bottom: 30px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 640px){

  .info-testimonial{
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

@media (min-width: 1024px){

  .info-testimonial{
    margin-left: 0px;
    margin-right: 0px;
    width: 300px;
    max-width: 100%;
  }
}

@media (min-width: 1280px){

  .info-testimonial{
    width: 400px;
  }
}

.content-testimonial{
  position: relative;
  display: flex;
  height: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 225 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 768px){

  .content-testimonial{
    height: 240px;
    padding: 2rem;
  }
}

.swiperPlanes .swiper-slide{
  display: flex;
  height: auto;
}

.swiperPlanes .swiper-slide .card-plan .info-planes{
  flex: 1 1 auto;
}

.vineta-card{
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 0;
  height: 30px;
  width: 30px;
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: rgb(218 225 230 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(218 225 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.links-hover::after {
        content: "";
        transition:
            width 0.3s ease 0s,
            opacity 0.3s ease 0s;
        position: absolute;
        left: 0px;
        bottom: -4px;
        height: 2px;
        width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(197 255 237 / var(--tw-bg-opacity));
    }

.links-hover:hover::after,
    .links-hover.is-active::after{
  width: 100%;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
    padding-right: 9rem;
    padding-left: 9rem;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-\[5\%\]{
  bottom: -5%;
}
.-left-\[5\%\]{
  left: -5%;
}
.-right-\[5\%\]{
  right: -5%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[40\%\]{
  top: 40%;
}
.z-50{
  z-index: 50;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[999\]{
  z-index: 999;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[80px\]{
  height: 80px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-full{
  max-height: 100%;
}
.w-20{
  width: 5rem;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[80px\]{
  width: 80px;
}
.w-full{
  width: 100%;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[160px\]{
  max-width: 160px;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[110px\]{
  --tw-translate-x: -110px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[60px\]{
  --tw-translate-x: -60px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-base-300{
  --tw-border-opacity: 1;
  border-color: rgb(218 225 230 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-base-700{
  --tw-bg-opacity: 1;
  background-color: rgb(11 238 150 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 142 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.fill-white{
  fill: #fff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pt-24{
  padding-top: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(197 255 237 / var(--tw-text-opacity));
}
.text-base-200{
  --tw-text-opacity: 1;
  color: rgb(206 224 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 43 142 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(49 64 81 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}

html {
    scroll-behavior: smooth;
    scroll-behavior: slow;
}

.word-line{
    overflow: hidden;
}
.word{
    overflow: hidden;
}
.h-screen-js{
    height: calc(var(--vh,1vh) *100);
}

.text-opaco {
    color: #677988;
}

.text-animation-opacity{
    opacity: 0;
    transform: translateY(16px);
}

nav.is-scroll {
    background-color: #0d2b8e;
    transform: translateY(0);
}

@media screen and (min-width: 1024px) {
    nav.is-scroll .logo-cnll img{
        transform: scale(0.8) translateX(-8%);
    }
}

@media (min-width: 640px){

  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 640px){

    .sm\:container{
      max-width: 640px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

  @media (min-width: 768px){

    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){

    .sm\:container{
      max-width: 1024px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1280px){

    .sm\:container{
      max-width: 1280px;
      padding-right: 3.2rem;
      padding-left: 3.2rem;
    }
  }

  @media (min-width: 1536px){

    .sm\:container{
      max-width: 1536px;
      padding-right: 9rem;
      padding-left: 9rem;
    }
  }
}

.group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-youtube{
  fill: #ff0000;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:h-\[60px\]{
    height: 60px;
  }

  .sm\:w-\[44\%\]{
    width: 44%;
  }

  .sm\:w-\[50\%\]{
    width: 50%;
  }

  .sm\:min-w-\[150px\]{
    min-width: 150px;
  }

  .sm\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .sm\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:text-left{
    text-align: left;
  }
}

@media (min-width: 768px){

  .md\:h-\[280px\]{
    height: 280px;
  }

  .md\:h-\[90px\]{
    height: 90px;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:max-w-\[180px\]{
    max-width: 180px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }
}

@media (min-width: 1024px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:-bottom-\[10\%\]{
    bottom: -10%;
  }

  .lg\:-top-\[10\%\]{
    top: -10%;
  }

  .lg\:left-\[5\%\]{
    left: 5%;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-\[5\%\]{
    right: 5%;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[400px\]{
    width: 400px;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[80\%\]{
    width: 80%;
  }

  .lg\:w-\[90\%\]{
    width: 90%;
  }

  .lg\:max-w-\[240px\]{
    max-width: 240px;
  }

  .lg\:max-w-\[36\%\]{
    max-width: 36%;
  }

  .lg\:max-w-\[40\%\]{
    max-width: 40%;
  }

  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }

  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1280px){

  .xl\:-top-\[14\%\]{
    top: -14%;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-14{
    margin-left: 3.5rem;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-\[100px\]{
    height: 100px;
  }

  .xl\:w-\[600px\]{
    width: 600px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-\[90\%\]{
    max-width: 90%;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }
}

@media (min-width: 1536px){

  .\32xl\:gap-32{
    gap: 8rem;
  }
}</pre></body></html>