#sitemap {
    padding: 60px 0;
    background-image: url(../img/bg/ae.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-top: solid 5px #dbdbdb
}

#sitemap .map-container {
    width: 50%;
    float: left
}

#sitemap .map-container ul {
    width: 50%;
    padding: 0 15px;
    float: left
}

#sitemap li {
    display: block;
    line-height: 26px
}

#sitemap li a {
    font-size: 16px;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#sitemap li a:hover {
    color: #d45c1d
}

#sitemap li span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#sitemap li span:hover {
    color: #d45c1d
}

@media only screen and (max-width: 799px) {
    #sitemap {
        background-image: none
    }

    #sitemap .map-container {
        width: 100%
    }

    #sitemap .map-container:nth-of-type(2) {
        margin-top: 20px
    }
}

@media only screen and (max-width: 399px) {
    #sitemap .map-container ul {
        width: 100%;
        margin-top: 20px
    }
}

#assinatura {
    padding: 50px 15px;
    background-color: #4d4c4c
}

#endereco {
    padding-right: 80px
}

#endereco p {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #fff
}

#selos>img {
    width: 200px;
    padding-right: 60px;
    border-right: solid 1px #fff
}

#selos .logos {
    padding-left: 60px
}

#selos .logos img {
    height: 120px;
    margin: 0px
}

@media only screen and (max-width: 1199px) {
    #endereco {
        margin-bottom: 30px;
        padding: 0
    }

    #endereco p {
        text-align: center
    }

    #selos .logos img {
        margin: 0 10px
    }
}

@media only screen and (max-width: 843px) {
    #selos {
        display: block;
        text-align: center
    }

    #selos>img {
        padding-right: 0px;
        border-right: none
    }

    #selos .logos {
        margin-top: 30px;
        padding-left: 0px;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

#tterra {
    padding: 12px 15px;
    text-align: center;
    background-color: #dc7f11
}

#tterra span {
    font-size: 14px;
    color: #fff
}

#utility-belt {
    position: relative;
    height: 50px;
    z-index: 1
}

#utility-belt>div {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 0 15px;
    background-color: #f2a31b
}

#utility-belt>div span {
    margin-left: 10px
}

#utility-belt>div .action {
    height: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#utility-belt>div .action span,
#utility-belt>div .action svg * {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#utility-belt>div .action:hover span {
    color: #fff
}

#utility-belt>div .action:hover svg * {
    fill: #fff
}

#belt-button {
    height: 45px !important;
    text-align: center;
    background-color: #4d4c4c;
    border-bottom-color: #4d4c4c !important
}

#belt-button>img {
    margin: 0 auto;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (min-width: 641px) {
    #belt-button {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    #utility-belt {
        height: 45px
    }

    #utility-belt>div {
        display: block;
        height: auto;
        padding: 0;
        -ms-transform: translate3d(0, calc(100% - 45px), 0);
        -moz-transform: translate3d(0, calc(100% - 45px), 0);
        -webkit-transform: translate3d(0, calc(100% - 45px), 0);
        transform: translate3d(0, calc(100% - 45px), 0);
        -ms-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    #utility-belt>div>div {
        display: block
    }

    #utility-belt>div.opened {
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none
    }

    #utility-belt>div.opened #belt-button {
        -moz-perspective: 500px;
        -ms-perspective: 500px;
        -webkit-perspective: 500px;
        perspective: 500px
    }

    #utility-belt>div.opened #belt-button img {
        -ms-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    #utility-belt .action {
        padding: 10px 15px;
        border-bottom: solid 1px #a24300
    }

    #utility-belt .action:active {
        background-color: #a24300
    }
}