@media screen and (max-width: 600px) {
  body {
    background-image: url('./../assets/wallpaper/tablet.png');
  }
  
    h2{
      padding-top: 10px;
      padding-bottom: 0px;
    }

  .main{
    display: flex;
    margin-top: 30px;
    flex-direction: column;
  }

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

  .welcome_image{
    height: 60px;
  }

  .welcome_title{
    text-align: center;
  }

  .welcome_subtitle{
    text-align: center;
    font-size: 17pt;
  }
    
  .steps ul:after {
    width: 100% !important;
  }

  .section_help{
    text-align: left;
    line-height: 1;
    padding:10px 20px;
    width: -webkit-fill-available !important;
  }

  .help_title{
    font-size: 15pt;
  }

  .help_image{
    height:45px
  }
  
    .title span {
      font-family: 'AmsiPro Bold';
    }
  
    .content{
      height: 550px;
      width: 100%;
      border-radius: 35px;
    }
  
    .avatarpaso1{
      height: 120px;
    }
  
    .avatarpaso2{
      height: 200px;
    }
  
    .form-group{
      width: 100%;
      margin: auto;
      padding-bottom: 10px;
    }
/*
    .btnValidarV{
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
      position:absolute;
      width:270px;
      bottom: 10px !important;
    }
*/
    input, textarea, select {
      height: 40px !important;
      border-radius: 5px;
    }
  
    .p-4 {
      padding: 1rem !important;
    }
  
    .steps ul:after{
      height:38px;
    }
  
    .title-number{
      width: 28px;
      height: 28px;
    }
  
    .steps ul .current .title-number {
      width: 38px;
      height: 38px;
    }

    .loader2, .loaderresumen02{
      width: 185px;
      line-height: 1.3;
      margin: 80% auto 0px auto;
      border: 1.5px solid #a464ff;
    }
    
    .table > :not(caption) > * > * {
      border-bottom-width: none;
    }
}