html,
body {
    background-color: #00141C
}

.fundo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #263238;
    background-image: url(../img/fundo.png);
    background-size: cover;
    background-position: center;
    z-index: 0
}

.btn-menu,
.close-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    font-family: "Orbitron", sans-serif;
    cursor: pointer;
    margin: 25px 35px;
    line-height: 15px;
    transition: all 0.2s ease-in-out;
    padding: 10px
}

.btn-menu:hover,
.close-btn:hover {
    background-color: #00ACEA
}

.menu-sec {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    list-style: none;
    color: white;
    margin: 25px 35px;
    font-family: "Orbitron", sans-serif
}

.menu-sec li {
    display: inline-block
}

.menu-sec li a {
    color: white;
    font-size: 0.7em;
    margin-right: 10px;
    margin-left: 10px;
    letter-spacing: 0.1em;
    transition: all 0.2s ease-in-out
}

.menu-sec li a:hover {
    color: #00ACEA
}

.estacoes {
    position: absolute;
    bottom: 40px;
    width: 100%
}

.estacoes .estacao {
    width: 100%;
    min-height: 160px;
    background-color: #475962;
    padding: 10px;
    cursor: pointer
}

.estacoes .estacao .foto {
    width: 100%;
    height: 110px;
    background-color: black;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center
}

.estacoes .estacao .ico-local {
    float: left;
    margin-right: 10px
}

.estacoes .estacao h3 {
    font-family: "Orbitron", sans-serif;
    color: white;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 0
}

.estacoes .estacao h5 {
    color: #00ACEA;
    font-size: 0.8em;
    font-family: "Orbitron", sans-serif;
    padding: 0
}

.estacoes .estacao .nomes {
    float: left;
    background-color: red
}


.noScroll {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.scrollmenu {
    height: 100vh;
}

.close-btn {
    background-color: #00141C
}

.menu .menu-container {
    margin-top: 120px
}

.menu .menu-container .menu-link {
    font-family: "Orbitron", sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 900;
    display: block;
    width: 100%;
    min-height: 60px;
    text-align: center
}

.menu .menu-container .menu-link:hover {
    color: #00ACEA
}

.menu .menu-container ul.secundario {
    font-family: "Orbitron", sans-serif;
    padding-left: 20px;
    margin-top: 50px;
    list-style: url(../img/bullet.svg);
    margin-bottom: 50px
}

.menu .menu-container ul.secundario li a {
    color: white;
    display: block;
    font-size: 0.8em;
    margin-bottom: 20px
}

.menu .menu-container ul.secundario li a:hover {
    color: #00ACEA
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 999;
    background-image: url(../img/fundo_2.jpg);
    background-size: cover;
    background-position: center
}

header .logo-home {
    width: 226px;
    top: 30px;
    margin: 0;
    margin-left: -113px
}

main {
    background-color: white;
    width: 100%;
    min-height: 100vh
}

main .row {
    margin-top: 150px;
    padding-top: 50px
}

main .item-title {
    color: #00ACEA;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold
}

main ul.submenu {
    list-style: none;
    padding-left: 0px;
    font-family: "Ubuntu", sans-serif
}

main ul.submenu li a {
    color: #9E9E9E;
    font-size: 0.9em;
    line-height: 3em
}

main ul.submenu li a.selected {
    font-weight: bold
}

main .artigo {
    font-family: "Ubuntu", sans-serif;
    color: #9E9E9E
}

main .artigo .photo {
    width: 100%;
    height: 260px;
    background-color: black;
    background-position: center;
    background-size: cover
}

main .artigo h1 {
    color: #00ACEA;
    font-family: "Orbitron", sans-serif;
    font-size: 1.5em;
    margin-top: 30px
}

main .row.profile{
    padding-top: 0;
    margin-top: 0;
}

.profile_pic{
    width: 100%;
    height: auto;
}
.pdflink{
    display: block;
    width: 100%;
    background: #00ACEA;
    color: white;
    text-align: center;
    padding: 4px 0px;
    margin-top: 10px;
    border-radius: 4px;
}

.pdflink:hover{
    text-decoration: none;
    color: white;
    background: #3074ea;
}
main{
    padding-bottom: 100px;
}

img.logo-home{
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -10% -11%;
    max-width: 80%;
    width: 24%;
}
img.logo-header{
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -20px -150px;
    max-width: 80%;
    width: 300px;
}

.menu {
    position: fixed;
    z-index: 999;
    background-color: rgba(0,20,28,0.95);
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    background-image: url(../img/fundo.png);
    background-size: cover;
}


main .row.nomargintop{
    margin-top: 0;

}

.estacoes .estacao {
    border-radius: 15px;
}

.estacoes .estacao .foto {
    border-radius: 10px;
}

.stationabs{
    width: 130px;
    position: absolute;
}

.stat_1{
    top: 27%;
    left: 66%;
}
.stat_2{
    top: 56%;
    left: 30%;
}
.stat_3{
    left: 51%;
    top: 78%;
}
.stat_4{
    top: 32%;
    left: 25%;
}

.estacao.stat_1, .estacao.stat_3{
    background-color: #8d9da5;
}

.stationbutton{
    display: block;
}

.estacoes.abs{
    position: relative;
    width: 100%;
    height: 100vh;
}

.estacoes.abs .estacao .foto {
    height: 100px;
}
.estacoes.abs .estacao {
    min-height: 120px;
}

.estacoes .estacao img.bandeira{
    width: 36px;
    float: right;
    top: 0;
    right: 0;
}




.management_table{
    width: 100%;
    margin-top: 30px;
}

.management_table th{
    text-align: center;
    vertical-align: top;
}

.management_table td{
    vertical-align: top;
}

.management_table .firstrow td{
    text-align: center;
    font-weight: bold;
}

.management_table th, .management_table td{
    border: 1px solid #DDD;
    padding: 2px;
}

.management_table th, th.doubleright, td.doubleright{
    border-right: 2px solid;
}


.management_table th.firstth{
    width: 100px;
    border-bottom: none;
}

.management_table td.secondtd{
    width: 160px;
}
.management_table td.thirdtd{
   width: 160px;
}
.management_table td.fourthtd{
   width: 160px;
}
.management_table td.fifthtd{
   width: 160px;
}
.management_table td.sixthtd{
   width: 180px;
}



.management_table td.bolder{
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.management_table td.tablecontent{
    font-size: 13px;
}


.management_table th.lastth{
    border-bottom: none;
}
.management_table td.firsttd, .management_table td.lasttd{
    border-top: none;
}


@media (max-width: 990px) {
    .estacoes .estacao .foto{
        height: 110px;
    }
    .estacoes .estacao img.bandeira{
        margin-top: 8px;
        width: 26px;
    }
    .estacoes .estacao {
        min-height: 180px;
    }

    img.logo-home {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -20% -15%;
    max-width: 80%;
    width: 30%;
    }

}

@media (max-width: 768px) {
    .estacoes .estacao .foto{
        height: 170px;
    }

    .estacoes .estacao .mintext{
        font-size: 1.4em;
    }
}


@media (max-width: 767.98px) {
    .menu-sec {
        display: none
    }
    .estacoes {
        top: 80%
    }
    .estacao {
        margin-bottom: 20px
    }
    .menu {
        min-height: 100vh;
        overflow-y: scroll
    }
    .btn-menu,
    .close-btn {
        background-color: #00141C
    }
    header .logo-home {
        width: 150px;
        margin-left: -75px;
        margin-top: 50px
    }
    .sub-container {
        display: none
    }
    img.logo-home {
        position: absolute;
        top: 30%;
        left: 50%;
        margin: -20% -30%;
        max-width: 80%;
        width: 60%;
    }
}



