.bgServicios{
    box-shadow: 0px 0px 5px 1px #a6a9ad94;
    transition-duration: 2s;
}

.bgServicios:hover {
    background-color: #273d2c5e;
    border-radius: 5px;
    transition: all 1s;
    transform: scale(1.1);       
}

.tblRequisitos{
    width: 100%;
}

.tblRequisitos tr{
    height: 80px;
    
}

.tblRequisitos td:first-child{
    width: 90px;
    text-align: center;
}

.tdTextoReq{
    width: 250px;
}

.tblRequisitos td img{
    height: 70px;
}

.tblRequisitos tr:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #a6a9ad94;
}

.lstBeneficios {
  padding-left: 2rem;
  list-style-type: none;
}

.lstBeneficios li {
  padding-left: 2rem;
  background-image: url('../img/icnCoderural.svg');
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  margin: 20px;
}