        #header-tc{
            position: absolute;
            top: -100%;
            opacity: 0;
            left: 0;
            min-height: 100px;
            width: 100%;            
            /*background-color: #012f50;*/
            z-index: 10;
            margin: 0;
            padding: 0;
            animation: secHeader 0.7s forwards !important;
        }

        @keyframes secHeader {
            0%{opacity: 0; top: -100%; }
            100%{opacity: 1; top: 0;}
        }


        #nav-tc{
            width: 100%;
            position: absolute;
            height: 100px;
            display: flex;
            justify-content: center;
            top: 0;
            left: 0;
            z-index: 15;
            /*background-color: red;*/

        }
        #nav-container-tc{
            position: absolute;
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: center;
            top: 0;
            left: 0;

        }
        #nav-container-tc ul{
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 0;
            left: 0;
            /*background-color: #6610f2;*/
            z-index: 50;
   
        }
        #nav-container-tc li{
            display: flex;
            justify-content: center;
            animation: secMenu 1s forwards; 
            opacity: 0;
        }


         #nav-container-tc li:nth-child(1){
            animation-delay: 1.6s;
        }       

         #nav-container-tc li:nth-child(2){
            animation-delay: 1.3s;
        }       

         #nav-container-tc li:nth-child(3){
            animation-delay: 1s;
        }       

         #nav-container-tc li:nth-child(4){
            animation-delay: 0.7s;
        }       

         #nav-container-tc li:nth-child(5){
            animation-delay: 1s;
        }       

         #nav-container-tc li:nth-child(6){
            animation-delay: 1.3s;
        }       

         #nav-container-tc li:nth-child(7){
            animation-delay: 1.6s;
        }       


        @keyframes secMenu {
            0%{opacity: 0; transform: translate(0px, 40px); }
            100%{opacity: 1; transform: translate(0px, 0px);}
        }



        #nav-container-tc a{
            display: flex;
            justify-content: center;
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            text-transform: uppercase;
            padding: 1rem 5rem;
            color: #03bbd7;
            font-weight: 200;
            transition: all .3s;
        }
        #nav-container-tc a:hover{
            text-shadow: white 0 0 3px,  #03bbd7 0px 0px 15px ; 
            transition: all .3s;  
            color: #acedfa;     
        }

        .hover-tc:hover::after{
            width: 50%;
            transition: all .3s;
        }

        .hover-tc::after{
            content: "";
            width: 0%;
            height: 1px;
            background-color: #acedfa;
            transition: all .3s;
            position: absolute;
            bottom: 0;
        }


        #nav-container-tc img{
            position: relative;
            top: 90px;
            width: 55%;
            left: -10px;            
        }
        #nav-top{
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 20;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }
        #nav-top img{
            width: 100%;
            position: relative;
            top: 0;
        }
        #nav-linha{
            width: 100%;
            position: absolute;
            top: 100px;
            left: 0;
            z-index: 15;
            display: flex;
            justify-content: center;
        }        
        #nav-linha img{
            width: 80%;
        }

        .img-logo-mob{
            width: 10%;
            justify-content: center;
            position: absolute;
            top: 30px;
            display: none;
        }

        .img-logo-mob img {
            width: 100%;
        }

        .menu-mob {
            display: none;
        }


    @media all and (max-width: 1500px)  {
        #nav-container-tc a {
            padding: 1rem 4rem;

        }

    }


    @media all and (max-width: 1400px)  {
        #nav-container-tc a {
            padding: 1rem 3rem;

        }

    }

    @media all and (max-width: 1300px)  {
        #nav-container-tc a {
            padding: 1rem 2rem;

        }

    }
    @media all and (max-width: 1200px)  {
        #nav-container-tc a {
            padding: 1rem 1rem;

        }
        
    }
    @media all and (max-width: 992px)  {
        #nav-container-tc a {
            display: none;

        }
        .img-logo-mob{
            width: 10%;
            display: flex;
            justify-content: center;
            position: absolute;
            top: 30px;
        }
        .menu-mob {
            width: 5%;
            position: absolute;
            left: 10%;
            top: 36%;
            display: flex;
        }


        
    }
    @media all and (max-width: 768px)  {
        .menu-mob {
            width: 5%;
            position: absolute;
            left: 10%;
            top: 36%;
            display: flex;
        }

        
    }
    @media all and (max-width: 576px)  {
        .img-logo-mob{
            width: 20%;
            display: flex;
            justify-content: center;
            position: absolute;
            top: 30px;
        }

        .menu-mob {
            width: 10%;
            position: absolute;
            left: 7%;
            top: 36%;
            display: flex;
        }

        
    }




