@charset "utf-8";
/* =============================================================== */
/*      Index
/* =============================================================== */
/*

**  3. FRAME
**  4. HEADER
**  5. CONTAINER

*/
/* =============================================================== */

/* ================================= */
/*   Imports
/* ================================= */
/* FONTS */
@font-face {
    font-family: "Maple-Medium";
    src: url(fonts/MapleWebMedium-6a41094304fc1ca54a9534ccc96ea1f26a479c35141fae97ee4c0fb625d7c404d41d.eot?#iefix) format("embedded-opentype"),
    url(fonts/MapleWebMedium-5afbe620c3d69d47a60a99633c06e55f1c79044a6a4dbaf7943386faa6224a0d.otf) format("opentype"),
    url(fonts/MapleWebMedium-0937558ace1680a66cb0aeeaf280913fc69fac231ef38e6a60fa75753dc7fbba.woff) format("woff"),
    url(fonts/MapleWebMedium-09c96995132626161fcc86753f8a6b9c4a8b805fe4187cc2886cc44c3a743780.ttf) format("truetype"),
    url(fonts/MapleWebMedium-7509ad43e624f05b2751b60b612c66b3d4f47962f19b74520bdda1832414e40a.svg#MapleWebMedium) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Maple-Medium-Italic";
    src: url(fonts/MapleWebMediumItalic-2d4085759972a68f8ea2fd0bc42b93fd278bb3b5995ee3b60d520b96008929fcd41d.eot?#iefix) format("embedded-opentype"),
    url(fonts/MapleWebMediumItalic-794857198b93d41303e0f985ebc632fd1364f4fc0ed8d0752fa8b5c86ba61027.woff) format("woff"),
    url(fonts/MapleWebMediumItalic-87282049b0278899db2d9df2006deec4d92c418923f0dd88ce002e04193e40d9.ttf) format("truetype"),
    url(fonts/MapleWebMediumItalic-bc518c364061267b619563b8bf974814e04bd0722b6c1689c4dd7a7c9042aa9c.svg#MapleWebMediumItalic) format("svg");
    font-weight: normal;
    font-style: italic
}

/*   ./Imports
/* ================================= */

/* ================================= */
/*   Global Settings
/* ================================= */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Maple-Medium', 'Open+Sans', 'sans-serif';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-color: transparent;
    /*font-size: 12pt;*/
    /*letter-spacing: 1px;*/
    overflow-x: hidden;
}

/********************* SLIDEOUT ********************************/
.fixed-header {
    position: fixed;
    width: 100%;
    height: 50px;
    backface-visibility: hidden;
    z-index: 2;
    background-color: red;
}

h3, .h3 {
    font-size: 28px;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #ABE5D4; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
    border-left: 0 solid black;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

#panel {
    overflow-x: hidden;
}

.nicescroll-cursors {
    border: #000 !important;
}

/*********************** END SLIDEOUT ******************************/

.theme-color {
    background-color: transparent !important;
}

.container-fluid {
    height: 100%;
    padding: 0 !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /*letter-spacing: 2px;*/
}

.headline {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

a:link, a:visited,
a:hover, a:active {
    color: #000;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
    /*color: #000;*/
    /*border-bottom: 3px solid #000;*/
    /*outline: none;*/
}

.btn.focus, .btn:focus, .btn:hover {
    color: #000;
    border-bottom: 3px solid #000;
    outline: none;
    text-decoration: none;
}

.btn-black {
    color: #000;
    /*border-color: #000;*/
    background: transparent;
}

e
.btn-black:hover a, .btn-black:active {
    background-color: transparent;
    text-decoration: none !important;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-with {
    /*width: 250px;*/
    margin: 0;
    padding: 0;
}

.btn-with-xs, .btn-with-sm {
    padding: 0px 4px 1px 0;
    font-size: 14px;
    line-height: 1.5;
    /*width: 30px;*/
    margin: 0;
}

.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-with-sm {
    /*width: 40px;*/
}

hr {
    border-top: 2px solid #000;
}

hr.split {
    width: 20%;
}

h1 {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

h2 {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

p {
    margin: 0;
}

/*******Textos do tinimce ********/
/*.entry-content p{*/
/*font-family: "Maple-Medium";*/
/*font-size: 28px;*/
/*line-height: 40px;*/
/*display: block;*/
/*}*/

.text-wp {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
    display: block;
}

.text-wp2 {
    font-family: "Maple-Medium";
    font-size: 17px;
    line-height: 20px;
    display: block;

}

.caption-wp {
    font-family: "Maple-Medium";
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.wp-caption-text {
    font-family: "Maple-Medium";
    font-size: 12px;
    line-height: 20px;
    display: block;
}

/*******Textos com tabulacao********/

.text-wp-tab {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
    padding-left: 30px;
    display: block;

}

.text-wp2-tab {
    font-family: "Maple-Medium";
    font-size: 17px !important;
    line-height: 20px !important;
    padding-left: 30px;
    display: block;

}

.caption-wp-tab {
    font-family: "Maple-Medium";
    font-size: 12px !important;
    line-height: 15px !important;
    padding-left: 30px;
    display: block;
}

p {
    font-family: Maple-Medium;
    font-size: 17px;
    line-height: 20px;

}

.title {
    margin-top: 0;
    padding-top: 2px !important;
    color: #000;
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

/*.entry-content{*/
/*font-family: "Maple-Medium";*/
/*font-size: 28px;*/
/*line-height: 40px;*/
/*}*/

h1.title, a.title {
    /*font-size: 22pt;*/
    /*font-weight: 500;*/
    margin-top: 0;
    padding-top: 2px !important;
    color: #000;
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

.main-img {
    margin: 0 auto;
}

.cookieElement {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: transform .3s;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    z-index: 100;
}

.cookieElement.is-visible {
    transform: translateY(0%);
}

.cookieElement p {
    margin-top: 10px;
}

.setCookieBtn {
    margin-left: 20px;
}

/*   ./Global Settings
/* ================================= */

/* ================================= */
/*      Menu SideBar
/* ================================= */
.navbar-nav {
    padding: 1px;
}

.menu-sidebar {
    padding: 0;
    -webkit-transition: all 0.5s ease;
    /*overflow: auto !important;*/
    height: 90%;
}

.navbar {
    border: 0px solid transparent;
    margin: 0;
}

.active {
    display: block;
}

.menu-sidebar, .navbar-default, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover, .navbar-nav > li {
    background-color: transparent;
}

.navbar-toggle {
    margin-right: 0;
    margin-top: 15px;
}

.search-m img {
    padding: 10px;
    padding-left: 2px;
    margin-left: 0;
    margin-top: 15px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    background-color: transparent;
}

.navbar-collapse {
    padding: 0;
}

.sidebar-nav .navbar li a:hover, .sidebar-nav .navbar li a:focus, .sidebar-nav .navbar li a:active {
    background-color: transparent;
    color: #000;
}

.sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand {
    color: #000;
    background-color: transparent;
    /*font-weight: bolder;*/
}

.navbar-default .navbar-toggle {
    /*    border: 2px solid #000;*/
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.logoA {

}

.logo {
    padding-top: 15px;
    opacity: 1;
    /*-webkit-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out;*/
    margin-bottom: 27px !important;
}

.logo:hover {

    opacity: 0.8;
}

.logo:hover a {
    border: 0;
}

.nav .nav-list {
    margin-left: 0;
    /*font-weight: 100;*/
}

/* Animated Hamburger Icon Bootstrap */
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    /*transition: all 500ms ease-in-out;*/
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.menuRightBars {
    display: none;
    margin-bottom: 12px;
}

.navbar-toggle.pull-right.active #iconMenuRight {
    display: none;
}

.navbar-toggle.pull-right.active .menuRightBars {
    display: block;
    margin-bottom: 12px;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -10px;
    transform: rotate(-45deg);
}

.caret {
    margin-left: 5px;
    margin-bottom: 6px;
}

.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.sidebar-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

.sidebar-nav .navbar ul {
    float: none;
    display: block;
}

.sidebar-nav .navbar li {
    float: none;
    display: block;
    padding-left: 15px;
}



a:focus {
    outline: none;
    text-decoration: none !important;
}

li a {
    /*padding: 0;*/
    /*padding: 9px 0 0;*/
    display: inline;
    /*min-height: 40px;*/
    font-size: 28px;
    cursor: pointer;
    font-family: "Maple-Medium";
    line-height: 40px;
    margin: 0;
    border-bottom: 3px solid transparent;
    position: relative;
    padding: 0 0 3px 0;
}

li a:hover {
    color: #000;
    border-bottom: 3px solid #000;
    outline: none;
    text-decoration: none;
}

.activeMenu a {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
}

.linkA h2 {
    font-size: 28px;
    cursor: pointer;
    font-family: "Maple-Medium";
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid transparent;
    position: relative;
    display: inline;
}

.linkA h2:hover {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
    padding: 0 0 2px 0;
}

.sidebar-nav .navbar li a {
    /*padding: 0;*/
    /*padding: 9px 0 0;*/
    display: inline;
    /*min-height: 40px;*/
    font-size: 28px;
    cursor: pointer;
    font-family: "Maple-Medium";
    line-height: 40px;
    padding: 0 0 2px 0;
    margin: 0;
    border-bottom: 3px solid transparent;
    position: relative;

}

.sidebar-nav .navbar li div li a {
    padding: 5px 0 0;
    display: inline;
    min-height: 40px;
    font-size: 23px;
    /*line-height: 27px;*/
    cursor: pointer;
}

.sidebar-nav .navbar li div li.activeMenu a {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
    padding: 0 0 5px 0;
}

.sidebar-nav .navbar li a[aria-expanded="true"] {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
}

.current-menu-item a {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
}

.sidebar-nav .navbar li a:hover, .sidebar-nav .navbar li a:active {
    text-decoration: none !important;
    border-bottom: 3px solid #000;

}

.sidebar-nav .navbar .nav .nav-list li a:hover, .sidebar-nav .navbar .nav .nav-list li a:active {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
    padding: 0 0 5px 0;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    border-bottom: 3px solid #000;
    outline: none;
    display: inline;
}

/*   ./Menu SideBar
/* ================================= */

/* ================================= */
/*      Menu Fixo
/* ================================= */
.list-group {
    margin-bottom: 10px;
    margin-top: 20px;
}

.bottom-align-text {
    position: absolute;
    bottom: 8px;
    width: 100%;
}

/* Mobile Version */
[id*="menu-"] {
    background: transparent;
    bottom: 0;
    color: #000;
    height: 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

[id*="menu-"] .box {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

[id*="menu-"] .box::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

#menu-fixed {
    top: 5px;
    right: -30%;
    width: 45%;
    -webkit-transform: translate3d(205px, 0, 0);
    -moz-transform: translate3d(205px, 0, 0);
    transform: translate3d(205px, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    box-shadow: -1px 0px 15px #fff;
    overflow: auto;
}

#menu-fixed.active {
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#menu-fixed .list-group {
    margin-top: 40px;
}

button.close {
    outline: none;
    padding: 10px;
}

.menu-close, .menu-arrow {
    cursor: pointer;
}

.menu-close i {
    /*font-weight: lighter;*/
}

.borderMenu {
    border-right: 1px solid black;
}

.translateMenu {
    transform: translateX(-300px);
}

#preMenuRight {
    height: 100vh;
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
}

#menuRight {
    display: none;
}

.menu-arrow {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*!* transform: translate(-50%,-50%); *!*/
    /*top: 40vh;*/
    /*!* background: red; *!*/
    /*!* height: 100vh; *!*/
    /*!*z-index: 1111111;*!*/

    position: fixed;
    top: 40%;
    right: 0;
    height: 100px;
    width: 10px;
    border: 10px;
    /*border-radius: 10px 0px 0px 10px;*/

    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.2);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.menu-arrow:hover {
    width: 20px;
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    transition: 0.5s all;

}

.menu-arrow span {
    position: relative;
    padding-right: 1px;
    top: 33.333%;
}

.menu-arrow > i {
    position: relative;
}

.lang-warp {
    margin-top: 15px;
}

.lang-eng, .lang-pt {
    border-bottom: 0 !important;
}

.lang-active {
    padding: 0 0;
    font-size: 22px;
    border-bottom: 2px solid #000;
}

.redes-social, .logo-cm {
    position: absolute;
    bottom: 0;
    /*margin-left: 15px;*/
}

.logo-cm {
    position: fixed;
    bottom: 0;
    margin-left: 15px;

}

.redes-social small {
    margin-left: 5px;
}

.redes-social i {
    padding: 5px;
    cursor: pointer;
}

.logo-cm img {
    width: 25%;
}

.logo-cm:hover, .redes-social i:hover {
    opacity: 0.8;
}

/*   ./Menu Fixo
/* ================================= */

/* ================================= */
/*      Search
/* ================================= */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    /*overflow: auto;*/
}

#search-input {
    padding: 0 30px;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 100;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    opacity: 1;
    padding: 10px 17px;
    font-size: 38pt;
    /*font-weight: 100;*/
}

ul#search-content {
    margin-top: 50px;
    overflow: auto !important;
    height: calc(100vh - 140px);
    padding-left: 15px;
}

.lock {
    overflow: hidden;
}

ul#search-content li > div:after {
    content: '';
    display: block;
    margin: 30px 0;
    width: 150px;
    height: 2px;
    background-color: transparent;
}

#search-box label {
    font-size: 28px;
    color: #fff;
    width: 50px;
    display: inline-block;
}

#search-box input {
    font-size: 28px;
    color: #fff;
    /*font-weight: 300;*/
    width: calc(100% - 50px);
    display: inline-block;
}

#search-warp {
    top: 50vh;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.text-white {
    color: #fff !important;
}

.title-results {
    color: #000;
    /*font-weight: bold;*/
}

.title-results:hover {
    text-decoration: none;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #000;
    /*border-radius: 6px;*/
    background-color: transparent;
    padding-left: 10px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #000;
    padding: 0 8px 0 10px;
    border-left: solid 1px #000;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #000;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

#btn-search {
    outline: none;
    border: 0;
}

/*   ./Search
/* ================================= */

/* ================================= */
/*      CONTENT
/* ================================= */
/* affix */
.affix-row {
    overflow: hidden;
}

.affix-content {
    padding-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.affix-content .container {
    width: 1000px;
}

.affix-content .container {
    margin-top: 0;
}

.affix-content {
    padding-right: 30px;
    padding-left: 30px;
}

/*   ./CONTENT
/* ================================= */

.header {
    background-color: #F5F5F5;
    color: #000;
    height: 70px;
    font-size: 27px;
    /*font-weight: bold;*/
    padding: 10px;
    padding-top: 15px;
}

.img-2 {

    max-width: 300px;
    /* text-align: center; */
    /* display: block; */
    margin: 30px 0;
    width: 100%;
}

/*.post-thumbnail {*/
/*max-height: 350px;*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/
/*.post-thumbnail img {*/
/*margin-top: 175px;*/
/*margin-left: 50%;*/
/*left: 50%;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%) translateX(-50%);*/
/*}*/

/* =============================================================== */
/*      Thumbnails with hover
/* =============================================================== */

.post-thumbnail {
    margin: 30px 0;
}

.navigation.post-navigation h2 {
    display: none;
}

.nav-links .screen-reader-text {
    display: block;
    font-size: 28px;
    line-height: 36px;
}

.nav-links {
    margin: 40px 0;
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.thumbnail {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.thumbnail a:hover ~ .thumbnail-item .underline-hover {
    padding-bottom: 1px;
    border-bottom: #000000 2px solid;
    display: inline;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 18px;

}

.thumbnail a:hover ~ .thumbnail-item .underline-one-hover {
    padding-bottom: 1px;
    border-bottom: #000000 2px solid;
    position: relative;
    float: left;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 25px;
}

.title_span {
    /*font-weight: bold;*/
    /*color: grey;*/
}

.pd-lr-10 {
    padding: 0 10px;
}

h4, .h4 {
    font-size: 12px;
    margin: 2px 2px;
}

.title_span-headLine {
    font-size: 12px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 18px;
    color: #000;
}

.title_span-headLine p {
    outline: none;
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    display: inline;
    padding-bottom: 3px;
}

.title_span-oneLine {
    font-size: 28px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 40px;
}

.underline-title {
    padding-bottom: 2px;
    border-bottom: #000000 2px solid;
}

.caption {
    overflow: hidden;
    position: absolute;
    top: -100%;
    right: 0;
    /*background: rgba(0, 0, 0, 0.80);*/
    width: 100%;
    height: 100%;
    padding: 0px !important;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*-moz-transition: all 0.5s ease-in-out;*/
    /*-o-transition: all 0.5s ease-in-out;*/
    /*-ms-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
    padding-top: 10px;
}

.thumbnail:hover .caption {
    top: 0%;
    /*padding-top: 40px;*/
}

.caption2 {
    overflow: hidden;
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
    padding: 0px !important;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*-moz-transition: all 0.5s ease-in-out;*/
    /*-o-transition: all 0.5s ease-in-out;*/
    /*-ms-transition: all 0.5s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
    padding-top: 10px;
}

.thumbnail:hover .caption2 {
    top: 0%;

}

.thumbnail-item {
    /*width: 195px;*/
    height: 150px;
    background: transparent;
    /*padding: 30px 0px;*/
    margin: 0px;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0px;
    text-align: center;
}

.thumbnail-item img {
    margin: 0 !important;
}

/*.thumbnail-item h2 {*/
/*font-size: 60pt;*/
/*margin: 0 auto;*/
/*line-height: 65px;*/
/*}*/

.title a:hover {
    color: #000;
    border-bottom: 3px solid #000 !important;
    outline: none;
    text-decoration: none;
}

/*   ./Thumbnails
/* ================================= */

/* ================================= */
/*      Template Details
/* ================================= */

.underline {
    text-decoration: none;
}

.details .main-description {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 14pt;
    /*font-weight: bold;*/
}

.details blockquote {
    line-height: 30px;
    margin-top: 30px;
    padding: 10px 40px;
    border-left: 3px solid #000;
}

.details h1 {
    margin-bottom: 30px;
}

.details h2.title {
    font-size: 20pt;
    /*font-weight: bold;*/
}

.details .category {
    margin-top: 80px;
}

/* Detalhes */
.detalhes {
    margin-bottom: 20px;
    font-family: Maple-Medium;
    font-size: 28px;
    padding-top: 0px;
}

.detalhes2 {
    margin-bottom: 20px;
    font-family: Maple-Medium;
    font-size: 28px;
    padding-top: 7px;
}

/*.detalhes p {*/
/*font-family: Maple-Medium;*/
/*font-size: 28px;*/
/*line-height: 36px;*/
/*}*/

/*.detalhes p {*/
/*font-family: Maple-Medium;*/
/*font-size: 28px;*/
/*line-height: 36px;*/
/*}*/

/* Show More*/
.text-overflow {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.btn-overflow {
    display: inline;
    text-decoration: none;
}

/*   ./Template Details
/* ================================= */

/* ================================= */
/*      Agenda, ExposicoesLocais, Autografos, Visitas, Lançamentos
/* ================================= */
/**** Isotope filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*FIX bootrap para as coluans esatrem sempre ao mesmo nivel
mesmo que uma das colunas tenha altura diferente*/
.generalBilhete > *:nth-child(3n+4) {
    clear: left;
}

#filterGeneral {
    padding-left: 0
}

#filterGeneral li a {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
}

ul#filter {
    padding-left: 0;
}

ul#filter li a {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
    display: inline-block;
    /*padding: 0 0 3px 0;*/
}

#content-filter {
    margin-top: 10px;
    overflow-x: hidden;
    margin-left: -15px;
}

.gallery-size-thumbnail figure {
    display: inline-block;
    margin: 4%;
}

.one-col {
    margin: 0 10px;
}

.box-auto{
    color: #000;
    /*padding: 10px;*/
    padding-left: 0;
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}

.box, .box-exp, .box-visitas, .box-fullwidth {
    color: #000;
    padding: 10px;
    padding-left: 0;
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}

.editores div.box-visitas {
    max-width: 380px;
}

.box, .box-auto, .box-visitas {
    max-width: 200px;
}

.box-auto-2{
    margin-right: 30px;
}

.box-exp {
    margin-bottom: 30px;
    padding-right: 20px;
}

.box-exp h3, .box-exp h4, .box-auto h3, .box-visitas h3, .box-visitas h4 {
    text-decoration: none;
    margin-bottom: 5px;
    color: #000;
    margin-top: 0;
}

.box-fullwidth {
    margin-bottom: 20px;
}

ul.nomes, ul.visitas {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    line-height: 25px;
    /*font-weight: bold;*/
}

ul.convidados {
    list-style: none;
    padding: 0;
    margin-top: 3px;
    line-height: 25px;
    /*font-weight: bold;*/
}

ul.convidados li {
    display: inline-table;
    width: 300px;
    max-width: 300px;
}

ul.visitas {
    font-weight: normal !important;
}

.line-title {
    color: #000;
    border-bottom: 3px solid #000;
    outline: none;
    display: inline;
    padding: 0 0 2px 0;
}

.meses, .show-all {
    list-style: none;
    margin-top: 30px;
}

.meses-dias, .locais, .abc-filter {
    margin-top: -15px;
}

.meses #filter {
    margin: 20px 0;

}

.meses-dias li, .locais li, show-all, .abc-filter li {
    display: inline-block;
    margin: 0 15px;
    margin-left: 0;
}

.abc-filter a {
    text-transform: capitalize;
}

ul#filter * a.btn-primary, ul#filter * a.-success {
    width: 250px;
    margin-top: 5px;
}

.all-gal {
    margin-top: 22px;
}

/*.all-gal{*/
/*margin-top: 27px;*/
/*}*/

.all-gal-2 {
    /*margin-top: 20px;*/
    margin-top: 28px;
}

.all-gal-3 {
    margin-top: 37px;
}

.all-gal h1, .all-gal h2, .all-gal h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}

.all-gal-2 h1, .all-gal-2 h2, .all-gal-2 h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}

.all-gal-3 h1, .all-gal-3 h2, .all-gal-3 h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}

ul#filter * a.-default {
    width: 40px;
    margin-top: 5px;
}

#filtros-warp h3 {
    margin-top: 60px;
    /*font-weight: bold;*/
}

.warp-pareceiros {
    margin-bottom: 60px;
}

.parceiros-img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.uppercase {
    text-transform: uppercase;
}

.modal-open .modal {
    padding-right: 0 !important;
}

/* Bilhetes */
.bilhetes {
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
}

.bilhetes:hover {
    /*transform: scale(1.1);*/
}

.bilhetes small {
    font-size: 10pt;;
}

ul.no-style {
    padding: 0;
    list-style: none;
}

a:hover.no-style, a:active.no-style {
    border: 0 !important;
}

.pull-down {
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    bottom: 0;
    width: 98%;
}

/* Parceiros */
.parceiros {
    margin-top: 20px;
    margin-bottom: 100px;
}

.parceiros .warp-pareceiros {
    margin-top: 40px;
}

/*   ./AGENDA, etc
/* ================================= */

.rightMenu {
    height: 100vh;
}

.form-control {
    border: 1px solid #000;
    color: #000;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input {
    background: transparent;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

/********* SEARCH *************/
#search {
    background: #ABE5D4;
    color: #000;
}

#search .text-white {
    color: #000 !important;
}

.wpml-ls-menu-item {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    margin-bottom: 28px;
    margin-top: 20px;

}

.wpml-ls-menu-item:first-child:after {
    content: '\2014';
    position: absolute;
    top: 9px;
    padding-left: 3px;
}

.wpml-ls-current-language a {
    text-decoration: none !important;
    border-bottom: 3px solid #000;
}

/**************** EDITOR IMAGES ****************/
.content img {
    /*height: auto;*/
    max-width: 100%;
    border: none !important;
    height: 100%;
    object-fit: cover;

}

.imgContent {
    margin: 30px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter{
    height: auto;
    max-width: 100%;
}

img.alignleft{
    height: auto;
    max-width: 100%;
}

img.alignright{
    height: auto;
    max-width: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    width: auto !important;
}

.title-pages {
    /*margin-bottom: 38px;*/
    /*margin-top: 21px;*/
    margin-bottom: 12px;
    margin-top: 8px;
}

.title-pages2 {
    margin-bottom: 30px;
    margin-top: 8px;
}

.title-pages3 {
    margin-bottom: 38px;
    /*margin-bottom: 30px;*/
    margin-top: 8px;
}

blockquote {
    border-left: 5px solid transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

#iconMenuRight {
    color: #000;
    font-size: 31px;
    position: relative;
    top: -5px;
}

.navbar-toggle .icon-bar {
    width: 24px;
    height: 4px;
}

.page-header {
    border: none;
}

.search-submit {
    background-color: transparent;
}

.icon-lupa {
    color: black;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.navigation.post-navigation {
    display: none;
}

.grid-gallery-nav a {
    border: none !important;
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
    color: #000 !important;
    border-radius: 0 !important;
    margin: -15px 0 25px;
    padding: 5px 8px 0px 0 !important;
}

.grid-gallery-nav > .active {
    font-family: "Maple-Medium";
    font-size: 28px;
    line-height: 40px;
    color: #000000;

    /*border-bottom: 3px solid #000!important;*/
    outline: none;
}

.grid-gallery-nav a {
    transition: none !important;
}

.grid-gallery-nav a:hover, .grid-gallery-nav a:active, .grid-gallery-nav .active {
    color: #000;
    border-bottom: 3px solid #000 !important;
    outline: none;
    text-decoration: none;
}

.pagination {
    display: none !important;
}

.img-small-1 {
    width: 300px;
}

.wp-post-image {
    margin: 13px 0;
}

.moradas .row {
    padding: 6px 6px 6px 0px;
}


figure img {
    max-width: 100%;
    height: 100%;
}

#sidenav02 {
    padding-top: 0px;
    text-align: left;
    float: right;
    padding-right: 30px;
}

.ulparent {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  padding-left: 0;
}


.ulparent li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /*padding: 0.5em;*/
  list-style:none;
}


.ulparent ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 0.5em;
  list-style:none;
}
.pdtime{
	margin: 10px 0 0px 0;
}

.desc-columns{
		padding: 0px 0 10px 0;
}

.text-wp2-a{
	display: inline;
	font-family: "Maple-Medium";
    font-size: 17px;
    line-height: 20px;
	padding: 0 0 0px 0;
}

.text-wp2-a:hover {
    color: #000;
    border-bottom: 2px solid #000;
    outline: none;
    text-decoration: none;
}

/***********************************************************/

/* ============================================================================== */
/*   MEDIA QUERIES
/* ================================================================================ */

@media (max-width: 1110px) {
    #sidenav02 {
        padding-right: 5px;
    }
	
	.ulparent {
	  -webkit-columns: 2!important;
	  -moz-columns: 2!important;
	  columns: 2!important;
	}
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .affix-content .container {
        width: 700px;
    }

    html, body {
        background-color: transparent;
        height: 100%;

    }

    .affix-content .container .page-header {
        margin-top: 0;
    }

    .affix-sidebar {
        padding-right: 0;
        font-size: small;
        padding-left: 0;
    }

    .affix-row, .affix-container, .affix-content {
        height: 100%;
        overflow: auto;
        overflow-x: hidden !important;
        /*        margin-left: 0;
                margin-right: 0;*/
    }

    .affix-content {
        background-color: transparent;
    }

}

@media (min-width: 769px) {
    .affix-content .container {
        width: 600px;
    }

    .affix-content .container .page-header {
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .affix-content .container {
        width: 900px;
    }

    .affix-content .container .page-header {
        margin-top: 0;
    }

}

@media (max-width: 991px) {
    #preMenuRight {
        display: block !important;
    }

    .rightMenu {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .affix-content .container {
        width: 900px;
    }

    .affix-content .container .page-header {
        margin-top: 0;
    }

    .lang-warp {
        left: -15px;
        margin-top: 40px;
    }

}

@media (max-width: 1024px) {
    .caret {
        margin-left: 2px;
    }

}


/* Medium devices (desktops, max 767px) */
@media (max-width: 767px) {

    .title-pages3{
        margin-top: 60px;
    }

    .rightMenu {
        display: none;
    }

    .affix-content {
        margin-top: 0;
    }

    [id*="menu-"] {
        height: auto;
    }

    .sidebar-nav .navbar li {
        float: left;
        display: block;
        text-align: left;
        margin-top: 5px;
    }

    .logo {
        padding-top: 15px;
        padding-left: 0;
        opacity: 1;
        margin: 0 auto;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        padding-bottom: 0px;
    }

    #sidenav01, #sidenav02, #sidenav03 {
        height: 90vh;
        overflow-y: auto;
        text-align: center;
        padding: 25px;
        /*padding: 10px 0 15px 0;*/
    }

    .sidebar-nav .navbar li {
        padding-left: 0;
    }

    .wpml-ls-menu-item {
        padding-top: 30px;
    }

    /*#menu-item-wpml-ls-66-pt-pt:after {*/
    /*content: '\2014';*/
    /*position: absolute;*/
    /*top: 35px;*/
    /*padding-left: 3px;*/
    /*}*/
    .wpml-ls-last-item {
        padding-left: 15px !important;
    }

    /*.wpml-ls-current-language a{*/
    /*text-decoration: none !important;*/
    /*border-bottom: 2px solid #000;*/
    /*}*/
    .nav > li {
        display: inline-block;
        width: 100%;
    }

    .nav > li a {
        display: inline-block;
    }

    .affix-content {
        padding: 30px !important;
        margin-top: 0px;
    }

    .redes-social {
        /*position: initial;*/
    }

    .redes-social i {
        font-size: 1em !important;
    }

    #sidebar-m {
        position: fixed;
        width: 100%;
        z-index: 10;
        padding-bottom: 0px;
        /*padding-bottom: 15px;*/

    }

    .centered {
        display: table;
        margin: 0 auto;
        width: 260px;
    }

    .box-auto, .box-visitas {
        text-align: left;
    }

    ul#filter {
        text-align: left;
    }

    ul#search-content {
        height: calc(100vh - 165px);
    }

    #search-warp {
        top: 50vh;
        width: 100%;
        margin: 0;
        margin-top: 60px;
    }

    #search .close {
        top: 0;
        right: 0;
        color: #fff;
        font-size: 38pt;
        /*font-weight: 100;*/
    }

}

@media (max-width: 569px) {
	.ulparent {
	  -webkit-columns: 1!important;
	  -moz-columns: 1!important;
	  columns: 1!important;
	}
}


/* Medium devices (desktops, max 467px) */
@media (max-width: 469px) {
	
	.ulparent {
	  -webkit-columns: 1!important;
	  -moz-columns: 1!important;
	  columns: 1!important;
	}

    ul#filter li a{
        display: block!important;
        font-size: 20px;
    }

    .title-pages3{
        margin-top: 8px;
    }


    .menu-sidebar {
        overflow: hidden;
        min-height: 60px;
        text-align: left;
    }

    .navbar-nav {
        margin: 0;
    }

    .menu-sidebar {
        padding: 0;
        -webkit-transition: all 0.5s ease;
        overflow: hidden !important;
    }

}

nav.grid-gallery-nav{
    text-align: left!important;
}


.form-control{
    background-color: transparent!important;
}

/**************************************************/

/* ======================================================================================== */
/*   ./MEDIA QUERIES
/* ======================================================================================== */

/*#filtros-warp .button {*/
    /*!*display: inline-block;*!*/
    /*!*padding: 0.5em 1.0em;*!*/
    /*background: transparent;*/
    /*!*border: none;*!*/
    /*!*border-radius: 7px;*!*/
    /*!*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*!*/
    /*!*color: #222;*!*/
    /*!*font-family: sans-serif;*!*/
    /*!*font-size: 16px;*!*/
    /*!*text-shadow: 0 1px white;*!*/
    /*color: #000;*/
    /*font-family: "Maple-Medium";*/
    /*font-size: 28px;*/
    /*line-height: 40px;*/
    /*display: inline-block;*/
    /*cursor: pointer;*/
    /*padding: 0;*/
    /*border-radius: 0;*/

/*}*/

/*#filtros-warp .button:hover {*/
    /*color: #000;*/
    /*border-bottom: 3px solid #000;*/
    /*outline: none;*/
    /*text-decoration: none;*/
/*}*/

/*.dias-btn{*/
    /*display: inline-block;*/
    /*margin: 0 15px;*/
    /*margin-left: 0;*/
/*}*/


/*#filtros-warp .button.is-checked {*/
    /*color: #000;*/
    /*border-bottom: 3px solid #000;*/
    /*outline: none;*/
    /*text-decoration: none;*/
/*}*/

/*#filtros-warp .button:active {*/
    /*color: #000;*/
    /*border-bottom: 3px solid #000;*/
    /*outline: none;*/
    /*text-decoration: none;*/
/*}*/

/* ---- button-group ---- */

/*.button-group:after {*/
    /*content: '';*/
    /*display: block;*/
    /*clear: both;*/
/*}*/

/*.button-group .button {*/
    /*float: left;*/
    /*border-radius: 0;*/
    /*margin-left: 0;*/
    /*margin-right: 1px;*/
/*}*/

/*.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }*/
/*.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/

/* ---- isotope ---- */

/*.grid {*/
    /*background: #EEE;*/
    /*max-width: 1200px;*/
/*}*/

/*!* clear fix *!*/
/*.grid:after {*/
    /*content: '';*/
    /*display: block;*/
    /*clear: both;*/
/*}*/

/* ui group */

/*.ui-group {*/
    /*display: inline-block;*/
/*}*/

/*.ui-group h3 {*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*line-height: 32px;*/
    /*margin-right: 0.2em;*/
    /*font-size: 16px;*/
/*}*/

/*.ui-group .button-group {*/
    /*display: inline-block;*/
    /*margin-right: 20px;*/
/*}*/

/*!* filter-box *!*/

/*.filter-box {*/
    /*!*width: 70px;*!*/
    /*!*height: 70px;*!*/
    /*!*margin: 5px;*!*/
    /*!*float: left;*!*/
    /*position: static!important;*/
    /*padding: 0 10px 0 0;*/
    /*display: block;*/
/*}*/

/*.filter-box.round {*/
    /*border-radius: 35px;*/
/*}*/

/*.filter-box.big.round {*/
    /*border-radius: 75px;*/
/*}*/


/*.filter-box.red { background: red; }*/
/*.filter-box.blue { background: blue; }*/
/*.filter-box.yellow { background: yellow; }*/

/*.filter-box.wide, .filter-box.big { width: 150px; }*/
/*.filter-box.tall, .filter-box.big { height: 150px; }*/