html {
    margin: 0;
    padding: 0;
}

* { 
	outline: none!important;
	font-family: "Manrope", sans-serif;
	scroll-behavior: smooth;
}

.container {
	width: 1400px!important;
	max-width: 100%;
}

a:active, 
a:checked,
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: "Manrope", sans-serif;
	margin:0;
	padding: 0;
	font-weight: 300;
    overflow-x: hidden;
	background-color: #f9f9f9!important;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
    font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li {
	color: #414141;
	font-size: 14px;
    line-height: 24px;
	font-weight: 400;
}

p {
	color: #414141;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.1!important;
}

/* Tooltip */

.tooltip-inner {
	font-size: 15px;
    letter-spacing: 1px;
}

/*********************************************
** Título Página
*********************************************/

.tituloPrincipal {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 40px 0;
}

.tituloPrincipal.center {
	text-align: center;
}

.tituloPrincipal .boxTag {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    color: #414141;
    display: inline-block;
}

/* Título Secundário */

.tituloPrincipal.tituloSecundario .boxTag {
	color: #fff;
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
	padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4DD6A1;
    transition: all 0.2s linear;
    border-radius: 16px;
}

.boxLink a:hover .styleBotaoInterno {
	transform: scale(1.05);
}

.boxLink a .styleBotaoInterno span {
	color: #322AA2;
    font-size: 15px;
    font-weight: 500;
}

.boxLink a .styleBotaoInterno i {
	color: #322AA2;
    font-size: 22px;
	transition: all 0.2s linear;
	margin-left: 20px;
}

/*********************************************
** Item Post
*********************************************/

.itemPost {
	padding: 0;
	list-style: none;
}

.itemPost .boxInterno {
	float: left;
	width: 100%;
}

.itemPost .boxInterno .linkImagem {
    position: relative;
    float: left;
	width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.itemPost .boxInterno .linkImagem::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 67%);
}

.itemPost .boxInterno .linkImagem figure {
	float: left;
	width: 100%;
}

.itemPost .boxInterno .linkImagem figure img {
	width: 100%;
    transition: all 0.2s linear;
}

.itemPost:hover .boxInterno .linkImagem figure img {
    transform: scale(1.1);
}

.itemPost .boxInterno .linkImagem span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
    border-right: solid 2px #fdd600;
    border-bottom: solid 2px #fdd600;
    font-weight: 600;
}

.itemPost .boxInterno .boxDados {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}

.itemPost .boxInterno .boxDados h2 {
	float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #414141;
}

.itemPost .boxInterno .boxDados .resumo {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.itemPost .boxInterno .boxDados .resumo p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.itemPost .boxInterno .boxDados .boxInfo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.itemPost .boxInterno .boxDados .boxInfo .item,
.itemPost .boxInterno .boxDados .boxInfo .item span {
    font-size: 12px;
    color: #414141;
}

.itemPost .boxInterno .boxDados .boxInfo .item + .item {
    margin-left: 20px;
}

.itemPost .boxInterno .boxDados .boxInfo span.tempoLeitura::before {
    font-family: 'FontAwesome';
	content: "\f017";
	margin-right: 5px;
}

.itemPost .boxInterno .boxDados .boxInfo span.data::before {
    font-family: 'FontAwesome';
	content: "\f133";
	margin-right: 5px;
}

/*********************************************
** Paginação
*********************************************/

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 40px 0 0 0!important;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #202020;
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    background: none;
    border-radius: 8px;
    border: solid 2px #202020;
}

.pagination .page-numbers + .page-numbers {
	margin-left: 5px;
}

.pagination span.current,
.pagination a:hover {
	background: #fdd600;
	color: #202020;
    border-color: #fdd600;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	border-radius: 150px;
	width: 30px;
	height: 30px;
	margin-left: 20px;
}

.pagination .page-numbers.prev {
	margin-left: 0;
	margin-right: 15px;
}

.pagination .page-numbers.next i,
.pagination .page-numbers.prev i {
	font-size: 12px;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	margin: 0;
	color: #414141!important;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin: 0;
    float: left;
    width: 100%;
}

.bread-crumbs-pagina p {
    margin: 0;
    font-weight: 600;
}

.bread-crumbs-pagina span {
	color: #414141!important;
	font-size: 13px;
    font-weight: 600;
}

.bread-crumbs-pagina a {
	color: #414141!important;
	font-size: 13px;
    font-weight: 600;
}

.bread-crumbs-pagina .breadcrumb_last {
	color: #414141!important;
	font-size: 13px;
    font-weight: 600;
}

/*********************************************
** Sidebar
*********************************************/

#sidebarBlog #sidebarBlogInterno {
    float: left;
    width: 100%;
}

/* Posts Destaque */

#sidebarBlog #sidebarBlogInterno #postsDestaques {
    float: left;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    background: #fff;
    border: 1px solid #e6e6e6;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques h2 {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li {
    list-style: none;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .linkImg {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .linkImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 67%);
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .linkImg img {
    float: left;
    width: 100%;
    transition: all 0.2s linear;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .linkImg:hover img {
    transform: scale(1.1);
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .linkImg span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    font-size: 12px;
    border-right: solid 2px #fdd600;
    border-bottom: solid 2px #fdd600;
    font-weight: 600;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .boxTexto {
    margin-top: 15px;
    float: left;
    width: 100%;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .boxTexto h3 {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #414141;
}

#sidebarBlog #sidebarBlogInterno #postsDestaques ul li .boxTexto .dataPost {
    color: #8d8c8c;
    font-size: 12px;
}

@media (max-width: 1200px) {

	.container {
		width: 100%!important;
		max-width: 100%;
	}

    /* Título */

    .tituloPrincipal .boxTag br {
        display: none; 
    }

}

@media only screen and (max-width: 900px) {

    /* Sidebar */

    #sidebarBlog #sidebarBlogInterno #postsDestaques ul {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 768px) {

    body  {
        padding-top: 0;
    }

	/* Título */

	.tituloPrincipal {
		margin: 0 0 30px 0;
	}

	.tituloPrincipal .boxTag {
		font-size: 22px;
		line-height: 32px;	
	}

    /* Paginação */

    .pagination .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 14px;
    }

    .pagination .page-numbers.next {
        margin-left: 10px;
    }

    .pagination .page-numbers.prev {
        margin-right: 5px;
    }

    /* Item Post */

    .itemPost .boxInterno .linkImagem span {
        bottom: 12px;
        left: 12px;
        padding: 0px 10px;
        font-size: 11px;
    }

    .itemPost .boxInterno .boxDados h2 {
        font-size: 15px;
        line-height: 25px;
    }

}

@media only screen and (max-width: 500px) {

    #sidebarBlog #sidebarBlogInterno #postsDestaques ul {
        grid-template-columns: repeat(1, 1fr);
    }

}