/*1600x900*/
@media(max-width: 1600px){
	
}

/*1536x864*/
@media(max-width: 1536px){
	.blog_video-list{
		padding: 0 36px;
	}	

	.seta_blog_video.next{
		right: 0px;
	}

	.seta_blog_video.prev{
		left: 0px;
	}
}

/*1440x900*/
@media(max-width: 1440px){
	
}

/*1366x768*/
@media(max-width: 1366px){
	.blog-post-info {
	    padding: 0 5%;
	}	

	.blog-post-title {
	    font-size: 18px;
	}

	.blog-categoria-item {
	    margin: 0 10px;
	}

	.blog-categoria-title{
		font-size: 20px;
	}

	.blog-categoria-img{
		max-width: 65px;
	}

	.blog-categoria-name{
		font-size: 10px;
	}

	.post-topo-title {
	    padding: 28px;
	    font-size: 26px;
	    transform: translate(-80px, 0);
	}

	.single-post-base{
		padding-right: 10%;
	}

	.post-sidebar-title{
		font-size: 16px;
	}

	.blog-post-topo-img{
		width: 60%;
	}
	
	.wordpress-term-view .blog-categoria {
	    width: 15%;
	}	
}

/*1280x800--1280x1024*/
@media(max-width: 1280px){
	.wordpress-term-view .blog-bloco-topo{
		flex-direction: column;
	}

	.wordpress-term-view .blog-categoria{
		flex-direction: row;
		width: 100%;
	}

	.wordpress-term-view .blog-categoria-title{
		margin-right: 22px;
		margin-bottom: 0;
		text-align: left;
	}

	.wordpress-term-view .blog-categoria-list{
		flex-direction: row;
		flex-wrap: wrap;
		max-height: none;
		overflow: hidden;
		justify-content: space-between;
	}

	.wordpress-term-view .blog-categoria-item {
	    margin: 5px 10px;
	}

	.blog-post-list {
	    margin-top: 15px;
	}

	.blog-topo{
		padding: 15px;
	}

	.blog-categoria-list{
		justify-content: space-between;
	}
}

/*1080x1920*/
@media(max-width: 1080px){
		
}

/*1024x768*/
@media(max-width: 1024px){
	
}

@media(max-width: 968px){
	.base_single .single-post-container{
		flex-direction: column;
		align-items: center;
	}

	.single-post-base{
		width: 100%;
		padding-right: 0;
	}

	.post-sidebar{
		width: 100%;
		align-items: center;
	}

	.post-sidebar-list{
		width: 100%;
		flex-direction: row;
		padding: 0 36px;
	}

	.post-sidebar-item{
		padding: 0 10px;
		margin-bottom: 25px;
	}

	.blog-post {
	    width: calc(25% - 10px);
	    margin-right: 13.333px;
	    margin-bottom: 20px;
	}

	.blog_video-title,
	.post-sidebar-title-geral,
	.post-coments-title{
		font-size: 32.5px;
	}

	.blog_video-list{
		margin-top: 25px;
	}

	.blog_video{
		padding: 30px 0;
	}
}

@media(max-width: 868px){
	.blog-post:nth-of-type(n) {
	    width: calc(33.333% - 10px);
	    margin-right: 0;
	    margin-bottom: 0;
	    margin: 10px 5px;
	}

	.blog-post-img {
	    margin-bottom: 8px;
	}

	.blog-post-title {
	    font-size: 16px;
	}

	.blog-post-text {
	    font-size: 13px;
	    line-height: 1.2;
	}

	.blog-post-topo-title {
	    font-size: 20px;
	    line-height: 1.2;
	}

	.blog-post-topo-inf {
	    padding-top: 30px;
	    padding-left: 20px;
	}

	.blog-post-topo-button{
		margin-top: 15px;
	}

	.blog-categoria-title {
	    font-size: 16px;
	}

	.blog-categoria-img {
	    max-width: 55px;
	}

	.blog-categoria-item {
	    margin: 0 7px;
	}
}

/*768x1024*/
@media(max-width: 768px){
	.post-topo-left {
	    width: 53.5%;
	}

	.post-topo-right {
	    width: 46.5%;
	}

	.post-topo-title {
	    padding: 20px;
	    font-size: 22px;
	    transform: translate(-55px, 0);
	}		
}

/*720x1280*/
@media(max-width: 720px){
	
}

/*640x1136*/
@media(max-width: 640px){
	.blog-post:nth-of-type(n) {
	    width: calc(50% - 10px);
	}	

	.blog-post-topo-link {
	    flex-direction: column;
	}

	.blog-post-topo-img {
	    width: 100%;
	}

	.blog-post-topo-inf {
	    padding-top: 15px;
	    padding-left: 0;
	    width: 100%;
	}

	.blog-paginacao {
	    padding: 40px 0;
	}

	.post-topo-left {
	    width: 50%;
	}

	.post-topo-right {
	    width: 50%;
	}

	.post-topo-title {
	    padding: 15px;
	    font-size: 18px;
	}	
}

@media(max-width: 568px){
	.blog-bloco-topo{
		align-items: center;
	}

	.blog-post-topo{
		width: 80%;
	}

	.blog-post-topo-inf{
		padding-top: 8px;
		text-align: center;
		align-items: center;
	}

	.blog-post-topo-title{
		font-size: 16px;
	}

	.blog-post-topo-text {
	    font-size: 13px;
	    line-height: 1.2;
	}

	.blog-post-topo-button{
		display: none;
	}

	.blog-post-list{
		justify-content: center;
	}

	.blog-post:nth-of-type(n) {
	    width: 80%;
	    margin: 20px 0px;
	}	

	.blog-categoria,
	.wordpress-term-view .blog-categoria{
		flex-direction: column;
	}

	.blog-categoria-title,
	.wordpress-term-view .blog-categoria-title{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.post-topo-title {
	    transform: translate(0, 0);
	}

	.post-topo .single-post-container {
	    flex-direction: column;
	    align-items: center;
	}

	.post-topo-left{
		width: 100%;
	}

	.post-topo-right{
		width: 100%;
		margin-top: 15px;
	}

	.post-topo-title {
	    background-color: transparent;
	    padding: 0;
	    font-size: 20px;
	    text-align: center;
	    line-height: 1.3;
	}
}

@media(max-width: 480px){
	.blog-topo{
		align-items: center;
	}

	.blog-logo {
	    margin-right: 15px;
	    max-width: 35%;
	}	

	.blog-search_form {
	    margin-bottom: 0px;
	}
}

@media(max-width: 380px){
	.blog-post-topo {
	    width: 100%;
	}	

	.blog-post:nth-of-type(n){
		width: 100%;
	}
}

@media(max-width: 320px){
	
}

