/* Base */

.fontMM {
    font-family: "Barlow", sans-serif;
    color: #666;
}

    .fontMM a {
        text-decoration: none;
    }

.bg-expo {
    background: #333;
}

.bd-expo {
    border-bottom: #333 5px solid;
}

.bg-expo h2 {
    font-size: 1.5em;
}

.img100, .img100 img {
    width: 100%;
    height: auto;
}

.img80 {
    width: 80%;
    height: auto;
}

.img75 {
    width: 75%;
    height: auto;
}

.img50 {
    width: 50%;
    height: auto;
}

.img40 {
    width: 40%;
    height: auto;
}

.legPhoto {
    font-size: 1.35em;
    text-align: left;
    line-height: 150%;
}

.wordBreak {
    word-break: break-all;
}


.border-2 {
    border-width: 2px;
}

.text-pink {
    color: #F69 !important;
}

.text-orange {
    color: #F60 !important;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.bg-cinza {
    background: #f3f3f3;
}

.text-gray {
    color: #5B6772 !important;
}

    .text-gray h4 {
        font-size: 1.3rem;
    }

.text-gray2 {
    color: #333 !important;
}

.subtit-blue {
    color: #288ca1;
    font-size: 1.25em;
    font-weight: 600;
}

.subtit-red {
    color: #de3c43;
    font-size: 1.25em;
    font-weight: 400;
}


.btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

    .btn.btn-outline-white:hover {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.line-height-1 {
    line-height: 1 !important;
}

.container-fluid .form-control {
    height: 25px !important;
}

.site-section {
    padding: 0;
}

    .site-section a {
        color: #288CA1;
    }

    .btnLink, .btnPink {
        font-size: 12px;
    }

    .top-bar a.text-white {
        font-size: 12px;
    }

    .wrap-col {
        padding: 0 0px 0 20px;
    }

    .alignBottom {
        position: absolute;
        left: 15px;
    }

    .pr-4 {
        padding-right: 0rem !important;
    }

    .pl-4 {
        padding-left: 0rem !important;
    }

    .spaceTop8 {
        margin-top: 3.5rem !important;
    }

    .redes .titRedes {
        font-size: 0.55em;
        font-weight: 500;
    }

    .footer-heading {
        font-size: 0.9rem;
        font-weight: 500 !important;
    }

    .icon-facebook, .icon-instagram {
        font-size: 1.0rem;
    }

    .smalltxt {
        font-size: 0.9rem !important;
    }

    ul.list-unstyled li {
        font-size: .8rem;
        display: inline !important;
        margin-right: 5px;
        border-right: 1px solid #CCC;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .site-section {
        padding: 0;
    }

    #main {
        padding-left: 5rem;
        margin-top: -50px;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 2.5rem 0 .5rem;
        margin-bottom: 2.5rem;
    }
}

.site-footer .border-top {
    border-top: 1px solid #A7AEB3 !important;
    margin: 1.5rem 0;
}

.site-footer p {
    color: #fff;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.5);
}

    .site-footer a:hover {
        color: white;
    }

.site-footer ul li {
    margin-bottom: 3px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
}

.alignBottom {
    position: absolute;
    bottom: 0;
    right: 0
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.text-bold {
    font-weight: 700;
    letter-spacing: .03rem;
}

.text-fine {
    font-weight: 300;
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .bg-image.overlay {
        position: relative;
    }

        .bg-image.overlay:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
        }

    .bg-image > .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1, .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .play-single-big > span {
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }

    .play-single-big:hover {
        width: 120px;
        height: 120px;
    }

.overlap-to-top {
    margin-top: -150px;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar ul li a {
            color: rgba(255, 255, 255, 0.7) !important;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #fff !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #288CA1;
        }

        .sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #000 !important;
        }

            .sticky-wrapper.is-sticky .site-navbar ul li a.active {
                color: #288CA1 !important;
            }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* Blocks */
.site-section-cover {
    position: relative;
}

    .site-section-cover, .site-section-cover .container {
        position: relative;
        z-index: 2;
    }

        .site-section-cover, .site-section-cover .container > .row {
            height: calc(100vh - 196px);
            min-height: 577px;
        }

@media (max-width: 991.98px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 400px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

    .site-section-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/hero_1.jpg);
}

.site-section-cover h1 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    padding-left: 40%;
}

.site-section-cover p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 40%;
}


@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 1.1rem;
    }

    .site-section {
        padding: 3rem 0;
    }


    .minBTNhome {
        float: left;
        width: 100% !important;
        min-width: 300px;
        margin: 0.25rem 0 !important;
        font-size: 0.7em;
        padding: 0.5rem 0.25rem !important;
    }

    .site-section-cover p {
        font-size: 11px !important;
    }

    .site-section-cover h1 {
        font-size: 14px;
    }

    .btnLink, .btnPink {
        padding: 5px !important;
    }
}

.btn-md {
    padding: 8px 20px;
}

.btn100 {
    width: 100%;
}

.top-bar {
    color: #FFF;
    margin-top: 0;
}

    .top-bar a {
        padding: 1rem;
        color: #FFF !important;
    }

        .top-bar a.borderL {
            border-left: 1px solid #93A0AB;
        }

.botaoAlign {
    text-align: right;
    margin-right: 190px;
    margin-top: 30px;
}

.btn-Pink {
    background-color: rgba(252,56,106,255);
    color: white !important;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    padding: 15px 20px;
}

    .btn-Pink:hover {
        background-color: white;
        color: rgba(252,56,106,255) !important;
        border: none;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        border-radius: 25px;
        padding: 15px 20px;
    }

.btn-Wine {
    background: #770143;
    color: white !important;
    border: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: .45rem 0;
}

    .btn-wine:hover {
        background: #000;
        color: white !important;
    }




.bg-roxo {
    background: #69406F;
}

.bg-rosa {
    background: #D50458;
    color: #FFF;
    font-size: 1.25em;
    text-align: center;
}

.bdImg {
    border: 1px solid #FFF;
}

.txt-acervo {
    color: #FF0066;
    font-size: 1.2rem;
}

.txt-acvSub {
    color: #288DA1;
    font-size: 0.8rem;
    margin: 1rem 0;
}

h1.txtExpo {
    font-size: 1.5em !important;
}

/*GERAL------------ */


.subtit {
    font-size: 1.5rem;
}

.quem h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 1.75rem 0 0.5rem;
}

.quem h4 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 1.75rem 0 0;
}

.quem p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: lighter;
}

.colorbox h1 {
    background: #005889;
    color: #FFF;
    font-weight: 600;
    font-size: 1.5em;
    margin: 2rem 0;
    padding: 0.5rem 0.75rem;
}

.alertas h1 {
    background: #005889;
    color: #FFF;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    margin: 2rem 0;
    padding: 0.5rem 0.75rem;
}


.alertas p {
    font-size: 1.1em;
    color: #005889;
    line-height: 170%;
}

.alertas img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.borderPB {
    border-right: 2px solid #D8D8D8;
}

.smallfont {
    font-size: 0.9em;
}

.smallfont2 {
    font-size: 0.7em;
}

.smalltxt {
    font-size: 1rem;
}

.smallLegend {
    font-size: .9em;
    padding-top: .5rem !important;
    line-height: 125%;
}



span.smallLegend {
    line-height: 125% !important;
}

.medtxt {
    font-size: 1.7rem;
}

.Submedtxt {
    font-size: 1.5rem;
}

.subtext {
    font-size: 1.3rem;
    line-height: 150%;
}

.local {
    font-weight: 600;
    font-size: 1rem;
}

#mais span {
    display: none;
}

.cabecPalacios {
    max-width: 1280px;
}

.palacios {
    width: 100%;
    background: #000;
    padding: .5rem 0;
}

    .palaciosHome a img, .palacios img {
        max-width: 100%;
        width: 180px;
        height: auto;
        float: right;
    }

.palaciosHome ul {
    width: 100%;
    margin-top: 100px;
}

    .palaciosHome ul li {
        float: right;
        display: inline-table;
        text-align: right;
    }

ul.list-unstyled li {
    font-size: .8rem;
}

.redes {
    font-size: 1.5rem;
}

    .redes .icon-facebook, .redes .icon-instagram {
        color: #FFF;
        padding: 10px 0;
    }

    .redes .titRedes {
        color: #FFF;
        font-size: 0.65em;
        font-weight: 600;
    }

p.txtLink a {
    color: #288CA1;
    font-weight: 600;
}

    p.txtLink a:hover {
        color: #004080;
        text-decoration: underline;
    }

.btnLink {
    background: #288DA1;
    padding: 12px 24px;
    -webkit-box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.37);
    box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.37);
}

.btnPink {
    background: #FC007F;
    padding: 12px 24px;
    -webkit-box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.37);
    box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.37);
}

.btnGray {
    background: #E1E1E1;
    padding: 12px 24px;
    -webkit-box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.2);
    box-shadow: 0 3px 10px -1px rgba(24, 65, 69, 0.2);
}

.btnLink a, a.btnLink, .btnPink a, a.btnPink {
    color: #FFF;
    font-weight: 600;
}

.btnGray a, a.btnGray {
    color: #000;
    font-weight: 600;
}

.btnRound {
    padding: 0.5rem 1rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btnWidth {
    max-width: 300px;
    margin: 1rem auto;
}

.btnRoxo {
    background: #6E66A3;
    color: #FFF;
}

    .btnRoxo:hover {
        background: #221A57;
    }

    .btnRoxo a {
        color: #FFF;
    }

.IMGCabecPG img {
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

.IMGCabecPG2 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.IMGCabecPG2 h1 {
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}
/*EXPOSIÇÕES VIRTUAIS*/

.expoVirtual iframe {
    width: 100%;
    height: 480px;
    margin: 0rem auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
}

.expoVirtual p {
    font-size: 0.9em;
    line-height: 120% !important;
    margin: 0.5rem 0;
    text-align: justify;
}

h3.expoVirtual {
    font-weight: 600;
    text-align: left;
    line-height: 135%;
    font-size: 1.15em;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}

h4.expoVirtual {
    font-weight: 400;
    text-align: justify;
    line-height: 175%;
    font-size: 0.9em;
    margin-top: 1.25rem;
}

.expoVirtualbg {
    background-color: #f3f1f1;
}

    .expoVirtualbg i {
        position: absolute;
        bottom: -4rem;
        right: 8rem;
        color: #FFF;
        font-size: 2em;
        text-shadow: 2px 2px 3px #000000;
    }

.lineTop {
    width: 20%;
    border-top: 5px solid #000;
    padding-bottom: 1rem;
}

.fntdestaqExpo {
    font-size: 1.6em;
    font-weight: 700;
}

.textExpo {
    text-align: justify;
}

.boxExpo {
    max-width: 1080px;
    margin: 3rem auto;
    padding: 1.75em 2.5rem;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
}
.bdExpoImg img {
    background: #D50458;
    padding: 2.65rem 2.65rem 0rem 2.65rem;
    margin-left: -0.3rem;
}

.sobreporTop {
    margin: -5.75rem 0 0;
}

.fntBoxRoxo {
    color: #FFF;
    text-align: justify;
    padding: 2.0rem 2rem 0.5rem 1.5rem;
    font-size: 0.85em;
    line-height: 135%;
}

.img33 {
    float: left;
    width: 33%;
    height: auto;
}

.alignBase {
    position: absolute;
    bottom: 0;
}

.vh-80 {
    height: 80vh !important;
}


.icones {
    position: absolute;
    right: 5rem;
    top: 3.2rem;
    font-size: 3em;
    color: #FFF;
}

.iconPink {
    font-size: 2em;
    color: #D50458;
}


@media (max-width: 575px) {

    .IMGCabecPG2 img {
        width: 100%;
        height: auto;
        margin: 0 !important;
        text-align: center;
        padding-left: 0rem !important;
    }

    .expoVirtual iframe {
        width: 100%;
        height: 180px;
    }

    .boxExpo {
        width: 100%;
        margin: 2rem;
        padding: 0.75em 1.5rem;
    }

    h4.expoVirtual {
        text-align: left;
    }

    .fntBoxRoxo {
        text-align: left;
    }

    .textExpo {
        text-align: left !important;
        font-size: 0.9em;
    }

    .fntdestaqExpo {
        font-size: 1.2em !important;
    }

    .fnt_roboto .breadcrumb-item.mt-3 {
        margin: -5rem 0 2rem 0 !important;
        font-size: 0.8em !important;
    }

    .mapaExpo iframe {
        width: 100%;
        height: 280px;
    }

    .sobreporTop {
        margin-top: 0rem;
    }

    .galleryMM img {
        max-width: 100% !important;
        height: auto;
    }

    .thumbnail.img40.float-right {
        float: none !important;
        width: 100%;
    }

    .img75 {
        width: 100%;
    }

    .textMuseus img {
        display: none;
    }

    .textMuseus h1 {
        font-size: 1.5em;
    }

    .textMuseus .subtxtMap {
        font-size: 1.1em;
    }

    .imgMWidth img {
        display: block !important;
    }

    .bgExpoQuimonos {
        background-position: top center;
        background-image: url('../images/HomeQuimonos.png') !important;
        padding: 25% 0 0;
        width: 100% !important;
        height: 435px !important;
    }

    .videoHomeQuimonos {
        padding-top: 10%;
        text-align: center;
        padding-right: 0px;
    }

        .videoHomeQuimonos iframe {
            height: 200px;
            width: 300px;
        }

    .botaoAlign {
        text-align: center;
        margin-right: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .alignBase {
        position: relative;
    }

    .btnVisit {
        margin-top: 0 !important;
    }

    .bg-black {
        padding-bottom: 0.5rem;
    }
}



/*CULTURA EM ÁUDIO*/

.bgCultura {
    background: #424b5a;
    color: #FFF;
}

    .bgCultura a {
        color: rgba(255,255,255,0.50);
    }

        .bgCultura a:hover {
            color: rgba(255,255,255,1.0);
        }

.subTitCult {
    font-size: 1.2em;
}

.textCult h1 {
    font-size: 3em;
}

.textPod h1 {
    font-size: 2em;
}

.subTitPod {
    font-size: 1.0em;
}

/*EXPOSIÇÕES VIRTUAIS*/

.expoVirtual iframe {
    width: 100%;
    height: 480px;
    margin: 0rem auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
}

.expoVirtual p {
    font-size: 0.9em;
    line-height: 120% !important;
    margin: 0.5rem 0;
    text-align: justify;
}

h3.expoVirtual {
    font-weight: 600;
    text-align: left;
    line-height: 135%;
    font-size: 1.15em;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}

h4.expoVirtual {
    font-weight: 400;
    text-align: justify;
    line-height: 175%;
    font-size: 0.9em;
    margin-top: 1.25rem;
}

.expoVirtualbg {
    background-color: #f3f1f1;
}

    .expoVirtualbg i {
        position: absolute;
        bottom: -4rem;
        right: 8rem;
        color: #FFF;
        font-size: 2em;
        text-shadow: 2px 2px 3px #000000;
    }

.lineTop {
    width: 20%;
    border-top: 5px solid #000;
    padding-bottom: 1rem;
}

.fntdestaqExpo {
    font-size: 1.6em;
    font-weight: 700;
}

.textExpo {
    text-align: justify;
}

.boxExpo {
    max-width: 1080px;
    margin: 3rem auto;
    padding: 1.75em 2.5rem;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
}

.mapaExpo iframe {
    width: 100%;
    height: 700px;
}

.mapaMuseus iframe {
    width: 100%;
    height: 960px;
}

.textMuseus {
    text-align: left;
    line-height: 200%;
}

    .textMuseus h1 {
        font-size: 2em;
    }

    .textMuseus .subtxtMap {
        color: #ff3385;
        font-size: 1.5em;
    }

    .textMuseus img {
        width: 100%;
        height: auto;
    }

    .textMuseus p {
        margin-bottom: 1.5rem;
        font-family: 1.3em;
    }

.bdExpoImg img {
    background: #D50458;
    padding: 2.65rem 2.65rem 0rem 2.65rem;
    margin-left: -0.3rem;
}

.sobreporTop {
    margin: -5.75rem 0 0;
}

.fntBoxRoxo {
    color: #FFF;
    text-align: justify;
    padding: 2.0rem 2rem 0.5rem 1.5rem;
    font-size: 0.85em;
    line-height: 135%;
}

.img33 {
    float: left;
    width: 33%;
    height: auto;
}

.alignBase {
    position: absolute;
    bottom: 0;
}

.vh-80 {
    height: 80vh !important;
}


.icones {
    position: absolute;
    right: 5rem;
    top: 3.2rem;
    font-size: 3em;
    color: #FFF;
}

.iconPink {
    font-size: 2em;
    color: #D50458;
}


@media (max-width: 575px) {

    .IMGCabecPG2 img {
        width: 100%;
        height: auto;
        margin: 0 !important;
        text-align: center;
        padding-left: 0rem !important;
    }

    .expoVirtual iframe {
        width: 100%;
        height: 180px;
    }

    .boxExpo {
        width: 100%;
        margin: 2rem;
        padding: 0.75em 1.5rem;
    }

    h4.expoVirtual {
        text-align: left;
    }

    .fntBoxRoxo {
        text-align: left;
    }

    .textExpo {
        text-align: left !important;
        font-size: 0.9em;
    }

    .fntdestaqExpo {
        font-size: 1.2em !important;
    }

    .fnt_roboto .breadcrumb-item.mt-3 {
        margin: -5rem 0 2rem 0 !important;
        font-size: 0.8em !important;
    }

    .mapaExpo iframe {
        width: 100%;
        height: 280px;
    }

    .sobreporTop {
        margin-top: 0rem;
    }

    .galleryMM img {
        max-width: 100% !important;
        height: auto;
    }

    .thumbnail.img40.float-right {
        float: none !important;
        width: 100%;
    }

    .img75 {
        width: 100%;
    }

    .textMuseus img {
        display: none;
    }

    .textMuseus h1 {
        font-size: 1.5em;
    }

    .textMuseus .subtxtMap {
        font-size: 1.1em;
    }

    .imgMWidth img {
        display: block !important;
    }

    .bgExpoQuimonos {
        background-position: top center;
        background-image: url('../images/HomeQuimonos.png') !important;
        padding: 25% 0 0;
        width: 100% !important;
        height: 435px !important;
    }

    .videoHomeQuimonos {
        padding-top: 10%;
        text-align: center;
        padding-right: 0px;
    }

        .videoHomeQuimonos iframe {
            height: 200px;
            width: 300px;
        }

    .botaoAlign {
        text-align: center;
        margin-right: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .alignBase {
        position: relative;
    }
}


/*Cultura em Áudio*/

.player {
    position: relative;
    background-color: #000;
    color: #FFF;
    width: 100%;
    max-width: 550px;
    height: 420px;
    margin-top: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .player audio {
        opacity: 0.5;
        height: 30px;
        margin-top: 0.5rem;
        width: 100% !important;
        padding: 0 !important;
    }

        .player audio:active, .player audio:hover {
            opacity: 1.0 !important;
        }

    .player:hover .mask {
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 1s;
        color: #FFF;
    }

    .player .mask {
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 2;
        transition: all 1s;
    }

        .player .mask img {
            width: 60px;
            height: auto;
        }

.control-row {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem;
    background-color: #5E6B82;
    overflow: hidden;
    z-index: 3;
    -webkit-border-bottom-right-radius: 1rem;
    -webkit-border-bottom-left-radius: 1rem;
    -moz-border-radius-bottomright: 1rem;
    -moz-border-radius-bottomleft: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

    .control-row p {
        width: 94% !important;
        margin: 0.25rem auto;
    }


/*REBOLO*/

.inicioMobile {
    margin-top: -5rem;
}

.d-md-flex.align-items-stretch.sliders {
    padding-top: 5rem;
}

.bg-Rebolo {
    background: #A55B4B;
    padding-bottom: 5rem;
}

.inicioExpo img {
    width: 100%;
    height: auto;
    z-index: 0;
}

.btnRebolo {
    border: 2px solid #DCBAB3;
    background: rgba(255,255,255,1.0);
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    padding: 0.25rem 1rem;
    margin: 0.5rem auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btnReboloAt {
    border: 2px solid #DCBAB3;
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    padding: 0.25rem 1rem;
    margin: 0.5rem auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btnRebolo a {
    color: #A55B4B;
}

.btnReboloAt a {
    color: #FFF;
}

.btnRebolo:hover {
    background: rgba(255,255,255,0.8);
}

.btnReboloAt:hover {
    background: rgba(255,255,255,0.3);
}

/*FIM REBOLO*/

/*INÍCIO DESTAQUES ACERVO*/

.btnDestaques {
    position: absolute;
    right: 5%;
    top: 0;
    border: 2px solid #DCBAB3;
    background: rgba(255,255,255,1.0);
    text-align: center;
    font-size: 0.8em;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    padding: 0.25rem 1rem;
    margin: 0.5rem auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 999;
}

.bd-point {
    border-bottom: 2px dotted #000;
}

/*FIM DESTAQUES ACERVO*/

.sliderObras {
    position: relative;
    padding: 0 2rem;
}

    .sliderObras h1 {
        font-size: 1.5em;
        text-align: center;
        color: #FFF;
        padding: 1.5rem 0;
        text-shadow: 0px 0px 5px #5A442F;
    }

.sliderTop {
    padding-top: 7rem;
}

.titRebolo {
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 600;
    margin-top: 1rem;
    text-shadow: 0px 0px 5px #000;
    text-align: center;
}

.imgShadow {
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.5);
}

.bgExpo {
    background-image: url("../Rebolo/img/imgBack.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.minHExpo {
    padding: 0 1rem;
    min-height: 550px;
}

    .minHExpo iframe {
        width: 100% !important;
        height: 350px !important;
    }

.sliderObras .slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .sliderObras .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
    }

        .sliderObras .slide-one-item .owl-dots .owl-dot > span {
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.4);
            margin: 3px;
        }

        .sliderObras .slide-one-item .owl-dots .owl-dot.active > span {
            width: 30px !important;
            background: #fff;
        }

.sliderObras .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: absolute;
    bottom: 45% !important;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

    .sliderObras .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
        color: #fff;
    }

.sliderObras .slide-one-item .owl-nav .owl-prev {
    left: -1.4rem;
}

.slide-one-item .owl-nav .owl-next {
    right: -1.5rem;
}

.iconIMG {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999;
    width: 42px;
    height: 42px;
}

.invert {
    filter: invert(100%);
}

.textDeslize {
    display: none;
}


.minHExpo audio {
    opacity: 0.7;
    width: 100%;
    max-width: 400px;
    height: 30px;
    margin-top: 0.5rem;
    padding: 0 !important;
}

    .minHExpo audio:active, .minHExpo audio:hover {
        opacity: 1.0 !important;
    }

.minHExpo:hover .mask {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 1s;
}

.topAudio {
    display: none;
}

.credito {
    font-size: 0.9em;
    color: #000;
    margin: -1rem 0 1rem 0;
}

.credito2 {
    font-size: 0.6em;
    color: #000;
    margin: 1rem 0 0 0;
}



@media (max-width: 575px) {

    .inicioMobile {
        margin-top: 0rem !important;
    }

    .d-md-flex.align-items-stretch.sliders {
        padding-top: 0rem !important;
    }

    .textDeslize {
        display: block;
        font-size: 1.1em;
        color: #FFF;
        text-align: center;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .bg-Rebolo {
        padding-bottom: 1rem;
    }

    .sliderObras {
        padding: 0;
    }

        .sliderObras h1 {
            font-size: 1.2em;
        }


    .owl-carousel.slide-one-item.ml-3 {
        margin-left: 0 !important;
        margin-top: 8rem;
    }

    .sliderObras .slide-one-item .owl-dots {
        display: none;
    }

    .bgExpo {
        margin-top: -3rem;
    }

    .titRebolo {
        font-size: 1.2rem;
    }

    .item .item-wrap img {
        margin-bottom: 1rem;
    }

    .imgShadow {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    }

    .minHExpo {
        padding: 0 !important;
        min-height: 100px !important;
    }

        .minHExpo audio {
            padding: 0;
            max-width: 200px !important;
        }

        .minHExpo iframe {
            width: 100% !important;
            height: 200px !important;
        }


    .topAudio {
        display: block !important;
    }

    .bottomAudio {
        display: none;
    }
}

/***ARTE EM DETALHE***/

.logoAD img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.subtitAD {
    font-size: 1.0em;
}

.textAD p {
    font-size: 0.9em;
    margin: 0.1rem 0 !important;
    padding: 0 !important
}

.textDetalhes {
    font-size: 0.95em;
    line-height: 175% !important;
}

.back {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    top: 0;
    left: 0;
}

    .back img {
        width: 100%;
        height: auto;
        display: block !important;
    }

.back100 {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

    .back100 img {
        width: 100%;
        height: auto;
        display: block !important;
    }

.imgAD img {
    max-width: 100%;
    height: auto;
    margin-top: 2.3rem !important;
}


.bolinha {
    padding: 0.25rem 0.9rem;
    background: rgb(255,0,102);
    background: -moz-radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    background: radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0066",endColorstr="#c2004c",GradientType=1);
    box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.2em;
    color: #FFF;
    font-weight: 700;
    text-align: center;
}

.bolinhaX {
    padding: 0.25rem 0.6rem;
    background: rgb(255,0,102);
    background: -moz-radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    background: radial-gradient(circle, rgba(255,0,102,1) 30%, rgba(194,0,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0066",endColorstr="#c2004c",GradientType=1);
    box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.2em;
    color: #FFF;
    font-weight: 700;
    text-align: center;
}

    .bolinha a, .bolinhaX a {
        color: #FFF;
    }

.bolinha:hover {
    padding: 0.35rem 1rem;
}

.bolinhaX:hover {
    padding: 0.35rem 0.7rem;
}

/*VICENTE DO REGO*/

.bolinha1 {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 7%;
}

.bolinha2 {
    position: absolute;
    z-index: 9;
    top: 15%;
    left: 20%;
}

.bolinha3 {
    position: absolute;
    z-index: 9;
    top: 10%;
    right: 18%;
}

.bolinha4 {
    position: absolute;
    z-index: 9;
    bottom: 27%;
    right: 40%;
}

.bolinha5 {
    position: absolute;
    z-index: 9;
    bottom: 20%;
    left: 40%;
}

.bolinha6 {
    position: absolute;
    z-index: 9;
    bottom: 33%;
    left: 30%;
}

/*TARSILA DO AMARAL*/

.bolinha1TA {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 7%;
}

.bolinha2TA {
    position: absolute;
    z-index: 9;
    top: 5%;
    left: 4%;
}

.bolinha3TA {
    position: absolute;
    z-index: 9;
    top: 12%;
    right: 4%;
}

.bolinha4TA {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 17%;
}

.bolinha5TA {
    position: absolute;
    z-index: 9;
    bottom: 27%;
    right: 25%;
}

.bolinha6TA {
    position: absolute;
    z-index: 9;
    top: 3%;
    right: 31%;
}

.bolinha7TA {
    position: absolute;
    z-index: 9;
    bottom: 36%;
    right: 35%;
}

.bolinha8TA {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 40%;
}

.bolinha9TA {
    position: absolute;
    z-index: 9;
    top: 45%;
    left: 25%;
}

.bolinha10TA {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 35%;
}

/*DJANIRA*/

.bolinha1DMS {
    position: absolute;
    z-index: 9;
    bottom: 40%;
    right: 25%;
}

.bolinha2DMS {
    position: absolute;
    z-index: 9;
    top: 35%;
    left: 21%;
}

.bolinha3DMS {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 4%;
}

.bolinha4DMS {
    position: absolute;
    z-index: 9;
    top: 3%;
    right: 40%;
}

.bolinha5DMS {
    position: absolute;
    z-index: 9;
    top: 3%;
    left: 4%;
}

.bolinha6DMS {
    position: absolute;
    z-index: 9;
    top: 14%;
    left: 41%;
}

.bolinha7DMS {
    position: absolute;
    z-index: 9;
    bottom: 18%;
    left: 45%;
}

.bolinha8DMS {
    position: absolute;
    z-index: 9;
    top: 30%;
    right: 27%;
}

.bolinha9DMS {
    position: absolute;
    z-index: 9;
    top: 28%;
    right: 50%;
}

/*PROCISSÃO*/

.bolinha1CCT {
    position: absolute;
    z-index: 9;
    top: 3%;
    left: 4%;
}

.bolinha2CCT {
    position: absolute;
    z-index: 9;
    top: 33%;
    left: 15%;
}

.bolinha3CCT {
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 40%;
}

.bolinha4CCT {
    position: absolute;
    z-index: 9;
    top: 14%;
    left: 37%;
}

.bolinha5CCT {
    position: absolute;
    z-index: 9;
    top: 14%;
    right: 10%;
}

.bolinha6CCT {
    position: absolute;
    z-index: 9;
    top: 43%;
    left: 35%;
}

.bolinha7CCT {
    position: absolute;
    z-index: 9;
    bottom: 38%;
    right: 6%;
}

.bolinha8CCT {
    position: absolute;
    z-index: 9;
    bottom: 15%;
    right: 25%;
}


@media (max-width: 575px) {
    .logoAD img {
        display: block;
        width: 100%;
        max-width: 100px;
        height: auto;
    }
}

/*Nova home page*/

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Roboto&display=swap') format('stylesheet');
}

.newHome {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

    .newHome h2 {
        color: #288CA1;
        font-size: 1.5em;
        font-weight: 800;
        line-height: 150%;
        font-family: 'Roboto', sans-serif;
    }

    .newHome h3 {
        font-size: 1em;
        font-weight: 700;
        line-height: 150%;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0.75rem;
    }

    .newHome p {
        font-size: 0.8em;
        font-family: 'Roboto', sans-serif;
    }

.btnVisit {
    margin: 1rem 0;
}

.palacios img {
    max-width: 100%;
    width: 135px;
    height: auto;
}

.palaciosNewHome a img {
    max-width: 100%;
    width: 200px;
    height: auto;
}

.palaciosNewHome ul {
    width: 100%;
    padding: 0.5rem 0;
    text-align: right;
}

    .palaciosNewHome ul li {
        display: inline-table;
    }

@media (max-width: 575px) {
    .palaciosNewHome a img, .palacios img {
        max-width: 100%;
        width: 140px;
        height: auto;
    }

    .palaciosNewHome ul {
        text-align: center;
    }
}

.titColor {
    /*color:rgba(95,0,205,1.00)!important;*/
    color: #000;
}

h2.titColor.bigFont {
    font-size: 2em !important;
}

h3.titColor {
    font-size: 1.1em !important;
}