*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Montserrat","arial";
}

body{
}

.nav-link{
  font-weight: bold;
  font-size: 24px;
}

.line{
  height: 1px;
  background-color: #FFF;
}

.wrapper .header{
  z-index: 1;
  background: #22242A;
  position: fixed;
  width: 100%;
  height: 70px;
  display: flex;
  top: 0;
}

.wrapper .header .header-menu{
  width: calc(100% - 0%);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.wrapper .header .header-menu .title{
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
}

.wrapper .header .header-menu .title span{
  color: #bc955c;
}

.wrapper .header .header-menu .sidebar-btn{
  color: #fff;
  position: absolute;
  margin-left: 240px;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s;
  transition-property: color;
}

.wrapper .header .header-menu .sidebar-btn:hover{
  color: #bc955c;
}

.wrapper .header .header-menu ul{
  display: flex;
}

.wrapper .header .header-menu ul li a{
  background: #fff;
  color: #000;
  display: block;
  margin: 0 10px;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  transition-property: background, color;
}

.wrapper .header .header-menu ul li a:hover{
  background: #bc955c;
  color: #fff;
}

.wrapper .sidebar{
  z-index: 9999;
  background:  linear-gradient(180deg,#621132, #ac073e);
  position: fixed;
  width: 250px;
  height: 100%;
  transition: 0.3s;
  transition-property: width;
}

.wrapper .sidebar .sidebar-menu{
  overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .logo-tam img{
  padding: 20px;
  width: 50%;
}

.logo-tam{
  text-align: center;
}

.wrapper .sidebar .sidebar-menu .profile p{
  color: #bbb;
  font-weight: 700;
  margin-bottom: 10px;
}

.wrapper .sidebar .sidebar-menu .item{
  width: 250px;
  overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn{
  display: block;
  color: #fff;
  position: relative;
  padding: 25px 20px;
  transition: 0.3s;
  transition-property: color;
  text-decoration: none;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn:hover{
  background: #bc955c;
  color: #fff;
}
.active{
  background: #bc955c;
  color: #fff;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn i{
  margin-right: 20px;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn .drop-down{
  float: right;
  font-size: 12px;
  margin-top: 3px;
}

.wrapper .main-container table {
  width: 100%;
  border-style: none; /* cambio de border-color a border-style */
  /*border-color: rgb(119, 16, 16); /* añadir color de borde */
  border-radius: 8px ;
  border-spacing: 5px;
  font-family: Open Sans,Helvetica,Calibri, Arial, sans-serif;
}

.wrapper .main-container table td {
    height: 10px;
    font-family: Montserrat,Open Sans,Helvetica,Calibri, Arial, sans-serif;
  }

.wrapper .main-container th{
    font-style:#991313;
} 

.wrapper .main-container{
  width: (100% - 250px);
  margin-left: 250px;
  padding: 15px;
  background-size: cover;
  height: 100%;
  transition: 0.3s;
}

.wrapper.collapse .sidebar{
  width: 70px;
}

.wrapper.collapse .sidebar .profile img,
.wrapper.collapse .sidebar .profile p,
.wrapper.collapse .sidebar a span{
  display: none;
}

.wrapper.collapse .sidebar .sidebar-menu .item .menu-btn{
  font-size: 23px;
}

.wrapper.collapse .sidebar .sidebar-menu .item .sub-menu i{
  font-size: 18px;
  padding-left: 3px;
}

.wrapper.collapse .main-container{
  width: calc(100% - 70px);
  margin-left: 70px;
}

.subtitle{
  color: #FFF;
  padding: 16px;
  background-color: #bc955c;
  border-radius: .5em;
  text-align: center;
}

.title-info{
  color: #621132;
  font-weight: bold;
}
.subtitle-search{
  color: #22242a9a;
}

.enlaces{
  background: #bc955c;
  color: #000;
  border-radius: 15px;
}

.navbar a{
  color: #fff;
 font-size: 14px;
}
.navbar a:hover{
  color:#621132;
}
.navbar-collapse{
  text-align: center;
  align-items: center;
  justify-content: center;
}
.span-title{
  color: #621132;
}

.background-table{
  background:  rgb(171,0,51);
  color: #FFF;
}

table{
  font-size: 14px;
}

.btn-primary{
  background: #621132;
  color: #fff;
}

.tabla-r{
  overflow-x: auto;
  min-width: 100%;
  max-width: 100%;
  /* min-height: 500px; */
  /* max-height: 500px; */
  margin-bottom: 16px;
}

.tabla-r::-webkit-scrollbar{
  width: 2px;
}
.tabla-r::-webkit-scrollbar-thumb{

  background:  rgb(171,0,51);
}

.btn-edit{
  background: #bc955c;
  color: #fff;
}

body::-webkit-scrollbar{
  width: 5px;
}
body::-webkit-scrollbar-thumb{

  background:  rgb(171,0,51);
}

.titulo-bienvenida{
  color: #fff;
  font-size: 14px;
}

.etiqueta-info{
  border-radius: 10px;
  padding: 10px;
  background: #bc955c;
  color: #fff;
}

.tabla-info-personal{
  overflow-x: auto;
  min-width: 100%;
  max-width: 100%;
}

.tabla-info-personal::-webkit-scrollbar{
  width: 2px;
}
.tabla-info-personal::-webkit-scrollbar-thumb{

  background:  rgb(171,0,51);
}

.cabecera-card{
  background: #621132;
  color: #fff;
}


.principal{
  height: 85vh;
  
}

.padre{

  font-family: 'arial';
  background: linear-gradient(#621132,#621132 ); 
  opacity: .93 ;
}

.padre:before{
  top: 0;
  left: 0;

}


.padre texto{
  text-align: center;
}
@mixin texto($color){
color: $color;
}
.login{
  background-color:white;
  padding: 45px;
  border-radius: 1em;
  width: 100%; 
-webkit-box-shadow: 25px 26px 36px -10px rgba(0,0,0,0.58);
-moz-box-shadow: 25px 26px 36px -10px rgba(0,0,0,0.58);
box-shadow: 25px 26px 36px -10px rgba(0,0,0,0.58);
}


label{
  color: #bc955c;
  font-size: 15px;
  font-weight: 600;
}

h1{
  @extend %texto;
  @include texto(black);
  font-weight: 500;
}

h2{
  text-align: left;
  color: #621132;
  font-size: 24px;
}

h3{
  color: white;
}

h4{
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}

h5{
  @extend %texto;
  @include texto(black);
  font-weight: 500;
}

h6{
  text-align: center;
  color: #621132;
  font-size: 24px;
}


p{
  color: white;
  font-size: 14px;
}


.row{
  width: 100%;
}

.logotam{
  width: 250px;
  height: 60;
  position: relative;
  bottom: 10px;
  right: 32px;
}

.logocertamen{
  width: 180px;
  height: 180px;
  position: relative;
  bottom: 90px;
  right: 60px;
}

.text{
  top: 10px;
  position: relative;

}

p{
  color: white;
  font-size: 14px;
}
 
.input-group{
  border: 1px solid #eaeaea;
}

.icon{
  position: relative;
  min-width: 40px;
  height: 15px;
  text-align: center;
  top: 12px;
  color: gray;
}
.form-control{
  border: none;
}
.boton-iniciar{
  border: none;
  border-radius: 1em;
  width: 100%;
  background: #621132;
  cursor: pointer;
 
} 
.boton-iniciar:hover{
      background: #621132;
  }

.boton-iniciar:disabled{
  background: #621132;
  cursor: default;
}

.a-login{
  text-align: center;
  color: #621132;
  font-size: 14px;
}

.o-login{
  text-align: center;
  text-decoration: none;
}

.ilustracion-modal{
  width: 400px;
  margin-top: 40px;
}

.background-subtitle{
  padding: 16px;
  background-color: #f3f3f3;
  margin-bottom: 16px;
}

.btn-principal{
  background-color: #621132 !important;
  color: white !important;
}

.light-span{
  color: #bc955c !important;
}

.toggle{
  outline: none !important;
  position: absolute;
  z-index: 999;
  right: -17px;
  color: #621132;
  top: 5px;
  background: none;
  border: none;
  font-size: 50px;
}

.custom-sidebar{
  left: 0 !important;
}

.toggle{
  display: none;
}

.custom-main{
  width: 100% !important;
    margin-left: 0 !important;
}

@media (max-width: 650px){
  .toggle{
    display: block;
  }
  .wrapper .sidebar{
    left: -250px;
  }

  .wrapper .main-container{
    width: (100%);
    margin-left: 0;
  }
}