/*
handler: ndmais-topo-colunista
deps: bootstrap-5,bootstrap-icons,ndmais-breadcrumb-noticia
version: 1.4
*/

#topo-colunista {
	padding: 30px 0;
	background: var(--gray-extra-light);
	overflow: hidden;
}

#topo-colunista .foto .moldura {
    background: #eceff1;
    display: block;
    width: 100%;
    border-radius: 8px;
}

#topo-colunista.tipo-blog .foto .moldura {
    background: #fff;
}

#topo-colunista .foto .moldura img {
	height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
}

#topo-colunista.tipo-blog .foto .moldura img{
    max-width: calc(100% - 20px);
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#topo-colunista .info {
    padding-left: 10px;
}

#topo-colunista .info .rank-math-breadcrumb {
    margin-bottom: 5px;
}

#topo-colunista .info .title{
    margin-bottom: 5px;
    display: block;
}

#topo-colunista .info .title a {
	font-size: 22px;
	font-weight: 700;
	color: var(--blue);
    display: block;
    line-height: 1;
}

#topo-colunista .lkEmail {
	font-size: 13px;
	font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
	color: var(--black);
}

#topo-colunista .info .description {
	font-size: 12px;
	color: var(--gray-darl);
	line-height: 1.3;
    margin-bottom: 10px;
}

#topo-colunista .lkEmail:hover {
	color: var(--blue);
}

#topo-colunista .social a {
	width: 30px;
	height: 30px;
	margin: 0 4px;
	background: #a6b9c7;
	color: #fff;
}

#topo-colunista .social a:hover {
	background: var(--blue);
}

#topo-colunista .social a i {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {

	#topo-colunista {
		margin-bottom: 0;
	}

    #topo-colunista.tipo-blog .foto .moldura img{
        max-width: calc(100% - 30px);
    }

	#topo-colunista .info .title a { 
		font-size: 32px;
	}

    #topo-colunista .lkEmail {
        margin-bottom: 10px;
        font-size: 14px;
    }

	#topo-colunista .social a {
		margin: 0 8px 0 0;
	}

}

@media only screen and (min-width: 992px) {

	#topo-colunista .info .title a{
		font-size: 42px;
	}

	#topo-colunista .info .description {
		font-size: 16px;
	}
}