@font-face {
    font-family: 'Cygnito Mono';
    src: url('../fonts/CygnitoMono-Regular.woff2') format('woff2'),
        url('../fonts/CygnitoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NT Bau Mono';
    src: url('../fonts/NTBauMono-Regular.woff2') format('woff2'),
        url('../fonts/NTBauMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-Light.woff2') format('woff2'),
        url('../fonts/ProtoMono-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-MediumShadow.woff2') format('woff2'),
        url('../fonts/ProtoMono-MediumShadow.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-Medium.woff2') format('woff2'),
        url('../fonts/ProtoMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-LightShadow.woff2') format('woff2'),
        url('../fonts/ProtoMono-LightShadow.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-Regular.woff2') format('woff2'),
        url('../fonts/ProtoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-SemiBold.woff2') format('woff2'),
        url('../fonts/ProtoMono-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-SemiBoldShadow.woff2') format('woff2'),
        url('../fonts/ProtoMono-SemiBoldShadow.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/*
@font-face {
    font-family: 'Proto Mono';
    src: url('../fonts/ProtoMono-RegularShadow.woff2') format('woff2'),
        url('../fonts/ProtoMono-RegularShadow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

body, html {
    overflow-x: hidden;
}
body {
	font-family: "Proto Mono";
	background-color: #fff;
}

.home-fundo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	height: 100vh;
    min-height: 700px;
    position: relative;
    z-index: 1;
	display: flex;
    justify-content: center;
    align-items: center;
}
.home-fundo::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url('https://n-lf.com/wp-content/uploads/2024/09/mascara-back-ok3.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.typing-container {
    font-size: 150px;
    display: flex;
    align-items: center;
}

#cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}
#typed-text {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 192px;
    color: #1D1D1B;
}



.menu {
    position: relative;
    z-index: 10;
}

.menu ul {
	list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;
}

.menu li {
	padding: 10px 5px;
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
	position: relative;
}

.menu li a {
	padding: 10px 5px;
    cursor: pointer;
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
	position: relative;
}

.menu li a:hover {
    font-weight: 900;
}

.semg {
    /*display: none;*/
    position: absolute;
    left: 10px;
    bottom: 30px;
}


.glitch-container {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}

.glitch-image {
    max-width: 300px;
    display: block;
    position: relative;
}


.semg2 {
    display: none;
}

.linkdinamo {
    position: relative;
	cursor: pointer;
}


.linkdinamo:hover .semg2 {
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 99;
}



.glitch-container2 {
    position: absolute;
    top: 200px;
    left: 0;
    display: none;
	z-index: 99;
	opacity: 0;
}

.glitch-image2 {
    max-width: 300px;
    display: block;
    position: relative;
}

.img-back2 {
	height: 270px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.resumo2 {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 80%;
    padding-left: 12%;
    padding-top: 5%;
    padding-bottom: 10px;
    min-height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    border-bottom-right-radius: 50px;
	position: relative;
	z-index: 9;
}


.trail {
  width: 15px;
  height: 15px;
  position: absolute;
  pointer-events: none;
}


/*
.linkdinamo:hover .resumo2 {
    opacity: 0;
}
*/

.resumo2 h3 {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
	display: block;
	width: 90%;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.resumo2 span {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
	display: block;
	width: 90%;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.resumo2 b {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
	display: block;
	width: 90%;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.resumo2 small {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
	display: block;
}



.glitch-sub h3 {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
	display: block;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.glitch-sub span {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
	display: block;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.glitch-sub b {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
	display: block;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border-bottom: 1px solid #fff;
}

.glitch-sub small {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 6px;
    line-height: 8px;
    color: #FFFFFF;
	display: block;
}

.glitch-sub {
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 9;
}

.glitch {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.glitch:nth-child(2) {
    left: -2px;
    clip: rect(20px, 9999px, 80px, 0);
    animation: glitch-anim 2s infinite linear alternate-reverse;
}

.glitch:nth-child(3) {
    left: 2px;
    clip: rect(85px, 9999px, 140px, 0);
    animation: glitch-anim 2s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% {
        clip: rect(44px, 9999px, 56px, 0);
        transform: skew(0.08deg);
    }
    5% {
        clip: rect(2px, 9999px, 24px, 0);
        transform: skew(0.08deg);
    }
    10% {
        clip: rect(75px, 9999px, 85px, 0);
        transform: skew(0.08deg);
    }
    15% {
        clip: rect(60px, 9999px, 70px, 0);
        transform: skew(0.08deg);
    }
    20% {
        clip: rect(28px, 9999px, 42px, 0);
        transform: skew(0.08deg);
    }
    25% {
        clip: rect(90px, 9999px, 106px, 0);
        transform: skew(0.08deg);
    }
    30% {
        clip: rect(12px, 9999px, 28px, 0);
        transform: skew(0.08deg);
    }
    35% {
        clip: rect(45px, 9999px, 61px, 0);
        transform: skew(0.08deg);
    }
    40% {
        clip: rect(32px, 9999px, 48px, 0);
        transform: skew(0.08deg);
    }
    45% {
        clip: rect(20px, 9999px, 36px, 0);
        transform: skew(0.08deg);
    }
    50% {
        clip: rect(80px, 9999px, 96px, 0);
        transform: skew(0.08deg);
    }
    55% {
        clip: rect(4px, 9999px, 20px, 0);
        transform: skew(0.08deg);
    }
    60% {
        clip: rect(70px, 9999px, 86px, 0);
        transform: skew(0.08deg);
    }
    65% {
        clip: rect(44px, 9999px, 60px, 0);
        transform: skew(0.08deg);
    }
    70% {
        clip: rect(90px, 9999px, 106px, 0);
        transform: skew(0.08deg);
    }
    75% {
        clip: rect(28px, 9999px, 44px, 0);
        transform: skew(0.08deg);
    }
    80% {
        clip: rect(15px, 9999px, 31px, 0);
        transform: skew(0.08deg);
    }
    85% {
        clip: rect(85px, 9999px, 101px, 0);
        transform: skew(0.08deg);
    }
    90% {
        clip: rect(42px, 9999px, 58px, 0);
        transform: skew(0.08deg);
    }
    95% {
        clip: rect(62px, 9999px, 78px, 0);
        transform: skew(0.08deg);
    }
    100% {
        clip: rect(32px, 9999px, 48px, 0);
        transform: skew(0.08deg);
    }
}


.navbar-brand img {
    height: 440px;
}

.titulo-6 {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 230px;
    line-height: 207px;
    color: #000000;
}

.texto-foot {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.menu-foot {
    list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-foot li a {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
	display: block;
}

#footer {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}

.titulo-2 {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    line-height: 75px;
    color: #000000;
}

.small-t2 {
    font-size: 44px;
}

.back-1 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.texto-1 {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

#video1 {
	width: 100%;
	height: 100%;
	transform: scale(0.1);
	transition: transform 0.3s ease;
}

#video2 {
	width: 100%;
	height: 100%;
}

#playButton, #playButton2 {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	cursor: pointer;
}


.small-t3 {
	font-size: 24px;
}

.titulo-3 {
	font-family: 'Proto Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 38px;
	line-height: 45px;
	color: #000000;
}

.titulo-3 b {
    background-color: #000;
    color: #fff;
    font-weight: 400;
}

.texto-2 {
	font-family: 'NT Bau Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.texto-2 a {
	font-family: 'NT Bau Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	text-decoration: underline;
}

.texto-2 .wp-element-caption a {
    font-size: 13px !important;
}

.texto-2 span {
	background-color: #fff;
	color: #000;
}

.texto-2 b {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.back-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
	padding: 15px;
}


.sec-3-home {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sec-3-home .titulo-3{
    height: 260px;
}

.sec-4-home {
 	background-color: #000;
	color: #fff;
	height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#info-box {
   position: absolute;
   top: 10px;
   right: 10px;
   padding: 20px;
   background: rgba(255, 255, 255, 0.9);
   color: black;
   display: none;
   width: 200px;
   height: 100px;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; 
}


.sec-5-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-5-home_parent {
	background-color: #000;
}


.sec-6-home {
    height: 760px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.sec-7-home {
    background-color: #000;
    padding-bottom: 100px;
    padding-top: 100px;
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	overflow: hidden;
}

.sec-10-home {
    background-color: #000;
    padding-bottom: 100px;
    padding-top: 100px;
	overflow: hidden;
}


.link-container, .link-container2 {
	position: relative;
    width: 100%;
}

.link-container ul, .link-container2 ul {
    list-style-type: none;
    background-color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.link-container ul li, .link-container2 ul li {
    margin: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
}

.link-container ul li a, .link-container2 ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.link-container ul li a span, .link-container2 ul li a span {
    text-decoration: none;
    width: 100%;
    margin: 0;
	font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 48px;
    color: #FFFFFF;
}


.link-container ul li a b, .link-container2 ul li a b{
    text-decoration: none;
    margin: 0;
	font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 48px;
    color: #FFFFFF;
}


.link-container ul li a span sup, .link-container2 ul li a span sup {
    font-size: 11px;
}



.follow-image {
    position: absolute;
    display: none;
    width: 600px;
    height: 370px;
    border: 4px solid #FFFFFF;
    border-radius: 2px 2px 100px 2px;
    background-position: center;
	background-repeat: repeat;
	background-size: cover;
    pointer-events: none;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
.follow-image span {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    position: absolute;
    bottom: -35px;
    background-color: #000;
}
.follow-image img {
    position: absolute;
    top: 0px;
    right: -40px;
}

.follow-image2 {
    position: absolute;
    display: none;
    width: 505px;
    height: 625px;
    object-fit: contain;
    pointer-events: none;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}


.zoom-in {
    transform: scale(1);
    opacity: 1;
}

.zoom-out {
    transform: scale(0.7);
    opacity: 0;
}



.sec-8-home {
    background-color: #DBD9D1;
    padding-bottom: 100px;
    padding-top: 100px;
}

.sec-9-home {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.newsback {
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: end;
}

.newsborder {
    border-top: 15px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 5px;
}

.newsback2 {
    background-color: #F7FC40;
    border-right: 1px solid #000;
}
.newssmall {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
    display: block;
}

.newslead input[type="email"] {
    width: 100%;
    height: 100px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
    margin: 0;
    text-align: center;
	font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
}

.newslead input[type="text"] {
    width: 100%;
    height: 50px;
    text-align: left;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
    margin: 0;
	font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}





.newslead input:focus-visible {
    outline: none;
}

.newslead input::placeholder, .newslead input::-webkit-input-placeholder, .newslead input::-moz-placeholder, .newslead input:-ms-input-placeholder, .newslead input::-ms-input-placeholder { /* Padrão */
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
}


.news_dist svg{
	display: none;
}

.distortion {
  margin: auto;
  text-align: center;
  animation: transform 2.5s steps(10) infinite, glitch 3.2s infinite;
  
  &__hello {
    font-weight: 100;
    color: #E0E6DB
  }
  &__world {
    font-weight: 400;
    color: mix(#F74C29, grey, 70%);
  }
  &__edit {
    font-size: 0.5em;
    font-weight: 100;
    color: #3B403A;
  }
}

@keyframes glitch {
  45% {
    filter: none;
  }
  46% {
    filter: url(#dist-01);
  }
  47% {
    filter: url(#dist-02);
  }
  48% {
    filter: url(#dist-03);
  }
  50% {
    filter: none;
  }
  95% {
    filter: none;
  }
  96% {
    filter:  url(#dist-02);
  }
  97% {
    filter:  url(#dist-04);
  }
}

@keyframes transform {
  0% {
    transform: translate(-5%, -5%) skew(-10deg) scale(1.05);
  }
  1% {
    transform: none;
  }
  88% {
    transform: none;
  }
  89% {
    transform: translate(5%, 10%) scale(1.05);
  }
  90% {
    transform: none;
  }
}


.menu {
    display: block;
}
.menu-container-mob {
    display: none;
}

a:hover g .fundo_qd {
   fill: red;
}
            
a:hover g .texto_qd {
  fill: white;
}

.rolar-link {
    position: absolute;
    bottom: 30px;
    z-index: 99;
}

.rolar-link img {
    width: 100px;
}


@keyframes shake {
        0%, 100% { transform: translateX(0) translateY(0) scale(1); }
        10%, 30%, 50%, 70%, 90% { 
            transform: translateX(-20px) translateY(-10px) scale(1.02); 
        }
        20%, 40%, 60%, 80% { 
            transform: translateX(20px) translateY(10px) scale(0.98); 
        }
    }
.shake {
   animation: shake 0.05s linear infinite; /* Frequência rápida para a vibração */
   filter: blur(1px); /* Adiciona um leve efeito de desfoque para aumentar a sensação de vibração intensa */
}


.flutua-s1 {
    position: absolute;
    top: 180px;
    width: 750px;
    max-width: 750px;
    z-index: 1;
}

.faixa_tim {
    display: flex;
	flex-direction: row;
	align-items: center;
	height: 135px;
}

.faixa_tim h2 {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 135px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background-color: #000;
    width: max-content;
	white-space: nowrap;
	margin: 0;
}

.sec-2-sobre {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 690px;
}

 .link_bio {
   position: relative;
   display: block;
   height: 100%;
}

/*
.link_bio:hover + .cursor-img, 
.link_bio:hover .cursor-img {
    display: block;
}
*/

.cursor-img {
    position: absolute;
    pointer-events: none;
    width: 350px;
}

@keyframes bio-glitch {
  0%, 100% {
    transform: none;
	filter: none;
	color: inherit;
  }
  10% {
    transform: translate(-2px, 2px) skew(2deg);
	filter: none;
	color: inherit;
  }
  20% {
    transform: translate(2px, -2px) skew(-2deg);
	filter: hue-rotate(180deg);
	color: #50BDC7;
  }
  30% {
    transform: translate(-5px, 5px) skew(1deg);
	filter: hue-rotate(180deg);
	color: #50BDC7;
  }
  40% {
    transform: translate(5px, -5px) skew(-1deg);
	filter: none;
	color: inherit;
  }
  50% {
    transform: none;
	filter: none;
	color: inherit;
  }
}

@keyframes bio-glitch-anim {
  0%, 100% {
    transform: translate(0, 0);
	filter: none;
  }
  10% {
    transform: translate(-2px, -2px);
	filter: hue-rotate(180deg);
  }
  20% {
    transform: translate(2px, 2px);
	filter: hue-rotate(180deg);
  }
  30% {
    transform: translate(-3px, 3px);
	filter: none;
  }
  40% {
    transform: translate(3px, -3px);
	filter: hue-rotate(180deg);
  }
  50% {
    transform: translate(-4px, 4px);
	filter: hue-rotate(180deg);
  }
  60% {
    transform: translate(4px, -4px);
	filter: none;
  }
  70%, 90% {
    transform: none;
	filter: none;
  }
}


.custom-cursor-area {
    cursor: url('../img/drag1.png'), auto;
    position: relative;
    z-index: 1;
}


.custom-cursor-area img {
    width: 100%;
}

.custom-cursor-area:hover,
.custom-cursor-area:active {
    cursor: url('../img/drag1.png'), auto;
}
.custom-cursor-area * {
    cursor: url('../img/drag1.png'), auto;
}
.custom-cursor {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    width: 50px;
    height: 50px;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.sec-3-sobre {
    position: relative;
    z-index: 9999;
}

.sec-4-sobre {
	background-color: #000;
	position: relative;
	z-index: 1;
}

.img-neg2 {
    margin-bottom: -150px;
}

.sec-5-sobre {
    background-color: #000;
}

.mundo-dest {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
    border: 2px solid #FFFFFF;
    padding: 5px;
}

.sigla-dest {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 170px;
    line-height: 170px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
	position: relative;
    z-index: 99;
}

.mapa-fake {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

.mapa-img {
    position: absolute;
    left: -140px;
    top: 190px;
}

.animatic {
	animation: bio-glitch 0.1s 10;
}

.link-fake {
    width: 80px;
    height: 80px;
}

.link-fake:hover + .mapa-img, 
.mapa-img:hover {
    display: block;
}

.fundo_gira_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  clip-path: ellipse(5% 5% at 50% 50%);
  transition: clip-path 0.3s, transform 0.3s;
  background-color: #000;
}

.background-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* Fundo preto sempre visível */
  z-index: -2; /* Coloca o fundo atrás de tudo */
}


.afasta-mapa {
    padding-left: 120px;
}

.sec-1-abordagem {
	position: relative;
	height: 610px;
	width: 100%;
}

.efeito-difusao1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.conteudo-difusao {
	position: relative;
	z-index: 1;
}


.amarelo-flutua {
    margin-top: -50px;
}

.sec-2-abordagem  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-4-abordagem  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 600px;
}

.sec-5-abordagem {
    margin-top: -150px;
}

.bola_g2 {
	cursor: pointer;
}

.hero-projeto-internas {
    width: 100%;
    height: 780px;
    object-position: center;
    object-fit: cover;
    margin-bottom: 20px;
}

.pit-1 {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
	margin-bottom: 0px;
}

.btn-dest {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #000000;
    border: 3px solid #000;
    padding: 5px 20px;
    border-radius: 50px;
}

.btn-dest2 {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border: 3px solid #000;
    padding: 5px 20px;
    border-radius: 50px;
}

.header-interna {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 30px;
}

.aspas {
    font-size: 40px;
}

.contato_form textarea {
    background: #000000;
    border: 3px solid #FFFFFF;
    padding: 20px;
    width: 100%;
    display: block;
    height: 447px;
    margin-top: 90px;
}

.contato_form input {
    background: #000000;
    border: 3px solid #FFFFFF;
    padding: 20px;
    width: 100%;
    display: block;
    height: 100px;
    margin-top: -60px;
}

.contato_form textarea, .contato_form textarea::placeholder, .contato_form input, .contato_form input::placeholder {
	font-family: 'NT Bau Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.contato_form button {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    display: inline-block;
	margin-top: 20px;
}


.conteudo-img-1 {
    height: 715px;
    width: 100%;
    object-fit: cover;
}

.conteudo-img-2 {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-3 {
    height: 495px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-4 {
    height: 410px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-5 {
    height: 410px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-6 {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-7 {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-8 {
    height: 245px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-9 {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-10 {
    height: 350px;
    width: 100%;
    object-fit: cover;
}


.conteudo-img-11 {
    height: 720px;
    width: 100%;
    object-fit: cover;
}
.conteudo-img-12 {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.h-urban {
    background-color: #000;
}

.sec-1-urban {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.pasta_u {
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.pasta_u span {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 36px;
    color: #000000;
}

.borda-pasta {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 20px;
}

#accordionPanelsStayOpenExample .accordion {
    --bs-accordion-bg: transparent;
}


#accordionPanelsStayOpenExample .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

#accordionPanelsStayOpenExample button {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
	background-color: transparent;
}

.accordion-button:after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    background-color: #f7fc40 !important;
    box-shadow: none;
    color: #000 !important;
}

.accordion-body p {
    font-family: 'NT Bau Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

button:not(.collapsed):after {
    filter: none;
}

.accordion-button:focus {
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: none;
    outline: 0;
    z-index: 3;
}

.filtro_base li {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}


.filtro_base {
    list-style: none;
	padding: 0px;
	margin: 0px;
}

.filtro_base li button {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    background-color: #D9D9D9;
    border: none;
}

.filtro_c {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 20px;
    margin-top: 30px;
}


.checkbox-label {
    font-family: 'Proto Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkbox-label.ativo {
    background-color: #F7FC40;
}
.filtro_c input[type="checkbox"] {
    display: none;
}


.owl-galeria.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 30px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 0;
    border: 3px solid #000;
}
.owl-galeria button.owl-next, .owl-galeria button.owl-prev {
    position: relative;
    bottom: -20px;
}
.owl-galeria button.owl-prev {
    left: -40px;
}
.owl-galeria button.owl-next {
    right: 20px;
}
.owl-galeria.owl-theme .owl-nav {
    display: flex !important;
    justify-content: end;
}

.owl-galeria iframe {
	width: 100%;
    height: 780px;
}

.conte-inter {
    position: absolute;
    z-index: 999;
    width: 100%;
}
/* Esconde submenus inicialmente */
.menu ul li ul {
  display: none;
  background-color: #CCCCCC;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  top: 100%; /* logo abaixo do item pai */
  left: 0;
  z-index: 9999;
}

/* Adiciona caret (seta) apenas no item que tem submenu */
.menu ul li:has(ul) > a::after {
  content: " ▼"; /* você pode trocar por uma imagem com background */
  font-size: 13px;
  margin-left: 5px;
}

/* Exibe submenu ao passar o mouse */
.menu ul li:hover > ul {
  display: flex;
}

/* Ajusta estilo dos subitens */
.menu ul li ul li {
  margin: 0;
  padding: 5px 0;
}

.menu ul li ul li a {
  color: #000;
  text-decoration: none;
}

.menu ul li ul li a:hover {
  text-decoration: underline;
}


@media (max-width: 767px) {
	
.owl-galeria iframe {
	width: 100%;
    height: 280px;
}
	
.filtro_c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-top: 0;
}
	
.amarelo-flutua {
    margin-top: -250px;
}
	
#graph svg {
	width: 100% !important;
    height: auto  !important;
}	
	
.typing-container {
	transform: rotate(-90deg) !important;	
}	
	
#typed-text {
    font-size: 80px;
    line-height: 192px;
}
	
.typing-container img {
	height: 100px !important;
}	
	
.navbar-brand img {
    height: auto;
    width: 100%;
}
	
.titulo-2 {
    font-size: 30px;
    line-height: 33px;
}
	
.small-t2 {
    font-size: 25px;
}  
	
#playButton {
    width: 100px;
    height: 100px;
}
	
.titulo-3 {
    font-size: 25px;
    line-height: 30px;
}
	
.sec-3-home .titulo-3 {
    height: auto;
}
	
.back-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}
	
.sec-3-home {
    height: 100%;
}	
	

.sec-4-home {
    height: 100%;
    padding-top: 60px;
}
	

.texto-2 {
    font-size: 14px;
    line-height: 18px;
}
	
.sec-5-home {
    height: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}	
	
.sec-6-home {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
	
.sec-7-home {
    height: 100%;
}
	
.newslead input {
    font-size: 16px;
    line-height: 18px;
}	
	
	
.link-container ul li a span, .link-container2 ul li a span {
    font-size: 14px;
    line-height: 20px;
}
	
.link-container ul li a b, .link-container2 ul li a b {
    font-size: 16px;
    line-height: 20px;
}	
	
	
.link-container ul li, .link-container2 ul li {
    margin: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #FFFFFF;
}	
	
.link-container ul, .link-container2 ul {
    padding-left: 0;
}
	
.titulo-6 {
    font-size: 60px;
    line-height: 70px;
}
	
#video1 {
    width: 100%;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
	transform: scale(1);
}
	
#video2 {
    width: 100%;
    height: 400px;
    max-width: 100%;
}	
	
	
.linkdinamo:hover .semg2 {
    display: none;
}
	
.menu {
    display: none;
}
	
.menu-container-mob {
   position: relative;
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
   margin-top: 20px;
}

.menu-mob {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #333;
    color: #fff;
    transform: rotateY(-90deg);
    transform-origin: left center;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    z-index: 99999;
}

.menu-mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mob li {
    margin: 20px 0;
}

.menu-mob a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.menu-toggle-mob {
	position: relative;
    background: none;
    border: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
}

.close-menu-mob {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}	

.flutua-s1 {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: -120px;
    z-index: 1;
}
.mundo-dest {
    font-size: 42px;
    line-height: 50px;
}
	
.faixa_tim h2 {
    font-size: 150%;
    line-height: 135px;
    padding-right: 10px;
    padding-left: 10px;
}
	
.sec-2-sobre {
    /*height: 190px;*/
}
	
.mapa-img {
    position: absolute;
    left: -0px;
    top: 190px;
    width: 290px;
}
	
.afasta-mapa {
    padding-left: 0px;
}
	
.hero-projeto-internas {
    height: 280px;
}
	
.header-interna {
    display: block;
}	
	
.contato_form textarea {
	padding: 10px;
    height: 300px;
    margin-top: 0px;
}

.contato_form input {
    padding: 10px;
    height: 55px;
    margin-top: 20px;
}
	
.borda-pasta {
    background-size: 0;
    border: 3px solid #fff;
}
.link-container ul li a, .link-container2 ul li a {
    column-gap: 30px;
}
	
	
}


