        body {
            margin: 0;
            background: #111;
            color: #fff;
            /*        font-family: 'Helvetica Neue', sans-serif;*/
        }

        /*  .parallax-section {
            position: relative;
         height: 100vh;
            overflow: hidden;
        }*/

        .media-wrap {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }


        .video-bg {
            height: 100% !important
        }


        .video-bg,

        .bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-js {
            width: 100% !important;

            height: auto;
            display: block;
            background: #000;
        }


        .text-center {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: start;
            justify-content: center;
            z-index: 2;
            pointer-events: none;
            /*  padding-top: 5vh;*/
        }

        .text-line {
            font-size: 4rem;
            opacity: 1;
            text-align: center;
            margin: 0;
            background-color: #1c1a1a6b;
            padding: 5rem
        }

        .text-block {
            padding: 2.5vh 0 0 0;
            font-size: 2rem;
            line-height: 1.6;
            /* background: #222;*/
            margin: 0;
            color: #fff
        }

        .text-block-first-letter {
            float: left;
            font-size: 3em;
            line-height: 1;
            padding-right: 0.3em;
            padding-top: 0.05em;
            color: #f5f5f5;
            font-weight: bold;
        }

        .citacao p,
        .citacaoFinal p {
            margin-bottom: 0;
            font-weight: 700;
            color: orange;
            font-size: 1.8rem;
            font-style: italic;
        }

        .citacao,
        .citacaoFinal {
            border: 1px #fff dotted;
            padding: 2.2rem;
            text-align: center;
            max-width: 50%;
            margin: 0 auto;
            margin-bottom: 5rem;
            font-weight: 700;
            color: orange;
            font-style: italic;
        }

        .subTit {

            margin-top: 2.5rem;
            font-weight: 700;
            font-size: 1.5rem;

        }

        /*    .citacao {
        border: 1px #fff dotted;
        padding: 1.9rem;
        text-align: center;
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 2.5rem;
        font-weight: 700;
        color: orange;
    }*/

        .legenda {
            font-size: 1.1rem;
            font-style: italic;
        }

        .three.columns h6 {
            margin-bottom: .4rem;
            color: #333;
            font-size: 1.2rem
        }

        .three.columns h4 {
            margin-bottom: .4rem;
            color: #333;

        }

        .three.columns hr {
            margin-bottom: .4rem;
            margin-top: .4rem;
            border-color: #8b8b8b;
        }

        @media (max-width: 768px) {
            .text-line {
                font-size: 2.5rem;
            }

            .text-block {
                font-size: 1.3rem;
                /*        padding: 0 5vw 0 5vw;*/
            }
        }


        video {

            width: 100% !important;
            /*
    /* you can use % */
            height: auto !important;
            max-width: 1920px*/
        }

        img {
            width: 100%;
            /* you can use % */
            height: auto;
            max-width: 1920px;
            display: block;
        }




        .pad {
            padding: 2.5rem;
            /*   width: 90% !important;
   margin-left: 5% !important;*/
        }

        .row {
            width: inherit;
        }

        .fundo_cinza {}

        /* Larger than mobile */
        @media (min-width: 400px) {}

        /* Larger than phablet (also point when grid becomes active) */
        @media (min-width: 550px) {}

        /* Larger than tablet */
        @media (min-width: 750px) {
            .row.topo {
                height: 30px
                    /*    width: 90%;

                margin-left: 5%;*/
            }
        }

        /* Larger than desktop */
        @media (min-width: 1000px) {}

        /* Larger than Desktop HD */
        @media (min-width: 1200px) {
            .twelve.columns {

                width: 80%;

                margin-left: 10%;
            }

        }

        .twelve.columns video {
            object-fit: cover;
            width: 100%;
            height: 100vh;
            display: block;
        }

        .carousel {
            position: relative;
            overflow: hidden;
            width: 100%;
            /*  max-width: 800px;*/
            margin: 0 auto;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
        }

        .carousel-slide {
            flex: 0 0 100%;
            box-sizing: border-box;
        }

        .carousel-slide img {
            width: 100%;
            display: block;
        }

        .carousel-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            font-size: 2rem;
            cursor: pointer;
            padding: 0 1rem;
            z-index: 1;
        }

        .carousel-button.prev {
            left: 10px;
        }

        .carousel-button.next {
            right: 10px;
        }

        .carousel-dots {
            text-align: center;
            padding: 10px 0;
        }

        .carousel-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
        }

        .carousel-dot.active {
            background: #333;
        }



        .parallax-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .media-wrap {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .media-wrap video,
        .media-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0 auto;
            max-width: 1920px
        }


        .text-center {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: white;
            text-align: center;
            /*   padding: 2rem;*/
        }

        .text-line {

            max-width: 100%;
            margin: 0 auto;
            width: stretch;
            width: -moz-available;
        }

        .video-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /*  .parallax-section,
        .text-center,
        .text-line {
            outline: 1px solid red;
        }

        .text-center {
            background-color: rgba(0, 0, 0, 0.4);
           semi-transparent background for visibility 
        }*/
        h1 {
            font-size: 2.4rem;
            /* 24px */
        }

        h2 {
            font-size: 2rem;
            /* 20px */
        }

        h3 {
            font-size: 1.8rem;
            /* 18px */
        }

        h4 {
            font-size: 1.6rem;
            /* 16px */
        }

        h5 {
            font-size: 1.4rem;
            /* 14px */
        }

        h6 {
            font-size: 1.3rem;
            /* 13px */
        }

        p {
            font-size: 1.2rem;
            /* 16px */
        }

        small,
        .caption {
            font-size: 1.2rem;
            /* 12px */
        }

        /* ======================
   Tablet (min-width: 600px)
   ====================== */
        @media (min-width: 600px) {
            h1 {
                font-size: 3.2rem;
                /* 32px */
            }

            h2 {
                font-size: 2.6rem;
                /* 26px */
            }

            h3 {
                font-size: 2.2rem;
                /* 22px */
            }

            h4 {
                font-size: 1.8rem;
                /* 18px */
            }

            h5 {
                font-size: 1.6rem;
                /* 16px */
            }

            h6 {
                font-size: 1.4rem;
                /* 14px */
            }

            p {
                font-size: 1.2rem;
                /* 16px */
            }

            small,
            .caption {
                font-size: 1.2rem;
                /* 12px */
            }


        }

        /* ======================
   Desktop (min-width: 1024px)
   ====================== */
        @media (min-width: 1024px) {
            h1 {
                font-size: 4rem;
                /* 40px */
            }

            h2 {
                font-size: 3.2rem;
                /* 32px */
            }

            h3 {
                font-size: 2.6rem;
                /* 26px */
            }

            h4 {
                font-size: 2rem;
                /* 20px */
            }

            h5 {
                font-size: 1.8rem;
                /* 18px */
            }

            h6 {
                font-size: 1.6rem;
                /* 16px */
            }

            p {
                font-size: 1.2rem;
                /* 16px */
            }

            small,
            .caption {
                font-size: 1.2rem;
                /* 12px */
            }
        }

        /* ======================
   Small Mobile (max-width: 600px)
   ====================== */
        @media (max-width: 600px) {
            .menu {
                width: 90%
            }

            h1 {
                font-size: 2.2rem;
                /* 22px */
            }

            h2 {
                font-size: 1.8rem;
                /* 18px */
            }

            h3 {
                font-size: 1.6rem;
                /* 16px */
            }

            h4 {
                font-size: 1.4rem;
                /* 14px */
            }

            h5 {
                font-size: 1.3rem;
                /* 13px */
            }

            h6 {
                font-size: 1.2rem;
                /* 12px */
            }

            p {
                font-size: 1.4rem;
                /* 14px */
            }

            small,
            .caption {
                font-size: 1.1rem;
                /* 11px */
            }

            .pad {
                padding: 1.5rem 0.5rem;

            }

        }

        .align-right {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            height: 100%;

        }

        #hamburger {
            position: relative;
            top: 5px;
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 30px;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 1001;
            margin-bottom: 0;
            height: 30px;
        }

        .bar {
            width: 30px;
            height: 3px;
            background-color: black;
            transition: 0.3s;
        }

        .menu.hidden {
            display: none;
        }

        .menu {
            position: absolute;
            top: 60px;
            right: 0;
            background: white;

            padding: 1rem;

            z-index: 1002;
        }

        #hamburger.open .bar:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        #hamburger.open .bar:nth-child(2) {
            opacity: 0;
        }

        #hamburger.open .bar:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        .menu {
            margin-top: 50px;

            margin-bottom: 0;

            padding: 1rem;
        }

        .menu ul:first-child a li {
            border-top: 1px dotted #111111;
        }

        .menu ul li {
            /*  */
            margin-bottom: 0;
        }

        .final {
            border-bottom: 1px dotted #111111;
        }

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

        }

        .menu ul a {
            color: #999999;
            font-size: 1.4rem;
            text-decoration: none;
            /*   border-bottom: 1px dotted #111111;*/
            margin-bottom: 0;
        }

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

        li {
            margin-bottom: 0
        }

        li > div {
            display: inline-block;
            height: 100%;

            width: 10%;
            vertical-align: top;
        }

        li > div:last-child {


            width: 86%;

        }

        #preloader {
            position: fixed;
            inset: 0;
            background: #111;
            color: #fff;
            font-size: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            flex-direction: column;
        }

        #loading-percentage {
            font-size: 4rem;
            font-weight: bold;
        }

        #main-content {
            opacity: 0;
            transition: opacity 0.6s ease;
        }


        #main-content.visible {
            opacity: 1;
        }

        .text-line {
            will-change: transform, opacity;
        }

        .carousel-track {
            will-change: transform;
        }

        .text-line {
            will-change: transform, opacity;
        }

        .carousel-track {
            touch-action: pan-y;
            -webkit-overflow-scrolling: touch;
            will-change: transform;
        }

        /* smoother paint */
        .text-line {
            will-change: transform, opacity;
        }

        /* stable section height to reduce jump risk */
        .parallax-section {
            height: 100svh;
        }



        .parallax-section {
            height: 100svh;
        }

        .text-line {
            will-change: transform, opacity;
        }

        html,
        body {
            overscroll-behavior-y: none;
        }