.main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.section_welcome{
    height: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    margin: 0px auto;
}

.welcome_image{
    height: 100px;
}

.welcome_title{
    text-align: left;
    line-height: 1;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin:8px
}

.welcome_subtitle{
    text-align: left;
    color: #fff;
    font-size: 35pt;
    font-family: 'AMSIPRO BOLD';
}

.section_help{
    text-align: left;
    line-height: 1;
    padding:10px 20px;
    width: auto;
}

.help_title{
    color: #fff;
    font-size: 35pt;
    font-family: 'AMSIPRO BOLD';
}

.help_image{
    height:80px
}

.content {
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.steps ul:after{
    width: 100% !important;
}

.btnValidarV{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;

    width:366px;
    width:100%;
    padding: 0px 20px;
}

.irs-with-grid .irs-grid{
    display: none !important;
}

@media screen and (max-height: 700px) and (min-width: 601px){
    .content{
        height: 540px !important;
    }

    h2{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container {
        width: 340px !important;
    }

    .avatarpaso1{
        height: 160px;
    }

    .welcome_subtitle{
        font-size: 28pt !important;
    }

    .help_title{
        font-size: 28pt !important;
    }

    .welcome_image{
        height: 70px !important;
    }

    .btnValidarV{
        width:306px !important;
    }
}