/* -- Full View -- */

.unidades_curriculares.full
{

}
.unidades_curriculares.full .ucs.list
{
    margin-top:50px;
}
.unidades_curriculares.full .botao-principal
{
    margin-top:50px;
}



/* -- unidade-curricular.full-- */
.unidade_curricular.full .componente
{
    margin-top: 30px;
}


/*********************************/
/* -- Breakpoints Bootstrap 4 -- */
/* -- Com min-width           -- */
/*********************************/

/* xs - Extra Small devices (nao e necessario nos min-width) */
/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* lg - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* xl - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*********************************/
/* -- Breakpoints Bootstrap 4 -- */
/* -- Com max-width           -- */
/*********************************/

/* xl - Extra Large devices (nao e necessario nos max-width) */
/* lg - Large devices (desktops, below 1200px) */
@media (max-width: 1199.98px) {}
/* md - Medium devices (tablets, below 992px) */
@media (max-width: 991.98px) {}
/* sm - Small devices (landscape phones, below 768px) */
@media (max-width: 767.98px) {}
/* xs - Extra Small devices (portrait phones, below 576px) */
@media (max-width: 575.98px) {}

