@font-face {
    font-family: 'Bludhaven';
    src: url('../fonts/Bludhaven_Regular.eot');
    src: url('../fonts/Bludhaven_Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bludhaven_Regular.woff2') format('woff2'),
        url('../fonts/Bludhaven_Regular.woff') format('woff'),
        url('../fonts/Bludhaven_Regular.ttf') format('truetype'),
        url('../fonts/Bludhaven_Regular.svg#Bludhaven_Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/********* BODY */

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#f0f0f0;
    display: flex;
    flex-wrap: wrap;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}
  
body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    background-color: #000;
    box-shadow: 0px 0px 4px 2px #8d8d8d;
    -webkit-box-shadow: 0px 0px 4px 2px #8d8d8d;
}

.nav2 {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px #dddddd;
    box-shadow: 0px 0px 16px 0px #dddddd;
}

.logo-nav2 {
    width: 100px;
    height: 36px;
    margin: 13px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.leftsquare-navegador {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #2e2e2e;
}

.barras-navegador {
    width: 40px;
    height: 16px;
    position: absolute;
    top: 22px;
    left: 20px;
    cursor: pointer;
    background-color: #2e2e2e;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.barras-navegador.active {
    width: 0;
}

.barra1-navegador {
    width: 50%;
    height: 2px;
    background-color: #fff;
}

.barra2-navegador {
    width: 30%;
    height: 2px;
    margin-top: 5px;
    background-color: #fff;
}

.barra3-navegador {
    width: 50%;
    height: 2px;
    margin-top: 5px;
    background-color: #fff;
}

.cerrarbarras-navegador {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 14px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.titulo-navegador {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 72px;
}

.lupa-navegador {
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    cursor: pointer;
}

.salir-navegador {
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}

/********* SOMBRA */

.sombra {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 12;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
    display: none;
    cursor: pointer;
}

.sombra.active {
    display: block;
}

/********* MENU OPCIONES */

.menu-opciones {
    width: 320px;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: -330px;
    z-index: 15;
    background-color: #fff;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.menu-opciones.active {
    left: 0;
}

.opcion-menu-opciones {
    width: 90%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #cecece;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #5b5b5b;
    cursor: pointer;
}

.opcion-menu-opciones i {
    width: 20px;
    text-align: center;
    padding-right: 14px;
    color: #000;
}

/********* DASHBOARD */

.dashboard {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.seccion-principal-dashboard {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.seccioncita-dashboard {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.seccion-dashboard {
    width: 375px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
}

.secciones-dashboard {
    width: 100%;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.contenedor-estadistica {
    width: 100%;
    max-width: 350px;
    height: 80px;
    margin: 10px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.icono-contenedor-estadistica {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 15px;
    text-align: center;
    font-size: 22px;
    color: #000;
    background-color: #f0f0f0;
    border-radius: 1000px;
}

.numeroestadistica {
    font-size: 22px;
    font-weight: 700;
    color: #141654;
}

.titulo-contenedor-estadistica {
    width: calc(100% - 110px);
    height: 50px;
    margin: 15px auto;
    margin-right: 20px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7e7e7e;
}

.titulazo-dashboard {
    width: 90%;
    height: auto;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #5b5b5b;
}

.contenedor-principal-montos {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.container-stats-montos {
    width: 50%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.texto-monto {
    width: 90%;
    height: auto;
    text-align: left;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

@media(max-width: 500px) {
    .texto-monto {
        margin-bottom: 10px;
    }
}

.contenedor-grafica {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.leyendas {
    width: 90%;
    max-width: 700px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leyenda {
    width: 75px;
    height: 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-leyenda {
    width: 15px;
    height: 15px;
    margin: 7.5px auto;
}

.desc-leyenda {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    width: calc(100% - 20px);
}

.contenido-mapa-burbuja {
    width: 90%;
    max-width: 800px;
    padding: 10px; 
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto; 
}

.contenedor-mapa {
    width:100%; 
    position: relative;
}

.burbuja-mapa {
    position: absolute;
    border-radius: 1000em;
    -webkit-border-radius: 1000em;
    -moz-border-radius: 1000em;
    -ms-border-radius: 1000em;
    -o-border-radius: 1000em;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid black;
    cursor: pointer;
}

.seccion-dashboard2 {
    width: 375px;
    height: auto;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 840px) {
    .seccion-dashboard2 {
        width: 90%;
        margin: 10px auto;
    }
}

.contenedor-estadistica2 {
    width: 100%;
    height: 80px;
    margin: 10px auto;
    background-color: #fff; 
    box-shadow: 0px 5px 10px 0px #d1d1d1;
    -webkit-box-shadow: 0px 5px 10px 0px #d1d1d1;
    position: relative;
    border-radius: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.icono-contenedor-estadistica2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 15px;
    text-align: center;
    font-size: 22px;
    background-color: #f0f0f0;
    border-radius: 1000px;
}

.numeroestadistica2 {
    font-size: 22px;
    font-weight: 700;
    color: #141654;
}

.titulo-contenedor-estadistica2 {
    width: calc(100% - 110px);
    height: 50px;
    margin: 30px auto;
    margin-right: 20px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7e7e7e;
}

/****** FILTRO MONTOS DASHBOARD */

.contenedor-filtro {
    width: 230px;
    height: auto;
    margin: 20px auto;
    margin-left: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
}

.texto-filtro {
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-align: center;
}

.contenedor-select-filtro {
    width: 140px;
    height: auto;
    margin: 0 auto;
    position: relative;
    border: 1px solid #000;
    border-radius: 6px;
}

.textfield-filtro {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    z-index: 9;
    position: relative;
}

.textfield-filtro:focus {
    outline: none;
}

.flechita-filtro {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(100% - 40px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #000;
    z-index: 1;
}

/********* ELEMENTOS LISTA */

.main {
    width: 100%;
    height: auto;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
}

.main.active {
    display: none;
}

.titulo-main {
    width: 90%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-align: center;
}

.buscador {
    width: 90%;
    max-width: 500px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #000;
    background-color: #ffffff;
    margin: 20px auto;
}

.tfbuscador, .tfbuscadorF {
    width: 90%;
    height: 45px;
    line-height: 45px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #5b5b5b;
    margin: 0 5%;
    position: relative;
    z-index: 3;
    padding: 0;
}

.icono-buscador, .icono-buscadorF {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
    color: #000;
}

.resultados, .resultadosF {
    width: 90%;
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    color: #5b5b5b;
}

ul {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 0;
}

.empty-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.empty .empty-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hiding {
    opacity: 1;
}

.hidden {
    display: none;
}

.add-form {
    width: 55px;
    height: 55px;
    padding: 0;
    line-height: 57px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    color: #fff;
    font-size: 28px;
    background: #000;
    border-radius: 1000px;
    cursor: pointer;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}

.add-form.active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/********** CLIENTES */

.cliente {
    width: 380px;
    margin: 12px;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

@media(max-width: 500px) {
    .cliente {
        width: 90%;
        margin: 12px auto;
    }
}

.textos-cliente {
    width: 90%;
    height: auto;
    margin: 10px auto;
}

.titulo-cliente {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #000;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.texto-cliente {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #5b5b5b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.texto-cliente a {
    color: #5b5b5b;
    text-decoration: none;
}

.texto-cliente i {
    width: 20px;
    text-align: center;
    padding-right: 7px;
}

/********** CODIGOS DESCUENTO */

.codigoDesc {
    width: 380px;
    margin: 12px;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

@media(max-width: 500px) {
    .codigoDesc {
        width: 90%;
        margin: 12px auto;
    }
}

.textos-codigoDesc {
    width: 90%;
    height: auto;
    margin: 10px auto;
}

.titulo-codigoDesc {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #000;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.texto-codigoDesc {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #5b5b5b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.texto-codigoDesc i {
    width: 20px;
    text-align: center;
    padding-right: 7px;
}

.modificarCodigo {
    position: absolute;
    bottom: 15px;
    left: calc(100% - 65px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #1f93e0;
    border-radius: 100%;
    text-align: center;
    color: #1f93e0;
    font-size: 9px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.eliminarCodigo {
    position: absolute;
    bottom: 15px;
    left: calc(100% - 35px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #e67c88;
    border-radius: 100%;
    text-align: center;
    color: #e67c88;
    font-size: 9px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

/************** PRODUCTO */

.producto {
    width: 380px;
    margin: 10px;
    height: auto;
    display: flex;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 8px;
}

@media(max-width: 650px) {
    .producto {
        width: 90%;
        margin: 10px auto;
    }
}

.img-producto {
    width: 30%;
    height: 150px;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.textos-producto {
    width: 65%;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.titulo-producto {
    width: 95%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.stock-producto {
    width: 95%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #5b5b5b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.texto-producto {
    width: 100%;
    height: auto;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5b5b5b;
}

.texto-producto i {
    width: 20px;
    text-align: center;
    padding-right: 7px;
}

.texto-alt-producto {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin-top: 5px;
}

.modificarProducto {
    position: absolute;
    bottom: 15px;
    left: calc(100% - 65px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #1f93e0;
    border-radius: 100%;
    text-align: center;
    color: #1f93e0;
    font-size: 9px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.estadoProducto {
    position: absolute;
    bottom: 15px;
    left: calc(100% - 35px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #a39243;
    border-radius: 100%;
    text-align: center;
    color: #a39243;
    font-size: 9px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

/********** FORMULARIO */

.formulario {
    width: 90%;
    max-width: 760px;
    height: auto;
    margin: 40px auto;
    display: none;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    display: none;
}

.formulario.active {
    display: flex;
}

.contenedor-foto-perfil {
    width: 220px;
    height: 220px;
    margin: 20px calc(50% - 110px);
    position: relative;
    display: none;
    padding: 0;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
}
  
.contenedor-foto-perfil img {
    width: 220px;
    height: 220px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contenedor-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
  
.contenedor-spinner i {
    font-size: 32px;
    color: #000;
}

.contenedor-no-foto {
    width: 220px;
    height: 220px;
    line-height: 220px;
    margin: 20px calc(50% - 110px);
    background-color: #fff;
    text-align: center;
    font-size: 62px;
    color: #e7e7e7;
    display: block;
    padding: 0;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 8px 4px rgba(227, 227, 227, 1);
}

.btn-img-perfil {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 1000px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 10px;
    right: calc(50% - 120px);
}

.titulo-formulario {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    margin-top: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #000;
}

.seccion-formulario {
    width: 90%;
    max-width: 370px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

form {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

input,textarea  {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #f0f0f0;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border: 1px solid #7c7c7c;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    border-radius: 12px;
}

.textfield:focus,
.textfield:active {
    border: 1px solid #7c7c7c;
}

.textfield:focus + label:before,
.textfield:active + label:before {
    color: #7c7c7c;
}

.textfield + label {
    display: block;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.textfield + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.textfield:focus + label:before,
.textfield.active + label:before,
.textfield:valid + label:before {
    background-color: #f0f0f0;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
    transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #f0f0f0;
    height: calc(10em + 2px);
    padding: 1em;
    font-size: 1em;
    border: 1px solid #7c7c7c;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

textarea:focus,
textarea:active {
    border: 1px solid #7c7c7c;
}

textarea:focus + label:before,
textarea:active + label:before {
    color: #7c7c7c;
}

textarea + label {
    display: block;
    font-size: 1em;
    height: calc(10em + 2px);
    line-height: 1;
    padding-top: calc(1em + 1px);
    margin-top: calc(-10em - 2px);
    margin-bottom: 1em;
    pointer-events: none;
}

textarea + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

textarea:focus + label:before,
textarea.active + label:before,
textarea:valid + label:before {
    background: #f0f0f0;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
    transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
}

.btnagregar {
    width: 220px;
    height: 45px;
    line-height: 45px;
    margin: 20px calc(50% - 110px);
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    cursor: pointer;
    border-radius: 12px;
}

/************* OCULTAR PLACEHOLDER INPUT FECHA **/

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #000 !important;
}

/* ********* POPUP */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: #000;
    display: none;
}
  
.icono-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 calc(50% - 30px);
    margin-top: 30vh;
    z-index: 99;
    border: 4px solid #fff;
    color: #fff;
    font-size: 40px;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}
  
.mensaje-popup {
    width: 95%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}
  
.spinner-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 calc(50% - 30px);
    margin-top: 30vh;
    z-index: 99;
    color: #fff;
    font-size: 50px;
}
  
.btn-popup {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000;
    margin: 25px calc(50% - 80px);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    cursor: pointer;
}

/****** PEDIDOS */

.list-element {
    width: 370px;
    margin: 10px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

@media(max-width: 650px) {
    .list-element {
        width: 90%;
        margin: 10px auto;
    }
}
  
.list-element-textos {
    width: 90%;
    height: auto;
    margin: 6px auto;
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
  
.list-element-textos-titulo {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 5px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #b85e97;
    font-weight: bold;
}

.list-element-textos-texto {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 2px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #8a8a8a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
  
.list-element-textos-texto i {
    color: #5c5c5c;
    padding-right: 7px;
}

.codigodescuentazo {
    width: 150px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border-top-right-radius: 8px;
}

.contenedor-estatus-envio {
    width: 90%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.esfera-estatus-envio {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border: 2px solid #8a8a8a;
    background-color: #FFF;
    color: #8a8a8a;
    cursor: pointer;
}

/****** INFO PEDIDO */


.contenedor-info-pedido {
    width: 100%;
    max-width: 950px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.pedido-info-section {
    width: 90%;
    max-width: 450px;
    height: auto;
    margin: 20px auto;
    margin-bottom: 0;
}

.pedido-info-header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 4px 2px #cecece;
    -webkit-box-shadow: 0px 0px 4px 2px #cecece;
    -moz-box-shadow: 0px 0px 4px 2px #cecece;
    padding-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.pedido-info-header-title {
    width: 90%;
    height: 25px;
    line-height: 25px;
    margin: 15px auto;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.pedido-info-header-text {
    width: 90%;
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    text-align: left;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.pedido-info-header-text a {
    text-decoration: none;
    color: #888888;
}

.pedido-info-header-text i {
    width: 20px;
    text-align: left;
    color: #000;
}

.pedido-status {
    width: 100%;
    height: 100px;
    margin: 20px auto;
    margin-bottom: 0;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 2px #cecece;
    -webkit-box-shadow: 0px 0px 4px 2px #cecece;
    -moz-box-shadow: 0px 0px 4px 2px #cecece;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.rastreo-statu {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #8d8d8d;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    cursor: pointer;
}

.rastreo-statu-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #8d8d8d;
}

.rastreo-statu-text {
    width: 100%;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #bbbbbb;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.filas-pedido {
    width: 90%;
    max-width: 450px;
    height: auto;
    margin: 20px auto;
    padding-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 2px #cecece;
    -webkit-box-shadow: 0px 0px 4px 2px #cecece;
    -moz-box-shadow: 0px 0px 4px 2px #cecece;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.header-filas-pedido {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.titulo-header-filas-pedido {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 14px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.filas-filas-pedido {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.fila-pedido {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    position: relative;
}

.img-fila-pedido {
    width: 120px;
    height: 135px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contenido-fila-pedido {
    width: calc(100% - 135px);
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-contenido-fila-pedido {
    width: calc(100% - 10px);
    height: 15px;
    line-height: 15px;
    text-align: left;
    margin: 5px 0;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.texto-contenido-fila-pedido {
    width: calc(100% - 10px);
    height: auto;
    text-align: left;
    margin: 5px 0;
    margin-left: 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.precio-contenido-fila-pedido {
    width: calc(100% - 10px);
    height: 34px;
    margin: 5px 0;
    margin-left: 10px;
    line-height: 34px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
}

.subtotal-filas-pedido {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.texto-subtotal-filas-pedido {
    width: 50%;
    height: 18px;
    line-height: 18px;
    margin: 10px auto;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.numero-subtotal-filas-pedido {
    width: 50%;
    height: 18px;
    line-height: 18px;
    margin: 10px auto;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.letrero-cursiva {
    font-family: 'Monserrat', sans-serif;
    font-size: 17px;
    text-align: center;
    color: #747474;
    width: 90%;
    max-width: 800px;
    margin: 10px auto;
    opacity: 0.8;
    font-style: italic;
}

/********* STOCKS */

.filastock {
    width: 90%;
    max-width: 800px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    margin: 12px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    border-radius: 8px;
}

.foto-filastock {
    width: 40px;
    height: 40px;
    margin: 5px 10px;
    background-size: cover;
    background-position: center;
}

.nombre-filastock {
    width: calc(100% - 140px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 5px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    overflow: hidden;
}

.cantidad-filastock {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 4px 10px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #cecece;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #5b5b5b;
    border-radius: 8px;
}

.btnaplicar {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 110px);
    background-color: #04c724;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0px 0px 4px 0px #8f8f8f;
    -webkit-box-shadow: 0px 0px 4px 0px #8f8f8f;
    display: none;
}

.btnaplicar.active {
    display: block;
}