.headerVideoBlack {
	background: #393d3f;
    box-shadow: 35vw 0 0 #393d3f, -35vw 0 0 #393d3f;
    padding: 14px 0 0 0;
}

.headerVideoBlack div.bar-text {
	padding: 10px 60px 20px 60px;
}


.headerVideoBlack h1.titpost {
	font-weight: 300;
	color: #fff;
}

.headerVideoBlack .Rotulo {
	display: flex;
	align-items: center;
	color: #fafafa;
}

.headerVideoBlack .Rotulo img {
	padding-right: 8px;
	width: 12px;
}


.SinglePost {
	margin: 0 auto 36px auto;
}

.SinglePost .flex-single-post {
	display: flex;
	align-items: flex-start;
	padding: 40px 60px;
}

.SinglePost .flex-single-post .side-post-full {
	width: 100%;
}

.SinglePost .flex-single-post .side-post {
	max-width: 550px;
	min-width: 550px;
}

.SinglePost .flex-single-post .sidebar-posts {
	padding-left: 60px;
	margin-top: 40px;
}

.SinglePost .flex-single-post .sidebar-posts .card-primary li {
	margin: 0 0 10px 0;
}

.SinglePost .headerPostVideo {
	height: 450px;
	background: #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	padding: 0 !important;
}

.SinglePost .headerPostVideo .mascara {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.SinglePost .headerPostVideo .mascara .titulo-post {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 58px 0 58px;
}

.SinglePost .headerPostVideo .mascara div.bar-autor {
	padding: 24px 58px;
	margin: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

.SinglePost .headerPostVideo h1 {
	text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.SinglePost .headerPostVideo div.bar-autor-infos span.autor {
	color: #fff;
}

.SinglePost .headerPost {
	
}

.SinglePost .headerPost .Rotulo {
	display: inline-block;
	margin-bottom: 6px;
}

.SinglePost .headerPost h1 {
	margin-bottom: 16px;
}
.cta-autor-resume{
	opacity: .9;
	 display: block;
}

.cta-autor-resume:hover {
	opacity: 1;
    transition: 0.10s;
}

.bar-autor {
	display: flex;
	margin: 14px 0 0 0;
	align-items: center;
}

.bar-autor-descricao {
	margin: 34px 0;
	align-items: flex-start;
	border-top: solid 1px #D8D8D8;
    padding-top: 16px;
}

.bar-autor-no-center {
	align-items: inherit;
}

.bar-autor .avatar-autor img {
	width: 40px;
	min-width: 40px;
	height: auto;
	border-radius: 100px;
	margin-bottom: 0px;
}

div.bar-autor-infos {
	padding-left: 8px;
}

div.bar-autor-infos span.autor {
	padding-top: 0;
	font-weight: 600;
	font-size: 12px;
	color: #4d4d4d;
}

div.bar-autor-infos .tags {
	padding: 12px 0;
}

div.bar-autor-infos .tags a {
	margin: 0px;
    color: #333;
    font-weight: 600;
    padding: 2px 12px;
    border: solid 1px #999;
    background: #fff;
    font-size: 12px;
    border-radius: 100px;
    transition: 0.10s;
}

div.bar-autor-infos .tags a:hover {
	transform: scale(1.05);
	transition: 0.10s;
}

div.bar-autor-infos ul.redes-sociais {
	list-style: none;
	display: flex;
	padding: 0;
	align-items: center;
	margin: 6px 0 12px 0;
}

div.bar-autor-infos ul.redes-sociais li {
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 12px;
}

div.bar-autor-infos ul.redes-sociais li img {
	margin-bottom: 0;
	opacity: .7;
	max-width: 75%;
}

div.bar-autor-infos ul.redes-sociais li img:hover {
	opacity: 1;
}

div.bar-autor-archive .bar-autor-descricao {
	border-top: 0px;
	padding-top: 0px;
}

div.bar-autor-archive span.autor,
div.bar-autor-archive div.bar-autor-infos .tags {
	display: none;
}

div.bar-autor-archive div.bar-autor-infos ul.redes-sociais {
	margin: 16px 0 12px 0;
}

div.bar-autor-archive .bar-autor {
	flex-direction: column;
	align-items: center;
}

div.bar-autor-archive .bar-autor .avatar-autor {
	padding-bottom: 12px
}

div.bar-autor-archive .bar-autor .avatar-autor img {
	width: 70px;
    min-width: 70px;
}

.SinglePost .headerPost div.time-redes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #D8D8D8;
	padding-bottom: 18px;
	margin: 34px 0 0 0;
}

.SinglePost .headerPost .bar-infos-evento {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.SinglePost .headerPost .bar-infos-evento div.thumb-min img {
	max-width: 180px;
	height: auto;
	margin-right: 24px;
	border-radius: 5px;
}

.SinglePost .headerPost .bar-infos-evento div.data-local {
	margin: 4px 0 6px 0;
}

.SinglePost .headerPost .bar-infos-evento div.data-local strong {
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 4px;
}

.SinglePost .headerPost .bar-infos-evento div.data-local span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

.SinglePost .headerPost .bar-infos-evento a {
	font-size: 13px;
	color: #4E87FF;
}

.PaginaObrigado .okicon {
	display: flex;
    justify-content: center;
    margin: 20px 0;
}

.PaginaObrigado .headerPost {
	max-width: 600px;
	margin: 0 auto;
	border-bottom: solid 1px #E7E7E7;
	padding: 40px 0;
}

.PaginaObrigado h1.titpost {
	font-size: 26px;
	line-height: 33px;
}

.PaginaObrigado .cms-text {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 0;
}

.PaginaObrigado .gradeProdutos {
	max-width: 600px;
    margin: 0 auto;
}

.PaginaObrigado li.ui-supercard-primary-produto {
	height: inherit;
	display: flex;
    justify-content: space-between;
    border: 0;
    box-shadow: none;
}

.PaginaObrigado li.ui-supercard-primary-produto div.bar-text div.bar-text-padding {
    padding: 12px 34px;
}

.PaginaObrigado li.ui-supercard-primary-produto h2 {
	font-size: 20px;
	line-height: 26px;
}

.PaginaObrigado li.ui-supercard-primary-produto div.thumb-min img {
	max-height: 250px;
	border-radius: 0;
}

.titsection {
    display: block;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
}

.tags {
	display: flex;
	flex-wrap: wrap;
}

.tags a {
	color: #666;
	background: #ededed;
	border-radius: 3px;
	padding: 1em 1.5em;
	margin: 2px;
	font-size: .9em;
    font-weight: 300;
    opacity: .7
}

.tags a:hover {
	opacity: 1;
}

.oVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.oVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.video-erro {
	width: 100%;
    height: 100%;
    background: url(../img/tv-static.gif) no-repeat center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 13px;
}

div.box-infos-evento {
	background: #FBFBFB;
	color: #4D4D4D;
	line-height: 24px;
	font-size: 14px;
	border-radius: 5px;
	max-width: 900px;
	margin: 32px auto;
	padding: 36px;
	box-sizing: border-box;
}

div.box-infos-evento ul {
	padding: 32px 0;
}

div.box-infos-evento ul li:first-child {
	padding-bottom: 18px;
	border-bottom: solid 1px #E7E7E7;
}

div.box-infos-evento ul li:last-child {
	padding-top: 18px;
}

div.box-infos-evento strong {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
}

div.box-comentarios {
	padding: 36px 0;
}

div.box-comentarios iframe {
	width: 100% !important;
}

.font-fundo-black h2 {
	
}

.font-fundo-black p,
.font-fundo-black .time {
	
}

.font-fundo-black .titsection {
	margin-top: 16px;
}

div.box-fontes {
	margin: 24px 0;
	display: block;
	padding: 24px;
	color: #999;
    background: #ededed; 
    border-radius: 3px;
    opacity: .5;
    font-size: 12px;
    word-break: break-all;
    line-height: 16px;
}

div.box-fontes:hover {
	opacity: 1;
}

div.box-fontes strong.tit-fontes {
	margin-bottom: 16px;
	display: block;
}

div.box-fontes p {
	display: block;
	margin-bottom: 16px;
}

div.box-fontes a {
	color: #666;
}

/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */


@media ( max-width: 600px ) {

	.SinglePost {
		padding: 0;
	}

	.SinglePost .flex-single-post {
		flex-direction: column;
		padding: 0 0 22px 0;
	}

	.SinglePost .flex-single-post .side-post {
		min-width: inherit;
	}

	.SinglePost .flex-single-post .sidebar-posts {
		padding-left: 0;
		padding: 0 8px;
	}

	.SinglePost .headerPost {
	    padding: 20px 8px;
	}

	.SinglePost .headerPostVideo {
		height: 250px;
	}

	.SinglePost .headerPostVideo .mascara div.bar-autor,
	.SinglePost .headerPostVideo .mascara .titulo-post {
		padding: 12px 8px;
	}

	.SinglePost .headerPostVideo h1 {
		max-width: inherit;
	}

	.breadcrumb li:nth-last-child(-n+1) {
		display: none;
	}

	.PaginaObrigado .headerPost,
	.PaginaObrigado .cms-text,
	.PaginaObrigado .gradeProdutos {
    	margin: 8px 12px;
	}

	.PaginaObrigado li.ui-supercard-primary-produto div.bar-text div.bar-text-padding {
    	padding: 0 12px 0 0;
	}

	.PaginaObrigado li.ui-supercard-primary-produto h2 {
    	font-size: 14px;
    	line-height: 20px;
	}

	.SinglePost .headerPost div.time-redes {
		flex-direction: column;
		align-items: inherit;
	}

	ul.compartilha-redes {
		justify-content: flex-start;
		margin-top: 12px;
	}
	.corrigemargem {
		margin-top: 34px;
	}
	.tags {
		padding: 0 6px
	}

	.SinglePost .headerPost .bar-infos-evento div.thumb-min img {
		max-width: 120px;
		margin-right: 12px;
	}
	.SinglePost .headerPost .bar-infos-evento div.data-local strong {
		font-size: 24px;
	}
	div.box-infos-evento,
	div.box-comentarios  {
		margin: 14px 4px;
		padding: 8px;
	}

	.headerVideoBlack div.bar-text {
    	padding: 8px;
	}

}