/* HEADER */
#header {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1040;
}

#header.fixed {
	background: var(--azul);
	height: 100px;
	position: fixed;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

#header .content {
	height: 100%;
	padding: 0 20px;
}

#header.fixed .content {
	align-items: center;
}

.logo,
.content h1.logo {
	background: url(../../img/logoHerJacktech.png) no-repeat center left / contain;
	width: 208px;
	height: 42px;
	margin: 0 !important;
	text-indent: -99999px;
}

.logo {
	width: 246px;
	height: 45px;
}

.navbar-secundaria {
	margin: 3rem auto;
}

.fixed .logo,
.fixed .content h1.logo {
	width: 6.25rem;
	height: 7.5rem;
	top: 10px;
}

.logo a {}

.header_topo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2.5rem;
}

.tel_header .telefone-text {
	font-weight: 400;
	font-size: 1.275rem;
	line-height: 1.875rem;
	text-align: center;
	margin: 0 !important;
	color: #fff;
}

.fixed .header_topo {
	display: none;
}

.link_header {
	margin: 0 30px 0 0;
}

.link_header a {
	background: rgba(40, 96, 206, 0.3);
	background: -moz-linear-gradient(left, rgba(40, 96, 206, 0.3) 0%, rgba(40, 143, 206, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(40, 96, 206, 0.3)), color-stop(100%, rgba(40, 143, 206, 1)));
	background: -webkit-linear-gradient(left, rgba(40, 96, 206, 0.3) 0%, rgba(40, 143, 206, 1) 100%);
	background: -o-linear-gradient(left, rgba(40, 96, 206, 0.3) 0%, rgba(40, 143, 206, 1) 100%);
	background: -ms-linear-gradient(left, rgba(40, 96, 206, 0.3) 0%, rgba(40, 143, 206, 1) 100%);
	background: linear-gradient(to right, rgba(40, 96, 206, 0.3) 0%, rgba(40, 143, 206, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2860ce', endColorstr='#288fce', GradientType=1);
	padding: 18px 40px;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 500;
	display: block;
}

.link_header a img {
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.link_header a:hover {
	opacity: 0.7;
}

.tel_header {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
}

.fixed .tel_header {
	margin-bottom: inherit;
}

.tel_header i {
	margin: 0 15px 0 0;
}

.tel_header i img {
	max-width: 100%;
	height: auto;
	display: block;
}

.toggleMenu {
	display: none;
}

#menu_header_wrapper {}

.menu_header {
	text-align: right;
}

.menu_header ul {
	width: 100%;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3.75rem;
}

.menu_header ul li {
	margin: 0 0 0 20px;
	display: inline-block;
	position: relative;
}

.menu_header ul li:first-child {
	margin: 0px;
}

.menu_header ul li a {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
}

.menu_header ul li.menu-item-has-children a {
	background: url(../../img/seta_menu.png) no-repeat center right;
	padding: 15px 30px 15px 0;
}

.menu_header ul li a:hover,
.menu_header ul li.current-menu-item a {
	font-weight: bold;
}

.menu_header ul li.menu-item-has-children ul {
	display: none;
	background: #ffffff;
	width: 220px;
	margin: 0;
	padding: 15px 20px;
	text-align: left;
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 10;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

.menu_header ul li.menu-item-has-children ul:hover {
	display: block;
}

.menu_header ul li.menu-item-has-children a:hover+ul {
	display: block;
}

.menu_header ul li.menu-item-has-children ul li {
	margin: 0;
	display: block;
}

.menu_header ul li.menu-item-has-children ul li a {
	background: none;
	padding: 5px 0;
	font-size: 14px;
	line-height: 18px;
	color: var(--titulo);
}

.menu_header ul li.menu-item-has-children ul li a:hover {
	color: #3B6B8F;
}

/* HOME */
.home_banners {
	background: var(--azul);
	width: 100%;
	position: relative;
}

.home_banners_slider {
	width: 100%;
}

.home_banners_box {
	width: 100%;
	position: relative;
}

/* .home_banners_box:before {
			content: '';
			background: rgba(3,43,81,0.85);
			background: -moz-linear-gradient(top, rgba(3,43,81,0.85) 0%, rgba(18,77,132,0.2) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,43,81,0.85)), color-stop(100%, rgba(18,77,132,0.2)));
			background: -webkit-linear-gradient(top, rgba(3,43,81,0.85) 0%, rgba(18,77,132,0.2) 100%);
			background: -o-linear-gradient(top, rgba(3,43,81,0.85) 0%, rgba(18,77,132,0.2) 100%);
			background: -ms-linear-gradient(top, rgba(3,43,81,0.85) 0%, rgba(18,77,132,0.2) 100%);
			background: linear-gradient(to bottom, rgba(3,43,81,0.85) 0%, rgba(18,77,132,0.2) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032b51', endColorstr='#124d84', GradientType=0 );
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
		} */

.content .banner-main-title {
	color: #fff;
	margin-bottom: 2.75rem !important;
	font-size: 74px;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 12px;
	text-align: center;
}

.home_banners_box .content {
	min-height: 45rem;
	padding: 18rem 1.25rem 7.5rem;
}

.inicio_prev {
	background: url(../../img/iconBannerPrev.svg) no-repeat center center;
	width: 20px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 10;
}

.inicio_next {
	background: url(../../img/iconBannerNext.svg) no-repeat center center;
	width: 20px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 10;
}

.inicio_prev:hover,
.inicio_next:hover {
	opacity: 0.7;
}

.home_banners_left {
	width: 100%;
	color: #ffffff;
}

.home_banners_txt {
	width: 100%;
	max-width: 37.5rem;
	margin: 0 auto;
}

.home_banners_txt p {
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
	text-align: center;
}

.home_banners_btn {
	display: grid;
	justify-content: center;
	padding: 50px 0 0 0;
}

.home_empresas {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.home_empresas .content {}

.home_empresas_in {
	margin: 0 -25px;
}

.home_empresas_txt {
	width: calc(33.333% - 50px);
	margin: 25px;
	padding: 40px 45px;
}

.container-cases {
	max-width: 97.81rem;
	width: 100%;
	margin: 0 auto;
}

.home_cases {
	background: #fff;
	width: 100%;
	position: relative;
}

.home_cases:before {
	content: '';
	background: #ffffff;
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home_cases .content {
	padding: 7.5rem 0;
}

.home_cases_left {
	width: 360px;
	position: relative;
	z-index: 5;
}

.home_cases_left:before {
	content: '';
	background: #fff;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.home_cases_left:after {
	content: '';
	background: #ffffff;
	width: 100vw;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.home_cases_left_in {
	width: 100%;
	padding: 0 30px 0 0;
	position: relative;
	z-index: 5;
}

.content .section-title,
.contato_left .section-title {
	font-family: Montserrat;
	font-size: 45px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 2.625rem !important;
}



.cases-title {
	color: #000;
}

.home_cases_left_in {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875rem;
}

.div-btn-padrao {
	width: 16.37rem;
	height: 3.75rem;
	background: #3B6B8F;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-padrao-case-sobre {
	color: #fff;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-padrao-case-sobre:hover {
	background: #3a77a5;
	color: #fff;
	transition: .5s;
}

.home_atuacao_right_slider {
	margin: 0;
}

.home_atuacao_right_slider ul li button {
	background: #BFCFD9;
	width: 12px;
	height: 12px;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.home_atuacao_right_slider ul li.slick-active button {
	background: #fff;
}

.home_atuacao_right_slider .slick-prev {
	display: none;
}

.home_cases_right {
	width: calc(100% - 410px);
	position: relative;
	z-index: 2;
}

.home_cases_right_slider {
	margin: 0 -25px;
}

.home_cases_right_slider .slick-list {
	overflow: initial !important;
}

.home_cases_right_slider .slick-prev {
	background: url(../../img/home_prev.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: -20px;
	z-index: 999999999999999;
	cursor: pointer;
}

.home_cases_right_slider .slick-next {
	display: none !important;
	background: url(../../img/home_case_next.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 50px;
	right: -20px;
	z-index: 10;
	cursor: pointer;
}

.home_cases_right_slider .slick-prev:hover,
.home_cases_right_slider .slick-next:hover {
	opacity: 0.7;
}

.home_cases_right_slider ul {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0 3px;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	display: inline-block;
}

.home_cases_right_slider ul li {
	margin: 0 15px;
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
}

.home_cases_right_slider ul li button {
	background: #BFCFD9;
	width: 12px;
	height: 12px;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.home_cases_right_slider ul li.slick-active button {
	background: #000;
}

.home_case_box {
	padding: 0 25px;
}

.case_box {
	position: relative;
}

.case_box:hover .case_box_img {
	transform: scale(1.03);
}

.img-home-sobre {
	width: 100%;
	max-width: 651px;
}

.overlay-cases {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1000;
}

.case_box:hover .overlay-cases {
	display: none;
}

.home_case_box .case_box {
	width: 100%;
	min-height: 438px;
	height: auto;
	margin: 0;
}

.home_case_box .case_box:after {
	bottom: 0;
}

.home_solucoes {
	background: #ECECEC;
	width: 100%;
	position: relative;
}

.home_solucoes .content {}

.form_paginas {
	width: 100%;
}

.form_paginas .content {}

.form_paginas_right {
	width: calc(50% + 30px);
	color: #ffffff;
}

.form_paginas .form_paginas_infos {
	width: 100%;
	padding: 40px 0 40px 60px;
}

.form_paginas_mapa {
	width: 100%;
	height: 594px;
}

.form_paginas_mapa iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* 
	Atuacao
*/

.section-atuacao {
	width: 100%;
	min-height: 45.93rem;
	background: url(../../img/bgAtuacao.png) center center / cover no-repeat;
}

.content .atuacao-title {
	color: #fff;
	font-weight: 500;
	font-size: 2.81rem;
	line-height: 4.375rem;
	letter-spacing: 0.75rem;
	text-align: center;
	text-transform: uppercase;
}

.atuacao-div {
	width: 100%;
}

.content .atuacao-box {
	max-width: 15.5rem !important;
	width: 100%;
	margin-top: 2.06rem;
}

.content .atuacao-div-icon {
	width: 5.18rem;
	height: 5.18rem;
}

.content .atuacao-subtitle {
	font-weight: 600;
	color: #fff;
	font-size: 1.18rem;
	line-height: 1.813rem;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
	margin-top: 2.625rem;
	width: 12.938rem;
	height: 4.063rem;
}

.content .atuacao-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
	margin-top: 1.625rem;
	margin-bottom: 3.5rem;
	color: #fff;
	width: 247px;
	min-height: 240px;
}

.content .atuacao-saiba-mais {
	display: flex;
}

.content .atuacao-saiba-mais a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-right: 20px;
}

.content .atuacao-saiba-mais a:hover {
	color: #3B6B8F;
	transform: scale(1.1);
	transition: .3s;
}

.content .atuacao-saiba-mais img {
	width: 25px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	margin-top: 4.375rem;
}

/* SOBRE */
.div-valores {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}

.valores {
	border: 2px solid #D9D9D9;
	border-radius: 20px;
	width: 372px;
	height: 443px;
	padding: 45px;
}

.content .valores-titulo {
	font-size: 19px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: 3px;
	color: #000;
	margin-top: 30px;
}

.content .valores p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
	width: 282px;
}

.sobre_topo {
	background: #ffffff;
	width: 100%;
	padding: 60px 0;
}

.sobre_topo .content {}

.sobre_topo_cima {
	width: 100%;
}

.sobre_topo_cima_left {
	width: calc(50% - 60px);
}

.sobre_topo_cima_left_btn {
	width: 100%;
	padding: 20px 0 40px;
}

.sobre_topo_cima_right {
	width: calc(50% - 53px);
}

.sobre_topo_cima_right img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sobre_topo_baixo {
	width: 100%;
	padding: 70px 0 0 0;
}

.sobre_topo_baixo_left {
	width: calc(50% - 53px);
	position: relative;
}

/* .sobre_topo_baixo_left:before {
					content: '';
					background: var(--azulescuro);
					width: 120px;
					height: 120px;
					position: absolute;
					top: -30px;
					left: -30px;
					z-index: -1;
				} */

.sobre_topo_baixo_left img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sobre_topo_baixo_right {
	width: calc(50% - 40px);
}

.sobre_parallax {
	width: 100%;
	position: relative;
}

.sobre_parallax .content {
	padding: 120px 20px 100px;
	color: #ffffff;
}

.sobre_parallax_in {
	width: 100%;
	max-width: 375px;
}

.sobre_empresas {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.sobre_empresas .content {
	padding: 80px 20px;
}

.sobre_empresas_top {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}

.sobre_rep_empresa {
	padding: 30px 0 0 0;
}

.sobre_rep_empresa_box {
	width: 33.333%;
	margin: 10px 0;
	padding: 20px 50px;
}

.sobre_empresa_logo {
	width: 100%;
	margin: 0 0 25px 0;
}

.sobre_empresa_logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sobre_inst {
	width: 100%;
	position: relative;
	background: #ECECEC;
	padding: 130px 0 60px 0;
}

.sobre_equipe_top {
	background: #173955;
	width: 100%;
	position: relative;
}

.sobre_equipe_top .content {
	padding: 80px 20px 30px;
	color: #ffffff;
}

.sobre_equipe_top_txt {
	width: 100%;
}

.sobre_equipe_top_box {
	width: calc(50% - 60px);
}

.content .sobre_equipe_top_box p {
	margin: 30px 0 0 0;
}

.sobre_equipe_bot {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.sobre_equipe_bot:before {
	content: '';
	background: #173955;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}

.sobre_equipe_bot .content {
	padding: 40px 20px 60px;
}

.sobre_equipe_slider {
	width: 100%;
}

.sobre_equipe_slider ul {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	display: inline-block;
}

.sobre_equipe_slider ul li {
	margin: 0 10px;
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
}

.sobre_equipe_slider ul li button {
	background: #BFCFD9;
	width: 12px;
	height: 12px;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.sobre_equipe_slider ul li.slick-active button {
	background: #288FCE;
}

.sobre_equipe_slider_box {
	padding: 0 40px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.sobre_equipe_slider_foto {
	width: 100%;
	margin: 0 0 25px 0;
	display: block;
}

.sobre_equipe_slider_foto img {
	width: 100%;
	max-width: 103px;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
}

.content .sobre_equipe_slider_box h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	color: var(--titulo);
	font-weight: bold;
}

.sobre_equipe_slider_subtit {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: var(--azulclaro);
	font-style: italic;
	display: block;
}

.sobre_equipe_slider_linked {
	width: 100%;
	padding: 5px 0 0 0;
}

.sobre_equipe_slider_linked a,
.sobre_equipe_slider_linked_box {
	width: 100%;
}

.sobre_equipe_slider_linked a:hover {
	opacity: 0.7;
}

.sobre_equipe_slider_linked a i,
.sobre_equipe_slider_linked_box i {
	width: 37px;
	margin: 0 10px 0 0;
}

.sobre_equipe_slider_linked a i img,
.sobre_equipe_slider_linked_box i img {
	width: 100%;
	height: auto;
	display: block;
}

.sobre_equipe_slider_linked a span,
.sobre_equipe_slider_linked_box span {
	font-size: 18px;
	line-height: 22px;
}

.rep_depoimentos h2 {
	margin-bottom: 90px;
}

.rep_depoimentos .sobre_equipe_slider_box--depoimento .sobre_equipe_slider_foto img {
	max-width: 126px;
}

.rep_depoimentos .sobre_equipe_slider_box--depoimento h3,
.rep_depoimentos .sobre_equipe_slider_box--depoimento .sobre_equipe_slider_subtit,
.rep_depoimentos .sobre_equipe_slider_box--depoimento .sobre_equipe_slider_local {
	margin-bottom: 25px;
}

.rep_depoimentos .sobre_equipe_slider_box--depoimento .sobre_equipe_slider_local {
	font-weight: bold;
	display: block;
}



.sobre_inst {
	background: #ECECEC;
	width: 100%;
	position: relative;
}

.sobre_inst .content {}

.sobre_inst_top {
	width: 100%;
}

.sobre_inst_top_left {
	width: 365px;
}

.sobre_inst_top_right {
	width: calc(100% - 405px);
	max-width: 665px;
}

.sobre_isnt_icon {
	width: 100%;
	margin: 0 0 20px 0;
	height: 91px;
}

.sobre_isnt_icon img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sobre_inst_bot {
	width: 100%;
	padding: 40px 0 0 0;
}

.sobre_inst_rep {
	margin: 0 -20px;
	padding: 20px 0 0 0;
}

.sobre_inst_rep_box {
	width: calc(33.333% - 40px);
	margin: 10px 20px 30px;
}

.sobre_inst_rep_box i {
	width: 29px;
}

.sobre_inst_rep_box i img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sobre_inst_rep_right {
	width: calc(100% - 50px);
}

.sobre_grupo {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.sobre_grupo .content {
	max-width: 940px;
	padding: 100px 20px;
	text-align: center;
}

.sobre_grupo_logo {
	width: 100%;
	margin: 0 0 40px 0;
}

.sobre_grupo_logo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.sobre_grupo .content p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

/* EMPRESAS */
.empresas_wrapper {
	margin: 0 -25px;
}

.empresa_box {
	background: transparent;
	width: calc(33.333% - 50px);
	margin: 25px;
	padding: 40px 45px;
	font-size: 16px;
	line-height: 26px;
	border-radius: 18px;
	position: relative;

	transition: ease-in-out 0.25s;
}

.empresa_box:hover {
	box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.08);
}

.solucao_box h3 {
	font-size: 19px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
}

.solucao_box_logo {
	width: 100%;
	margin: 0 0 40px 0;
}

.solucao_box_logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
}

.content .empresa_box h3 {
	font-size: 20px;
	line-height: 24px;
}

.emrepsa_box_mais {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: var(--azulclaro);
	font-weight: bold;
	display: block;

	transition: ease-in-out 0.25s;
}

.content a.empresa_box_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* SINGLE EMRPESAS */
.empresa_topo {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.empresa_topo .content {}

.empresa_topo_logo {
	width: 100%;
	margin: 0 0 40px 0;
}

.empresa_topo_logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.empresa_topo_in {
	width: 100%;
}

.empresa_topo_left {
	width: calc(50% - 40px);
}

.content .empresa_topo_left h2 {
	font-size: 40px;
	line-height: 44px;
}

.empresa_topo_right {
	width: calc(50% - 40px);
}

.empresa_topo_right img {
	max-width: 100%;
	height: auto;
	display: block;
}

.empresa_destaque_topo {
	width: 100%;
	position: relative;
}

.empresa_destaque_topo .content {}

.empresa_destaque_topo_left {
	width: calc(50% - 50px);
}

.empresa_destaque_topo_btn {
	width: 100%;
	padding: 25px 0 0 0;
}

.empresa_destaque_topo--center {
	padding: 70px 0;
}

.empresa_destaque_topo--center .empresa_destaque_topo_left {
	margin: 0 auto;
}

.empresa_destaque_baixo {
	background: #F6F6F6;
	width: 100%;
	position: relative;
}

.empresa_destaque_bg {
	width: calc(50% - 50px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.empresa_destaque_baixo .content {
	padding: 100px 20px 80px;
}

.empresa_destaque_baixo_right {
	width: calc(50% - 30px);
}

.empresa_servicos {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.empresa_servicos .content {}

.content ul.empresa_servicos_rep {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	display: -ms-flexbox;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.content ul.empresa_servicos_rep li::before {
	content: url(../../img/icon_check.svg);
}

.content ul.empresa_servicos_rep li {
	display: flex;
	gap: 15px;
	min-width: 100px;
	padding: 15px 0 15px 40px;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.empresa_numeros {
	background: #F6F6F6;
	width: 100%;
	position: relative;
}

.empresa_numeros .content {}

.empresa_numeros_rep {
	margin: 0 -15px;
}

.empresa_numeros_box {
	width: calc(20% - 30px);
	margin: 30px 15px 0;
	text-align: center;
}

.empresa_numeros_box span {
	margin: 0 0 5px 0;
	font-size: 35px;
	line-height: 39px;
	color: var(--azulclaro);
	font-weight: bold;
	display: block;
}

.content .empresa_numeros_box h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}

.content .empresa_numeros_box p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

.empresa_blocos {
	background: #ffffff;
	width: 100%;
}

.empresa_blocos .content {
	padding: 0 20px;
}

.empresa_blocos_box {
	width: 100%;
	padding: 130px 0;
	border-bottom: 1px solid #C4C4C4;
}

.empresa_blocos_box:last-of-type {
	border: none;
}

.empresa_blocos_img {
	width: calc(50% - 40px);
}

.empresa_blocos_img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.empresa_blocos_txt {
	width: calc(50% - 40px);
}

.empresa_blocos_txt h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

.empresa_blocos_txt p span {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	letter-spacing: 0px !important;
	color: #292929 !important;
}

.empresa_blocos_box:nth-of-type(even) .empresa_blocos_txt {
	order: 1;
}

.empresas-relacionadas {
	padding: 80px 0;
	background: #ECECEC;
}

.empresa_blocos_txt ul {
	margin: 20px 0 20px;
	list-style: none;
}

.empresa_blocos_txt ul li {
	background: url(../../img/icon_check.svg) no-repeat center left;
	padding: 15px 0 15px 40px;
	font-family: Montserrat;
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 25px !important;
	letter-spacing: 0px !important;
	text-transform: uppercase;
	text-align: left;
	color: #292929 !important;
}

.empresa_blocos_txt ul li span {
	font-weight: bold !important;
	line-height: 25px !important;
	letter-spacing: 0px !important;
	text-align: left;
	color: #292929 !important;
	text-transform: uppercase;
}

.empresa_blocos_numeros {
	width: 100%;
}

.empresa_blocos_numeros_box {
	width: calc(50% - 15px);
	margin: 0 0 25px 0;
}

.empresa_blocos_numeros_box span {
	margin: 0 0 5px 0;
	font-size: 35px;
	line-height: 39px;
	color: var(--azulclaro);
	font-weight: bold;
	display: block;
}

.content .empresa_blocos_numeros_box h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}

.content .empresa_blocos_numeros_box p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

.empresa_blocos_btn {
	width: 100%;
}

.formacao_espacos {
	background-color: #f6f6f6;
}

.formacao_espacos__wrap {
	justify-content: space-evenly;
}

.formacao_espacos .formacao_espacos__title {
	margin-bottom: 100px;
}

.formacao_espacos__box {
	width: calc(33% - 10px);
}

.formacao_espacos__box:nth-child(n+4) {
	margin-top: 100px;
}

.formacao_espacos__box h3 {
	font-size: 18px;
	line-height: 28px;
}

.formacao_espacos__box p {
	font-size: 16px;
}

.estrutura .content>p {
	text-align: center;
}

.estrutura__wrap {
	max-width: 1130px;
	margin: 80px auto 0;
}

.estrutura-box {
	align-items: center;
}

.estrutura-box:not(:last-child) {
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

.estrutura-box:nth-child(even) .estrutura-box__figure {
	order: 2;
}

.estrutura-box .estrutura-box__figure {
	max-width: 293px;
	width: 30%;
}

.estrutura-box .estrutura-box__content {
	width: calc(70% - 20px);
}

.estrutura-box .estrutura-box__title {
	font-size: 30px;
	margin-bottom: 30px;
}

.estrutura-box .estrutura-box__subtitle {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	color: var(--azulclaro);
	display: block;
	font-weight: bold;
}

.pilares_triangulo {
	background-color: #f6f6f6;
}

.pilares_triangulo .content>p {
	text-align: center;
	max-width: 810px;
	margin: 0 auto 80px;
}

.pilares_triangulo__figure {
	margin: 0 auto 80px;
	max-width: 400px;

	align-items: center;
	display: flex;
	justify-content: center;
}

.pilares_triangulo__wrap {
	max-width: 1080px;
	margin: 0 auto 60px;
}

.pilar-box {
	max-width: 300px;
	width: calc(33% - 10px);
}

.pilar-box:nth-child(odd) .pilar-box__title {
	color: #cc2b54;
}

.pilar-box .pilar-box__title {
	font-size: 16px;
	font-weight: bold;
}

.pilar-box p {
	font-size: 16px;
}

.empresa_recursos {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.empresa_recursos:before {
	content: '';
	background: #F6F6F6;
	width: 100%;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}

.empresa_recursos .content {}

.empresa_recursos_rep {
	margin: 0 -10px;
}

.empresa_recursos .case_box {
	width: calc(25% - 20px);
	min-height: 295px;
	margin: 10px;

	filter: grayscale(100%);
}

.empresa_recursos .case_box:hover {
	filter: grayscale(0%);
}

.empresa_recursos .case_box:after {
	display: none;
}

.empresa_recursos .case_box_txt {
	font-size: 14px;
	line-height: 22px;
}

.empresa_principios {
	background: var(--azul);
	width: 100%;
}

.empresa_principios .content {
	padding: 0;
	color: #ffffff;
}

.empresa_principios_box {
	background: transparent;
	width: 33%;
	padding: 80px 50px 60px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.empresa_principios_box:nth-of-type(even) {
	background: var(--azulclaro);
}

.empresa_princ_icon {
	width: 100%;
	height: 56px;
	margin: 0 0 10px 0;
}

.empresa_princ_icon img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;

	filter: brightness(0) invert(1);
}

.empresa_principios_box:nth-of-type(even) .empresa_princ_icon img {
	filter: brightness(1) invert(0);
}

.empresa_contato {}

.empresa_contato .form_internas_left {
	width: calc(50% - 20px);
}

.empresa_contato .form_internas_infos {
	padding: 0;
}

.empresa_contato .footer_infos_box {
	width: calc(50% - 20px) !important;
	max-width: 100% !important;
	margin: 20px 0 !important;
}

.empresa_solucoes {
	background: #F6F6F6;
	width: 100%;
}

.empresa_solucoes .content {}

/* CASES */
.page_topo {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 80px;
	text-align: center;
}

.page_topo .section-title {
	text-align: center;
}

.cases_wrapper {
	margin: 0 -25px;
}

.case_box {
	background: #585858;
	width: calc(33.333% - 50px);
	min-height: 440px;
	margin: 25px;
	position: relative;
}

.case_box:after {
	content: '';
	background: url(../../img/home_prev.png) no-repeat center center / contain;
	width: 53px;
	height: 53px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	transform: rotate(180deg);
	transition: ease-in-out 0.25s;
}

.case_box:hover:after {
	opacity: 1;
}

.case_box_img_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.case_box_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	transition: ease-in-out 0.25s;
}

.case_box_img:before {
	content: '';
	background: rgba(18, 77, 132, 0);
	background: -moz-linear-gradient(top, rgba(18, 77, 132, 0) 0%, rgba(0, 61, 97, 0.74) 45%, rgba(0, 61, 97, 0.71) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18, 77, 132, 0)), color-stop(45%, rgba(0, 61, 97, 0.74)), color-stop(100%, rgba(0, 61, 97, 0.71)));
	background: -webkit-linear-gradient(top, rgba(18, 77, 132, 0) 0%, rgba(0, 61, 97, 0.74) 45%, rgba(0, 61, 97, 0.71) 100%);
	background: -o-linear-gradient(top, rgba(18, 77, 132, 0) 0%, rgba(0, 61, 97, 0.74) 45%, rgba(0, 61, 97, 0.71) 100%);
	background: -ms-linear-gradient(top, rgba(18, 77, 132, 0) 0%, rgba(0, 61, 97, 0.74) 45%, rgba(0, 61, 97, 0.71) 100%);
	background: linear-gradient(to bottom, rgba(18, 77, 132, 0) 0%, rgba(0, 61, 97, 0.74) 45%, rgba(0, 61, 97, 0.71) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#124d84', endColorstr='#003d61', GradientType=0);
	width: 100%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.case_box_txt {
	width: 100%;
	padding: 25px 41px 5px;
	margin-top: auto;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
	z-index: 2000;
}

.case-box-title {
	color: #fff;
	font-weight: 500 !important;
	font-size: 1.25rem;
	line-height: 2rem;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
}

.content .case_box_txt h3 {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}

.case_box a {
	width: 100%;
	height: 100%;
}

.case-resume-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #fff !important;
}

.cases_clientes {
	background: #F6F6F6;
	width: 100%;
}

.cases_clientes .content {}

.cases_clientes .page_topo {
	margin: 0 auto;
}

.cases_clientes .rep_clientes_box {
	margin: 30px 10px 0;
}

/* SINGLE CASES */
.cases_topo {
	background: #ffffff;
	width: 100%;
}

.cases_topo .content {}

.logo_case {
	width: 100%;
	margin: 0 0 40px 0;
}

.logo_case img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cases_topo_in {
	width: 100%;
}

.cases_topo_left {
	width: calc(50% - 40px);
}

.content .cases_topo_left h3 {
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: var(--azulclaro);
}

.cases_topo_right {
	width: calc(50% - 40px);
}

.cases_topo_destaque {
	width: 100%;
}

.cases_topo_destaque img {
	max-width: 100%;
	height: auto;
	display: block;
}

.rep_dev {
	width: 100%;
}

.rep_dev_box {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 10px 0;
}

.rep_dev_left {
	padding: 0 25px 0 0;
}

.rep_dev_left img {
	width: 100%;
	height: auto;
	display: block;
}

.rep_dev_right {
	width: 509px;
}

.rep_dev_right span {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.content .rep_dev_right p {
	margin: 0;
	color: #292929;
}

.content .lista-locais {
	display: grid;
	grid-template-columns: repeat(3, 194px);
	grid-gap: 20px;
	list-style: initial;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #292929;
}

.cases_chamada {
	background: var(--azulclaro);
	width: 100%;
	position: relative;
}

.cases_chamada .content {
	padding: 150px 20px;
	color: #ffffff;
}

.cases_chamada_txt {
	width: calc(50% - 80px);
	max-width: 485px;
}

.cases_chamada_bg {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.cases_relacionados {
	background: #ffffff;
	width: 100%;
	padding: 60px 0 0 0
}

.cases_relacionados .content .subtit {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
	color: #737373;
}


/* SOLUCOES */
.solucoes_wrapper {
	margin: 0;
}

.solucao_box {
	background: transparent;
	width: 16.375rem !important;
	min-height: 420px;
	position: relative;
	transition: ease-in-out 0.25s;
	margin-bottom: 100px;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}

.solucao_box_icon {
	width: 100%;
	height: 52px;
	margin: 0 0 40px 0;
}

.solucao_box_icon img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: ease-in-out 0.25s;
}

.content .solucao_box h3 {
	font-size: 20px;
	line-height: 24px;

	transition: ease-in-out 0.25s;
}

.content .solucao_box:hover h3 {
	color: var(--branco);
}

.solucao_box_mais {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #3B6B8F;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	transition: ease-in-out 0.25s;
}

.solucao_box:hover .solucao_box_mais {
	color: #3a77a5;
	transform: translateX(10px);
	transition: .3s;
}

.solucao_box_mais img {
	margin: 0 0 0 40px;
	vertical-align: middle;
	display: inline-block;

	transition: ease-in-out 0.25s;
}

.service-title {
	color: #000 !important;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.service-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
}

.content a.solucao_box_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.solucao_externos {
	background: #F6F6F6;
	width: 100%;
	position: relative;
}

.solucao_externos:after {
	content: '';
	background: #ffffff;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.solucao_externos .content {
	max-width: 1160px;
	padding: 80px 20px 120px;
}

.solucao_externos_txt {
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
}

.solucao_externos_rep {
	width: 100%;
}

.solucao_externos_box {
	background: #ffffff;
	width: calc(50% - 25px);
	padding: 40px 45px;
	border-radius: 15px;
	position: relative;
}

.solucao_externos_box:hover {
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
}

.solucao_externos_logo {
	width: 100%;
	margin: 0 0 20px 0;
}

.solucao_externos_logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.solucao_externos_mais {
	width: 100%;
	text-align: right;
}

.solucao_externos_mais span {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: var(--azulclaro);
	display: inline-block;
}

.solucao_externos_mais span img {
	margin: 0 0 0 35px;
	vertical-align: middle;
	display: inline-block;
}

.content a.solucao_externo_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* SINGLE SOLUCOES */
.solucao_topo {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.solucao_topo .content {}

.solucao_topo_left {
	width: calc(50% - 40px);
}

.solucao_topo_logo {
	width: 100%;
	margin: 0 0 40px 0;
}

.solucao_topo_logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.solucao_topo_right {
	width: calc(50% - 40px);
}

.solucao_topo_right img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.solucao_topo_baixo {
	width: 100%;
	padding: 40px 0 20px;
}

.solucao_topo_baixo * {
	width: 100%;
}

.content .solucao_topo_baixo ul,
.content .solucao_topo_baixo ol {
	width: calc(50% - 40px);
}

.content .solucao_topo_baixo ul li,
.content .solucao_topo_baixo ol li {
	margin: 10px 0;
}

.solucao_topo_btn {
	width: 100%;
	text-align: center;
}

.solucao_vantagens {
	background: #F6F6F6;
	width: 100%;
	position: relative;
}

.solucao_vantagens .content {
	padding: 80px 20px 60px;
}

.solucao_vant_rep {
	margin: 0 -40px;
}

.solucao_vant_box {
	width: calc(25% - 80px);
	margin: 40px 40px 0;
	font-size: 16px;
	line-height: 24px;
}

.solucao_vant_icon {
	width: 100%;
	height: 36px;
	margin: 0 0 15px 0;
}

.solucao_vant_icon img {
	width: auto;
	max-height: 100%;
	display: block;
}

.content .solucao_vant_box h3 {
	font-size: 18px;
	line-height: 28px;
}

.solucao_vantagens--azul {
	background: var(--azulclaro);
}

.solucao_vantagens--azul .content h2 {
	margin-bottom: 60px;
}

.solucao_vantagens--azul .solucao_vant_rep {
	margin: 0;
}

.solucao_vantagens--azul .solucao_vant_box {
	margin: 0;
	width: calc(33% - 20px);
}

.solucao_vantagens--azul .solucao_vant_icon {
	height: 50px;
	margin-bottom: 40px;
}

.solucao_cont {
	background: var(--azulclaro);
	width: 100%;
	position: relative;
}

.solucao_cont_bg {
	width: calc(50% - 50px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.solucao_cont .content {
	padding: 100px 20px 80px;
	color: #ffffff;
}

.solucao_cont_txt {
	width: calc(50% - 50px);
	font-size: 16px;
	line-height: 26px;
}

.solucao_dados {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.solucao_dados .content {
	/* max-width: 1000px; */
	text-align: center;
}

.solucao_dados_topo {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 10px;
}

.solucao_dados_txt {
	width: 100%;
	/* max-width: 740px; */
	max-width: 1160px;
	margin: 0 auto 40px;
}

.content .solucao_dados_txt ul {
	width: 100%;
	/* max-width: 600px; */
	margin: 20px auto;
	list-style: none;

	display: -ms-flexbox;
	display: flex;
	align-items: initial;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
}

.content .solucao_dados_txt ul li {
	/* background: url(../../img/icon_check.svg) no-repeat center left; */
	background: url(../../img/icon_check.svg) no-repeat top left;
	/* width: calc(50% - 20px); */
	width: calc(33% - 20px);
	/* padding: 15px 0 15px 40px; */
	padding: 0px 0 15px 50px;
	font-size: 16px;
	line-height: 20px;
	color: var(--titulo);
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.content .solucao_dados_txt ul li span {
	display: block;
	margin-bottom: 10px;
}

.solucao_dados_rep {
	width: 100%;
}

.solucao_dados_box {
	width: 25%;
	padding: 25px 15px 0;
}

.solucao_dados_box span {
	margin: 0 0 5px 0;
	font-size: 35px;
	line-height: 39px;
	color: var(--azulclaro);
	font-weight: bold;
	display: block;
}

.content .solucao_dados_box h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}

.content .solucao_dados_box h3 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.solucoes_relacionados {
	background: #ffffff;
	width: 100%;
	position: relative;
}

.solucoes_relacionados .content {}

/* CLIENTES */
.rep_clientes {
	margin: 0 -10px;
}

.rep_clientes_box {
	width: calc(25% - 20px);
	margin: 60px 10px 0;
}

.rep_clientes_box img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/* SOB DEMANDA */
.demandas_left {
	width: calc(50% - 40px);
	max-width: 510px;
}

.content .demandas_left h3 {
	font-size: 14px;
	line-height: 18px;
	color: var(--azulclaro);
}

.content .demandas_left ul {
	margin: 20px 0 0 0;
	list-style: none;
}

.content .demandas_left ul li {
	background: url(../../img/icon_check.svg) no-repeat top 5px left;
	margin: 0 0 20px 0;
	padding: 0 0 0 47px;
}

.demandas_right {
	width: calc(50% - 40px);
	max-width: 550px;
}

.demandas_form_wrapper {
	background: var(--azul);
	width: 100%;
	padding: 60px 55px;
}

.content .demandas_form_wrapper h2,
.content .contato_left h2,
.content .contato_form_wrapper h2 {
	font-size: 22px;
	line-height: 26px;
}

/* BLOG */
.content_blog {}

.blog_left {
	width: 100%;
	max-width: 613px;
}

.blog_left img {
	width: 100%;
	height: auto;
	margin: 0;
}

.blog_left h1 {
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

.blog_destaques_slider {
	width: 100%;
	margin: 0 0 60px 0;
	position: relative;
}

.blog_destaques_slider .slick-prev {
	background: url(../../img/seta_white_left.svg) no-repeat center center var(--azulclaro);
	width: 47px;
	height: 44px;
	margin: 0 auto;
	text-indent: -99999px;
	border: none;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
	outline: none;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 47px;
	z-index: 10;
	cursor: pointer;
}

.blog_destaques_slider .slick-next {
	background: url(../../img/seta_white_right.svg) no-repeat center center var(--azulclaro);
	width: 47px;
	height: 44px;
	margin: 0 auto;
	text-indent: -99999px;
	border: none;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	outline: none;
	position: absolute;
	bottom: -22px;
	left: 47px;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

.blog_destaques_slider .slick-prev:hover,
.blog_destaques_slider .slick-next:hover {
	opacity: 0.7;
}

.blog_box_slider {
	width: 100%;
	height: 450px !important;
	padding: 30px 60px;
	color: #ffffff;
	position: relative;
}

.blog_box_slider a.blog_box_slider_mais {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.blog_box_slider_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.blog_box_slider_img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.blog_box_slider_txt_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}

.blog_box_slider_left {
	width: 100%;
	max-width: 370px;
	font-size: 20px;
	line-height: 32px;
}

.blog_box_slider_left .cat_box_info {
	margin: 0 0 10px 0;
	color: #ffffff;
}

.blog_box_slider_left .cat_box_info a {
	color: #ffffff;
}

.content .blog_box_slider_left h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
}

.content .blog_box_slider_left p {
	margin: 0;
}

.posts_wrapper {
	margin: 0;
}

.blog_box {
	width: calc(50% - 24px);
	margin: 0 0 50px;
}

.blog_box_img {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blog-box-title {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.37rem;
	letter-spacing: 0.125rem;
	color: #000 !important;
	text-transform: uppercase;
}

.blog-box-text {
	font-weight: 400;
	color: #292929;
	font-size: 1rem;
	line-height: 1.875rem;
}

.blog_box_img img {
	width: 100%;
	height: 9.18rem;
	display: block;
}

.cat_box_info {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0px;
	color: #292929;
	margin: 40px 0 30px 0;
}

.cat_box_info span {
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.06rem;
}

.cat_box_info a {
	color: #292929;
}

.home .cat_box_info a {
	color: var(--verde);
}

.cat_box_info a:hover {
	text-decoration: none;
}

.content .blog_box h2,
.content .blog_box h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	min-height: 43px;
}

.content .blog_box h2 a,
.content .blog_box h3 a {
	display: block;
}

.content .blog_box p {
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
	margin-top: 20px;
}

.content .blog_box p a {
	display: block;
}

#sidebar {
	width: 395px;
}

.side_categorias {
	width: 100%;
	margin: 0 0 40px 0;
}

.side_tit {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000;
	display: block;
	text-transform: uppercase;
}

.side_categorias nav {
	width: 100%;
}

.nav-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5.31rem;
	grid-gap: 8px;
}

.nav-social-icons img {
	width: 20px;
	height: 20px;
}

.icon-youtube {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(16deg) brightness(101%) contrast(104%);
}

.nomeCliente {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin: 20px 0;
}

@media(max-width: 768px) {
	.nomeCliente {
		font-size: 18px;
	}
}

.nav-social-icons a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.nav-social-icons a:hover {
	transform: scale(1.3);
	transition: .5s;
}

.side_categorias ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.side_categorias ul li {
	margin: 0 !important;
	/* border-bottom: 1px solid #D1D1D1; */
	display: block;
}

.side_categorias ul li:last-of-type {
	border: none;
}

.side_categorias ul li a {
	font-size: 16px;
	line-height: 52px;
	font-weight: 500;
	display: block;
	text-decoration: underline;
	color: #124D84;
}

.side_categorias ul li a:hover,
.side_categorias ul li.current-menu-item a {
	color: #124D84;
	font-weight: bold;
}

.side_busca {
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
	display: flex;
	gap: 20px;
}


.side_busca .form_control {
	padding-left: 40px;
}

.page-template-blog .form_control p {
	margin: 0 0 10px 0;
	display: flex;
	background: #fff;
}

.page-template-blog .form_control input {
	border: none;
}

.form_control p {
	margin: 0 0 10px 0;
	display: flex;
	background: #F2F2F2;
}

.form_control i {
	color: #A5A5A5;
	padding: 20px 20px
}

.side_busca .form_control input {
	background: #ffffff;
	border-color: #737373;
}

.side_busca button {
	background: transparent;
	width: 45px;
	height: 100%;
	padding: 0;
	font-size: 18px;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.side_busca button i {
	color: #3B6B8F;
}

.side_newsletter {
	background: #243E52;
	width: 100%;
	margin: 90px 0 40px 0;
	padding: 35px 45px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}

.side_newsletter p {
	color: #fff;
}

.news_icon {
	width: 100%;
	margin: -70px 0 20px;
}

.news_icon img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.side_news_tit {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 28px;
	color: var(--branco);
	font-weight: bold;
	display: block;
}

.news_form {
	width: 100%;
	padding: 10px 0 0 0;
}

.news_form .form_control input,
.news_form .form_control select,
.news_form .form_control textarea {
	background: #ffffff;
}

.news_form .form_button button,
.news_form .form_button input[type="submit"] {
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
}

.news_form .form_button button:hover,
.news_form .form_button input[type="submit"]:hover {
	background: #3a77a5;
	transition: .5s;
	color: #fff;
}

.side_populares {
	width: 100%;
	margin: 0 0 40px 0;
}

.side_populares_posts {
	width: 100%;
}

.blog_box_populares {
	width: 100%;
	margin: 0 0 20px 0;
}

.blog_box_populares_img {
	width: 144px;
}

.blog_box_populares_img img {
	width: 100%;
	height: auto;
	display: block;
}

.blog_box_populares_txt {
	width: calc(100% - 159px);
}

.blog_box_populares_txt .cat_box_info {
	margin: 0 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0px;
}

.content .blog_box_populares_txt h3 {
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
}

/* BLOG SINGLE */
.blog_share_wrapper {
	background: #E8E8E8;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 15px 25px;
	font-size: 20px;
	line-height: 24px;
}

.blog_share_left {
	padding: 0 10px 0 0;
}

.blog_share_left i {
	margin: 0 10px 0 0;
	color: #3B6B8F;
	font-size: 24px;
}

.blog_share_left span {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
	text-transform: uppercase;
}

.blog_share {
	padding: 0;
}

.blog_share a {
	margin: 0 0 0 20px;
	color: #3B6B8F;
	display: block;
}

.blog_share a:hover {
	color: var(--azulclaro);
}

.content_blog {
	margin-top: 50px;
}

.content_blog_single h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}

.content_blog_single h3 {
	font-size: 22px;
	line-height: 28px;
	color: var(--titulo);
	font-weight: bold;
}

.content_blog_single ul,
.content_blog_single ol {
	padding: 0 0 0 20px;
}

.content_blog_single ul li,
.content_blog_single ol li {
	margin: 0 0 8px 0;
}

/* CONTATO */

.contato-icon-alinhar {
	position: relative;
	margin: 10px 0;
}

.contato-icon-alinhar img {
	width: 19px;
	height: 19px;
	position: absolute;
	z-index: 500;
	top: 1rem;
	left: 1.563rem;
}

.contato_topo {
	width: 100%;
}

.contato_topo .content {
	padding: 0 20px 80px 20px;
}

.contato_in {
	width: 100%;
	margin: -50px 0 0 0;
}

.contato_left {
	width: calc(50% - 20px);
	padding: 50px 0 0 0;
}

.contato_mapa {
	width: 100%;
	height: 430px;
}

.contato_mapa iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.contato_content {
	width: 100%;
	padding: 30px 0 10px 0;
}

.contato_infos {
	width: 100%;
	padding: 0 0 0 30px;
	border-left: 3px solid #737373;
}

.contato_infos_box {
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 1.75rem;
}

.contato_infos_box i {
	width: 24px;
}

.contato_infos_box i img {
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

.content .contato_infos_box p {
	width: 32.87rem;
	margin: 0;
	font-size: 1rem;
	line-height: 2.125rem;
	letter-spacing: 1px;
	font-weight: 400;
}

.content .contato_infos_box p a:hover {
	text-decoration: underline;
}

.contato_right {
	width: calc(50% - 20px);
}

.contato_form_wrapper {
	background: var(--branco);
	width: 100%;
	padding: 60px 55px;
}

.content .contato_form_wrapper h2 {
	font-size: 22px;
	line-height: 26px;
}

.contato_blog {
	background: #ECECEC;
	width: 100%;
}

.contato-section {
	justify-content: initial;
}

.contato-title {
	color: #000 !important;
	font-weight: 600;
	font-size: 1.56rem;
	line-height: 1.875rem;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.form_internas_right_in .contato-text {
	width: 100%;
	max-width: 22rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #292929;
	margin: 0;
}

.contato-form-btn {
	width: 100%;
	height: 60px;
}

.contato-form-btn p {
	margin: 0;
	height: 60px;
}

.contato-form-btn button,
.contato-form-btn input[type="submit"] {
	width: 100%;
	border: none;
	background: #3B6B8F;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	height: 3.75rem;
	cursor: pointer;
}

.contato-form-btn button:hover {
	background: #fff;
	background: #3a77a5;
	transition: .5s;
}

.contato_blog .content {}

.contato_blog_topo {
	width: 100%;
	text-align: center;
}

.contato_blog_topo .cases-title {
	text-align: center;
}

.contato_posts_wrapper {
	margin: 0 -15px;
}

.contato_posts_wrapper .blog_box {
	width: calc(25% - 30px);
	margin: 20px 15px 0;
}

.contato_blog_todos {
	width: 100%;
	padding: 30px 0 0 0;
	text-align: right;
}

.contato_blog_todos a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #3B6B8F;
	display: inline-block;
}

.contato_blog_todos a img {
	margin: 0 0 0 40px;
	vertical-align: middle;
	display: inline-block;
	transition: ease-in-out 0.25s;
}

.contato_blog_todos a:hover img {
	margin: 0 0 0 30px;
}

/* OBRIGADO */

.obrigado-div {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}

.obrigado-sub {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 18px !important;
	line-height: 21.94px;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: #737373 !important;
	margin-top: 3.125rem !important;
}

.obrigado-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.875rem;
	text-align: center;
	margin-top: 5rem !important;
}

/* FORM INTERNAS */
.form_internas {
	width: 100%;
}

.form_internas .content {
	padding: 40px 20px 0 20px;
}

.form_internas_left {
	width: calc(50% - 80px);
	margin-top: auto;
	padding: 40px 0 120px;
	color: #ffffff;
}

.form_internas_infos {
	width: 100%;
	padding: 20px 0 0 0;
}

.form_internas_infos .footer_infos_box_tel {
	margin: 0 10px 0 0;
}

.form_internas_right {
	width: calc(50% - 50px);
}

.form_internas_right_in {
	background: #ffffff;
	width: 100%;
	padding: 55px 60px;
	transform: translateY(50px);
	position: relative;
	z-index: 50;
}

.content .form_internas_right_in h3 {
	font-size: 22px;
	line-height: 26px;
	color: var(--titulo);
	font-weight: bold;
}

.form_internas_right_form {
	width: 100%;
	padding: 15px 0 0 0;
}

/* ERROR */
.icon_page {
	width: 100%;
}

.icon_page img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}

.txt_error {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}

.content .txt_error h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.content .txt_error h2 strong {
	font-size: 120px;
	line-height: 120px;
	display: block;
}

/*
			Sobre		
		*/


.sobre-section {
	padding: 90px 0;
	min-height: 860px;
	display: flex;
	justify-content: center;
	gap: 5rem;
	position: relative;
}

.sobre-div-descricao {
	max-width: 28rem;
	width: 100%;
	padding: 20px;
}

.sobre-div-descricao p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
}

.espacamento-home-sobre {
	margin-top: 80px;
}

.sobre-title {
	color: #000;
	margin-bottom: 4.625rem;
	font-size: 45px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 12px;
	text-transform: uppercase;
}

.sobre-text {
	color: #292929;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-bottom: 5.62rem;
}

.sobre-text span {
	font-weight: 700;
	text-transform: uppercase;
}

.sobre-sec-img {
	position: absolute;
	top: 60%;
}

/* FOOTER */

.footer-sociais {
	color: transparent;
	margin-top: 2.5rem !important;
}

.footer-sociais:hover {
	color: transparent !important;
}

.footer-sociais ul {
	display: grid !important;
	grid-template-columns: 40px 40px 40px !important;
}

.footer-sociais ul li {
	color: #fff;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-text-sub {
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
}

.btn-footer-contato {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-footer-contato a {
	border: 2px solid #fff !important;
	padding: 15px 0 !important;
	width: 9.75rem;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 4.625rem !important;
	font-weight: 700 !important;
	font-size: 1.125rem !important;
	line-height: 1.375rem !important;
}

.footer-baixo-text {
	font-weight: 300 !important;
	font-size: 0.938rem;
	line-height: 2.5rem;
	letter-spacing: 0.125rem;
	margin: 0 !important;
}

#footer {
	width: 100%;
}

.footer_topo {
	background: url(../../img/bg-footer-2023.jpg) center center / cover no-repeat;
	min-height: 39.375rem !important;
	width: 100%;
	padding-top: 9.75rem;
}

.footer_topo .content {
	padding: 0 20px;
	color: #ffffff;
}


.footer_logo_wrapper {
	width: 100%;
	margin: 0 0 25px 0;
}

.footer_logo {
	align-items: center;
	display: flex;
}

.footer_logo img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.footer_logo span {
	padding-left: 15px;
	display: inline-block;
}

.footer_redes {
	color: red !important;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer_redes a {

	font-size: 20px;
	line-height: 24px;
	display: block;
}

.footer_redes a:hover {
	color: #3B6B8F;
}

.footer_menu_wrapper {
	width: 100%;
	margin: 0 0 25px 0;
}

.menu_footer {}

.menu_footer ul {
	width: 100%;
	margin: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	align-items: initial;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
}

.menu_footer ul li {
	width: 100%;
	max-width: 12rem;
}

.menu_footer ul li a {
	padding: 0 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	display: block;
}

.menu_footer ul li a:hover {
	color: #3B6B8F;
}

.menu_footer ul li ul {
	width: 100%;
	display: block;
}

.menu_footer ul li ul li {
	width: 100%;
	margin: 0;
}

.menu_footer ul li ul li.footer_contato {
	margin: 20px 0 0 0;
}

.menu_footer ul li ul li a {
	padding: 7px 0;
	font-size: 1rem;
	line-height: 24px;
	font-weight: 400;
	display: block;
}

.menu_footer ul li ul li.footer_contato a {
	background: var(--azulclaro);
	width: 100%;
	padding: 13px 15px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

.menu_footer ul li ul li.footer_contato a:hover {
	color: var(--branco);
	opacity: 0.7;
}

.footer_infos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 7.5rem;
}

.footer_infos_box {
	width: 100%;
	font-size: 15px;
	line-height: 19px;
}

.footer_infos_box_tel {
	max-width: 210px;
}

.footer_infos_box_email {
	max-width: 300px;
}

.footer_infos_box_end {
	max-width: 430px;
}

.footer_infos_box i {
	width: 51px;
}

.footer_infos_box i img {
	max-width: 100%;
	height: auto;
	display: block;
}

.footer_infos_box_right {
	min-width: 385px;
}

.footer_tit {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.footer_infos_box_end .footer_tit {
	font-size: 16px;
}

.footer_infos_box_social a {
	margin: 0 0 0 15px;
	font-size: 24px;
	line-height: 28px;
}

.footer_infos_box_social:first-child a {
	margin: 0px;
}

.footer_infos_box_social a i.fa-brands {
	width: 35px;
}

.content .footer_infos_box_right p {
	margin: 0;
	color: #fff;
}

.content .footer_infos_box_right p.footer_map {
	margin: 15px 0 0 0;
}

.content .footer_infos_box_right p.footer_map a {
	text-decoration: underline;
}

.content .footer_infos_box_right p.footer_map a:hover {
	text-decoration: none;
}

.footer_baixo {
	background: #000000;
	width: 100%;
}

.footer_baixo .content {
	padding: 20px 20px;
	color: #ffffff;
}

.footer_copyright {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
}

.footer_copyright p {
	color: #fff;
}

.footer_ao5 {}

.footer_ao5 a {
	display: block;
}

.footer_ao5 a img {
	max-width: 100%;
	height: auto;
	display: block;
}

.footer_ao5 a:hover {
	opacity: 0.7;
}

/* BTN WHATSAPP */
#btnWhats {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1500;
}

#btnWhats img {
	max-width: 50px;
	height: auto;
	display: block;
}

#btnWhats:hover img {
	opacity: 0.7;
}


/* DETALHE PROJETO */

.container-detalhe {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.detalhe-descricao {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 120px;
	padding: 130px 0;
}

.div-detalhe-descricao {
	width: 540px;
}

.div-detalhe-descricao p {
	color: #292929;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	margin: 40px 0;
}

.img-titulo-detalhe {
	max-width: 260px;
	max-height: 121px;
}

.detalhe-titulo {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	max-width: 409px;
	text-transform: uppercase;
}

.detalhe-subtitulo {
	color: #737373;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	max-width: 492px;
	text-transform: uppercase;
	margin: 30px 0 84px 0;
}

.detalhe-texto {
	color: #292929;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}

.div-detalhe-imgs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 70px;
}

.div-detalhe-imgs img {
	width: 100%;
}

.div-btn-detalhe {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.btn-detalhes,
.btn-todos {
	width: 260px;
	height: 60px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-detalhes {
	border: none;
	color: #fff;
	background: #3B6B8F;
}

.btn-detalhes:hover {
	color: #000;
}

.btn-todos {
	border: 2px solid #000;
	color: #000;
	background: #fff;
}

.btn-todos:hover {
	color: #3B6B8F;
}

.detalhe-relacionados {
	width: 100%;
	background: #ECECEC;
	padding: 130px 0 240px 0;
}

.container-detalhe-relacionados {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.section-solucao-contato {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: center;
}

.div-solucao-img {
	width: 100%;
	max-width: 1100px;
}

.section-solucao-contato img {
	width: 100%;
}

.detalhe-solucao-texto {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #292929;
	width: 100%;
	max-width: 677px;
	margin: 0 auto;
}

.div-solucao-contato {
	background: #3B6B8F;
	width: 820px;
	max-width: 820px;
	height: 430px;
	display: flex;
	align-items: center;
}

.div-solucao-contato a {
	color: #fff;
	margin-left: 100px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 364px;
}

.div-solucao-contato a:hover {
	color: #fff;
	background: #3a77a5;
	transition: .5s;
}

.detalhe-projeto-card {
	width: 400px !important;
	height: 438px;
	padding: 120px 0 0 40px;
	background: url(../../img/detalhe-projeto/bg-carrossel-detalhe.png) center center /cover no-repeat;
}

.detalhe-projeto-card h2 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 4px;
	max-width: 230px;
}

.detalhe-projeto-card p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	max-width: 315px;
	margin-top: 45px;
}

.div-arrow-grey {
	display: flex;
	justify-content: end;
}

.div-arrow-grey a {
	width: 60px;
	height: 60px;
	background: #585858;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-detalhe-projeto {
	margin-top: 100px;
}

.slick-detalhe-projeto .slick-prev {
	background: url(../../img/home_prev.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: -40px;
	z-index: 999999999999999;
	cursor: pointer;
}

.slick-detalhe-projeto .slick-next {
	background: url(../../img/home_next.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 1400px;
	z-index: 999999999999999;
	cursor: pointer;
}

/* SOLUCOES */

.section-contato-solucoes {
	width: 100%;
	height: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
}

.div-solucoes-descricao {
	max-width: 585px;
	min-height: 165px;
}

.div-solucoes-descricao h3 {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	line-height: 52px;
}

.div-solucoes-descricao h3 span {
	font-weight: 700;
}

.slick-clientes {
	width: 100%;
	max-width: 1400px;
	margin: 80px auto 0 auto;
}

.slick-clientes .slick-prev {
	background: url(../../img/home_prev.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 125px;
	left: -80px;
	z-index: 999999999999999;
	cursor: pointer;
}

.slick-clientes .slick-next {
	background: url(../../img/home_next.png) no-repeat center center / contain;
	width: 42px;
	height: 42px;
	margin: auto 0;
	text-indent: -99999px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 125px;
	left: 1270px;
	z-index: 999999999999999;
	cursor: pointer;
}

.slick-clientes .slick-slide {
	padding: 0 10px;
}

.slick-clientes ul li button {
	background: #BFCFD9;
	width: 12px;
	height: 12px;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.slick-clientes ul li.slick-active button {
	background: #000;
}

.clientes-solucoes {
	width: 100%;
	padding: 0 0 80px 0;
	background-color: #ECECEC;
}

.div-clientes {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 4px;
	background: #fff;
}

.div-clientes img {
	width: 184px;
	display: block;
	margin: 0 auto;
}

/* Detalhe Atuação */

.detalhe-transporte {
	background: #ECECEC;
	padding: 150px 20px 0 20px;
}

.detalhe-atuacao-container {
	max-width: 1204px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 90px;
}

.detalhe-atuacao-div-img img {
	width: 505px;
}

.detalhe-atuacao-descricao {
	width: 100%;
	max-width: 608px;
}

.detalhe-atuacao-descricao h2 {
	color: #000;
	font-size: 45px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 12px;
	text-transform: uppercase;
}

.detalhe-atuacao-descricao h3 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.detalhe-atuacao-descricao h4 {
	color: #737373;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
	max-width: 405px;
	margin: 36px 0 36px 0;
}

.detalhe-atuacao-descricao p {
	margin: 20px 0
}

.detalhe-atuacao-chamada {
	color: #737373;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
	max-width: 405px;
	margin: 36px 0 36px 0;
}

.detalhe-atuacao-texto {
	color: #292929;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
}

.atuacao-section {
	padding: 120px 0 0 0;
}

.atuacao-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.atuacao-titulo {
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000;
	text-transform: uppercase;
}

.atuacao-subtitulo {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0px;
	color: #737373;
	text-transform: uppercase;
}

.atuacao-texto {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	margin: 23px 0 36px 0;
}

.atuacao-chamada {
	color: #737373;
	font-size: 15px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 30px 0 50px 0;
}

.atuacao-areas {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 100px;
}

.areas-topicos {
	width: 501px;
}

.areas-topicos p {
	display: flex;
	gap: 16px;
	margin: 20px 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0px;
	color: #292929;
	text-transform: uppercase;
}

.areas-topicos p span {
	width: 24px;
	height: 24px;
	background: #3B6B8F;
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-columns: 24px 1fr;
	border-radius: 50%;
}

.atuacao-btn {
	display: block;
	width: 100%;
	height: 60px;
	background: #3B6B8F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 80px;
}

.atuacao-btn:hover {
	color: #fff;
	background: #3a77a5;
	transition: .5s;
}

.atuacao-img {
	width: 522px;
}

.atuacao-divisoria {
	border: 1px solid #C4C4C4;
	margin-top: 130px;
}

.terrestre-descricao {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 80px;
}

.terrestre-div-descricao {
	width: 587px;
}

.servicos-titulo {
	color: #fff !important;
}

.section-projetos {
	background: #ECECEC;
	padding: 120px 0;
}

.projetos_relacionados {
	background: #ECECEC;
	padding: 120px 0 160px 0;
}

.div-trabalhe-titulo {
	padding: 80px 0 0 0;
}

.btn-sobre-contato {
	width: 301px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3B6B8F;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.btn-sobre-contato:hover {
	color: #fff;
	background: #3a77a5;
	transition: .5s;
}

.trabalhe-conosco-sobre {
	display: flex;
}

.trabalhe-conosco-sobre div {
	height: 430px;
}

.trabalhe-conosco-sobre img {
	width: 100%;
	height: 100%;
}

section.diretores::before {
	background: #003E61;
	opacity: 0.5;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%
}

section.diretores {
	position: relative;
	z-index: 2000;
}

.diretores {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 130px;
	padding: 60px 0;
}

.diretor {
	width: 352px;
	min-height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.diretor h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: 3px;
	text-align: center;
	margin: 36px 0 20px 0;
	text-transform: uppercase;
}

.diretor span {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}

.diretor p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	margin: 45px 0 28px;
}

.diretor a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	gap: 15px;
}

.diretores .diretores-titulo {
	font-size: 45px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 12px;
	text-align: center;
	color: #fff;
}

.div-trabalhe-conosco {
	width: 100%;
	max-width: 1099px;
}

.div-trabalhe-conosco div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	margin: 20px auto 0 auto;
}

.div-trabalhe-conosco div {
	width: 414px;
}

.div-trabalhe-conosco h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}

.div-trabalhe-conosco p {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}

.content .subtit-section {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #737373;
}

.content .topico-case {
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 80px 0 40px 0;
}

.content .topico-case span {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}

.subtitulo-topicos,
.content .subtitulo-topicos p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
	color: #737373;
	text-transform: uppercase;
}

.link-seo {
	cursor: pointer;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-social a {
	color: #fff;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-social a:hover {
	transform: scale(1.3);
	transition: .5s;
}

.page-template-sobre .content ul {
	list-style: none;
	margin: 0 auto !important;
}

.section-atuacao-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}