@charset "UTF-8";
@import url("fonts.css");

html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    min-height: 100%;
    position: relative
}

.container-u,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px !important;
}

img {
    max-width: 100%
}

.tp-pag {
    background-color: #131f73;
    padding-bottom: 470px;
    padding-top: 10px;
    padding-right: 0px;
    position: relative
}

.box-cinza {
    background-color: #d1cbbb;
    margin-bottom: -300px;
}

.box-rodape-azul {
    background: url("../images/100anos/rodape.jpg") no-repeat;
    background-size: cover;
    height: 366px
}

@media only screen and (max-width: 767px) {
    .tp-pag {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .box-cinza {
        margin-bottom: -180px;
        margin-top: -40px;
    }

    .box-rodape-azul {
        background-position: center;
        height: 200px;
    }

    .box-cinza img {
        max-width: 100%;
        height: auto;
    }

    .box-rodape-azul {
        background: url("../images/100anos/rodape-xs.jpg") no-repeat;
        background-size: cover;
        height: 100vh;
        background-position: center;
        bottom: -273px;
        position: relative;
        margin-bottom: -200px;
    }
}