.SinglePost {
	padding: 0 0 40px 0;
	margin-bottom: 36px;
}

.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 {
	padding: 40px 58px;
}

.SinglePost .headerPost .Rotulo {
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}

.SinglePost .headerPost h1 {
	margin-bottom: 16px;
}

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

.bar-autor-descricao {
	margin: 34px 0;
	align-items: flex-start;
}

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

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

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

div.bar-autor-infos span.autor {
	padding-top: 0;
	font-weight: 600;
}

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

div.bar-autor-infos ul.redes-sociais li {
	margin-right: 15px;
	margin-bottom: 0;
}

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

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

.SinglePost .headerPost div.time-redes {
	display: flex;
	text-align: 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 {
    text-align: center;
    display: block;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0 58px;
}

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

.tags a:hover {
	opacity: 1;
}

.oVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 24px;
}

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

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;
}

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

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


@media ( max-width: 600px ) {

	.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;
	}

	ul.compartilha-redes {
		justify-content: center;
		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;
	}

}