@font-face {
    font-family: "Product-Sans-Regular";
    src: url("../fonts/product-sans/Product-Sans-Regular.ttf");
}

* {
    font-family: "Product-Sans-Regular";
}

.image-upload>input {
    display: none;
}

.image-upload img {
    margin-top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.requerido {
    color: rgb(248, 19, 19);
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}

header {
    z-index: 999;
}

.img-logo-h {
    max-height: 40px;
}

.h-100vh {
    min-height: 100vh;
}

.height-main {
    min-height: calc(100vh - 180px);
}

.title-pages {
    text-transform: uppercase;
}

.f-8px {
    font-size: 8px;
}

.f-9px {
    font-size: 9px;
}

.f-10px {
    font-size: 10px;
}

.f-11px {
    font-size: 11px;
}

.f-12px {
    font-size: 12px;
}

.f-13px {
    font-size: 13px;
}

.f-14px {
    font-size: 14px;
}

.f-15px {
    font-size: 15px;
}

.f-16px {
    font-size: 16px;
}

.f-17px {
    font-size: 17px;
}

.f-18px {
    font-size: 18px;
}

.f-19px {
    font-size: 19px;
}

.f-20px {
    font-size: 20px;
}

.f-21px {
    font-size: 21px;
}

.f-22px {
    font-size: 22px;
}

.f-23px {
    font-size: 23px;
}

.f-24px {
    font-size: 24px;
}

.f-25px {
    font-size: 25px;
}

.f-26px {
    font-size: 26px;
}

.f-27px {
    font-size: 27px;
}

.f-28px {
    font-size: 28px;
}

.f-29px {
    font-size: 29px;
}

.f-30px {
    font-size: 30px;
}

.f-8pxi {
    font-size: 8px !important;
}

.f-9pxi {
    font-size: 9px !important;
}

.f-10pxi {
    font-size: 10px !important;
}

.f-11pxi {
    font-size: 11px !important;
}

.f-12pxi {
    font-size: 12px !important;
}

.f-13pxi {
    font-size: 13px !important;
}

.f-14pxi {
    font-size: 14px !important;
}

.f-15pxi {
    font-size: 15px !important;
}

.f-16pxi {
    font-size: 16px !important;
}

.f-17pxi {
    font-size: 17px !important;
}

.f-18pxi {
    font-size: 18px !important;
}

.f-19pxi {
    font-size: 19px !important;
}

.f-20pxi {
    font-size: 20px !important;
}

.f-21pxi {
    font-size: 21px !important;
}

.f-22pxi {
    font-size: 22px !important;
}

.f-23pxi {
    font-size: 23px !important;
}

.f-24pxi {
    font-size: 24px !important;
}

.f-25pxi {
    font-size: 25px !important;
}

.f-26pxi {
    font-size: 26px !important;
}

.f-27pxi {
    font-size: 27px !important;
}

.f-28pxi {
    font-size: 28px !important;
}

.f-29pxi {
    font-size: 29px !important;
}

.f-30pxi {
    font-size: 30px !important;
}

.br-1 {
    border-radius: 1px;
    overflow: hidden;
}

.br-2 {
    border-radius: 2px;
    overflow: hidden;
}

.br-3 {
    border-radius: 3px;
    overflow: hidden;
}

.br-4 {
    border-radius: 4px;
    overflow: hidden;
}

.br-5 {
    border-radius: 5px;
    overflow: hidden;
}

.br-6 {
    border-radius: 6px;
    overflow: hidden;
}

.br-7 {
    border-radius: 7px;
    overflow: hidden;
}

.br-8 {
    border-radius: 8px;
    overflow: hidden;
}

.br-9 {
    border-radius: 9px;
    overflow: hidden;
}

.br-10 {
    border-radius: 10px;
    overflow: hidden;
}

.br-11 {
    border-radius: 11px;
    overflow: hidden;
}

.br-12 {
    border-radius: 12px;
    overflow: hidden;
}

.br-13 {
    border-radius: 13px;
    overflow: hidden;
}

.br-14 {
    border-radius: 14px;
    overflow: hidden;
}

.br-15 {
    border-radius: 15px;
    overflow: hidden;
}

.br-16 {
    border-radius: 16px;
    overflow: hidden;
}

.br-17 {
    border-radius: 17px;
    overflow: hidden;
}

.br-18 {
    border-radius: 18px;
    overflow: hidden;
}

.br-19 {
    border-radius: 19px;
    overflow: hidden;
}

.br-20 {
    border-radius: 20px;
    overflow: hidden;
}

.jb-relative {
    position: relative;
}

button:focus {
    outline: none;
}

.jb-footer-login {
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    bottom: 0px;
    left: 0px;
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 3px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.p-header {
    padding-top: 75px;
}

@media (max-width: 425px) {
    .p-header {
        padding-top: 100px;
    }
}

.franja {
    width: 60px;
    height: 4px;
    background-color: #05beee;
}

.circule-main {
    width: 113.1px;
    height: 113.1px;
    background-color: #05beee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
}

.cm-2 {
    width: 182.1px;
    height: 182.1px;
}

.input-login:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #5f5f5f inset;
    -webkit-text-fill-color: #fff;
}

.chart-grafic-content {
    text-align: center;
}

.chart-grafic-content .chart-grafic-title {
    text-align: center;
    font-size: 18px;
}

.chart-grafic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-grafic .number {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27.1px;
}

.chart-grafic svg {
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    transform: rotate(135deg);
}

.chart-grafic svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 15;
    transform: translate(30px, 30px);
}

.chart-grafic svg circle:nth-child(2) {
    stroke-dasharray: 440;
    stroke-dashoffset: calc(440 - (440 * 75) / 100);
}

.chart-grafic svg #myGradient {
    transform: rotate(127deg);
}

.mdc-text-field {
    align-items: center;
}

.menu-left {
    width: 355px;
    height: calc(100vh - 75px);
}

@media (max-width: 1400px) {
    .menu-left {
        width: 320px;
    }
}

.menu-left__opciones {
    height: calc(100vh - (72px + 75px));
    background-color: #353535;
    padding: 40px 35px;
    overflow: auto;
}

.menu-left__btn {
    height: 72px;
    background-color: #7a7a7a;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.menu-left__btn:hover {
    background-color: #59d155;
    transition: all 0.2s;
}

.gj-datepicker-md {
    width: 100% !important;
    color: #ffffff;
    border-radius: 4px;
    background-color: #545454;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border: none;
}

.gj-textbox-md {
    border: none;
    color: #ffffff;
}

.gj-datepicker-md [role=right-icon] {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.options-agrupar {
    border-radius: 5px;
    margin-left: 3px;
    background-color: #5b5b5b;
    padding: 9px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.options-agrupar:hover {
    background-color: #59d155;
    transition: all 0.2s;
}

.content-derecho {
    width: calc(100% - 355px);
}

@media (max-width: 1400px) {
    .content-derecho {
        width: calc(100% - 320px);
    }
}

.menu-superior {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    background-color: #393939;
}

.item-menu-superior {
    border-radius: 100px;
    background-color: #5b5b5b;
    margin: auto 10px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.01;
    letter-spacing: 0.23px;
    color: #ffffff;
}

.item-menu-superior:hover {
    background-color: #59d155;
    color: #ffffff;
    text-decoration: none;
}

.item-menu-superior-active {
    background-color: #59d155;
    color: #ffffff;
    text-decoration: none;
}

.border-divisora {
    border-bottom: 2px solid #515151;
    width: 95%;
}

.select-app-oscuro {
    background-color: #545454 !important;
    border-color: #545454 !important;
    font-size: 14px;
    color: #ffffff !important;
}

.select-app-oscuro:active,
.select-app-oscuro:focus {
    background-color: #545454;
    border-color: #545454;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.modal-registro-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.modal-validationfail-header {
    background-color: #ff2828;
    width: 250px;
    height: 150px;
}

.modal-registro-header {
    background-color: #59d155;
    width: 250px;
    height: 150px;
}

.modal-exist-header {
    background-color: #f2d70d;
    width: 250px;
    height: 150px;
}

.modal-registro {
    width: 250px;
}

.modal-registro-body {
    padding: 20px;
}

.modal-registro-body {
    background-color: #ffffff;
}

.modal-registro-footer {
    background-color: #ccc;
    text-align: center;
    padding: 10px;
    color: #616161;
    cursor: pointer;
}

.modal-active-system {
    transition: all 0.3s;
    opacity: 1;
    z-index: 4;
}

.header-nuevo-chat {
    background-color: #59d155;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

.input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 40px;
    border-right: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: none;
    border-radius: 40px;
}

.caja-search {
    background-color: #ffffff;
    padding: 20px 20px;
}

.caja-char-items {
    height: calc(100vh - 220px);
    background-color: #323232;
}

.item-chat {
    display: flex;
    flex-wrap: wrap;
    background-color: #626262;
    align-items: center;
}

.barra {
    width: 5px;
    background-color: #ff7917;
    height: 70px;
}

.perfil {
    margin-left: 20px;
    width: 51px;
    height: 51px;
    background-color: #494949;
    border-radius: 50%;
}

.datos {
    width: calc(100% - 170px);
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.input-app {
    border-radius: 4px;
    background-color: #545454;
    border: none;
    outline: none;
    color: #fff;
    text-align: left;
    padding: 5px;
}

.header-chat-content {
    background-color: #626262;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.perfil-header-chat {
    width: 43px;
    height: 43px;
    background-color: #494949;
    border-radius: 50%;
    margin-left: 10px;
}

.nombre-chat-header {
    width: calc(100% - 200px);
}

.body-chat-content {
    height: calc(100vh - 208px);
    overflow: auto;
}

.mapa a {
    color: #ffffff;
}

.message-footer-chat {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.mensaje-chat {
    background-color: #626262;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.input-mensaje-chat {
    width: 75%;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 9px 20px;
    outline: none;
}

.loadingden {
    background: rgba(51, 51, 51, 1);
    border-radius: 5px;
    width: 450px;
    text-align: right !important;
    top: 140px;
    right: 6px;
    position: absolute !important;
    min-height: calc(100vh -170px) !important;
}

.envio {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.mapa-content-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transform: translateX(-100%);
    z-index: 2;
    opacity: 0;
}

.mapa-content-iframe iframe {
    height: 100%;
}

.activeMapa {
    transform: translateX(0%);
    opacity: 1;
}

.globo-chat {
    position: relative;
}

.globo-chat span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 14px;
}

.img-icon {
    width: 27px;
}

.input-app-material {
    border-bottom: solid 1px #ffffff;
    padding: 15px 5px;
    margin-top: 10px;
    outline: none;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}

.select-app-material {
    border-bottom: solid 1px #ffffff;
    margin-top: 10px;
    outline: none;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    height: 28px;
}


/* Chat containers */

.container-chat {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* Darker chat container */

.darker {
    border-color: #ccc;
    background-color: #ddd;
    border-radius: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* Darker chat container */

.greenchat {
    border-color: #ccc;
    color: #000000;
    background-color: #71c96e;
    border-radius: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* Clear floats */

.container-chat::after {
    content: "";
    clear: both;
    display: table;
}


/* Style images */

.container-chat img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}


/* Style the right image */

.container-chat img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}


/* Style time text */

.time-right {
    float: right;
    color: rgb(75, 75, 75);
    transform: translateY(-10px);
}


/* Style time text */

.time-left {
    float: left;
    color: rgb(73, 73, 73);
    transform: translateY(-10px);
}

.container-chat::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    top: 0px;
    left: -20px;
}

.darker::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 15px solid #ddd;
    border-bottom: 15px solid transparent;
    top: 0px;
    right: -20px;
    left: auto;
    border-left: none;
}

.greenchat::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 15px solid #6bd368;
    border-bottom: 15px solid transparent;
    top: 0px;
    right: -20px;
    left: auto;
    border-left: none;
}

.divMapaRegresar {
    position: absolute;
    z-index: 999;
    right: 0;
    background: #000;
    padding: 10px 20px;
}

@media (max-width: 425px) {
    .contenedor-login-wsp {
        width: 90% !important;
    }
}

.loaderPage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderPage .loader {
    font-size: 10px;
}

.loaderPage_active {
    z-index: 999999999;
    transition: all 0.5s;
    opacity: 1;
}

.amenazas .barra_menu {
    color: #fff;
}

.amenazas .lista-recursos {
    opacity: 1 !important;
    top: 51px !important;
    width: 333px !important;
    height: calc(100vh - 400px) !important;
}

.file-content {
    border-bottom: 2px solid #ccc;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.file-content input {
    font-size: 25px;
    border: none;
    display: block;
    width: 85%;
}

.file-content input:focus {
    border: none;
    outline: none;
}

.btn-bullet {
    display: flex;
    align-items: center;
    border: 3px solid #404040;
}

.btn-bullet i {
    cursor: pointer;
}

.deleteBullet {
    border: 3px solid #ff5757;
    transition: all 0.3s;
}

.editBullet {
    border: 3px solid #2993e0;
    transition: all 0.3s;
}

.bg-verde {
    background-color: #59d155;
    color: #ffffff;
}

.bg-white {
    background-color: #000000;
    color: #2e2e2e;
}

.bg-principal {
    background-color: #404040;
    color: #ffffff;
}

.bg-plomo {
    background-color: #606060 !important;
    color: #ffffff;
}

.bg-danger {
    background-color: #ff5757 !important;
    color: #ffffff;
}

.bg-plomo-oscuro {
    background-color: #2b2b2b !important;
    color: #ffffff;
}

.bg-tercero {
    background-color: #313131 !important;
    color: #ffffff;
}

.bg-menu-mapa-primary {
    background-color: #626262;
    color: #ffffff;
}

.bg-menu-mapa-primary:hover {
    background-color: #2993e0;
}

.bg-menu-mapa-danger {
    background-color: #626262;
    color: #ffffff;
}

.bg-menu-mapa-danger:hover {
    background-color: #ff2828;
}

.bg-menu-mapa-success {
    background-color: #626262;
    color: #ffffff;
}

.bg-menu-mapa-success:hover {
    background-color: #59d155;
}

.cl-blanco {
    color: #ffffff !important;
}

.cl-principal {
    color: #404040 !important;
}

.field-input-blanco .mdc-text-field__input {
    caret-color: #ffffff;
    color: #ffffff !important;
}

.field-input-blanco .mdc-notched-outline__leading,
.field-input-blanco .mdc-notched-outline__notch,
.field-input-blanco .mdc-notched-outline__trailing {
    border-color: #ffffff !important;
}

.field-input-blanco .mdc-checkbox__background {
    border-color: rgba(255, 255, 255, 0.7) !important;
}

.mdc-text-field--disabled .mdc-notched-outline__leading {
    border-color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-notched-outline__notch {
    border-color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled i {
    opacity: 0.38;
}

.jb-btn-danger {
    margin: 0px;
    border: none;
    background-color: #ff5757;
    border-radius: 4px;
    width: auto;
    padding: 5px 10px;
    color: #fff;
    outline: none;
}

.jb-btn-danger-block {
    margin: 0px;
    border: none;
    background-color: #ff5757;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    outline: none;
}

.jb-btn-cancel-block {
    margin: 0px;
    border: none;
    background-color: #737373;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    outline: none;
}

.jb-btn-verde-block {
    margin: 0px;
    border: none;
    background-color: #59d155;
    border-radius: 4px;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    outline: none;
}

.jb-btn-gris-radius {
    margin: 0px;
    border: none;
    background-color: #5e5e5e;
    border-radius: 40px;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    outline: none;
}

.jb-btn-blanco-radius {
    margin: 0px;
    border: none;
    background-color: #fd7e14;
    border-radius: 40px;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    outline: none;
}

.jb-btn-gris {
    margin: 0px;
    border: none;
    background-color: #5e5e5e;
    border-radius: 4px;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    outline: none;
}

.jb-btn-gris-celeste {
    margin: 0px;
    border: none;
    background-color: #05beee;
    border-radius: 40px;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    outline: none;
}

.box-border-header {
    border-radius: 4px;
    background-color: #313131;
    padding-top: 5px;
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    overflow: auto;
}

.box-border-header:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 2;
    height: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to right, #f23d90, #8035c5);
}

.box-border-header .box-header {
    padding: 30px 14px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 1400px) {
    .box-border-header .box-header {
        font-size: 15px;
    }
}

.box-border-header .box-body {
    padding: 0px 14px 14px 14px;
}

.box-border-header .box-body-item {
    border-radius: 4px;
    background-color: #5b5b5b;
    color: #ffffff;
    margin-bottom: 7px;
    padding: 8px 17px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.box-progres-intermedio {
    border-radius: 4px;
    background-color: #313131;
}

.box-progres-intermedio .box-header {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
}

.box-progres-intermedio .progress-line {
    width: 100%;
    height: 4px;
    background-color: #5b5b5b;
    position: relative;
}

.box-progres-intermedio .progress-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(to right, #f23d90, #8035c5);
}

.box-progres-intermedio .box-body {
    color: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 27px;
}

.box-header-color {
    border-radius: 4px;
    background-color: #515151;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.box-header-color::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    z-index: 3;
}

.box-header-color.header-verde::after {
    background-color: #59d155;
    z-index: 0;
}

.box-header-color.header-celeste::after {
    background-color: #05beee;
}

.box-header-color.header-negro::after {
    background-color: #000000;
}

.box-header-color.header-amarillo::after {
    background-color: #ffd542;
}

.box-header-color.header-rojo::after {
    background-color: #ff2828;
}

.box-header-color.header-rosado::after {
    background-color: #ffc9c9;
}

.box-header-color.header-naranja::after {
    background-color: #ff7917;
}

.box-header-color.header-azul::after {
    background-color: #1875ff;
}

.box-header-color.header-gradiente::after {
    background: linear-gradient(to right, #fc5261, #b62e9c);
}

.box-header-color.header-gradienteM::after {
    background: linear-gradient(to right, #52fc52, #b6b42e);
}

.pg-line-verde::after {
    background: #59d155 !important;
}

.theme-white header {
    background: #fff !important;
    color: #000;
    box-shadow: 0 0 16px -1px #000000bd;
}

.theme-white .img-header-logos {
    filter: invert(1);
}

.theme-white .img-icon,
.theme-white .img-number-icon {
    filter: invert(1);
}

.theme-white a {
    color: #000;
    text-decoration: none;
    background-color: #d9d9d9;
}

.theme-white .nav-tabs .nav-link {
    border: 1px solid #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.theme-white .card {
    background: #fff !important;
    color: #000 !important;
}

.theme-white .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #d9d9d9;
    border-bottom: 1px solid white;
}

.theme-white .nav-tabs .nav-item.show .nav-link,
.theme-white .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #404040;
    border-color: #404040 #404040 #404040;
}

.theme-white .img-prueba {
    background: #ffffff;
}

.theme-white .bg-custom-file-oscuro label {
    background-color: #ffffff !important;
    color: #404040 !important;
    outline: none;
    box-shadow: none;
}

.theme-white .bg-custom-file-oscuro .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #404040;
    background-color: #ffffff;
    border-left: 1px solid #404040;
    border-radius: 0 0.25rem 0.25rem 0;
    content: attr(data-browse);
}

.theme-white .box-border-header {
    border-radius: 4px;
    background-color: #fff;
    padding-top: 5px;
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    overflow: auto;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 11px 1px #a9a9a963;
}

.theme-white .box-border-header .box-body-item {
    border-radius: 4px;
    background-color: #d9d9d9;
    color: #424242;
    margin-bottom: 7px;
    padding: 8px 17px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.theme-white .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid white;
    border-radius: 0.25rem;
}

.theme-white h5#event-title a {
    background: #fff !important;
    color: #404040 !important;
}

.theme-white .circule-main {
    width: 113.1px;
    height: 113.1px;
    background-color: #05beee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.theme-white .box-progres-intermedio {
    border-radius: 4px;
    background-color: #d9d9d9;
    color: #404040 !important;
    box-shadow: 0 0 10px 2px #00000014;
}

.theme-white .box-progres-intermedio .box-header {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #515151;
}

.theme-white .menu-left {
    box-shadow: 0 0 10px 2px #0000004a;
}

.theme-white .menu-left__opciones {
    background: #fff;
    border-right: 1px solid #ccc;
}

.theme-white .menu-superior {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    background-color: #ffffff;
    box-shadow: 5px 0 10px 2px #0000004a;
}

.theme-white .box-header-color {
    border-radius: 4px;
    background-color: #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.theme-white .gj-datepicker-md {
    width: 100% !important;
    color: #515151;
    border-radius: 4px;
    background-color: #d9d9d9;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border: none;
}

.theme-white .options-agrupar {
    border-radius: 30px;
    margin: 5px;
    background-color: #d9d9d9;
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.theme-white .select-app-oscuro {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    font-size: 14px;
    color: #515151 !important;
}

.theme-white .box-progres-intermedio .box-body {
    color: #515151;
    padding: 15px;
    text-align: center;
    font-size: 27px;
}

.theme-white .bg-tercero {
    background-color: #d9d9d9 !important;
    color: #515151;
}

.theme-white .cl-blanco {
    color: #515151 !important;
}

.theme-white th {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d9d9d9;
    border: 1px solid #fff;
}

.theme-white td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ffffff;
    background: #d9d9d9;
}

.theme-white .item-menu-superior-active {
    background-color: #59d155 !important;
    color: #000000 !important;
    text-decoration: none;
}

.theme-white .item-menu-superior:hover {
    background-color: #59d155;
    color: #000000;
    text-decoration: none;
}

.theme-white .field-input-blanco .mdc-text-field__input {
    caret-color: #404040;
    color: #404040 !important;
}

.theme-white .field-input-blanco .mdc-notched-outline__leading,
.theme-white .field-input-blanco .mdc-notched-outline__notch,
.theme-white .field-input-blanco .mdc-notched-outline__trailing {
    border-color: #404040 !important;
}

.theme-white .field-input-blanco .mdc-checkbox__background {
    border-color: rgba(64, 64, 64, 0.7) !important;
}

.theme-white .options-agrupar:hover {
    background-color: #59d155;
    transition: all 0.2s;
}

.contenido-derecha {
    position: absolute;
    top: 75px;
    right: 5px;
    text-align: right;
}

.barra_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.barra_menu .content_buscador_direcicon {
    background-color: #626262;
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.barra_menu .content_buscador_direcicon .fa-search {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.barra_menu .content_buscador_direcicon input {
    background-color: transparent;
    border: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
}

.barra_menu .content_buscador_direcicon input::placeholder {
    color: #ffffff;
}

.barra_menu .content_buscador_direcicon input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.registro-denuncia {
    width: 650px;
    height: 0px;
    display: none;
    transition: all 0.5s;
    overflow: auto;
    outline: none;
}

.registro-denuncia:focus {
    outline: none;
}

.classMarkersPunto {
    background: rgba(41, 41, 41, 0);
    color: rgb(51, 51, 51);
    padding: 4px;
    font-size: 14px;
    width: 300px;
    height: 20px !important;
    font-weight: bold;
    border-radius: 5px;
    animation: parpadeoiconser 3s;
    -webkit-animation: parpadeoiconser 3s;
    -moz-animation: parpadeoiconser 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.classMarkersCurso {
    background: rgba(2, 155, 2, 0.85);
    color: #fff;
    padding: 4px;
    font-size: 9px;
    width: 120px;
    height: 20px !important;
    font-weight: bold;
    border-radius: 5px;
    animation: parpadeoiconser 3s;
    -webkit-animation: parpadeoiconser 3s;
    -moz-animation: parpadeoiconser 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}
.classMarkersBoton
{
    background: rgba(33, 33, 33, 0.85);
    color: #fff;
    padding:10px;
    font-size: 9px;
    width: auto;
    
    height: 22px !important;
    font-weight: bold;
    border-radius: 5px;
    animation: parpadeoiconser 3s;
    -webkit-animation: parpadeoiconser 3s;
    -moz-animation: parpadeoiconser 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}
.classMarkersCurso2 {
    background: rgba(219, 109, 6, 0.85);
    color: #fff;
    padding: 4px;
    font-size: 9px;
    width: 120px;
    height: 20px !important;
    font-weight: bold;
    border-radius: 5px;
    animation: parpadeoiconser2 1s;
    -webkit-animation: parpadeoiconser2 1s;
    -moz-animation: parpadeoiconser2 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
}

.classMarkersCurso3 {
    background: rgba(207, 6, 6, 0.85);
    color: #fff;
    padding: 4px;
    font-size: 9px;
    width: 120px;
    font-weight: bold;
    border-radius: 5px;
    animation: parpadeoiconser3 0.40s;
    -webkit-animation: parpadeoiconser3 0.40s;
    -moz-animation: parpadeoiconser3 0.40s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    height: 20px !important;
}

.divFloating {
    background: #404040;
    position: absolute;
    top: 146px;
    z-index: 7001;
    left: 29%;
    padding: 12px;
    display: none;
    border-radius: 5px;
    /* -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000; */
}

.tituloTablaR {
    background: #545454;
    border: #545454;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    height: 18px;
    border-radius: 0px 5px 5px 0px;
}

.contenidoTabla {
    color: #fff;
    padding-left: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(94, 94, 94, 0.20);
    -moz-box-shadow: 1px 1px 5px rgba(94, 94, 94, 0.20);
    height: 35px;
    opacity: 1;
    font-size: 11px;
}

.contenidoTabla:hover,
.contenidoTablasuave:hover {
    background: rgba(227, 227, 227, 1.00);
    color: #333;
    padding: 1px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 11px;
}

.listRecursosn {
    max-height: 250px;
    overflow: auto;
    width: 100%;
}

.tituloTablaList {
    color: #fff;
    font-weight: 100;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    text-transform: uppercase;
}

.tituloTablaI {
    background: #545454;
    border: #545454;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    height: 18px;
}

.tituloTabla {
    background: #545454;
    border: #545454;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    height: 18px;
}

.registro-cont {
    width: 450px;
    height: 0px;
    display: none;
    transition: all 0.5s;
    overflow: auto;
    outline: none;
}

.boxTotalday {
    background-color: #1377d3;
    height: 160px;
    width: 160px;
    border-radius: 100%;
    font-size: 45px;
}

.boxTotaldayd {
    background-color: #222;
    height: 160px;
    width: 160px;
    border-radius: 100%;
    font-size: 45px;
}

.registro-cont:focus {
    outline: none;
}

.registro-denuncia__active {
    height: calc(100vh - 150px);
    display: inline-block;
    transition: all 0.5s;
}

.btn-RD__active {
    background-color: #2993e0;
    color: #ffffff;
}

.btn-config__active {
    background-color: #ff2828;
}

.btn-listaRecursos__active {
    background-color: #59d155;
}

.Mapa-setings {
    width: 450px;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    overflow: auto;
    outline: none;
    position: absolute;
    top: 53px;
}

.Mapa-setings__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(157, 157, 157, 0.25);
}

.Mapa-setings__active {
    height: auto;
    max-height: calc(100vh - 200px);
    opacity: 1;
    transition: all 0.5s;
}

.contenedor-izquierda-delito {
    display: flex;
    position: absolute;
    top: 79px;
    flex-direction: column;
    justify-content: flex-start;
}

.contenedor-derecha-delito {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    height: 60px;
}

.panelMonitoringmap {
    position: absolute;
    z-index: 5000;
    width: 100%;
    overflow-x: hidden;
    display: ;
    bottom: 0px;
    /*  max-height: 300px; */
    height: 40%;
    background: rgba(51, 51, 51, 0.98);
    margin: 0 auto;
    border-radius: 15px 15px 0px 0px;
    padding: 10px;
}

.vinculoBot {
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.vinculoBot:hover {
    opacity: 0.5;
}

.contenido-izquierda {
    position: absolute;
    top: 75px;
    left: 5px;
}

.contenido-izquierda .content_buscador_direcicon {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.contenido-izquierda .lista-recursos {
    width: 404px;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    overflow: auto;
    outline: none;
    position: absolute;
    top: 58px;
    border-radius: 5px;
}

.contenido-izquierda .lista-recursos__active {
    height: auto;
    min-height: calc(100vh - 150px);
    opacity: 1;
    transition: all 0.5s;
}

.contenido-izquierda-bot {
    display: flex;
    overflow: auto;
    height: auto;
    flex-direction: column;
}

.contenido-izquierda-bot .content_buscador_direcicon {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.contenido-izquierda-bot .lista-recursos {
    width: 336px;
    opacity: 0;
    transition: all 0.5s;
    overflow: auto;
    outline: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    max-height: 500px;
    min-height: 500px;
}

.contenido-izquierda-bot .lista-recursos__active {
    height: auto;
    max-height: calc(100vh - 200px);
    opacity: 1;
    transition: all 0.5s;
}

.list-chat-wsp {
    width: 450px;
}

.modal-wsp {
    position: absolute;
    left: 0;
    /*width: 900px;*/
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
   
}

.modal-wsp__active {
    height: calc(100vh - 135px);
    opacity: 1;
    transition: all 0.5s;
}

.modal-wsp .perfil {
    margin-left: 15px;
}

.modal-wsp .datos {
    padding-left: 15px;
}

.modal-wsp .caja-search {
    background-color: transparent;
    padding: 20px 0px;
}

.modal-wsp .caja-search .input-group-text {
    background-color: transparent;
    color: #ffffff;
    outline: none;
}

.modal-wsp .caja-search .form-control {
    background-color: transparent;
    color: #ffffff;
}

.modal-wsp .caja-search .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.modal-wsp .caja-search .form-control::placeholder {
    color: #ffffff;
}

.modal-wsp .body-chat-content {
    background-color: #404040;
}

.contenido-chat {
    width: 420px;
    height: 0px;
    opacity: 0;
    transition: all 0.3s;
}

.contenido-chat__active {
    height: calc(100vh - 200px);
    opacity: 1;
    transition: all 0.5s;
}

.contenido-chat .header-chat-content {
    background-color: #343434;
}

.contenido-chat .perfil-header-chat {
    margin: 0px;
}

.contenido-chat .nombre-chat-header {
    color: #ffffff;
    width: calc(100% - 150px);
}

.contenidoTablaEvent {
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    color: #333;
    padding: 2px;
    font-weight: bold;
    background: rgba(255, 255, 255, 1.00);
}

.s {
    color: rgba(255, 229, 0, 1.00);
    padding: 2px;
    cursor: pointer;
    opacity: 1;
}

.contenidoTablaCursoSos {
    color: rgb(255, 94, 0);
    padding: 2px;
    cursor: pointer;
    opacity: 1;
    font-weight: bold;
}

.contenidoTablaCursoSosVe {
    color: rgb(24, 152, 238);
    padding: 2px;
    cursor: pointer;
    opacity: 1;
    font-weight: bold;
}

.itemSelected {
    color: rgb(24, 152, 238);
}

.labelsMarkersZona {
    color: #D13A00;
    padding: 3px;
    font-size: 18px;
    height: 35px;
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.labelsMarkersSector {
    color: rgb(32, 32, 32);
    padding: 3px;
    font-size: 15px;
    height: 35px;
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.contenidoTablaCurso:hover {
    background: rgba(255, 229, 0, 1.00);
    color: #333;
    padding: 2px;
    opacity: 0.5;
    cursor: pointer;
}

.contenidoTablaCursoAlta {
    color: #FF4848;
    padding: 2px;
    cursor: pointer;
    opacity: 1;
}

.contenidoTablaCursoAlta:hover {
    background: #FF4848;
    color: #fff;
    padding: 2px;
    opacity: 1;
    cursor: pointer;
}

.contenidoTablaCursoMedia {
    color: rgba(255, 229, 0, 1.00);
    padding: 2px;
    cursor: pointer;
    opacity: 1;
}

.contenidoTablaCursoMedia:hover {
    background: rgba(255, 229, 0, 1.00);
    color: #333;
    padding: 2px;
    opacity: 0.5;
    cursor: pointer;
}

.contenidoTablaCursoBaja {
    color: #BAFFF9;
    padding: 2px;
    cursor: pointer;
    opacity: 1;
}

.contenidoTablaCerrado {
    padding: 2px;
    cursor: pointer;
    opacity: 0.6;
}

.contenidoTablaCursoBaja:hover,
.contenidoTablaCerrado:hover {
    background: #BAFFF9;
    color: #333;
    padding: 2px;
    opacity: 1;
    cursor: pointer;
}

.contenidoTablasuave {
    color: #fff;
    padding: 2px;
    font-weight: bold;
    background: rgba(176, 174, 174, 0.06);
    opacity: 1;
}

.contenidoTablaCancel {
    color: #fff;
    padding: 2px;
    font-weight: bold;
    background: rgba(252, 0, 4, 0.23);
    opacity: 1;
}


/*# sourceMappingURL=app.css.map */