@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

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

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

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

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

::-webkit-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-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-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:  ;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.right-\[-100px\]{
  right: -100px;
}

.top-\[210px\]{
  top: 210px;
}

.top-\[-300px\]{
  top: -300px;
}

.right-0{
  right: 0px;
}

.left-\[-225px\]{
  left: -225px;
}

.bottom-\[90px\]{
  bottom: 90px;
}

.top-0{
  top: 0px;
}

.left-\[1px\]{
  left: 1px;
}

.top-\[10px\]{
  top: 10px;
}

.left-\[20px\]{
  left: 20px;
}

.bottom-0{
  bottom: 0px;
}

.right-\[17px\]{
  right: 17px;
}

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

.left-\[12px\]{
  left: 12px;
}

.top-\[25px\]{
  top: 25px;
}

.bottom-\[80px\]{
  bottom: 80px;
}

.right-\[174px\]{
  right: 174px;
}

.left-\[50\%\]{
  left: 50%;
}

.bottom-4{
  bottom: 1rem;
}

.left-\[-80px\]{
  left: -80px;
}

.top-\[-50px\]{
  top: -50px;
}

.bottom-\[50px\]{
  bottom: 50px;
}

.left-\[40px\]{
  left: 40px;
}

.top-\[-100px\]{
  top: -100px;
}

.right-\[-70px\]{
  right: -70px;
}

.bottom-\[100px\]{
  bottom: 100px;
}

.left-\[-45px\]{
  left: -45px;
}

.right-\[-95px\]{
  right: -95px;
}

.top-\[90px\]{
  top: 90px;
}

.left-\[-20px\]{
  left: -20px;
}

.top-\[45px\]{
  top: 45px;
}

.bottom-\[-10px\]{
  bottom: -10px;
}

.left-\[130px\]{
  left: 130px;
}

.left-0{
  left: 0px;
}

.bottom-\[185px\]{
  bottom: 185px;
}

.bottom-\[25px\]{
  bottom: 25px;
}

.left-\[180px\]{
  left: 180px;
}

.right-\[-5px\]{
  right: -5px;
}

.top-\[100px\]{
  top: 100px;
}

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

.bottom-\[15px\]{
  bottom: 15px;
}

.left-\[110px\]{
  left: 110px;
}

.left-\[210px\]{
  left: 210px;
}

.top-\[72px\]{
  top: 72px;
}

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

.right-\[-50px\]{
  right: -50px;
}

.top-\[-75px\]{
  top: -75px;
}

.top-\[-560px\]{
  top: -560px;
}

.top-\[-10px\]{
  top: -10px;
}

.left-\[70px\]{
  left: 70px;
}

.z-0{
  z-index: 0;
}

.-z-10{
  z-index: -10;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.z-40{
  z-index: 40;
}

.z-\[6\]{
  z-index: 6;
}

.z-\[5\]{
  z-index: 5;
}

.z-\[4\]{
  z-index: 4;
}

.z-\[3\]{
  z-index: 3;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[9\]{
  z-index: 9;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.order-2{
  order: 2;
}

.order-5{
  order: 5;
}

.order-4{
  order: 4;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.clear-both{
  clear: both;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.mt-4{
  margin-top: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mb-4{
  margin-bottom: 1rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

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

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

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

.mt-7{
  margin-top: 1.75rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mt-5{
  margin-top: 1.25rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

.mb-3{
  margin-bottom: 0.75rem;
}

.mr-11{
  margin-right: 2.75rem;
}

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

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

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

.mt-9{
  margin-top: 2.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-14{
  margin-top: 3.5rem;
}

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

.ml-6{
  margin-left: 1.5rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-0{
  margin-left: 0px;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-0{
  height: 0px;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[260px\]{
  min-height: 260px;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.w-12{
  width: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-6xl{
  max-width: 72rem;
}

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-xl{
  max-width: 1280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0{
  flex-shrink: 0;
}

.origin-top-right{
  transform-origin: top right;
}

.rotate-\[90deg\]{
  --tw-rotate: 90deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.rotate-\[-90deg\]{
  --tw-rotate: -90deg;
  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));
}

.rotate-\[-180deg\]{
  --tw-rotate: -180deg;
  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;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

.justify-end{
  justify-content: flex-end;
}

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

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

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

.justify-items-stretch{
  justify-items: stretch;
}

.gap-8{
  gap: 2rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-0{
  gap: 0px;
}

.gap-3{
  gap: 0.75rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.self-end{
  align-self: flex-end;
}

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-\[6px\]{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-b-\[6px\]{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-r-\[10px\]{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border{
  border-width: 1px;
}

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

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

.border-l{
  border-left-width: 1px;
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
}

.border-grey\/60{
  border-color: rgb(39 39 39 / 0.6);
}

.border-grey\/30{
  border-color: rgb(39 39 39 / 0.3);
}

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

.border-dark\/10{
  border-color: rgb(39 39 39 / 0.1);
}

.border-blue\/30{
  border-color: rgb(39 113 192 / 0.3);
}

.bg-light-body{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(3 44 123 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 0 / var(--tw-bg-opacity));
}

.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 251 / var(--tw-bg-opacity));
}

.bg-\[\#F2F8FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 250 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
}

.bg-grey\/60{
  background-color: rgb(39 39 39 / 0.6);
}

.bg-blue\/20{
  background-color: rgb(39 113 192 / 0.2);
}

.bg-\[url\(\'\.\.\/img\/puntos-requisitos\.svg\'\)\]{
  background-image: url('../img/puntos-requisitos.svg');
}

.bg-\[url\(\'\.\.\/img\/puntos-azules\.svg\'\)\]{
  background-image: url('../img/puntos-azules.svg');
}

.bg-\[url\(\'\.\.\/img\/equipo-rebecca-soler\.jpg\'\)\]{
  background-image: url('../img/equipo-rebecca-soler.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-belen-lopez\.jpg\'\)\]{
  background-image: url('../img/equipo-belen-lopez.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-lucas-loyarte\.jpg\'\)\]{
  background-image: url('../img/equipo-lucas-loyarte.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-carla-tonin\.jpg\'\)\]{
  background-image: url('../img/equipo-carla-tonin.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-elizabeth-martinez\.jpg\'\)\]{
  background-image: url('../img/equipo-elizabeth-martinez.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-ana-hernandez\.jpg\'\)\]{
  background-image: url('../img/equipo-ana-hernandez.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-lucila-zoppi\.jpg\'\)\]{
  background-image: url('../img/equipo-lucila-zoppi.jpg');
}

.bg-\[url\(\'\.\.\/img\/equipo-marc-gatius\.jpg\'\)\]{
  background-image: url('../img/equipo-marc-gatius.jpg');
}

.bg-\[url\(\'\.\.\/img\/bg-precio-blue\.svg\'\)\]{
  background-image: url('../img/bg-precio-blue.svg');
}

.bg-\[url\(\'\.\.\/img\/bg-precio-yellow\.svg\'\)\]{
  background-image: url('../img/bg-precio-yellow.svg');
}

.bg-contain{
  background-size: contain;
}

.bg-\[left_top_15rem\]{
  background-position: left top 15rem;
}

.bg-left{
  background-position: left;
}

.bg-right{
  background-position: right;
}

.bg-bottom{
  background-position: bottom;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.p-7{
  padding: 1.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[60px\]{
  padding-top: 60px;
}

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

.pl-7{
  padding-left: 1.75rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

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

.pb-4{
  padding-bottom: 1rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

.pt-11{
  padding-top: 2.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pl-36{
  padding-left: 9rem;
}

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

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

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

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

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

.font-roboto{
  font-family: Roboto;
}

.text-16{
  font-size: 16px;
  line-height: 160%;
}

.text-46{
  font-size: 46px;
  line-height: 140%;
}

.text-20{
  font-size: 20px;
  line-height: 126%;
}

.text-15{
  font-size: 15px;
  line-height: 120%;
}

.text-36{
  font-size: 36px;
  line-height: 120%;
}

.text-24{
  font-size: 24px;
  line-height: 145%;
}

.text-14{
  font-size: 14px;
  line-height: 160%;
}

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

.text-30{
  font-size: 30px;
  line-height: 126%;
}

.text-18{
  font-size: 18px;
  line-height: 160%;
}

.text-26{
  font-size: 26px;
  line-height: 126%;
}

.text-12{
  font-size: 12px;
  line-height: 160%;
}

.text-32{
  font-size: 32px;
  line-height: 140%;
}

.text-80{
  font-size: 80px;
  line-height: 110%;
}

.text-40{
  font-size: 40px;
  line-height: 100%;
}

.text-60{
  font-size: 60px;
  line-height: 100%;
}

.font-bold{
  font-weight: 700;
}

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

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[160\%\]{
  line-height: 160%;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

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

.text-dark\/70{
  color: rgb(39 39 39 / 0.7);
}

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

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

.text-dark\/60{
  color: rgb(39 39 39 / 0.6);
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(39 113 192 / var(--tw-text-opacity));
}

.text-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(3 44 123 / var(--tw-text-opacity));
}

.text-grey\/60{
  color: rgb(39 39 39 / 0.6);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

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

.text-grey\/30{
  color: rgb(39 39 39 / 0.3);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-dark-blue\/50{
  color: rgb(3 44 123 / 0.5);
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(254 223 0 / var(--tw-text-opacity));
}

.text-\[\#2ABE89\]{
  --tw-text-opacity: 1;
  color: rgb(42 190 137 / var(--tw-text-opacity));
}

.text-dark\/50{
  color: rgb(39 39 39 / 0.5);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-\[0px_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{
  --tw-shadow: 0px 20px 40px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 20px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_40px_60px_rgba\(189\2c 188\2c 188\2c 0\.16\)\]{
  --tw-shadow: 0px 40px 60px rgba(189,188,188,0.16);
  --tw-shadow-colored: 0px 40px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[40px_40px_80px_rgba\(27\2c 62\2c 70\2c 0\.16\)\]{
  --tw-shadow: 40px 40px 80px rgba(27,62,70,0.16);
  --tw-shadow-colored: 40px 40px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_14px_rgba\(0\2c 0\2c 0\2c 0\.14\)\]{
  --tw-shadow: 0px 4px 14px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 4px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-40px_40px_80px_rgba\(27\2c 62\2c 70\2c 0\.1\)\]{
  --tw-shadow: -40px 40px 80px rgba(27,62,70,0.1);
  --tw-shadow-colored: -40px 40px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-100{
  transition-duration: 100ms;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-family: Roboto;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

h1,  h2,  h3,  h4,  h5,  h6,  p,  a,  div,  span{
  font-family: Roboto;
}

/* limita el ancho a 2560px  */

section{
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
}

.w-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 375px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

@media (min-width: 768px){
  .w-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px){
  .w-container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fondo-header{
  min-height: 642px;
  background-image: url('../img/bg-header.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fondo-footer{
  background-image: url('../img/bg-footer.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div {
  transition: display 1.2s;
}

.section-2{
  min-height: 590px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 251 / var(--tw-bg-opacity));
  background-image: url('../img/puntos-celestes.svg');
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .section-2{
    background-position: left;
  }
}

.card-cancela{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .card-cancela{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card-requisitos{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .card-requisitos{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.card-requisitos-off{
  position: absolute;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 4px 20px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wallet{
  height: 165px;
  width: 100%;
  background-image: url('../img/bg-wallet.svg');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .wallet{
    height: 249px;
    width: 403px;
    background-size: auto;
  }
}

.wallet-open {
}

.wallet-left{
  height: 165px;
  width: 100%;
  background-image: url('../img/wallet-left.svg');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .wallet-left{
    height: 249px;
    width: 320px;
    background-size: auto;
  }
}

.wallet-right{
  height: 165px;
  width: 100%;
  background-image: url('../img/wallet-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .wallet-right{
    height: 249px;
    width: 403px;
    background-size: auto;
  }
}

.wallet-right {
  background-position: -2px 0px;
}

.equipo-item{
  display: grid;
  justify-items: center;
}

/* .uk-slider-items .lalala:nth-child(2) {
  @apply bg-blue
} */

.equipo-info{
  margin-top: 1.25rem;
  height: 100px;
  text-align: center;
}

.equipo-img{
  height: 175px;
  width: 175px;
  border-radius: 9999px;
  background-size: cover;
  background-repeat: no-repeat;
}

.equipo-name{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 126%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.equipo-roll{
  width: 175px;
  font-size: 16px;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(39 113 192 / var(--tw-text-opacity));
}

.card-derechos{
  display: flex;
  height: 75px;
  width: 300px;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1024px){
  .card-derechos{
    height: 95px;
  }
}

.card-front{
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
}

@media (min-width: 640px){
  .card-front{
    font-size: 16px;
    line-height: 160%;
  }
}

.card-back{
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 160%;
}

.card-ayudamos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .card-ayudamos{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 3rem;
  }
}

.card-ayudamos-title{
  cursor: pointer;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .card-ayudamos-title{
    font-size: 20px;
    line-height: 126%;
  }
}

.card-ayudamos-text{
  display: none;
  max-width: 480px;
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 160%;
  color: rgb(39 39 39 / 0.6);
}

.right-to-left {
  -webkit-animation: marquee 3s linear infinite;
          animation: marquee 3s linear infinite;
}

.right-to-left span {
  float: left;
  width: 50%;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* --- Go to top --- */

.go-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 40px;
  display: none;
}

input[type="radio"]:checked + label span {
  background-color: #2771C0;
  box-shadow: 0px 0px 0px 4px white inset;
}

input:checked + div{
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
}

input:checked + div svg{
  display: block;
}

input#propietario-vivienda:checked + div{
  justify-content: flex-end;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  background-color: transparent;
}

input#propietario-vivienda:checked + div .bolita{
  left: auto;
  right: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 200ms;
}

input#propietario-vehiculo:checked + div{
  justify-content: flex-end;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  background-color: transparent;
}

input#propietario-vehiculo:checked + div .bolita{
  left: auto;
  right: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 200ms;
}

input#conservar-vivienda:checked + div{
  justify-content: flex-end;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  background-color: transparent;
}

input#conservar-vivienda:checked + div .bolita{
  left: auto;
  right: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 200ms;
}

input#conservar-vehiculo:checked + div{
  justify-content: flex-end;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  background-color: transparent;
}

input#conservar-vehiculo:checked + div .bolita{
  left: auto;
  right: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 113 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 113 192 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 200ms;
}

label.alert{
  font-size: 12px;
  line-height: 160%;
}

.input_default{
  height: 3rem;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Roboto;
  font-size: 14px;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.input_default:hover{
  --tw-border-opacity: 1;
  border-color: rgb(3 44 123 / var(--tw-border-opacity));
}

.input_default:focus{
  --tw-border-opacity: 1;
  border-color: rgb(3 44 123 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input_default:hover {
  /* filter: drop-shadow(0px 0px 4px #7AE6EC); */
}

.input_default:focus {
  /* @apply text-dark border border-azul-rgpd */
}

.input_dropdown{
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Roboto;
  font-size: 14px;
  line-height: 160%;
  color: rgb(39 39 39 / 0.6);
}

.input_dropdown:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 251 / var(--tw-bg-opacity));
}

.input_done{
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity));
}

.input_error{
  --tw-border-opacity: 1;
  border-color: rgb(218 18 18 / var(--tw-border-opacity));
  background-image: url('../img/icon-error.svg');
  background-repeat: no-repeat;
}

.input_error:hover{
  --tw-border-opacity: 1;
  border-color: rgb(218 18 18 / var(--tw-border-opacity));
}

.input_error:focus{
  --tw-border-opacity: 1;
  border-color: rgb(218 18 18 / var(--tw-border-opacity));
}

.input_error {
  background-position: 95% 12px;
}

.text_label{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-family: Roboto;
  font-size: 14px;
  line-height: 160%;
  color: rgb(39 39 39 / 0.6);
}

/* --- Floating labels --- */

.element-floating + label{
  position: absolute;
  top: -12px;
  left: 3px;
  font-size: 12px;
  line-height: 160%;
}

.floating .text_label,  .element-floating + label span{
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
}

.floating-label{
  position: relative;
  width: 100%;
}

.floating-label label  {
  transition: .2s;
}

.floating-label .floating{
  position: absolute;
  top: -24px;
  left: -10px;
  font-size: 12px;
  line-height: 160%;
}

#acreedores .floating-label .floating{
  position: relative;
  left: 0px;
  top: 0px;
}

#acreedores .floating .text_label{
  font-size: 14px;
  line-height: 160%;
}

.lista-acreedores{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 160%;
  color: rgb(39 39 39 / 0.6);
}

.lista-acreedores:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 251 / var(--tw-bg-opacity));
}

.acreedor-selecionado{
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 251 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(39 113 192 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 4px rgba(142,142,142,0.08);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.acreedor-selecionado span{
  max-width: 190px;
}

.dropdown-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(169, 176, 190, 0.14);
  border-radius: 5px;
  transition: .2s;
}

.border-steps{
  border-bottom-width: 1px;
  border-color: rgb(39 39 39 / 0.1);
}

/* buttons */

.go-to-form:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FEDF00;
}

.btn {
  font-weight: 600;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: relative;
  transition: color 0.2s, transform 0.2s, background-color 0.1s, width 0.2s, height 0.2s;
  box-shadow: none;
}

.btn:hover {
  transform: scale(1.02) translateY(-2px);
}

.btn:active {
  transform: scale(1.02) translateY(0);
}

.fs-title{
  font-family: Roboto;
  font-size: 32px;
  line-height: 140%;
}

@media (min-width: 640px){
  .fs-title{
    font-size: 46px;
    line-height: 140%;
  }
}

.fs-subtitle{
  font-size: 16px;
  line-height: 126%;
}

@media (min-width: 640px){
  .fs-subtitle{
    font-size: 20px;
    line-height: 126%;
  }
}

@media (min-width: 768px){
  .fs-subtitle{
    font-size: 22px;
    line-height: 27.72px;
  }
}

@media (min-width: 1024px){
  .fs-subtitle{
    font-size: 24px;
    line-height: 126%;
  }
}

.btn-red{
  --tw-bg-opacity: 1;
  background-color: rgb(218 18 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-sizes{
  height: 45px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto;
  font-size: 16px;
  line-height: 160%;
}

.btn-red:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #DA1212;
}

.btn-fondo-oscuro:hover {
  box-shadow: 0px 6px 20px rgba(255, 96, 38, 0.3)
}

.btn-disable {
  transform: none !important;
  opacity: 0.3;
}

.step-complete{
  --tw-bg-opacity: 1;
  background-color: rgb(3 44 123 / var(--tw-bg-opacity));
}

footer a {
  transition: 0.2s;
}

@media (max-width: 1023px) {
  footer .social-icons a svg {
    width: 100%;
    height: 100%;
  }
}

.proceso-completado .btn {
  border: 1px solid #FF6026;
}

.proceso-completado .icono-attach svg {
  width: 100%;
}

.aviso-legal h4{
  margin-top: 2.5rem;
  font-weight: 700;
}

.aviso-legal p{
  margin-top: 1.5rem;
}

.pag-404 {
  background: #f5f5f5;
}

.fondo-404 {
  background: url('../img/404.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.pic-404 svg {
  max-width: 100%;
}

@media (max-width: 640px) {
  .pic-404 svg {
    height: 200px;
  }

  .fondo-404 {
    background-position: top;
  }
}

.ui-widget.ui-widget-content {
  border: 1px solid #93CCDF !important;
  font-family: 'Montserrat';
  border-radius: 0.375rem;
}

#ui-datepicker-div .ui-widget-header {
  background-color: rgba(40, 153, 191, 0.05);
  background-image: none;
  border: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  opacity: .2;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
}

.ui-datepicker th {
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: none !important;
  border-color: rgba(40, 153, 191, 0.05) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  /* background: none !important; */
  border-color: rgba(40, 153, 191, 0.05);
}

.ui-widget-content .ui-state-hover {
  background-color: #F4FAFC !important;
}

.ui-accordion .ui-accordion-header{
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 160%;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px){
  .ui-accordion .ui-accordion-header{
    font-size: 16px;
    line-height: 160%;
  }
}

.ui-accordion .ui-accordion-content{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0.75rem;
  font-weight: 400;
}

.ui-widget-content {
  border: none;
}

.ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url('../img/icon-accordion.svg');
  transition: .2s;
}

.preguntas-frecuentes .ui-state-active .ui-icon {
  background-image: url('../img/icon-accordion-active.svg');
}

.preguntas-frecuentes .ui-icon-triangle-1-s,  .preguntas-frecuentes .ui-icon-triangle-1-e{
  position: absolute;
  left: -35px;
  top: 20px;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-position: center;
}

@media (min-width: 640px){
  .preguntas-frecuentes .ui-icon-triangle-1-s,  .preguntas-frecuentes .ui-icon-triangle-1-e{
    left: -60px;
    height: 35px;
    width: 35px;
  }
}

.preguntas-frecuentes li{
  margin-left: 35px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-bottom: 0.375rem;
}

@media (min-width: 640px){
  .preguntas-frecuentes li{
    margin-left: 60px;
  }
}

.preguntas-frecuentes .ui-state-active{
  --tw-text-opacity: 1;
  color: rgb(3 44 123 / var(--tw-text-opacity));
}

.sticky-bg {
  background: linear-gradient(228.45deg, #2D7ECD 2.04%, #382A8E 98.02%);
}

/*** Modal Popup ***/

.overlay {
  background:rgba(5, 6, 10, 0.25);
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 999;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff;
  border: 1px solid #6F7B93;
  -webkit-text-fill-color: #071946;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* resultado */

.box-resultado {
  background: linear-gradient(228.45deg, #2D7ECD 2.04%, #382A8E 98.02%);
}

.triangulo-tooltip-right {
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 20px solid transparent;
  bottom: -12px;
  left: 0;
}

.triangulo-tooltip-left {
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 20px solid transparent;
  bottom: -12px;
  right: 0;
}

/* flip cards honorarios */

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 20px;
}

.flip-card:focus {
  outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateX(0deg);
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover\:scale-\[1\.04\]:hover{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

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

.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}

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

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

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:right-\[-310px\]{
    right: -310px;
  }

  .sm\:top-\[15px\]{
    top: 15px;
  }

  .sm\:right-2{
    right: 0.5rem;
  }

  .sm\:left-auto{
    left: auto;
  }

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

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

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

  .sm\:top-auto{
    top: auto;
  }

  .sm\:left-\[-310px\]{
    left: -310px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-\[136px\]{
    left: 136px;
  }

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

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

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

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

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

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

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

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

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

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

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

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-w-\[930px\]{
    max-width: 930px;
  }

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

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

  .sm\:max-w-\[512px\]{
    max-width: 512px;
  }

  .sm\:max-w-\[680px\]{
    max-width: 680px;
  }

  .sm\:max-w-\[772px\]{
    max-width: 772px;
  }

  .sm\:max-w-\[1048px\]{
    max-width: 1048px;
  }

  .sm\:max-w-\[282px\]{
    max-width: 282px;
  }

  .sm\:max-w-\[238px\]{
    max-width: 238px;
  }

  .sm\:max-w-\[210px\]{
    max-width: 210px;
  }

  .sm\:max-w-\[640px\]{
    max-width: 640px;
  }

  .sm\:max-w-\[164px\]{
    max-width: 164px;
  }

  .sm\:max-w-\[620px\]{
    max-width: 620px;
  }

  .sm\:max-w-\[550px\]{
    max-width: 550px;
  }

  .sm\:max-w-\[580px\]{
    max-width: 580px;
  }

  .sm\:max-w-\[740px\]{
    max-width: 740px;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sm\:flex-col{
    flex-direction: column;
  }

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

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

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

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

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

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-y-8{
    row-gap: 2rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

  .sm\:justify-self-start{
    justify-self: start;
  }

  .sm\:justify-self-end{
    justify-self: end;
  }

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

  .sm\:rounded-l-\[12px\]{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

  .sm\:border-l-0{
    border-left-width: 0px;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

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

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

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

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .sm\:pt-\[82px\]{
    padding-top: 82px;
  }

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

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

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

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

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

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

  .sm\:text-72{
    font-size: 72px;
    line-height: 91px;
  }

  .sm\:text-46{
    font-size: 46px;
    line-height: 140%;
  }

  .sm\:text-18{
    font-size: 18px;
    line-height: 160%;
  }

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

  .sm\:text-24{
    font-size: 24px;
    line-height: 145%;
  }

  .sm\:text-20{
    font-size: 20px;
    line-height: 126%;
  }

  .sm\:text-54{
    font-size: 54px;
    line-height: 68px;
  }

  .sm\:text-30{
    font-size: 30px;
    line-height: 126%;
  }

  .sm\:text-50{
    font-size: 50px;
    line-height: 140%;
  }

  .sm\:text-16{
    font-size: 16px;
    line-height: 160%;
  }

  .sm\:text-36{
    font-size: 36px;
    line-height: 120%;
  }

  .sm\:text-58{
    font-size: 54px;
    line-height: 124%;
  }

  .sm\:text-64{
    font-size: 64px;
    line-height: 140%;
  }

  .sm\:leading-\[120\%\]{
    line-height: 120%;
  }
}

@media (min-width: 768px){
  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

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

  .md\:mr-\[100px\]{
    margin-right: 100px;
  }

  .md\:mr-\[130px\]{
    margin-right: 130px;
  }

  .md\:mr-\[98px\]{
    margin-right: 98px;
  }

  .md\:mr-\[96px\]{
    margin-right: 96px;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

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

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

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

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

  .md\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:grid-cols-\[_1fr_1\.5fr\]{
    grid-template-columns: 1fr 1.5fr;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:bg-\[url\(\'\.\.\/img\/puntos-requisitos\.svg\'\)\]{
    background-image: url('../img/puntos-requisitos.svg');
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

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

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

  .md\:text-18{
    font-size: 18px;
    line-height: 160%;
  }

  .md\:text-26{
    font-size: 26px;
    line-height: 126%;
  }

  .md\:text-58{
    font-size: 54px;
    line-height: 124%;
  }

  .md\:text-20{
    font-size: 20px;
    line-height: 126%;
  }

  .md\:text-24{
    font-size: 24px;
    line-height: 145%;
  }

  .md\:text-46{
    font-size: 46px;
    line-height: 140%;
  }

  .md\:text-64{
    font-size: 64px;
    line-height: 140%;
  }

  .md\:font-bold{
    font-weight: 700;
  }
}

@media (min-width: 1024px){
  .lg\:left-\[-70px\]{
    left: -70px;
  }

  .lg\:top-\[100px\]{
    top: 100px;
  }

  .lg\:right-\[-250px\]{
    right: -250px;
  }

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

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

  .lg\:float-right{
    float: right;
  }

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

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

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

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

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

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

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

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[528px\]{
    height: 528px;
  }

  .lg\:h-\[640px\]{
    height: 640px;
  }

  .lg\:h-\[884px\]{
    height: 884px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:max-h-\[80px\]{
    max-height: 80px;
  }

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

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

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

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

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

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

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

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

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.8fr_1fr_1fr\]{
    grid-template-columns: 1.8fr 1fr 1fr;
  }

  .lg\:grid-cols-\[_1\.2fr_1fr\]{
    grid-template-columns: 1.2fr 1fr;
  }

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

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:bg-light-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(229 240 251 / var(--tw-bg-opacity));
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .lg\:pt-20{
    padding-top: 5rem;
  }

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

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

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

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

  .lg\:text-25{
    font-size: 25px;
    line-height: 31.5px;
  }

  .lg\:text-16{
    font-size: 16px;
    line-height: 160%;
  }

  .lg\:shadow-\[0px_60px_80px_rgba\(189\2c 188\2c 188\2c 0\.16\)\]{
    --tw-shadow: 0px 60px 80px rgba(189,188,188,0.16);
    --tw-shadow-colored: 0px 60px 80px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:left-\[-50px\]{
    left: -50px;
  }

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

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

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

  .xl\:gap-14{
    gap: 3.5rem;
  }

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

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:text-80{
    font-size: 80px;
    line-height: 110%;
  }
}

@media (min-width: 1440px){
  .xxl\:relative{
    position: relative;
  }

  .xxl\:right-\[-140px\]{
    right: -140px;
  }

  .xxl\:right-\[-200px\]{
    right: -200px;
  }

  .xxl\:top-\[-200px\]{
    top: -200px;
  }
}