.nuevo-informe {
    display: block;
    padding-bottom: 8px;
    margin: 28px 0 30px 4.44%;
    font-size: 20px;
    font-weight: bold;
}

.informe-h2 {
    display: block;
    margin-block-end: 0px;
    padding-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
}

.btn2-mantenimientos {
    width: 47%;
    height: 103px;
    padding-top: 40px;
    padding-bottom: 12px;
    margin: 0 0 9px;
    border-radius: 15px;
    color: #fff;
    background-color: #514C8A;
    text-align: center;
    display: block;
  }

.btn2-mantenimientos:hover{
      color: #fff;
      text-decoration: none;
      background-color: #0E085E;
  }
  
.btn2-combustible:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0E085E;
}

.btn2-repuestos:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0E085E;
}

.btn2-reparaciones:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0E085E;
}

  .btn2-combustible {
    width: 47%;
    height: 103px;
    padding-top: 40px;
    padding-bottom: 12px;
    margin: 0 0 9px;
    border-radius: 15px;
    color: #fff;
    background-color: #9794B9;
    text-align: center;
    display: block;
  }
  
  .btn2-repuestos {
    width: 47%;
    height: 103px;
    padding-top: 40px;
    padding-bottom: 12px;
    margin: 0 0 9px;
    border-radius: 15px;
    color: #fff;
    background-color: #9794B9;
    text-align: center;
    display: block;
  }
  
  .btn2-reparaciones {
    width: 47%;
    height: 103px;
    padding-top: 40px;
    padding-bottom: 12px;
    margin: 0 0 9px;
    border-radius: 15px;
    color: #fff;
    background-color: #3E397E;
    text-align: center;
    display: block;
  }


.ver-mas-btn {
    width: 72px;
    font-weight: 400;
    font-size: 12px;
    color: #0E085E;
    background-color: #eee;
    margin-top: 5px;
    border: 0 none;
    border-radius: 14px;
    cursor: pointer;
    float: left;
    height: 26px;
  }



.logo-class-infor {
    width: 100px;
    height: 100px;
    margin-bottom: 21px;
    margin-top: 93px;
}

.main-title {
    font-size: 24px;
    margin-bottom: 89px;
    color: #ffffff;
    font-weight: 800;
} 

.full-form-informes {
    background-color: #0E0059;
}

.main-informes {
    background-color: #ffffff;
    border-radius: 35px 35px 0px 0px;
    height: 71vh;
    margin-left: -1px;
    margin-right: -1px;
}


.btn-nuevoinforme {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #ffffff;
    background-color: #0E085E;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    /* margin-left: 45px; */
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 55px;
    height: 90px;
    font-weight: 500;
    font-size: 20px;
    border-radius:70px
}

.btn-informe {
    color: #0E085E;
    background-color: #F2F2F6;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    /* margin-left: 45px; */
    margin-top: 25px;
    height: 56px;
    font-weight: 400;
    font-size: 20px;
}

.informe-group {
    width: 82.2%;
    margin-bottom: 0px;
}

.glyphicon {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    top: 37%;
    right: 6%;
}

.btn_mango{
    pointer-events: none !important;
}
