/*GERAIS*/
@media (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

.section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.content a {
    color: inherit;
    /* border-bottom: 2px solid #b83835; */
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
}

    .content a:hover, a:hover {
        color: #b83835;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.embed-responsive-9by16::before {
    padding-top: 155%;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
}

#back-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99;
    font-size: 18px;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #b83835;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s;
}

    #back-top.hide {
        opacity: 0;
    }

    #back-top.not-hide {
        opacity: 1;
    }

    #back-top i {
        transition: all .3s;
    }

    #back-top:hover i:first-child {
        transform: translateY(-50px);
    }

    #back-top i:last-child {
        position: absolute;
        left: 15px;
        transform: translateY(50px);
    }

    #back-top:hover i:last-child {
        transform: translateY(0);
    }
/* MENU */
#header {
    font-family: 'Fjalla One';
    letter-spacing: 1px;
    background-color: #fff;
    box-shadow: 5px 0px 10px #e6e6e6;
    transition: all .5s;
}

    #header .navbar-brand.logo {
        width: 130px;
    }

    #header .navbar-nav .active > .nav-link, #header .navbar-nav .nav-link.active, #header .navbar-nav .nav-link.show, #header .navbar-nav .show > .nav-link {
        color: #b83835 !important;
    }

    #header .navbar-nav .nav-link {
        color: #525252;
        text-transform: uppercase;
        font-size: 18px;
        position: relative;
        padding: 0;
    }

        #header .navbar-nav .nav-link:hover,
        #header .navbar-nav .nav-link:focus {
            color: #b83835
        }

    #header .navbar-nav .nav-item {
        padding: 15px 20px;
    }

    #header.navbar .navbar-collapse.collapsing .navbar-nav,
    #header.navbar .navbar-collapse.collapse.show .navbar-nav {
        margin: 10px 0 8px;
    }

.navbar-nav .dropdown-menu {
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
}

.dropdown-item {
    padding: 10px 25px;
    color: #6f6f6f;
}

    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-item.active,
    .dropdown-item:active {
        color: #b83835;
        background-color: rgb(0 0 0 / 3%);
    }

.navbar-toggler {
    border: none;
}
/* END MENU */

/*BANNER*/
.bg-banner-overlay-gradient {
    background: linear-gradient(180deg, rgba(0,0,0,0.7679446778711485) 0%, rgb(0 0 0 / 20%) 50%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.bg-banner-overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.main_slider, .main_slider_area, .main_slider_in {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main_slider_home .main_slide {
    min-height: 65vh;
}

.main_slider_in .main_slide {
    min-height: 20vh;
}

.main_slide {
    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;
}

.owl-stage {
    display: flex;
}

.owl-item {
    flex: 0 0 auto;
}

.main_slider_home .main_slide img {
    object-fit: cover;
    position: absolute;
    object-position: center center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_slider_in img {
    height: 350px;
    min-height: 500px;
    object-fit: cover;
    position: absolute;
    object-position: center center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.detalhe-banner {
    color: #fff;
    padding: 15px;
}

    .detalhe-banner h4 {
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .detalhe-banner h2 {
        font-size: 70px;
        line-height: 76px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
    }

    .detalhe-banner hr {
        border-top: 2px solid #b83835;
        width: 10%;
        margin: 35px auto;
        opacity: 1;
    }

    .detalhe-banner p {
        font-size: 16px;
        line-height: 22px;
        margin: 35px 0;
        font-weight: 300;
    }

.owl-dots {
    position: absolute;
    top: 5%;
    z-index: 99;
    right: 5%;
}
/* END BANNER */


.bg-branco {
    background: #fff;
}

.bg-cinza {
    background: #f5f5f5;
}

.titulo {
    color: #4a4a4a;
    font-weight: 400;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}
/* END CONTEUDO */

/* BREADCRUMB */
.breadcrumb {
    font-size: 14px;
    background-color: #f5f5f5;
}

    .breadcrumb .divider {
        margin: 4px 8px;
    }

    .breadcrumb li.active {
        font-weight: 700;
    }

    .breadcrumb a {
        border: none;
    }
/* END BREADCRUMB */

/* CONTEUDO IMAGEM LIVRO */
.intro-livro {
    margin-top: -120px;
    z-index: 2;
}

    .intro-livro p:last-child {
        margin-bottom: 0;
    }

.bg-imagem-livro {
    background-size: contain;
    background-repeat: no-repeat;
}

    .bg-imagem-livro .pt-180 {
        padding-top: 180px;
    }
/* END CONTEUDO IMAGEM FUNDO */

/* CONTEUDO IMAGEM FUNDO */
.bg-imagem {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .bg-imagem .bg-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: 0.8;
    }

    .bg-imagem p strong {
        color: inherit;
    }

    .bg-imagem p:last-child {
        margin-bottom: 0;
    }
/* END CONTEUDO IMAGEM FUNDO */

/* LISTA DESTAQUES */
.destaque {
    position: relative;
    margin: 0px;
    max-width: 100%;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.efeito-destaque {
    overflow: hidden;
    position: relative;
}

.destaque img {
    vertical-align: top;
    max-width: 100%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.destaque .overlay {
    background-color: #b83835;
    position: absolute;
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.destaque:hover > img {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.destaque:hover img {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.destaque:hover .overlay {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.destaque:hover .overlay {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    -moz-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.destaque .resumo {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
/* END LISTA DESTAQUES */

/* TIMELINE */
.timeline .timeline-item .card {
    max-height: 300px;
}

.timeline .timeline-item {
    display: flex;
    position: relative;
}

    .timeline .timeline-item::before {
        background: repeating-linear-gradient(to bottom,transparent 0 4px,#dadee4 4px 15px) 80%/2px 100% no-repeat;
        content: "";
        height: 100%;
        left: 38px;
        position: absolute;
        top: 20px;
        width: 2px;
        z-index: 0;
    }

    .timeline .timeline-item:last-child::before {
        content: none;
    }

    .timeline .timeline-item .data {
        width: 78px;
        height: 115px;
        padding: 10px 15px;
        vertical-align: middle;
        background: #b83835;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-family: 'Fjalla One', sans-serif;
        z-index: 1;
    }

    .timeline .timeline-item .timeline-content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 0 0 1rem;
    }

    .timeline .timeline-item:last-child .timeline-content {
        margin-bottom: 0 !important;
    }

.hideContent {
    overflow: hidden;
    height: 630px;
}

    .hideContent:after {
        height: 70%;
        width: 100%;
        content: "";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        background: linear-gradient(to top,rgb(255 255 255 / 90%) 20%,rgba(24,24,24,0) 60%);
        z-index: 1;
    }

.showContent {
    height: auto;
}
/* END TIMELINE */

/* SERVIÇOS */
.conteudo-servico-home .servico-home {
    padding: 0 30px;
}

.servico img {
    max-width: 65px;
    margin-bottom: 15px;
}

.servico h3 {
    color: #5d5d5d;
    font-weight: 400;
}

.servico .resumo {
    color: #909090;
}
/* END SERVIÇOS */

/* LISTA FAQS */
#accordion-faq button {
    background: #fff;
    font-size: 22px;
    text-decoration: none;
    color: #b83835;
}

#accordion-faq .accordion-button:not(.collapsed) {
    color: #b83835;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#accordion-faq button.collapsed {
    color: #202020;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* END LISTA FAQS */

/* LIVROS */
.titulo-lista-livros:after {
    content: '\f02d';
    font-family: 'Line Awesome Free';
    font-size: 43px;
    margin-left: 10px;
    color: #b83835;
    font-weight: 900;
}

.lista-livros .livro .img-livro img {
    transition: filter .5s;
}

.lista-livros:hover .livro .img-livro img {
    filter: grayscale(1);
}

.lista-livros .livro:hover .img-livro img {
    filter: grayscale(0);
}

.lista-livros .livro .detalhe-lista-livro {
    color: #868686;
}

.lista-livros .livro {
    background: transparent;
}

.lista-livros .livro .detalhe-lista-livro .titulo-livro {
    margin-bottom: 5px;
}

    .lista-livros .livro .detalhe-lista-livro .resumo {
        font-style: italic;
        text-align: right;
        font-size: 12px;
        line-height: 14px;
        padding: 15px;
    }

.detalhes-livro .detalhe {
    color: #4a4a4a;
}

    .detalhes-livro .detalhe .detalhe-titulo {
        color: #707070;
    }
/* END LIVROS */

/* NOTICIAS */
.titulo-lista-noticias:after {
    content: '\f1ea';
    font-family: 'Line Awesome Free';
    font-size: 43px;
    margin-left: 10px;
    color: #b83835;
    font-weight: 900;
}

.lista-noticias-home {
    margin-top: 50px;
}

.noticia {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

    .noticia .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        background-color: rgb(184 56 53 / 75%);
    }

    .noticia:hover .overlay {
        opacity: 1;
    }

    .noticia .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 span {
            font-size: 14px;
            font-weight: 300;
        }

        .noticia .icon i {
            display: block;
        }

            .noticia .icon i:hover {
                color: #eee;
            }

.detalhe-lista-noticia {
    color: #868686;
    padding-top: 15px;
}

.noticia:hover .detalhe-lista-noticia {
    background: whitesmoke;
}

.detalhe-lista-noticia .titulo-noticia {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detalhe-lista-noticia .resumo {
    font-size: 13px;
    font-weight: 200;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.detalhe-lista-noticia .data {
    font-style: italic;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 15px 0;
}

/* END NOTICIAS */

/* AGENDA / EVENTOS */
.titulo-lista-eventos:after {
    content: '\f073';
    font-family: 'Line Awesome Free';
    font-size: 43px;
    margin-left: 10px;
    color: #b83835;
    font-weight: 900;
}

.evento {
    padding: 20px 15px;
    transition: all .3s;
    height: 100%;
}

    .evento:hover {
        background: #f5f5f5;
    }

    .evento .date {
        font-size: 50px;
        line-height: 58px;
        font-family: 'Fjalla One';
        text-transform: uppercase;
    }

    .evento .local {
        margin-bottom: 10px;
    }

    .evento .resumo {
        color: #868686;
    }
/* END AGENDA/EVENTOS */

/* PAGINAÇÃO */
.pagination li {
    display: inline-block;
    transition: background-color .5s;
}

    .pagination li.active {
        background-color: #b83835;
    }

        .pagination li.active a {
            color: #fff;
        }

    .pagination li:hover:not(.active) {
        background-color: #ddd;
    }

.pagination a {
    float: left;
    padding: 8px 16px;
    border-bottom: 0;
}

.pagination .disabled {
    display: none;
}
/* END PAGINAÇÃO */

/* CONTACTOS */
#formularioDiv .form-control {
    font-size: 14px;
    color: #4a4a4a;
    background: #f5f5f5;
    border: none;
}

    #formularioDiv .form-control:focus {
        color: #4a4a4a;
        box-shadow: 0 0 0 0.2rem rgb(184 56 53 / 20%);
    }

#formularioDiv .form-floating > label {
    font-size: 14px;
}

#formularioDiv .text-form {
    font-size: 12px;
    line-height: 16px;
}

#formularioDiv .form-check-input {
    margin-top: 2px;
}
.form-floating > textarea.form-control:not(:placeholder-shown) ~ label ~ div {
    width: calc(100% - 2rem);
    height: 15px;
    background-color: #f5f5f5;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    padding-top: 1.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.form-floating textarea ~ label {
    z-index: 2;
}

.form-floating > textarea.form-control {
    padding-top: 30px !important;
}

#formularioDiv .form-check-input:checked {
    background-color: #b83835;
    border-color: #b83835;
}

#formularioDiv .form-check-input:focus {
    border-color: #cd5957;
    box-shadow: 0 0 0 0.25rem rgb(184 56 53 / 25%);
}

#formularioDiv .form-check-label {
    font-size: 14px;
    line-height: 1.2;
}

.alert p:last-child {
    margin-bottom: 0;
}
/* END CONTACTOS */

/* MAPA */
.content-mapa {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.embed-responsive-map {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
    position: relative;
    height: 500px;
}

    .embed-responsive-map iframe {
        border: 0;
        width: 100%;
        height: calc(100% + 60px);
        margin-top: -60px;
    }
/* END MAPA */

/* FOOTER */
#footer {
    background: #101010;
}

.conteudo-footer {
    padding: 50px 15px;
    font-size: 14px;
    line-height: 18px;
}

    .conteudo-footer h5 {
        color: #fff;
    }

    .conteudo-footer strong, .conteudo-footer b {
        color: #b3b3b3;
    }

    .conteudo-footer a {
        color: inherit;
        border: none;
    }

        .conteudo-footer a:hover,
        .copyright a:hover {
            color: #b83835;
        }

.copyright {
    background: #0c0c0c;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

    .copyright a {
        color: inherit;
        border: none;
    }
/* END FOOTER */

/* ERRO 404 */
.bg-error-404 {
    background: #f3f3f3;
    height: 75vh;
    -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;
}

.texto-404 {
    font-size: 140px;
    line-height: 1;
}

.bg-error-404 .btn-vermelho {
    background: #f3f3f3;
}

.bg-error-404 .img-bottom {
    position: absolute;
    bottom: -7%;
    max-height: 200px;
    width: 100%;
}
/* END ERRO 404 */

/* COOKIES */
.bg-wgt-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1a1a1a;
    z-index: 1000201;
    padding: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

    .bg-wgt-cookies .msg_cookies a {
        color: inherit;
        border-bottom: 2px solid #b83835;
        text-decoration: none;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .bg-wgt-cookies .msg_cookies a:hover {
            color: #b83835;
            text-decoration: none;
        }

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.bg-wgt-cookies.cookies-hide {
    display: none;
}

/* CATALOGOS */
.categoria {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
}

.pesquisar {
    position: relative;
    background: #f7f7f7;
    padding: 0 40px;
    height: 70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

    .pesquisar button svg {
        height: 17px;
        width: 17px;
        fill: #a8a8a8;
        transition: all .3s;
    }

    .pesquisar button:hover svg {
        fill: #4a4a4a;
    }

    .pesquisar .form-control {
        background: #f7f7f7;
    }

        .pesquisar .form-control::placeholder {
            color: #656565;
        }

        .pesquisar .form-control:focus {
            box-shadow: none;
        }

.catalogos {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

    .catalogos .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        background-color: rgb(184 56 53 / 50%);
    }

    .catalogos:hover .overlay {
        opacity: 1;
    }

.titulo-catalogos {
    text-align: center;
}

.catalogos .icon {
    color: #fff;
    font-size: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    text-align: center;
}

.catalogos .icon i {
    transition: all .5s;
}

.catalogos:hover .icon i {
    transform: rotate(13deg);
    transition: all .5s;
}

    .catalogos .icon span {
        font-size: 14px;
        font-weight: 300;
    }

    .catalogos .icon img:hover {
        color: #eee;
    }

.detalhe-lista-catalogos .resumo {
    font-style: italic;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
}

.catalogos .card-body .resumo {
    text-transform: lowercase;
}
/* END CATALOGOS */

/* ACCORDION CATALOGO */
.accordion-catalogo .accordion-body {
    background: #fff;
    padding: 3px 10px;
}

.accordion-catalogo .accordion-item {
    margin-top: 2px;
    border: none;
}

    .accordion-catalogo .accordion-item:hover {
        margin-top: 2px;
    }

.accordion-catalogo .accordion-button {
    padding: 0 10px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    box-shadow: none;
}

    .accordion-catalogo .accordion-button.active a {
        color: #b83835;
    }

    .accordion-catalogo .accordion-button.collapsed {
        color: #656565;
        background: #f7f7f7;
        font-weight: 600;
    }

    .accordion-catalogo .accordion-button:not(.collapsed) {
        color: #656565;
        background: #f7f7f7;
        font-weight: 600;
    }

    .accordion-catalogo .accordion-button.active .arrow + a {
        color: #b83835;
        background: #f4f4f4;
        font-weight: 600;
    }

    .accordion-catalogo .accordion-button .arrow {
        background: #f0f0f0;
        font-size: 18px;
        padding: 0 10px;
        cursor: pointer;
    }

    .accordion-catalogo .accordion-button.active .arrow {
        color: #b83835;
    }

        .accordion-catalogo .accordion-button.active .arrow.collapsed i,
        .accordion-catalogo .accordion-button .arrow.collapsed i {
            transform: rotate(0);
            transition: all .3s;
        }

        .accordion-catalogo .accordion-button.active .arrow i,
        .accordion-catalogo .accordion-button .arrow i {
            transform: rotate(180deg);
            transition: all .3s;
        }

    .accordion-catalogo .accordion-button .arrow:hover {
        color: #b83835;
    }

    .accordion-catalogo .accordion-button h1 {
        font-size: 20px;
        border-bottom: 1px solid #b8b8b8;
    }

    .accordion-catalogo .accordion-button:focus {
        border: none;
        box-shadow: none
    }

    .accordion-catalogo .accordion-button::after {
        content: none;
    }

.accordion-item .umb-grid a {
    text-decoration: none;
    font-weight: 500;
}

.accordion-item:last-of-type {
    border: none;
}

.accordion-catalogo .accordion-body .nav-link {
    font-size: 14px;
    padding: 5px 1rem;
}

    .accordion-catalogo .accordion-body .nav-link:focus,
    .accordion-catalogo .accordion-body .nav-link:hover,
    .accordion-catalogo .accordion-body .nav-link.active {
        color: #b83835;
    }

/* END ACCORDION CATALOGO */

@media(max-width:1200px) {
}

@media(max-width:991px) {
    .navbar-collapse .navbar-nav {
        margin-top: 0;
    }

    #header .navbar-nav .nav-item {
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

        #header .navbar-nav .nav-item:last-child {
            border-bottom: none;
        }

    #header .navbar-nav .dropdown-menu {
        box-shadow: none;
    }

        #header .navbar-nav .dropdown-menu .dropdown-item {
            padding: 10px;
        }

    .intro-livro {
        margin-top: -70px;
    }

    .bg-imagem .pt-180 {
        padding-top: 110px;
    }

    .bg-banner-overlay-gradient {
        background: rgb(0 31 43 / 95%);
    }

    .intro-livro {
        margin-top: -70px;
        z-index: 2;
    }

    .main_slider {
        /*height: 100% !important;*/
    }
}

@media(max-width:767px) {
    .intro-livro {
        margin-top: -45px;
    }

    .bg-imagem .pt-180 {
        padding-top: 85px;
    }
}

@media(max-width:576px) {

    .main_slider_home .main_slide {
        /*min-height: 100%;*/
    }

    .detalhe-banner {
        margin: 50px auto;
    }

        .detalhe-banner h2 {
            font-size: 40px;
            line-height: 46px;
        }

    .bg-imagem .pt-180 {
        padding-top: 65px;
    }

    .bg-error-404 {
        padding: 80px 0;
    }

        .bg-error-404 .texto-404 {
            font-size: 80px;
            line-height: 1;
        }

        .bg-error-404 .img-bottom {
            bottom: 0;
        }
}

@media(max-width:500px) {
    #header .navbar-brand img {
        width: 85px;
    }
}

@media(max-width:320px) {
    .intro-livro {
        margin-top: -30px;
    }

    .bg-imagem .pt-180 {
        padding-top: 50px;
    }
}
