@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root,
[data-bs-theme="light"] {
  --bs-blue: #336acc;
  --bs-indigo: #85a5e0;
  --bs-purple: #6d0099;
  --bs-pink: #d63384;
  --bs-red: #cc3333;
  --bs-orange: #ff9500;
  --bs-yellow: #ffcc00;
  --bs-green: #26874a;
  --bs-teal: #005e7a;
  --bs-cyan: #218274;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #666666;
  --bs-gray-dark: #333333;
  --bs-gray-100: #e5e5e5;
  --bs-gray-200: #cccccc;
  --bs-gray-300: #b2b2b2;
  --bs-gray-400: #999999;
  --bs-gray-500: #7f7f7f;
  --bs-gray-600: #666666;
  --bs-gray-700: #4c4c4c;
  --bs-gray-800: #333333;
  --bs-gray-900: #191919;
  --bs-primary: #336acc;
  --bs-secondary: #101e37;
  --bs-success: #26874a;
  --bs-tertiary: #005e7a;
  --bs-info: #0086ad;
  --bs-warning: #ff9500;
  --bs-danger: #cc3333;
  --bs-light: #f3f6f9;
  --bs-dark: #002733;
  --bs-primary-rgb: 51, 106, 204;
  --bs-secondary-rgb: 16, 30, 55;
  --bs-success-rgb: 38, 135, 74;
  --bs-tertiary-rgb: 0, 94, 122;
  --bs-info-rgb: 0, 134, 173;
  --bs-warning-rgb: 255, 149, 0;
  --bs-danger-rgb: 204, 51, 51;
  --bs-light-rgb: 243, 246, 249;
  --bs-dark-rgb: 0, 39, 51;
  --bs-primary-text-emphasis: #142a52;
  --bs-secondary-text-emphasis: #060c16;
  --bs-success-text-emphasis: #0f361e;
  --bs-info-text-emphasis: #003645;
  --bs-warning-text-emphasis: #663c00;
  --bs-danger-text-emphasis: #521414;
  --bs-light-text-emphasis: #4c4c4c;
  --bs-dark-text-emphasis: #4c4c4c;
  --bs-primary-bg-subtle: #d6e1f5;
  --bs-secondary-bg-subtle: #cfd2d7;
  --bs-success-bg-subtle: #d4e7db;
  --bs-info-bg-subtle: #cce7ef;
  --bs-warning-bg-subtle: #ffeacc;
  --bs-danger-bg-subtle: #f5d6d6;
  --bs-light-bg-subtle: #f2f2f2;
  --bs-dark-bg-subtle: #999999;
  --bs-primary-border-subtle: #adc3eb;
  --bs-secondary-border-subtle: #9fa5af;
  --bs-success-border-subtle: #a8cfb7;
  --bs-info-border-subtle: #99cfde;
  --bs-warning-border-subtle: #ffd599;
  --bs-danger-border-subtle: #ebadad;
  --bs-light-border-subtle: #cccccc;
  --bs-dark-border-subtle: #7f7f7f;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif:
    "Open Sans", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue",
    arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family:
    "Open Sans", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue",
    arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #101e37;
  --bs-body-color-rgb: 16, 30, 55;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #38485c;
  --bs-secondary-color-rgb: 56, 72, 92;
  --bs-secondary-bg: #cccccc;
  --bs-secondary-bg-rgb: 204, 204, 204;
  --bs-tertiary-color: rgba(16, 30, 55, 0.5);
  --bs-tertiary-color-rgb: 16, 30, 55;
  --bs-tertiary-bg: #e5e5e5;
  --bs-tertiary-bg-rgb: 229, 229, 229;
  --bs-heading-color: inherit;
  --bs-link-color: #336acc;
  --bs-link-color-rgb: 51, 106, 204;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #336acc;
  --bs-link-hover-color-rgb: 51, 106, 204;
  --bs-code-color: #d63384;
  --bs-highlight-color: #101e37;
  --bs-highlight-bg: #fff5cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e6ebf0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0 0 0.125rem #e6ebf0;
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(51, 106, 204, 0.25);
  --bs-form-valid-color: #26874a;
  --bs-form-valid-border-color: #26874a;
  --bs-form-invalid-color: #cc3333;
  --bs-form-invalid-border-color: #cc3333;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #b2b2b2;
  --bs-body-color-rgb: 178, 178, 178;
  --bs-body-bg: #191919;
  --bs-body-bg-rgb: 25, 25, 25;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(178, 178, 178, 0.75);
  --bs-secondary-color-rgb: 178, 178, 178;
  --bs-secondary-bg: #333333;
  --bs-secondary-bg-rgb: 51, 51, 51;
  --bs-tertiary-color: rgba(178, 178, 178, 0.5);
  --bs-tertiary-color-rgb: 178, 178, 178;
  --bs-tertiary-bg: #262626;
  --bs-tertiary-bg-rgb: 38, 38, 38;
  --bs-primary-text-emphasis: #85a6e0;
  --bs-secondary-text-emphasis: #707887;
  --bs-success-text-emphasis: #7db792;
  --bs-info-text-emphasis: #66b6ce;
  --bs-warning-text-emphasis: #ffbf66;
  --bs-danger-text-emphasis: #e08585;
  --bs-light-text-emphasis: #e5e5e5;
  --bs-dark-text-emphasis: #b2b2b2;
  --bs-primary-bg-subtle: #0a1529;
  --bs-secondary-bg-subtle: #03060b;
  --bs-success-bg-subtle: #081b0f;
  --bs-info-bg-subtle: #001b23;
  --bs-warning-bg-subtle: #331e00;
  --bs-danger-bg-subtle: #290a0a;
  --bs-light-bg-subtle: #333333;
  --bs-dark-bg-subtle: #1a1a1a;
  --bs-primary-border-subtle: #1f407a;
  --bs-secondary-border-subtle: #0a1221;
  --bs-success-border-subtle: #17512c;
  --bs-info-border-subtle: #005068;
  --bs-warning-border-subtle: #995900;
  --bs-danger-border-subtle: #7a1f1f;
  --bs-light-border-subtle: #4c4c4c;
  --bs-dark-border-subtle: #333333;
  --bs-heading-color: inherit;
  --bs-link-color: #85a6e0;
  --bs-link-hover-color: #9db8e6;
  --bs-link-color-rgb: 133, 166, 224;
  --bs-link-hover-color-rgb: 157, 184, 230;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #b2b2b2;
  --bs-highlight-bg: #665200;
  --bs-border-color: #4c4c4c;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #94e1b0;
  --bs-form-valid-border-color: #94e1b0;
  --bs-form-invalid-color: #e08585;
  --bs-form-invalid-border-color: #e08585;
}

/*-=-FONTS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
body {
  font-family: "Montserrat", sans-serif;
  color: var(--bs-secondary);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  color: var(--bs-secondary);
}

.h3,
h3 {
  font-family: "Lora", serif;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 600;
}

.headline-md,
.accordion-item
  .accordion-body
  .accordion-form
  .form-radio
  .form-radio-label
  .label-content
  .label-title,
.list-steps.list-steps-sm .list-steps-item h3,
.list-steps.list-steps-sm .list-steps-item .h3,
.list-steps.list-steps-sm .list-steps-item .list-steps-item-title,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-content-extended
  .nav-sections
  .dropdown
  .dropdown-menu,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-content
  .navbar-sections
  .nav-sections
  .dropdown
  .dropdown-menu,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-content
  .navbar-user
  .dropdown
  .dropdown-menu,
.pagination .page-item .page-link,
.dropdown .btn-dropdown,
input[type="file"]::-webkit-file-upload-button,
.form-label,
.group-access .card-access .container-access .access-option .title-option,
.btn,
nav .nav-pills .nav-item .nav-link {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

label.containerCheckbox a {
  color: #6d0099;
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 2.375rem;
  }
}

/*-=-CONTAINERS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container,
.stepper-content .stepper,
.panel-horizontal-content .panel-horizontal {
  width: 1140px;
}

@media (max-width: 1199px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .stepper-content .stepper,
  .panel-horizontal-content .panel-horizontal {
    width: 720px;
  }
}

@media (max-width: 768px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .stepper-content .stepper,
  .panel-horizontal-content .panel-horizontal {
    width: 540px;
  }
}

@media (max-width: 574px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .stepper-content .stepper,
  .panel-horizontal-content .panel-horizontal {
    width: 100%;
  }
}

.loginScreen {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  margin-top: 90px;
  min-height: calc(100vh - 590px);
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgb(36 45 79) !important;
}

.footer .container {
  --bs-gutter-x: 2rem;
}

/*-=-NAVBAR-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.navbar {
  color: var(--bs-white);
  height: 75px;
  border-bottom: 3px solid #e7bc61;
  padding: 0px 50px;
}

.navbar .container-fluid {
  height: 100%;
}

.navbar-brand {
  background-image: url("../img/Nacion/logo_principal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 265px;
  height: 55px;
}

li.nav-item {
  margin: 0px;
  height: 100%;
}

a.nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #101e37;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 500;
  min-height: 48px;
  padding: 0.5rem 0.75rem !important;
  display: flex;
  align-items: center;
  max-width: 348px;
  width: 100%;
  min-width: fit-content;
  line-height: 24px;
  height: 75px;
}

a.nav-link.dropdown-toggle::after {
  display: none;
}

li.nav-item.dropdown:hover a.nav-link.dropdown-toggle.show:focus {
  color: #fff !important;
}

a.nav-link:hover:visited {
  color: #274986;
}

li.nav-item:hover a.nav-link {
  background-color: #242d4f;
  color: white;
  border-radius: 0px;
}

li.nav-item:hover a.nav-link.disabled {
  background-color: var(--bs-nav-link-disabled-color);
}

a.nav-link.dropdown-toggle .btn-dropdown-icon {
  transform: rotate(0deg);
  transition: 0.4s;
}

a.nav-link.dropdown-toggle.show .btn-dropdown-icon {
  transform: rotate(180deg);
  transition: 0.4s;
}

.dropdown-menu {
  border: 1px solid #dddddd;
  min-width: 346px;
  border-radius: 0px;
  padding: 0px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

a.dropdown-item {
  border-radius: 0.5rem;
  padding: 0.75rem !important;
  white-space: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-family: "Lora", serif;
  justify-content: flex-start;
}

.navbar-user a.dropdown-item {
  justify-content: flex-end;
}

a.dropdown-item.item-danger {
  color: #cc3333;
}

.dropdown .dropdown-menu .dropdown-item .item-notifications {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--bs-danger);
  border-radius: 50%;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--bs-white);
  outline: none;
  color: #242d4f;
  text-decoration: underline;
}

.navbar-sections {
  margin-right: auto;
  margin-left: 20px;
}

.navbar-search {
  max-width: 348px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

/*--Backoffice nav --*/
.l-navbar {
  margin-top: 75px !important;
}

.header {
  border-radius: 0px;
}

.header_toggle {
  color: #242d4f;
}

.nav_list .nav_link.active .nav_name {
  color: #242d4f;
}

.nav_list .nav_link.active {
  color: #212a49;
}

.search-container {
  position: relative;
}

.input-search-with-button {
  color: var(--bs-white);
  padding: 0rem 1rem !important;
  color: #101e37;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #000 !important;
  border-radius: 12px 40px 40px 12px !important;
  outline: none !important;
  outline-offset: 0;
  box-sizing: border-box;
  min-height: 46px;
}

button.button-search {
  background-image: url("../img/Ciudad/search.svg");
  width: 34px;
  height: 46px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 14px;
  top: 0px;
  border-left: 1px solid #000;
  padding-left: 10px;
  background-position: right;
}

.btn-dropdown-border.notification {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 3rem;
  padding: 0.75rem;
}

.btn-dropdown-border.notification:hover {
  border-color: #242d4f;
  color: #242d4f;
}

.btn-dropdown-border.notification:active {
  background-color: #242d4f;
  color: var(--bs-white);
}

.btn-dropdown-border.notification:focus {
  background-color: #242d4f;
  color: var(--bs-white);
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  background-color: var(--bs-danger);
  border-radius: 50%;
  font-size: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.navbar-sections-title {
  display: none;
}

.navbar-user-mobile {
  display: none;
}

hr.mobile-nav-divider {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    height: 75px;
    padding: 0px 7px;
  }

  a.navbar-brand img {
    height: 31px;
    filter: brightness(0.8);
  }

  .navbar-toggler {
    padding: 0px;
    border: none;
  }

  .navbar-toggler.collapsed {
    padding: 0px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 0.5rem;
    outline: 2px solid #e6ebf1;
  }

  .navbar-toggler {
    padding: 0px;
    width: 48px;
    height: 48px;
    background-color: #284986;
    border-radius: 0.5rem;
  }

  .navbar-toggler.collapsed span.navbar-toggler-icon {
    background-image: url("../img/Ciudad/btn_collapse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }

  .navbar-toggler span.navbar-toggler-icon {
    background-image: url("../img/Ciudad/btn_x.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem #fec221;
  }

  .navbar-toggler span.navbar-toggler-icon:focus,
  ..navbar-toggler span.navbar-toggler-icon:focus-visible {
    outline: 0.25rem solid transparent;
    box-shadow: 0 0 0 0.15rem #fec221;
  }

  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    top: 70px;
    position: absolute;
    width: 100vw;
    left: 0px;
    background-color: white;
    padding: 0px 20px;
  }

  .navbar-collapse {
    display: flex;
    flex-direction: column;
    z-index: 1401;
    border-bottom: 4px solid #faca07;
    padding: 0px 0px 20px 0px;
  }

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

  .navbar-search {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-user {
    display: none;
  }

  li.nav-item {
    margin: 2px 20px;
  }

  a.nav-link {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
  }

  a.nav-link span.material-symbols-rounded.btn-dropdown-icon {
    float: right;
    margin-left: auto;
  }

  p.navbar-sections-title {
    color: black;
    font-weight: 600;
    padding-left: 1.25rem;
    font-size: 1.25rem;
    margin-bottom: 0px;
    margin-top: 15px;
    font-family: "Nunito";
    display: block;
  }

  .dropdown-menu {
    border: none;
  }

  a.dropdown-item {
    font-size: 1rem;
    padding-left: 2rem !important;
  }

  .navbar-user-mobile {
    display: block;
    width: 100%;
  }

  span.item-notifications {
    width: 8px;
    height: 8px;
    background-color: #cc3434;
    border-radius: 50rem;
    position: relative;
    left: 10px;
    top: -5px;
  }

  a.nav-link.item-danger {
    color: #cc3434;
  }

  a.nav-link.item-danger span.material-symbols-rounded {
    font-size: 18px;
    margin-right: 5px;
  }

  hr.mobile-nav-divider {
    display: block;
    width: 90%;
    border-top: 1px solid #c3c8ce;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 225px !important;
    height: 50px !important;
  }
}

/*-=-CARDS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.headline-lg,
.card .card-title,
.accordion-item .accordion-button .collapse-title,
.accordion-item .accordion-button,
.block .block-body .block-title,
.list-steps-item::before,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-content-extended
  .navbar-sections-title,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-user-mobile
  .navbar-user-mobile-title,
.navbar.o-header
  .header-container
  .navbar-collapse
  .navbar-content
  .navbar-sections
  .navbar-sections-title,
.map .map-body .map-title,
.group-access .card-access .card-access-body h4,
.group-access .card-access .card-access-body .h4,
.group-access
  .card-access
  .card-access-body
  .stepper-content
  .stepper
  .step-title,
.stepper-content
  .stepper
  .group-access
  .card-access
  .card-access-body
  .step-title,
.group-access
  .card-access
  .card-access-body
  .panel-lateral
  .panel-body
  .panel-title,
.panel-lateral
  .panel-body
  .group-access
  .card-access
  .card-access-body
  .panel-title,
.group-access
  .card-access
  .card-access-body
  .panel-vertical
  .panel-body
  .panel-title,
.panel-vertical
  .panel-body
  .group-access
  .card-access
  .card-access-body
  .panel-title,
.group-access
  .card-access
  .card-access-body
  .panel-horizontal-content
  .panel-horizontal
  .panel-body
  .panel-title,
.panel-horizontal-content
  .panel-horizontal
  .panel-body
  .group-access
  .card-access
  .card-access-body
  .panel-title,
.group-access
  .card-access
  .card-access-body
  .list-steps.list-steps-lg
  .list-steps-item
  h3,
.list-steps.list-steps-lg
  .list-steps-item
  .group-access
  .card-access
  .card-access-body
  h3,
.group-access
  .card-access
  .card-access-body
  .list-steps.list-steps-lg
  .list-steps-item
  .h3,
.list-steps.list-steps-lg
  .list-steps-item
  .group-access
  .card-access
  .card-access-body
  .h3,
.group-access
  .card-access
  .card-access-body
  .list-steps.list-steps-lg
  .list-steps-item
  .list-steps-item-title,
.list-steps.list-steps-lg
  .list-steps-item
  .group-access
  .card-access
  .card-access-body
  .list-steps-item-title,
.group-access .card-access .card-access-body .carousel-caption h5,
.carousel-caption .group-access .card-access .card-access-body h5,
.group-access .card-access .card-access-body .carousel-caption .h5,
.carousel-caption .group-access .card-access .card-access-body .h5,
.group-access .card-access .card-access-body .card-access-title {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

a:not(
    .btn,
    .nav-link,
    .list-group-item,
    .calendar-link,
    .dropdown-item,
    .badge
  ):visited {
  color: #6d0099;
}

a.card-link {
  text-decoration: none;
  transition: 0.3s;
}

a.card-link:hover .card-title {
  text-decoration: none;
  text-decoration-thickness: 0px;
  text-decoration-skip-ink: none;
  transition: 0.3s;
}

a.card-link:hover .card {
  outline-color: transparent;
  background-color: #e3e7ee;
  transition: 0.3s;
}

a.card-link:hover img.card-img {
  opacity: 0.75;
  transition: 0.3s;
}

.card.border-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.unbordered {
  border: none !important;
}

.card {
  border: 1px solid #dddddd;
  outline: none;
  width: 100%;
  border-radius: 0px;
}

.card.card-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0px;
}

.card.card-horizontal {
  height: auto !important;
}

.card.card-horizontal .card-icon,
.card.card-horizontal .card-img {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  margin: 1rem 0 1rem 1rem;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.card .card-icon {
  margin: 1.5rem 1.5rem 0;
  font-size: 4rem;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 4rem;
}

.card.card-horizontal .card-icon {
  margin: 1rem 0 1rem 1rem;
}

.card.card-horizontal .card-text {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.card.card-horizontal .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 1rem;
}

.card .card-title {
  margin-bottom: 0;
}

.card .card-text {
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: black;
}

.unbordered {
  outline: none;
}

a.card-link .card.card-horizontal.unbordered .card-title {
  color: #141414;
  text-decoration: none;
  text-decoration-thickness: 0px;
  text-underline-offset: 0px;
  text-decoration-skip-ink: none;
}

a.card-link:hover .card.card-horizontal.unbordered .card-title {
  color: #274986;
  text-decoration: none;
  text-decoration-thickness: 0px;
  text-underline-offset: 0px;
  text-decoration-skip-ink: none;
  transition: 0.3s;
}

.card .card-info {
  margin-top: 0.5rem;
}

.card-img {
  border-radius: 0px;
}

.card-headline {
  color: #0f1e37;
}

.card .card-info .small,
.card .card-info small {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.card .card-info .small .o-icon,
.card .card-info small .o-icon {
  font-size: 1rem;
  vertical-align: sub;
  margin-right: 0.25rem;
}

.border-0 {
  outline: 0 !important;
}

/*-=-BOTONES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.btn {
  border: 3px solid transparent;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px 18px;
  border-radius: 50rem;
  line-height: 1.42857143;
  font-family: "Montserrat", sans-serif;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn .material-symbols-rounded {
  position: relative;
  float: right;
}

.btn-sm {
  font-size: 12px;
  padding: 2px 10px;
  min-height: 1.5rem;
}

.btn-sm .material-symbols-rounded {
  font-size: 12px;
}

.btn-lg {
  padding: 2px 24px;
  min-height: 3.5rem;
}

.btn-sm .material-symbols-rounded {
  font-size: 12px;
}

.btn-xs {
  min-height: 1.75rem;
  padding: 0.125rem;
  width: 1.75rem;
  max-width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  border: none;
  outline: 0.125rem solid transparent;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary.disabled,
.btn-primary:disabled,
fieldset:disabled .btn-primary {
  background-color: #232d4f;
  border-color: #232d4f;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
fieldset:disabled .btn-outline-primary {
  background-color: #fff;
  border-color: #232d4f;
  color: #232d4f;
}

.btn-primary {
  background-color: #232d4f;
}

.btn-primary:hover {
  background-color: #13192c;
  border-color: #13192c;
}

.btn-primary:active {
  background-color: #13192c !important;
  border-color: #13192c !important;
}

.btn-outline-primary {
  border-color: #242d4f;
  color: #242d4f;
  outline: none;
}

.btn-secondary {
  border-color: #636d7e;
  background-color: #636d7e;
}

.btn-outline-secondary {
  border-color: #636d7e;
  background-color: #fff;
  outline: none;
}

.btn-tertiary {
  border-color: #dddddd !important;
  background-color: #ffffff;
  color: #232d4f;
}

.btn-outline-tertiary {
  border-color: #dddddd !important;
  background-color: #ffffff;
  color: #232d4f;
  outline: none;
}

.btn-success {
  border-color: #2f7d33;
  background-color: #2f7d33;
  color: #fff;
}

.btn-outline-success {
  border-color: #2f7d33;
  background-color: #fff;
  color: #2f7d33;
}

.btn-danger {
  border-color: #c62928;
  background-color: #c62928;
  color: #fff;
}

.btn-outline-danger {
  border-color: #c62928;
  background-color: #fff;
  color: #c62928;
}

.btn-outline-light {
  color: #f3f6f9;
  text-decoration: none;
  border: none;
  outline: 0.125rem solid #f3f6f9;
  outline-offset: -0.125rem;
  transition: all 50ms ease-in-out;
}

,
.btn-outline-danger {
  color: #c33;
  text-decoration: none;
  border: none;
  outline: 0.125rem solid #c33;
  outline-offset: -0.125rem;
  transition: all 50ms ease-in-out;
}

.btn-light,
.btn-outline-light {
  text-decoration: none;
  border: none;
  outline: 0.125rem solid #f3f6f9;
  outline-offset: -0.125rem;
  transition: all 50ms ease-in-out;
}

.btn-light {
  color: #000;
}

.btn-xs.hover,
.btn-xs:hover {
  background-color: #e6ebf0;
}

.btn-dropdown {
  color: #101e37;
  background: #ffffff;
  border: none;
  box-shadow: none;
  outline: 0.125rem solid transparent;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 400;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 348px;
  width: 100%;
  min-width: fit-content;
}

.btn-dropdown.btn-dropdown-border {
  border: 1px solid #dddddd;
}

.btn-dropdown.btn-lg,
.btn-group-lg > .btn-dropdown.btn {
  min-height: 3rem;
  padding: 0.75rem;
  width: fit-content;
}

.btn-dropdown:hover {
  outline: 0.125rem solid #274986;
  color: #274986;
  text-decoration: none;
  background: #ffffff;
}

.btn-dropdown:focus {
  box-shadow: 0 0 0 0.15rem #fec221;
  outline: 0.25rem solid transparent;
  color: #101e37;
  background: #ffffff;
  text-decoration: none;
}

.btn-dropdown.show,
.btn-dropdown.show:focus {
  box-shadow: none;
  outline: 0.25rem solid transparent;
  color: #ffffff;
  background: #242d4f;
}

.btn-dropdown .btn-dropdown-icon,
.btn-dropdown:focus .btn-dropdown-icon {
  transform: rotate(00deg);
  transition: transform 0.2s ease-in-out;
}

.btn-dropdown.show .btn-dropdown-icon,
.btn-dropdown.show:focus .btn-dropdown-icon {
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
}

.bg-miarg-azul {
  background-color: #3526c3 !important;
  height: 46px;
  border-radius: 50rem;
  font-size: 1.05rem;
  padding: 0px 23px;
  margin-bottom: 0px;
}

/*-=-FORMULARIOS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.form-control {
  background-color: #ffffff;
  padding: 0.65rem 1rem;
  color: #101e37;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.5rem;
  outline-offset: 0;
  box-sizing: border-box;
  border: 1px solid #555555;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-label-container .form-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #707070 !important;
  margin-bottom: 10px !important;
  font-size: 1rem !important;
  line-height: 1.42857143;
  margin-top: 25px;
}

.form-label-description {
  grid-area: description;
  display: grid;
  font-size: 0.875rem;
  color: #6d6d6d !important;
  margin: 0.5rem 0;
}

input[type="file"] {
  padding: 6px;
  color: #5c6a7a;
  font-family: Arial, sans-serif;
  height: 48px;
}

input[type="file"]::-webkit-file-upload-button {
  color: white;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: #242d4f !important;
  height: 48px;
}

input[type="file"]:disabled {
  border: 2px solid #9eaab8;
  border-radius: 8px;
  background-color: #e6ebf0;
  color: #5c6a7a;
  display: flex;
  align-items: center;
  cursor: not-allowed;
}

input[type="file"]:disabled::-webkit-file-upload-button {
  color: #9eaab8;
  padding: 12px 24px;
  background-color: #e6ebf0 !important;
  cursor: not-allowed;
  pointer-events: none;
  border: none;
}

/* RADIO */
.containerRadio {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
  margin-left: 10px;
  color: #707070;
}

.containerRadio:hover {
  color: #284986;
}

.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: white;
  outline: 1px solid #101e37;
  outline-offset: -2px;
}

.containerRadio:hover input ~ .checkmark {
  outline-color: #274986;
}

.containerRadio input:checked ~ .checkmark {
  outline-color: #0074fc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

.containerRadio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0075ff;
}

/* Checkbox */
.form-checkbox-table {
  position: relative;
  top: -12px;
}

.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0.9rem;
  color: #707070;
}

.containerCheckbox:hover {
  color: #274986;
}

.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmarkBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  outline: 1px solid #767676;
  outline-offset: -2px;
  border-radius: 4px;
}

.containerCheckbox:hover input ~ .checkmarkBox {
  outline-color: #274986;
}

.containerCheckbox input:checked ~ .checkmarkBox {
  background-color: #0075ff;
  outline-color: #0075ff;
}

.checkmarkBox:after {
  content: "";
  position: absolute;
  display: none;
}

.containerCheckbox input:checked ~ .checkmarkBox:after {
  display: block;
}

.containerCheckbox .checkmarkBox:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SELECT 2 */
.select2-container--bootstrap-5 .select2-selection {
  color: #212529 !important;
  outline: 1px solid #555555;
  border: 0px !important;
  border-radius: 0.5rem !important;
  padding: 0.275rem 0.75rem !important;
}

span.select2.select2-container.select2-container--bootstrap-5.select2-container--focus.select2-container--below.select2-container--open
  span.selection
  span.select2-selection.select2-selection--multiple {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"]:not(
    .select2-results__option--highlighted
  ) {
  background-color: #0f1e37 !important;
}

.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.15em 0.25em !important;
}

ul.select2-selection__rendered {
  min-height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

li.select2-search.select2-search--inline::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #343a41;
  border-style: solid;
  border-top: 1px;
  border-right: 1px;
  transform: rotate(-45deg);
  right: 16px;
  top: 18px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.switch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 24px;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-grid;
  grid-template-columns: min-content;
  grid-template-rows: 1fr;
  align-items: center;
  display: flex;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.switch .slider {
  position: relative;
  cursor: pointer;
  border: 1px solid #767676;
  border-radius: 50px;
  width: 48px;
  height: 24px;
  display: inline-block;
  grid-column: 1/2;
  grid-row: 1;
}

.switch .slider,
.switch .slider:before {
  transition: 0.4s;
  outline: 0.125rem solid transparent;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: #767676;
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #242d4f;
  outline: 0.125rem solid transparent;
}

.switch input:checked + .slider:before {
  transform: translateX(22px);
  outline: 10px solid transparent;
  outline-offset: -16px;
  background-color: white;
}

.switch-label {
  margin-left: 10px;
}

.switch input:checked ~ .switch-label.on,
.switch input ~ .switch-label.off {
  display: inline-block;
}

.switch input:checked ~ .switch-label.off,
.switch input ~ .switch-label.on {
  display: none;
}

#formData p,
h1 {
  color: black;
}

/*--Validacion--*/
.valid-feedback {
  color: #2f7d33;
}

.invalid-feedback {
  color: #c02726;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  outline-color: #2f7d33;
  background-image: url("../img/Nacion/iconos/icono_check.svg");
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  outline-color: #c02726;
  background-image: url("../img/Nacion/iconos/icono_error.svg");
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  outline-color: #2f7d33;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../img/Base/iconos/icono_check.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/*-=-PASOS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.h4,
.stepper-content .stepper .step-title,
.panel-lateral .panel-body .panel-title,
.panel-vertical .panel-body .panel-title,
.panel-horizontal-content .panel-horizontal .panel-body .panel-title,
.list-steps.list-steps-lg .list-steps-item h3,
.list-steps.list-steps-lg .list-steps-item .h3,
.list-steps.list-steps-lg .list-steps-item .list-steps-item-title,
.carousel-caption h5,
.carousel-caption .h5,
.group-access .card-access .card-access-body .card-access-title,
h4 {
  font-family: "Lora", serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.stepper-content .stepper .step-volanta {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stepper-content .stepper .step-title {
  margin-bottom: 0.25rem;
}

.stepper-content .stepper .steps {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stepper-content .stepper .steps .steps-items {
  display: inline-block;
  line-height: 0.625rem;
}

.stepper-content .stepper .steps .steps-items .steps-item {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  outline: 1px solid #101e37;
  outline-offset: -1px;
  display: inline-block;
  vertical-align: middle;
}

.stepper-content .stepper .steps .steps-items .steps-item.active {
  background-color: #101e37;
  outline: 6px solid transparent;
  outline-offset: -5px;
}

.stepper-content .stepper .steps .steps-items .steps-item:not(:last-child) {
  margin-right: 0.25rem;
}

.stepper-content .stepper .steps .steps-detail {
  display: inline-block;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/*-=-BADGE-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.badge-forms {
  color: #101e37;
  text-decoration: none;
  min-height: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
  border-radius: 4px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}

.badge-required-forms,
.badge-optional-forms {
  color: #101e37;
  background-color: #f0ccff;
  display: inline-grid;
}

.badge-optional-forms {
  background-color: transparent;
  font-size: 0.875rem;
  color: #0667a7;
  text-decoration: underline;
  margin-left: 0px;
}

.badge {
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 1.25rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
  border-radius: 2px;
  padding: 0.05rem 0.5rem;
}

.badge-default {
  color: #101e37;
  background-color: #f6f7f9;
  outline: 0.0625rem solid #56718d;
}

.badge-danger {
  color: #101e37;
  background-color: #fff6f5;
  outline: 0.0625rem solid #c12726;
}

.badge-info {
  color: #101e37;
  background-color: #e5f9ff;
  outline: 0.0625rem solid #0086ad;
}

.badge-warning {
  color: #101e37;
  background-color: #fcf7ee;
  outline: 0.0625rem solid #e7bc61;
}

/*-=-TABLAS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.table-responsive .table {
  background-color: transparent;
  --bs-table-bg: transparent;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 0px;
  border-color: transparent;
}

.table-responsive .table thead {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 3px solid #cfcfcf;
}

.table-responsive .table thead tr th {
  font-size: 0.95rem;
  background: none;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: 700;
  vertical-align: middle;
}

.table-responsive .table thead tr th.tb-text {
  min-width: 250px;
}

.table-responsive .table thead tr th.tb-text span.th-subtitle {
  display: none;
}

.table-responsive .table thead tr th span.th-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
}

.table-responsive .table tbody tr td {
  font-size: 0.95rem;
  background: none;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
}

td .btn {
  margin-bottom: 0px;
}

/* SCROLL BAR - CUSTOMIZADO */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f3f6f9;
  border-radius: 50rem;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

::-webkit-scrollbar-thumb {
  background: #9eaab8;
  border-radius: 50rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #9eaab8;
}

/* PAGINADOR */
.pagination {
  justify-content: center;
  gap: 0.5rem;
}

.pagination .page-item {
  display: inline-block;
  height: 2.75rem;
}

.pagination .page-item .page-link:has(.page-previous-icon) {
  padding: 0.5rem 0.75rem 0.5rem 0.25rem;
}

.pagination .page-item .page-link .page-previous-icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 6.70498C14.61 6.31498 13.98 6.31498 13.59 6.70498L9.00002 11.295C8.61002 11.685 8.61002 12.315 9.00002 12.705L13.59 17.295C13.98 17.685 14.61 17.685 15 17.295C15.39 16.905 15.39 16.275 15 15.885L11.12 11.995L15 8.11498C15.39 7.72498 15.38 7.08498 15 6.70498Z" fill="%23101E37"/></svg>');
  opacity: 0.3;
}

.pagination .page-item .page-link .page-next-icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M9.00002 6.71063C8.61002 7.10063 8.61002 7.73063 9.00002 8.12063L12.88 12.0006L9.00002 15.8806C8.61002 16.2706 8.61002 16.9006 9.00002 17.2906C9.39002 17.6806 10.02 17.6806 10.41 17.2906L15 12.7006C15.39 12.3106 15.39 11.6806 15 11.2906L10.41 6.70063C10.03 6.32063 9.39002 6.32063 9.00002 6.71063Z" fill="%23101E37"/></svg>');
  opacity: 0.3;
}

.pagination .page-item.no-events {
  pointer-events: none;
  border: none;
  box-shadow: none;
}

.pagination .page-item.no-events .page-link {
  background-color: transparent;
  padding: 0;
  outline: none;
  height: 40px;
  border: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:visited,
.pagination .page-item:active .page-link,
.pagination .page-item:active .page-link:visited {
  text-decoration: none;
  box-shadow: none;
  background-color: #555555;
  color: #fff;
  z-index: 0;
  outline: none;
  outline-offset: 0px;
  border-radius: 40px;
  height: 55px;
  min-width: 45px;
}

.pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  gap: 0.25rem;
  text-decoration: none;
  font-weight: 400;
  word-break: normal;
  padding: 0.5rem 0.25rem;
  color: #d1c8bd;
  background-color: #f9f5f1;
  height: 55px;
  min-width: 40px;
  border-radius: 50rem;
  font-family: "Montserrat", sans-serif;
}

li.page-item:first-child .page-link {
  border-radius: 0px 40px 40px 0px !important;
  min-width: 50px;
}

li.page-item:last-child .page-link {
  border-radius: 40px 0px 0px 40px !important;
  min-width: 50px;
}

span.page-next-text {
  display: none;
}

span.page-previous-text {
  display: none;
}

@media (max-width: 768px) {
  ul.pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .pagination .page-item:not(:first-child, :last-child) {
    display: none;
  }
}

/*-=-FOOTER-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.main-footer {
  background: #faf8ed;
  border-top: solid 1px #dddddd;
  margin-top: auto;
  padding: 25px 0px 20px 0px;
  z-index: 6;
}

.main-footer section {
  padding: 30px 0;
}

.h3.section-title {
  color: #141414;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}

.sub-footer {
  min-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 6;
}

ul.menu.nav {
  display: flex;
  flex-direction: column;
  line-height: 31px;
}

ul.menu.nav li a {
  text-decoration: none;
  color: black;
}

.bg-mined {
  background-color: #242c4f;
  border-top: 3px solid #e7ba61;
  margin-top: 0px !important;
}

.footerLogo {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .main-footer section {
    padding: 15px 0;
  }

  .footerLogo {
    height: 70px;
  }
}

/*-=-MODALS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 0 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 1px 0 0 #f3f6f9;
}

.modal .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #101e37;
  line-height: 24px;
}

.modal .modal-content .modal-body {
  padding: 0.5rem 0 0;
  color: #101e37;
  line-height: 24px;
}

.modal-body p {
  color: #242d4f !important;
}

.modal .modal-content .modal-body > :last-child {
  margin: 0;
}

.modal .modal-content .modal-footer {
  border-top: 0;
  padding: 1rem 0 0;
  gap: 0.75rem;
}

@media (min-width: 1200px) {
  .modal .modal-content {
    padding: 1.5rem;
  }

  .modal .modal-sm {
    max-width: 348px;
  }
}

/*-=-BREADCRUMB-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.breadcrumb-nav {
  position: absolute;
  top: 75px;
  background-color: black;
  width: 100%;
  left: 0px;
  height: 35px;
}

ol.breadcrumb {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

li.breadcrumb-item {
  line-height: 2.5rem;
}

li.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  margin-top: 11px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  float: left;
  width: 12px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-size: 1rem;
}

li.breadcrumb-item a:visited {
  color: white;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .breadcrumb-nav {
    max-width: 100vw;
    padding: 0px 20px;
    overflow: hidden;
  }
}

/*-=-ALERTAS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.title-header {
  background-color: #242d4f;
  color: white;
  margin-top: 35px;
}

.title-header h1 {
  color: white;
}

.title-header p {
  color: white;
}

/*-=-ALERTAS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media (min-width: 1200px) {
  .alert {
    padding: 1rem 1.5rem 1rem 3.75rem;
  }

  .alert.alert-dismissible .btn-close {
    margin: 1rem 1.5rem 0 0;
  }
}

.alert {
  border-radius: 0.5rem;
  padding-left: 50px;
}

.alert.alert-dismissible .btn-close {
  --bs-btn-close-bg: none !important;
  width: 1rem;
  height: 1rem;
  margin: 0px;
  padding: 0.5rem;
}

.alert.alert-dismissible .btn-close::before {
  content: "x";
  background-size: cover;
  border-radius: 0.25rem;
  margin: 0.25rem 0.75rem 0 0;
  padding: 0;
  opacity: 0.5;
  font-weight: bold;
  font-size: 15px;
  --bs-btn-close-bg: none !important;
  position: absolute;
  top: 0px;
  right: 0px;
}

.alert p {
  margin-bottom: 0px;
  color: #444444;
}

.alert:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  inset: 1rem 0 0 1rem;
}

.alert.alert-info {
  background-color: #f6f7f9;
  outline: 0.125rem solid #566f8b;
  outline-offset: -0.125rem;
}

.alert.alert-info:before {
  background-image: url("../img/Nacion/iconos/icono_info.svg");
}

.alert.alert-success {
  background-color: #f2faf2;
  border: none;
  outline: 0.125rem solid #2f7d33;
  outline-offset: -0.125rem;
  border-radius: 0.5rem;
  color: #101e37;
}

.alert.alert-success:before {
  background-image: url("../img/Nacion/iconos/icono_success.svg");
}

.alert.alert-warning {
  background-color: #fdf8ef;
  border: none;
  outline: 0.125rem solid #e7bb61;
  outline-offset: -0.125rem;
  border-radius: 0.5rem;
  color: #101e37;
}

.alert.alert-warning:before {
  background-image: url("../img/Nacion/iconos/icono_warning.svg");
}

.alert.alert-danger {
  background-color: #fef6f5;
  border: none;
  outline: 0.125rem solid #c02726;
  outline-offset: -0.125rem;
  border-radius: 0.5rem;
  color: #101e37;
}

.alert.alert-danger:before {
  background-image: url("../img/Nacion/iconos/icono_danger.svg");
}
