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

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

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

@font-face {
  font-family: 'interregular';

  src: url('../fonts/inter-variablefont_slntwght-webfont.woff2') format('woff2'),
            url('../fonts/inter-variablefont_slntwght-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Inter-Bold';

  src: url('../fonts/Inter-Bold.eot');

  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter-Medium';

  src: url('../fonts/Inter-Medium.eot');

  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-Medium.woff2') format('woff2');
}

:root {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
  scroll-snap-type: y;
  --negro: #000000;
  --grisoscuro: #757474;
  --morado: #612a6e;
  --moradoclaro: #9b53d2;
  --gris: #f3f3f3;
  --gris2: #E2E2E2;
  --gris3: #c4c4c4;
  --gris4: #868685;
  --rojo: #E72A24;
  --naranja: #EC8B33;
  --verde:#50B444;
  --verdeoscuro:#085825;
  --celeste:#47A1DD;
}

[x-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'interregular',sans-serif;
  font-family: 'Inter-Medium',sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body {
  line-height: 1.5;
  color: var(--negro);
  position: relative;
  overflow-x: hidden;
  /* --angulo: 110deg;
    background: linear-gradient(var(--angulo), rgba(255,255,255,1) 0%, rgba(227,227,227,1) 78%) */
  background: linear-gradient(
    110deg,
    #ffffff 0%,
    rgba(227,227,227,.6) 20%,
    rgba(227,227,227,.2) 50%,
    #ffffff 100%
  );
}

.main {
  position: relative;
  scroll-snap-type: y mandatory
}

.contenido {
  width: clamp(280px, 85%, 1440px);
  margin: auto;
}

section {
  scroll-margin-top: 85px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

section{
  max-width: 1440px;
  margin: auto;
}

h1,
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h1,
h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h1,
h2 {
    font-size: 40px;
  }
}

h1,
h2 {
  line-height: 1.2;
  font-family: 'Inter-Bold';
}

h2 span{
  font-family: 'Inter-Medium',sans-serif;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h3{
  line-height: 1.3;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

/* HEADER */

header {
  position: fixed;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 75px;
  width: 100%;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  header {
    height: 85px;
  }
}

@media (min-width: 1024px) {
  header {
    height: auto;
  }
}

header .contenido {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  header .contenido {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

header .contenido > a > img {
  width: 120px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  header .contenido > a > img {
    width: 160px;
  }
}

@media (min-width: 1024px) {
  header .contenido > a > img {
    width: 200px;
  }
}

header .contenido .m-header > img {
  width: 70px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  header .contenido .m-header > img {
    width: 90px;
  }
}

@media (min-width: 1024px) {
  header .contenido .m-header > img {
    width: 130px;
  }
}

header .contenido .m-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  header .contenido .m-header {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  header .contenido .m-header {
    gap: 2.5rem;
  }
}

header.colapsado {
  z-index: 50;
  height: 75px;
  border-bottom-width: 1px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

@media (min-width: 768px) {
  header.colapsado {
    height: 85px;
  }
}

header.colapsado {
  background-color: rgba(255, 148, 112, 0.4);
  background-color: rgba(255, 255, 255, 1);
}

header.colapsado .contenido {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

header.colapsado .contenido > a > img {
  width: 120px;
}

@media (min-width: 768px) {
  header.colapsado .contenido > a > img {
    width: 160px;
  }
}

header.colapsado .contenido .m-header > img {
  width: 70px;
}

@media (min-width: 768px) {
  header.colapsado .contenido .m-header > img {
    width: 90px;
  }
}

header .contenido .m-header .menu {
  position: absolute;
  left: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  header .contenido .m-header .menu {
    position: relative;
    left: auto;
    width: auto;
    flex-direction: row;
    justify-content: normal;
    gap: 1rem;
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  header .contenido .m-header .menu {
    gap: 1.75rem;
  }
}

header .contenido .m-header .menu.open {
  left: 0px;
  top: 75px;
  z-index: 50;
  height: 100vh;
  background-color: var(--rojo);
  padding-top: 5rem;
  transition: all .5s ease-in-out;
}

header .contenido .m-header .menu.open a {
  margin-bottom: 1.25rem;
  display: block;
  width: 80%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--rojo);
  border: none;
}

header .contenido .m-header .menu a {
  width: 90%;
  color: var(--rojo);
}

header .contenido .m-header .menu a:hover {
  font-weight: 700;
}

@media (min-width: 1024px) {
  header .contenido .m-header .menu a {
    width: auto;
  }
}

header .contenido .m-header .menu a.actual {
  font-weight: 700;
}

header .contenido .m-header #bmenu {
  display: block;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.25rem;
  padding-top: 5px;
}

@media (min-width: 1024px) {
  header .contenido .m-header #bmenu {
    display: none;
  }
}

header .contenido .m-header #bmenu span {
  margin-top: 5px;
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 0.125rem;
  background-color: var(--negro);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .contenido .m-header #bmenu.open span:nth-child(3) {
  display: none
}

header .contenido .m-header #bmenu.open span:nth-child(2) {
  transform: rotate(45deg) translateX(0px)
}

header .contenido .m-header #bmenu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px)
}

/* HERO */

#hero {
  position: relative;
  display: flex;
  height: 80vh;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  #hero {
    height: 90vh;
  }
}

#hero > img {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 30;
  width: 15%;
}

@media (min-width: 768px) {
  #hero > img {
    width: auto;
  }
}

#hero .contenido {
  display: flex;
  height: 100%;
  align-items: flex-end;
  gap: 1.25rem;
  width: clamp(280px, 100%, 1440px);
}

#hero .contenido .descripcion {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  #hero .contenido .descripcion {
    flex-direction: row;
    gap: 1.5rem;
  }
}

#hero .contenido .descripcion .texto {
  /* @apply relative mb-10 md:mb-0 md:-top-[25%] xl:-top-[12%] md:w-[40%] lg:w-[50%] me-[5%] lg:me-[7%] flex gap-3 md:gap-7 flex-col h-[100%] */
  display: flex;
  height: 100%;
  width: 90%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  #hero .contenido .descripcion .texto {
    position: absolute;
    left: 10%;
    top: 30%;
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  #hero .contenido .descripcion .texto {
    width: 430px;
  }
}

#hero .contenido .descripcion .texto img {
  width: 90%;
}

@media (min-width: 768px) {
  #hero .contenido .descripcion .texto img {
    margin-inline-start: auto;
    width: 100%;
  }
}

#hero .contenido .descripcion .texto .t-intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  #hero .contenido .descripcion .texto .t-intro {
    max-width: 340px;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #hero .contenido .descripcion .texto .t-intro {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#hero .contenido .descripcion .texto .t-intro h2 {
  color: var(--rojo);
}

@media (min-width: 768px) {
  #hero .contenido .descripcion .texto .t-intro h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #hero .contenido .descripcion .texto .t-intro h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#hero .contenido .descripcion .texto .t-intro small {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  #hero .contenido .descripcion .texto .t-intro small {
    gap: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #hero .contenido .descripcion .texto .t-intro small {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#hero .contenido figure {
  position: relative;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  #hero .contenido figure {
    width: 65%;
  }
}

#hero .contenido figure img {
  /* transition: all .4s ease-in */
}

#hero .contenido figure .michi {
  position: absolute;
  right: 10%;
  top: 20%;
  z-index: 30;
  max-width: 12%;
  opacity: 0.8;
  transition: all .4s ease-in;
}

a.btn {
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--naranja);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  a.btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

a.btn{
  /* @apply text-white border border-transparent py-3 px-4 lg:py-4 lg:px-8 rounded-xl bg-naranja flex justify-between items-center; */
  transition: all .3s ease-in;
}

a.btn.rojo {
  background-color: var(--rojo);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

a.btn.rojo:hover {
  background-color: var(--naranja);
}

a.btn i{
  transition: all .3s ease-in;
}

a.btn:hover {
  background-color: var(--rojo);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* background: linear-gradient(129deg, rgba(81,46,158,1) 100%, rgba(155,83,210,1) 100%, rgba(112,205,255,1) 10%); */
}

a.btn:hover i{
  transform: scale(1.4);
}

.fondo{
  /* width: clamp(280px, 85%, 1440px); */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.fondo img {
  margin: auto;
}

.fondo img:first-child {
  margin: auto;
}

.fondo img:nth-child(2) {
  position: absolute;
  right: 2.5rem;
  top: 8%;
  z-index: 10;
  width: 10%;
}

/* SECCION CONOCE */

.conoce {
  position: relative;
  background-color: var(--rojo);
  background-size: cover;
}

@media (min-width: 768px) {
  .conoce {
    background-color: transparent;
  }
}

.conoce .fondo {
  background-color: var(--rojo);
}

@media (min-width: 768px) {
  .conoce .fondo {
    background-color: transparent;
  }
}

.conoce .contenido {
  position: relative;
  z-index: 40;
}

.conoce .bloque {
  margin: auto;
  display: flex;
  max-width: 1160px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .conoce .bloque {
    flex-direction: row;
    gap: 0px;
  }
}

.conoce .bloque .texto {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .conoce .bloque .texto {
    max-width: 425px;
  }
}

.conoce .bloque .texto a.btn {
  max-width: 365px;
}

.conoce .video {
  width: 100%;
}

@media (min-width: 768px) {
  .conoce .video {
    width: 60%;
  }
}

.conoce .video iframe {
  height: 240px;
  width: 100%;
}

@media (min-width: 768px) {
  .conoce .video iframe {
    height: 340px;
  }
}

@media (min-width: 1280px) {
  .conoce .video iframe {
    height: 400px;
  }
}

.intro {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 800px;
  text-align: center;
}

@media (min-width: 768px) {
  .intro {
    margin-bottom: 3rem;
  }
}

/* SECCION RETO */

.reto {
  position: relative;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .reto {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .reto {
    padding-top: 12rem;
  }
}

.reto .michi {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 30;
  max-width: 12%;
  opacity: 0.8;
}

.reto h2 {
  margin-bottom: 0.5rem;
  color: var(--rojo);
}

.reto .contenido {
  position: relative;
  z-index: 40;
}

.reto .bloque {
  margin: auto;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}

@media (min-width: 768px) {
  .reto .bloque {
    flex-direction: row;
  }
}

.reto .bloque .item {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  min-height: 305px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grisoscuro);
}

@media (min-width: 768px) {
  .reto .bloque .item {
    margin-bottom: 2%;
    min-height: 505px;
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .reto .bloque .item {
    width: 31%;
  }
}

.reto .bloque .item{
  transition: all .5s ease-in-out;
}

.reto .retoinfo{
  position: relative;
}

/* .reto .lay{
    @apply absolute left-0 top-0 w-full bg-white z-10 h-full;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
} */

/*layer activa */

/* .reto .lay.activa {
  opacity: 1;
  visibility: visible;
  z-index: 32;
} */

.reto .lay h2 {
  margin-bottom: 2rem;
  display: flex;
  width: 80%;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .reto .lay h2 {
    width: 100%;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.reto .lay h2 div {
  cursor: pointer;
}

.reto .bloque.det {
  width: 100%;
}

.reto .bloque.det .item {
  min-height: 230px;
  justify-content: flex-start;
  gap: 0px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .reto .bloque.det .item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.reto .bloque.det .item h3 {
  position: relative;
  z-index: 10;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .reto .bloque.det .item h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.reto .bloque.det .item p {
  position: relative;
  z-index: 10;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.reto .bloque.det .item:hover::after{
  height:100%;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

.reto .bloque.det .item:hover p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reto .bloque.det .item:hover p,.reto .bloque.det .item:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .4s ease-in-out;
}

.reto .bloque .item::after{
  content: '';
  width: 235px;
  height: 50%;
  position: absolute;
  clip-path: polygon(91% 35%, 100% 0%, 100% 100%, 45% 100%);
  right: 0px;
  bottom: 0px;
  transition: all .4s ease-in-out;
}

.reto .bloque .item h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .reto .bloque .item h3 {
    margin-bottom: 1rem;
    min-height: 90px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .reto .bloque .item h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.reto .bloque .item h3 br {
  display: none;
}

@media (min-width: 768px) {
  .reto .bloque .item h3 br {
    display: flex;
  }
}

.reto .bloque .item .total {
  margin-bottom: -1rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .reto .bloque .item .total {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.reto .bloque .item .total .n {
  margin-top: -0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1280px) {
  .reto .bloque .item .total .n {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.reto .bloque .item p {
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--negro);
}

@media (min-width: 768px) {
  .reto .bloque .item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.reto .bloque .item .mas {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 30;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .5s ease-in-out;
}

.reto .bloque .item:hover::after{
  width: 280px;
}

.reto .bloque .item:hover .mas {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--negro);
}

/* caja naranja */

.reto .bloque .item.naranja {
  border-color: var(--naranja);
  color: var(--naranja);
}

.reto .bloque .item.naranja::after {
  background-color: var(--naranja);
}

.reto .bloque .item.naranja h3, .reto .lay.naranja h2 {
  color: var(--naranja);
}

/* caja celeste */

.reto .bloque .item.celeste {
  border-color: var(--celeste);
  color: var(--celeste);
}

.reto .bloque .item.celeste::after {
  background-color: var(--celeste);
}

.reto .bloque .item.celeste h3, .reto .lay.celeste h2 {
  color: var(--celeste);
}

/* caja verde*/

.reto .bloque .item.verde {
  border-color: var(--verde);
  color: var(--verde);
}

.reto .bloque .item.verde::after {
  background-color: var(--verde);
}

.reto .bloque .item.verde h3, .reto .lay.verde h2 {
  color: var(--verde);
}

/* SECCION DESAFIO */

.desafio {
  position: relative;
}

@media (min-width: 1024px) {
  .desafio {
    padding-top: 5rem;
    padding-bottom: 18rem;
  }
}

.desafio .michi {
  position: absolute;
  left: 0.5rem;
  top: 0px;
  z-index: 30;
  max-width: 15%;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .desafio .michi {
    max-width: 8%;
  }
}

.desafio .contenido {
  position: relative;
  z-index: 40;
}

.desafio h2 {
  color: var(--rojo);
}

.desafio .pasos {
  margin: auto;
  display: flex;
  max-width: 1170px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .desafio .pasos {
    flex-direction: row;
  }
}

.desafio .item {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .desafio .item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.desafio .bl {
  position: relative;
}

@media (min-width: 768px) {
  .desafio .bl {
    max-width: 450px;
  }
}

.desafio .bl::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0.5rem;
  display: none;
  height: 1px;
  width: 75%;
  border-width: 1px;
  border-style: dashed;
  border-color: var(--gris3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .desafio .bl::before {
    display: block;
  }
}

.desafio .item .descripcion {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-inline-start: 1rem;
  padding-bottom: 1rem;
}

.desafio .paso {
  position: relative;
  background-color: var(--rojo);
  padding: 0.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .desafio .paso {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.desafio .paso{
  font-family: 'Inter-Bold';
}

.desafio .opciones {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.desafio .opciones .item {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  border-width: 1px;
  padding: 0.75rem;
  padding-inline-end: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.desafio .opciones .item p {
  width: 100%;
  font-size: 12px;
}

@media (min-width: 768px) {
  .desafio .opciones .item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.desafio .opciones .item p{
  line-height: normal;
}

.desafio .opciones .item h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .desafio .opciones .item h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.desafio .opciones .item.celeste {
  border-color: var(--celeste);
}

.desafio .opciones .item.celeste:hover {
  background-color: var(--celeste);
}

.desafio .opciones .item.naranja {
  border-color: var(--naranja);
}

.desafio .opciones .item.naranja:hover {
  background-color: var(--naranja);
}

.desafio .opciones .item.verde {
  border-color: var(--verde);
}

.desafio .opciones .item.verde:hover {
  background-color: var(--verde);
}

.desafio .opciones .item.celeste h4, .desafio .opciones .item.celeste::after {
  color: var(--celeste);
}

.desafio .opciones .item.verde h4, .desafio .opciones .item.verde::after {
  color: var(--verde);
}

.desafio .opciones .item.naranja h4, .desafio .opciones .item.naranja::after {
  color: var(--naranja);
}

.desafio .opciones .item::after{
  content: '+';
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 200;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.desafio .opciones .item:hover h4, .desafio .opciones .item:hover p, .desafio .opciones .item:hover::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.desafio .opciones .item:hover::after {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

/* SECCION QUE GANARAS */

.queganaras {
  position: relative;
  background-color: var(--naranja);
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .queganaras {
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .queganaras {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.queganaras .fondo img:nth-child(2) {
  position: absolute;
  right: 2.5rem;
  top: 0px;
  z-index: 10;
  width: 15%;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .queganaras .fondo img:nth-child(2) {
    top: 8%;
    width: 10%;
    opacity: 1;
  }
}

.queganaras .contenido {
  position: relative;
  z-index: 40;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .queganaras .contenido {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.queganaras .bloque-talentos {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1180px;
}

.queganaras .bloque-talentos .cNaranja {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--naranja);
}

@media (min-width: 768px) {
  .queganaras .bloque-talentos .cNaranja {
    flex-direction: row;
  }
}

.queganaras .bloque-talentos .cNaranja .texto {
  position: relative;
  display: flex;
  height: 100%;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .queganaras .bloque-talentos .cNaranja .texto {
    width: 60%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.queganaras .bloque-talentos .cNaranja .texto::after{
  content: '';
  width: 130px;
  height: 100%;
  position: absolute;
  clip-path: polygon(91% 35%, 100% 0%, 100% 100%, 45% 100%);
  left: 100%;
  bottom: 0px;
  transition: all .4s ease-in-out;
  background-color: var(--naranja);
  transform: rotate(180deg);
}

.queganaras .bloque-talentos .cNaranja .texto > img {
  width: 40%;
}

@media (min-width: 768px) {
  .queganaras .bloque-talentos .cNaranja .texto > img {
    width: auto;
  }
}

.queganaras .bloque-talentos .cNaranja > img {
  width: 100%;
  transition: all .5s ease-in-out;
}

.queganaras .bloque-talentos .cNaranja:hover > img{
  /* @apply scale-105 */
}

.oportunidad {
  position: relative;
  padding-bottom: 0px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .oportunidad {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .oportunidad {
    padding-top: 16rem;
  }
}

.oportunidad .michi {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 30;
  max-width: 12%;
  opacity: 0.5;
}

.oportunidad .contenido h2 span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--negro);
}

@media (min-width: 768px) {
  .oportunidad .contenido h2 span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.oportunidad .contenido img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 540px;
}

.oportunidad .contenido a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
}

.oportunidad .contenido a:hover {
  text-decoration-line: none;
}

/* SECCION REGISTRO */

.registro{
  background-position: left, right;
  background-repeat: no-repeat,no-repeat;
  background-size:54% 100%, 100% 100%;
  color: white;
}

@media only screen and (max-width: 767px) {
  .registro{
    background-position: left top, right bottom;
    background-size:110% 45%, 100% 100%;
  }
}

.registro .contenido {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .registro .contenido {
    flex-direction: row;
    justify-content: space-between;
  }
}

.registro .contenido .textoL {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .registro .contenido .textoL {
    width: 60%;
    padding-bottom: 0px;
  }
}

.registro .contenido .textoR {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .registro .contenido .textoR {
    width: 50%;
    padding-top: 0px;
  }
}

.registro .contenido .textoL h2{
  font-family: 'Inter-Medium';
  width: 100%
}

@media (min-width: 768px) {
  .registro .contenido .textoL h2 {
    width: 80%;
  }
}

.registro .contenido .textoR .botones {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  color: var(--rojo);
}

@media (min-width: 768px) {
  .registro .contenido .textoR .botones {
    width: 396px;
  }
}

.registro .contenido .textoR .botones a.btn {
  background-color: var(--rojo);
}

.registro .contenido .textoR .botones a.btn div {
  max-width: 90%;
}

.registro .contenido .textoR .botones a.btn:nth-child(2) {
  border-width: 1px;
  border-color: var(--rojo);
  background-color: var(--gris2);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--rojo);
}

/* PREGUNTAS FRECUENTES */

.preguntas {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.preguntas .contenido h2 {
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--rojo);
}

@media (min-width: 768px) {
  .preguntas .contenido h2 {
    margin-bottom: 2rem;
  }
}

.preguntas .contenido .accordion {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-width: 2px;
  border-color: var(--rojo);
  padding: 0.75rem;
  color: var(--rojo);
}

@media (min-width: 768px) {
  .preguntas .contenido .accordion {
    padding: 1.5rem;
  }
}

.preguntas .contenido .accordion i {
  position: absolute;
  right: 0.5rem;
  --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));
  padding: 0.5rem;
}

.preguntas .contenido .accordion.activo {
  margin-bottom: 0px;
  border-style: none;
  background-color: var(--gris);
}

.preguntas .contenido .accordion.activo i {
  position: absolute;
  right: 0.5rem;
  --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));
  padding: 0.5rem;
  transition: all .4s ease-in-out;
}

.preguntas .contenido .accordion h3 {
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--negro);
}

@media (min-width: 768px) {
  .preguntas .contenido .accordion h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.preguntas .contenido .accordion.activo h3 {
  font-weight: 700;
  color: var(--rojo);
}

.preguntas .contenido .accordion-content {
  padding: 0.75rem;
  padding-top: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .preguntas .contenido .accordion-content {
    padding: 1.5rem;
  }
}

.preguntas .contenido .accordion-content.activo {
  margin-bottom: 1rem;
  background-color: var(--gris);
}

.preguntas .contenido .accordion-content.activo p {
  line-height: 1.5rem;
}

.preguntas .contenido .accordion-content.activo:last-child {
  border-style: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 300 !important;
  color: var(--gris3);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: var(--gris4);
}

.swiper-button-prev {
  left: -2% !important;
}

@media (min-width: 768px) {
  .swiper-button-prev {
    left: 3% !important;
  }
}

.swiper-button-next {
  right: -2% !important;
}

@media (min-width: 768px) {
  .swiper-button-next {
    right: 3% !important;
  }
}

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

.swiper-pagination-bullet {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-top: 2rem !important;
  height: 1rem !important;
  width: 1rem !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: white
}

hr {
  margin-top: -2px;
}

footer {
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  footer {
    margin-top: 5rem;
  }
}

footer h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

footer hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-width: 1px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0.3;
}

footer .f-logo {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  footer .f-logo {
    margin-bottom: 0.5rem;
    justify-content: flex-start;
  }
}

footer .f-logo span {
  height: 62px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

footer .redes {
  margin-inline-start: auto;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  footer .redes {
    max-width: 350px;
    justify-content: flex-end;
  }
}

footer .redes img {
  width: 40px;
}

@media (min-width: 768px) {
  footer .redes img {
    width: 35px;
  }
}

footer .copy .pie {
  text-align: center;
}

footer .copy .pie span {
  display: none;
}

@media (min-width: 768px) {
  footer .copy .pie span {
    display: flex;
  }
}

.modal {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.6);
  padding: 1rem;
}

@media (min-width: 640px) {
  .modal {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .modal {
    padding: 2.5rem;
  }
}

.modal .content-modal {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 850px;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .modal .content-modal {
    height: 100%;
    height: auto;
  }
}

.modal .content-modal .descripcion {
  gap: 1rem;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .modal .content-modal .descripcion {
    gap: 2.5rem;
    padding: 2.5rem;
    padding-bottom: 5rem;
    padding-inline-end: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.modal .content-modal h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .modal .content-modal h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.modal .content-modal ul {
  -moz-columns: 1;
       columns: 1;
  gap: 1rem;
}

@media (min-width: 768px) {
  .modal .content-modal ul {
    -moz-columns: 2;
         columns: 2;
  }
}

.modal .content-modal ul li{
  background-size: 19px;
  background-position: left 3px;
  margin-bottom: 0.5rem;
  background-image: url(../../img/bullet.png);
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}

.modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
  cursor: pointer;
}

.modal .content-modal::after{
  content: '';
  position: absolute;
  clip-path: polygon(91% 35%, 100% 0%, 100% 100%, 45% 100%);
  right: 0px;
  bottom: 0px;
  transition: all .4s ease-in-out;
  background-color: white;
  height: 30%;
  width: 155px;
}

@media (min-width: 768px) {
  .modal .content-modal::after {
    height: 50%;
    width: 235px;
  }
}

.modal.naranja .content-modal {
  background-color: var(--naranja);
}

.modal.celeste .content-modal {
  background-color: var(--celeste);
}

.modal.verde .content-modal {
  background-color: var(--verde);
}

.modal.lreto .content-modal {
  height: 75vh;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal.lreto .content-modal {
    height: auto;
  }
}

.modal.lreto img.close {
  z-index: 50;
  filter: grayscale(100%) brightness(60%);
}

.modal.lreto .content-modal::after {
  display: none;
}

.modal.lreto .content-modal {
  max-width: 1200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.modal.lreto .content-modal .reto {
  padding: 0px;
}
