/* 
Theme Name: Cola Fabrica de Ideias
Theme URI: https://www.colafabricadeideias.com.br
Author: Direscópio Design
Author URI: https://www.direscopio.com.br
Description: Tema desenvolvido para a Cola Fabrica de Ideias.
Version: 1.0
*/

:root {
    color-scheme: light!important;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline:none;
}
html {
	overflow-y: scroll; /* força só 1 scrollbar */
}

body.menu-active {
	overflow: hidden;
}
body,
main,
.wrapper {
	transform: none !important;
}

html,
body {
	margin: 0px !important;
	background: #000;
	font-family: Montserrat;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	cursor:pointer;
	line-height:100%;
}

p {
	line-height:130%;
}

h1, h2, h3, h4, h5 {
	line-height:130%;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size:1em;
}

h5 {
	font-size:0.8em;
}
header {
	width: 100%;
	padding: 27px 54px;
	position: absolute;
	z-index: 998;
}

header .mask {
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	filter: opacity(0.6);
}

.mask-image h1 {
	position: absolute;
	bottom: 25vh;
	left: 54px;
	text-transform: uppercase;
	color: #fff;
	max-width: 35%;
	font-size: 2em;
	line-height:130%;
}

.mask-image {
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.titulo-hero {
    position: absolute;
    bottom: 25vh;
    left: 54px;
	z-index:10;
}
.titulo-hero h1 {
	text-transform: uppercase;
    color: #fff;
    max-width: 35%;
    font-size: 2em;
    line-height: 130%;
}

header .nav {
	z-index: 1;
	position: relative;
}

header .logo,
header .icone {
	float: left;
	width: 250px;
}
header .icone {
	text-align: right;
}

header .menu {
	float: left;
	width: calc(100% - 500px);
	margin: 10px 0px;
}

.menu ul,
.menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu a {
	text-decoration: none;
	color: #FDC408;
	float: left;
	width: calc(100% / 4);
	text-align: center;

	position: relative;
	display: flex;
	/* 🔥 muda aqui */
	justify-content: center;
	/* centraliza */
	align-items: center;
}

.menu-open {
	position: fixed;
	inset: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
}

/* 🔥 CÍRCULO (é ele que anima, NÃO o container) */
.menu-open .fundo {
	position: absolute;

	width: 200vmax;
	height: 200vmax;

	top: -100vmax;
	right: -100vmax;

	background: #000;

	border-radius: 100%;
	transform: scale(0);
	transform-origin: top right;

	z-index: 1;
}


.menu-open .logo {
	top:27px;
	left:54px;
}
.menu-open .icone {
	top:27px;
	right:54px;
}
.menu-open .logo, .menu-open .icone {
	position:absolute;
	width: 250px;
	z-index:2;
}
.menu-open .miniatura {
	position:absolute;
	border-radius:10px;
	height:calc(35vh - 10px);
	width:27vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin:10px 0px;
}

.menu-open .box-1, .menu-open .box-2 {
	position:relative;
	overflow: visible;
	z-index:3;
	height: auto; 
	height: 100vh;
}

.menu-open .box-1 {
	float:left;
	width:calc(54vh + 20px);
	left:10%;	
}
.menu-open .box-2 {
	float:right;
	width:calc(70% - 54vh - 20px);
	right:10%;	
}
.menu-open .miniatura  {
	overflow:hidden;
}
.miniatura1 {
	height:calc(35vh + 10px)!important;
	top:-5vh;
	left:0px;
	z-index:1;
}
.miniatura2 {
	height:calc(35vh + 10px)!important;
	top:-5vh;
	left:calc(27vh + 10px);
	z-index:1;
}
.miniatura3 {
	top:15vh;
	left:50%;
	transform:translateX(-50%);
	z-index:2;
}
.miniatura4 {
	top:50%;
	left:0px;
	transform:translateY(-50%);
	z-index:1;
}
.miniatura5 {
	bottom:calc(15vh - 20px);
	left:50%;
	transform:translateX(-50%);
	z-index:2;
}
.miniatura6 {
	bottom:-5vh;
	left:0px;
	z-index:1;	
}
.miniatura7 {
	top:50%;
	left:calc(27vh + 10px);
	transform:translateY(-50%);
	z-index:1;
}
.miniatura8 {
	bottom:-5vh;
	left:calc(27vh + 10px);
	z-index:1;
}

.menu-open .miniatura .mask1 {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	mix-blend-mode:color;
}
.menu-open .miniatura:hover .mask1 {
	opacity:0;
}
.menu-open .nav {
	display:block;
	width:100%;
	min-height:75vh;
}
#menu-secundario {
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#menu-secundario li {
	display:block;
	list-item:none;
	margin:0px;
	padding:0px;
}
#menu-secundario a {
	text-decoration:none;
	padding:3px 0px;
	margin:0px auto;
	font-size:2em;
	font-weight:700;
	width: fit-content;
	text-transform:uppercase;
	color:#fff;
	position: relative;
	display: block;
	transition: color 0.3s ease;
}
.menu-open:has(.item-menu li:nth-child(1) a:hover) .box-1 .miniatura1 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(2) a:hover) .box-1 .miniatura2 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(3) a:hover) .box-1 .miniatura3 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(4) a:hover) .box-1 .miniatura4 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(5) a:hover) .box-1 .miniatura5 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(6) a:hover) .box-1 .miniatura6 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(7) a:hover) .box-1 .miniatura7 .mask1 {
  opacity: 0;
}
.menu-open:has(.item-menu li:nth-child(8) a:hover) .box-1 .miniatura8 .mask1 {
  opacity: 0;
}
/* TRAÇO AMARELO */
#menu-secundario a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 4px; /* espessura do risco */
  background: #f4b400; /* amarelo */
  transform: translate(-50%, -50%);
  transition: width 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

/* HOVER */
#menu-secundario a:hover::after {
  width: 110%;
}

/* LINK DA PÁGINA ATUAL */
#menu-secundario a.active::after,
#menu-secundario a[aria-current="page"]::after {
  width: 110%;
}
.card {
	position:absolute;
	width:100%;
	min-height:10vh;
	padding:30px 30px 20px 30px;
	background:#FDC408;
	border-radius:10px 10px 0px 0px;
	bottom:0px;
	font-size:10pt;
}
.card .dados a {
	display:block;
	text-decoration:none;
	padding:0px 0px;
}
.card .dados {
	float:left;
	width:100%;
}
.card a {
	text-decoration:none;
}
.card .redes-sociais {
	float:left;
	width:45%;
	margin-top:70px
}
.card .botoes {
	float:left;
	width:55%;
}
.card .redes-sociais svg {
	display:inline-block;
	height:35px;
	width:auto;
}
.card .botoes {
	text-align:right;
}
.card .botoes a {
	width:100%;
	text-align:center;
	margin:5px 0px;
}
.card .botoes a span {
	vertical-align:middle;
	margin-left:10px;
	display:inline-block;
}
.card .botoes a:nth-child(1) {
	background:#000;
	padding:10px 12px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	border:solid 2px #000;
	border-radius:10px;
	display:inline-block;
}
.card .botoes a:nth-child(1) span svg path {
	stroke:#FDC408;
}
.card .botoes a:nth-child(2) span svg path {
	stroke:#000;
}
.card .botoes a:nth-child(2) {
	display:inline-block;
	background:transparent;
	padding:10px 12px;
	border:solid 2px #000;
	color:#000;
	font-weight:700;
	border-radius:10px;
	text-transform:uppercase;
}
.menu a span {
	position: relative;
	z-index: 2;
	padding: 5px;
}

.menu a .wipe {
	position: absolute;
	inset: 0;
	background: #000;
	transform: scaleX(0);
	transform-origin: right center;
	z-index: 1;
	pointer-events: none;
}

header .logo svg, .menu-open .logo svg {
	height: 55px;
	width: auto;
}

header .logo svg path, .menu-open .logo svg path {
	fill: #fff;
}

.scene {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.image {
	position: absolute;
	inset: 0;
	background-image:url(images/capa_farmrio.webp);
	background-position: center center;
	background-size:cover;
	background-repeat:	no-repeat;
	transform-origin: center;
}

.svg-mask {
	position: absolute;
	inset: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 2;
}

.texto-horizontal{
    width:100%;
    overflow:hidden;
    position:relative;
	padding:350px 0px 150px 0px;
}

.texto-horizontal h2{
    width:100%;
    margin:0;
    white-space:nowrap;
    overflow:hidden;
    line-height:1;
	text-transform:uppercase;
	font-size:8em;
	line-height:120%;
}

.texto-horizontal h2 span{
    display:inline-block;
    white-space:nowrap;
    padding-right:100px;
}

.texto-horizontal .direita span{
    animation:marqueeLeft 100s linear infinite;
	font-weight: 700;
	color: #FDC408;
}

.texto-horizontal .esquerda span{
    animation:marqueeRight 100s linear infinite;
	color: #ffffff;
	font-weight: 400;
}

@keyframes marqueeLeft{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@keyframes marqueeRight{
    from{
        transform:translateX(-50%);
    }
    to{
        transform:translateX(0);
    }
}

.legenda {
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 160px;
	transform: translateX(-50%);
}

/* FRASE */
.frase svg {
	height: 69px;
	width: auto;
	margin: 50px 0px 100px 0px;
}

.frase {
	margin-bottom: 0;
	padding-bottom: 0;
	background: #FDC408;
	width: 100%;
	text-align: center;
	padding: 120px 20px 200px 20px;
	position: relative;
	z-index: 2;
	float: none;
	display: block;
}

.frase h2 {
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100%;
	margin: 0px;
}
.reveal-text strong {
	display:inline-block;
	margin:2.5px 0px;
}
.reveal-text strong .word {
	margin:0px;
}
.word {
	position: relative;
	display: inline-block;
	margin:2.5px 0px;
	padding: 0px;
	opacity: 0;
	line-height: inherit;
}

.word > span:not(.wipe) {
    position: relative;
	line-height: inherit;
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.word .wipe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: left center;
    z-index: 2;
    pointer-events: none;
}
.implantacao .word .wipe, .transformacao .word .wipe, .lojas .word .wipe, .execucao .word .wipe, .processos .word .wipe, .mapa .word .wipe {
	background: #000;
}
.execucao .imagem .word .wipe {
	background: #fff;
}
.parceria .word .wipe,  .processos .topicos .word .wipe, .trabalhamos .box-2 .word .wipe, .frase-historia .word .wipe {
	background: #FDC408;
}
#fraseText div {
	margin: 25px 0px;
}

.frase strong {
	background: #fff;
	color: #000;
	display: inline-block;
	opacity: 0;
}

.curva {
	width: 100%;
	height: auto;
	fill: #FDC408;
	margin: 0px;
	display: block;
	position: relative;
}
 .curva-preta {
    fill: #000000 !important;
}

.curva-amarela {
    fill: #FDC408 !important;
}

/* =========================
BLOCO HORIZONTAL
========================= */
.bloco-horizontal {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: linear-gradient(to bottom, #FDC408 0%, #FDC408 50%, #fff 100%);
	z-index: 3;
	margin-top: 0;
	will-change: transform;
}

/* acelera render do scroll horizontal */
.horizontal-track {
	position: relative;
	width: 2600px;
	height: 100%;
	will-change: transform;
	transform: translateZ(0);
}

/* ITENS */
.floating-item {
	position: absolute;
	overflow: hidden;
}

/* LABEL */
.floating-item span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	overflow: hidden;
}

/* 🔥 TEXTO COMEÇA INVISÍVEL */
.floating-item span .label-text {
	position: relative;
	z-index: 1;
	opacity: 0;
}

/* WIPE */
.floating-item span .wipe {
	position: absolute;
	inset: 0;
	background: #000;
	transform: scaleX(1);
	transform-origin: left center;
	z-index: 2;
	pointer-events: none;
}

.floating-item img {
	display: block;
	width: auto;
	height: 30vh;
}

.item-2 img,
.item-7 img {
	height: 20vh;
}

.item-3 img,
.item-6 img {
	height: 50vh;
}

.item-4 img,
.item-8 img {
	height: 16vh;
}

.floating-item p {
	padding: 40px 0px;
	line-height: 130%;
}

/* posições iniciais */

.item-1,
.item-2,
.item-5,
.item-7 {
	width: 137px;
	/* 10vw */
	overflow: hidden;
}

.item-1,
.item-4 {
	top: 5vh;
}

.item-2,
.item-8 {
	bottom: 30vh;
}

.item-5 {
	bottom: 30vh;
}

/* POSIÇÕES */

.item-1 {
	left: 137px;
}

.item-2 {
	left: 232px;
}

.item-3 {
	top: 5vh;
	width: 437px;
	left: 478px;
}

.item-4 {
	width: 96px;
	left: 984px;
}

.item-5 {
	left: 1120px;
}

.item-6 {
	top: 5vh;
	width: 437px;
	left: 1393px;
}

.item-7 {
	left: 1940px;
}

.item-8 {
	left: 2076px;
}

.implantacao {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
	margin-top: 0;
	float: left;
}

.implantacao .bloco {
	position: relative;
	width: 90%;
	margin: 0px 5%;
	padding: 40px 0px;
	float: left;
}

.implantacao .topo {
	width: 100%;
	float: left;
}

.implantacao h2 {
	width: 50%;
	float: left;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 150%;
	padding: 0px 20px 40px 20px;
}

.implantacao h2 strong {
    background: transparent;
    color: #FDC408;
}

.implantacao .frase-top {
    width: 50%;
    float: right;
    padding: 40px 80px;
    text-align: right;
    font-size: 1.3em;
    font-weight: 800;
}
.implantacao .frase-top strong {
	color:#FDC408;
}
.implantacao .frase-bottom {
    width: calc(50% - 160px);
    float: left;
    padding: 80px 140px 0px 20px;
}

.implantacao .box {
	float: left;
	width: calc(100% / 4 - 20px);
	margin: 10px;
	overflow: hidden;
}


/* Animação horizontal infinita */
@keyframes moverBackground {
	from {
		background-position: left center;
	}

	to {
		background-position: right center
			/* ajuste conforme largura da imagem */
	}
}

.implantacao .miniatura {
	min-height: 40vh;
	width: 100%;
	border-radius: 16px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-decoration: none;
}

.implantacao .miniatura:hover {
	animation: moverBackground 2s linear infinite;
}

.implantacao .borda {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.implantacao .titulo {
	position: absolute;
	z-index: 2;
	bottom: -1px;
	right: -1px;
	color: #595959;
	font-weight: 900;
	font-size: 11pt;
	letter-spacing: 0.5px;
}

.implantacao .titulo span {
	color: #FDC408;
	font-weight: 500;
}

.implantacao .borda svg {
	height: 38px;
	width: auto;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
}

.implantacao .borda svg path {
	fill: #fff;
}

.transformacao {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
	padding: 100px 0px;
	float: left;
}
.transformacao .mask-animada {
    width: 100%;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 50px;
    overflow: hidden;
}
.transformacao .mask-animada img {
	width:130%;
	height:auto;
	mix-blend-mode:multiply;
}
.transformacao .texto {
	padding:0px 80px 100px 80px;
}
.transformacao h2 {
	padding-bottom: 120px;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.15;
	color: #0F0F0F;
}

.transformacao .imagem, .transformacao .texto {
    float: left;
    width: 50%;
    margin-top: 60px;
}
.transformacao .imagem img {
	width:100%;
	height:auto;
} 
.transformacao p {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6;
	color: #595959;
	width: auto;
	max-width: 450px;
	padding: 0;
	margin-bottom: 25px;
}

.bloco-principal {
	float:left;
	position:relative;
	width:100%;
	background: #fff;	
	margin-top: 0px;
}
.bloco-principal::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	background: #fff;
	z-index: 1;
	pointer-events: none;
}
.bloco-principal .pin-area {
	background:#000;
	border-radius:40px;
	width:calc(100% - 100px);
	margin:30px 50px 0px 50px;
	padding-bottom:60px;
	color:#fff;
	z-index:2;
}

.parceria, .integracao {
    display: block;
    float: left;
    width: 100%;
}

.parceria .titulo {
    font-size: 3em;
    text-align: right;
    text-transform: uppercase;
    padding: 70px 40px;
    font-weight: 900;
    line-height: 130%;
    width: 50%;
    float: left;
}
.parceria .titulo strong {
	background:transparent;
	color:#FDC408;
}
.lista {
  width: 100%;
  padding:70px 0px;
}
.parceria .rolagem {
  float:left;
  width:50%;
  position: relative;
  overflow: hidden;
  height:auto;
  padding:0px 40px;
}
.parceria .rolagem p {
    display: block;
    margin: 0;
    padding: 15px 0px;
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
}
.parceria .rolagem p span {
	color:#FDC408;
	margin-right:10px;
}

.pin-area {
	display:block;
	height:auto;
	position: relative;
}
.pin-area::after {
	content:"";
	display:block;
	clear:both;
}

.linha {
  position: absolute;
  left: 50%;
  top: 0;

  width: 2px;
  height: 100%;

  transform: translateX(-50%);

  background: #fff;

  overflow: hidden;
}

.linha .progresso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FDC408;

    transform: scaleY(0);
    transform-origin: top;
    animation: preencher 1.5s ease forwards;
}

@keyframes preencher {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

.integracao .box {
	float:left;
	width:50%;
}
.integracao .box p {
	width:180px;
	display:block;
	font-size:10pt;
	margin:100px auto 50px auto;
	font-weight:500;
	position:relative;
}
.integracao .titulo {
	font-size:3em;
	text-align:left;
	text-transform:uppercase;
	padding:180px 20px 60px 20px;
	font-weight:900;
	float:left;
	width:calc(50% - 240px);
	line-height:130%;
}
.integracao .titulo strong {
	background:transparent;
	color:#FDC408;
}
.integracao .rolagem {
	height:453px;
	width:453px;
	overflow: hidden;
	border-radius:16px;
	background:#FDC408;
	display:block;
	position: relative;
	overflow: hidden;
	margin:0px auto;
}
.integracao .rolagem p {
	color:#000;
	margin: 0;
	padding: 0px 100px 20px 100px;
	min-height: 90px;
	display: block;
	align-items: center;
	font-weight:500;
	opacity: 1;
	width:calc(100% - 60px);
	transition: opacity .25s ease;
}
.integracao .rolagem p strong {
	font-weight:800;
}
.integracao .rolagem p .item {
	color:#fff;
	margin-right:10px;
	display:inline-block;
	font-size:20pt;
	vertical-align:sub;
}
.integracao .rolagem p .texto {
	margin:10px 0px 0px 20px;
	display:block;
}
.lojas {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    background: #e0e0e0;
    background: linear-gradient(0deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 80%);
}
.lojas .imagem1 {
	width:40%;
	margin-right:10%;
}
.lojas .imagem2 {
	margin-left:10%;
	width:calc(40% - 100px);
	margin-right:100px;
}
.lojas .texto {
	width: 50%;
}
.lojas .texto1 {
	width:calc(100% - 400px);
	margin:50px 200px;
}

.lojas .imagem1 img, .lojas .imagem2 img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(30px 0px 30px rgba(0,0,0,0.3));
}

.lojas h3 {
	font-family: Montserrat, sans-serif;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0.95;
	margin: 0px 0px 5px 0px;
	display:inline-block;
	width:auto;
	color: #0F0F0F;
}
.lojas .texto .linha-amarela {
	width: 99px;
	height: 16px;
	background: #FDC408;
	margin-bottom: 15px;
}
.lojas h2 {
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100%;
	margin: 0px;
	display:inline-block;
	width:auto;
}
.lojas .texto1 .sub {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
    color: #0F0F0F;
    margin-bottom: 5px;
}
.texto1 .titulo {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 3.5em;
    text-transform: uppercase;
    line-height: 65px;
    margin: 0px;
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    color: #0F0F0F;
}
.lojas .texto1 .rolagem {
	position: relative;
	display: inline-block;
	line-height:65px;
	height:65px;
	overflow: hidden;
	vertical-align: bottom;
	width:auto;
    min-width: 600px;
	margin-top:5px;
}
.lojas .texto1 .rolagem .palavras {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.lojas .texto1 .rolagem .palavras div {
	font-family: Montserrat, sans-serif;
	font-size: 3.5em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 65px;
	height: 65px;
	color: #0F0F0F;
}
.lojas .texto .subtitulo {
	padding:0px 0px 20px 0px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;	
	color: #0F0F0F;
}
.lojas .texto .cola {
	font-size:9pt;
	font-weight:400;
	padding:0px;
}
.lojas .texto .cola strong {
	font-weight:800;
}
.lojas .texto p {
	width:389px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight:400;
	padding:10px 0px;
	color:#595959;
	line-height:1.4;
}
.lojas .texto:nth-of-type(2) {
	margin-top: 100px;
}
.lojas .texto:nth-of-type(3) {
	width:calc(50% - 200px);
	margin-left:200px;
	margin-top:200px;
}

.lojas .botao1, .lojas .botao2 {
	margin-top:20px;
	display:inline-block;
	background-color:#FDC408;
	border-radius:14px;
}
.lojas .botao1 svg, .lojas .botao2 svg {
    display: block;
    width: 58px;
    height: 53px;
}

.exec {
	float:left;
	width:100%;
	background:#fff;
}
.execucao {
	position:relative;
	width:100%;
}
.execucao .box {
	width:calc(100% - 100px);
	margin:0px 50px 0px 50px;
	border-radius:40px;
	background:#FDC408;
	padding:100px 0px;
	position:relative;
}
.execucao .box1 {
	width:50%;
	margin:100px 25% 0px 25%;
}
.execucao h2 {
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100%;
	margin: 0px 0px 40px 0px;
	text-align:center;
}
.execucao p {
	text-align:center;
	padding:10px 60px;
	line-height: 150%;
}
.execucao .bloco-imagem {
    width: 100%;
    padding: 100px 25%;
    position: relative;
	min-height:90vh;
	
}
.execucao .imagem {
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.execucao .mask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#FDC408;
	mix-blend-mode:color;
	z-index:1;
}
.execucao .mask1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#FDC408;
	mix-blend-mode:multiply;
	z-index:1;
	opacity:0.5;
}
.execucao .imagem h2 {
	text-transform:uppercase;
	line-height:120%;
	font-size:4em;
	color:#fff;
	z-index:2;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
} 
.execucao .galeria {
	width:calc(100% - 200px);
	margin:100px 100px 0px 100px;
}
.execucao .bloco {
	display:inline-block;
	width:calc(100% / 5 - 25px);
	margin:10px;
	border-radius:16px;
	min-height:30vh;
	background-color:#000;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.execucao .galeria .bloco h5 {
	text-transform:uppercase;
	line-height:150%;
	font-size:0.8em;
	font-weight:900;
	color:#fff;
	z-index:2;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.execucao .galeria .bloco h5 strong {
	font-size:1.5em;
	line-height:160%;
}
.processos {
	position:relative;
	width:100%;
	background:#fff;
	float:left;
}
.processos .box {
	float:left;
	width:calc(100% - 200px);
	margin:0px 100px;
	padding:80px 0px;
	position:relative;
}

/* Novo Layout Processos - Cards Amarelos (Grid 4x2) */
.etapas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
    width: 100%;
}
.etapa-card {
    background: #FDC408;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    box-sizing: border-box;
}
.card-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.card-linha-seta {
    flex-grow: 1;
    height: 2px;
    background: #fff;
    margin-right: 15px;
    position: relative;
}
.card-linha-seta::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.card-numero {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}
.card-texto {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    text-align: left;
}
.processos-titulo {
    font-family: Montserrat, sans-serif;
    font-size: 2.8em;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

@media (max-width: 992px) {
    .etapas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .etapas-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .etapa-card {
        min-height: 140px;
        padding: 20px;
    }
}
.processos h2, .trabalhamos h2 {
	margin-left:106px;
	text-transform:uppercase;
	font-weight:900;
	line-height:130%;
	font-size:3em;
	margin-bottom:45px;
}
.trabalhamos{
	display:flex;
    float:left;
	width:100%;
	position:relative;
	background:#fff;
}

.trabalhamos p, .trabalhamos h5 {
	font-size:1.3em;
	padding:10px 0px;
	font-weight:300;
}
.trabalhamos p strong, .trabalhamos h5 strong {
	font-weight:800;
}
.trabalhamos h5 {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 100px;
}
.trabalhamos h5 strong {
	 color:#FDC408;
}
.trabalhamos .ajuste{
    display:inline-flex;
    transform:scaleX(0);
    transform-origin:left center;
	vertical-align:middle;
	margin-right:15px;
}
.trabalhamos .box-1,
.trabalhamos .box-2{
    float:left;
}
.trabalhamos .box-2 {
    text-align: left;
    width: auto;
    display: inline-block;
}
.trabalhamos .box-1 {
	width:60%;
	background:#000;
	color:#fff;
	padding:100px 0px;
	border-radius:0px 16px 16px 0px;
}
.trabalhamos .traco {
	margin-left:106px;
	background:#FDC408;
	display:inline-block;
	width:165px;
	height:26px;
	margin-bottom:45px;
}
.trabalhamos svg {
	width:100px;
	height:auto;
}
.mapa {
	float:left;
	position:relative;
	width:100%;
	background:#fff;
	padding:80px 0px;
	z-index:10;
}
.mapa .box-1,
.mapa .box-2{
    float:left;
}
.mapa .box-1 {
	width:calc(45% - 100px);
	margin-left:100px;
}
.mapa .box-2{
 width:55%;	
}
.mapa .box-2 svg {
	margin-top:80px;
	width:95%;
	height:auto;
}
.mapa h2 {
	text-transform:uppercase;
	font-weight:900;
	line-height:130%;
	font-size:3em;
	margin-bottom:25px;
}
.mapa .botao1, .chamada .botao1 {
	margin-top:100px;
	display:inline-block;
	background-color:#FDC408;
	border-radius:10px;
	padding:10px 15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	color:#000;
}
.mapa .sub {
	color:#7C7979;
	text-transform:uppercase;
	font-size:1em;
	font-weight:700;
}
.mapa p {
	color:#595959;
	line-height:150%;
	font-weight:400;
}
.mapa .botao1 img, .chamada .botao1 img {
	margin-left:20px;
    padding:0px;
    height: 100%;
    width: 25px;
    vertical-align: middle;
	transform: scaleX(-1);
}
.mapa svg polygon, .mapa svg path {
	fill:#7C7979;
}
.mapa svg circle {
	fill:#FDC408
}
.mapa #us:hover polygon, .mapa #br:hover, .mapa #fr:hover polygon, .mapa #gb:hover polygon, .mapa #it:hover polygon {
	fill:#000!important;
}
.historia {
	float:left;
	width:100%;
	min-height: 550px;
	background-size:cover;
	background-position:center center;
	padding:150px 100px;
	position:relative;
	color:#fff;
	z-index:11;
	display:flex;
	align-items:center;
}
.historia .box {
	float:left;
	margin-left:0;
	width:50%;
}
.historia .miniatura-1, .historia .miniatura-2, .frase-historia .miniatura-3 {
	background-size:cover;
	background-position:center center;
	border-radius:16px;
}
.historia .sub {
	color:#FDC408;
	text-transform:uppercase;
	font-size:1em;
	font-weight:700;
}
.historia h2 {
	text-transform:uppercase;
	font-weight:900;
	line-height:130%;
	font-size:3em;
	margin-bottom:45px;
}
.historia p strong {
	color:#FDC408;
}
.historia .miniatura-1 {
	width:18vw;
	height:21vw;
	position:absolute;
	left:40px;
	bottom:-100px;
	animation: flutuar 4s ease-in-out infinite;
}
.historia .miniatura-2, .frase-historia .miniatura-3 {
	height:15vw;
	width:12vw;
}
.historia .miniatura-2 {
	left:30%;
	top:-60px;
	position:absolute;
	animation: flutuar1 4s ease-in-out infinite;
}
@keyframes flutuar {
	0% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-15px) rotate(1deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
	}
}
@keyframes flutuar1 {
	0% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(15px) rotate(1deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
	}
}
.frase-historia {
	float:left;
	width:100%;
	padding:80px 100px 0px 100px;
	position:relative;
	background:#fff;
}
.frase-historia .box {
	float:left;
	margin-left:30%;
	width:70%;
}
.frase-historia .titulo {
	font-weight: 700;	
}
.frase-historia .texto1 {
	margin-bottom:60px;
}
.frase-historia .texto1 .rolagem {
	position: relative;
	display: inline-block;
	line-height:65px;
	height:65px;
	overflow: hidden;
	vertical-align: bottom;
	width:60%;
	margin-top:5px;
	margin-left:15px;
}

.frase-historia .texto1 .rolagem::after {
	content:
		"aprendendo\A"
		"entregando\A"
		"evoluindo";
	white-space: pre;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.5em;
	font-weight: 900;
	text-transform: uppercase;
	line-height:65px;
	height:65px;
	color: #000;
	animation: loopTexto 12s infinite;
}
.frase-historia p {
	color:#595959;
	line-height:150%;
	font-weight:400;
	padding:10px 0px;
}
.frase-historia .miniatura-3 {
	float:left;
	margin-left:-6vw;
}
.frase-historia .texto {
	float:left;
	width:calc(70% - 12vw);
	margin-left:30%;
}
.curva-bottom {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
}
.curva-bottom svg {
	width:100%;
	height:auto;
	vertical-align:bottom;
	margin-bottom:-2px;
	left:0px;
}
.chamada {
	float:left;
	width:100%;
	background:#000;
	padding:80px 100px;
	text-align:center;
	color:#fff;
}
.chamada h4 {
	font-weight:400;
	line-height:130%;
	font-size:2em;
}
.chamada h4 strong {
	font-weight:700;
}
.faq {
	float:left;
	width:100%;
	background:#FDC408;
	display:flex;
	position:relative;
	overflow:hidden;
}
.faq .titulo {
	float:left;
	width:calc(45% - 100px);
	padding:80px 60px 80px 100px;
	position:relative;
	z-index:2;
}
.faq::before {
    content: '';
    position: absolute;
    background-image: url(https://www.direscopio.com.br/cola/wp-content/themes/cola/icon/mask_branca1.svg);
    background-size: 100% 100%;
    background-position: left bottom;
    animation: girarBg 20s linear infinite;
    z-index: 1;
    height: 180%;
    width: 65%;
    top: -75%;
    left: -23%;
    background-repeat: no-repeat;
    margin: 0px;
}

@keyframes girarBg {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
.faq h2 {
	text-transform:uppercase;
	font-weight:900;
	line-height:130%;
	font-size:3em;
	margin-bottom:25px;
}
.faq .topicos {
	position:relative;
	z-index:2;
	float:left;
	width:calc(50% - 100px);
	margin-left:5%;
	padding:80px 0px;
}
.faq .accordion {
	width:100%;
	display:block;
	background:#000;
	border-radius:16px;
	margin:10px 0;
	color:#fff;
	font-size:1.5em;
	padding:15px 25px;
	border:none;
	font-weight:700;
	text-align:left;
	position:relative;
	cursor:pointer;
}
.faq .accordion.active {
	background:#fff;
	color:#000;
	border-radius:16px 16px 0px 0px;
	margin:10px 0 0 0;
	padding:15px 25px 0px 25px;
}
.faq .accordion::after {
	content:"+";
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	transition:all .3s ease;
	color:#FDC408;
}

.faq .accordion.active::after {
	content:"-";
	color:#000;
}

.faq .panel {
	max-height:0;
	overflow:hidden;
	transition:max-height .3s ease;
	background:#fff;
	border-radius:0 0 16px 16px;
	color:#000;
	padding:0 25px;
	line-height:140%;
}

.faq .panel p:first-child {
	margin-top:15px;
}

.faq .panel p:last-child {
	margin-bottom:15px;
}

.marcas {
	float:left;
	width:100%;
	background:#fff;
	padding:0px 0px 90px 0px;
}
.marcas p {
	float:left;
	width:60%;
	margin:0px 20%;
	text-align:center;
	padding:160px 0px;
}

.marcas .logos {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marcas .logos {
    display: flex;
    align-items: center;
    gap: 70px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.marcas .logos .item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcas .logos .item svg {
    height: 25px;
    width: auto;
}
.marcas .logos .maior svg {
    height: 40px;
    width: auto;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 30px));
    }
}
footer {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
}
footer .tarja {
	position:absolute;
	z-index:1;
	background:#FDC408;
	bottom:0px;
	height:360px;
	left:0px;
	width:100%;
}
footer .links a {
	color:#868686;
}
footer ul, footer li {
    list-style: none;
    line-height: 100%;
    padding: 5px 0px;
}
footer .box {
	float:left;
	top:0px;
	background:#000;
	width:calc(100% - 88px);
	margin:0px 44px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
footer .box .top, footer .box .bottom {
	position:absolute;
	z-index:3;
	width:100%;
}

footer .box .top {
	top:0px;
}
footer .box .bottom {
	bottom:-1px;
	transform: scaleY(-1);
}
footer .top svg {
	fill:#fff;
}
footer .bottom svg {
	fill:#fdc408;
}
footer .top .esquerda, footer .top .direita {
	width:30%;
	position:relative;
}
footer .top .esquerda {
	float:left;
}
footer .top .direita {
	float:right;
}
footer .top .borda-esquerda, footer .top .borda-esquerda-centro, footer .top .borda-direita, footer .top .borda-direita-centro {
	position:absolute;
}
footer .top .borda-esquerda {
	max-height:27px;
	padding-right:calc(100% - 47px);
	background:#fff;
}
footer .top .borda-direita {
	max-height:27px;
	padding-left:calc(100% - 47px);
	background:#fff;
}
footer .top .borda-esquerda, footer .top .borda-direita-centro {
	top:-2px;
	left:0px;
}
footer .top .borda-direita, footer .top .borda-esquerda-centro {
	top:-2px;
	right:0px;
}
footer .bottom .esquerda, footer .bottom .direita {
	width:30%;
	position:relative;
}
footer .bottom .esquerda {
	float:left;
}
footer .bottom .direita {
	float:right;
}
footer .bottom .borda-esquerda, footer .bottom .borda-esquerda-centro, footer .bottom .borda-direita, footer .bottom .borda-direita-centro {
	position:absolute;
}
footer .bottom .borda-esquerda {
	max-height:27px;
	padding-right:calc(100% - 47px);
	background:#fdc408;
}
footer .bottom .borda-direita {
	max-height:27px;
	padding-left:calc(100% - 47px);
	background:#fdc408;
}
footer .bottom .borda-esquerda, footer .bottom .borda-direita-centro {
	top:0px;
	left:0px;
}
footer .bottom .borda-direita, footer .bottom .borda-esquerda-centro {
	top:0px;
	right:0px;
}
footer .titulo {
	float:left;
	width:calc(60% - 110px);
	margin-left:110px;
	color:#868686;
	margin-top:100px;
	position:relative;
	z-index:3;
}
footer h2 {
	text-transform:uppercase;
	font-weight:600;
	line-height:130%;
	font-size:2.6rem;
	color:#fff;
	margin:0px;
	
}
footer h2 strong {
	font-weight:900;
	font-size:3rem;
	color:#FDC408;
}
footer .texto {
	font-weight:400;
	margin:40px 0px;
	font-size:1.5rem;
}
footer .links {
	float:right;
	width:400px;
	height:400px;
	background:#000;
	position:relative;
	margin:100px 50px 0px 0px;
	z-index:4;
	border-radius:100%;
}
footer .subtitulo p {
	font-weight:400;
	margin:40px 0px;
	font-size:1.5em;
}
footer .titulo a {
	font-size:1em;
	font-weight: 500;
}
footer .links .ajuste {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:fit-content;
}
footer .links .ajuste a {
    font-weight: 500;
}
footer .botao-footer  {
	float:left;
	width:100%;
	margin:60px 0px 27px 0px;
	text-align:center;
	position:relative;
	z-index:3;
}
footer .botao-footer a {
	display:inline-block;
	background-color:#FDC408;
	border-radius:10px;
	padding:10px 15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	color:#000;
}
footer .botao-footer img {
	margin-left:20px;
    padding:0px;
    height: 100%;
    width: 25px;
    vertical-align: middle;
	transform: scaleX(-1);
}
footer .titulo a {
	display:block;
	text-decoration:none;
	line-height:130%;
	margin-bottom:15px;
	color:#868686;
}
footer .titulo a:hover {
	color:#fff;
}
footer .titulo a strong {
	font-weight:800;
}
footer .circulo-1 {
	position:absolute;
	z-index:1;
	width:400vh;
	height:400vh;
	left:20%;
	top:-30vh;
	background:#2a2a2a;
	border-radius:100%;	
}
footer h4 {
	margin-bottom:15px;
	color:#FDC408;
}
footer .links a:hover {
	color:#FDC408;
}
footer .redes-sociais {
	float:left;
	width:100%;
	margin-top:70px
}
footer .redes-sociais a {
	display:inline-block;
	margin-right:10px;
}
footer .redes-sociais a:hover {
	opacity:0.5;
}
footer .redes-sociais svg {
	display:inline-block;
	height:35px;
	width:auto;
}
footer .redes-sociais svg path {
	fill:#FDC408;
}
footer .copyright {
	float:left;
	width:100%;
	margin:-10px 0px 20px 0px;
	padding:0px 44px;
	z-index:2;
	position:relative;
	font-size:0.64em;
}
footer .copy, footer .menu-copy {
    width: 35%;   
}
footer .copy {
    float: left;
    font-weight: 400;
}
footer .menu-copy {
	float:right;
	text-align:right;
}
footer .menu-copy ul, footer .menu-copy li {
	padding:0px;
	margin:0px;
	display:inline-block;
}
footer .menu-copy a {
	margin-left:10px;
	text-transform:uppercase;
	font-weight:500;
}


@media all and (max-width: 1100px) {}

/* ===== CASES SECTION OVERRIDE ===== */
.case-card {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    cursor: pointer;
    border-radius: 1vw;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.case-tag {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: auto;
    background-color: #000;
    color: #FDC408;
    padding: 1vw 1.5vw;
    font-size: 1vw;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 10;
    border-top-left-radius: 1vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 0;
}

/* Hover effects for SVG-clipped cases cards */
.card-image-content {
    transform-origin: center;
    transition: transform 0.5s ease;
}
.case-card:hover .card-image-content {
    transform: scale(1.05);
}
.card-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}
.border-line {
    transition: opacity 0.3s ease;
}
.case-card:hover .border-line {
    opacity: 0;
}
@media all and (max-width: 1100px) {
	footer .box {	
		width: 90%;
		margin: 0px 5%;	
	}
	footer .titulo {		
		width: calc(100% - 100px);
		margin: 100px 50px;		
	}
	footer .botao-footer {
		margin: 20px 0px 60px 0px;
	}
	footer .links {
		width: 100%;
		height: auto;	
		margin: 100px 0px 0px 0px;
	}
	footer .copy, footer .menu-copy {
		width: 100%;
		margin: 40px 0px 0px 0px;
	}
	.execucao .bloco-imagem {
		min-height:1px;
		padding:0px;
	}
	.execucao .imagem {
		height: 20vh;
		margin: 10px 5%;
		width: 90%;
	}
	.execucao .galeria {
		width: 90%;
		margin: 100px 5% 0px 5%;
	}
	.execucao .bloco {
		width:calc(100% / 2 - 25px);
		min-height:25vh;
	}
	.bloco-principal {
		background: linear-gradient(180deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 80%);
	}
	.execucao .galeria .bloco h5 {
		font-size: 0.8em;		
	}
	.integracao .box {
		width: 100%;
	}
	.integracao .rolagem {
		height: auto;
		width: 90%;
		margin: 0px auto;
	}
	.integracao .rolagem p {	
		padding: 15px 30px;	
		width: 100%;
	}
	.cases-grid {
		grid-template-columns: repeat(2, 1fr)!important;
	}
	.parceria .titulo, .integracao .titulo {
		font-size: 2em;
		width: 100%;
		text-align: center;
	}
	.parceria .rolagem {
		width: 100%;
		padding: 0px 40px;
		text-align:center;
	}
	.bloco-principal .pin-area {
		width: 90%;
		margin: 30px 5%;
		text-align: center;
	}
	.bloco-principal::after {
		display:none;
	}
}