
body{
	background-color: #4C239B;
	  font-family: "Inter", sans-serif;
	  font-weight: 200;
}
a{
	text-decoration: none;
	opacity: 1;
	transition: all ease .8s;
}

a:hover{
	opacity: 0.6;
	transition: all ease .8s;
}
button{
	border: none;
}

p{font-size: 18px}

.bgcolor-orange{ background-color: #FF7636; }
.bgcolor-beige{ background-color: #E6E5CC; }
.bgcolor-green{ background-color: #2DA544; }
.bgcolor-pink{ background-color: #EB3C4D; }
.bgcolor-purple{ background-color: #8244AF; }
.bgcolor-red{ background-color: #9C222D; }
.txtcolor-orange{ color: #FF7636; }
.txtcolor-beige{ color: #E6E5CC; }
.txtcolor-green{ color: #2DA544; }
.txtcolor-pink{ color: #EB3C4D; }
.txtcolor-purple{ color: #8244AF; }
.txtcolor-red{ color: #9C222D; }

.txtcolor-white{ color: #ffffff; }


.stylebutton{
	background-color: #fff;
	border: 2px solid transparent;
	padding: 8px 40px;
	color: #4C239B;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	border-radius: 40px;
}
.stylebutton:hover{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.titlestyle{
	letter-spacing: -2px;
	line-height: 80%;
	font-size: 50px;
	font-weight: bold;
}
@media (max-width:768px){
	.titlestyle{
		font-size: 36px;
	}	
}

#header{
	z-index: 999;
	/* padding: 15px 0; */
	overflow:hidden;
	opacity: 0;
	transition: all ease .8s;
}

#header.scrolled{
	background: #4c239be8;
	opacity: 1;
	transition: all ease .8s;
}


.container-fluid{
	padding: 0 60px;
}


#header .logotipo{
	max-width: 100px;
	margin: 20px 0;
}

.content-video .logotipo{
	max-width: 300px;
}
#header button{
	background-color: transparent;
	border:none;
	padding: 0;
}


.quem-somos{
	z-index: 2;
	margin-top: -270px;
	background-image: url(../images/background-quem-somos.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 600px;
	overflow: hidden;
}
.quem-somos--wrap{margin-top: 330px;}


@media(max-width:768px){
	.quem-somos{
		height: 100vh;
		min-height: 1000px;
	}
	.quem-somos--wrap{margin-top: 530px;}
}

.imgintrophoto{
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 60vw;
	max-height: 120vh;
	object-fit: contain;
	z-index: 5;
	object-position: right;
}

.imgintrophoto2{
	position: absolute;
	top: 150%;
	left: 0;
	max-width: 49vw;
	max-height: 120vh;
	object-fit: contain;
	z-index: 2;
	object-position: left;
}

@media(max-width: 768px){

	.imgintrophoto{
		    top: 40%;
	}


	.imgintrophoto,
	.imgintrophoto2{
		max-width: 90vw;
	}	
	.imgintrophoto2{
		top: 150vh;
	}
}


.curadoria-item,
.criatividade-item,
.mensuracao-item{
	padding: 20px 40px;
	border-radius: 40px;
	font-size: 22px;
	font-weight: lighter;
}


.curadoria-item { max-width: 450px; margin-top: 500px;}
.criatividade-item { max-width: 450px; margin-top: 300px;}
.mensuracao-item { max-width: 450px; }


.curadoria-item:before {
		content: "";
	display: block;
	background-size: contain;
	background-repeat:  no-repeat;
	height: 120px;
	width: 120px;
	background-image: url(../images/icon1.png);
	margin-top: -120px;
	margin-left: -60px;
}

.criatividade-item:before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat:  no-repeat;
	height: 120px;
	width: 120px;
	background-image: url(../images/icon2.png);
	margin-top: -120px;
	margin-left: -60px;
}

.mensuracao-item:before {
		content: "";
	display: block;
	background-size: contain;
	background-repeat:  no-repeat;
	height: 120px;
	width: 120px;
	background-image: url(../images/icon3.png);
	margin-top: -120px;
	margin-left: -60px;
}


.curadoria-item p,
.criatividade-item p,
.mensuracao-item p{
	max-width: 80%;
	margin-top: 20px;
}

.curadoria-item h3,
.criatividade-item h3,
.mensuracao-item h3{
	font-weight: bold;
	font-size: 35px;
	margin-top: 50px;
}


.curadoria-item svg,
.criatividade-item svg,
.mensuracao-item svg{
	float: right;
	margin-bottom: 15px;
}
.historia-gaau .container{
	margin-top: 200px;
}
.historia-gaau{
	background-image: url(../images/background-quem-somos-top.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	height: 70vh;
	overflow: hidden;
	min-height: 680px;
}
.historia-gaau p{
	font-size: 18px;
}


@media (max-width:768px){
	.historia-gaau{
		background-image: none;
		overflow: visible;
		height: 100%;
		    min-height: 520px;
	}
	.historia-gaau .container{
		margin-top: 500px;
	}
}

.metodologia, .fluxo, .aplicacao, .blog, .contato, footer{
	padding: 100px 0;
}

.clientes{
	 padding-top: 220px;
	 background-color: #9628a8;
	/*background-image: url(../images/bg-3.png);
	background-size: cover;
	   background-position: center 155%;
    background-repeat: no-repeat; */
}
.clientes img{
	min-width: 140px;
}


.cases{
	
	background-image: url(../images/bg-3.png);
	background-size: cover;
	background-position: center top;
	padding-top: 500px;
}

@media (max-width:768px){
	.cases{
		padding-top: 80px;
		    background-position: center -170px;
	}	
}

.text-center{
	text-align: center;
}

.fluxo{
	background-color:#812ca4;
	overflow: hidden;
}

.aplicacao-area{
	position: relative;
}

.aplicacao-txt{
	position: absolute;
	max-width: 400px;
	width: 100%;
}
.aplicacao-img-1{
	top: 10%;
	left: -150px;
}

.aplicacao-img-2{
	top: 50%;
	right: -100px;
}
.aplicacao-img-3{
	bottom: 10%;
	left: -80px;
}
.contato{
	    position: relative;
    background-image: url(../images/bg-3.png);
    background-size: cover;
    background-position: center bottom;
}

@media (max-width:768px){
	.contato{
		background-size: 200%;
		background-position: center 150%;
	}
}


.contato-photo{
	width: 100%;
	max-width: 590px;
	top: 0;
	margin-bottom: -220px;
}


footer a{
	color: #000;
	margin-bottom: 10px;
	text-decoration: none;
	display: inline-block;
}




.cases--title-compliance{color: #bd44de;}
.cases--title-endomarketing{color:#e11977}
.cases--title-marketing{color:#f5474a}

.cases--title-compliance,
.cases--title-endomarketing,
.cases--title-marketing{
	font-weight: bold;
	font-size: 20px;
}

.cases--buttons-wrap button{
	background-color: transparent;
	border:none;
}
.cases--buttons-wrap button:hover{
	opacity: 0.7;
}



.flip-card {
  --w: 100%;
  --h: 600px;
  width: var(--w);
  height: var(--h);
  perspective: 1000px;
  cursor: pointer;
  outline: none;
}

.flip-card__inner .flip-card--projeto-img{
	width: 100%;
	height: 100%;
	position: absolute;
    object-fit: cover;
    top: 0;
}
.flip-card__inner .overlay:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0, rgb(0, 0, 0) 100%);
    opacity: .9;
    transition: all .3s;
}
.flip-card__inner .flip-card--content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    width: 100%;
    padding: 100px;
    top: 0;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 14px;
}
.flip-card--content h2{
	font-weight: 900;
	font-size: 30px;
}
.flip-card--content h2 span{
	color: #dbf00d;
}
.flip-card--content p{
font-weight: 100;
}
.flip-card--content p span{
	text-decoration: underline;
}

.flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .6s;
  will-change: transform;
}

.flip-card__front,
.flip-card__back {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  backface-visibility: hidden;
  color: #fff;
  font: 600 18px/1.2 system-ui, sans-serif;
}

.flip-card__front { background: #333; }
.flip-card__back  { background: #0077ff; transform: rotateY(180deg); }

/* estado virado */
.flip-card.flipped .flip-card__inner { transform: rotateY(180deg); }

/* foco visível p/ acessibilidade */
.flip-card:focus-visible { box-shadow: 0 0 0 3px rgba(0,123,255,.5); border-radius: 12px; }


.swiper-button-next, .swiper-button-prev{
	padding: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	color:#fff;
}


.wtpp-fixed {
    background-color: #55cd6c;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 1047;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    transition: all ease .6s;
}

.wtpp-fixed svg {
    width: 30px;
    margin: 15px 15px 0;
}


.agenda-fixed {
    background-color: #e91e63;
    bottom: 75px;
    right: 10px;
    position: fixed;
    z-index: 1047;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    transition: all ease .6s;
}

.agenda-fixed svg {
    margin: 15px 15px 0;
}



.intro{
	overflow: hidden;
	z-index: 0;
}


.video-container {
    overflow: hidden;
    width: 100% !important;
    height: 100vh;
    background-color: #777679;
    position: relative;
    z-index: 0;
}
.video-container .video {
    width: 177.7777777778vh;
    min-width: 100%;
    min-height: 1200px;
    max-width: none;
    height: 130vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-container .overlay {
    background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.wrap-content-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .wrap-content-video{
        margin: 80px auto 0;
    }
}

/* .content-video {
    text-align: center;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    padding: 0 10px;
} */


.content-video {
    position: relative;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
}

.content-video iframe {
     position: absolute;
      top: 0;
      left: 0;
      width: 120vw;
      height: 120vh; /* altura extra para o efeito parallax */
    transform: translateX(-10%);
      pointer-events: none;
      border: 0;
}

@media (min-width:1800px) {
    .content-video iframe {
         transform: translateX(-10%) !important;
    }
}


@media (min-width:768px) {
    .content-video {
        min-height: 800px;
    }
    .content-video iframe {
        top: -80px;
    }
} 

@media (max-width:768px) {
	.content-video{
		    height: 65vh;
	}
    .content-video iframe{
		position: absolute;
        top: 0;
        left: 0;
        width: 350vw;
        height: 40vh;
        transform: translateX(-35%) !important;
        pointer-events: none;
        border: 0;
    }
}

.content-video .overlay {
    background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}



.swiper-slide{
	-webkit-box-shadow:0px 0px 105px 45px rgba(76, 35, 155,0.2);
		-moz-box-shadow: 0px 0px 105px 45px rgba(76, 35, 155,0.2);
		box-shadow: 0px 0px 105px 45px rgba(76, 35, 155,0.2);
	transition: all ease .8s;
}
.swiper-slide:hover{
	-webkit-box-shadow:0px 0px 105px 45px rgba(76, 35, 155,0.9);
		-moz-box-shadow: 0px 0px 105px 45px rgba(76, 35, 155,0.9);
		box-shadow: 0px 0px 105px 45px rgba(76, 35, 155,0.9);
		z-index: 999;
		transition: all ease .8s;
}