/* Frameworcss */
.custom-container img {
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.w-100p {
	width: 100%;
}
.none {
	display: none;
}
.block {
	display: block;
}
.margin-auto {
	margin: auto;
}
.margin-t-15 {
	margin-top: 15px;
}
.align-center {
	text-align: center;
}
.box-txt > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.box-txt > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Cores */
.color-1 {
	color: #069992;
}
.color-2 {
	color: #E4AC43;
}
.color-3 {
	color: #158c6d;
}

.bg-1 {
	background-color: #069992;
}
.bg-2 {
	background-color: #E4AC43;
}
.bg-3{
	background-color: #158c6d;
}

.color-white {
	color: #FFF;
}

/* Botão */
.botao {
	margin: 0 auto;
	padding: 20px 100px;
	background: #E4AC43;
	color: #FFF;
	border-radius: 60px;
	display: inline-flex;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	text-transform: uppercase;
}

/* Outros */
.base {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}
.base-content {
	padding-left: 30px;
	padding-right: 30px;
}

/* Geral */
.entry-header {
	display: none;
}
#g-navigation:not(.g-fixed-element) {
	background-color: #069992 !important;
}
.so-panel.widget.widget_text.panel-first-child.panel-last-child {
	display: none;
}
.separador h3 {
	max-width: 950px;
}
.separador h3 p {
	color: #158c6d !important;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 200 !important;
	line-height: 1.2 !important;
}
input.wpcf7-form-control.wpcf7-submit {
	font-size: 18px !important;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	margin-top: 30px !important;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
	font-size: 0.8em;
}

/* Topo */
.pt-topo {
	margin-top: -25px;
	color: #FFF;
	background-color: #069992;
}
.pt-topo-wrap {
	display: flex;
	align-items: center;
}
.pt-topo-titulo {
	font-size: 68px;
	font-weight: 500 !important;
	line-height: 1.1;
}
p.pt-topo-desc {
	font-size: 30px !important;
	line-height: 1.2 !important;
}
.pt-topo-conteudo-img {
	min-width: 70%;
	max-width: 70%;
}
.pt-topo-conteudo-img-inner {
	width: 120%;
	margin-bottom: -23%;
	position: relative;
}
.pt-topo-conteudo-img-inner img {
	width: 100%;
}

/* Projeto */
.sec-projeto {
	overflow: hidden;
	padding-bottom: 70px;
}
.pt-projeto-img-box {
	max-width: 800px;
	margin: auto;
	margin-top: 50px;
}
.pt-projeto-tooltip-paginacao {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt-projeto-tooltip-paginacao-acao {
	cursor: pointer;
}
.pt-projeto-tooltip-paginacao-acao-l {
	margin-right: 50px;
}
.pt-projeto-tooltip-paginacao-acao-r {
	margin-left: 50px;
}
.pt-projeto-tooltip-paginacao img {
	max-width: 45px;
}

/* Tooltip */
.pt-projeto-img-wrap {
	display: flex;
	justify-content: center;
}
.pt-projeto-img-inner {
	position: relative;
}
.pt-projeto-tooltip-ponto {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #E4AC43;
	position: absolute;
	z-index: 10;
}
.pt-projeto-tooltip-ponto:hover::before,
.pt-projeto-tooltip-ponto-ativo::before {
	content: '';
	width: 27px;
	height: 27px;
	background-color: #FFF;
	border-radius: 50%;
	display: block;
	position: relative;
	left: 4px;
	top: 4px;
}
.pt-projeto-tooltip-ponto-ativo::after {
	content: '';
	width: 17px;
	height: 17px;
	background-color: #069992;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 9px;
	top: 9px;
}
.pt-projeto-tooltip-indice-container {
	min-width: 180px;
	text-align: center;
}

/* Botões */
.pt-projeto-tooltip-ponto-1 {
	top: 51%;
	left: 15%;
}
.pt-projeto-tooltip-ponto-2 {
	top: 57%;
	left: 40%;
}
.pt-projeto-tooltip-ponto-3 {
	top: 28%;
	left: 56%;
}
.pt-projeto-tooltip-ponto-4 {
	top: 71%;
	left: 72%;
}

/* Boxes */
.pt-projeto-img-conteudo-1 {
	left: -37%;
	top: 72%;
}
.pt-projeto-img-conteudo-2 {
	left: -39%;
	bottom: 56%;
}
.pt-projeto-img-conteudo-3 {
	right: -39%;
	bottom: 64%;
}
.pt-projeto-img-conteudo-4 {
	right: -49%;
	top: 79%;
}

/* Linhas */
.pt-projeto-img-conteudo:before {
	content: '';
	position: absolute;
	height: 4px;
	background-color: #069992;
}
.pt-projeto-img-conteudo-1::before {
	width: 120px;
	transform: rotate(58deg);
	right: 4px;
	bottom: 99%;
	transform-origin: right;
}
.pt-projeto-img-conteudo-2::before {
	width: 180px;
	transform: rotate(33deg);
	right: 0;
	top: 100%;
	transform-origin: right;
	margin-right: -30%;
	margin-top: 19%;
}
.pt-projeto-img-conteudo-3::before {
	width: 150px;
	transform: rotate(12deg);
	right: 100%;
	top: 98%;
	transform-origin: right;
}
.pt-projeto-img-conteudo-4::before {
	width: 105px;
	transform: rotate(18deg);
	right: 100%;
	top: 0;
	transform-origin: right;
}

.pt-projeto-img-conteudo {
	position: absolute;
	width: 500px;
	background-color: #069992;
	line-height: 1;
	box-sizing: border-box;
	padding: 40px 50px;
	z-index: 11;
}
.pt-projeto-img-conteudo h3 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.pt-projeto-img-conteudo p {
	color: #FFF;
	line-height: 1.2 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

/* Modelo 3D */
.pt-sec-3d {
	padding: 80px 0 30px;
	background-color: #F8F8F8;
}
.pt-3d-img {
	margin: 50px 0;
}
.pt-3d-desc,
.pt-3d-desc p {
	color: #158c6d;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}
.pt-3d-redes-sociais {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.pt-3d-redes-sociais a {
	display: block;
	margin: 20px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.pt-3d-redes-sociais img {
	max-width: 70px;
	margin: auto;
}

/* Formulário */
.pt-formulario {
	padding: 50px 50px 0;
	border-radius: 15px;
	border: 1px solid #005CA9;
	margin-bottom: 50px;
}
.pt-form-titulo {
	padding: 50px 0 60px;
}


@media (max-width: 1580px) {
	/* Topo */
	.pt-topo-conteudo-img-inner {
		width: 100%;
		margin-bottom: -18%;
	}

	.pt-projeto-img-box {
		max-width: 650px;
		margin: auto;
		margin-top: 50px;
	}
	.pt-projeto-img-conteudo {
		width: 370px;
		padding: 20px;
	}

	/* Box */
	.pt-projeto-img-conteudo-1 {
		left: -33%;
		top: 66%;
	}
	.pt-projeto-img-conteudo-2 {
		left: -26%;
		bottom: 50%;
	}
	.pt-projeto-img-conteudo-3 {
		right: -26%;
		bottom: 66%;
	}
	.pt-projeto-img-conteudo-4 {
		right: -41%;
		top: 79%;
	}

	/* linhas */
	.pt-projeto-img-conteudo-1::before {
		width: 70px;
	}
	.pt-projeto-img-conteudo-2::before {
		width: 90px;
		right: 0;
		top: 100%;
		transform-origin: right;
		margin-right: -20%;
		margin-top: 12%;
	}
	.pt-projeto-img-conteudo-3::before {
		width: 70px;
	}
	.pt-projeto-img-conteudo-4::before {
		width: 65px;
	}
}

@media (max-width: 1180px) {

	/* Topo */
	.pt-topo-wrap {
		flex-direction: column;
	}
	.pt-topo-conteudo-txt {
		padding-top: 30px;
		text-align: center;
	}
	.pt-topo-titulo {
		font-size: 32px;
	}
	p.pt-topo-desc {
		font-size: 18px !important;
	}
	.botao {
		padding: 10px 60px;
		font-size: 18px;
	}
	.pt-topo-conteudo-img-inner {
		margin-bottom: -14%;
		margin-top: 30px;
	}

	.pt-projeto-img-conteudo::before {
		content: none;
	}
	.pt-projeto-img-conteudo {
		position: static;
		max-width: 100%;
		width: 100%;
	}
	.pt-projeto-img-tooltip-conteudo {
		position: absolute;
		max-height: 200px;
		overflow-y: auto;
		margin-top: 30px;
		width: 100%;
	}
	.pt-projeto-tooltip-paginacao {
		margin-top: 250px;
	}
	.pt-projeto-tooltip-indice-container {
		min-width: 100px;
		max-width: 100px;
	}
}

.show-mobile {
	display: none;
}

@media (max-width: 763px) {
	.show-mobile {
		display: block;
	}
	.show-desktop {
		display: none;
	}
	.pt-topo {
		margin-top: -40px;
	}
	.pt-topo-conteudo-img {
		min-width: 100%;
		max-width: 100%;
	}
	.sec-projeto-texto {
		margin-top: 30px;
	}
	.pt-projeto-img-box {
		margin-top: 20px;
	}
	.sec-projeto {
		padding-bottom: 30px;
	}
	.pt-sec-3d {
		padding-top: 20px;
	}
	.pt-3d-desc {
		font-size: 20px !important;
	}
	.separador h3 {
		font-size: 22px;
	}
	.separador h3 p {
		font-size: 22px !important;
	}
	.pt-formulario {
		padding: 20px 15px 0;
	}
	input.wpcf7-form-control.wpcf7-submit {
		font-size: 16px !important;
	}
}
