  .icon-check{
    color: #C3C3C36E!important;
  }
  #off{
    color: #121212!important;
  }
  #off-circle{
    background: #C3C3C36E!important;
  }
  #pasos-solicitud{
    color: #fff;
    font-size: 18px;
  }
  #close{
    font-size: 30px;
    float: ;
    background: #000;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    float: inline-end;
  }
  #textos-g{
    font-size: 17px;
  }
  #tit-bolsa{
    text-align: center;
    margin-bottom: 40px;
  }
  #linea-v{
    width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  button{
    text-transform: inherit!important;
  }
  #seguimiento label{
    font-size: 18px!important;
  }
  #color-titulo{
    color: #797979;
  }

  .job-category-box h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  
  .swiper-slide img{
    max-width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (max-width: 710px){
    .menu-descktop{
      display: none;
    }
    .menu-mobile{
      display: block;
    }
  }

  @media only screen and (min-width: 710px){
    .menu-descktop{
      display: block;
    }
    .menu-mobile{
      display: none;
    }

  }

  @media only screen and (max-width: 768px) {
  .tf-slider .heading h1 {
    font-size: 40px;
  }
}
  
