body {font-family: 'Nunito Sans', sans-serif;}
body {overflow-x: hidden;}

.display-none {display:none !important;}

.mainnav ul.menu li.btn-blue a {
	background: #bddaed;
	padding: 7px 35px;
	border-radius: 50px;
	color: #18324b;
}
.mainnav ul.menu li.btn-blue a:hover {
	background: #43b4a0;
	color: #fff;
}
.mainnav ul.menu li {
	border-bottom: 3px solid transparent;
	padding-bottom: 0px;
}
.mainnav ul.menu li {
	padding: 0 7px;
}
.mainnav ul.menu li:hover {
	border-bottom: 3px solid #bddaed;
	padding-bottom: 0px;	
}
.mainnav ul.menu li:last-child {
	border: none;
}

/*INFO HEADER*/
.infos-top {
	background: #18324b;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.infos-top {
	color: #fff;
	font-size: 16px;
}
.infos-top p {
	display: inline-block;
	margin: 0;
}
.infos-top .infos-contact p a {
	color: #fff;
}
.infos-top .row {
	display: inline;
}
.infos-top .pull-right {
	color: #0073ad;
	font-weight: 600;
}
.infos-top .infos-contact > p {
	padding: 0 15px;
}
.infos-top .infos-contact > p a i {
	background: #fff;
	padding: 7px 10px;
	border-radius: 50%;
	color: #0073ad;
	margin-right: 10px;
	font-size: 20px;
}
.infos-top .infos-contact .sociais a i {
	background: #fff;
	padding: 7px 10px;
	border-radius: 50%;
	color: #0073ad;
	margin-right: 10px;
	font-size: 20px;
}
.infos-top .sociais a img {
	height: 27px;
	margin: 0 5px;
}
.infos-top .infos-contact p a:first-child {
	margin-right: 10px;
}
/*FIM DO INFO HEADER*/

.text-gray {color: #848484;}
.text-white {color: #fff;}

.box-home {
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.24);
	padding: 50px 40px;
	min-height: 380px;
}
.box-home:hover {
	background: #3e5d7c;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(32,61,89,1) 0%, rgba(72,109,144,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(32,61,89,1) 0%, rgba(72,109,144,1) 100%);
	background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(32,61,89,1) 0%, rgba(72,109,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#486d90",GradientType=1);
}
.box-home:hover .icon svg {
	fill: #fff !important;
}
.box-home:hover h3, 
.box-home:hover p {
	color: #fff;
}
.box-home h3 {
	color: #3e5d7c;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.box-home p {
	color: #848484;
	text-align: left;
}
.box-home .icon svg {
	fill: #3e5d7c !important;
	height: 100px;
}
.box-home .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-programas .conteudo {
	width: 99.1%;
	padding: 30px;
	height:345px;
}
.box-programas.bg-green-1 {background: #40c0c6;}
.box-programas.bg-blue {background: #71b9d7;}
.box-programas.bg-green-2 {background: #43b4a0;}

.box-programas {
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.24);
}
.box-programas .conteudo h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.box-programas .conteudo ul {
	list-style: none !important;
	padding: 0 !important;
	margin-bottom: 40px;
}
.box-programas .conteudo ul li {
	color: #fff;
	font-weight: 300;
}
.box-programas .imagem {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;;
}
.box-programas .imagem img {
	width: 100%;
}
.box-programas a {
	background: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	box-shadow: 2px 6px 21px -3px rgba(0, 0, 0, 0.24);
	font-weight: 700;
}
.box-programas.bg-green-1 a{color: #40c0c6;}
.box-programas.bg-blue a {color: #71b9d7;}
.box-programas.bg-green-2  a{color: #43b4a0;}

.wpcf7 {
	max-width: 100% !important;
}
.formulario-rodape input, 
.formulario-rodape input::placeholder, 
.formulario-rodape select, 
.formulario-rodape textarea {color: #848484 !important;background: #f2f6f8 !important;}
.formulario-rodape .wpcf7-submit {
	background: #bddaed !important;
	color: #18324b !important;
	border-color: #bddaed !important;
	font-weight: 600 !important;
	width: 150px !important;
	height: 50px;
	margin: 0 auto !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 18px !important;
}
.formulario-rodape input:focus, 
.formulario-rodape select:focus, 
.formulario-rodape textarea:focus {border-color: #3e5d7c !important;box-shadow: 0 0 0 .2rem rgba(0, 128, 0, 0.18) !important;}
.formulario-rodape label {color: #3e5d7c;font-weight: 600;}
.formulario-rodape textarea {height: 150px;}
.formulario-rodape .col-md-6, .formulario-rodape .col-md-12 {margin-bottom: 15px;}

.logo-footer .so-widget-image {width: 140px;}
.logo-footer, .info1-footer {border-right: 1px solid #fff !important;}

.bg-gray {
	background: #f3f3f3;
	padding: 20px 0;
	position: relative;
	left: -45px;
	padding-left: 50px;
	padding-right: 80px;
	width: 110%;
}

.bg-gray-rh-eficaz {
	background: #eaeaea;
	height: 525px;
}
.icon-rh-eficaz .icon {
	width: 185px !important;
	text-align: center;
	position: relative;
}
.icon-rh-eficaz.dimensionamento .icon {
	width: 225px !important;
}
.icon-rh-eficaz.avaliacao .icon {
	width: 195px !important;
}
.icon-rh-eficaz {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 50px;
}
.icon-rh-eficaz .text {
	padding: 0 50px;
}
.icon-rh-eficaz.arquitetura .text h3 {
	color: #139fc0;
}
.icon-rh-eficaz.estrutura .text h3 {
	color: #51a8b1;
}
.icon-rh-eficaz.dimensionamento .text h3 {
	color: #57a695;
}
.icon-rh-eficaz.avaliacao .text h3 {
	color: #718fc8;
}
.icon-rh-eficaz .text p {
	color: #848484;
}
.icon-rh-eficaz .text h3 {
	font-size: 18px;
	font-weight: 700;
}
.icon-rh-eficaz .icon::after {
	content: "";
	background: #c6c6c6;
	padding: 2px;
	position: absolute;
	right: 0;
	left: 0;
	height: 73px;
	width: 2px;
	margin: 0 auto;
	bottom: -73px;
}
.icon-rh-eficaz.avaliacao .icon::after {
	display: none;
}

.breadcrumb {
	justify-content: center;
	align-items: center;
	background: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb span {
	color: #fff;
	padding: 0 7px;
}
.breadcrumb a {
	color: #fff;
	padding: 0 7px;
	font-weight: 700;
}

.su-spoiler-title {
	display: flex !important;
}
.su-spoiler-icon {
	position: static !important;
}
.su-spoiler-icon-plus .su-spoiler-icon::before {position: absolute;	right: 40px;font-size: 25px;}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {position: absolute;right: 40px;font-size: 25px;}
.solucoes-acoordion .estrutura .su-spoiler-title::before {
	background: url("https://www.perfixconsultoria.com.br/wp-content/uploads/2019/09/solucoes-estrutura-acoordion.png");
	content: "";
	padding: 1px;
	background-repeat: no-repeat;
	width: 255px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.solucoes-acoordion .gestao .su-spoiler-title::before {
	background: url("/wp-content/uploads/2019/09/solucoes-gestao-acoordion.png");
	content: "";
	padding: 1px;
	background-repeat: no-repeat;
	width: 255px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.solucoes-acoordion .desenvolvimento .su-spoiler-title::before {
	background: url("/wp-content/uploads/2019/09/solucoes-desenvolvimento-acoordion.png");
	content: "";
	padding: 1px;
	background-repeat: no-repeat;
	width: 255px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.solucoes-acoordion .estrutura .su-spoiler-title {
	background: #40c0c6;
	color: #fff;
	font-size: 18px;
	padding: 30px 260px;
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.09) !important;
}
.solucoes-acoordion .gestao .su-spoiler-title {
	background: #71b9d7;
	color: #fff;
	font-size: 18px;
	padding: 30px 260px;
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.09) !important;
}
.solucoes-acoordion .desenvolvimento .su-spoiler-title {
	background: #43b4a0;
	color: #fff;
	font-size: 18px;
	padding: 30px 260px;
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.09) !important;
}
.su-spoiler-style-default > .su-spoiler-content {
	padding: 10px 50px 50px 50px !important;
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.24) !important;
}
.cursos {
	display: flex;
	box-shadow: 3px 4px 15px 4px rgba(0, 0, 0, 0.24) !important;
}
.cursos .imagem-destaque {
	width: 72%;
}
.cursos .text {
	background: #30536f;
	padding: 50px;
}
.cursos .text h3 {
	color: #92c8b8;
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
}
.cursos .text p {
	color: #fff;
}
.cursos .text a {
	background: #fff;
	padding: 12px 20px;
	position: absolute;
	color: #30536e;
	border-radius: 50px;
	width: 150px;
	text-align: center;
}
.editor-books .widget-title {
	color: #3e5d7c;
	font-weight: 700;
	font-size: 20px;
}
.editor-books p {
	color: #848484;
}
.modal-header h2 {
	font-size: 24px;
	font-weight: 700;
	color: #18324b !important;
	margin: 0;
}
.modal-header p {
	color: #848484;
}
.modal-header {
	padding: 2rem 50px !important;
}
.modal-body {
	padding: 2rem 50px !important;
}
.lista-ebooks .modal-form-ebook {
	background: #92c8b8;
	border: #92c8b8;
	color: #fff;
	padding: 13px 35px;
	border-radius: 50px;
	cursor: pointer;
}
.blog_template li.blog_wrap {
	background: #fff;
	box-shadow: 7px 5px 25px 4px rgba(0, 0, 0, 0.35);
	margin: 15px !important;
	width: 29% !important;
	height: auto !important;
	border-radius: 5px;
	height: 500px !important;
	position: relative !important;
}
.blog_template.boxy-clean ul li:hover .post_summary_outer .blog_header h2 a,
.blog_template.boxy-clean ul li:hover .post_summary_outer .post_content,
.blog_template.boxy-clean ul li:hover .blog_footer .footer_meta a {
	color: #fff !important;
}
.blog_template .post_summary_outer .blog_header h2 a {
	font-weight: 700 !important;
}
.blog_template .post_summary_outer .post_content {
	color: #848484 !important;
}
.blog_template .blog_footer {
	display: none !important;
}
.blog_template .post_summary_outer .post_content .bd-more-tag-inline {
	background: #18a3b2;
	padding: 10px 20px;
	color: #fff !important;
	margin-top: 25px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	position: absolute;
	bottom: 30px;
}
.single-post #single-wrapper {
	padding: 70px 0px;
}
.single-post #single-wrapper .entry-title {
	font-weight: 700;
	color: #3e5d7c;
}
.single-post #single-wrapper .entry-meta {
	display: none;
}
.single-post #single-wrapper .entry-content {
	color: #848484;
}
.single-post #single-wrapper .entry-content h2 {
	color: #3e5d7c;
	font-weight: 700;
	font-size: 22px;
}
.single-post #single-wrapper .wp-post-image {
	display:none;
}
.single-post .su-posts .su-post {
	background: #fff;
	box-shadow: 7px 5px 25px 4px rgba(0, 0, 0, 0.35);
	padding: 20px;
}
.single-post .su-posts .su-post .su-post-thumbnail {
	display: none;
}
.single-post .su-posts .su-post .su-post-title a {
	color: #3e5d7c;
}
.single-post .su-posts .su-post .su-post-meta {
	display: none;
}
.single-post .su-posts .su-post .su-post-excerpt {
	color: #848484;
}
.single-post .su-posts .su-post .su-post-comments-link {
	display: none;
}
.single-post .su-posts .su-post .btn {
	background: #18a3b2;
	padding: 10px 20px;
	color: #fff !important;
	margin-top: 25px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	border-color: #18a3b2;
}
.single-post .entry-footer,
.single-post .navigation.post-navigation {
	display: none;
}

/* ALL MOBILES */
@media (max-width: 991px) {
	.infos-top {
		display: none;
	}
	.btn-menu {
		color: #fff !important;
	}
	.mainnav {
		background: #00415f;
	}
	.mainnav ul.menu li {
		width: 100%;
		padding: 0;
	}
	.mainnav ul.menu li:hover a {
		background: #fff !important;
		color: #00415f;
	}
	.mainnav ul.menu li.btn-blue a {
		margin-top: 20px;
		text-align: center !important;
		display: flex;
		justify-content: center;
	}
	.hermes.tp-bullets {
		left: 0% !important;
		top: 96% !important;
	}
	.icon-rh-eficaz {
		text-align: center;
		display: block;
		margin: 0 !important;
	}
	.icon-rh-eficaz .icon::after {
		background: transparent;
	}
	.icon-rh-eficaz .icon, 
	.icon-rh-eficaz.avaliacao .icon,
	.icon-rh-eficaz.dimensionamento .icon {
		display: flex;
		justify-content: center;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.icon-rh-eficaz .text {
		padding: 0px !important;
	}
	.solucoes-acoordion .su-spoiler-title {
		padding: 20px 0 20px 0 !important;
	}
	.solucoes-acoordion .su-spoiler-title::before {
		display: none;
	}
	su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {
		right: 10px !important;
	}
	.su-spoiler-icon-plus .su-spoiler-icon::before {
		right: 10px !important
	}
	.cursos {
		display: block !important;
	}
	.imagem-destaque {
		width: 100% !important;
		text-align: center;
	}
	.cursos .text {
		padding: 20px 20px 80px 20px !important;
	}
	.blog_template li.blog_wrap {
		width: 100% !important;
		margin: 0 0 50px 0 !important;
		height: 600px !important;
		position: relative !important;
		left: -15px !important;
	}
	.modal-form-ebook {
		text-align: center !important;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
	.editor-books {
		text-align: center !important;
	}
	.modal-header {
		padding: 10px 20px !important;
	}
	.modal-body {
		padding: 10px 20px !important;
	}
}