/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/04/2022, 23:41:40
    Author     : Carlos Braga
*/

a[ng-click] {
    cursor: pointer;
}
ul.people_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.people_list_item {
    padding: 6px 12px;
}
.people_list_details img {
    width: 100%;
    aspect-ratio: 1.5/2;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.people_list_details h3 {
    color: #1C3998;
    font-size: 20px;
}
.people_list_details p {
    color: #50514F;
    font-size: 16px;
    font-weight: 700;
}
li.people_list_item.first .people_list_details {
    max-width: 260px;
}

ul.doc_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.doc_list_details h3 {
    color: #1C3998;
    font-size: 20px;
    margin: 18px 0 0;
}
.doc_list_details a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #50514F;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.doc_list_details a span {
    color: #4CA5FF;
    font-size: 24px;
    margin: 0 6px 0 0;
}


.contacts_details_container {
    width: 350px;
}

.contacts_item_wrapper h3 {
    font-size: 20px;
    color: #1C3998;
}
.contacts_item_wrapper p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 24px;
    font-size: 14px;
}
.contacts_item_wrapper p span {
    color: #4CA5FF;
    font-size: 24px;
    width: 24px;
    margin: 0 12px 0 0;
}
.contacts_map_container {
    padding: 0 12px;
}
.contacts_map_container ng-map {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 36px;
}
.contacts_item_wrapper p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 24px;
    font-size: 14px;
    margin: 12px 0 24px;
}








/* SLIDEOUT */
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    min-height: 100vh;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /* will-change: transform; */
    height: 100%;
    /* overflow: hidden; */
}

/*.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}*/

.slideout-open .slideout-menu {
    display: block;
}
.slideout-menu {
    z-index: 3;
    display: block;
    will-change: transform;
    z-index: 1000;
}
.slideout-menu-left {
    left: -300px;
}
.slideout-menu-right {
    right: -300px;
}
.slideout-dimmer {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideout-open .slideout-dimmer {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}




.sidemenu_container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
.sidemenu_container img.sidemenu_bkg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.sidemenu_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 18px 0;
    box-sizing: border-box;
}
.sidemenu_header_wrapper button.round.red.md-button.md-ink-ripple {
    margin: 0 -46px 0 0;
}
.sidemenu_header_wrapper img.auth_logo {
    height: 37px;
    margin: 0;
}
.sidemenu_body_container {
    flex: auto;
    overflow: auto;
    padding: 0 0 24px;
}
.sidemenu_body_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* overflow: auto; */
}

.sidemenu_top_links_container {
    margin: 24px 0;
}
.sidemenu_top_links_wrapper h1 {
    font-size: 20px;
    color: #8dc7e2;
}
.sidemenu_top_links_wrapper h1 span {
    margin: 0 12px 0 0;
}
.sidemenu_top_links_wrapper .topbar_login_button.md-button.md-ink-ripple {
    border: 2px solid #8DC7E2;
    height: 48px;
    border-radius: 20px;
    padding: 0 28px;
    text-transform: inherit;
    font-weight: 700;
    margin: 12px 0;
}
.sidemenu_top_links_wrapper ul {
    margin: 6px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #8dc7e2;
}
.sidemenu_top_links_wrapper ul li a {
    padding: 6px 0;
    display: block;
    margin: 0;
    text-decoration: none;
    color: #8dc7e2;
}
.sidemenu_common_links_wrapper ul {
    margin: 6px 0;
    padding: 0;
    color: #fff;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}
.sidemenu_common_links_wrapper ul li {
    height: 37px;
}
.sidemenu_common_links_wrapper ul li a {
    padding: 6px 0;
    display: block;
    margin: 0;
    text-decoration: none;
    color: #fff;
}
.sidemenu_top_links_wrapper ul li {
    height: 37px;
}
.sidemenu_top_links_wrapper ul li a.special {
    color: #e35a49;
}
.sidemenu_footer_container {
    padding: 12px 0;
}




ul.sidemenu_nav_menu_wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sidemenu_nav_menu_wrapper a {
    text-decoration: none;
}
li.sidemenu_nav_menu_item {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(76 165 255 / 0%);
    transition: .15s all linear;
}
li.sidemenu_nav_menu_item.active {
    background: rgb(76 165 255 / 10%);
}
li.sidemenu_nav_menu_item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #1C3998;
    font-weight: 700;
}
ul.sidemenu_nav_menu_submenu {
    list-style: none;
    padding: 0;
    font-size: 14px;
    height: 0;
    overflow: hidden;
}
li.sidemenu_nav_menu_item.active ul.sidemenu_nav_menu_submenu {
    height: auto;
}
ul.sidemenu_nav_menu_wrapper ul.sidemenu_nav_menu_submenu a {
    text-decoration: none;
    color: #025AD1;
    border-radius: 10px;
    padding: 6px 8px;
    display: flex;
}
ul.sidemenu_nav_menu_wrapper ul.sidemenu_nav_menu_submenu a.current {
    color: #fff;
    background: #025AD1;
}



cl-paging {
    display: flex;
    align-items: center;
    justify-content: center;
}
cl-paging button.md-icon-button.md-button.md-ink-ripple {
    width: 32px;
    height: 32px;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    border-radius: 12px;
    box-shadow: 0px 0px;
    background: #fff;
    color: #1c3997;
    margin: 0 3px;
}
cl-paging button.md-icon-button.md-button.md-ink-ripple.md-primary {
    background: #4CA5FF;
    color: #fff;
}
cl-paging button.md-icon-button.md-raised.md-warn.md-button.md-ink-ripple {
    font-size: 20px;
    background: #1C3998;
    color: #fff;
    letter-spacing: -4px;
    padding: 0;
}
cl-paging button.md-icon-button.md-button.md-ink-ripple:hover, .md-button.md-primary.md-raised:not([disabled]):hover {
    background: #1c3997;
    border: 1px solid #1C3998;
    color: #fff;
}


.page_nav_wrapper a.md-button.md-ink-ripple {
    min-height: auto;
    line-height: unset;
    padding: 0;
    border-radius: 10px;
    text-transform: unset;
}
.page_nav_wrapper a.md-button.md-ink-ripple span {
    width: 24px;
    height: 24px;
    background: #1c3997;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
}
.page_nav_wrapper a.md-button.md-ink-ripple p {
    font-size: 12px;
    border: 1px solid #1C3998;
    margin: 0 0 0 24px;
    padding: 0 12px;
    border-radius: 10px;
    color: #1C3998;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.page_content_container {
    padding: 0 24px 0 0;
}
h1.page_content_title {
    font-size: 32px;
    color: #1C3998;
    margin: 0 0;
}
p.page_content_date {
    color: #C2C2C2;
    font-size: 16px;
    margin: 12px 0;
}
.page_content_img_wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
img.page_content_img {
    width: 100%;
    display: block;
}
.page_content_text {
    font-size: 14px;
    color: #50514F;
    margin: 24px 0;
}



.event_details_wrapper ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.event_details_wrapper ul li h5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1C3998;
    font-size: 14px;
}
.event_details_wrapper ul li h5 > span {
    font-size: 24px;
    color: #4CA5FF;
    width: 28px;
}
.event_details_wrapper ul li p {
    color: #50514F;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.event_details_wrapper ul li p a span {
    background: #1C3998;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    font-size: 16px;
    margin: 0 6px;
}




ul.heraldica_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.heraldica_list_details h3 {
    font-size: 20px;
    color: #1C3998;
    margin: 36px 0 6px;
}
.heraldica_list_details > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.heraldica_list_details > div > div {
    width: 260px;
    min-width: 260px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
}
.heraldica_list_details > div img {
    width: 180px;
}
.heraldica_list_details > div p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin: 0 24px;
}

ul.heraldica_list.doc_list a {
    text-decoration: none;
}
ul.heraldica_list.doc_list a span {
    font-size: 24px;
    color: #4CA5FF;
    margin: 0 12px 0 0;
}
ul.heraldica_list.doc_list a p {
    color: #50514F;
    font-size: 16px;
    font-weight: 700;
}




ul.associacoes_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.associacoes_list_item {
    padding: 0 12px 36px;
}
.associacoes_list_details img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    object-position: center;
}
.associacoes_list_details h5 {
    margin: 0 0 6px;
}
.associacoes_list_details p {
    display: flex;
    font-size: 14px;
    margin: 0 0 6px;
}
.associacoes_list_details p span {
    color: #4CA5FF;
    font-size: 16px;
    min-width: 24px;
    display: block;
    text-align: center;
    line-height: 21px;
}
.associacoes_list_details p a[href] {
    color: #1965EF;
    text-decoration: unset;
}
.associacoes_list_details a.md-button.md-ink-ripple {
    background: #4CA5FF;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: unset;
    padding: 0 16px;
    border-radius: 10px;
    margin: 0;
}


ul.fotosFreguesia_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
li.fotosFreguesia_list_item {
    padding: 0 12px 36px;
}
a.fotosFreguesia_list_details {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    transition: .15s all linear;
    cursor: pointer;
}
a.fotosFreguesia_list_details:hover {
    opacity: .6;
}
a.fotosFreguesia_list_details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    aspect-ratio: 2/1;
}




md-dialog.photoSliderPopup {
    padding: 0px 12px 12px;
    border-radius: 10px;
}
.dialog_header_wrapper {
    padding: 12px 0;
}
.dialog_header_wrapper h3 {
    font-size: 20px;
    color: #1C3998;
}
.dialog_header_wrapper .md-button.md-ink-ripple {
    min-width: 24px;
    width: 24px;
    background: #1C3998;
    color: #fff;
    min-height: auto;
    line-height: 24px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}
.dialog_body_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.dialog_body_wrapper img {
    display: block;
    border-radius: 10px;
    max-width: 70vw;
    max-height: 70vh;
    width: 0%;
    /* transition: .1s all linear; */
    object-fit: contain;
    object-position: center;
}
.dialog_body_wrapper img.active {
    display: block;
    width: 100%;
}
.dialog_body_wrapper .photoSliderArrow.md-button.md-ink-ripple {
    position: absolute;
    top: 50%;
    min-width: auto;
    min-height: auto;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #1C3998;
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: .15s all linear;
}
.dialog_body_wrapper:hover button.photoSliderArrow.md-button.md-ink-ripple {
    opacity: 1;
}
.dialog_body_wrapper .photoSliderArrow.prev.md-button.md-ink-ripple {
    left: 0;
}
.dialog_body_wrapper .photoSliderArrow.next.md-button.md-ink-ripple {
    right: 0;
}







ul.content_pages_sidebar_list h3 a.md-button.md-ink-ripple span {
    font-size: 12px;
    color: #1C3998;
    margin: 0;
}
ul.content_pages_sidebar_list h3 a.md-button.md-ink-ripple {
    text-transform: unset;
    border: 1px solid #1C3998;
    border-radius: 10px;
    min-height: auto;
    line-height: unset;
    padding: 0 10px;
}
ul.content_pages_sidebar_list_items li a img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    min-width: 72px;
}





md-input-container.documents_select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
    background: #edf6ff;
    padding: 6px 12px;
    border-radius: 10px;
}
md-input-container.documents_select p {
    font-size: 12px;
    font-weight: 700;
}
md-input-container.documents_select md-select {
    flex: auto;
    text-align: center;
    margin: 0 6px;
}
md-input-container.documents_select md-select md-select-value {
    padding: 0 0;
    font-size: 14px;
    min-height: auto;
}



.home_slider_wrapper {
    margin: 0 12px 0 0;
}


.nocontent_container {
    width: 100%;
}
.nocontent_wrapper {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 24px;
}
.nocontent_wrapper span {
    color: #C2C2C2;
    font-size: 48px;
}
.nocontent_wrapper h3 {
    color: #C2C2C2;
    font-size: 20px;
}
.nocontent_wrapper p {
    color: #50514F;
    font-size: 16px;
    font-weight: 700;
}