/*Theme Name: Tabapora
Theme URI: https://www.tabapora.com.br
Author: Direscópio Design
Author URI: https://www.direscopio.com.br
Description: Tema desenvolvido para a empresa Tabapora.
Version: 1.0 */

html {
  scroll-behavior: smooth;
}
body {
	font-family:Montserrat;
	margin:0px !important;
	overflow-x:hidden;
	float:left;
	width:100%;
	height:100%;
}
textarea:focus, input:focus{
    outline:none;
}
*:focus {
    outline:none;
}
/* Define Type */
a { 
	color:inherit;
	text-decoration:none;
    border:none;
	letter-spacing:5%;
}
p {
	font-family:Montserrat;
	font-size:12pt;
	line-height:25pt;
	font-weight:300;
	padding:10px 0px;
	margin:0px; 
} 
p:empty {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Montserrat;
	font-weight:700;
	margin:0px;
	padding:0px 0px 20px 0px;
}
h1 {
	font-size:50pt;
	line-height:55pt;
}
h2 {
	font-size:40pt;
	line-height:45pt;
}
h3 {
	font-size:30pt;
	line-height:35pt;
}
h4 {
	font-size:25pt;
	line-height:30pt;
}
h5 {
	font-size:22pt;
	line-height:27pt;
}

h6 {
	font-size:15pt;
	line-height:20pt;
}
/* Header/Menu */
.menu-open {
	display:none;
}
header {
	float:left;
	width:100%;
	background:#3B6381;
	position:fixed;
	z-index:998;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.menu-topo {
	float:left;
	width:calc(100% - 100px);
	padding:0 50px;
}
.menu-open {
    display: none;
    width: 100vw;
    min-height: 100vh;
    background: #3B6381;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.menu-topo .menu-icon, .menu-topo .logo, .menu-topo .logo1 {
	float:left;
}
.menu-topo .logo1 {
	display:none;
}
.menu-topo .logo svg {
	height:60px;
	width:auto;
}
.menu-topo .logo, .menu-topo .logo1 {
	margin:30px 0px;
	width:206px;
}
.menu-icon, .menu-open .menu-close {
	top:58px;
	width:10%;
	cursor:pointer;
	display:none;
	position:absolute;
	right:10%;
}
.menu-icon svg, .menu-open .menu-close svg {
	height:12;
	width:19;
}
.menu-icon svg path {
	stroke:#fff!important;
}
nav {
	float:left;
	width:calc(100% - 206px);
}
nav ul {
    color: #fff;
    margin: 53px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
nav li {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    display: inline-block;
}
nav a {
    text-transform: uppercase;
    font-size: 8.2pt;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 1px;
}
nav a:hover {
	opacity:0.7;
}
/* Slider */
.slider {
	float:left;
	width:100%;
	min-height:100vh;
	position:relative;
}
.fundo-slider {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	z-index:1;
}
.slider .titulo {
	float:left;
	width:50%;
	margin:30vh 0px 0px 5%;
	color:#fff;
	z-index:2;
	position:relative;
}
.slider .frase p {
	font-size:11pt;
}
.slider .titulo h1 {
	font-size:28pt;
	line-height:35pt;
	font-weight:300;
}
.slider .titulo h1 strong {
	color:rgba(231, 192, 106, 1);
	font-weight:600;
}
.slider .imagem-lateral {
	float:left;
	width:40%;
	margin-left:5%;
	z-index:2;
	background-size:cover;
	background-position:bottom rigth;
	margin-top:10vh;
	min-height:90vh;
	position:relative;
}
.slider a {
    background: linear-gradient(171deg,rgba(231, 192, 106, 1) 0%, rgba(191, 146, 50, 1) 100%);
    padding: 10px 20px;
    border-radius: 10px;
    margin: 30px 0px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(81 58 17);
}
/* Sobre Home */
.sobre-home {
    padding: 60px 0px;
    background: #fff;
    float: left;
    text-align: center;
    width: 100%;
}
.sobre-home h3 {
	font-weight:400;
	padding:0px 0px 60px 0px;
}
.sobre-home img {
	width:auto;
	height:70px;
}
.sobre-home .logos {
	float:left;
	width:60%;
	margin:50px 20%;
}
.sobre-home .logos p {
	float:left;
	width:40%;
	margin:0px 5%;
	font-size:11pt;
}
.sobre-home .frase {
    padding: 80px 20%;
    float: left;
    width: 60%;
    margin: 0px;
    background-size:cover;
	color:#fff;
}
.sobre-home .frase h3 {
	padding:0px;
}
.topicos-home {
    float: left;
    width: 80%;
    margin: -40px 10% 0px 10%;
    display: flex;
}
.topicos-home .box {
	float:left;
	width:calc(100% / 6 - 10px);
	margin:-40px 5px 0px 5px;
	background: rgb(231,192,106);
	background: linear-gradient(120deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
	text-align:center;
	display:inline-block;
	color:#3B6381;
	padding:20px 10px;
	position:relative;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.topicos-home .box .texto {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.topicos-home h4, .topicos-home p {
	padding:0px;
}
.topicos-home p {
	font-weight:500;
}
.topicos-home h4 {
	line-height:25pt;
}
.diferenciais-home {
	float:left;
	width:80%;
	background: linear-gradient(171deg,rgba(231, 192, 106, 1) 0%, rgba(191, 146, 50, 1) 100%);
	color: rgb(81 58 17);
	text-align:center;
	padding:80px 10%;
}
.diferenciais-home h3 {
	font-weight:400;
	padding:0px 0px 40px 0px;
}
.diferenciais-home .item {
	float:left;
	width:calc(100% / 3 - 40px);
	margin:20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
.diferenciais-home .item .imagem {
	background-size:cover;
	height:300px;
	border-radius:10px 10px 0px 0px;
	background-position:center center;
}
.diferenciais-home .item  h6 {
	padding:20px 0px;
	background:#fff;
	color:#032c7e;
	border-radius:0px 0px 10px 10px;
	font-weight:400;
}
.diferenciais-home .item:hover  h6 {
	background:rgba(92, 92, 92, 1);
	color:#fff;
}

.botao-todos {
	width:auto;
	background: #5c5c5c;
	background: linear-gradient(171deg, rgba(92, 92, 92, 1) 0%, rgba(48, 48, 48, 1) 100%);
    padding: 15px 30px;
    border-radius: 10px;
    margin: 30px 0px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
	font-size:11pt;
    letter-spacing: 2px;
	color:#fff;
}
.botao-todos:hover {
	background:#032c7c;
}
/* Galerias Home */
.galerias-home {
	float:left;
	width:100%;
}
.galerias-home a {
	float:left;
	width:calc(100% / 3);
	min-height:400px;
	background-size:cover;
	backgroun-position:center center;
	position:relative;
}
.galerias-home a:hover .mascara {
	background:#032c7c;
	opacity:0.9;
}
.galerias-home a .mascara {
	height:100%;
	width:100%;
	opacity:0.8;
	background:#000;
	z-index:1;
	position:absolute;
}
.galerias-home a h6 {
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
	text-align:center;
	z-index:2;
	position:absolute;
	padding:0px;
}
.galerias-home a h6 span {
	display:block;
	font-size:10pt;
	font-weight:300;
	line-height:15pt;
	margin-top:20px;
}
.galerias-home a h6 svg {
	height:80px;
	margin-bottom:20px;
	width:auto;
}
.galerias-home a h6 svg path {
	fill:#fff;
}
/* FAQ */
.faq {
	float:left;
	width:80%;
	margin:80px 10%;}

.faq .titulo h3 {
	font-size: 28px;
	margin-bottom: 30px;
}

.faq .titulo span {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* BOTÃO */
.accordion {
	width: 100%;
	background: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 20px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}

.accordion h6 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.accordion span {
	color: #999;
	margin-right: 10px;
}

/* SETA */
.seta {
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	transition: 0.3s;
}

/* ATIVO */
.accordion.active {
	background: #f9f9f9;
}

.accordion.active .seta {
	transform: rotate(-135deg);
}

/* CONTEÚDO */
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: #f9f9f9;
	padding: 0 20px;
}

.panel p {
	margin: 15px 0;
	color: #555;
	line-height: 1.6;
}
/* Formulario */
.formulario {
	float:left;
	width:100%;
}
.formulario .fundo {
	padding:100px 0px;	
	background-position:center center;
	overflow:hidden;
	position:relative;
}
.formulario .multiply {
	background:#000;
	opacity:0.6;
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
.formulario .bloco {
	float:left;
	width:80%;
	margin:0px 10%;
	position:relative;
	z-index:2;
}
.formulario .bloco .logo {
	float:left;
	width:50%;
}
.formulario .bloco .logo img {
	width:80%;
	margin:120px 10% 40px 10%;
	height:auto;
}
.formulario .wpcf7-form input {
    width: calc(100% - 20px);
}
.formulario .wpcf7-form, .formulario .wpcf7 {
    float: left;
    width: 100%;
    margin: 0px;
}
.frase-formulario {
	color:#fff;
}
.formulario .bloco .formulario-box {
	float:left;
	width:50%;
}
/* Paginas */
.topo {
	position:relative;
}
.topo, .topo .box, .topo .fundo {
	min-height:70vh;	
	background-position:center center;
	overflow:hidden;
}
.topo .sombra, .formulario .sombra {
	position:absolute;
	float:left;
	width:100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
	height:100%;
	bottom:0px;
	z-index:2;
}
.topo .titulo {
	color:#fff;
	position:absolute;
	z-index:4;
	width:calc(100% - 200px);
	margin:0 100px;
	bottom:40px;
}
.topo .titulo h4 {
	color:#fff;
	font-family:Montserrat;
}
.topo .breadcrumbs {
	font-family:Montserrat;
	font-size:12pt;
	color:#616060;
}
.conteudo {
	float:left;
	width:80%;
	margin:0px 10%;
	padding:80px 0px;
}
/* Single Projeto */
.single-projeto, .single-projeto .topo {
	float:left;
	width:100%;
}
.single-projeto	.topo .box {
	float:left;
	width:100%;
	position:relative;
	min-height:180vh;
}
.single-projeto .topo .fundo {
    min-height:180vh;
    background-position: top center;
	float:left;
	width:100%;
	position:absolute;
	z-index:1;
}
.single-projeto .bloco {
    min-height: 180vh;
    position: absolute;
    width: 80%;
    z-index: 3;
    margin: 40vh 10% 0px 10%;
}
.single-projeto .multiply {
	position:absolute;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%);
	height:100%;
	width:100%;
	z-index:2;
}
.single-projeto .logo {
	float:left;
	width:50%;
	text-align:left;
	z-index:3;
}
.single-projeto .logo img {
	width:90%;
	margin:0 5%;
	height:auto;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.single-projeto .frase-central {
	position:absolute;
	top:-18vh;
	width:90%;
	left:5%;
	margin:0px;
	padding:15px;
	text-align:center;
	z-index:3;
	background: rgb(231,192,106);
	background: linear-gradient(90deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.single-projeto .frase-formulario {
	width:100%;
	padding:40px 0px 0px 0px;
	font-size:16pt;
	color:#fff;
}
.single-projeto .formulario {
	float:left;
	width:50%;
	z-index:3;
}
.wpcf7-form label {
    display: none;
}
.wpcf7-form input {
    width:auto;
    display: block;
    padding: 10px;
    border: solid 1px #c1c1c1;
    background: #edecec;
    border-radius: 10px;
	margin:0px;
}
.wpcf7-form .wpcf7-submit {
	width: 100%;
    padding: 10px;
	display:block;
    padding: 20px 0px;
	cursor:pointer;
	background:#3B6381;
	color:#fff;
    border:none;
    border-radius: 10px;
    margin-bottom:100px;
	font-weight: 600;
    text-transform: uppercase;
}
.single-projeto .formulario .wpcf7-submit:hover {
	background:#2B485E;
}
.single-projeto .formulario .wpcf7-hidden {
	display:none;
}
.wpcf7-form p {
	font-weight:600;
}
.wpcf7-form, .wpcf7 {
    float: left;
    width: 80%;
    margin: 0px 10%;
}
.single-projeto .titulos {
	float:left;
	width:80%;
	padding:60px 10% 80px 10%;
	color:#fff;
	background:#3B6381;
	text-align:center;
}
.single-projeto .titulos span {
	padding:40px;
	background:#fff;
	text-align:center;
	display:block;
	margin:40px 0px;
}
.single-projeto .titulos span svg {
	height:80px;
	width:auto;
}
.single-projeto .titulos h3 {
	font-weight:400;
}
.single-projeto .titulos p {
	display:inline-block;
	margin:0px 20px;
}
.single-projeto .topicos {
	float:left;
	width:80%;
	margin:0 10%;
	display:flex;
}
.single-projeto .topicos .box {
	float:left;
	width:calc(100% / 6 - 10px);
	margin:-40px 5px 0px 5px;
	background: rgb(231,192,106);
	background: linear-gradient(120deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
	text-align:center;
	display:inline-block;
	color:#3B6381;
	padding:20px 10px;
	position:relative;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.single-projeto .topicos .box .texto {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.single-projeto .topicos h4, .single-projeto .topicos p {
	padding:0px;
}
.single-projeto .topicos p {
	font-weight:500;
}
.single-projeto .topicos h4 {
	line-height:25pt;
}
.single-projeto .area {
	float:left;
	width:100%;
	margin:40px 0px;
	background:#fff;
	text-align:center;
	color:#fff;
}
.single-projeto .area h6 {
	font-weight:400;
	background:#3B6381;
	padding:10px 20px;
	display:inline-block;
}
.single-projeto .diferenciais {
	float:left;
	width:80%;
	margin:40px 10% 40px 10%;
	background:#fff;
	text-align:center;
	color:#3B6381;
}
.single-projeto .video {
	float:left;
	width:100%;
	margin:40px 0px;
	background:#fff;
}
.single-projeto .video iframe {
	width:80%;
	margin:0px 10%;
	min-height:80vh;
}	
.single-projeto .diferenciais h3 {
	padding:0px;
}
.single-projeto .diferenciais h3, .single-projeto .diferenciais .esquerda, .single-projeto .diferenciais .direita {
	float:left;
	width:calc(100% / 3);
	margin-bottom:40px;
}
.single-projeto .diferenciais .esquerda svg {
	text-align:left;
	height:auto;
	width:100%;
	padding-top:15px;
}
.single-projeto .diferenciais .direita svg {
	text-align:right;
	height:auto;
	width:100%;
	padding-top:15px;	
}
.single-projeto .diferenciais li {
	padding:10px 20px;
	margin:0px;
	text-align:left;
}
.single-projeto .bloco-diferencial {
	float:left;
	width:calc(50% - 40px);
	padding:0px;
	margin:0px;
	list-style-position:outside
}
.imagem-destaque img {
	width:100%;
	height:auto;
}
.da-sua-vida {
	float:left;
	width:100%;
}
.da-sua-vida img {
	width:40%;
	margin:60px 30%;
	height:auto;
}
.single-projeto .plantas {
	float:left;
	width:100%;
}
.single-projeto .plantas .box-1 img, .single-projeto .plantas .box-2 img {
	float:left;
	width:50%;
	height:auto;
}
.single-projeto .plantas .box-4 img {
	float:left;
	width:65%;
	height:auto;
}
.single-projeto .plantas .box-1 .descritivo, .single-projeto .plantas .box-2 .descritivo {
	float:left;
	width:35%;
	margin:0px 10% 0px 5%;
	color:#3B6381;
}
.single-projeto .plantas .box-4 .descritivo {
	float:left;
	width:20%;
	margin:0px 10% 0px 5%;
	color:#3B6381;
}
.single-projeto .plantas .descritivo h3, .single-projeto .plantas .descritivo p {
	padding:0px;
	margin:0px;
}
.single-projeto .plantas .descritivo ul {
	padding:0px;
	margin:40px 0px 0px 0px;
	list-style:inside;
}
.single-projeto .plantas .descritivo ul li {
	padding:10px 0px;
}
.single-projeto .plantas .box-1, .single-projeto .plantas .box-2 {
	float:left;
	width:100%;
	margin:40px 0px 0px 0px;
}
.single-projeto .plantas .box-3 {
	float:left;
	width:calc(25% - 120px);
	margin:40px 0px 0px 0px;
	background:#3B6381;
	color:#fff;
	padding:80px 60px;
}
.single-projeto .plantas .box-4 {
	float:left;
	width:70%;
	margin:40px 0px 0px 5%;
}
.single-projeto .destaques {
	float:left;
	width:100%;
	background:#3B6381;
}
.single-projeto .destaques .imagem {
	float:left;
	width:50%;
	min-height:70vh;
	background-position:center center;
	background-size:cover;
}
.single-projeto .destaques .titulo {
	float:left;
	width:100%;
	display:flex;
}
.single-projeto .destaques .titulo .texto {
	position:relative;
	float:left;
	width:40%;
	padding:0px 5%;
	background:#3B6381;
}
.single-projeto .destaques .texto h3 {
	color:#fff;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.single-projeto .destaques .itens {
	float:left;
	width:50%;
	padding:60px 0px;
	background:#fff;
	color:#3B6381;
}
.single-projeto .destaques ul {
	padding:0px 60px;
	margin:0px;
	list-style-position:outside
}
.single-projeto .destaques li {
	padding:15px 0px;
}
.single-projeto .estrutura {
	float:left;
	width:100%;
	display:flex;
	background:#3B6381;
}
.single-projeto .canto {
	float:left;
	width:10%;
	background: rgb(231,192,106);
	background: linear-gradient(120deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.single-projeto .estrutura .descritivo {
	float:left;
	width:calc(80% - 120px);
	padding:60px;
	margin-right:10%;
	color:#fff;
}
.single-projeto .galeria-projeto {
	float:left;
	width:100%;
	background:#fff;
}
.single-projeto .galeria-projeto h3 {
	text-align:center;
	padding:100px 0px;
	color:#3b6381;
}
.single-projeto .box {
    float: left;
    width: calc(100% /3);
    cursor: pointer;
    margin-bottom: 20px;
}
.single-projeto .foto {
	float:left;
	width:100%;
	min-height:70vh;
	background-position:center center;
	background-size:cover;
}
.single-projeto .box .titulo-galeria {
	float:left;
	width:calc(100% - 80px);
	padding:20px 40px;
	color:#fff;
	text-align:center;
	margin:0px !important;
}
.single-projeto .box .titulo-galeria h6 {
	padding:0px;
	min-height:55px;
}
.single-projeto .box:nth-child(odd) .titulo-galeria {
	background:#3B6381;
}
.single-projeto .box:nth-child(odd):hover .titulo-galeria {
	background:#2B485E;
}
.single-projeto .box:nth-child(even) .titulo-galeria {
	background: rgb(231,192,106);
	background: linear-gradient(120deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.single-projeto .box:nth-child(even):hover .titulo-galeria {
	background: rgb(224,172,62);
	background: linear-gradient(90deg, rgba(224,172,62,1) 0%, rgba(190,136,44,1) 100%);
}
#gallery-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox-content {
  position: relative;
  text-align: center;
}
#lightbox-image {
  max-width: 90%;
  max-height: 80vh;
}
#prev, #next {
    position: absolute;
    top: 50%;
    font-size:2rem;
    color: white;
    cursor: pointer;
    padding: 1px;
    transform: translateY(-50%);
}
#prev {
  left:-40px;
}
#next {
  right:-40px;
}
#close {
    position: absolute;
    top: -30px;
    right: -50px;
    font-size: 4rem;
    color: white;
    cursor: pointer;
}
#lightbox-title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.single-projeto .local {
	float:left;
	width:100%;
	margin-top:100px;
	min-height:100vh;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
	background-color:#fff;
}
.single-projeto .localizacao {
	float:left;
	width:100%;
	background:#fff;
	padding-top:160px;
}
.single-projeto .localizacao img {
	height:auto;
	width:100%;
}
.single-projeto .local .box-1 {
	float:left;
	width:50%;
	margin-top:80px;
	margin-left:50%;
	background:#3B6381;
	padding:60px 0px 120px 0px; 
	color:#fff;
	text-align:center;
}
.endereco {
	float:left;
	width:60%;
	margin:80px 20%;
	color:#3B6381;
}
.endereco h6 {
	padding-bottom:10px;
	border-bottom:solid 2px #3B6381;
}
.endereco p {
	font-weight:500;
	line-height:14pt;
}
.single-projeto .local .local-svg svg {
	width:60%;
	height:auto;
	margin:40px 20%;	
}
.single-projeto .local .endereco svg {
    padding: 0px 10px 0px 0px;
    vertical-align:middle;
}
.single-projeto .local svg path, .single-projeto .local svg polygon {
	fill:#fff;
}
.single-projeto .local .box-2 {
	float:left;
	width:40%;
	margin-left:55%;
	margin-right:5%;
	color:#3B6381;
	margin-top:-60px;
	padding:40px 0px;
	background: rgb(231,192,106);
	background: linear-gradient(120deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.single-projeto .local li {
	font-size:15pt;
	padding:10px 0px;
	font-weight:600;
}
.sobre {
	float:left;
	width:100%;
}
.informacoes {
	float:left;
	width:100%;
	background: rgb(231,192,106);
	background: linear-gradient(90deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.single-projeto .informacoes .imagem {
	float:left;
	width:40%;
	background-size:cover;
	background-position:center center;
	min-height:70vh;
}
.single-projeto .informacoes .titulo {
	float:right;
	width:40%;
	margin-right:20%;
	background:#fff;
	color:#3B6381;
}
.informacoes .titulo h3 {
	padding:50px 40px;
	display:block;
	width:calc(100% - 80px);
}
.informacoes .dados {
	float:right;
	width:60%;
	background:#fff;
	color:#3B6381;
}
.informacoes .dados a {
	display:block;
	font-size:11pt;
	line-height:16pt;
	font-weight:500;
	padding:10px 40px;
	width:calc(100% - 80px)
}
.informacoes .dados a svg, .informacoes .bloco1 a svg  {
	height:20px;
	width:auto;
	vertical-align:middle;
}
.informacoes .dados a svg path, .informacoes .bloco1 a svg path {
	fill:#3B6381;
}
.informacoes .dados a:hover {
	color:#118feb;
}
.informacoes a .icone-email svg {
	height:15px;
	width:auto;
}
.informacoes .bloco1 {
	float:left;
	width:60%;
}
.informacoes .bloco2 {
	float:left;
	width:40%;
}
.informacoes .logos {
	float:right;
	width:calc(100% - 80px);
	padding:60px 40px;
	background:#fff;
	color:#000;
}
.informacoes .logos p {
	font-weight:600;
}
.informacoes .logos .item {
	float:left;
	width:50%;
}
.informacoes .logos svg {
	width:auto;
	height:80px;
}
.contato {
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0px;
	color:#3B6381;
	text-align:center;
}
.contato .wpforms-hidden {
	display:none;
}
.contato label {
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10pt;
}
.contato input {
    width:100%;
    display: block;
    padding: 10px;
    border: solid 1px #c1c1c1;
    background: #edecec;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contato h3 span {
	font-weight:400;
	font-size:18pt;
}
.contato button {
	width: 100%;
    padding: 10px;
	display:block;
    padding: 20px 0px;
	cursor:pointer;
	background:#3B6381;
	color:#fff;
    border:none;
    border-radius: 10px;
    margin-bottom:100px;
	font-weight: 600;
    text-transform: uppercase;
}
.contato button:hover {
	background:#2B485E;
}
.contato .wpforms-confirmation-scroll p {
	font-weight:600;
}
.contato .wpforms-container, .corretor .wpforms-container {
    float: left;
    width: 80%;
    margin: 0px 10%;
}
.corretor {
	float:left;
	width:100%;
	background:#3B6381;
	padding:45px 0px;
	color:#fff;
	text-align:center;
}
.corretor .wpforms-hidden {
	display:none;
}
.corretor h3 {
	color: rgb(231,192,106);
	color: linear-gradient(90deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
}
.corretor label {
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10pt;
}
.corretor input {
    width:100%;
    display: block;
    padding: 10px;
    border: solid 1px #c1c1c1;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.corretor button {
	width: 100%;
	cursor:pointer;
	display:block;
    padding: 20px 0px;
	background: rgb(231,192,106);
	background: linear-gradient(90deg, rgba(231,192,106,1) 0%, rgba(190,136,44,1) 100%);
	color:#3B6381;
    border:none;
    border-radius: 10px;
    margin-bottom:30px;
	font-weight: 600;
    text-transform: uppercase;
}
.corretor button:hover {
	background: rgb(224,172,62);
	background: linear-gradient(90deg, rgba(224,172,62,1) 0%, rgba(190,136,44,1) 100%);
}
/* Páginas Agradecimento */
.agradecimento {
	float:left;
	width:100%;
	background:#3b6381;
	text-align:center;
}
.agradecimento .titulos h3 {
	font-weight:400;
	color:#fff;
	z-index:2;
	position:relative;
	width:80%;
	padding:0px 10%;
}
.agradecimento .titulos p {
	font-weight:500;
	color:#fff;
	z-index:2;
	position:relative;
	width:80%;
	padding:0px 10%;
}
.agradecimento .titulos {
	padding:30vh 0px 80px 0px;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.corretor a {
	padding:20px 40px;
	border-radius:10px;
	background:#06915e;
	color:#fff;
	display:inline-block;
	font-size:14pt;
}
.agradecimento .titulos a {
	margin-top:40px;
	padding:20px 40px;
	border-radius:10px;
	background:#06915e;
	color:#fff;
	display:inline-block;
	font-size:14pt;
}
.corretor a:hover, .agradecimento .titulos a:hover {
	background:#fff;
	color:#3b6381;
}
.agradecimento .titulos .multiply {
	width:100%;
	height:100%;
	z-index:1;
	background:#000;
	opacity:0.6;
	top:0;
	position:absolute;
}
.agradecimento .dados-ag {
	float:left;
	width:60%;
	margin:0px;
	padding:80px 20%;
	background:#fff;
}
.agradecimento .dados-ag h3 {
	font-weight:400;
	color:#3b6381;
	padding:0px 0px 20px 0px;
}
.agradecimento .dados-ag a {
	display:inline-block;
	font-size:11pt;
	line-height:16pt;
	font-weight:500;
	margin:10px;
	color:#3b6381;
}
.agradecimento .dados-ag a svg  {
	height:50px;
	width:auto;
	vertical-align:middle;
}
.agradecimento .dados-ag a svg path {
	fill:#3b6381;
}
.agradecimento .dados-ag a:hover {
	color:#3b6381;
}
.agradecimento .dados-ag a:hover svg path {
	fill:#3b6381;
}
.agradecimento a .icone-email svg {
	height:15px;
	width:auto;
}
/* Andamento */
.construcao {
	float:left;
	width:80%;
	text-align:center;
	color:#ffff;
	background:#3b6381;
	padding:100px 10%;
}
.construcao a {
	display:inline-block;
	background:#fff;
	color:#3b6381;
	padding:10px 20px;
	border-radius:15px;
	margin-top:40px;
	text-transform:uppercase;
}
.andamento {
	float:left;
	width:100%;
}
.cabecalho {
	margin-top:124px;
	position:relative;
}
.cabecalho, .cabecalho .box, .cabecalho .fundo {
	background-position:center center;
	min-height:50vh;
}
.cabecalho .multiply {
	position:absolute;
	float:left;
	width:100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
	height:100%;
	bottom:0px;
	z-index:2;
}
.cabecalho .titulo {
	width:100%;
	text-align:center;
	position:absolute;
	z-index:4;
	left:50%;
	transform:translateX(-50%);
	margin:0px;
	top:80px;
	color:#fff;
	font-family:Montserrat;	
}
.cabecalho .subtitulo {
	font-size:12pt;
	font-weight:500;
}
.cabecalho .topicos {
	position:relative;
	z-index:4;
	float:left;
	width:80%;
	padding:20px;
	margin:-60px 10% 0px 10%;
	border-radius:15px;
	background:#3b6381;
	color:#fff;
}
.cabecalho .topicos li {
	display:inline-block;
	padding:20px;
}
.andamento .bloco {
	float:left;
	width:100%;
	padding-bottom:100px;
	text-align:center;
}
.titulo-galeria {
	text-align:center;
	margin-top:100px;
	color:#3b6381;
}
.titulo-mes {
	float:left;
	width:calc(60% - 80px);
    padding: 20px 40px;
    background: #3b6381;
    border-radius: 30px;
    color: #fff;
    margin: 20px 20%;
}
.grid-mes {
	display:none;
	floaT:left;
	width:80%;
	margin:10px 10%;
}
.grid-mes a {
	float:left;
	width:calc(100% / 4 - 40px);
	margin:20px;	
}
.grid-mes .miniatura {
	background-size:cover;
	background-position:center center;
	width:100%;
	min-height:250px;
}
/* ================================
   PROGRESSO DA OBRA
================================ */

.progresso-obra {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Verdana', sans-serif;
}

/* ================================
   CÍRCULO PROGRESSO TOTAL
================================ */

.progresso-circulo {
    text-align: center;
    margin-bottom: 70px;
}

.circulo {
    width: 170px;
    height: 170px;
    background: #0c4a7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.label {
    margin-top: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    color: #0c4a7d;
}

/* ================================
   LISTA DE ETAPAS
================================ */

.lista-etapas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 60px;
}

/* ================================
   ETAPA
================================ */

.etapa {
    width: 100%;
}

.etapa-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.etapa-topo .valor {
    font-weight: bold;
}

/* ================================
   BARRA
================================ */

.barra {
    width: 100%;
    height: 10px;
    background: #dcdcdc;
    border-radius: 20px;
    overflow: hidden;
}

.barra-preenchida {
    height: 100%;
    background: #1e73be;
    border-radius: 20px;
    transition: width 0.6s ease;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 768px) {
    .lista-etapas {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .circulo {
        width: 140px;
        height: 140px;
        font-size: 20px;
    }
}
/* Footer */
footer {
	float:left;
	width:100%;
	background: linear-gradient(171deg,rgba(231, 192, 106, 1) 0%, rgba(191, 146, 50, 1) 100%);
	color: rgb(81 58 17);
}
footer .bloco {
	float:left;
	width:80%;
	padding:60px 0px;
	margin:0px 10%;
}
footer .logo {
	float:left;
	width:20%;
	margin-right:10%;
}
footer .logo svg {
	height:auto;
	width:100%;
}
footer .logo svg path {
	fill:#000;
}
footer .menu-footer, footer .menu-dados  {
	float:left;
	width:calc(70% / 2);
}
.menu-footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu-footer li {
	padding:10px 0px;
}
.botao-whats {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 10;
    background: #039d11;
    padding: 5px 10px;
    border-radius: 10px;
}
.botao-whats:hover {
	 background: #0ed520;
}
.botao-whats p {
    vertical-align: middle;
    padding: 0px;
    color: #fff;
    font-size: 10pt;
    font-weight: 500;
}
.botao-whats p svg {
    vertical-align:middle;
	padding:0px;
	height:22px;
	width:auto;
}
.botao-whats p svg path {
	fill:#fff;
}
.menu-dados .item {
	display:block;
	padding:15px 0px;
	width:100%;
}
.menu-dados .item span {
	vertical-align:middle;
}
.menu-dados svg path {
	fill:rgb(81 58 17);
}
@media all and (max-height:360px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-height:360px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-height:360px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-height:360px),
only screen and (min-device-pixel-ratio: 2) and (max-height:360px),
only screen and (min-resolution: 192dpi) and (max-height:360px),
only screen and (min-resolution: 2dppx) and (max-height:360px) {

}
@media all and (max-width:1024px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width:1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width:1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width:1024px),
only screen and (min-resolution: 192dpi) and (max-width:1024px),
only screen and (min-resolution: 2dppx) and (max-width:1024px) {
	.menu-topo {
		width: 90%;
		padding: 0 5%;
	}
	.menu-icon, .menu-open .menu-close {
		display: block;
		top: 50px;
		right: 0px;
	}
	header {
		width:100vw!important;
	}
	header nav {
		display:none;
	}
	.slider-home .titulo {
		top:25vh;
		width:90%;
	}
	.slider-home h1 {
		font-size:10vw;
		line-height:12vw;
	}
	.chamada .texto {
		text-align:center;
		width:100%;
	}
	.chamada a {
		width: calc(100% - 54px);
		margin-top: 40px;
		text-align: center;
	}
	.chamada .simbolo {
		background-position: top left;
		left: 0px;
	}
	.box-home .box-1 {
		width: 100%;
		min-height: 40vh;
	}
	.box-home .box-2 {
		width:90%;
		margin-left:5%;
		padding-right: 0px;
	}
	.box-home .box-3 {
		width: 50%;
	}
	.galeria .miniatura {
		width: 100%;
		min-height:40vhpx;
	}
	.projetos-home .plantas {
		width:90%;
		margin:0 5%;
		min-height: 40vh;
	}
	.projetos-home .texto {
		padding: 60px;
		width: calc(100% - 120px);
	}
	footer li {
		padding: 20px 10px;
		list-style: none;
		margin: 0;
	}
	.categorias {
		color: #fff;
		float: left;
		width: 80vw;
		margin: 10vh 10vw;
	}
	.categorias ul {
		padding:0px;
		margin:0px;
	}
	.categorias li {
		list-style:none;
		text-align:center;
	}
	.categorias li a {
		font-size:14pt;
		font-weight:600;
		padding:10px 0px;
		display:block;
	}
	.menu-close svg path {
		stroke:#fff!important;
	}
	.social {
		float: left;
		width: 80vw;
		margin: 0 10vw;
		text-align: center;
	}
	.social a {
		display:inline-block;
		margin: 0px 10px;
	}
	.topo .titulo {
		width: 80%;
		margin: 0 10%;
	}
	.topo, .topo .box, .topo .fundo {
		min-height: 40vh;
	}
	.galeria-portfolio button {		
		margin: 15px 0px;
		display: block;
		text-align: center;
		width: 100%;
	}
	.filtros {
		padding:40px 0px;
		margin: 0px 0px 20px 0px;
	}
	.filtros .busca {
		width: 80%;
		margin: 0px calc(10% - 20px);
	}
	#myBtnContainer {
		padding: 0px 0px 40px 0px;
	}
	.galeria-portfolio .itens {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.topo .breadcrumbs {
		width: 100%;
	}
	.single-projeto .topicos {
		float: left;
		width: 90%;
		margin: 0 5%;
		display:block;
	}
	.single-projeto .topicos .box {
		float: left;
		width: calc(100% - 20px);
		margin: -40px 0px 50px 0px;
	}
	.single-projeto .topicos .box .texto {
		top: auto;
		left: auto;
		transform: none;
	}
	.single-projeto .area {
		width: calc(100% - 40px);
		margin: 0px 20px 20px 20px;
	}
	.single-projeto .diferenciais h3, .single-projeto .diferenciais .esquerda, .single-projeto .diferenciais .direita {
		width: 100%;
		margin-bottom: 20px;
	}
	.single-projeto .diferenciais li {
		padding: 15px 0px;
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	.single-projeto .plantas .box-1, .single-projeto .plantas .box-2 {
		width: 100%;
		margin:20px 0px;
	}
	.single-projeto .plantas .box-1 img, .single-projeto .plantas .box-2 img {
		width: 90%;
		margin: 0  5%;
	}
	.single-projeto .plantas .box-1 .descritivo, .single-projeto .plantas .box-2 .descritivo, .single-projeto .plantas .box-4 .descritivo {
		width: 90%;
		margin: 40px 5%;
		text-align: center;
	}
	.single-projeto .plantas .box-3 {
		width: calc(100% - 120px);
		margin: 40px 0px;
		padding: 80px 60px;
	}
	.single-projeto .plantas .box-4 {
		width: 100%;
		margin: 40px 0px;
	}
	.single-projeto .plantas .box-4 img {
		width: 90%;
		margin: 0px 5%;
	}
	.single-projeto .destaques .imagem {
		width: 100%;
		min-height: 45vh;
	}
	.single-projeto .destaques .titulo {
		display: block;
	}
	.single-projeto .destaques .titulo .texto {
		width: 90%;
		padding: 0px 5%;
	}
	.single-projeto .destaques .texto h3 {
		top: auto;
		left: auto;
		transform: none;
		padding: 60px 0px;
		text-align: center;
	}
	.single-projeto .destaques .itens {
		width: 100%;
		padding: 40px 0px;
	}
	.single-projeto .foto {
		min-height: 40vh;
	}
	.single-projeto .box {
		width: 100%;
	}
	.single-projeto .box .titulo-galeria h6 {
		min-height: 1px;
	}
	.single-projeto .local .box-1 {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;		
		padding: 60px 0px;
	}
	.single-projeto .local .box-2 {
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top: 0px;
		padding: 40px 0px;
	}
	.single-projeto .local {
		background: #fff;
	}
	.endereco {
		width: 80%;
		margin: 40px 10% 60px 10%;
		color: #3B6381;
	}
	.endereco h6 {
		padding-bottom: 10px;
		border-bottom: solid 2px #3B6381;
		color:#3B6381;
	}
	.single-projeto .logo {
		margin-top:0vh;
		margin-bottom:50px;
		width:100%;
	}
	.single-projeto .topo .fundo {
		background-attachment: unset;
	}
	.single-projeto .topo, .single-projeto .topo .box, .single-projeto .topo .fundo {
		min-height:100%;
		background-position: bottom center;
	}
	.single-projeto .logo img {
		width: 80%;
	}
	.single-projeto .frase-central {
		width: calc(90% - 30px);
		margin: 0px 5%;
		font-size:11pt;
		line-height:14pt;		
	}
	.single-projeto .titulos span svg {
		height:auto;
		width:100%;
	}
	.single-projeto .local .endereco {
		text-align:center;
	}
	.single-projeto .informacoes .titulo {
		width: 100%;
		margin: 0px;
	}
	.single-projeto .informacoes .titulo h3 {
		width:90%;
		padding:50px 5%;
		text-align:center;
	}
	.informacoes .dados {
		width: 100%;
		text-align:center;
	}
	.informacoes .dados a {
		padding:10px 5%;
		width:90%;
		font-size:4.1vw;
	}
	.informacoes .logos {
		width:90%;
		padding:60px 5%;
	}
	.informacoes .logos .item {
		width:100%;
		text-align:center;
		padding:40px 0px;
	}
	.contato, .corretor {
		width:100%;
	}
	.single-projeto .formulario {
		float:left;
		width:100%;
		z-index:3;
	}
	.single-projeto .bloco {
		min-height: 100%;
		position: relative;
		margin: 40vh 10% 0px 10%;
		float: left;
		display: block;
	}
	.single-projeto .formulario .wpforms-container, .single-projeto .formulario .wpforms-container {
		width: 100%;
		margin: 0px;
	}
	.single-projeto .bloco-diferencial {
		margin:0px;
		width:100%;
	}
	.single-projeto .informacoes .imagem {
		width: 100%;
	}
	.informacoes .bloco1, .informacoes .bloco2 {
		float: left;
		width: 100%;
	}
	.da-sua-vida img {
		width:70%;
		margin:80px 15%;
		height:auto;
	}
	.cabecalho .topicos {
		text-align: center;
		margin: -60px 10% 60px 10%;
		width: calc(80% - 40px);
	}
	.cabecalho .topicos strong {
		display:block;
	}
	.grid-mes a {
		float: left;
		width: 100%;
		margin: 20px 0px;
	}
}