﻿@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/*lgpd*/

.termLGPD {
    position: fixed;
    width: 98%;
    bottom: 0;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    margin: 1rem 1rem 0;
    box-shadow: 1px -5px 20px 0px #0000007a;
}

    .termLGPD label {
        width: 100%;
        max-width: 800px;
    }

    .termLGPD a {
        color: #a0000c;
    }

        .termLGPD a:hover {
            color: #6f0109;
        }

    .termLGPD button {
        cursor: pointer;
        background-color: #a0000c;
        padding: 15px;
        color: #fff;
        border-radius: 5px;
        margin-left: 10px;
        border: 0;
    }

        .termLGPD button:hover {
            background-color: #6f0109;
        }

@media (max-width: 767px) {
    .termLGPD {
        width: 92%;
    }
}
/*end lgpd*/

/*Inserido em 14-07-22*/
.wp-block-image {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

figure, img:first-child {
    width: 100%;
    padding: 0;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(108, 23, 25, 0.2);
    border-right: 1.1em solid rgba(108, 23, 25, 0.2);
    border-bottom: 1.1em solid rgba(108, 23, 25, 0.2);
    border-left: 1.1em solid #ed3237;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    /*overflow: hidden;*/
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
}

    #header.shrink {
        animation: animatetop 0.4s;
        /*height: 55px;*/
        -webkit-transition: height 1s;
        -moz-transition: height 1s;
        transition: height 1s;
    }

        #header.shrink img.logo-topo-menu {
            height: 5em;
        }

/*#header.shrink section#menu {
            height: 40em;
            animation: animatetop 0.4s;
            -webkit-transition: height 1s;
            -moz-transition: height 1s;
            transition: height 1s;
        }*/

#body {
    margin-top: 107px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 9999;
    position: absolute;
    top: 10em;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #6c1719;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #6c1719 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*.body_height {
    min-height: 100vh;
}

#body {
    margin-top: 2em;
}*/

strong, b {
    font-weight: bold !important;
}

em {
    font-style: italic;
}

.margin-center {
    margin: 0 auto !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

[v-cloak] {
    display: none !important;
}

div.clear {
    clear: both;
    width: 100%;
    margin-bottom: .5em
}

.d-block-mobile {
    display: none !important;
}

.d-none-mobile {
    display: block !important;
}

.d-block-991 {
    display: none !important
}

.d-block-1199 {
    display: none !important
}

.color-default-1 {
    color: #6c1719;
}

.color-000 {
    color: #000;
}


.pad-0 {
    padding: 0 !important;
}

.pad-l-0 {
    padding-left: 0 !important;
}

.pad-r-0 {
    padding-right: 0 !important;
}

.pad-l-0-991 {
    padding-left: 0 !important;
}

.pad-r-0-991 {
    padding-right: 0 !important;
}

.pad-15 {
    padding: 15px;
}

.pad-r-30 {
    padding-right: 30px;
    padding-left: 0;
}

.h-100 {
    height: 100% !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 6px;
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 12px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ed3237;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
        right: 0;
    }

    .hvr-underline-from-left:hover {
        color: #ed3237 !important;
    }

a.set {
    color: #ed3237 !important;
}

    a.set:before {
        content: "";
        position: absolute;
        z-index: -1;
        display: block;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ed3237;
        height: 2px;
        color: #ed3237 !important;
        width: 100%;
    }

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #333;
    position: relative;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #333;
}

p {
    margin: 1em 0;
}

    p:first-child {
        margin-top: 0;
    }

    p:last-child {
        margin-bottom: 0;
    }
/*Paginação*/
.pagenav {
    margin: 30px auto;
    display: block;
}

    .pagenav .pagination li {
        border: 1px solid #aaa;
        border-left: 0;
        cursor: pointer;
    }

        .pagenav .pagination li.atual {
            background: #ed3237;
            color: #fff
        }

        .pagenav .pagination li:first-child {
            border-bottom-left-radius: 5px;
            border-left: 1px solid #dadada;
            border-top-left-radius: 5px;
        }

        .pagenav .pagination li:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        .pagenav .pagination li span {
            display: block;
            font-size: 16px;
            /*height: 36px;*/
            min-width: 36px;
            padding: 10px;
            text-align: center;
        }

        .pagenav .pagination li:hover span, .pagenav .pagination li:focus span {
            color: #fff;
            background: #ed3237;
        }


/*/Paginação*/

/* CONTATO ALERT */

.alert-success h1 {
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding-bottom: 5px !important;
    color: #155724 !important;
    margin-bottom: 0 !important;
}

.alert-success p {
    text-align: center;
    font-weight: 600;
}

/* /CONTATO ALERT */

/* VÍDEO */

div.video-titulo {
    display: block;
    width: 100%;
}

    div.video-titulo time {
        font-size: 12px;
        color: #333;
        font-weight: 600;
    }

    div.video-titulo h2 {
        font-size: 30px;
        font-weight: 600;
        color: #666;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding-bottom: 15px;
    }

div.video-content {
    display: block;
    width: 100%;
    border: 1px solid #dadada;
}

    div.video-content iframe {
        width: 100%;
        height: 450px;
        margin-bottom: -5px;
    }

ul.video-thumblist {
    display: block;
    width: 100%;
    padding: 15px;
    /*background-color: #f1f1f1;
    border: 1px solid #666;*/
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 5px;
    color: #666;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

    ul.video-thumblist::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    ul.video-thumblist::-webkit-scrollbar {
        height: 6px;
        width: 5px;
        background-color: #F5F5F5;
    }

    ul.video-thumblist::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 12px;
    }

    ul.video-thumblist li {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }

        ul.video-thumblist li:first-child {
            padding-top: 0;
        }

        ul.video-thumblist li:last-child {
            margin-bottom: 0;
        }

        ul.video-thumblist li a {
            display: block;
            width: 100%;
            cursor: pointer;
        }

            ul.video-thumblist li a:hover div.desclink span,
            ul.video-thumblist li.set a div.desclink span {
                color: #ed3237 !important;
            }

div.blkimg img {
    width: 100%;
    display: block;
}

div.desclink time {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

div.desclink span {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    display: block;
}

span.video-busca {
    float: right;
    width: auto;
    align-items: center;
    display: flex;
}

div.video-busca {
    display: flex;
    width: 100%;
    align-items: center;
}

    span.video-busca span,
    div.video-busca p {
        font-size: 14px;
        width: auto;
        padding-right: 5px;
        margin: 0 0 0 auto;
    }

span.video-busca select {
    font-size: .6em;
}

span.video-busca select,
div.video-busca select {
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #aaa;
    padding: 0 5px;
    border-radius: 4px;
}

img.imgLoad {
    width: 100%;
}
/* /VÍDEO */

/* MENU */

section#menu {
    background-color: #f1f1f1;
    padding-bottom: .5em;
    box-shadow: 0 2px 5px rgb(0 0 0 / 35%);
    position: relative;
    z-index: 2;
}

.menu_rede_sociais {
    padding: .5em;
    background-color: #dfdfdf;
}

    .menu_rede_sociais a {
        padding: 0 .5em;
        font-size: 1.2em;
        color: #ed3237 !important;
        cursor: pointer;
    }

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

ul.dropdown-menu {
    padding: .5em 1em;
}

    ul.dropdown-menu li {
        padding: .3em 0;
        font-size: .9em;
        font-weight: 600
    }

        ul.dropdown-menu li a:hover {
            color: #ed3237;
        }

a.nav-link {
    font-size: .85em;
    font-weight: 600;
    color: #666;
}

.box_logo {
    padding-top: .5em;
}

    .box_logo p {
        font-size: .85em;
        margin: 0;
    }

/* RODAPÉ */

footer#rodape {
    background: #ed3237;
}

.box_menu {
    margin: 2em 0;
    padding-left: 2em;
}

.box_info_rodape {
    border-right: 1px solid #fff;
    margin: 2em 0
}

.rodape_menu p {
    margin-bottom: .5em;
}

img.img_rodape {
    display: block;
    width: 75%;
    padding: 0 2em 2em;
    margin: auto;
}

.rodape_menu li {
    color: #fff;
    font-size: .85em;
    font-weight: 700;
    margin: 1em 0;
}

    .rodape_menu li:first-child {
        margin-top: 0;
    }

    .rodape_menu li:last-child {
        margin-bottom: 0;
    }

    .rodape_menu li ul li {
        font-weight: 400;
        padding-left: 1.5em;
        font-size: .95em;
        margin: 0
    }

.horario_rodape,
.tel_rodape,
.endereco_rodape {
    display: inline-flex;
    width: 100%;
}

.horario_rodape {
    margin: 2em 0
}

.icon_info {
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    background-color: #fff;
    padding: 0;
    text-align: center;
    align-items: center;
    margin-right: 1em;
    align-self: center;
}

    .icon_info i {
        display: block;
        margin: auto;
        color: #ed3237;
    }

span.info_info {
    display: block;
    font-size: .85em;
    font-weight: 600;
    color: #fff;
    align-self: center;
    margin: 0;
}

.rodape_info {
    padding: 0 2em 0 0;
}

.box_redes_new {
    height: 100%;
}

.box_rede_rodape {
    background-color: #555;
    /*height: 100%;*/
    padding: .5em 0;
}

    .box_rede_rodape a {
        /*display: block;*/
        font-size: 1.4em;
        text-align: center;
        color: #fff !important;
        margin: 0 1em;
        cursor: pointer;
    }

        .box_rede_rodape a:first-child {
            margin-left: 0;
        }

        .box_rede_rodape a:last-child {
            margin-right: 0;
        }

.box_newsletter {
    height: 100%;
    background-color: #666;
}

.rodape_menu li a:hover,
.rodape_menu li ul li a:hover {
    text-decoration: underline !important
}
/* MEDIABOX */
#mediabox {
    padding: 5px 0 1em;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 4em;
}


.carousel-caption {
    position: absolute;
    right: 1%;
    bottom: 20px;
    left: 1%;
    z-index: 10;
    padding: .3em .5em;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

    .carousel-caption h5 {
        font-size: 1.5em;
        color: #fff;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-shadow: 3px 1px 5px rgba(0,0,0,.35);
    }

    .carousel-caption:empty {
        background: none
    }

/* NOTÍCIAS HOME */

#noticias_destaque {
    padding: 1em 0 2em;
}

div.box-noticias {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    div.box-noticias a {
        position: relative;
        display: block;
    }

    div.box-noticias time {
        position: absolute;
        z-index: 2;
        left: 1em;
        top: 1em;
        background-color: #666;
        padding: .3em .5em;
        color: #fff;
        font-size: .8em;
        border-radius: 10px;
        font-weight: 600
    }

        div.box-noticias time i {
            font-size: 1.2em;
            padding-right: .3em;
        }

div.box-blog-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
}

    div.box-blog-info h1 {
        color: #fff;
        background-color: rgba(0,0,0,.60);
        font-size: 1.2em;
        font-weight: 600;
        margin: 0;
        padding: 1em;
        border: 1px solid #dedede;
        border-top: none;
    }


div.blog-img {
    width: 100%;
    height: 23em;
    display: block;
    overflow: hidden;
    border: 1px solid #dedede
}

    div.blog-img img {
        border: 1px solid #bfbfbf;
        width: 100%;
        height: 100%;
        position: relative;
        vertical-align: middle;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }


.box-noticias-menor div.blog-img {
    height: 15em;
}

    .box-noticias-menor div.blog-img img {
        height: 100%;
    }

a:hover div.blog-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

a:hover div.blog-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}


div.box-noticias-menor {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    div.box-noticias-menor a {
        position: relative;
        display: block;
    }

    div.box-noticias-menor time {
        color: #333;
        font-size: .8em;
        font-weight: 600;
        margin: 1em 0;
        display: block;
    }

div.box-noticias time i {
    font-size: 1.2em;
    padding-right: .3em;
}

#indice-blog div.box-noticias-menor {
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 1em;
    height: calc(100% - 30px);
}

.box-blogmenor-info h1 {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

a:hover .box-blogmenor-info h1 {
    color: #ed3237 !important;
}

/* VEJA MAIS */

.box_vja_mais {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1em 0;
}


    .box_vja_mais:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-right: 1em;
        background-color: #666;
    }

.btn_vja_mais {
    padding: .3em;
    font-size: .9em;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    width: max-content;
    margin-left: auto;
}


    .btn_vja_mais i {
        margin-left: 1em
    }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-horizontal .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/* VIDEO PUBLICACAO */

#video_publicacao {
    padding: 2em 0 0;
}

.box_video {
    padding-bottom: 4em;
}

    .box_video iframe {
        width: 100%;
        height: 32.8em;
    }

.box_publicacao {
    padding: 2em 3em 4em;
    background-color: #e1e1e1;
    height: 100%;
}

    .box_publicacao img {
        max-width: 100%;
        display: block;
        margin: 1em auto 3.55em;
    }

    .box_publicacao time {
        max-width: 100%;
        display: block;
        text-align: center;
        font-size: .9em;
        font-weight: 600;
        margin: 1em auto;
    }

    .box_publicacao h1 {
        max-width: 100%;
        display: block;
        text-align: center;
        font-size: 1.3em;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 1em
    }

.container_publicacao {
    position: relative;
    width: 100%;
}

.image_publicacao {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle_publicacao {
    transition: .5s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container_publicacao:hover .image_publicacao {
    opacity: 0.3;
}

.container_publicacao:hover .middle_publicacao {
    opacity: 1;
}

.text_publicacao {
    background-color: #ed3237;
    width: 85%;
    padding: 1em;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    border-radius: 0.3em;
    display: block;
    margin: auto;
}

    .text_publicacao:hover {
        background-color: #6c1719
    }

.box_interna_publicacao {
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 1em;
    height: calc(100% - 30px);
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .box_interna_publicacao time {
        color: #333;
        font-size: .8em;
        font-weight: 600;
        margin: 0 0 1em;
        display: block;
        text-align: center;
    }

    .box_interna_publicacao img {
        border: 1px solid #bfbfbf;
    }
/* BANNER FACEBOOK */
#banner_facebook {
    padding: 4em 0;
    background: #f1f1f1;
}

.box_banner a {
    display: block;
    width: 100%;
    margin: 2em 0;
    border: 1px solid #dedede;
}

    .box_banner a:first-child {
        margin-top: 0;
    }

    .box_banner a:last-child {
        margin-bottom: 0;
    }

    .box_banner a img {
        width: 100%;
        display: block;
    }

.btn_andes_home {
    margin: 2em 0;
}

/* BANNER PUB */
#banner {
    padding: 4em 0;
}

.box_banner_pub a {
    display: block;
    border: 1px solid #dedede;
}

    .box_banner_pub a img {
        display: block;
        width: 100%;
    }

#banner > div > div > div.col-sm-12 {
    margin: 30px 0;
}

/* Interna */

.titulo_interna,
#interna h1 {
    font-size: 2.5em;
    padding: 0 0 0 .5em;
    margin: 1.5em auto;
    border-left: .2em solid #ed3237;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    width: max-content;
}

#interna h2 {
    font-size: 1.8em;
    margin: 1.5em 0 .5em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #ed3237;
}

#interna h3 {
    font-size: 1.5em;
    margin: 1em 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #ed3237;
}

.interna {
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 0 1em 1em;
    margin-bottom: 4em;
}

/* CONTATO */

.contato {
    margin-bottom: 4em;
}

.contatoinfo {
    margin: 0 0 1em;
    padding: 1em 0;
    /*box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);*/
    border: 1px solid #a5a5a5;
}

    .contatoinfo a {
        margin-bottom: 1em;
        display: inline-block;
        width: max-content;
    }

    .contatoinfo iframe {
        border: none;
        box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    }

    .contatoinfo a {
        color: #AD2429
    }

        .contatoinfo a:hover {
            text-decoration: underline
        }

.contato-form {
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    padding: 0 1em 1em;
}

form#f-salvar-formulario {
    /*background: #f1f1f1;*/
    margin-bottom: 4em;
}

    form#f-salvar-formulario label {
        display: block;
        width: 100%;
        font-size: 12px;
    }


    form#f-salvar-formulario select,
    form#f-salvar-formulario input {
        display: block;
        width: 100%;
        height: 2em;
        margin-bottom: 1em;
    }

    form#f-salvar-formulario textarea {
        overflow: auto;
        resize: vertical;
        width: 100%;
        height: 8em;
        margin-bottom: 1em;
    }

button.btn-enviar {
    background: #ed3237;
    color: #fff;
    max-width: 100%;
    width: 7em;
    font-weight: 600;
}

    button.btn-enviar i {
        padding-left: .5em
    }

/* VIDEO INTERNA */

.video_interna {
    margin: 0 0 4em;
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 0 0 1em;
}

/* TITULO INTERNA */

.box_titulo {
    padding: 3em 0;
    margin-bottom: 0;
    /*background: #f9f9f9;*/
    background: #fff;
    z-index: 1;
    position: relative;
    /*box-shadow: 0 2px 5px rgb(0 0 0 / 15%);*/
}

    .box_titulo h1,
    .titulo_interna,
    #interna h1 {
        font-size: 2.5em;
        padding: 0 0 0 0.5em;
        margin: 0 auto;
        border-left: 0.2em solid #ed3237;
        font-family: 'Work Sans', sans-serif;
        font-weight: 300;
        text-align: center;
        width: max-content;
    }

.interna a {
    color: #AD2429;
}

    .interna a:hover {
        text-decoration: underline;
    }

/* NOTICIA */
.publicacao_indice,
.indice-blog {
    padding-bottom: 4em;
}

.blog-interna {
    margin: 4em 0;
}

.box_titulo_noticia {
    border-left: .5em solid #ed3237;
    padding: 0 0 0 1em;
    margin: 2em 0 1em;
}

    .box_titulo_noticia h1 {
        font-size: 1.8em;
        margin: 0 0 .5em;
        font-family: 'Work Sans', sans-serif;
        font-weight: 400;
    }

    .box_titulo_noticia time {
        color: #333;
        font-size: .8em;
        font-weight: 600;
        margin: 0;
        display: block;
    }

.blog-interna-info h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.blog-interna-info a {
    color: #AD2429;
}

    .blog-interna-info a:hover {
        text-decoration: underline;
    }

.ultimas-noticias {
    border-left: 1px solid #dedede;
    padding-left: 1em;
    margin: 4em 0 0;
    height: calc(100% - 7em);
}

    .ultimas-noticias h1 {
        font-size: 1.5em;
        margin: 0 0 1em;
        font-family: 'Work Sans', sans-serif;
        font-weight: 300;
    }


ul.list-ultimas-noticias {
    display: block;
    width: 100%;
}

    ul.list-ultimas-noticias li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        ul.list-ultimas-noticias li:last-child {
            margin-bottom: 0;
        }

        ul.list-ultimas-noticias li a {
            width: 100%;
            display: block;
        }

            ul.list-ultimas-noticias li a:hover h1 {
                color: #ed3237;
            }

        ul.list-ultimas-noticias li h1 {
            font-size: 20px;
            font-weight: 400;
            margin: 0 0 5px;
            padding-bottom: 0;
            color: #666;
            border: none;
        }

        ul.list-ultimas-noticias li time {
            font-size: 10px;
        }

            ul.list-ultimas-noticias li time span {
                color: #fbc202;
                text-transform: uppercase;
                font-weight: 600;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

        ul.list-ultimas-noticias li h2 {
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            position: relative;
            color: #666;
            overflow: hidden;
        }

.btn-indice-noticia {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    padding: 3.4% 0;
    display: block;
    text-align: center;
    background-color: #f1f1f1;
}

/* DOCUMENTOS */

.list_docuemtnso {
    box-shadow: 0px 0 39px 0px rgb(0 0 0 / 10%);
    position: relative;
    padding: 0 1em 1em;
    margin-bottom: 4em;
}

    .list_docuemtnso li {
        display: block;
        padding-bottom: 1em;
        margin-bottom: 2em;
        border-bottom: 1px solid #dedede;
    }

        .list_docuemtnso li:last-child {
            margin-bottom: 0;
        }

        .list_docuemtnso li a {
            display: block;
            cursor: pointer;
        }


            .list_docuemtnso li a:hover p {
                color: #ed3237;
                font-weight: 500;
            }

.icon_documento {
    width: 2em;
    height: 2em;
    background: #ed3237;
    text-align: center;
    font-size: 2em;
    vertical-align: middle;
    padding: .25em 0;
    border-radius: 50%;
    color: #fff;
}

.tempo_documento {
    padding: 0 0 1em 0;
    display: block;
    font-size: .8em;
    font-weight: 600;
}

.titulo_docuemto {
    border-top: 2px solid #ed3237;
    margin: 0;
    color: #333;
    padding: 0.4em 0 0;
    font-weight: 400;
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif;
}

div#mobile_busca {
    position: absolute;
    right: 1em;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    width: 91%;
}

#abrir_busca,
#fechar_busca {
    width: 2.5em;
    text-align: center;
    cursor: pointer;
}

div.indice-blog ul.interna li {
    margin-bottom: 1em;
    padding-bottom: 1em !important;
    border-bottom: 1px solid #dadada;
}

    div.indice-blog ul.interna li:first-child {
        margin-bottom: 0 !important;
    }

a.btn_filiese.bkg-grey-desktop,
a.btn_filiese {
    width: 7em;
    background: #ed3237;
    display: block;
    text-align: center;
    padding: 0.4em 0.5em;
    margin-top: 0.5em;
    border-radius: 0.5em;
    color: #fff;
}

a.btn_filiese.bkg-grey-desktop {
    background: #666;
}

.btn_filiese.bkg-000 {
    background: #000;
    margin: 0;
    width: 10em;
    text-decoration: none !important;
    max-width: 100%;
}

.btn_filiese.bkg-grey {
    background: #666;
    margin: 10px auto 0;
    width: 7em;
    text-decoration: none !important;
    max-width: 100%;
}

.btn_filiese:hover,
.btn_filiese.bkg-grey:hover,
.btn_filiese.bkg-000:hover {
    text-decoration: none !important;
    background-color: #6c1719;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.assinatura_da_dohms {
    filter: brightness(0) invert(1);
    font-size: .8em;
}

button.btn-enviar:hover {
    color: #fff;
    text-decoration: none;
}


img.imgLoad {
    height: 497px;
}

/*ACOES*/
.btn-pagina-ebtts-ir,
.btn-pagina-ms-ir,
.btn-pagina-ms,
.btn-pagina-ebtts {
    background: #ccc;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

    .btn-pagina-ebtts-ir img,
    .btn-pagina-ms-ir img,
    .btn-pagina-ms img,
    .btn-pagina-ebtts img {
        max-width: 100%;
    }

/*LIST NORMAL*/
ul.list-normal {
    list-style: disc;
    padding-left: 1.4em;
}

@media (max-width: 1199px) {
    .d-block-1199 {
        display: block !important
    }

    .d-none-1199 {
        display: none !important
    }

    div.logo h1 {
        font-size: 4.4em
    }

    div.logo p {
        font-size: .8em;
    }

    img.imgLoad {
        height: 405px;
    }

    .box_video iframe {
        height: 26.3em;
    }
}

@media (max-width: 991px) {
    .d-none-991 {
        display: none !important
    }

    .d-block-991 {
        display: block !important
    }

    .pad-0-991, .pad-l-0-991, .pad-r-0-991 {
        padding: 0 15px !important;
    }

    .pad-0-991 {
        padding: 0 !important
    }

    .box-video-noticias iframe {
        width: 100%;
        height: 100%;
    }

    img.imgLoad {
        height: 301px;
    }

    #body {
        margin-top: 190px;
    }
}

@media (max-width: 768px) {
    img.imgLoad {
        height: 12em;
    }
}

@media (max-width: 767px) {
    .mb-m-0 {
        margin-bottom: 0 !important
    }

    .mr-mobile-auto {
        margin-right: auto !important;
    }

    .ml-mobile-auto {
        margin-left: auto !important;
    }

    .d-block-mobile {
        display: block !important;
    }

    .d-none-mobile {
        display: none !important;
    }

    .pad-0, .pad-l-0, .pad-r-0 {
        padding: 0 15px !important;
    }

    .p-m-0 {
        padding: 0 !important;
    }

    .col5 {
        width: 100%;
    }

    ._2p3a,
    .fb-page,
    .fb_iframe_widget_fluid span,
    .fb_iframe_widget iframe,
    .twitter-timeline {
        width: 100% !important;
    }

    .box_logo p {
        display: none;
    }

    .box_facebook .fb-page {
        width: 100% !important;
    }

    .menu_rede_sociais a {
        padding: 0.3em;
    }

    #banner > div > div > div:nth-child(2) {
        margin: 30px 0;
    }

    .box_facebook,
    #banner > div > div > div:nth-child(6) {
        margin-top: 30px;
    }

    .box_rede_rodape {
        padding: 1em 0;
    }

    .rodape_info {
        padding: 2em;
    }

    a.nav-link {
        font-size: 1.1em;
        text-align: center;
        display: block;
        padding: 1em 0;
    }

    .menu_rede_sociais {
        text-align: center;
    }


    ul.dropdown-menu li {
        padding: .5em 0;
        font-size: 1em;
        text-align: center;
    }

    img.img_rodape {
        display: none
    }

    .box_video iframe {
        height: 12em;
    }

    div.box-blog-info {
        position: relative;
    }

        div.box-blog-info h1 {
            font-size: 1em;
        }

    button.navbar-toggler {
        /*position: absolute;
        bottom: 1em;*/
        border: 1px solid;
        color: #fff;
        background: #ed3237;
    }

    .box_logo img {
        width: 100%;
    }

    #header.shrink img.logo-topo-menu {
        height: auto;
    }

    #body {
        margin-top: 95px;
    }


    .box_titulo h1,
    .titulo_interna,
    #interna h1 {
        width: 100%;
        padding: 0 0.5em;
        margin: 0 auto;
        border-right: 0.2em solid #ed3237;
    }

    div.video-content iframe {
        height: 100%;
    }

    div.video-busca {
        margin: 1em 0;
    }

    a.btn_filiese {
        margin: 0 auto
    }

    .box-noticias-menor div.blog-img {
        height: 100%;
    }

    .carousel-caption h5 {
        /*font-size: 1.3em;*/
        font-size: 0.8em;
    }

    div.blog-img {
        height: 100%
    }
}


@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
