/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Celular
*/

#solicitud {
  background-position: -100px 0px;
  background-size: 100vh;
  background-repeat: no-repeat;
  height: 67vh;
  margin-top: 0px;
}
.soli {
  position: absolute;
  bottom: 0;
  font-size: 1em;
  background-color: #f0f2f2;
  padding: 15px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.soli h1 {
  font-size: 1.7em;
  font-weight: 400;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Tablet vertical
*/

@media (min-width: 768px) and (max-width: 1199px) {
  #solicitud {
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 70vh;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .soli {
    position: absolute;
    top: 35vh;
    right: 0;
    font-size: 1.2em;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 30px;
    text-align: center;
    height: 170px;
  }
  .soli h1 {
    font-size: 1.7em;
    font-weight: 400;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Monitor
*/

@media (min-width: 1200px) {
  #solicitud {
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 75vh;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .soli {
    position: absolute;
    top: 35vh;
    right: 0;
    font-size: 1.2em;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 30px;
    text-align: center;
    height: 170px;
  }
  .soli h1 {
    font-size: 1.7em;
    font-weight: 400;
  }
}