*, ::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: "Urbanist-Medium";

  src: local("Paulo"), local("Paulo"), url("../fonts/Urbanist-Medium.otf") format("opentype")
}

@font-face {
  font-family: "Urbanist-Regular";

  font-style: normal;

  font-weight: 400;

  src: local("Paulo"), local("Paulo"), url("../fonts/Urbanist-Regular.otf") format("opentype")
}

@font-face {
  font-family: "Urbanist-Ligth";

  font-style: normal;

  font-weight: 400;

  src: local("Paulo"), local("Paulo"), url("../fonts/Urbanist-Light.otf") format("opentype")
}

:root {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
  scroll-snap-type: y;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist-Regular";
  position: relative;
  overflow-x: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--negro);
}

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

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

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--negro);
}

@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--naranja);
}

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

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

h1,h2,h3,h4{
  line-height: 1.2;
}

header {
  position: fixed;
  top: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: var(--blanco);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* border-image: linear-gradient(45deg, #9a52d2, #7fc2ff, #ea8fff) 1; border-b-[3px]*/
}

header.colapsado {
  height: 85px;
}

header .contenido {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: clamp(280px, 90%, 1440px);
}

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

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

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

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

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: 1.125rem;
  line-height: 1.75rem;
}

@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: 90px;
  z-index: 50;
  height: 100vh;
  background-color: var(--naranja);
  padding-top: 5rem;
  transition: all .5s ease-in-out;
}

header .contenido .m-header .menu.open a {
  margin-bottom: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  border-style: none;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--blanco);
}

header .contenido .m-header .menu a {
  width: 90%;
  border-bottom-width: 2px;
  border-color: var(--blanco);
  color: var(--negro);
}

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:hover {
    border-color: var(--negro);
  }
}

header .contenido .m-header .menu a.actual {
  border-bottom-width: 2px;
  border-color: var(--negro);
  font-weight: 700;
}

header .contenido .m-header.m a.activo {
  border-radius: 9999px;
  background-color: var(--naranja);
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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-bottom: 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 - BLOQUE INICIAL */

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

#hero .contenido {
  max-width: 1200px;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  #hero .contenido {
    padding-top: 3rem;
  }
}

#hero .intro {
  margin: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

#hero .intro h1 {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

#hero .intro h1 img {
  margin-bottom: -0.25rem;
  margin-inline-start: 0.5rem;
  width: 40%;
}

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

#hero .intro p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  #hero .intro p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#hero .hero-bl, #hero .hero-bl .f {
  display: flex;
  align-items: center;
  justify-content: center;
  /* @apply lg:max-w-[450px] lg:w-1/2 text-start flex gap-6 flex-col pe-7 lg:pe-0  */
}

#hero .f picture:first-child {
  z-index: 10;
  margin-inline-end: -5rem;
}

#hero .f:last-child {
  align-items: flex-end;
}

#hero .f:last-child picture:first-child {
  z-index: 0;
  margin-inline-end: -3.5rem;
}

#hero .f:last-child picture:last-child {
  z-index: 10;
}

#hero picture img {
  margin: auto;
  width: 100%;
}

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

#hero picture img {
  margin: auto;
  max-width: 1015px;
}

/* caracteristicas */

.caracteristicas {
  /* @apply pt-0 */
}

.caracteristicas .contenido {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .caracteristicas .contenido {
    flex-direction: row;
    gap: 5rem;
    padding-inline-start: 5rem;
  }
}

.caracteristicas .contenido .texto {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .caracteristicas .contenido .texto {
    max-width: 280px;
    text-align: start;
  }
}

.caracteristicas .contenido .texto h2 {
  margin-bottom: 1.5rem;
}

.caracteristicas .contenido .items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--naranja);
}

@media (min-width: 768px) {
  .caracteristicas .contenido .items {
    width: auto;
    gap: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .caracteristicas .contenido .items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.caracteristicas .contenido .items .item {
  text-align: center;
}

.caracteristicas .contenido .items img {
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 80px;
}

@media (min-width: 768px) {
  .caracteristicas .contenido .items img {
    max-width: 110px;
  }
}

/* productos */

.productos{
  background: #FF6600;
  background: linear-gradient(16deg,rgba(255, 102, 0, 1) 53%, rgba(255, 255, 255, 1) 100%);
}

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

.productos .contenido .items {
  width: 100%;
}

@media (min-width: 768px) {
  .productos .contenido .items {
    max-width: 1440px;
  }
}

.productos .contenido  h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.productos .contenido .tit {
  margin-bottom: 1rem;
  min-height: 5rem;
  font-size: 40px;
}

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

.productos .contenido .tit{
  line-height: 1;
  font-family: "Urbanist-Ligth";
}

.productos .contenido p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.productos .contenido p strong {
  font-weight: 700;
}

/* app */

.app {
  background-color: var(--negro);
}

.app .contenido {
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px) {
  .app .contenido {
    gap: 5rem;
  }
}

.app .contenido .items {
  width: 100%;
}

@media (min-width: 768px) {
  .app .contenido .items {
    max-width: 70%;
  }
}

.app .contenido .items img {
  margin: auto;
  width: 70%;
}

@media (min-width: 768px) {
  .app .contenido .items img {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.app .contenido .texto {
  text-align: center;
}

@media (min-width: 768px) {
  .app .contenido .texto {
    max-width: 290px;
    text-align: left;
  }
}

.app .contenido .texto h2 {
  font-size: 40px;
}

/* ofrece */

.ofrece {
  background-color: var(--negro);
}

.ofrece .contenido {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: var(--naranja);
}

.ofrece .contenido .tit {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .ofrece .contenido .swiper-paginations {
    display: none;
  }
}

.ofrece .contenido .items {
  width: 100%;
}

@media (min-width: 768px) {
  .ofrece .contenido .items {
    max-width: 1440px;
  }
}

.ofrece .contenido .items img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--gris);
}

.ofrece .contenido .items ul li {
  margin-inline-start: 1rem;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* preguntas */

.preguntas{
  background: #FF6600;
  background: linear-gradient(48deg,rgba(255, 102, 0, 1) 53%, rgba(47, 43, 54, 1) 100%);
}

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

.preguntas .contenido .intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: start;
}

@media (min-width: 768px) {
  .preguntas .contenido .intro {
    flex-direction: row;
  }
}

.preguntas .contenido .intro a {
  text-align: end;
  text-decoration-line: underline;
}

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

.preguntas .contenido .items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .preguntas .contenido .items {
    margin-top: 3.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.preguntas .contenido .items .item {
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 1rem;
}

.preguntas .contenido .items .tit {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.preguntas .contenido .items p:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* preguntas pagina interna */

#preguntasInterna.preguntas, .terminos{
  background:#E6E6E6 !important;
}

#preguntasInterna.preguntas .contenido {
  color: var(--negro);
}

#preguntasInterna.preguntas .intro {
  color: var(--negro);
}

#preguntasInterna.preguntas .contenido .items {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  #preguntasInterna.preguntas .contenido .items {
    margin-bottom: 3.5rem;
  }
}

#preguntasInterna.preguntas .contenido .items .tit {
  color: var(--naranja);
}

#preguntasInterna.preguntas .contenido .item {
  border-color: var(--gris2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* TERMINOS */

.terminos .contenido .intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .terminos .contenido .intro {
    flex-direction: row;
  }
}

.terminos .contenido .intro h2 {
  text-align: start;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--naranja);
}

@media (min-width: 768px) {
  .terminos .contenido .intro h2 {
    width: 50%;
  }

  .terminos .contenido .texto {
    -moz-columns: 2;
         columns: 2;
    gap: 2.5rem;
  }
}

.terminos .contenido .texto ul {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.terminos .contenido .texto ul li {
  margin-bottom: 0.5rem;
  margin-inline-start: 1.25rem;
  list-style-type: disc;
}

.terminos .contenido p {
  margin-bottom: 1rem;
}

/* TESTIMONIOS */

.testimonios {
  background-color: var(--negro);
}

.testimonios .contenido {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonios .contenido h2 {
  color: var(--naranja);
}

.testimonios .contenido .items{
  /* @apply flex gap-10 overflow-x-auto overflow-y-hidden flex-nowrap w-full pb-5;   */
  /* @apply grid grid-cols-1 md:grid-cols-4 gap-8 mt-10 md:mt-14 items-start overflow-x-auto w-full */
}

.testimonios .contenido .carouseltesti{
  /* @apply w-full md:max-w-[1440px] */
}

.testimonios .contenido .carouseltesti .item {
  flex-shrink: 0;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--naranja);
  padding: 1rem;
}

@media (min-width: 768px) {
  .testimonios .contenido .carouseltesti .item {
    max-width: 292px;
  }
}

.testimonios .contenido .carouseltesti .item .detalle {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonios .contenido .carouseltesti .item .detalle img {
  max-width: 60px;
  border-radius: 9999px;
}

.testimonios .contenido .carouseltesti .item .cargo {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Scroll horizontal moderno */

.testimonios .items::-webkit-scrollbar {
  height: 6px;
}

.testimonios .items::-webkit-scrollbar-track {
  background: rgba(255,255,255,.15);
  border-radius: 10px;
}

.testimonios .items::-webkit-scrollbar-thumb {
  background: var(--naranja);
  border-radius: 10px;
}

.testimonios .items::-webkit-scrollbar-thumb:hover {
  background: #ff8533;
}

/* Firefox */

.testimonios .items {
  scrollbar-width: thin;
  scrollbar-color: var(--naranja) rgba(255,255,255,.15);
}

.descarga {
  overflow: hidden;
  padding-bottom: 0px;
}

.descarga .contenido {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.descarga .intro p {
  margin: auto;
  max-width: 400px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.descarga .contenido .imgs {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .descarga .contenido .imgs {
    position: absolute;
    bottom: 0px;
    display: block;
  }
}

.descarga .contenido .imgs img {
  width: 45%;
}

@media (min-width: 768px) {
  .descarga .contenido .imgs img {
    position: absolute;
    bottom: 0px;
    max-width: 300px;
  }
}

.descarga .contenido .imgs img:first-child {
  left: 0px;
  margin-bottom: -10px;
}

.descarga .contenido .imgs img:last-child {
  right: 0px;
  margin-bottom: -5px;
}

.descarga .contenido .img1 {
  order: 1;
  margin-bottom: -10px;
  display: flex;
  width: 40%;
}

@media (min-width: 768px) {
  .descarga .contenido .img1 {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .descarga .contenido .img1 {
    order: 0;
  }
}

.descarga .contenido .img2 {
  order: 2;
  margin-bottom: -5px;
  display: flex;
  width: 40%;
}

@media (min-width: 768px) {
  .descarga .contenido .img2 {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .descarga .contenido .img2 {
    order: 0;
  }
}

.descarga .intro .apps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .descarga .intro .apps {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.descarga .intro .apps img {
  margin-top: 1rem;
  max-width: 150px;
}

.descarga .intro h2 {
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.contacto{
  background: #FF6600;
  background: linear-gradient(48deg,rgba(255, 102, 0, 1) 53%, rgba(255, 255, 255, 1) 100%);
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.contacto .descripcion {
  margin: auto;
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 2.5rem;
}

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

.contacto .descripcion > div {
  width: 100%;
}

@media (min-width: 768px) {
  .contacto .descripcion > div {
    width: 50%;
  }
}

.contacto .descripcion form ::-moz-placeholder {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contacto .descripcion form ::placeholder {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contacto .descripcion form input,.contacto .descripcion form textarea {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contacto .descripcion form textarea {
  border-radius: 1.5rem;
}

.contacto h2 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.contacto .descripcion .texto {
  text-align: start;
}

.contacto .descripcion .texto .copy {
  margin-top: 5rem;
  padding-inline-start: 2.5rem;
}

.contacto .descripcion ul {
  margin-top: 0.5rem;
}

.contacto .descripcion ul li {
  margin-inline-start: 1.25rem;
  list-style-type: disc;
}

.contacto .campo .wpcf7-acceptance .wpcf7-list-item-label a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contacto .campo .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* Botón general */

a.btn {
  float: right;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: var(--negro);
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: var(--blanco);
  /* background: linear-gradient(129deg, rgba(81,46,158,1) 9%, rgba(155,83,210,1) 66%, rgba(112,205,255,1) 100%); */
  transition: all .3s ease-in;
}

a.btn:hover {
  border-width: 1px;
  border-color: var(--naranja);
  background-image: none;
  color: var(--blanco);
  /* background: linear-gradient(129deg, rgba(81,46,158,1) 10%, rgba(155,83,210,1) 100%, rgba(112,205,255,1) 10%); */
}

/* OPCIONES GENERALES */

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

@media (min-width: 768px) {
  section {
    scroll-margin-top: 160px;
  }
}

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

section{
  /* scroll-snap-align: start; */
}

section.gris {
  background-color: var(--gris);
}

section .intro {
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  section .intro {
    margin-bottom: 3.5rem;
  }
}

section .intro p {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  section .intro p {
    margin-top: 2rem;
  }
}

/* botones de swipper general para cada slider */

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

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

.swiper-button-prev {
  left: 0px !important;
}

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

.swiper-button-next {
  right: 0px !important;
}

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

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

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

.swiper-paginations.white .swiper-pagination-bullet {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-paginations.white .swiper-pagination-bullet-active{
  background: #ff6600 !important;
}

.swiper-paginations.black .swiper-pagination-bullet-active{
  background: black !important;
}

hr {
  margin-top: -2px;
}

.w {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.5rem;
}

.mt {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .mt {
    margin-top: 90px;
  }
}

/* SECCION FOOTER */

footer {
  background-color: var(--negro);
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--blanco);
}

footer .contenido {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  footer .contenido {
    flex-direction: row;
    gap: 10rem;
  }
}

footer h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer .f-logo img {
  margin-bottom: 2.5rem;
  max-width: 140px;
}

@media (min-width: 768px) {
  footer .f-logo img {
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  footer .f-logo img {
    margin-bottom: 0.5rem;
  }
}

footer .descripcion {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  footer .descripcion {
    gap: 5rem;
  }
}

@media (min-width: 1024px) {
  footer .descripcion {
    margin-top: -1.25rem;
  }
}

footer .descripcion .item {
  margin-bottom: 0.5rem;
  width: 45%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  footer .descripcion .item {
    width: auto;
  }
}

footer .descripcion .item p {
  margin-bottom: 0.5rem;
}

footer .descripcion .item a {
  margin-bottom: 0.5rem;
  display: block;
}

footer .copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

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

footer .copy .item {
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  footer .copy .item {
    width: 50%;
    gap: 1.25rem;
  }
}

footer .copy .item p {
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  footer .copy .item p {
    margin-bottom: -2.25rem;
  }
}

footer .copy .item p strong {
  display: block;
}

@media (min-width: 768px) {
  footer .copy .item p strong {
    display: inline-flex;
  }
}

footer .copy .item:last-child {
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  footer .copy .item:last-child {
    flex-direction: row;
    justify-content: flex-end;
  }
}

footer .copy img {
  width: 170px;
}


