/* GERAIS */
a {
    color: #1aa4ce;
    text-decoration: none;
    transition: all .3s;
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

.section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.ratio img {
    object-fit: cover;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
    cursor: grab;
}



.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    height: 100%;
}

.owl-carousel .owl-nav button {
    z-index: 99;
    transition: all .5s;
}

    .owl-carousel .owl-nav button.disabled {
        opacity: .5;
    }

.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 0;
}

.owl-prev i, .owl-next i {
    color: #fff;
    font-size: 40px;
    transition: all .3s;
}

.owl-nav button:hover i {
    transform: scale(1.3);
}

.owl-nav button.disabled:hover i {
    transform: none;
}

:focus:focus-visible {
    outline: 0;
}

/* MENU */
#header nav {
    background: #fff;
}

#header .navbar-brand img {
    max-width: 300px;
    height: 55px;
    transition: all ease-in-out .5s;
}

#header .navbar .nav-item {
    margin-left: 10px;
}

#header .navbar-nav .nav-link {
    color: #383432;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
    transition: all .3s ease-in-out;
}

    #header .navbar-nav .nav-link:hover,
    #header .navbar-nav .nav-link.show {
        background: transparent;
        color: #1aa4ce;
        border: 2px solid #1aa4ce;
        transition: all .3s;
    }

#header .navbar.affix {
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 20%);
}

#header .navbar-nav .active .nav-link {
    background: #1aa4ce;
    border: 2px solid #1aa4ce;
    color: #fff;
}

#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: #424242;
    padding: 10px 15px;
    text-transform: uppercase;
}

    #header .navbar .dropdown-menu .dropdown-item:hover,
    #header .navbar .dropdown-menu .dropdown-item:focus {
        color: #1aa4ce;
        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: #fff !important;
        background-color: #1aa4ce;
    }

#header .navbar .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 10%);
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: #1aa4ce;
}

    .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*/
.main_slider_home .main_slide {
    min-height: 70vh;
    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: top center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_slider .bg-banner-overlay {
    position: absolute;
    background: rgb(0 0 0 / 20%);
    height: 100%;
    width: 100%;
    top: 0;
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.main_slide .detalhe-banner {
    padding: 225px 0 225px;
}

    .main_slide .detalhe-banner h1 {
        color: #fff;
        font-size: 50px;
        line-height: 58px;
    }

.main_slide .detalhe-banner {
    color: #fff;
}

.main_slider_in .detalhe-banner {
    padding: 45px 15px;
}

    .main_slider_in .detalhe-banner h2 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        text-shadow: 0 0 8px rgb(0 0 0 / 50%);
    }
/* END BANNER */

/* BREADCRUMB */
.breadcrumb {
    background: #1aa4ce;
    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;
        }
/* 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: #1aa4ce;
}
/* END CONTEUDO */

/* ATALHOS */

.owl-atalhos .atalho img {
    max-width: 100%;
    max-height: 70px;
    margin: 15px;
}

.owl-atalhos .owl-stage {
    margin: auto;
}

.atalho {
    transition: .5s;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .atalho:hover {
        opacity: .5;
    }

    .atalho a {
        color: #fff !important;
        text-decoration: none;
    }

    .atalho:hover a {
        color: #fff !important;
        text-decoration: none;
    }

.titulo-atalho {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

    .titulo-atalho a {
        text-decoration: none !important;
    }

/*END ATALHOS */

/* DOCUMENTOS */

.titulo-repositorio {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.artigo {
    box-shadow: 0 0 8px 0 #8e8e8e;
    padding: 10px 10px;
    /*border-radius: 15px;*/
}

    .artigo:hover {
        background: #1aa4ce;
    }

        .artigo:hover a {
            color: #fff;
        }

        .artigo:hover a {
            color: #fff;
        }

.titulo-repositorio:hover a {
    color: #fff;
}

.lista-repositorio .resumo {
    font-size: 13px;
    line-height: 16px;
}

.lista-repositorio .img-artigo {
    font-size: 40px;
    display: inline-block;
    margin-top: 0 auto;
    text-align: center;
}

/*END DOCUMENTOS*/

/*VALENCIAS*/

.owl-item {
    display: flex;
    height: auto !important;
}

.detalhe-lista-valencia {
    background: #1aa4ce;
}

.valencia {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all .3s;
}

    .valencia:hover {
        transform: scale(1.05);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .valencia .titulo-noticia {
        width: 100%;
        text-transform: uppercase;
        font-weight: 800;
        /* padding: 0px 20%; */
        transition: all 1s;
        transform: translateX(0%);
        font-size: 20px;
        line-height: 24px;
        /*text-align: center;*/
        position: relative;
        color: #fff;
    }

/*END VALENCIAS*/

/*ACORDDEON*/
.accordion-body {
    background: #f4f4f4;
}

.accordion-item {
    margin-top: 10px;
    border: none;
}

    .accordion-item:hover {
        margin-top: 10px;
    }

.accordion-button.collapsed {
    color: #ffffff;
    background-color: #1aa4ce;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1aa4ce;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.accordion-button h1 {
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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'/%3e%3c/svg%3e");
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath 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'/%3e%3c/svg%3e");
}

.accordion-item .umb-grid a {
    text-decoration: none;
    font-weight: 500;
}

.accordion-item:last-of-type {
    border: none;
}

.badge {
    padding: 10px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: -1;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-decoration: none;
    float: right;
}

    .badge:hover {
        color: #1aa4ce;
    }

/*.list-group-item {
    text-decoration: none !important;
    border-bottom: 1px solid #1aa4ce !important;
    font-size: 17px !important;
    line-height: 30px;
    padding: 15px 0px;
    background: #f4f4f4;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    vertical-align: middle;
}*/
.artigo .list-group-item {
    background: none;
}

/*.list-group-item:hover {
    text-decoration: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #1aa4ce !important;
}
    */
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.0rem - 0px);
    border-top-right-radius: calc(.0rem - 0px);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0rem - 0px);
    border-bottom-left-radius: calc(0rem - 0px);
}

.artigo-2:hover i {
    color: #FFF !important;
    opacity: 0.5;
}

.artigo-2:hover .badge.text-black-50 {
    color: #FFF !important;
}


/* END ACORDDEON* /

/*ORGÃƒOS SOCIAIS*/

.card-body .nome {
    color: #133e6f;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
}

.card-body .posicao {
    font-style: italic;
    font-size: 17px;
}

/*END ORGÃƒOS SOCIAIS*/

/*NOTICIAS*/

.card {
    border-radius: 0 !important;
}

.data {
    font-style: italic;
    font-size: 12px;
    color: #979797
}

/*END NOTICIAS*/

/* OBJETIVOS */
.objetivo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 3.5rem;
    margin-top: -32px;
    background-image: url(../css/img/bg-objetivo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* clip-path: polygon(48% 1%, 52% 0, 95% 25%, 95% 75%, 52% 100%, 48% 100%, 5% 75%, 5% 25%); */
}

    .objetivo-icon img {
        height: 35px;
        width: 35px;
        filter: brightness(100) invert(1);
    }
/* END OBJETIVOS */

/* NOTICIAS */
.noticia {
    /*border-radius: 5px;*/
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all .3s;
}

    .noticia:hover,
    .evento:hover {
        transform: scale(1.05);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .noticia img,
    .evento img {
        /*border-top-left-radius: 5px;
        border-top-right-radius: 5px;*/
    }

    .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: 17px;
        line-height: 21px;
        color: #212529;
    }

        .noticia .detalhe-lista-noticia .titulo:hover,
        .evento .detalhe-lista-evento .titulo:hover {
            color: #1aa4ce;
        }

    .noticia .detalhe-lista-noticia .resumo {
        color: #585858;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        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;
}
/* END NOTICIAS */

/* EVENTOS */
.evento .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: inline-flex;
}

    .evento .icons .link {
        font-size: 25px;
        line-height: 1;
        text-align: center;
    }

        .evento .icons .link i {
            background: #fff;
            padding: 8px;
            color: #4c4c4c;
            /*border-radius: 50px;*/
        }

        .evento .icons .link:hover i {
            color: #fff;
            background: #323232;
        }

        .evento .icons .link.externo {
            margin-left: 10px;
        }

.evento .detalhe-lista-evento {
    color: #646464;
    font-size: 14px;
}

    .evento .detalhe-lista-evento i {
        color: #1aa4ce;
        font-size: 22px;
    }
/* END EVENTOS */

/* PAGINAÃ‡ÃƒO */
.pagination li a {
    margin: 6px;
    background: #e9e9e9;
    color: #1aa4ce;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    font-weight: 700;
    font-size: 14px;
    /*border-radius: 5px;*/
}

    .pagination li a:hover, .pagination li.active a {
        background: #1aa4ce;
        color: #fff;
    }
/* END PAGINAÃ‡ÃƒO */

/*LIGAÃ‡Ã•ES ÃšTEIS*/

.shadow a:hover {
    color: #1aa4ce;
    text-decoration: underline;
}

/* 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: #1aa4ce;
}

.form-floating > .form-control {
    background-color: #f7f7f7;
    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: #1aa4ce;
    border-color: #1aa4ce;
}

.form-check-label {
    font-size: 14px;
    line-height: 18px;
}

.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-danger {
    color: #842029;
    background-color: #FFF;
    border-color: #842029;
}

.alert-success {
    color: #0f5132;
    background-color: #fff;
    border-color: #0f5132;
}*/

.alert p:last-child {
    margin-bottom: 0;
}
/* END CONTACTOS */

/* FOOTER */
footer {
    background: #ECEFF1;
    border-top: 45px solid #ffd275;
}

    footer .titulo {
        color: #222;
    }

        footer .titulo:after {
            content: '';
            width: 60px;
            background-color: #1aa4ce;
            height: 2px;
            display: block;
            margin-top: 10px;
        }

.menu-footer a {
    color: #0ea1b4;
}

    .menu-footer a:hover {
        color: #1aa4ce;
        text-decoration: underline;
    }

.copyright {
    background: #bdbfc1;
    font-size: 13px;
    text-align: center;
}

    .copyright a {
        color: #000;
    }

        .copyright a:hover {
            text-decoration: underline;
        }
/* END FOOTER */

/* COOKIES */
.bg-wgt-cookies {
    position: fixed;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    background: #ffffff;
    color: #000;
    z-index: 99;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    color: #1aa4ce;
    text-decoration: underline;
}

    .msg_cookies a:hover {
        color: #1aa4ce;
        text-decoration: underline;
    }

.bg-wgt-cookies .popup_total {
    text-transform: uppercase;
    font-weight: 500;
    color: #3c3c3b;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: underline;
    }

.jq_cookies_close {
    background: transparent;
    color: #1aa4ce;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #1aa4ce !important;
    padding: 7px 20px;
    display: inline-block;
    transition: .5s;
}

    .jq_cookies_close:hover {
        background: #1aa4ce;
        color: #fff;
        border: 2px solid #1aa4ce;
    }

.bg-wgt-cookies.cookies-hide {
    display: none;
}
/* END COOKIES */

/*ERROR 404*/

.bg-error-404 {
    padding: 175px;
    color: #fff;
    background-image: url(/media/x4ob2wkl/banner_objetivos.jpg);
    background-size: cover;
}



/*END ERROR 404*/

/*MOBILE*/

@media (max-width: 1382px) {
    .texto-direita {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    #header .navbar-nav .nav-link,
    #header .affix .navbar-nav .nav-link {
        padding: 15px 10px;
    }

        #header .navbar-nav .nav-link:hover,
        #header .navbar-nav .nav-link:focus,
        #header .navbar-nav .active .nav-link {
            color: #1aa4ce !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: #1aa4ce !important;
            background: transparent !important;
            font-weight: 500 !important;
        }

    .bg-wgt-cookies {
        width: 50%;
    }

    #header .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .main_slide .bg-banner-overlay {
        background: rgb(0 0 0 / 25%);
    }

    .main_slide .detalhe-banner {
        padding: 90px 0;
    }

        .main_slide .detalhe-banner h1 {
            font-size: 40px;
            line-height: 44px;
        }

    .box:hover {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .main_slide .detalhe-banner {
        padding: 35px 0;
    }

    .texto-direita {
        padding-top: 3rem;
    }

    .bg-wgt-cookies {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .detalhe-banner .title-40 {
        font-size: 44px;
        line-height: 46px;
    }

    .bg-error-404 {
        padding: 50px;
    }

        .bg-error-404 .texto-404 {
            font-size: 100px;
            line-height: 100px;
        }

    .bg-wgt-cookies {
        width: 90%;
    }

    /*.lista-repositorio .img-artigo {
        font-size: 40px;
        margin-top: 0 auto;
        margin: 10px;
    }*/

    .detalhe-artigo {
        margin: 10px 25px;
    }
}

/*GALERIA*/
.pop-gallery {
    position: relative;
    overflow: hidden;
    display: block;
}

    .pop-gallery .hoverlay {
        top: 0;
        left: 0;
        background: transparent;
        opacity: 0;
        transition: all .5s;
    }

    .pop-gallery:hover .hoverlay {
        background: rgb(19 62 103 / 60%);
        opacity: 1;
    }

    .pop-gallery .hoverlay i {
        font-size: 50px;
        line-height: 50px;
        margin: auto;
        color: #FFF;
    }

    .pop-gallery .hoverlay .img-conteudo {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

        .pop-gallery .hoverlay .img-conteudo i {
            font-size: 26px;
        }

.mfp-bottom-bar {
    margin-top: -40px;
    background: #1aa4ce;
    padding: 7px;
}

.mfp-counter {
    top: 6px;
    right: 10px;
    color: rgb(255 255 255 / 70%);
}

.patrimonio {
    background: #f5f5f5;
}

.galeria .patrimonio:hover {
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 20%);
}

/*END GALERIA*/

/*VALENCIAS HOMEPAGE*/
.owl-valencias .valencia:hover {
    transform: none;
    box-shadow: none;
}

.owl-valencias .detalhe-lista-valencia {
    position: relative;
}

.owl-valencias .valencia {
    position: relative;
    margin: auto;
    overflow: hidden;
}

    .owl-valencias .valencia img {
        max-width: 100%;
        transition: all 0.3s;
        display: block;
        width: 100%;
        height: auto;
    }

    .owl-valencias .valencia:hover img {
        transform: scale(1.1);
    }

/*END VALENCIAS HOMEPAGE*/
