:root {
  --particle-color: 255,255,255; /* branco */
}

*,
.container-fluid {
    margin: 0;
    padding: 0;
    outline: 0
}

body,
html {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background: #000;
    height: 100%
}

body {
    overflow: hidden
}

/* Preloader */
.preloader {
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 99999999999999;
}

#fade {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition-delay: 0s;
    visibility: visible;
    z-index: 3;
}

.site {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.show {
    transition: opacity 0.5s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.carregando {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 82px;
    line-height: 13px;    
    z-index: 999999;
}

.quote {
    position: relative;
    text-align: left !important;
    color: #fff;
    font-size: 60px;
}

.neil {
    margin-top: 6px;
    font-size: 10px;
    opacity: 0.5;
}

.point1, .point2, .point3 {
    opacity: 0;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.point1 {
    animation-name: animPoint1;
}

.point2 {
    animation-name: animPoint2;
}

.point3 {
    animation-name: animPoint3;
}

@keyframes animPoint1 {
    0%   { opacity: 0; }
    25%  { opacity: 1; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes animPoint2 {
    0%   { opacity: 0; }
    25%  { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes animPoint3 {
    0%   { opacity: 0; }
    25%   { opacity: 0; }
    50%  { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 1; }
}

@media only screen and (max-width:576px) {
    .carregando {
        margin-top: 80px;
    }
}

/* Progress bar */
#myBar {
    position: absolute;
    top: 47%;
    left: 0%;
    transform: translateY(-50%);
    width: 0%;
    height: 1px;
    background-color: #fff;
    visibility: visible;
    transition: width 0.1s ease;
}

.porcentagem {
    position: absolute;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100vw;
    height: 100vh;
    top: 66px;
    z-index: 0;
    color: rgba(255, 255, 255, 0.75);
}

.frase {
    position: relative;
    top: 1px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 12px;
    opacity: 1;
    z-index: 999999999;
}

.traco {
    position: relative;
    margin-left: 12px;
    top: 0.5px;
    z-index: 999999999;
}

.btn {
    padding: .375rem !important;
}

.btn, .btn-link {
    color: #fff;
}

.btn-link:hover, .btn-link:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.custom-button {
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    transition: ease 0.23s !important;
}

.custom-button:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.sidebar {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    height: 100%;
    width: 0;
    position: fixed;
    scrollbar-gutter: stable;
    white-space: nowrap;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 1px solid #000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 30px;
    font-size: 1rem;
}

@media (max-width: 576px) {
    .sidebar {
        background-color: rgba(0, 0, 0, 0.85);
    }
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    display: block;
}

.sidebar a:hover {
    color: rgba(255, 255, 255, 1);
}

.sidebar #closeNav {
    position: absolute !important;
    display: block !important;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer !important;
    z-index: 99999999 !important;
    opacity: 0;
    transition: opacity 2s;
}

.sidebar #closeNav .x-close {
    display: block;
    transition: transform 0.3s ease !important;
    pointer-events: none !important;
}

.sidebar #closeNav .x-close::before {
    pointer-events: none !important;
}

.sidebar #closeNav:hover > .x-close {
    transform: rotate(90deg) !important;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.20);
    opacity: 0.20;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(241, 241, 241, 0.20);
    opacity: 0.20;
}

.openbtn {
    background: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 10px 0px 0px 6px;
    outline: none;
    box-shadow: none;
    border: none;
    position: fixed;
    z-index: 999999;
    opacity: 1;
    user-select: none;
}

.hamburger .line {
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* efeito hover */
.openbtn:hover .top {
    transform: translateX(2px);
}

.openbtn:hover .middle {
    transform: scaleX(0.5);
}

.openbtn:hover .bottom {
    transform: translateX(-2px);
}

.pt-language {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    padding: 2px 6px;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
    position: relative;
    margin-top: 18px;
    margin-left: 53px;
    z-index: 999999;
    opacity: 1;
    user-select: none;
    overflow: hidden;
    transition: color 0.2s ease;
}

.pt-language::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transform: translateX(-100%);
    transition: width 0.4s ease, transform 0.4s ease;
}

.pt-language.hover-active {
  color: #000;
}

.pt-language.hover-active::before {
  width: calc(100% + 1px);
  transform: translateX(0);
}

button:focus {
    outline: none;
}

#main {
    transition: margin-left .5s;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
}

#myVideo {
    position: absolute;
    top: -30px;
    left: 38%;
    width: 720px;
    height: 720px;
    overflow: hidden;
    z-index: 100;
}

@media(max-width:1539px) {
    #myVideo {
        top: -30px;
        left: 37%;
        width: 600px;
        height: auto
    }

    .sidebar {
        font-size: 1rem;
    }
}

@media(max-width: 1366px) {
    #myVideo {
        top: -38px;
        left: 36%;
        width: 520px;
        height: auto;
    }

    .sidebar {
        font-size: 1rem;
    }
}

@media screen and (min-resolution: 144dpi) and (max-width: 1440px) {
    #myVideo {
        top: -38px;
        left: 36%;
        width: 470px;
        height: auto;
    }
}

@media(max-width:576px) {
    #myVideo {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
    }
}

.overlay {
    z-index: 99999
}

.astronauta {
    position: absolute;
    left: 40%;
    bottom: 65px;
    z-index: 99999;
}

@media(max-width:1680px) {
    .astronauta {
        bottom: 0px;
        left: 39%;
    }
}

@media(max-width:1024px) {
    .astronauta {
        bottom: 23px;
        left: 39%;
    }
}

@media(max-width:576px) {
    .astronauta {
        bottom: -20px;
        left: 20%;
    }
}

.actived-astro {
    bottom: 0px;
    left: 100px;
    display: block;
    width: 150px;
    height: 311px;
    position: absolute;
    z-index: 99999;
}

#myAstronauta {
    width: 450px;
    height: 450px;
}

@media(max-width:1539px) {
    #myAstronauta {
        width: 370px;
        height: 370px;
    }
}

@media(max-width: 1366px) {
    #myAstronauta {
        width: 320px;
        height: 320px;
    }
}

@media screen and (min-resolution: 144dpi) and (max-width: 1440px) {
    #myAstronauta {
        width: 300px;
        height: 300px;
    }
}

#lens {
    width: auto;
    height: auto;
}

.sun-active {
    position: absolute;
    margin-top: -25px;
    width: 280px;
    height: 280px;
    z-index: 999999;
    top: 0;
    right: 0;
}

.sun2 {
    position: absolute;
    width: 1280px;
    height: 720px;
    right: 0;
    top: 0;
    z-index: 0;
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
}

#typed {
    position: relative;
    display: inline-block;
    user-select: none;
}

.typed1 {
    padding: 8px 0px 0px 15px;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;    
    white-space: nowrap;
    box-sizing: border-box;
    animation: typing 1000ms steps(20) forwards 1;
    background-image: linear-gradient(to right, rgba(68, 97, 114, .5), rgba(0, 0, 0, .5));
}

.typed2 {
    padding: 8px 0px 0px 15px;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;    
    white-space: nowrap;
    box-sizing: border-box;
    animation: typing 1000ms steps(20) forwards reverse 1;
    background-image: linear-gradient(to right, rgba(68, 97, 114, .5), rgba(0, 0, 0, .5));
}

@keyframes typing {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media(max-width:576px) {

    .typed1,
    .typed2 {
        padding: 2px 0 2px 15px;
        line-height: 28px
    }
}

.cursor-blink {
    margin-left: 0px;
    padding: 18px;
    position: absolute;
    top: 0;
    display: inline-block !important;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    height: 52px !important;
}

.cursor-blink:after {
    margin-top: 8px;
    margin-left: 0px;
    padding-left: 8px;
    padding-top: 20px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0px;
    z-index: 100;
    top: 0px;
    bottom: 0px;
    background: transparent;
    border-right: 12px solid #fff;
    line-height: 36px;
    box-sizing: border-box;
    height: 36px;
    animation: blink .75s step-end infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width:576px) {
    .cursor-blink {
        padding: 12px;
        line-height: 30px;
        height: 32px !important;
    }

    .cursor-blink:after {
        margin-top: 3px;
        padding-top: 18px;
        top: 1px;
        border-right: 7px solid #fff;
        height: 10px;
    }
}

@media (max-width:576px) {}

.forte,
.typed-verde,
.verde,
.card1,
.seta1 {
    color: #8bc34a !important;
    font-weight: bold;
    transition: ease-in-out .15s;
}

/* Safari (macOS + iOS) */
@supports (-webkit-hyphens: none) {
    .forte, .typed-verde {
        -webkit-font-smoothing: antialiased;
        font-weight: 500 !important;
    }
}

.opacidade-verde {
    border-left: 6px solid rgba(139, 195, 74, 1);
    transition: ease-in-out .15s;
}

.opacidade-amarelo {
    border-left: 6px solid rgba(255, 193, 7, 1);
    transition: ease-in-out .15s;
}

.opacidade-azul {
    border-left: 6px solid rgba(2, 191, 231, 1);
    transition: ease-in-out .15s;
}

.amarelo,
.typed-amarelo,
.forte2,
.card2,
.seta2 {
    color: #ffc107 !important;
    font-weight: bold;
    transition: ease-in-out .15s;
}

/* Safari (macOS + iOS) */
@supports (-webkit-hyphens: none) {
    .forte2, .typed-amarelo {
        -webkit-font-smoothing: antialiased;
        font-weight: 500 !important;
    }
}

.azul,
.forte3,
.typed-azul,
.card3,
.seta3 {
    color: #02bfe7 !important;
    font-weight: bold;
    transition: ease-in-out .15s;
}

/* Safari (macOS + iOS) */
@supports (-webkit-hyphens: none) {
    .forte3, .typed-azul {
        -webkit-font-smoothing: antialiased;
        font-weight: 500 !important;
    }
}

.satelite {
    position: absolute;
    width: 233px;
    height: 123px;
    z-index: 9999;
    background-image: url(../images/satelite3.png);
    background-repeat: no-repeat;
    animation-name: satelite1;
    -webkit-animation-name: satelite1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease;
    animation-duration: 56s;
    -webkit-animation-duration: 56s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    user-select: none;
}

@keyframes satelite1 {
    0% {
        left: 0;
        top: 0;
        transform: scale(.65);
        -webkit-transform: scale(.65)
    }

    35% {
        left: 490px;
        top: 320px;
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    65% {
        left: 150px;
        top: 505px;
        transform: scale(.25);
        -webkit-transform: scale(.25)
    }

    100% {
        left: 0;
        top: 0;
        transform: scale(.65);
        -webkit-transform: scale(.65)
    }
}

@media (max-width:1539px) {
    @keyframes satelite1 {
        0% {
            left: 0;
            top: 0;
            transform: scale(.25);
            -webkit-transform: scale(.25)
        }

        35% {
            left: 300px;
            top: 200px;
            transform: scale(.5);
            -webkit-transform: scale(.5)
        }

        65% {
            left: 150px;
            top: 450px;
            transform: scale(.5);
            -webkit-transform: scale(.5)
        }

        100% {
            left: 0;
            top: 0;
            transform: scale(.25);
            -webkit-transform: scale(.25)
        }
    }
}

.satelite2 {
    position: absolute;
    width: 233px;
    height: 123px;
    bottom: 350px;
    right: 50px;
    z-index: 9999;
    background-image: url(../images/satelite2-new.png);
    background-repeat: no-repeat;
    animation-name: satelite2;
    -webkit-animation-name: satelite2;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease;
    animation-duration: 60s;
    -webkit-animation-duration: 60s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    user-select: none;
}

@keyframes satelite2 {
    0% {
        right: -50px;
        bottom: 250px;
        transform: scale(1);
        -webkit-transform: scale(.35)
    }

    50% {
        right: 215px;
        bottom: 700px;
        transform: scale(.1);
        -webkit-transform: scale(.6)
    }

    75% {
        right: 0;
        bottom: 700px;
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    100% {
        right: -50px;
        bottom: 250px;
        transform: scale(1);
        -webkit-transform: scale(.35)
    }
}

@media (max-width:1539px) {
    @keyframes satelite2 {
        0% {
            right: -50px;
            bottom: 175px;
            transform: scale(1);
            -webkit-transform: scale(.35)
        }

        50% {
            right: 175px;
            bottom: 550px;
            transform: scale(.1);
            -webkit-transform: scale(.6)
        }

        75% {
            right: 0;
            bottom: 550px;
            transform: scale(.5);
            -webkit-transform: scale(.5)
        }

        100% {
            right: -50px;
            bottom: 175px;
            transform: scale(1);
            -webkit-transform: scale(.35)
        }
    }
}

.circle1 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ1 3s;
    -webkit-animation: circ1 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}


.circle2 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ2 3s;
    -webkit-animation: circ2 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle3 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ3 3s;
    -webkit-animation: circ3 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle4 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ4 3s;
    -webkit-animation: circ4 3s;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle5 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ5 3s;
    -webkit-animation: circ5 3s;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle6 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ6 3s;
    -webkit-animation: circ6 3s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle7 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ7 3s;
    -webkit-animation: circ7 3s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle8 {
    position: absolute;
    left: 82px;
    top: 12px;
    border: 1px solid rgb(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ8 3s;
    -webkit-animation: circ8 3s;
    animation-delay: 750ms;
    -webkit-animation-delay: 750ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle9 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ9 3s;
    -webkit-animation: circ9 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle10 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ10 3s;
    -webkit-animation: circ10 3s;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle11 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ11 3s;
    -webkit-animation: circ11 3s;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle12 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ12 3s;
    -webkit-animation: circ12 3s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle13 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, .25) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ13 3s;
    -webkit-animation: circ13 3s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.circle14 {
    position: absolute;
    left: 130px;
    top: 45px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-image: radial-gradient(transparent 20%, rgba(255, 255, 255, 1) 60%, transparent 20%);
    border-radius: 50%;
    opacity: 0;
    animation: circ14 3s;
    -webkit-animation: circ14 3s;
    animation-delay: 750ms;
    -webkit-animation-delay: 750ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

@keyframes circ1 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ2 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ3 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ4 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ5 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ6 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ7 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ8 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ9 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ10 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ11 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ12 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ13 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

@keyframes circ14 {
    from {
        width: 0;
        height: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        width: 100px;
        height: 100px;
        transform: scale(5);
        -webkit-transform: scale(5);
        opacity: 0
    }
}

.shines {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9999
}

.bg-edit {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/bg-min.webp);
    background-position: bottom -65px center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 9999
}

@media (max-width: 1550px) {
    .bg-edit {
        background-position: bottom -100px center;
    }
}

@media (max-width: 1366px) {
    .bg-edit {
        background-position: bottom -70px center;
    }
}

@media (max-width: 1359px) {
    .bg-edit {
        background-position: bottom -10px center;
    }
}

/* Safari (macOS + iOS) */
@supports (-webkit-hyphens: none) {
    @media only screen and (max-width: 1359px) {
        .bg-edit {
            background-position: bottom -70px center;
        }
    }
}

@media screen and (min-resolution: 144dpi) and (max-width: 1440px) {
    .bg-edit {
        background-position: bottom -70px center;
    }
}

@media (max-width:768px) {
    .bg-edit {
        background-position: center right -315px
    }
}

@media (max-width:576px) {
    .bg-edit {
        background-position: center right 28%;
    }
}

@media (max-width:576px) {
    .circle1,
    .circle2,
    .satelite,
    .satelite2 {
        visibility: hidden;
        display: none
    }

    .shines {
        display: none
    }
}

section {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
}

section .star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: animate 10s ease-in-out infinite, backgroundmove 20s linear infinite;
    -webkit-animation: animate 10s ease-in-out infinite, backgroundmove 20s linear infinite
}

section .star-mob {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (max-width:576px) {
    section .star-mob {
        display: block
    }

    section .star-mob.star1 {
        background: url(../images/star1.png);
        background-size: 75%
    }

    section .star-mob.star2 {
        background: url(../images/star2.png);
        background-size: 75%
    }
}

section .star.star1 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    background: url(../images/star1.png);
    background-size: 12%
}

section .star.star2 {
    animation-delay: -4s;
    -webkit-animation-delay: -4s;
    background: url(../images/star2.png);
    background-size: 12%
}

section .star.star3 {
    animation-delay: -6s;
    -webkit-animation-delay: -6s;
    background: url(../images/star3.png);
    background-size: 12%
}

@keyframes animate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes backgroundmove {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
}

.main-title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2.9em;
    position: absolute;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    top: 26%;
    height: auto;
    -webkit-transform: skew(0deg, -5deg) !important;
    transform: skew(0deg, -5deg) !important;
    z-index: 999999999 !important;
    perspective: 1000px !important;
}

.main-title p.ola {
    display: inline-block !important;
    margin: 5px 0;
    padding: 8px 10px 0px 15px;
    line-height: 44px;
    background-image: linear-gradient(to right, rgba(68, 97, 114, .5), rgba(0, 0, 0, .5));
    background-clip: padding-box !important;
    transition: ease-in-out .15s;
    -webkit-transition: ease-in-out .15s;
    position: relative;
    user-select: none;
    z-index: 9999999999
}

.main-title p.sou {
    display: inline-block !important;
    margin: 5px 0;
    padding: 8px 10px 0px 15px;
    line-height: 44px;
    background-image: linear-gradient(to right, rgba(68, 97, 114, .5), rgba(0, 0, 0, .5));
    background-clip: padding-box !important;
    transition: ease-in-out .15s;
    -webkit-transition: ease-in-out .15s;
    position: relative;
    user-select: none;
    z-index: 99999
}

.main-title p.sou small {
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .main-title p.sou small {
        font-size: 12px;
    }

    .main-title p.ola, .main-title p.sou {
        padding: 2px 10px 0px 15px;
        line-height: 30px
    }
}

.main-title p.ultimo {
    display: inline-block !important;
    margin: 5px 0;
    padding: 0 25px 0 15px;
    background-clip: padding-box !important;
    transition: ease-in-out .15s;
    -webkit-transition: ease-in-out .15s;
    position: relative;
    z-index: 99999
}

.main-title p:hover {
    transform: rotateY(10deg) scale(1.1) !important;
    -webkit-transform: rotateY(10deg) scale(1.1) !important;
    pointer-events: all !important;
}

.main-title p span {
    color: #fff;
    opacity: 1
}

.main-links {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 1.5%;
    z-index: 999999
}

.main-links a.redes {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.7rem;
    margin: 3px;
    box-sizing: border-box;
    pointer-events: all;
}

.main-links a.redes span.links-redes {
    position: relative;
    text-align: center;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 46px;
    font-size: 1.35rem;
    text-transform: uppercase;
    transform: translateY(0);
    border-radius: 0px;
    box-sizing: border-box;
    transition: background ease-in-out .3s, color ease-in-out .3s, transform ease-in-out .3s;
}

.hover1 {
    color: #fff;
    background: #8bc34a;
    transition: background ease-in-out .15s, color ease-in-out .15s;
}

.hover2 {
    color: #000;
    background: #ffc107;
    transition: background ease-in-out .15s, color ease-in-out .15s;
}

.hover3 {
    color: #fff;
    background: #02bfe7;
    transition: background ease-in-out .15s, color ease-in-out .15s;
}

.main-links a.redes:hover span.links-redes {
    transform: translateY(-0.15em);
    color: #000;
    background: #fff;
}

.main-links a.redes span.links-redes::before {
    padding-bottom: 0.2rem;
    width: 100%;
    height: 0.4em;
    position: absolute;
    left: 0;
    bottom: -0.6em;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0;    
    transition: opacity ease-in-out 0.3s;
    content: "";
    pointer-events: none;
}

.main-links a.redes:hover span.links-redes::before {
    opacity: 1;
}

.btn-project {
    font-size: 0.85rem !important;
    font-weight: normal !important;
    margin-top: 6px !important;
    display: inline-block !important;
    padding: 0px 12px 2px !important;
    border-radius: 12px !important;
    opacity: 0.8 !important;
    text-transform: lowercase;
}

.btn-project2 {
    position: relative;
    width: 94px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 0.85rem !important;
    font-weight: normal !important;
    margin-top: 6px !important;
    display: inline-block !important;
    padding: 0px 8px 2px 4px !important;
    border-radius: 0px !important;
    text-transform: lowercase;
    pointer-events: all !important;
}

.btn-project2 span.rounded-circle {
    position: relative;
    display: inline-block;
    font-size: 0.5rem !important;
    padding: 2px 3px 0px 3px;
    margin-right: 6px;
    top: 1px;
    border-radius: 0px !important;
}

.btn-project2 span.ver-projeto {
    position: absolute;
    display: inline-block !important;
    text-wrap: nowrap;
    transform: translateY(3px);
    font-size: 0.9rem !important;
    transition: transform 0.3s ease !important;    
    z-index: -1 !important;
    pointer-events: none !important;
}

.btn-project2:hover span.ver-projeto {
    transform: translateY(0px);
}

.border0 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: ease-in-out .15s;
}

.border1, .border2, .border3 {
    background: transparent;
}

.border1 .ver-projeto::before, .border2 .ver-projeto::before, .border3 .ver-projeto::before {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 1.5em;
    left: -0.3em;
    content: '';
    opacity: 0;
    background: transparent;
    background-position-y: -0.5em;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;    
    overflow: hidden;
}

.border1::before {
    position: absolute;
    top: 0;
    left: 0;
    border-color: rgba(139, 195, 74, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border1::after {
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: rgba(139, 195, 74, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border2::before {
    position: absolute;
    top: 0;
    left: 0;
    border-color: rgba(255, 193, 7, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border2::after {
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: rgba(255, 193, 7, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border3::before {
    position: absolute;
    top: 0;
    left: 0;
    border-color: rgba(2, 191, 231, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border3::after {
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: rgba(2, 191, 231, 0.75);
    border-radius: 0px;
    border-style: solid;
    transition: all 0.3s;
    content: "";
    z-index: 1;
}

.border1::before, .border2::before, .border3::before,
.border1::after, .border2::after, .border3::after {
    width: 0;
    height: 0;
    border-width: 0 0 0 0;
}

.border1:hover .ver-projeto {
    text-shadow: 0 0 20px #8bc34a, 0 0 30px #8bc34a, 0 0 40px #8bc34a, 0 0 55px #8bc34a, 0 0 75px #8bc34a;
}

.border2:hover .ver-projeto {
    text-shadow: 0 0 20px #ffc107, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 55px #ffc107, 0 0 75px #ffc107;
}

.border3:hover .ver-projeto {
    text-shadow: 0 0 20px #02bfe7, 0 0 30px #02bfe7, 0 0 40px #02bfe7, 0 0 55px #02bfe7, 0 0 75px #02bfe7;
}

.border1:hover .ver-projeto::before {
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(139, 195, 74, 0.5) 0%, rgba(139, 195, 74, 0) 80%);
    background-repeat: no-repeat;
    background-position-y: 0em;
}

.border2:hover .ver-projeto::before {
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(255, 193, 7, 0.5) 0%, rgba(255, 193, 7, 0) 80%);
    background-repeat: no-repeat;
    background-position-y: 0em;
}

.border3:hover .ver-projeto::before {
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(2, 191, 231, 0.5) 0%, rgba(2, 191, 231, 0) 80%);
    background-repeat: no-repeat;
    background-position-y: 0em;
}

.border1:hover::before, .border2:hover::before, .border3:hover::before {
    width: 12%;
    height: 50%;
    border-width: 1px 0 0 1px;
}

.border1:hover::after, .border2:hover::after, .border3:hover::after {
    width: 12%;
    height: 50%;    
    border-width: 0 1px 1px 0;
}

.border1-frase {
    border-left: 1px solid rgba(139, 195, 74, 1);
}

.border2-frase {
    border-left: 1px solid rgba(255, 193, 7, 1);
}

.border3-frase {
    border-left: 1px solid rgba(2, 191, 231, 1);
}

@media (max-width:1539px) {
    .main-title {
        top: 23%
    }
}

@media (max-width:1440px) {
    .main-title {
        font-size: 2.5em;
        top: 18%
    }
}

@media (max-width:1024px) {
    .main-title {
        font-size: 2.6em
    }

    .main-title p {
        padding: 0 5px 0 5px
    }

    .main-title a {
        font-size: 1.35rem
    }
}

@media (max-width:576px) {
    .main-title {
        top: 33vh;
        font-size: 1.2em
    }

    .main-links {
        position: absolute;
        width: 100%;
        bottom: 3%
    }
}

@media (max-width:576px) {
    .main-title p:hover {
        font-size: 1em;
        transform: none
    }
}

.footer {
    font-family: 'Open Sans Condensed', sans-serif;
    position: fixed;
    font-size: 11px;
    letter-spacing: 1px;
    left: 25px;
    bottom: 25px;
    text-align: left;
    color: #fff
}

@media (max-width:576px) {
    .footer {
        position: relative;
        font-size: 9px;
        bottom: 0;
        text-align: right;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 27px;
        display: none;
    }
}

.accordion {
    padding-top: 15px;
    padding-bottom: 20px;
}

.accordion-body {
    color: #fff;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal !important;
    text-transform: uppercase;
}

.accordion-body span {
    font-weight: lighter;
}

.accordion-body .periodo {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 1);
}

.accordion-item, .accordion-button {
    background-color: transparent !important;
    text-decoration: none;
}

.accordion-button::before {
    display: none;
}

.accordion-button:not(.collapsed)::before {
    display: none;
}

.accordion-button i {
    margin-left: 5px;
    margin-right: 5px;
    transform-origin: 10px 10px;
    transition: transform 0.3s ease;    
}

.accordion-button[aria-expanded="true"] i {    
    transform: rotate(90deg);
}

.accordion-button.collapsed {
    color: rgba(255, 255, 255, 0.7);
}

.accordion-button:not(.collapsed) {
    color: rgba(255, 255, 255, 1);
}

.accordion-button {
    display: inline-flex;
    width: auto;
    transition: ease .6s;
}

.cursor-w50 {
    position: relative;
    right: 5px;
    float: right;
}

.custom-cursor {
    cursor: url('../images/cursor-custom.png') 24 24, auto !important;
}

.like-btn {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: white;
    border-radius: 5px;
}

.like-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

/* Animação para o coração */
.like-heart-animate {
    display: inline-block;
    animation: heart-pop 0.3s ease;
}

#likeHeart {
    padding-right: 2px;
}

#likeCount {
    font-style: normal;
    padding: 0px;
}

@keyframes heart-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}

.parenteses {
    font-style: normal;
}

.align-btn-like {
    padding-left: 0px;
}

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

#particles {
    opacity: 1
}

@media (max-width:1024px) {
   #particles {
        opacity: 0
    }
}

.particle-verde {
    --particle-color: 139, 195, 74, 1
}

.particle-amarelo {
    --particle-color: 255, 193, 7, 1
}

.particle-azul {
    --particle-color: 2, 191, 231, 1
}