@media only screen and (min-width: 768px) {
	#homeSlider .content-slide h2 {
		font-size: 1.5rem
	}
    /*** BLOG ***/
    #blog .carousel-control-prev {
        left: -62px;
    }
    #blog .carousel-control-next {
        right: -62px;
    }
    /*** BLOG ENDS***/
    
    /*** PROGRAMA ACADEMICO ***/
    #subInfo .row {
        width: 85%;
    }
    section h2.title-lines:after,
    section h2.title-lines:before,
    section h2.title-lines-white:after,
    section h2.title-lines-white:before {
        content: '';
        display: inline-block;
        height: 2px;
        margin-top: -3px;
        vertical-align: middle;
        width: 3em;
    }
    section h2.title-lines:after,
    section h2.title-lines:before {
        background-color: var(--primary);
    }
    section h2.title-lines-white:after,
    section h2.title-lines-white:before {
        background-color: #fff;
    }
    section h2.title-lines:after,
    section h2.title-lines-white:after {
        margin-left: 2em;
    }
    section h2.title-lines:before,
    section h2.title-lines-white:before {
        margin-right: 2em;
    }
    /*** PROGRAMA ACADEMICO ENDs***/
}
@media only screen and (min-width: 1024px) {
    section h2.title:before,
    section h2.title-white:before {
        content: '';
        height: 2px;
        width: 15em;
        left: -15.5em;
        top: 15px;
        position: absolute;
    }
    section h2.title:before {
        background-color: var(--primary);
    }
    section h2.title-white:before {
        background-color: #fff;
    }
    
    .brd-btm-right-curved {
        /*border-bottom-right-radius: 9rem;*/
    }
    
    .programs .bg-img {
        height: 250px;
    }
    
    .groups .bg {
        height: 290px;
        width: 80%;
    }
    
    #colegiados table tr > th:first-of-type {
        width: 12%;
    }
    
    /*** PROGRAMA ACADEMICO ***/
    #subheader .academic-program .circle {
        background-position: top;
        height: 170px;
        position: absolute;
        top: 25px;
        width: 170px;
    }
    /*** PROGRAMA ACADEMICO ENDS***/
    
    #footer .content-logo {
        padding-left: 22%;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar.fill {
        background-color: var(--primary);
    }
    .navbar-collapse {
        background-color: transparent;
    }
    
    /*** PROGRAMA ACADEMICO ***/
    #subheader .academic-program .circle {
        background-position: top;
        height: 200px;
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
    }
    /*** PROGRAMA ACADEMICO ENDS***/
}