.divide-fixed{
  display: inline-block;
}
.bt-maisblog {
  display: inline-block;
}
.centra-topo {
  border-bottom: none;
}
.bloco-interno{
	padding-top: 50px;
	padding-bottom: 100px;
}
.carrossel-blog{
	width: 100%;
	height: auto;
	display: table;
	margin: 0px auto;
}
.carr-blog{
	width: 100%;
	height: 485px;
	display: block;
	overflow: hidden;
}
.slide-blog{
	width: 338px;
	height: 485px;
	display: block;
	float: left;
	margin: 0px auto;
}
.img-slideblog{
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 20px auto;
}
.img-slideblog img{
	width: 100%;
	height: auto;
	display: block;
}
.data-slideblog{
	margin: 0px auto 5px auto;
	line-height: 1;
	text-align: center;
	color: #b0b0b0;
	font-size: 14px;
	padding: 0px 3px;
}
.tit-slideblog{
	margin: 0px auto 7px auto;
	line-height: 1.1;
	text-align: center;
	color: #616163;
	font-size: 20px;
	padding: 0px 3px;
}
.tag-slideblog{
	margin: 0px auto 0px auto;
	line-height: 1;
	text-align: center;
	color: #5c5c5c;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 3px;
}
.tit-blog{
  margin: 0px auto 25px auto;
  font-size: 22px;
  color: #616163;
  text-align: center;
  line-height: 1;
  display: none;
  text-transform: uppercase;
}
.cont-blog{
	width: 100%;
	max-width: 960px;
	height: auto;
	display: table;
	margin: 0px auto;
}
.coluna-1{
	width: 100%;
	max-width: 535px;
	height: auto;
	display: table;
	float: left;
}
.bloco-blog{
	width: 100%;
	height: auto;
	display: inline-table;
	vertical-align: top;
	margin: 0px auto;
	padding-bottom: 55px;
	border-bottom: 2px dotted #a9a9a9;
}
.carrossel-interna{
	width: 100%;
	height: auto;
	display: table;
	margin: 0px auto;
}
.carr-interna{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.slide-interna{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-color: #ededed;
}
.slide-interna img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.div-bulletsinterna{
	width: 100%;
	display: table;
	vertical-align: top;
	text-align: right;
  margin: 25px auto 30px auto;
}
.bullet-interna{
	display: inline-block;
	vertical-align: top;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
	padding:0px;
	margin:0px 9px;
	color: #616163;
	font-size: 20px;
	line-height: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.bullet-interna-ativo{
  font-family: 'quattrocento_sansbold';
}
.data-blocoblog {
  margin: 0px auto 8px auto;
  line-height: 1;
  color: #b0b0b0;
  font-size: 14px;
  padding: 0px 3px;
}
.data-blocoblog span{
 	color: #5c5c5c;
}
.tit-blocoblog {
  margin: 0px auto 17px auto;
  line-height: 1.1;
  color: #616163;
  font-size: 22px;
  padding: 0px 3px;
}
.container-texto {
	width: 100%;
	height: auto;
	display: table;
  line-height: 1.4;
  color: #5c5c5c;
  font-size: 16px;
  padding: 0px 3px;
  margin: 0px auto 20px auto;
}
.container-texto p{
  margin: 0px auto 15px auto
}
.container-texto a{
	text-decoration: underline;
  color: #5c5c5c;
}
.tags-blocoblog{
	display: inline-table;
	width: 100%;
	height: auto;
	margin: 0px auto; 
	float: left;
	clear: both;
}
.tag-blocoblog {
  width: auto;
  height: auto;
  display: inline-block;
  color: #fff;
  padding: 6px 6px 4px 6px;
  line-height: 1;
  margin: 0px 5px 10px 5px;
  text-transform: uppercase;
  border: 1px solid #5c5c5c;
  background-color: #5c5c5c;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.midias-blocoblog{
	width: auto;
	height: auto;
  display:inline-table;
  text-align: left;
  float: left;
  clear: both;
  margin: 0px auto 25px auto;
}
.midia-blocoblog{
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0px 14px 0px 0px;
}
.midia-blocoblog:before, .midia-blocoblog:after{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-1.png);
  background-size: 22px auto;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
} 
.midia-blocoblog:after{
  opacity: 0;
}
.blocoblog-face:before{
  background-position:50% -76px;
}
.blocoblog-face:after{
  background-position: 50% -128px;
}
.blocoblog-pint:before{
  background-position: 50% -179px;
}
.blocoblog-pint:after{
  background-position: 50% -231px;
}
.blocoblog-insta:before{
  background-position: 50% -283px;
}
.blocoblog-insta:after{
  background-position: 50% -335px;
}
.blocoblog-blog:before{
  background-position: 50% -387px;
}
.blocoblog-blog:after{
  background-position: 50% -439px;
}
.blocoblog-twitter:before{
  background-position:50% -671px;
}
.blocoblog-twitter:after{
  background-position: 50% -725px;
}
.container-autor{
	padding:30px 0px 50px 0px;
	display: block;
	width: 100%;
	height: auto;
	display: table;
}
.tit-contautor{
	margin: 0px auto 30px auto;
  line-height: 1.1;
  color: #616163;
  font-size: 22px;
}
.inner-contautor{
	display: table;
	width: 100%;
	height: auto;
	padding-left: 98px;
	text-align: left;
}
.img-contautor{
	width: 76px;
	height: 79px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #ededed;
}
.nome-contautor{
  margin: 0px auto 14px auto;
  line-height: 1;
  color: #5c5c5c;
  font-size: 16px;
}
.texto-contautor{
  margin: 0px auto;
  line-height: 1.5;
  color: #5c5c5c;
  font-size: 16px;
}
.texto-contautor a{
  color: #5c5c5c;
  display: block;
  text-decoration: underline;
}


.coluna-2{
	width: 100%;
	max-width: 340px;
	height: auto;
	display: table;
	float: right;
	vertical-align: top;
}
.tit-coluna{
	max-width: 710px;
	font-size: 30px;
	color:#616163;
	text-align: center;
	margin: 0px auto 35px auto;
	line-height: 1;
}
.tit-coluna span{
	width: 100%;
	color: #b0b0b0;
	font-size: 22px;
	display: inline-block;
	text-align: center;
}
.divide-coluna2{
	width: 100%;
	height: 0px;
	display: block;
	margin: 0px auto;
	border-bottom: 1px dotted #a9a9a9;
}
.categoria-blog{
	width: 100%;
	height: auto;
	padding: 40px 10px 65px 60px;
	display: table;
	text-align: left;
}
.divide-catblog{
	width: 100%;
	height: 0px;
	margin: 0px;
	display: block;
}
.link-catblog{
	display: inline-block;
	color: #616163;
	font-size: 20px;
	line-height: 1;
	margin: 0px auto 15px auto;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.bloco-coluna2{
	width: 100%;
	height: 112px;
	display: inline-table;
	vertical-align: middle;
	margin: 30px auto 0px auto;
	border-bottom: 1px dotted #a9a9a9;
	padding: 4px 15px 22px 125px;
	text-align: left;
}
.img-bloco-coluna2{
	width: 96px;
	height: auto;
	display: block;
	position: absolute;
	top: 0px;
	left: 8px;
	background-color: #ededed;
}
.img-bloco-coluna2 img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.data-coluna2{
	color: #b0b0b0;
	font-size: 14px;
	line-height: 1;
	margin: 0px auto 5px auto;
}
.nome-coluna2{
	color: #616163;
	font-size: 20px;
	line-height: 1;
	margin: 0px auto 0px auto;
}
.coluna-2 .bloco-coluna2:nth-last-child(1) {
  border-bottom: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>menu*/
.menu-blog{
  display: block;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 700;
  -webkit-transition: opacity 500ms ease, height 0ms linear 505ms;
  -o-transition: opacity 500ms ease, height 0ms linear 505ms;
  transition: opacity 500ms ease, height 0ms linear 505ms;
}
.menu-open{
  opacity: 1;
  -webkit-transition: opacity 500ms ease 5ms, height 0ms linear ;
  -o-transition: opacity 500ms ease 5ms, height 0ms linear ;
  transition: opacity 500ms ease 5ms, height 0ms linear ;
}
.inner-menu{
  width: 100%;
  height: auto;
  display: table;
  margin: 0px auto;
  text-align: center;
}
.scroller-blog{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.scroller-blog.ps-container > .ps-scrollbar-y-rail {
  right: 0px;
  width: 6px;
  opacity: 1;
  background-color:#E2E0E0;
  border-radius: 0px;
}
.scroller-blog.ps-active-y{
  padding-right: 10px;
}
.scroller-blog.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  right: 0px;
  width: 6px;
  border-radius: 0px;
}
.scroller-blog.ps-container > .ps-scrollbar-x-rail, .scroller-blog.ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.scroller-blog.ps-container:hover > .ps-scrollbar-x-rail, .scroller-blog.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1;
}
.scroller-blog.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #2f2f2f
}
.scroller-blog.ps-container:hover >.ps-scrollbar-y-rail:hover {
  background-color:#E2E0E0;
  opacity: 1;
}
.scroller-blog.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #2f2f2f
}
.scroller-blog.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #2f2f2f
}
.scroller-blog.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #2f2f2f
}
.scroller-blog.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color:#E2E0E0;
  opacity: 1;
}
.tit-menublog{
	width: 90%;
	max-width: 710px;
	font-size: 24px;
	color:#616163;
	text-align: left;
	margin: 0px auto 15px auto;
	line-height: 1;
}
.tit-menublog span{
	width: 100%;
	color: #b0b0b0;
	font-size: 18px;
	display: inline-block;
	text-align: left;
}
.menu-blog .categoria-blog {
  padding: 40px 5% 45px 5%;
}
.tag-menublog {
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #5c5c5c;
  padding: 9px 10px 7px 10px;
  line-height: 1;
  margin: 0px 7px 22px 7px;
  text-transform: uppercase;
  border: 1px solid #5c5c5c;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.posts-menublog{
  width: 100%;
  max-width: 410px;
  height: auto;
  padding: 10px 5% 15px 5%;
  display: table;
  text-align: left;
  margin: 0px ;
}
.posts-menublog .bloco-coluna2:nth-last-child(1) {
  border-bottom: none;
}
.menu-blog  .tb-menu {
    max-width: 640px;
}

@media only screen and (max-width: 320px){
.carrossel-blog{
	display: none;
}
.tit-blog {
  display: block;
}
.cont-blog {
  max-width: 535px;
}
.img-blocoblog {
  margin: 0px auto 20px auto;
}
.container-1 {
  display: none;
}
.container-2 {
  width: 100%;
}
.txt-blocoblog {
  text-align: justify;
}
.coluna-2{
	display: none;
}
.menu-blog .categoria-blog {
  text-align: center;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
.carrossel-blog{
	display: none;
}
.tit-blog {
  display: block;
}

.cont-blog {
  max-width: 535px;
}
.img-blocoblog {
  margin: 0px auto 20px auto;
}
.container-1 {
  display: none;
}
.container-2 {
  width: 100%;
}
.txt-blocoblog {
  text-align: justify;
}
.coluna-2{
	display: none;
}
.menu-blog .categoria-blog {
  text-align: center;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px){
.carrossel-blog{
	display: none;
}
.tit-blog {
  display: block;
}

.cont-blog {
  max-width: 535px;
}
.img-blocoblog {
  margin: 0px auto 20px auto;
}
.container-1 {
  display: none;
}
.container-2 {
  width: 100%;
}
.txt-blocoblog {
  text-align: justify;
}
.coluna-2{
	display: none;
}


}
@media only screen and (min-width: 601px) and (max-width: 767px){
.carrossel-blog{
	display: none;
}
.tit-blog {
  display: block;
}

.cont-blog {
  max-width: 535px;
}
.img-blocoblog {
  margin: 0px auto 20px auto;
}
.txt-blocoblog {
  text-align: justify;
}
.coluna-2{
	display: none;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.bloco-interno{
	padding-top: 85px;
}
.cont-blog {
  max-width: 690px;
}
.coluna-1 {
  max-width: 690px;
}
.coluna-2 {
  display: none;
}
.container-autor {
  padding: 30px 40px 50px 40px;
}
}
@media only screen and (min-width: 1025px){

.texto-contautor a{
  text-decoration: none;
}
.texto-contautor a:hover{
  text-decoration: underline;
}
.divide-fixed{
  display: none;
}
.bt-maisblog {
  display: none;
}
.bloco-interno{
	padding-top: 85px;
}
.link-catblog:hover{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.tag-blocoblog:hover{
	color: #5c5c5c;
	border: 1px solid #5c5c5c;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.midia-blocoblog:hover:before{
  opacity: 0;
}
.midia-blocoblog:hover:after{
  opacity: 1;
}
.img-blocoblog:hover img{
	opacity: 0.6;
}
.link-blocoblog:hover{
	color: #e66c39;
	-webkit-transition: 	all 300ms ease;
	-o-transition: 	all 300ms ease;
	transition: 	all 300ms ease;
}
.seta-pag:hover:before {
  -webkit-transform: rotate(59deg);
  transform: rotate(59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.seta-pag:hover:after {
  -webkit-transform: rotate(-59deg);
  transform: rotate(-59deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.bt-pag:hover {
  color: #e66c39;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bloco-coluna2:hover img{
	opacity: 0.6;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.tag-menublog:hover {
  color: #fff;
  border: 1px solid #5c5c5c;
  background-color: #5c5c5c;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
}

.container-texto img {
	height: auto;
	width: 100%;
}