/* Font Face */
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu/ubuntu-b_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-b_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('ubuntu/ubuntu-bi_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-bi_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('ubuntu/ubuntu-i_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-i_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu/ubuntu-r_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-r_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/** Rodapé **/
.rodape{
    padding: 10px 0 0;
    min-height: 110px;
    background: #00b3b6;
}
.rodape > .row > div{
    padding: 20px 0;
}
.rodape p, .rodape a{
    color: #efefef;
    font-size: 12px;
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
}
.rodape .title{
    font-size: 36px;
}
.rodape .large{
    font-size: 18px;
}
.rodape .upper{
    text-transform: uppercase;
}
.rodape .social img{
    margin-left: 15px;
}
.rodape .social a:hover{
    text-decoration: none;
}
.rodape hr{
    color: #efefef;
    border-color: #efefef;
}
.sitemap{
    padding: 10px 0 0 0;
    background: #111023;
}
.sitemap a, .sitemap p{
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #efefef;
}
.sitemap .title{
    color: #00b3b6;
    font-size: 12px;
}
.sitemap ul{
    list-style: none;
    padding: 0;
}
.sitemap .copyright{
    padding: 6px 0;
}
.sitemap .slogan{
    font-family: 'ubuntubold_italic', Arial, Helvetica, sans-serif;
    color: #00b3b6;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}
.sitemap .social a:hover{
    text-decoration: none;
}

.ibross{
    text-align: center;
    width: 17%;
    position: relative;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 0px) and (max-width: 991.98px) {
    .rodape .social a:first-child img{
        margin-left: 0;
    }
    .sitemap .slogan, .sitemap .copyright{
        margin: 0;
    }
    .sitemap .slogan{
        font-size: 10px;
    }
    .sitemap .copyright{
        padding: 0;
        font-size: 10px;
    }
    .sitemap > .row > div{
        padding: 0;
    }
    .sitemap .prevenir > div{
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    .sitemap .prevenir img{
        margin-top: -15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 991.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .sitemap{
        min-height: 360px;
    }
    .sitemap .slogan{
        font-size: 20px;
    }
    .sitemap > .row > div{
        padding: 20px 0;
    }
    .sitemap .title{
        margin: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Ultra large devices (large desktops, 1600px) */
@media (min-width: 1600px) {

}