@charset "utf-8" ;

@media (max-width: 1080px) {
    nav#menu span {
        text-transform: uppercase !important;
    }
}

@media (max-width: 1080px) {
    header#cabecalho {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (max-width: 1080px) {
    .btn {
        margin-top: 30px !important;
    }
}

@media (max-width: 1080px) {
    hgroup {
        margin-top: -200px !important;
        margin-left: 10% !important;
    }
}

@media (max-width: 1080px) {
    header#cabecalho p, .btn {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 1080px) {
    #cabecalho h1, #cabecalho h2 {
        position: relative !important;
        left: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 1080px) {
    .ilu {
        width: 350px !important;
        right: 0 auto !important;
    }
}

@media (max-width: 1080px) {
    .caixa {
        width: 90px !important;
        bottom: 35px !important;
        left: 28vw !important;
    }
}

@media (max-width: 1080px) {
    #intro {
        padding: 100px 10% 100px 10% !important;
    }
}

@media (max-width: 1080px) {
    #intro section {
       display: block !important;
    }
}

@media (max-width: 1080px) {
    #intro p {
        width: auto !important;
    }
}

@media (max-width: 1080px) {
    #intro p:last-child {
        margin-top: 50px !important;
    }
}

@media (max-width: 1080px) {
    .timeline {
        margin-top: 50px !important;
    }
}

/*

@media (max-width: 1080px) {
    #part-2 {
        padding: 100px 10% 100px 10% !important;
    }
}

@media (max-width: 1080px) {
    #part-2 p {
        width: 100% !important;
    }
}

@media (max-width: 1080px) {
    #part-2 p:nth-child(2) {
        margin-top: 50px !important;
    }
}

@media (max-width: 1080px) {
    #part-2 .ilu {
        position: relative !important;
    }
}

*/

@media (max-width: 1080px) {
    #part-2 {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    #rodape {
        display: none !important;
    }
}

@media (min-width: 1080px) {
    #rodape-mobile {
        display: none !important;
    }
}

#rodape-mobile {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 10% 100px 10%;
    box-sizing: border-box;
    background-color: #121212;
    display: block;
    margin-top: -50px;
}


#rodape-mobile img {
    display: none;
}

#rodape-mobile div.coluna h2 {
    color: #323232;
    font-family: 'helveticamedium';
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 30px;
}

#rodape-mobile div.coluna nav ul li {
    margin-bottom: 15px;
}

#rodape-mobile div.coluna nav ul:first-child li:nth-child(2) a {
    text-decoration: underline;
    color: #777 !important;
    cursor: default;
}

#rodape-mobile div.coluna nav ul li a {
    text-transform: capitalize;
    color: #323232;
    transition: color .4s;
}

#rodape-mobile div.coluna div .btn {
    position: relative;
    width: 140px;
    height: 55px;
    background-color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    overflow: hidden !important;
    margin-bottom: 50px;
    cursor: pointer;
}

#rodape-mobile div.coluna div .btn a {
    position: absolute;
    font-size: .85rem;
    color: #3377e5;
    z-index: 9;
    transition: .6s;
}

#rodape-mobile div.coluna div .btn div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #3377e5;
    transition: .4s;
}

#rodape-mobile div.coluna div .btn:hover div {
    height: 100%;
    transition: .2s;
}

#rodape-mobile div.coluna div .btn:hover a {
    color: #212121;
    transition: .2s;
}

#rodape-mobile div.coluna div .btn:active div {
    background-color: #ff8f33;
    transition: .1s;
}

#rodape-mobile span {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    font-family: 'helveticamedium';
    font-size: .8rem;
    color: #323232;
}