#jform_comentarioderevisor-lbl,
#jform_comentarioderevisor{
  display: none;
}

#clockdiv {
    font-family: sans-serif;
    color: #000;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    gap: 20px; /* Ensures even spacing */
}

#clockdiv > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time {
    font-size: 40px;
    font-weight: bold;
    display: block;
    width: 80px; /* Ensures uniform spacing */
    text-align: center;
}

.smalltext {
    font-size: 16px;
    text-transform: uppercase;
}

/**********LOGO AND MULTIROW ****************/
.logo_uo {
  display: block;
  height: 80px;
  width: auto;
}

.logo_uo img {
  display: block;
  max-width: 100%;
  height: 80px;  
  width: auto;
}

.logo_uo {
    height: 80px;
    display: inline-flex;
    align-items: center;
}


@media (max-width: 576px) {
.logo-image {
    height: 60px !important;
}

.logo_uo img {
    height: 60px;
}
}

@media (max-width: 992px) {
  .logo-image {
    height: 60px !important;
}
  
.logo_uo img {
    height: 60px;
}

  .logo_uo {
    height: 60px;
}
}

#sp-header.lg-header .logo {
    padding: 5px !important;
}

@media (max-width: 675px) {
#sp-header {
    height: 60px;
}
}

@media (max-width: 991px) {
#sp-header {
    height: 70px;
}
}

.mod-articles-items > li {
  list-style: none;
  /* padding-top: 50px; */
}


/*********TITULOS PARA ARTIGOS***************/

ul.mod-articles-items {
  padding-left: 0;
}

.mod-articles-items > li {
  list-style: none;
  padding-top: 50px;
}

.mod-articles-title {
    text-align: center;
    color: #0078c1;
    margin-bottom: 50px;
}  

.mod-articles-item-content .mod-articles-title h4{
    text-align: center;
    color: #0078c1;
}  


/*************** publiico alvo **************/
.publicoalvo {
    border-left: 3px solid #0073e6; /* 3px left border, blue */
    background-color: #e3f2fd; /* Very light blue (Azul Bebê) */
    padding: 8px; /* Inner spacing */
    margin-bottom: 4px; /* Spacing between rows */
  padding-bottom:1px;
}


/***************+PAINELISTAS ***********************/


.date-label {
  min-width: 80px;
  padding: 10px;
  background-color: #007bff;
  color: white;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
}

.event-text {
  flex: 1;
  font-size: 1rem;
  color: #333;
}


/**********+DATAS CHAVES ***********************/


/****** EIXOS TEMATICOS ***********************/
  /* Pequenos ajustes visuais */
  #eixos-tematicos .accordion-button {
    font-weight: 600;
  }
  #eixos-tematicos ul {
    padding-left: 1rem;
  }


/************* TEMPLATE FORMATO *******************/
.conference-icon {
    color: #007bff;
    font-size: 1.2em;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.conference-item {
    margin-bottom: 12px;
    padding: 8px 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.conference-item:hover {
    border-left-color: #007bff;
    padding-left: 8px;
}
