/* CARDS POSTS. . . . . . . . . . . . . . . . . . . . . . . . . */

/* Card Primary */
.card-primary a {
	text-decoration: none;
	display: block;
}

.card-primary li {
	flex-grow: 1;
	width: 350px;
	max-width: 350px;
	min-height: 380px;
	background: #fff;
	/*border: solid 1px #EBEBEB;*/
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 12px;
    transition: 0.30s;
}

.card-primary div.thumb-min {
	position: relative;
}

.pin
 {
	position: absolute;
	top: 8px;
	right: 8px;
	width: inherit !important;
	display: none;
}

.grade3colunas li:first-child .pin,
ul.post-fixo-pin li .pin {
	display: inherit;
}

.card-primary .seta {
	margin-top: 22px;
}

.card-primary li:hover {
	box-shadow: 0px 4px 18px 1px rgba(0,0,0,0.06);
	transition: 0.30s;
	transform: translate(0px, -1px);
}

.efeito {
	box-shadow: 0px 4px 18px 1px rgba(0,0,0,0.06);
	transition: 0.20s;
	bottom: -60px !important;
	color: 
}
/* ^Card Primary */

/* Card Primary Video */

li.ui-card-primary-video a,
li.ui-card-primary-video div.thumb-min,
li.ui-card-primary-video div.thumb-min .mascara {
	height: 100%;
    min-height: 380px;
    transition: 0.20s;
}

li.ui-card-primary-video div.thumb-min {
	border-radius: 5px;
}

li.ui-card-primary-video div.thumb-min .mascara {
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5));
	border-radius: 5px;
	opacity: .7
}

li.ui-card-primary-video div.thumb-min .mascara:hover {
	opacity: 1;
	transition: 0.20s;
}

li.ui-card-primary-video div.thumb-min img {
	opacity: 0;
}

li.ui-card-primary-video div.bar-text {
	min-height: 150px !important;
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.9)) !important;
}

li.ui-card-primary-video div.bar-text div.bar-text-padding {
	margin: 0 20px;
}

li.ui-card-primary-video img.icon-play {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: inherit;
}

li.ui-card-primary-video h2 {
	font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
/*^Card Primary Video */

/* Card Picture . . . . . .  */
li.card-picture a {
	height: 100%;
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.8));
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
}

li.card-picture a .bar-text {
	padding: 32px;
    box-sizing: border-box;
    transition: .2s
}

li.card-picture a:hover .bar-text {
	padding: 32px 32px 38px 32px;
	transition: .2s
}

li.card-picture a .bar-text h2,
li.card-picture a .bar-text .gravata-data h3 {
	color: #fff;
}

li.card-picture a .bar-text .gravata-data {
	border-bottom: 1px solid #F4F4F4;
    padding: 8px 0;
    margin-bottom: 8px;
}

/*^Card Picture . . . . . .  */


/* Início (ui-card-primary-style) */

li.ui-card-primary-style .ui-line {
	margin: 16px 0;
}

li.ui-card-primary-style {
	position: relative;
}

li.ui-card-primary-style div.thumb-min img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	height: auto;
}

li.ui-card-primary-style div.bar-text {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	min-height: 170px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.20s;
}


li.ui-card-primary-style div.bar-text div.bar-text-padding {
	padding: 16px;
	display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

li.ui-card-primary-style div.bar-text div.bar-text-padding p {
	display: none;
}

.Nothumb {
	position: relative;
}

.Nothumb span {
	position: absolute;
	font-size: 100px;
	color: #E4E4E4;
	bottom: 0;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.ui-card-primary-style .Nothumb span {
	top: 0;
	bottom: inherit;
	height: 200px;

}

li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding {
	justify-content: flex-start;
}

li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding p {
	display: inherit;
}

li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding div:last-child {
	margin-top: 8px;
}

li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding .ui-line,
li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding .time {
	display: none;
}
/* ^ fim (ui-card-primary-style) */

/* Início (ui-card-legal) */
li.ui-card-legal {
	border: 0;
}

li.ui-card-legal div.bar-top {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	height: 50px; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;    
    -webkit-box-shadow: 0px 6px 12px -8px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 11px 6px -8px rgba(0,0,0,0.21);
	box-shadow: 0px 11px 6px -8px rgba(0,0,0,0.21);
} 


li.ui-card-legal-primary-style {
	
}   

li.ui-card-legal-primary-style div.bar-text-padding {
	display: flex;
	align-items: center;
	height: 330px;
	padding: 16px;
	box-sizing: border-box;
}

li.ui-card-legal-primary-style div.bar-text-padding span {
	margin-top: 16px;
	display: block;
}

li.ui-card-legal-primary-style h2 {
	margin-bottom: 8px;
}

li.ui-card-legal-primary-style p {
	
}

li.ui-card-legal-secundary-style {
} 

li.ui-card-legal-secundary-style div.bar-text-padding {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 330px;
	padding: 36px 16px;
	box-sizing: border-box;
}

li.ui-card-legal-secundary-style h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 33px;
	color: #fff;
}
/* ^ fim (ui-card-legal) */

/* Início (ui-card-eventos) */

li.ui-card-eventos {
	position: relative;
}

li.ui-card-eventos div.bar-top {
	border-bottom: solid 1px #DEDEDE;
	box-shadow: none;
	position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

li.ui-card-eventos div.bar-top .pin {
	position: inherit;
}

li.ui-card-eventos div.data-local {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 50px;
	z-index: 2;
	padding: 16px;
	box-sizing: border-box;
	color: #4D4D4D
}

li.ui-card-eventos div.data-local strong {
	font-size: 26px;
	font-weight: 300;
	display: block;
	margin-bottom: 4px;
}

li.ui-card-eventos div.data-local span {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 300;
}

li.ui-card-eventos div.thumb-min {
	position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

li.ui-card-eventos div.thumb-min img {
	border-radius: 5px;
}

li.ui-card-eventos div.thumb-min .Nothumb span {
	bottom: inherit;
	top: 20px;
}

li.ui-card-eventos div.bar-text {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.20s;
}

li.ui-card-eventos div.bar-text-padding {
	padding: 16px;
}

li.ui-card-eventos h2 {
	font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #4D4D4D;
}

/* ^fim (ui-card-eventos) */

/* início (ui-card-autor) */
li.ui-card-autor {
	background: #0091FF;
	position: relative;
}

li.ui-card-autor div.bar-text-padding {
	padding: 36px 16px;
	position: relative;
}

li.ui-card-autor div.bar-text-padding h2,
li.ui-card-autor div.bar-text-padding p {
	color: #fff;
}
li.ui-card-autor div.bar-text-padding p {
	margin-top: 8px;
}
li.ui-card-autor div.bar-autor {
	background: #ededed;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;  
}

li.ui-card-autor div.bar-autor div.bar-autor-infos {
	background: #fff;
	height: 80px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;  
	padding: 0 16px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

li.ui-card-autor div.bar-autor div.bar-autor-infos span.avatar-autor {
	position: absolute;
	top: -25px;
}

li.ui-card-autor div.bar-autor div.bar-autor-infos span.avatar-autor img {
	width: 50px;
    height: auto;
    border-radius: 100px;
}
/* ^ fim (ui-card-autor) */

/* início (ui-bigcard) */
li.ui-bigcard-style {
	width: 662px;
	min-width: 662px;
}

li.ui-bigcard-style a {
	display: flex;
	justify-content: space-between;
}

li.ui-bigcard-style div.bar-textos {
	max-width: 287px;
}

li.ui-bigcard-style div.bar-textos div.bar-text-padding {
	padding: 34px;
}

li.ui-bigcard-style div.thumb-min img {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
}
/* ^ fim (ui-bigcard) */

/*  início (ui-supercard) */
li.ui-supercard-style {
	width: 1004px;
	min-width: 1004px;
}

li.ui-supercard-style div.bar-textos {
	max-width: 644px;
}
li.ui-supercard-style div.bar-textos div.bar-text-padding {
	padding: 54px;
}
/* ^ fim (ui-supercard) */

/*  início (card-primary-mini) */
li.card-primary-mini {
	width: 318px;
    min-height: 120px;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 0 10px 10px 10px;
    transition: 0.30s;
}

li.card-primary-mini a {
	display: flex;
}

li.card-primary-mini a div.thumb-min {
	width: 120px;
	min-width: 120px;
	padding: 8px;
}

li.card-primary-mini a div.thumb-min img {
	height: auto;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

li.card-primary-mini a div.bar-text {
	width: 198px;
	display: flex;
	align-items: center;
}

li.card-primary-mini a div.bar-text .bar-text-padding {
	padding: 8px 8px 8px 0;
}

li.card-primary-mini a div.bar-text .bar-text-padding h2 {
	font-size: 14px;
	line-height: 20px;
}

li.card-primary-mini:hover {
	box-shadow: 0px 4px 18px 1px rgba(0,0,0,0.06);
	transition: 0.30s;
	transform: translate(0px, -1px);
}
/* ^fim (card-primary-mini) */



/*^CARDS POSTS. . . . . . . . . . . . . . . . . . . . . . . . . */


@media ( max-width: 1024px ) {
	.card-primary li {
		width: 320px;
		max-width: 320px;
		margin: 10px;
	}
}

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

@media ( max-width: 600px ) {

/* CARDS POSTS . . . . . . . . . . . . . . . . . . . . . . . . . */
/* Tipo UI Styles . . . . . . . */

.tipo_headerHero h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	color: #fff !important;
}

.tipo-card-primary h2 {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
}

.tipo-card-primary h3 {
	font-weight: 700;
	font-size: 11px;
	line-height: 19px;
	line-height: 15px;
	text-transform: uppercase;
}

.tipo-card-primary .time {
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
}
li.ui-card-legal-primary-style h2 {
	font-size: 20px;
}

.tipo-card-primary-produto span.selo-produto,
.tipo-card-primary-produto div.selo-badge {
    top: 8px;
    right: 8px;
}

/*^Tipo UI Styles . . . . . . . */


/* Card Primary Video . . . . . . . */

li.ui-card-primary-video  {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.9)) !important;
}

li.ui-card-primary-video a {
	align-items: center;
}

li.ui-card-primary-video div.thumb-min {
	min-width: inherit;
	max-width: inherit;
}

li.ui-card-primary-video div.thumb-min .Nothumb {
	height: 100%;
}

li.ui-card-primary-video div.thumb-min .Nothumb span {
	bottom: 20px;
}


li.ui-card-primary-video a, li.ui-card-primary-video div.thumb-min, li.ui-card-primary-video div.thumb-min .mascara {
    height: inherit;
    min-height: inherit;
}

li.ui-card-primary-video div.thumb-min .mascara {
	opacity: 1
}

li.ui-card-primary-video div.thumb-min {
	padding: 0 !important
}

li.ui-card-primary-video div.thumb-min img {
	min-width: 138px;
    opacity: inherit;
    display: block;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

li.ui-card-primary-video div.bar-text {
	min-height: inherit !important;
	background: none !important
}

li.ui-card-primary-video h2 {
	font-size: 13px;
	line-height: 18px;
}

.card-primary-fullmobile li.ui-card-primary-video {
	background: none !important
}

.card-primary-fullmobile li.ui-card-primary-video div.bar-text {
	height: initial;
	min-height: 80px !important;
    background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.9)) !important;
}

.card-primary-fullmobile li.ui-card-primary-video .mascara {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-primary-fullmobile li.ui-card-primary-video div.thumb-min img {
	display: none;
}

/*^Card Primary Video . . . . . . . */


/* Card Primary */
.card-primary li {
width: 100%;
max-width: inherit;
height: inherit;
min-height: inherit;
margin: 0 0 10px 0;
}

.card-primary li a {
	display: flex;
}

.card-primary li div.thumb-min img {
	width: 100%;
	max-height: inherit;
	height: auto;;
}

.card-primary li div.thumb-min .pin {
	top: 16px;
    right: 16px;
}

li.ui-card-primary-video img.icon-play {
	right: 8px;
	bottom: 8px;
}

/* Início (ui-card-primary-style) */
li.ui-card-primary-style .ui-line {
	margin: 8px 0;
}
li.ui-card-primary-style div.thumb-min {
	min-width: 130px;
	max-width: 130px;
	padding: 8px;
}
li.ui-card-primary-style div.thumb-min img {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
li.ui-card-primary-style .Nothumb span {
    top: initial;
    bottom: 0;
    height: 100%;
}
li.ui-card-primary-style div.bar-text {
	position: inherit;
	bottom: inherit;
	height: inherit;
	min-height: inherit;
	background: inherit;
}
li.ui-card-primary-style div.bar-text div.bar-text-padding {
	padding: 8px
}
li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding {
	justify-content: space-around;
}
li.ui-card-primary-com-subtitulo-style div.bar-text div.bar-text-padding div:last-child {
	display: none;
}
/* Fim (ui-card-primary-style) */
/* ^Card Primary */

/* Início (ui-card-legal) */
li.ui-card-legal {
	max-height: 250px;
}
li.ui-card-legal a {
	display: inherit;
}
li.ui-card-legal-primary-style div.bar-text-padding {
	height: inherit;
}
li.ui-card-legal-secundary-style div.bar-text-padding {
	height: inherit;
}
li.ui-card-legal-secundary-style h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 34px;
}
/* Fim (ui-card-legal) */

/* início (ui-card-autor) */
li.ui-card-autor {
	max-height: inherit;
}
li.ui-card-autor h2 {
	font-size: 20px;
	line-height: 26px;
}
li.ui-card-autor div.bar-text-padding {
	margin-bottom: 80px;
}
li.ui-card-autor div.bar-autor div.bar-autor-infos {
	/*height: 60px;*/
}
li.ui-card-autor div.bar-autor div.bar-autor-infos span.avatar-autor img {
	max-width: 40px;
}
li.ui-card-autor span.autor {
 padding-top: 18px;
}
/* fim (ui-card-autor) */

/* início (ui-bigard) */
li.ui-bigcard-style {
	max-height: inherit;
	min-width: inherit;
}
li.ui-bigcard-style a {
	flex-direction: column-reverse;
	justify-content: space-between;
}
li.ui-bigcard-style div.bar-textos {
	max-width: inherit;
}
li.ui-bigcard-style div.bar-textos div.bar-text-padding {
	padding: 16px;
}
li.ui-bigcard-style h2 {
    font-size: 20px;
    line-height: 26px;
}
li.ui-bigcard-style div.thumb-min img {
	border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
}
/* fim (ui-bigard) */

/* início (card-primary-mini) */
li.card-primary-mini {
	width: 100%;
	margin: 0 0 10px 0;
}
li.card-primary-mini a div.bar-text {
	width: inherit;
}
/* fim (card-primary-mini) */

/* CARDS PRIMARY FULL MOBILE. . . . . . . . . . . . . . . . . . . . . . . . . */
ul.card-primary-fullmobile li {
	width: 242px;
	height: 320px;
}

ul.card-primary-fullmobile li a {
	display: block;
}

ul.card-primary-fullmobile div.thumb-min {
	min-width: inherit !important;
	max-width: inherit !important;
	max-height: inherit !important;
}

ul.card-primary-fullmobile div.bar-text {
	position: absolute;
	bottom: 0;
	background: #fff;
}
/*^CARDS PRIMARY FULL MOBILE. . . . . . . . . . . . . . . . . . . . . . . . . */

/* Início (ui-card-eventos) */

li.ui-card-eventos {
	max-height: inherit;
	min-height: 380px;
}

/* fim (ui-card-eventos) */

/* CARDS POSTS BENEFICIOS . . . . . . . . . . . . . . . . . . . . . . . . . */
 li.card-primary-beneficios div.thumb-min img {
 	border-top-right-radius: 5px;
 	border-bottom-left-radius: 0px;
 }

 /*^CARDS POSTS BENEFICIOS . . . . . . . . . . . . . . . . . . . . . . . . . */

/* CARDS POSTS ESPECIALIDADES . . . . . . . . . . . . . . . . . . . . . . . . . */

#cardsSlider .owl-nav {
	display: none;
}

li.card-primary-especialidades {
	width: 242px;
	height: 320px;

}

li.card-primary-especialidades a {
	display: block;
}

li.card-primary-especialidades div.thumb-min {
	min-width: inherit;
	max-width: inherit;
	max-height: inherit;
}

li.card-primary-especialidades div.thumb-min img {
	border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
}

/* ^CARDS POSTS ESPECIALIDADES . . . . . . . . . . . . . . . . . . . . . . . . . */

/* Card Picture . . . . . .  */
li.card-picture {
	min-height: 150px;

}

li.card-picture a .bar-text h2 {
	font-size: 16px;
    line-height: 22px;
}
/*^Card Picture . . . . . .  */

/*^CARDS POSTS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .*/

}