@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto: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: #ef465d;
  --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: #ef465d;
  --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: "Roboto", 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: "Roboto", 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: #ef465d;
  --bs-form-invalid-border-color: #ef465d;
}

[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: "Roboto", sans-serif;
  color: var(--bs-secondary);
}

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

.h3, h3 {
    font-family: "Roboto", "Roboto", 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";
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 400;
}

a {
    color: #6543d6;
}

.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: "Roboto", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

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

label.containerCheckbox a {
    color: #6543d6;
}

header h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -2px;
}

header p.lead {
    margin-top: -5px;
    font-weight: 300;
    line-height: 1.5rem;
}

section#login h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -2px;
}

section#login p.lead {
    margin-top: -5px;
    font-weight: 300;
    line-height: 1.5rem;
}

.bg-light-2 {
    background-color: #e4eaf1;
}

.text-success {
  color: #66c3a2!important;
}

.text-alert {
  color: #ff9501!important;
}

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

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


/*-=-CONTAINERS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
main {
    padding-top: 80px;
    margin-bottom: 20px;
}

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

section#login {
    min-height: calc(100vh - 165px);
}

.dashboard-container {
    min-height: calc(100vh - 189px);
}

@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;
}

main {
    padding-top: 75px;
}
  
header h1 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
  
}

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

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



/*-=-NAVBAR-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.navbar {
    color: var(--bs-white);
    height: 80px;
    border-bottom: 1px solid #6543d6;
    padding: 0px 50px;
    position: fixed;
    width: 100vw;
    background-color: white;
    z-index: 1501;
}

.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 10px;
}

a.nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  color: #101e37;
  background: #ffffff;
  border: none;
  box-shadow: none;
  outline: 1px solid transparent;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 400;
  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;
  transition: 0.4s;
}

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

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

a.nav-link:hover {
    outline-color: #6443d6;
    color: #6443d6;
}

a.nav-link.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6443d6;
    outline: 1px solid transparent;
    box-shadow: none;
}

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: 0px;
    border-radius: 16px;
    padding: 0px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    overflow: hidden;
}

.dropdown-menu.dropdown-menu-end {
    min-width: 346px;
    border-radius: 0px 0px 16px 16px;
}

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: 1rem;
    font-family: "Roboto", sans-serif;
    justify-content: flex-start;
    transition: 0.4s;
}

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

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

.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: #f3f6f9;
    outline: none;
    color: #6443d6;
    transition: 0.4s;
    border-radius: 0px;
    transition: 0.4s;
}

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

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

.search-container {
    position: relative;
}

.input-search-with-button {
    color: var(--bs-white);
    padding: 0.75rem 1rem;
    color: #101e37;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    border-radius: 0.5rem;
    outline: 0.125rem solid #101e37;
    outline-offset: 0;
    box-sizing: border-box;
}

button.button-search {
    background-image: url("../img/Ciudad/search.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 14px;
    top: 12px;
}

.btn-dropdown-border.notification {
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: 0px!important;
}

.btn-dropdown-border.notification:hover {
    border-color: transparent;
    color: #6443d6;
}

.btn-dropdown-border.notification:active {
    background-color: transparent;
    color: #6443d6;
}

.btn-dropdown-border.notification:focus {
    background-color: transparent!important;
    color: #6443d6!important;
    box-shadow: none;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background-color: #ef465d;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

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

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

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

.header {
    margin-top: 90px;
}

.header_toggle {
    color: #6543d6!important;
}

.nav_list .nav_link.active .nav_name {
    color: #6543d6;
}

.nav_list .nav_link.active {
    color: #6543d6;
}

.nav_link.sub-link.active {
    color: #6544d6;
}

.nav_name {
    color: #242a38;
    font-size: 14px;
    padding-left: 1rem;
}

.nav_list .nav_link {
    padding-left: 20px;
}

a.nav_link {
    border-bottom: 1px solid #f3f6f9;
}

a.nav_link.sub-link {
    border-bottom: none;
   width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.nav_link.sub-link i {
    filter: grayscale(1);
}

a.nav_link.nav_collapsed::after {
    width: 6px!important;
    height: 6px!important;
    border-left: 1px solid #143345!important;
    border-top: 1px solid #143345!important;
}

a.nav_link.nav_collapsed.active::after {
    width: 6px;
    height: 6px;
    border-left: 1px solid #143345;
    border-top: 1px solid #143345;
}

.nav_list .nav_link.active::before {
    width: 3px;
    background-color: #6443d6;
}

.l-navbar {
    padding-right: 0px;
}


@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: 58px;
    height: 58px;
    background-color: white;
    border-radius: 0.5rem;
    outline: 0px;
}
  
.navbar-toggler {
    padding: 0px;
    width: 58px;
    height: 58px;
    background-color: transparent;
    border-radius: 0.5rem;
}
  
.navbar-toggler.collapsed span.navbar-toggler-icon {
    background-image: url("../img/Base/btn_collapse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
  
.navbar-toggler span.navbar-toggler-icon {
    background-image: url("../img/Base/btn_x.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
  
.navbar-toggler:focus {
    box-shadow: none;
}
  
.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.25rem #218274;
}
  
.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: 1px solid #6543d6;
    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: 'Roboto';
    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: 110px!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: "Roboto", "Roboto", 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";
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 400;
}

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

a.card-link:hover .card-title {
    text-decoration: none;
    color: #6544d6;
    text-decoration-thickness: 0px;
    text-decoration-skip-ink: none;
    transition: 0.4s;
}

a.card-link:hover .card {
    outline-color: #6544d6;
    box-shadow: 0 0px 6px 0 rgba(101, 67, 214, 0.5);
    transition: 0.4s;
}

h3.card-title a {
    text-decoration: none;
    color: #6543d6;
    transition: 0.4s;
}

h3.card-title a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.card {
    border: none;
    outline: 1px solid #e6ebf0;
    width: 100%;
    border-radius: 16px;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.card.border-0 {
    min-height: 100%;
}

.card-badges {
    margin-bottom: 10px;
}

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

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

.card.card-vertical {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    text-align: left;
}

.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: .5rem;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.card .card-icon {
    margin: 1.5rem 1.5rem 0;
    font-size: 2rem;
    background-color: #f3f6f9;
    width: 4rem;
    height: 4rem;
    border-radius: .5rem;
    text-align: center;
    line-height: 4rem;
    margin-left: auto;
    margin-right: auto;
    color: #6443d6;
}

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

.card.card-horizontal .card-text {
    margin-top: .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: .25rem;
    margin-bottom: 0;
}

.unbordered {
    outline: none;
}

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

a.card-link:hover .card.card-horizontal.unbordered .card-title {
    color: #6543d6;
}

.card .card-info {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .card-info .small, .card .card-info small {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-top: .5rem;
    text-align: center;
    flex-direction: row;
    float: left;
    margin-right: 20px;
}

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

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

@media (max-width: 768px) {
.card {
    margin-bottom: 20px;
}
}

/*-=-BOTONES-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.btn {
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #6543d6;
    --bs-btn-border-color: #6543d6;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #5134af;
    --bs-btn-hover-border-color: #5134af;
    --bs-btn-focus-shadow-rgb: 52, 64, 85;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #5134af;
    --bs-btn-active-border-color: #5134af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #6543d6;
    --bs-btn-disabled-border-color: #6543d6;
}

.btn-outline-primary {
    --bs-btn-color: #6543d6;
    --bs-btn-border-color: #6543d6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6543d6;
    --bs-btn-hover-border-color: #6543d6;
    --bs-btn-focus-shadow-rgb: 51,106,204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5134af;
    --bs-btn-active-border-color: #5134af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #6543d6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6543d6;
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #4d596f;
    --bs-btn-border-color: #4d596f;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #282f3b;
    --bs-btn-hover-border-color: #282f3b;
    --bs-btn-focus-shadow-rgb: 52, 64, 85;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #282f3b;
    --bs-btn-active-border-color: #282f3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #4d596f;
    --bs-btn-disabled-border-color: #4d596f;
}

.btn-outline-secondary {
    --bs-btn-color: #4d596f;
    --bs-btn-border-color: #4d596f;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #4d596f;
    --bs-btn-hover-border-color: #4d596f;
    --bs-btn-focus-shadow-rgb: 16, 30, 55;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #282f3b;
    --bs-btn-active-border-color: #282f3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4d596f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4d596f;
    --bs-gradient: none;
}

.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #242a38;
    --bs-btn-border-color: #242a38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #353f58;
    --bs-btn-hover-border-color: #353f58;
    --bs-btn-focus-shadow-rgb: 82,128,212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #353f58;
    --bs-btn-active-border-color: #353f58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #242a38;
    --bs-btn-disabled-border-color: #242a38;
}

.btn-outline-tertiary {
    --bs-btn-color: #242a38;
    --bs-btn-border-color: #242a38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #242a38;
    --bs-btn-hover-border-color: #242a38;
    --bs-btn-focus-shadow-rgb: 0,94,122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #353f58;
    --bs-btn-active-border-color: #353f58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #242a38;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #242a38;
    --bs-gradient: none;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #66c3a2;
    --bs-btn-border-color: #66c3a2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9fd7cb;
    --bs-btn-hover-border-color: #9fd7cb;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66c3a2;
    --bs-btn-active-border-color: #66c3a2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66c3a2;
    --bs-btn-disabled-border-color: #66c3a2;
}

.btn-outline-success {
    --bs-btn-color: #66c3a2;
    --bs-btn-border-color: #66c3a2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #66c3a2;
    --bs-btn-hover-border-color: #66c3a2;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66c3a2;
    --bs-btn-active-border-color: #66c3a2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #66c3a2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #66c3a2;
    --bs-gradient: none;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ef455d;
    --bs-btn-border-color: #ef455d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f48788;
    --bs-btn-hover-border-color: #f48788;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ef455d;
    --bs-btn-active-border-color: #ef455d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ef455d;
    --bs-btn-disabled-border-color: #ef455d;
}

.btn-outline-danger {
    --bs-btn-color: #ef455d;
    --bs-btn-border-color: #ef455d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ef455d;
    --bs-btn-hover-border-color: #ef455d;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ef455d;
    --bs-btn-active-border-color: #ef455d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ef455d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ef455d;
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #ecebf9;
    --bs-btn-border-color: #ecebf9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3f3f7;
    --bs-btn-hover-border-color: #f3f3f7;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecebf9;
    --bs-btn-active-border-color: #ecebf9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ecebf9;
    --bs-btn-disabled-border-color: #ecebf9;
}

.btn-outline-light {
    --bs-btn-color: #ecebf9;
    --bs-btn-border-color: #ecebf9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ecebf9;
    --bs-btn-hover-border-color: #ecebf9;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecebf9;
    --bs-btn-active-border-color: #ecebf9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ecebf9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ecebf9;
    --bs-gradient: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: 0.5;
}

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

.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: 0.5rem;
    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 {
    outline: 1px solid #e6ebf0;
}

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

.btn-dropdown:hover {
    outline: 1px solid #6443d6;
    color: #6443d6;
    text-decoration: none;
    background: #ffffff;
    transition: 0.4s;
}

.btn-dropdown:focus {
    box-shadow: 0 0px 6px 0 rgba(101, 67, 214, 0.5);
    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: #6543d6;
}

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

.btn-group-sm>.btn, .btn-sm {
    min-height: 2rem!important;
    padding: .25rem .75rem!important;
    font-size: 14px;
}

.btn-group-lg>.btn, .btn-lg {
    min-height: 3rem!important;
    padding: .75rem 1.25rem!important;
    font-size: 1.125rem;
}

@media (max-width: 768px) {
.btn-group-lg>.btn, .btn-lg {
    font-size: 1.125rem;
}
}



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

.form-control:focus {
    background-color: #fff;
    box-shadow: 0 0px 6px 0 rgba(101, 67, 214, 0.5);
    outline: 0.25rem solid transparent;
    transition: 0.4s;
}

.form-label-container .form-label {
    font-weight: 400;
    color: #101e37;
    margin-top: 1.25rem;
    font-size: 15px;
    margin-bottom: 5px;
}

.form-label-description {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
    grid-area: description;
    display: grid;
    font-size: 0.8rem;
}


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

input[type=file]::-webkit-file-upload-button {
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #6543d6 !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: 35px;
    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;
    transition: 0.4s;
}

.containerRadio:hover {
    color: #6544d6;
    transition: 0.4s;
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: white;
    outline: 1px solid #242a38;
    outline-offset: -2px;
    transition: 0.4s;
}

.containerRadio:hover input ~ .checkmark {
    outline-color: #6543d6;
    transition: 0.4s;
}

.containerRadio input:checked ~ .checkmark {
    outline-color: #6543d6;
}

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

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

.containerRadio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #6543d6;
}


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


.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 2rem;
    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: 1.5rem;
    color: #0f1e37;
    transition: 0.4s;
}

.containerCheckbox:hover {
    color: #6543d6;
    transition: 0.4s;
}

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

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

.containerCheckbox:hover input ~ .checkmarkBox {
  outline-color: #6543d6;
  transition: 0.4s;
}

.containerCheckbox input:checked ~ .checkmarkBox {
    background-color: #6544d6;
    outline-color: #6544d6;
}

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

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

.containerCheckbox .checkmarkBox:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    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 #e6ebf2;
    border: 0px!important;
    border-radius: 0.5rem!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 {
    outline: none;
    background-color: #fff;
    box-shadow: 0 0px 6px 0 rgba(101, 67, 214, 0.5)!important;
}

.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: #6543d6 !important;
    transition: 0.4s;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #fff!important;
    background-color: #4c2bbc!important;
}

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

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .5rem!important;
    height: .5rem!important;
    padding: .35em!important;
    margin-right: .35rem!important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border: none!important;
    background-color: #e6ebf2;
    font-size: 14px!important;
    color: #242a38!important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #e6ebf3!important;
    border-radius: 0rem 0rem 0.75rem 0.75rem!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 {
    box-shadow: 0 0px 6px 0 rgba(101, 67, 214, 0.5)!important;
}


.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;
    background-color: #d1d8e0;
    border-radius: 50px;
    width: 48px;
    height: 24px;
    display: inline-block;
    grid-column: 1/2;
    grid-row: 1;
}

.switch .slider, .switch .slider:before {
    transition: .4s;
    outline: .125rem solid transparent;
}

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

.switch input:checked+.slider {
    background-color: #6543d6;
    outline: .125rem solid transparent;
}

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

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

/*--Validacion--*/
.valid-feedback {
    color: #66c3a2;
}

.invalid-feedback {
    color: #ef455d;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    outline-color: #ef455d;
    background-image: url("../img/Base/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: #66c3a2;
    padding-right: calc(1.5em + .75rem);
    background-image: url("../img/Base/iconos/icono_check.svg");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .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: "Roboto", "Roboto", 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";
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.stepper-content .stepper .step-volanta {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.25rem;
    letter-spacing: 1px;
}

.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: #6543d6;
    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;
}

p.step-subtitle {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

span.steps-detail {
    font-weight: 300;
}

@media (max-width: 768px) {
.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-size: 32px;
    letter-spacing: -1px;
    line-height: 1.75rem;
}
}

/*-=-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: #6543d61c;
    font-size: 0.8rem;
    padding: 2px 8px;
}

.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: .8rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 1.5rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: .5rem;
    border-radius: .5rem;
    padding: .0rem .75rem;
}

.badge-default {
    color: #6543d6;
    background-color: #6543d61c;
    outline: none;
    border: 1px solid #6543d6;
}

.badge-danger {
    color: #ef455d;
    background-color: #fac3c352;
    outline: .0625rem solid #ef455d;
}

.badge-info {
    color: #4891a0;
    background-color: #e6fcff;
    outline: .0625rem solid #70afd7;
}

.badge-warning {
    color: #ff9501;
    background-color: #fff4e5;
    outline: .0625rem solid #ff9500;
}

.badge-success {
    color: #66c3a2;
    background-color: #ceeae475;
    outline: .0625rem solid #66c3a2;
}



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

.table-responsive .table thead {
    background-color: #f3f6f9 !important;
    border: 0px;
}

.table-responsive .table thead tr th {
    font-size: 0.95rem;
    background: none;
    border: none;
    padding: .75rem 1rem;
    font-weight: 500;
    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: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #6543d6;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #6543d6;
}

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

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

.pagination .page-item .page-link:has(.page-previous-icon) {
    padding: .5rem .75rem .5rem .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>');
}

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

.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: #6543d6;
    color: #fff;
    z-index: 0;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    border: 1px solid #6543d6;
}

.pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid #e6ebf1;
    outline: none;
    height: 2.75rem;
    min-width: 48px;
    gap: .25rem;
    text-decoration: none;
    font-weight: 400;
    word-break: normal;
    padding: .5rem .5rem;
    color: #242a38;
}

.page-link:hover {
    background-color: #e6ebf1;
}

@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 .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.75rem;
    font-weight: 400;
    color: #101e37;
    line-height: 1.5rem;
    letter-spacing: 0px;
}

.modal-header small {
    font-size: 0.8rem;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

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

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

.modal .modal-content .modal-footer {
    border-top: 1px solid #f3f6f9;
    padding: 1rem 0 0;
    gap: .75rem;
}

@media (min-width: 1200px) {
.modal .modal-content {
    padding: 1.25rem;
    border: none;
    border-radius: 16px;
}
  
.modal .modal-sm {
    max-width: 348px;
}
}




/*-=-BREADCRUMB-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
ol.breadcrumb {
    margin-top: -20px;
}

.breadcrumb .breadcrumb-item a {
    max-width: 16rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

li.breadcrumb-item a {
    color: #6443d6;
    text-decoration-thickness: 0px;
    text-underline-offset: 0px;
    text-decoration-skip-ink: none;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    float: left;
    background-image: url("../img/Ciudad/arrow-breadcrumb.svg");
    width: 28px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0px;
}

@media (max-width: 768px) {
ol.breadcrumb {
    margin-bottom: 0px;
}
}

/*-=-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: 16px;
  padding-left: 50px;
}

.alert.alert-dismissible .btn-close {
    opacity: 1;
    background-image: 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="M18.2997 5.70997C17.9097 5.31997 17.2797 5.31997 16.8897 5.70997L11.9997 10.59L7.10973 5.69997C6.71973 5.30997 6.08973 5.30997 5.69973 5.69997C5.30973 6.08997 5.30973 6.71997 5.69973 7.10997L10.5897 12L5.69973 16.89C5.30973 17.28 5.30973 17.91 5.69973 18.3C6.08973 18.69 6.71973 18.69 7.10973 18.3L11.9997 13.41L16.8897 18.3C17.2797 18.69 17.9097 18.69 18.2997 18.3C18.6897 17.91 18.6897 17.28 18.2997 16.89L13.4097 12L18.2997 7.10997C18.6797 6.72997 18.6797 6.08997 18.2997 5.70997Z" fill="%23002733"/></svg>');
    background-size: cover;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: .25rem;
    margin: 1rem 1rem 0 0;
    padding: 0;
}

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

.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: #e6fcff;
    border: 1px solid #70afd7;
    outline-offset: 0px;
}

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

.alert.alert-success {
    background-color: #ceeae475;
    border: 1px solid #66c3a2;
    outline-offset: 0px;
}

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

.alert.alert-warning {
    background-color: #fff4e5;
    border: 1px solid #ff9501;
    outline-offset: 0px;
}

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

.alert.alert-danger {
    background-color: #fdebec;
    border: 1px solid #ef455d;
    outline-offset: 0px;
}

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

/*-=-BECAS - BO - ARMADO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.becariosDatos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.becariosDatos p {
    margin-bottom: 0px;
    font-size: 14px;
}

.filter-container-search {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
}

.btn-filtro.primary {
    background-color: #6544d6;
    border: 2px solid #6544d6;
    color: white;
    display: flex;
    margin: 2px 10px 0px 0px;
    font-size: 1rem;
}

.btn-filtro.secondary {
    background-color: white;
    font-size: 1rem;
    color: var(--light-steel);
    margin: 2px 12px 0px 0px;
    height: 48px;
    padding: 2px 12px;
    outline: none;
    border: 1px solid #e6ebf3;
}

.input-group.search {
    width: auto;
    height: 36px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.input-group.search button.btn.btn-filtro.secondary.addOn {
    height: 48px;
    padding: 4px 8px;
    border: 1px solid #e6ebf2;
    color: #6544d6;
    margin-left: -13px!important;
    background-color: white;
    border-left: none;
    font-size: 22px;
}

.filter-container-search {
    padding: 0px;
}

/*-=-CHART JS-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.stats-container {
    display: flex;
    justify-content: space-between;
}

.stats-container h5 {
    margin-left: 10px;
}

/*-=-MAPA-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.filter-container {
    padding: 10px 0px;
}

.opcion-filtros {
    display: flex;
}

.stats-container {
  margin-bottom: 10px;
}

.stats-container h5 {
  margin-bottom: 0px;
}

.stats-container p {
  margin-bottom: 0px;
}

