/* - - - - - INDEX - - - - - */

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 550px;
	position: relative;
	margin: 0px auto 40px auto;
}


#banner li{
	width: 100%;
	height: 550px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	object-fit: cover;
}

#banner section{
	position: absolute;
	left: 50%;
    z-index: 2;
    top: 85px;
    margin-left: -595px;
}

#banner section h1{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	
}

#banner section p{
	color: #fff;
	margin: 25px auto 60px auto;
}

#banner li section{display: none;}

#banner #gradiente{
	position: absolute;
    width: 100%;
    height: 550px;
    margin-left: auto;
    z-index: 1;
    left: auto;
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.711922268907563) 100%, rgba(0,0,0,0.6643032212885154) 100%);
	margin-top: -85px;
	pointer-events: none;
}


#banner .owl-dots{display: none;}

#banner section a{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	display: block;
	margin-left: 0px;
	transition: 0.3s;
}

#banner section a:hover{
	border: 1px solid #FFC200;
	background-color: #FFC200;
	color: #000;
}

.bread{
	height: 265px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	 display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-color: #000;
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.bread .way li a{
	color: #fff;
	font-weight: bold;
}

.bread .way li:after{color: #fff;}

@keyframes animacaoAumento {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


/* - - - - BANNER - - - - */

/* - - - - - INDEX - - - - - */
#materiais_home::before{
	content: '';
	width: 100%;
	height: 350px;
	background-color: #FFC200;
	position: absolute;
	z-index: -1;
	border-radius: 20px;
}

#materiais_home ul{
	width: 95%;
}

#materiais_home #titulo{
	text-align: center;
	font-size: 40px;
	margin: 40px auto;
	padding-top: 35px;
}

#materiais_home ul li{
	width: 	100%;
	transition: 0.3s;
	padding-bottom: 20px;
	overflow: hidden;

}


#materiais_home ul li:hover{
	border-bottom: 1px solid #FFC200;

}
#materiais_home ul li .img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

#materiais_home ul li .img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1);
}

#materiais_home ul li:hover .img-wrap img {
  transform: scale(1.05); /* ou 1.02 se quiser mais sutil */
}


#materiais_home ul li p:first-of-type{
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
}

#materiais_home ul li p{
	color: #000;
	font-size: 14px;
}

#materiais_home #botao{
    display: block;
    position: relative;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFC200;
    border-radius: 20px;
    margin-top: 55px;
    transition: 0.3s;
    color: #000;
}

#blog{
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
	margin-bottom: 60px;
	align-items: center;
}

#blog section{
	width: 45%;
	padding: 10px 0px;
}

#blog h3{
	font-size: 36px;
}

#blog section p{
	font-size: 16px;
	margin: 40px auto;
	width: 70%;
	margin-left: 0px;
}

#blog section a{
	width: 140px;
	height: 40px;
	background-color:rgb(255,194,1);
	color: #000;
	line-height: 40px;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 20px;
	margin-left: 0px;
	transition: 0.3s;
}

#blog section a:hover{
	background-color: #333333;
	color: #fff;
}


#blog ul{
	display: flex;
	flex-direction: column;
	width: 50%;
}

#blog ul li{
	width: 100%;
	height: 250px;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

#blog ul li:hover{transform: scale(1.05);}

#blog ul li:last-of-type{margin-bottom: auto;}

#blog ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blog ul li p{
	width: 100%;
	height: 250px;
background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 20%, rgba(17,17,17,0) 100%);
background: -o-linear-gradient(bottom, rgba(0,0,0,1) 20%, rgba(17,17,17,0) 100%);
background: linear-gradient(to top, rgba(0,0,0,1) 20%, rgba(17,17,17,0) 100%);
	margin-top: -250px;
	    z-index: 1;
    position: relative;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 125px;
	color: #fff;
	font-size: 30px;
	padding-right: 35px;
	font-weight: bold;
	line-height: 10px;
}

#blog ul li p span{
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
}

.virar{flex-direction: row-reverse;}


.virar section{
	padding:0px 0px 0px 40px!important;
}

.virar section p{
	margin-top: 10px;
	font-size: 22px;
}
.virar section h2{padding-top: 35px!important;}

/* - - - - - INDEX - - - - - */

/* - - - - - Catalogo - - - - - */

#catalogo_header{
	display: flex;
	margin: 80px auto;
	background-color: #000;
	border-radius: 20px;
}

#catalogo_header section{
	width: 600px;
	height: 250px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
}

#catalogo_header section h1{
	color: #FFC200;
	font-size: 50px;
	margin-bottom: 25px;
}

#catalogo_header section p{
	font-size: 13px;
	color: #fff;
}

#catalogo_header form{
	width: 500px;
	height: 70px;
	background-color:#DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
	border-radius: 20px;
}

#catalogo_header input{
	width: 80%;
	height: 45px;
	background-color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	border: none;
	border-radius: 10px;
	margin-right: 20px;
}

#catalogo_header button{
	width: 45px;
	height: 45px;
	background-color: #000;
	color: #fff;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
	border: none;
}

#catalogo_header button img{
	width: 80%;
	height: 80%;
	filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(836%) hue-rotate(355deg) brightness(98%) contrast(110%);
	object-fit: contain;
	margin-top: 3px;
}

#catalogo_header div{
	position: absolute;
	right: 85px;
	top: 145px;
	color: #fff;
}

#catalogo_header div p{color:#fff;}

#catalogo_header div a{
	color: #fff;
	transition: 0.3s;
}

#catalogo_header div a:hover{color: #FFC200}

#catalogo{
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}

#catalogo ul{
	display: flex;
	flex-wrap: wrap;
}

#catalogo ul li{
	width: 18%;
	height: auto;
	margin-bottom: 55px;
}


#catalogo ul li .img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

#catalogo ul li .img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1);
}

#catalogo ul li:hover .img-wrap img {
  transform: scale(1.05); /* ou 1.02 se quiser mais sutil */
}


#catalogo ul li:hover img{transform: scale(1.05);}

#catalogo ul li img{
	height: auto;
	aspect-ratio:1/1;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: 0.3s;
}

#catalogo ul li p:first-of-type{
	font-size: 20px;
	color: #000;
	margin: 10px auto;font-weight: 600
}


#catalogo ul li p:last-of-type{
	font-size: 14px;
	color: #707070;
	font-weight: 400;
}

#catalogo section{
	margin: 25px auto 50px auto;
}

#catalogo section h2{
	font-size: 50px;
	padding-left: 25px;
	margin: 10px auto;
}

#catalogo section p{padding-left: 25px;}



#veja_as_zonas{
	height: 350px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	margin: 100px auto;
	transition: 0.3s;
}

#veja_as_zonas section{
	height: 100%;
	width: 35%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px;
}

#veja_as_zonas section h2{
	color: #333333;
	font-size: 36px;
	
}

#veja_as_zonas p{margin-top: 30px;}

#veja_as_zonas section a{
	display: block;
	position: relative;
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFC200;
	margin-left: 0px;
	border-radius: 20px;
	margin-top: 55px;
	transition: 0.3s;
	color: #000;
}

#veja_as_zonas section a:hover{
	background-color: #333333;
	color: #fff;
}

#veja_as_zonas #imagem{
	width: 65%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

#veja_as_zonas #imagem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

#veja_as_zonas:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

#veja_as_zonas:hover #imagem img{transform: scale(1.1);}

.relacionados_inside ul li, .materiais_relacionados ul li {width: 100%!important}

.materiais_relacionados ul li{
	text-align: center;
	width: calc(100%/6 - 30px)!important;
}

.materiais_relacionados ul li img{
	border-radius: 1000px!important;
	border: 5px solid #efefef!important;
	margin: 10px auto!important;
}

.materiais_relacionados ul li p:first-of-type{
	margin: auto!important;
	font-weight: bold;
	font-size: 18px!important;
}

#impressoes_container{display: flex;}

#impressoes_container .impressao{
	width: 67%!important;
	margin-left: 0px!important;
	height: 475px;
}

#impressoes_container #positivacao{
	width: 30%;
	margin-right: 0px;
	background-color: #000;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px 35px;
	height: 410px;
}


#impressoes_container #positivacao p:first-of-type{
	font-size: 50px;
    margin: 10px auto; 
	color: #FFC200;
}

#impressoes_container #positivacao p:not(:first-of-type), #texto_positivacao{
	font-size: 18px!important;
    margin:20px auto auto auto!important; 
	color: #fff!important;
	line-height: 26px!important;
}

#impressoes_container #positivacao ul{margin-top: 20px;}

#impressoes_container #positivacao ul li{
	margin-top: 15px;
	color: #fff;
	font-size: 15px;
	list-style: disc;
	list-style-position: inside;
}

.impressao ul li{width: calc(100%/4 - 30px)!important;}

.impressao ul li section{
	text-align: center;
	height: 155px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: auto!important;
}

.impressao ul li section img{
	filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(836%) hue-rotate(355deg) brightness(98%) contrast(110%);
	width: 130px!important;
	height: 130px!important;
	aspect-ratio:auto;
	
}

.impressao ul li section p{
	margin: 5px auto 0px!important;
	padding: 0px!important;
	font-weight: bold;
}

.impressao ul li p{text-align: center;}

.apagado section img{filter: none!important;}

.apagado p{color: #e2e3e3!important;}
/* - - - - - Catalogo - - - - - */


/* - - - - - Sobre - - - - - */
#zonas{
	height: auto;
	min-height: 370px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 60px 30px 60px;
    margin-bottom: 40px;
    margin-top: 40px;
	position: relative;
}


#zonas h2{
	color: #909090;
	font-size: 35px;
	margin-bottom: 40px;
	padding-left: 15px;
}

#zonas ul{display: flex;}

#zonas ul li{
	width: 23%;
	height: fit-content;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	transition: 0.3s;
	min-height: 200px;
	position: relative;
}

#zonas ul li::before{
	content: "▼";
	width: 15px;
	height: 15px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#zonas ul li:hover{transform: scale(1.04);}

#zona1{background-color: #83bf65;}
#zona1:hover{box-shadow: 0px 9px 30px 0px rgba(131, 191, 101, 0.7);}

#zona2{background-color: #73bad1;}
#zona2:hover{box-shadow: 0px 9px 30px 0px rgba(115, 186, 209, 0.7);}


#zona3{background-color: #9178b8;}
#zona3:hover{box-shadow: 0px 9px 30px 0px rgba(145, 120, 184, 0.7);}


#zona4{background-color: #de9979;}
#zona4:hover{box-shadow: 0px 9px 30px 0px rgba(222, 153, 121, 0.7);}



#zonas ul li > *{color: #fff;}

#zonas ul li p:first-of-type{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}

#zonas .owl-dots{margin-top: 10px;}

#zonas .owl-dot.active{background-color: #FFC200;}

.zona-item {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hidden-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.zona-item.open .hidden-content {
    max-height: 200px; /* Ajuste conforme o necessário */
}



#items{
	position: relative;
	display: block;
	height: 750px;
	background: url("../../imagens/mapa_percurso_desk.png") no-repeat center center;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 50px;
	background-size: 95%;
}

#items ul{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#items ul li{
   	width: 25px;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    cursor: pointer;
    overflow: visible;
	color: #fff;
}



.tooltip img{	
    width: 100%;
    border-radius: 5px;
    height: 150px;
    margin: 20px auto;
}

.tooltip h3{    
	margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #969696;
    text-align: left;
}

.tooltip p{
	font-size: 12px;
    color: #969696;
    text-align: left;
    letter-spacing: -0.5px;
}

.tooltip a{
	 width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background-color: #353535;
    color: #fff;
    text-align: center;
    margin-left: 0px;
    display: block;
    margin-top: 20px;
}


.tooltip {
    display: none;
    position: absolute;
    margin-left: -110px;
    width: 200px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: 0.3s;
}

.item:hover .tooltip {
    display: block; /* Para desktop */
}

.item.show-tooltip .tooltip {
    display: block; /* Para mobile */
}



/*---- modelo antigo do percurso

#items{
	display: flex;
	margin-bottom: 200px;
}

#legenda{
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	width: 330px;
	box-sizing: border-box;
	padding: 50px;
}

#legenda h3{    
	color: #909090;
    font-size: 35px;
    margin-bottom: 40px;
}

#legenda div{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 12px 10px 10px 25px;
}

#legenda p{
	font-size: 17px;
	color: #FFf;
	font-weight: bold;
	position: relative;
}

#legenda p span{
	position: absolute;
	right: 5px;
}

#legenda div:first-of-type{background-color: #83bf65;}
#legenda div:nth-of-type(2){background-color: #73bad1;}
#legenda div:nth-of-type(3){background-color: #9178b8;}
#legenda div:last-of-type{background-color: #de9979;}


.toggle-section {
  overflow: hidden;
  transition: height 0.3s ease;
}

.hidden {
  display: none;
 	
}

.toggle-section.expanded {height: auto;}

.toggle-section p {cursor: pointer;}

#legenda div ul{margin-top: 20px;}

#legenda div ul li{
	margin-bottom: 5px;
	color: #fff;
}

#legenda div ul li a{color: #fff;}


#cssportal-grid {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	width: 850px;
	height: 500px;;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
	background: url("../../imagens/bg-fluxo_Prancheta 1.png") no-repeat center center #fff;
}

#cssportal-grid div{
	width: 100%;
	height: 100%;
	position: relative;
}

#cssportal-grid div #titulo{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: max-content;
	opacity: 0.2;
}


#div1 {
	grid-area: 1 / 1 / 4 / 2;
	background-color: rgba(131, 191, 101, 0.8);
	border-radius: 10px 0px 0px 10px;
}


#div2 {
	grid-area: 1 / 2 / 4 / 3;
	background-color: rgba(115, 186, 209, 0.8)
}


#div3 {
	grid-area: 1 / 3 / 3 / 7;
	background-color: rgba(145, 120, 184, 0.8);
	border-radius:  0px 10px 0px 0px;
}
#div4 {
	grid-area: 3 / 3 / 4 / 7;
	background-color:  rgba(222, 153, 121, 0.8);
	border-radius: 0px 0px 10px 0px;
}

#div1 #titulo, #div2 #titulo{
    transform: rotate(90deg);
    top: 210px;
}

#div3 #titulo{
	transform: rotate(90deg);
    top: 160px;
    right: 167px;
}

#div4 #titulo{
	left: 50%;
	transform: translateX(-50%);
	top: 105px;
}

#cssportal-grid div ul{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


#cards {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#cards li {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    position: absolute;
    cursor: pointer;
    overflow: visible; 
}

#cards li .card, .moved{
    display: none; 
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: #fff;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	-webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	margin-left: -115px;
}

#cards li .card img, .moved img {
    width: 100%;
    border-radius: 5px;
	height: 150px;
	margin: 20px auto;
}

#cards li .card h3, .moved h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
	color: #969696;
	text-align: left;
}

#cards li .card h3 span, .moved h3 span{
	width: 25px;
	height: 25px;
	background-color:#83bf65;
	text-align: center;
	line-height: 25px;
	display: inline-block;
	border-radius: 40px;
	color: #fff;
	margin-right: 20px;
}

#cards li .card p, .moved p {
    font-size: 12px;
	color: #969696;
	text-align: left;
	letter-spacing: -0.5px;
}

.card a{
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background-color: #353535;
	color: #fff;
	text-align: center;
	margin-left: 0px;
	display: block;
	margin-top: 20px;
}

#cards #position1{top: 65px;right: 50px;}
#cards #position2{top: 140px;right: 5px;}
#cards #position3{top: 310px;right: 20px;}
#cards #position4{top: 375px;right: 105px;}
#cards #position5{top: 95px;right: 50px;}
#cards #position6{top: 220px;right: 110px;}
#cards #position7{top: 250px;right: 375px;}
#cards #position8{top: 65px;right: 420px;}
#cards #position9{top: 20px;right: 305px;}
#cards #position10{top: 150px;right: 330px;}
#cards #position11{top: 85px;right: 205px;}
#cards #position12{top: 200px;right: 130px;}
#cards #position13{top: 30px;right: 385px;}
#cards #position14{top: 65px;right: 200px;}
#cards #position15{top: 65px;right: 115px;}
#cards #position16{top: 100px;right: 400px;}

modelo antigo do percurso ----------- */

/* - - - - - Sobre - - - - - */

/* - - - - - Catalogo - - - - - */
#inside_catalogo{
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	margin-top: 100px;
	margin-bottom: 40px;
}

#inside_catalogo section{
	width: 40%;
	margin: 30px auto auto 25px;
}

#inside_catalogo section h1{font-size: 45px;}

#inside_catalogo section h3{
	background-color: #b3b2b2;
	padding: 5px;
	color: #000;
	width: fit-content;
	margin-left: 0px;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 5px;
	}

#inside_catalogo section p{
	margin: 20px auto;
	font-size: 15px;
}
#inside_catalogo section ul{
    font-size: 15px;
        list-style: disc inside;
}	

#produto_galeria{
	width: 450px;
	height: 450px;
	border-radius: 18px;
	float: right;
	margin-right: 0px;
}

#produto_galeria li, #produto_galeria li a, #produto_galeria li img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 18px;
}

#produto_galeria .owl-dots{
	border-radius: 20px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
	margin-top: -27px;
    background-color: #000;
	width: auto;
}

#produto_galeria .owl-dot.active{background-color: #FFC200;}

#produto_galeria .owl-dot{background-color: #fff;}

#inside_catalogo section .bts{
    margin: 40px auto;
	display: flex;
	position: absolute;
	bottom: -10px;

}
#inside_catalogo section a{
	width: fit-content;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background-color: #FFC200;
    border-radius: 10px;
    display: block;
    padding: 10px;
	margin-left: 0px;
	font-weight: bold;
	margin-right: 25px;
}

#link_video{
	background-color: #b3b2b2!important;
	width: 137px!important;
	color: #000!important;
}

#link_video img{margin: 5px 5px auto auto;}

#qualidades ul{
	display: flex;
	flex-wrap: wrap;
}

#qualidades ul li{
	width: 48%;
	height: 450px;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 40px;
}

#qualidades ul li:nth-of-type(odd){margin-left: 0px;}

#qualidades ul li:nth-of-type(even){margin-right: 0px;}

#qualidades ul li p:first-of-type{
	font-size: 45px;
	font-weight: bold;
}

#qualidades ul li p:nth-of-type(2){
	font-size: 14px;
	margin: 25px auto 45px;
}

#qualidades ul li ol li, #qualidades ul li ul li{
	margin-bottom: 10px;
	font-weight: bold;
	width: auto;
	height: auto;
	padding: 0;
	background-color: transparent;
	margin-left: 0px;
}

#qualidades ul li ul, #qualidades ul li ol{
	flex-direction: column;
	margin-left: 0px;
}
/* - - - - - Catalogo - - - - - */

/* - - - - - Blog Inside - - - - - */
#blog_inside{
    display: flex;
    margin: 50px auto;
}
#blog_inside #texto_blog{
    width: 750px;
}
#blog_inside #texto_blog h1{
    text-transform: none;
    margin-bottom: 20px;
	font-size: 35px;
    
}

#blog_inside #texto_blog div img{
    width: 750px;
    height: 400px;
    margin-bottom: 30px;
    object-fit: cover;
	border-radius: 20px;
       
}

#texto_blog h2{font-size: 20px; font-weight: 600; color: #1A4568;}
#texto_blog ul li{list-style: disc;list-style-position: inside;}
#texto_blog a{text-decoration: underline; color: #B6D0E1;}

.sidebar{display: flex; flex-wrap: wrap; justify-content: center; width: 400px; align-self: flex-start; position: relative;}

/* - - - share - - - */
.sidebar .share{width: 100%; height: auto; position: relative; box-sizing: border-box; text-align: left; padding: 20px; background-color: #000; margin-bottom: 35px;border-radius: 20px;}

/* - - bloco - - */
.sidebar .share .bloco{width: 100%; margin-bottom: 0;}
.sidebar .share .bloco > *{text-align: left;}
.sidebar .share .bloco .title{font-size: 18px;margin-bottom: 10px;}
.sidebar .share .bloco .description{font-size: 15px; width: 100%;}
/* - - bloco - - */

/* - - share-btn - - */
.sidebar .share .share-btn{
  	display: inline-block;
	vertical-align: middle;
  	color: #ffffff;
	background-color: #FFC200;
  	border: none;
  	padding: 7px;
	border-radius: 25px;
  	outline: none;
	box-sizing: border-box;
  	text-align: center;
  	margin: 0 2.5px 0 0;
  	height: 30px;
	width: 30px;
	transition: 0.3s;
	cursor: pointer;
}
.sidebar .share .share-btn:nth-of-type(2){margin: 0 2.5px 0 0;}
.sidebar .share .share-btn:last-of-type{margin: 0;}
.sidebar .share .share-btn img{
	height: 100%;
	width: auto; 
	position: relative; 
	display: block; 
	box-sizing: border-box; 
}

.sidebar .share .share-btn:hover > img{filter: brightness(0) invert(1);}

.sidebar .share .share-btn.twitter:hover{background: #55acee;}
.sidebar .share .share-btn.telegram:hover{background: #0088cc;}
.sidebar .share .share-btn.facebook:hover{background: #3B5998;}
.sidebar .share .share-btn.whatsapp:hover{background: #25d366;}
.sidebar .share .share-btn.linkedin:hover{background: #0077b5;}
.sidebar .share .share-btn.print:hover{background: #000;}
/* - - share-btn - - */

/* - - - share - - - */

/* - - - BLOG REL - - - */
.sidebar .blog_rel{width: 100%; height: auto; position: relative; margin-bottom: 45px;}

/* - - bloco - - */
.sidebar .blog_rel .bloco{margin-bottom: 10px; justify-content: flex-start; align-items: flex-start; width: 100%;}
.sidebar .blog_rel .bloco:last-child{margin: 25px 0 0 0;}

.sidebar .blog_rel .bloco .title{font-size: 22px; margin-bottom: 0;}
.sidebar .blog_rel .bloco .linkout{text-align: center; align-self: center; padding: 0 10px; width: auto; font-size: 14px;line-height: 1;}
/* - -  bloco - - */

/* - -  artigo - - */
.sidebar .blog_rel .artigo{
	width: 100%; 
	height: auto;
	padding: 10px 10px 10px 35px; 
	text-align: left;
	display: block; 
	margin: 0 auto 10px;
	border: none;
	border-bottom: 1px #393939 solid;
	background: none;
}
.sidebar .blog_rel .artigo:last-child{margin: 0 auto 0; border-bottom: none;}
.sidebar .blog_rel .artigo .img{width: 150px; height: 150px; display: none;}
.sidebar .blog_rel .artigo .nome{font-size: 14px; color: #393939; margin-bottom: 0;}
.sidebar .blog_rel .artigo .nome:before{
	content: ""; 
	display: block;
	width: 8px;
	height: 8px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -4px 0 0 -198px;
	transition: 0.3s;
	background-color: #393939;
}
.sidebar .blog_rel .artigo .descricao{font-size: 14px; display: none;}
.sidebar .blog_rel .artigo .link{display: none;}

.sidebar .blog_rel .artigo:hover{background-color: #336463;}
.sidebar .blog_rel .artigo:hover > .nome{color: #fff;}
.sidebar .blog_rel .artigo:hover > .nome:before{background-color: #fff;}
/* - -  artigo - - */

/* - - - BLOG REL - - - */

/* - - - formulario - - -*/
.sidebar .formulario{width: 100%;}

.blog_rel p{
	font-size: 22px;
	font-style: normal;
	color: #010101;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#veja{border-bottom: 2px solid #010101}

#veja li{padding-bottom: 10px;}

#veja a{color: #000;transition: 0.3s;}

#veja a:hover{color:#000}

#veja p{
	margin-top: 20px;
	font-size: 14px;
	color: #393939;
	font-weight: bolder;
	font-style: normal;
	transition: 0.3s;
    letter-spacing: 0;
	display: list-item;
	list-style-position: inside;
}

#veja p:hover{transform: scale(1.03); }

.without a{
	box-sizing: border-box;
	padding: 10px 5px!important;
	text-align: center;
	font-style: normal;
	color: #4C5974;
	border: 1px solid #4C5974;
	border-radius: 6px 0px;
	margin-left: 150px;
	transition: 0.3s;
}

.without a:hover{
	background-color: #5F84A1;
	color: #ffffff;
	border: 1px solid #ffffff;
	
}

.formulario{
	background-color: #FFC200;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
}

.formulario form{
	display: flex;
	flex-wrap: wrap;
}

.formulario form input{
	width: 100%;
	height: 50px;
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	font-size:16px;
	font-style: normal;
	margin-bottom: 20px;
}

.formulario form textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	font-size:16px;
	font-style: normal;
}

#aceitar {
	font-size: 11px;
	font-style: normal;
	margin-left: -4px;
	margin-top: 25px;
	width: 50%;
}
#aceitar input{
	width: 15px;height: 15px;
	float: left;
}

#aceitar a{
	color: #707070;
	text-decoration: underline;
}

.formulario button{
	width: 100px!important;
	height: 45px!important;
	border: 1px solid #000;
	border-radius: 6px;
	margin-top: 20px;
	transition: 0.3s;
}


#texto_blog {font-style: normal;}
/* - - - - - Blog Inside - - - - - */

/* - - - - - Sobre - - - - - */
#sobre__content h2{
	font-size:36px;
	font-weight: 300;
	font-style: normal;
	color:#000;
	width: 705px;
	margin-left: -2px;
	margin-top: 80px;
}
#sobre__content  p{
	display: flex;
	font-size:18px;
	font-style: normal;
	color: #707070;
	margin-top: 60px;
}

#sobre__content p span{width: 48%;}


#bg__abordagem{
	position: absolute;
	margin-top: 60px;
	z-index: 0;
	border-radius: 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	width: 665px;
	height: 645px;
}

#abordagem{
	background-color: #FFC200;
	width: 590px;
	height: auto;
	padding: 35px 70px;
	position: relative;
	box-sizing: border-box;
	margin: 180px 415px 0 525px;
	border-radius: 20px;
}

#abordagem h2{
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
	margin-bottom: 40px;
}
#abordagem ul{
	list-style-type: inherit;
	color: #1A4568;
}
#abordagem ul li{
	color:#000;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}

#historia {
    position: relative;
    z-index: 0; 
	height: 705px;
    margin-top: 280px;
}


#historia h2{
	font-size: 100px;
	color: #000;
	font-weight: 600;
	position: absolute;
	line-height: 70px;
	font-style: italic;
	margin-bottom: 300px;
	margin-right: 500px;
}

#historia h2 span{
	font-size: 23px;
	font-weight: 500;
	margin-left: 35px;
}

#historia h2  b{
	font-size: 35px;
	font-weight: normal
}

#historia p{
	margin-top: 245px;
	position: absolute;
	padding-right: 550px
}

#historia img{
	position: absolute;
	width: 530px;
	height: 730px;
	right: 0px;
	object-fit: cover;
	border-radius: 20px;
}

 

#text__historia{
	position: absolute;
    background-color: #FFC200;
    width: 593px;
    height: 135px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    padding: 43px 20px 20px 100px;
    margin-left: 490px;
    margin-top: 40px;
    border-radius: 20px;
}


#missao{
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 1190px;
	height: 470px;
	margin: 70px auto;
}

#missao li h2{
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	color: #FFC200;
	margin-top: 45px;
	margin-bottom: 40px;
}

#missao li{
	width: 30%;
	padding: 40px;
	background-color: #000;
	margin: 5px;
	border-radius: 20px;
	transition: 0.3s;
}

#missao li:hover{transform: scale(1.06);}

#missao li:first-of-type img{filter: brightness(0) saturate(100%) invert(81%) sepia(26%) saturate(6382%) hue-rotate(0deg) brightness(109%) contrast(104%);}

#missao li p{
	font-size: 16px;
	font-style: normal;
	color: #FFC200;
	font-weight: 400;
}

#missao li:nth-child(2){ background-color: #FFC200; }
#missao li:nth-child(2) > h2{ color: #000; }
#missao li:nth-child(2) > p{ color: #000; }

#missao li:nth-child(3){ background-color: #fff; }
#missao li:nth-child(3) > h2{ color:#000; }
#missao li:nth-child(3) > p{ color: #000; }
/* - - - - - Sobre - - - - - */

/* - - - - - Blog Listagem - - - - - */
#blog_listagem{margin: 70px auto;}

#blog_listagem ul{
	display: flex;
	flex-wrap: wrap;
}

#blog_listagem ul li{
	width: 23%;
	height: auto;
	margin-bottom: 30px;
}

#blog_listagem ul li img{
	width: 100%;
	border-radius: 20px;
	height: 200px;
	margin-bottom: 25px;
}

#blog_listagem ul li p{
	font-size: 18px;
	color: #000;
}

#blog_listagem ul li p span{
	margin-top: 15px;
	font-size: 16px;
	line-height: normal;
}
/* - - - - - Blog Listagem - - - - - */

/* - - - - - Contato - - - - - */
.contato{
	display: flex;
	align-items: center;
	margin: 40px auto;
}

.contato section p{
	font-size: 50px;
	margin-bottom: 50px;
}

.contato section p span{font-size: 18px;}


.contato #text{
	width: 40%;
	margin-left: 0px;
}

.contato .formu{
	width: 90%;
	margin-left: 0px!important;
	border-radius: 20px;
	
}

#retail-pagina-de-contato-cdf3afb74ffb2249db1a {
  background-color: #FFC200 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: #000 !important;
}

/* Remove o fundo bege de todos os elementos internos */
#retail-pagina-de-contato-cdf3afb74ffb2249db1a * {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
  box-sizing: border-box;
}

/* Aplica fundo amarelo nos inputs, textarea, selects e botões */
#retail-pagina-de-contato-cdf3afb74ffb2249db1a input,
#retail-pagina-de-contato-cdf3afb74ffb2249db1a textarea,
#retail-pagina-de-contato-cdf3afb74ffb2249db1a select,
#retail-pagina-de-contato-cdf3afb74ffb2249db1a button {
  background-color: #FFC200 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
}

/* Placeholder preto */
#retail-pagina-de-contato-cdf3afb74ffb2249db1a ::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

/* Título preto e largura 100% */
#retail-pagina-de-contato-cdf3afb74ffb2249db1a h1,
#retail-pagina-de-contato-cdf3afb74ffb2249db1a h2,
#retail-pagina-de-contato-cdf3afb74ffb2249db1a h3 {
  color: #000 !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
}


.contato div p{
	font-size: 26px;
	margin-bottom: 20px;
}

.contato form{width: 500px;}
.contato div p:last-of-type{font-size: 22px;}

.contato div p span{font-size: 20px;}

.contato div iframe{
	width: 100%;
	height: 350px;
}

.hidden-content {
    display: none;
    padding: 10px;
    border-radius: 8px;
    transition: max-height 0.3s ease-out;
}

.zona-item.open .hidden-content {
    display: flex;
	flex-wrap: wrap;
}

.hidden-content a {
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-decoration: none;
    color: #fff;
	width: 100%;
	transition: 0.3s;
}

.hidden-content a::before {
    content: "●";
    font-size: 10px;
    color: #fff;
    margin-right: 8px;
}

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

#cases{margin: 70px auto;}

#cases ul li img{
	width: 50%;
	height: 100%;
	object-fit: cover;
}

#cases ul li{
	width: 100%;
	margin-bottom: 50px;
	border-radius: 20px;
	display: flex;
	height: auto;
	overflow: hidden;	
}

#cases ul li:nth-of-type(odd){flex-direction: row-reverse;}

#cases ul li div{
	width: 50%;
	box-sizing: border-box;
	padding: 50px 20px 20px 60px;
	background-color: #f8f9f8;
}


#cases ul li div p:first-of-type{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

#bread_cases{
	background: none;
	background-color: #000;
}

#bread_cases div{text-align: left;}

#bread_cases div h1{
	text-align: left;
	font-size: 45px;
	font-weight: bold;
}

#bread_cases div p{
	margin: 20px auto;
	color: #fff;
	font-weight: 400;
}

#bread_cases div a, #marcas a{
	width: 220px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #000;
	background-color: #FFC200;
	border-radius: 20px;
	margin-left: 0px;
	font-weight: bold;
}


#marcas{
	text-align: center;
	margin: 120px auto;
}

#marcas ul{margin: 80px auto;}

#marcas ul li img{
	width: 225px;
	height: 155px;
	object-fit: contain;
}

#marcas h2{font-size: 33px;}

#marcas a{margin-left: auto;}

#marcas .owl-dots{margin-top: 30px;}

#orcamento_bg{
	width: 100%;
	height: auto;
	background-color: #f8f9f8;
	padding: 30px 0;
}

#orcamento_bg h3{
	font-size: 35px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#orcamento_text{
	text-align: left;
	padding-left: 45px;
}

#processo ul{
	display: flex;
	flex-wrap: wrap;
}

#processo ul li{
	width: 30%;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}

#processo ul li img{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	object-fit: cover;
}

#processo ul li p:first-of-type{
	font-size: 30px;
	font-weight: bold;
	margin: 20px auto;
}

  #processo li::after {
             content: '>';
    position: absolute;
    right: -30px;
    top: 17%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 65px;
	  color:  #FFC200;
        }
        
        #processo li:last-child::after {
            display: none;
        }

#processo ul li:nth-of-type(3)::after{display: none;}

#processo ul li:nth-of-type(4)::after{right: -125px;}

.diferenciais_page section{background-color: #000!important;}

.diferenciais_page section h2{
	color: #fff!important;
	font-size: 26px!important;
}

.diferenciais_page section p{
	color: #fff!important;
}

.mensagem .central{
	display: flex;
	align-items: center;
}
.mensagem{margin-bottom: 60px;}

#mensagem_hack{width: 500px;}

.mensagem .central{padding: 75px 0px  125px;}

.mensagem section {
	margin: 50px auto;
	width: 500px;
}

.mensagem section p{
	color: #FFC200;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.mensagem section a{
		width: 65px;
	height: 65px;
	border-radius: 1000px;
	background-color: #FFC200;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.mensagem section a:hover{transform: scale(1.05);}

.mensagem section a img{width: 35px;height: 35px;object-fit: contain;}
