/*
! tailwindcss v3.0.24 | 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.
*/

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 */
}

/*
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 */
  font-family: 'Roboto';

  color: #4A5371;
}

/*
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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder,
textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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-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: ;
}



.desc {
  font-family: 'Roboto', 'sans-serif';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 34px;
  letter-spacing: 0.02em;
}

.desc span {
  background-color: #5548a7;
  padding: 4px;
}

.desc-amarilla {
  font-family: 'Roboto-medium', 'sans-serif';
  font-size: 39px;
  padding-top: 5px;
  line-height: 1;
  margin: 0;
}

.btn-completar-parte {
  background-color: #ffe131;
  color: #18008d;
  width: 201px;
  display: block;
  height: 53px;
  font-family: 'roboto-medium', 'sans-serif';
  text-transform: uppercase;
}

.custompadding {
  position: relative;
  padding: 35px 35px 18px 35px
}


.section2 {
  padding-top: 24px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 0px;
}

.section2 span.bg-blue {
  font-size: 13px;
  background-color: #5548a7;
  color: white;
  padding: 1px;
  letter-spacing: 0.025em;
}

.section2 .title {
  color: #11468f;
  font-size: 31px;
  font-family: Roboto-medium;
  line-height: 1.25;
}

.section2 .description {
  padding-top: 22px;
  line-height: 1.6;
  padding-bottom: 26px;
}

.section2 .picture img {
  display: block;
  margin: auto;
}

.section3 {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 25px;
  margin-top: -1px;
  background-color: #18008d;
}

.section3 .box {
  padding-bottom: 19px;
}

.section3 .title {
  color: #ffe131;
  font-family: 'roboto-medium', 'sans-serif';
  font-size: 21.5px;
  padding-bottom: 8px;
  padding-left: 13px;
  line-height: 1.3;
  position: relative;
}

.section3 .subtitle {
  font-family: 'roboto-medium', 'sans-serif';
  color: #ffffff;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 11px;
}

.section3 .description {
  line-height: 1.4;
  padding-left: 11px;
  color: #fff;
}

.section3 .svg-position {
  position: absolute;
  top: 50%;
  left: -23px;
  width: 23px;
  margin-top: -13px;
  fill: #FFE131;
}



.section3 .separador {
  padding-top: 15px;
  padding-left: 8px;
}

.section4 {
  background-color: #edf7ff;
  padding-bottom: 30px;
}

.section4 .title {
  text-align: center;
  padding-bottom: 5px;
}

.section4 .faq {
  background-color: #ffe131;
  font-family: 'Roboto-medium';
  font-size: 17px;
  padding: 4px 9px 4px 9px;
  width: fit-content;
  margin: auto;
  color: #18008d;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.section4 .accordion-button-custom {
  font-size: 14px;
  font-family: 'Roboto-medium';
  padding-left: 21px;
  text-align: left;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 7px;
  padding-right: 39px;
  position: relative;
}

.section4 .accordion-item {
  background-color: transparent;
  border: 0px solid transparent;
  position: relative;
}

.section4 .accordion-item:after {
  content: "";
  display: block;
  left: 23px;
  height: 1px;
  position: absolute;
  background-color: #d9dbdf;
  right: 23px;
  bottom: 1px;
}

.section4 .svg-position {
  position: absolute;
  top: 50%;
  left: calc(100% - 34px);
  margin-top: -10px;
  -webkit-transition: all 365ms ease;
  -o-transition: all 365ms ease;
  -moz-transition: all 365ms ease;
  transition: all 365ms ease;
  height: 21px;
  width: 20px;
}

.section4 .open .svg-position {
  transform: rotate(90deg);
  margin-top: -2.5px;
}


.section4 .accordion-body {
  font-size: 15px;
}

.section5 {
  padding-top: 35px;
  padding-bottom: 22px;
}

.section5 #readmore {
  padding-left: 0px;
  padding-right: 0px;
}

.section5 .first-section {
  padding-bottom: 13px;
}

.section5 .title {
  font-family: 'Roboto-medium', sans-serif;
  font-size: 39px;
  color: #18008d;
  padding-left: 14px;
}

.section5 .subtitle {
  font-size: 30px;
  font-family: 'Roboto-medium', sans-serif;
  padding-left: 14px;
  padding-top: 18px;
  color: #6f7b93;
}

.section5 .description {
  padding-top: 15px;
  padding-left: 15px;
  line-height: 1.6;
}

.section5 .description strong {
  font-family: 'Roboto-medium';
}

.section5 .accordion-item {
  border: 0px solid transparent;
}

.section5 .accordion-button-readmore {
  margin-left: 26px;
  border-radius: 4px;
  padding-left: 4px;
  font-family: 'Roboto-medium';
  padding-right: 29px;
  background-color: #bcbfe3;
  color: #220c92;
  height: 27px;
  position: relative;
}

.section5 .accordion-button-readmore svg {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(0deg);
  margin-top: -2px;
  -webkit-transition: all 365ms ease;
  -o-transition: all 365ms ease;
  -moz-transition: all 365ms ease;
  transition: all 365ms ease;
}


.section5 .accordion-button-readmore.open svg {
  transform: rotate(180deg);
  margin-top: -2.5px;
}

.section5 .accordion-body {
  padding: 15px 0px;
  font-size: 17px;
  line-height: 1.54;
}


.section5 .bg-yellow {
  background-color: #fdf1ac;
}

.section5 .bg-blue {
  background-color: #a9d9fa;
}

.section5 .danger-zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 14px;
}

.section5 .danger-yellow {
  background-color: #fdf7d5;
  border-right: 5px solid #ffe133;
  margin-left: 25px;
}

.section5 .danger-blue {
  background-color: #e7f3fd;
  border-left: 5px solid #2da5f5;
  margin-right: 25px;
}

.section5 .danger-zone .icon {
  width: 200px;
  padding: 15px 20px 15px 30px;
}

.section5 .danger-zone.danger-blue .icon {
  padding: 15px 30px 15px 20px;
}


.section5 .danger-zone .icon svg {
  margin: 0 auto;
}

.section5 .danger-zone .text {
  font-family: "Roboto-medium";
  color: #041562;
  padding-right: 20px;
  font-size: 20px;
  text-align: right;
  line-height: 1.3;
}

.section5 .danger-zone .text.small {
  font-size: 17px;
  line-height: 1.2;
}

.section5 .danger-zone.danger-blue .text {
  padding-left: 20px;
  padding-right: 0px;
  text-align: left;
}

.section5 .titleparrdos {
  font-size: 30px;
  padding-left: 26px;
  padding-right: 30px;
  font-family: 'Roboto-medium';
  color: #041562;
}

.section5 .descparrdos {
  padding-left: 26px;
  padding-right: 30px;
  font-family: 'Roboto-medium';
  font-size: 20px;
  margin-top: 21px;
}

.section5 .titleparrtres {
  font-size: 30px;
  padding-left: 26px;
  padding-right: 30px;
  font-family: 'Roboto-medium';
  color: #041562;
  line-height: 1.24;
}

.section5 .descparrtres {
  font-family: 'Roboto-medium';
  font-size: 20px;
}

.section5 .titleparrcuatre {
  font-size: 30px;
  padding-left: 26px;
  padding-right: 30px;
  font-family: 'Roboto-medium';
  color: #041562;
  line-height: 1.24;
  margin-top: 40px;
}

footer {
  background-color: #18008d;
}

footer .logo-footer-container {
  width: 183px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  background-color: #ffe131;
  border-bottom-left-radius: 10px;
  margin: auto;
  border-bottom-right-radius: 10px;
}

footer .logo-footer-container svg {
  width: 157px;
}

footer .desc-text-footer {
  color: #fff;
  width: 84%;
  margin: auto;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

footer .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer a.info:first-child {
  padding-bottom: 12px;
}

footer .zonainfo .inset {
  padding-top: 7px;
  font-family: 'Roboto-medium';
  padding-bottom: 8px;
  position: relative;
}

footer .zonainfo .inset:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #c5a948;
  position: absolute;
  top: -2px;
  right: 16%;
  left: 16%;
}

footer .zonainfo .inset .info-item {
  padding-left: 5px;
  color: #fff;
}

footer .zonainfo .inset:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #c5a948;
  position: absolute;
  bottom: 0px;
  right: 16%;
  left: 16%;
}

footer .legaltexts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: white;
  list-style: disc;
}

footer .legaltexts li {
  padding-bottom: 8px;
}


footer .legaltexts li a {
  text-decoration: underline;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #b9b2dd;
}

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

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

.mb-\[43px\] {
  margin-bottom: 43px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[11px\] {
  margin-top: 11px;
}

.pl-27 {
  padding-left: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.mt-\[65px\] {
  margin-top: 65px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-\[42px\] {
  margin-top: 42px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mb-\[33px\] {
  margin-bottom: 33px;
}

.mt-\[39px\] {
  margin-top: 39px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

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

.w-10\/12 {
  width: 83.333333%;
}

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

.w-11\/12 {
  width: 91.666667%;
}

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

.cursor-pointer {
  cursor: pointer;
}

.justify-center {
  justify-content: center;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-amarillo {
  --tw-border-opacity: 1;
  border-color: rgb(255 225 49 / var(--tw-border-opacity));
}

.bg-lila {
  --tw-bg-opacity: 1;
  background-color: rgb(24 0 141 / var(--tw-bg-opacity));
}

.bg-amarillo {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 49 / var(--tw-bg-opacity));
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.p\[35px\] {
  padding: 35px;
}

.p\[5px\] {
  padding: 5px;
}

.pb\[16px\] {
  padding-bottom: 16px;
}

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

.text-tm {
  font-size: 40px;
  line-height: 39px;
}

.text-pm {
  font-size: 16px;
  line-height: 26px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-pmp {
  font-size: 12px;
  line-height: 16px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-pp {
  font-size: 24px;
  line-height: 34px;
}

.font-semibold {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

.font-light-medium {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.text-amarillo {
  --tw-text-opacity: 1;
  color: rgb(255 225 49 / var(--tw-text-opacity));
}

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

.text-\[\#BAB2DD\] {
  --tw-text-opacity: 1;
  color: rgb(186 178 221 / var(--tw-text-opacity));
}

.text-\[\#BAB3DD\] {
  --tw-text-opacity: 1;
  color: rgb(186 179 221 / var(--tw-text-opacity));
}

.text-\[\#B3AAD9\] {
  --tw-text-opacity: 1;
  color: rgb(179 170 217 / var(--tw-text-opacity));
}

.text-lila {
  --tw-text-opacity: 1;
  color: rgb(24 0 141 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.caret-amarillo {
  caret-color: #FFE131;
}


.color-b9b2dd {
  color: #b9b2dd;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  filter: drop-shadow(0px 4px 60px rgba(255, 225, 49, 0.25));
}

.modal-content {
  background-color: #ffffff;
  margin: 19% auto;
  padding: 20px;
  padding-top: 10px;
  width: 375.37px;
  border-radius: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hover\:bg-amarillo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 49 / var(--tw-bg-opacity));
}

.hover\:text-lila:hover {
  --tw-text-opacity: 1;
  color: rgb(24 0 141 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.d-none- {
  display: none;
}

section,
footer {
  max-width: 2000px !important;
  margin: auto;
}

@media (min-width: 992px) {
  .d-none- {
    display: block;
  }

  .w-\[182px\] {
    width: 214px;
  }

  .desc {
    display: none;
  }

  .w-\[241px\] {
    width: 100%;
    padding-top: 70px;
    padding-left: 20%;
  }

  .w-10\/12 {
    width: 100%;
  }

  .text-amarillo {
    text-align: left !important;
    padding-left: 30px;
    font-size: 50px;
    padding-top: 40px;
    line-height: 1.05;
    padding-right: 60px;
  }

  #btn-phone-parent {
    padding-top: 23px;
    padding-left: 37px;
    position: relative;
  }

  .btn-phone {
    background-color: transparent !important;
    border-bottom: 1px solid #2c1697;
    height: 28px;
    width: 100%;
  }

  .btn-phone {
    background-color: transparent !important;
    border-bottom: 1px solid #2c1697;
    height: 28px;
    width: 100%;
    border: 0px solid transparent !important;
    color: #fff;
    outline: transparent;
  }

  .phone-prefix {
    position: absolute;
    top: 3px;
    left: 7px;
    cursor: pointer;
    color: #ffe131;
    font-family: 'Roboto-medium';
  }


  .phone-input {
    position: relative;
    border-bottom: 1px solid #2c1697;
  }

  .phone-input {
    float: left;
    width: 42%;
    padding-left: 60px;
  }

  .btn-iniciar {
    margin-left: 70px;
    float: left;
    width: calc(58% - 70px);
  }

  .btn-iniciar .btn-completar-parte {
    width: 46%;
    height: 31px;
    margin-left: 0px !important;
    line-height: 30px;
    padding: 0px !important;
  }

  .countries-container {
    padding-top: 20px;
    position: absolute;
    padding-top: 19px;
    width: 39%;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.365s ease;
    -o-transition: all 0.365s ease;
    -moz-transition: all 0.365s ease;
    transition: all 0.365s ease;
  }

  #btn-phone-parent.show .countries-container {
    opacity: 1;
    visibility: visible;
  }

  .countries {
    max-height: 110px;
    overflow-y: scroll;
    margin-right: -15px;
    margin-left: -15px;
  }

  .countries-container .wrap {
    background-color: #5548a7;
    padding: 5px 15px;
    border-radius: 3px;
  }

  .searchbar {
    position: relative;
    margin-bottom: 15px;
  }

  .searchbar svg {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 9%;
    max-width: 110px;
  }

  .searchbar .form-control {
    background-color: transparent;
    border: 0px solid transparent;
    border-bottom: 1px solid #bab2dd;
    border-radius: 0px;
    padding-left: 29px;
    box-shadow: none !important;
    color: #bab2dd;
  }

  .prefix-phone {
    overflow: auto;
    color: #bab2dd;
    font-size: 12px;
    cursor: pointer;
    padding: 1px 16px 0px 20px;
  }

  .prefix-phone:hover {
    background-color: #66579c;
    color: #ffe131;
  }

  .prefix-phone .countryiso {
    float: right;
  }

  .prefix-phone .countryprefix {
    float: left;
  }

  .text-desc-lg {
    padding-top: 20px;
    padding-left: 39px;
    clear: both;
    color: white;
    padding-right: 60px;
  }

  .pb\[16px\] {
    padding-bottom: 70px;
  }

  .section2 .inset {
    padding-left: 17%;
  }

  .section2 {
    padding-top: 63px;
  }

  .section2 span.bg-blue {
    font-size: 14px;
  }

  .section2 .title {
    font-size: 35px;
    padding-top: 6px;
  }

  .section2 .description {
    padding-top: 14px;
  }

  .section2 .iphone {
    padding-top: 10px;
    width: 68%;
    margin: auto;
  }

  .section2 .alingn-picture-vertically {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .section3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 18px;
  }


  .section3 .subtitle {
    color: #000;
  }

  .section3 .svg-position {
    left: 9px;
  }

  .section3 .title {
    padding-left: 38px;
    padding-top: 5px;
    color: #18008d;
    padding-bottom: 12px;
    line-height: 1.2;
  }

  .section3 .box {
    padding-bottom: 19px;
    border-left: 5px solid #ffe131;
    width: 33%;
    padding-bottom: 12px;
  }

  .section3 .description {
    color: #6f7b93;
    padding-right: 15px;
  }

  .section3 .svg-position {
    fill: #220b91;
    width: 19px;
  }

  .section5 {
    padding-bottom: 0px;
  }

  .section5 .title {
    color: #ffe131;
  }

  .section5 .first-section {
    padding-top: 80px;
    padding-bottom: 57px;
    background-color: #18008d
  }

  .section5 .subtitle {
    font-size: 20px;
    color: #fff;
  }

  .section5 .accordion-button-readmore {
    background-color: #ffe131;
  }

  .section5 .first-section .inset {
    padding-left: 35%;
  }

  .section5 .description {
    padding-top: 3px;
    padding-bottom: 50px;
    color: #fff;
  }

  .section5 .alingn-picture-vertically img {
    margin-top: -65px;
    width: 71%;
    max-width: 420px;
  }

  .section5 .accordion-body {
    padding: 43px 10%;
    font-size: 16px;
  }

  .accordeon-lg-styling {
    background-color: white;
    padding-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 19px 6px #e5e5e5;
  }

  .section4 {
    padding-top: 63px;
  }

  .section4 .faq {
    background-color: transparent;
    font-family: 'Roboto-medium';
    font-size: 22px;
    margin: 15px auto auto 10px;
  }

  .section4 .accordion-button-custom {
    font-size: 16px;
    padding-bottom: 17px;
  }

  footer .logo-footer-container {
    width: 309px;
    height: 58px;
  }

  footer .logo-footer-container svg {
    width: 270px;
  }

  footer .zonainfo .inset:before {
    display: none;
  }

  footer .zonainfo .inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 68px;
    padding-bottom: 21px;
  }

  .lg-adjust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer a.info:first-child {
    padding-bottom: 0px;
    padding-right: 30px;
  }

  footer .zonainfo .inset:after {
    bottom: 0px;
    right: 0%;
    left: 0%;
  }

  footer .desc-text-footer {
    color: #fff;
    width: auto;
    margin: auto;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }

  footer .copyright {
    font-size: 19px;
  }

  footer .legaltexts ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .legaltexts li {
    padding-bottom: 8px;
    padding-left: 30px;
    list-style: none;
    font-size: 18px;
  }

  footer .copyright .inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .copyright .inset div:nth-child(1) {
    padding-right:10px;
  }

}

@media (min-width: 1200px) {
  .w-\[182px\] {
    width: 22%;
    max-width: 316px;
  }

  .w-\[241px\] {
    padding-top: 115px;
    max-width: 708px;
  }

  .text-amarillo {
    padding-left: 46px;
    font-size: 75px;
    padding-top: 86px;
  }

  #btn-phone-parent {
    padding-top: 34px;
    padding-left: 58px;
  }

  .phone-input {
    font-size: 23px;
    max-width: 273px;
  }

  .phone-prefix {
    top: 0px;
    left: 5px;
  }

  .btn-iniciar .btn-completar-parte {
    width: 45%;
    max-width: 139px;
    height: 43px;
    margin-top: -5px;
    font-size: 23px;
    line-height: 22px;
  }

  .text-desc-lg {
    padding-top: 34px;
    padding-left: 61px;
    padding-right: 163px;
    font-size: 20px;
  }

  .pb\[16px\] {
    padding-bottom: 99px;
  }

  .countries-container {
    top: 75px;
  }

  .countries-container .wrap {
    padding: 15px 15px 5px 15px;
    font-family: 'Roboto-medium';
  }

  .searchbar svg {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 50px;
    max-width: 50px;
    height: 21px;
  }

  .searchbar .form-control {
    height: 45px;
    padding-left: 55px;
  }

  .countries {
    max-height: 159px;
  }

  .prefix-phone {
    font-size: 18px;
    padding: 0px 16px 0px 29px;
  }

  .searchbar {
    position: relative;
    margin-bottom: 25px;
  }

  .section2 .inset {
    padding-left: 86px;
    padding-top: 29px;
  }

  .section2 span.bg-blue {
    font-size: 21px;
  }

  .section2 .title {
    font-size: 50px;
    padding-top: 9px;
  }

  .section2 .description {
    padding-top: 21px;
    font-size: 25px;
  }

  .section2 .iphone {
    padding-top: 40px;
    width: 68%;
    margin: auto;
    max-width: 432px;
  }

  .section3 {
    padding-left: 160px;
    padding-right: 160px;
    padding-top: 108px;
    max-width: 1440px !important;
  }

  .section3 .svg-position {
    fill: #220b91;
    width: 33px;
    height: 23px;
    left: 19px;
    margin-top: calc(-10px - 11px);
  }

  .section3 .title {
    padding-left: 65px;
    padding-bottom: 21px;
    padding-right: 15px;
  }

  .section3 .description {
    font-size: 22px;
    padding-right: 15px;
    padding-left: 24px;
  }

  .section5 .first-section .inset {
    padding-left: 256px;
  }

  .section5 .first-section {
    padding-top: 126px;
    margin-top: -2px;
  }

  .section5 .title {
    font-size: 50px;
  }

  .section5 .subtitle {
    font-size: 28px;
  }

  .section5 .description {
    padding-top: 14px;
    font-size: 24px;
    padding-right: 90px;
    padding-bottom: 29px;
  }

  .section5 .alingn-picture-vertically img {
    margin-top: -65px;
  }

  .section5 .accordion-button-readmore {
    background-color: #ffe131;
    margin-left: 14px;
    font-size: 22px;
    height: 31px;
  }

  .section5 .accordion-body {
    padding: 68px 254px;
    font-size: 25px;
  }

  .section4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section4 .faq {
    font-size: 30px;
    margin: 29px auto auto 10px;
  }

  .section4 .accordion-button-custom {
    font-size: 22px;
    padding-bottom: 21px;
    padding-top: 25px;
  }

  .section4 .title {
    padding-bottom: 15px;
    padding-bottom: 7px;
  }

  .section4 .svg-position {
    top: 40%;
    width: 39px;
    margin-top: -10px;
    left: calc(100% - 67px);
    height: auto;
  }

  .section4 .accordion-body {
    font-size: 18px;
  }

}

/*Animations*/

.js-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
  -moz-animation: fade-in 1s ease-in-out both;
  -o-animation: fade-in 1s ease-in-out both;
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  -moz-animation: fade-in-bottom 1s ease-in-out both;
  -o-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
  -moz-animation: slide-in-left 1s ease-in-out both;
  -o-animation: slide-in-left 1s ease-in-out both;
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  -moz-animation: slide-in-right 1s ease-in-out both;
  -o-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-moz-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-o-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-moz-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-o-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-moz-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-o-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}