html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

/*
 * style.css
 */
body {font-family: 'Open Sans', sans-serif;}
.menu {background:#00519C; height:130px; margin-top:40px; z-index:1;}
.slide {background:url("../img/bg-slide.jpg") no-repeat #FEF3E1; min-height:735px; z-index:3000;}
nav ul {display:inline; list-style:none; float:right;}
nav a {color:#fff; font-weight:bold; text-transform:uppercase; font-size:18px;}
nav a:hover {color:#FDA73A; text-decoration:none;}
nav ul li a {/*display: inline-block !important;*/ padding: 30px 25px;}
nav ul li { display: inline; }
ul {margin-top:30px;}
.login {padding:12px 2px; color:#FDA73A; border:solid 1px #FDA73A;}
.login a {color:#FDA73A;}
h1 {color:#00519C; font-weight:bold; letter-spacing:1px; line-height:44px; text-align:left; font-size:40px;}
h2 {text-align:right; color:#00519C; font-size:20px; line-height:25px;}
.slide1 {min-height:350px;}
.slide2 {min-height:650px; background-image:url("../img/bg-slide2.jpg");}
.pesquisa {background-image:url("../img/bg-search.png"); background-repeat:repeat-x; height:120px; margin-top:40px; z-index:1;}
.search {margin-top:28px; height:67px; width:400px;}
.blue {background-image:url("../img/bg-meio.jpg"); height:600px; }
h3 {text-align:left; color:#015cab; font-size:23px; font-weight:bold;}
h4 {font-weight:bold; color:#f6a017;}
p {color:#015cab; font-size:16px; text-align:left;}
.funciona {background:url("../img/bg-dispositivos.jpg"); height:603px;}
.btn1 {
    display: inline-block;
    padding: 15px 50px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:#FDA73A;
    border: 1px solid transparent;
    border-radius: 4px;
    color:#fff;
    font-weight:bold;
}

@media screen and (max-width: 800px) {
    header .control-nav {
        position: absolute;
        right: 20px;
        /*top: 20px;*/
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #fff;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
    }

    header .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #fff;
    }

    header .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    header nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        /*height:200px;*/
        border-left: 1px solid #1a1a1a;
        background: #1a1a1a;
        overflow-x: auto;
        z-index: 2;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        padding-top:50px;
        line-height:45px;
    }
    #control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #control-nav:checked ~ nav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.btn-warning {border-radius:6px !important;}
.btn {padding:15px 20px !important;}
.box {margin-top:30px;}

.mobile {text-align:center; color:#fff; font-size:35px; margin-top:40px;}

.mobile-top {padding-top:26px;}

.content {
    background: #FFF;
    padding: 25px;
    min-height: 600px;
    width: 100%;
}

.bloco-azul { width:930px; height:120px; padding:15px; background:#3884B8; position: relative; }
.bloco-azul img { margin-right:20px; float: left; }
.bloco-azul .texto-bloco { margin-right:20px; }
.bloco-azul p { font-size:15px; font-weight:bold; color:#fff; margin-top:0px; padding-bottom:0px; }
.bloco-azul h3 { position: absolute; right: 20px; top: 15px; float:right; padding:17px 30px; background:#FFCC00; text-transform:uppercase; font-size:20px; font-weight:bold; -webkit-border-radius: 3px; border-radius: 3px; color:#333; -webkit-transition: all 0.5s ease-out;  -moz-transition: all 0.5s ease-out;  -ms-transition: all 0.5s ease-out;  -o-transition: all 0.5s ease-out;  transition: all 0.5s ease-out; }
.bloco-azul h3:hover { color:#3884B8; background:#fff; }

#links-download li {
    list-style: none;
    display: inline;
    margin-right: 15px;
}