
/*
ATENÇÃO!!!!! NO REAL TEM DE SER ADICIONADA A SEGUINTE REGRA:
             html:not(.isHome) .off-canvas-content{
                 padding-top: 70px;}

*/

.breadcrumb_azul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    padding-top: 15px;
}




/*NEWWWWW*/

.course_type span {
    border-bottom: 1px solid #b0adad;
    display: block;
}

.course_type h1 {
    font-family: "PT Sans Italic";
    font-size: 20px;
    color: #888686;
    padding-left: 18px;
    margin-bottom: 5px;

}

.course_levels {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.course_type a {
    font-size: 40px;
    font-family: "Montserrat";
    color: #2c2b2b;
    display: block;
    padding-bottom: 10px;

    color: #3f4244;
    font-family: 'Montserrat SemiBold';
}

.course_type a:hover {
    color: #2b78d0;
    color: #2b78d0;
    border-bottom: 3px solid #2b78d0;
    display: inline-flex;
}

.course_levels a {
    height: 60px;
    margin-bottom: 25px;
}


.course_type {
    padding-top: 100px;
}





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

    .course_type a {
        font-size: 32px;
    }

    .course_levels a {
        height: 50px;
    }

    .course_levels {
        padding-top: 30px;
        padding-bottom: 40px;
    }

}

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

    .course_type a {
        font-size: 27px;
    }

    .course_type h1 {
        font-size: 18px;
    }

    .course_levels a {
        height: 35px;
    }


}




@media only screen and (min-width : 768px) and (max-width : 1024px){

    .breadcrumbs li {
        font-size: 14px;
    }

    .pageSection {
        padding-bottom: 40px;
        padding-top: 100px;
    }

    .cicloensino .content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .cicloensino .ciclowrapper {
        height: 250px;
    }

    .cicloensino {
        margin-bottom: 15px;
    }

    .pageSection {
        padding-bottom: 0px;
    }

    .course_type {
        padding-top: 0px;
    }



}


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

    .course_type a {
        font-size: 20px;
    }

    .course_type h1 {
        font-size: 16px;
        padding-left: 5px;
    }

    .course_levels a {
        height: 28px;
    }


    .course_levels {
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .breadcrumb_azul {
        display: none;
    }

    .course_type {
        padding-top: 35px;
    }



}



