/*SCREEN XS (575px-376px)*/
@media screen and (max-width:575px) and (min-width:300px) {
   .btn_logo{
        max-width: 100%;
        width: 75%;
        height: auto;
    }

    .btn_comenzar_formularios{
        max-width: 100%;
        width: 35%;
        height: auto;
        cursor: pointer;
    }
}


@media screen and (max-width:768px) and (min-width:576px) {
    .btn_logo{
        max-width: 100%;
        width: 75%;
        height: auto;
    }

    .btn_comenzar_formularios{
        max-width: 100%;
        width: 25%;
        height: auto;
        cursor: pointer;
    }
}