.side-star {
    position: fixed;
    top: 190px;
    right: 0;
    max-width: 400px;
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

img {
    max-width: 100%;
    height: auto;
}

.ratio img {
    object-fit: cover;
}

/* MENU */
#header nav {
    background-color: #fff;
    padding: 10px 0;
    transition: all .5s;
}

#header .navbar.affix {
    backdrop-filter: blur(35px);
}

    #header .navbar.affix .navbar-brand img {
        height: 60px;
    }

#header .navbar-brand img {
    height: 70px;
    transition: all ease-in-out .5s;
    object-fit: contain;
}

#header .navbar .nav-item {
    margin-left: 10px;
}

#header .navbar-nav .nav-link {
    color: var(--bs-body-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

    #header .navbar-nav .nav-link:hover,
    #header .navbar-nav .nav-link.show,
    #header .navbar-nav .nav-link.active {
        color: var(--bs-primary);
        transition: all .2s;
    }

    #header .navbar-nav .nav-link i {
        transform: rotate(0deg);
        transition: all .2s;
    }

    #header .navbar-nav .nav-link.show i {
        transform: rotate(180deg);
        transition: all .2s;
    }

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.dropdown-menu {
    margin-bottom: 150px;
}

#header .navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: var(--bs-body-color);
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px !important;
}

    #header .navbar .dropdown-menu .dropdown-item:hover,
    #header .navbar .dropdown-menu .dropdown-item:focus {
        color: #026E96;
        background: transparent;
    }

    #header .navbar .dropdown-menu .dropdown-item:last-child {
        border: 0;
    }

    #header .navbar .dropdown-menu .dropdown-item.active,
    #header .navbar .dropdown-menu .dropdown-item:hover,
    #header .navbar .dropdown-menu .dropdown-item:focus {
        color: var(--bs-primary) !important;
        background: transparent;
    }

#header .navbar .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 10%);
    padding: 0;
    border-radius: 5px !important;
}

#header .navbar .list-social-media img {
    margin-top: -3px;
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: var(--bs-primary);
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    /*border-radius: 1px;*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END MENU */

/*BANNER*/
.title-banner {
    font-size: 45px;
    line-height: 1.2;
}

.subtitle-banner {
    font-size: 18px;
}

.img-banner {
    border-top-left-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.main_slider_home .main_slide {
    min-height: 60vh;
    width: 100%;
    padding: 0;
    margin: 0;
    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;
}

.main_slider_in .main_slide {
    width: 100%;
    padding: 0;
    margin: 0;
    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;
}

.main_slide > img {
    object-fit: cover;
    position: absolute;
    object-position: center center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_slider .bg-banner-overlay {
    position: absolute;
    background: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    top: 0;
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.main_slide .detalhe-banner {
    padding: 200px 0 200px;
}

.main_slide .detalhe-banner {
    font-size: 18px;
    font-weight: 600;
}

/*.main_slide .detalhe-banner .title-banner {
        font-size: 60px;
        line-height: 75px;
        font-weight: 600;        
    }*/
/* END BANNER */

/*GERAIS*/
.content-grid ul li:before {
    content: url("/css/img/icon-amendoin.png");
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    position: relative;
    top: 8px;
}

.content-grid ul li {
    list-style-type: none;
    padding: 10px 0;
}

.content-grid ul {
    padding: 0;
}

.title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 30px;
    font-weight: 600;
}

/* separador azul*/
.bg-separator {
    position: absolute;
    height: 550px;
    width: auto;
    top: -220px;
}

/* VIDEO */
.video-container {
    width: 100vw;
    height: 100vh;
}

.video:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

/* IFRAME */
.embed-responsive-map iframe {
    filter: grayscale(100);
}


@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

#text {
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* END VIDEO */

/* BREADCRUMB */
.breadcrumb {
    background: #4764b6;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .breadcrumb .item-breadcrumb a,
    .breadcrumb .item-breadcrumb .separator {
        color: rgb(255 255 255 / 60%);
    }

        .breadcrumb .item-breadcrumb.active,
        .breadcrumb .item-breadcrumb a:hover {
            color: #fff;
        }

.breadcrumb-mobile {
    color: #FFF;
}

    .breadcrumb-mobile .dropdown a {
        display: flex;
        align-items: center;
    }

    .breadcrumb-mobile .dropdown .dropdown-menu {
        font-size: 14px;
    }
/* END BREADCRUMB */
/* CONTEUDO */
.py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-10 {
    padding-top: 6rem;
}

.pb-10 {
    padding-bottom: 6rem;
}

.pt-15 {
    padding-top: 10rem;
}

.pb-15 {
    padding-bottom: 10rem;
}

.bg-laranja-gradient {
    background-image: linear-gradient(to right, #fabd34, #ee720b);
    background-size: 150% 100%;
}

.txt-gradient {
    background: -webkit-linear-gradient(0deg, #fabd34, #ee720b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .txt-gradient.icon {
        font-size: 60px;
        background: -webkit-linear-gradient(0deg, #fabd34, #ee720b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.subtitulo {
    color: #858585;
    margin-bottom: 0;
}

.umb-grid ul li::marker {
    color: #4764b6;
}
/* END CONTEUDO */

/* HOMEPAGE */
.bg-intro {
    position: absolute;
    height: 500px;
    left: 325px;
    top: 0;
}
/* END HOMEPAGE */

/* TESTEMUNHOS */
.title-testimonial {
    font-weight: 600;
}

.testimonial {
    font-size: 32px;
    font-weight: 600;
    padding: 0 25px;
}

.name {
    font-weight: 600;
    font-size: 18px;
}
/* END TESTEMUNHOS */

/* TABLIST */
.nav-pills {
    justify-content: center;
}

    .nav-pills .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: var(--bs-nav-link-font-size);
        font-weight: 700;
        color: var(--bs-primary);
        text-decoration: none;
        text-transform: uppercase;
        background: 0 0;
        border: 0;
        border-radius: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

        .nav-pills .nav-link.active {
            color: var(--bs-secondary);
            background-color: #fff;
            border-bottom: 3px var(--bs-secondary) solid;
        }

.nav-link:focus, .nav-link:hover {
    color: var(--bs-secondary);
}

.icon {
    height: 50px;
    margin-bottom: 20px;
}

.title-icon {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-secondary);
    margin-bottom: 15px;
}
/* END TABLIST */


/* GLOSSARIO */
.accordion-item, .accordion-button, .accordion-button.collapsed {
    background: none;
}

.name-glossary {
    text-transform: uppercase;
    color: var(--bs-secondary);
}

.accordion {
    border-top: 1px solid #020E1434;
    border-bottom: 1px solid #020E1434;
}

.accordion-button {
    text-transform: uppercase;
    color: var(--bs-secondary);
    font-weight: 600;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .accordion-button:not(.collapsed) {
        text-transform: uppercase;
        color: var(--bs-secondary);
        font-weight: 600;
        background: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: 25px;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        filter: greyscale(1) brightness(2);
    }

.accordion-body {
    padding: 0;
}

/* END GLOSSARIO */

/* POUPA MAGIS */
.nr-history {
    position: relative;
    margin-right: 15px;
    min-width: 55px;
}

    .nr-history img {
        width: 115px;
        padding: 0;
        margin: 0;
        filter: grayscale(1) brightness(2);
        transition: all .3s;
    }

    .nr-history span {
        position: absolute;
        top: 15px;
        left: 25px;
        color: #B4B4C8;
        font-size: 17px;
        transition: all .3s;
    }

.history:hover .nr-history img {
    filter: grayscale(0);
}

.history:hover .nr-history span {
    color: #fff;
}

.history .title {
    font-size: 30px;
    color: #B4B4C8;
    transition: all .3s;
}

.history:hover .title {
    color: var(--bs-primary);
}

.history .detail {
    opacity: 0;
    color: #B4B4C8;
    transition: all .3s;
}

.history:hover .detail {
    opacity: 100;
    color: var(--bs-primary);
}

.img-background {
    position: absolute;
    height: 350px;
}

.content-grid {
    position: relative;
}
/* END POUPA MAGIS */

/* INFO MAGIS */
.noticia a {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 20px;
}

.noticia {
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all .3s;
    overflow: hidden;
}

    .noticia:hover,
    .evento:hover {
        transform: scale(1.05);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .noticia .overlay,
    .evento .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        /*border-top-left-radius: 5px;
        border-top-right-radius: 5px;*/
        transition: .3s ease;
        background: rgba(10 33 55 / 50%);
    }

    .noticia:hover .overlay,
    .evento:hover .overlay {
        opacity: 1;
    }

    .noticia .icon,
    .evento .icon {
        color: #fff;
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

        .noticia .icon i,
        .evento .icon i {
            display: block;
        }

        .noticia .icon span,
        .evento .icon span {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .noticia .detalhe-lista-noticia .titulo,
    .evento .detalhe-lista-evento .titulo {
        font-size: 20px;
        line-height: 21px;
        color: var(--bs-primary);
    }

    .noticia:hover .detalhe-lista-noticia .titulo,
    .evento:hover .detalhe-lista-evento .titulo {
        color: #4764b6;
    }

    .noticia .detalhe-lista-noticia .resumo {
        color: var(--bs-primary);
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .noticia .detalhe-lista-noticia .data {
        color: #979797;
        font-size: 12px;
        line-height: 16px;
    }

.ver-mais a {
    font-weight: 500;
}

.noticia-detalhe .data {
    color: #969696;
    font-style: italic;
}


/* INFO MAGIS */

/* PAGINCAO */
.pagination li a {
    margin: 6px;
    color: var(--bs-primary);
    text-decoration: none !important;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    font-weight: 700;
    font-size: 14px;
    background-image: url(/css/img/icon-star.svg);
    filter: grayscale(1) brightness(2);
    background-repeat: no-repeat;
    transition: .3s;
}

    .pagination li a:hover, .pagination li.active a {
        background-image: url(/css/img/icon-star.svg);
        color: #fff;
        filter: none;
        text-decoration: none;
    }


.pagination li.disabled a {
    display: none;
}
/* END PAGINACAO */

/* CONTACTOS */
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #7C8488;
}

.form-floating > .form-control {
    background-color: #f8f9fa;
    border: none;
}

.form-control:focus, .form-check-input:focus, .form-select:focus {
    border-color: rgba(0,0,0,.25) !important;
    /*border-radius: 5px;*/
    box-shadow: none !important;
}

#formularioDiv .text-form {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.form-check-input:hover {
    background: #ffffff;
}

.form-check-input:checked {
    background-color: #4764b6;
    border-color: #4764b6;
}

.form-check-label {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.form-check-input[type=checkbox] {
    border-radius: 0rem;
}

#formularioDiv .mensagem i {
    font-size: 38px;
    margin-right: 10px;
}

#formularioDiv .mensagem p:last-child {
    margin-bottom: 0;
}

.embed-responsive-map {
    /*border-radius: 5px;*/
    position: relative;
    overflow: hidden;
}

    .embed-responsive-map .embed-responsive-item {
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: calc(100% + 60px);
        /*border-radius: 5px;*/
        margin-top: -60px;
    }

.alert p:last-child {
    margin-bottom: 0;
}
/* END CONTACTOS */

/* FOOTER */
footer {
    color: #FFF;
    /*border-radius: 1rem 1rem 0 0;*/
}

    footer .titulo {
        color: #4764b6;
    }

.menu-footer a {
    color: #FFF;
}

    .menu-footer a:hover {
        color: #fff;
        text-decoration: underline;
    }

footer .nav .nav-link {
    color: #fff;
    padding: 0;
}

    footer .nav .nav-link:hover {
        color: var(--bs-primary);
    }

footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all ease-in-out .3s;
}

    footer a:hover {
        color: #ffffff !important;
        text-decoration: underline !important;
    }

.copyright {
}

    .copyright .border-top {
        border-color: #595959 !important;
    }

    .copyright a {
        color: #FFF;
    }

        .copyright a:hover {
            text-decoration: underline;
            color: #FFF;
        }
/* END FOOTER */


/* ERROR 404 */
.bg-error-404 {
    padding: 175px 0;
}
/* END ERROR 404 */

/* MOBILE */

@media (max-width: 1200px) {
    #header .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #header .navbar .navbar-brand img {
        position: relative;
        max-height: 40px;
    }

    #header .navbar-nav .nav-link,
    #header .affix .navbar-nav .nav-link {
        padding: 15px 10px;
    }

        #header .navbar-nav .nav-link.show,
        #header .affix .navbar-nav .nav-link.show {
            padding: 10px 10px 0 10px;
        }

        #header .navbar-nav .nav-link:hover,
        #header .navbar-nav .nav-link:focus,
        #header .navbar-nav .active .nav-link {
            color: #4764b6 !important;
            background: #fff !important;
            font-weight: 700 !important;
        }

    #header .navbar-nav .nav-item {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

        #header .navbar-nav .nav-item:last-child {
            border: 0;
        }

    #header .navbar-nav .nav-item {
        margin-right: 0;
    }

    #header .navbar .dropdown-menu {
        box-shadow: none;
        margin-bottom: 0;
    }

        #header .navbar .dropdown-menu .dropdown-item.active,
        #header .navbar .dropdown-menu .dropdown-item:active {
            color: #4764b6 !important;
            background: transparent !important;
            font-weight: 500 !important;
        }
}

@media (max-width: 576px) {
    .bg-error-404 {
        padding: 50px;
    }

        .bg-error-404 .texto-404 {
            font-size: 100px;
            line-height: 100px;
        }

    .title-banner {
        font-size: 36px;
        line-height: 1.2;
    }
}
