/*
    Cabeçalho
*/

.header {
    border-top: 10px solid #296095;
    padding: 1.6% 0 0;
}

.header.jumbotron {
    background-color: #FFF;
}

/*
    Menu
*/
nav.navbar.navbar-default {
    background-color: #e6e6e6;
    font-size: 18px;
}

.navbar-nav>li>a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    color: #000 !important;
}

.navbar-nav>li>a:hover {
    color: #4d4d4d !important;
}

.navbar {
    min-height: 36px;
}

ul.nav.navbar-nav:first-child {
    margin-left: -15px;
}

.divider {
    color: #95a5a6;
    margin-top: 3px;
}

/*
    Principal
*/

#row-2, #row-3 {
    margin-top: 15px;
}

#row-3 {
    margin-bottom: 55px;
}

.boxes a {
    color: #000;
}

.boxes {
    margin-bottom: 55px;
}

.box {
    margin-top: 3%;
}

.divider-box {
    margin-bottom: 220px;
}

.margin-60 {
    margin-left: -60px
}

.title {
    height: 35px;
    width: 75%;
    background-color: #296095;
    color: #FFF;
    padding-top: 5px;
    margin-bottom: 5px;
}

.title a {
    color: #fff;
    text-decoration: none;
}

.title p {
    font-size: 18px;
}

.text {
    height: 130px;
    width: 75%;
    background-color: #f5f5f5;
    border: 1px solid #7f8c8d;
}

.text a {
    text-decoration: none;
}
.text p {
    margin: 15px 15px 0;
}

h3 {
    margin-top: 0;
}

li.file {
    line-height: 25px;
    list-style-image: url(../img/document.png);
}

/*
    Footer
*/

footer {
    color: #fff;
    background-color: #296095;
}

.title-footer-info {
    margin-top: 2%;
    color: #fff;
}

.text-footer-info {
    margin-top: 1%;
    line-height: 14px;
}



@media (max-width: 1200px) {
    
    nav.navbar.navbar-default {
        font-size: 14px;
        font-weight: 700;
    }
    
    h3 {
        font-size: 18px;
    }
    
    .title p {
        font-size: 14px;
    }
    
    .text p {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    
    nav.navbar.navbar-default {
        font-size: 12px;
    }
    
    .margin-60 {
        margin-left: 0;
    }
    
    .principal {
        margin-left: 12%;
    }
    
    .box-sm-margin {
        margin-left: -8%;
    }
    
}

@media (max-width: 768px) {
    
    nav.navbar.navbar-default {
        font-size: 12px;
    }
    
    .title {
        width: 100%;
    }
    
    .principal {
        margin-top: 5%;
        margin-left: 0;
    }
    
    .text {
        height: auto;
        min-height: 75px;
        width: 100%;
    }
    
    .text p {
        margin: 1% 15px 0;
    }
    
    .box {
        margin-top: 5%;
    }
    
    .box-sm-margin {
        margin-left: 0;
    }
    
    .margin-60 {
        margin-left: 0;
        margin-top: 5%;
    }
    
    .title-footer-info {
        font-size: 14px;
    }

    .text-footer-info {
        font-size: 12px;
    }
}





