﻿
body, h1, h2, h3, h4 {
    font-family: 'Merriweather', Georgia, serif;
}

p {
    font-size: 15px;
}

a {
    color: #336600;
}

    a:hover {
        color: #336600;
    }

h4.mw-subtitles {
    color: #336600;
    margin-top: 25px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #f9f9f9;
    text-align: center;
    padding-top: 250px;
}

/*MENU*/
img.mw-logo-big {
    display: block;
}

img.mw-logo-small {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #336600;
    border-color: #336600;
}

.mw-padding {
    padding: 0 60px;
}

.mw-no-padding {
    padding-right: 0;
}

.mw-no-padding2 {
    padding-left: 0;
}

.mw-center-padding {
    padding-top: 5px;
}

.mw-search-icon, .icon_search {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

    .mw-search-icon span {
        font-size: 25px;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar-right {
    margin-top: 30px;
}

.navbar-brand > img {
    max-width: 100%;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-bootsnipp {
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 6px rgba(0,51,102,0.5);
    margin-bottom: 0px;
    z-index: 100;
    min-height: 100px;
	    border-bottom: 5px solid #336600;
}

    .navbar-bootsnipp:nth-of-type(2) {
        border-top-width: 1px;
        z-index: 50
    }

    .navbar-bootsnipp.affix-top {
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .navbar-bootsnipp.affix {
        top: 0px;
        width: 100%;
    }

    .navbar-bootsnipp .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-bootsnipp .navbar-brand {
        color: rgb(95, 176, 228);
        font-weight: 900;
        letter-spacing: 2px;
    }

    .navbar-bootsnipp .navbar-nav > li > a {
        border: 0px solid #336600;
        padding: 15px 14px;
    }

    .navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
    .navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
        border-radius: 0px;
    }

    .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
        border-left-width: 5px;
        color: #86b522;
        padding-left: 10px;
    }

    .navbar-bootsnipp .navbar-nav > li.disabled > a {
        color: rgb(200, 200, 200);
    }

    .navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
        border-radius: 0;
        margin-right: -1px;
        min-width: 220px;
        padding: 0px;
    }

    .navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
        left: 0px;
        margin-left: -1px;
        right: auto;
    }

    .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
        border-left: 0px solid rgb(95, 176, 228);
        color: rgb(120, 120, 120);
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px;
        white-space: nowrap;
    }

        .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a,
        .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover,
        .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
            background-color: rgb(245, 245, 245);
            border-left-width: 5px;
            padding-left: 15px;
        }

.navbar .bootsnipp-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}

    .navbar .bootsnipp-profile > a > img {
        border-radius: 50%;
        width: 32px;
    }

.navbar .bootsnipp-profile > .dropdown-menu {
    width: 320px;
}

    .navbar .bootsnipp-profile > .dropdown-menu > li > .row {
        padding: 5px 15px;
    }

        .navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
            width: 100%;
        }

.navbar-bootsnipp .bootsnipp-search {
    display: none;
}

    .navbar-bootsnipp .bootsnipp-search .form-control {
        background-color: rgb(235, 235, 235);
        border-radius: 0px;
        border-width: 0px;
        font-size: 24px;
        padding: 30px 0px;
    }

    .navbar-bootsnipp .bootsnipp-search .form-control {
        background-color: rgb(235, 235, 235);
        border-radius: 0px;
        border-width: 0px;
        font-size: 24px;
        padding: 15px 0 0 0;
    }

        .navbar-bootsnipp .bootsnipp-search .form-control:focus {
            border-color: transparent;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
        padding: 14px 16px;
        border-radius: 0px;
    }

        .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
        .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
        .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
            padding: 14px 16px 14px 15px;
        }

    .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
        background-color: rgb(245, 245, 245);
    }

.nav-padding {
    padding-top: 61px;
}
/*menu curto*/
.shrink {
    min-height: 74px;
}

    .shrink img.mw-logo-big {
        display: none;
    }

    .shrink img.mw-logo-small {
        display: block;
    }

    .shrink .navbar-right {
        margin-top: 15px;
    }
/*SLIDER*/

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 115px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-height: 450px;
    height: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    max-width: inherit;
}

.mw-search-form {
    margin-top: 120px;
}

.mw-slider-search-icon .icon_search {
    color: #cecece;
}

.mw-slider-search {
    box-shadow: none;
    border-radius: 0 !important;
    border: 1px solid #FFF;
}

.input-group.mw-search-filter {
    width: 100%;
}

span.input-group-btn.mw-search-button {
    position: absolute;
    float: right;
    right: 0px;
}

    span.input-group-btn.mw-search-button .btn.btn-info.btn-lg {
        outline: 0;
    }

        span.input-group-btn.mw-search-button .btn.btn-info.btn-lg:focus {
            background: transparent;
            border: none;
            box-shadow: none;
        }

.mw-search-form input {
    background: rgba(255,255,255,0.8);
}

.mw-slider-search-icon {
    background: #FFF;
    border: 1px solid #ccc;
    padding: 9px 16px !important;
    border: 1px solid #FFF;
}

.carousel-control .arrow_carrot-left, .carousel-control .arrow_carrot-right {
    color: #AEAEAE;
    text-shadow: none;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: auto;
    height: auto;
    font-size: 70px;
    text-align: center;
    border-radius: 10px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 0 9px #336600
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 44%;
}

    .carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover, .carousel-control .icon-next:hover, .carousel-control .icon-prev:hover {
        color: rgba(255,255,255,0.9);
    }

.center-block {
    display: inline-table;
}

.mw-slider {
    margin-top: 100px;
    overflow: hidden;
}

.carousel {
    margin-bottom: 0;
}

.carousel-control {
    top: 0;
    opacity: 1 !important;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 552px;
    background-color: #bbb;
    overflow: hidden;
}

.carousel .mw-modal-carousel .item {
    height: auto;
    overflow: visible;
}

.carousel-inner.mw-modal-carousel > .item > img, .carousel-inner.mw-modal-carousel > .item > a > img {
    min-height: inherit;
    height: auto;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: auto;
    min-width: inherit;
    max-width: 100%;
}

.mw-slider .carousel .item {
    height: 450px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

#searchForm {
    position: absolute;
    top: 40%;
    width: 100%;
}
/*APRESENTAÃ‡ÃƒO HOME*/
.mw-container {
    margin-bottom: 45px;
}

.mw-presentation-container {
    background: #f9f9f9;
    padding: 20px 28px;
    margin-bottom: 80px;
}

    .mw-presentation-container img {
        max-width: 100%;
    }

h1.mw-presentation-title {
    color: #336600;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 3px;
}

p.mw-presentation-text {
    display: block;
    font-size: 16px;
    margin-top: 25px;
    text-align: left;
}

.mw-link {
    background: #86b522;
    color: #FFF;
    font-size: 35px;
    padding: 0 15px;
    display: inline-block;
    margin-top: 20px;
}

    .mw-link:hover, .mw-link:focus {
        text-decoration: none;
        color: #FFF;
        background: #3C3C3C;
    }
/*ENTRADAS HOME*/

.mw-entrada-container img {
    width: 100%;
}

.mw-container-buttons {
    background: #336600;
    position: relative;
    top: -47px;
    height: 50px;
}

.mw-entrada-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.mw-entrada-link {
    margin-top: 0;
    display: inline-block;
    float: right;
}
/*BREADCRUMBS*/
.mw-other-pages {
    margin-bottom: 0;
    padding-bottom: 50px;
    min-height: 100vh;
}

.mw-breadcrumbs {
    list-style: none;
    padding-left: 0;
	margin-bottom:20px;
}

    .mw-breadcrumbs li, .mw-breadcrumbs li a {
        color: #8a8a8a;
    }

.mw-data-list, .mw-biblio-list, mw-biblio-inside {
    list-style: none;
    padding-left: 0;
    margin: 0 !important;
}

.mw-biblio-list {
    float: left;
    width: 100%;
}

.mw-data-list li {
    line-height: 22px;
    margin-bottom: 10px;
}

    .mw-data-list li span, .mw-biblio-list li span {
        font-weight: bold;
    }

        .mw-data-list li span.more_text {
            font-weight: normal;
        }

/*PEÃ‡AS*/
.mw-rel-tag {
    font-size: 11px;
    background: #b9b9b9;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: normal !important;
    display: inherit;
    margin-top: 6px;
}

.mw-ref-rel {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

    .mw-ref-rel a {
        color: #336600;
    }

.mw-img-rel-container {
    height: 85px;
    width: 122px;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    color: #FFF;
}

    .mw-img-rel-container a {
        color: #FFF;
    }

    .mw-img-rel-container:hover .mw-img-rel-overlay, .mw-img-rel-container:hover .mw-img-rel-overlay:after {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        color: #FFF;
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        text-align: center;
        line-height: 91px;
        font-size: 20px;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .mw-img-rel-container img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.mw-img-adapt {
    max-width: 100%;
}

.mw-multimedia-tag {
    font-size: 11px;
    background: #666666;
    color: #FFF;
    padding: 5px 14px;
    border-radius: 12px;
    font-weight: normal !important;
}

.mw-multimedia-details {
    display: inline-block;
    padding-left: 160px;
    max-width: 100%;
    margin-left: -142px;
}

.mw-multmedia-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    word-wrap: break-word;
}

    .mw-multmedia-title a {
        color: #336600;
    }

.mw-inventory-slider-container {
    margin-bottom: 30px;
}

.mw-biblio-location {
    padding-right: 12px;
}

.mw-biblio-inside {
    padding-left: 0;
    margin-top: 8px;
    float: inherit;
}

    .mw-biblio-inside li {
        list-style: none;
        border: none !important;
        margin-bottom: 5px !important;
        padding-top: 0 !important;
    }

.mw-biblio-list li {
    margin-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    list-style: none;
    float: left;
    width: 100%;
}

    .mw-biblio-list li:first-child {
        border-top: none;
        padding-top: 0;
    }

    .mw-biblio-list li span a {
        color: #336600;
    }

.mw-biblio-arrow {
    font-size: 35px;
    color: #666666;
    line-height: 15px !important;
    float: left;
    margin-bottom: 65px;
    margin-left: -10px;
}

.mw-text-page {
    margin-top: 100px;
}

    .mw-text-page p {
        text-align: justify;
        line-height: 26px;
    }

.mw-inventory-title-container {
    border-bottom: 1px solid #336600;
    margin-bottom: 40px;
}

.mw-inventory-title {
    background: #336600;
    color: #FFF;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 0;
}

.mw-inventory-name {
    font-size: 25px !important;
    margin-top: 0;
}
/*slider peÃ§as*/
.carousel-inner.mw-inventory-slider > .item > img, .carousel-inner.mw-inventory-slider > .item > a > img {
    height: auto;
    min-height: 1px;
    max-width: 100%;
    min-width: inherit;
}

.mw-museum-presentation-slider .carousel-inner.mw-inventory-slider > .item > img {
    max-width: inherit;
    height: 450px;
}

.carousel .mw-inventory-slider .item {
    min-height: 450px;
    height: 450px;
    background-color: #F0EDFC;
    border: 1px solid #dbdbdb;
}

.carousel-indicators.mw-inventory-slider-indicators li {
    border: 1px solid #A7A7A7;
}

.carousel-indicators.mw-inventory-slider-indicators .active {
    background-color: #1E1E1E;
    border: 1px solid #1E1E1E;
}
/*lightbox gallery*/
.gal-container {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
    display: inline;
}

    .gal-item .box {
        height: 85px;
        width: 122px;
        overflow: hidden;
        display: inline-block;
        float: left;
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3px;
    text-align: center;
    line-height: 91px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 122px;
    height: 85px;
}

.gal-item .mw-document a:after {
    content: "\e025";
}

.gal-item a:hover:after {
    opacity: 1;
}

.gal-item a.carousel-control:hover:after {
    display: none;
}

.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #1E1E1E;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 28px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

    .modal-open .gal-item button.close:focus {
        outline: none;
    }

    .modal-open .gal-item button.close span {
        position: relative;
        top: -3px;
        font-weight: lighter;
        text-shadow: none;
    }

.carousel-caption.mw-gallery-caption {
    z-index: 10;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    padding: 10px 20px 30px 20px;
    bottom: 0px;
    text-align: left;
}

    .carousel-caption.mw-gallery-caption p {
        font-size: 12px;
    }

.carousel-indicators.mw-modal-carousel-indicators {
    bottom: 0px;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description, .gal-item .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}

    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}
/*FICHA TÃ‰CNICA*/
.mw-logo-imgs {
    margin: 30px 0;
}

    .mw-logo-imgs img {
        margin-right: 15px;
        max-width: 100%;
    }
/*CONTACTOS*/
.mw-btn-submit {
    background: #336600;
    color: #FFF;
    border-color: #336600;
    float: right;
}

    .mw-btn-submit:hover, .mw-btn-submit:focus, .mw-btn-submit:active, .mw-btn-submit.active.focus, .mw-btn-submit.active:focus, .mw-btn-submit.active:hover, .mw-btn-submit:active.focus, .mw-btn-submit:active:focus, .mw-btn-submit:active:hover, .open > .dropdown-toggle.mw-btn-submit.focus, .open > .dropdown-toggle.mw-btn-submit:focus, .open > .dropdown-toggle.mw-btn-submit:hover {
        text-decoration: none;
        color: #FFF;
        background: #3C3C3C;
        border-color: #3C3C3C;
        outline: 0;
    }

.mw-contact-intro, .mw-cont-marbot {
    margin-bottom: 15px;
}
/*LINKS*/
h4.mw-link-header {
    font-weight: bold;
    color: #336600;
}
/*EXPOSIÃ‡ÃƒO*/
.mw-exposition-title {
    color: #336600;
    font-size: 30px;
    margin: 30px 0 0;
}

.mw-exposition-online {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 30px;
}

.mw-exposition-autor {
    font-size: 18px;
    color: #336600;
}

.mw-text {
    padding-right: 30px;
    line-height: 26px;
    margin-bottom: 25px;
}

.mw-data-info {
    background: #FFF;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

h2.mw-text-title {
    color: #336600;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 35px;
}
/* Circular Content Carousel Style */
h6 {
    line-height: 25px;
}

.ca-container {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 450px;
}

.exibition-container {
    background-image: url(../img/room.jpg);
    background-position: center -635px;
    margin-top: 100px;
    overflow: hidden;
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ca-item {
    position: relative;
    float: left;
    width: 330px;
    height: 100%;
    text-align: center;
}

    .ca-item img {
        max-width: 265px;
        -moz-box-shadow: -1px 6px 15px rgba(0,0,0,0.3);
        -webkit-box-shadow: -1px 6px 15px rgba(0,0,0,0.3);
        box-shadow: -1px 6px 15px rgba(0,0,0,0.3);
    }

.triangle-with-shadow {
    width: 74px;
    height: 36px;
    position: absolute;
    overflow: hidden;
    box-shadow: 30px -18px 11px -11px rgba(0, 0, 0, 0.2);
    bottom: -6px;
    left: -73px;
    z-index: -1;
}

    .triangle-with-shadow:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        transform: rotate(45deg);
        top: -13px;
        left: 95px;
        box-shadow: -70px -6px 12px 2px rgba(0, 0, 0, 0.2);
    }

.ca-more, .ca-zoom {
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 0px 10px;
    background: rgba(30,30,30,0.3);
    text-align: center;
    color: white;
    font-size: 25px;
}

.ca-zoom {
    bottom: 46px;
    font-size: 17px;
    padding: 6px 10px;
}

.mw-link.ca-more:hover, .mw-link.ca-zoom:hover {
    background: rgba(30,30,30,0.7);
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff url(../img/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -9000px;
    outline: none;
    opacity: 0.4;
}

    .ca-close:hover {
        opacity: 1.0;
    }

.ca-item-main {
    padding: 0;
    position: absolute;
    /*top:5px;*/
    /*left:5px;
	right:5px;*/
    bottom: 5px;
    background: transparent;
    z-index: 1;
    vertical-align: baseline;
    margin: 36px;
}

.ca-icon {
    width: 233px;
    height: 189px;
    position: relative;
    margin: 0 auto;
    background: transparent url(../img/animal1.png) no-repeat center center;
}

.ca-item-2 .ca-icon {
    background-image: url(../img/animal2.png);
}

.ca-item-3 .ca-icon {
    background-image: url(../img/animal3.png);
}

.ca-item-4 .ca-icon {
    background-image: url(../img/animal4.png);
}

.ca-item-5 .ca-icon {
    background-image: url(../img/animal5.png);
}

.ca-item-6 .ca-icon {
    background-image: url(../img/animal6.png);
}

.ca-item-7 .ca-icon {
    background-image: url(../img/animal7.png);
}

.ca-item-8 .ca-icon {
    background-image: url(../img/animal8.png);
}

.ca-item h3 {
    font-family: 'Coustard', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    height: 85px;
    text-align: center;
    text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-item h4 {
    font-family: "Georgia","Times New Roman",serif;
    font-style: italic;
    font-size: 12px;
    text-align: left;
    border-left: 10px solid #b0ccc6;
    padding-left: 10px;
    line-height: 24px;
    margin: 10px;
    position: relative;
}

    .ca-item h4 span {
        text-indent: 40px;
        display: block;
    }

        .ca-item h4 span.ca-quote {
            color: #f4eee3;
            font-size: 100px;
            position: absolute;
            top: 20px;
            left: 0px;
            text-indent: 0px;
        }

.ca-content-wrapper {
    background: #fff;
    position: absolute;
    width: 0px; /* expands to width of the wrapper minus 1 element */
    /*height:440px;*/
    top: 5px;
    text-align: left;
    z-index: 2;
    overflow-x: hidden;
}

.ca-content {
    width: 660px;
    overflow: hidden;
    height: 403px;
}

.ca-content-text {
    font-size: 14px;
    margin: 10px 20px;
    padding: 10px 20px;
    line-height: 24px;
    max-height: 300px;
    overflow-y: scroll;
}

    .ca-content-text p {
        padding-bottom: 5px;
    }

.ca-content h6 {
    margin: 25px 57px 0px 35px;
    font-size: 19px;
    padding-bottom: 5px;
    color: #336600;
    min-height: 60px;
}

.ca-content ul {
    margin: 20px 35px;
    height: auto;
}

    .ca-content ul li {
        margin-bottom: 10px;
    }

        .ca-content ul li a {
            color: #fff;
            background: #000;
            padding: 3px 6px;
            font-size: 14px;
            font-family: "Georgia","Times New Roman",serif;
            font-style: italic;
        }

            .ca-content ul li a:hover {
                background: #fff;
                color: #000;
                text-shadow: none;
            }

.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../img/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 3;
}

    .ca-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }

    .ca-nav span:hover {
        opacity: 1.0;
    }

.ca-item .ca-content img {
    display: none;
}
/*PAGINA APRESENTAÃ‡ÃƒO*/

.nav.nav-tabs.mw-presentation-tabs li > a {
    font-size: 18px;
    border: none;
    padding: 10px 15px;
    line-height: 1.1;
    margin-bottom: 1px;
	display: inline-block;
}


    .nav.nav-tabs.mw-presentation-tabs li > a:hover {
        background: rgba(255,255,255,0.8);
        border-radius: 0;
        border-bottom: none;
    }

.nav.nav-tabs.mw-presentation-tabs li.active > a {
    background:#86b522;
    border-radius: 0;
    color: #fff;
}

.nav.nav-tabs.mw-presentation-tabs {
    border-bottom-color: #336600;
    margin-bottom: 30px;
}
.mw-vertical-tabs .nav.nav-tabs.mw-presentation-tabs {
    border-bottom: none;
}
.mw-vertical-tabs .nav.nav-tabs.mw-presentation-tabs li {
    width: 100%;
}

/*PESQUISA*/
.mw-text-info {
    margin-top: -17px;
}

/*paginaÃ§Ã£o*/
.mw-pagination-nav {
    text-align: right;
}

.bootpag {
    float: right;
}

.mw-pagination-section, section.cd-gallery {
    overflow: hidden;
}

section.mw-pagination-section.mw-advsearch {
    text-align: center;
}

    section.mw-pagination-section.mw-advsearch img {
        width: 90px;
        height: 90px;
    }

    section.mw-pagination-section.mw-advsearch h3 {
        color: #cccccc;
    }
/*resultados*/
a.mw-link-detalhes {
    color: #1e1e1e;
}

.mw-title-ref-container {
    min-height: 60px;
}

.mw-result-container {
    background: #FFF;
    min-height: 417px;
}

    .mw-result-container .label-pat-mov {
        background-color: #336600;
    }

    .mw-result-container .label-pat-imov {
        background-color: #666666;
    }

    .mw-result-container .label-pat-imat {
        background-color: #cb9966;
    }

    .mw-result-container .label-pat-doc {
        background-color: #3c763d;
    }

    .mw-result-container .label-expos {
        background-color: #a73924;
    }

.mw-result-image {
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

    .mw-result-image img {
        /* height: 100%;
   object-fit: cover;  */
    }

.mw-result-details {
    padding: 13px 13px 0 13px;
    min-height: 220px;
}

h3.mw-result-title {
    color: #336600;
    font-size: 17px;
    text-align: center;
    min-height: 38px;
}

p.mw-result-ref {
    font-size: 11px;
    text-align: center;
    font-weight: 400;
}

p.mw-result-text {
    font-size: 13px;
}

.mw-results-icons {
    font-size: 10px;
    padding-right: 7px;
    float: left;
    line-height: 12px;
}

.mw-results-buttons {
    background: #336600;
    height: 50px;
    text-align: right;
}

    .mw-results-buttons p {
        font-size: 15px;
        text-transform: uppercase;
        color: #FFF;
        display: inline-block;
        padding: 15px 10px;
    }

.mw-result-link {
    margin-top: 0;
    float: right;
}
/*filtros*/
.dropdown-menu.open {
    position: relative;
    z-index: 101;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.mw-date-input {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    float: left;
}

    .mw-date-input label {
        color: #336600;
    }

.mw-date-range {
    padding: 20px;
    overflow: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #336600 !important;
    background: #336600 !important;
    font-weight: normal;
    border-radius: 10px;
    outline: 0;
    cursor: pointer !important;
}

.ui-widget-header {
    background: #C53135 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: #1E1E1E !important;
}

.ui-slider .ui-slider-handle {
    margin-top: 1px;
}

.mw-filter-content {
    margin: 20px;
}

hr {
    margin-top: 0;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 0;
}

.form-inline.page-filter {
    margin-left: -38px;
}

.cd-gallery ul {
    padding-left: 0;
}

.mw-close-filter {
    font-size: 35px;
    display: inline;
    float: left;
    line-height: 43px !important;
}

.mw-container-pages {
    background: #f0edfc;
    margin-top: 100px;
}

.mw-search-container {
    margin: 30px 0;
}

.mw-search-input {
    border: 1px solid #dbdbdb;
    border-radius: 0;
}

.mw-search-button button {
    background: transparent;
    border-color: #dbdbdb;
    border-radius: 0;
    border: none;
    right: 50px;
}

    .mw-search-button button i {
        color: #cecece;
        font-weight: normal;
        line-height: 26px;
    }

    .mw-search-button button:hover {
        color: #cecece;
        background-color: transparent;
        border-color: transparent;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #A7A5A5;
}

.mw-pagination-container {
    padding: 0 28px 0 66px;
    margin-bottom: 15px;
}

ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #6B6B6B;
    font-weight: normal;
    margin-left: 0;
}

/*alterado miguel*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #336600;
    border-color: #336600;
}

.dropdown.paging {
    display: inline;
}

.mw-label-page {
    font-weight: normal;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: -39px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control {
    border-radius: 0;
}

li.mw-button-clean {
    padding: 0 !important;
    border: none !important;
    border-radius: 5px !important;
}

    li.mw-button-clean:hover {
        background: transparent;
        border: none;
    }

.mw-tags-container {
    margin-left: 25px;
    margin-bottom: 20px;
}

.mw-tag-list li {
    border: 1px solid #cecece;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    background: #FFF;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .mw-tag-list li:hover {
        background: #336600;
        border: 1px solid #336600;
        cursor: pointer;
    }

    .mw-tag-list li a.mw-search-tag:hover {
        color: #FFF;
    }

    .mw-tag-list li.mw-button-clean {
        background: transparent;
        line-height: 29px;
        color: #336600;
    }

        .mw-tag-list li.mw-button-clean a:before {
            content: "\e221";
            font-family: 'Glyphicons Halflings';
            padding-right: 4px;
        }

        .mw-tag-list li.mw-button-clean:hover, .mw-tag-list li.mw-button-clean a:hover {
            color: #336600;
        }

a.mw-search-tag {
    float: left;
    color: #9f9f9f;
    padding: 5px 10px 5px 6px;
}

.mw-search-tag i {
    padding-top: 2px;
}

a.mw-search-tag:hover {
    text-decoration: none;
}

.mw-tag-icons {
    font-size: 20px;
    float: left;
    line-height: 13px !important;
}

ul.mw-tag-list {
    margin-left: 0;
    padding-left: 0;
}

.cd-filter-trigger img {
    display: inline;
    margin-right: 7px;
    margin-top: -3px;
}

.mw-search-title {
    display: none;
}

.filter-is-visible .mw-search-title {
    display: inline;
    margin-left: 40px;
}

.cd-filter-content .bootstrap-switch .bootstrap-switch-label {
    color: #ccc;
}

/*exposiÃ§Ãµes*/

.mw-expos-modal.gal-item .box {
    height: 0px;
    width: 0px;
}

.mw-expos-modal.gal-item {
    padding: 0px;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

    .cd-header h1 {
        color: #ffffff;
        line-height: 150px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 300;
    }

.cd-main-content {
    position: relative;
    min-height: 100vh;
}

    .cd-main-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-main-content.is-fixed .cd-tab-filter-wrapper {
        /* position: fixed; */
        /* top: 0;
  left: 0;
  width: 100%; */
    }

    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 76px;
    }

    .cd-main-content.is-fixed .cd-filter {
        /* position: fixed; */
        /* height: 100vh;
  overflow: hidden; */
    }

        .cd-main-content.is-fixed .cd-filter form {
            /*  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch; */
        }

    .cd-main-content.is-fixed .cd-filter-trigger {
        /* position: fixed; */
    }

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
    z-index: 1;
}

    .cd-tab-filter-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

ul.cd-filters.list {
    list-style: none;
    padding: 0 20px;
    margin: 20px 0;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
}

    .cd-tab-filter::after {
        /* small arrow icon */
        content: '';
        /* position: absolute; */
        right: 14px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("../img/cd-icon-arrow.svg") no-repeat center center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .cd-tab-filter ul {
        /* position: absolute; */
        top: 0;
        left: 0;
        background-color: #ffffff;
        box-shadow: inset 0 -2px 0 #41307c;
    }

    .cd-tab-filter li {
        display: none;
    }

        .cd-tab-filter li:first-child {
            /* this way the placehodler is alway visible */
            display: block;
        }

    .cd-tab-filter a {
        display: block;
        /* set same size of the .cd-tab-filter */
        height: auto;
        width: 140px;
        line-height: 50px;
        padding-left: 14px;
    }

        .cd-tab-filter a.selected {
            background: #41307c;
            color: #ffffff;
        }

    .cd-tab-filter.is-open::after {
        /* small arrow rotation */
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .cd-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .cd-tab-filter.is-open ul li {
            display: block;
        }

    .cd-tab-filter.is-open .placeholder a {
        /* reduces the opacity of the placeholder on mobile when the menu is open */
        opacity: .4;
    }
/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
    padding: 26px;
    width: 100%;
}

    .cd-gallery li {
        margin-bottom: 1.6em;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        display: none;
    }

        .cd-gallery li.gap {
            /* used in combination with text-align: justify to align gallery elements */
            opacity: 0;
            height: 0;
            display: inline-block;
        }

    .cd-gallery img {
        display: block;
        width: auto;
        position: absolute;
        /*min-width: 100%;
    min-height: 180px;*/
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .cd-gallery .cd-fail-message {
        display: none;
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 40px 3%;
    }


        .cd-gallery ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .cd-gallery li {
            width: 47%;
            margin-bottom: 2em;
        }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
    /*position: absolute;*/
    padding-bottom: 20px;
    top: 0;
    left: 0;
    width: 280px;
    min-height: 100%;
    background: #ffffff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .cd-filter::before {
        /* top colored bar */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #666666;
        z-index: 2;
    }

    .cd-filter form {
        padding: 70px 20px;
    }

    .cd-filter .cd-close {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        width: 60px;
        color: #828181;
        font-size: 1.3rem;
        text-align: center;
        background: #1e1e1e;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 3;
        padding-left: 11px;
    }

.no-touch .cd-filter .cd-close:hover {
    background: #3C3C3C;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

    .cd-filter.filter-is-visible .cd-close {
        opacity: 1;
        float: left;
    }

@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 20%;
    }

        .cd-filter form {
            padding: 55px 0 0 0;
        }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 54px;
    background-position: 15px 12px;
    height: 50px;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
    z-index: 3;
}

    .cd-filter-trigger.filter-is-visible {
        pointer-events: none;
        background-color: transparent;
    }

        .cd-filter-trigger.filter-is-visible:hover, .cd-filter-trigger.filter-is-visible:focus {
            color: #FFF;
            text-decoration: none;
            outline: 0;
        }
/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
    margin-bottom: 3px;
}

    .cd-filter-block h4 {
        /* filter block title */
        position: relative;
        margin-bottom: .2em;
        padding: 10px 0 10px 40px;
        color: #336600;
        font-weight: normal;
        font-size: 17px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        margin-top: 0;
        font-weight: bold;
    }

div#ExposiÃ§Ã£o h4 {
    border-top: solid 3px #336600;
    margin-top: -4px;
    padding: 14px 0 10px 40px;
}

.no-touch .cd-filter-block h4:hover {
    color: #336600;
}

.cd-filter-block h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #b4b4b4;
}

    .cd-filter-block input[type='search'],
    .cd-filter-block input[type='text'] {
        width: 100%;
        padding: .8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none;
    }

        .cd-filter-block input[type='search']:focus,
        .cd-filter-block input[type='text']:focus,
        .cd-filter-block select:focus {
            outline: none;
            background-color: #ffffff;
            border: 1px solid #A7A5A5;
        }

    .cd-filter-block input[type='search'] {
        /* custom style for the search element */
        border-color: transparent;
        background-color: #e6e6e6;
        /* prevent jump - ios devices */
        font-size: 1.6rem !important;
    }

        .cd-filter-block input[type='search']::-webkit-search-cancel-button {
            display: none;
        }

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

    .cd-filter-block .cd-select::after {
        /* switcher arrow for select element */
        content: '';
        position: absolute;
        z-index: 1;
        right: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        background: url("../img/cd-icon-arrow.svg") no-repeat center center;
        pointer-events: none;
    }

.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
}

    .cd-filter-block select::-ms-expand {
        display: none;
    }

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

    .cd-filter-block .list li:last-of-type {
        margin-bottom: 0;
    }

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #1e1e1e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
    margin-top: 7px;
}

    .cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        /* custom radio and check boxes */
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
        /* check mark - hidden */
        display: none;
    }

    .cd-filter-block .checkbox-label::after {
        /* check mark style for check boxes */
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0px;
        background: url("../img/cd-icon-check.svg") no-repeat center center;
    }

    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        border-radius: 50%;
    }

    .cd-filter-block .radio-label::after {
        /* check mark style for radio buttons */
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        left: 5px;
    }

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #336600;
    background-color: #336600;
    border: 1px solid #336600;
    /*  border-color: #41307c;
  background-color: #41307c; */
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}

.cd-filter-trigger {
    width: auto;
    left: 0;
    min-width: 54px;
    background-position: 15px 12px;
    text-indent: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 19px;
    color: #fcfcfc;
    background-color: #1e1e1e;
    padding: 0 13px;
}

/*AJUDA*/
span.mw-help-sign {
    background: #336600;
    color: #fff;
    padding: 5px 7px;
    width: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    border: solid 2px #fff;
}

h4 {
    color: #336600;
}

/*FOOTER*/
footer {
    background: #1E1E1E;
    padding: 20px 0;
}

ul.mw-footer-links {
    list-style: none;
    margin-bottom: 0;
}

    ul.mw-footer-links li {
        display: inline;
    }

        ul.mw-footer-links li a {
            color: #716e6e;
            text-transform: uppercase;
            margin-right: 30px;
        }

            ul.mw-footer-links li a:hover {
                text-decoration: none;
                color: #9C9C9C;
            }

footer p {
    font-size: 11px;
    margin-top: 15px;
    color: #716e6e;
    margin-bottom: 0;
}

a.sqlink, a.sqlink:hover, a.sqlink:focus {
    color: #be1e2d;
}
/*MEDIA QUERIES*/


@media only screen and (min-width: 1170px) {
    .mw-pagination-section {
        width: 100%;
        float: right;
        overflow: hidden;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .cd-gallery {
        padding: 0 2%;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-gallery li {
            width: 22.76%;
        }

        .cd-gallery.filter-is-visible, .mw-pagination-section.filter-is-visible {
            /* reduce width when filter is visible */
            width: 80%;
        }

        .cd-gallery ul {
            text-align: justify;
        }

    .cd-header {
        height: 180px;
    }

        .cd-header h1 {
            line-height: 180px;
        }

    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1190px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-tab-filter.filter-is-visible {
            /* reduce width when filter is visible */
            width: 80%;
        }

    .cd-filter-trigger {
        width: auto;
        left: 0;
        min-width: 54px;
        background-position: 15px 12px;
        text-indent: 0;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: normal;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        font-size: 19px;
        color: #fcfcfc;
        background-color: #1e1e1e;
        padding: 0 13px;
    }

        .cd-filter-trigger:focus {
            outline: 0;
            text-decoration: none;
            color: #FFF;
        }

    .no-touch .cd-filter-trigger:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #336600;
    }

    .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
    }
}

@media(max-width: 1169px) {
    .cd-gallery {
        padding: 0px 3%;
    }

        .cd-gallery ul {
            text-align: justify;
        }

    .cd-filter.filter-is-visible {
        position: absolute;
    }

    .cd-filter form {
        padding: 70px 20px 0 0;
    }
}

@media(max-width: 1190px) {
    .mw-container-pages {
        margin-top: 158px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1190px) {

    .cd-gallery li {
        width: 31%;
    }
}

@media(min-width: 768px) and (max-width: 1190px) {
    .container-fluid > .navbar-header {
        width: 100%;
    }

    .navbar > .container-fluid .navbar-brand {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .animbrand {
        max-height: 92px;
    }

    nav.shrink .animbrand {
        max-height: 75px;
    }

    .navbar-right, nav.shrink .navbar-right {
        margin-top: 0px;
        float: none !important;
        display: inline-block;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        text-align: center;
    }
}

@media(max-width: 1100px) {
    .ca-container {
        width: 660px;
    }

    .ca-content-wrapper {
        left: 0 !important;
        overflow-y: scroll;
        max-height: 450px;
    }

    .ca-item .ca-content img {
        display: block;
        max-height: 200px;
        box-shadow: none;
        padding-left: 36px;
    }

    .ca-content-text {
        overflow-y: visible;
        max-height: inherit;
    }
}
@media(min-width: 992px) {
.mw-vertical-tabs .nav.nav-tabs.mw-presentation-tabs {
    background: #e2e2e2;
    padding: 20px;
    border-radius: 3px;
    margin-left: -50px;
    padding-left: 50px;
}
.mw-vertical-tabs .nav.nav-tabs.mw-presentation-tabs li {
    border-bottom: solid 1px #f9f9f9;
	margin-right: 0;
}
.nav.nav-tabs.mw-presentation-tabs li.active {
    border-bottom: solid 1px transparent;
}
.mw-vertical-tabs .nav.nav-tabs.mw-presentation-tabs li:last-child {
    border-bottom: none;
}
.nav.nav-tabs.mw-presentation-tabs li.active > a,.nav.nav-tabs.mw-presentation-tabs li.active > a:hover{
	width:100%;
	background:#86b522;
	border-radius:4px;
	color:#fff;
}
.nav.nav-tabs.mw-presentation-tabs li > a:hover{
	background:transparent;
	color:#86b522;
}

}
@media(max-width: 991px) {
    .mw-data-info {
        margin-top: 40px;
    }
}

@media(max-width: 912px) {
    .mw-logo-imgs img {
        padding-top: 20px;
    }

    .mw-logo-imgs {
        margin: 0 0 30px 0;
    }
}

@media(max-width: 822px) {
    ul.mw-footer-links li {
        display: block;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) and (max-width: 798px) {
    .navbar-bootsnipp .navbar-nav > li > a {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }

        .cd-tab-filter::after {
            /* hide the arrow */
            display: none;
        }

        .cd-tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
        }

        .cd-tab-filter li {
            display: inline-block;
        }

            .cd-tab-filter li.placeholder {
                display: none !important;
            }

        .cd-tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.3rem;
        }

    .no-touch .cd-tab-filter a:hover {
        color: #41307c;
    }

    .cd-tab-filter a.selected {
        background: transparent;
        color: #41307c;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #41307c;
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }

    .animbrand {
        padding: 15px 5px;
    }

    .navbar-bootsnipp .navbar-brand {
        font-size: 20px;
        height: auto;
        padding: 0px;
    }

    .navbar-bootsnipp .navbar-nav > li > a {
        font-size: 14px;
        text-transform: uppercase;
        color: #336600;
    }

    .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover,
    .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
        border-bottom-width: 5px;
        border-left-width: 0px;
        padding-bottom: 10px;
        padding-left: 14px;
        border-bottom-color: #86b522;
    }

    .navbar-bootsnipp .navbar-nav > li.disabled > a {
        padding-left: 10px;
        padding-right: 10px;
    }


    .navbar-bootsnipp .bootsnipp-search {
        background-color: rgb(235, 235, 235);
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        visibility: hidden;
    }

        .navbar-bootsnipp .bootsnipp-search.open {
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            transform: rotateX(0deg);
            visibility: visible;
        }

        .navbar-bootsnipp .bootsnipp-search > .container {
            padding: 0px;
        }
}

@media(max-width: 768px) {

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 450px;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .animate {
        transition: none;
    }
}

@media(max-width: 767px) {
    .cd-gallery li {
        width: 100%;
    }

    .mw-text-info {
        margin-top: -7px;
        margin-bottom: 15px;
    }

    h2.mw-text-title {
        margin-top: 20px;
    }

    p.mw-result-text {
        text-align: left;
    }

    .mw-search-filter {
        display: flex;
    }

    .cd-gallery ul {
        text-align: center;
    }

    .form-inline.page-filter {
        display: inline-block;
    }

    .mw-pagination-nav {
        margin-top: -71px;
    }

    ul.pagination {
        margin-top: 22px;
    }

    .mw-search-container {
        margin: 70px 20px 20px 28px;
    }

    .mw-container-pages {
        margin-top: 101px;
    }

    .navbar-toggle {
        margin: 33px 0;
        cursor: pointer;
    }

    nav.shrink .navbar-toggle {
        margin: 20px 0;
    }

    .navbar-bootsnipp .navbar-nav > li > a {
        color: #ffffff;
    }

    .input-group .btn-primary {
        background: #040507;
        border: solid 1px #040507;
    }
}

@media (max-width: 740px) {
    .ca-container {
        width: 310px;
        height: 357px;
    }

    .ca-content-wrapper {
        max-width: 310px;
        left: auto;
        height: 345px !important;
    }

    .ca-content {
        width: 310px !important;
    }

        .ca-content h6 {
            font-size: 16px;
        }
}

@media (max-width: 664px) {
    .navbar-bootsnipp .navbar-brand {
        max-width: 100%;
        margin-right: 45px;
        float: left;
        margin-top: -100px;
    }

    .navbar-bootsnipp.shrink .navbar-brand {
        margin-top: -26px;
    }
}

@media (max-width: 540px) {
    .mw-biblio-arrow {
        margin-bottom: 0;
    }
}

@media (max-width: 545px) {
    .mw-img-rel-container {
        display: block;
        float: none;
    }

    .mw-rel-tag {
        display: inline-block;
    }

    .mw-multimedia-details {
        display: block;
        padding-top: 20px;
        padding-left: 0;
    }

    .gal-item {
        display: block;
    }

        .gal-item a:after {
            left: 3px;
            top: 3px;
        }
}

@media(max-width: 520px) {
    .navbar-brand {
        padding: 13px 0;
    }
}

@media(max-width: 500px) {
    .cd-filter {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .mw-text-info {
        margin-bottom: 25px;
    }

    .form-inline.page-filter {
        display: block;
    }

    .mw-pagination-nav {
        margin-top: 0;
        text-align: left;
    }
}

@media(max-width: 490px) {
    .navbar-bootsnipp .navbar-brand {
        max-width: 100%;
        margin-right: 45px;
        float: left;
        margin-top: -100px;
    }
}

@media(max-width: 488px) {
    .animate {
        transition: none;
    }
}

@media(max-width: 460px) {
    .mw-result-image img {
        margin-top: -98px;
    }
}

@media(max-width: 440px) {
    .navbar-bootsnipp .navbar-brand {
        margin-top: -83px;
    }
}

@media(max-width: 432px) {
    .navbar-bootsnipp.shrink .navbar-brand {
        margin-top: -75px;
    }
}

@media (max-width: 390px) {
    .ca-nav span {
        left: 0;
    }

        .ca-nav span.ca-nav-next {
            right: 0;
        }
}

@media(max-width: 360px) {
    .mw-result-image img {
        margin-top: -60px;
    }
}

@media(max-width: 350px) {
    .mw-entrada-title {
        font-size: 16px;
    }
}

@media(max-width: 320px) {
    .navbar-bootsnipp .navbar-brand {
        margin-top: -82px;
    }

    .navbar-bootsnipp.shrink .navbar-brand {
        margin-top: -71px;
    }
}

/*STYLES FOR IE10 AND 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mw-img-rel-container img {
        height: auto;
        width: 100%;
        margin-top: -16px;
    }
}

/*CSS TESTE*/

/*LOADER*/

.loader-custom-panel {
    position: fixed;
    z-index: 50;
    background: #0000009c;
    height: 100%;
    width: 100%;
    top: 0;
}

.loader-custom {
    position: relative;
    width: 100px;
    height: 100px;
    border: 20px solid #336600;
    border-radius: 50px;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    animation-name: spinner 0.4s linear infinite;
    -webkit-animation: spinner 0.4s linear infinite;
    -moz-animation: spinner 0.8s cubic-bezier(.46,.03,.52,.96) infinite;
}

.loader-custom:before {
    position: absolute;
    content: '';
    display: block;
    /*background-color: rgba(0,0,0,0.2);*/
    width: 250px;
    height: 250px;
    border-radius: 80px;
    top: -100px;
    left: -100px;
}

    .loader-custom:after {
        position: absolute;
        content: '';
        width: 100px;
        height: 100px;
        border-radius: 130px;
        border-top: 20px solid white;
        border-bottom: 20px solid white;
        border-left: 20px solid white;
        border-right: 20px solid transparent;
        top: -20px;
        bottom: 1px;
        left: -20px;
    }


@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

