@charset "UTF-8";
/*==================================================
=          Imports de Iconos y Tipografías         =
==================================================*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css");
@import url("https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css");
@import url("https://cdn.jsdelivr.net/npm/@icon/themify-icons@1.0.1-alpha.3/themify-icons.min.css");
@import url("https://cdn.lineicons.com/4.0/lineicons.css");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");
/*========================================
=            Variables Tipografía         =
========================================*/
/*===========================================
=        Variables Layout y Medidas        =
===========================================*/
.f-size-5 {
  font-size: 0.5rem;
}

.f-size-7 {
  font-size: 0.7rem;
}

.f-size-10 {
  font-size: 1rem;
}

.f-size-12 {
  font-size: 1.2rem;
}

.f-size-15 {
  font-size: 1.5rem;
}

.f-size-20 {
  font-size: 2rem;
}

.f-size-25 {
  font-size: 2.5rem;
}

.f-size-30 {
  font-size: 3rem;
}

.f-size-40 {
  font-size: 4rem;
}

.f-size-50 {
  font-size: 5rem;
}

/*
* @Buttons Sizes         
**/
/*
* @Callout         
**/
/* 
$forest-green: #009739ff;
$violet: #554595;
$coral: #ff7857ff;
$celadon: #b2e4b4ff;
$orange-pantone: #fb5607ff;
$amber: #ffbe0bff;
$engineering-orange: #c51605ff;
$powder-blue: #a0bfe0ff;
$brilliant-rose: #ff52a2ff;
$oxford-blue: #1b263bff;
$ming: #006878;
$jet: #2C2C2C;
$cadet-gray: #8a8d94;
$silver: #cfd0d2;

$jet-light: #434040;
$ming: #006878;
$jet-2: #333333;
$onyx: #444444;
$sonic-silver: #737277;
$taupe-gray: #87868a;
$cultured: #eeeeee;
$platinum: #e6e6e6;

$primary-color: #009739;
$secondary-color: #2C2C2C;
$tertiary-color: #c51605ff;


$primary: #115e95;
$primary-dark: #0e4f7e;
$primary-light: #3476a4;

$secondary: #a9ffb2;
$secondary-dark: #8fd897;
$secondary-light: #b5ffbd;

$tertiary: #93adfd;
$tertiary-dark: #7c93d7;
$tertiary-light: #a3b9fd;

$quaternary: #F7F4E5;
$quaternary-dark: #DCD9C9;
$quaternary-light: #fffef8;



*/
/*===========================================
=            Variables de Colores            =
===========================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
   */
[type=search]::-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 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/*
 * @helpers icons
 **/
.foo-xs {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  line-height: 0.75em;
  vertical-align: -15%;
}

.foo-sm {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-lg {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 1.33em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-2x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 23em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-3x {
  display: inline-block;
  vertical-align: middle;
  line-height: #000;
  font-size: 3em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-4x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 4em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-5x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 5em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-6x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 6em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-7x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 7em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-8x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 8em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-9x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 9em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.foo-10x {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 10em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.font-primary {
  font-family: Geist, Arial, Helvetica, sans-serif;
  margin: 0;
}

.title-primary {
  margin: 0 0 1.5rem 0;
}

.subtitle-primary {
  letter-spacing: -0.125rem;
}

.font-secondary {
  font-family: CalSans, "Segoe UI", Poppins, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  margin: 0;
}

.title-secondary {
  margin: 0 0 1.5rem 0;
}

.subtitle-secondary {
  letter-spacing: -0.125rem;
}

.font-tertiary {
  font-family: Inter, Arial, Helvetica, sans-serif;
  margin: 0;
}

.title-tertiary {
  margin: 0 0 1.5rem 0;
}

.subtitle-tertiary {
  letter-spacing: -0.125rem;
}

/* 
<h1 class="font-primary">Título con Geist</h1>
<p class="font-secondary">Texto con CalSans</p>


*/
.font-geist {
  font-family: Geist, Arial, Helvetica, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.title-geist {
  margin: 0 0 1.5rem 0;
}

.subtitle-geist {
  letter-spacing: -0.125rem;
}

.font-calsans {
  font-family: Cal Sans, Arial, Helvetica, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.title-calsans {
  margin: 0 0 1.5rem 0;
}

.subtitle-calsans {
  letter-spacing: -0.125rem;
}

.font-inter {
  font-family: Inter, Arial, Helvetica, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.title-inter {
  margin: 0 0 1.5rem 0;
}

.subtitle-inter {
  letter-spacing: -0.125rem;
}

.font-neue {
  font-family: Neue Haas Grotesk Display Pro, Arial, Helvetica, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.title-neue {
  margin: 0 0 1.5rem 0;
}

.subtitle-neue {
  letter-spacing: -0.125rem;
}

p.wrap-parrafo {
  margin: 0 0 1.5rem 0;
  line-height: 1.3rem;
}

/* 
<h1 class="font-geist">Título con Geist</h1>
<p class="font-calsans">Texto con CalSans</p>
H1: 80 px
H2: 60 px
H3: 45 px (casi no uso)
H4: 33 px
H5: 25 px
P: 19 px
*/
.fsx-80 {
  font-size: 5rem !important;
  line-height: 100%;
}

.fsx-75 {
  font-size: 4.688rem !important;
  line-height: 100%;
}

.fsx-70 {
  font-size: 4.375rem !important;
  line-height: 100%;
}

.fsx-65 {
  font-size: 4.063rem !important;
  line-height: 100%;
}

.fsx-60 {
  font-size: 3.75rem !important;
  line-height: 100%;
}

.fsx-55 {
  font-size: 3.438rem !important;
  line-height: 100%;
}

.fsx-50 {
  font-size: 3.125rem !important;
  line-height: 100%;
}

.fsx-45 {
  font-size: 2.813rem !important;
  line-height: 100%;
}

.fsx-40 {
  font-size: 2.5rem !important;
  line-height: 100%;
}

.fsx-35 {
  font-size: 2.188rem !important;
  line-height: 100%;
}

.fsx-30 {
  font-size: 1.875rem !important;
  line-height: 100%;
}

.fsx-25 {
  font-size: 1.6rem !important;
  line-height: 100%;
}

.fsx-20 {
  font-size: 1.25rem !important;
  line-height: 100%;
}

.fsx-19 {
  font-size: 1.188rem !important;
  line-height: 100%;
}

.fsx-16 {
  font-size: 1rem !important;
  line-height: 100%;
}

.fsx-14 {
  font-size: 0.875rem !important;
  line-height: 100%;
}

.fsx-12 {
  font-size: 0.75rem !important;
  line-height: 100%;
}

@media (max-width: 480px) {
  .fsx-sm-80 {
    font-size: 5rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-75 {
    font-size: 4.688rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-70 {
    font-size: 4.375rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-65 {
    font-size: 4.063rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-60 {
    font-size: 3.75rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-55 {
    font-size: 3.438rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-50 {
    font-size: 3.125rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-45 {
    font-size: 2.813rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-40 {
    font-size: 2.5rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-35 {
    font-size: 2.188rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-30 {
    font-size: 1.875rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-25 {
    font-size: 1.6rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-20 {
    font-size: 1.25rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-19 {
    font-size: 1.188rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-16 {
    font-size: 1rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-14 {
    font-size: 0.875rem !important;
    line-height: 100% !important;
  }
  .fsx-sm-12 {
    font-size: 0.75rem !important;
    line-height: 100% !important;
  }
}
@media (max-width: 768px) {
  .fsx-md-80 {
    font-size: 5rem !important;
    line-height: 100% !important;
  }
  .fsx-md-75 {
    font-size: 4.688rem !important;
    line-height: 100% !important;
  }
  .fsx-md-70 {
    font-size: 4.375rem !important;
    line-height: 100% !important;
  }
  .fsx-md-65 {
    font-size: 4.063rem !important;
    line-height: 100% !important;
  }
  .fsx-md-60 {
    font-size: 3.75rem !important;
    line-height: 100% !important;
  }
  .fsx-md-55 {
    font-size: 3.438rem !important;
    line-height: 100% !important;
  }
  .fsx-md-50 {
    font-size: 3.125rem !important;
    line-height: 100% !important;
  }
  .fsx-md-45 {
    font-size: 2.813rem !important;
    line-height: 100% !important;
  }
  .fsx-md-40 {
    font-size: 2.5rem !important;
    line-height: 100% !important;
  }
  .fsx-md-35 {
    font-size: 2.188rem !important;
    line-height: 100% !important;
  }
  .fsx-md-30 {
    font-size: 1.875rem !important;
    line-height: 100% !important;
  }
  .fsx-md-25 {
    font-size: 1.6rem !important;
    line-height: 100% !important;
  }
  .fsx-md-20 {
    font-size: 1.25rem !important;
    line-height: 100% !important;
  }
  .fsx-md-19 {
    font-size: 1.188rem !important;
    line-height: 100% !important;
  }
  .fsx-md-16 {
    font-size: 1rem !important;
    line-height: 100% !important;
  }
  .fsx-md-14 {
    font-size: 0.875rem !important;
    line-height: 100% !important;
  }
  .fsx-md-12 {
    font-size: 0.75rem !important;
    line-height: 100% !important;
  }
}
/* 
.fsx-75 {
  font-size: 75px;
  line-height: 1.2;
}

.fsx-19 {
  font-size: 19px;
  line-height: 1.2;
}

.fsx-16 {
  font-size: 16px;
  line-height: 1.2;
}
*/
.text--primary {
  color: #115e95 !important;
}

.text--hover-primary:hover {
  color: #115e95;
}

a.link--primary {
  color: #115e95;
}
a.link--primary:hover, a.link--primary:focus {
  color: #115e95;
}

.text--secondary {
  color: #a9ffb2 !important;
}

.text--hover-secondary:hover {
  color: #a9ffb2;
}

a.link--secondary {
  color: #a9ffb2;
}
a.link--secondary:hover, a.link--secondary:focus {
  color: #a9ffb2;
}

.text--tertiary {
  color: #93adfd !important;
}

.text--hover-tertiary:hover {
  color: #93adfd;
}

a.link--tertiary {
  color: #93adfd;
}
a.link--tertiary:hover, a.link--tertiary:focus {
  color: #93adfd;
}

.text--quaternary {
  color: #F7F4E5 !important;
}

.text--hover-quaternary:hover {
  color: #F7F4E5;
}

a.link--quaternary {
  color: #F7F4E5;
}
a.link--quaternary:hover, a.link--quaternary:focus {
  color: #F7F4E5;
}

.text--accent {
  color: #041147 !important;
}

.text--hover-accent:hover {
  color: #041147;
}

a.link--accent {
  color: #041147;
}
a.link--accent:hover, a.link--accent:focus {
  color: #041147;
}

.text--success {
  color: #10b981 !important;
}

.text--hover-success:hover {
  color: #10b981;
}

a.link--success {
  color: #10b981;
}
a.link--success:hover, a.link--success:focus {
  color: #10b981;
}

.text--danger {
  color: #ef4444 !important;
}

.text--hover-danger:hover {
  color: #ef4444;
}

a.link--danger {
  color: #ef4444;
}
a.link--danger:hover, a.link--danger:focus {
  color: #ef4444;
}

.text--info {
  color: #6366f1 !important;
}

.text--hover-info:hover {
  color: #6366f1;
}

a.link--info {
  color: #6366f1;
}
a.link--info:hover, a.link--info:focus {
  color: #6366f1;
}

.text--warning {
  color: #fbbf24 !important;
}

.text--hover-warning:hover {
  color: #fbbf24;
}

a.link--warning {
  color: #fbbf24;
}
a.link--warning:hover, a.link--warning:focus {
  color: #fbbf24;
}

.text--white {
  color: #ffffff !important;
}

.text--hover-white:hover {
  color: #ffffff;
}

a.link--white {
  color: #ffffff;
}
a.link--white:hover, a.link--white:focus {
  color: #ffffff;
}

.text--dark {
  color: #1f2937 !important;
}

.text--hover-dark:hover {
  color: #1f2937;
}

a.link--dark {
  color: #1f2937;
}
a.link--dark:hover, a.link--dark:focus {
  color: #1f2937;
}

.text--neutral {
  color: #D9D9D9 !important;
}

.text--hover-neutral:hover {
  color: #D9D9D9;
}

a.link--neutral {
  color: #D9D9D9;
}
a.link--neutral:hover, a.link--neutral:focus {
  color: #D9D9D9;
}

.text--getstarted {
  color: #2563eb !important;
}

.text--hover-getstarted:hover {
  color: #2563eb;
}

a.link--getstarted {
  color: #2563eb;
}
a.link--getstarted:hover, a.link--getstarted:focus {
  color: #2563eb;
}

/* 
<p class="text-primary">Título azul primario</p>
<a class="link-accent" href="#">Link en color accent</a>
<button class="btn text-warning text-hover-danger">…</button>

*/
/* Altura y proporción optimizadas por breakpoint */
.pdf-ratio {
  /* XS/SM: alto cómodo en móviles con barra del navegador variable */
  min-height: 70svh;
  /* usa 70vh si prefieres compat más amplia */
  --bs-aspect-ratio: 100%;
  /* 1:1 por defecto */
}

@media (min-width: 768px) {
  /* md */
  .pdf-ratio {
    --bs-aspect-ratio: 75%;
    /* 4:3 */
    min-height: 60vh;
  }
}
@media (min-width: 992px) {
  /* lg */
  .pdf-ratio {
    --bs-aspect-ratio: 56.25%;
    /* 16:9 */
    min-height: 50vh;
  }
}
/* Que el iframe siempre llene el contenedor */
.pdf-frame {
  width: 100%;
  height: 100%;
  display: block;
}

/* Opcional: suavizar el scroll interno si el visor lo permite */
.pdf-frame {
  -webkit-overflow-scrolling: touch;
}

/* Contenedor visor responsive */
.doc-viewer {
  min-height: 68svh;
  /* alto cómodo en móviles */
  --bs-aspect-ratio: 100%;
  /* 1:1 en XS/SM */
}

@media (min-width: 768px) {
  .doc-viewer {
    --bs-aspect-ratio: 75%;
    min-height: 60vh;
  }
  /* 4:3 */
}
@media (min-width: 992px) {
  .doc-viewer {
    --bs-aspect-ratio: 56.25%;
  }
  /* 16:9 */
}
/* Barra “acordeón” del select */
.doc-header {
  position: relative;
  background: #f5f7fb;
  border: 1px solid #d9dee8;
  border-radius: 0.5rem;
  padding: 0.45rem 0.875rem;
}

.doc-select {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 2rem;
  /* espacio para chevron */
}

.doc-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 12px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.doc-header:has(select:focus) {
  border-color: #9bb7ff;
  -webkit-box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.15);
          box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.15);
}

/* Dark opcional */
@media (prefers-color-scheme: dark) {
  .doc-header {
    background: #0f1623;
    border-color: #22314b;
  }
  .doc-select {
    color: #e6e9ef;
  }
  .doc-header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e6e9ef' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
/* Footer CEDYP */
.footer-cedyp {
  background: #115e95;
  /* Botones de redes “chip” */
  /* separaciones finas en pantallas grandes */
}
.footer-cedyp .brand-mark {
  height: clamp(80px, 8vw, 130px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-cedyp .btn-icon {
  --size: 38px;
  height: var(--size);
  width: var(--size);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: none;
  border: none;
  color: #fff;
}
.footer-cedyp .btn-icon i {
  font-size: 1.313rem;
  line-height: 1;
}
.footer-cedyp .btn-icon:hover, .footer-cedyp .btn-icon:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff;
}
@media (min-width: 992px) {
  .footer-cedyp .brand-title {
    font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  }
  .footer-cedyp .brand-mark {
    height: 130px;
  }
}

:root {
  --brand: #041147;
  --nav-x-pad: clamp(12px, 3vw, 36px);
  --header-h: 72px;
}

/* Asegura que el header quede por encima del hero */
.site-header {
  position: sticky;
  /* o fixed, si lo usas así */
  top: 0;
  /* > que el contenido de abajo */
}

/* ajusta en cada breakpoint si cambia */
.site-header .navbar {
  min-height: var(--header-h);
}

.hero {
  min-height: calc(100svh - var(--header-h));
  /* svh corrige barras de dirección móviles */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  /* IMPORTANTE: no uses min-height fijo aquí si quieres 100% viewport */
}
@media (max-width: 640px) {
  .hero {
    min-height: 300px;
    background-color: #ffffff;
  }
}
.hero .row {
  min-height: inherit;
}
.hero .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .intro-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* centra vertical */
  max-width: 640px;
  padding-block: clamp(1.5rem, 4vh, 4rem);
}
@media (max-width: 991.98px) {
  .hero .intro-hero__content {
    text-align: left;
    padding: 1.6rem;
  }
}
.hero .intro-hero__content h2 {
  font-size: 4.688rem;
  line-height: 100%;
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 991.98px) {
  .hero .intro-hero__content h2 {
    margin: 0 0 1rem 0;
  }
}
.hero .intro-hero__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: calc(100svh - var(--header-h));
  /* el alto lo da la fila */
  min-height: 0;
  /* evita overflow raro en flex */
  overflow: hidden;
}
@media (max-width: 640px) {
  .hero .intro-hero__image-wrapper {
    height: 300px;
  }
}
.hero .intro-hero__image-wrapper .intro-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.br-line {
  display: inline;
}

@media (min-width: 768px) {
  .br-line {
    display: block;
  }
}
/* @media (max-width: 991.98px) {...} */
/* Team Section
--------------------------------*/
#team {
  padding: 3rem 0;
}
@media (max-width: 640px) {
  #team {
    width: 100%;
    margin: 0 auto;
  }
}
#team.wrapp-team .member {
  text-align: center;
  margin: 0;
  background: #ffffff;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  #team.wrapp-team .member {
    width: 100%;
  }
}
#team.wrapp-team .member figure .custom-thumb {
  height: 417px;
  width: auto;
  -webkit-transition: 1s;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 640px) {
  #team.wrapp-team .member figure .custom-thumb {
    width: 100%;
  }
}
#team.wrapp-team .member .member-date {
  display: inline-block;
  text-align: left;
  width: 100%;
}
#team.wrapp-team .member .member-date .wrapp-date {
  padding: 0.5rem 1rem;
}
#team.wrapp-team .member .member-date .wrapp-date h4 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #1c1e1c;
  letter-spacing: -1px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#team.wrapp-team .member .member-date .wrapp-date p,
#team.wrapp-team .member .member-date .wrapp-date span,
#team.wrapp-team .member .member-date .wrapp-date h3 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #1c1e1c;
  letter-spacing: -1px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#team.wrapp-team .member .member-info {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#team.wrapp-team .member .member-info .member-info-content {
  margin-top: -50px;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
#team.wrapp-team .member:hover .member-info {
  width: 100%;
  height: 100%;
  background-color: #115e95;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
#team.wrapp-team .member:hover .member-info .member-info-content {
  margin: 0;
  text-align: left;
  height: 100%;
}
#team.wrapp-team .member:hover .member-info .member-info-content p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.813rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 100%;
}
#team.wrapp-team .member:hover .member-info .member-info-content .wrapp-date {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
}
#team.wrapp-team .member:hover .member-info .member-info-content .wrapp-date h4 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#team.wrapp-team .member:hover .member-info .member-info-content .wrapp-date h3 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#team.wrapp-team .member .social {
  margin-top: 0.5rem;
}
#team.wrapp-team .member .social a {
  -webkit-transition: none;
  transition: none;
  color: #fff;
}
#team.wrapp-team .member .social a:hover {
  color: #1c1e1c;
}
#team.wrapp-team .member .social i {
  font-size: 1rem;
  margin: 0 2px;
}

#team.wrapp-team .owl-item {
  background-color: #fff;
}
#team.wrapp-team .item {
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #team.wrapp-team .item {
    width: 100%;
  }
}
#team.wrapp-team .item .thumb-team {
  width: 320px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 640px) {
  #team.wrapp-team .item .thumb-team {
    width: 100%;
  }
}
#team.wrapp-team .owl-nav {
  position: absolute;
  top: 50%;
  /* Centro vertical */
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Ajusta para que quede exacto al centro */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Flecha izquierda y derecha en extremos */
  width: 100%;
  pointer-events: none;
  /* Deja pasar clicks en área invisible */
  margin: 0;
}
#team.wrapp-team .owl-nav .owl-prev,
#team.wrapp-team .owl-nav .owl-next {
  position: initial;
  display: inline-block;
  height: auto;
  margin: 0 0.5rem;
}
#team.wrapp-team .owl-nav .owl-prev {
  margin: 0 0 0 -35px;
  font-size: 2rem;
  color: #115e95 !important;
}
@media (max-width: 640px) {
  #team.wrapp-team .owl-nav .owl-prev {
    margin: 0;
    color: #115e95 !important;
  }
}
#team.wrapp-team .owl-nav .owl-prev:hover {
  color: #1c1e1c !important;
  background: none;
}
#team.wrapp-team .owl-nav .owl-next {
  margin: 0 -35px 0 0;
  font-size: 2rem;
  color: #115e95 !important;
}
@media (max-width: 640px) {
  #team.wrapp-team .owl-nav .owl-next {
    margin: 0;
    color: #115e95 !important;
  }
}
#team.wrapp-team .owl-nav .owl-next:hover {
  color: #1c1e1c !important;
  background: none;
}

/* Contenedor de navegación */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  /* Centro vertical */
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Ajusta para que quede exacto al centro */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Flecha izquierda y derecha en extremos */
  width: 100%;
  pointer-events: none;
  /* Deja pasar clicks en área invisible */
  margin: 0;
}
.owl-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 3rem;
  /* Tamaño del icono */
  /* Color de las flechas */
  pointer-events: all;
  /* Reactivar click en botones */
  /* Opcional: hover */
}
.owl-carousel .owl-nav button.owl-prev {
  margin: 0 0 0 -40px;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
  }
}
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0d6efd;
  background: none;
}
.owl-carousel .owl-nav button.owl-next {
  margin: 0 -40px 0 0;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-next {
    margin: 0;
  }
}
.owl-carousel .owl-nav button.owl-next:hover {
  color: #0d6efd;
  background: none;
}
.owl-carousel .owl-nav button:hover {
  color: #0d6efd;
  background: none;
}

#contenido-carousel.wrapp-contenido-carousel .owl-item {
  background-color: transparent;
}
#contenido-carousel.wrapp-contenido-carousel .item {
  width: 100%;
  margin: 0 auto;
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav {
  position: absolute;
  top: 50%;
  /* Centro vertical */
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Ajusta para que quede exacto al centro */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Flecha izquierda y derecha en extremos */
  width: 100%;
  pointer-events: none;
  /* Deja pasar clicks en área invisible */
  margin: 0;
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-prev,
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-next {
  position: initial;
  display: inline-block;
  height: auto;
  margin: 0 0.5rem;
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-prev {
  margin-left: -2rem;
  font-size: 2.6rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  #contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-prev {
    margin-left: -1.3rem;
    font-size: 2.3rem;
    color: #ffffff;
    text-shadow: 0 0 5px black;
  }
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-prev:hover {
  color: #a9ffb2;
  background: none;
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-next {
  margin-right: -2rem;
  font-size: 2.6rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  #contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-next {
    margin-right: -1.3rem;
    font-size: 2.3rem;
    color: #ffffff;
    text-shadow: 0 0 5px black;
  }
}
#contenido-carousel.wrapp-contenido-carousel .owl-nav .owl-next:hover {
  color: #a9ffb2;
  background: none;
}

/* .entry-post-page {
	&.space-100 {
		padding: 100px 0;
	}
} */
.wapp-date-transfer {
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 2rem;
  margin-top: 20px;
  display: block;
  max-width: 545px;
  height: auto;
}
.wapp-date-transfer .title-transfer {
  margin: 0 0 1.6rem 0 !important;
}
@media (max-width: 640px) {
  .wapp-date-transfer .title-transfer {
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
  }
}
.wapp-date-transfer .dates-transfer li {
  margin: 0 0 0.5rem 0 !important;
}
@media (max-width: 640px) {
  .wapp-date-transfer .dates-transfer li {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 640px) {
  .calltoaction-content .title-calltoaction {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 640px) {
  .calltoaction-images img {
    display: none;
    max-width: 150px;
    height: auto;
  }
}

.card.support-img {
  /*  &::after {
     content: ""; 
     position: absolute;
     bottom: 1rem;
     right: 1rem;
     width: 100px;
     height: 100px;
     background: url(../images/isotipo-color.png) center center no-repeat;
  background-size: contain;
     pointer-events: none; // Permite hacer clic en los elementos debajo de la superposición

  @media (max-width: 640px) {
   display: none;
  } 
   }*/
}

.section-cta {
  color: #1c1e1c;
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}
@media (max-width: 640px) {
  .section-cta {
    padding: 1.125rem 0;
  }
}

.cta-content {
  text-align: left;
}
@media (max-width: 640px) {
  .cta-content {
    text-align: left;
  }
}
/*
* @Buttons             
**/
.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--primary {
  background-color: #115e95;
  border-color: #115e95;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--primary:hover, .btn-full.--primary:focus {
  background-color: #0e4b77;
  border-color: #115e95;
  color: #ffffff;
}
.btn-full.--primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #1885d3;
          box-shadow: 0 0 0 0.2rem #1885d3;
}
.btn-full.--primary[disabled], .btn-full.--primary.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--primary {
  background-color: #10598e;
  border-color: #115e95;
  color: #ffffff;
}
body.dark-mode .btn-full.--primary:hover, body.dark-mode .btn-full.--primary:focus {
  background-color: #0e4b77;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--primary {
  border-color: #115e95;
  color: #115e95 !important;
  background-color: transparent;
}
.btn-border.--primary:hover, .btn-border.--primary:focus {
  background-color: #115e95;
  color: #ffffff !important;
  border-color: #115e95;
}
.btn-border.--primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #1885d3;
          box-shadow: 0 0 0 0.2rem #1885d3;
}
.btn-border.--primary[disabled], .btn-border.--primary.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--primary {
  border-color: #1571b4;
  color: #1571b4;
}
body.dark-mode .btn-border.--primary:hover, body.dark-mode .btn-border.--primary:focus {
  background-color: #115e95;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--secondary {
  background-color: #a9ffb2;
  border-color: #a9ffb2;
  color: #1f2937 !important;
  text-decoration: none !important;
}
.btn-full.--secondary:hover, .btn-full.--secondary:focus {
  background-color: #54ff66;
  border-color: #a9ffb2;
  color: #1f2937;
}
.btn-full.--secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #baffc1;
          box-shadow: 0 0 0 0.2rem #baffc1;
}
.btn-full.--secondary[disabled], .btn-full.--secondary.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--secondary {
  background-color: #94ff9f;
  border-color: #a9ffb2;
  color: #1f2937;
}
body.dark-mode .btn-full.--secondary:hover, body.dark-mode .btn-full.--secondary:focus {
  background-color: #54ff66;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--secondary {
  border-color: #a9ffb2;
  color: #a9ffb2 !important;
  background-color: transparent;
}
.btn-border.--secondary:hover, .btn-border.--secondary:focus {
  background-color: #a9ffb2;
  color: #1f2937 !important;
  border-color: #a9ffb2;
}
.btn-border.--secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #baffc1;
          box-shadow: 0 0 0 0.2rem #baffc1;
}
.btn-border.--secondary[disabled], .btn-border.--secondary.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--secondary {
  border-color: #b2ffba;
  color: #b2ffba;
}
body.dark-mode .btn-border.--secondary:hover, body.dark-mode .btn-border.--secondary:focus {
  background-color: #a9ffb2;
  color: #1f2937 !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--accent {
  background-color: #041147;
  border-color: #041147;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--accent:hover, .btn-full.--accent:focus {
  background-color: #030e39;
  border-color: #041147;
  color: #ffffff;
}
.btn-full.--accent:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #092599;
          box-shadow: 0 0 0 0.2rem #092599;
}
.btn-full.--accent[disabled], .btn-full.--accent.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--accent {
  background-color: #041043;
  border-color: #041147;
  color: #ffffff;
}
body.dark-mode .btn-full.--accent:hover, body.dark-mode .btn-full.--accent:focus {
  background-color: #030e39;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--accent {
  border-color: #041147;
  color: #041147 !important;
  background-color: transparent;
}
.btn-border.--accent:hover, .btn-border.--accent:focus {
  background-color: #041147;
  color: #ffffff !important;
  border-color: #041147;
}
.btn-border.--accent:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #092599;
          box-shadow: 0 0 0 0.2rem #092599;
}
.btn-border.--accent[disabled], .btn-border.--accent.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--accent {
  border-color: #061b70;
  color: #061b70;
}
body.dark-mode .btn-border.--accent:hover, body.dark-mode .btn-border.--accent:focus {
  background-color: #041147;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--light {
  background-color: #ebf1f6;
  border-color: #ebf1f6;
  color: #1f2937 !important;
  text-decoration: none !important;
}
.btn-full.--light:hover, .btn-full.--light:focus {
  background-color: #a9c3d8;
  border-color: #ebf1f6;
  color: #1f2937;
}
.btn-full.--light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #eff4f8;
          box-shadow: 0 0 0 0.2rem #eff4f8;
}
.btn-full.--light[disabled], .btn-full.--light.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--light {
  background-color: #dae5ef;
  border-color: #ebf1f6;
  color: #1f2937;
}
body.dark-mode .btn-full.--light:hover, body.dark-mode .btn-full.--light:focus {
  background-color: #a9c3d8;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--light {
  border-color: #ebf1f6;
  color: #ebf1f6 !important;
  background-color: transparent;
}
.btn-border.--light:hover, .btn-border.--light:focus {
  background-color: #ebf1f6;
  color: #1f2937 !important;
  border-color: #ebf1f6;
}
.btn-border.--light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #eff4f8;
          box-shadow: 0 0 0 0.2rem #eff4f8;
}
.btn-border.--light[disabled], .btn-border.--light.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--light {
  border-color: #edf2f7;
  color: #edf2f7;
}
body.dark-mode .btn-border.--light:hover, body.dark-mode .btn-border.--light:focus {
  background-color: #ebf1f6;
  color: #1f2937 !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--dark {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--dark:hover, .btn-full.--dark:focus {
  background-color: #19212c;
  border-color: #1f2937;
  color: #ffffff;
}
.btn-full.--dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #3e516d;
          box-shadow: 0 0 0 0.2rem #3e516d;
}
.btn-full.--dark[disabled], .btn-full.--dark.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--dark {
  background-color: #1d2734;
  border-color: #1f2937;
  color: #ffffff;
}
body.dark-mode .btn-full.--dark:hover, body.dark-mode .btn-full.--dark:focus {
  background-color: #19212c;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--dark {
  border-color: #1f2937;
  color: #1f2937 !important;
  background-color: transparent;
}
.btn-border.--dark:hover, .btn-border.--dark:focus {
  background-color: #1f2937;
  color: #ffffff !important;
  border-color: #1f2937;
}
.btn-border.--dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #3e516d;
          box-shadow: 0 0 0 0.2rem #3e516d;
}
.btn-border.--dark[disabled], .btn-border.--dark.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--dark {
  border-color: #2e3d52;
  color: #2e3d52;
}
body.dark-mode .btn-border.--dark:hover, body.dark-mode .btn-border.--dark:focus {
  background-color: #1f2937;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--success {
  background-color: #10b981;
  border-color: #10b981;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--success:hover, .btn-full.--success:focus {
  background-color: #0d9467;
  border-color: #10b981;
  color: #ffffff;
}
.btn-full.--success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #1beba6;
          box-shadow: 0 0 0 0.2rem #1beba6;
}
.btn-full.--success[disabled], .btn-full.--success.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--success {
  background-color: #0fb07b;
  border-color: #10b981;
  color: #ffffff;
}
body.dark-mode .btn-full.--success:hover, body.dark-mode .btn-full.--success:focus {
  background-color: #0d9467;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--success {
  border-color: #10b981;
  color: #10b981 !important;
  background-color: transparent;
}
.btn-border.--success:hover, .btn-border.--success:focus {
  background-color: #10b981;
  color: #ffffff !important;
  border-color: #10b981;
}
.btn-border.--success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #1beba6;
          box-shadow: 0 0 0 0.2rem #1beba6;
}
.btn-border.--success[disabled], .btn-border.--success.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--success {
  border-color: #12d595;
  color: #12d595;
}
body.dark-mode .btn-border.--success:hover, body.dark-mode .btn-border.--success:focus {
  background-color: #10b981;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--warning {
  background-color: #fbbf24;
  border-color: #fbbf24;
  color: #1f2937 !important;
  text-decoration: none !important;
}
.btn-full.--warning:hover, .btn-full.--warning:focus {
  background-color: #e1a404;
  border-color: #fbbf24;
  color: #1f2937;
}
.btn-full.--warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fccc50;
          box-shadow: 0 0 0 0.2rem #fccc50;
}
.btn-full.--warning[disabled], .btn-full.--warning.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--warning {
  background-color: #fbbb16;
  border-color: #fbbf24;
  color: #1f2937;
}
body.dark-mode .btn-full.--warning:hover, body.dark-mode .btn-full.--warning:focus {
  background-color: #e1a404;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--warning {
  border-color: #fbbf24;
  color: #fbbf24 !important;
  background-color: transparent;
}
.btn-border.--warning:hover, .btn-border.--warning:focus {
  background-color: #fbbf24;
  color: #1f2937 !important;
  border-color: #fbbf24;
}
.btn-border.--warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fccc50;
          box-shadow: 0 0 0 0.2rem #fccc50;
}
.btn-border.--warning[disabled], .btn-border.--warning.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--warning {
  border-color: #fbc53a;
  color: #fbc53a;
}
body.dark-mode .btn-border.--warning:hover, body.dark-mode .btn-border.--warning:focus {
  background-color: #fbbf24;
  color: #1f2937 !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--danger {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--danger:hover, .btn-full.--danger:focus {
  background-color: #e21313;
  border-color: #ef4444;
  color: #ffffff;
}
.btn-full.--danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #f26969;
          box-shadow: 0 0 0 0.2rem #f26969;
}
.btn-full.--danger[disabled], .btn-full.--danger.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--danger {
  background-color: #ee3636;
  border-color: #ef4444;
  color: #ffffff;
}
body.dark-mode .btn-full.--danger:hover, body.dark-mode .btn-full.--danger:focus {
  background-color: #e21313;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--danger {
  border-color: #ef4444;
  color: #ef4444 !important;
  background-color: transparent;
}
.btn-border.--danger:hover, .btn-border.--danger:focus {
  background-color: #ef4444;
  color: #ffffff !important;
  border-color: #ef4444;
}
.btn-border.--danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #f26969;
          box-shadow: 0 0 0 0.2rem #f26969;
}
.btn-border.--danger[disabled], .btn-border.--danger.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--danger {
  border-color: #f15757;
  color: #f15757;
}
body.dark-mode .btn-border.--danger:hover, body.dark-mode .btn-border.--danger:focus {
  background-color: #ef4444;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--info {
  background-color: #6366f1;
  border-color: #6366f1;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--info:hover, .btn-full.--info:focus {
  background-color: #2529eb;
  border-color: #6366f1;
  color: #ffffff;
}
.btn-full.--info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #8285f4;
          box-shadow: 0 0 0 0.2rem #8285f4;
}
.btn-full.--info[disabled], .btn-full.--info.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--info {
  background-color: #5357f0;
  border-color: #6366f1;
  color: #ffffff;
}
body.dark-mode .btn-full.--info:hover, body.dark-mode .btn-full.--info:focus {
  background-color: #2529eb;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--info {
  border-color: #6366f1;
  color: #6366f1 !important;
  background-color: transparent;
}
.btn-border.--info:hover, .btn-border.--info:focus {
  background-color: #6366f1;
  color: #ffffff !important;
  border-color: #6366f1;
}
.btn-border.--info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #8285f4;
          box-shadow: 0 0 0 0.2rem #8285f4;
}
.btn-border.--info[disabled], .btn-border.--info.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--info {
  border-color: #7375f2;
  color: #7375f2;
}
body.dark-mode .btn-border.--info:hover, body.dark-mode .btn-border.--info:focus {
  background-color: #6366f1;
  color: #ffffff !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1f2937 !important;
  text-decoration: none !important;
}
.btn-full.--white:hover, .btn-full.--white:focus {
  background-color: #cccccc;
  border-color: #ffffff;
  color: #1f2937;
}
.btn-full.--white:focus {
  -webkit-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
}
.btn-full.--white[disabled], .btn-full.--white.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--white {
  background-color: #f2f2f2;
  border-color: #ffffff;
  color: #1f2937;
}
body.dark-mode .btn-full.--white:hover, body.dark-mode .btn-full.--white:focus {
  background-color: #cccccc;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--white {
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: transparent;
}
.btn-border.--white:hover, .btn-border.--white:focus {
  background-color: #ffffff;
  color: #1f2937 !important;
  border-color: #ffffff;
}
.btn-border.--white:focus {
  -webkit-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
}
.btn-border.--white[disabled], .btn-border.--white.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--white {
  border-color: white;
  color: white;
}
body.dark-mode .btn-border.--white:hover, body.dark-mode .btn-border.--white:focus {
  background-color: #ffffff;
  color: #1f2937 !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--neutral {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #1f2937 !important;
  text-decoration: none !important;
}
.btn-full.--neutral:hover, .btn-full.--neutral:focus {
  background-color: #aeaeae;
  border-color: #D9D9D9;
  color: #1f2937;
}
.btn-full.--neutral:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #e1e1e1;
          box-shadow: 0 0 0 0.2rem #e1e1e1;
}
.btn-full.--neutral[disabled], .btn-full.--neutral.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--neutral {
  background-color: #cecece;
  border-color: #D9D9D9;
  color: #1f2937;
}
body.dark-mode .btn-full.--neutral:hover, body.dark-mode .btn-full.--neutral:focus {
  background-color: #aeaeae;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--neutral {
  border-color: #D9D9D9;
  color: #D9D9D9 !important;
  background-color: transparent;
}
.btn-border.--neutral:hover, .btn-border.--neutral:focus {
  background-color: #D9D9D9;
  color: #1f2937 !important;
  border-color: #D9D9D9;
}
.btn-border.--neutral:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #e1e1e1;
          box-shadow: 0 0 0 0.2rem #e1e1e1;
}
.btn-border.--neutral[disabled], .btn-border.--neutral.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--neutral {
  border-color: #dddddd;
  color: #dddddd;
}
body.dark-mode .btn-border.--neutral:hover, body.dark-mode .btn-border.--neutral:focus {
  background-color: #D9D9D9;
  color: #1f2937 !important;
}

.btn-full {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-full {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-full.--getstarted {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-full.--getstarted:hover, .btn-full.--getstarted:focus {
  background-color: #124bc7;
  border-color: #2563eb;
  color: #ffffff;
}
.btn-full.--getstarted:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #5182ef;
          box-shadow: 0 0 0 0.2rem #5182ef;
}
.btn-full.--getstarted[disabled], .btn-full.--getstarted.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-full.--getstarted {
  background-color: #195aea;
  border-color: #2563eb;
  color: #ffffff;
}
body.dark-mode .btn-full.--getstarted:hover, body.dark-mode .btn-full.--getstarted:focus {
  background-color: #124bc7;
}

.btn-border {
  padding: 0.375rem 1.8rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  display: inline-block;
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  width: auto;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  .btn-border {
    display: block;
    margin: 1.25rem auto;
    width: 100%;
    text-align: center;
  }
}
.btn-border.--getstarted {
  border-color: #2563eb;
  color: #2563eb !important;
  background-color: transparent;
}
.btn-border.--getstarted:hover, .btn-border.--getstarted:focus {
  background-color: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
}
.btn-border.--getstarted:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #5182ef;
          box-shadow: 0 0 0 0.2rem #5182ef;
}
.btn-border.--getstarted[disabled], .btn-border.--getstarted.disabled {
  opacity: 0.65;
  pointer-events: none;
}
body.dark-mode .btn-border.--getstarted {
  border-color: #3b73ed;
  color: #3b73ed;
}
body.dark-mode .btn-border.--getstarted:hover, body.dark-mode .btn-border.--getstarted:focus {
  background-color: #2563eb;
  color: #ffffff !important;
}

/*
* @Buttons wrapper           
**/
.wrapp-btn {
  display: inline-block;
  width: 100%;
}
@media (max-width: 640px) {
  .wrapp-btn {
    margin: 0.5rem 0;
    text-align: center;
  }
}
.wrapp-btn.btn-left {
  text-align: left;
}
.wrapp-btn.btn-right {
  text-align: right;
}
.wrapp-btn.btn-center {
  text-align: center;
}

/*
* @Buttons Sizes         
**/
.btn.btn-border.btn-xl, .btn.btn-full.btn-xl, .btn.btn-getstarted.btn-xl, .btn.btn-type.btn-xl, .btn.btn-getstarted.btn-xl, .btn.btn-border.btn-xl, .btn.btn-table.btn-xl {
  padding: 0.5rem 1.875rem !important;
  font-size: 1.3rem !important;
  line-height: 1.8 !important;
  border-radius: 22px !important;
}
.btn.btn-border.btn-lg, .btn.btn-full.btn-lg, .btn.btn-getstarted.btn-lg, .btn.btn-type.btn-lg, .btn.btn-getstarted.btn-lg, .btn.btn-border.btn-lg, .btn.btn-table.btn-lg {
  padding: 0.5rem 2.3rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.btn.btn-border.btn-md, .btn.btn-full.btn-md, .btn.btn-getstarted.btn-md, .btn.btn-type.btn-md, .btn.btn-getstarted.btn-md, .btn.btn-border.btn-md, .btn.btn-table.btn-md {
  padding: 0.375rem 1.7rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.btn.btn-border.btn-sm, .btn.btn-full.btn-sm, .btn.btn-getstarted.btn-sm, .btn.btn-type.btn-sm, .btn.btn-getstarted.btn-sm, .btn.btn-border.btn-sm, .btn.btn-table.btn-sm {
  padding: 0.25rem 0.6rem !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}
.btn.btn-border.btn-xxs, .btn.btn-full.btn-xxs, .btn.btn-getstarted.btn-xxs, .btn.btn-type.btn-xxs, .btn.btn-getstarted.btn-xxs, .btn.btn-border.btn-xxs, .btn.btn-table.btn-xxs {
  padding: 0.25rem 1.3rem !important;
  font-size: 0.7rem !important;
  line-height: 1.6 !important;
}
.btn.btn-border .icono, .btn.btn-full .icono, .btn.btn-getstarted .icono, .btn.btn-type .icono, .btn.btn-getstarted .icono, .btn.btn-border .icono, .btn.btn-table .icono {
  font-size: inherit !important;
}
.btn.btn-border.btn-sm .icono, .btn.btn-full.btn-sm .icono, .btn.btn-getstarted.btn-sm .icono, .btn.btn-type.btn-sm .icono, .btn.btn-getstarted.btn-sm .icono, .btn.btn-border.btn-sm .icono, .btn.btn-table.btn-sm .icono {
  font-size: 0.875rem !important;
}
.btn.btn-border.btn-xxs .icono, .btn.btn-full.btn-xxs .icono, .btn.btn-getstarted.btn-xxs .icono, .btn.btn-type.btn-xxs .icono, .btn.btn-getstarted.btn-xxs .icono, .btn.btn-border.btn-xxs .icono, .btn.btn-table.btn-xxs .icono {
  font-size: 0.7rem !important;
}

.wrapp-links {
  display: inline-block;
  margin: 1rem 0 0 0;
  width: 100%;
}
@media (max-width: 640px) {
  .wrapp-links {
    text-align: left;
    display: inline-block;
  }
}
.wrapp-links.links-right {
  text-align: right;
}
@media (max-width: 640px) {
  .wrapp-links.links-right {
    text-align: left;
    display: inline-block;
  }
}
.wrapp-links.links-center {
  text-align: center;
}
@media (max-width: 640px) {
  .wrapp-links.links-center {
    text-align: left;
    display: inline-block;
  }
}
.wrapp-links.links-left {
  text-align: left;
}
@media (max-width: 640px) {
  .wrapp-links.links-left {
    text-align: left;
    display: inline-block;
  }
}

.btn-border.btn-xl,
.btn-full.btn-xl,
.btn-getstarted.btn-xl,
.btn-type.btn-xl,
.btn-getstarted.btn-xl,
.btn-border.btn-xl,
.btn-table.btn-xl {
  padding: 0.5rem 1.875rem !important;
  font-size: 1.3rem !important;
  line-height: 1.8 !important;
  border-radius: 22px !important;
}
.btn-border.btn-lg,
.btn-full.btn-lg,
.btn-getstarted.btn-lg,
.btn-type.btn-lg,
.btn-getstarted.btn-lg,
.btn-border.btn-lg,
.btn-table.btn-lg {
  padding: 0.5rem 2.3rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.btn-border.btn-md,
.btn-full.btn-md,
.btn-getstarted.btn-md,
.btn-type.btn-md,
.btn-getstarted.btn-md,
.btn-border.btn-md,
.btn-table.btn-md {
  padding: 0.375rem 1.7rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.btn-border.btn-sm,
.btn-full.btn-sm,
.btn-getstarted.btn-sm,
.btn-type.btn-sm,
.btn-getstarted.btn-sm,
.btn-border.btn-sm,
.btn-table.btn-sm {
  padding: 0.25rem 0.6rem !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}
.btn-border.btn-xxs,
.btn-full.btn-xxs,
.btn-getstarted.btn-xxs,
.btn-type.btn-xxs,
.btn-getstarted.btn-xxs,
.btn-border.btn-xxs,
.btn-table.btn-xxs {
  padding: 0.25rem 1.3rem !important;
  font-size: 0.7rem !important;
  line-height: 1.6 !important;
}
.btn-border .icono,
.btn-full .icono,
.btn-getstarted .icono,
.btn-type .icono,
.btn-getstarted .icono,
.btn-border .icono,
.btn-table .icono {
  font-size: inherit !important;
}
.btn-border.btn-sm .icono,
.btn-full.btn-sm .icono,
.btn-getstarted.btn-sm .icono,
.btn-type.btn-sm .icono,
.btn-getstarted.btn-sm .icono,
.btn-border.btn-sm .icono,
.btn-table.btn-sm .icono {
  font-size: 0.875rem !important;
}
.btn-border.btn-xxs .icono,
.btn-full.btn-xxs .icono,
.btn-getstarted.btn-xxs .icono,
.btn-type.btn-xxs .icono,
.btn-getstarted.btn-xxs .icono,
.btn-border.btn-xxs .icono,
.btn-table.btn-xxs .icono {
  font-size: 0.7rem !important;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #115e95;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* .button-link {
  font-family: xxx;
  color: xxx;
  font-size: xxx;
  font-weight: xxx;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s;

  &:hover {
    color: $primary;
    text-decoration: underline;
  }
} */
.button-link {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #2b2b2b;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link:hover {
  color: #444444;
  text-decoration: underline;
}

.button-link.--primary {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #115e95;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--primary:hover {
  color: #1575ba;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--primary {
    text-decoration: underline;
  }
}

.button-link.--secondary {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #a9ffb2;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--secondary:hover {
  color: #76ff84;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--secondary {
    text-decoration: underline;
  }
}

.button-link.--tertiary {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #93adfd;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--tertiary:hover {
  color: #6489fc;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--tertiary {
    text-decoration: underline;
  }
}

.button-link.--quaternary {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #F7F4E5;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--quaternary:hover {
  color: #eae2b9;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--quaternary {
    text-decoration: underline;
  }
}

.button-link.--accent {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #041147;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--accent:hover {
  color: #071d78;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--accent {
    text-decoration: underline;
  }
}

.button-link.--success {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #10b981;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--success:hover {
  color: #13db99;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--success {
    text-decoration: underline;
  }
}

.button-link.--danger {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #ef4444;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--danger:hover {
  color: #ec2222;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--danger {
    text-decoration: underline;
  }
}

.button-link.--info {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #6366f1;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--info:hover {
  color: #3e41ee;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--info {
    text-decoration: underline;
  }
}

.button-link.--warning {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #fbbf24;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--warning:hover {
  color: #f8b405;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--warning {
    text-decoration: underline;
  }
}

.button-link.--white {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--white:hover {
  color: #e0e0e0;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--white {
    text-decoration: underline;
  }
}

.button-link.--dark {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #1f2937;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--dark:hover {
  color: #314158;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--dark {
    text-decoration: underline;
  }
}

.button-link.--neutral {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #D9D9D9;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--neutral:hover {
  color: #bfbfbf;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--neutral {
    text-decoration: underline;
  }
}

.button-link.--getstarted {
  font-family: var(--font-family, "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
  color: #2563eb;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-link.--getstarted:hover {
  color: #1452db;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .button-link.--getstarted {
    text-decoration: underline;
  }
}

.u-text-primary {
  color: #115e95 !important;
}

.u-border-primary {
  border-color: #115e95 !important;
}

.u-bg-primary {
  background-color: #115e95 !important;
  color: #ffffff !important;
}

.u-text-secondary {
  color: #a9ffb2 !important;
}

.u-border-secondary {
  border-color: #a9ffb2 !important;
}

.u-bg-secondary {
  background-color: #a9ffb2 !important;
  color: #111111 !important;
}

.u-text-tertiary {
  color: #93adfd !important;
}

.u-border-tertiary {
  border-color: #93adfd !important;
}

.u-bg-tertiary {
  background-color: #93adfd !important;
  color: #111111 !important;
}

.u-text-quaternary {
  color: #F7F4E5 !important;
}

.u-border-quaternary {
  border-color: #F7F4E5 !important;
}

.u-bg-quaternary {
  background-color: #F7F4E5 !important;
  color: #111111 !important;
}

.u-text-accent {
  color: #041147 !important;
}

.u-border-accent {
  border-color: #041147 !important;
}

.u-bg-accent {
  background-color: #041147 !important;
  color: #ffffff !important;
}

.u-text-success {
  color: #10b981 !important;
}

.u-border-success {
  border-color: #10b981 !important;
}

.u-bg-success {
  background-color: #10b981 !important;
  color: #111111 !important;
}

.u-text-danger {
  color: #ef4444 !important;
}

.u-border-danger {
  border-color: #ef4444 !important;
}

.u-bg-danger {
  background-color: #ef4444 !important;
  color: #ffffff !important;
}

.u-text-info {
  color: #6366f1 !important;
}

.u-border-info {
  border-color: #6366f1 !important;
}

.u-bg-info {
  background-color: #6366f1 !important;
  color: #ffffff !important;
}

.u-text-warning {
  color: #fbbf24 !important;
}

.u-border-warning {
  border-color: #fbbf24 !important;
}

.u-bg-warning {
  background-color: #fbbf24 !important;
  color: #111111 !important;
}

.u-text-white {
  color: #ffffff !important;
}

.u-border-white {
  border-color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
  color: #111111 !important;
}

.u-text-dark {
  color: #1f2937 !important;
}

.u-border-dark {
  border-color: #1f2937 !important;
}

.u-bg-dark {
  background-color: #1f2937 !important;
  color: #ffffff !important;
}

.u-text-neutral {
  color: #D9D9D9 !important;
}

.u-border-neutral {
  border-color: #D9D9D9 !important;
}

.u-bg-neutral {
  background-color: #D9D9D9 !important;
  color: #111111 !important;
}

.u-text-getstarted {
  color: #2563eb !important;
}

.u-border-getstarted {
  border-color: #2563eb !important;
}

.u-bg-getstarted {
  background-color: #2563eb !important;
  color: #ffffff !important;
}

:root[data-theme=dark] .button-link {
  color: #cfd3da;
}
:root[data-theme=dark] .button-link.--primary:hover {
  color: #1575ba;
}
:root[data-theme=dark] .button-link.--secondary:hover {
  color: #76ff84;
}
:root[data-theme=dark] .button-link.--tertiary:hover {
  color: #6489fc;
}
:root[data-theme=dark] .button-link.--quaternary:hover {
  color: #eae2b9;
}
:root[data-theme=dark] .button-link.--accent:hover {
  color: #071d78;
}
:root[data-theme=dark] .button-link.--success:hover {
  color: #13db99;
}
:root[data-theme=dark] .button-link.--danger:hover {
  color: #ec2222;
}
:root[data-theme=dark] .button-link.--info:hover {
  color: #3e41ee;
}
:root[data-theme=dark] .button-link.--warning:hover {
  color: #f8b405;
}
:root[data-theme=dark] .button-link.--white:hover {
  color: #e0e0e0;
}
:root[data-theme=dark] .button-link.--dark:hover {
  color: #314158;
}
:root[data-theme=dark] .button-link.--neutral:hover {
  color: #bfbfbf;
}
:root[data-theme=dark] .button-link.--getstarted:hover {
  color: #1452db;
}

/* 
<a class="button-link" href="#">Link base</a>
<a class="button-link --primary" href="#">Link primario</a>
<a class="button-link --accent" href="#">Link acento</a>

<p class="u-text-warning">Texto de advertencia</p>
<div class="u-bg-tertiary p-3">Caja con contraste automático</div>

*/
/*
* @Cards        
**/
/* .card {
  box-shadow: none;
  transition: background 0.25s ease; 
  box-shadow: 0px 0 15px 3px rgb(1 41 112 / 6%);
  border-radius: $card-radius-xl;
  overflow: hidden;
  position: relative;
  z-index: 5;


  .card-menu {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 20;

    .dropdown {
      .dropdown-toggle {
        border: none;
        padding: 0;
        background-color: transparent;

        &::after {
          content: none;
        }

        i {
          font-size: 1.6rem;
          color: $dark;
        }

        &.show {
          background-color: transparent;
          border-color: transparent;
        }
      }
    }
  }

  &.tale-bg {
    background-color: #282f3a;
  }

  &.transparent {
    background: transparent;
  }

  .card-body {
    padding: 1.25rem;
    background-color: transparent;
    text-align: initial;

    a {
      text-decoration: none;
    }

    +.card-body {
      padding-top: 1rem;
    }

    .dropdown {
      &.dropdown-icon {

        .dropdown-toggle {
          &::after {
            content: none;
          }

          i {
            font-size: 1.5rem;
            color: $primary;
          }
        }
      }
    }

    .card-title {
      color: $dark;
      margin-bottom: 1.2rem;
      text-transform: capitalize;
      font-size: 1.125rem;
      font-weight: 600;
    }

    .card-subtitle {
      color: $dark;
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 1.063rem;
    }

    .card-description {
      margin-bottom: 0.875rem;
      font-weight: 400;
      color: $dark;
    }
  }

  &.card-weather {
    .weather-daily {
      .weather-day {
        opacity: 0.5;
        font-weight: 900;
      }

      i {
        font-size: 20px;
      }

      .weather-temp {
        margin-top: 0.5rem;
        margin-bottom: 0;
        opacity: 0.5;
        font-size: 0.75rem;
      }
    }
  }
} */
.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-primary {
  background-color: #115e95, #ffffff;
  color: #ffffff;
}
.card.card-primary:hover, .card.card-primary:focus {
  background: white;
}
.card.card-primary .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-primary .card-body p {
  color: #ffffff;
}
.card.card-primary .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-primary .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-primary .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-primary .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-primary {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-primary .card-body .card-title,
body.dark-mode .card.card-primary .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-primary .card-body i {
  color: white;
}
body.dark-mode .card.card-primary .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-primary {
  border: 1px solid #115e95, #ffffff;
}
.card.card-outline-primary .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-primary .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #115e95, #ffffff;
}
.card.card-outline-primary .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-primary {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-primary .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-secondary {
  background-color: #a9ffb2, #ffffff;
  color: #ffffff;
}
.card.card-secondary:hover, .card.card-secondary:focus {
  background: white;
}
.card.card-secondary .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-secondary .card-body p {
  color: #ffffff;
}
.card.card-secondary .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-secondary .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-secondary .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-secondary .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-secondary {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-secondary .card-body .card-title,
body.dark-mode .card.card-secondary .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-secondary .card-body i {
  color: white;
}
body.dark-mode .card.card-secondary .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-secondary {
  border: 1px solid #a9ffb2, #ffffff;
}
.card.card-outline-secondary .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-secondary .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #a9ffb2, #ffffff;
}
.card.card-outline-secondary .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-secondary {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-secondary .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-accent {
  background-color: #041147, #ffffff;
  color: #ffffff;
}
.card.card-accent:hover, .card.card-accent:focus {
  background: white;
}
.card.card-accent .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-accent .card-body p {
  color: #ffffff;
}
.card.card-accent .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-accent .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-accent .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-accent .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-accent {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-accent .card-body .card-title,
body.dark-mode .card.card-accent .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-accent .card-body i {
  color: white;
}
body.dark-mode .card.card-accent .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-accent {
  border: 1px solid #041147, #ffffff;
}
.card.card-outline-accent .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-accent .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #041147, #ffffff;
}
.card.card-outline-accent .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-accent {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-accent .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-light {
  background-color: #ebf1f6, #1f2937;
  color: #ffffff;
}
.card.card-light:hover, .card.card-light:focus {
  background: white;
}
.card.card-light .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-light .card-body p {
  color: #ffffff;
}
.card.card-light .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-light .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-light .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-light .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-light {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-light .card-body .card-title,
body.dark-mode .card.card-light .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-light .card-body i {
  color: white;
}
body.dark-mode .card.card-light .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-light {
  border: 1px solid #ebf1f6, #1f2937;
}
.card.card-outline-light .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-light .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ebf1f6, #1f2937;
}
.card.card-outline-light .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-light {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-light .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-dark {
  background-color: #1f2937, #ffffff;
  color: #ffffff;
}
.card.card-dark:hover, .card.card-dark:focus {
  background: white;
}
.card.card-dark .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-dark .card-body p {
  color: #ffffff;
}
.card.card-dark .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-dark .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-dark .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-dark .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-dark {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-dark .card-body .card-title,
body.dark-mode .card.card-dark .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-dark .card-body i {
  color: white;
}
body.dark-mode .card.card-dark .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-dark {
  border: 1px solid #1f2937, #ffffff;
}
.card.card-outline-dark .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-dark .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #1f2937, #ffffff;
}
.card.card-outline-dark .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-dark {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-dark .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-neutral {
  background-color: #D9D9D9, #1f2937;
  color: #ffffff;
}
.card.card-neutral:hover, .card.card-neutral:focus {
  background: white;
}
.card.card-neutral .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-neutral .card-body p {
  color: #ffffff;
}
.card.card-neutral .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-neutral .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-neutral .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-neutral .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-neutral {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-neutral .card-body .card-title,
body.dark-mode .card.card-neutral .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-neutral .card-body i {
  color: white;
}
body.dark-mode .card.card-neutral .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-neutral {
  border: 1px solid #D9D9D9, #1f2937;
}
.card.card-outline-neutral .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-neutral .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #D9D9D9, #1f2937;
}
.card.card-outline-neutral .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-neutral {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-neutral .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-success {
  background-color: #10b981, #ffffff;
  color: #ffffff;
}
.card.card-success:hover, .card.card-success:focus {
  background: white;
}
.card.card-success .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-success .card-body p {
  color: #ffffff;
}
.card.card-success .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-success .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-success .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-success .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-success {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-success .card-body .card-title,
body.dark-mode .card.card-success .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-success .card-body i {
  color: white;
}
body.dark-mode .card.card-success .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-success {
  border: 1px solid #10b981, #ffffff;
}
.card.card-outline-success .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-success .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #10b981, #ffffff;
}
.card.card-outline-success .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-success {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-success .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-warning {
  background-color: #fbbf24, #1f2937;
  color: #ffffff;
}
.card.card-warning:hover, .card.card-warning:focus {
  background: white;
}
.card.card-warning .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-warning .card-body p {
  color: #ffffff;
}
.card.card-warning .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-warning .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-warning .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-warning .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-warning {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-warning .card-body .card-title,
body.dark-mode .card.card-warning .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-warning .card-body i {
  color: white;
}
body.dark-mode .card.card-warning .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-warning {
  border: 1px solid #fbbf24, #1f2937;
}
.card.card-outline-warning .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-warning .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #fbbf24, #1f2937;
}
.card.card-outline-warning .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-warning {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-warning .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-danger {
  background-color: #ef4444, #ffffff;
  color: #ffffff;
}
.card.card-danger:hover, .card.card-danger:focus {
  background: white;
}
.card.card-danger .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-danger .card-body p {
  color: #ffffff;
}
.card.card-danger .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-danger .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-danger .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-danger .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-danger {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-danger .card-body .card-title,
body.dark-mode .card.card-danger .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-danger .card-body i {
  color: white;
}
body.dark-mode .card.card-danger .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-danger {
  border: 1px solid #ef4444, #ffffff;
}
.card.card-outline-danger .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-danger .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ef4444, #ffffff;
}
.card.card-outline-danger .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-danger {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-danger .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-info {
  background-color: #6366f1, #ffffff;
  color: #ffffff;
}
.card.card-info:hover, .card.card-info:focus {
  background: white;
}
.card.card-info .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-info .card-body p {
  color: #ffffff;
}
.card.card-info .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-info .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-info .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-info .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-info {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-info .card-body .card-title,
body.dark-mode .card.card-info .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-info .card-body i {
  color: white;
}
body.dark-mode .card.card-info .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-info {
  border: 1px solid #6366f1, #ffffff;
}
.card.card-outline-info .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-info .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #6366f1, #ffffff;
}
.card.card-outline-info .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-info {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-info .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-white {
  background-color: #ffffff, #1f2937;
  color: #ffffff;
}
.card.card-white:hover, .card.card-white:focus {
  background: white;
}
.card.card-white .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-white .card-body p {
  color: #ffffff;
}
.card.card-white .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-white .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-white .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-white .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-white {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-white .card-body .card-title,
body.dark-mode .card.card-white .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-white .card-body i {
  color: white;
}
body.dark-mode .card.card-white .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-white {
  border: 1px solid #ffffff, #1f2937;
}
.card.card-outline-white .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-white .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff, #1f2937;
}
.card.card-outline-white .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-white {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-white .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

.card {
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border: none;
  -webkit-box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
          box-shadow: 0px 0 15px 3px rgba(1, 41, 112, 0.06);
  border-radius: 1.125rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.card.card-getstarted {
  background-color: #2563eb, #ffffff;
  color: #ffffff;
}
.card.card-getstarted:hover, .card.card-getstarted:focus {
  background: white;
}
.card.card-getstarted .card-body .card-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.card.card-getstarted .card-body p {
  color: #ffffff;
}
.card.card-getstarted .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-getstarted .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-getstarted .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #ffffff;
}
.card.card-getstarted .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-getstarted {
  background-color: #e6e6e6;
  color: #ffffff;
}
body.dark-mode .card.card-getstarted .card-body .card-title,
body.dark-mode .card.card-getstarted .card-body p {
  color: #ffffff;
}
body.dark-mode .card.card-getstarted .card-body i {
  color: white;
}
body.dark-mode .card.card-getstarted .card-menu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
.card.card-outline-getstarted {
  border: 1px solid #2563eb, #ffffff;
}
.card.card-outline-getstarted .card-menu .dropdown .dropdown-toggle::after {
  content: none;
}
.card.card-outline-getstarted .card-menu .dropdown .dropdown-toggle i {
  font-size: 1.6rem;
  color: #2563eb, #ffffff;
}
.card.card-outline-getstarted .card-menu .dropdown .dropdown-toggle.show {
  background-color: transparent;
  border-color: transparent;
}
body.dark-mode .card.card-outline-getstarted {
  background-color: transparent;
  border-color: white;
}
body.dark-mode .card.card-outline-getstarted .card-menu .dropdown .dropdown-toggle i {
  color: white;
}
.card.card-news {
  --card-h: clamp(34rem, 36vw, 36rem);
  --card-img-ratio: 16/9;
  background-color: #ffffff;
  height: 34rem;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0.6rem 0;
}
@media (max-width: 575.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-news {
    height: 37rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card.card-news {
    height: 36rem;
  }
}
@media (min-width: 1400px) {
  .card.card-news {
    height: 36rem;
  }
}
.card.card-news:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
          box-shadow: 3px -2px 10px 5px color-mix(in srgb, #ffffff, transparent 90%);
}
.card.card-news .wrapp-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
  background-color: #1c1e1c;
}
.card.card-news .wrapp-thumb .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: clamp(13.875rem, 36vw, 13.875rem);
}
@media (max-width: 640px) {
  .card.card-news .wrapp-thumb .card-img-top {
    aspect-ratio: auto;
  }
}
.card.card-news .wrapp-thumb .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-img-top {
  aspect-ratio: var(--card-img-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card.card-news .card-img-top:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card.card-news .card-body {
  background-color: rgb(255, 255, 255);
}
.card.card-news .card-body .badge-category {
  background-color: #fff;
  border: 2px solid #1c1e1c;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100%;
}
.card.card-news .card-body .card-title {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0 0 0.8rem 0;
}
.card.card-news .card-body p.card-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  line-height: 1.6rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.card.card-news .card-body i {
  font-size: 4rem;
  color: white;
}
.card.card-news .card-body .link-card-news {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1e1c;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card.card-news .card-body .link-card-news:hover {
  color: #115e95;
  text-decoration: underline;
}

/*
 * ============================================
 * Componente Badge
 * ============================================
 *
 * Descripción:
 * Este componente crea insignias de estilo "pill" para resaltar
 * información importante, como estados (activo, inactivo),
 * recuentos de notificaciones o categorías.
 *
 * Modificadores:
 * - .badge --full-success: Insignia de color verde para estados exitosos.
 * - .badge --border-danger: Insignia de color rojo para alertas o errores.
 * - .badge --border-warning: Insignia de color amarillo para advertencias.
 *
 * Uso:
 * <span class="badge --full-success">Activo</span>
 * <span class="badge --outline-warning badge-pill">Alerta</span>
 * Autor: Tu Nombre
 * Fecha de creación: 2025-09-04
 */
.badge, .--outline-getstarted, .--full-getstarted, .--outline-info, .--full-info, .--outline-danger, .--full-danger, .--outline-warning, .--full-warning, .--outline-success, .--full-success, .--outline-neutral, .--full-neutral, .--outline-dark, .--full-dark, .--outline-light, .--full-light, .--outline-accent, .--full-accent, .--outline-secondary, .--full-secondary, .--outline-primary, .--full-primary {
  font-family: 1rem, sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.276rem 0.512rem;
  border-radius: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.badge.badge-pill, .badge-pill.--outline-getstarted, .badge-pill.--full-getstarted, .badge-pill.--outline-info, .badge-pill.--full-info, .badge-pill.--outline-danger, .badge-pill.--full-danger, .badge-pill.--outline-warning, .badge-pill.--full-warning, .badge-pill.--outline-success, .badge-pill.--full-success, .badge-pill.--outline-neutral, .badge-pill.--full-neutral, .badge-pill.--outline-dark, .badge-pill.--full-dark, .badge-pill.--outline-light, .badge-pill.--full-light, .badge-pill.--outline-accent, .badge-pill.--full-accent, .badge-pill.--outline-secondary, .badge-pill.--full-secondary, .badge-pill.--outline-primary, .badge-pill.--full-primary {
  border-radius: 10rem;
}

.--full-primary {
  background-color: #115e95;
  color: #ffffff;
}

.--outline-primary {
  background-color: transparent;
  color: #115e95;
  border: 1px solid #115e95;
}
.--outline-primary:hover {
  background-color: #417eaa;
  color: #ffffff;
}

body.dark-mode .--full-primary {
  background-color: #2696e6;
  color: white;
}
body.dark-mode .--outline-primary {
  color: #1989da;
  border-color: #1989da;
  background-color: transparent;
}
body.dark-mode .--outline-primary:hover {
  background-color: #07263c;
  color: #ffffff;
}

.--full-secondary {
  background-color: #a9ffb2;
  color: #ffffff;
}

.--outline-secondary {
  background-color: transparent;
  color: #a9ffb2;
  border: 1px solid #a9ffb2;
}
.--outline-secondary:hover {
  background-color: #baffc1;
  color: #ffffff;
}

body.dark-mode .--full-secondary {
  background-color: white;
  color: white;
}
body.dark-mode .--outline-secondary {
  color: #f6fff6;
  border-color: #f6fff6;
  background-color: transparent;
}
body.dark-mode .--outline-secondary:hover {
  background-color: #446647;
  color: #ffffff;
}

.--full-accent {
  background-color: #041147;
  color: #ffffff;
}

.--outline-accent {
  background-color: transparent;
  color: #041147;
  border: 1px solid #041147;
}
.--outline-accent:hover {
  background-color: #36416c;
  color: #ffffff;
}

body.dark-mode .--full-accent {
  background-color: #0928a8;
  color: white;
}
body.dark-mode .--outline-accent {
  color: #08228f;
  border-color: #08228f;
  background-color: transparent;
}
body.dark-mode .--outline-accent:hover {
  background-color: #02071c;
  color: #ffffff;
}

.--full-light {
  background-color: #ebf1f6;
  color: #1f2937;
}

.--outline-light {
  background-color: transparent;
  color: #ebf1f6;
  border: 1px solid #ebf1f6;
}
.--outline-light:hover {
  background-color: #eff4f8;
  color: #1f2937;
}

body.dark-mode .--full-light {
  background-color: white;
  color: #567299;
}
body.dark-mode .--outline-light {
  color: white;
  border-color: white;
  background-color: transparent;
}
body.dark-mode .--outline-light:hover {
  background-color: #5e6062;
  color: #1f2937;
}

.--full-dark {
  background-color: #1f2937;
  color: #ffffff;
}

.--outline-dark {
  background-color: transparent;
  color: #1f2937;
  border: 1px solid #1f2937;
}
.--outline-dark:hover {
  background-color: #4c545f;
  color: #ffffff;
}

body.dark-mode .--full-dark {
  background-color: #445a78;
  color: white;
}
body.dark-mode .--outline-dark {
  color: #3b4d68;
  border-color: #3b4d68;
  background-color: transparent;
}
body.dark-mode .--outline-dark:hover {
  background-color: #0c1016;
  color: #ffffff;
}

.--full-neutral {
  background-color: #D9D9D9;
  color: #1f2937;
}

.--outline-neutral {
  background-color: transparent;
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.--outline-neutral:hover {
  background-color: #e1e1e1;
  color: #1f2937;
}

body.dark-mode .--full-neutral {
  background-color: white;
  color: #567299;
}
body.dark-mode .--outline-neutral {
  color: white;
  border-color: white;
  background-color: transparent;
}
body.dark-mode .--outline-neutral:hover {
  background-color: #575757;
  color: #1f2937;
}

.--full-success {
  background-color: #10b981;
  color: #ffffff;
}

.--outline-success {
  background-color: transparent;
  color: #10b981;
  border: 1px solid #10b981;
}
.--outline-success:hover {
  background-color: #40c79a;
  color: #ffffff;
}

body.dark-mode .--full-success {
  background-color: #40efb5;
  color: white;
}
body.dark-mode .--outline-success {
  color: #29ecac;
  border-color: #29ecac;
  background-color: transparent;
}
body.dark-mode .--outline-success:hover {
  background-color: #064a34;
  color: #ffffff;
}

.--full-warning {
  background-color: #fbbf24;
  color: #1f2937;
}

.--outline-warning {
  background-color: transparent;
  color: #fbbf24;
  border: 1px solid #fbbf24;
}
.--outline-warning:hover {
  background-color: #fccc50;
  color: #1f2937;
}

body.dark-mode .--full-warning {
  background-color: #fddc88;
  color: #567299;
}
body.dark-mode .--outline-warning {
  color: #fcd56f;
  border-color: #fcd56f;
  background-color: transparent;
}
body.dark-mode .--outline-warning:hover {
  background-color: #644c0e;
  color: #1f2937;
}

.--full-danger {
  background-color: #ef4444;
  color: #ffffff;
}

.--outline-danger {
  background-color: transparent;
  color: #ef4444;
  border: 1px solid #ef4444;
}
.--outline-danger:hover {
  background-color: #f26969;
  color: #ffffff;
}

body.dark-mode .--full-danger {
  background-color: #f7a2a2;
  color: white;
}
body.dark-mode .--outline-danger {
  color: #f58a8a;
  border-color: #f58a8a;
  background-color: transparent;
}
body.dark-mode .--outline-danger:hover {
  background-color: #601b1b;
  color: #ffffff;
}

.--full-info {
  background-color: #6366f1;
  color: #ffffff;
}

.--outline-info {
  background-color: transparent;
  color: #6366f1;
  border: 1px solid #6366f1;
}
.--outline-info:hover {
  background-color: #8285f4;
  color: #ffffff;
}

body.dark-mode .--full-info {
  background-color: #c1c2f9;
  color: white;
}
body.dark-mode .--outline-info {
  color: #a9abf7;
  border-color: #a9abf7;
  background-color: transparent;
}
body.dark-mode .--outline-info:hover {
  background-color: #282960;
  color: #ffffff;
}

.--full-getstarted {
  background-color: #2563eb;
  color: #ffffff;
}

.--outline-getstarted {
  background-color: transparent;
  color: #2563eb;
  border: 1px solid #2563eb;
}
.--outline-getstarted:hover {
  background-color: #5182ef;
  color: #ffffff;
}

body.dark-mode .--full-getstarted {
  background-color: #82a6f4;
  color: white;
}
body.dark-mode .--outline-getstarted {
  color: #6b95f1;
  border-color: #6b95f1;
  background-color: transparent;
}
body.dark-mode .--outline-getstarted:hover {
  background-color: #0f285e;
  color: #ffffff;
}

.badge-rect-slate, .badge-rect-getstarted, .badge-rect-info, .badge-rect-danger, .badge-rect-warning, .badge-rect-success, .badge-rect-dark, .badge-rect-light, .badge-rect-accent, .badge-rect-secondary, .badge-rect-primary, .badge-rect {
  font-size: 1rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 0.25rem 0.5rem;
}

.badge-rect-primary {
  border-color: #115e95;
  color: #115e95;
}
.badge-rect-primary:hover {
  background-color: #dbe7ef;
  color: #115e95;
}

.badge-rect-primary.is-fill {
  background-color: #115e95;
  border-color: #115e95;
  color: #ffffff;
}

.badge-rect-secondary {
  border-color: #a9ffb2;
  color: #a9ffb2;
}
.badge-rect-secondary:hover {
  background-color: #f2fff3;
  color: #a9ffb2;
}

.badge-rect-secondary.is-fill {
  background-color: #a9ffb2;
  border-color: #a9ffb2;
  color: #ffffff;
}

.badge-rect-accent {
  border-color: #041147;
  color: #041147;
}
.badge-rect-accent:hover {
  background-color: #d9dbe3;
  color: #041147;
}

.badge-rect-accent.is-fill {
  background-color: #041147;
  border-color: #041147;
  color: #ffffff;
}

.badge-rect-light {
  border-color: #ebf1f6;
  color: #ebf1f6;
}
.badge-rect-light:hover {
  background-color: #fcfdfe;
  color: #ebf1f6;
}

.badge-rect-light.is-fill {
  background-color: #ebf1f6;
  border-color: #ebf1f6;
  color: #1f2937;
}

.badge-rect-dark {
  border-color: #1f2937;
  color: #1f2937;
}
.badge-rect-dark:hover {
  background-color: #dddfe1;
  color: #1f2937;
}

.badge-rect-dark.is-fill {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #ffffff;
}

.badge-rect-success {
  border-color: #10b981;
  color: #10b981;
}
.badge-rect-success:hover {
  background-color: #dbf5ec;
  color: #10b981;
}

.badge-rect-success.is-fill {
  background-color: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

.badge-rect-warning {
  border-color: #fbbf24;
  color: #fbbf24;
}
.badge-rect-warning:hover {
  background-color: #fef5de;
  color: #fbbf24;
}

.badge-rect-warning.is-fill {
  background-color: #fbbf24;
  border-color: #fbbf24;
  color: #1f2937;
}

.badge-rect-danger {
  border-color: #ef4444;
  color: #ef4444;
}
.badge-rect-danger:hover {
  background-color: #fde3e3;
  color: #ef4444;
}

.badge-rect-danger.is-fill {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
}

.badge-rect-info {
  border-color: #6366f1;
  color: #6366f1;
}
.badge-rect-info:hover {
  background-color: #e8e8fd;
  color: #6366f1;
}

.badge-rect-info.is-fill {
  background-color: #6366f1;
  border-color: #6366f1;
  color: #ffffff;
}

.badge-rect-getstarted {
  border-color: #2563eb;
  color: #2563eb;
}
.badge-rect-getstarted:hover {
  background-color: #dee8fc;
  color: #2563eb;
}

.badge-rect-getstarted.is-fill {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.badge-rect-slate {
  border-color: #1f2937;
  color: #1f2937;
}
.badge-rect-slate:hover {
  background-color: #dddfe1;
  color: #1f2937;
}

.badge-rect-slate.is-fill {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #ffffff;
}

/*
* @Tables 
**/
.table {
  margin-bottom: 0;
  background-color: transparent;
}
.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: 700;
  font-size: 0.875rem;
  border-color: #1f2937;
}
.table th,
.table td {
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
  padding: 1.125rem 1.375rem;
}
.table tbody td {
  color: #1f2937;
  font-size: 0.875rem;
}
.table tbody td .badge {
  margin-bottom: 0;
}
.table tbody td p {
  margin: 0;
}
.table tbody td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.table.table-borderless {
  border: none;
}
.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}
body.dark-mode .table {
  background-color: inherit;
}
body.dark-mode .table thead tr th {
  background-color: inherit;
  border-bottom: 2px solid #fff;
  color: #ffffff;
}
body.dark-mode .table tbody tr td {
  color: #ffffff;
  background-color: inherit;
}

.table-primary thead th {
  background-color: #115e95;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-primary tbody tr td {
  background-color: rgba(17, 94, 149, 0.05);
  color: #115e95;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-primary tbody tr:hover td {
  background-color: #3576a5;
  color: #ffffff;
}
body.dark-mode .table-primary thead th {
  background-color: #115e95;
  color: #ffffff;
}
body.dark-mode .table-primary tbody tr td {
  background-color: rgba(17, 94, 149, 0.15);
  color: #2696e6;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-primary tbody tr:hover td {
  background-color: #0b3d61;
  color: #ffffff;
}

.table-light-primary thead th {
  background-color: #81c2f1;
  color: black;
}
.table-light-primary tbody tr td {
  background-color: rgba(17, 94, 149, 0.03);
  color: #041623;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-primary tbody tr:hover td {
  background-color: #296ea0;
  color: #ffffff;
}
body.dark-mode .table-light-primary thead th {
  background-color: rgba(17, 94, 149, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-primary tbody tr td {
  background-color: rgba(17, 94, 149, 0.1);
  color: #167bc3;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-primary tbody tr:hover td {
  background-color: #0b3d61;
  color: #ffffff;
}

.table-secondary thead th {
  background-color: #a9ffb2;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-secondary tbody tr td {
  background-color: rgba(169, 255, 178, 0.05);
  color: #a9ffb2;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-secondary tbody tr:hover td {
  background-color: #b6ffbe;
  color: #ffffff;
}
body.dark-mode .table-secondary thead th {
  background-color: #a9ffb2;
  color: #ffffff;
}
body.dark-mode .table-secondary tbody tr td {
  background-color: rgba(169, 255, 178, 0.15);
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-secondary tbody tr:hover td {
  background-color: #6ea674;
  color: #ffffff;
}

.table-light-secondary thead th {
  background-color: white;
  color: #00f61a;
}
.table-light-secondary tbody tr td {
  background-color: rgba(169, 255, 178, 0.03);
  color: #2aff40;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-secondary tbody tr:hover td {
  background-color: #b2ffba;
  color: #ffffff;
}
body.dark-mode .table-light-secondary thead th {
  background-color: rgba(169, 255, 178, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-secondary tbody tr td {
  background-color: rgba(169, 255, 178, 0.1);
  color: #dcffe0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-secondary tbody tr:hover td {
  background-color: #6ea674;
  color: #ffffff;
}

.table-accent thead th {
  background-color: #041147;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-accent tbody tr td {
  background-color: rgba(4, 17, 71, 0.05);
  color: #041147;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-accent tbody tr:hover td {
  background-color: #2a3563;
  color: #ffffff;
}
body.dark-mode .table-accent thead th {
  background-color: #041147;
  color: #ffffff;
}
body.dark-mode .table-accent tbody tr td {
  background-color: rgba(4, 17, 71, 0.15);
  color: #0928a8;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-accent tbody tr:hover td {
  background-color: #030b2e;
  color: #ffffff;
}

.table-light-accent thead th {
  background-color: #244cf3;
  color: black;
}
.table-light-accent tbody tr td {
  background-color: rgba(4, 17, 71, 0.03);
  color: black;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-accent tbody tr:hover td {
  background-color: #1d2959;
  color: #ffffff;
}
body.dark-mode .table-light-accent thead th {
  background-color: rgba(4, 17, 71, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-accent tbody tr td {
  background-color: rgba(4, 17, 71, 0.1);
  color: #071d77;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-accent tbody tr:hover td {
  background-color: #030b2e;
  color: #ffffff;
}

.table-light thead th {
  background-color: #ebf1f6;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-light tbody tr td {
  background-color: rgba(235, 241, 246, 0.05);
  color: #ebf1f6;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light tbody tr:hover td {
  background-color: #eef3f7;
  color: #1f2937;
}
body.dark-mode .table-light thead th {
  background-color: #ebf1f6;
  color: #1f2937;
}
body.dark-mode .table-light tbody tr td {
  background-color: rgba(235, 241, 246, 0.15);
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light tbody tr:hover td {
  background-color: #999da0;
  color: #1f2937;
}

.table-light-light thead th {
  background-color: white;
  color: #709bbf;
}
.table-light-light tbody tr td {
  background-color: rgba(235, 241, 246, 0.03);
  color: #93b3ce;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-light tbody tr:hover td {
  background-color: #edf2f7;
  color: #1f2937;
}
body.dark-mode .table-light-light thead th {
  background-color: rgba(235, 241, 246, 0.3);
  color: #1f2937;
}
body.dark-mode .table-light-light tbody tr td {
  background-color: rgba(235, 241, 246, 0.1);
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-light tbody tr:hover td {
  background-color: #999da0;
  color: #1f2937;
}

.table-dark thead th {
  background-color: #1f2937;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-dark tbody tr td {
  background-color: rgba(31, 41, 55, 0.05);
  color: #1f2937;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-dark tbody tr:hover td {
  background-color: #414955;
  color: #ffffff;
}
body.dark-mode .table-dark thead th {
  background-color: #1f2937;
  color: #ffffff;
}
body.dark-mode .table-dark tbody tr td {
  background-color: rgba(31, 41, 55, 0.15);
  color: #445a78;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-dark tbody tr:hover td {
  background-color: #141b24;
  color: #ffffff;
}

.table-light-dark thead th {
  background-color: #728cb0;
  color: black;
}
.table-light-dark tbody tr td {
  background-color: rgba(31, 41, 55, 0.03);
  color: black;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-dark tbody tr:hover td {
  background-color: #353e4b;
  color: #ffffff;
}
body.dark-mode .table-light-dark thead th {
  background-color: rgba(31, 41, 55, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-dark tbody tr td {
  background-color: rgba(31, 41, 55, 0.1);
  color: #314158;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-dark tbody tr:hover td {
  background-color: #141b24;
  color: #ffffff;
}

.table-success thead th {
  background-color: #10b981;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-success tbody tr td {
  background-color: rgba(16, 185, 129, 0.05);
  color: #10b981;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-success tbody tr:hover td {
  background-color: #34c494;
  color: #ffffff;
}
body.dark-mode .table-success thead th {
  background-color: #10b981;
  color: #ffffff;
}
body.dark-mode .table-success tbody tr td {
  background-color: rgba(16, 185, 129, 0.15);
  color: #40efb5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-success tbody tr:hover td {
  background-color: #0a7854;
  color: #ffffff;
}

.table-light-success thead th {
  background-color: #9ef7d9;
  color: #02150e;
}
.table-light-success tbody tr td {
  background-color: rgba(16, 185, 129, 0.03);
  color: #06442f;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-success tbody tr:hover td {
  background-color: #28c08e;
  color: #ffffff;
}
body.dark-mode .table-light-success thead th {
  background-color: rgba(16, 185, 129, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-success tbody tr td {
  background-color: rgba(16, 185, 129, 0.1);
  color: #14e8a2;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-success tbody tr:hover td {
  background-color: #0a7854;
  color: #ffffff;
}

.table-warning thead th {
  background-color: #fbbf24;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-warning tbody tr td {
  background-color: rgba(251, 191, 36, 0.05);
  color: #fbbf24;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-warning tbody tr:hover td {
  background-color: #fcc945;
  color: #1f2937;
}
body.dark-mode .table-warning thead th {
  background-color: #fbbf24;
  color: #1f2937;
}
body.dark-mode .table-warning tbody tr td {
  background-color: rgba(251, 191, 36, 0.15);
  color: #fddc88;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-warning tbody tr:hover td {
  background-color: #a37c17;
  color: #1f2937;
}

.table-light-warning thead th {
  background-color: #fffaec;
  color: #6b4d02;
}
.table-light-warning tbody tr td {
  background-color: rgba(251, 191, 36, 0.03);
  color: #9d7203;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-warning tbody tr:hover td {
  background-color: #fbc53a;
  color: #1f2937;
}
body.dark-mode .table-light-warning thead th {
  background-color: rgba(251, 191, 36, 0.3);
  color: #1f2937;
}
body.dark-mode .table-light-warning tbody tr td {
  background-color: rgba(251, 191, 36, 0.1);
  color: #fcce56;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-warning tbody tr:hover td {
  background-color: #a37c17;
  color: #1f2937;
}

.table-danger thead th {
  background-color: #ef4444;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-danger tbody tr td {
  background-color: rgba(239, 68, 68, 0.05);
  color: #ef4444;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-danger tbody tr:hover td {
  background-color: #f16060;
  color: #ffffff;
}
body.dark-mode .table-danger thead th {
  background-color: #ef4444;
  color: #ffffff;
}
body.dark-mode .table-danger tbody tr td {
  background-color: rgba(239, 68, 68, 0.15);
  color: #f7a2a2;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-danger tbody tr:hover td {
  background-color: #9b2c2c;
  color: #ffffff;
}

.table-light-danger thead th {
  background-color: white;
  color: #760a0a;
}
.table-light-danger tbody tr td {
  background-color: rgba(239, 68, 68, 0.03);
  color: #a50e0e;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-danger tbody tr:hover td {
  background-color: #f15757;
  color: #ffffff;
}
body.dark-mode .table-light-danger thead th {
  background-color: rgba(239, 68, 68, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-danger tbody tr td {
  background-color: rgba(239, 68, 68, 0.1);
  color: #f37373;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-danger tbody tr:hover td {
  background-color: #9b2c2c;
  color: #ffffff;
}

.table-info thead th {
  background-color: #6366f1;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-info tbody tr td {
  background-color: rgba(99, 102, 241, 0.05);
  color: #6366f1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-info tbody tr:hover td {
  background-color: #7a7df3;
  color: #ffffff;
}
body.dark-mode .table-info thead th {
  background-color: #6366f1;
  color: #ffffff;
}
body.dark-mode .table-info tbody tr td {
  background-color: rgba(99, 102, 241, 0.15);
  color: #c1c2f9;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-info tbody tr:hover td {
  background-color: #40429d;
  color: #ffffff;
}

.table-light-info thead th {
  background-color: white;
  color: #0d1094;
}
.table-light-info tbody tr td {
  background-color: rgba(99, 102, 241, 0.03);
  color: #1215c3;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-info tbody tr:hover td {
  background-color: #7375f2;
  color: #ffffff;
}
body.dark-mode .table-light-info thead th {
  background-color: rgba(99, 102, 241, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-info tbody tr td {
  background-color: rgba(99, 102, 241, 0.1);
  color: #9294f5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-info tbody tr:hover td {
  background-color: #40429d;
  color: #ffffff;
}

.table-neutral thead th {
  background-color: #D9D9D9;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-neutral tbody tr td {
  background-color: rgba(217, 217, 217, 0.05);
  color: #D9D9D9;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-neutral tbody tr:hover td {
  background-color: #dfdfdf;
  color: #1f2937;
}
body.dark-mode .table-neutral thead th {
  background-color: #D9D9D9;
  color: #1f2937;
}
body.dark-mode .table-neutral tbody tr td {
  background-color: rgba(217, 217, 217, 0.15);
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-neutral tbody tr:hover td {
  background-color: #8d8d8d;
  color: #1f2937;
}

.table-light-neutral thead th {
  background-color: white;
  color: gray;
}
.table-light-neutral tbody tr td {
  background-color: rgba(217, 217, 217, 0.03);
  color: #999999;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-neutral tbody tr:hover td {
  background-color: #dddddd;
  color: #1f2937;
}
body.dark-mode .table-light-neutral thead th {
  background-color: rgba(217, 217, 217, 0.3);
  color: #1f2937;
}
body.dark-mode .table-light-neutral tbody tr td {
  background-color: rgba(217, 217, 217, 0.1);
  color: #f3f3f3;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-neutral tbody tr:hover td {
  background-color: #8d8d8d;
  color: #1f2937;
}

.table-getstarted thead th {
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.table-getstarted tbody tr td {
  background-color: rgba(37, 99, 235, 0.05);
  color: #2563eb;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-getstarted tbody tr:hover td {
  background-color: #467aee;
  color: #ffffff;
}
body.dark-mode .table-getstarted thead th {
  background-color: #2563eb;
  color: #ffffff;
}
body.dark-mode .table-getstarted tbody tr td {
  background-color: rgba(37, 99, 235, 0.15);
  color: #82a6f4;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-getstarted tbody tr:hover td {
  background-color: #184099;
  color: #ffffff;
}

.table-light-getstarted thead th {
  background-color: #e0e9fc;
  color: #082056;
}
.table-light-getstarted tbody tr td {
  background-color: rgba(37, 99, 235, 0.03);
  color: #0c3284;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.table-light-getstarted tbody tr:hover td {
  background-color: #3b73ed;
  color: #ffffff;
}
body.dark-mode .table-light-getstarted thead th {
  background-color: rgba(37, 99, 235, 0.3);
  color: #ffffff;
}
body.dark-mode .table-light-getstarted tbody tr td {
  background-color: rgba(37, 99, 235, 0.1);
  color: #5484ef;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
body.dark-mode .table-light-getstarted tbody tr:hover td {
  background-color: #184099;
  color: #ffffff;
}

.bd-callout {
  padding: 1.25rem;
  margin: 1.25rem 0;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin: 0 0 0.25rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code,
.bd-callout pre {
  font-family: monospace, monospace;
  border-radius: 0.25rem;
  font-size: 1em;
  color: #d63384;
  line-height: 1.3rem;
  word-wrap: break-word;
}
.bd-callout small {
  font-size: 75%;
  color: #d63384;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-primary {
  border-left-color: #9ec5fe;
  background-color: #cfe2ff;
  color: #0a58ca;
}
.bd-callout-primary h4 {
  color: #0a58ca;
}

.bd-callout-secondary {
  border-left-color: #d0d0d0;
  background-color: #f0f0f0;
  color: #333333;
}
.bd-callout-secondary h4 {
  color: #333333;
}

.bd-callout-accent {
  border-left-color: #f78fb3;
  background-color: #fddde6;
  color: #a83256;
}
.bd-callout-accent h4 {
  color: #a83256;
}

.bd-callout-light {
  border-left-color: #e9ecef;
  background-color: #f8f9fa;
  color: #6c757d;
}
.bd-callout-light h4 {
  color: #6c757d;
}

.bd-callout-dark {
  border-left-color: #343a40;
  background-color: #212529;
  color: #ffffff;
}
.bd-callout-dark h4 {
  color: #ffffff;
}

.bd-callout-neutral {
  border-left-color: #D9D9D9;
  background-color: #1f2937;
  color: #212529;
}
.bd-callout-neutral h4 {
  color: #212529;
}

.bd-callout-success {
  border-left-color: #a3cfbb;
  background-color: #d1e7dd;
  color: #146c43;
}
.bd-callout-success h4 {
  color: #146c43;
}

.bd-callout-warning {
  border-left-color: #ffe69c;
  background-color: #fff3cd;
  color: #997404;
}
.bd-callout-warning h4 {
  color: #997404;
}

.bd-callout-danger {
  border-left-color: #f1aeb5;
  background-color: #f8d7da;
  color: #b02a37;
}
.bd-callout-danger h4 {
  color: #b02a37;
}

.bd-callout-info {
  border-left-color: #9eeaf9;
  background-color: #cff4fc;
  color: #087990;
}
.bd-callout-info h4 {
  color: #087990;
}

.bd-callout-code {
  border-left-color: #ffe69c;
  background-color: #fff3cd;
  color: #997404;
}
.bd-callout-code h4 {
  color: #997404;
}

.bd-callout-default {
  border-left-color: #e9ecef;
  background-color: #f8f9fa;
  color: #6c757d;
}
.bd-callout-default h4 {
  color: #6c757d;
}

/* ===========================================================
  NAVBAR CEDYP — ONE FILE SCSS (Mobile-first)
  Estructura:
  1) Tokens & CSS Variables
  2) Header & Navbar base
  3) Branding (logo dark/light)
  4) Search (lupa)
  5) Toggler (hamburguesa)
  6) Collapse & Menú mobile (scroll, gutters fix)
  7) Megamenú (contenido interno)
  8) Estados / Accesibilidad
  9) Desktop (lg+)
  =========================================================== */
/* ------------------------------
   1) Tokens & CSS Variables
------------------------------ */
:root {
  --header-h: 64px;
  /* altura base; se puede setear por JS */
  --navbar-height: 0px;
  --dropdown-border-radius: 0px;
}

/* ------------------------------
   2) Header & Navbar base
------------------------------ */
.site-header,
.site-header-hero {
  background-color: #ffffff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 500;
  color: #1c1e1c;
  padding: 0;
  min-height: var(--header-h);
  z-index: 999;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.site-header .navbar,
.site-header-hero .navbar {
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
.site-header .navbar .container,
.site-header .navbar .container-fluid,
.site-header-hero .navbar .container,
.site-header-hero .navbar .container-fluid {
  /* Los gaps los controlas en HTML con utilities, pero dejamos fallback: */
  gap: 0.25rem;
}

/* ------------------------------
   3) Branding (logo dark/light)
------------------------------ */
.navbar-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  max-height: 77px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.navbar-brand .custom-logo-img {
  width: auto;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.navbar-brand .logo-light {
  display: none;
  opacity: 0;
}
.navbar-brand .logo-dark {
  display: block;
  opacity: 1;
}
@media (max-width: 640px) {
  .navbar-brand {
    max-height: 40px;
  }
  .navbar-brand .custom-logo-img {
    height: 40px;
  }
}

/* (opcional) tema oscuro: intercambia dark/light si el body tiene clase */
.is-dark .navbar-brand .logo-dark,
.theme-dark .navbar-brand .logo-dark {
  display: none;
  opacity: 0;
}
.is-dark .navbar-brand .logo-light,
.theme-dark .navbar-brand .logo-light {
  display: block;
  opacity: 1;
}

/* ------------------------------
   4) Search (lupa)
------------------------------ */
.navbar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-search .link-search {
  color: #222;
  text-decoration: none;
}
.navbar-search .link-search:focus {
  outline: none;
}
.navbar-search .link-search i {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
}

/* ------------------------------
   5) Toggler (hamburguesa)
------------------------------ */
.navbar-toggler {
  border: none;
  outline: none;
  /* Visual más “chip” */
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-toggler.btn, .navbar-toggler {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0.75rem;
  padding: 0.35rem 0.5rem;
}

/* ------------------------------
   6) Collapse & Menú mobile
   - Scroll vertical
   - Sin overflow-x
   - Submenús estáticos
   - Gutters a 0
------------------------------ */
@media (max-width: 991.98px) {
  .site-header {
    /* El scroll vive SOLO aquí */
    /* Submenús (dropdown) pasan a layout estático y 100% ancho */
  }
  .site-header .navbar-collapse {
    max-height: calc(100svh - var(--header-h) - 16px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding-bottom: 0.5rem;
    /* Sombras de scroll (sutiles) */
    --fade: 12px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(#000), color-stop(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(#000), color-stop(#000), to(transparent));
            mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  }
  .site-header .navbar .dropdown-menu {
    position: static !important;
    inset: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 0.75rem !important;
    padding: 0.75rem 0 !important;
    background: lime;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-header .navbar .dropdown-menu .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .site-header .navbar .dropdown-menu [class*=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    /* padding-left: 0;
    padding-right: 0; */
  }
  .site-header .navbar-collapse {
    /* Enlaces cómodos al tacto */
  }
  .site-header .navbar-collapse .navbar-nav .menu-item .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .navbar-collapse .navbar-nav .menu-item .nav-link:active, .site-header .navbar-collapse .navbar-nav .menu-item .nav-link:focus {
    border: none;
    outline: none;
  }
  .site-header .navbar-collapse .navbar-nav .menu-item .nav-link:hover {
    background-color: #ffffff;
  }
  .site-header .navbar-collapse .navbar-nav .menu-item.megamenu-parent .dropdown-menu.megamenu-custom {
    background-color: #f8f8f8;
  }
}
/* ------------------------------
   7) Megamenú (contenido interno)
------------------------------ */
.dropdown-menu.megamenu-custom {
  top: calc(1px + var(--navbar-height)) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  /* base común en ambos breakpoints */
}
.dropdown-menu.megamenu-custom .col-megamenu {
  padding: 0.5rem 1rem;
}
.dropdown-menu.megamenu-custom .col-megamenu .title {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0.25rem 0.5rem 1rem 0.5rem;
}
.dropdown-menu.megamenu-custom .col-megamenu .dropdown-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.dropdown-menu.megamenu-custom .col-megamenu .dropdown-item:hover, .dropdown-menu.megamenu-custom .col-megamenu .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

/* ------------------------------
   8) Estados / Accesibilidad
------------------------------ */
.navbar-nav .nav-link {
  color: #222;
  text-decoration: none;
}
.navbar-nav .nav-link:focus {
  outline: none;
  outline-offset: 2px;
}
.navbar-nav .nav-link.active {
  font-weight: 700;
}
.navbar-nav .nav-link.dropdown-toggle::after {
  font-family: "cedyp" !important;
  content: "\e917";
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-top: none;
}
.navbar-nav .nav-link.dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Foco visible en toggler y lupa */
.navbar-toggler:focus,
.navbar-search .link-search:focus {
  outline: 2px solid #222;
  outline-offset: 2px;
}

/* Cuando un submenú está abierto (Bootstrap agrega .show) */
.dropdown-menu.show {
  display: block;
}

/* ------------------------------
   9) Desktop (lg+)
------------------------------ */
@media (min-width: 992px) {
  .site-header .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .site-header .navbar .container,
  .site-header .navbar .container-fluid {
    gap: 1rem;
    /* reforzamos el gap en desktop */
  }
  .navbar-brand {
    max-height: 77px;
  }
  .navbar-brand .custom-logo-img {
    height: 77px;
  }
  /* Dropdowns flotantes estilo Bootstrap */
  .navbar .dropdown-menu {
    position: absolute;
    inset: auto;
    /* que Popper calcule */
    min-width: 100%;
    border: none;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 0.5rem 1rem;
  }
  /* Megamenú más “aire” en desktop */
  .megamenu-custom .col-megamenu {
    padding: 0.75rem 1rem;
  }
  .megamenu-custom .col-megamenu .title {
    font-size: 1.1rem;
    margin: 0.25rem 0 1rem;
  }
  .megamenu-custom .col-megamenu .dropdown-item {
    padding: 0.5rem 1rem;
    white-space: pre-line;
    line-height: 1.2rem;
  }
  /* Navbar links más finos */
  .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-nav .nav-link:hover {
    background: rgba(0, 0, 0, 0.04);
  }
}
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  place-items: start center;
  padding: clamp(1rem, 4vh, 3rem);
  background: rgba(17, 94, 149, 0.93);
  color: #fff;
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.search-overlay__panel {
  width: min(960px, 100%);
  position: relative;
  margin-top: clamp(1rem, 8vh, 5rem);
}
.search-overlay__form input[type=search] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
.search-overlay__form input[type=search]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-overlay__form input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-overlay__form input[type=search]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-overlay__form input[type=search]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-overlay__form input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-overlay__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.body-search-open {
  overflow: hidden;
}

.search-container {
  position: relative;
  background-color: white;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-width: 500px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-container:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.search-container .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1c1e1c;
}
.search-container .search-input {
  height: 50px;
  border-radius: 30px;
  padding-left: 35px;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-container .form-control.search-input {
  border: none;
  background: transparent;
  padding-left: 20px;
  font-size: 1rem;
  height: 50px;
}
.search-container .form-control.search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-search {
  background-color: #007bff;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-search:hover {
  background-color: #0056b3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.search-icon {
  color: #6c757d;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filters .form-label {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #1c1e1c;
}
.filters .form-select.select-cedyp {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 0.5rem 0.75rem;
  padding-right: 2.75rem;
  color: #1c1e1c;
  background-color: #fff;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M6 8l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M6 8l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"), linear-gradient(#000, #000);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.6rem center, right 2.25rem top 0;
  background-size: 20px 20px, 1px calc(100% - 2px);
  background-origin: padding-box, padding-box;
}
.filters .form-select.select-cedyp:hover {
  border-color: #000 !important;
}
.filters .form-select.select-cedyp:focus {
  outline: none;
  border-color: #000 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.25);
          box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.25);
}
.filters .form-select.select-cedyp:disabled {
  color: #9299a1;
  background-color: #f6f7f8;
  border-color: #bbb !important;
  cursor: not-allowed;
}
@media (max-width: 480px) {
  .filters .form-select.select-cedyp {
    padding-right: 2.5rem;
    background-position: right 0.5rem center, right 2rem center;
  }
}

/* moderno: soportado por Chrome/Edge, Safari y Firefox actuales */
.filters .select-cedyp:has(option[disabled]:checked) {
  color: #1c1e1c;
}

.filters .select-cedyp option {
  color: #1c1e1c;
  font-weight: 600;
}

.filters-declaraciones .form-label {
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #1c1e1c;
  border: 1px dashed red;
}
.filters-declaraciones .form-select.select-cedyp {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 0.5rem 0.75rem;
  padding-right: 2.75rem;
  color: #1c1e1c;
  background-color: #F7F4E5;
  border: 1px solid #000 !important;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M6 8l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M6 8l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"), linear-gradient(#000, #000);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.6rem center, right 2.25rem top 0;
  background-size: 20px 20px, 1px calc(100% - 2px);
  background-origin: padding-box, padding-box;
}
.filters-declaraciones .form-select.select-cedyp:hover {
  border-color: #000 !important;
}
.filters-declaraciones .form-select.select-cedyp:focus {
  outline: none;
  border-color: #000 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.25);
          box-shadow: 0 0 0 3px rgba(17, 94, 149, 0.25);
}
.filters-declaraciones .form-select.select-cedyp:disabled {
  color: #9299a1;
  background-color: #f6f7f8;
  border-color: #bbb !important;
  cursor: not-allowed;
}
.filters-declaraciones .form-select option {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .filters-declaraciones .form-select.select-cedyp {
    padding-right: 2.5rem;
    background-position: right 0.5rem center, right 2rem center;
  }
}

/* Por si algún user-agent deja romper línea */
.filters-declaraciones .form-select.select-cedyp option {
  white-space: nowrap;
}

/* .filters {
  .form-select {
    &.select-cedyp {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;

      display: block;
      width: 100%;
      min-height: 45px;
      padding: .5rem .75rem;
      padding-right: 2.75rem; // espacio para caret + separador
      font-weight: 700;
      color: $select-text;
      background-color: $select-bg;
      border: 1px solid $select-border !important;
      border-radius: 0;

      // ⚡ resetear el caret nativo de Bootstrap
      background-image: none !important;

      // caret (negro) + separador vertical
      background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M6 8l4 4 4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>"),
        linear-gradient(#000, #000);
      background-repeat: no-repeat, no-repeat;
      background-position: right .6rem center, right 2.25rem top 1px;
      background-size: 20px 20px, 1px calc(100% - 2px);

      &:hover {
        border-color: #000 !important;
      }

      &:focus {
        outline: none;
        border-color: #000 !important;
        box-shadow: 0 0 0 3px rgba($focus, .25);
      }

      &:disabled {
        color: #9299a1;
        background-color: #f6f7f8;
        border-color: #bbb !important;
        cursor: not-allowed;
      }
    }
  }

  @media (max-width: 480px) {
    .form-select.select-cedyp {
      padding-right: 2.5rem;
      background-position: right .5rem center, right 2rem center;
    }
  }
} */
/* Visor responsive (si aún no lo tienes) */
.doc-viewer {
  min-height: 68svh;
  --bs-aspect-ratio: 100%;
}

@media (min-width: 768px) {
  .doc-viewer {
    --bs-aspect-ratio: 75%;
    min-height: 60vh;
  }
}
@media (min-width: 992px) {
  .doc-viewer {
    --bs-aspect-ratio: 56.25%;
  }
}
#pagination {
  padding: 1rem;
  margin: 0 0 1rem 0;
  display: block;
}
#pagination .wrapper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
#pagination .wrapper-pagination .prev,
#pagination .wrapper-pagination .next {
  border: 1px solid #000;
  padding: 0.3rem 0.8rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#pagination .wrapper-pagination .prev:hover,
#pagination .wrapper-pagination .next:hover {
  background-color: #000;
  color: #ffffff !important;
}
#pagination .wrapper-pagination .page-numbers {
  text-decoration: none;
  color: #1c1e1c;
  margin: 0 1rem;
}
#pagination .wrapper-pagination .page-numbers.current {
  font-weight: bold;
}
#pagination .wrapper-pagination .page-numbers:hover {
  color: #115e95;
}
#pagination .wrapper-pagination .page-numbers:first {
  margin-left: 0;
}
#pagination .wrapper-pagination .page-numbers:last-child {
  margin-right: 0;
}

/* Botón flotante (FAB) */
.nl-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1040;
  /* sobre el contenido, bajo offcanvas si usas */
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 0;
  background: #0d4f7a;
  /* ajusta a tu primario */
  color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(2, 11, 21, 0.25);
          box-shadow: 0 8px 24px rgba(2, 11, 21, 0.25);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.nl-fab:hover {
  background-color: #a9ffb2;
  color: #1c1e1c;
  /* background-color: darken(#115e95, 5%); */
  /* transform: scale(1.05); */
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 28px rgba(2, 11, 21, 0.32);
          box-shadow: 0 10px 28px rgba(2, 11, 21, 0.32);
}
.nl-fab:focus-visible {
  outline: 3px solid rgba(17, 94, 149, 0.35);
}
.nl-fab svg,
.nl-fab i {
  width: 55px;
  height: 55px;
}

/* si hay admin bar WP */
.admin-bar .nl-fab {
  bottom: 57px;
  right: 35px;
}
@media (max-width: 992px) {
  .admin-bar .nl-fab {
    bottom: 80px;
  }
}
@media (max-width: 576px) {
  .admin-bar .nl-fab {
    bottom: 150px;
  }
}

/* Modal */
.nl-modal[hidden] {
  display: none !important;
}

.nl-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(9, 17, 28, 0.55);
  backdrop-filter: saturate(120%) blur(2px);
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 16px;
}

.nl-dialog {
  width: min(560px, 100%);
  background: #fff;
  color: #111;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
          box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  padding: 20px 20px 16px;
  position: relative;
}

.nl-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2rem 0;
  line-height: 100%;
}

.nl-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

.nl-close:focus-visible {
  outline: 3px solid rgba(17, 94, 149, 0.35);
  border-radius: 8px;
}

.nl-form {
  margin-block: 8px 6px;
}

/* CF7 afinaciones rápidas (opcional) */
.nl-form .wpcf7 form .wpcf7-submit {
  width: 100%;
  border: 2px solid #ffffff;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  padding: 0.5rem;
}
.nl-form .wpcf7 form .wpcf7-submit:hover {
  background: #ffffff;
  color: #1c1e1c;
  border-color: #1c1e1c;
}

.nl-form .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  color: #ffffff;
}

.nl-form .wpcf7-spinner {
  margin-left: 0.5rem;
}

/* Toast de éxito */
.nl-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0b7a3c;
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nl-toast.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-4px);
          transform: translateX(-50%) translateY(-4px);
}

.sidebar-posts {
  padding: 6rem 0;
  min-height: 500px;
  /* color: #1c1e1c;
  padding: $padding-y-md;
  scroll-margin-top: 90px;
  overflow: clip; */
}
@media (max-width: 640px) {
  .sidebar-posts {
    padding: 3rem 0;
    min-height: auto;
  }
}

.blog-posts {
  padding: 6rem 0;
  min-height: 500px;
  /* color: #1c1e1c;
  padding: $padding-y;
  scroll-margin-top: 90px;
  overflow: clip; */
}
@media (max-width: 640px) {
  .blog-posts {
    padding: 3rem 0;
    min-height: auto;
  }
}
.blog-posts .post .blog-entry-title {
  text-decoration: none;
}
@media (max-width: 640px) {
  .blog-posts .post .blog-entry-title {
    font-size: 1.6rem !important;
  }
}
.blog-posts .post .blog-entry-title .blog-title {
  text-decoration: none;
}
@media (max-width: 640px) {
  .blog-posts .post .summary-post {
    font-size: 1.188rem !important;
    margin-bottom: 1rem;
  }
}

#header-single-title-thumbnail {
  padding: 0;
  margin: 0;
}
#header-single-title-thumbnail .thumbnail-header-documento {
  padding: 0;
  width: 100%;
  min-height: 350px;
}
@media (max-width: 640px) {
  #header-single-title-thumbnail .thumbnail-header-documento {
    min-height: 150px;
  }
}
#header-single-title-thumbnail .thumbnail-header-documento .post-thumbnail-documento .attach-thumb-single {
  width: 100%;
  min-height: 350px;
}
@media (max-width: 640px) {
  #header-single-title-thumbnail .page-title {
    padding: 2.5rem 0;
  }
}
#header-single-title-thumbnail .page-title h2.title-single {
  line-height: 3.8rem;
}

.sumary-single-documento {
  padding: 3.125rem 0;
}
@media (max-width: 640px) {
  .sumary-single-documento {
    padding: 2.5rem 0;
  }
}
.sumary-single-documento .text-sumary {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (max-width: 640px) {
  .sumary-single-documento .text-sumary {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}

.wrapp-template-single-documento {
  background-color: white;
  padding: 5rem 0;
}
@media (max-width: 640px) {
  .wrapp-template-single-documento {
    padding: 3rem 0;
  }
}

.wrapp-template-single-media {
  background-color: #115e95;
  padding: 5rem 0;
}
@media (max-width: 640px) {
  .wrapp-template-single-media {
    padding: 3rem 0;
  }
}
.wrapp-template-single-media .entry-header {
  text-align: center;
  margin: 0 0 6rem 0;
}
@media (max-width: 640px) {
  .wrapp-template-single-media .entry-header {
    text-align: left;
  }
}
.wrapp-template-single-media .entry-header .post-entry-title {
  margin: 0;
  color: #ffffff;
}

.wrapp-template-single-contenido {
  background-color: white;
  padding: 5rem 0;
  /* @Style post content */
}
@media (max-width: 640px) {
  .wrapp-template-single-contenido {
    padding: 3rem 0;
  }
}
.wrapp-template-single-contenido .entry-header {
  text-align: center;
  margin: 0 0 6rem 0;
}
@media (max-width: 640px) {
  .wrapp-template-single-contenido .entry-header {
    text-align: left;
  }
}
.wrapp-template-single-contenido .entry-header .post-entry-title {
  margin: 0;
}
.wrapp-template-single-contenido .entry-post-single {
  display: block;
  margin: 0 auto;
  min-height: 500px;
}
@media (max-width: 640px) {
  .wrapp-template-single-contenido .entry-post-single {
    width: 100%;
  }
}
.wrapp-template-single-contenido .entry-post-single .entry {
  text-align: left;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary {
  margin: 0;
}
@media (max-width: 480px) {
  .wrapp-template-single-contenido .entry-post-single .entry .sumary {
    text-align: left;
  }
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #1c1e1c;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary h6,
.wrapp-template-single-contenido .entry-post-single .entry .sumary h5,
.wrapp-template-single-contenido .entry-post-single .entry .sumary h4,
.wrapp-template-single-contenido .entry-post-single .entry .sumary h3,
.wrapp-template-single-contenido .entry-post-single .entry .sumary h2,
.wrapp-template-single-contenido .entry-post-single .entry .sumary h1 {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #1c1e1c;
  overflow-wrap: break-word;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary a {
  color: #115e95;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary a:hover {
  color: #0e4f7e;
  text-decoration: underline;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary ul,
.wrapp-template-single-contenido .entry-post-single .entry .sumary ol,
.wrapp-template-single-contenido .entry-post-single .entry .sumary dl {
  margin: 1.5rem 0 1.5rem 3rem;
  color: #1c1e1c;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary ul > li,
.wrapp-template-single-contenido .entry-post-single .entry .sumary ol > li,
.wrapp-template-single-contenido .entry-post-single .entry .sumary dl > li {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #1c1e1c;
  margin: 0 0 0.5rem 1rem;
  padding-left: 5px;
  line-height: 1.5;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary img {
  display: block;
  margin: 1.25rem auto;
  -o-object-position: top center;
     object-position: top center;
  padding: 0;
}
@media (max-width: 640px) {
  .wrapp-template-single-contenido .entry-post-single .entry .sumary img {
    width: 100%;
    max-width: 100%;
  }
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary img.alignleft {
  float: left;
  margin-right: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary iframe {
  display: block;
  margin: 1.25rem auto;
  padding: 0;
  width: 100%;
  min-height: auto;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote {
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  min-height: auto;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #1c1e1c;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote p:first-of-type::before {
  font-family: "cedyp" !important;
  content: "\e85a";
  margin-right: 1rem;
  position: relative;
  top: -0.3rem;
  font-size: 2rem;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote p:first-of-type::after {
  font-family: "cedyp" !important;
  content: "\e860";
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote p {
    font-size: 1.188rem;
    text-align: left;
  }
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary blockquote p br {
  margin-bottom: 1rem;
}
.wrapp-template-single-contenido .entry-post-single .entry .sumary hr {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.thumbnail-wrapper .post-thumbnail {
  padding: 0;
  margin: 0;
}
.thumbnail-wrapper .post-thumbnail .wp-post-image {
  height: 600px;
  width: 100%;
}

.entry-post-single.invert {
  display: block;
  margin: 0 auto;
  min-height: 500px;
}
@media (max-width: 640px) {
  .entry-post-single.invert {
    width: 100%;
  }
}
.entry-post-single.invert .entry {
  text-align: left;
}
.entry-post-single.invert .entry .sumary {
  margin: 0;
}
@media (max-width: 480px) {
  .entry-post-single.invert .entry .sumary {
    text-align: left;
  }
}
.entry-post-single.invert .entry .sumary p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.entry-post-single.invert .entry .sumary h6,
.entry-post-single.invert .entry .sumary h5,
.entry-post-single.invert .entry .sumary h4,
.entry-post-single.invert .entry .sumary h3,
.entry-post-single.invert .entry .sumary h2,
.entry-post-single.invert .entry .sumary h1 {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #ffffff;
  overflow-wrap: break-word;
}
.entry-post-single.invert .entry .sumary a {
  color: #a9ffb2;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-post-single.invert .entry .sumary a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.entry-post-single.invert .entry .sumary ul,
.entry-post-single.invert .entry .sumary ol,
.entry-post-single.invert .entry .sumary dl {
  margin: 1.5rem 0 1.5rem 3rem;
  color: #ffffff;
}
.entry-post-single.invert .entry .sumary ul > li,
.entry-post-single.invert .entry .sumary ol > li,
.entry-post-single.invert .entry .sumary dl > li {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 1rem;
  padding-left: 5px;
  line-height: 1.5;
}
.entry-post-single.invert .entry .sumary img {
  display: block;
  margin: 1.25rem auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  padding: 0;
  width: 100%;
  height: 800px;
}
@media (max-width: 640px) {
  .entry-post-single.invert .entry .sumary img {
    width: 100%;
    max-width: 100%;
  }
}
.entry-post-single.invert .entry .sumary img.alignleft {
  float: left;
  margin-right: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.entry-post-single.invert .entry .sumary iframe {
  display: block;
  margin: 1.25rem auto;
  padding: 0;
  width: 100%;
  min-height: auto;
}
.entry-post-single.invert .entry .sumary blockquote {
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  min-height: auto;
}
.entry-post-single.invert .entry .sumary blockquote p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.entry-post-single.invert .entry .sumary blockquote p:first-of-type::before {
  font-family: "cedyp" !important;
  content: "\e85a";
  margin-right: 1rem;
  position: relative;
  top: -0.3rem;
  font-size: 2rem;
}
.entry-post-single.invert .entry .sumary blockquote p:first-of-type::after {
  font-family: "cedyp" !important;
  content: "\e860";
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .entry-post-single.invert .entry .sumary blockquote p {
    font-size: 1.188rem;
    text-align: left;
  }
}
.entry-post-single.invert .entry .sumary blockquote p br {
  margin-bottom: 1rem;
}
.entry-post-single.invert .entry .sumary hr {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  border-color: rgba(255, 255, 255, 0.2);
}

/* .sumary-single-document {
  padding: 5rem 0;
 p {
	line-height: 1.6em;
	margin: 0;
 }
}

.wrapp-template-single-documento {
  padding: 3rem 0;
  background: $white;

  .thumbnail-header-documento {
    background-color: $primary;


    .post-thumbnail-documento {


      .thumb_single-documento {
        height: 300px;
        width: 100%;
        object-fit: cover;
      }
    }
  }
} */
.entry-post-page {
  display: block;
  padding: 6rem 0;
  min-height: 500px;
}
@media (max-width: 640px) {
  .entry-post-page {
    padding: 3rem 0;
    width: 100%;
  }
}
.entry-post-page .entry {
  text-align: left;
}
.entry-post-page .entry .sumary {
  margin: 0;
}
@media (max-width: 480px) {
  .entry-post-page .entry .sumary {
    text-align: left;
  }
}
.entry-post-page .entry .sumary p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.entry-post-page .entry .sumary h6,
.entry-post-page .entry .sumary h5,
.entry-post-page .entry .sumary h4,
.entry-post-page .entry .sumary h3,
.entry-post-page .entry .sumary h2,
.entry-post-page .entry .sumary h1 {
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #1c1e1c;
  letter-spacing: -0.0625rem;
  overflow-wrap: break-word;
}
.entry-post-page .entry .sumary a {
  color: #115e95;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-post-page .entry .sumary a:hover {
  color: #0e4f7e;
  text-decoration: underline;
}
.entry-post-page .entry .sumary ul,
.entry-post-page .entry .sumary ol,
.entry-post-page .entry .sumary dl {
  margin: 1.5rem 0 1.5rem 3rem;
  color: #1c1e1c;
}
.entry-post-page .entry .sumary ul > li,
.entry-post-page .entry .sumary ol > li,
.entry-post-page .entry .sumary dl > li {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  color: #1c1e1c;
  margin: 0 0 0.5rem 1rem;
  padding-left: 5px;
  line-height: 1.5;
}
.entry-post-page .entry .sumary img {
  display: block;
  margin: 1.25rem auto;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 800px;
}
@media (max-width: 640px) {
  .entry-post-page .entry .sumary img {
    width: 100%;
    max-width: 100%;
  }
}
.entry-post-page .entry .sumary img.alignleft {
  float: left;
  margin-right: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.entry-post-page .entry .sumary iframe {
  display: block;
  margin: 1.25rem auto;
  padding: 0;
  width: 100%;
  min-height: auto;
}
.entry-post-page .entry .sumary blockquote {
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  min-height: auto;
}
.entry-post-page .entry .sumary blockquote p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1c1e1c;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.entry-post-page .entry .sumary blockquote p:first-of-type::before {
  font-family: "cedyp" !important;
  content: "\e85a";
  margin-right: 1rem;
  position: relative;
  top: -0.3rem;
  font-size: 2rem;
}
.entry-post-page .entry .sumary blockquote p:first-of-type::after {
  font-family: "cedyp" !important;
  content: "\e860";
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .entry-post-page .entry .sumary blockquote p {
    font-size: 0.9rem;
    text-align: left;
  }
}
.entry-post-page .entry .sumary blockquote p br {
  margin-bottom: 1rem;
}
.entry-post-page .entry .sumary hr {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

#template-custom-page .about {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  #template-custom-page .about {
    padding: 3rem 1rem;
  }
}
#template-custom-page .about.bg-about {
  background-color: #ffffff;
}
@media (max-width: 640px) {
  #template-custom-page .about .title-section {
    font-size: 1.6rem !important;
    margin: 0 0 1rem 0;
  }
}
#template-custom-page .about p {
  line-height: 2rem;
}
@media (max-width: 640px) {
  #template-custom-page .about p {
    font-size: 1.188rem !important;
    line-height: 1.6rem;
  }
}
#template-custom-page .vision {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  #template-custom-page .vision {
    padding: 3rem 1rem;
  }
}
#template-custom-page .vision.bg-vision {
  background-color: #F7F4E5;
}
@media (max-width: 576px) {
  #template-custom-page .vision .title-section {
    margin: 0 0 1rem 0;
  }
}
#template-custom-page .vision p {
  line-height: 2rem;
}
@media (max-width: 640px) {
  #template-custom-page .vision p {
    font-size: 1.188rem !important;
    line-height: 1.6rem;
  }
}
#template-custom-page .mision {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  #template-custom-page .mision {
    padding: 3rem 1rem;
  }
}
#template-custom-page .mision.bg-mision {
  background-color: #ffffff;
}
@media (max-width: 576px) {
  #template-custom-page .mision .title-section {
    margin: 0 0 1rem 0;
  }
}
#template-custom-page .mision p {
  line-height: 2rem;
}
@media (max-width: 640px) {
  #template-custom-page .mision p {
    font-size: 1.188rem !important;
    line-height: 1.6rem;
  }
}
#template-custom-page .decalogo {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  #template-custom-page .decalogo {
    padding: 3rem 1rem;
  }
}
#template-custom-page .decalogo.bg-decalogo {
  background-color: #115e95;
}
#template-custom-page .decalogo .item .card {
  background-color: transparent;
  border: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#template-custom-page .decalogo .item .card.card-decalogo {
  height: 260px;
}
@media (max-width: 640px) {
  #template-custom-page .decalogo .item .card.card-decalogo {
    height: auto;
    min-height: 360px;
  }
}
#template-custom-page .decalogo .item .card.card-decalogo .card--body {
  display: inline-block;
  width: 100%;
}
#template-custom-page .decalogo .item .card.card-decalogo .card--body p {
  color: #ffffff !important;
}
@media (max-width: 640px) {
  #template-custom-page .decalogo .item .card.card-decalogo .card--body p {
    font-size: 1.2rem !important;
    padding: 1rem;
  }
}
#template-custom-page .estructura {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  #template-custom-page .estructura {
    padding: 3rem 1rem;
  }
}
#template-custom-page .estructura.bg-estructura {
  background-color: #F7F4E5;
}
@media (max-width: 640px) {
  #template-custom-page .estructura .title-section {
    font-size: 1.6rem !important;
    margin: 0 0 1rem 0;
  }
}
#template-custom-page .estructura p {
  line-height: 2rem;
}
@media (max-width: 640px) {
  #template-custom-page .estructura p {
    font-size: 1.188rem !important;
    line-height: 1.6rem;
  }
}
#template-custom-page .team {
  padding: 6rem 0;
}
#template-custom-page .team.bg-team {
  background-color: #ffffff;
}

.formulario {
  padding: 2rem;
  border-radius: 8px;
  border: 2px solid #1f2937;
}
.formulario .form-group {
  /* .wpcf7-submit {
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: $light !important;
    background-color: $dark !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 0.75rem 1.5rem !important;
    cursor: pointer;

    &:hover {
      background-color: color.scale($dark, $lightness: -10%) !important;
    }
  }

  .wpcf7-response-output {
    margin-top: 1.5rem !important;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem !important;
    font-weight: 400 !important;

    &.wpcf7-mail-sent-ok {
      color: green !important;
    }

    &.wpcf7-validation-errors,
    &.wpcf7-spam-blocked,
    &.wpcf7-mail-failed {
      color: red !important;
    }
  } */
}
.formulario .form-group p {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: inherit !important;
}
.formulario .form-group .wrapper-btn p {
  margin: 0;
  padding: 0;
  width: 100%;
}
.formulario .form-group label {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.563rem;
  font-weight: 700;
}
.formulario .form-group input.form-control {
  height: 50px;
  border: 1px solid #1f2937;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.formulario .form-group textarea.form-control {
  min-height: 150px !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #1f2937;
  border-radius: 5px;
}
.formulario .form-group input::-webkit-input-placeholder, .formulario .form-group textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1 !important;
}
.formulario .form-group input::-moz-placeholder, .formulario .form-group textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1 !important;
}
.formulario .form-group input:-ms-input-placeholder, .formulario .form-group textarea:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1 !important;
}
.formulario .form-group input::-ms-input-placeholder, .formulario .form-group textarea::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1 !important;
}
.formulario .form-group input::placeholder,
.formulario .form-group textarea::placeholder {
  font-family: "Inter", sans-serif;
  color: #1c1e1c;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 1 !important;
}

.wpcf7-spinner {
  display: block;
  margin: 0 auto 1.5rem auto !important;
}

.wpcf7-not-valid-tip {
  background-color: #f8d7da;
  color: #58151c;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #664d03;
  font-size: 19px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 19px;
}

/*
* @Pattern reutilizable
* Ej:
* <div class="row stretch-group">
**/
.stretch-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.stretch-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stretch-group > * {
  width: 100%;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.section {
  color: #1c1e1c;
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.header-title {
  padding: 1.25rem 0;
}

.header-title-thumbnail .thumbnail-header {
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}
.header-title-thumbnail .thumbnail-header .thumb_single {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

.bgx-primary {
  --bgx-primary: #115e95;
  background-color: var(--bgx-primary) !important;
  color: #fff !important;
}

.bgx-text-primary {
  color: #115e95 !important;
}

.bgx-border-primary {
  border-color: #115e95 !important;
}

.bgx-primary-soft {
  background-color: #dbe7ef !important;
  color: #212529 !important;
}

.bgx-secondary {
  --bgx-secondary: #a9ffb2;
  background-color: var(--bgx-secondary) !important;
  color: #212529 !important;
}

.bgx-text-secondary {
  color: #a9ffb2 !important;
}

.bgx-border-secondary {
  border-color: #a9ffb2 !important;
}

.bgx-secondary-soft {
  background-color: #f2fff3 !important;
  color: #212529 !important;
}

.bgx-accent {
  --bgx-accent: #041147;
  background-color: var(--bgx-accent) !important;
  color: #fff !important;
}

.bgx-text-accent {
  color: #041147 !important;
}

.bgx-border-accent {
  border-color: #041147 !important;
}

.bgx-accent-soft {
  background-color: #d9dbe3 !important;
  color: #212529 !important;
}

.bgx-light {
  --bgx-light: #ebf1f6;
  background-color: var(--bgx-light) !important;
  color: #212529 !important;
}

.bgx-text-light {
  color: #ebf1f6 !important;
}

.bgx-border-light {
  border-color: #ebf1f6 !important;
}

.bgx-light-soft {
  background-color: #fcfdfe !important;
  color: #212529 !important;
}

.bgx-dark {
  --bgx-dark: #1f2937;
  background-color: var(--bgx-dark) !important;
  color: #fff !important;
}

.bgx-text-dark {
  color: #1f2937 !important;
}

.bgx-border-dark {
  border-color: #1f2937 !important;
}

.bgx-dark-soft {
  background-color: #dddfe1 !important;
  color: #212529 !important;
}

.bgx-neutral {
  --bgx-neutral: #D9D9D9;
  background-color: var(--bgx-neutral) !important;
  color: #212529 !important;
}

.bgx-text-neutral {
  color: #D9D9D9 !important;
}

.bgx-border-neutral {
  border-color: #D9D9D9 !important;
}

.bgx-neutral-soft {
  background-color: #f9f9f9 !important;
  color: #212529 !important;
}

.bgx-success {
  --bgx-success: #10b981;
  background-color: var(--bgx-success) !important;
  color: #fff !important;
}

.bgx-text-success {
  color: #10b981 !important;
}

.bgx-border-success {
  border-color: #10b981 !important;
}

.bgx-success-soft {
  background-color: #dbf5ec !important;
  color: #212529 !important;
}

.bgx-warning {
  --bgx-warning: #fbbf24;
  background-color: var(--bgx-warning) !important;
  color: #212529 !important;
}

.bgx-text-warning {
  color: #fbbf24 !important;
}

.bgx-border-warning {
  border-color: #fbbf24 !important;
}

.bgx-warning-soft {
  background-color: #fef5de !important;
  color: #212529 !important;
}

.bgx-danger {
  --bgx-danger: #ef4444;
  background-color: var(--bgx-danger) !important;
  color: #fff !important;
}

.bgx-text-danger {
  color: #ef4444 !important;
}

.bgx-border-danger {
  border-color: #ef4444 !important;
}

.bgx-danger-soft {
  background-color: #fde3e3 !important;
  color: #212529 !important;
}

.bgx-info {
  --bgx-info: #6366f1;
  background-color: var(--bgx-info) !important;
  color: #fff !important;
}

.bgx-text-info {
  color: #6366f1 !important;
}

.bgx-border-info {
  border-color: #6366f1 !important;
}

.bgx-info-soft {
  background-color: #e8e8fd !important;
  color: #212529 !important;
}

.bgx-white {
  --bgx-white: #ffffff;
  background-color: var(--bgx-white) !important;
  color: #212529 !important;
}

.bgx-text-white {
  color: #ffffff !important;
}

.bgx-border-white {
  border-color: #ffffff !important;
}

.bgx-white-soft {
  background-color: white !important;
  color: #212529 !important;
}

.bgx-getstarted {
  --bgx-getstarted: #2563eb;
  background-color: var(--bgx-getstarted) !important;
  color: #fff !important;
}

.bgx-text-getstarted {
  color: #2563eb !important;
}

.bgx-border-getstarted {
  border-color: #2563eb !important;
}

.bgx-getstarted-soft {
  background-color: #dee8fc !important;
  color: #212529 !important;
}

/* Saca las flechas default */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

/* Ajusta tamaño de los íconos Bootstrap */
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 12px;
  color: #fff;
  /* o el color que quieras */
}

/* Dentro del carrusel */
.activities-carousel {
  /* saca las flechas default de Swiper */
  /* flechas: tamaño, posición y área clickeable */
  /* íconos Bootstrap */
  /* bullets bien visibles */
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, .45);
}
.activities-carousel .swiper-button-next::after,
.activities-carousel .swiper-button-prev::after {
  content: none !important;
}
.activities-carousel .swiper-button-next,
.activities-carousel .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
  border-radius: 999px;
  background: rgb(17, 94, 149);
  z-index: 999;
  border: 2px solid #fff;
  /* contraste por defecto */
}
.activities-carousel .swiper-button-prev {
  left: 0.5rem;
  /* left: -45px; */
}
.activities-carousel .swiper-button-next {
  right: 0.5rem;
  /* right: -45px; */
}
.activities-carousel .swiper-button-next i,
.activities-carousel .swiper-button-prev i {
  font-size: 1.3rem;
  line-height: 1;
  color: var(--nav-ico, #fff);
  /* blanco por defecto */
  pointer-events: none;
  /* que el click lo reciba el contenedor */
}
.activities-carousel .swiper-pagination {
  bottom: 8px;
}

/* en fondos CLAROS (cambia a icono oscuro y bg claro) */
.activities-carousel.on-light {
  --nav-bg: rgba(255, 255, 255, .7);
  --nav-ico: #111;
}

/* en mobile, un pelito más chico */
@media (max-width: 576px) {
  .activities-carousel .swiper-button-next,
  .activities-carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .activities-carousel .swiper-button-next i,
  .activities-carousel .swiper-button-prev i {
    font-size: 1.4rem;
  }
}
/* pega el botón al fondo */
/* 0) Asegura que wrapper estire a la misma altura */
/* .swiper-wrapper {
  align-items: stretch;
} */
/* 1) Cada slide actúa como contenedor flex */
/* .swiper-slide {
  display: flex;
} */
/* 2) La card ocupa todo el alto del slide */
/* .card.item {
  display: flex;
  flex-direction: column;
  height: 100%;
} */
/* 3) Imagen consistente en todas las cards */
/* .card.item .card-img-top {
  aspect-ratio: 16/9;// cámbialo si quieres 4/3, 3/2, etc.
  object-fit: cover;
  width: 100%;
  display: block;
} */
/* 4) El body también en columna; el botón baja con mt-auto */
/* .card.item .card-body {
  display: flex;
  flex-direction: column;
  gap: .75rem;
} */
/* 5) Fuerza “aire” mínimo en el body para emparejar mejor */
/* .card.item .card-body {
  min-height: 12rem;
} */
/* ajusta este valor a tu diseño */
/* 6) Botón al fondo */
/* .card.item .btn {
  margin-top: auto;
} */
.space-0 {
  padding: 0 !important;
}

.space-x-0 {
  padding-inline: 0 !important;
}

.space-y-0 {
  padding-block: 0 !important;
}

.space-t-0 {
  padding-top: 0 !important;
}

.space-r-0 {
  padding-right: 0 !important;
}

.space-b-0 {
  padding-bottom: 0 !important;
}

.space-l-0 {
  padding-left: 0 !important;
}

.space-1 {
  padding: 0.25rem !important;
}

.space-x-1 {
  padding-inline: 0.25rem !important;
}

.space-y-1 {
  padding-block: 0.25rem !important;
}

.space-t-1 {
  padding-top: 0.25rem !important;
}

.space-r-1 {
  padding-right: 0.25rem !important;
}

.space-b-1 {
  padding-bottom: 0.25rem !important;
}

.space-l-1 {
  padding-left: 0.25rem !important;
}

.space-2 {
  padding: 0.5rem !important;
}

.space-x-2 {
  padding-inline: 0.5rem !important;
}

.space-y-2 {
  padding-block: 0.5rem !important;
}

.space-t-2 {
  padding-top: 0.5rem !important;
}

.space-r-2 {
  padding-right: 0.5rem !important;
}

.space-b-2 {
  padding-bottom: 0.5rem !important;
}

.space-l-2 {
  padding-left: 0.5rem !important;
}

.space-3 {
  padding: 0.75rem !important;
}

.space-x-3 {
  padding-inline: 0.75rem !important;
}

.space-y-3 {
  padding-block: 0.75rem !important;
}

.space-t-3 {
  padding-top: 0.75rem !important;
}

.space-r-3 {
  padding-right: 0.75rem !important;
}

.space-b-3 {
  padding-bottom: 0.75rem !important;
}

.space-l-3 {
  padding-left: 0.75rem !important;
}

.space-4 {
  padding: 1rem !important;
}

.space-x-4 {
  padding-inline: 1rem !important;
}

.space-y-4 {
  padding-block: 1rem !important;
}

.space-t-4 {
  padding-top: 1rem !important;
}

.space-r-4 {
  padding-right: 1rem !important;
}

.space-b-4 {
  padding-bottom: 1rem !important;
}

.space-l-4 {
  padding-left: 1rem !important;
}

.space-5 {
  padding: 1.25rem !important;
}

.space-x-5 {
  padding-inline: 1.25rem !important;
}

.space-y-5 {
  padding-block: 1.25rem !important;
}

.space-t-5 {
  padding-top: 1.25rem !important;
}

.space-r-5 {
  padding-right: 1.25rem !important;
}

.space-b-5 {
  padding-bottom: 1.25rem !important;
}

.space-l-5 {
  padding-left: 1.25rem !important;
}

.space-6 {
  padding: 1.5rem !important;
}

.space-x-6 {
  padding-inline: 1.5rem !important;
}

.space-y-6 {
  padding-block: 1.5rem !important;
}

.space-t-6 {
  padding-top: 1.5rem !important;
}

.space-r-6 {
  padding-right: 1.5rem !important;
}

.space-b-6 {
  padding-bottom: 1.5rem !important;
}

.space-l-6 {
  padding-left: 1.5rem !important;
}

.space-8 {
  padding: 2rem !important;
}

.space-x-8 {
  padding-inline: 2rem !important;
}

.space-y-8 {
  padding-block: 2rem !important;
}

.space-t-8 {
  padding-top: 2rem !important;
}

.space-r-8 {
  padding-right: 2rem !important;
}

.space-b-8 {
  padding-bottom: 2rem !important;
}

.space-l-8 {
  padding-left: 2rem !important;
}

.space-10 {
  padding: 2.5rem !important;
}

.space-x-10 {
  padding-inline: 2.5rem !important;
}

.space-y-10 {
  padding-block: 2.5rem !important;
}

.space-t-10 {
  padding-top: 2.5rem !important;
}

.space-r-10 {
  padding-right: 2.5rem !important;
}

.space-b-10 {
  padding-bottom: 2.5rem !important;
}

.space-l-10 {
  padding-left: 2.5rem !important;
}

.space-12 {
  padding: 3rem !important;
}

.space-x-12 {
  padding-inline: 3rem !important;
}

.space-y-12 {
  padding-block: 3rem !important;
}

.space-t-12 {
  padding-top: 3rem !important;
}

.space-r-12 {
  padding-right: 3rem !important;
}

.space-b-12 {
  padding-bottom: 3rem !important;
}

.space-l-12 {
  padding-left: 3rem !important;
}

.space-14 {
  padding: 3.5rem !important;
}

.space-x-14 {
  padding-inline: 3.5rem !important;
}

.space-y-14 {
  padding-block: 3.5rem !important;
}

.space-t-14 {
  padding-top: 3.5rem !important;
}

.space-r-14 {
  padding-right: 3.5rem !important;
}

.space-b-14 {
  padding-bottom: 3.5rem !important;
}

.space-l-14 {
  padding-left: 3.5rem !important;
}

.space-16 {
  padding: 4rem !important;
}

.space-x-16 {
  padding-inline: 4rem !important;
}

.space-y-16 {
  padding-block: 4rem !important;
}

.space-t-16 {
  padding-top: 4rem !important;
}

.space-r-16 {
  padding-right: 4rem !important;
}

.space-b-16 {
  padding-bottom: 4rem !important;
}

.space-l-16 {
  padding-left: 4rem !important;
}

.space-20 {
  padding: 5rem !important;
}

.space-x-20 {
  padding-inline: 5rem !important;
}

.space-y-20 {
  padding-block: 5rem !important;
}

.space-t-20 {
  padding-top: 5rem !important;
}

.space-r-20 {
  padding-right: 5rem !important;
}

.space-b-20 {
  padding-bottom: 5rem !important;
}

.space-l-20 {
  padding-left: 5rem !important;
}

.space-100 {
  padding: 6.25rem !important;
}

.space-x-100 {
  padding-inline: 6.25rem !important;
}

.space-y-100 {
  padding-block: 6.25rem !important;
}

.space-t-100 {
  padding-top: 6.25rem !important;
}

.space-r-100 {
  padding-right: 6.25rem !important;
}

.space-b-100 {
  padding-bottom: 6.25rem !important;
}

.space-l-100 {
  padding-left: 6.25rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-x-3 {
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

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

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

.gap-5 {
  gap: 1.25rem !important;
}

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

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

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

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-x-8 {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

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

.gap-10 {
  gap: 2.5rem !important;
}

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

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-x-12 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

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

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-x-16 {
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-x-20 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.gap-y-20 {
  row-gap: 5rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-x-100 {
  -webkit-column-gap: 6.25rem !important;
     -moz-column-gap: 6.25rem !important;
          column-gap: 6.25rem !important;
}

.gap-y-100 {
  row-gap: 6.25rem !important;
}

/* @media [not | only] screen [and] (expression) {...} */
/* Custom, iPhone Retina */
@media only screen and (min-width: 280px) and (max-width: 320px) {
  .test {
    background-color: rgba(76, 0, 130, 0.2);
    border: 1px dashed indigo;
  }
  .test::before {
    content: "280px - 320px";
    font-size: 12px;
    background: indigo;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*Hasta smartphones de 480px*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .test {
    background-color: rgba(255, 255, 0, 0.2);
    border: 1px dashed yellow;
  }
  .test::before {
    content: "321px - 480px";
    font-size: 12px;
    background: yellow;
    padding: 8px;
    color: #444;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* de Smartphones a Tablets */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .test {
    background-color: rgba(0, 255, 255, 0.2);
    border: 1px dashed cyan;
  }
  .test::before {
    content: "481px - 768px";
    font-size: 12px;
    background: cyan;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* de Tablets a pantallas de desktops */
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .test {
    background-color: rgba(255, 99, 71, 0.2);
    border: 1px dashed tomato;
  }
  .test::before {
    content: "769px - 980px";
    font-size: 12px;
    background: tomato;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Pantallas anchas (desktops) */
@media only screen and (min-width: 981px) and (max-width: 1399px) {
  .test {
    background-color: rgba(119, 249, 149, 0.2);
    border: 1px dashed #77f995;
  }
  .test::before {
    content: "981px - 1399px";
    font-size: 12px;
    background: #77f995;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .test {
    background-color: rgba(255, 20, 145, 0.2);
    border: 1px dashed deeppink;
  }
  .test::before {
    content: "min-width 1400px";
    font-size: 12px;
    background: deeppink;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */
/* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */
/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */
/* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */
/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */
/* =========================================
 * Helpers de maquetación (debug visual)
 * - No alteran el layout (usa outline)
 * - Soportan offset y variantes por breakpoint
 * - Incluye modo global: [data-debug]
 * ========================================= */
/* 1) Mixin base: outline sin desplazar layout */
/* 2) Mapa de colores para clases rápidas */
/* 3) Breakpoints para variantes responsivas */
/* 4) Generación de .border-{n} y #border-{n} */
.border-1,
#border-1 {
  outline: 2px dashed #000;
  outline-offset: 0;
}

/* Variantes con offset si quieres despegar el trazo */
.border-1-off1 {
  outline: 2px dashed #000;
  outline-offset: 1px;
}

.border-1-off2 {
  outline: 2px dashed #000;
  outline-offset: 2px;
}

/* 5) Variantes responsivas: .border-{n}-{bp} */
@media (min-width: 576px) {
  .border-1-sm {
    outline: 2px dashed #000;
    outline-offset: 0;
  }
}
@media (min-width: 768px) {
  .border-1-md {
    outline: 2px dashed #000;
    outline-offset: 0;
  }
}
@media (min-width: 992px) {
  .border-1-lg {
    outline: 2px dashed #000;
    outline-offset: 0;
  }
}
@media (min-width: 1200px) {
  .border-1-xl {
    outline: 2px dashed #000;
    outline-offset: 0;
  }
}
.border-2,
#border-2 {
  outline: 2px dashed red;
  outline-offset: 0;
}

/* Variantes con offset si quieres despegar el trazo */
.border-2-off1 {
  outline: 2px dashed red;
  outline-offset: 1px;
}

.border-2-off2 {
  outline: 2px dashed red;
  outline-offset: 2px;
}

/* 5) Variantes responsivas: .border-{n}-{bp} */
@media (min-width: 576px) {
  .border-2-sm {
    outline: 2px dashed red;
    outline-offset: 0;
  }
}
@media (min-width: 768px) {
  .border-2-md {
    outline: 2px dashed red;
    outline-offset: 0;
  }
}
@media (min-width: 992px) {
  .border-2-lg {
    outline: 2px dashed red;
    outline-offset: 0;
  }
}
@media (min-width: 1200px) {
  .border-2-xl {
    outline: 2px dashed red;
    outline-offset: 0;
  }
}
.border-3,
#border-3 {
  outline: 2px dashed deeppink;
  outline-offset: 0;
}

/* Variantes con offset si quieres despegar el trazo */
.border-3-off1 {
  outline: 2px dashed deeppink;
  outline-offset: 1px;
}

.border-3-off2 {
  outline: 2px dashed deeppink;
  outline-offset: 2px;
}

/* 5) Variantes responsivas: .border-{n}-{bp} */
@media (min-width: 576px) {
  .border-3-sm {
    outline: 2px dashed deeppink;
    outline-offset: 0;
  }
}
@media (min-width: 768px) {
  .border-3-md {
    outline: 2px dashed deeppink;
    outline-offset: 0;
  }
}
@media (min-width: 992px) {
  .border-3-lg {
    outline: 2px dashed deeppink;
    outline-offset: 0;
  }
}
@media (min-width: 1200px) {
  .border-3-xl {
    outline: 2px dashed deeppink;
    outline-offset: 0;
  }
}
.border-4,
#border-4 {
  outline: 2px dashed lime;
  outline-offset: 0;
}

/* Variantes con offset si quieres despegar el trazo */
.border-4-off1 {
  outline: 2px dashed lime;
  outline-offset: 1px;
}

.border-4-off2 {
  outline: 2px dashed lime;
  outline-offset: 2px;
}

/* 5) Variantes responsivas: .border-{n}-{bp} */
@media (min-width: 576px) {
  .border-4-sm {
    outline: 2px dashed lime;
    outline-offset: 0;
  }
}
@media (min-width: 768px) {
  .border-4-md {
    outline: 2px dashed lime;
    outline-offset: 0;
  }
}
@media (min-width: 992px) {
  .border-4-lg {
    outline: 2px dashed lime;
    outline-offset: 0;
  }
}
@media (min-width: 1200px) {
  .border-4-xl {
    outline: 2px dashed lime;
    outline-offset: 0;
  }
}
/* 6) Modo "global debugger": activa outlines a todo lo dentro
 *    Úsalo en un contenedor (ej: <header data-debug>…)
 */
[data-debug] * {
  outline: 1px dashed rgba(255, 0, 255, 0.5);
  outline-offset: -1px;
}

/* 7) Helpers para ver padding y margin rápidamente (opcionales)
 *    No son exactos pero ayudan a “sentir” el espacio.
 */
/* Pinta el padding interno con una sombra interna (no cambia layout) */
.debug-padding {
  /* Ajusta el ancho “visual” del padding pintado: */
  --pad-vis: 6px;
  -webkit-box-shadow: inset 0 0 0 var(--pad-vis) rgba(0, 170, 255, 0.25);
          box-shadow: inset 0 0 0 var(--pad-vis) rgba(0, 170, 255, 0.25);
}

/* Pinta un “halo” externo para sentir el margin alrededor */
.debug-margin {
  /* ancho visual del halo de margen */
  --marg-vis: 6px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 255, 0, 0.25)) drop-shadow(0 0 var(--marg-vis) rgba(0, 255, 0, 0.25));
          filter: drop-shadow(0 0 0 rgba(0, 255, 0, 0.25)) drop-shadow(0 0 var(--marg-vis) rgba(0, 255, 0, 0.25));
}

/* 8) Kill-switch rápido: quita todo el debug (por si queda pegado) */
.debug-off,
.debug-off * {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}

/*============================================
=         Iconos SVG para Hamburguesa       =
============================================*/
.wx-10 {
  width: 10%;
}
@media (max-width: 640px) {
  .wx-10 {
    width: 100%;
  }
}

.wx-15 {
  width: 15%;
}
@media (max-width: 640px) {
  .wx-15 {
    width: 100%;
  }
}

.wx-20 {
  width: 20%;
}
@media (max-width: 640px) {
  .wx-20 {
    width: 100%;
  }
}

.wx-25 {
  width: 25%;
}
@media (max-width: 640px) {
  .wx-25 {
    width: 100%;
  }
}

.wx-30 {
  width: 30%;
}
@media (max-width: 640px) {
  .wx-30 {
    width: 100%;
  }
}

.wx-35 {
  width: 35%;
}
@media (max-width: 640px) {
  .wx-35 {
    width: 100%;
  }
}

.wx-40 {
  width: 40%;
}
@media (max-width: 640px) {
  .wx-40 {
    width: 100%;
  }
}

.wx-45 {
  width: 45%;
}
@media (max-width: 640px) {
  .wx-45 {
    width: 100%;
  }
}

.wx-50 {
  width: 50%;
}
@media (max-width: 640px) {
  .wx-50 {
    width: 100%;
  }
}

.wx-55 {
  width: 55%;
}
@media (max-width: 640px) {
  .wx-55 {
    width: 100%;
  }
}

.wx-60 {
  width: 60%;
}
@media (max-width: 640px) {
  .wx-60 {
    width: 100%;
  }
}

.wx-65 {
  width: 65%;
}
@media (max-width: 640px) {
  .wx-65 {
    width: 100%;
  }
}

.wx-70 {
  width: 70%;
}
@media (max-width: 640px) {
  .wx-70 {
    width: 100%;
  }
}

.wx-75 {
  width: 75%;
}
@media (max-width: 640px) {
  .wx-75 {
    width: 100%;
  }
}

.wx-80 {
  width: 80%;
}
@media (max-width: 640px) {
  .wx-80 {
    width: 100%;
  }
}

.wx-85 {
  width: 85%;
}
@media (max-width: 640px) {
  .wx-85 {
    width: 100%;
  }
}

.wx-90 {
  width: 90%;
}
@media (max-width: 640px) {
  .wx-90 {
    width: 100%;
  }
}

.wx-95 {
  width: 95%;
}
@media (max-width: 640px) {
  .wx-95 {
    width: 100%;
  }
}

.wx-100 {
  width: 100%;
}
@media (max-width: 640px) {
  .wx-100 {
    width: 100%;
  }
}

.hv-10 {
  height: 10%;
}
@media (max-width: 640px) {
  .hv-10 {
    height: auto;
  }
}

.hv-15 {
  height: 15%;
}
@media (max-width: 640px) {
  .hv-15 {
    height: auto;
  }
}

.hv-20 {
  height: 20%;
}
@media (max-width: 640px) {
  .hv-20 {
    height: auto;
  }
}

.hv-25 {
  height: 25%;
}
@media (max-width: 640px) {
  .hv-25 {
    height: auto;
  }
}

.hv-30 {
  height: 30%;
}
@media (max-width: 640px) {
  .hv-30 {
    height: auto;
  }
}

.hv-35 {
  height: 35%;
}
@media (max-width: 640px) {
  .hv-35 {
    height: auto;
  }
}

.hv-40 {
  height: 40%;
}
@media (max-width: 640px) {
  .hv-40 {
    height: auto;
  }
}

.hv-45 {
  height: 45%;
}
@media (max-width: 640px) {
  .hv-45 {
    height: auto;
  }
}

.hv-50 {
  height: 50%;
}
@media (max-width: 640px) {
  .hv-50 {
    height: auto;
  }
}

.hv-55 {
  height: 55%;
}
@media (max-width: 640px) {
  .hv-55 {
    height: auto;
  }
}

.hv-60 {
  height: 60%;
}
@media (max-width: 640px) {
  .hv-60 {
    height: auto;
  }
}

.hv-65 {
  height: 65%;
}
@media (max-width: 640px) {
  .hv-65 {
    height: auto;
  }
}

.hv-70 {
  height: 70%;
}
@media (max-width: 640px) {
  .hv-70 {
    height: auto;
  }
}

.hv-75 {
  height: 75%;
}
@media (max-width: 640px) {
  .hv-75 {
    height: auto;
  }
}

.hv-80 {
  height: 80%;
}
@media (max-width: 640px) {
  .hv-80 {
    height: auto;
  }
}

.hv-85 {
  height: 85%;
}
@media (max-width: 640px) {
  .hv-85 {
    height: auto;
  }
}

.hv-90 {
  height: 90%;
}
@media (max-width: 640px) {
  .hv-90 {
    height: auto;
  }
}

.hv-95 {
  height: 95%;
}
@media (max-width: 640px) {
  .hv-95 {
    height: auto;
  }
}

.hv-100 {
  height: 100%;
}
@media (max-width: 640px) {
  .hv-100 {
    height: auto;
  }
}

.bd-1 {
  outline: 2px dashed #ff3860;
  outline-offset: -1px;
}

.bd-2 {
  outline: 2px dashed #36d399;
  outline-offset: -1px;
}

.bd-3 {
  outline: 2px dashed #3abff8;
  outline-offset: -1px;
}

.bd-4 {
  outline: 2px dashed #fbbd23;
  outline-offset: -1px;
}

.bd-5 {
  outline: 2px dashed #a78bfa;
  outline-offset: -1px;
}

.bd-6 {
  outline: 2px dashed #2b2b2b;
  outline-offset: -1px;
}

/* grosores opcionales */
.bd-w-1 {
  outline-width: 1px !important;
}

.bd-w-2 {
  outline-width: 2px !important;
}

.bd-w-3 {
  outline-width: 3px !important;
}

/* 
$font-sizes: (80: 5rem,
  75: 4.688rem,
  70: 4.375rem,
  65: 4.063rem,
  60: 3.75rem,
	55: 3.438rem,
	50: 3.125rem,
  45: 2.813rem,
  40: 2.5rem,
  35: 2.188rem,
	30: 1.875rem,
  25: 1.563rem,
	20: 1.25rem,
  19: 1.188rem,
  16: 1rem,
	14: .875rem,
	12: .75rem);
*/
.type-debug-80 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-80::after {
  content: "fs 80px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-75 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-75::after {
  content: "fs 75px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-70 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-70::after {
  content: "fs 70px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-65 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-65::after {
  content: "fs 65px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-60 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-60::after {
  content: "fs 60px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-55 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-55::after {
  content: "fs 55px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-50 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-50::after {
  content: "fs 50px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-45 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-45::after {
  content: "fs 45px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-40 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-40::after {
  content: "fs 40px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-35 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-35::after {
  content: "fs 35px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-30 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-30::after {
  content: "fs 30px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-25 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-25::after {
  content: "fs 25px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-20 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-20::after {
  content: "fs 20px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-19 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-19::after {
  content: "fs 19px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-16 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-16::after {
  content: "fs 16px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-14 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-14::after {
  content: "fs 14px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.type-debug-12 {
  position: relative;
  outline-offset: -1px;
}
.type-debug-12::after {
  content: "fs 12px";
  position: absolute;
  right: 0.5rem;
  top: var(--dbg-top, -0.6rem);
  padding: 2px 6px;
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: #fff;
  background: rgba(17, 94, 149, 0.95);
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

/* 
<h2 class="type-debug-32">Título grande</h2>
<p class="type-debug-16">Texto de párrafo…</p>

<!-- Si el contenedor corta hacia arriba, puedes bajar la chapita sin otra clase: -->
<p class="type-debug-16" style="--dbg-top:.25rem">Texto…</p>
*/