﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
/* You can add global styles to this file, and also import other style files */
body {
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    line-height: 1.8;
    color: #9d9d9d;
    background-color: #fff;
}

.row {
    margin-top: 25px !important;
}

.display-middle {
    position: absolute;
    text-align: center !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

table {
    width: 100%;
}

.navbar-inverse {
    background-color: #243F99;
    border-color: #243F99;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #243F99 !important;
}

.navbar-transparent {
    background-color: transparent;
    border-color: transparent;
}

.logo {
    position: absolute;
    margin-left: 5%;
    height: 100px;
}

a {
    cursor: pointer;
    font-weight: bold;
}

.navbar-nav > li > a {
    padding-left: 50px;
    padding-right: 50px
}

@media (min-width: 1200px){
    .container {
    width: 1024px;
}

@media only screen and (max-width: 767px) {
    .conteudo {
        margin-top: 55px;
    }

    .logo {
        position: absolute;
        margin-left: 0;
        height: 50px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .my-content {
        margin-left: 19%;
        width: 80%;
    }

    .my-content-body {
        margin-top: 100px;
    }
}

@media (min-width: 1000px) {
    .my-content {
        margin-left: 16%;
        width: 80%;
    }

    .my-content-body {
        margin-top: 100px;
    }
}

@media (min-width: 1250px) {
    .my-content {
        margin-left: 14%;
        width: 80%;
    }

    .my-content-body {
        margin-top: 100px;
    }
}

@media (min-width: 1500px) {
    .my-content {
        margin-left: 12%;
        width: 80%;
    }

    .my-content-body {
        margin-top: 100px;
    }
}

.conteudo {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 16px;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.landscape {
    padding: 16px;
    margin-top: 20px !important;
}

    .landscape .landscape-header {
        padding-left: 260px;
    }

    .landscape .landscape-content {
        font-size: 16px;
    }

.conteudo > p {
    padding-top: 15px;
}

.middle {
    vertical-align: middle
}

p {
    text-align: justify;
}

.spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    width: 50%
}