@media (max-width: 1024px) and (min-width: 426px) {
    #main_home_container #main_home .top_home .left_col .parte_horasBtn,
    #main_home_container #main_home .top_home .left_col .repositorioBtn{
        width: 100%;
        height: 215px;
        display: block;
        margin: 0;
        float: none;
        background-position: center;
        margin-bottom: 100px;
        margin-top: -50px;
    }
    #main_home_container #main_home .top_home .left_col .parte_horasBtn a,
    #main_home_container #main_home .top_home .left_col .repositorioBtn a{
        margin: 0 auto;
        text-align: center;
    }
    #main_home_container #main_home .top_home .right_col .col_container{
        height: 500px;
    }
    #main_home_container #main_home .top_home .right_col .col_container iframe{
        height: 440px;
    }
    #main_home_container #main_home .bottom_home{
        margin-top: 50px;
    }
    #main_home_container #main_home .bottom_home .right_col{
        width: 50%;
        margin: 0 auto;
    }
    #main_home_container #main_home .bottom_home .left_col{
        width: 100%;
        margin: 0;
    }
    #main_home_container #main_home .bottom_home .left_col,
    #main_home_container #main_home .bottom_home .right_col{
        float: none;
        margin-bottom: 50px;
    }
}
@media (max-width: 425px) {
    #main_home_container #main_home .top_home .left_col{
        width: 100%;
        float: none;
    }
    #main_home_container #main_home .top_home .left_col .parte_horasBtn,
    #main_home_container #main_home .top_home .left_col .repositorioBtn{
        width: 50%;
        height: 215px;
        display: block;
        margin: 0;
        float: none;
        background-position: center;
        margin-bottom: 100px;
        margin-top: -50px;
    }
}