.ativo{

}



#content-ger{
    display: flex;    
    position: relative;
    transition: all .5s;
}

#nav-tc-ger{
    width: 15%;
    background-color: #000000;
    position: relative;
    transition: all .5s;
}
#nav-tc-ger.ativo{
    width: 0% !important;
    transition: all .5s;

}

#nav-container-tc-ger{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    align-items: center;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: all .3s;
    transition-delay: 0.3s;
}

#nav-container-tc-ger.ativo{
    width: 0 !important;
    transition: all .5s;
    opacity: 0;

}

#img-logo-mob-ger{
    width: 35%;
    display: flex;
    margin-top: 3rem;
    padding: 0 !important;
}
#img-logo-mob-ger img {
    width: 63%;
}

#nav-container-tc-ger ul{
    margin-top: 3rem;
    width: 100%;
}
#nav-container-tc-ger li{

}
#nav-container-tc-ger a{
    transition: all .3s;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 200;
    display: block;
    padding: 1rem 0 0.5rem 3rem;
}    
.hover-tc-ger{
    transition: all .3s;
}

.hover-tc-ger:hover{
    background-color: #17a2b8;
    transition: all .3s;
    color: #fff;
}



#main-ger{
    transition: all .5s;
    width: 85%;
    overflow: hidden;

}


#main-ger.ativo{
    transition: all .5s;
    width: 100% !important;

}
#header-tc-ger{
    width: 85%;
    height: 70px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    
    top: 0;
    right: 0;
    background-color: #e1e4ea;
    transition: all .5s;
    z-index: 10;
}

#header-tc-ger.ativo{
    width: 100%;
    transition: all .5s;
}

.btn-menu {
    width: 40px;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
        .btn-menu{
            width: 40px;
            height: 30px;
            position: relative;
            cursor: pointer;
        }
        .btn-menu span{
            position: absolute;
            top: 0;
            display: block;
            transition: all 0.3s ease;
            width: 40px;
            height: 4px;
            background-color: #000000;
            border-radius: 2px;
        }
        .btn-menu span::before{
            content: "";
            position: absolute;
            top: 13px;
            transition: all 0.3s ease;
            width: 40px;
            height: 4px;
            background-color: #000000;
            border-radius: 2px;
            transform: rotate(0deg);
        }
        .btn-menu span::after{
            content: "";
            position: absolute;
            top: 26px;
            transition: all 0.3s ease;
            width: 40px;
            height: 4px;
            background-color: #000000;
            border-radius: 2px;
            transform: rotate(0deg);
        }
        .btn-menu.ativo span{
            top: 11px;
            left: -1px;
            transition: all 0.3s ease;
            height: 4px;
            transform: rotate(0deg);
        }
        .btn-menu.ativo span::before{
            content: "";
            position: absolute;
            top: -7px;
            left: -2px;
            transition: all 0.3s ease;
            transform: rotate(-45deg);
            width: 55%;
        }
        .btn-menu.ativo span::after{
            content: "";
            position: absolute;
            top: 7px;
            left: -2px;
            transition: all 0.3s ease;
            transform: rotate(45deg);
            width: 55%;
        }


#section-img-tc-ger{
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

#section-img-tc-ger img{
    width: 100%;
}

#section-content-tc-ger{
    flex:2;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#section-content-tc-ger h1{
    width: 100%;
}




    @media all and (max-width: 1500px)  {

    }


    @media all and (max-width: 1400px)  {

    }

    @media all and (max-width: 1300px)  {

    }
    @media all and (max-width: 1200px)  {

            #nav-tc-ger{
                width: 20%;
            }

            #nav-container-tc-ger{
                width: 20%;
            }


            #main-ger{
                transition: all .5s;
                width: 80%;
            }

            #header-tc-ger{
                width: 80%;
            }

        
    }
    @media all and (max-width: 992px)  {

        #nav-tc-ger{
            width: 0%;
        }
        #nav-tc-ger.ativo{
            width: 25% !important;
        }
        #nav-container-tc-ger{
            width: 0%;
            opacity: 0;
            transition-delay: 0s;
        }
        #nav-container-tc-ger.ativo{
            width: 25% !important;
            opacity: 1;
            transition-delay: 0.3s;
        }
        #main-ger{
            width: 100%;
        }
        #main-ger.ativo{
            width: 75% !important;
        }
        #header-tc-ger{
            width: 100%;
        }
        #header-tc-ger.ativo{
            width: 75%;
        }


  
    }
    @media all and (max-width: 768px)  {
        #nav-tc-ger{
            width: 0%;
        }
        #nav-tc-ger.ativo{
            width: 60% !important;
        }
        #nav-container-tc-ger{
            width: 0%;
            opacity: 0;
            transition-delay: 0s;
        }
        #nav-container-tc-ger.ativo{
            width: 60% !important;
            opacity: 1;
            transition-delay: 0.3s;
        }
        #main-ger{
            width: 100%;
        }
        #main-ger.ativo{
            width: 40% !important;
        }
        #header-tc-ger{
            width: 100%;
        }
        #header-tc-ger.ativo{
            width: 40%;
        }

        
    }
    @media all and (max-width: 576px)  {
        #nav-tc-ger{
            width: 0%;
        }
        #nav-tc-ger.ativo{
            width: 85% !important;
        }
        #nav-container-tc-ger{
            width: 0%;
            opacity: 0;
            transition-delay: 0s;
        }
        #nav-container-tc-ger.ativo{
            width: 85% !important;
            opacity: 1;
            transition-delay: 0.3s;
        }
        #main-ger{
            width: 100%;
        }
        #main-ger.ativo{
            width: 15% !important;
        }
        #header-tc-ger{
            width: 100%;
        }
        #header-tc-ger.ativo{
            width: 15%;
        }

        #conteudo{
            opacity: 1;
        }

        #conteudo.ativo{
            opacity: 0;
        }

            #img-logo-mob-ger{
                width: 25%;
                display: flex;
                margin-top: 3rem;
                padding: 0 !important;
            }
            #img-logo-mob-ger img{
                width: 100%;

            }

                
    }
