/*! Clean h2 */
h2{font-size: 1.375rem;}

/*! SP Carrousel */
.sppb-carousel p {margin:0;text-shadow: 1px 2px 3px #444;}

/*! Blog */
.blog h2 {margin-bottom:30px}
.blog .subheading-category {text-transform:uppercase;}

/*!Animations*/
a {-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out; /*transition: all .15s ease-in-out;*/}

/*!Awesomplete*/
.awesomplete {width: 230px;}

/*! Footer Links */
ul.legal {list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:15px}
ul.legal li {color:white;font-size:14px;}
ul.legal li a {font-size:14px;color:white!important;}
ul.legal li a:hover {opacity:.8}

ul.footersocial {list-style:none;margin:0;padding:0;display:flex;justify-content:end;gap:15px}
ul.footersocial li {color:white;font-size:16px;}
ul.footersocial li a {font-size:16px;color:white!important;}
ul.footersocial li a:hover {opacity:.8}

.homeKid .sppb-addon-content {text-align:center;}
.homeKid img {max-height:390px;width:100%;display:block;}  

/*! Mapa */
.mapa {margin-top:15px;height:350px}
.mapa iframe {width:100%;height:100%;}

/*! Cookies */
#sp-cookie-consent {background-color: #00ade5c2;}
#sp-cookie-consent > div {padding: 10px 20px;}
#sp-cookie-consent {font-weight: 400;}
#sp-cookie-consent .sp-cookie-allow {padding: 5px 15px;font-weight: 400;}

/*! Destaque */
.article-list .article .featured-article-badge {left:unset;right:5px} /* Artigo */
.sppb-article-info-wrap {position:relative;}
.sppb-article-info-wrap .badge {position:absolute;top:5px;right:5px;background-color: #ff7800 !important;}
.article-body p:last-of-type {margin-bottom:0;}

.sppb-addon-articles .sppb-article-meta > span {margin: 0 5px 15px;}

.homeDsk .sppb-row {gap: 1em;display: grid;grid-template-columns: 1fr 1fr;}
.homeDsk .sppb-addon-article {margin-bottom: 0;}

/*! Artigos */
.article-list .article .article-header h2 {margin-bottom: 0.5rem}

/*! Blog */
.article-header h1 {font-weight: 600;text-transform: uppercase;font-size: 2rem!important;margin-bottom: 0.5rem;}
.article-details .article-can-edit {margin-bottom: 0;}
.article-details h3 {font-size: 1.25rem;font-weight: 600;}
.article-details p {margin-top: 0;  margin-bottom: 1.5rem;}
.article-details p:last-of-type {margin-bottom: 0;}
.article-details dl, .article-details  ol, .article-details  ul {margin-top: 0;margin-bottom: 1.5rem;}
.article-details .article-info {margin-bottom: 0;margin-bottom: 1.5rem;}

/*! Lista */
.list-group-item:last-child {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

.list-group-item:first-child {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}

.tags > li a {
  background: rgb(242, 244, 247) !important;
}

.tags > li a:hover {
  background: #40abe6!important;
}

/*! Botoes 2025 */
.btn2025 {background:#FFFFFF;color:#2A7DE1;font-weight:400;border-radius:100px;padding:8px 12px;font-size:14px;transition: all .15s ease-in-out;text-decoration:none;margin-top:5px;display: inline-block;}
.btn2025:hover {background:#b8112d;color:#ffffff;}

/*! Mapa Educativo */
.mapEducativo {position: relative;  margin-top: -65px;  width: 100%;  height: 480px;  border: 0;  bottom: -6px;}

/*! Orgaos Autarquicos */
.orgaos_autarquicos h2{font-size: 1.275rem;}

/*! Evento */
.event_item {border:1px solid #f5f5f5;padding:0}
.event_item img{display:block;position:relative;width:100%;height:250px;object-fit:cover}
.event_item .date{position:absolute;background:#d6002d;padding:5px 10px;top:1px;left:30px;color:#fff;text-align:center;min-width: 70px;}
.event_item .date .dtIcon{font-size:20px}
.event_item .date .mes{font-size:18px;font-weight:500;font-family:Oswald,sans-serif;margin:2px 0}
.event_item .date .day{font-size:14px;font-family:Poppins,sans-serif}
.event_item .box{padding:20px}
.event_item .box h2{margin:0;margin-bottom:0px;font-family:Oswald,sans-serif}
.event_item .box h2 a{color:#252525;text-decoration:none;font-size:22px;font-weight:500}
.event_item .box h2 a:hover{color:#00ade5}
.event_item .box p{font-family:Poppins,sans-serif;color:#252525;text-decoration:none;font-size:16px}

/*! News thumb size */
.sppb-addon-articles .sppb-addon-article-layout-masonry-content img {
  height: 180px;
}

.nwsarticle img {min-height:180px;object-fit:cover;}