.titlemp{

    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
  font-size: 25px;

    
}

.titlemp2{

  font-family: "Microsoft Yi Baiti" ;
  /*font-weight: "bold";*/
  color: rgb(87, 87, 87);
font-size: 30px;

  
}


/*input{*/
.inptlogin{
    border:  none;
    color: rgb(107, 107, 107);  
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    
    border-bottom:  1px solid rgb(107, 107, 107);
    width: 100%;
    
}

input::placeholder {
    
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
    line-height:normal;
    font-size: 20px;
    /*color: red;*/
  }

button{
    background-color: white;
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
    border:  1px solid rgb(107, 107, 107);
    font-size: 20px;
    padding: 20px 20px;

}

input[type=submit] {
    background-color: white;
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
    border:  1px solid rgb(107, 107, 107);
    font-size: 20px;
    height: 50px;
}


#logo-main{
    
    
    position: relative;
    top: 7px !important; 
    left: 60px!important;
    z-index: -1!important;
}


header{
    font-family: "Microsoft Yi Baiti" !important;
    font-weight: "lighter" !important;
    color: rgb(87, 87, 87) !important;
}

a{
    font-family: "Microsoft Yi Baiti" !important;
    font-weight: "lighter" !important;
    color: rgb(87, 87, 87) !important;
    font-size: 20px;
    align-self: flex-end;
    vertical-align: bottom;
    vertical-align: sub;
  
}

th, td{
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 40px;
}
table{
    border-top:  1px solid rgb(107, 107, 107);
    /*border: 1px solid rgb(207, 207, 207);
    border-collapse: collapse; */
}
.btn-items{
    background-color: white!important;
    border-radius: 5% !important;
    width: 120px !important;
    height: 60px !important;
    color:  rgb(107, 107, 107) !important;
}
th{
    font-family: "Microsoft Yi Baiti" ;
    
    color: rgb(45, 44, 44);
}

#navheader{
    border-bottom:  1px solid rgb(107, 107, 107);
}

#navbarCollapse{
    justify-content: flex-end;
    align-self: flex-end;
    vertical-align: bottom;
    vertical-align: sub;
}
h5{
    font-family: "Microsoft Yi Baiti" ;
    font-weight: 550;
    color: rgb(45, 44, 44);
  font-size: 25px;   
}
label{
    font-family: "Microsoft Yi Baiti" ;
    font-weight: 500;
    color: rgb(45, 44, 44);
  font-size: 18px;   
}
.inptoc {
    border:  none;
    background-color: white;
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
    
    border-bottom:  1px solid rgb(107, 107, 107);
    font-size: 20px;
    width: 300px;
    height: 50px;
    padding-right: 10px;
}
#antes{
    margin-left: 30%;
    
}
#despues{
justify-content: center;
}

#btn-crearetiq{
    margin-left: auto;
    margin-right: auto;
    color: rgb(107, 107, 107);  
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    height: 50px !important;
    border:  1px solid rgb(107, 107, 107);
    width: 70%;
}
#tabs-menu{
    width: 90%;
    justify-content: center;
}
.infoitem{
    color: rgb(81, 81, 81);  
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    font-size: 18px;
}
.indicacionestags{
    color: rgb(81, 81, 81);  
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    font-size: 18px;
}



.modal {
    display: none; /* Por defecto, estará oculto */
    position: fixed; /* Posición fija */
    z-index: 1; /* Se situará por encima de otros elementos de la página*/
    padding-top: 200px; /* El contenido estará situado a 200px de la parte superior */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Algura completa */
    overflow: auto; /* Se activará el scroll si es necesario */
    background-color: rgba(0,0,0,0.5); /* Color negro con opacidad del 50% */
  }
  .modalInci {
    display: none; /* Por defecto, estará oculto */
    position: fixed; /* Posición fija */
    z-index: 1; /* Se situará por encima de otros elementos de la página*/
    padding-top: 90px; /* El contenido estará situado a 200px de la parte superior */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Algura completa */
    overflow: auto; /* Se activará el scroll si es necesario */
    background-color: rgba(0,0,0,0.5); /* Color negro con opacidad del 50% */
  }
  .contenido-modal {
    position: relative; /* Relativo con respecto al contenedor -modal- */
    
    margin: auto; /* Centrada */
    padding: 20px;
    width: 60%;
    -webkit-animation-name: animarsuperior;
    -webkit-animation-duration: 0.5s;
    animation-name: animarsuperior;
    animation-duration: 0.5s
  }
  .close {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .td-val{
    font-size: 19px;
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
  }
  .th-val{
    font-family: "Microsoft Yi Baiti" ;
    
    font-size: 25px;
    font-weight: 600;
  }
  .th-inc{
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    font-size: 20px;
    
  }
  .card{
    background-color: white !important;
    border:  1px solid rgb(166, 166, 166);
    margin-top: 12px;
   
  }
  h4{
    
    font-weight: 500;
    font-size: 25px;
  }

  h5{
    font-family: "Microsoft Yi Baiti" ;
    font-size: 25px;
    font-weight: 600;
  }
  #divmodal{
    justify-content: center;
    width: 60%;
  }
  .cerrar{
    text-align: center;
    font-size: 20px;
    float: 0;
    width: 5%;
    background-color: rgb(251, 75, 75);
  }

  p{

    font-family: "Microsoft Yi Baiti" ;
    font-size: 22px;
    color: rgb(87, 87, 87);
    font-weight: "lighter";
  }


  .btnmini{
    background-color: white;
    font-family: "Microsoft Yi Baiti" ;
    font-weight: "lighter";
    color: rgb(87, 87, 87);
    border:  1px solid rgb(107, 107, 107);
    font-size: 17px;
    padding: 7px 7px;

}
.btnmini:hover{
  background-color: white;
  font-family: "Microsoft Yi Baiti" ;
  font-weight: "bolder";
  color: rgb(87, 87, 87);
  border:  1.5px solid rgb(107, 107, 107);
  font-size: 17px;
  padding: 7px 7px;
}