.hide-on-med-and-down li a:hover {
    border: none !important;
    outline: 0 !important;
}

.dropdown-content {
    width: 200px !important;
}

.dropdown-content li a:hover {
    background: red !important;
}

.nav-wrapper {
    border-bottom: none !important;
    box-shadow: none !important;
    border-bottom: 5px solid #fff !important;

}

.inner-content-navbar {
    display: inline-block;
    float: right;
    height: 100%;
    width: 608px;
}

.content-navbar {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
}

.foco-menu-nav {
    display: inline-block;
    transition: width 1s ease-in-out, margin-left .5s ease-in-out;
    width: 0;
    border-top: 3px solid transparent !important;
}

#menu_nav:hover .foco-menu-nav {

    height: 3px !important;
    border-top: 3px solid red !important;
}

#menu_nav {
    display: inline-block;
    float: right;
    width: 100%;
    height: 75px !important;
}

.row.slider-center {
    position: absolute;
    top: 50%;
    width: 100%;
}

i#next {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    z-index: 2 !important;
    cursor: pointer;
    visibility: hidden;
    transition: 1s ease-in-out, opacity 0.5s linear;
}

i#prev {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    z-index: 2 !important;
    cursor: pointer;
    visibility: hidden;
    transition: .5s ease-in-out, opacity 0.5s linear;
}

div.carousel-slider:hover i#prev, div.carousel-slider:hover i#next {
    visibility: visible;
}

.carousel-slider {
    cursor: pointer;
}

.content-rodape-index {
    width: 100% !important;
    padding-right: 10%;
    padding-left: 10%;
    height: 100% !important;
}

.content-rodape-index-inner {
    width: 70% !important;
    display: flex;
    flex-direction: row;
    flex: 2;
}

@media only screen and (max-width: 400px) {
    .content-rodape-index-inner {
        flex-direction: column !important;
        flex: 1 !important;
    }

    .content-news-rodape-index-inner {
        width: 100% !important;
    }

    .content-movie-rodape-index-inner {
        width: 100% !important;
    }

    #carousel-multiple a {
        width: 100% !important;
    }
}


.content-news-rodape-index-inner {
    display: flex;
    flex: 3;
    width: 55%;
    padding: 5px;
    flex-direction: column;
}

.first_line {
    background: #ccc;
    width: 100%;
    display: block;
    margin: 5px 0 10px 0;
    height: 1px;
}

.last_line {
    background: red;
    width: 80px;
    display: block;
    height: 1px;
}

.content-title-index-inner h5 {
    vertical-align: middle;
    font-size: 14px;
}

.content-title-index-inner {
    font-weight: bold;
    width: 100%;

    display: inline-block;
}

.title_notice_extra:hover {
    cursor: pointer;
    color: #2C6D0D !important;
}

.title_notice_extra {
    cursor: pointer;
    text-decoration: none !important;
    color: #000
}

.content-movie-rodape-index-inner {
    display: flex;
    flex: 1;
    width: 45%;
    flex-direction: column;
    padding: 5px;
}

.container_notice {
    height: 98%;
    display: inline-block;
    margin: 2px !important;
}

#carousel-multiple a {
    width: 250px;
}

.container_notice p {
    padding: 5px;
    text-align: justify;
}

.container_notice img {
    width: 100%;
    height: 180px;
}

.content_projects {
    display: inline-block;
    width: 100%;
    background: #E9EDE9;
}

.container_form {
    background: #fff;
    padding: 10px;
    box-shadow: -1px -2px 17px -10px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

ul.collection li.collection-item .collection_content_img {
    display: inline-block;
    float: left;
    border: 1px solid black;
    width: 200px !important;
}

table.table_grid img, table.table_grid2 img, table.table_grid3 img {
    width: 60px;
}

table.table_grid thead tr th:first-child, table.table_grid2 thead tr th:first-child {
    width: 10% !important;
}

table.table_grid thead tr th:nth-child(2) {
    width: 80% !important;
}


table.table_grid3 thead tr th:nth-child(2) {
    width: 65% !important;
}

table.table_grid2 thead tr th:nth-child(2) {
    width: 65% !important;
}

.materialboxed {
    width: 250px;
    border-radius: 5px;
    box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.75);
}

.gallery-curve-wrapper .gallery-header div {
    text-align: center;
}

.gallery-curve-wrapper {
    margin-top: 10px;
}

.list-all i, .list-all span {
    vertical-align: middle;
}

.form-color {
    background: #F8F8F8;
    border-radius: 5px
}


.font-weight-bold {
    font-weight: bold
}

.filter-pulicacao {
    text-decoration: none !important;
    color: #757B81 !important;
}

.border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

p.padding {
    padding-bottom: 8px !important;
}

.content {
    padding-top: 20px
}

.text-rodape a {
    font-size: 24px !important;
    margin: 5px;
}

.content-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.content-slide .legend {
    width: 100%;
    background-color: rgba(0, 0, 12, 0.4);
    padding: 10px;
    position: absolute;
}

.project {
    font-size: 16px;
    width: 300px;
    height: 200px;
    margin: 0;
    overflow: hidden;
    float: left;
    position: relative;
}

.project img {
    height: 100%;
    width: 100%;
    transition: transform .5s;
    transition-timing-function: ease-out;
}

.project a:hover .project_description {
    display: block;
    background: #111;
    opacity: .5;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
}

.project_description {
    display: none;
    padding-top: 15%;
    transition: transform .5s;
    transition-timing-function: ease-out;
}


.project:hover img {
    transform: scale(1.1);
}

.title_content_project {
    display: inline-block;
    width: 250px;
    border-bottom: 3px solid gold;
    margin-bottom: 30px;
    padding-top: 30px;
}

.container_project {
    text-align: center;
    font-size: 22px;
    display: inline-block;
    width: 100%
}

.galeria {
    display: flex;
}

.galeria img {
    min-width: 260px;
}

.container-galery {
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.materialboxed {
    border-radius: 0 !important;
}

.container-blocos {
    width: 80%;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.title-blocos {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 200px;
    text-align: center;
    font-weight: bold;
    color: white;
    filter: grayscale(1);
}

.container-noticias {
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.container-noticias .noticia {
    flex-direction: column;
    display: flex;
    width: 250px;
    border-bottom: 2px solid #ccc;
    text-align: justify;
    margin-bottom: 10px;
}

.container-noticias .noticia img {
    display: inline-block;
    height: 160px;
    transition: transform .5s;
    transition-timing-function: ease-out;
}

.container-noticias .noticia figcaption {
    margin-bottom: 10px;
}

.container-noticias img:hover {
    transform: scale(1.1);
    opacity: .5;
}

.conteiner-notice-img {
    cursor: pointer;
    overflow: hidden;
}

.container-fig {
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
}


.container-fig img {
    width: 100%;
    height: 100%;
}


.container-fig figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fig figcaption i {
    color: white;
    font-size: 30px !important;
    vertical-align: middle;
}

.container-fig figcaption span {
    color: white;
    border-radius: 2px;
    vertical-align: middle;
}

.tag-data {
    display: inline-block;
    width: 20%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 5px;
}

.tag-data .mes {
    font-weight: normal !important;
    font-size: 16px;
}


.title-show {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.content-data {
    border-right: 2px solid white;
    padding-right: 10px;
}

.content-title-show {
    font-size: 35px;
    width: 80%;
    text-align: left;
    padding-left: 10px;
}

@media (max-width: 700px) {
    .content-title-show {
        font-size: 16px;
    }

    .title-blocos {
        font-size: 16px !important;
    }

    .sindicatos {
        font-size: 13px !important;
    }
}


.responsive-img {
    margin: 10px;
}

.video-container {
    text-align: center;
}

.form-comment {
    padding: 20px;
}

.form-comment textarea {
    min-height: 100px;
}

.titulo-form {
    font-weight: bold;
    font-size: 25px;
}


@media (max-width: 700px) {
    .titulo-form {
        font-weight: bold;
        font-size: 16px;
    }

}

@media (max-width: 1024px) {

    #carousel_notice_principal {
        height: 500px !important;
    }

}

@media (max-width: 768px) {

    #carousel_notice_principal {
        height: 400px !important;
    }

}

@media (max-width: 425px) {

    #carousel_notice_principal {
        height: 200px !important;
    }

}

@media (max-width: 375px) {

    #carousel_notice_principal {
        height: 150px !important;
    }

}

.line-vertical {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ccc;
}

.card-title {
    visibility: hidden;
    color: #000 !important;
}

.galeria .card-image:hover .card-title {
    visibility: visible;
}

.bloco-comments {
    padding: 20px;
}

.card-image-org {
    width: 100% !important;
    height: 100% !important;
}

.card-image-org img {
    min-width: 100% !important;
}

.galeria{
    max-width: 250px;
    margin-bottom: 10px;
}

.card-title{
    max-width: 300px;
}

.line-gride div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.back-grey-gride div {
    background: #EEEEEE;
}

i {
    vertical-align: middle !important;
}

#estatuto:hover #cloud {
    display: inline-block !important;
}

#estatuto:hover #pdf {
    display: none;
}

#cloud {
    display: none;
}

.foco-icon {
    cursor: pointer;
}

.foco-icon:hover .material-icons {
    transform: scale(1.2);
}

.foco-icon .material-icons {
    transition: transform .5s;
    transition-timing-function: ease-out;
}

#carousel-multiple .carousel-item {
    opacity: 1 !important;
    border-bottom: 2px solid #ccc !important;
    height: 90%;
}

#carousel_notice_principal {
    height: 600px;
}


#carousel-multiple .carousel-item .conteiner-notice-img .container-fig img {
    display: inline-block;
    height: 150px;
    transition: transform .5s;
    transition-timing-function: ease-out;
    overflow: hidden!important;
}

#carousel-multiple .carousel-item .conteiner-notice-img .container-fig img:hover {
    transform: scale(1.1);
    opacity: .5;
}


.img-hover-zoom {
    height: 500px;
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s;
    transition-timing-function: ease-out;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
    opacity: .5;
}


#carousel-multiple .carousel-item .conteiner-notice-img .container-fig figcaption {
    margin-bottom: 5px;
}

.text-caroussel {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.carousel-international .carousel-item img{
    max-width: 100px;
    max-height: 70px;
}
.carousel-international .carousel-item {
    opacity: 1 !important;
    height: 70px;
    max-width: 100px;
    padding: 5px;
}
.carousel-international{
    height: 75px;
}

.active-link{
    background: #EBEBEB!important;
}
