@media screen and (max-width: 736px) {

    h2{
        font-size: 18px !important;
    }

    .comprarCurso{
        width: 100%;
        height: auto;
        border : 0px solid orange;
        /* display: flex;*/
    }
    .LeftCurso{
        width: 100%;
        border : 0px solid green;
        float: left;
    }
    .RightCurso{
        width: 100%;
        padding: 10px;
        border: 0px solid blue;
        float: left;
    }

    .ContenedorTablas_Full{
        padding: 2px;
        width: 99%;
        overflow-x: auto;
        border : 0px solid blue;
    }

    .TablaEspesores {
        table-layout: fixed;
        width: auto;
        white-space: nowrap;
        overflow-x: auto ;
        border: 1px solid gray;
        border-collapse : separate;

    }
}