<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* AJUSTES AO LOGIN 07/06/2024 */
/* Usar sempre a class .ic-Login-Body como Parent para assegurar que as alteraÃ§Ãµes sÃ³ se refletem na pÃ¡gina de login*/

.ic-Login-Body .ic-Layout-columns {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('https://i.imgur.com/XdpBKgL.jpeg'); /* Alterar URL da imagem aqui */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

/* para alterar a largura da caixa*/
.ic-Login-Body  #content-wrapper {
    margin: 0 auto;
    width: 512px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
/* Define que a div interna tenha sempre 100% para acompnhar a largura da div mÃ£e content-wrapper*/
.ic-Login-Body #content {
    width: 100%;
}
.ic-Login-Body .ic-Login__container {
    padding: 24px;
}
/* Aumenta o logo para 240px*/
.ic-Login-Body .ic-Login-header__logo {
    flex: 0 0 240px;
}
/* Esconde todas as divs internas do footer*/
.ic-Login-Body .ic-Login-footer__links,
.ic-Login-Body .ic-Login-footer__logo-link,
.ic-Login-Body .ic-Login-footer__links{
    display: none;
}



html {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

h1,
h2,
h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}

img {
    outline: 1px solid transparent;
}


/* ADJUSTING SIDEBAR 1 

.ic-app-header {
    box-sizing: border-box;
    position: fixed;
    top: 14px;
    left: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 132px;
    z-index: 100;
    background-color: var(--ic-brand-global-nav-bgd);
}

*/




/*

Define keyframes for slide-in animation
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

Define keyframes for slide-out animation
@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

Set initial state to hide the navigation
.ic-app-header__main-navigation,
.ic-app-header__secondary-navigation {
    display: none; 
}

Apply animation to the navigation only when hovering over .ic-app-header
.ic-app-header:hover .ic-app-header__main-navigation,
.ic-app-header:hover .ic-app-header__secondary-navigation {
    display: block;
    box-sizing: border-box;
    flex: 1 0 auto;
    animation: slideIn 0.5s forwards; 
    
    Use forwards to keep the element visible after animation

}

Apply animation to slide out when hovering out
.ic-app-header:not(:hover) .ic-app-header__main-navigation,
.ic-app-header:not(:hover) .ic-app-header__secondary-navigation {
    animation: slideOut 0.5s forwards;
    
    
    Use forwards to keep the element hidden after animation

}


*/







.page-title {
    display:none
}

.course-title {
    display:none
}










.btn .button .Button {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
}


.Button--primary {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
    background: #009bd0;
    border-color: #009bd0;
    color: #ffffff;
}


.Button--secondary {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
    background: #ef7d00;
    border-color: #ef7d00;
    color: #ffffff;
}

.al-trigger {
    padding: 8px 32px;
    border-color: #009bd0;
    background: #ffffff;
    color: #009bd0;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__switch {
    background: #009bd0;
    border: 2px solid #009bd0;
}

.ic-app-course-nav-toggle i[class*=icon-], .ic-app-course-nav-toggle i[class^=icon-] {
border-radius: none;
border: none;
}





/* EDITING RIGHT-SIDEBAR CONTENTS */



.events_list.recent_feedback {
    visibility: hidden;
}

.events_list.coming_up {
    visibility: hidden;
}


.todo-list.Sidebar__TodoListContainer {
    visibility: hidden;
}

#course_show_secondary {
    display: none;
}

/*

.tray-with-space-for-global-nav div h2 {
    display: none;
}

.tray-with-space-for-global-nav div hr {
    display: none;
}

.tray-with-space-for-global-nav div ul li h3 {
    display: none;
}

.tray-with-space-for-global-nav a.css-1b530vs-view-link[href="/courses"] {
    display: none;
}

.tray-with-space-for-global-nav div div {
    display: none;
}

.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view.css-1dsl5sr-view {
    margin-top: 2.5rem;
}

*/





/*

#right-side {
    display: none;
}


.with-right-side #right-side-wrapper {
    display: none;
}   
*/


/*

.ic-app-main-content__secondary {
    display: none;
}

#course_show_secondary {
    display: none;
}



.events_list {
    display: none;
}



#right-side .button-sidebar-wide {
    text-align: left;
    margin: 5px auto;
    display: block;
    background: #ffffff;
    border-color: #009bd0;
    color: #009bd0;
}

*/





#hidden-phone {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000000;
    font-weight: normal;
}

#section-tabs {
    font-size: 14px;
}

#nav-tray-portal ul {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
}

#nav-tray-portal h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

#nav-tray-portal h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.ic-Layout-contentMain th {
    font-family: Georgia, 'Times New Roman', Times, serif;
    }

.ic-Layout-contentMain h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
    }

.ic-Layout-contentMain h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
    }


 /*   
.ic-Layout-contentMain span {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
    }
*/

body.primary-nav-expanded .menu-item__text {
    color: #000000;
    line-height: 1.1;
    font-size: 12px;
    font-weight: 400;
}

body.primary-nav-transitions .menu-item__text {
    display: none;
}

.ic-app-header__menu-list-link:hover .menu-item__text, .ic-app-header__menu-list-link:focus .menu-item__text {
    display: none;
}

.ic-app-header__menu-list-link:hover, .ic-app-header__menu-list-link:focus {
    background-color: #009bd02b;
    text-decoration: none;
    outline: none;
}

.ic-app-header__menu-list-link:active {
    background-color: #009bd02b !important;
    box-shadow: unset;
}

body.primary-nav-expanded .ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .menu-item__text {
    color: #009bd0;
   text-decoration: underline;
   font-weight: bold;
}

.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link {
    background: #009bd02b;
}

:root {
    --ic-brand-global-nav-menu-item__text-color: #000000;
    --ic-brand-global-nav-menu-item__text-color--active: #000000;
    --ic-brand-global-nav-menu-item__text-color--active: underline;
}


.ic-app-footer {
    display: none;
}






/* CENTERING CONTENTS ON PAGE */



#wiki_page_show {
    width: 860px;
}

#module_navigation_target {
    width: 860px;
}

#content-wrapper {
    width: 860px;
}

#content {
    width: 860px;
}

#course_home_content {
    width: 860px;
}

/*

#not_right_side {
    width: 1150px;
}

*/


/*

.ic-app-main-content .ic-Layout-contentWrapper .ic-Layout-contentMain .course_home_content {
    width: 1150px;
}

*/




.pages.show.home .show-content {
    padding-top: 0;
}

.show-content.user_content.clearfix.lti-content.enhanced {
    width: 1150px;
}

.pages.show.home .show-content {
    padding-top: unset;
}






.pages.show .page-title {
    display: none;
}

.ic-Layout-contentMain {
    padding: 36px 0px 48px 0px;
}

@media only screen and (min-width: 992px) {
.pages.show .show-content {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
}

@media only screen and (min-width: 1140px) {
body.course-menu-expanded:not(.ic-no-flex-layout):not(.embedded) .ic-app-main-content {
    display: flex;
    margin: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
}

@media (min-width: 768px) {
body.course-menu-expanded:not(.ic-no-flex-layout):not(.embedded):not(.is-inside-submission-frame) .ic-Layout-columns {
    margin-inline-start: 192px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
}

@media only screen and (min-width: 992px) {
body:not(.course-menu-expanded):not(.ic-no-flex-layout):not(.embedded) .ic-app-main-content {
    display: flex;
    margin: auto;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline-start: 192px;
}
}

@media only screen and (min-width: 992px){
body:not(.course-menu-expanded):not(.ic-no-flex-layout):not(.embedded) .ic-Layout-contentWrapper {
    flex: none;
    min-width: 1px;
}
}

@media (min-width: 768px){
body:not(.no-headers) .ic-Layout-wrapper {
    margin-left: 54px;
}
}

.ic-app-nav-toggle-and-crumbs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c7cdd1;
    margin: 60px 0px 0px 32px;
    min-height: 4.5rem;
    box-sizing: border-box;
}
 




.ic-sticky-frame {
    position: sticky;
    top: 0;
    max-height: 100vh;
    padding: 24px 42px 4.5rem 24px;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}


.ic-app-course-menu.ic-sticky-on {
    bottom: 0;
    padding: 14px 0px 0px 0px;
}


#breadcrumbs {
    display: none;
}





/* TOP LEFT LOGO */

.ic-app-header__logomark-container {
    width: 68px;
}



/* REMOVER TERMO DA BARRA DE NAVEGAÃ‡ÃƒO SECUNDÃRIA */

.ic-app-course-menu #section-tabs-header-subtitle {
    visibility: hidden;
}



/* TÃTULO PROGRAMA */

.pages.show.home .course-title {
    display: none;
}




/* BUTTON FOCUS */

/*
.btn:focus, .Button:focus, .ui-button:focus {
    box-shadow: unset;
}

.list-view&gt;ul&gt;li&gt;a:focus, .list-view&gt;nav&gt;ul&gt;li&gt;a:focus, .list-view&gt;div&gt;nav&gt;ul&gt;li&gt;a:focus {
    outline-offset: unset;
    outline-color: unset;
    outline-width: unset;
    outline-style: unset;
}

*/

:focus-visible {
    outline: 1px solid #009bd0;
}

:focus {
    outline: 1px solid #009bd0;
}





/* MODAL C/ ANÃšNCIOS */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0.5;
    z-index: 999;
}


.modal-content {
    top: 300px !important; 
    overflow: hidden auto;
    background-color: white;
    padding: 32px 42px;
    box-sizing: border-box;
    max-width: 50%;
    min-width: 500px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
    border: #009bd0;
    border: 2px solid #009bd0;
}

#announcements_on_home_page span h1 {
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 22pt;
    font-weight: normal
    ;
}

#announcements_on_home_page span {
    margin: 0px;
}

#announcements_on_home_page .ic-announcement-row__content .user_content {
    height: 100px;
}

.ic-item-row {
    gap: 8px;
}

.ic-item-row__content-col p, .ic-item-row__content-col h4, .ic-item-row__content-col .ic-announcement-row__content {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}










.icon-mini-arrow-left {
    color: #009bd0;
}

.icon-mini-arrow-right {
    color: #009bd0;
}

.module-sequence-footer-button--previous {
    background-color: #ffffff;
    border-radius: 2px;
    border-color: #009bd0;
}

.module-sequence-footer-button--next {
    background-color: #ffffff;
    border-radius: 2px;
    border-color: #009bd0;
}


.btn, .Button, .ui-button {
    background: #ffffff;
    border-color: #292929;
    color: #292929;
}

.btn:hover, .Button:hover, .ui-button:hover {
    background: #e4f8ff;
    border-radius: 4px;
    color: #009bd0;
}

.Button.Button--link.ic-app-course-nav-toggle {
    margin-right: 12px;
    padding: 0;
    width: 36px;
    height: 30px;
    border: 0px;
}

/* BOTTOM LEFT TOGGLE BUTTON NAVBAR */

.ic-app-header__menu-list-link.ic-app-header__menu-list-link--nav-toggle {
    display: none;
}







/* CREATING AN INLINE FOOTER FOR UA PAGES 

.module-sequence-footer {
    position: relative;
    left: -110px;
    right: 0;
    bottom: 0;
    height: 50px;
    margin-top: -80px;
    width: 1086px;
    z-index: 1;
}


.module-sequence-footer .module-sequence-footer-content {
    height: 64px;
    background: none;
    border: none;
    box-sizing: content-box;
    padding: 0;
}

.module-sequence-footer .module-sequence-footer-content {
    height: 64px;
    background: none;
    border: none;
    box-sizing: content-box;
    padding: 0;
}

.module-sequence-footer .module-sequence-footer-content .Button {
    padding: 4px 8px;
    border: 1.5px solid #009bd0;
}
*/

#questions.assessment_results .question .header {
    padding: 8px 20px;
    background-color: #fff;
    overflow: auto;
}

.question .header {
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #009bd0;
    background-color: #ffffff;
    padding: 8px 20px;
    margin: 0;
    color: #009bd0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question_text.user_content.enhanced table tbody tr td {
    display: table-cell;
    text-align: center;
    line-height: 1.2em;
}


.question_text.user_content.enhanced table tbody tr td span {
    font-size: 11pt;
}


.question_input {
    max-width: 70% !important;
    margin-top: 20px;
}




















/* CUSTOMIZING JORNADA DE APRENDIZAGEM */

.item-group-condensed .ig-header {
    margin-top: 15px;
    background-color: #fff;
    border: 1.5px solid #009bd0;

}

.ig-header .name {
    color: #009bd0;
    font-size: 1.2rem;
    text-shadow: none;
    font-weight: 500;
}

.ig-header .title {
    color: #009bd0;
    font-size: 1.2rem;
    text-shadow: none;
    font-weight: 500;
}

.ig-header .ig-header-title {
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: initial;
    margin: auto 18px;
    flex: 1 1 auto;
}

.ig-header .ig-header-title .icon-mini-arrow-down {
    vertical-align: baseline;
}

.ig-title {
    color: #333333 !important;
    font-weight: normal;
    padding-right: 12px;
    line-height: 1.3;
    margin-bottom: 3px;
    min-width: 1px;
    font-size: 0.95em;
    text-align: left;
}

.ig-type-icon {
    color: #009bd0;
    justify-content: right;
}

button.element_toggler {
    font-family: "Helvetica Neue", "Lato Extended", "Lato", Helvetica, Arial, sans-serif;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 3px;
    color: #009bd0;
    font-weight: 500;
    outline: none;
}

.context_module_item.context_module_sub_header .locked_title {
    font-size: 1rem;
    display: inline;
    color: #009bd0;
    font-weight: normal;
}

.ig-details {
    color: #009bd0;
}

.ig-info {
    word-wrap: break-word;
    display: flex;
    justify-content: space-between;
    overflow-wrap: break-word;
    flex: 1;
    min-width: 1px;
    margin: 0px 12px;
    align-items: center;
}

i[class*=icon-]:before, i[class^=icon-]:before, a[class*=icon-]:before, a[class^=icon-]:before {
    font-family: "InstructureIcons-Line";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 0.85rem;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.requirement-description.ig-details__item {
    display: none;
}

.context_module .ig-row .module-item-status-icon {
    padding-right: 16px;
}

.ig-header .requirements_message {
    display: none;
}





/* VÃ­DEO-AULA + FÃ“RUM EDITS */

.topic .entry-content {
    padding: 0px 0px 32px 0px;
    border-left: none;
    border-right: none;;
}


.toolbarView .headerBar {
    min-height: 53px;
    overflow: visible;
    box-sizing: border-box;
    padding: 12px 12px 0px 12px;
    background: none;
    border: none;
}

.discussion_entry .discussion-entry-reply-area {
    padding: 0 .8em .3em;
    border: none;
}

.discussion-section.discussion-assignment-section.alert.alert-info {
    visibility: hidden !important;
}

#quiz_student_details  {
    visibility: hidden !important;
}


#module_sequence_footer {
    position: relative !important;
    bottom: 0px;
    z-index: 100;
    width: 100% !important;
    right: unset !important;
}




/* QUIZ 



.question .header {
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #009bd0;
    background-color: #ffffff;
    padding: 8px 20px;
    margin: 0;
    color: #009bd0;
}


*/


.question {
    border: 1px solid #009bd0;
    background-color: #fff;
}

.question .header .question_points_holder {
    float: right;
    font-size: .7em;
    font-weight: normal;
    color: #009bd0;
    margin-top: .3em;
}



.ic-Layout-contentMain h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
    /*margin-top: 40px;*/
}


.form-actions {
    border: 1px solid #009bd0;
    margin: 18px 0 -1px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}





/* PONTUAÃ‡ÃƒO */

.student_assignment.hard_coded.group_total {
    display: none;
}

.ic-item-row__content-col p, .ic-item-row__content-col h4, .ic-item-row__content-col .ic-announcement-row__content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ic-item-row__content-link {
    color: #009bd0;
}



/* AVALIAÃ‡ÃƒO */

.header-bar-left #searchTerm {
    display: none;
}

div#student-grades-right-content {
    visibility: hidden;
}

.student_assignment.assignment_graded.editable .icon-check-plus.standalone-icon {
    display:none;
}



/* REFORMAT VIDEO AULA COM FÃ“RUM */


.css-11fb808-view {
    display: none;
}

.css-hrgp63-view {
    display: none;
}


.css-6inuak-view--flex-flex {
    padding: unset !important;
}


.css-16umzoa-view--block {
    height: unset !important;
    padding: unset !important;
}

.css-3qn3vl-view--flex-flex {
    padding: unset !important;
}

.css-15w7yyw-view {
    border-style: hidden !important;
}


/* CORRIGIR NOVO MODELO DE TESTES */

.ic-full-width-with-nav .tool_launch {
    height: 100vh !important;
    flex: unset !important;
}</pre></body></html>