.body-container {
    background-image: linear-gradient(#6baace, #264783) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.carousel-item>div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* these rules are used to make sure in mobile devices, tab panes are not all the same height (for example 'forgot' pane is not as tall as 'signup' pane) */

@media (max-width: 1199.98px) {
    .tab-sliding .tab-pane:not(.active) {
        max-height: 0 !important;
    }

    .tab-sliding .tab-pane.active {
        min-height: 80vh;
        max-height: none !important;
    }
}

.minh-100 {
    min-height: 100% !important;
}

.altura-marcas {

    min-height: 80px;
}

@media(min-width:980px) {
    .altura-marcas {

        min-height: 200px;
    }
}

.rounded-buttons {
    border-top-right-radius: 0.175rem !important;
    /* Redondea la esquina superior derecha */
    border-bottom-right-radius: 0.175rem !important;
    /* Redondea la esquina inferior derecha */
    border-top-left-radius: 0 !important;
    /* Redondea la esquina superior izquierda */
    border-bottom-left-radius: 0 !important;
    /* Redondea la esquina inferior izquierda */
}

.rounded-buttons-select {
    border-top-left-radius: 0.175rem !important;
    /* Redondea la esquina superior izquierda */
    border-bottom-left-radius: 0.175rem !important;
    /* Redondea la esquina inferior izquierda */
    border-top-right-radius: 0 !important;
    /* Redondea la esquina superior derecha */
    border-bottom-right-radius: 0 !important;
    /* Redondea la esquina inferior derecha */
}

.alert p span {
    font-size: 0.85rem !important;
}

.btn_no_confiar {
    color: #706c6c;
    background-color: #ffffff;
    border-color: rgb(238, 237, 237);
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.42);
}

.btn_no_confiar.active {
    box-shadow: none !important;
}

input.ace-switch.chkbox-inscripcion:checked {
    background-image: none;
    background-color: #1ebf1e;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1050;

}

button.caja_user {
    appearance: none;
    /* Elimina estilos nativos del botón */
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    /* Evita que se estire */
}


.team-member {
    transition: transform 0.5s ease-in-out;
}

.team-member:hover {
    transform: translateY(-2px);
}


.team-member img {
    width: 5.521rem;
    height: 5.521rem;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #f8f9fa;
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

.section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #0d6efd;
    margin: 20px auto;
}

/*estructura body*/
html {
    --navbar-height: 4.5rem;
    --navbar-sm-height: 4rem;
    --navbar-mobile-height: 4rem;
    --sidebar-width: 16rem;
    --sidebar-collapsed-width: 5rem;
    --sidebar-horizontal-height: 4.25rem;
    --sidebar-horizontal-collapsed-height: 4rem;
    direction: ltr;
    text-align: left;
}

html,
body {
    height: 100%;
    font-family: "Open Sans", Arial, sans-serif;
}

:focus {
    outline: none;
}

body {
    overflow-x: hidden;
    background-color: #e4e6e9;
    color: #41464d;
}

body:not(.is-document-loaded) * {
    transition: none !important;
}

.body-container.container {
    padding: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}

.body-container:not(.container) {
    max-width: 100vw;
}

.main-container {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100vw;
    background-color: #f2f5f8;
}

.main-content {
    max-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main-content {
        min-height: 100vh;
    }
}

@media (min-width: 1220px) {
    .container {
        max-width: calc(100vw - 4rem);
    }
}

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

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

@media (max-width: 1199.98px) {
    body {
        background-color: #f2f5f8;
    }

    .container {
        max-width: none;
    }

    .body-container {
        max-width: 100vw;
        overflow: hidden;
    }
}

.page-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem 1rem 0.625rem;
}

@media (min-width: 768px) {
    .page-content {
        padding: 1.25rem 1.25rem 0.625rem;
    }
}

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

@media (min-width: 1400px) {
    .page-content {
        padding: 1.25rem 1.75rem 0.625rem;
    }
}

@media (min-width: 1600px) {
    .page-content {
        padding: 1.25rem 2.25rem 0.625rem;
    }
}

@media (min-width: 1640px) {
    .page-content.container:not(.container.container-plus) {
        padding: 1.25rem 1.5rem 0.625rem;
    }
}

@media (min-width: 1840px) {
    .page-content.container-plus {
        padding: 1.25rem 1.5rem 0.625rem;
    }
}

@media print {

    .body-container,
    .main-container,
    .main-content {
        display: block;
    }

    .sidebar,
    .navbar {
        display: none;
    }

    .page-content {
        max-width: none !important;
        width: 100% !important;
        min-width: auto !important;
    }
}

/* sidebar */
/*fin */
.bgc-transparent {
    background-color: transparent !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bgc-white {
    background-color: #fff !important;
}

.tab-sliding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.tab-content {
    border: 1px solid #d7dbda;
    padding: 1rem;
}

.border-0 {
    border-width: 0px !important;
    border-style: solid !important;
    border-color: transparent;
}

.border-r-1,
.border-x-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: transparent;
}

.brc-default-l3 {
    border-color: #e7f0f5 !important;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.w-100 {
    width: 100% !important;
}

.text-100 {
    font-size: 1em !important;
}

.text-dark-m3 {
    color: #45464b !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


.text-80 {
    font-size: 0.8em !important;
}



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

.text-orange-d3 {
    color: #d87700 !important;
}

.btn-outline-light {
    color: #91969b;
}

.btn {
    cursor: pointer;
}

.btn-outline-light {
    color: #f8f9fa;
}

.btn {
    font-weight: 400;
    color: #212529;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

[role="button"] {
    cursor: pointer;
}

.text-blue-m1 {
    color: #1380d8 !important;
}

.position-tr {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}

.d-block {
    display: block !important;
}

.m-auto {
    margin: auto !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


.text-primary {
    color: #2971bf !important;
}

.btn-success {
    color: #fff;
    background-color: #3f923f;
    border-color: #3f923f;
}

.btn-warning {
    color: #22190b;
    background-color: #ffbe50;
    border-color: #ffbe50;
}

.badge-success {
    color: #fff;
    background-color: #3f923f;
    border-color: #3f923f;
}

@supports (-moz-appearance: none) {
    .badge {
        line-height: 1.15;
    }
}

.badge {
    font-size: 0.75em;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    line-height: 1.175;
    border-radius: 0.125rem;
    position: relative;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-white-tp1 {
    color: rgba(255, 255, 255, 0.93) !important;
}

.card-title {
    color: #2971bf !important;
    flex-grow: 1;
    line-height: normal;
    margin-bottom: 0;
}

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

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.fa-2x {
    font-size: 2em;
    input
}

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

.rounded-buttons-select {
    border-top-left-radius: 0.175rem;
    border-bottom-left-radius: 0.175rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-outline-secondary {
    color: #4e748d;
    border-color: #86a0b2;
    background-color: transparent;
}

.btn {
    cursor: pointer;
    position: relative;
    z-index: auto;
    border-radius: 0.175rem;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s;

}



.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle {
    white-space: nowrap;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.radius-1 {
    border-radius: 0.25rem !important;
}

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

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

m-n1px {
    margin: -1px !important;
}

.w-102 {
    width: calc(100% + 2px) !important;
}

.border-t-4,
.border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-top-color: transparent;
}

.brc-danger {
    border-color: #da4e35 !important;
}

.position-tl {
    position: absolute;
    left: 0;
    top: 0;
}

.brc-success {
    border-color: #5bb15b !important;
}

/*switch*/


.input-floating-label {
    position: relative;
}

.input-floating-label .floating-label {
    pointer-events: none;
    background-color: #fff;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .input-floating-label .floating-label {
        transition: none;
    }
}

.input-floating-label input:focus~.floating-label,
.input-floating-label input.has-content~.floating-label,
.input-floating-label .floating-label.active {
    top: 0;
    font-size: 0.8em;
    opacity: 0.85;
}

.input-floating-label[class*="text-"] input:focus~.floating-label {
    color: inherit !important;
    opacity: 0.95;
}

.input-floating-label[class*="brc-"] input:focus {
    border-color: inherit;
}

*/ ol.totp {
    list-style: none;
    /* Elimina los números predeterminados */
    counter-reset: list-counter;
    /* Reinicia el contador */
}

ol.totp li {
    counter-increment: list-counter;
    /* Incrementa el contador */
    position: relative;
    padding-left: 25px;
    /* Espacio para el número */
}

ol.totp li::before {
    content: counter(list-counter) ".";
    color: #2971BF;
    /* Agrega el número */
    font-weight: bold;
    /* Solo el número en negrita */
    position: absolute;
    left: 0;
}



/*fin*/

.pe-none {
    pointer-events: none;
}

.gap-1 {
    gap: 1;
}
.gap-2 {
    gap: 2;
}
.gap-3 {
    gap: 3;
}
.gap-4 {
    gap: 4;
}
.gap-5 {
    gap: 5;
}

.bg-orange {
  background-color: #fd7e14 !important; /* El !important asegura que sobrescriba otras reglas */
}

.badge-orange {
  color: #fff;
  background-color: #fd7e14; /* Un naranja brillante */
}

/* Absolute Center Spinner */
.loading_full_site {
    position: fixed;
    z-index: 99999999;
    height: 2em;
    width: 2em;
    overflow:visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}

/* Transparent Overlay */
.loading_full_site:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}


.is-valid-alt {
    border-color: #28a745 !important;
    padding-right: 2.25rem !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.is-invalid-alt {
    border-color: #dc3545 !important;
    padding-right: 2.25rem !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}