body {
    font-family: 'Source Sans Pro' !important;
    color: white !important;
}

::-moz-selection {
    /* Code for Firefox */
    background: #b0c00c;
    color: white;
}

::selection {
    background: #b0c00c;
    color: white;
}

p,
.card,
.container,
h5 {
    color: #474747 !important;
}

.container h3 {
    color: #889c0b;
}

.bg_footer_container h3 {
    color: #474747;
}

.card,
.mosaicos {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.main_home_container,
.bgContainer {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.content_adjust_width img {
    max-width: 100%;
    object-fit: contain;
}


.text_color_primary,
h2 {
    color: #b0c00c !important;
}

.bg_color_primary {
    background-color: #b0c00c !important;
}

.text_color_secondary {
    color: #889c0b !important;
}

.bg_color_secondary {
    background-color: #889c0b !important;
}

.border_color_secondary {
    border-color: #b0c00c !important;
}

.bg_color_secondary:hover {
    opacity: 0.8;
}

.form-control:focus,
.page-link:focus {
    border-color: #889c0b !important;
    box-shadow: 0 0 0 0.25rem #b1c00c73 !important;
}

.form_error {
    /*border: 3px solid red;*/
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.411);
}

.form_correct {
    border: 3px solid green;
    box-shadow: 0 0 0 0.25rem #b1c00cd7 !important;
}

.g-recaptcha {
    position: relative;
    z-index: 5;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.bgContainer {
    width: 100%;
    height: 100vh;
    /*background-image: url("../../public/img/slide4.jpg");*/
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.bgContainer_general {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: fixed;
    z-index: 6;
    border-bottom: 4px solid rgba(176, 192, 12, 1);
}


.bgContainer_general::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 7;
    /*background: rgba(0, 0, 0, .3);*/
    width: 100%;
    height: 260px;
    background-image: url("../../public/img/of_background.png");
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    opacity: 0.3;
    background-repeat: no-repeat;
}

.headerContainer_general #logo_area {
    height: 80px;
}

#title_editais_section,
#editais_section,
#proximidade_section {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.breadcrumb-item a {
    color: #474747;
    text-decoration: none;
}

.breadcrumb-item.active {
    font-weight: bold !important;
    color: #b0c00c !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    font-weight: bold !important;
    color: #b0c00c !important;
}

.bg_section_noticias,
.bg_section_editais,
.bg_footer {
    position: relative;
    z-index: 0;
}

.linhas-duplas {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1em * 1.5 * 3);
    /* 3 linhas com line-height de 1.5 */
}

#bg_description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 0px 5px;
}

#section_editais,
#section_agenda,
#news_section,
.section_name {
    position: relative;
    z-index: 2;
}

.bg_footer {
    border-top: 4px solid rgba(176, 192, 12, 0.8);
}

.contain_bg_footer_general {
    position: relative;
    top: 260px;
}


.bg_section_noticias::after,
.bg_section_editais::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    /*background: rgba(0, 0, 0, .3);*/
    width: 100%;
    height: 100%;
    background-image: url("../../public/img/poly.svg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    opacity: 0.2;
    background-repeat: no-repeat;
}

.bg_footer::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    /*background: rgba(0, 0, 0, .3);*/
    width: 100%;
    height: 100%;
    background-image: url("../../public/img/poly.svg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    opacity: 0.1;
    background-repeat: no-repeat;
}

.bg_footer_container {
    position: relative;
    top: 0;
    z-index: 2;
    color: #474747;
    text-align: justify;
}

.justify_text {
    text-align: justify !important;
}

#news_section {
    overflow: hidden;
}

.bgContainer::after {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    /*background: rgba(0, 0, 0, .3);*/
    width: 300vh;
    height: 100vh;
    background-image: url("../../public/img/of_background.png");
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    opacity: 0.3;
    background-repeat: no-repeat;
}

/*----------------------------------------------------------*/


#dots #dot1 {
    animation: load 1s infinite;
}

#dots #dot2 {
    animation: load 1s infinite;
    animation-delay: 0.2s;
}

#dots #dot3 {
    animation: load 1s infinite;
    animation-delay: 0.4s;
}

@keyframes load {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*-----------------------------------------------------------*/

.headerContainer {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.headerContainer_general {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%;
}

.headerContainer_general .dropdown a {
    font-size: 1.25rem !important;
}

.news_slider {
    background-color: #b0c00c;
    color: white;
    height: 40px !important;
    position: fixed;
}

.news_slider_container {
    position: fixed;
    top: 0;
    z-index: 50;
}

.news_slider div {
    text-align: center;
    z-index: 50 !important;
}

#logo_area {
    height: 120px;
}

#logo_area {
    background-image: url("../../public/img/logo_cmof_vector_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .7));
}

.dropdown .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
    background: rgba(176, 192, 12, 0.95);
    /*box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) !important;*/
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}


.dropdown .dropdown-menu a {
    font-size: 1em !important;
    color: white;
    /*border-bottom: 1px solid #7b8b0c !important;*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown .dropdown-menu a:hover {
    background-color: #9eac0e !important;
}

.dropdown .dropdown-menu a:focus {
    background-color: #9eac0e !important;
}


#fixed_buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

#scroll-to-top,
#back_history {

    display: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #7b8b0c;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) !important;
}

#scroll-to-top:hover,
#back_history:hover {
    background-color: #b0c00c;
}




/* Extra Small Devices, Phones */
@media only screen and (max-width: 991px) {
    #nav_menu {
        border-top: 0px !important;
        position: fixed !important;
        z-index: 5 !important;
        top: 40px !important;
        width: 100%;
        background-color: #d6de78;
        overflow: hidden;
        font-weight: light !important;
        font-size: 12px !important;
    }

    #nav_menu a {
        color: #4d4d4d !important;
    }

    .navbar-nav>li {
        transition: all 1s;
    }

    .navbar-nav>li>a {
        font-size: 1rem !important;
        font-weight: 800 !important;
    }

    .dropdown-menu {
        text-align: center !important;
        background-color: transparent !important;
        border: 0px !important;
    }

    .dropdown-item {
        font-size: 0.9rem !important;
        font-weight: light !important;
    }

    .navbar {
        --bs-navbar-padding-y: 0 !important;
    }

    .menu_border {
        display: none;
    }

    .headerContainer_general .dropdown a {
        font-size: 1rem !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #nav_menu {
        /*border-top: 2px solid white;*/
    }

    .dropdown .dropdown-menu {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) !important;
    }

    .dropdown .dropdown-menu a {
        border-bottom: 1px solid #7b8b0c !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

#menu a {
    font-family: 'Source Sans Pro';
    font-size: 1.5rem;
    line-height: 1.3;
    /*text-transform: lowercase;*/
}

.navbar {
    position: fixed;
    z-index: 3 !important;
}

.navbar-toggler {
    top: 40px !important;
    right: 0px;
    margin: 15px !important;
    position: fixed !important;
    background-color: rgba(176, 192, 12, 1) !important;
    border-radius: 5px !important;
    z-index: 5;
}


.navbar-toggler-icon {
    background-image: url("../../public/img/menu_button.svg") !important;
}

.nav-item {
    /*adding: 0px 60px*/
}


.menu_border {
    border-top: 2px solid rgba(255, 255, 255, .6);
}

.bg_footer a,
.links_footer a {
    text-decoration: none !important;
    font-family: 'Source Sans Pro' !important;
    color: #474747;
}

.news-scroll a {
    text-decoration: none;
    color: white !important;
    font-family: 'Source Sans Pro';
    font-size: 1rem !important;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #807a11;
    border-radius: 50%;
    display: inline-block
}

.footerContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}


#footer_arrow {
    /*background-image: url("../../public/img/arrow-slider.svg");*/
    height: 50px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
}


@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

svg #wheel {
    animation: scroll ease 2s infinite;
}



#destaques_container_title {
    /*background-color: #4d4d4d;*/
    background-color: #7b8b0c;
}

#destaques_container_items,
#assistente_container {
    background-color: rgba(176, 192, 12, 0.8);
}

.bg_cmof {
    background-color: rgba(176, 192, 12, 0.1) !important;
    border-radius: 0.5em;
}

#footer_arrow:hover {
    top: calc(100%-50px);
}

#destaques_container_title {
    font-size: 1rem !important;
}


#destaques_container_items {
    font-size: 1rem;
    font-weight: 800;
}

#destaques_container_items span {
    font-size: 0.9rem !important;
    font-weight: 200;
}

#assistente {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#assistente_container {
    border-radius: 10px 10px 0px 0px;
    font-size: 1rem !important;
}

#destaques_container_items>div {
    border-left: 3px solid;
}


#footer_arrow {
    margin: 0 auto;
    text-align: center;
}

#main_home {
    position: relative;
    border-top: 4px solid rgba(176, 192, 12, 0.8);
    color: black;
    background-color: #d5d7d92d;
}

#main_home_general {
    position: relative;
    color: black;
    top: 260px;
}

#head_general {
    z-index: 10;
}

.section_name a {
    text-decoration: none;
    color: black;
}

#main_home_separator {
    background-color: #d5d7d980;
    border-bottom: 1px solid rgba(176, 192, 12, 1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 0.5rem !important;
}



.border_left {
    border-left: 6px solid rgba(176, 192, 12, 0.8);
}

.border_left_side {
    border-left: 3px solid rgba(176, 192, 12, 0.8);
}

.border_left_side h5 {
    color: #889c0b !important;
}

.border_left_side_obras {
    border-left: 3px solid rgba(176, 192, 12, 1);
}

.border_left_side_obras h5 {
    color: #f8f9fa !important;
}

.border_left_thin {
    border-left: 1px solid rgba(176, 192, 12, 0.8);
}

.border_bottom_thin {
    border-bottom: 1px solid rgba(176, 192, 12, 0.8);
}

.border_bottom {
    border-bottom: 1px solid rgba(176, 192, 12, 0.2);
}

.border_top_thin {
    border-top: 2px solid rgba(176, 192, 12, 0.8);
}

.news_destaque {
    height: 500px;
}

.evento_item {
    height: 100%;
}

.evento_item_old {
    height: 80%;
}

.evento_item_old .text_eventos {
    height: 20%;
}

.evento_item img,
.evento_item_old img,
.mosaicos {
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.mosaicos::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b0c00c;
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mosaicos:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 1;

    filter: blur(2px);
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
}

.mosaicos_noticias {
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.mosaicos_noticias::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b0c00c;
    opacity: 0.4;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
}

.mosaicos_noticias img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.mosaicos_agendas img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.mosaicos_obras {
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.mosaicos_obras::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b0c00c;
    opacity: 0.4;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
}

.mosaicos_obras::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(22, 22, 22, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mosaicos_obras img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.obras_logo_freguesia {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 6;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.obras_logo_freguesia img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.card_noticias:hover .mosaicos_noticias img {
    transform: scale(1.5);
    transition: 1000ms;
}

.class_obras {
    position: relative;
    /*box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
}

.class_obras:hover .mosaicos_obras img {
    transform: scale(1.5);
    transition: 1000ms;
}

.card_noticias:hover .mosaicos_noticias::after {
    visibility: visible;
}


.class_obras:hover .mosaicos_obras::after {
    visibility: visible;
}

.card_noticias:hover .mosaicos_noticias img {
    transform: scale(1.5);
    transition: 1000ms;
}

.row_noticias {
    height: 400px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.card_noticias:hover .texto_mosaicos_noticias {
    visibility: visible;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

.texto_mosaicos {
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px #474747;
}

.texto_mosaicos_noticias {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
}

.texto_mosaicos_obras {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.texto_mosaicos::after {
    content: '';
    width: 50px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.69);
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.mosaicos:hover:after {
    opacity: 0;
}


.mosaicos:hover .texto_mosaicos:after {
    border-bottom: 5px solid #b0c00c;
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in;
}

.disabled-mosaico {
    filter: grayscale(100%) brightness(0.8) !important;
    cursor: default !important;
    pointer-events: none;
    transition: none !important;
}

.disabled-mosaico:hover {
    filter: grayscale(100%) brightness(0.8) !important;
    /* Evita qualquer mudança */
}

.noticia_footer {
    position: absolute;
    bottom: 0;
}

.brasao_freguesia {
    width: 100%;
}

.brasao_freguesia img {
    width: 100%;
    object-fit: contain;
}

#news_bar img {
    height: 35px;
    width: auto;
}

.fit_image {
    width: 100%;
    object-fit: contain;
}

.card_revista img {
    height: 80%;
    object-fit: contain;
}

.card_revista .card-body,
.card_noticias .card-body {
    background-color: #e6e6e6;
}

/*.border_left {
    text-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}*/

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.divider {
    margin: 20px auto;
    text-align: center;
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, #b0c00c, #807a11, #b0c00c);
}

.divider_noticias {
    margin: 30px auto 15px;
    text-align: center;
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, #b0c00c, #807a11, #b0c00c);
}

.scroll_freguesia {
    scroll-margin-top: 450px !important;
}

#news_section,
#editais_section,
#eventos_section,
#news_section a,
#editais_section a,
#eventos_section a {
    color: white;
    text-decoration: none;
}


.section_name span,
.bg_footer_container span {
    color: rgba(176, 192, 12, 1);
}

.img_news img,
.img_editais img {
    width: 100%;
    object-fit: cover;
}


.img_eventos {
    height: 80%;
}

.img_editais,
.img_eventos {
    background-color: rgba(77, 77, 77, .2);
}

.text_editais,
.text_eventos {
    background-color: rgba(128, 122, 17, 0.6);
}

.evento_item_old .text_eventos .tipo_edital {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.data_news {
    font-style: italic;
    font-weight: 100;
    background-color: rgba(77, 77, 77, .2);
    color: #474747;
}

.title_news {
    background-color: rgba(176, 192, 12, 0.9);
    height: 200px;
}

.text_news p {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.desc_edital {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.text_news,
.title_news_old,
.text_edital {
    background-color: rgba(176, 192, 12, 0.6);
    text-align: justify;
}

.news_destaque img {
    height: 50%;
}

.news_destaque .title_news {
    height: 15%;
}

.news_destaque .text_news {
    height: 30%;
}

.news_destaque .data_news,
.news_destaque .data_news_destaque {
    height: 5%;
}




.data_news_destaque {
    background-color: rgba(77, 77, 77, .2);
}

.news_old_row {
    height: 50%;
}

.news_old_row img {
    height: 70%
}

.news_old_row .title_news_old {
    height: 30%;
}

.fill_svg {
    fill: rgba(176, 192, 12, 1);
}

.side_bar {
    position: relative;
}

.side_bar::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../public/img/poly.svg");
    background-size: cover;
    color: #474747;
    background-position: center center;
    background-repeat: no-repeat;
    /*z-index: 1;*/
    opacity: 0.1;
}



.side_bar>.container {
    position: relative;
    z-index: 3;
}

#mensagem_presidente,
.contactos_descricao,
.contactos_descricao a {
    color: #474747;
    line-height: 1.75rem;
}

.contactos_descricao a:hover {
    color: #889c0b;
}


blockquote {
    border: none;
    margin-bottom: -30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}



blockquote::before {
    content: "\201C";
    font-weight: bold;
    font-size: 100px;
    color: #889c0b;
    position: absolute;
    font-family: 'Georgia';
    opacity: 0.3;
    top: -0.2em;
}

blockquote::after {
    content: "\201D";
    font-weight: bold;
    font-size: 100px;
    color: #889c0b;
    position: absolute;
    bottom: -0.6em;
    right: 0;
    font-family: 'Georgia';
    opacity: 0.3;
}

a.h6 {
    color: #889c0b;
}

a.h6:hover {
    color: #807a11;
}

.card-title {
    color: #474747 !important;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-title-old {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-body h5 {
    color: #889c0b;
}



#mapa_freguesias img {
    object-fit: contain;
    width: 100%;
}

#mapa_ziof img,
#mapa_zir img {
    object-fit: contain;
    width: 100%;
}

#mapa_cmof {
    height: 400px;
}

small {
    font-size: 70% !important;
}

.card-header {
    background-image: url("../../public/img/poly.svg") !important;
}

#card_reunioes::after {
    background-image: url("../../public/img/poly.svg") !important;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#card_reunioes {
    z-index: 2;
}


/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*--------------------            SLIDER      ---------------------*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/



ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0 !important;
}

.form-control {
    color: #db5246
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.bbb_background {
    background-color: #E0E0E0 !important
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}


.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0px !important
}

.button {
    display: inline-block;
    background: rgba(176, 192, 12, 1);
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}



.bbb_title {
    color: black;
}

.bbb_text {
    color: black;
    opacity: 0.5;
    margin-top: 17px
}

.bbb_text p:last-child {
    margin-bottom: 0px
}

.bbb_slider_nav {
    margin-top: 27px
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #b0c00c;
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i {
    color: #474747
}

.bbb_item {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 25px;
}

.bbb_image {
    max-height: 100% !important;
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.bbb_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.bbb_date {
    text-align: right;
    color: rgba(77, 77, 77, .8) !important;
}

.bbb_info {
    color: black !important;
}

.bbb_date a {
    font-size: 12px;
    color: rgba(77, 77, 77, .8) !important;
}

.bbb_date a:hover {
    color: #0e8ce4
}

.bbb_content {
    margin-top: 24px
}



.bbb_name a {
    font-size: 16px;
    color: rgba(77, 77, 77, .2);
}

.bbb_name a:hover {
    color: rgba(77, 77, 77, .2);
}

.bbb_name {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    height: 80px;
}

.bbb_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.bbb_fav.active {
    visibility: visible;
    opacity: 1
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px
}

.bbb_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_fav.active i {
    color: red
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1
}

.bbb_marks {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

.bbb_discount {
    background: #df3b3b
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
    display: block
}

.bbb_new {
    background: rgba(176, 192, 12, 1)
}

.fc-toolbar-title {
    color: #b0c00c;
}

.fc-today-button {
    background-color: rgb(176, 192, 12) !important;
    opacity: 0.65 !important;
}

.fc-today-button:hover {
    opacity: 1 !important;
}

@media only screen and (max-width: 991px) {
    .bbb_slider_container {
        margin-top: 15px
    }

    .fc-today-button {
        display: none !important;
    }

    .navbar {
        max-height: 500px;
        overflow: scroll;
        overflow-y: auto;
    }
}

/*------------------------------------------------*/

.row_proximidade>div:hover {
    opacity: 0.6;
}

#img_brasao {
    width: 150px;
    height: 150px;
}


.newsletter_content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter_content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}


.newsletter_content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #b0c00c;
    color: #fff;
    font-weight: 600;
}

.newsletter_content .btn:hover {
    background: #d6de78;
    color: white !important;
}

.links_footer {
    background-color: #e6e6e6;
}


#menu_separator svg {
    width: 100%;
}

#menu_separator path {

    stroke-dasharray: 400;
    stroke-linecap: round;
    animation-timing-function: ease-in;
    animation: draw 6s infinite;
    animation-direction: alternate-reverse;
}

@keyframes draw {
    from {
        stroke-dashoffset: 400
    }

    to {
        stroke-dashoffset: 0;
    }
}

.line {
    width: 0%;
    margin: auto;
    padding: 0.02em;
    /* not lower than 0.02em */
    background-color: white;
    /* for test only */
    animation: line 1.25s ease forwards;
}

.line-height {
    height: 2px;
}

.line-colors-5 {
    background: repeating-linear-gradient(90deg,
            white 0%, white 100%) 0 0 / 100% 2.0em repeat-x;
    /* value between 25% and 100% */
}

@keyframes line {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.fc-event-main:hover {
    cursor: pointer;
}



/*---------------------------------------------------------------------*/
/*------------------------TICKETS EVENTS----------------------------*/
:root {
    --dark-blue: #1f2029;
    --white-gr: #c4c3ca;
    --yellow: #b1c00c9d;
    --yellow-2: #b1c00cdc;
}

body {
    color: var(--white-gr);
    background-color: var(--dark-blue);
    overflow-x: hidden;
}

.color-yellow {
    color: var(--yellow);
}

.size-22 {
    font-size: 22px;
}

.logo {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    z-index: 2;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox-ticket:checked+label,
.checkbox-ticket:not(:checked)+label {
    position: relative;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 30px 0;
    text-align: center;
    margin: 5px;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    transition: all 250ms linear;
}

.checkbox-ticket:checked+label:before,
.checkbox-ticket:not(:checked)+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    background-image: linear-gradient(335deg, var(--yellow), var(--yellow-2));
}

.checkbox-ticket:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: -100%;
    left: 100%;
    width: 100%;
    height: 100%;
    border-radius: 200%;
    z-index: -1;
    display: block;
    background-color: var(--white-gr);
    opacity: 0.4;
    transition: all 250ms linear;
}






.checkbox-ticket+label .uil {
    font-size: 30px;
    line-height: 1;
    color: var(--dark-blue);
    display: block;
    transition: all 250ms linear;
}

.checkbox-ticket+label .time {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--dark-blue);
    display: block;
    transition: all 250ms linear;
}

.top-dots,
.bottom-dots {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.bottom-dots {
    top: 100%;
}

.dots span {
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    top: 0;
    transform: translateY(-50%);
    background-color: var(--bs-body-bg);
}

.dots_home span {
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    top: 0;
    transform: translateY(-50%);
    background-color: #f2f4f6;
}

.dots span:nth-child(1) {
    width: 30px;
    height: 30px;
    left: -15px;
}

.dots span:nth-child(2) {
    width: 30px;
    height: 30px;
    right: -15px;
}

.dots span:nth-child(3) {
    left: 19px;
}

.dots span:nth-child(4) {
    left: 29px;
}

.dots span:nth-child(5) {
    left: 39px;
}

.dots span:nth-child(6) {
    left: 49px;
}

.dots span:nth-child(7) {
    left: 59px;
}

.dots span:nth-child(8) {
    left: 69px;
}

.dots span:nth-child(9) {
    left: 79px;
}

.dots span:nth-child(10) {
    left: 89px;
}

.dots span:nth-child(11) {
    left: 99px;
}

.dots span:nth-child(12) {
    left: 109px;
}

.dots span:nth-child(13) {
    left: 119px;
}

.dots span:nth-child(14) {
    left: 129px;
}

.dots span:nth-child(15) {
    left: 139px;
}

.dots span:nth-child(16) {
    left: 149px;
}

.dots span:nth-child(17) {
    left: 159px;
}

.dots span:nth-child(18) {
    left: 169px;
}

.dots span:nth-child(19) {
    left: 179px;
}

.dots span:nth-child(20) {
    left: 189px;
}

.dots span:nth-child(21) {
    left: 199px;
}

.dots span:nth-child(22) {
    left: 209px;
}

.dots span:nth-child(23) {
    left: 219px;
}

.dots span:nth-child(24) {
    left: 229px;
}

.dots span:nth-child(25) {
    left: 239px;
}

.dots span:nth-child(26) {
    left: 249px;
}

.dots span:nth-child(27) {
    left: 259px;
}

.dots span:nth-child(28) {
    left: 269px;
}

.dots span:nth-child(29) {
    left: 279px;
}

.dots span:nth-child(30) {
    left: 289px;
}

.dots span:nth-child(31) {
    left: 299px;
}

.dots span:nth-child(32) {
    left: 309px;
}

.dots span:nth-child(33) {
    left: 319px;
}

.dots span:nth-child(34) {
    left: 329px;
}

.dots span:nth-child(35) {
    left: 339px;
}

.dots_home span:nth-child(1) {
    width: 30px;
    height: 30px;
    left: -15px;
}

.dots_home span:nth-child(2) {
    width: 30px;
    height: 30px;
    right: -15px;
}

.dots_home span:nth-child(3) {
    left: 19px;
}

.dots_home span:nth-child(4) {
    left: 29px;
}

.dots_home span:nth-child(5) {
    left: 39px;
}

.dots_home span:nth-child(6) {
    left: 49px;
}

.dots_home span:nth-child(7) {
    left: 59px;
}

.dots_home span:nth-child(8) {
    left: 69px;
}

.dots_home span:nth-child(9) {
    left: 79px;
}

.dots_home span:nth-child(10) {
    left: 89px;
}

.dots_home span:nth-child(11) {
    left: 99px;
}

.dots_home span:nth-child(12) {
    left: 109px;
}

.dots_home span:nth-child(13) {
    left: 119px;
}

.dots_home span:nth-child(14) {
    left: 129px;
}

.dots_home span:nth-child(15) {
    left: 139px;
}

.dots_home span:nth-child(16) {
    left: 149px;
}

.dots_home span:nth-child(17) {
    left: 159px;
}

.dots_home span:nth-child(18) {
    left: 169px;
}

.dots_home span:nth-child(19) {
    left: 179px;
}

.dots_home span:nth-child(20) {
    left: 189px;
}

.dots_home span:nth-child(21) {
    left: 199px;
}

.dots_home span:nth-child(22) {
    left: 209px;
}

.dots_home span:nth-child(23) {
    left: 219px;
}

.dots_home span:nth-child(24) {
    left: 229px;
}

.dots_home span:nth-child(25) {
    left: 239px;
}

.dots_home span:nth-child(26) {
    left: 249px;
}

.dots_home span:nth-child(27) {
    left: 259px;
}

.dots_home span:nth-child(28) {
    left: 269px;
}

.dots_home span:nth-child(29) {
    left: 279px;
}

.dots_home span:nth-child(30) {
    left: 289px;
}

.dots_home span:nth-child(31) {
    left: 299px;
}

.dots_home span:nth-child(32) {
    left: 309px;
}

.dots_home span:nth-child(33) {
    left: 319px;
}

.dots_home span:nth-child(34) {
    left: 329px;
}

.dots_home span:nth-child(35) {
    left: 339px;
}

.dots_home span:nth-child(36) {
    left: 349px;
}

.dots_home span:nth-child(37) {
    left: 359px;
}

.dots_home span:nth-child(38) {
    left: 369px;
}

.dots_home span:nth-child(39) {
    left: 379px;
}

.dots_home span:nth-child(40) {
    left: 389px;
}

.dots_home span:nth-child(41) {
    left: 399px;
}

.dots_home span:nth-child(42) {
    left: 409px;
}

.dots_home span:nth-child(43) {
    left: 419px;
}

.dots_home span:nth-child(44) {
    left: 429px;
}

.dots_home span:nth-child(45) {
    left: 439px;
}

.dots_home span:nth-child(46) {
    left: 449px;
}

.btn {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    transition: all 200ms linear;
    padding: 0 35px;
    letter-spacing: 0.2px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    color: var(--dark-blue);
    background-color: var(--yellow);
}

.btn:active,
.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: var(--yellow);
    background-color: #000;
    box-shadow: 0 6px 20px 0 rgba(255, 235, 167, 0.25);
}

.checkbox-ticket:not(:checked)~.btn {
    pointer-events: none;
    opacity: 0.2;
}

.checkbox-ticket:checked~.btn {
    pointer-events: auto;
    opacity: 1;
}

.owl-nav {
    display: none;
}

.container_add_calendar {
    opacity: 0.8;
}

.btns_calendar:hover {
    opacity: 0.5;
}

.carousel_obras img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/*-----------------------------------*/

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #b0c00c;
}

.funkyradio-success input[type="radio"]:checked+label {
    border: 1px solid #b0c00c !important;
}

.funkyradio-success input[type="radio"]:checked+label {
    background-color: rgba(176, 192, 12, 0.3);
}

.form-check-input:checked {
    background-color: #889c0b !important;
    border-color: #7b8b0c !important;
}

#form_marcacao_atendimento a {
    color: #7b8b0c;
}

.carousel_patrimonio .carousel-item,
.carousel_parque .carousel-item,
.carousel_miradouro .carousel-item,
.carousel_praia_fluvial .carousel-item,
.carousel_pontos_ecopista .carousel-item {
    height: 300px !important;
}

.carousel_patrimonio .carousel-item img,
.carousel_parque .carousel-item img,
.carousel_miradouro .carousel-item img,
.carousel_praia_fluvial .carousel-item img,
.carousel_pontos_ecopista .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#pontos-interesse-ecopista .text-muted:hover,
#partida-chegada-ecopista .text-muted:hover {
    color: #b0c00c !important;
}