:root {
    --primary_color: #0057a6;
    --primary_color_rgb: 0, 87, 166;
    --primary_color_contrast: #FFFFFF;
    --primary_color_contrast_rgb: 255, 255, 255;
    --headings_color: #181921;
    --text_color: #181921;
    --bg_color: #FFFFFF;
    --link_color: #929292;
    --link_hover_color: #0057a6;
  	--link_active_color: #0057a6;
    --header_bg_color: #ffffff;
    --topbar_bg_color: #000000;
    --topbar_text_color: #ffffff;
    --topbar_link_color: #0057a6;
    --topbar_link_hover_color: #000000;
    --logo_text_color: #181921;
    --menu_text_color: #181921;
    --menu_text_hover_color: #0057a6;
    --menu_text_active_color: #0057a6;
    --menu_dropdown_bg_color: #ffffff;
    --menu_dropdown_text_color: #181921;
    --menu_dropdown_text_hover_color: #0057a6;
    --menu_dropdown_text_active_color: #0057a6;
    --footer_bg_color: #212129;
    --footer_text_color: #A4ACB3;
    --footer_link_color: #FFFFFF;
    --footer_link_hover_color: #0057a6;
    --footer_headings_color: #FFFFFF;
    --black: #000000;
}

/* remover social share

.article-social-share {
    display: none;
}
*/
/* nav do footer*/
#sp-bottom .sp-module ul {
 	display: flex;
 	list-style: none;
 	padding: 0;
 	margin: 0;
 	flex-wrap: wrap;
	justify-content: center;
}

.sp-page-builder .page-content #section-id-1677668137245 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-shadow: 0 0 0 0 #ffffff;
}

#sp-footer, #sp-bottom {
    background: #000000;
    /* color: var(--footer_text_color); */
}

/*Border Top accordion
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #f6fafb;
    border-top: solid 4px #0057a6;
}
*/
/* Posição do Scroll */

a.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 65px;
    /* right: 30px; */
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: var(--primary_color_contrast);
    background: #0057a6;
    border-radius: 4px;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0.9;
    left: 30px;
}

/*Redes sociais TOPBar */
#sp-top-bar .social-icons>li a {
    color: #FFFFFF;
}
#sp-top-bar .social-icons>li a:hover {
    color: #0057a6;
}

/* Change Button Color*/
body .btn-primary, body .sppb-btn-primary {
    background: #0057a6;
    color: #FFFFFF;
    border: 1px solid #0057a6;
    border-radius: 0;
}
body .btn-success, body .sppb-btn-success {
    color: #fff;
    background-color: #0057a6;
    border-color: #0057a6;
    border-radius: 0;
}

body .btn-success, body .sppb-btn-success:hover{
    color: #fff;
    background-color: #024A8C;
    border-color: #024A8C;
    border-radius: 0;
}

body .btn-primary, body .sppb-btn-primary:hover {
    background: #024A8C;
    color: #FFFFFF;
    border: 1px solid #024A8C;
    border-radius: 0;
}

.slidetext .sppb-text-center {
    font-weight: bolder;
    text-shadow: 0.1em 0.1em 0.05em #333;
}

/*Calendário e Eventos */

  /* calendario */
  
  .extcal_minical .extcal_navbar {
      background: #ffffff;
  }
  
  .extcal_minical .extcal_month_label a {
      color: #000000;
      font-weight: 700;
        font-size: 16px
  }
  
  .mod_eb_mincalendar_table td {
      border: none;
  }
  
  .mod_eb_mincalendar_td_dayname {
      background: #fff;
      color: #000000;
      font-weight: 700;
      line-height: 15px;
      text-align: center!important;
      
  }

div#eb-minicalendar-container {
  border: 0.5px solid #e2e2e2;
  padding: 15px 0;
}
div#eb-minicalendar-container table tbody tr{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mod_eb_mincalendar_table tbody td {
    font-weight: 500;
    padding: 10px!important;
    height: 36px!important;
    width: 36px!important;
    display: flex;
    align-items: center;
    justify-content: center;
  	border-radius: 50%;
}
.extcal_minical .extcal_navbar td.extcal_month_label {
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
  
  /* calendario - eventos */
.mod_eb_minicalendar_link a, .mod_eb_minicalendar_link i, .mod_eb_minicalendar_link i:before, a.mod_eb_minicalendar_link{
  color: var(--black);
}
td.mod_eb_mincalendar_event{
  background: #0057a6;
}

/* eventos futuros - eventos */
.ebm-upcoming-events .ebm-event-link,
.ebm-event-categories a{
  color: var(--black);
}
.ebm-upcoming-events .ebm-event-link:hover,
.ebm-upcoming-events .ebm-event-link:active,
.ebm-event-categories a:hover,
.ebm-event-categories a:active{
  color: var(--link_color);
}
.ebm-upcoming-events .ebm-event-link+br+i{
    display: none;
}

/* descricao - eventos */
.eb-description-details .eb-box-heading{
  margin: 30px 0 20px;
    padding: 0;
}
.eb-description-details a{
    color: var(--black);
    font-weight: 600;
}
.eb-description-details a:hover,
.eb-description-details a:active,
.eb-description-details a:focus{
    color: var(--link_color);
}
.eb-description-details .img.eb-thumb-left{
  margin: 0 0 20px;
    float: none;
}

.eb-columns-layout-container .eb-event-wrapper {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0px 0px 0px #ffffff;
    position: relative;
    overflow: hidden!important;
    margin: 0px 0px 30px 0px;
}
.eb-event-short-description.clearfix {
    border-left: 3px solid #0057a6;
  	padding: 0px 10px 0px 10px;
}

#extcalendar .tablec {
    padding: 3px 11px;
    border-top: 1px solid #fff;
    color: #fff;
    background-color: #0057a6;
}
.left_calendar.col-md-7 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
  	padding-bottom: 30px;
}
.field-calendar {
    margin-left: 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #0057a6;
    border-color: #176973;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek, #extcalendar .previousday, #extcalendar .previousweek, #extcalendar .nextday, #extcalendar .nextweek {
    background-color: #0057a6;
}

#eb-event-page h1.eb-page-heading {
    margin: 0;
    font-size: 20px;
    color: #0057a6;
}

.fa-folder-open::before{
  content:"";
  padding-bottom: 10px;
}

#sppb-addon-1705406428060 .eb-event-date-time.clearfix {
    padding: 15px 0px 15px 0px;
    font-size: 13px;
}

/*Correções thumbs front - Notícias e Eventos - Capas e textos */
#sppb-addon-1692368006979 .sppb-img-responsive  {
    height: 160px;
    width: 100%;
    border: none;
    box-shadow: none;
    object-fit: cover;
}

#sppb-addon-1692368006979 h3 a {
    padding-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sppb-addon-1705406428060 h2 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sppb-addon-1705406428060 img {
    height: 190px;
    width: 100%;
    border: none;
    box-shadow: none;
    object-fit: cover;
}

.eb-columns-layout-container .eb-event-wrapper img{
    height: 240px;
    width: 100%;
    border: none;
    box-shadow: none;
    object-fit: cover;
}

.eb-columns-layout-container .eb-event-wrapper>h2 {
  	font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.eb-event-box .eb-event-date-time {
    
    font-weight: 700;
    font-size: 100%;
}

div.jwts_toggleControlContainer a.jwts_toggleControl {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: url(images/tab_bg.jpg) repeat-x; */
    background-position-y: 40%; */
    padding: 4px; */
    margin-bottom: 1px;
    line-height: normal;
    padding: 17px 30px 17px 15px;
    background: #F6FAFB;
   /* border-top: solid 4px var(--primary_color);*/
}
.jwts_tabberlive .jwts_tabbertab {
  text-align: left;
  margin: 2px 0 0 !important;
  padding: 8px;
  border: none;
  border-radius: 2px;
  background: #fff;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a, .article-list .article .article-header h3 a {
    color: var(--link_color);
  	padding-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#eb-event-info-left{
  display: none;
}
.eb-box-heading {
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    margin: 0;
    background: #fff;
    border: none;
}
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
}

#sp-top-bar a {
    color: #fff;
}

#sp-top-bar a:hover {
    color: var(--topbar_link_color);
}