* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;   

}

body {
    background: #EDEDF4;
    height: 100%;
}

/*-------------------------------INDEX-------------------------------*/
.body-right {
    position: relative;
    height: 100%;
    background-color: #09096B;
    float: right;
}

.notification-list:hover {
    background-color: #c0c0c96e;
}


.notification-list {
    color: #4285F4;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    padding: 10px;
    text-decoration: none;
}

.click-row {
    color: #444444c3;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bolder;
    letter-spacing: 0.5px;
}

.click-row:hover {
    color: #09096B;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bolder;
    letter-spacing: 0.5px;
}

.sm-square {
    position: absolute;
    width: 39.1px;
    height: 39.1px;
    left: 10%;
    top: 15%;
    background: #17177C;
    border-radius: 10px;
    transform: rotate(30deg);
}

.md-square {
    position: absolute;
    width: 72.65px;
    height: 72.65px;
    right: 15%;
    top: 7%;
    background: #17177C;
    border-radius: 10px;
    transform: rotate(30deg);
}

.smr-square {
    position: absolute;
    width: 39.1px;
    height: 39.1px;
    left: 10%;
    top: 15%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.mdr-square {
    position: absolute;
    width: 72.65px;
    height: 72.65px;
    right: 15%;
    top: 7%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.elipse-login {
    position: absolute;
    border-radius: 100% 0% 0% 0%;
    width: 291px;
    height: 291px;
    bottom: 0px;
    right: 0px;
    background: #17177C;
}

.not-unread {
    background: #F2F2F2;
}

/*----------------------------FORMULARIO DE LOGIN----------------------------*/
.input-block {
    max-width: 366px;
    margin: auto;
}

.label-login {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #444444;
    padding-top: 10px;
    padding-bottom: 3px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon-login {
    padding: 18px 12px;
    min-width: 40px;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 25px;
    color: #17177C;
}

.input-login {
    width: 100%;
    height: 65px;
    padding: 10px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    transition: border-color 0.5s;
}

.input-login:focus {
    outline: none;
    border-color: #444444;
}

.button-login {
    outline: none !important;
    width: 100%;
    height: 65px;
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%);
    border-radius: 10px;
    border: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #FFFFFF;
}


.button-list {
    outline: none !important;
    background: none;
    width: 45px;
    height: 37px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-list:hover {
    background: #EDEDF4;
}


/*----------------------SPINNERS(loading...)-----------------------------*/
#contenedor-loader {
    position: fixed;
    z-index: 9999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../img/spinner.gif) center no-repeat;
}

/*-----------------------HOME PHP-----------------------------------------*/
header {
    min-height: 90px;
    background: #EDEDF4;
    z-index: 100;
}

.smh-square {
    width: 39.1px;
    height: 39.1px;
    left: 22%;
    top: 15%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.mdh-square {
    width: 72.65px;
    height: 72.65px;
    right: 20%;
    top: -30%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.lgh-square {
    z-index: 0;
    position: fixed;
    width: 251.38px;
    height: 251.38px;
    right: -2%;
    bottom: -18%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.ex-profile img {
    border-radius: 50%;
}

.dropdown .option-link {
    color: #4285F4;
    cursor: pointer;
    height: 30px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    text-decoration: none;
}

.dropdown .option-link:hover {
    color: #3264B6;
    cursor: pointer;
}

.dropdown .notification-link {
    color: #4285F4;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    padding: 10px;
    text-decoration: none;
}

.dropdown .notification-link:hover {
    color: #28436f;
    background-color: #c0c0c96e;
}

.alert-marker-active {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #EB4335;
    transition: all 400ms;
    border-radius: 50%;
}

.dropdown .logout-link {
    color: #EB4335;
    cursor: pointer;
    height: 30px;
    vertical-align: middle;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    text-decoration-line: underline;
}

.dropdown .logout-link:hover {
    color: #C6372B;
    cursor: pointer;
}

.user-option {
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 220px;
    padding: 10px 5px;
}

.show-menu {
    font-size: 30px;
    font-weight: 400;
    color: #09096B;
    transition: all 300ms;
    cursor: pointer;
    left: 10px;
}

/*LOGO FOCIAL*/
.logo-color {
    height: 38.24px;
    left: 68px;
    top: 25px;
    content: url(../img/Logosmall.png);
}

/*LOGO SEPTIEMBRE*/
/*.logo-color {
    height: 65px;
    width: 130px;
    left: 68px;
    top: 25px;
    content: url(../img/LogoSeptiembre.png);
    mix-blend-mode: multiply;
}*/

/*LOGO HALLOWEEN*/
/*.logo-color {
    height: 65px;
    width: 130px;
    left: 68px;
    top: 25px;
    content: url(../img/Logo-Qik-Halloween.png);
    mix-blend-mode: multiply;
}*/

.user-info {
    right: 80px;
    top: 20px;
}

.button-home {
    outline: none !important;
    background: none;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 250.7%;
    color: #17177C;
}

.button-inicio {
    outline: none !important;
    height: 50px;
    padding: 10px;
    border-color: #17177C;
    border-radius: 50px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #17177C;
}

.button-inicio:hover {
    transition: all 300ms;
    background: #17177C;
    color: #FFFFFF;
}

.boton-largo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: inline-block;
    margin: 10px 0px;
}

.label-index {
    font-family: sans-serif;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    color: #09096B;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-list:hover {
    background-color: #D6D6DF;
}

.boton-azul {
    background-color: #17177C;
    border-radius: 50px;
    padding: 7px 20px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-option {
    padding: 10px 5px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
}

#main-menu {
    transition: all 300ms;
}


.content-menu {
    z-index: 1000;
    position: fixed;
    width: 240px !important;
    height: 100%;
    left: 0px;
    top: 98px;
    transition: all 300ms;
    background: #09096B;
    border-radius: 0px 120px 0px 0px;
}

.content-menu2 {
    margin-left: -250px !important;
}

.elipse {
    position: fixed;
    width: 582px;
    height: 582px;
    left: -415px;
    top: 456px;
    transition: all 300ms;
    border-radius: 280px;
    background: #17177C;
}

.elipse2 {
    margin-left: -167px;
}

#accordion {
    width: 220px;
    height: 75%;
    top: 57px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 250.7%;
    list-style-type: none;
}

.item-direction {
    direction: ltr;
}

.list-element {
    cursor: pointer;
}

.list-element label {
    cursor: pointer;
    font-weight: bold;
}

.list-element:hover {
    background: #17177C;
    transition: all 300ms;
}

.lista-submenu-elemento {
    width: 100%;
    height: 35px;
    padding-left: 78px;
    padding-top: 12px;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 12px;
    list-style-type: none;
}

.lista-submenu-elemento:hover {
    background-color: #17177C;
    cursor: pointer;
}

.menu-active {
    color: #FBBC05;
    cursor: pointer;
    transition: all 400ms;
}

.marker {
    display: inline-block;
    width: 5px;
    height: 16px;
}

.marker-active {
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #FBBC05;
    transition: all 400ms;
}


.pad {
    display: inline-block;
    height: 16px;
}

.img-user {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
}

.img-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wrapper {
    max-width: 100%;
    transition: all 300ms;
}

.left-pad {
    max-width: 100%;
    margin-left: 230px;
}

article {
    padding: 20px;
    padding-top: 60px;
}

#contenedor-vista-right {
    margin-top: 35px;
    max-width: 100%;
}

/*-------------------------------------SCROLL----------------------------*/
/* Estilos generales del scroll */
.scroll {
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
    transition: all .5s;

    scrollbar-width: thin;
    scrollbar-color: #0d0d91;
}

.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #0d0d91;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #17177C 85%, #383877 15%);
}

::-webkit-scrollbar-horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #17177C;
}


.scrollX::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.scrollX::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    background-color: #F5F5F5;
}

.scrollX::-webkit-scrollbar-thumb {
    background-color: #1F1FAE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
    border-radius: 5px;
}

.scrollX {
    max-width: 100%;
    overflow-x: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #1F1FAE #f5f5f5;
}

/*----------------------CONFIGURACION PHP---------------------*/
.titulo-lista {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    color: #17177C;
}

.button-config {
    outline: none !important;
    width: 100%;
    background: #ffffff;
    padding: 4px 7px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-config:hover {
    background: #EDEDF4;
}

.div-form {
    margin-top: auto;
    max-width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 17px 19px -6px rgba(197, 197, 213, 0.4);
}

.div-space {
    min-height: 100px;
}

.div-form2 {
    padding: 40px 0px;
}

.conf-active {
    border-color: #1DB4BF;
    background: #EDEDF4;
    box-shadow: 0 0 3px #1DB4BF;
}

/*--------------------------------INPUTS GENERALES-----------------------*/
.input-search {
    width: 100%;
    height: 65px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 17px;
    color: #707070 !important;
}

::placeholder {
    color: #999999 !important;
    font-weight: normal !important;
}

.button-file {
    outline: none !important;
    background: #FFFFFF;
    height: 45px;
    padding: 10px 12px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #17177C;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-secondary-emphasis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-file:disabled {
    color: #17177ca7;
    cursor: not-allowed;
    background: #FFFFFF;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.button-file:hover,
.button-file:active {
    color: #17177c;
    background: #FFFFFF !important;
    outline: none !important;
    border: 2px solid #A3A3A3 !important;
}

.button-submit {
    outline: none !important;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-submit:hover {
    color: #17177C;
    background: #EDEDF4;
}

.ir-arriba {
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 30px;
    height: 30px;
    border: 2px solid #17177C !important;
    color: #17177C;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ir-arriba:hover {
    background-color: #17177C;
    color: #CECEE2;
}

.ir-arriba i {
    display: block;
}

.button-agregar {
    outline: none !important;
    min-width: 150px;
    padding: 10px;
    height: 65px;
    background: none;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
}

.button-agregar:hover {
    background: #EDEDF4;
}


.input-form,
.input-form:focus,
.input-form:active {
    height: 45px;
    border: 2px solid #D6D6DF !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    outline: none;
}

.input-form option {
    width: 100px;
    outline: none;
}

.button-check {
    outline: none !important;
    width: 100%;
    background: none;
    padding: 2px 7px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-check:hover {
    background: #EDEDF4;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.input-check {
    outline: none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}

.input-check:active,
.input-check:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-check:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B;
    border-radius: 8px;
}


.input-check-sm {
    outline: none !important;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 3px;
}

.input-check-sm-table {
    outline: none !important;
    appearance: none;
    width: 13px;
    height: 13px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 3px;
}

.input-check-sm-table:checked {
    border: none;
    width: 13px;
    height: 13px;
    background: #09096B;
    border-radius: 3px;
}

.input-check-sm:active,
.input-check-sm:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-check-sm:checked {
    border: none;
    width: 15px;
    height: 15px;
    background: #09096B;
    border-radius: 3px;
}

.input-radio {
    outline: none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 21px;
}

.input-radio:active,
.input-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-radio:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B;
    border-radius: 21px;
}

.img-user-recover img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.button-create {
    outline: none !important;
    height: 65px;
    width: 70%;
    background: none;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}

/*--------------------------------FORMULARIO DE FOLIO CONFIGURACION --------------------*/
.label-sub {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

.label-sub-tit {
    height: 60px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    color: #17177C;
}


.label-radio {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    color: #444444;
    padding-top: 8px;
    padding: 6px;
    height: 30px;
    vertical-align: middle;
}

/*----------------------------------TABLAS GENERALES----------------------------------*/
table.thead-mod thead tr th {
    height: 50px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 250.7%;
}

table.thead-form thead tr th {
    background: #FFFFFF;
    height: 20px;
    text-align: left;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #17177C;
    text-transform: uppercase;
}

table.table-head thead tr th {
    background: #FFFFFF;
    height: 50px;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #17177C;
    text-transform: uppercase;
    position: sticky;
    top: 0;
}

table.table-head-sm thead tr th {
    background: #FFFFFF;
    height: 40px;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #17177C;
    text-transform: uppercase;
    position: sticky;
    top: 0;
}

table.table-head-sm tbody tr td {
    text-align: center;
    font-size: 12.5px;
}

table.table-head-sm tfoot tr th {
    background: #FFFFFF;
    height: 40px;
    text-align: left;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 250.7%;
    color: #17177C;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
}

table.table-venta thead tr th {
    background: #FFFFFF;
    height: 50px;
    text-align: left;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #17177C;
    text-transform: uppercase;
}

table.table-venta tfoot tr th {
    background: #FFFFFF;
    height: 50px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    color: #17177C;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
}

table.table-row tfoot {
    border-top: 2.8px solid #EDEDF4;
}

table.table-head tbody tr td {
    text-align: center;
}

table.table-head tfoot tr th {
    background: #FFFFFF;
    height: 50px;
    text-align: left;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    color: #17177C;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
}

table.table-factura tr td {
    background-color: #F1F8F3;
    font-family: sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #444444;
    height: 58px;
    vertical-align: middle;
    border-bottom: 4px solid #FFFFFF;
}

table.table-row tr td {
    background-color: #FFFFFF;
    font-family: sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    color: #444444;
    height: 58px;
    vertical-align: middle;
    border-bottom: 1px solid #FFFFFF;
}


.button-form {
    outline: none !important;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-modal {
    outline: none !important;
    background: none;
    padding: 10px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-modal:hover {
    background: #EDEDF4 !important;
    color: #17177C !important;
}

.button-ventas {
    outline: none !important;
    background: none;
    padding: 10px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
}

.button-ventas:hover {
    background: #EDEDF4;
    color: #17177C;
}

/*---------------------IMPORTAR TABlAS - CONFIGURACION PHP----------------------------*/
.list-unstyled ul {
    list-style-type: none;
}

.list-unstyled li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #17177C;
    border-radius: 50%;
    margin-right: 8px;
}

/*----------------------------------------FORMULARIO USUARIO---------------*/
.label-form {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    color: #444444;
    padding-top: 8px;
}

.label-space {
    height: 22px;
}

.panel-head-style {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    color: #17177C;
    text-decoration: none;
    text-transform: uppercase;
}

/*--------------------------------TOOLTIPS--------------------------------*/

.new-tooltip {
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.new-tooltip.icon:before {
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    font-size: 20px;
}

.new-tooltip .tiptext {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: justify;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.new-tooltip .tiptext:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
    z-index: 800;
}

.new-tooltip:hover .tiptext {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.new-tooltip.tip .tiptext {
    color: #4183d7;
}

.fijo {
    background-color: #EDEDF4;
    position: sticky;
    min-height: 70px;
    top: 90;
    z-index: 100;
    padding-bottom: 20px;
}

#tabla-productos {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    /* Color de fondo del thead */
}

.line {
    height: 100px;
    width: 2px;
    background-color: #09096B;
    margin: 0 20px;
}

.boton-cancelar {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 15px;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
}

.ajs-button.ajs-ok:focus {
    outline: none;
}

/*--------------------------------ALERTAS*/
.alert-text {
    padding-top: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

/*---------------------------------PAGOS*/
.button-add-prod {
    outline: none !important;
    width: 40px;
    height: 33px;
    background: none;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-add-prod:hover {
    background: #EDEDF4;
}

.sub-tab-active {
    border-color: #1DB4BF !important;
    background: #EDEDF4 !important;
}

.tab-pago {
    outline: none !important;
    position: relative;
    min-width: 100px;
    max-width: 170px;
    width: auto;
    height: 40px;
    background: #ffffff;
    padding: 4px 7px;
    border: 2px solid #CECEE2;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
}

.tab-pago:hover {
    background: #EDEDF4;
}

.close-button {
    color: #e74c3c;
    background-color: #fff;
    font-weight: bolder;
    font-size: 19px;
    text-shadow: none;
    height: 23px;
    width: 23px;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px #555;
    position: absolute;
    top: -6px;
    right: -9px;
    z-index: 1;
    transition: all 0.3s;
    border: none;
}

.close-button span {
    margin: -2px 0 0 0;
    display: block;
}

.close-button:hover {
    color: #fff;
    background-color: #e74c3c;
}

.small-tooltip {
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.small-tooltip.icon:before {
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    font-size: 20px;
}

.small-tooltip .tiptext {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: justify;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    min-width: 160px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.small-tooltip .tiptext:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
    z-index: 800;
}

.small-tooltip:hover .tiptext {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.small-tooltip.tip .tiptext {
    color: #4183d7;
}

a.state-link {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}

#muestraimagenproducto,
#muestraimagenproducto-gen {
    height: 220px !important;
    margin: auto;
}

#muestraimagenproducto img,
#muestraimagenproducto-gen img {
    min-width: 180px;
    max-width: 200px;
    height: 100%;
    object-fit: contain;
}

#muestraimagenencabezado {
    height: 170px;
    margin: auto;
}

#muestraimagenencabezado img {
    min-width: 150px;
    max-width: 180px;
    height: 100%;
    object-fit: contain;
}

.button-list-add {
    outline: none !important;
    background: none;
    width: 100%;
    height: 45px;
    border: 2px solid #CECEE2 !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-list-add:hover {
    background: #EDEDF4;
}

.icono {
    top: 25%;
}

/*----------------------------------------------------PUTNOS DE VENTAS**/
.sm-tab {
    outline: none !important;
    position: relative;
    min-width: 100px;
    max-width: 170px;
    width: auto;
    height: 40px;
    background: #ffffff;
    padding: 4px 7px;
    border: 2px solid #CECEE2;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
}

.sm-tab:hover {
    background: #EDEDF4;
}

.button-impuesto {
    outline: none !important;
    min-width: 100px;
    width: 100%;
    background: none;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-impuesto:hover {
    background: #EDEDF4 !important;
}

.list-remove-icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding: auto;
    color: red;
    cursor: pointer;
    border: 2px solid #D6D6DF;
    border-radius: 8px;
    transition: all 300ms;
}

.list-remove-icon:hover {
    background: #D6D6DF !important;
    transition: all 300ms;
}

.button-venta {
    outline: none !important;
    min-width: 50px;
    max-width: 130px;
    min-height: 40px;
    height: auto;
    padding: 6px;
    background: #FFFFFF;
    border-color: #EDEDF4;
    border-radius: 10px;
}

.button-venta:hover {
    background: #DADADE;
    color: #17177C;
}

.label-cambio {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    color: #00C116;
}

.button-venta-active {
    background: #6A9AFB;
}

#cash-icon {
    max-width: 50px;
    content: url(../img/cash.icon.png);
}

#card-icon {
    max-width: 50px;
    content: url(../img/credit.card.icon.png);
}

#vales-icon {
    max-width: 50px;
    content: url(../img/vales.icon.png);
}

.button-image {
    outline: none !important;
    background: none;
    padding: 5px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-image:hover {
    background: #EDEDF4;
}

.sign-canvas {
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background-color: white;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
}

/*--------------------------------------CARTA PORTE*/
.button-tab {
    outline: none !important;
    min-width: 180px;
    width: auto;
    height: 50px;
    background: #ffffff;
    padding: 4px 7px;
    border: 2px solid #CECEE2;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
}

.button-tab:hover {
    background: #EDEDF4;
}

.next-prev {
    background-color: #1DB4BF !important;
}

.tab-active {
    border-color: #1DB4BF;
    background: #EDEDF4;
}

.sub-button-tab {
    outline: none !important;
    min-width: 190px;
    width: auto;
    height: 50px;
    background: #ffffff;
    padding: 4px 7px;
    border: 2px solid #CECEE2;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #D6D6DF;
}

.sub-button-tab:hover {
    background: #EDEDF4;
}

.sub-tab-active {
    border-color: #1DB4BF;
    background: #EDEDF4;
    color: #17177C !important;
}

.inp-mod {
    width: 100%;
    height: 45px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #444444;
}

#fotito img {
    max-height: 480px;
    max-width: 100%;
}

#btn-anticipo img {
    height: 200px;
    width: auto;
    max-width: 100%;
}


.background {
    position: fixed;
    width: calc(100vw);
    height: calc(100vh);
    top: 120;
    left: 0;
    margin: 0;
    padding: 0;
    background: var(--blanco);
    overflow: hidden;
    z-index: -999;
}

.background ul.squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0, 83, 156, 0.2);
    animation: animate 19s linear infinite;
}

.background ul.squares li:nth-child(0) {
    left: 1%;
    width: 104px;
    height: 104px;
    bottom: -104px;
    animation-delay: 1s;
}

.background ul.squares li:nth-child(1) {
    left: 78%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 5s;
}

.background ul.squares li:nth-child(2) {
    left: 77%;
    width: 169px;
    height: 169px;
    bottom: -169px;
    animation-delay: 9s;
}

.background ul.squares li:nth-child(3) {
    left: 3%;
    width: 171px;
    height: 171px;
    bottom: -171px;
    animation-delay: 6s;
}

.background ul.squares li:nth-child(4) {
    left: 55%;
    width: 183px;
    height: 183px;
    bottom: -183px;
    animation-delay: 4s;
}

.background ul.squares li:nth-child(5) {
    left: 73%;
    width: 133px;
    height: 133px;
    bottom: -133px;
    animation-delay: 15s;
}

.background ul.squares li:nth-child(6) {
    left: 58%;
    width: 137px;
    height: 137px;
    bottom: -137px;
    animation-delay: 24s;
}

.background ul.squares li:nth-child(7) {
    left: 9%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 31s;
}

.background ul.squares li:nth-child(8) {
    left: 1%;
    width: 114px;
    height: 114px;
    bottom: -114px;
    animation-delay: 18s;
}

.background ul.squares li:nth-child(9) {
    left: 52%;
    width: 180px;
    height: 180px;
    bottom: -180px;
    animation-delay: 32s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


.packet-card {
    border: 4px solid #F6B044 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.packet-card::before {
    content: "PAQUETE";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F6B044 !important;
    color: white;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.card:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.324);
}

.card-plan {
    transform: scale(1.02);
    border: 2px solid #00539c;
    position: relative;
}

.card-plan::before {
    content: "PLAN";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00539c;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    z-index: 5;
    border-radius: 4px;
}

.border-right-blue {
    border-right: 2px solid #00539cb6;
}

.text-degradado {
    background: linear-gradient(to right, #ED495C, #F6B045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-rosa-right {
    border-right: 2px solid #ED495C;
}

.btn-compra {
    border: 1px solid #ED495C !important;
    border-radius: 15px !important;
    background-color: transparent !important;
    color: #ED495C !important;
    cursor: pointer !important;
}

.btn-rosa {
    border: 1px solid #ED495C !important;
    border-radius: 15px !important;
    background-color: #ED495C !important;
    color: #fff !important;
    cursor: pointer !important;
}

.btn-compra:hover {
    border: 1px solid #ED495C !important;
    border-radius: 15px !important;
    background-color: #ED495C !important;
    color: #fff !important;
    cursor: pointer !important;
}

.btn-compra-demo {
    border: 1px solid #ED495C !important;
    border-radius: 15px !important;
    background-color: transparent !important;
    color: #ED495C !important;
    cursor: default !important;
}

.btn-compra-demo:hover {
    border: 1px solid #ED495C !important;
    border-radius: 15px !important;
    background-color: transparent !important;
    color: #ED495C !important;
    cursor: default !important;
}

.car-header {
    background: linear-gradient(90deg, #00539c 0%, rgba(0, 89, 172, 0.241) 100%);
}

.additional-info,
.border-azul {
    border-left: 2px solid #00539cb6;
    transition: opacity 0.3s ease;
}

.seccion-body {
    transition: opacity 0.3s ease;
}

.carousel-control-prev.hidden,
.carousel-control-next.hidden {
    display: none;
}

#credit-card {
    max-width: 100%;
    content: url(../img/cards1.png);
}

#debit-card {
    max-width: 100%;
    content: url(../img/card2.jpg);
}

#open-logo {
    max-width: 100%;
    content: url(../img/openpay.png);
}

#security-logo {
    content: url(../img/security.png);
}

#cvv-code {
    max-width: 100%;
    content: url(../img/cvv.jpg);
}

#banks-aff {
    max-width: 100%;
    content: url(../img/banks.jpg);
}

#stores-aff {
    max-width: 100%;
    content: url(../img/stores.jpg);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in 0.5s ease-in forwards;
}

.fade-out {
    animation: fade-out 0.5s ease-out forwards;
}

.titulo-comprar {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    color: #17177C;
}

.label-text {
    font-family: sans-serif;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #444444;
}

.por {
    position: relative;
}

.por::before {
    content: "POR";
    position: absolute;
    top: 30%;
    right: 46%;
    background-color: #fff;
    color: #ED495C;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    z-index: 5;
    border-radius: 4px;
}

@media (max-width: 995px) {
    .por::before {
        display: none;
    }

}

.radio-button-card {
    outline: none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 21px;
}

.radio-button-card:active,
.radio-button-card:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.radio-button-card:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #F6B045;
    border-radius: 21px;
}

.carpetas ul {
    list-style-type: none;
    padding: 0;
}

.carpetas li {
    margin: 10px 0;
}

.carpetas a {
    text-decoration: none;
    color: #17177C !important;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    background-color: #c0c0c96e;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.folder-icon {
    margin-right: 10px;
    font-size: 20px;
}

.list-content ul {
    list-style-type: none;
}

.archivo {
    width: 100% !important;
    color: #171717;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: #171717;
    cursor: pointer;
}

.archivo:hover {
    color: #ecf0f1;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.selected-folder {
    border-color: #17177C;
    color: #17177C !important;
    box-shadow: 0 0 5px #17177C;
}

.notification-bell {
    position: absolute;
    right: 3px;
    width: 26px;
    height: 26px;
    z-index: 10;
}

.notification-bell .bell-icon {
    width: 100%;
    height: 100%;
    content: url(../img/notificacion_icono.png);
    filter: hue-rotate(0deg) saturate(100%) opacity(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: ring 2s infinite;
}



@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/***********************************/
/********  SOPORTE TECNICO  ********/
/***********************************/
.img-user-soporte {
    height: 3rem;
    width: 3rem;
    border-radius: 6rem;
    margin-right: 1rem;
}

.card.selected {
    color: #09096B;
    border: 2px solid #17177C;
    background-color: rgba(29, 9, 107, 0.1);
    box-shadow: 4px 8px 16px rgba(9, 9, 107, 0.25);
    /* Sombra desplazada para un efecto 3D */
}

.text-blue {
    color: #09096B !important;
}

#activity .card:hover {
    transform: scale(1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}

.btn-soporte {
    outline: none !important;
    border: 1px solid #17177C !important;
    border-radius: 15px;
    background-color: #17177C !important;
    color: #fff !important;
}

.btn-soporte:hover .btn-soporte:active {
    outline: none !important;
    border: 1px solid #17177C !important;
    border-radius: 15px !important;
    background-color: #17177C !important;
    color: #fff !important;
}

#show-more hr {
    margin-bottom: 10px;
}

.linea-gris {
    position: relative;
}

.linea-gris::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #17177C !important;
    z-index: 10;
    /* Asegura que la línea quede detrás del contenido */
}

#show-more {
    position: relative;
    z-index: 11;
    /* Asegura que el div esté encima de la línea */
}

.line-with-text {
    position: relative;
    text-align: center;
}

.line-with-text span {
    position: absolute;
    font-family: sans-serif;
    font-style: normal;
    top: 50%;
    left: 50%;
    font-size: 13.5px !important;
    transform: translate(-50%, -50%);
    color: #ED495C;
    background-color: white;
    /* Opcional, para que la letra tenga fondo */
    padding: 0 5px;
    /* Opcional, para separar la letra de la línea */
    z-index: 1;
}

.line-with-text hr {
    margin: 0;
    border: 1px solid #171717;
    /* Ajusta el color y grosor de la línea */
}

.fondo-azul-wrapper {
    position: relative;
    display: inline-block;
}

.fondo-azul {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.fondo-azul-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #09086a, #00539c);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

.carousel-control-prev {
    left: -65;
}

.carousel-control-next {
    right: -30;
}

.container-compras {
    scroll-snap-type: y mandatory;
    /* Habilita el scroll snapping vertical */
    overflow-y: scroll;
    /* Permite scroll en el eje Y */
    height: 100vh;
    /* Ocupa toda la ventana */
    /* Ocultar la barra de desplazamiento */
    scrollbar-width: none;
    /* Firefox */
}

.container-compras::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.section {
    height: 90vh;
    /* Cada sección ocupa toda la ventana */
    scroll-snap-align: start;
    /* El scroll encaja al inicio de cada sección */
}

.input-form-sm,
.input-form-sm:focus,
.input-form-sm:active {
    height: 35px;
    border: 2px solid #D6D6DF !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    outline: none;
}

.button-file-sm {
    outline: none !important;
    background: #FFFFFF;
    height: 35px;
    padding: 5px 6px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #17177C;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-file-sm:hover {
    outline: none !important;
    background: #FFFFFF;
    height: 35px;
    padding: 5px 6px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #17177C;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*--------------------- BOTONES FLOTANTES DE WHATSAPP E IR ARRIBA*/
.boton-flotante {
    position: fixed !important;
    z-index: 15 !important;
    right: 20px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    opacity: 1 !important;
    border: none !important;
}

#btn-whatsapp {
    background-color: #25D366 !important;
    bottom: 20px !important;
    outline: none !important;
}

/*-------------------CONTACTO---------------------*/
/* Estilo del panel de opciones */
.whatsapp-panel {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 250px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: none;
    flex-direction: column;
    z-index: 999 !important;
}

.whatsapp-panel.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.whatsapp-option {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.whatsapp-option:hover {
    background-color: #f5f5f5;
}

.whatsapp-option i {
    margin-right: 10px;
    font-size: 20px;
    color: #25D366;
}

.whatsapp-option span {
    font-size: 14px;
}

.qr-code {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #eee;
}

.qr-code img {
    max-width: 100%;
    height: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilo para el fondo oscuro (opcional) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998 !important;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}

.overlay.show {
    display: block;
}


/* ESTILO PARA OCULTAR MENU*/
#main-menu {
    width: 240px;
    transition: all 0.3s ease;
}

#main-menu.hidden {
    width: 0;
    overflow: hidden;
}

.sub-active { 
    color: #7979C4;
    cursor: pointer; 
    transition: all 400ms;
}

#contenedor-vista-right {
    transition: all 0.3s ease;
    margin-left: 225px;
}

#contenedor-vista-right.full-width {
    margin-left: 0 !important;
}

.fondo-azul-wrapper {
    position: relative;
    display: inline-block;
}

.fondo-azul {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.fondo-azul-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #09086a, #00539c);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

#firma-canvas, #firma-canvas-caja {
  width: 100%;
  height: 200px; /* dale una altura fija o adaptable */
  /*border: 1px solid #ccc;*/
}
