body {
    font-family: 'Dosis', sans-serif !important;
    background-color: #F5F5FC !important;
    color: #4A4A4A;
}

.swal2-styled.swal2-confirm {
    background-color: #64A70B !important;
}

.header-cabecera {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.header-cabecera:hover {
    color: #4A4A4A;
}

.header-cabecera-seleccionado {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #64A70B;
    border-radius: 25px;
    font-weight: 600;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.8px;
}

.header-cabecera-seleccionado:hover {
    color: #FFFFFF;
}

.app-header {
    background-color: #F5F5FC !important;
    color: #4A4A4A;
}

.app-main {
    background-color: #F5F5FC !important;
    color: #4A4A4A;
}

#kt_app_sidebar {
    background-color: #F5F5FC !important;
    border-right: 1px solid #DBDBE5 !important;
}

.app-sidebar-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    /* display: none !important; */
}

.nomaspapel-img {
    width: 60px;
    /* height: 56px; */
}

.section-menu {
    margin-left: 36px;
    color: #8F97AC;
    font-size: 12px;
    font-weight: 600;
}

.icono-sidebar {
    width: 22px;
    height: 22px;
}

.menu-item {
    margin-left: 18px !important;
}

.menu-seleccionado .menu-link .menu-title {
    /* background-color: #FFF5E2;
    border-radius: 5px;
    width: 85%; */
    color: #64A70B !important;
}

.menu-title {
    color: black !important;
    padding-left: 12px;
    font-size: 15px;
}

.logo-user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.hello {
    color: #8F97AC;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 1px !important;
}

.nombre-usuario {
    color: #424C67;
    font-size: 12px;
    margin-bottom: 0 !important;
}

/* .logo-bottom {
    border-bottom: 1px solid #D6DAE5 !important;
} */

.campana {
    width: 51px;
    box-shadow: 0px 5px 10px #64A70B65;
    padding: 18px;
    border-radius: 10px;
    background: #FFFFFF;
}

.num-notificaciones {
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
    font-size: 11px;
    right: -9px;
    bottom: -5px;
}

.alert-importante {
    background: #FFF5E2 0% 0% no-repeat padding-box;
    border: 1px solid #64A70B;
    border-radius: 8px;
    color: #424C67;
    font-size: 14px;
    font-weight: 600;
}

.menu-item .menu-link {
    padding: 0.59rem 1rem;
}

.nombre_usuario {
    font-size: 20px;
    color: #64A70B;
    font-weight: lighter;
}

.icono-usuario {
    width: 56px;
    padding: 18px;
    border-radius: 10px;
    background: #FFFFFF;
}

.box {
    background: #FFFFFF;
}

.letra-usuario {
    background-color: #64A70B;
    color: white;
    font-size: 28px;
    font-weight: bold;
    /* padding: 5px; */
    padding-bottom: 5px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.copi {
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 400;
}

.container-header-cli {
    border-top: 1px solid #e4e6ef;
    border-bottom: 1px solid #e4e6ef;
}

.header-cliente {
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #e4e6ef;
    padding: 10px 20px 10px 20px;
    color: #4A4A4A !important;
    letter-spacing: 0.9px;
}

.header-cliente-select {
    color: #FFFFFF !important;
    background-color: #64A70B;
    letter-spacing: 0.9px;
}

hr {
    opacity: 1 !important;
    border-top: 1px solid #e4e6ef !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.92em;
    word-spacing: 2px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: "Open Sans", sans-serif;
}

.nav-navbar>.nav-item>.nav-link, .nav-navbar>.nav-link {
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-dark .nav-navbar>.nav-item>.nav-link, .navbar-dark .nav-navbar>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link {
    color: rgba(117,117,117,0.8);
}

.nav-link:hover {
    color: black !important;
}

.telefono {
    font-family: "Open Sans", sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.9;
    color: #757575;
    text-align: left;
}

.dropdown-servicio {
    display: inline-block;
    position: relative;
}

.dropdown-servicio-content {
    display: none;
    position: absolute;
    width: 100%;
    overflow: auto;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-servicio:hover .dropdown-servicio-content {
    display: block !important;
}

.dropdown-servicio-content a {
    display: block;
    padding: 5px;
    font-size: 0.87em;
    word-spacing: 2px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-weight: 400;
    text-transform: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    letter-spacing: 0.5px;
    color: rgba(117, 117, 117, 0.8);
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  /* .topnav a:hover {
    background-color: #ddd;
    color: black;
  } */
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #64A70B;
    color: white;
  }

  .header-publico-mobile {
    display: none;
    }

.header-mobile-app {
    justify-content: space-between !important;
}

.footer-movible {
    z-index: 1;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    
    .boton-filtro {
        padding: 11px 57px;
        margin-bottom: 20px;
    }

    .header-mobile-app {
        justify-content: center !important;
        gap: 10px;
    }
    
    .header-publico {
        display: none !important;
    }

    .header-publico-mobile {
        display: block;
    }

  }