:root {
    --bg-red: #781616;
    --bg-red-claro: #9c242e;
    --bg-red-opaco: #de2d33;
    --bg-azul: #2b536c;
    --bg-azul-rey: #014e99;
    --bg-azul-claro: #008197;
    --bg-gris: #3b3b3b;
    --bg-gris-claro: #606062;
    --bg-verde: #00a859;
    --bg-verde-claro: #8cc63c;
    --bg-amarillo: #e3c620;
    --bg-amarillo-claro: #dfd734;
    --bg-naranja: #f05237;
    --bg-naranja-claro: #ff9801;
    --bg-vino: #691c32;
    --bg-vino-claro: #9f2241;

    --bs-dark-rgb: 33, 37, 41;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@font-face{
  font-family: 'Lato-bold';
  src: local( 'Lato-bold'), local( 'Lato-bold'), url('../font/Lato/Lato-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face{
    font-family: 'Lato-regular';
    src: local( 'Lato-regular'), local( 'Lato-regular'), url('../font/Lato/Lato-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Lato-black';
    src: local( 'Lato-black'), local( 'Lato-black'), url('../font/Lato/Lato-Black.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
  }


body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-size: cover;
  font-size: 14px;
  font-family: 'Lato-bold' !important;
  margin: 0;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4 {
    will-change: transform;
    transform: translateZ(0);
    margin: 0 !important;
}

h2,
h3,
h4,
h5,
ul,
body,
html {
    padding: 0;
    margin: 0;
}

html {
    height: -webkit-fill-available;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    /* overflow-x: auto;
    overflow-y: hidden; */
    overflow: auto;

}
nav{
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    /* height: -webkit-fill-available; */
   /*  overflow-x: auto;
   overflow-y: hidden; */
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.body-color{
    background-color: #F2F2F2 !important;
}
.bg-color{
    background-color: #fff;
}
.bg-orange{
    background-color: #ED5429 !important;
}
.bg-black{
    background-color: #333333 !important;
}
.card-home{
    border-radius: 10px;
    height: 9rem;
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .informe{
        overflow: auto !important;
    }
    .informe::-webkit-scrollbar, .administracion::-webkit-scrollbar, .tutoriales::-webkit-scrollbar{
        width: 10px;
    }
    .informe::-webkit-scrollbar-thumb, .administracion::-webkit-scrollbar-thumb, .tutoriales::-webkit-scrollbar-thumb {
        background-color:#E0E0E0 !important;
        border-right: 2px solid #fff;
        border-radius: 5px;
    }


}

@media (min-width: 992px) {
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
}

.ml-1 span{
    margin-left: 15px !important;
    font-size: 15px !important;
    text-align: center;
    font-weight: 500;
  }
 /* .sb-nav-fixed{
    overflow: auto !important;
 } */

 .title-web{
    display: inline-block;
    color:#ED5429 !important;
    margin-bottom: 15px;
    font-size: 25px;
}
.text-alg{
   line-break:auto !important;
  }

.text-center{
    text-align: center;
}

.img-flising img{
    margin-left: 60%;
 }

#layoutSidenav {
    display: flex;
}
#layoutSidenav #layoutSidenav_nav {
    flex-basis: 225px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    z-index: 1038;
    transform: translateX(-225px);
}
#layoutSidenav #layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: -225px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}


  .sb-nav-fixed .sb-topnav {
    z-index: 1039;
  }
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 75px;
    height: 100vh;
    z-index: 1038;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 56px;
}
/* .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
    overflow-y: auto;
} */
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 225px;
    top: 56px;
    padding-bottom: 40px;
}

@media (min-width: 915.99px) {
    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 75px;
    }

    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0);
    }
    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-75px);
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -75px;
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
        display: none;
    }
    .logo_res, #sidebarToggle1, .menuu, .img-hd, .hr, .bi-chevron-right, .campana{
        display: none !important;
    }

  .sb-topnav {
      padding-left: 0;
      height: 56px;
      z-index: 1039;
      border-bottom: solid;
      border-width: 25px;
      border-color: #000;
      background: #ED5429 !important;
      height: 80px;

    }

  .sb-topnav .navbar-brand {
      width: 300px;
      margin: 0;
  }

    .navbar-brand {
     justify-content: center !important;
      margin: 0;
    }

  .nav-pills .nav-item.active, .nav-pills .show>.nav-link {
    background-color: #ED5429 !important;
    width: 100% !important;
  }

  .activ.active label > span{
    filter: hue-rotate(60deg) brightness(500%);

  }
  .activ.active{
    width: 70px;
  }

  .activ {
    width: 70px;
  }

  .nav-link {
      color: rgb(255, 255, 255) !important;
  }

  .nav-pills .nav-link {
      border-radius: 0rem !important;
  }

  .icon-sidebar {
      font-size: 25px;
  }

  .notificaciones{
    display: none !important;
  }
  .tutorial_estadistica{
    margin-top:-35px;
    margin-left: 28px;
  }

.info_seguimiento {
    margin-left: 28px !important;
    margin-top: -40px !important;
}
  .box-top {
    background-color: #ED5429;
    color: #ffff;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px !important;
    border-radius: 10px 10px 0 0;

}
.user_responsivo{
    display: none !important;
}

}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1 !important;
}


@media (max-width: 992px) {
    .menuu {
        margin-left: 0;
        margin-right: -12px !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 769px) {
  .menuu {
    margin-left: -55px;
  }
}

.invalid_border{
    border: 1px solid #dc394c !important;
}

.icon {
    display: flex;
    justify-content: end;
}

.btn-informe-orange {
    background-color: #ffffff !important;
    border-color: #ed5429 !important;
    color: #ed5429 !important;
    border-radius: 20px !important;
    /* width: 230px !important; */
    /* height:40px !important; */
}

.btn-informe-orange2 {
    background-color: #ffffff !important;
    border-color: #ed5429 !important;
    color: #ed5429 !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-orange {
    color: #ed5429 !important;
    font-weight: 100 !important;
}


.font-bold {
    font-weight: 800 !important;
}

.text-gray {
    color: #a7a7a7 !important;
}

.bg-blue-status {
    background-color: #5392ef !important;
}
.text-blue-status {
    color: #5392ef !important;
}
.bg-yellow-status {
    background-color: #ffd657 !important;
}
.text-yellow-status {
    color: #ffd657 !important;
}

.bg-programado-status{
    background:  !important;
}
.bg-gray-status {
    background-color: #B2B2B1 !important;
}
.text-gray-status {
    color: #B2B2B1 !important;
}
.bg-green-status {
    background-color: #5cce65 !important;
}
.text-green-status {
    color: #5cce65 !important;
}
.bg-red-status {
    background-color: #ed494b !important;
}
.text-red-status {
    color: #ed494b !important;
}
.bg-orange-status {
    background-color: #ed9b29 !important;
}
.text-orange-status {
    color: #ed9b29 !important;
}

.bg-orange700-status {
    background-color: #fa8c36 !important;
}
.text-orange700-status {
    color: #fa8c36 !important;
}

/* estilos para el chat */
#chat2 .form-control {
    border-color: transparent;
}

/* input:disabled {
    color: #ababab !important;
    background:#ebebeb !important;
} */

.sub-menu{
    overflow: hidden;
}
select:disabled {
    color: #ababab !important;
}


.add_agencia{
    background: #ed5429 !important;
    color:#ffffff !important;
}

.fecha_p{
    font-weight: normal !important;
    word-break:break-all !important;
    white-space: nowrap;
  }
/* 
  /* range 2 */
  /* .range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #ccc;
  }

  .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }

  .range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }

  .range-input::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }

  .range-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }

  .value2, .value3, .value4 {
    font-size: 26px;
    width: 50px;
    text-align: center;
  }

  range 3 */
  /* .range-slider {
    flex: 1;
  }

  .sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px;
  } */

  .bg-agendado{
    background-color: #5392ef !important;
  }

  .text-agendado-status {
    color: #5392ef !important;
  }

.require{
    color: #f50 !important;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

/* Modulo usuarios */
.agregar-clientes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

@media (max-width: 1024px) {
    .agregar-clientes {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .agregar-clientes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .agregar-clientes {
        grid-template-columns: repeat(1, 1fr);
    }
}

.roles-container  {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .roles-container  {
        display: none;
    }
}
.text-menu, .icon, .link-rp{
    display: none;
}
.rutas{
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important;
    color: #fff !important;
}
.bread{
    margin-left: 60px !important;
    margin-top: 5% !important;
    position: absolute !important;
}
.img-logo{
    margin-left: 10px !important;
}
.text-notificacion{
    color: #707070;
    font-family: 'Lato-regular';
    font-size: 12px;
}
.date-noti{
    color: #A7A7A7;
    font-size: 10px;
    font-family: 'Lato-regular';
}
.ml-c{
    margin-left: 50px !important;
}
@media (max-width: 1370.98px){
    .rutas{
        font-size: 17px;
        font-weight: bold;
        text-decoration: none !important;
        color: #fff !important;
    }
    .bread{
        margin-top: 95px !important;
    }
    .informe{
        height: 300px !important;
    }
    .administracion{
        height: 360px !important;
        overflow: auto !important;
    }
    .tutoriales{
        height: 200px !important;
        overflow: auto !important;
    }
 }
@media ( min-width: 1370.99px ) and (max-width: 1920px){
    .informe{
        height: 400px !important;
    }
}
@media ( min-width: 959.99px ) and (max-width: 1280px){
    .informe{
        height: 180px !important;
    }
}
 @media (min-width: 1371.00px){
   .bread {
    margin-top: 98px !important;
   }
 }
@media (min-width:2114.00px){
    .bg-color{
        width: 71px !important;
    }
    .sub-menu{
        margin-left: -179px !important;
    }
}


.box-bottom{
    background-color: #fff;
    height: 54vh;
    overflow: auto !important;
}
.font-letter{
    font-size: 12px !important;
}
.tboby-td{
    background-color: #ED5429;
    color:#fff;
    border-radius: 0 0 10px 10px;
}

#informe_siniestros{
    height: 70vh !important;
}

#siniestros_mensuales, #unidades_mtto{
    height: 60vh !important;
}

@media (max-width:1449.99px){
    #siniestros_mensuales, #unidades_mtto{
        height: 60vh !important;
    }
    #informe_siniestros{
        height: 55vh !important;
    }
    .box-bottom{
        height: 50vh;
        overflow: auto !important;
    }
}

@media (max-width:940.98px){
    #siniestros_mensuales, #unidades_mtto{
        height: 90vh !important;
    }
    #informe_siniestros{
        height: 85vh !important;
    }
    .box-bottom{
        height: 75vh;
        overflow: auto !important;
    }
    .box-top, .tboby-td{
        font-size: 12px !important;
    }
    .font-letter{
        font-size: 9px !important;
    }
    .table thead th{
        font-size: 10px !important;
    }
}

@media (max-width:1253.98px ){
     #siniestros_mensuales, #unidades_mtto{
        height: 100vh !important;
    }
    #informe_siniestros{
        height: 85vh !important;
    }
    .box-bottom{
        height: 75vh;
        overflow: auto !important;
    }
    .box-top, .tboby-td{
        font-size: 15px !important;
    }
    .font-letter{
        font-size: 11px !important;
    }
    .table thead th{
        font-size: 12px !important;
    }
}

@media (max-width:1366.98px ){
    #siniestros_mensuales, #unidades_mtto{
       height: 93vh !important;
   }
   #informe_siniestros{
       height: 85vh !important;
   }
   .box-bottom{
       height: 82vh;
       overflow: auto !important;
   }
   .box-top, .tboby-td{
       font-size: 15px !important;
   }
   .font-letter{
       font-size: 11px !important;
   }
   .table thead th{
       font-size: 12px !important;
   }
}

@media (min-width: 1120px) and (max-width:1920px){
    .fs-30{
        font-size: 22px !important;
    }
    .porcentaje{
        margin-top: -15px !important;
        font-size: 22px;
    }
    .fraccion{
        margin-top: -15px !important;
        font-size: 35px;
    }
    .pendientes{
        margin-top: -28px;
        font-size: 12px;
        text-align: right;
        padding-right: 8px;
        color: #fff;
    }
}
@media (min-width:999.99px) and (max-width:1147.98px){
    .fs-30{
        font-size: 19px !important;
    }
    .porcentaje{
        margin-top: -10px !important;
        font-size: 20px;
    }
    .fraccion{
        margin-top: -15px !important;
        font-size: 33px;
    }
    .pendientes{
        margin-top: -20px;
        font-size: 11px;
        text-align: right;
        padding-right: 8px;
        color: #fff;
    }
}

@media (min-width:350px) and (max-width:999.98px){
    .fs-30{
        font-size: 19px !important;
    }
    .porcentaje{
        margin-top: -8px !important;
        font-size: 20px;
    }
    .fraccion{
        margin-top: -15px !important;
        font-size: 33px;
    }
    .pendientes{
        margin-top: -20px;
        font-size: 11px;
        text-align: right;
        padding-right: 8px;
        color: #fff;
    }
}

/* Ocultar la clase pantalla_grande por defecto */
.pantalla_grande {
    display: none;
}

/* Ocultar la clase pantalla_pequeña por defecto */
.pantalla_pequeña {
    display: none;
}

/* Mostrar pantalla_grande en pantallas mayores a 480px */
@media (min-width: 480px) {
    .pantalla_grande {
        display: block;
    }
    .pantalla_pequeña {
        display: none;
    }
}

/* Mostrar pantalla_pequeña en pantallas menores a 480px */
@media (max-width: 479px) {
    .pantalla_pequeña {
        display: block;
    }
    .pantalla_grande {
        display: none;
    }
}
.table-responsive {
    min-height: 14rem;
}

.texto-resposivo{
    font-size: 1.2rem;
}


@media(min-width: 1200px) { 
    .texto-resposivo{
        font-size: 1.5rem;
    }
}

ul,li{
    list-style: none;
}