/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url("animate.css");
@import url("icons.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --main-color: #7b50b4;
    --main-color-dark: #62349d;
    --main-color-dark-dark: #1b1129;
    --main-color-light: #a081d6;
    --secondary-color: #165cc4;
    --secondary-color-dark: #0f3061;
    --secondary-color-light: #6fa6f9;
    --tertiary-color: #20242e;
    --tertiary-color-dark: rgb(22, 21, 32);
    --tertiary-color-light: #52596b;
    --text-color: #000;

    --bs-gray-100: #F9F9F9;
    --bs-gray-200: #F1F1F4;
    --bs-gray-300: #DBDFE9;
    --bs-gray-400: #C4CADA;
    --bs-gray-500: #99A1B7;
    --bs-gray-600: #78829D;
    --bs-gray-700: #4B5675;
    --bs-gray-800: #2d3448;
    --bs-gray-900: #181f34;
  
    --success-color: #2ed8b6;
    --success-color-light: #87dccb;
    --danger-color: #FF5370;
    --danger-color-light: #fb7b90;
    --info-color: #8950FC;
    --info-color-light: #a77dfb;
    --color-dark: #181824;
    --color-dark-light: #303043;
    --yellow-color: #d8ca2e44;
    --mapaOSM :    grayscale(70%)     invert(0%) hue-rotate(10deg) brightness(100%) contrast(100%);
     --mapOSMEstadisticas: grayscale(100%) sepia(55%) brightness(83%) hue-rotate(202deg) saturate(1000%) contrast(234%) ;
  
      
  }

  [tema="dark"] {
   --mapaOSM: grayscale(100%)  invert(100%) hue-rotate(200deg) brightness(80%) contrast(100%);
   
  }




  .leaflet-layer,
    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out,
    .leaflet-control-attribution {
      /*filter:  invert(100%) hue-rotate(200deg) brightness(80%) contrast(100%);*/
      filter: var(--mapaOSM)
      
    }

    .cont-map-estadisticas  .leaflet-layer,
    .cont-map-estadisticas .leaflet-control-zoom-in,
    .cont-map-estadisticas  .leaflet-control-zoom-out,
    .cont-map-estadisticas  .leaflet-control-attribution,
    .cont-map-detalle  .leaflet-layer,
    .cont-map-detalle .leaflet-control-zoom-in,
    .cont-map-detalle  .leaflet-control-zoom-out,
    .cont-map-detalle  .leaflet-control-attribution {
        filter: var(--mapOSMEstadisticas)
    }


    
.leaflet-popup-content img{
  width: 100%;
  height: 100%;
  margin: 10px 0;
  border-radius: 8px;
}

    

    .cambiarModo {
        display: none;
        
      }





body,
html {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif!important;
    background: #f2f5f6;

}



main {
  height: -moz-calc(100vh - (66px));
    height: -webkit-calc(100vh - (66px));
    height: calc(100vh - (60px));
    padding-bottom:50px
   
}
@media (max-width: 1366px) {
    main{
        height: calc(100vh - (60px));
    }
}



/* ------------------------------------ */



a {
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
    color: var(--main-color)!important;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration: none;
}



a:focus {
    outline: none !important;
}


a:hover {
    text-decoration: none;
    color: var(--main-color-dark)!important;
}
.hover1:hover{
    color: var(--main-color-light) !important;
}


.hover2:hover{
  color: #fff!important;
  box-shadow: inset 350px 0 0 0 #1c1c21 ;
}

a.hoverDanger{
  color: var(--danger-color)!important;
  border: 1px solid var(--danger-color);
  display: inline-block;
}


a.hoverDanger:hover{
  background-color: #fad4da!important;
}

.list-card-hover .hover3:hover{
  background: #ffffff!important;
  cursor:default
}


.hoverBlur:hover{
  -webkit-filter: blur(1px);
  filter: blur(1px);
}



.list-card-hover a{
  color:#000!important;
}

.list-card-hover  a.card-header:hover{
  color: var(--main-color-light) !important;
}



.list-card-hover  a.card-header:hover i{
  color: var(--main-color-light) !important;
}


.list-card-hover  a.card-body:hover {
  background-color:#eae9e9 ;
}


/* ------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-size: 0.875rem;
}

h1,
.h1 {
    font-size: 2.19rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*[ perfect scrollbar ]
-----------------------------------------------------------*/

.scroll-list .ps-scrollbar-y-rail{
    right:-0px!important
}
.listado-panel .ps-scrollbar-y-rail{
    right:2px!important
}
/*[ Botones ]
-----------------------------------------------------------*/

.btn-primary {
    color: #ffffff!important;
    border-color: var(--main-color)!important;
    background: var(--main-color)!important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff!important;
    background-color: rgba(106, 63, 156, 0.5)!important;
    border-color: var(--main-color)!important;
}


.btn-dark {
    color: #ffffff!important;
    border-color: #222222;
    background: #222222;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background-color: rgba(8, 8, 8, 0.5);
    border-color: #222222;
}


.btn-outline-white {
    color: #ffffff!important;
    border-color: #ffffff!important;
  }
  
  .btn-outline-white:hover {
    color: #fff!important;
    background-color: rgba(252, 252, 252, 0.5)!important;
    border-color: #ffffff!important;
  }
  .btn-outline-primary {
    color: var(--main-color);;
    border-color: var(--main-color);;
  }
  
  .btn-outline-primary:hover {
    color: var(--main-color-dark);
    background-color: rgba(167, 126, 215, 0.5);
    border-color:  var(--main-color-dark);
  }

  /* ANCHOS*/

  .w-40{
    width:40%
  }
/*[ Menu ]
===========================================================*/

.wrap_header {
    display: flex;
   
    width: 100%;

    background-color: var(--main-color);
    padding: 0px 20px;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header .wrap_header {
 
}

.btn-menu i{
    font-size: 30px;
}

.btn-menu:hover,.btn-menu:active,.btn-menu:focus {
    outline: none!important;
    box-shadow: none!important;
}



/*----------------------sidebar-menu-------------------------*/
.offcanvas-amd-menu {
    background-color: #dbdbdb;
    width: 345px;
  }
  
  .offcanvas-amd-menu .offcanvas-body {
    padding: 0px;
    overflow: hidden;
  }
  .offcanvas-header {
    margin-top: 60px;
    background-color: var(--main-color);
    padding-bottom: 0px;
  }
  
  .offcanvas-header .btn-close {
    color: #adc5e8;
  }
  
  .sidebar-menu {
    padding-bottom: 10px;

  
  }
  

  
  .btn-close-menu {
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--main-color-light)
  }
  
  .sidebar-menu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 20px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
  }
  
  .sidebar-menu ul li a:hover,
  .sidebar-menu ul li a:active,
  .sidebar-menu ul li a:focus {
    color: var(--tertiary-color-light)
  }
  
  .sidebar-menu ul li a i {
    margin-right: 10px;
  
    color: var(--main-color);
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
  }
  .sidebar-menu ul li a.active{
    border-left:5px solid  var(--main-color);
    color: var(--main-color);
   
  }

  
  .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
  }
  
  .sidebar-menu .sidebar-dropdown>a:after {
    font-family: 'Linearicons-Free';
    font-weight: 900;
    content: "\e876";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 27px;
    font-size: 13px;
  }
  
  
  
  .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
  }
  
  .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
  }
  
  .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\e68e";
    font-family: 'themify';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 15px;
  }
  
  .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active {
    background: var(--info-color-light);
    border-radius: 10px 0px 0 10px;
  }
  .sidebar-menu ul{
  
    padding-left: 0px;
  }
  .sidebar-menu ul li a span.label,
  .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
  }
  
  .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
  .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
  }
  
  .sidebar-menu .sidebar-submenu {
    display: none;
  }
  
  .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
  }
  
  
  .sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background-color: var(--main-color);
  
  }
  
  .sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
  
    line-height: 30px;
    position: relative;
    color: #fff;
    padding: 20px;
    display: block;
  }
  
  .sidebar-footer>a:hover {
    color: var(--main-color-light)
  }
/*[ margenes]
-----------------------------------------------------------*/

@media (min-width: 320px) {
    .mb-sm-15 {
        margin-bottom:15px !important;
      }

      .mt-sm-230{
        margin-top:230px !important;
      }
}

@media (min-width: 720px) {
    .mb-sm-15 {
        margin-bottom:0px !important;
      }
      .mt-sm-230{
        margin-top:0px !important;
      }
}

/*[ listado  con scroll]
-----------------------------------------------------------*/
.scroll-list{
overflow: hidden;
position: relative;
padding-right: 10px
}

/*[ bordes]
-----------------------------------------------------------*/

.bob-01{
    border-bottom: 1px solid #d3d5dd;
}

.bo-1{
    border:1px solid #ccc;
}
/*[ textos colores]
-----------------------------------------------------------*/

.text-c-01 {
    color: #c7b0c3;
}

.text-c-02 {
    color: var(--main-color);
}

.text-c-03 {
    color: rgb(163, 163, 163);
}

.text-c-04 {
    color: #dce7f5;
}

.text-c-05 {
    color: #0083c5;
}

.text-c-06 {
    color: #eca306;
}

.text-black {
    color: #000!important;
}
.text-verde{
    color:#01d279;
}

.text-rojo{
    color:#ec2b35;
}
/* textos grosor*/
.font-weight-bolder {
    font-weight: 700 !important;
}
.opacity-5 {
    opacity: 0.5 !important;
}


.text-c-bs-gray-600 {
    color: var(--bs-gray-600);
}
/*[ textos weight]
-----------------------------------------------------------*/

.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
/*[ textos tamaños]
-----------------------------------------------------------*/

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}
.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-25 {
    font-size: 25px;
}
.text-35 {
    font-size: 35px!important;
}
.text-50 {
    font-size: 50px;
}


.text-55 {
  font-size: 90px;
}


@media (max-width: 320px) {

 
  .text-55 {
    font-size: 55px;
  }
  
 
  
}

@media (max-width: 412px) {
  .text-55 {
    font-size: 55px;
  }
}



.text-100 {
  font-size: 100px;
}
.text-sm {
    font-size: 0.875rem !important;
}
.text-sm {
    line-height: 1.5;
}


/******circles*********/
.circle-xxs {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }
  .circle-xs {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }
  
  .circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }
  
  .circle-md {
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }
  
  .circle-lg {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }
  
  .circle-xlg {
    width: 180px;
    height: 180px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
  }

  
/************
 alertas
***********/

.alert {
    border: 1px dashed;
  }
  
  .alert-danger i {
    color: var(--bs-danger-active);
  }
  
  .alert-danger {
    border-color: var(--bs-danger-active);
  }
  
  .alert-warning i {
    color: var(--bs-warning);
  }
  
  .alert-warning {
    border-color: var(--bs-warning);
  }
  
  
  .alert-info i {
    color: var(--bs-info);
  }
  
  .alert-info {
    border-color: var(--bs-info);
  }

  
/********svg icons*/
.svg-icon.svg-icon-gray svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--bs-gray-600) !important;
  }
  
  .svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--bs-primary) !important;
  }
  
  .svg-icon.svg-icon-primary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  
  .svg-icon.svg-logo-primary svg path {
    fill: #3d5af1 !important;
  }
  
  .svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--bs-success) !important;
  }
  
  .svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--bs-warning) !important;
  }
  
  
  .svg-icon.svg-icon-info svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3d5af1 !important;
  }
  
  .svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #dc3545 !important;
  }
  
  .svg-icon.svg-icon-grey svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #bbc0c3 !important;
  }
  
  .svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff !important;
  }
  
  
  
  .svg-icon.svg-icon-sm svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  
  .svg-icon.svg-icon-md svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  
  .svg-icon.svg-icon-lg svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  
  .svg-icon.svg-icon-xl svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  
  .svg-icon.svg-icon-xxl svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  
  .svg-icon.svg-icon-1x svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  
  .svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  
  .svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  
  .svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  
  .svg-icon.svg-icon-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  
  .svg-icon.svg-icon-6x svg {
    height: 6rem !important;
    width: 6rem !important;
  }
  
  .svg-icon.svg-icon-7x svg {
    height: 7rem !important;
    width: 7rem !important;
  }
  
  .svg-icon.svg-icon-8x svg {
    height: 8rem !important;
    width: 8rem !important;
  }
  
  .svg-icon.svg-icon-9x svg {
    height: 9rem !important;
    width: 9rem !important;
  }
  
  .svg-icon.svg-icon-10x svg {
    height: 10rem !important;
    width: 10rem !important;
  }
  
/*[ textos variantes]
-----------------------------------------------------------*/

.text-bold {
    font-weight: 600;
}

/*[ fondos colores]
-----------------------------------------------------------*/

.bg-verde{
    background:#3bb17a;
}

.bg-rojo{
    background:#d13c44;
}

.gradient01{
   
        background: rgb(66,2,193);
        background: linear-gradient(0deg, rgba(66,2,193,1) 0%, rgba(76,40,184,1) 20%, rgba(97,63,170,1) 48%, rgba(113,83,140,1) 100%);
  
}


.gradient02{
   
    background: var(--main-color);
    background: linear-gradient(0deg, var(--main-color-dark) 0%, var(--main-color-dark) 20%, var(--main-color) 48%, var(--main-color) 100%);

}
.gradient03{

 
    background: radial-gradient(circle,  var(--main-color) 10%, var(--main-color-dark) 40%, var(--main-color-dark) 65%, var(--main-color-dark-dark) 100%);
    background: -webkit-radial-gradient(left 90%, var(--main-color) 10%, var(--main-color-dark) 40%, var(--main-color-dark) 65%, var(--main-color-dark) 100%);

    background:radial-gradient(at left 90%, var(--main-color) 10%, var(--main-color-dark) 40%, var(--main-color-dark) 65%, var(--main-color-dark-dark) 100%);
  


}
.bg-01{
    background:#9170e3!important;
}

.bg-02{
    background:#1c1c21!important;
}

/*[ Logo ]
-----------------------------------------------------------*/

.logo {
    display: block;
/*    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.logo img {
    max-height: 45px;
}

/*[ Menu ]
-----------------------------------------------------------*/

.main_menu {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main_menu>li {
    display: block;
    position: relative;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}

.main_menu>li>a {
    display: inline-block;
    text-align: center;
    color: #c7b0c3;
    padding: 0;
    text-decoration: none
}

.main_menu>li>a:hover {
    color: #c7b0c3;
    text-decoration: none
}

.main_menu>li>a>span {
    font-size: 14px
}

.main_menu>li>a>i {
    font-size: 18px
}

a.link-active.active {
    color: #fff;
}

.main_menu>li:hover>a {
    text-decoration: none;
}

.main_menu li {
    position: relative;
}

.main_menu>li:hover>.sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

.main_menu>li>.sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub_menu li:hover>.sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu li {
    /*   transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;*/
}

.sub_menu li,
.sub_menu a {
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
}

.sub_menu>li:hover>a {
    color: #a9519a;
    text-decoration: none;
}

/* ------------------------------------ */

.header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapicon1 {
    height: 27px;
    position: relative;
}

.header-icons a {
    font-size: 16px;
    color: rgb(240, 240, 240);
    cursor: pointer;
}

.header-icon1:hover,
.header-icon2:hover {
    cursor: pointer;
}

.linedivide1 {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px;
}

.icon-hello {
    font-size: 22px;
    line-height: normal;
    color: rgb(221, 221, 221);
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/

.header1 {
    height: 66px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header {
    height: 79px;
}

/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
    width: 100%;
    top: 2 !important;
    left: 0;
    position: fixed;
    z-index: 2000;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
}

/*[ Header user links ]
-----------------------------------------------------------
*/

.header-user-links {
    position: absolute;
    z-index: 1100;
    width: 235px;
    top: 170%;
    right: 0px;
    padding: 10px 20px;
    border-top: 3px solid var(--main-color);
    background-color: white;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.show-header-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.fixed-header .header-user-links {
    top: 160%;
}

.header-user-links-wrapitem {
    max-height: 270px;
    overflow: auto;
}

.header-user-links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-user-links-item i {
    font-size: 18px;
    margin-right: 10px;
}

.header-user-links-item {
    color: #000 !important;
}






/*[ btn show menu ]
-----------------------------------------------------------*/

.btn-show-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.hamburger {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 5px;
}

/*[ Header icon mobile ]
-----------------------------------------------------------*/

.header-icons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.linedivide2 {
    display: block;
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.header-icons-mobile .header-cart {
    width: 300px;
    top: 190%;
    right: -80px;
    z-index: 1100;
    transform-origin: top right;
}

.header-icons-mobile .header-user-links {
    width: 210px;
    top: 85px;
    right: 85px;
    z-index: 1100;
    transform-origin: top center;
}

/*[ Menu mobile ]
-----------------------------------------------------------*/

.wrap-side-menu {
    width: 100%;
    background-color: white;
    display: none;
    z-index: 2;
    position: absolute;
}

.side-menu {
    width: 100%;
}

.side-menu li {
    list-style-type: none;
}

.side-menu .main-menu {
    margin-bottom: 0;
}

.side-menu ul.main-menu {
    padding: 0px;
}

.item-menu-mobile {
    background-color: #f9fafa;
}

.item-menu-mobile a {
    display: block;
}
.item-menu-mobile {
    background-color: #f9fafa;
}


.side-menu .main-menu>li>a {
    padding-left: 30px;
    font-size: 15px;
    color: #000;
    line-height: 2.86;
    display: flex;
    align-content: center;
    align-items: center;
}

.side-menu .main-menu>li a span {
    font-size: 16px;
}

.side-menu .main-menu>li a i {
    font-size: 25px;
    line-height: normal;
}

.item-menu-mobile a.link-active.active {
    color: #7c538f!important;
}
.side-menu .main-menu>a.link-active.active {
    color: #7c538f;
}

.side-menu .main-menu>li {
    color: #000;
    position: relative;
    padding: 10px 0;
}

.side-menu .main-menu .arrow-main-menu {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 10px;
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu:hover {
    cursor: pointer;
}

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 2.5;
}

.side-menu .sub-menu>li {
    padding: 10px;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #a9519a !important;
}

.side-menu .sub-menu {
    background-color: white;
    display: none;
}

@media (min-width: 992px) {
    .wrap-side-menu {
        display: none;
    }
}

/*[ preloader ]
-----------------------------------------------------------
*/

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(255, 255, 255, 0.7) url(../images/preload.svg) no-repeat center center;
}


/*********
spinner preload
***************/

.preload-spinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.5) url(../images/spinner-preloader.svg) no-repeat center center;
    border-radius: 5px;
  }

/*[ Page sidebar ]
-----------------------------------------------------------
*/

.container1-page {
    margin-left: 320px;
}

.hidden-lg {
    display: none;
}

@media (max-width: 992px) {
  
 
    .top-bar {
        display: none;
    }
    header {
        height: auto !important;
    }
    .container1-page {
        margin-left: 0px;
    }
    .hidden-xs {
        display: none;
    }
    .hidden-lg {
        display: block;
    }
}

/*[ anchos y altos ]
-----------------------------------------------------------*/

.w-min-200 {
    min-width: 200px;
}

/*[ Mapa ]
===========================================================*/

#map {
    height: 100%;
    width: 100%;
}

.cont-map {
    /*height: calc(100% - (60px));*/
    overflow: hidden;
    height: 100%;
}

.cont-map-detail{
    height: 285px;
}


.cont-map-estadisticas{
    height: 385px;
}




@media (max-width: 1366px) {
    .cont-map-estadisticas{
        height: 285px;
    }
}



.gmnoprint .gm-style-mtc button{
    background: none padding-box #7c538f!important;
    display: table-cell;
    border: 0px;
    margin: 0px;
    padding: 0px 10px;
    text-transform: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    color: #fff!important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 86px;
    font-size: 13px!important;
}


img[alt="Google"]{
    display: none;
}
.gmnoprint[role="menubar"]{
    left:15px!important;
    z-index: 1000000000;
}

.gmnoprint .gm-style-cc{
    display: none;
}

.gmnoprint.gm-style-cc{
    display: none;
}
.gmnoprint .gm-style-mtc button[aria-checked="true"]{

 background: none padding-box #51315f!important;
}


.gm-style-iw.gm-style-iw-c{
    padding:20px;
    min-width: 300px!important;
}

.gm-ui-hover-effect[aria-label="Close"]{
    top: -3px !important;
    right: 21px !important;
}

.gm-ui-hover-effect[aria-label="Close"] img{
    width: 28px!important;
    height: 28px!important;
}

/*filtro del mapa*/
.filter-map-btn{


background: #fff;
position: absolute;
top: 90px;
left: 58px;
  z-index: 1000;


}


.filter-map-btn i{


    font-size: 25px;
    }



.filter-map {
    width: 100%;
    height: 60px;
    z-index: 100;
    background: rgba(37, 37, 41, 1);
    /* position: fixed; */
    padding: 0px 25px;
}

.filter-map-right {
    padding-right: 250px;
}

.filter-map .dropdown button {
    background: rgba(82, 80, 91, .75);
    color: #fff;
    text-decoration: none;
    outline: none;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px
}

.filter-map .dropdown button:hover {
    background: rgba(82, 80, 91, .75);
    color: #fff;
}

.dropdown-filter-map {
    top: 10px !important;
}


/***************
progress bar
******************/

.progress-bar.grey {
    background-color: #cccccc !important;
}

.progress-bar.blue {
    background-color: #188ae2 !important;
}

.progress-bar.green {
    background-color: #0da97d !important;
}

.progress-bar.red {
    background-color: #ff005e !important;
}

.progress-bar.orange {
    background-color: #f1bc0e !important;
}

.progress.progress-sm {
    width: 130px;
    height: 4px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    margin-top: 5px;
}


@media (max-width: 1366px) {
    .progress.progress-sm {
        width: 80px;
    }
    .progress-details .title span{
        font-size:14px!important
    }
}

.progress.progress-sm.progress-small {
    height: 2px;
}

.progress-bar.progress.progress-sm {
    height: 4px;
    border-radius: 30px;
}

.progress-bar.progress-sm.progress-bar-small {
    height: 2px;
}

.progress-details .title {
    margin-bottom: 0;
}

.progress-details .title span {
    font-size: 16px;
    color: #ffffff;
    display: block;
   
}



.progress-details .number {
    color: #cccccc;
    font-size: 2.2rem;
}



/**********
badges labels
***************/

.label-danger {
    background: #FF5370
  }
  
  .label-success {
    background: var(--success-color)
  }
  
  .label-grey {
    background: #ccc
  }
  
  .label {
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 2px 7px;
    margin-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  
  .label-default {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  
  .label-inverse-default {
    border: 1px solid;
    border-color: #e0e0e0;
    color: #e0e0e0 !important;
  }
  
  .label-inverse-primary {
    border: 1px solid;
    border-color: var(--main-color);
    color: var(--main-color) !important;
  }
  
  .label-inverse-success {
    border: 1px solid;
    border-color: var(--success-color);
    color: var(--success-color) !important;
  }
  
  
  
  
  .label-inverse-warning {
    border: 1px solid;
    border-color: #f1c40f;
    color: #f1c40f !important;
  }
  
  .label-inverse-danger {
    border: 1px solid;
    border-color: #FF5370;
    color: #FF5370 !important;
  }
  
  
  
  .label-inverse-red {
    border: 1px solid;
    border-color: #FF5370;
    color: #FF5370 !important;
  }
  
  
  
  
  .label-inverse-info {
    border: 1px solid;
    border-color: var(--info-color);
    color: var(--info-color) !important;
  }
  
  .label-inverse-info-border {
    border: 1px solid;
    border-color: #222;
    color: #222 !important;
  }
  
/*[ widgets ]
-----------------------------------------------------------
*/

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

.symbol.symbol-45 .symbol-label {
    width: 25px;
    height: 30px;
}

.symbol.symbol-01 .symbol-label {
    background-color: #dce7f5;
    color: #16a3db;
}

.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}

.widget1 {
    background: #a9519a;
    border-radius: 0.42rem;
}

/*[ Dropdown ]
-----------------------------------------------------------
*/

.dropdown-item {
    padding: 15px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b2adb4
}

.dropdown-header {
    border-bottom: 1px solid #d8cfdb;
}

/*[ LISTADOS ]
-----------------------------------------------------------
*/

.scrollable-container-sidebarMap {
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 30px;
}

@media (max-width: 992px) {
    .scrollable-container-sidebarMap {
        bottom: 130px;
    }
}



  
  .hover-01:hover {
    background:rgba(255, 255, 255, 0.7)

}


.hover-02:hover {
    background: #141518
}



a.item-listado{
    background:#ffffff;
    border-radius:5px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color:#000;
   
}

.item-listado{
    background:#ffffff;
    border-radius:5px;
    padding:10px;
   
}

.item-list{
    background:#ffffff;
    border-radius:2px;
    padding:10px;
    border: 1px solid #dbdbdb;
}


a.item-list {
   
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

a.item-list:hover {
    background: #dcdee0
}

.item-list {
    padding: 10px;
}
/*formularios*/



/**************
file upload
*****************/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .inputfile+label {
    width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* padding: 0.625rem 1.25rem; */
    /* 10px 20px */
    position: relative;
    border: 0px;
    background-color:#F1F1F4;
    border-radius: 6px;
  }
  
  .inputfile:focus+label,
  .inputfile.has-focus+label {
    outline: 1px dotted #ccc;
    outline: -webkit-focus-ring-color auto 5px;
  }
  
  .inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
  }


  .inputfile-green+label {
    color: #d9dcdf;
  }
  
  .box.is-invalid .inputfile-green {
    border: 1px solid #23272b;
    /* background-color: #f1e5e6;*/
    padding: 0;
    border-radius: .25rem;
    height: 40px;
    margin: 0px;
  }
  
  
  .is-invalid .inputfile-green+label {
    border: 1px solid #FF5370;
    background-color: #f1e5e6;
    padding: 0;
    border-radius: .25rem;
    height: 40px;
    margin: 0px;
  }
  
  .inputfile-green:focus+label,
  .inputfile-green.has-focus+label,
  .inputfile-green+label:hover {
    border: 0px;
  
  }
  
  .inputfile-green+label span,
  .inputfile-green+label p {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
  }
  
  .inputfile-green+label span {
    width: 250px;
    min-height: 40px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-size: 15px;
    color: var(--color-dark-light);
    font-weight: 400;
  }
  
  .inputfile-green+label p {
    height: 100%;
    color: white;
    background-color: var(--color-dark);
    display: inline-block;
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 500;
    font-size: 15px;
  }
  
  .inputfile-green:focus+label p,
  .inputfile-green.has-focus+label p,
  .inputfile-green+label:hover p {
    background-color: var(--main-color);
    color:white;
    outline: none;
  }
  
  .inputfile-green:focus+label,
  .inputfile-green.has-focus+label,
  .inputfile-green+label:hover {
    background-color: #F1F1F4;
    outline: none;
  
  }
  
  @media screen and (max-width: 50em) {
    .inputfile-green+label p {
      display: block;
    }

    
  .inputfile-green+label p {
   
   display:none
  }
  }
  

.dropdown-toggle::after {
    display:none;
}

select.bg-transparent option{
    color: #000!important;
}



.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ae86fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(109, 13, 253, 0.25)
}
/*[ switch tamaños ]
-----------------------------------------------------------
*/

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

/* switch violeta*/

.form-check-input.violet:checked {
    background-color: #b88dc0;
    border-color: #ccc;
    box-shadow: 0 0 0 0.2rem rgba(206, 47, 255, 0.25) !important;
}

.form-switch .form-check-input.violet {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='purple'/%3e%3c/svg%3e");
    border: 1px solid rgba(0, 0, 0, .25);
}

.form-switch .form-check-input.violet:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='purple'/%3e%3c/svg%3e");
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .25);
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  height: 100%;
   
}

#wrapper.toggled {
    padding-right: 620px;
}

#sidebar-wrapper {
    z-index: 1000;
    right: 700px;
    width: 0;
    height: 100%;
    margin-right: -700px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #d2d2d3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom:0px;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 700px;
    z-index: 1;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -700px;
}

@media (max-width: 992px) {
    #wrapper.toggled {
        padding-right: 360px;
    }
    #sidebar-wrapper {
        right: -0px;
        right: 360px;
        margin-right: -360px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 360px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: -360px;
    }
}

/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/

.fixed-side {
    position: fixed;
    top: 66px;
    right: 0;
    z-index: 1030;
}

@media (max-width: 992px) {
    .fixed-side {
        top: 85px;
    }
}

.navbar {
    padding: 0;
}

.sidebar-panelMap {
  /*  position: absolute;*/
    top: 79px;
    width: 700px;
    margin: 0;
    padding: 0;
 /*   bottom: 0px;*/
    list-style: none;
}



.sidebar-header {
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0px 15px; 
    height: 165px ;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom, var(--main-color) 50%, #7250ad 50%);
    padding-top: 1em;
}

.sidebar-brand a {
    color: #ddd;
}

.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-body {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    height: 80vh;
    box-shadow: none;
    bottom: 20px;
}

.sidebar-body .title h1 {
    font-size: 20px;
}

/*-------------------------------*/

/*      side panel mapa        */

/*-------------------------------*/

.sidePanel-Map {
   /* background: rgba(82, 80, 91, .75);*/
    color: #fff;
    text-decoration: none;
    outline: none;
 /*   width: 38px;
    height: 38px;    border-radius: 100%;*/
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0px 15px;
    line-height: 35px;
    background: var(--main-color-dark);
    border: 0px;
}

.sidePanel-Map:hover,
.sidePanel-Map:active, 
.sidePanel-Map:focus {
    background: var(--main-color-dark);
    color: #fff;
    box-shadow: none;
}






/*-------------------------------*/

/*      Patentes        */

/*-------------------------------*/
.patente-bk.nueva {
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 0 5px;
    border-radius: 6px;
    border-top: 15px solid #2965d5;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
      border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
   
}

.patente-bk.vieja {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 18%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 83%, rgba(255,255,255,1) 84%);
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
  
    border: 1px solid #ccc;
    font-size: 18px;
   
 
}








/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    position: relative;
    z-index: 1;
  }
  
  .container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #7c538f;
    background: -webkit-linear-gradient(bottom, #7c538f, var(--main-color));
    background: -o-linear-gradient(bottom, #7c538f, var(--main-color));
    background: -moz-linear-gradient(bottom, #7c538f, var(--main-color));
    background: linear-gradient(bottom, #7c538f, var(--main-color));
    opacity: 0.9;
  }
  
  .wrap-login100 {
    width: 390px;
    background: transparent;
  }
  
  
  
  /*------------------------------------------------------------------
  [  ]*/
  .login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .login100-form-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
  
    width: 100%;
    display: block;
  }
  
  /*---------------------------------------------*/
  .login100-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }
  .login100-form-avatar img {
    width: 100%;
  }
  
  
  /*---------------------------------------------*/
  .wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .input100 {
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    border:0px;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 5px;
    padding: 0 30px 0 53px;
  }
  
  
  /*------------------------------------------------------------------
  [ Focus ]*/
  .focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px rgba(168, 0, 234, 0.6);
    color: rgba(168, 0, 234, 0.6);

  }
  
  .input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
    box-shadow: 0px 0px 0px 0px rgba(168, 0, 234, 0.6);
    border: 1px solid  rgba(168, 0, 234, 0.6);
  }
  
  @-webkit-keyframes anim-shadow {
    to {
      box-shadow: 0px 0px 80px 30px rgba(168, 0, 234, 0.6);
      opacity: 0;
    }
  }
  
  @keyframes anim-shadow {
    to {
      box-shadow: 0px 0px 80px 30px rgba(168, 0, 234, 0.6);
      opacity: 0;
    }
  }
  
  .symbol-input100 {
    font-size: 15px;
    color: #999999;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .input100:focus + .focus-input100 + .symbol-input100 {
    color: #00c6fb;
    padding-left: 23px;
  }
  



  /*******************************
  toast
  ***************************/

  .bg-danger .toast-header{
      background-color: #e46b77;
      color:#000;
  }

  .bg-success .toast-header{
    background-color: #3bb17a;
    color:#000;
}
.bg-primary .toast-header{
    background-color: #3c88fa;
    color:#000;
}






/******************cards******************/

.card {
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  }

  .card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}
  
  .card .card-header {
    padding: 1.5rem;
    background-color: #fff;
  }
  


.card-header:first-child {

    border-radius: 0.5rem 0.5rem 0 0;
  

}
  .card .card-body {
 
    padding: 1.0rem;
  }
  
  .card.card-plain {
    background-color: transparent;
    box-shadow: none;
  }
  
  .card .card-footer {
    padding: 1.5rem;
    background-color: transparent;
  }



/*[ avatars ]
-----------------------------------------------------------
*/

.img-circle {
    border-radius: 50%;
}

.img-avatar{
    width: 45px;
    height: 45px;
    object-fit: cover;
 
}


.symbol-50 .symbol-label {
    width: 50px;
    height: 50px;
    display: inline-block; 
    line-height: 50px;
    border-radius: 0.42rem;
}




/*[ empty state ]
-----------------------------------------------------------
*/
.empty-height-80 {
    height:80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.empty-img{
    height:30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*****
opacity
*/

.opacity-1{
    opacity: 0.9;
}


/*----------------------
detalle operativo
----------------------*/

/*detalle operativo*/


.img-header-card img {
    object-fit: cover;
    width: 100%;
    height: 45vh;
    /*border-radius:  0 0 0.8rem 0.8rem;*/
  }
  
   
  .img-header-card{
  width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 0;
    position: absolute!important;
  }
  


/*


.img-header-card{
    background: rgb(66,2,193);
    background: linear-gradient(0deg, rgba(66,2,193,1) 0%, rgba(76,40,184,1) 20%, rgba(97,63,170,1) 48%, rgba(113,83,140,1) 100%);
    height: 26vh;
    padding:0px!important;
    position:relative;
}
.img-header-card img{
    object-fit: cover;
    width: 100%;
    height: 26vh;
    border-radius: 0.5rem 0.5rem 0 0;
  
}
*/

.nombreOperativo{
    position: absolute;
    top:100px;
    background:rgba(255, 255, 255, .70);
    width: 100%;
    padding:15px 25px;
}


.nombreOperativo h2{
    font-size: 25px;
  
    color:#000; 
}






/* infinit scroll*/

.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
  }
  
  .loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }
  
  .loader-ellips__dot:nth-child(1),
  .loader-ellips__dot:nth-child(2) {
    left: 0;
  }
  .loader-ellips__dot:nth-child(3) { left: 1.5em; }
  .loader-ellips__dot:nth-child(4) { left: 3em; }
  
  @keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
  }
  
  @keyframes slide {
    to { transform: translateX(1.5em) }
  }
  
  .loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
  }
  
  .loader-ellips__dot:nth-child(2),
  .loader-ellips__dot:nth-child(3) {
    animation-name: slide;
  }
  
  .loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
  }




  
/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
    z-index: 3;
    color: var(--main-color-light) !important;
    background-color: transparent;
    border: 0px;
    font-weight: 600;
}

.pagination .page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .page-link:hover {
    color: rgba(44, 105, 255, 0.5);
    ;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
    border: 0px;
}



.version-app{
    left:0px;
   
    z-index: 3;
    bottom:20px;
    transform: rotate(-90deg);
    font-size: 10px!important;
}
.version-app p{
   
    font-size: 10px!important;
    color:#fff;
}






.skeleton-loader {
    width: 100%;
    height: 5px;
    display: block;
    background: linear-gradient(	  
        to right,
        rgba(35, 40, 92, 0),
        rgba(123, 124, 127, 0.745) 50%,
        rgba(35, 40, 92, 0) 80%
      ),
      rgb(195, 197, 199);
    background-repeat: repeat-y;
    background-size: 200px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;	  
  }
  @keyframes shine {	
    to {
      background-position: 100% 0, /* move highlight to right */ 0 0;
    }
  }



  /** magnific pop up*/

  .mfp-bg{
    z-index:3000;
  }

  .mfp-wrap{
    z-index:3001;
  }







  
/************
sweet alert
***********/

.swal-button.swal-button--confirm {
    background-color: var(--main-color);
    border-color: var(--bs-primary);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  
  
  .swal-button.swal-button--confirm:hover,
  .swal-button.swal-button--confirm:active,
  .swal-button.swal-button--confirm:focus {
    background-color: var(--main-color-dark);
    border-color: var(--main-color-dark);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  

  .swal-button.swal-button--confirm.btn-danger {
    background-color: var(--danger-color)!important;
    border-color:  var(--danger-color)!important;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }

  .swal-button.swal-button--confirm.btn-danger:hover,
  .swal-button.swal-button--confirm.btn-danger:active,
  .swal-button.swal-button--confirm.btn-danger:focus {
    background-color: var(--danger-color-light)!important;
    border-color: var(--danger-color-light)!important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  
  .swal-footer {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .sweet-alert button.confirm:focus {
    -webkit-box-shadow: none;
    border-color: var(--bs-gray-800);
    box-shadow: none;
    color: #fff;
    background-color: var(--bs-gray-800);
  }
  
  .swal-button.swal-button--cancel {
    background-color: var(--bs-gray-800);
    border-color: var(--bs-gray-800);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  
  .swal-button.swal-button--cancel:hover {
    background-color:var(--bs-gray-900);
    border-color: var(--bs-gray-900);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }














  
/*--------------------------------------------------------------
# SWIPER
--------------------------------------------------------------*/
.hero-slider {
 /* height: 100vh;*/
}



.img-swipper{
  object-fit: cover;
  height: 500px;
}


@media (max-width: 320px) {

 
 
  .img-swipper{
    object-fit: cover;
    height: 300px;
  }
  
 
  
}

@media (max-width: 412px) {
  .img-swipper{
    object-fit: cover;
    height: 200px;
  }
}



.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height:  80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 80px!important;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}




@media (max-width: 320px) {

 
  .gallery-thumbs {
   display:none
  }
  
 
  
}

@media (max-width: 412px) {
  .gallery-thumbs {
    display:none
   }
}



.hero-content-wrap {
  min-height: 700px;
  position: relative;
  color: #fff;

  background-size: cover;
  background-position: center;
}

.hero-content-overlay {
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}


@media (max-width: 320px) {

 
 
     .hero-content-overlay h1 {
      
         font-size: 40px;
     
     }
     
    
     
 }

 @media (max-width: 412px) {
  .hero-content-overlay h1 {
      
      font-size: 40px;
  
  }
}

@media (max-width: 414px) {
  .hero-content-overlay h1 {
      
      font-size: 40px;
  
  }
}

@media (max-width: 768px) {
  .hero-content-overlay h1 {
      
      font-size: 40px;
  
  }
}


.hero-content-overlay p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
/*
.hero-slider .pagination-wrap {
  top: 50%;
  left: 0;
  z-index: 99;
  width: 120px;
  margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
  width: 120px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  color: #aaaaaa;
  background: transparent;
  opacity: 1;
  text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #1274ed;
  border-color: #1274ed;
}*/

@media screen and (max-width: 1400px) {
 /* .hero-slider .swiper-pagination-bullet {
      width: 30px;
  }*/
}

@media screen and (max-width: 576px) {
 /* .hero-slider .pagination-wrap {
      top: auto;
      bottom: 60px;
      margin-top: 0;
  }

  .hero-slider .swiper-pagination-bullet {
      width: 30px;
      margin-left: 15px;
  }*/
}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  position: absolute !important;
  left:0;
  bottom:auto;
  top:0 !important;
  -ms-touch-action: none;
  background: none
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;

}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}



/* esta en operativo y logueado*/
.markerPdaActiva {
  position: relative;         /* Posición relativa para la flecha */
  width: 50px;                /* Ancho del marcador */
  height: 50px;               /* Alto total del marcador (imagen + flecha) */
  text-align: center;         /* Centrar contenido */
  background-color: transparent; /* Fondo transparente para el área extra */
}

.markerPdaActiva img {
  width: 50px!important;                /* Tamaño de la imagen (igual al ancho del marcador) */
  height: 50px;               /* Tamaño de la imagen */
  border-radius: 50%;         /* Imagen redonda */
  border: 5px solid #38b887;     /* Borde blanco alrededor de la imagen */
  box-shadow: 1px 3px 3px rgba(0,0,0,0.5); /* Sombra */
  object-fit: cover;          /* Asegura que la imagen cubra todo el espacio */
}

.markerPdaActiva:after {
  content: '';                /* Triángulo para la flecha */
  position: absolute;         /* Posicionamiento absoluto para la flecha */
  bottom: -8px;                  /* Colocar la flecha en la parte inferior */
  left: 50%;                  /* Centrar la flecha horizontalmente */
  transform: translateX(-50%);/* Ajustar el centro horizontalmente */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Lado izquierdo transparente */
  border-right: 10px solid transparent;/* Lado derecho transparente */
  border-top: 10px solid #38b887;      /* Color de la flecha (igual que el fondo) */
}

/* logueado pero no en operativo*/

.markerPdaLogSinOperativo {
  position: relative;         /* Posición relativa para la flecha */
  width: 50px;                /* Ancho del marcador */
  height: 50px;               /* Alto total del marcador (imagen + flecha) */
  text-align: center;         /* Centrar contenido */
  background-color: transparent; /* Fondo transparente para el área extra */
}

.markerPdaLogSinOperativo img {
  width: 50px!important;                /* Tamaño de la imagen (igual al ancho del marcador) */
  height: 50px;               /* Tamaño de la imagen */
  border-radius: 50%;         /* Imagen redonda */
  border: 5px solid #3847b8;     /* Borde blanco alrededor de la imagen */
  box-shadow: 1px 3px 3px rgba(0,0,0,0.5); /* Sombra */
  object-fit: cover;          /* Asegura que la imagen cubra todo el espacio */
}

.markerPdaLogSinOperativo:after {
  content: '';                /* Triángulo para la flecha */
  position: absolute;         /* Posicionamiento absoluto para la flecha */
  bottom: -8px;                  /* Colocar la flecha en la parte inferior */
  left: 50%;                  /* Centrar la flecha horizontalmente */
  transform: translateX(-50%);/* Ajustar el centro horizontalmente */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Lado izquierdo transparente */
  border-right: 10px solid transparent;/* Lado derecho transparente */
  border-top: 10px solid #3847b8;      /* Color de la flecha (igual que el fondo) */
}


/* el usuario no esta logueado*/

.markerPda {
  position: relative;         /* Posición relativa para la flecha */
  width: 50px;                /* Ancho del marcador */
  height: 50px;               /* Alto total del marcador (imagen + flecha) */
  text-align: center;         /* Centrar contenido */
  background-color: transparent; /* Fondo transparente para el área extra */
}

.markerPda img {
  width: 50px!important;                /* Tamaño de la imagen (igual al ancho del marcador) */
  height: 50px;               /* Tamaño de la imagen */
  border-radius: 50%;         /* Imagen redonda */
  border: 5px solid #fff;     /* Borde blanco alrededor de la imagen */
  box-shadow: 1px 3px 3px rgba(0,0,0,0.5); /* Sombra */
  object-fit: cover;          /* Asegura que la imagen cubra todo el espacio */
}

.markerPda:after {
  content: '';                /* Triángulo para la flecha */
  position: absolute;         /* Posicionamiento absoluto para la flecha */
  bottom: -8px;                  /* Colocar la flecha en la parte inferior */
  left: 50%;                  /* Centrar la flecha horizontalmente */
  transform: translateX(-50%);/* Ajustar el centro horizontalmente */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Lado izquierdo transparente */
  border-right: 10px solid transparent;/* Lado derecho transparente */
  border-top: 10px solid #fff;      /* Color de la flecha (igual que el fondo) */
  
}





.markerOperativo {
  position: relative;         /* Posición relativa para la flecha */
  width: 50px;                /* Ancho del marcador */
  height: 50px;               /* Alto total del marcador (imagen + flecha) */
  text-align: center;         /* Centrar contenido */
  background-color: transparent; /* Fondo transparente para el área extra */
}

.markerOperativo img {
  width: 50px!important;                /* Tamaño de la imagen (igual al ancho del marcador) */
  height: 50px;               /* Tamaño de la imagen */
  border-radius: 50%;         /* Imagen redonda */
  border: 5px solid #f18a35;     /* Borde blanco alrededor de la imagen */
  box-shadow: 1px 3px 3px rgba(0,0,0,0.5); /* Sombra */
  object-fit: cover;          /* Asegura que la imagen cubra todo el espacio */
}

.markerOperativo:after {
  content: '';                /* Triángulo para la flecha */
  position: absolute;         /* Posicionamiento absoluto para la flecha */
  bottom: -8px;                  /* Colocar la flecha en la parte inferior */
  left: 50%;                  /* Centrar la flecha horizontalmente */
  transform: translateX(-50%);/* Ajustar el centro horizontalmente */
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Lado izquierdo transparente */
  border-right: 10px solid transparent;/* Lado derecho transparente */
  border-top: 10px solid #f18a35;      /* Color de la flecha (igual que el fondo) */
  
}




.markerInfraccion {
  position: relative;         
  width: 10px;               
  height: 10px;              
  border-radius: 50%;
  background-color: #dc3545; 
  animation: pulse-animation 2s infinite;
  box-shadow: 0 0 0 0 rgb(218, 57, 57);
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(228, 82, 82, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(235, 54, 54, 0);
  }
}
