/*
Theme Name:         Asitur Theme
Theme URI:          http://www.asitur.es/
Description:        Asitur Theme
Version:            1.1
Author:             Awake
Author URI:         https://awake-studio.com/es/
Text Domain:        asitur
*/

*, ::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.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

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

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

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

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

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

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-28px\)\] {
  width: calc(100% - 28px);
}

.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}

.flex-\[0_0_34\%\] {
  flex: 0 0 34%;
}

.flex-\[0_0_50\%\] {
  flex: 0 0 50%;
}

.flex-\[1_1_100\%\] {
  flex: 1 1 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.-translate-y-\[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));
}

.translate-y-\[-25px\] {
  --tw-translate-y: -25px;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 217 / var(--tw-border-opacity, 1));
}

.border-b-\[\#747676\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(116 118 118 / var(--tw-border-opacity, 1));
}

.bg-\[\#0094D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFFAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 250 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 217 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.fill-\[\#0094D9\] {
  fill: #0094D9;
}

.fill-\[\#747676\] {
  fill: #747676;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.p-\[24px\] {
  padding: 24px;
}

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

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

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

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

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}

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

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

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

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

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[16px\] {
  padding-left: 16px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

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

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

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

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

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

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

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

.font-flama {
  font-family: Flama, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-\[300\] {
  font-weight: 300;
}

.font-\[350\] {
  font-weight: 350;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[450\] {
  font-weight: 450;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[550\] {
  font-weight: 550;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[650\] {
  font-weight: 650;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[16px\] {
  line-height: 16px;
}

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

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}

.text-\[\#0094D9\] {
  --tw-text-opacity: 1;
  color: rgb(0 148 217 / var(--tw-text-opacity, 1));
}

.text-\[\#05517B\] {
  --tw-text-opacity: 1;
  color: rgb(5 81 123 / var(--tw-text-opacity, 1));
}

.text-\[\#242626\] {
  --tw-text-opacity: 1;
  color: rgb(36 38 38 / var(--tw-text-opacity, 1));
}

.text-\[\#32C070\] {
  --tw-text-opacity: 1;
  color: rgb(50 192 112 / var(--tw-text-opacity, 1));
}

.text-\[\#42C1C6\] {
  --tw-text-opacity: 1;
  color: rgb(66 193 198 / var(--tw-text-opacity, 1));
}

.text-\[\#464646\] {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}

.text-\[\#66BFE8\] {
  --tw-text-opacity: 1;
  color: rgb(102 191 232 / var(--tw-text-opacity, 1));
}

.text-\[\#747676\] {
  --tw-text-opacity: 1;
  color: rgb(116 118 118 / var(--tw-text-opacity, 1));
}

.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 148 217 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

.underline-offset-8 {
  text-underline-offset: 8px;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg {
  --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);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Flama - Basic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Basic.woff2") format("woff2"),
    url("../fonts/Flama-Basic.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/* Flama - Basic Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-BasicItalic.woff2") format("woff2"),
    url("../fonts/Flama-BasicItalic.woff") format("woff");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

/* Flama - Black */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Black.woff2") format("woff2"),
    url("../fonts/Flama-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/* Flama - Black Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-BlackItalic.woff2") format("woff2"),
    url("../fonts/Flama-BlackItalic.woff") format("woff");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

/* Flama - Bold */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Bold.woff2") format("woff2"),
    url("../fonts/Flama-Bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

/* Flama - Bold Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-BoldItalic.woff2") format("woff2"),
    url("../fonts/Flama-BoldItalic.woff") format("woff");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

/* Flama - Book */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Book.woff2") format("woff2"),
    url("../fonts/Flama-Book.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* Flama - Book Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-BookItalic.woff2") format("woff2"),
    url("../fonts/Flama-BookItalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

/* Flama - ExtraBold Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-ExtraboldItalic.woff2") format("woff2"),
    url("../fonts/Flama-ExtraboldItalic.woff") format("woff");

  font-weight: 800;

  font-style: italic;

  font-display: swap;
}

/* Flama - Light */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Light.woff2") format("woff2"),
    url("../fonts/Flama-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* Flama - Light Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-LightItalic.woff2") format("woff2"),
    url("../fonts/Flama-LightItalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

/* Flama - Medium */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Medium.woff2") format("woff2"),
    url("../fonts/Flama-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

/* Flama - Medium Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-MediumItalic.woff2") format("woff2"),
    url("../fonts/Flama-MediumItalic.woff") format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

/* Flama - Semibold */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Semibold.woff2") format("woff2"),
    url("../fonts/Flama-Semibold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

/* Flama - Semibold Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/Flama-SemiboldItalic.woff") format("woff");

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

/* Flama - Thin */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Thin.woff2") format("woff2"),
    url("../fonts/Flama-Thin.woff") format("woff");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

/* Flama - Thin Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-ThinItalic.woff2") format("woff2"),
    url("../fonts/Flama-ThinItalic.woff") format("woff");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

/* Flama - Ultralight */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-Ultralight.woff2") format("woff2"),
    url("../fonts/Flama-Ultralight.woff") format("woff");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

/* Flama - Ultralight Italic */

@font-face {
  font-family: "Flama";

  src:
    url("../fonts/Flama-UltralightItalic.woff2") format("woff2"),
    url("../fonts/Flama-UltralightItalic.woff") format("woff");

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Flama";
  font-weight: 400;
}

b {
  font-family: "Flama";
  font-weight: 500 !important;
}

p {
  margin-bottom: 12px;
}

.sections-spaces {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (min-width: 1024px) {
  .sections-spaces {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Menus */

#topMenu li:first-child {
  margin-right: auto;
}

/* Efecto HOme */

.bounce-out-down {
  animation: bounceOutDown 0.8s forwards ease-in;
}

.bounce-in-up {
  animation: bounceInUp 0.8s forwards ease-out;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  30% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes bounceInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  70% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.module-09 ul {
  list-style: disc;
  padding-left: 35px;
  margin-top: 20px;
}

.module-09 li {
  margin-bottom: 25px;
}

#menu-main-menu li:last-child {
  display: none;
}

@media screen and (max-width: 973px) {
  #menu-main-menu li:last-child {
    display: block;
  }

  .nav-jgr-wrapper a {
    text-transform: capitalize;
    margin-bottom: 15px;
  }

  .nav-jgr-wrapper li {
    margin-bottom: 10px;
  }

  /*#menu-menu-header,
  .menu-right-jgr{
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }*/

  .menu-right-jgr a img {
    display: none;
  }

  #hamburguerMenu {
    display: block;
  }
}

/* Map */

.region path {
  transition: fill 0.31s ease;
}

.region:hover path,
.active-region path {
  fill: #00537f !important;
}

.menu-item-a-class:hover,
.menu-right-jgr > a:hover {
  color: #0094d9;
}

#menu-main-menu li:last-child > a {
  color: #42c1c6;
}

.remove-border-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1025px) {
  .module-15-cards--hide-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .module-16-cards--hide-desktop {
    display: none !important;
  }
}

.mod16-card {
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
  text-align: center;
}

.mod16-card.active {
  border-bottom: 4px solid #0094d9;
  /* azul y más grueso */
}

.mod16-card.active a {
  color: #0094d9;
  font-weight: 600;
}

.module-04 .module-04-pagination {
  position: static;
  /* para que no se vaya a bottom/top raro */
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.module-04 .swiper-pagination-bullet {
  background-color: #d8d8d8;
  width: 10px;
  height: 10px;
}

.module-04 .swiper-pagination-bullet-active {
  background-color: #0094d9;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0094d9 !important;
}

#map-labels .map-label rect {
  fill: #ffffff;
}

#map-labels .map-label text {
  fill: #0094d9;
  font-size: 18px;
  font-weight: 400;
  dominant-baseline: middle;
  pointer-events: none;
}

#map-labels .map-label text.active {
  fill: #05517b !important;
}

/* Hover effect */

/* Ajusta el selector a tu menú real */

a.hover_effect,
#footer1 a,
#footer2 a {
  position: relative;
  display: inline-block;
  /* importante para que el underline mida el texto */
}

a.hover_effect::after,
#footer1 a::after,
#footer2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* línea pegada abajo del link */
  height: 1px;
  width: 100%;
  background: currentColor;
  /* o tu color #0094D9 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

a.hover_effect:hover::after,
.menu a.hover_effect:focus-visible::after,
#footer1 a:hover::after,
#footer2 a:hover::after {
  transform: scaleX(1);
}

.module_15_cards {
  ul {
    list-style: disc;
    padding-left: 25px;
  }
}

/* LEGAL */

.legal-page {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 60px;
}

.legal-content {
  max-width: 1100px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.25;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
  margin-bottom: 1em;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.5rem;
}

/*==========================================
 Form 
 ==========================================*/

.module-11 .wpcf7 {
  width: 100%;
}

.form_trabaja p {
  margin-bottom: 0;
}

.module-11 .module-11-form__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 24px;
  width: 100%;
}

.module-11 .module-11-form__col {
  min-width: 0;
}

.module-11 .module-11-form__col--12 {
  grid-column: span 12;
}

.module-11 .module-11-form__col--6 {
  grid-column: span 12;
}

@media (min-width: 768px) {
  .module-11 .module-11-form__col--6 {
    grid-column: span 6;
  }
}

.module-11 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.module-11 input[type="text"],
.module-11 input[type="email"],
.module-11 input[type="tel"],
.module-11 textarea,
.module-11 select {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 3px;
  background: #ececec;
  color: #747676;
  font-size: 14px;
  line-height: 34px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.module-11 input[type="text"]::-moz-placeholder, .module-11 input[type="email"]::-moz-placeholder, .module-11 input[type="tel"]::-moz-placeholder, .module-11 textarea::-moz-placeholder {
  color: #747676;
  opacity: 1;
  font-size: 14px;
}

.module-11 input[type="text"]::placeholder,
.module-11 input[type="email"]::placeholder,
.module-11 input[type="tel"]::placeholder,
.module-11 textarea::placeholder {
  color: #747676;
  opacity: 1;
  font-size: 14px;
}

.module-11 .module-11-form__section-title {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.4;
  margin-top: -6px;
  margin-bottom: -10px;
}

.module-11 .module-11-form__checks .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.module-11 .module-11-form__checks .wpcf7-list-item {
  margin: 0;
  display: block;
}

.module-11 .module-11-form__checks .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #747676;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.module-11 .module-11-form__checks input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bdbdbd;
  background: transparent;
  border-radius: 2px;
  margin: 0;
  position: relative;
  flex: 0 0 15px;
}

.module-11 .module-11-form__checks input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 7px;
  height: 11px;
  border: solid #0094d9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.module-11 .module-11-form__activity-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.module-11 .module-11-form__activity-row .wpcf7-form-control {
  display: grid;
  row-gap: 12px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.module-11 .module-11-form__activity-row--3 .wpcf7-form-control {
  grid-template-columns: repeat(3, max-content);
  justify-content: start;
}

.module-11 .module-11-form__activity-row--4 .wpcf7-form-control {
  grid-template-columns: repeat(4, max-content);
  justify-content: start;
}

@media (min-width: 768px) {
  .module-11 .module-11-form__activity-row--3 .wpcf7-form-control {
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
  }

  .module-11 .module-11-form__activity-row--4 .wpcf7-form-control {
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
  }
}

.module-11 .module-11-form__activity-row .wpcf7-list-item {
  margin: 0;
  display: block;
}

.module-11 .module-11-form__activity-row .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #747676;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
}

.module-11 .module-11-form__activity-row input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bdbdbd;
  background: transparent;
  border-radius: 2px;
  margin: 0;
  position: relative;
  flex: 0 0 15px;
}

.module-11 .module-11-form__activity-row input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 7px;
  height: 11px;
  border: solid #0094d9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.module-11 .module-11-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.module-11 input[type="submit"] {
  width: 105px;
  min-width: 105px;
  height: 40px;
  padding: 0;
  border: 1px solid #0094d9;
  border-radius: 3px;
  background: transparent;
  color: #0094d9;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.module-11 input[type="submit"]:hover {
  background: #0094d9;
  color: #ffffff;
}

.module-11 .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.module-11-form__section-title P {
  color: #0094d9;
}

.module-11 .wpcf7-not-valid-tip {
  color: #d63638;
  font-size: 12px;
  margin-top: 6px;
}

.module-11 .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 10px 12px !important;
  font-size: 13px;
}

.module-11-form__checks--services > p {
  line-height: 16px;
}

.module-11 .module-11-form__activity-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 12px;
  justify-content: start;
}

@media (min-width: 768px) {
  .module-11 .module-11-form__activity-grid .wpcf7-form-control {
    grid-template-columns: repeat(4, max-content);
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}

.module-11 .module-11-form__activity-grid .wpcf7-list-item {
  margin: 0;
  display: block;
}

.module-11 .module-11-form__activity-grid .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #747676;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
}

.module-11 .module-11-form__activity-grid input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #bdbdbd;
  background: transparent;
  border-radius: 2px;
  margin: 0;
  position: relative;
  flex: 0 0 15px;
}

.module-11
  .module-11-form__activity-grid
  input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 7px;
  height: 11px;
  border: solid #0094d9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* MODULE 5 */

.module-05 .module-05-image {
  width: 100%;
  height: var(--mobile-height, 320px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .module-05 .module-05-image--single {
    height: 500px;
  }

  .module-05 .module-05-image--slide {
    height: 437px;
  }
}

.module-05 .swiper,
.module-05 .swiper-wrapper,
.module-05 .swiper-slide {
  height: auto !important;
}

/* TEMPLATE LEGAL */

.page-template-template-legal .banner > div {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Services */

.servicios .module-custom-cards .font-\[600\] {
  color: rgb(0, 148, 217) !important;
}

/* Fix on Safari */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Margins corrections */

@media (max-width: 768px) {
  .mod_15_description:last-child {
    padding-bottom: 0;
  }

  .mod_15_description:last-child > p {
    margin-bottom: -3px;
  }
}

.region,
.region * {
  pointer-events: all;
  cursor: pointer;
  touch-action: manipulation;
}

/* Fuerza que el grupo entero capture taps, no solo los paths pintados */

.region {
  pointer-events: bounding-box;
}

/* Form legal */

.module-11-form__legal {
  margin-top: 16px;
}

.module-11-form__legal-text {
  font-size: 16px;
  line-height: 1.6;
  color: #7d7d7d;
  font-style: italic;
  margin-bottom: 12px;
}

.module-11-form__legal .wpcf7-acceptance {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 24px;
  margin-top: 24px;
}

.module-11-form__legal .wpcf7-list-item {
  margin: 0;
}

.module-11-form__legal .wpcf7-list-item-label {
  font-size: 18px;
  color: #666;
}

.module-11-form__legal a {
  color: inherit;
  text-decoration: underline;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[95\%\]::after {
  content: var(--tw-content);
  height: 95%;
}

.after\:w-\[1\.5px\]::after {
  content: var(--tw-content);
  width: 1.5px;
}

.after\:bg-\[\#0094D9\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 217 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#66BFE8\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(102 191 232 / var(--tw-bg-opacity, 1));
}

.after\:opacity-40::after {
  content: var(--tw-content);
  opacity: 0.4;
}

.hover\:border-\[\#747676\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(116 118 118 / var(--tw-border-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 217 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0094D9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 148 217 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

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

.hover\:underline-offset-\[6px\]:hover {
  text-underline-offset: 6px;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0px;
}

.group:hover .group-hover\:block {
  display: block;
}

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

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

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

  .md\:leading-\[27px\] {
    line-height: 27px;
  }
}

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

  .lg\:-bottom-\[37px\] {
    bottom: -37px;
  }

  .lg\:-bottom-\[45px\] {
    bottom: -45px;
  }

  .lg\:bottom-\[-42px\] {
    bottom: -42px;
  }

  .lg\:bottom-\[32px\] {
    bottom: 32px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:left-1\/2 {
    left: 50%;
  }

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

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

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

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

  .lg\:top-1\/2 {
    top: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-\[75px\] {
    margin-right: 75px;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

  .lg\:w-\[calc\(100\%-34px\)\] {
    width: calc(100% - 34px);
  }

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

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

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

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

  .lg\:flex-\[0_0_300px\] {
    flex: 0 0 300px;
  }

  .lg\:flex-\[0_0_33\.33\%\] {
    flex: 0 0 33.33%;
  }

  .lg\:flex-\[0_0_34\%\] {
    flex: 0 0 34%;
  }

  .lg\:flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }

  .lg\:flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }

  .lg\:flex-\[1_1_auto\] {
    flex: 1 1 auto;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[14px\] {
    --tw-translate-y: -14px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:space-x-\[14px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-\[56px\] {
    padding: 56px;
  }

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

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

  .lg\:font-\[550\] {
    font-weight: 550;
  }

  .lg\:font-\[600\] {
    font-weight: 600;
  }

  .lg\:leading-\[22px\] {
    line-height: 22px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[42px\] {
    line-height: 42px;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px;
  }

  .lg\:leading-\[82px\] {
    line-height: 82px;
  }

  .lg\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:top-0 {
    top: 0px;
  }

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

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
}
