@charset "UTF-8";
:root {
  --ufal-estudante-color: #ff9f00;
  --ufal-estudante-alt: #de8e03;
  --ufal-servidor-color: #144a8d;
  --ufal-servidor-alt: #073164;
  --ufal-transparencia-color: #359e00;
  --ufal-transparencia-alt: #377c15;
  --ufal-informacao-color: #eac102;
  --ufal-informacao-alt: #cc8f04;
}

@keyframes pulse {
  0%, 100% {
    /* Cor azul-500 com 70% de opacidade */
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(59, 130, 246, 0);
  }
}
.animate-pulse-glow {
  animation: pulse 2.5s infinite;
}

body.frontend.section-ufal #content-core a:hover {
  color: var(--ufal-main-color);
}
body.frontend.section-ufal #left-column {
  background-color: var(--ufal-main-color);
}
body.frontend.section-ufal .buttonItem:hover,
body.frontend.section-ufal .descriptionItem .title {
  background-color: var(--ufal-main-color);
}
body.frontend.section-ufal .pagination li.active {
  background-color: var(--ufal-main-color);
}
body.frontend.section-ufal .btn-primary {
  background-color: var(--ufal-main-color);
}
body.frontend.section-ufal .btn-primary:hover {
  background-color: var(--ufal-alt-color);
}
body.frontend.section-ufal .portletNavigationTree a:hover {
  background-color: var(--ufal-alt-color);
}
body.frontend.section-ufal .highlightedSearchTerm {
  color: var(--ufal-main-color);
}
body.frontend.section-ufal .lista-detalhe a:hover {
  color: var(--ufal-main-color) !important;
}
@media (min-width: 992px) {
  body.frontend #menu li.ufal > .dropdown {
    background: var(--ufal-main-color);
  }
  body.frontend #menu li.ufal > .dropdown li:hover, body.frontend #menu li.ufal > .dropdown > li.inPath {
    background-color: var(--ufal-alt-color);
  }
  body.frontend #menu li.ufal > .dropdown .dropdown a:hover {
    background-color: var(--ufal-alt-color);
    color: #fff !important;
  }
  body.frontend #menu li.ufal:hover, body.frontend #menu li.ufal.inPath {
    background-color: var(--ufal-main-color);
  }
}
@media (max-width: 991px) {
  body.frontend li.ufal > a, body.frontend li.ufal > a:after {
    color: var(--ufal-main-color) !important;
  }
}

body.frontend.section-estudante #content-core a:hover {
  color: var(--ufal-estudante-color);
}
body.frontend.section-estudante #left-column {
  background-color: var(--ufal-estudante-color);
}
body.frontend.section-estudante .buttonItem:hover,
body.frontend.section-estudante .descriptionItem .title {
  background-color: var(--ufal-estudante-color);
}
body.frontend.section-estudante .pagination li.active {
  background-color: var(--ufal-estudante-color);
}
body.frontend.section-estudante .btn-primary {
  background-color: var(--ufal-estudante-color);
}
body.frontend.section-estudante .btn-primary:hover {
  background-color: var(--ufal-estudante-alt);
}
body.frontend.section-estudante .portletNavigationTree a:hover {
  background-color: var(--ufal-estudante-alt);
}
body.frontend.section-estudante .highlightedSearchTerm {
  color: var(--ufal-estudante-color);
}
body.frontend.section-estudante .lista-detalhe a:hover {
  color: var(--ufal-estudante-color) !important;
}
@media (min-width: 992px) {
  body.frontend #menu li.estudante > .dropdown {
    background: var(--ufal-estudante-color);
  }
  body.frontend #menu li.estudante > .dropdown li:hover, body.frontend #menu li.estudante > .dropdown > li.inPath {
    background-color: var(--ufal-estudante-alt);
  }
  body.frontend #menu li.estudante > .dropdown .dropdown a:hover {
    background-color: var(--ufal-estudante-alt);
    color: #fff !important;
  }
  body.frontend #menu li.estudante:hover, body.frontend #menu li.estudante.inPath {
    background-color: var(--ufal-estudante-color);
  }
}
@media (max-width: 991px) {
  body.frontend li.estudante > a, body.frontend li.estudante > a:after {
    color: var(--ufal-estudante-color) !important;
  }
}

body.frontend.section-servidor #content-core a:hover {
  color: var(--ufal-servidor-color);
}
body.frontend.section-servidor #left-column {
  background-color: var(--ufal-servidor-color);
}
body.frontend.section-servidor .buttonItem:hover,
body.frontend.section-servidor .descriptionItem .title {
  background-color: var(--ufal-servidor-color);
}
body.frontend.section-servidor .pagination li.active {
  background-color: var(--ufal-servidor-color);
}
body.frontend.section-servidor .btn-primary {
  background-color: var(--ufal-servidor-color);
}
body.frontend.section-servidor .btn-primary:hover {
  background-color: var(--ufal-servidor-alt);
}
body.frontend.section-servidor .portletNavigationTree a:hover {
  background-color: var(--ufal-servidor-alt);
}
body.frontend.section-servidor .highlightedSearchTerm {
  color: var(--ufal-servidor-color);
}
body.frontend.section-servidor .lista-detalhe a:hover {
  color: var(--ufal-servidor-color) !important;
}
@media (min-width: 992px) {
  body.frontend #menu li.servidor > .dropdown {
    background: var(--ufal-servidor-color);
  }
  body.frontend #menu li.servidor > .dropdown li:hover, body.frontend #menu li.servidor > .dropdown > li.inPath {
    background-color: var(--ufal-servidor-alt);
  }
  body.frontend #menu li.servidor > .dropdown .dropdown a:hover {
    background-color: var(--ufal-servidor-alt);
    color: #fff !important;
  }
  body.frontend #menu li.servidor:hover, body.frontend #menu li.servidor.inPath {
    background-color: var(--ufal-servidor-color);
  }
}
@media (max-width: 991px) {
  body.frontend li.servidor > a, body.frontend li.servidor > a:after {
    color: var(--ufal-servidor-color) !important;
  }
}

body.frontend.section-transparencia #content-core a:hover {
  color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia #left-column {
  background-color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia .buttonItem:hover,
body.frontend.section-transparencia .descriptionItem .title {
  background-color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia .pagination li.active {
  background-color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia .btn-primary {
  background-color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia .btn-primary:hover {
  background-color: var(--ufal-transparencia-alt);
}
body.frontend.section-transparencia .portletNavigationTree a:hover {
  background-color: var(--ufal-transparencia-alt);
}
body.frontend.section-transparencia .highlightedSearchTerm {
  color: var(--ufal-transparencia-color);
}
body.frontend.section-transparencia .lista-detalhe a:hover {
  color: var(--ufal-transparencia-color) !important;
}
@media (min-width: 992px) {
  body.frontend #menu li.transparencia > .dropdown {
    background: var(--ufal-transparencia-color);
  }
  body.frontend #menu li.transparencia > .dropdown li:hover, body.frontend #menu li.transparencia > .dropdown > li.inPath {
    background-color: var(--ufal-transparencia-alt);
  }
  body.frontend #menu li.transparencia > .dropdown .dropdown a:hover {
    background-color: var(--ufal-transparencia-alt);
    color: #fff !important;
  }
  body.frontend #menu li.transparencia:hover, body.frontend #menu li.transparencia.inPath {
    background-color: var(--ufal-transparencia-color);
  }
}
@media (max-width: 991px) {
  body.frontend li.transparencia > a, body.frontend li.transparencia > a:after {
    color: var(--ufal-transparencia-color) !important;
  }
}

body.frontend.section-acesso-a-informacao #content-core a:hover {
  color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao #left-column {
  background-color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao .buttonItem:hover,
body.frontend.section-acesso-a-informacao .descriptionItem .title {
  background-color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao .pagination li.active {
  background-color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao .btn-primary {
  background-color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao .btn-primary:hover {
  background-color: var(--ufal-informacao-alt);
}
body.frontend.section-acesso-a-informacao .portletNavigationTree a:hover {
  background-color: var(--ufal-informacao-alt);
}
body.frontend.section-acesso-a-informacao .highlightedSearchTerm {
  color: var(--ufal-informacao-color);
}
body.frontend.section-acesso-a-informacao .lista-detalhe a:hover {
  color: var(--ufal-informacao-color) !important;
}
@media (min-width: 992px) {
  body.frontend #menu li.acesso-a-informacao > .dropdown {
    background: var(--ufal-informacao-color);
  }
  body.frontend #menu li.acesso-a-informacao > .dropdown li:hover, body.frontend #menu li.acesso-a-informacao > .dropdown > li.inPath {
    background-color: var(--ufal-informacao-alt);
  }
  body.frontend #menu li.acesso-a-informacao > .dropdown .dropdown a:hover {
    background-color: var(--ufal-informacao-alt);
    color: #fff !important;
  }
  body.frontend #menu li.acesso-a-informacao:hover, body.frontend #menu li.acesso-a-informacao.inPath {
    background-color: var(--ufal-informacao-color);
  }
}
@media (max-width: 991px) {
  body.frontend li.acesso-a-informacao > a, body.frontend li.acesso-a-informacao > a:after {
    color: var(--ufal-informacao-color) !important;
  }
}

html {
  scroll-behavior: smooth;
}

body.lock {
  overflow: hidden;
}

body.frontend {
  background-image: url("../imgs/background.png");
  background-position: center 39px;
  background-repeat: repeat-x;
  line-height: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.frontend .btn-chatbot {
  /* Tamanho (64x64px, como o w-16/h-16 do Tailwind) */
  width: 4rem;
  height: 4rem;
  /* Gradiente personalizado (replicando o do Tailwind) */
  background: linear-gradient(to bottom right, #3b82f6, #06b6d4);
  border: none;
  font-size: 1.75rem; /* Tamanho do ícone */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
body.frontend .btn-chatbot img {
  width: 40px;
}
body.frontend .btn-chatbot:hover {
  /* Efeito de escala (replicando o hover:scale-110 do Tailwind) */
  transform: scale(1.1);
  /* Escurecendo ligeiramente o gradiente no hover */
  background: linear-gradient(to bottom right, #2563eb, #0891b2);
}
body.frontend .btn-ufal, body.frontend .btn-govbr {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
body.frontend .btn-ufal {
  background-color: var(--ufal-main-color);
}
body.frontend .btn-govbr {
  background-color: var(--ufal-servidor-color);
}
body.frontend .highlightedSearchTerm {
  color: var(--ufal-main-color);
}
body.frontend {
  /* fullcalendar */
}
body.frontend .fc-header-toolbar {
  text-transform: capitalize;
}
body.frontend .legenda {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
body.frontend .legenda li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
body.frontend {
  /* cabecalho */
}
body.frontend #header #barra-brasil {
  margin-bottom: 10px;
}
body.frontend #header .site-actions {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding: 7px 0;
}
body.frontend #header .site-actions li {
  display: inline-block;
  margin-right: 30px;
}
body.frontend #header .site-actions li a {
  font-size: 14px;
  font-family: "ProximaNova";
  color: #fff;
}
body.frontend #header .site-actions li a:after {
  display: block;
  content: "";
  border-bottom: solid 2px var(--ufal-main-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
body.frontend #header .site-actions li a:hover {
  text-decoration: none;
}
body.frontend #header .site-actions li a:hover:after {
  transform: scalex(1);
}
body.frontend #searchGadget_form button[type=submit] {
  margin-top: 0;
}
body.frontend .portal-logo:hover {
  text-decoration: none;
}
body.frontend .identificacao img {
  vertical-align: top;
}
body.frontend .identificacao h1 {
  font-family: "Gill Sans MT";
  text-transform: uppercase;
  font-size: 23px;
  line-height: 29px;
  margin-top: 15px;
  display: inline-block;
}
body.frontend .identificacao a {
  color: #fff;
}
body.frontend #header .social a:hover {
  background-color: var(--ufal-main-color);
  color: #fff;
}
body.frontend {
  /* menu */
}
body.frontend #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.frontend #menu > ul > li > a:after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  padding-left: 5px;
  font-size: 12px;
}
body.frontend #menu .opener, body.frontend #menu label {
  display: none;
}
body.frontend #menu a {
  font-size: 16px;
  text-decoration: none;
}
body.frontend {
  /* busca */
}
body.frontend #busca {
  margin-bottom: 20px;
}
body.frontend .portletEditoriais {
  padding: 28px 30px;
}
body.frontend .portletEditoriais h3 {
  color: #fff;
}
body.frontend .portletEditoriais ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.frontend .portletEditoriais ul a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
body.frontend .portletEditoriais ul a.selected {
  font-family: "ProximaNovaBold";
}
body.frontend .autorelated {
  position: relative;
}
body.frontend .autorelated .row {
  border-top: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 13px;
}
body.frontend .autorelated h3 {
  padding: 10px 0;
  margin: 0;
}
body.frontend #content-core .portalMessage {
  display: none;
}
body.frontend #content.frontpage {
  padding: 0 !important;
}
body.frontend #accessibility {
  list-style: none;
  padding: 7px 0;
  margin: 0;
  display: inline-block;
}
body.frontend #accessibility li {
  display: inline-block;
  margin-right: 5px;
}
body.frontend #accessibility li a {
  font-size: 10px;
  color: #fff;
}
body.frontend #accessibility li a span {
  border: 1px solid #fff;
  padding: 0 2px;
}
body.frontend .contrast-toggle {
  color: #fff;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
body.frontend .contrast-toggle:hover {
  color: var(--ufal-main-color);
}
body.frontend .social-toggle {
  display: none;
}
body.frontend .emec {
  --emec-color: #1964AF;
  display: block;
  max-width: 130px;
  padding: 11px 17px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid var(--emec-color);
  border-radius: 8px;
  color: var(--emec-color);
  text-align: center;
}
body.frontend .emec .emec-logo {
  margin-bottom: 15px;
}
body.frontend .emec span {
  margin: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

/* DEKTOP */
@media (min-width: 992px) {
  #header .identificacao h1 {
    margin-left: 31px;
  }
  #header .social {
    display: inline-block;
    list-style: none;
    padding: 4px 0;
  }
  .mobile-actions {
    display: none;
  }
  /* menu global */
  #menu {
    width: 100%;
    padding-bottom: 34px;
  }
  #menu .close {
    display: none;
  }
  #menu .shadow {
    display: none;
  }
  #menu > ul {
    position: relative;
    margin-top: -18px !important;
    margin-bottom: 17px !important;
    padding: 0;
  }
  #menu > ul > li {
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.2s ease;
  }
  #menu > ul > li.inPath .dropdown {
    z-index: 150;
    visibility: visible;
    opacity: 1;
  }
  #menu > ul > li:hover .dropdown, #menu > ul > li > .opener[checked] ~ .dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 151;
  }
  #menu > ul > li > a {
    padding: 10px 16px;
    display: block;
    color: #fff;
    font-family: "ProximaNovaBold";
    text-decoration: none;
  }
  #menu > ul > li > .dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  #menu > ul > li > .dropdown > li {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin-right: -5px;
  }
  #menu > ul > li > .dropdown > li:first-child {
    border-top-left-radius: 5px;
  }
  #menu > ul > li > .dropdown > li > a {
    color: #fff;
    padding: 15px 16px;
    display: block;
    text-decoration: none;
  }
  #menu > ul > li > .dropdown > li:hover .dropdown, #menu > ul > li > .dropdown > li > .opener[checked] ~ .dropdown {
    max-height: 1500px;
  }
  #menu > ul > li > .dropdown > li .dropdown {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
    transition: all 0.2s ease-in-out;
  }
  #menu > ul > li > .dropdown > li .dropdown a {
    padding: 12px 25px 12px 15px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  #menu > ul > li:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  li.ufal {
    margin-left: 93px;
  }
  /* busca */
  #busca {
    width: 80%;
    margin-left: auto;
    margin-top: 25px;
  }
}
/* tablet e desktop */
@media (min-width: 768px) {
  #main {
    height: 100% !important;
  }
  .newsImageContainer {
    float: right;
    margin-left: 10px;
  }
}
/* somente tablet */
/* celular e tablet */
@media (max-width: 991px) {
  #header {
    position: relative;
  }
  #header .relative {
    position: relative;
  }
  #header .relative a {
    padding: 10px;
  }
  #header .site-actions, #header .social {
    bottom: -100%;
    left: 0;
    position: fixed;
    z-index: 1000000000;
    width: 100%;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
  #header #accessibility {
    display: none;
  }
  #header .contrast-toggle {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 20px;
    z-index: 9999;
  }
  #header .social-toggle {
    position: absolute;
    top: 9px;
    left: 55px;
    font-size: 20px;
    color: #fff;
    display: block;
    z-index: 9999;
  }
  #header .exibir {
    bottom: 0;
  }
  #header .site-actions {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #header .site-actions li {
    margin: 0 !important;
  }
  #header .site-actions a {
    color: #666 !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 5px 15px;
  }
  #header .site-actions a:after {
    display: none !important;
  }
  #header .social {
    padding: 13px 0;
  }
  #header .social a {
    background-color: #f1f1f1;
  }
  #header .identificacao {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  #header .identificacao img {
    display: block;
    margin: 0 auto;
  }
  .mobile-actions {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .mobile-actions a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
  }
  #busca {
    display: none;
  }
  #busca.show {
    display: block;
  }
  #menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    padding: 10% 10% 99px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
  }
  #menu.exibir {
    left: 0;
  }
  #menu.exibir .shadow {
    position: fixed;
  }
  #menu a {
    padding: 10px 0;
  }
  #menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #000;
    z-index: 2;
  }
  #menu .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0.98;
  }
  #menu .dropdown {
    max-height: 0;
    overflow: hidden;
    margin-left: 10px !important;
    transition: all 0.2s ease-in-out;
  }
  #menu > ul {
    position: relative;
    z-index: 1;
  }
  #menu > ul li > .opener[checked] ~ .dropdown {
    max-height: 1500px;
  }
  #menu > ul > li > a {
    font-size: 20px !important;
    font-family: "ProximaNovaBold";
    display: block;
  }
  #menu .dropdown a {
    color: #333;
    font-family: "ProximaNova";
    display: block;
  }
  #busca {
    width: 100%;
    padding: 0 15px;
  }
  #footer .identificacao h2 {
    font-size: 17px !important;
  }
}
/* somente celular */
@media (max-width: 767px) {
  .portletNavigationTree .navTreeTopNode {
    display: block !important;
  }
  .portletNavigationTree .navTreeTopNode a:after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: bold;
    float: right;
  }
  .portletNavigationTree .navTreeTopNode a.open:after {
    content: "\f106";
  }
  .portletNavigationTree .navTreeItem {
    display: none;
  }
  #header .social {
    font-size: 30px;
  }
  #header .social a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #header .social a span {
    padding-top: 10px;
  }
  #footer .identificacao {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .identificacao img {
    display: block;
    margin: 0 auto;
  }
  #footer .social {
    width: 100%;
    text-align: center;
  }
  .creditos {
    text-align: center;
  }
  .newsImageContainer {
    text-align: center;
  }
}
body.template-frontpage {
  background-image: url("../imgs/background-frontpage.png");
  background-position-y: 41px;
}
body.template-frontpage.plone-toolbar-left-default .ancoras {
  left: 61px;
}
body.template-frontpage {
  /* lista com seta */
}
body.template-frontpage .lista-seta {
  padding: 30px 29px 18px;
  list-style: none;
  margin: 0;
}
body.template-frontpage .lista-seta li {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 23px 29px;
  position: relative;
  overflow: hidden;
}
body.template-frontpage .lista-seta li.data {
  background: none;
  padding: 0;
  font-size: 18px;
}
body.template-frontpage .lista-seta li.selected {
  background-color: var(--ufal-main-color);
}
body.template-frontpage .lista-seta li.selected a {
  color: #fff;
}
body.template-frontpage .lista-seta li.selected .data {
  color: #fff;
}
body.template-frontpage .lista-seta li :hover .seta {
  transform: translateX(-86px);
}
body.template-frontpage .lista-seta a {
  font-family: "ProximaNovaBold";
  font-size: 18px;
  margin-bottom: 7px;
  display: inline-block;
  color: #333;
}
body.template-frontpage .lista-seta .data {
  font-family: "ProximaNovaBold";
  font-size: 12px;
  color: var(--ufal-main-color);
  margin-bottom: 10px;
}
body.template-frontpage .lista-seta .descricao {
  font-family: "ProximaNova";
  font-size: 12px;
  color: #808080;
  margin-bottom: 0;
}
body.template-frontpage .lista-seta .seta {
  position: absolute;
  top: 0;
  right: -86px;
  background: var(--ufal-main-color);
  padding: 0 17px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  font-size: 25px;
  vertical-align: middle;
  transition: all 0.5s;
  color: #fff;
  line-height: 1;
}
body.template-frontpage .lista-seta .seta span {
  position: relative;
  top: calc(50% - 15px);
}
body.template-frontpage .lista-seta .empty {
  font-size: 13px;
}
body.template-frontpage {
  /* frontpage */
}
body.template-frontpage #frontpage h2.titulo {
  font-family: "ProximaNova";
  text-transform: lowercase;
  font-size: 37px;
  margin-bottom: 30px;
}
body.template-frontpage #rotativo {
  margin-bottom: 30px;
}
body.template-frontpage #rotativo > .container {
  position: relative;
}
body.template-frontpage #rotativo .btn-config {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}
body.template-frontpage #carroussel {
  margin-top: 11px;
}
body.template-frontpage {
  /* noticias */
}
body.template-frontpage #noticias {
  padding: 49px 0 79px 0;
  background-color: #fff;
}
body.template-frontpage #noticias .noticia {
  position: relative;
}
body.template-frontpage #noticias .noticia .titulo {
  font-family: "ProximaNovaBold";
  font-size: 18px;
  padding: 15px 0;
  display: block;
  line-height: 1.1;
}
body.template-frontpage #noticias .noticia-list {
  margin: 34px 0 0;
}
body.template-frontpage #noticias .ufal .destaque .titulo {
  color: var(--ufal-main-color);
}
body.template-frontpage #noticias .estudante .destaque .titulo {
  color: var(--ufal-estudante-color);
}
body.template-frontpage #noticias .servidor .destaque .titulo {
  color: var(--ufal-servidor-color);
}
body.template-frontpage #noticias .transparencia .destaque .titulo {
  color: var(--ufal-transparencia-color);
}
body.template-frontpage #noticias .ufal .titulo:hover {
  text-decoration-color: #fbd6d7;
}
body.template-frontpage #noticias .estudante .titulo:hover {
  text-decoration-color: #f6daa8;
}
body.template-frontpage #noticias .servidor .titulo:hover {
  text-decoration-color: #85b8f6;
}
body.template-frontpage #noticias .transparencia .titulo:hover {
  text-decoration-color: #b7efd3;
}
body.template-frontpage #noticias .pretty_date {
  display: inline-block;
  padding: 5px 15px;
  font-family: "ProximaNovaBold";
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}
body.template-frontpage #noticias .ufal .pretty_date {
  background-color: var(--ufal-main-color);
}
body.template-frontpage #noticias .estudante .pretty_date {
  background-color: var(--ufal-estudante-color);
}
body.template-frontpage #noticias .servidor .pretty_date {
  background-color: var(--ufal-servidor-color);
}
body.template-frontpage #noticias .transparencia .pretty_date {
  background-color: var(--ufal-transparencia-color);
}
body.template-frontpage #noticias .image_link {
  position: relative;
  display: block;
}
body.template-frontpage #noticias .image_link:hover .overlay {
  height: 100%;
}
body.template-frontpage #noticias .image_link:hover .more {
  visibility: visible;
}
body.template-frontpage #noticias .overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 0;
  transition: height 0.2s ease;
}
body.template-frontpage #noticias .shadow {
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.template-frontpage #noticias .ufal .shadow {
  background: #ff2b34;
}
body.template-frontpage #noticias .estudante .shadow {
  background: #ff9f00;
}
body.template-frontpage #noticias .servidor .shadow {
  background: #144a8d;
}
body.template-frontpage #noticias .transparencia .shadow {
  background: #359e00;
}
body.template-frontpage #noticias .more {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-family: "ProximaNovaBold";
  font-size: 14px;
  z-index: 2;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 38.5px);
  visibility: hidden;
  transition: all 0.2s ease;
}
body.template-frontpage #noticias .ufal .data {
  color: var(--ufal-main-color);
}
body.template-frontpage #noticias .estudante .data {
  color: #ff9f00;
}
body.template-frontpage #noticias .servidor .data {
  color: #144a8d;
}
body.template-frontpage #noticias .transparencia .data {
  color: #359e00;
}
body.template-frontpage #noticias .ufal ul a.titulo:hover {
  color: var(--ufal-main-color) !important;
}
body.template-frontpage #noticias .estudante ul a.titulo:hover {
  color: #ff9f00 !important;
}
body.template-frontpage #noticias .servidor ul a.titulo:hover {
  color: #144a8d !important;
}
body.template-frontpage #noticias .transparencia ul a.titulo:hover {
  color: #359e00 !important;
}
body.template-frontpage #noticias .ufal ul {
  border-left-color: var(--ufal-main-color);
}
body.template-frontpage #noticias .estudante ul {
  border-left-color: #ff9f00;
}
body.template-frontpage #noticias .servidor ul {
  border-left-color: #144a8d;
}
body.template-frontpage #noticias .transparencia ul {
  border-left-color: #359e00;
}
body.template-frontpage #noticias .novo {
  font-size: 20px;
  color: #333;
  text-align: center;
  display: block;
}
body.template-frontpage #noticias .novo:hover {
  color: var(--ufal-main-color);
}
body.template-frontpage #noticias .add-noticia {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin-top: 10px;
}
body.template-frontpage #noticias .add-noticia i, body.template-frontpage #noticias .add-noticia span {
  color: #333;
}
body.template-frontpage #videos {
  padding: 49px 0 79px 0;
}
body.template-frontpage #cursos {
  background-color: #ffb944;
  padding: 49px 0 79px 0;
}
body.template-frontpage #cursos .titulo {
  color: #fff;
}
body.template-frontpage #cursos .image-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
body.template-frontpage #cursos .image {
  width: 100%;
  height: 160px;
  transition: all 0.2s ease;
  position: relative;
}
body.template-frontpage #cursos .image:hover {
  transform: scale(1.2);
}
body.template-frontpage #cursos a {
  display: block;
  font-family: "ProximaNovaBold";
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
body.template-frontpage #cursos span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
body.template-frontpage #cursos .shadow {
  position: absolute;
  background: #333;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 10;
}
body.template-frontpage #cursos .graduacao {
  background: url("../imgs/graduacao.jpg") center no-repeat;
}
body.template-frontpage #cursos .pos-graduacao {
  background: url("../imgs/mestrado.jpg") center no-repeat;
}
body.template-frontpage #cursos .tecnico {
  background: url("../imgs/tecnico.jpg") center no-repeat;
}
body.template-frontpage #cursos .extensao {
  background: url("../imgs/especializacao.jpg") center no-repeat;
}
body.template-frontpage #editais {
  background-color: #e9e9e9;
  padding: 49px 0 79px 0;
}
body.template-frontpage .scroll {
  overflow-y: scroll;
  scrollbar-color: var(--ufal-main-color) transparent;
}
body.template-frontpage #editais-lista {
  height: 368px;
  border-radius: 5px;
  background-color: #fff;
}
body.template-frontpage .main-video {
  overflow: hidden;
  position: relative;
}
body.template-frontpage .main-video img {
  margin: -10% 0;
  width: 100%;
}
body.template-frontpage .main-video a:hover span.fa {
  font-size: 4em;
}
body.template-frontpage .main-video span.fa {
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-left: 15px;
  background-color: var(--ufal-main-color);
}
body.template-frontpage #videos-lista {
  background-color: #fff;
  height: 350px;
}
body.template-frontpage #videos-lista .item {
  height: 90px;
}
body.template-frontpage #videos-lista .dados {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
body.template-frontpage #videos-lista .imagem {
  float: left;
  margin-right: 10px;
}
body.template-frontpage #videos-lista .titulo {
  cursor: pointer;
}
body.template-frontpage #frm-editais {
  background-color: var(--ufal-main-color);
  border-radius: 5px;
  padding: 30px 29px;
}
body.template-frontpage #frm-editais .field {
  margin-bottom: 18px;
}
body.template-frontpage #frm-editais label {
  color: #fff;
  font-size: 13px;
}
body.template-frontpage #frm-editais input, body.template-frontpage #frm-editais select {
  width: 100%;
  border-radius: 5px;
  border-width: 0;
  padding: 11px 16px;
  font-size: 13px;
  background: #fff;
}
body.template-frontpage #frm-editais select {
  color: var(--ufal-main-color);
}
body.template-frontpage #frm-editais input:focus, body.template-frontpage #frm-editais select:focus {
  outline: none;
}
body.template-frontpage #frm-editais .formControls {
  text-align: center;
  background-color: transparent;
  border-top: none;
}
body.template-frontpage #frm-editais input[type=submit] {
  background-color: #690a0e;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: inherit;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.2s ease-in-out;
}
body.template-frontpage #frm-editais input[type=submit]:hover,
body.template-frontpage #frm-editais input[type=submit]:focus,
body.template-frontpage #frm-editais input[type=submit]:active {
  background-color: #410205;
}
body.template-frontpage {
  /* agenda */
}
body.template-frontpage #agenda {
  padding: 49px 0 79px 0;
  background-color: #fff;
}
body.template-frontpage #agenda .meses {
  padding: 0 12px;
  text-align: center;
  margin-top: 30px;
}
body.template-frontpage #agenda .meses a {
  color: #333;
}
body.template-frontpage #agenda .mes {
  color: var(--ufal-main-color);
  font-family: "ProximaNovaBold";
  text-transform: uppercase;
}
body.template-frontpage #agenda .previous_month {
  float: left;
}
body.template-frontpage #agenda .next_month {
  float: right;
}
body.template-frontpage #agenda .ano {
  color: #808080;
  font-family: "ProximaNovaBold";
}
body.template-frontpage #agenda .calendario {
  width: 100%;
  font-family: "ProximaNovaBold";
  font-size: 14px;
  border: none;
}
body.template-frontpage #agenda .calendario thead {
  height: 3.813em;
  padding: 0.7em;
  z-index: 2;
  color: var(--ufal-main-color);
}
body.template-frontpage #agenda .calendario tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body.template-frontpage #agenda .calendario th,
body.template-frontpage #agenda .calendario td {
  display: inline-block;
  padding: 0.7em 0;
  text-align: center;
  box-sizing: border-box;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  background-image: radial-gradient(var(--ufal-main-color) 50%, rgba(0, 0, 0, 0) 53%);
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
body.template-frontpage #agenda .calendario td.event {
  color: #FFFFFF;
  background-size: 3.5em 3.5em;
}
body.template-frontpage #agenda span.time {
  line-height: 1.5;
}
body.template-frontpage #agenda .event span.time {
  cursor: pointer;
}
body.template-frontpage #eventos {
  background-color: #e9e9e9;
  border-radius: 5px;
  height: 414px;
}
body.template-frontpage {
  /* localizacao */
}
body.template-frontpage #localizacao {
  background-color: #98c0f0;
  padding: 49px 0 79px 0;
  color: #fff;
}
body.template-frontpage #localizacao .titulo {
  color: #fff;
}
body.template-frontpage #escolha-mapa {
  position: relative;
  margin-bottom: 37px;
}
body.template-frontpage #escolha-mapa .selected {
  width: 200px;
  background-color: #6893c6;
  border-radius: 22.5px;
  border: none;
  padding: 11px 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  font-family: "ProximaNovaBold";
  font-size: 14px;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
body.template-frontpage #escolha-mapa .selected:after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 168px;
}
body.template-frontpage #escolha-mapa ul.options {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  transition: all 0.2s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -20px;
  padding-top: 20px;
  border-bottom-left-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
}
body.template-frontpage #escolha-mapa ul.show {
  background-color: #76a4dc;
  max-height: 160px;
}
body.template-frontpage #escolha-mapa ul a {
  padding: 11px 40.5px;
  display: block;
  color: #fff;
  font-family: "ProximaNova";
  font-size: 13px;
}
body.template-frontpage #escolha-mapa ul a:hover {
  background-color: #6893c6;
  text-decoration: none;
}
body.template-frontpage #localizacao .mapa {
  position: relative;
  overflow: hidden;
}
body.template-frontpage #localizacao .mapa .loading {
  display: block;
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -37.5px;
  z-index: 0;
}
body.template-frontpage #localizacao .mapa > .campus {
  display: none;
  z-index: 1;
  position: relative;
}
body.template-frontpage #localizacao .mapa > div.show {
  display: block;
}
body.template-frontpage #localizacao .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
body.template-frontpage #localizacao .mapa .map-details {
  position: absolute;
  text-align: center;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  top: calc(50% - 10px);
  left: calc(50% - 110px);
  z-index: 2;
  opacity: 0;
}
body.template-frontpage #localizacao .mapa a:hover .shadow {
  opacity: 0.5;
}
body.template-frontpage #localizacao .mapa a:hover span {
  opacity: 1;
}
body.template-frontpage #localizacao .mapa-local a {
  color: #fff;
  font-size: 13px;
}
body.template-frontpage .modal-image {
  text-align: center;
}
body.template-frontpage .modal-image img {
  max-width: 100%;
  height: auto;
}
body.template-frontpage #endereco, body.template-frontpage #frontpage .central-telefonica {
  font-family: "ProximaNovaBold";
  font-size: 14px;
}
body.template-frontpage #endereco .fa, body.template-frontpage #frontpage .central-telefonica .fa {
  color: #6893c6;
  float: left;
  display: block;
  margin-top: 3px;
}
body.template-frontpage #endereco p, body.template-frontpage #frontpage .central-telefonica p {
  margin-left: 15px;
  line-height: 1.5;
}
body.template-frontpage #endereco p {
  display: none;
}
body.template-frontpage #endereco p.show {
  display: block;
}
body.template-frontpage #frontpage .central-telefonica .nome {
  font-size: 14px;
}
body.template-frontpage #frontpage .central-telefonica .telefone {
  font-size: 24px;
  display: block;
}
body.template-frontpage .ver-mais {
  text-align: right;
}
body.template-frontpage .ancoras {
  display: block;
  position: fixed;
  left: 0;
  top: 220px;
  z-index: 199;
  background-color: #fff;
  border: solid 1px #eee;
  width: 30px;
  padding: 9px 0 8px;
}
body.template-frontpage .ancoras ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  height: 100%;
  min-width: 30px;
}
body.template-frontpage .ancoras ul li {
  cursor: pointer;
  height: 27px;
  margin-bottom: 1px;
  padding-left: 10px;
}
body.template-frontpage .ancoras ul li span {
  display: inline-block;
  clear: left;
  float: left;
  border-color: inherit;
  max-width: 6px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-width 0.2s linear 0.2s;
  -moz-transition: max-width 0.2s linear 0.2s;
  -o-transition: max-width 0.2s linear 0.2s;
  -ms-transition: max-width 0.2s linear 0.2s;
  transition: max-width 0.2s linear 0.2s;
  transform: translateZ(0);
}
body.template-frontpage .ancoras ul li a {
  display: inline-block;
  overflow: hidden;
  min-width: 80px;
  text-align: right;
  padding-right: 10px;
  padding-left: 14px;
  font-size: 10px;
  line-height: 27px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
body.template-frontpage .ancoras ul li.topo span {
  background-color: var(--ufal-main-color);
}
body.template-frontpage .ancoras ul li.topo a {
  color: #fff;
}
body.template-frontpage .ancoras ul li.noticias span {
  background-color: #bbb;
}
body.template-frontpage .ancoras ul li.videos span {
  background-color: #e9e9e9;
}
body.template-frontpage .ancoras ul li.cursos span {
  background-color: #ffb944;
}
body.template-frontpage .ancoras ul li.cursos a {
  color: #fff;
}
body.template-frontpage .ancoras ul li.concursos span {
  background-color: #e9e9e9;
}
body.template-frontpage .ancoras ul li.agenda span {
  background-color: #bbb;
}
body.template-frontpage .ancoras ul li.localizacao span {
  background-color: #98c0f0;
}
body.template-frontpage .ancoras ul li.localizacao a {
  color: #fff;
}
body.template-frontpage .ancoras ul li:hover span {
  width: auto;
  max-width: 100%;
  -webkit-transition: max-width 0.1s linear 0.1s;
  -moz-transition: max-width 0.1s linear 0.1s;
  -o-transition: max-width 0.1s linear 0.1s;
  -ms-transition: max-width 0.1s linear 0.1s;
  transition: max-width 0.1s linear 0.1s;
}

@media (max-width: 991px) {
  #noticias ul {
    margin-bottom: 15px !important;
  }
}
/* somente celular e tablet */
@media (max-width: 767px) {
  body.template-frontpage #frontpage h2.titulo {
    text-align: center;
    margin-bottom: 20px;
  }
  body.template-frontpage #endereco, body.template-frontpage .central-telefonica {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  body.template-frontpage #escolha-mapa {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  body.template-frontpage #editais-lista {
    display: none;
  }
  body.template-frontpage .ver-mais {
    text-align: center;
    margin-bottom: 15px;
  }
  body.template-frontpage .ancoras {
    display: none;
  }
}
@media (max-width: 575px) {
  #noticias .destaque .data {
    position: absolute;
    bottom: 0;
    padding: 15px !important;
  }
  #noticias .destaque .titulo {
    color: #fff !important;
    font-size: 30px !important;
  }
  #noticias .destaque .overlay {
    content: "";
    right: 0;
    bottom: 0;
    top: inherit !important;
    height: 80% !important;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  }
  #noticias .destaque .overlay .shadow {
    display: none;
  }
  #noticias .destaque .overlay .more {
    display: none;
  }
  #noticias ul {
    margin-top: 10px !important;
  }
}
body.contrast {
  background: #000;
}
body.contrast ::placeholder {
  color: #fff;
}
body.contrast #footer,
body.contrast #site,
body.contrast #portal-breadcrumbs,
body.contrast #left-column,
body.contrast #noticias,
body.contrast #cursos,
body.contrast #editais,
body.contrast #agenda,
body.contrast #localizacao,
body.contrast #videos,
body.contrast #barra-brasil {
  background-color: #000 !important;
  color: #fff !important;
}
body.contrast #left-column {
  border-right: 1px solid #fff;
}
body.contrast #header {
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
}
body.contrast #site {
  margin-top: 0;
}
body.contrast #footer {
  border-top: 1px solid #fff;
}
body.contrast #content-core a {
  color: #fff;
}
body.contrast #content-core a:hover {
  color: yellow !important;
}
body.contrast #content-core table, body.contrast #content-core td, body.contrast #content-core tr, body.contrast #content-core th {
  background-color: #000;
  color: #fff;
}
body.contrast .site-actions a:after {
  border-bottom-color: #fff !important;
}
body.contrast .social a {
  color: #000;
}
body.contrast .social a:hover {
  background-color: #000 !important;
}
body.contrast #searchGadget_form .searchField {
  background: #000;
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
}
body.contrast #menu > ul > li {
  background-color: #000 !important;
}
body.contrast #menu > ul > li.inPath, body.contrast #menu > ul > li:hover {
  border: 1px solid #fff;
}
body.contrast #menu > ul > li > ul {
  background-color: #000 !important;
  border: 1px solid #fff;
}
body.contrast #menu > ul > li > ul > li:hover {
  background-color: #000 !important;
}
body.contrast #menu > ul > li > ul > li:hover ul {
  border: 1px solid #fff;
}
body.contrast #menu > ul > li > ul > li.inPath {
  background-color: #000 !important;
}
body.contrast #menu > ul > li > ul > li > ul {
  background-color: #000 !important;
}
body.contrast #menu > ul > li > ul > li > ul > li:hover, body.contrast #menu > ul > li > ul > li > ul > li.inPath {
  background-color: #000 !important;
}
body.contrast #menu > ul > li > ul > li > ul > li a {
  color: #fff !important;
}
body.contrast #menu > ul > li > ul > li > ul > li a:hover {
  background-color: #000 !important;
}
body.contrast #portal-breadcrumbs a, body.contrast #portal-breadcrumbs span {
  color: #fff;
}
body.contrast #portal-breadcrumbs .breadcrumb {
  --bs-breadcrumb-bg: #000;
}
body.contrast #portal-breadcrumbs .breadcrumb-item {
  color: #fff;
}
body.contrast #portal-breadcrumbs .breadcrumb-item:before {
  color: #fff;
}
body.contrast .emec {
  background-color: #000;
  --emec-color: #fff;
}
body.contrast #carroussel .dados .titulo, body.contrast #carroussel .dados .descricao {
  background-color: #000;
}
body.contrast #carroussel .pontos .glider-dot.active {
  background: #fff;
}
body.contrast .btn-primary {
  background-color: #000;
  border: 1px solid #fff;
}
body.contrast .btn-primary:hover {
  background-color: #000;
}
body.contrast #noticias .ufal .titulo, body.contrast #noticias .estudante .titulo, body.contrast #noticias .servidor .titulo, body.contrast #noticias .transparencia .titulo {
  color: #fff !important;
}
body.contrast #noticias .ufal .pretty_date, body.contrast #noticias .estudante .pretty_date, body.contrast #noticias .servidor .pretty_date, body.contrast #noticias .transparencia .pretty_date {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #fff;
}
body.contrast #noticias .ufal ul, body.contrast #noticias .estudante ul, body.contrast #noticias .servidor ul, body.contrast #noticias .transparencia ul {
  border-color: #fff !important;
}
body.contrast #noticias .ufal ul .data, body.contrast #noticias .ufal ul a.titulo, body.contrast #noticias .estudante ul .data, body.contrast #noticias .estudante ul a.titulo, body.contrast #noticias .servidor ul .data, body.contrast #noticias .servidor ul a.titulo, body.contrast #noticias .transparencia ul .data, body.contrast #noticias .transparencia ul a.titulo {
  color: #fff !important;
}
body.contrast #noticias .ufal ul .data:hover, body.contrast #noticias .ufal ul a.titulo:hover, body.contrast #noticias .estudante ul .data:hover, body.contrast #noticias .estudante ul a.titulo:hover, body.contrast #noticias .servidor ul .data:hover, body.contrast #noticias .servidor ul a.titulo:hover, body.contrast #noticias .transparencia ul .data:hover, body.contrast #noticias .transparencia ul a.titulo:hover {
  color: #fff !important;
}
body.contrast #frm-editais {
  background: #000;
  border: 1px solid #fff;
}
body.contrast #frm-editais input[type=submit] {
  background: #000;
  border: 1px solid #fff;
}
body.contrast #editais-lista, body.contrast #eventos {
  background: #000;
  border: 1px solid #fff;
}
body.contrast .lista-seta li {
  background-color: #000;
  border: 1px solid #fff;
}
body.contrast .lista-seta li .seta {
  background: #000;
}
body.contrast .lista-seta li * {
  color: #fff !important;
}
body.contrast #agenda .fc-widget-header {
  background-color: #000;
}
body.contrast #agenda .fc-list-item:hover td {
  background-color: #000;
}
body.contrast #agenda span {
  color: #fff !important;
}
body.contrast #agenda .fc-prev-button, body.contrast #agenda .fc-next-button {
  background: #000;
  border: 1px solid #fff;
}
body.contrast #agenda .fc-prev-button:hover, body.contrast #agenda .fc-next-button:hover {
  background: #000;
}
body.contrast table.calendario th {
  color: #fff;
}
body.contrast table.calendario td.event {
  background-image: radial-gradient(#fff 50%, rgba(0, 0, 0, 0) 53%) !important;
  color: #000 !important;
}
body.contrast #escolha-mapa .selected {
  background-color: #000;
  border: 1px solid #fff;
}
body.contrast #escolha-mapa ul.show {
  background-color: #000;
  border: 1px solid #fff;
}
body.contrast #escolha-mapa ul.show a:hover {
  background-color: #000;
}
body.contrast #localizacao .fa {
  color: #fff !important;
}
body.contrast .links-uteis a {
  background: #000 !important;
  border: 1px solid #fff;
}
body.contrast .portletNavigationTree a:hover {
  background: #000 !important;
}
body.contrast .descriptionView .title {
  background: #000 !important;
  border: 1px solid #fff;
}
body.contrast .buttonView a {
  background: #000 !important;
  border: 1px solid #fff;
}
body.contrast .lista-detalhe .imagem, body.contrast .lista-detalhe .detalhe {
  background: #000;
}
body.contrast .lista-detalhe .data, body.contrast .lista-detalhe .titulo, body.contrast .lista-detalhe .descricao {
  color: #fff !important;
}
body.contrast .lista-detalhe .titulo:hover {
  color: #fff !important;
}
body.contrast.template-search #content {
  border-top-color: #fff;
}
body.contrast #searchform .autotoc-nav {
  background-color: #000 !important;
  border-bottom: 1px solid #fff;
}
body.contrast #searchform .autotoc-nav a {
  background-color: #000 !important;
  margin-bottom: -1px;
}
body.contrast #searchform .autotoc-nav a.active {
  border: 1px solid #fff;
}
body.contrast #frm-editais input, body.contrast #frm-editais select {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
body.contrast .simplebar-scrollbar {
  background-color: #fff;
}
body.contrast nav#category ul li a {
  background-color: #000;
  border: 1px solid #fff;
}
body.contrast nav#category ul li a:hover {
  background-color: #000;
}
body.contrast input[type=text],
body.contrast input[type=password],
body.contrast input[type=email],
body.contrast select, body.contrast textarea {
  background: #000 1px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
body.contrast .standalone, body.contrast .context, body.contrast .destructive, body.contrast [type=submit], body.contrast button {
  background-color: #000;
  border-color: #fff;
}
body.contrast .standalone:hover, body.contrast .context:hover, body.contrast .destructive:hover, body.contrast [type=submit]:hover, body.contrast button:hover {
  background-color: #000;
  border-color: #fff;
}
body.contrast .formControls {
  background: #000;
}
@media (max-width: 767px) {
  body.contrast #menu .shadow {
    background-color: #000;
  }
  body.contrast #menu .close {
    color: #fff;
  }
  body.contrast #menu ul, body.contrast #menu li {
    border: none !important;
  }
  body.contrast #menu a {
    color: #fff !important;
  }
  body.contrast #menu a:after {
    color: #fff !important;
  }
  body.contrast #header .site-actions {
    background-color: #000 !important;
    border-top: 1px solid #fff;
  }
  body.contrast #header .site-actions a {
    background-color: #000 !important;
    border: 1px solid #fff;
    color: #fff !important;
  }
}

/*# sourceMappingURL=tematico.css.map */
