/* Pantalla de Login */
.cajaShadow {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #cacbcc;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    background-color: #e6e6e6 !important;
  }

  
.centerLogin {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1%;
    padding-bottom: 40px;
    color: black;
  }
  
  .form-signin {
    width: 100%;
    max-width: 430px;
    padding: 58px;
    margin: auto;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  
  .form-signin .form-control:focus {
    z-index: 2;
  }
  
  .form-signin input[type="User"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  /* Fin pantala login */

  .white{
      color:white;
  }
  .black{
      color:black;
  }
  .gray{
    color: #666;
  }
  .bold{
      font-weight: bold;
  }
  .b-bottom{
      border-bottom: 1px solid;
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
.small-box-appreciation{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.hidden{
  display: none;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-20{
  margin-bottom: 20px;
}
.ml-20{
  margin-left: 20px;
}
.p-10{
  padding: 10px;
}
.p-40{
  padding: 40px;
}
.p-0{
  padding: 0px;
}
.p-box{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.back {
  position: absolute;
  top: 200px;
  z-index: -2;
  display: flex;
  right: 2%;
  max-height: 600px;
}

.back-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imagen-1 {
  height: 100%;
  display: flex;
  max-height: 667px;
}

.pagin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagin-in {
  margin-bottom: 0px !important;
  margin-right: 10px;
  margin-left: 10px;
}
.f-right{
  float: right;
}
.f-left{
  float: left;
}
.d-block{
  display: block !important;
}
.d-flex-center{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 100%;
}
.back-white{
  background-color: #fff !important;
  border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.box-form-general{
  height: 27px !important;
  padding: 0px !important;
  background: none !important;
  border-radius: 0px !important;
  display: inline-block !important;
 
}
.height-box-profe{
  height:75px;
}

.border-1{
  border: 1px solid black !important;
}

.box-subtitle{
  border-left: 1px solid black;
  font-size:22px;
  padding:16px;
  font-weight: bold;
}
.f-right-2{
  float: right;
}

/* MODE MOVIL */

@media (max-width: 995px) { 
  .f-right-2{
    float: left;
  }
  .height-box-profe{
    height:auto;
  }

  .box-subtitle{
    border:none;
    border-top: 1px solid black;
    font-size:28px;
    padding:5px;
  }

 }

.typeExp {
  display: none;
}


 