/* ==== FONTS ==== */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/stretch-pro');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody&family=Raleway&display=swap');

/* ==== ANIMATIONS ==== */
@import url('animations/animations.css');
@import url('animations/keyframes.css');

* {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --main-color: #0084ff;
    --main-color-2: #0B1F33;
    --secondary-color: #F5F7FA;
    --page-color: #000080;
    --font-family: 'Montserrat', sans-serif;

    --brand-fund-2: #0A3D62;
    --brand-fund: #0B1F33;
    /* --brand-fund: #0B1F33; */

    /* --brand: #F97316; */
    /* --brand: #22C55E; */
    /* --brand: #F97316; */

    --color-1: #F97316;
    --color-2: #22C55E;
    --color-3: #cc1717ff;
    --color-4: #6922c5ff;
    --color-4: #2225c5;
}

body {
    overflow: hidden;
}

section {
    position: relative;
    z-index: 100;
    background-color: #eeeeee;
    height: 100%;
}

/* Para melhor compatibilidade */
::selection {
  background-color: var(--brand);
  color: white;
}

/* Para navegadores mais antigos */
::-moz-selection {
  background-color: var(--brand);
  color: white;
}

.network-to-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    z-index: 15000;
    background: #25D366;
    border-radius: 8em;
    box-shadow: 0px 0px 10px #00000093;
    a {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        i {
            font-size: 1.3em;
        }
    }
}
@media (min-width: 1920px) {
    .network-to-whatsapp {
        bottom: 50px ;
        padding: 15px 20px;
        a {
            font-size: 1.4rem;
            i {
                font-size: 1.5em;
            }
        }
    }
}

.networks {
    position: fixed;
    bottom: 50%;
    left: 20px;
    padding: 10px 8px;
    z-index: 150;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(50%);
    background: #eeeeee;
    border: 1px solid #00000054;
    border-radius: 8em;
    a {
        color: #000;
        margin: 5px 0;
        font-size: 1.5rem;
        transition: color 0.3s ease;
        &:hover {
            color: var(--brand);
        }
    }
}
@media (min-width: 1920px) {
    .networks {
        padding: 15px 12px;
        a {
            font-size: 2rem;
            i {
                font-size: 2.5rem;
            }
        }
    }
}
@media (max-width: 430px) {
    .networks {
        position: fixed;
        top: 30px !important;
        bottom: auto !important;
        left: 0 !important;
        padding: 0 !important;
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        transform: translateY(50%);
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        width: 100% !important;
        transform: translateY(-200%);
        transition: all .5s ease;
        gap: 30px;
        &.active-visible-overview-hM { 
            height: auto !important;
            transform: translateY(30px) !important;
        }
        a {
            color: #000;
            margin: 5px 0;
            font-size: 1.5rem;
            transition: color 0.3s ease;
            &:hover {
                color: var(--brand);
            }
        }
    }
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.bg-fund {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-image: url('../../img/fundo-3.jpeg');
    background-size: cover;
    background-position: center;
    filter: blur(30px) brightness(0.5);
    transform: scale(1.3);
    /* background: linear-gradient(20deg, var(--brand-fund), var(--main-color-2)); */
    opacity: 1;
    
}

.active-visible-overview-hM {
    height: 150px !important;
}

.circle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 60px;
    height: 60px;
    will-change: transform;
    border-radius: 8em;
    background: var(--brand);
    transition: width 0.3s ease, height 0.3s ease;
}

.content-tracks {
    position: absolute;
    width: 100%;
    padding: 50px 0 50px 0;
    overflow: hidden;
    z-index: 100000;
    transform: translateY(-70px);
    .tracks {
        border: 1px solid #0000001f;
        margin: 10px auto;
        width: calc(100% + 10px);
        overflow: hidden;
        background: transparent; 
        position: relative;
        background: var(--brand);
        color: #eeeeee;
        font-weight: 700;
        transform: rotate(3deg) translateX(-5px);
        box-shadow: 0px 0px 10px #00000093;
        &:nth-child(2) {
            transform: rotate(-3deg) translateY(-30px) translateX(-5px);
        }
        div {
            display: flex;
            gap: 60px;
            width: max-content;
            animation: scrollWords 18s linear infinite;
            &:hover {
                animation-play-state: paused;
            }
        }
    }
}

