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

body {
  font-family: "avenir_next_lt_proregular";
  color: #1F3E5B;
  /* Usa el valor de Tailwind directamente */
}

h1,
  h2,
  h3,
  h4 {
  font-family: "Bebas Neue", serif;
}

.custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
  padding-left: 1rem;
  padding-right: 1rem;
}

#blog-full-detail br {
  display: none;
}

#blog-full-detail p {
  padding-bottom: 0.75rem !important;
}

#blog-full-detail p:empty {
  display: none;
}

#blog-full-detail ul {
  margin-bottom: 1.5rem;
}

.container {
  width: 100%;
}

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

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

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

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

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

.custom-container .wp-block-heading {
  padding-bottom: 1.25rem;
}

.custom-container .wp-block-heading:nth-child(n + 2) {
  padding-top: 1.25rem;
}

.custom-container h2.wp-block-heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.small_heading {
  margin-bottom: 0.75rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 5px;
  --tw-text-opacity: 1;
  color: rgb(140 172 189 / var(--tw-text-opacity, 1));
}

.btn {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_primary {
  --tw-bg-opacity: 1;
  background-color: rgb(208 171 81 / var(--tw-bg-opacity, 1));
}

.btn_secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 62 91 / var(--tw-bg-opacity, 1));
}

.btn_tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(132 173 184 / var(--tw-bg-opacity, 1));
}

/*Faq*/

.holder-faq .toggle-btn .icon-faq {
  height: 18px;
  width: 18px;
  background-image: url("../images/icon-plus-faq.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.holder-faq .toggle-btn.open .icon-faq {
  background-image: url("../images/icon-minus-faq.svg");
  background-size: auto;
}

/*end faq */

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

.temario-item.active {
  font-weight: 700;
}

#modal_overlay_book_an_appointment input[type="text"],
  #modal_overlay_book_an_appointment input[type="email"],
  #modal_overlay_book_an_appointment select,
  #modal_overlay_book_an_appointment textarea,
  .input-none-border .wpforms-field input[type="text"],
  .input-none-border .wpforms-field input[type="email"],
  .input-none-border .wpforms-field textarea {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: rgba(29, 36, 51, 0.8);
}

#modal_overlay_book_an_appointment input[type="text"]:focus,
  #modal_overlay_book_an_appointment input[type="email"]:focus,
  #modal_overlay_book_an_appointment select:focus,
  #modal_overlay_book_an_appointment textarea:focus,
  .input-none-border .wpforms-field input[type="text"]:focus,
  .input-none-border .wpforms-field input[type="email"]:focus,
  .input-none-border .wpforms-field textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.input-none-border .wpforms-submit,
  .input-none-border
    .wpforms-submit-container
    input[type="submit"].wpforms-submit {
  background: #d0ab51 !important;
  border-radius: 0px !important;
}

#modal_overlay_book_an_appointment input[type="text"],
  #modal_overlay_book_an_appointment input[type="email"],
  #modal_overlay_book_an_appointment select,
  #modal_overlay_book_an_appointment textarea {
  background-color: transparent;
  padding: 0.5rem;
}

.link-item {
  padding-right: 10px;
  /* Espacio entre enlaces */
}

.link-item:not(:last-child) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 53 82 / var(--tw-border-opacity, 1));
  /* Separador entre los enlaces */
  padding-right: 10px;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

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

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

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

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

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

.h-\[calc\(100\%-80px\)\] {
  height: calc(100% - 80px);
}

.h-\[calc\(100vh-250px\)\] {
  height: calc(100vh - 250px);
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-11 {
  width: 2.75rem;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.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));
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.animate-slide {
  animation: slideRight 1s ease-in-out forwards;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.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-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-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));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-hit_pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(220 192 125 / var(--tw-border-opacity, 1));
}

.border-nile_blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(140 172 189 / var(--tw-border-opacity, 1));
}

.border-nile_blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(25 53 82 / var(--tw-border-opacity, 1));
}

.border-t-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.bg-\[\#1D2433\]\/40 {
  background-color: rgb(29 36 51 / 0.4);
}

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

.bg-\[\#FCFCFC\]\/95 {
  background-color: rgb(252 252 252 / 0.95);
}

.bg-almond-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 245 235 / var(--tw-bg-opacity, 1));
}

.bg-aqua-100 {
  background-color: rgba(245, 250, 250, 0.7);
}

.bg-aqua-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 250 / var(--tw-bg-opacity, 1));
}

.bg-aqua-700\/50 {
  background-color: rgb(132 173 184 / 0.5);
}

.bg-bridal_health-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 250 245 / var(--tw-bg-opacity, 1));
}

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

.bg-hit_pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 239 / var(--tw-bg-opacity, 1));
}

.bg-hit_pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 223 189 / var(--tw-bg-opacity, 1));
}

.bg-hit_pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 192 125 / var(--tw-bg-opacity, 1));
}

.bg-hit_pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 171 81 / var(--tw-bg-opacity, 1));
}

.bg-hit_pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 144 49 / var(--tw-bg-opacity, 1));
}

.bg-nile_blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 247 / var(--tw-bg-opacity, 1));
}

.bg-nile_blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 113 140 / var(--tw-bg-opacity, 1));
}

.bg-nile_blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 62 91 / var(--tw-bg-opacity, 1));
}

.bg-nile_blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 53 82 / var(--tw-bg-opacity, 1));
}

.bg-nile_blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 30 56 / var(--tw-bg-opacity, 1));
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-liner-sky {
  background-image: linear-gradient(180deg, #F5FAFA 0%, #FFFFFF 52%);
}

.bg-liner-white {
  background-image: linear-gradient(180deg, #FFFEFC 0%, #FFFBF5 100%);
}

.bg-liner-yellow {
  background-image: linear-gradient(180deg, #FFFDF7 0%, #FFFFFF 43.5%);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-60 {
  padding-top: 15rem;
}

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.tracking-\[5px\] {
  letter-spacing: 5px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#020D30\] {
  --tw-text-opacity: 1;
  color: rgb(2 13 48 / var(--tw-text-opacity, 1));
}

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

.text-aqua-800 {
  --tw-text-opacity: 1;
  color: rgb(86 131 148 / var(--tw-text-opacity, 1));
}

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

.text-bridal_health-500 {
  --tw-text-opacity: 1;
  color: rgb(227 215 197 / var(--tw-text-opacity, 1));
}

.text-custom_gay-200 {
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-hit_pink-500 {
  --tw-text-opacity: 1;
  color: rgb(220 192 125 / var(--tw-text-opacity, 1));
}

.text-hit_pink-700 {
  --tw-text-opacity: 1;
  color: rgb(183 144 49 / var(--tw-text-opacity, 1));
}

.text-nile_blue-300 {
  --tw-text-opacity: 1;
  color: rgb(180 204 214 / var(--tw-text-opacity, 1));
}

.text-nile_blue-400 {
  --tw-text-opacity: 1;
  color: rgb(140 172 189 / var(--tw-text-opacity, 1));
}

.text-nile_blue-500 {
  --tw-text-opacity: 1;
  color: rgb(76 113 140 / var(--tw-text-opacity, 1));
}

.text-nile_blue-600 {
  --tw-text-opacity: 1;
  color: rgb(31 62 91 / var(--tw-text-opacity, 1));
}

.text-nile_blue-700 {
  --tw-text-opacity: 1;
  color: rgb(25 53 82 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.shadow-custom {
  --tw-shadow: 0px 8px 62px 0px #0000001A;
  --tw-shadow-colored: 0px 8px 62px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  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);
}

.no-scroll {
  overflow: hidden;
  /* Oculta el scroll en ambas direcciones */
}

.bpa-front-disabled-menu-item {
  pointer-events: none;
}

.openFaq {
  background-color: #f6efdd;
}

.closeFaq {
  background-color: #fff;
}

/*owlCarousel */

.carousel_img_auto .owl-item img {
  display: block;
  width: auto !important;
}

.carousel_img_auto .owl-dots {
  display: flex;
  justify-content: center;
  /* Centra los puntos horizontalmente */
  gap: 10px;
  /* Espacio entre los puntos */
  margin-top: 30px;
  /* Separación del carrusel */
}

/* Estilo para cada punto */

.carousel_img_auto .owl-dot {
  width: 24px;
  /* Ancho del punto */
  height: 6px;
  /* Alto del punto */
  background: #e5d09d;
  background-color: #e5d09d !important;
  /* Color predeterminado */
  opacity: 0.5;
  /*border-radius: 50%;*/
  /* Hace los puntos circulares */
  cursor: pointer;
  /* Cambia el cursor al pasar sobre los puntos */
  transition: background-color 0.3s;
  /* Suaviza el cambio de color */
}

/* Punto activo */

.carousel_img_auto .owl-dot.active {
  background-color: #b79031 !important;
  /* Color de barra activa */
  transform: scale(1.2);
  /* Aumenta el tamaño de la barra activa */
}

/* set height*/

.owl-carousel .owl-stage {
  display: flex;
}

.carousel_img_auto .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  flex-direction: row;
}

/* end owlCarousel */

/* Starts Menu primary */

.navbar {
  overflow: hidden;
}

.navbar a:not(.logo) {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

.navbar .dropdown .item-submenu a {
  padding: 10px 16px;
  width: 100%;
  height: 100%;
  text-align: left;
}

.navbar .dropbtn:hover,
.navbar .single-item:not(.btn_last):hover {
  background-color: #f9f9f9;
}

.navbar .dropdown .item-submenu a:hover {
  background-color: #e5d09d;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 24px 14px 14px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar .holder-main-menu > a:not(.btn_last):hover,
.dropdown:hover .dropbtn {
  background-color: #f9f9f9;
  text-decoration: none;
}

.dropdown:hover .dropbtn:hover {
  text-decoration: none;
}

/*
.dropdown-content {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  max-width: 458px;
  /* Mueve el submenú al 50% del ancho del contenedor padre */
  /*transform: translateX(50%); /* Ajusta para que el submenú esté centrado */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.dropdown-content .header {
  padding: 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
}

@media (max-width: 768px) {
  .holder-items-menu a.single-item {
    float: unset;
    display: flex;
    flex-direction: row;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    margin-bottom: 12px;
  }
}

.navigation-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  align-items: center;
}

@media (max-width: 990px) {
  .navigation-menu {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .navigation-menu {
    flex-direction: row;
  }

  .dropdown-content {
    max-width: 100%;
  }
}

/* Ends Menu primary */

/*Hamburguer*/

.slick-list {
  border-radius: 20px;
}

/* Estilos para el icono de hamburguesa */

.menu-button-container {
  display: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 20000;
}

.holder-hero .menu-button,
.holder-hero .menu-button::before,
.holder-hero .menu-button::after {
  --tw-bg-opacity: 1;
  background-color: rgb(183 144 49 / var(--tw-bg-opacity, 1));
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#menu-toggle:checked ~ .holder-items-menu {
  /* estilos cuando el checkbox está seleccionado */
  /* Ejemplo: hacer visible el div */
  display: block;
  /* Mostrar cuando el checkbox está seleccionado */
  background: #fff;
}

.holder-items-menu {
  display: block;
  /* Visible por defecto */
}

@media (max-width: 768px) {
  /*
  .holder-hero .dropbtn {
    background-image: url("../images/iconStrokeDownDark.svg") !important;
  }
  */

  /* Ocultar por defecto en dispositivos móviles */

  .holder-items-menu {
    display: none;
  }

  /* Mostrar cuando el checkbox está seleccionado en dispositivos móviles */

  #menu-toggle:checked ~ .holder-items-menu {
    display: block;
  }
}

.holder-items-menu .dropdown .dropdown-content .set-bg-poster {
  background-position: 50px top;
}

@media (max-width: 768px) {
  .menu-button-container {
    display: flex;
  }

  #menu-toggle:checked ~ .holder-items-menu {
    display: block;
    /* Mostrar cuando el checkbox está seleccionado */
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10000;
  }

  #menu-toggle:checked ~ .holder-items-menu .dropdown {
    float: unset;
    display: flex;
  }

  .holder-items-menu .dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .holder-items-menu .dropdown .dropdown-content {
    position: relative;
    display: block;
  }

  .holder-items-menu .dropdown .dropdown-content .set-bg-poster {
    background-position: 0px top;
  }

  #menu-toggle:checked ~ .holder-items-menu .custom-container {
    background: #fff;
  }
}

/* Calendar */

/* Tabla general */

.ui-datepicker-calendar {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Cabecera de días (thead) */

.ui-datepicker-calendar thead th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

/* Días de la semana */

.ui-datepicker-calendar tbody td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

.ui-datepicker-calendar tbody td:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/* Días deshabilitados */

.ui-datepicker-unselectable.ui-state-disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Días de fin de semana */

.ui-datepicker-week-end {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

/* Día actual */

.ui-datepicker-today .ui-state-highlight {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

/* Día seleccionado */

.ui-state-active {
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(183 144 49 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 144 49 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* Enlaces de días */

.ui-datepicker-calendar a.ui-state-default {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
  vertical-align: middle;
  color: inherit;
  text-decoration-line: none;
}

.ui-datepicker-calendar a.ui-state-default a {
  display: flex !important;
  width: 100%;
  justify-content: center !important;
}

.ui-datepicker-unselectable.ui-state-disabled {
  height: 40px;
  width: 40px;
}

/* Filas de horas */

.time-row {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.time-row .time-value {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.time-row .time-value:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hasDatepicker {
  position: relative;
}

.hasDatepicker #ea-loader,
#ea-loader {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(100 116 139 / 0.5);
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group .hasDatepicker #ea-loader,.group 
#ea-loader {
  opacity: 0;
  /* Rayo invisible inicialmente */
  pointer-events: none;
  /* Evitar que afecte interacciones */
  transition: opacity 1s ease-in-out;
  /* Transición suave para la opacidad */
}

.group:hover .hasDatepicker #ea-loader,.group:hover 
#ea-loader {
  opacity: 0.5;
  /* Rayo visible en hover */
  animation: lightRay 1s ease-in-out forwards;
  /* Aplicar la animación del rayo */
}

.hasDatepicker #ea-loader::after,
#ea-loader::after {
  --tw-content: 'Loading...';
  content: var(--tw-content);
}

#ea-loader {
  display: none;
  height: 0px;
  width: 0px;
}

#modal_overlay_book_an_appointment .form-horizontal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

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

#modal_overlay_book_an_appointment .final {
  padding-top: 1.5rem;
}

#modal_overlay_book_an_appointment .ui-datepicker-prev,
#modal_overlay_book_an_appointment .ui-datepicker-next {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(29 36 51 / 0.8);
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(183 144 49 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment .ui-datepicker-prev:hover,
#modal_overlay_book_an_appointment .ui-datepicker-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

#modal_overlay_book_an_appointment .ui-datepicker-prev:focus,
#modal_overlay_book_an_appointment .ui-datepicker-next:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

#modal_overlay_book_an_appointment .ui-datepicker-title {
  flex-grow: 1;
  text-align: right;
}

#modal_overlay_book_an_appointment .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#modal_overlay_book_an_appointment .ui-datepicker-prev,
#modal_overlay_book_an_appointment .ui-datepicker-next {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#modal_overlay_book_an_appointment .ui-datepicker-prev {
  background-image: url('../images/icon-chevron-prev.svg');
  text-indent: -9999px;
  /* Oculta el texto */
  overflow: hidden;
}

#modal_overlay_book_an_appointment .ui-datepicker-next {
  background-image: url('../images/icon-chevron-next.svg');
  text-indent: -9999px;
  /* Oculta el texto */
  overflow: hidden;
}

#modal_overlay_book_an_appointment .time-row .time-value {
  margin: 0.25rem;
  border-width: 1px;
  border-color: rgb(29 36 51 / 0.8);
}

#modal_overlay_book_an_appointment .time-row .time-disabled {
  margin: 0.25rem;
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#modal_overlay_book_an_appointment .time-row .time-value.selected-time {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(183 144 49 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 144 49 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#modal_overlay_book_an_appointment .time-row .time {
  max-height: 13rem;
  overflow-y: auto;
}

#modal_overlay_book_an_appointment .control-label {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(29 36 51 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment form h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

#modal_overlay_book_an_appointment .ea-actions-group {
  display: flex;
  gap: 0.75rem;
}

#modal_overlay_book_an_appointment
  .popup-show-content
  .wpforms-form
  .wpforms-submit-container
  input[type="submit"],
#modal_overlay_book_an_appointment form .ea-submit {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 171 81 / var(--tw-bg-opacity, 1)) !important;
  padding: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment form .ea-submit:disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(241 229 200 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment form .ea-cancel {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment .form-horizontal > div > .step:nth-child(2) {
  margin-bottom: 0.75rem;
}

#modal_overlay_book_an_appointment .ea-done-message {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

#modal_overlay_book_an_appointment #booking-overview table tbody .ea-label {
  padding-right: 1rem;
  /* Aplica el padding-right */
}

#modal_overlay_book_an_appointment
  #booking-overview
  table
  tbody
  .ea-label::after {
  content: ": ";
  /* Agrega el contenido después del texto */
}

#modal_overlay_book_an_appointment .final label.error {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}

.default-layout h2,
.default-layout h3,
.default-layout h4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.default-layout hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.default-layout p {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Animación de Rayo de Luz */

@keyframes lightRay {
  0% {
    transform: translateX(-100%);
    opacity: 0.3;
  }

  50% {
    transform: translateX(0);
    opacity: 0.4;
  }

  100% {
    transform: translateX(100%);
    opacity: 0.3;
  }
}

/* Animación inversa (desaparece de derecha a izquierda) */

/* El div de rayo está inicialmente oculto */

.group .absolute {
  opacity: 0;
  /* Rayo invisible inicialmente */
  pointer-events: none;
  /* Evitar que afecte interacciones */
  transition: opacity 1s ease-in-out;
  /* Transición suave para la opacidad */
}

/* Cuando el mouse está encima del contenedor */

.group:hover .absolute {
  opacity: 0.5;
  /* Rayo visible en hover */
  animation: lightRay 1s ease-in-out forwards;
  /* Aplicar la animación del rayo */
}

.bpa-frontend-main-container,
.bpa-front-tabs--panel-body,
.bpa-front-default-card .bpa-front-tabs--panel-body,
.bpa-front-tabs--panel-body,
.__bpa-is-active,
#modal_overlay_book_an_appointment
  .bpa-front-tabs--panel-body
  .bpa-front-dc--body {
  padding: 24px;
  height: auto;
  min-height: unset !important;
  max-height: unset !important;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

@media (max-width: 1024px) {
  .bpa-frontend-main-container,
  .bpa-front-tabs--panel-body,
  .bpa-front-default-card .bpa-front-tabs--panel-body,
  .bpa-front-tabs--panel-body,
  .__bpa-is-active,
  #modal_overlay_book_an_appointment
    .bpa-front-tabs--panel-body
    .bpa-front-dc--body {
    padding: 24px;
    height: auto;
    min-height: unset !important;
    max-height: unset !important;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

/* Book an appointment */

#modal_overlay_book_an_appointment
  .popup-show-content
  form.wpforms-form
  .wpforms-submit-container {
  text-align: center;
}

#modal_overlay_book_an_appointment
  .popup-show-content
  form.wpforms-form
  .wpforms-submit-container
  .wpforms-submit {
  background-color: #d0ab51 !important;
  padding: 16px !important;
  font-weight: 500;
  height: auto !important;
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-hit_pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 144 49 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:max-w-full {
    max-width: 100%;
  }

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

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

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

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

  .md\:col-auto {
    grid-column: auto;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:h-auto {
    height: auto;
  }

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

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

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

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

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

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