:root {
    --primary_color: #51B574;
    --primary_color_rgb: 215, 209, 27;
    --primary_color_contrast: #FFFFFF;
    --primary_color_contrast_rgb: 255, 255, 255;
    --headings_color: #181921;
    --text_color: #181921;
    --bg_color: #FFFFFF;
    --link_color: #009639;
    --link_hover_color: #114734;
    --link_active_color: #51B574;
    --header_bg_color: #ffffff;
    --topbar_bg_color: #000000;
    --topbar_text_color: #ffffff;
    --topbar_link_color: #009639;
    --topbar_link_hover_color: #51B574;
    --logo_text_color: #181921;
    --menu_text_color: #009639;
    --menu_text_hover_color: #114734;
    --menu_text_active_color: #51B574;
    --menu_dropdown_bg_color: #ffffff;
    --menu_dropdown_text_color: #181921;
    --menu_dropdown_text_hover_color: #114734;
    --menu_dropdown_text_active_color: #51B574;
    --footer_bg_color: #212129;
    --footer_text_color: #A4ACB3;
    --footer_link_color: #FFFFFF;
    --footer_link_hover_color: #114734;
    --footer_headings_color: #FFFFFF;
    --black: #000000;
}

/*Top Bar Social e Gtranslate*/
#sp-top-bar {
    background: #e9e9e9;
    color: #000000;
}

/* Cor do rodapé */
section#sp-bottom {
    background-color: #000000;
}

#sp-footer, #sp-bottom {
    background: #000000;
    color: #ffffff;
}

#sp-bottom {
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 1px 0px;
}

/* paginação */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

/* Cor dos Links dos Menus */
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #51B574;
}

/* Cor Icones Redes Sociais */
#sp-top-bar .social-icons>li a {
    color: #51B574;
}

/* Botões */

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

body .btn-success, body .sppb-btn-success {
    color: #fff;
    background-color: #009639;
    border-color: #009639;
    border-radius: 0;
}
body .btn-primary, body .sppb-btn-primary:hover{
  	background-color: #48B371;
  	border-color: #48B371;
  	color: #ffffff;
}

/* Item quadrado ao lado dos títulos   */
.sp-module-title:after {
    display: none;
  	content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin-left: 5px;
}

/* Posição do Scroll */

.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: var(--primary_color);
    border-radius: 4px;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0.9;
    left: 30px;
}
.sp-page-title.title-image-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(91 91 105 / 38%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* Border top do Accordion */
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #f6fafb;
    border-top: solid 4px #40C0C4;
}

.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
    width: 49px;
    line-height: 50px;
    text-align: center;
    top: 0;
    right: auto;
    left: 0;
    background: #fff;
    color: #212129;
    transform: none !important;
    -webkit-transform: none !important;
    transition: all 0.4s ease-in-out;
}
.atasedemais .sppb-addon-content a {
    padding: 0;
    color: var(--link_color);
    text-decoration: underline!important;
}
.atasedemais .sppb-addon-content a:hover {
    color: #40C0C4;
}

/* Título e Subtítulo da página inicial */
.titlestart h3.sppb-title-heading {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.titlestart p.sppb-title-subheading {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

/* Título e Subtítulo dos posts das notícias */
.noticias h2 {
    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;
}

/* Título e Subtítulo da página inicial */
.titlestart h3.sppb-title-heading {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.titlestart p.sppb-title-subheading {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

/* Eventos página agenda */

.eb-box-heading {
    FONT-WEIGHT: 500;
    border-radius: 7px 7px 0 0;
    color: #333;
    font-weight: 700;
    padding: 8px 10px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
}
#eb-event-page h1.eb-page-heading {
    margin: 0;
    font-size: 20px;
    color: #3FACB1;
}
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: #fff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
}
div#eb-event-info-left {
    display: none;
}
.eb-taskbar.eb-register-buttons-bottom.clearfix {
    display: none;
}

h3.eb-tabbed-plugin-header.eb-plugin-map {
    display: none;
}

/* 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: #009639;
}

/* 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: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0px 0px 0px #ffffff;
    position: relative;
    overflow: hidden!important;
    margin: 0px 0px 30px 0px;
}

#extcalendar .tablec {
    padding: 3px 11px;
    border-top: 1px solid #fff;
    color: #fff;
    background-color: #3facb1;
}
.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: #3facb1;
    border-color: #3facb1;
}

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

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

/* Box  Shadow Próximos Eventos */
.eb-event-item-grid-default-layout {
    box-shadow: 0 0px 0px 0 rgba(6, 10, 20, .08);
    padding: 0;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all .4s ease;
}

/* Category none próximos eventos  */


.eb-event-item-grid-default-layout .eb-event-main-category {
  display: none;
}

.eb-event-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eb-event-title h2{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*Ícone da pasta abaixo das thumbs dos eventos */
.fa-folder-open:before {
    content: "";
	padding-bottom: 10px;
}
/*Cor padrão das categorias dos eventos */
.ebm-category-link{
    color: #51B574;
}

/*Espaçamento das datas nos eventos da página inicial */
#sppb-addon-1702994324158 .eb-event-date-time.clearfix {
    padding: 15px 0px 15px 0px;
    font-size: 13px;
    font-weight: 500;
}

/*Espaçamento da descrição nos eventos da página inicial */
.eb-event-short-description.clearfix {
    border-left: 3px solid #51B574;
    padding: 0px 10px 0px 10px;
}
.eb-event-location-price.row.clearfix {
    padding-bottom: 10px;
}


/*Título dos eventos da página de eventos */
.eb-columns-layout-container .eb-event-wrapper>h2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*Data dos eventos da página de eventos */
.eb-event-item-grid-default-layout .eb-event-date-time {
    font-weight: 500;
    color: var(--eb-grid-default-datetime-color, inherit);
    font-size: 14px;
}
/*Localização e preço dos eventos da página de eventos */
.eb-event-location-price.row.clearfix {
    font-size: 13px;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 5px;
    line-height: 90px;
    font-size: 14px;
    margin: 0;
    position: relative;
    font-family: var(--body_font_family);
    text-transform: uppercase;
}

.fa.fa-calendar:before {
    content: "\f073";
    color: #009639;
}

#sp-bottom {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/*tabs e accordeons color*/
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=top]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]) {
    border-bottom-color: #f4f5f6;
    margin-bottom: 0;
    border-top-width: 5px;
    border-top-color: #51a351;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    background-color: #f4f5f6;
    border-radius: 5px 5px 0 0;
    border-top: solid 3px #51a351;
}

/* Coluna Direita pagina inicial  */
#column-id-1722107495422 {
    box-shadow: 0 0 0 0 #fff;
    background-color: rgba(233, 233, 233, 0.7);
    padding: 5px;
    border: solid 1px #f1f1f1;
}

/* Logo da pagina de login administrator  */
.view-login .login img, .task-logout .login img {
    width: 300px;
    max-height: 80px;
}

/* Texto curto dos eventos na página de eventos */
.eb-event-short-description.clearfix {
    border-left: 3px solid #51B574;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* video na tela principal */
.sppb-section-background-video video {
    object-fit: inherit;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Texto informativos dos eventos */
.text-info {
    --bs-text-opacity: 1;
    color: #51B574 !important;
}

@media (max-width: 1210px) {
    .logo-image {
      height: 40px;
	}
  
  	/* video na tela principal */
    .sppb-section-background-video video {
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

}