/*Effect*/
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.container, a, .menu-topo-principal, img{
-webkit-animation: fadeIn 1s ease-in-out;
-moz-animation: fadeIn 1s ease-in-out;
-o-animation: fadeIn 1s ease-in-out;
animation: fadeIn 1s ease-in-out;
}

body, h1, h2, h3, h4, h5, h6{font-family: 'Josefin Sans', sans-serif;}
p{font-family: 'Josefin Slab', serif;}
body {
    top: 0px !important;
}
.menu-topo-principal{background:#f9f9f9;    border-bottom: 1px solid #eee;}
.menu-topo-principal .navbar{margin:0;    min-height: 36px;}
.menu-topo-principal .navbar li a{
    color:#aaaaaa;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    border-right: 1px solid #eee;
    padding: 7px 15px;
}
.menu-topo-principal .navbar li a:hover, .social-topo a:hover, #formBusca .btn.btn-default:hover{color:#8cc1cf;}
.menu-topo-principal .dropdown-menu li a {
    border-bottom: 1px solid#eee;
    margin-top: -1px;
}
#topo{
  background-image:url(/uploads/481/header/topo_565f2041e38e8.jpg);
background-size:cover;
background-position: center top;
  position:relative;
  height:100vh;
}
.wrapper.topoconteudos{
    background:url(/uploads/481/layout/topo-menor.jpg) no-repeat top center;
    height:344px;
    width:100%;
    margin-bottom: 46px;
    display: block;
}
#formBusca{
    margin: 0;
    padding: 0;
}
#formBusca input{
    background: none;
    border: 0;
    box-shadow: none;
    border-left: 1px solid #eee;
    border-radius: 0;
    font-family: 'Josefin Slab', serif;
    font-style:italic;
}
#formBusca input:focus{background:#FFF;}
#formBusca .btn.btn-default{
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-right: 1px solid #eee;
    text-shadow: none;
    color: #AAA;
}
.social-topo{padding-left:8px;}
.social-topo a {
    display: inline-block;
    color: #AAA;
    font-size: 19px;
    padding: 6px 8px;
}
.mostrar, .bg-conteudo .menu-topo-principal {
    display: block !important;
}

/***************************
HOME
***************************/
.boxconteudo .conteudos{text-align: center;margin-bottom:45px; min-height:485px;}
.boxconteudo .conteudos .thumb {
    outline-offset: -5px;
    outline: 1px solid #fff;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    height: 235px;
    width: 100%;
}
.boxconteudo .conteudos:hover .thumb{
outline-offset: -10px;
outline: 2px solid #fff;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}

.boxconteudo .conteudos a:hover{text-decoration:none;}
.boxconteudo .conteudos h3 {
    color: #313131;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 14px 0;
    height: 60px;
}
.boxconteudo .conteudos .categorias {
    color: #8b5294;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Josefin Slab', serif;
    display: block;
    margin-top: 15px;
}
.boxconteudo .conteudos h3:after{
content: "";
    display: block;
    height: 1px;
    background: #894e96;
    width: 30%;
    margin: 0 auto;
    margin-top: 16px;

}
.boxconteudo .conteudos .resumo {
    color: #545454;
    font-size: 18px;
    padding: 0 10px;
}
.boxconteudo .conteudos .autorpost {
    font-style: italic;
    color: #8cc0cf;
    position:relative;
}
.boxconteudo .conteudos .autorpost:after{
    content: "";
    display: block;
    right: 0;
    height: 1px;
    background: #dedede;
    width: 61px;
    position: absolute;
    top: 50%;
}
.boxconteudo .conteudos .autorpost:before{
    content: "";
    display: block;
    left: 0;
    height: 1px;
    background: #dedede;
    width: 61px;
    position: absolute;
    top: 50%;
}
/***************************
DESTAQUES
***************************/
.destaque {
    padding-top: 221px;
    background-size: 100% 100% !important;
    background-position: center center !important;
    height:400px;
}
.destaque .box{
    width: 100%;
    height: auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0, 0, 0, 0.83)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.68) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: relative;
    padding: 20px 0 25px 0;
    min-height: 179px;
}
.destaque .box .data {
    display: block;
    background: #fff;
    color: #313131;
    padding: 0 15px;
    position: relative;
    width: 120px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 auto;
    text-align: center;
}
.destaque .box .data:before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    display: block;
    background: none;
    position: absolute;
    border: 1px solid #fff;
}
.destaque .box h2{
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 170px;
    text-align: center;
}
.destaque .box:before{
    content: "";
    display: block;
    float: left;
    height: 1px;
    background: #FFF;
    width: 90px;
    margin-left: 33px;
    position: absolute;
    top: 50%;
}
.destaque .box:after{
    content: "";
    display: block;
    float: right;
    height: 1px;
    background: #FFF;
    width: 90px;
    margin-right: 33px;
    position: absolute;
    top: 50%;
    right: 0;
}
.destaque .box small {
    color: #FFF;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 15px;
}
#owl-demo a:hover{
    text-decoration:none;
}
#owl-demo a:hover .box{
    opacity:0.6;
}





/*********************
SIDEBAR
**********************/
.autor{background:#fafafa;}
.autor .capa{position:relative;}
.autor .capa .titulos{
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    width: 100%;
    height: auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.autor .capa .titulos .header{
background: url(/uploads/481/layout/icon-logo.png) no-repeat left center;
    height: 58px;
    -webkit-transform: translate3d(0,40px,0);
    -ms-transform: translate3d(0,40px,0);
    -o-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    padding-left: 75px;
    text-shadow: 1px 1px 4px #000;
}
.autor .capa .titulos .header span{
    color:#FFF;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight:bold;
}
.autor .cont {
    padding: 40px 29px;
    font-size: 14px;
    margin-top: 0;
}
.autor .cont p{
    color:#000000;
    font-size:18px;
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
}
.autor .cont a{color:#732686; font-size:16px;}
.autor .social-topo {
    padding-left: 0;
    width: 92px;
    margin: 0 auto;
}
.autor .social-topo a {
    display: inline-block;
    color: #AAA;
    font-size: 19px;
    padding: 6px 8px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 4px;
}
.banner-codigo{width:auto !important;height:auto !important;}
hr.lines{
    border: 0;
    margin: 23px 0;
}
hr.lines:before {
    content: "";
    border-top: 1px solid #e5d8e8;
    height: 1px;
    margin: 5px 0;
    display: block;
    margin-right: 25px;
}
hr.lines:after {
    content: "";
    border-top: 1px solid #e5d8e8;
    height: 1px;
    margin: 5px 0;
    display: block;
    margin-left: 25px;
}
.video iframe{width:100%;height:200px;}
.sidebar h3{
color: #894e96;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 13px 0;
}
.sidebar .facebook h3, .sidebar .publicacoes h3{
    background: url(/uploads/481/layout/icons-title.png) no-repeat 0px -2px;
    padding: 0px 0 20px 41px;
}
.sidebar .traduzir h3{
    background: url(/uploads/481/layout/icons-title.png) no-repeat 0px -73px;
    padding: 0px 0 20px 41px;
}
.sidebar .instagram h3{
    background: url(/uploads/481/layout/icons-title.png) no-repeat 0px -144px;
    padding: 0px 0 20px 41px;
}

.rodape.wrapper{
    background:#f8f8f8 url(/uploads/481/layout/bg-rodape.png) no-repeat;
    padding:0;
}
.logo-rodape{
    background: url(/uploads/481/layout/bg-logorodape.png) no-repeat center bottom;
    width: 722px;
    margin: 0 auto;
    text-align: center;
    padding: 77px 0 33px 41px;
}
.logo-rodape .social-topo{
    padding-left: 0;
    width: 79px;
    margin: 0 auto;
        margin-top: 23px;
}
.logo-rodape .social-topo a{
    color: #94c5d2;
    border: 1px solid #94c5d2;
    border-radius: 100%;
    padding: 0;
    width: 34px;
    height: 35px;
    line-height: 35px;
}

/*********************
Conteudo INterno
*******************/
.conteudoint .avatar-title{position:relative;}
.conteudoint .avatar-title img{}
.conteudoint .avatar-title .titulointerno{
    position: absolute;
    bottom: -55px;
    background: #fafafa;
    width: 80%;
    margin: 0 10%;
    padding: 20px 20px 10px 20px;
}
.conteudoint .avatar-title .titulointerno h2{
    margin: 0;
    font-size: 26px;
    color: #a18aa7;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 8px 0;
}
.conteudoint .avatar-title .titulointerno .categories{
    text-transform: uppercase;
    color: #8b5294;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Josefin Slab', serif;
}
.conteudoint .avatar-title .titulointerno .categories a{color: #8b5294;}

.conteudoint .row-content-html{    margin-top: 86px;}
.conteudoint .row-content-html .content-date {
    font-style: italic;
    color: #8cc0cf;
    position: relative;
    text-align: center;
    display: block;
    font-size: 15px;
    margin-bottom: 25px;
}
.conteudoint .row-content-html .content-date:before {
    content: "";
    display: block;
    left: 0;
    height: 1px;
    background: #dedede;
    width: 26%;
    position: absolute;
    top: 50%;
}
.conteudoint .row-content-html .content-date:after {
    content: "";
    display: block;
    right: 0;
    height: 1px;
    background: #dedede;
    width: 26%;
    position: absolute;
    top: 50%;
}
.conteudoint .row-content-html p{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #313131;
    line-height: 24px;
    margin-bottom: 15px;
}
.conteudoint .row-content-html p img{width:100%;    height: auto;}
.titlealbum{
    color:#8e8d8d;
    text-align:center;
    letter-spacing:1px;
    font-family: 'Josefin Slab', serif;
    font-size:18px;
    margin-top: 27px;
}
.titlealbum:after {
    content: "";
    display: block;
    height: 1px;
    background: #74b1ba;
    width: 113px;
    margin: 0 auto;
    margin-bottom: 23px;
    margin-top: 9px;
}
#album-photos .col-md-4{margin-bottom:20px;}.compartilhar-bar .fb-button, .compartilhar-bar .go-button, .compartilhar-bar .tw-button {float:left;}
.compartilhar-bar .fb-button  .fb-buttons-content-like {float:left; margin-right:15px;}
.compartilhar-bar .fb-button .fb-buttons-content-share{float:right;}
.fb-buttons-content-share a{
background: #4c69ba;
background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
background: -webkit-linear-gradient(#4c69ba, #3b55a0);
border: none;
-webkit-border-radius: 2px;
color: #fff;
cursor: pointer;
font-weight: bold;
height: 20px;
line-height: 20px;
padding: 0;
text-shadow: 0 -1px 0 #354c8c;
white-space: nowrap;
font-size: 11px;
padding: 4px 15px;
}
.compartilhar-bar .fb-button{margin-right: 23px;}
.compartilhar-bar{overflow: hidden;color:#999;}
.fb-buttons-content{float:left; margin-left:15px;}
.fb-buttons-content .fb-buttons-share{float:right;margin-left: 15px;}
.fb-buttons-content .fb-buttons-like{float:left;}
.compartilhar-bar .comp {
    display: block;
    background: url(/uploads/481/layout/bg-comp.png) no-repeat;
    font-family: 'Josefin Slab', serif;
    font-size: 22px;
    color: #8e8d8d;
    padding-left: 44px;
    padding-top: 8px;
    height: 44px;
    
}
.compartilhar-bar {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    margin: 24px 0;
}
.comentarios .comp {
    display: block;
    background:url(/uploads/481/layout/icon-coment.png) no-repeat;
    font-family: 'Josefin Slab', serif;
    font-size: 22px;
    color: #8e8d8d;
    padding-left: 44px;
    padding-top: 8px;
    height: 44px;
    
}
.conteudoint .titlecat, .contato .titlecat{
    background: #fafafa;
    width: 80%;
    padding: 20px;
    margin-bottom: 27px;
}
.conteudoint .titlecat h2, .contato .titlecat h2{
    margin: 0;
    font-size: 26px;
    color: #a18aa7;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 10px 0px 53px;
    background: url(/uploads/481/layout/icons-title.png) no-repeat 0px -2px;
}
.owl-theme .owl-controls .owl-buttons div{text-indent:-9999px;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
       background: url(/uploads/481/layout/seta-prev.png) no-repeat;
width: 29px;
    height: 55px;
    float: left;
    margin-left: 20px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
       background: url(/uploads/481/layout/seta-next.png) no-repeat;
width: 29px;
    height: 55px;
    float: right;
    margin-right: 20px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 40%;
        width: 100%;
}
.owl-theme .owl-controls .owl-page span{background: #AAD1E3 !important;}

.pagination {
    width: 100%;
    overflow: hidden;
}
.pagination li {
    display: inline-block;
}
.pagination hr{
        clear: both;
    overflow: hidden;
}
.pagination li a {
    background: #c0d3d8;
color: #FFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
    border-radius: 100%;
    margin: 0 5px;
    border: 0;
    font-weight: bold;
    padding: 6px;
    height: 27px;
    width: 27px;
    text-align: center;
}

.pagination .disabled a{
    background: #c2a2c9;
color: #FFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
    border-radius: 100%;
    margin: 0 5px;
    border: 0;
    font-weight: bold;
    padding: 6px;
    height: 27px;
    width: 27px;
    text-align: center;
}
.pagination .disabled a:hover{
    background: #c2a2c9;
    opacity:0.7;
}
.pagination .prox a, .pagination .anterior a{
    background:none;
    font-family: 'Josefin Slab', serif;
    font-size:15px;
    color:#8e8d8d;
    width: auto;
}
.pagination .prox a:hover, .pagination .anterior a:hover{
    color:#c0d3d8;
    background:none;
}
.pagination .prox{float:right;}
.pagination .anterior{float:left;}


.element.captcha br{display:none;}
.element.captcha img{float:left;margin-right:10px;}
#fieldset-Botoes input {
    background: #DAEEF7;
    height: auto;
    color: #000;
}
.conteudos-recente {
    border-bottom: 1px solid #efefef;
    border-left: 10px solid #efefef;
    padding: 13px 0 13px 15px;
}
.conteudos-recente:hover{border-color:#dddddd;}
.conteudos-recente h3 {
    margin: 0;
    padding: 0 !important;
    color: #313131;
    font-size: 13px;
    text-transform: uppercase;
    height: 50px;
    background: none !important;
}
.conteudos-recente img{
    height: 67px;
        width: 100%;
}
.conteudos-recente .categorias{
    font-family: 'Josefin Slab', serif;
    font-size: 14px;
    color: #8b5294;
    text-transform: uppercase;
    font-weight: bold;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{    border-color: #EEEEEE;    color: #8cc1cf;}
.owl-carousel{    margin-bottom: 31px;}
/******************
MOBILE
******************/
@media (max-width: 1024px) {
.instagram .banner-codigo {
    width: 100%!important;
    height: auto !important;
    overflow: hidden;
}   
}
@media (max-width: 768px) {
.autor .capa {
    position: relative;
    width: 360px;
    margin: 0 auto;
}
.nofl{float:none !important;}
.navbar-toggle .icon-bar{    background: #ccc;}
.menu-topo-principal .navbar {
    margin: 0;
    min-height: 36px;
    border-bottom: 1px solid #ddd;
}
#formBusca .btn.btn-default{border:0;}
.navbar-fixed-top{
    position: initial !important;
    display: block !important;
}
.logo-rodape{width:100%;}
.rodape.wrapper{background-position: center;}
.conteudos-recente img{height:auto;}
}
@media (max-width: 550px){
    .autor .capa{width:100%;}
.destaque {
    padding-top: 45px;
        height: auto;
}
.destaque .box h2{padding: 0 30px;}
.destaque .box:after, .destaque .box:before{display:none;}
}
@media (max-width: 380px){
    .social-topo{display:none;}
    #formBusca {
    width: 100%;
}
#formBusca input{border:0;}
}  