body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.dn {
    display: none;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}



/*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("../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;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.2rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border-radius: .25rem;
}

    .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: 0.5rem;
    width: 36px;
}

.slide-one-item .owl-nav .owl-next {
    right: 0.25rem !important;
    width: 38px;
}

.iconIMG {
    position: relative;
    top:55px;
    margin-left: auto !important;
    z-index: 999;
    width: 42px;
    height: 42px;
}

.topVideo {
    margin-top: 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;
        position: relative;
    }

    .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;
    }
}


.sliderObras {
    position: relative;
}

.bgExpo {
    background-image: url("../img/imgBack.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.minHExpo {
    min-height: 680px;
}

@media (max-width: 480px) {

    .bgExpo {
        margin-top: -1rem;
    }
}


@media (max-width: 991.98px) {
    .testimony-29101 .image {
        height: 100%;
    }
}

.testimony-29101 .text {
    width: 60%;
    padding: 7rem 4rem;
    background: #007bff;
}

    .testimony-29101 .text blockquote {
        position: relative;
        padding-bottom: 50px;
        font-size: 20px;
    }

        .testimony-29101 .text blockquote p {
            color: #fff;
            line-height: 1.8;
        }

        .testimony-29101 .text blockquote .author {
            font-size: 16px;
            letter-spacing: .1rem;
            position: absolute;
            bottom: 0;
            color: rgba(255, 255, 255, 0.7);
        }

@media (max-width: 991.98px) {
    .testimony-29101 .image, .testimony-29101 .text {
        width: 100%;
        display: block !important;
    }
}


@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: none;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

    .slide-one-item .owl-nav .owl-prev span,
    .slide-one-item .owl-nav .owl-next span {
        font-size: 30px;
    }

    .slide-one-item .owl-nav .owl-prev:hover,
    .slide-one-item .owl-nav .owl-next:hover {
        color: #000;
    }

    .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
    .slide-one-item .owl-nav .owl-next:active,
    .slide-one-item .owl-nav .owl-next:focus {
        outline: none;
    }

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .slide-one-item .owl-dots .owl-dot {
        display: inline-block;
    }

        .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: 3px;
            background: rgba(0, 123, 255, 0.4);
            margin: 3px;
        }

        .slide-one-item .owl-dots .owl-dot.active > span {
            width: 15px;
            background: #007bff;
        }

.thumbnail {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    z-index: 99;
}

    .thumbnail li {
        display: inline-block;
    }

        .thumbnail li a {
            display: block;
            margin: 4px;
        }

            .thumbnail li a img {
                width: 50px;
                border-radius: 50%;
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

        .thumbnail li.active a img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

