/* Base */

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.gradient-2, .site-footer {
    background: #505D68;
	color: #FFF;
}

.font-gray-1 {
    color: #f7f7f7;
}

.font-gray-2 {
    color: #e9e9e9;
}

.font-gray-3 {
    color: #d9d9d9;
}

.font-gray-4 {
    color: #c9c9c9;
}

.font-gray-5, .block-heading-1 span {
    color: #b8b8b8;
}

.font-gray-6 {
    color: #a8a8a8;
}

.font-gray-7, body {
    color: #5B6772;
}

.font-gray-8 {
    color: #7b7b7b;
}

.font-gray-9 {
    color: #636363 #4d4d4d;
}

.font-gray-10 {
    color: #353535;
}

.border-gray-1 {
    border-color: #f7f7f7;
}

.border-gray-2 {
    border-color: #e9e9e9;
}

.border-gray-3 {
    border-color: #d9d9d9;
}

.border-gray-4 {
    border-color: #c9c9c9;
}

.border-gray-5 {
    border-color: #b8b8b8;
}

.border-gray-6 {
    border-color: #a8a8a8;
}

.border-gray-7 {
    border-color: #939393;
}

.border-gray-8 {
    border-color: #7b7b7b;
}

.border-gray-9 {
    border-color: #636363 #4d4d4d;
}

.border-gray-10 {
    border-color: #353535;
}

.bg-gray-1 {
    border-color: #f7f7f7;
}

.bg-gray-2 {
    border-color: #e9e9e9;
}

.bg-gray-3 {
    border-color: #d9d9d9;
}

.bg-gray-4 {
    border-color: #c9c9c9;
}

.bg-gray-5 {
    border-color: #b8b8b8;
}

.bg-gray-6 {
    border-color: #a8a8a8;
}

.bg-gray-7 {
    border-color: #939393;
}

.bg-gray-8 {
    border-color: #7b7b7b;
}

.bg-gray-9 {
    border-color: #636363 #4d4d4d;
}

.bg-gray-10 {
    border-color: #353535;
}

.width100 {
    width: 100%;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.letter-spacing-2 {
    letter-spacing: 0.2em;
}

.border-w-1 {
    border-width: 1px;
}

.border-w-2 {
    border-width: 2px;
}

.border-w-3 {
    border-width: 3px;
}

.border-w-4 {
    border-width: 4px;
}

.border-w-5 {
    border-width: 5px;
}

.img100 {
    width: 100%;
    height: auto;
}

.img80 {
    width: 80%;
    height: auto;
}

.img75 {
    width: 75%;
    height: auto;
}

.img50 {
    width: 50%;
    height: auto;
}

.img40 {
    width: 40%;
    height: auto;
}

.wordBreak {
    word-break: break-all;
}

.table th {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 100%);
    ;
    color: #FFF;
}

.primary-black--hover {
    background: #288CA1;
    color: #fff;
}

    .primary-black--hover:hover {
        background: #000;
        color: #fff;
    }

.primary-dark--hover {
    background: #288CA1;
    color: #fff;
}

    .primary-dark--hover:hover {
        background: gray;
        color: #fff;
    }

.primary-primary-outline--hover {
    background: #288CA1;
    color: #fff;
}

    .primary-primary-outline--hover:hover {
        border-color: #288CA1;
        background: transparent;
    }

.primary-outline-primary--hover {
    background: transparent;
    border-color: #288CA1;
}

    .primary-outline-primary--hover:hover {
        color: #fff;
        background: #288CA1;
    }

body {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1rem;
}

    body:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
        z-index: 399;
    }

    body.offcanvas-menu {
        position: relative;
    }

        body.offcanvas-menu:before {
            opacity: 1;
            visibility: visible;
        }

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: Verdana, Geneva, sans-serif;
}

.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;
}

.text-gray {
    color: #5B6772 !important;
}

    .text-gray h4 {
        font-size: 1.3rem;
    }

.text-gray2 {
    color: #333 !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.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;
}

.form-control {
    height: 55px;
    background: #fff !important;
    font-family: "Verdana", Geneva, sans-serif, Rubik, -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";
}

    .form-control:active, .form-control:focus {
        border-color: #288CA1;
    }

    .form-control:hover, .form-control:active, .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.site-section {
    padding: 0;
}

    .site-section a {
        color: #288CA1;
    }

.site-logo img {
    margin: -5px 0 0 20px;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.site-logo a h1 {
	color: #FFF;
	font-size: 1.5em;
	font-weight: 700;
}

footer.site-footer .container {
    font-size: 0.8em !important;
}

@media (max-width: 575px) {
    .site-logo img {
        margin: 0 0 0 10px;
        width: 100%;
        max-width: 230px;
        height: auto;
    }

    .slide-one-item h1 {
        margin-top: 2rem;
    }

    .site-section-cover.img-bg-section {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/hero_2.jpg) !important;
    }

    .site-section-cover p {
        font-size: 14px !important;
        padding-left: 35% !important;
    }

    .site-section-cover h1 {
        font-weight: 500;
        padding-left: 35% !important;
    }

    .rslides_container img {
        width: 100% !important;
    }

    .btnLink, .btnPink, .btnMuseus {
        font-size: 12px;
    }

    .palaciosHome {
        display: none;
    }

    a.nav-link {
        font-size: 16px !important;
    }

    .top-bar a {
        font-size: 12px;
    }

    .wrap-col {
        padding: 0 0px 0 20px;
    }

    .slider.zerogrid {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container h3 {
        font-size: 1.3em;
    }

    .container h4 {
        font-size: 0.9em;
    }

    .site-footer {
        padding-top: 1.5em;
        margin-bottom: 2.5rem;
    }

    .copyright {
        font-size: 12px;
    }

    .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;
}

.ul-check {
    margin-bottom: 50px;
}

    .ul-check li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

        .ul-check li:before {
            left: 0;
            font-size: 20px;
            top: -.3rem;
            font-family: "icomoon";
            content: "\e5ca";
            position: absolute;
        }

    .ul-check.white li:before {
        color: #fff;
    }

    .ul-check.success li:before {
        color: #71bc42;
    }

    .ul-check.primary li:before {
        color: #288CA1;
    }

.select-wrap, .wrap-icon {
    position: relative;
}

    .select-wrap .icon, .wrap-icon .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 22px;
    }

    .select-wrap select, .wrap-icon select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }

/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem 1rem 0 0;
}


    .site-navbar .toggle-button {
        position: absolute;
        right: 0px;
        top: 0.7em;
    }

    .site-navbar .site-logo {
        line-height: 0;
        margin: 0 0 15px;
        padding: 0;
        z-index: 3;
    }

}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.main-menu {
	font-size: 0.9em !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    font-weight: 600;
}

    .site-navbar .site-navigation .site-menu .active {
        background: #666 !important;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        margin: 0 -2.5px;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            padding: 3px 15px 5px;
            margin: 0px;
            color: #FFF !important;
            display: inline-block;
            text-decoration: none !important;
            min-width: 11.9rem;
        }

            .site-navbar .site-navigation .site-menu > li > a:hover {
                background: #646464;
            }

    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 15px;
                top: 50%;
                right: 10px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.5);
            padding: 0;
            margin-top: 20px;
            margin-left: 0px;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 0;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #FFF !important;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                font-size: 1rem;
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 11.85rem;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 2px 10px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: rgba(0, 0, 0, 0.3);
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #288CA1;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

.site-mobile-menu {
    width: 250px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #000;
    color: #FFF;
    height: calc(100vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #FFF;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #CCC;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #FFF;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
            color: #FFF;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 14px;
                    color: #E1E1E1;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.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;
	}
}


.gradient-bg-1, .block-feature-1 .icon {
    background: #51eaea;
    background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
    background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
    background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51eaea', endColorstr='#499bea', GradientType=0 );
}

.block-heading-1 span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
}

.block-heading-1 h2 {
    font-size: 3rem;
    color: #288CA1;
}

.block-feature-1-wrap {
    margin-bottom: 7rem;
}

    .block-feature-1-wrap > .container > .row {
        margin-left: -18px;
        margin-right: -18px;
    }

        .block-feature-1-wrap > .container > .row > .col,
        .block-feature-1-wrap > .container > .row > [class*="col-"] {
            padding-right: 36px;
            padding-left: 36px;
        }

.block-feature-1 {
    background: #f2f2f2;
    padding: 30px 30px 30px 50px;
    position: relative;
}

    .block-feature-1 h2 {
        font-size: 18px;
    }

    .block-feature-1 .icon {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -40px;
        top: 50%;
        border: 4px solid #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

        .block-feature-1 .icon > span {
            font-size: 40px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.block-img-video-1-wrap .block-img-video-1 {
    position: relative;
}

.block-img-video-1 > a {
    display: block;
    position: relative;
    cursor: pointer;
}

    .block-img-video-1 > a .icon {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
    }

        .block-img-video-1 > a .icon > span {
            position: absolute;
            top: 50%;
            font-size: .8rem;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #000;
        }

.block-counter-1 {
    text-align: center;
}

    .block-counter-1 .number, .block-counter-1 .caption {
        display: block;
        line-height: 1;
    }

    .block-counter-1 .number {
        color: #fff;
        font-size: 4rem;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

@media (max-width: 991.98px) {
    .block-counter-1 .number {
        font-size: 2rem;
    }
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.3);
}

.block-counter-1 .caption {
    font-size: 14px;
    color: #fff;
    letter-spacing: .05em;
}

.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .15s all ease-in-out;
    -o-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
}

    .block-team-member-1 figure img {
        width: 130px;
    }

    .block-team-member-1:hover {
        top: -4px;
        border: 1px solid #ced4da;
        -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    }

.block-social-1 > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

    .block-social-1 > a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.block-testimony-1 {
    padding: 20px;
}

    .block-testimony-1 blockquote {
        background: #fff;
        padding: 30px;
        font-style: italic;
        font-size: 18px;
        color: #000;
        font-family: Verdana, Geneva, sans-serif;
    }

    .block-testimony-1 figure {
        position: relative;
        padding-top: 20px;
    }

        .block-testimony-1 figure:before {
            position: absolute;
            content: "";
            width: 50px;
            left: 50%;
            display: none;
            top: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #288CA1;
            height: 2px;
        }

        .block-testimony-1 figure img {
            max-width: 60px;
        }

    .block-testimony-1 h3 {
        font-size: 18px;
    }

.block-13 .owl-nav {
    display: none;
}

.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

    .block-13 .owl-dots .owl-dot {
        display: inline-block;
    }

        .block-13 .owl-dots .owl-dot span {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 4px;
            background: #cccccc;
            -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);
            margin: 3px;
        }

        .block-13 .owl-dots .owl-dot.active span {
            width: 20px;
            background: #288CA1;
        }

.post-entry {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    .post-entry:hover {
        -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    }

    .post-entry h2 {
        font-size: 20px;
    }

    .post-entry *:last-child {
        margin-bottom: 0;
    }

.by {
    color: #000;
    border-bottom: 1px dotted #ccc;
}

    .by:hover {
        border-bottom: 1px dotted #288CA1;
    }

.form-control {
    border: none;
    border: 1px solid #e6e6e6;
}

    .form-control:hover, .form-control:active, .form-control:focus {
        border: 1px solid #666666;
    }

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

    .categories li:last-child, .sidelink li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .categories li a, .sidelink li a {
        display: block;
    }

        .categories li a span, .sidelink li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

    .categories li.active a, .sidelink li.active a {
        color: #000;
        font-style: italic;
    }

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3 {
                font-size: 20px;
                color: #000;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000;
                text-transform: uppercase;
                font-size: 14px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #000;
                    background: #e3e3e3;
                }

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

    .search-form .form-group {
        position: relative;
    }

        .search-form .form-group input {
            padding-right: 50px;
        }

    .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

    .post-meta a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

.slide {
    height: 100vh;
    min-height: 900px;
    background-size: cover;
}

.btn-md {
    padding: 8px 20px;
}

.btn100 {
    width: 100%;
}

.border-w-2 {
    border-width: 2px !important;
}

.block__73694 .block__73422 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .block__73694 .block__73422 {
        height: 400px;
    }
}

@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;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
}

    .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
        color: #fff;
    }

.slide-one-item .owl-nav .owl-prev {
    left: 0;
}

.slide-one-item .owl-nav .owl-next {
    right: 0;
}

.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.active > span {
            width: 20px;
            background: #fff;
        }


    .top-bar a {
        padding: 1rem;
    }

        .top-bar a.borderL {
            border-left: 1px solid #93A0AB;
        }

.block__35630 .icon > span {
    font-size: 3rem;
    color: #288CA1;
}

.block__35630 h3 {
    color: #000;
    font-size: 1.4rem;
}

.footer-suscribe-form .form-control {
    color: #000;
}

    .footer-suscribe-form .form-control:hover, .footer-suscribe-form .form-control:active, .footer-suscribe-form .form-control:focus {
        color: #000 !important;
    }

.footer-suscribe-form .btn {
    background: #7a5e86;
    color: #fff;
    border-color: #7a5e86;
}

.pricing {
    background: #fff;
    padding: 30px;
}

    .pricing .price > span {
        color: #cccccc;
    }

        .pricing .price > span > span {
            font-size: 3rem;
            color: #288CA1;
        }

    .pricing ul li {
        margin-bottom: 20px;
    }

/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*CORES CABEÇALHO------------ */

.bg-home {
    background: #288CA1;
}

.bd-home {
    border-bottom: #288CA1 5px solid;
}

.bg-contato {
    background: #93A0AB;
}

.bg-acervo {
    background: #FC007F;
}

.bd-acervo {
    border-bottom: #FC007F 5px solid;
}

.bg-palacios {
    background: #E6A019;
}

.bd-palacios {
    border-bottom: #E6A019 5px solid;
}

.bg-cartaz {
    background: #F2441F;
}

.bd-cartaz {
    border-bottom: #F2441F 5px solid;
}

.bg-news {
    background: #999;
}

.bd-news {
    border-bottom: #999 5px solid;
}

.bg-public {
    background: #00b500;
}

.bd-public {
    border-bottom: #00b500 5px solid;
}

.bg-criancas {
    background: #731DC3;
}

.bd-criancas {
    border-bottom: #731DC3 5px solid;
}

.bg-expo {
    background: #333;
}

.bd-expo {
    border-bottom: #333 5px solid;
}

.bg-expo h2 {
    font-size: 1.5em;
}

.bgExpoQuimonos {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/HomeQuimonos.png') !important;
    /*background-color: black !important;*/
    width: 100% !important;
    height: 833px !important;
}

.videoHomeQuimonos {
    padding-top: 38%;
    text-align: right;
    padding-right: 150px;
}

    .videoHomeQuimonos iframe {
        height: 200px;
        width: 300px;
    }

.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;
    }

.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;
}

/*GERAL------------ */


.subtit {
    font-size: 1.5rem;
}

.quem h2 {
	font-size:1.1em;
	font-weight: 700;
	margin: 1.75rem 0 0.5rem;
}

.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;
}

.medtxt {
    font-size: 1.7rem;
}

.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%;
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-left: 1.25rem;
}

.IMGCabecPG2 h1 {
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

.IMGvisitas {
    width: 100%;
    height: auto;
}

.text-Princ {
    font-size: 1.5rem;
    width: 70%;
    color: #5B6772 !important;
}

.text-destaq {
    font-size: 1.3rem;
    width: 100%;
    font-weight: 600;
    color: #288CA1 !important;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.spaceLeft10 {
    margin-left: 10px;
}

.spaceLeft25 {
    margin-left: 25px;
}

.spaceTop5 {
    margin-top: 5rem;
}

.spaceTop6 {
    margin-top: 6.5rem;
}

.spaceTop8 {
    margin-top: 8rem;
}

.videoHome iframe {
    margin: 0.5rem 0 0;
    width: 100%;
    max-width: 800px;
    height: 315px;
}

.logoFooter img {
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-top: 1rem;
}

.container .breadcrumb-item {
    margin: -3rem 0 0 -15px;
}

.minHeight {
    min-height: 60px;
}

.minHeight40 {
    min-height: 40px;
}

.minHeight45 {
    min-height: 45px;
}

.minHeight50 {
    min-height: 50px;
}

h5.minHeight50 {
	font-size:1.15em;
	line-height: 135%;
}

.minHeight500 {
    min-height: 500px;
}

.imgdestaq {
    max-width: 100%;
    height: auto;
}

.boxAtiv {
    background: #FFF;
    padding: 1.5rem;
    margin-top: 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(24,65,69,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(24,65,69,0.5);
    box-shadow: 0px 0px 5px 0px rgba(24,65,69,0.5);
}

.text-underline {
    text-decoration: underline;
}

.prelative {
    position: relative;
}

/*HISTÓRICO DE EXPOSIÇÕES*/
.rslides_container img {
    width: 99.8%;
    margin-left: 1px;
}

.textBlockint {
    width: 99%;
    padding: 0;
    margin: 0 0.5%;
    color: #666;
}

    .textBlockint h3 {
        margin: 2rem 0;
    }

    .textBlockint a {
        color: #666;
        font-weight: bold;
    }

        .textBlockint a:hover {
            color: #000;
        }

    .textBlockint p {
        margin-bottom: 20px;
        line-height: 150%;
    }

.top-1 {
    margin: 1rem auto;
}

p.top-1 {
    padding: .5rem 1rem;
    word-spacing: .5rem;
    margin-bottom: 3rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px dotted #CCC;
}

    p.top-1 a {
        color: #000;
        font-size: 0.9em;
    }

.top-1 .destqCartaz {
    color: #F2441F;
    font-size: 1.5em;
    font-weight: 600;
}

/*MUSEUS*/

.bg-museus {
    background: #B5684C;
}

.bg-museus2021 {
    background: #0A8AAB;
}

.bg-mapMuseus {
    background: #DCDCDC;
}

.btnMuseus {
	background: #F2441F;	
    padding: 12px 24px;
}

.btnMuseus:hover {
	background: #F88000;
}

.btnMuseus a {
	color: #FFF;
	font-weight: 700;
}

.dateMeet {
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    padding: 0.5rem;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.museus .HourMeet {
    color: #B5684C !important;
    text-align: center;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.5rem;
    font-weight: 600;
}

.museus2021 {
	background: rgb(230,230,230);
	background: -moz-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 100%);
	background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7",endColorstr="#f9f9f9",GradientType=1);
	padding: 1rem 1rem 1rem 0.95rem;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.museus2021 .HourMeet {
	background: rgba(230,220,125,1.00);
    color: #000 !important;
    text-align: center;
    margin-bottom: 0.2rem;
    padding: 0.3rem 1rem;
    font-weight: 600;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.titMuseus2021 {
	color: #0A8AAB;
	font-size:1.2em;
}

.borderHour {
    border-top: 1px solid #CCC;
}

.bd-Top {
	border-top: 1px solid #CCC;
	margin:-0.15rem 0;
	padding-top: 0.5rem;
}

.caption.museus p, .caption.museus2021 p  {
    text-align: left;
    font-size: 0.9rem !important;
    margin-bottom: 1rem !important;
    line-height: 135%;
}

.minHeightBox {
    min-height: 640px;
}

.form100 {
    float: left;
    width: 100%;
}

.imgMWidth img {
    max-width: 350px;
    height: auto;
}

.text-red {
    color: #C01C11;
}

/* COMPACT CAPTCHA BLUE */

.capbox {
    background: #288DA1;
    background: linear-gradient(to right, #E1E1E1, #288DA1);
    border: #288DA1 0px solid;
    border-width: 2px 2px 2px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    border-radius: 4px 4px 4px 4px;
}

.capbox-inner {
    font: bold 12px arial, sans-serif;
    color: #FFFFFF;
    background: #396AFC;
    background: rgba(255,255,255,0.30); /* SEMI TRANSPARENT BACKGROUND */
    margin: 0px auto 0px auto;
    padding: 3px 10px 5px 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#CaptchaDiv {
    color: #000000;
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 3px 14px 3px 8px;
    margin-right: 4px;
    border-radius: 4px;
}

#CaptchaInput {
    border: #93B1BF 2px solid;
    margin: 3px 0px 1px 0px;
    width: 105px;
}


/*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;
    }
	
	.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;
	}

.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);
	}

.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
}

.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%;
	}

@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.2em;
	font-weight: 800;
	line-height: 150%;
	font-family: 'Roboto', sans-serif;
}

.newHome h3 {
	font-size: 0.8em;
	font-weight: 700;
	line-height: 150%;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0.75rem;
}

.newHome p {
	font-size:0.75em;
	font-family: 'Roboto', sans-serif;
}

.btnVisit {
	margin-top: 3rem;
}

.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;
	}
}

/*ARTE MODERNA NOS PALÁCIOS*/

.subTitAM {
	color: #5E17EB;
	font-size: 1.2em;
	font-weight: 600;
}

.subTitATV {
	width: 100%;
	background: #5E17EB;
	color:#FFF;
	font-size: 1.1em;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	margin: 2rem 0 1rem;
}

.subTitATV2 {
	color: #5E17EB;
	font-size: 1.0em;
	font-weight: 600;
	border-bottom: #BEA2F7 2px solid;
}

.imgArtMod img {
	width: 100%;
	height: auto;
}

.bdTopAM {
	border-top: 1px solid #5E17EB;
	margin: 3rem 0;
}

.boxAMP {
	background: #EAE1FC;
	padding: 0.5rem 1rem;
	color: #000;
}

.txtLocal {
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 3rem;
}