@font-face {
    font-family: suisseintl-semibold;
    src: url('../css/Fonts/CorrecolFontTittles.ttf');
}

table td {
    white-space: normal !important;
    word-wrap: break;
}

.btn {
    border-radius: 40px !important;
}

.roundedC {
    border-radius: 20px !important;
}

    .roundedC:is(:hover) {
        border-radius: 20px !important;
    }

body {
    margin-bottom: 60px;
    overflow-x: hidden;
}

.text-info {
    color: var(--Mk-Secondary) !important;
}


.btn-info {
    background-color: var(--Mk-Secondary);
    border-color: rgb(21 78 151);
}

    .btn-info:hover {
        color: #ccc;
        background-color: rgb(17, 77, 153);
        border-color: rgb(21, 78,151);
    }

.btn-primary {
    background-color: var(--Mk-Primary);
    border-color: rgb(21 78 151);
    color: #ffff;
}

    .btn-primary:hover {
        color: #ccc;
        background-color: rgb(17, 77, 153);
        border-color: rgb(21, 78,151);
    }

.btn-success {
    background-color: rgb(237,185,61);
    border-color: rgb(237,200,70);
}

    .btn-success:hover {
        color: #ccc;
        background-color: rgb(237,200,70);
        border-color: rgb(237,200,70);
    }

.btn-danger {
    background-color: rgb(228,128,63);
    border-color: rgb(228,158,70);
}

    .btn-danger:hover {
        color: #ccc;
        background-color: rgb(228,138,70);
        border-color: rgb(228,158,70);
    }

.OrangeTextCorrecol {
    color: rgb(228,128,63);
}

.YellowTextCorrecol {
    color: rgb(237,185,61);
}

.BlueTextCorrecol {
    color: var(--Mk-Secondary);
}

.bg-info {
    background-color: var(--Mk-Secondary) !important;
}

.bg-danger {
    background-color: rgb(228,128,63) !important;
}

.bg-success {
    background-color: rgb(237,185,61) !important;
}

.bg-warning {
    background-color: rgb(237,160,100) !important;
}
/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/** MODAL STYLING **/

.modal-content {
    /*border-radius: 0px;*/
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.cssFont_1 {
    font-family: suisseintl-semibold;
    font-size: 27px;
    /* letter-spacing: 2px; */
    word-spacing: 0px;
    color: #ffffff;
    /* font-weight: bold; */
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-shadow: black 12px 7px 14px;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 40px !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    height: 38px !important;
}

/* Estilos para el contenido filtrado */
.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}

.select2-container--bootstrap-5 .select2-results__option {
    padding: 8px 12px; /* Ajusta el espacio interno según sea necesario */
    border-radius: 5px; /* Ajusta el redondeo según sea necesario */
}

/* Estilos para el cuadro de texto de búsqueda */
.select2-container--bootstrap-5 .select2-search__field {
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}
/* Estilo general del scrollbar */
::-webkit-scrollbar {
    width: 6px; /* Ancho del scrollbar */
    height: 6px;
}

/* Estilo del track (la pista del scrollbar) */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color de fondo del track */
}

/* Estilo del thumb (el "botón" del scrollbar) */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del thumb */
    border-radius: 5px; /* Bordes redondeados del thumb */
}

    /* Estilo del thumb cuando está en estado hover */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

input {
    cursor: pointer;
}

.select2-container .select2-dropdown {
    max-height: 200px; /* ajusta según sea necesario */
    overflow-y: auto;
}

.overflowVenta {
    /* max-height: calc(100vh - 244px);
    overflow-y: auto !important;*/
}

#LogoLayout {
    max-width: 5rem;
}

#LogoIndex {
}

.border-infoCorrecol {
    /* border-bottom: 1px solid var(--Mk-Primary) !important;*/
    box-shadow: 0 2px 12px 0 rgb(24 69 127 / 38%) !important;
}

.navbar .nav-link {
    color: #344767 !important;
    padding: 0.5rem 1rem !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.img-productoIndex {
    max-height: 100px !important;
}

.borderProducto {
    border-radius: 76px 130px 60px 130px !important;
    border-bottom: 4px solid rgb(208 163 54) !important;
    box-shadow: 0 2px 12px 0 rgb(24 69 127 / 38%) !important;
}

.borderTipoProducto {
    border-radius: 76px 100px 60px 100px !important;
    border-bottom: 4px solid rgb(208 163 54) !important;
    box-shadow: 0 2px 12px 0 rgb(24 69 127 / 38%) !important;
}

.borderActivacion {
    border-radius: 76px 100px 60px 100px !important;
    border-bottom: 4px solid rgb(208 163 54) !important;
    box-shadow: 0 2px 12px 0 rgb(24 69 127 / 38%) !important;
}

.stepwizard-step p {
    margin-top: 5px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: inline-table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.floatBoton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 5px;
    left: 5px;
    background-color: var(--Mk-Primary);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    font-size: 16px;
    padding-top: 15px;
}

    .floatBoton:hover {
        text-decoration: none;
        color: var(--Mk-Primary);
        background-color: #fff;
    }

.my-float {
    margin-top: 16px;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }

.resend {
    font-size: 12px;
}
/*.text-justify{
    text-align:justify !important;
}*/
.dialogue-cloud {
    position: relative;
    margin-bottom: 20px; /* Espacio entre la nube y el botón */
}

    .dialogue-cloud img {
        max-width: 100%;
        height: auto;
    }

    .dialogue-cloud p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-size: 16px;
        color: #333333;
    }

.borderMenuprincipal {
    border-bottom: 3px solid var(--Mk-Primary) !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.btnMiCuenta {
    padding: 6px 20px;
    border-radius: 30px;
    background: var(--Mk-Primary);
    border: 2px solid #6c757d;
    color: #fff !important;
}

    .btnMiCuenta:hover {
        color: #fff;
        background: var(--Mk-Primary);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

.btnColorCalma {
    padding: 6px 20px;
    border-radius: 30px;
    background: var(--Mk-Secondary);
    border: 2px solid #6c757d;
    color: #fff !important;
}

    .btnColorCalma:hover {
        color: var(--Mk-Secondary) !important;
        background: transparent;
        border: 2px solid var(--Mk-Secondary);
    }

.btnColorCorrecol {
    padding: 6px 20px;
    border-radius: 30px;
    background: var(--Mk-Secondary);
    border: 2px solid var(--Mk-Default);
    color: #fff !important;
}

    .btnColorCorrecol:hover {
        color: var(--Mk-Secondary) !important;
        background: transparent;
        border: 2px solid var(--Mk-Secondary);
    }

.textInverseCalma {
    color: #fff !important;
}

.textCalma {
    color: var(--Mk-Primary) !important;
}

hr.horizontal.dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) !important;
}

.borderCupon {
    border-style: dashed none none none !important;
    border-color: white !important;
    border-width: 1px 0 0 0; /* Puedes ajustar el ancho del borde aquí */
    border-spacing: 10px 0;
}

.borderSoatProduct {
    border-style: none none dashed none !important;
    border-color: white !important;
    border-width: 1px 0 0 0; /* Puedes ajustar el ancho del borde aquí */
    border-spacing: 10px 0;
}

.bgCalma {
    background: var(--Mk-Primary);
}

.ContenedorPuntosSuspensivos {
    max-height: 50px; /* ajusta la altura máxima según tus necesidades */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* ajusta el número de líneas que deseas mostrar antes de aplicar puntos suspensivos */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.cursor-pointer {
    cursor: pointer;
}
/*.form-control {
    border: 1px solid #dee2e6 !important;
    border-radius: 20px !important;
}*/
.ImgProducto {
    max-height: 250px !important;
}

.ImgProveedor {
    max-height: 150px !important;
}

.fs-6 {
    font-size: 17px !important;
}

.text-justify {
    text-align: justify !important;
}

td {
    white-space: nowrap;
}

.Mk-bg-primary {
    background-color: var(--Mk-Primary) !important;
}

.card-soft-primary {
    /* position: relative !important;
    display: flex !important;
    flex-direction: column !important;*/
}

    .card-soft-primary p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Número de líneas que queremos mostrar */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 4.5em; /* line-height * line-clamp */
    }

    .card-soft-primary a {
        position: relative !important;
        bottom: 0 !important;
    }
