/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #53668d;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #803b77;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #53668d;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

a {
    color: #803b77;
    text-decoration: none;
}

    a:hover {
        color: #112954;
    }

html {
    overflow-x: hidden;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloder .loader {
        position: fixed;
        width: 70px;
        height: 70px;
        background: url(img/spinning-circle.gif) center center no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 50%;
        z-index: 99999999;
    }

.preloder-done {
    opacity: 0 !important;
    visibility: hidden;
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-overlay {
    background: linear-gradient(90deg, rgba(82, 101, 141, 1) 20%, rgba(127, 57, 120, 1) 80%);
    opacity: .8;
    z-index: 0;
}

    .bg-overlay + .container {
        z-index: 0;
        position: relative;
    }

.cursor-pointer {
    cursor: pointer;
}
/*--- btn to top --*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 400;
    border: none;
    outline: none;
    color: #6dabbd;
    cursor: pointer;
    padding: 8px 8px;
    border-radius: 50%;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all .3s;
}

    #myBtn:hover {
        background-color: #6dabbd !important;
        color: #f7f7f7;
    }

/*--- breadcrumb ---*/
.nav-breadcrumb {
    background: linear-gradient( 90deg, rgba(82, 101, 141, 1) 20%, rgba(127, 57, 120, 1) 80% );
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff !important;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb {
    padding: 10px 0 5px 0;
    font-size: 14px;
}

.breadcrumb-item {
    color: #ffffff;
    font-weight: 600;
}

    .breadcrumb-item a {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.7;
    }

        .breadcrumb-item a:hover {
            opacity: 1;
        }

    .breadcrumb-item.active {
        color: #ffffff;
    }

/*--- footer ---*/
footer {
    border-top: 2px solid #803b77;
    background-color: #ffffffff;
}

.title-footer {
    font-weight: 700;
    font-size: 20px;
    color: #53668d;
}

.link-footer a {
    text-decoration: none;
    color: #1d1d1d;
}

    .link-footer a:hover {
        color: #803b77;
    }

.copyright {
    background-color: #53668d;
}

.copyright-text {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.link-copyright:hover {
    color: #803b77;
}

/*--- apresenta�ao ---*/
.presentation {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

    .presentation p:last-child {
        margin-bottom: 0px !important;
    }

/*--- eventos ---*/
.event-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: var(--bg-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.05;
    z-index: -1;
}

.event {
    padding: 28px 40px;
    align-content: center;
    background: #f7f7f7;
    border-radius: 55px 55px;
    transition: ease-in-out 0.5s;
}

    .event:hover {
        border-bottom-left-radius: 0px;
        background-color: #53668d;
    }

    .event .title-event {
        font-family: "Reddit Sans Condensed", sans-serif;
        font-size: 26px;
        color: #53668d;
        font-weight: 700;
        transition: 0.3s;
    }

    .event:hover .title-event {
        color: #ffffff;
    }

    .event .date-location-event {
        font-size: 16px;
        font-weight: 500;
        transition: 0.3s;
    }

    .event:hover .date-location-event {
        color: #ffffff;
    }

    .event .see-event .material-symbols-rounded {
        color: #53668d;
        font-size: 45px;
        transition: 0.3s;
    }

    .event:hover .material-symbols-rounded {
        color: #ffffff;
    }
/*--- SEPARADOR ---*/
.info {
    font-family: "Reddit Sans Condensed", sans-serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.info-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}

/*--- historia ---*/
.history-text .read-more {
    color: #1d1d1d;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid;
}

    .history-text .read-more:hover {
        color: #803b77;
    }
/*--- NOTICIAS ---*/
.news-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: var(--bg-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.05;
    z-index: -1;
}

.news {
    background-color: #f7f7f7;
    padding: 28px 40px;
    align-content: center;
    border-radius: 15px;
    transition: ease-in-out 0.5s;
}

    .news:hover {
        border-bottom-left-radius: 0px;
        background-color: #53668d;
    }

    .news .title-news {
        font-family: "Reddit Sans Condensed", sans-serif;
        font-size: 26px;
        line-height: 1.3;
        color: #53668d;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-decoration: none;
        transition: 0.3s;
    }

    .news .date-location-news {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 500;
        transition: 0.3s;
    }

    .news:hover .title-news,
    .news:hover .date-location-news,
    .news:hover .resume {
        color: #ffffff;
    }

    .news .resume {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news .see-news .material-symbols-rounded {
        color: #6dabbd;
        font-size: 45px;
        transition: 0.3s;
    }

    .news:hover .material-symbols-rounded {
        color: #ffffff;
    }


/* PAGINATION */
.pagination li {
    margin: 2px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .pagination li:hover,
    .pagination li.active {
        background: #52668c;
    }

        .pagination li:hover a {
            color: #fff;
        }

    .pagination li a {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        text-decoration: none;
        color: #585858;
    }

    .pagination li.active a {
        color: #fff;
    }

    .pagination li.disabled {
        display: none;
    }
/* END PAGINATION */

/*--- direcao ---*/
.role {
    background-color: #6daabd0e;
    padding: 15px 30px;
    align-content: start;
    border: 2px solid #6dabbd;
    border-radius: 30px 30px;
    border-bottom-left-radius: 0px;
}

    .role .title-role {
        color: #6dabbd;
        font-family: "Reddit Sans Condensed", sans-serif;
        font-size: 22px;
        font-weight: 700;
    }

.name-role {
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}

.work-role {
    line-height: 1.5;
    font-size: 12px;
}

/*--- pdf's ---*/
.files {
    background-color: #f7f7f7;
    padding: 15px 30px;
    align-content: center;
    border-radius: 30px 30px;
    transition: ease-in-out 0.5s;
}

    .files:hover {
        background-color: #6dabbd;
        padding: 15px 30px;
        align-content: center;
        border-radius: 30px 30px;
        border-bottom-left-radius: 0px;
    }

.title-files {
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    color: #6dabbd;
    z-index: 1;
    transition: ease-in-out 0.5s;
}

.files:hover .title-files {
    color: #ffffff;
}

.files .material-symbols-rounded {
    color: #6dabbd;
    z-index: 1;
}

.files:hover .material-symbols-rounded {
    color: #ffffff;
}

.files::before {
    content: "";
    position: absolute;
    background-image: url(/media/icon-pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px;
    z-index: 0;
    top: -27px;
    right: 53px;
    transform: rotate(346deg);
    opacity: 0.4;
}

.links {
    background-color: #f7f7f7;
    padding: 15px 30px;
    align-content: center;
    border-radius: 30px 30px;
    transition: ease-in-out 0.5s;
}

    .links:hover {
        background-color: #6dabbd;
        padding: 15px 30px;
        align-content: center;
        border-radius: 30px 30px;
        border-bottom-left-radius: 0px;
    }

.title-links {
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    color: #6dabbd;
    z-index: 1;
    transition: ease-in-out 0.5s;
}

.links:hover .title-links {
    color: #ffffff;
}

.links .material-symbols-rounded {
    color: #6dabbd;
    z-index: 1;
}

.links:hover .material-symbols-rounded {
    color: #ffffff;
}

.links::before {
    content: "";
    position: absolute;
    background-image: url(/media/icon-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 95px;
    width: 95px;
    z-index: 0;
    top: -19px;
    right: 59px;
    opacity: 0.4;
}

/*accordion*/
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0;
}

.accordion-button {
    padding: 15px 25px;
    background: #f7f7f7;
    border-radius: 55px 55px;
    color: #6dabbd;
    font-weight: 600;
    font-size: 22px;
    margin: 15px 0;
    transition: ease-in-out 0.3s;
}

    .accordion-button:not(.collapsed) {
        background: #6dabbd;
        border-bottom-left-radius: 0;
        color: #ffffff;
    }

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
}

.accordion-button:focus {
    box-shadow: none;
}

/*.accordion-button::after {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-left: auto;
    content: "";
    background-image: url(/media/icon-expand.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}*/

/*.accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-left: auto;
    content: "";
    background-image: url(/media/icon-expand.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    filter: brightness(0) invert(1) !important;
}
*/
.accordion-body {
    padding: 5px 10px;
    margin-left: 10px;
}

/* end accordeon */

/* documentos */
.document-box {
    background-color: #f7f7f7;
    border: 2px solid #6dabbd;
    color: #6dabbd;
    font-weight: 700;
    padding: 28px 40px;
    align-content: center;
    border-radius: 15px;
    transition: ease-in-out 0.5s;
}

    .document-box:hover {
        border-bottom-left-radius: 0px;
        background: #6dabbd;
        color: #fff;
    }

/*end documentos */

/* pagina eventos */
.eventPage {
    padding: 28px 40px;
    background: #f7f7f7;
    border-radius: 55px 55px;
    transition: ease-in-out 0.5s;
}

    .eventPage:hover {
        border-bottom-left-radius: 0px;
        background-color: #803b77;
    }

    .eventPage .title-event {
        font-family: "Reddit Sans Condensed", sans-serif;
        font-size: 20px;
        color: #803b77;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
        transition: 0.3s;
    }

    .eventPage:hover .title-event {
        color: #ffffff;
    }

    .eventPage .date-location-event {
        font-size: 14px;
        font-weight: 600;
        transition: 0.3s;
    }

    .eventPage:hover .date-location-event {
        color: #ffffff;
    }

    .eventPage .resume {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .eventPage:hover .resume {
        font-size: 14px;
        color: #ffffff;
    }

/*--- contactos ---*/
.title-contacts {
    font-weight: 600;
    line-height: 1.2;
}

.email-contacts .title-email {
    font-family: "Reddit Sans Condensed", sans-serif;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

.link-contacts {
    text-decoration: none;
    color: #6dabbd;
    font-weight: 500;
    line-height: 1.2;
}

.location-contacts .title-location {
    font-family: "Reddit Sans Condensed", sans-serif;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

.phone-contacts .title-phone {
    font-family: "Reddit Sans Condensed", sans-serif;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

.py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.p-10 {
    padding: 6rem;
}

/*---------------- NAVBAR -----------------*/
#header .navbar-top .nav-link span {
    color: #803b77;
    font-size: 16px;
    line-height: 1;
    padding-top: 1px;
}

#header .nav-top .navbar-top {
    flex-direction: row;
}

#header .navbar .search .form-control {
    color: #ccc;
    background-color: #fff;
    border: 2px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 12px;
    height: 32px;
    width: 200px;
    padding-right: 0;
    margin: 0;
    transition: all 0.3s;
}

    #header .navbar .search .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #803b77;
        outline: 0;
        box-shadow: none;
        width: 250px;
    }

        #header .navbar .search .form-control:focus + button {
            border: 2px solid #803b77;
            border-left: 0;
        }

#header .navbar .search .btn {
    color: #803b77;
    padding: 3px 10px;
    border: 2px solid #ccc;
    border-left: 0;
    width: 35px;
    font-size: 2px;
    box-shadow: none;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

    #header .navbar .search .btn span {
        color: #803b77;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.5;
    }

#header .navbar {
    background-color: #ffffff;
    padding: 5px 0;
    transition: all 0.5s;
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 4%);
}

#header .container-fluid {
    padding: 0 75px;
}

#header .navbar-brand img {
    height: 75px;
    object-fit: cover;
}

#header .nav-item {
    list-style-type: none;
}

#header .nav-top .navbar-nav .nav-item {
    margin-right: 15px;
}

#header .nav-top .navbar-nav .nav-link {
    list-style-type: none;
    color: #803b77;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #803b77;
    border-radius: 25px;
    padding: 3px 15px;
    transition: ease 0.5s;
}

    #header .nav-top .navbar-nav .nav-link:hover {
        color: #ffffff;
        background-color: #803b77;
    }

        #header .nav-top .navbar-nav .nav-link:hover .material-symbols-rounded {
            color: #ffffff !important;
        }

#header .navbar-nav.navbar-menu .nav-link {
    display: block;
    padding: 0px 10px;
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: 0 0;
    border: 2px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    #header .navbar-nav.navbar-menu .nav-link:hover,
    #header .navbar-nav.navbar-menu .nav-link.active {
        color: #53668d;
    }

.nav-link.show {
    color: #53668d !important;
    border-bottom: 2px solid #803b77;
    border-radius: 2px;
}

.nav-link:focus {
    color: #53668d;
}

#header .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0;
    border: transparent;
    background: #fff;
    border-radius: 0.25em;
}

#header .dropdown-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

    #header .dropdown-menu li {
        margin-bottom: 6px;
    }

        #header .dropdown-menu li:last-child {
            margin-bottom: 0;
        }

    #header .dropdown-menu .dropdown-item {
        font-size: 14px;
        color: #3d3d3d;
        padding: 2px 15px;
        font-weight: 500;
        background: transparent;
        transition: 0.3s;
    }

        #header .dropdown-menu .dropdown-item:hover,
        #header .dropdown-menu .dropdown-item:focus {
            color: #53668d;
        }

        #header .dropdown-menu .dropdown-item.active {
            color: #53668d;
            font-weight: 700;
        }

#header .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);
}
/*---------------- END NAVBAR -----------------*/

/*-------- BANNER --------*/
.swiper.banner .swiper-content {
    min-height: 60vh;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swiper.banner .swiper-content img {
        object-fit: cover;
        position: absolute;
        object-position: center center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

.bg-banner-overlay {
    background: rgb(83 102 141 / 85%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.swiper.banner .content-banner {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.swiper.banner .swiper-content .btn-primary {
    background-color: #fff;
    color: #53668d;
}

.swiper.banner .swiper-button-next,
.swiper.banner .swiper-button-prev {
    font-size: 26px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
}

    .swiper.banner .swiper-button-next::after,
    .swiper.banner .swiper-button-prev::after {
        color: #fff;
        font-size: 26px;
    }

.swiper.banner:hover .swiper-button-next,
.swiper.banner:hover .swiper-button-prev {
    background: transparent;
}

.swiper.banner .swiper-button-next:hover,
.swiper.banner .swiper-button-prev:hover {
    background: transparent;
}

.swiper-button-lock {
    display: none !important;
}
/*-------- BANNER --------*/

/* MENSAGEM SUCESSO */
.title-msg-success {
    font-size: 20px;
    font-weight: 600;
}

/* LINKS */
.article-card {
    background-color: #6daabd0e;
    padding: 15px 10px;
    align-content: center;
    border-radius: 15px;
    transition: ease-in-out 0.5s;
    border: 2px solid #6dabbd;
}

    .article-card:hover {
        border-bottom-left-radius: 0px;
        background-color: rgb(109 171 189 / 100%);
    }

.article-title {
    color: #6dabbd;
    font-family: "Reddit Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.article-card:hover .icon{
    color: #fff;
}

.article-card:hover .fs-6 {
    color: #fff;
}

.article-card .description {
    color: rgb(0 0 0 / 70%);
}

.article-card:hover .description {
    color: rgb(255 255 255 / 70%);
}

.link:hover .article-title {
    color: #ffffff;
}

/* AREA RESERVADA */
.section-title {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-left: 4px solid #7f3b76;
    border-radius: 0.25rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.alert-gray {
    border: 1px solid #e5e5e5;
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6d747d !important;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select {
    display: block;
    width: 100%;
    padding: 15px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6d747d !important;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    color: red !important;
}

.form-label.title {
    font-size: 18px;
    font-weight: 600;
    color: #52668b;
}

.botoes-registar-password a {
    color: #9c9c9c;
    font-size: 12px;
}

.tornar-membro-vantagens ul {
    list-style: none;
    padding-left: 10px;
}

.tornar-membro-vantagens p + ul {
    margin-top: -10px;
}

.tornar-membro-vantagens ul li {
    position: relative;
    padding-left: 20px;
}

    .tornar-membro-vantagens ul li:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        background-image: url("img/geral/circle-check.svg");
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
/* END AREA RESERVADA */

/*---------------- HISTORIA -----------------*/
.history-img img {
    object-fit: cover;
    border-radius: 10px 10px;
}
/*---------------- END HISTORIA -----------------*/

/*---------------- NOTICIAS -----------------*/
.lastNews
.swiper-pagination-news
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 10px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.lastNews .swiper-pagination-bullet {
    background: #918c8c;
}

.lastNews .swiper-pagination-bullet-active {
    background: #803b77;
    opacity: 1;
}

.swiper-pagination-bullet {
    width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px) );
    height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px) );
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
/*---------------- NOTICIAS -----------------*/
.card {
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn {
    border-radius: 8px;
}

.badge {
    font-size: 0.75em;
    padding: 0.5em 0.75em;
}

.form-text {
    font-size: 0.875em;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* DASHBOARD */
.card-action {
    cursor: pointer;
    border: 1px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transform: scale(1);
    transition: transform ease-in-out .3s;
}

    .card-action:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
        transform: scale(1.003);
    }

#alertasList .alert-item {
    cursor: pointer;
    margin-bottom: 10px;
    transition: all ease-in-out .3s;
}

    #alertasList .alert-item:hover {
        box-shadow: 0 .5rem 1rem rgb(0 0 0 / 10%);
    }

#alertasList .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

/* ALERTS */
div:where(.swal2-container) h2:where(.swal2-title) {
    padding-top: 5px !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 6px 12px;
}

.alert p:last-child {
    margin-bottom: 0;
}
/* END ALERTS */
@media (max-width: 576px) {
    #header .container-fluid {
        padding: 0 15px;
    }
}

/* Animações suaves */
#editMode, #viewMode {
    transition: opacity 0.3s ease-in-out;
}

/* Melhorar aparência dos campos obrigatórios */
.form-label:has(+ input[required]):after,
.form-label:has(+ select[required]):after {
    content: " *";
    color: #dc3545;
}

/* Loading spinner personalizado */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

.btn-group-sm > .btn {
    padding: 0.375rem 0.5rem;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 1rem 0.75rem;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.badge {
    font-size: 0.75em;
}

.modal-content {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }

    .btn-group-sm > .btn {
        padding: 0.25rem 0.375rem;
    }
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.swal-wide {
    width: 600px !important;
}

.card {
    transition: all 0.2s ease-in-out;
}

/*.card:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }*/

.table th {
    font-weight: 600;
    color: #495057;
    border-top: none;
}

.page-link {
    color: #0d6efd;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        background-color: #e9ecef;
        border-color: #adb5bd;
    }

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.badge {
    font-size: 0.75em;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

.swal-login-error {
    font-family: inherit;
}

.swal-help-popup {
    font-size: 0.9rem;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.card {
    border-radius: 15px;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
}

.btn {
    border-radius: 8px;
}

.alert {
    border-radius: 8px;
}

.email-checking {
    border-color: #ffc107 !important;
}

.email-available {
    border-color: #28a745 !important;
}

.email-unavailable {
    border-color: #dc3545 !important;
}

.nif-checking {
    border-color: #ffc107 !important;
}

.nif-available {
    border-color: #28a745 !important;
}

.nif-unavailable {
    border-color: #dc3545 !important;
}

.border-bottom {
    border-bottom: 2px solid #e9ecef !important;
}

.text-danger {
    color: #dc3545 !important;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    #header .nav-item {
        margin-bottom: 12px;
    }
    #header .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width: 400px) {
    #header .navbar .search .form-control {
        width: 90%;
    }

    #header .navbar .search .btn {
        width: 10%;
        padding: 3px 0;
    }
}
