/****** FONTS *******/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/****** CSS GERAL ******/
body {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto';
}
a {
	text-decoration: none;
} 

/****** BLOG ******/ 
.page-blog {
	margin-top: 75px;
	overflow: hidden;
}
.page-blog .page-banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.page-blog .page-banner .img-banner {
	width: 100%;
	margin-top: 5px;
}
.page-blog .page-banner .img-banner img {
	width: 100%;
	transition: ease-in-out 1s;
}
.page-blog .page-banner .img-banner .banner-mobile {
	display: none;
}
.page-blog .page-banner .img-banner [data-scroll="in"] {
	filter: brightness(0.7);
    transform: scale(1.06);
}
.page-blog .page-banner .text-block {
	z-index: 2;
	position: absolute;
}
.page-blog .page-banner .text-block h1 {
	font-size: 60px;
	text-align: center;
	font-family: 'Roboto';
	font-weight: bold;
	color: #fff;
	transform: translateX(100px);
	transition: ease-in-out 0.8s;
	opacity: 0;
}
.page-blog .page-banner .text-block h2 {
	font-size: 40px;
	font-family: 'Roboto';
	font-weight: 400;
	text-align: center;
	width: 680px;
	color: #fff;
	transform: translateX(100px);
	transition: ease-in-out 1.2s;
	opacity: 0;
}
.page-blog .page-banner .text-block [data-scroll="in"] {
	transform: translateX(0px);
	opacity: 1;
} 
.page-blog .content-area {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 10px;
}
.page-blog .content-area .feed {
	width: 850px;
}
.page-blog .content-area .feed .prev-post {
	width: 584px;
	margin-bottom: 50px;
	position: relative;
	transform: translateY(100px);
	transition: ease-in-out 1s;
	opacity: 0;
}
.page-blog .content-area .feed [data-scroll="in"] {
	transform: translateY(0px);
	opacity: 1;
}
.page-blog .content-area .feed .prev-post h2.prev-title a {
	font-weight: 100;
	font-size: 32px;
	line-height: 110%;
	color: #000;
}
.page-blog .content-area .feed .prev-post .prev-sub-title {
	font-size: 14px;
	color: #000 !important;
	margin-top: 5px;
}
.page-blog .content-area .feed .prev-post .prev-sub-title a {
	color: #000;
	text-decoration: underline !important;
	font-size: 14px !important;
}
.page-blog .content-area .feed .prev-post .prev-img {
	width: 100%;
}
.page-blog .content-area .feed .prev-post .prev-img a {
	display: block;
}
.page-blog .content-area .feed .prev-post .prev-img img {
	width: 100%;
}
.page-blog .content-area .feed .prev-post .prev-content {
	font-size: 14px;
	line-height: 1.5rem;
	color: #000 !important;
}
.page-blog .content-area .feed .prev-post .prev-content a {
	font-size: 14px !important;
    color: #000 !important;
}
.page-blog .content-area .feed .prev-post .green-line{
	width: 400px;
    border-bottom: 4px solid #007B8B;
    border-radius: 25px;
    margin: auto;
	margin-top: 40px;
}

.page-blog .content-area .feed .not-found {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-blog .content-area .feed .not-found img {
	filter: contrast(0.1);
	width: 120px;
}

.page-blog .content-area .feed .not-found .alert-msg {
	font-size: 20px !important;
	font-weight: 500;
	margin-top: 10px;
}

.page-blog .content-area .feed .not-found a {
	color: #000 !important;
	text-decoration: underline !important;
	font-weight: 500;
	margin-top: 5px;
}

/****** SIDE-BAR ******/

#side-bar {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 300px;
	display: none;
}
#side-bar .search {
	width: 100%;
}
#side-bar .search .form-categoria {
	position: relative;
}
#side-bar .search #categorias {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	border: 1px solid #6666;
	border-radius: 5px;
	font-size: 14px;
}
#side-bar .search .fa-sort-down {
	position: absolute;
    right: 22px;
    top: 11px;
    background: none;
    border: none;
    font-size: 20px;
}
#side-bar .search .form-pesquisa {
	position: relative;
}
#side-bar .search .form-pesquisa #pesquisa {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	padding-left: 10px;
	outline-offset: 0 !important; 
	border: 1px solid #6666;
	border-radius: 5px;
}
#side-bar .search .form-pesquisa .botao-pesquisa {
    position: absolute;
    right: 2px;
    top: 22px;
    background: none;
    border: none;
    width: 50px;
    height: 46px;
    background-color: #fff;
    color: #666666;
}
#side-bar .melhores-pubs {
	margin-top: 40px;	
}

#side-bar .melhores-pubs .title {
	font-size: 24px;
	width: 100%;
	text-align: center;	
	color: #000 !important;
	margin-bottom: 10px;
}
#side-bar .melhores-pubs .green-line {
	width: 100px;
    border-bottom: 4px solid #007B8B;
    border-radius: 25px;
}
#side-bar .melhores-pubs .publicacao { 
	margin-top: 40px;
}
#side-bar .melhores-pubs .publicacao .pub-title a { 
	font-size: 18px;
	font-weight: bold;
    color: #000;
	width: 100%;
    display: block;
	margin-bottom: 10px;
}
#side-bar .melhores-pubs .publicacao .prev-pub-img img { 
	width: 100%;
}
#side-bar .melhores-pubs .publicacao .prev-pub { 
	font-size: 14px;
	line-height: 1.5rem;
	margin-top: 1rem;
	color: #000 !important;
}
#side-bar .melhores-pubs .publicacao .prev-pub  a { 
	color: #000 !important;
	font-size: 14px !important;
}
#side-bar .content-email { 
	background-color: #F9F9F9;
	padding: 30px 24px;
	margin-top: 2rem;
}
#side-bar .content-email .title { 
	font-size: 21px;
    color: #000;
}
#side-bar .content-email .receber-email .input-nome, #side-bar .content-email .receber-email .input-email { 
	width: 100%;
	height: 50px;
	border: 1px solid #666;
	background: none;
	margin-top: 15px;
	padding-left: 10px;
	border-radius: 5px;
}
#side-bar .content-email .div-check { 
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
#side-bar .content-email .div-check #check_concordar { 
	width: 18px;
    height: 18px;
    margin-right: 5px;
	appearance: auto;
}
#side-bar .content-email .div-check label { 
	font-size: 13px;
}
#side-bar .content-email .termos { 
	font-size: 14px;
	text-align: center;
}
#side-bar .content-email .termos a { 
	color: #000;
	text-decoration: underline !important;
}
#side-bar .content-email .div-button { 
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
#side-bar .content-email .div-button button { 
	width: 80%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 17px;
	cursor: pointer;
}

#side-bar .content-email .div-button button:hover {
	background-color: #F68C51;
	color: #fff;
	border: 1px solid #fff;
}

/****** POST-BLOG ******/

.post-page {
	margin-top: 120px;
	overflow: hidden;
}
.post-page .page-banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 15px;
}
.post-page .page-banner .img-banner {
	width: 100%;
}
.post-page .page-banner .img-banner img {
	width: 100%;
	transition: ease-in-out 1s;
}
.post-page .page-banner .img-banner [data-scroll="in"] {
	filter: brightness(0.7);
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.post-page .page-banner .text-block {
	z-index: 2;
	position: absolute;
}
.post-page .page-banner .text-block h2 {
	font-size: 60px;
	text-align: center;
	font-family: 'Roboto';
	font-weight: bold;
	color: #fff;
	transform: translateX(100px);
	transition: ease-in-out 0.8s;
	opacity: 0;
}
.post-page .page-banner .text-block h3 {
	font-size: 40px;
	font-family: 'Roboto';
	font-weight: 400;
	text-align: center;
	width: 680px;
	color: #fff;
	transform: translateX(100px);
	transition: ease-in-out 1.2s;
	opacity: 0;
}
.post-page .page-banner .text-block [data-scroll="in"] {
	transform: translateX(0px);
	opacity: 1;
} 
.post-page .content-area {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-top: 25px;
	padding: 10px 20px;
}
.post-page .content-area .content-post {
	width: 850px;
	margin-right: 20px;
}
.post-page .content-area .content-post .post {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	transform: translateY(100px);
	transition: ease-in-out 1s;
	opacity: 0;
}
.post-page .content-area .content-post [data-scroll="in"] {
	transform: translateY(0px);
	opacity: 1;
}
.post-page .content-area .content-post .post .title {
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	color: #000;
}
.post-page .content-area .content-post .post .sub-title {
	font-size: 14px;
	color: #000 !important;
	margin-top: 5px;
}
.post-page .content-area .content-post .post .img {
	width: 100%;
}
.post-page .content-area .content-post .post .img img {
	width: 100%;
}
.post-page .content-area .content-post .post .sub-title a {
	font-size: 14px !important;
    line-height: 1.7rem;
    color: #000 !important;
    text-decoration: underline !important;
}
.post-page .content-area .content-post .post .content {
	margin-top: 1rem;
}
.post-page .content-area .content-post .post .content p {
	color: #000;
}
.post-page .content-area .content-post .post .content p a {
	text-decoration: underline;
	color: #1155cc;
}
.post-page .content-area .content-post .post .compartilhe {
    margin-top: 2rem;
	font-size: 24px;
	color: #000;
}
.post-page .content-area .content-post .post .compartilhe h3 {
	margin-bottom: 5px;
	margin-top: 0px !important;
	font-size: 16px !important;
}
.post-page .content-area .content-post .post .compartilhe p {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px !important;
}
.post-page .content-area ul#paginacao {
	display: flex;
    justify-content: center;
    width: 750px;
}
.post-page .content-area #paginacao li a {
	color: #000;
	font-weight: 600;
}

/****** RESPONSIVIDADES - BLOG ******/

@media only screen and (max-width: 1100px) {
	.page-blog .content-area .feed .prev-post {
		width: 600px;
	}
}

@media only screen and (max-width: 900px) {
	.page-blog .content-area .feed .prev-post {
		width: 500px;
	}
	.page-blog .content-area .feed {
		width: auto; 
		margin-right: 40px;
	}
}

@media only screen and (max-width: 750px) {
	.page-blog .content-area {
		flex-direction: column;
	}

	.page-blog .content-area .feed {
		width: 100%;
	}
	.page-blog .content-area .feed .prev-post h2.prev-title a {
		font-weight: 400;
		font-size: 25px;
		line-height: 30px;
	}
	.page-blog .content-area .feed .prev-post {
		width: 100%;
	}
	.page-blog .content-area .feed .prev-post .green-line {
		width: 80%;
	}

	#side-bar {
		width: 100%;
		margin-top: 50px;
	}
	#side-bar .melhores-pubs .green-line {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.page-blog .page-banner .img-banner .banner-mobile {
		display: unset; 
	}
	.page-blog .page-banner .img-banner .banner {
		display: none; 
	}
	.page-blog .page-banner .text-block h2 {
		font-size: 40px;
		font-weight: 500;
	}
	.page-blog .page-banner .text-block h3 {
		font-size: 20px;
		font-weight: 300;
		width: auto;
	}
	.caminho {
		display: none;
	}
	.page-blog .page-banner .img-banner {
		margin-top: 0px;
	}
	.page-blog {
		margin-top: 50px;
		overflow: hidden;
	}
}

/****** RESPONSIVIDADES - POST ******/

@media only screen and (max-width: 1100px) {
	.post-page .content-area .content-post {
		width: 600px;
	}
}

@media only screen and (max-width: 900px) {
	.post-page .content-area .content-post  {
		width: 500px;
	}
	.page-blog .content-area .post {
		width: auto; 
		margin-right: 40px;
	}
}

@media only screen and (max-width: 750px) {
	.post-page .content-area {
		flex-direction: column;
	}
	.post-page .content-area .content-post {
		width: 100%;
	}
	.post-page .content-area .content-post .post .title {
		font-weight: 400;
		font-size: 25px;
		line-height: 30px;
	}
	.page-blog .content-area .content-post .content-post {
		width: 100%;
	}
	.post-page .content-area .content-post .post .compartilhe h3 {
		font-size: 20px;
	}
}

#paginacao {
	max-width: 584px;
}
#paginacao li {
    display: flex;
    margin: 0px 5px;
}

#paginacao li.active {
    background-color: #007B8B;
}

#paginacao li.active a {
    color: #fff;
    border: 1px solid #007B8B;
}

#paginacao li.next a {
    width: auto;
    padding: 5px 15px;
}

#paginacao li a {
    width: 40px;
    height: 40px;
    border: 1px solid;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
