﻿

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

html {
    /*background: #000;*/
    font: normal 1em/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    /*text-align: center;*/
    height: 100%;
    overflow: auto;
}
/*body { 
    height: 100%;
    background-image: url("~/images/pespectivas/pespectiva5.png");
}*/




body {
    background: url("../../images/backgrounds/paisagem.jpeg") no-repeat center center fixed;
    background-size: cover;
    /*height:100%;*/
}

nav {
    position: fixed;
    left: 5%;
    top: 5%;
}


.inner {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

legend {
    color: #FFFFF3;
}



#login {
    background-color: rgba(204,204,102,.5);
    width: 100%;
}

    #login h1 {
        color: #FFFFF3;
    }

.botao-entrar {
    background-color: rgba(144, 144, 0, 0.6);
    display: block;
}

.panel-default {
    opacity: 0.9;
    margin-top: 30px;
    z-index: 10;
}


.list-group {
    padding-top: 45px;
}

.list-group-item {
    background-color: rgba(81, 127, 218, 0.8);
    color: #FFF !important;
}

.hover:hover {
    background-color: rgba(81, 127, 218, 0.8) !important;
    color: rgba(0,0,0,.5) !important;
}

.list-group-item :hover {
    background-color: rgba(81, 127, 218, 0.8);
    color: rgba(0,0,0,.5) !important;
}


.background-btn {
    background-color: rgba(81, 127, 218, 0.8);
    color: #fff;
}

@media(max-width:700px) {
    .scrowMobile {
       padding-left:20px;
       display:grid;
    }
}

.posicao{
padding-top:16px;     
    padding-left:500px;
    color:white    
}

@media(max-width:700px) {
    .posicao{
     padding-top:5px;     
    padding-left:70px;
    color:white    
}
}
