html {

    /*font-family: 'Exo', sans-serif !important;*/
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    min-height: 100% !important;
    position: relative !important;
}

body {
    font-family: unset !important;
    background-image: linear-gradient(#ffffff, #e9e9e9);
    margin: 0;
    margin-bottom: 40px;
    font-size: 12px !important;
}

h5 {
    font-size: 15px !important;
    margin: 5px 0px 7px 5px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

nav {
    background-image: linear-gradient(#ffffff, #d8dee7) !important;
    color: #4b4242 !important;
    border-radius: 11px !important;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    display: inline !important;
    font-size: 21px !important;
    padding: 8px !important;
}

nav>li>a {
    padding: 4px 8px !important;
}

nav ul li.active {
    background-color: #ffffffa6 !important;
}

nav ul a {
    padding: 0 10px !important;
}

a {
    color: unset !important;
}

.navbar-nav {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background-clip: padding-box !important;
}

.navbar-toggler {
    background-color: unset !important;
    border: 1px solid #ccc !important;
}

.dropdown-menu {
    padding: 6px 9px 5px 0 !important;
    font-size: unset !important;
}

.dropdown-menu[data-bs-popper] {
    top: unset !important;
    left: 38px !important;
    margin-top: unset !important;
}

.active {
    background-image: linear-gradient(#ffffff, #fffbc6e0) !important;
    border-radius: 10px 10px 0px 0px !important;
}

.titulo_page {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    padding-bottom: 20px;
}

btn {
    background-color: none !important;
}

/* chips */
.chip_ {
    position: relative;
    font-size: 10px;
    /*display: ruby;*/
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 1px 4px 2px 4px;
    margin: 0px 2px 3px 2px;
    text-decoration: none;
    box-shadow: -2px 6px 6px -4px rgb(174 88 124 / 31%);
    -webkit-box-shadow: -2px 6px 6px -4px rgb(174 88 124 / 31%);
    -moz-box-shadow: -2px 6px 6px -4px rgba(174, 88, 124, 0.31);
}

.ingresos {
    left: -6px;
    top: -6px;
    padding: 0px 2px 0px 2px;
    position: absolute;
}

.chip_>a,
.chip_>a:hover {
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.titulo {
    font-weight: 600;
    padding: 2px 2px;
}

.marca {
    background-color: #ff0;
    color: #000;
}

.nombre {
    left: 20px;
    top: -6px;
    position: absolute;
}

.rodado {
    position: absolute;
    right: 1px;
    padding: 0 0;
}

.user {
    position: relative;
    display: inherit;
    width: 94%;
    /*float: right;*/
    background-image: linear-gradient(#c8f1f5, #ffffff);
}

.referente {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #FAFAFA;
    background-color: linear-gradient(#9ef75c, white);
    height: 20px;
    padding: 1px 6px 3px 6px;

}

.add {
    padding: 6px 3px 1px 3px;
    background-image: linear-gradient(#aff57a, #f0ffc0);
}

.delete {
    padding: 3px 2px 0px 3px;
    background-image: linear-gradient(#ff9988, white);
}

.gris {
    background-image: linear-gradient(#d7d5d5, #cdcdcd63);
    width: 94%;
}

.asignado {
    border-radius: 13px;
    background-image: linear-gradient(#ffffff, #bafff2);
}

.container {
    padding-right: unset !important;
    padding-left: unset !important;
}

.validation {
    display: none;
}

.fa-check {
    color: #155724;
}

.modal {
    width: 90% !important;
    background-color: none !important;
    min-width: 100% !important;
    z-index: 99 !important;
}

.z-depth-5 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.visitante {
    padding-right: 23px;
    padding-top: 3px;
}

.panel-1 {
    border-radius: 6px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    margin: 3px;
}

.amarillo {
    background-color: #f9f0ca;
}

.azul {
    background-color: #4fafef
}

.verde {
    background-color: #aadfac;
}

.rojo {
    background-color: #ff4747;
    color: white;
}

.marron {
    background-color: #DFDEC9;
}

.light_sky:hover {
    overflow: hidden !important;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.titulo_usuario {
    text-align: right;
    font-size: 13px;
    position: absolute;
    right: 51px;
    font-weight: bold;
}

.sombra {
    box-shadow: 1px 6px 5px 0px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 1px 6px 5px 0px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.24);
    padding: 7px;
    border-radius: 6px;
    margin-bottom: 29px;
    background-color: white;
}

.sombra2 {
    box-shadow: 1px 6px 5px 0px rgb(174 88 124 / 17%);
    -webkit-box-shadow: 1px 6px 5px 0px rgb(174 88 124 / 17%);
    -moz-box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background-image: linear-gradient(white, #f5f5f5b0);
    margin: 1px 0px 5px 0px;
}

.rayado {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) 29px, rgba(0, 0, 0, 0) 42px, #c3b6b3 5px, #cfc8c7 44px);
}

.page-footer {
    background-image: linear-gradient(#ffffff, #d8dee7) !important;
    min-height: 40px !important;
    height: 40px;
    color: rgb(105, 62, 62);
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.fondo-login {
    background-image: linear-gradient(#3d586b, #999999) !important;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: 1s all;
    opacity: 0;
}

.loading.show {
    opacity: 1;
}

.loading .spin {
    border: 3px solid hsla(185, 100%, 62%, 0.2);
    border-top-color: #3cefff;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

a.nav-link.active {
    background-color: cornsilk;
}

.nav-link-menu {
    background-color: cornsilk;
}

.nav-item-menu {
    background-color: cornsilk;
}

.presupuesto {
    box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -webkit-box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -moz-box-shadow: 1px 4px 19px -6px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(cornsilk, #f5f5f5);
    margin: 1px 0px 5px 0px;
}

.acceso_directo {
    display: inline-block;
    text-align: center;
    width: 19%;
    background-image: linear-gradient(#dcf5ff, #fbfbfb);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -webkit-box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -moz-box-shadow: 1px 4px 19px -6px rgba(0, 0, 0, 0.2);
}

.marco_foto {
    display: inline-grid;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
}

img#foto {
    border-radius: 10px 10px 0px 0px;
}

span#usuario_foto {
    font-size: 10px;
    text-align: center;
    margin: 2px;
    padding: 2px;
    position: relative;
}

span#id_ot_foto {
    position: absolute;
    bottom: 37px;
    background-color: white;
    right: 11px;
    border-radius: 10px;
    padding: 1px 7px 0px 6px;
}

.tickets {
    box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -webkit-box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -moz-box-shadow: 1px 4px 19px -6px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(white, #f5f5f5);
    margin: 1px 0px 5px 0px;
}

.cuerpo_solapa {
    box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -webkit-box-shadow: 3px 4px 4px 1px rgb(97 88 174 / 17%);
    -moz-box-shadow: 1px 4px 19px -6px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(white, #f5f5f5);
    margin: 1px 0px 5px 0px;
}

.control_ticket {
    vertical-align: middle;
    width: max-content;
}

.vencido {
    background-image: linear-gradient(#ff3a3a, #ffffff);
    color: white;
    font-weight: 600;
}

.activo {
    background-image: linear-gradient(#3aff4c, #ffffff);
    color: #000;
    font-weight: 600;
}

i.tiny {
    font-size: 12px !important;
}

.prioridad {
    padding: 1px 5px 2px 5px !important;
}

.ticket {
    color: black;
    text-decoration: none;
    border: 1px solid #d9d8c1;
    padding: 0px 5px 0px 5px;
    position: absolute;
    background-image: linear-gradient(#e5df9c, white);
}

.area {
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(white, #f5f5f599);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 10px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.sin_asignar {
    background-image: linear-gradient(#e7e7e785, #f5f5f580);
    border-radius: 10px;
    margin: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.collection .collection-item {
    line-height: unset !important;
    padding: 2px 12px !important;
    border-bottom: 2px solid #cfcdcd !important;
    border-left: 6px solid #5fada9;
    text-decoration: none;
}

.dia_cumple {
    background-color: #e1eced;
    border: 1px solid;
    border-top: 3px solid red;
    font-size: 12px;
    font-weight: 600;
}

.navbar-collapse.in {
    overflow-y: unset !important;
}

.encabezado {
    height: 170px;
    position: relative;
    overflow: hidden;
}

.imagen_coorporativa {
    position: relative;
    height: 128px;
}

.logo {
    position: absolute;
    top: 88px;
    width: 80px;
    height: 80px;
    left: 10px;
    border-radius: 50%;
    border: 1px solid;
    outline: 3px solid rgb(255, 255, 255);
}

.sociales {
    position: absolute;
    height: 12px;
    right: 10px;
    font-size: 12px;
}

.pie {
    bottom: 0px;
    position: sticky;
    background-color: white;
}

.img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

.img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

ul.list-group.list-group-horizontal {
    list-style-type: none;
    font-size: 12px;
    margin: auto;
}

.galeria {
    position: relative;
    border-radius: 10px;
}

.galeria:hover {
    border-radius: 16px;
    border: 1px solid #777;
}

.galeria img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.desc {
    padding: 15px;
    text-align: center;
    background-color: azure;
}

.stock_view_enable {
    text-align: center;
    font-size: small;
}

.stock_view_disable {
    text-align: center;
    color: red;
}

.descripcion_view {
    font-size: larger;
    margin: 8px 0px 0px 8px;
    text-align: justify;
}

.titulo_view {
    font-size: larger;
    text-align: center;
    margin: 5px 0px 1px 0px;
}

.categoria_view {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: aliceblue;
    padding: 0px 4px 0px 4px;
    border-radius: 10px;
}

.precio_view {
    display: block;
    text-align: center;
    color: #55c700;
    font-size: 20px;
}

.destacado {
    text-align: center;
    font-size: medium;
    display: block;
    text-transform: uppercase;
    font-size: large;
}

.icono_destacado {
    position: absolute;
    top: 6px;
    right: 5px;
    color: yellow;
}

.acceso_carrito {
    position: absolute;
    background-color: aliceblue;
    width: 35px;
    height: 35px;
    z-index: 2;
    padding: 5px;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    outline: 3px solid rgb(135 255 77);
}

.carrito_view {
    text-align: center;
    margin: 7px 0px 0px 0px;
    font-size: medium;
}

.boton_carrito {
    display: inline-grid;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    background-color: #35db4f;
    padding: 0px 8px 0px 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.boton_galeria {
    position: absolute;
    bottom: 2px;
    height: 50px;
    width: 74px;
    align-content: center;
    background-color: #faebd7e8;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.responsive {
    padding: 0 6px;
    float: left;
}

.responsive_modal {
    padding: 0 6px;
    float: left;
}

.modal-footer {
    justify-content: center !important;
}

@media only screen and (max-width: 900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 900px;
    }
    .responsive_modal {
        width: 100%;
        margin: 6px 0;
    }
    .responsive {
        width: 25%;
        height: 30%;
    }
}

@media only screen and (max-width: 1400px) {
    .responsive {
        width: 33%;
        height: 30%;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 47%;
        height: 21%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.galeria img:hover {
    opacity: 0.3;
}

.galeria:hover .middle {
    opacity: 1;
}

.auditoria {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
}