/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

#PagProjetos {
    -webkit-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-topo {
    z-index: 999;
}

/*Layout*/ 

.navbar {
    position: absolute;
    min-height: 50px;
    margin-bottom: 0px;
}

.navbar-al {
    background-color: rgba(165,170,129,.9);
}

.navbar-brand {
    height: 100%;
}

.navbar-brand img {
    max-width: 100%;
    width: 100%;
}

@media(max-width: 768px) {
    .navbar-brand img {
        width: 280px;
        max-width: 100%;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #516138;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
}

ul.navbar-nav {
    /*background-color: #516138;*/
    float: left;
    margin: 0;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    border-radius: 0 0 4px 4px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 30px 27px;
    color: #FFFFFF;
    font-weight: normal;
}
@media(max-width: 768px) {
    .nav > li > a {
        padding: 15px 16px;
        width: 100%;
    }
}

.nav > li > a:hover {
    color: #516138;
}

footer {
    background-color: #516138;
    opacity: 0.7;
    position: fixed;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 14px;
}
footer a {
    color: inherit;
    text-decoration: none;
}
footer a:hover, footer a:visited, footer a:active {
    color: #F2F2F2;
}

.arrow-pop {
    color: #FFF;
    border-radius: 16px; 
    background-color: rgb(165,170,129); 
    font-size: 20px; 
    padding: 6px;
    border: none!important;
    -webkit-appearance: normal!important;
    -moz-appearance: normal!important;
    appearance: normal!important;
}
.glyphicon-chevron-right {
    position: absolute;
    top: 45%;
    right: 2%;
}
.glyphicon-chevron-left {
    position: absolute;
    top: 45%;
    left: 2%;
}
button.fa-angle-right {
    position: absolute;
    top: 45%;
    right: 2%;
    color: #FFF;
    border-radius: 19px;
    background-color: rgb(165,170,129);
    font-size: 30px;
    padding: 0 7px 0 10px;
}
button.fa-angle-left {
    position: absolute;
    top: 45%;
    left: 2%;
    color: #FFF;
    border-radius: 19px;
    background-color: rgb(165,170,129);
    font-size: 30px;
    padding: 0 10px 0 7px;
}
.svg_images {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
}
.edge {
    margin-left: 10px;
}