::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
} @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root{
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #333858;
  --header-color:#333858; /*COLOR DEL MENU PRINCIPAL#333858*/
  --customer-color:#333858; /*COLOR DE LOS BOTONES*/
  --first-color-light: #F7F6FB;
  --white-color: #333858;
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100}*,::before,::after{box-sizing: border-box}body{position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: .5s}a{text-decoration: none}

  .header{width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--header-color);
  z-index: var(--z-fixed);
  transition: .5s}.header_toggle{color: #ffff;
  font-size: 1.5rem;
  cursor: pointer}.header_img{width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden}.header_img img{width: 40px}.l-navbar{position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--header-color);
  padding: .5rem 1rem 0 0;
  transition: .5s;
  z-index: var(--z-fixed)}.nav{height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden}.nav_logo, .nav_link{display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: .5rem 0 .5rem 1.5rem}.nav_logo{margin-bottom: 2rem}.nav_logo-icon{font-size: 1.25rem;
  color: var(--white-color)}.nav_logo-name{color: var(--white-color);
  font-weight: 700}.nav_link{position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: .3s}.nav_link:hover{color: #FFF}.nav_icon{font-size: 1.25rem}.show{left: 0}.body-pd{padding-left: calc(var(--nav-width) + 1rem)}.active{}.active::before{content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color)}.height-100{height:100vh}@media screen and (min-width: 768px){body{margin: calc(var(--header-height) + 1rem) 0 0 0;
  padding-left: calc(var(--nav-width) + 0rem)}.header{padding: 0 2rem 0 calc(var(--nav-width) + 2rem)}.header_img{width: 40px;
  height: 40px}.header_img img{width: 45px}.l-navbar{left: 0;
  padding: 1rem 1rem 0 0}.show{width: calc(var(--nav-width) + 156px)}.body-pd{padding-left: calc(var(--nav-width) + 150px)}
}

.text-webkit-center{
  text-align: -webkit-center;
}
.cursor{
  cursor:pointer;
}
.p-10{
  padding: 10px;
}
.input_search{
  max-width: 210px;
  min-width: 100px;
  width: 100%;
  height: calc(1.9rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.img_boton {
    width: 80%;
}

.btn_index{
    border-radius: 12px;
    cursor: pointer;    
    width: 350px;
}

.bg-mg-btn{
    background: var(--customer-color);
}

.btn-img{
    background: var(--customer-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-index{
    border: 1px solid var(--customer-color);
    border-radius: 10px;
}

.txt-btn-index{
  color:var(--customer-color) !important;
}

.btn_index:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px rgba(104, 159, 210, 1);
    transition: all 0.2s ease;
}


.boton_menus {
    /*width: 20vmin;
    height: 20vmin;
    border: 0px solid #000000;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgb(0, 56, 98) 27%, rgb(104, 159, 210) 109%);
    box-shadow: 4px 5px 10px -4px #000000;
    max-width: 200px;
    max-height: 200px;
    min-width: 120px;
    min-height: 120px;*/

    width: 12vmin;
    height: 12vmin;
    border: 0px solid #000000;
    border-radius: 100px;
    cursor: pointer;
    /*background: linear-gradient(to bottom, rgb(19 89 141) 27%, rgb(19 89 141) 109%);*/
    background:#357db8;
    max-width: 200px;
    max-height: 200px;
    min-width: 120px;
    min-height: 120px;
}

.boton_menus:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px rgba(104, 159, 210, 1);
    transition: all 0.2s ease;
}

.icono_notificacion {
    color: #333858;
    font-size: 20;
    padding: 5px 5px 5px 5px;
    position: absolute;
    margin-top: -13px;
    border-radius: 46px;
    background: #ABE8E9;
    margin-left: 75px;
    font-family: avenir;
    min-width: 30px;
    border-bottom-left-radius: 0px;
    z-index: 1;
    font-weight: 600;
}

.filset_fir {
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    /* background: #F1F0F0; */
    border-radius: 10px;
    box-shadow: 4px 4px 0px 2px #265d89;
    margin-bottom: 25px;
}

@media (max-width: 600px) {
    .filset_fir {
        margin-top: 18px;
        width: 100%;
        text-align: center;
        border: 1px solid #000000;
        /* background: #F1F0F0; */
        border-radius: 10px;
        box-shadow: 4px 4px 0px 2px #265d89;
        margin-bottom: 25px;
    }

    .btn_index{
      border-radius: 12px;
      cursor: pointer;    
      width: 300px;
  }
}

.button_slide {
  color: #000;
  border: 1px solid var(--customer-color);
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 var(--customer-color);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  border-radius: 10px;
}

.slide_right:hover {
  color: #FFF !important;
  box-shadow: inset 400px 0 0 0 var(--customer-color);
}

.txt-btn-index:hover{
  color:#FFFFFF !important;
}


.body_log{
  background-image: 
      linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      url(https://amexaav.mx/omnicredito/img/29085450_1937.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: 'avenir';
  /*background: linear-gradient(to bottom, rgb(0 56 98) 27%, rgb(149 180 209) 109%);*/
  background-position: left;
}

.container{
  height: 100%;
  align-content: center;
}

.card{
margin-top: auto;
margin-bottom: auto;
background-color: #ffffffd4 !important;
border-radius: 20px !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFFF;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #D7182A;
color: white;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: white;
background-color: #003862;
width: 100px;
margin-bottom: 5px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.recuperar_contrasena {
  color: #00FFFF;
  cursor: pointer;
}

.btn-log{
  background: #2660CE;
  color: white;
}

.txt-log{
  color:#2660CE;
}

.label-time{
  color:#DE4F4E;
}
