@charset "utf-8";
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #f1f1f2;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #575656;
    margin: 0;
    padding: 0;
}
a:link {
    color: #ae9567;
    text-decoration: none;
}
a:visited {
    color: #ab9663;
}
a[href^="mailto"] {
    padding-left: 20px;
    background: url(../images/mail.png) left center no-repeat;
}
a[href^="callto"] {
    padding-left: 20px;
    background: url(../images/telefone.png) left center no-repeat;
}
/**/
input[type=text], input[type=date], input[type=time], input[type=password], input[type=email], textarea, select {
    background-color: #f1f1f2;
    border: 0;
    outline: 0;
    padding: 10px 15px;
}
input[type=submit], input[type=button], input[type=reset], button, .button {
    /* width: 30px; */
    height: 35px;
    border: 0;
    outline: 0;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    /* margin-left: 5px; */
    border-radius: 10px;
    display: inline-block;
    background: #ae9567;
}
select {
    height: 30px;
}
/**/
figure {
    position: relative
}
figure:before {
    /* content: " "; */
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
/**/
section.slider {
    margin-bottom: 20px;
}
.slider .swiper-container, .slider .swiper-container2 {
    /*width: 100%; height: 377px;*/
}
.slider .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    height: 400px;
    width: 100% !important;
}
.slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.slider .swiper-slide>div {
    width: 970px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.slider .swiper-slide>div img {
    position: absolute;
    right: -200px;
    /*top: 0; right: -100px; height: 100%*/
    object-fit: contain;
}
.slider .swiper-slide video {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}
.mdevice .swiper-slide video {
    display: none
}
.slider .swiper-slide .slide-info {
    /* margin: 0; */
    /* padding: 50px 30px 30px 30px; */
    /* text-transform: uppercase; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slider .swiper-slide .slide-info h3 {
    font-size: 26px;
    padding: 15px 12px;
    display: inline-block;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    /* text-transform: uppercase; */
    /* position: absolute; */
    /* left: 20px; */
    font-weight: 100;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    max-width: 60%;
}
.slider .swiper-slide .slide-info p {
    font-size: 15px;
    max-width: 400px;
    margin-top: 10px;
    color: #fff;
    padding-left: 5px;
    margin-top: 10px;
    display: block;
}
.slider .swiper-slide .slide-info p:first-child {
    padding: 0;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #fff;
    margin-bottom: 10px;
    padding-left: 5px;
}
.slider .swiper-slide>div>a {
    text-decoration: none;
    width: 100%;
    top: 39%;
    display: block;
    position: relative;
}
/**/
.slider .swiper-button-prev {
    background: url(../images/big-left.png);
    height: 93px;
    width: 40px;
    top: 40%;
}
.slider .swiper-button-next {
    background: url(../images/big-right.png);
    height: 93px;
    width: 40px;
    top: 40%;
}
.slider .swiper-catcher {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/**/
body>div:not(.cc-cookies):first-child:before {
    content: " ";
    display: block;
    height: 15px;
    background: #000000;
    width: 100%;
}
body>div:not(.cc-cookies):first-child:before {
    border-bottom: 3px solid #ae9567;
}
#open-button, #login-button {
    display: none
}
.holder {
}
.holder>header {
    width: 970px;
    margin: 0 auto;
    min-height: 125px;
    position: relative;
    z-index: 102;
    /* margin-bottom: 10px; */
}
.holder>header h1 {
    margin: 0;
    padding: 0;
    width: 190px;
    margin-top: 10px;
    height: 102px;
    float: left;
    margin-bottom: 10px;
    background: url(../logos/thomar-honoris.png) no-repeat;
    background-size: auto 100%;
    margin-left: auto;
    margin-right: auto;
}
.holder>header div {
    width: 284px;
    right: 0;
    position: absolute;
    top: 40px;
    line-height: 30px;
    overflow: hidden;
}
.holder>header form input[type=text], .holder>header form input[type=password] {
    width: 150px;
    border: 0;
    border-radius: 5px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    background: white;
}
.holder>header form label {
    display: none
}
.holder>header form ul {
    list-style: none;
    display: block;
    padding-top: 4px;
}
.holder>header form ul li {
    display: inline-block;
}
.holder>header form ul li:before {
    content: " | ";
}
.holder>header form ul li:first-child {
    /* display: none */
}
.holder>header form ul li:first-child:before {
    content: "";
}
.holder>header form ul li a {
    color: #000;
    text-decoration: none;
}
/**/
header .langs {
    width: 55px;
    float: left;
    text-align: center;
    padding-top: 5px;
}
header .langs ul {
    display: inline-block;
}
header .langs ul li {
    display: inline-block;
}
header .langs ul li.en a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/en.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
header .langs ul li.pt a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/pt.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
/**/
.holder>header .main {
    margin: 0;
    padding: 0;
    width: 750px;
    float: right;
    position: relative;
    padding-left: 0;
    box-sizing: border-box;
    /* border-top-left-radius: 14px; */
    top: 36px;
    border-top: 2px solid black;
    position: relative;
    border-bottom: 2px solid black;
}
.holder>header .main {
    /* text-transform: uppercase; */
    z-index: 10;
    font-weight: 100;
    background: #3f3f42;
}
.holder>header .main:before {
    /* content: " "; */
    display: block;
    width: 568px;
    height: 49px;
    background: #ae9567;
    position: absolute;
    left: 0;
    top: 0;
}
.holder>header .main>ul {
    line-height: 45px;
    display: block;
    height: 49px;
    top: 2px;
    font-size: 13px;
    text-align: center;
    /* padding-left: 20px; */
    /* font-family: steelfishr; */
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: -0.4px;
    /* font-family: 'Teko'; */
    /* font-variant: small-caps; */
    /* font-weight: bold; */
}
.holder>header .main>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 49px;
    font-size: 12px;
    background: #8f703b;
    -webkit-box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 18px 47px -12px rgba(0, 0, 0, 0.75);
}
.holder>header .main>ul>li:hover, .holder>header .main>ul>li.active {
    background: #986f35;
}
.holder>header .main>ul>li.active:before {
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.holder>header .main>ul>li:hover>ul, .holder>header .main>ul ul li:hover>ul {
    display: block;
    min-width: 100%;
    text-align: left;
}
.holder>header .main>ul>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    height: 49px;
    /* float: left; */
}
li.m03.active {}
.holder>header .main>ul>li>a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.holder>header .main>ul>li>ul>li {
    margin: 0;
    display: block;
    padding: 0;
    min-width: 280px;
    position: relative;
}
.holder>header .main>ul>li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 7px;
    display: block;
    height: 100%;
    line-height: 49px;
}
.holder>header .main>ul>li>li:hover {
    background: #6A8E2C
}
.holder>header .main>ul li li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 9px;
    display: block;
    line-height: 36px;
}
.holder>header .main>ul li li li a {
    line-height:35px;
}
.holder>header .main>ul>li>ul>li>ul {
    position: absolute;
    margin: 0;
    display: none;
    padding: 0;
    min-width: 255px !important;
    left: 100%;
    top: 0px;
    background: #9f2012;
    font-size: 12px;
}
.holder>header .main li ul li:hover  {
    background-color: #662b2a;
}
.holder>header .main li ul li:hover > a, .holder>header .main li ul li.active > a {
    color: #FFF;
}
/**/
header nav ul.social {
    width: 240px;
    position: absolute;
    height: 26px;
    top: 4px;
    line-height: 26px;
    color: #fff;
    right: 0;
}
header nav ul.social li {
    /* margin: 0 16px; */
    line-height: 26px;
}
header nav ul.social li a {
    overflow: hidden;
    text-indent: -200px;
    background: red;
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    top: 10px;
}
header nav ul.social li a.facebook {
    background: url(../images/fb_round.jpg);
}
header nav ul.social li a.youtube {
    background: url(../images/youtube_round.jpg);
}
header nav ul.social li a.twitter {
    background: url(../images/twitter_round.jpg);
}
header nav ul.social li a.instagram {
    background: url(../images/instagram_round.jpg);
}
header nav ul.social li:first-child {
    text-transform: none;
    color: #575656;
    padding: 0 10px 0 0;
}
.diagonal {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.diagonal2 {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: -1;
}
/**/
main {
    width: 970px;
    margin: 0 auto;
    background: white;
    /* overflow: hidden; */
}
footer {
    background: #232325;
    overflow: hidden;
    clear: both;
    padding: 60px 0;
    border-top: 3px solid #ae9567;
}
footer .holder {
    width: 970px;
    margin: 0 auto;
    color: #fff;
}
footer .holder div {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 30px;
    float: left;
    margin-left: 20px;
}
/**/
div.form {padding: 25px;}
div.holder header {
}
body > .holder > header:before {
     /* content: " "; */
     display: block;
     top:0px;
     width: 56%;
     height: 354px;
     position: absolute;
     left: 0;
     top: -251px;
     /* transform: translateX(-50%); */
     background: white;
     border-radius: 100%;
     z-index: -1;
}
div.holder header p {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
}
div.holder header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    color: transparent;
}
div.holder header .addthis_toolbox {margin-left: 25px;}
div.holder header form {
    width: 283px;
}
.artigo header form {
    width: 342px !important;
}
div.holder header form p {
    font-size: 12px;
    text-align: right;
}
div.holder header form p label {}
div.holder header form  input[type=submit] {background-image: url(../imagens/lupa.svg);background-size: 60%;background-repeat: no-repeat;background-position: center;background-color: #ae9567;}
div.holder header form p br {}
div.holder header form p a {
    margin-left: 5px;
    text-decoration: none;
    color: #6A8E2C;
}
div.holder aside.separator {
    margin: 0 auto;
    /* background: url(../imagens/slider.svg) #cbdbed top repeat-x; */
    z-index: 1;
    position: relative;
    height: 30px;
    /* overflow: hidden; */
    /* border-top: 1px solid #194479; */
    border-bottom: 3px solid #d1d1d2;
    background: #555555;
}
div.holder aside.slider {
    margin: 0 auto;
    background: #3a3939;
    /* background: url(../imagens/slider.svg) #cbdbed bottom repeat-x; */
    z-index: 20;
    position: relative;
    height: 480px;
    /* overflow: hidden; */
    padding: 0;
    height: 400px;
}
div.holder aside.slider.short {
    height:200px;
}
div.holder aside.slider:after {
    /* content: " "; */
    display: block;
    height:5px;
    background: #deb500;
    width:100%;
    position:absolute;
    bottom:0px;
    z-index:2;
}
div.holder aside.slider div.swiper-container {
    width: 100%;
    margin: 0 auto;
    /* width: 970px; */
    padding: 0;
    top: 0;
}
div.holder aside.slider div.swiper-container div.swiper-wrapper {}
div.holder aside.slider div.swiper-slide {}
div.holder aside.slider div.swiper-slide p {}
div.holder aside.slider div.swiper-slide h3 span {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}
div.holder aside.slider div.swiper-slide img {
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    position: relative;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
     /* default value: image is centered*/
}
div.holder aside.slider span.swiper-button-prev.swiper-button-white {
}
span.swiper-button-prev.swiper-button-white {}
div.holder aside.slider span.swiper-button-next.swiper-button-white {
}
.slider.short .swiper-slide {
    height:200px;
}
/**/
main.home {
    position: relative;
    z-index: 2;
}
main:before {
    /* content: " "; */
    display: block;
    top:0px;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 100%;
    z-index:-1;
}
main.home section.destaques, main.home .artigo {
    /* padding: 20px; */
    background: #fff;
    width: 700px;
    float: left;
    margin-bottom: 40px;
    /* overflow-y: hidden; */
    min-height: 140px;
    /* padding: 30px; */
    /* padding-top: 25px; */
    box-sizing: content-box;
}
main.home:after {
    content: " ";
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    left: -39px;
    top: 0px;
    background: url(../images/sombra-esquerda.png);
}
main.home section.destaques nav.inf, main.home .artigo nav.inf {margin-left: 30px;margin-top: 30px;}
main.home section.destaques nav.inf li, main.home .artigo nav.inf li {margin-top: 10px;}
main.home  .artigo figure {
    margin-left: 25px;
    /*height: 400px;*/
    overflow: hidden;
}
main.home  .artigo .texto {padding: 0 30px;}
main.home section.destaques h2, main.home .artigo h2 {
    font-size: 35px;
    color: #575656;
    margin: 0;
    background: #fff;
    font-weight: 100;
    text-transform: uppercase;
    width: 90%;
    font-family: Teko;
    /* font-variant: small-caps; */
    margin-bottom: 10px;
    padding: 40px 25px 25px 30px;
}
main.home section.destaques > h3, main.home .artigo > h3 {
    font-size: 35px;
    color: #000;
    margin: 0;
    background: #fff;
    font-weight: 100;
    /* margin-bottom: 10px; */
    font-family: Teko;
    /* text-transform: uppercase; */
    padding: 50px 25px 0 30px;
}
main.home section.destaques > h4, main.home .artigo > h4 {
    font-size: 16px;
    color: #ae9567;
    margin: 0;
    background: #fff;
    font-weight: 100;
    /* margin-bottom: 10px; */
    padding: 5px 25px 0 25px;
}
main.home section.destaques >p, main.home .artigo >p, main.home article form, main.home article iframe {
    /* margin-bottom: 25px; */
    /* padding: 0 30px; */
}
main.home section.destaques article {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
main.home section.destaques article p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    color: #ae9567;
    margin-bottom: 24px;
    font-weight: bold;
}
main.home section.destaques article p {
    font-size: 13px;
    color: #666;
}
main.home section.destaques article p:first-of-type {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
main.home section.destaques article figure {
    height: 235px;
    background: #ffff;
    margin-bottom: 20px;
    overflow: hidden;
    outline: solid 1px #eee;
}
main.home section.destaques article figure a {
    display: block;
    width: 100%;
    height: 100%;
}
main.home section.destaques article figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img {}
img {
}
main.home section.destaques article .label {
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 27px;
    width: 70px;
    height: 75px;
    overflow: hidden;
}
main.home section.destaques article .label span {
    display: inline-block;
    width: 129px;
    height: 20px;
    background: #ae9567;
    position: absolute;
    top: 0;
    font-size: 11px;
    left: 0;
    text-align: center;
    line-height: 21px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
    left: -37px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
    /* font-weight: bold; */
    border-bottom: 1px solid #ae9567;
}
main.home section.destaques article figure .label span {}
main.home section.destaques article h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}
main.home section.destaques article h3 a {
    color: #000;
    text-decoration: none
}
/**/
main.home section.sidebar {
    width: 200px;
    float: right;
    background: #fff;
    margin-top: 0;
    padding: 10px 30px;
}
main.home section.sidebar:before {
    /* content: " "; */
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    top: 0;
    right: 260px;
    background: url(../images/sombra-esquerda.png);
}
main.home section.sidebar:after {
    content: " ";
    display: block;
    position: absolute;
    width: 39px;
    height: 160px;
    top: 0;
    right: -39px;
    background: url(../images/sombra-direita.png);
}
main.home section.sidebar form {}
main.home section.sidebar form p {
    overflow: hidden;
}
main.home section.sidebar form small {
    font-size: 9px;
}
main.home section.sidebar form p label {margin-bottom: 10px;display: inline-block;}
main.home section.sidebar form p input[type=submit], form.pesquisar input[type=submit] {
    padding: 7px;
    width: 30px;
    float: right;
    background: #ae9567;
}
main.home section.sidebar form p input[type=text], form.pesquisar input[type=text] {
    /* background: #ae9567; */
    width: 128px;
    float: left;
}
main.home section.sidebar form p input input {}
/**/
main form.pesquisar {
}
form.pesquisar label {
    display: none !important
}
form.pesquisar input[type=submit] {
    background: #ae9567 url(../images/lupa.png) center center no-repeat;
    padding: 7px;
    width: 30px;
    float: none !important;
}
form.pesquisar input[type=text] {
    background: #f1f1f2;
    width: 250px;
    float: none !important;
}
/**/
main.home section.sidebar {}
main.home section.sidebar {
    min-height: 195px;
    margin-bottom: 25px;
}
main.home section.sidebar h3 {font-size: 25px;/* text-transform: uppercase; */color: #000;margin-bottom: 15px;font-weight: bold;border-bottom: 1px solid #6c3430;padding-bottom: 10px;position:relative;font-weight: 100;margin-top: 40px;font-family: Teko;/* text-transform: uppercase; */}
main.home section.sidebar h3:after {
    content: " ";
    display:block;
    width: 100px;
    height: 3px;
    background: #986f35;
    position:absolute;
    bottom: -2px;
}
main.home section.sidebar ul {margin-bottom: 30px;list-style-type: disc;padding-left: 16px;}
main.home section.sidebar ul li {margin-bottom: 10px;}
main.home section.sidebar ul li a {
    color: #575656;
    text-decoration: none;
    font-weight: 600;
}
main.home section.sidebar p {margin-bottom: 20px;font-size: 12px;}
main.home section.sidebar h4 {
    text-align: center;
    background: #ae9567;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
main.home section.sidebar h4 a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
}
main.home section.sidebar h4 a.left {
    float: left;
}
main.home section.sidebar h4 a.left:before {
    content: "<";
    display: inline-block
}
main.home section.sidebar h4 a.right {
    float: right;
}
main.home section.sidebar h4 a.right:before {
    content: ">";
    display: inline-block
}
main.home section.sidebar table {
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
main.home section.sidebar table td, main.home section.sidebar table th {
    padding: 5px 2px 4px 2px;
    border-bottom: 1px solid #ccc;
}
main.home section.sidebar table th {
    background: #EAEAEA;
    font-weight: normal
}
main.home section.sidebar table th:nth-child(6), main.home section.sidebar table th:nth-child(7) {
    background: #D1D1D1;
}
main.home section.sidebar table td:nth-child(6), main.home section.sidebar table td:nth-child(7) {
    background: #f7edd5;
}
main.home section.sidebar form {}
main.home section.sidebar form select {
    font-size: 13px;
    background-color: #F2F2F2;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 5PX;
    cursor: pointer;
}
main.home section.sidebar table a {
    color: #fff;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    text-decoration: none;
    z-index: 100;
    background: #ae9567;
    display: inline-block;
    min-width: 12px;
    border-radius: 100%;
    height: 13px;
    line-height: 13px;
}
main.home section.sidebar .feriado {
    color: #ae9567;
}
main.home section.sidebar .feriado a {
    color: #ae9567;
}
main.home section.sidebar #calendar {
    display: block;
    min-height: 190px;
    background: #fff;
    padding: inherit;
}
main.home section.sidebar .temas {
    display: block;
    font-size: 12px;
    background: #D1D1D1;
    padding: 8px;
}
/**/
main.home section.roteiros {
    clear: both;
    /* padding: 20px; */
    background: #ae9567;
    color: #fff;
    margin: 20px 0 40px 0;
    overflow: hidden;
    min-height: 312px;
}
main.home section.roteiros article {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
main.home section.roteiros article h3 {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
main.home section.roteiros article a {
    color: #fff;
    text-decoration: none;
}
main.home section.roteiros article figure {
    height: 175px;
    background: #eee;
    margin-bottom: 20px;
    overflow: hidden;
}
main.home section.roteiros article figure a {}
main.home section.roteiros article figure a img {}
main.home section.roteiros article p {}
main.home section.outrosdestaques {
    overflow: hidden;
}
main.home section.outrosdestaques article {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
main.home section.outrosdestaques article p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    height: 30px;
    color: #ae9567;
}
main.home section.outrosdestaques article p {
    width: 260px;
    float: right;
    font-size: 13px;
    color: #666;
}
main.home section.outrosdestaques article figure {
    float: left;
    width: 143px;
    margin-top: 30px;
    height: 95px;
    overflow: hidden;
    outline: 1px solid #eee;
}
main.home section.outrosdestaques article figure a {}
main.home section.outrosdestaques article figure a img {}
main.home section.outrosdestaques article h3 {
    width: 260px;
    text-transform: uppercase;
    float: right;
    margin-bottom: 10px;
}
main.home section.outrosdestaques article h3 a {
    text-decoration: none;
    color: #000
}
main.home div.diagonal {}
main.home div.diagonal svg {}
main.home div.diagonal svg defs {}
/**/
.addMore a {
    display: inline-block;
    background: #ae9567;
    margin-bottom: 20px;
    padding: 11px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
/**/
.cover div img {
    width: 100%;
    position: relative;
    /* top: -50%; */
    transform: translateY(-10%);
}
.roteiro .cover div img {
    /*top: -50%;*/
}
.artigo p {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.3;
}
.artigo li {
    /* margin-left: 15px; */
    /* list-style: disc; */
}
.artigo ol, .artigo ul {
    margin-bottom: 15px;
    padding-left: 40px;
    margin-top: 20px;
}
.artigo.diretorio article ul {
    list-style-type: disc;
    margin-left: 20px;
}
.artigo.diretorio article ul+* {
    margin-top: 20px;
}
.artigo.diretorio article ol {
    list-style-type: lower-alpha;
    margin-left: 20px;
}
.artigo.diretorio article ol+* {
    margin-top: 20px;
}
.artigo h3 {
    font-size: 18px;
    margin: 20px 0 10px;
}
.artigo p {
    margin: 0 0 20px;
}
.artigo>*>header {
    margin-bottom: 30px;
}
.artigo>*>header h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    color: #333;
    position: relative
}
.artigo>*>header h2 .edit, .artigo h3 .edit {
    width: 25px;
    height: 25px;
    left: 5px;
    bottom: 0px;
    background: #efe469 url(../images/edit.png) no-repeat;
    background-size: 70%;
    background-position: center center;
    display: inline-block;
    position: relative;
    top: 3px;
}
.artigo .texto iframe.mapa {
    /* margin: 40px 0 40px 0; */
    overflow: hidden;
    /* padding: 0 30px; */
}
.artigo .texto img {
    max-width: 100%
}
.artigo .intro {
    font-style: italic;
    font-size: 11px;
    margin-bottom: 20px;
    /* margin-left: 25px; */
}
.artigo>article figure {
    width: 250px;
    overflow: hidden;
    float: right;
    margin: 0 0 20px 20px;
}
.artigo>article figure img {
    width: 100%
}
.artigo>article .texto {
    width: 600px;
    float: left;
}
.artigo.diretorio {}
.artigo.diretorio article header>div {}
.artigo.diretorio article header+figure {}
.artigo.diretorio article header+figure+div {}
.artigo.diretorio article>nav {
    width: 200px;
    float: right;
}
/**/
.roteiro:not(.poi) .texto {
    width: 100% !important;
}
/**/
.add.roteiro, .add.poi {
    display: inline-block;
    background: #ae9567;
    margin-bottom: 20px;
    padding: 11px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.artigo.listagem .list {
    overflow: hidden;
}
.artigo.listagem .list article {
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 40px
}
.artigo.listagem .list article:nth-of-type(odd) {
    float: left;
    clear: left;
}
.artigo.listagem .list article:nth-of-type(even) {
    float: right;
}
.artigo.listagem .list article p:first-of-type {
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
    color: #ae9567;
}
.artigo.listagem .list article p {
    width: 230px;
    float: right;
    font-size: 13px;
    color: #666;
}
.artigo.listagem .list article figure {
    float: left;
    width: 143px;
    margin-top: 30px;
    height: 95px;
    overflow: hidden;
    outline: 1px solid #eee;
}
.artigo.listagem .list article figure a {}
.artigo.listagem .list article figure a img {}
.artigo.listagem .list article h3 {
    width: 230px;
    text-transform: uppercase;
    float: right;
    margin: 0 0 10px;
    font-size: 16px;
}
.artigo.listagem .list article h3 a {
    text-decoration: none;
    color: #000
}
.artigo.listagem .list>div {
    overflow: hidden
}
/**/
/**/
.artigo.listagem .list article.roteiro {
    padding: 10px;
    background: #eee;
    position: relative;
}
.artigo.listagem .list article.roteiro p:first-of-type {
    width: 100%;
}
.artigo.listagem .list article.roteiro p {
    float: none;
    width: 100%;
}
.artigo.listagem .list article.roteiro figure {
    float: none;
    width: 100%;
    min-height: 220px;
    margin-top: 0;
    position: relative;
}
.artigo.listagem .list article.roteiro figure a {}
.artigo.listagem .list article.roteiro figure a img {
    width: 100%;
    position: absolute;
    top: -50%;
    transform: translateY(25%);
}
.artigo.listagem .list article.roteiro h3 {
    width: 100%;
    FLOAT: NONE;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 5px;
}
.artigo.listagem .list article.roteiro h3 a {}
.artigo.listagem .list article.roteiro ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    clear: left;
    font-size: 12px;
    text-transform: uppercase;
}
.artigo.listagem .list article.roteiro ul li {
    display: inline-block;
    margin-right: 10px;
}
.artigo.listagem .list article.roteiro ul li:nth-child(1) span {}
.artigo.listagem .list article.roteiro ul li:nth-child(2) span {}
.artigo.listagem .list article.roteiro ul li:nth-child(3) span {}
.artigo.listagem .list article.roteiro ul span {
    color: #999;
    display: inline-block;
    margin-right: 5px;
}
.artigo.listagem .list article.roteiro ul strong {}
.artigo.listagem .list article.roteiro .label {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 70px;
    height: 75px;
    overflow: hidden;
}
.artigo.listagem .list article.roteiro .label span {
    display: inline-block;
    width: 129px;
    height: 20px;
    background: #ae9567;
    position: absolute;
    top: 0;
    font-size: 11px;
    left: 0;
    text-align: center;
    line-height: 21px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
    left: -37px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
    font-weight: bold;
}
.artigo.listagem .list article.roteiro .delete {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 4px;
    background: #ae9567;
    line-height: 25px;
}
.artigo.listagem .list article.roteiro .delete:before {
    content: "X";
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 2px;
    right: -1px;
    cursor: pointer;
}
.artigo.listagem .list article.roteiro .add {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ae9567;
}
.artigo.listagem .list article.roteiro .add:before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    right: -1px;
    line-height: 25px;
    cursor: pointer;
}
.artigo.listagem .list article.roteiro .edit {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 32px;
    background: #efe469 url(../images/edit.png) no-repeat;
    background-size: 70%;
    background-position: center center;
}
/**/
.poi .artigo aside {
    float: right;
    width: 260px;
    margin-top: 30px;
    overflow: hidden;
    outline: 1px solid #eee;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}
.poi .artigo aside h4 {
    margin: 20px 0 20px 0;
    text-transform: uppercase
}
.poi .artigo aside p {
    font-size: 10px
}
.poi .artigo aside figure {
    width: 100%;
    margin-bottom: 0;
}
.poi .artigo aside figure img {
    width: 50%
}
.poi .artigo aside .add {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 4px;
    background: #ae9567;
}
.poi .artigo aside .add:before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    right: -1px;
    cursor: pointer;
    line-height: 25px;
}
.poi .artigo aside div {
    position: relative
}
/**/
article form {
    display: block;
    width: 80%;
}
article form fieldset {
    /* overflow: hidden; */
    position: relative;
}
article form fieldset p {
    width: 45%;
    float: right
}
article form fieldset p:first-child {
    float: left
}
article form p>label:first-child {
    width: 150px;
    float: left;
    display: inline-block;
    min-height: 1px;
    padding: 7px 0;
}
article form label+span {
    width: 240px;
    /* float: right; */
    position: relative;
}
article form input[type=text], article form input[type=email], article form p input[type=password], article form p input[type=date] {
    width: 100%;
}
article form select {
    max-width: 254px;
}
article form textarea {
    width: 100%;
    min-height: 75px;
    max-width: 100%;
    min-width: 100%;
}
article form input[type=submit], article form .button {
    margin-left: 5px;
    width: auto;
}
article form h3 {
    margin: 50px 0 30px 0;
    text-transform: uppercase;
}
article form .required+.signal {
    display: none;
    right: -25px;
    /* content: "*"; */
    top: 10px;
    color: #ae9567;
}
/**/
footer.force {
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer div.holder {}
footer div.holder div.social {
    float: right;
    margin-right: 0;
}
footer div.holder div h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: normal;
}
footer div.holder div p {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.4;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
footer div.holder div p br {}
footer div.holder div p a {
    color: #fff;
    text-decoration: none;
}
footer div.holder div form {}
footer div.holder div form p {}
footer div.holder div form p label {}
footer div.holder div form p br {}
footer div.holder div form p input {}
footer div.holder div p img {
    width: 40%;
}
footer div.holder div ul {
    margin-top: 0;
    display: block;
    text-align: left;
    float: right;
    margin-right: 40px;
}
footer div.holder div ul li {
    display: inline-block;
    margin-right: 10px;
}
footer div.holder div ul li a.facebook {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/facebook.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.youtube {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/youtube.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.twitter {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/twitter.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.googleplus {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/googleplus.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
footer div.holder div ul li a.instagram {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/instagram.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
    text-align: left;
}
footer div.holder div ul li a.linkedin {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/linkedin.png);
    background-size: 100%;
    overflow: hidden;
    text-indent: -100px;
}
/**/
div.breadcumbs {
    width: 970px;
    padding: 5px;
    line-height: 30px;
    background: #F9F9F4;
    margin: 0 auto 10px auto;
    text-transform: lowercase;
}
div.breadcumbs p {
    color: #3C3C37;
}
div.breadcumbs ul {}
div.breadcumbs ul li {
    display: inline-block
}
div.breadcumbs ul li a {
    color: #3C3C37;
    text-decoration: none
}
/**/
li a:first-child[href$=".pdf"]:before, li a.pdf:before, li a.PDF:before {
    content: "";
    display: block;
    background: url("../ico/pdf.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".doc"]:before, li a.doc:before, li  a.DOC:before {
    content: "";
    display: block;
    background: url("../ico/doc.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".ppt"]:before, li  a.ppt:before, li  a.PPT:before {
    content: "";
    display: block;
    background: url("../ico/ppt.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".xls"]:before, li  a.xls:before, li  a.XLS:before {
    content: "";
    display: block;
    background: url("../ico/xls.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".jpg"]:before, li  a.jpg:before, li  a.JPG:before {
    content: "";
    display: block;
    background: url("../ico/jpg.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
li  a:first-child[href$=".file"]:before, li  a.file:before, li  a.FILE {
    content: "";
    display: block;
    background: url("../ico/file.png") no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 0 0;
    position: relative;
    top: -4px;
}
@keyframes panning {
    0% {
        bottom: 0%;
    }
    50% {
        bottom: 75%;
    }
    100% {
        bottom: 0%;
    }
}
.roteiro .cover img {
    animation: panning 30s infinite ease-in-out;
}
/**/
/**/
.calendar_popup {
    z-index: 1000;
    position: absolute;
    width: 410px;
    top: 400px;
    right: 20px;
}
.calendar_popup>div {
    color: #D8D8D8;
    background-color: #FFFFFF;
    min-height: 100px;
    width: 410px;
    margin-top: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    /* padding: 23px 0 23px 0; */
}
.calendar_popup article.item {
    overflow: hidden;
    background: #fff;
    height: 100px;
}
.calendar_popup article.item:nth-of-type(odd) {
    background: #f2f2f2;
}
.calendar_popup article.item section {
    width: 180px;
    float: left;
    padding: 15px 10px 15px 0px;
}
.calendar_popup article.item header {
    width: 250px;
    float: left;
    padding: 15px 10px 15px 0px;
    margin-right: 20px;
}
.calendar_popup article.item figure {
    width: 85px;
    height: 75px;
    float: left;
    padding: 10px;
    margin: 0;
    position: relative
}
.calendar_popup article.item figure img {}
.calendar_popup article.item header h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.calendar_popup article.item header h3 a {
    text-decoration: none;
    color: #ae9567;
}
.calendar_popup article.item header p {
    font-size: 11px;
    color: #7f7f7f;
    margin: 0;
}
/**/
ul.paginacao {
    display: block;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
}
ul.paginacao li {
    display: inline-block;
    margin: 0 10px 0 0;
}
ul.paginacao li a {
    background: #ae9567;
    color: #fff;
    padding: 5px;
    width: 20px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}
.clear {
    clear:both;
    display: block;
    width:100%;
    height:1px;
    background: #ae9567;
}
.hide {
    display:none;
}
.invisible {
    visibility: hidden;
}
/**/

article.forum { width: 910px; margin: 0 auto 0 auto; background: url(../images/section.jpg) center top no-repeat; background-size: 100% auto; overflow: hidden; padding-top: 20px; margin-bottom: 100px; min-height: 830px; }
article.forum>div { overflow: hidden; padding: 0 20px 0 20px; }
article.forum>div header h2 { text-align: center; font-size: 54px; font-weight: 100; /* display: inline-block; */
left: 50%; margin: 0; }
article.forum>div nav {/* text-align: center */}
article.forum>div nav {/* border: 1px solid #fff; */font-size: 11px;display: table;width: 100%;/* padding-top: 5px; *//* margin-bottom: 50px; */}
article.forum>div a {color: #ab9663;}
article.forum article.box {background: url(../images/box-transparencia.png);margin-bottom: 14px;margin-right: 14px;overflow: hidden;/* padding: 10px; */}
article.forum article.box figure.membro { margin: 0px; padding: 0px; width: 40px; float: left; }
article.forum article.box span.intro {/* float: right; *//* text-align: right; */}
article.forum article.box p.name { padding: 0; margin: 0 }
article.forum article.box h3 {/* float: left; */margin: 0;padding: 0;font-weight: 100;}
article.forum article.box p.sumario { clear: both; }
article.forum .comentar, article.forum .box_comentario { display: none }
/**/

article.forum .main_topic { background: url(../images/section.jpg); margin-bottom: 14px; margin-right: 14px; overflow: hidden; padding: 10px; overflow: hidden; }
article.forum .main_topic h3 { margin: 0; padding: 0; font-size: 20px; font-weight: 100; margin-bottom: 20px; }
article.forum .main_topic figure { float: left; width: 40px; }
article.forum .main_topic p.nome { margin: 0; padding: 0;/* float: right; */
}
article.forum .forum_reply { background: url(../images/box-transparencia.png); margin-bottom: 14px; margin-right: 14px; overflow: hidden; padding: 10px; overflow: hidden; }
article.forum .forum_reply figure { float: left; width: 40px; }
article.forum .forum_reply p.name {padding: 0;/* margin: 0; */}
/**/

article.forum .forum_tree {list-style: none;margin: 0;padding: 0;border-left: 1px dotted #666;padding-left: 10px;margin-left: 10px;list-style-type: none;}
article.forum .forum_tree li .box { background: url(../images/box-transparencia.png); margin-bottom: 14px; margin-right: 14px; overflow: hidden; padding: 10px; overflow: hidden; }
article.forum .forum_tree li ul { list-style: none; border-left: 1px dotted #666; padding-left: 10px; margin-left: 10px; }
article.forum .forum_tree li ul li { list-style: none; }
/**/

article.forum .options a {display: inline-block;margin: 0 1px 0 1px;padding: 5px;background: #ab9663;border-radius: 3px;color: #fff;min-width: 27px;/* min-height: 23px; */text-align: center;}
article.forum .options a:hover { background: #B3B3B3; }
/**/
.forum_dir {
    list-style: disc;
}
.forum_dir > li {
}
.forum_dir a {
}
.forum_dir > li > ul {padding-left: 20px;margin-top: 0;margin: 2px 0 2px;}