/*  
Theme Name: Perplan-Blog
Theme URI: http://www.perplan.com.br
Description: Tema desenvolvido em Wordpress
Version: 1.0
Author: DreamONE
Author URI: http://www.DreamONE.com.br
*/


@font-face {
	font-family: 'gotham';
	font-style: normal;
	font-weight: normal;
	src: local('gotham'), local('gotham'), url(fonts/gotham.otf) format('truetype');
}
@font-face {
	font-family: 'GothamBold';
	font-style: normal;
	font-weight: normal;
	src: local('GothamBold'), local('GothamBold'), url(fonts/GothamBold.ttf) format('truetype');
}
@font-face {
	font-family: 'Trajan Pro';
	font-style: normal;
	font-weight: normal;
	src: local('Trajan'), local('Trajan'), url(fonts/trajan.ttf) format('truetype');
}
@font-face {
	font-family: 'DINPro';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro'), local('DINPro'), url(fonts/DINPro.otf) format('truetype');
}
@font-face {
	font-family: 'DINPro Light';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro'), local('DINPro'), url(fonts/DINPro-Light.otf) format('truetype');
}
@font-face {
	font-family: 'DINPro Medium';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro'), local('DINPro'), url(fonts/DINPro-Medium.otf) format('truetype');
}
@font-face {
	font-family: 'DINPro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('DINPro'), local('DINPro'), url(fonts/DINPro-Bold.otf) format('truetype');
}

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'gotham';
}

ul li {
	list-style: none;
}
/* 
.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    } */

    a,
    a:visited {
    	text-decoration: none;
    }

    a:hover {
    	text-decoration: none !important;
    }

    /* ----- COMEÇO DO CSS DO HEADER ----- */

    header {
    	padding: 1.5% 0 0.5%;
    	position: fixed;
    	display: flex;
    	justify-content: center;
    	width: 100%;
    	z-index: 2;
    	background-color: #00591f;
    }

    .menu-bar {
    	display: flex;
    }
    .logo-blog-perplan {
    	padding: 0;
    }
    .logo-blog-perplan img {
    	width: 40%;
    	margin-top: -3%;
    }

    .menu-blog ul {
    	display: flex;
    	justify-content: space-around;
    	width: 100%;
    }

    .menu-blog ul li {
    	color: #ffffff;
    	font-size: 18px;
    	/* font-family: 'GothamBold'; */
    	font-weight: bold;
    }

    .menu-blog ul li a {
		color: #ffffff;
		font-size: 12px;
		text-transform: uppercase;
    }

    .menu-blog ul li a:hover {
    	color: #000000;
    }


    .menu-mobile {
    	display: none;
    	flex-direction: column;
    }

    .displayOn {
    	display: flex;
    }

    .menu-blog-mobile {
    	display: none;
    	flex-direction: column;
    	position: relative;
    	z-index: 1;
    	background: #b2cb22;
    	padding: 0 170px;
    	margin-top: 10px;
    }

    .menu-blog-mobile li {
    	text-align: center;
    }

    .menu-blog-mobile li a {
    	color: #ffffff;
    	font-size: 18px;

    }

    .menu-blog-mobile li a:hover {
    	color: #000000;

    }

    /* ----- FIM DO CSS DO HEADER ----- */


    /* ----- COMEÇO DO CSS DO CONTENT ----- */

    .main-content {
    	padding-top: 125px;
    	display: flex;
    }

    .content {
    	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
    }

    #main-image{
    	width: 100%;
    }

    .posts-content {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    }

    .post-image img {
    	width: 100%;
    	height: auto;
	}

	.info-destaques {
		width: 96.5%;
		min-height: 120px;
		height: 450px;
		margin: -455px 0 0% 0;
		/* background-color: rgba(255, 255, 255, 0.4); */
		background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.8));
		position: absolute;
		padding: 38% 1% 0;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.info-destaques .author p {
		color: #ffffff;
	}

    .post-image-destaque .selo {
		margin: -11% 0 0 5px;
	}

    .selo {
		/* background-color: #adcd5b; */
		/* width: 15%; */
		padding: 5px 0 0 5px;
		margin: -4% 0 0 5px;
		position: absolute;
		display: flex;
		align-items: center;
	}

    .selo p {
		color: #000000;
		font-size: 10px;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
		background-color: #adcd5b;
		padding: 2px 7px;
    }

    .post {
    	width: 30%;
    	margin-top: 15px;
    	max-height: 350px;
    }
/* 
.post:hover {
	transform: scale(1.1);
	transition: ease 0.5s;
	border: 1px solid #384622;
	padding: 5px;
	} */

	.post-image-destaque img,
	.post-image {
		margin-bottom: 5px;
	}

	.post-image-destaque {
		width: 100%;
	}

	.post-image-destaque img {
		width: 100%;
		height: auto;
	}

	.text-post {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 90px;
	}

	.post:hover .title-post {
		color: #00591f;
	}

	.title-post {
		color: #000000;
		font-family: 'gotham';
		font-size: 14px;
	}

	.title-post-destaques {
		color: #ffffff;
		font-family: 'gotham';
		font-size: 26px;
		font-weight: bold;
		width: 100%;
	}

	.author p {
		color: #384622;
		font-family: 'gotham';
		font-size: 10px;
		text-transform: uppercase;
	}

	.author span {
		color: #00591f;
		font-weight: bold;
	}
/* 
.post:first-child {
	width: 95%;
	max-height: 590px;
	} */

	.wp-pagenavi {
		display: flex;
		justify-content: center;
		color: #384622;
		font-family: 'gotham';
		font-size: 18px;
	}

	.wp-pagenavi span.current {
		color: #ffffff;
		background-color: #384622;
		font-weight: bold;
	}

	.wp-pagenavi .pages,
	.wp-pagenavi .current,
	.wp-pagenavi .page,
	.wp-pagenavi .nextpostslink {
		margin-left: 10px;
		display: none;
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 25px;
		height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #b2cb22;
		padding-bottom: 2px;
	}

	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		background-color: #b2cb22;
	}

	.wp-pagenavi a {
		text-decoration: none;
		color: #384622;
	}
/* 
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .page:hover {
	text-decoration: underline !important;
	} */

	.content-post {
		padding: 0 2%;
	}

	.content-post h1 {
		color: #374521;
		font-weight: bold;
	}

	.content-post p {
		color: #3e3e3e;
		font-size: 15px;
		line-height: 1.8;
	}

	.main-image-post {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.main-image-post img {
		width: 100%;
		height: auto;
	}

	.data {
		display: flex;
		flex-direction: row;
	}

	.data p {
		font-size: 12px;
		color: #00591f;
		font-weight: bold;
	}

	.data span {
		font-weight: normal;
		color: #000000;
	}

	div.simplesocialbuttons.simplesocialbuttons-align-left {
		text-align: start !important;
		display: flex !important;
		flex-direction: row !important;
		margin-bottom: 50px !important;
	}

	/* ----- FIM DO CSS DO CONTENT ----- */


	/* ----- COMEÇO DO CSS DA SIDEBAR ----- */

	.menu-bar-responsive {
		display: none;
	}

	.sidebar {
		display: flex;
		flex-direction: column;
		align-content: center;
		padding-left: 2%;
	}

	#frm-busca {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 23px 0 15px;
	}

	#s {
		display: inline-block;
		background: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 0;
		padding: 7px 14px;
		outline: none;
		font-size: 14px;
		font-weight: 300;
		margin: 0;
		width: 100%;
		max-width: 100%;
		transition: .25s ease;
		box-shadow: none;
	}

	.botao {	
		width: 20%;
		height: 37px;
		border: none;
	}

	.redes-sociais {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.icon {
		width: 35px;
		height: 35px;
	}

	.categories h3 {
		color: #212121;
		font-size: 16px;
		font-weight: 700;
		margin: 10px 0;
		position: relative;
		border-bottom: 3px solid #eeeeee;
		padding: 20px 0;
	}

	.categories h3:after{
		content: '';
		position: absolute;
		display: block;
		height: 3px;
		width: 15%;
		margin: 20px 0;
		background-color:#374521;
	}

	.categories ul li {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 10px;
		margin-top: 15px;
		position: relative;
		font-size: 14px;
		border-bottom: 1px solid #eeeeee;
	}

	.categories ul li a,
	.categories ul li a:visited {
		color: #000000;
		font-weight: bold;
		text-transform: uppercase;
	}

	.categories ul li a:hover {
		color: #00591f;
	}

	.categories ul li span {
		color: #a0a0a0;
	}

	.categories ul li:first-child {
		margin-top: 50px;
	}

	.categories ul li:last-child {
		border-bottom: none;
	}

	.video {
		margin: 10px 0;
	}

	.video iframe {
		width: 100%;
	}

	.tptn_posts ul li {
		font-size: 13px;
		padding: 10px 0px;
		border-bottom: 1px solid #004818;
	}
/* 
	.tptn_posts ul li:last-child {
		border-bottom: none;
	} */

	.tptn_after_thumb a {
		color: #004818;
	}

	.tptn_after_thumb a:hover {
		color: #44855b;
	}

	/* ----- FIM DO CSS DO SIDEBAR ----- */


	/* ----- COMEÇO DO CSS DOS COMENTÁRIOS ----- */

	.comments {
		width: 90%;
		padding: 2%;
		margin-top: 30px;
	}

	.post-comment {
		border-bottom: 1px solid #004818;
		/* background-color: rgba(0, 72, 24, 0.2); */
		margin: 5px 0;
		padding: 1.5%;
	}

	.post-comment:last-child {
		border-bottom: none;
	}

	.posted-comments {
		margin-bottom: 20px;
	}

	/* .new-comment p {
		display: flex !important;
	} */

	#commentform {
		background: #fbfbfb;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}

	.commentform p {
		display: flex;
		flex-direction: column;
	}

	#commentform p textarea,
	#commentform p input {
		border: 1px solid #F0F0F0;
		border-style: none;
		outline: none;
	}

	#commentform p textarea:focus,
	#commentform p input:focus {
		outline: none;
		border: 1px solid #004818;
		box-shadow: 0 0 2px #004818;
	}

	.input-field {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

	.refresh i {
		cursor: pointer;
	}
	
	#submit {
		width: 35%;
		display: flex;
		align-self: center;
		justify-content: center;
		background-color: #004818;
		color: #ffffff;
		border: none;
		border-radius: 5px;
		cursor:pointer;
	} 
	
	#submit:hover {
		background-color:#5cbf2a; 
	}


	/* ----- FIM DO CSS DOS COMENTÁRIOS ----- */


	/* ----- COMEÇO DO CSS DO FOOTER ----- */


	.contact-bar {
		width: 95%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 50px auto;
	}

	.what-do-you-desire {
		width: 60%;
	}

	.our-exclusive-channels {
		width: 40%;	
	}

	.what-do-you-desire,
	.our-exclusive-channels {
		display: flex;
		flex-direction: column;
	}

	.box-itens-what-do-you-desire {
		border-right: 2px solid #44855b;
	}

	.box-itens-what-do-you-desire,
	.box-itens-our-exclusive-channels {
		width: 95%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.title-what-do-you-desire,
	.title-our-exclusive-channels {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.title-what-do-you-desire p,
	.title-our-exclusive-channels p {
		color: #ffffff;
		font-size: 19px;
	}

	.title-what-do-you-desire p span,
	.title-our-exclusive-channels p span {
		font-weight: bold;
	}

	.item-what-do-you-desire {
		width: 15%;
		background-color: #00591f;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.2% 1%;
		border: 2px solid #00591f;
	}

	.item-what-do-you-desire:hover {
		transform: scale(1.05);
		border: 2px solid #004818;
		transition: 0.3s ease;
	}

	.item-our-exclusive-channels {
		width: 21.3%;
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.2% 1%;
		border: 2px solid #ffffff;
	}

	.item-our-exclusive-channels:hover {
		transform: scale(1.05);
		transition: 0.3s ease;
	}

	.item-what-do-you-desire img,
	.item-our-exclusive-channels img {
		width: 42px;
		height: 38px;
		margin-bottom: 15px;
	}

	.item-what-do-you-desire p {
		color: #ffffff;
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
		margin: 0;
	}

	.item-our-exclusive-channels p {
		color: #3e3e3e;
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
		margin: 0;
	}

	#title-chat {
		font-size: 15px;
		color: #ffffff;
	}

	#botoes-contato {
		width: 74.5%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#chat-contato,
	#telefone-contato,
	#whatsapp-contato {
		width: 273px;
		margin-bottom: 15px;
	}

	#chat-contato img,
	#telefone-contato img,
	#whatsapp-contato img{
		width: 100%;
	}

	.flink {
		cursor: pointer;
	}

	.footer1 {
		padding: 53px;
		margin-top: 40px;
		height: auto;
		background: #00591f;
	}

	.footer2 {
		display: flex;
		flex-direction: row;
		padding: 25px 0;
	}

	.title-informacao {
		margin-bottom: 36px;
		font-size: 24px;
		font-family: 'GothamBold';
		font-weight: bold;
		color: #00591f;
	}

	.itens-informacao ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.itens-informacao ul li {
		width: 30%;
	}

	.itens-informacao ul li:last-child {
		margin-top: 15px;
	}

	.itens-informacao ul li p {
		margin: 0;
		line-height: 1.5;
		font-size: 11.5px;
		font-family: 'gotham';
		color: #000000;
	}

	.itens-informacao ul li p a {
		color: #000000;
	}

	.informacao {
		width: 68%;
	}

	.newsletter {
		width: 32%;
		background-color: #00591f;
		display: flex;
		flex-direction: column;
		padding: 2%;
	}

	.newsletter h3 {
		color: #b7ff00;
		font-size: 16px;
	}

	.termos-concordo span,
	#text-newsletter {
		color: #ffffff;
		font-size: 12px;
	}

	#email_newsletters-blog-perplan {
		font-family: 'gotham';
		height: 30px;
		width: 100%;
		font-size: 12px;
		border: 0;
		margin-bottom: 10px;
		padding: 0 3px;
	}

	#termos {
		display: flex;
    	align-items: center;
	}

	input[type="checkbox"] {
		margin-right: 5px;
	}

	input[type='checkbox']::before {
		content: ' ';
		width: inherit;
		height: inherit;
		position: absolute;
		background-color: #ffffff;
		border: 1px solid #5ea33f;
	}

	input[type='checkbox']:checked::after {
		content: ' ';
		width: inherit;
		height: inherit;
		position: absolute;
		background-color: #b2cb22;
		border: 1px solid #ffffff;
	}

	.newsletter button {
		border: 0;
		width: 100%;
		background-color: #5ea33f;
		color: #ffffff;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 5px 0;
		text-align: center;
		text-transform: uppercase;
	}

	.copy {
		padding: 25px 0;
		width: 100%;
		height: auto;
		text-align: center;
		background: #e6e6e6;
	}
	.copy p {
		margin: 0;
		font-size: 13px;
		font-family: 'gotham';
		text-transform: uppercase;
		color: #8c8c8c;
	}
	.copy p a {
		color: #8c8c8c;
	}
	.copy p a:hover {
		text-decoration: underline;
	}

	/* ----- FIM DO CSS DO FOOTER ----- */

	@media (max-width: 800px) {

		.footer2,
		.contact-bar {
			flex-direction: column;
		}

		.informacao {
			padding-left: 3%;
			margin-bottom: 15px;
		}

		.what-do-you-desire,
		.our-exclusive-channels {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

		.title-what-do-you-desire,
		.title-our-exclusive-channels {
			padding-bottom: 15px;
		}

		.item-what-do-you-desire,
		.item-our-exclusive-channels {
			width: 117.5px !important;
			height: 100px !important;
			margin-bottom: 15px !important;
		}

		.box-itens-what-do-you-desire,
		.box-itens-our-exclusive-channels {
			border: none !important;
			flex-wrap: wrap !important;
		}
	}