﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

img.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    /*margin-top: 0px;
    padding: 15px 0px !important;*/
    background-color: #003054 !important;
    /*background-color: black !important;*/
}

.transparent-card {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    background-color: #a8aeb4;
    border: #3a4046 1px solid;
    padding: 5px;
    -ms-border-radius: 15px 50px 30px;
    border-radius: 10px 30px 20px;
    padding: 10px 20px;
    max-width: 260px;
}

    .transparent-card .icon {
        max-width: 160px;
        max-height: 100px;
        max-width: 200px;
    }


.container-fluid {
    padding: 0;
}

.container-icon .icon {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 20px;
}

.container-icon .icon img {
        width: 90px;
        height: 90px;
        padding: 30px;
        max-width: 200px;
    }

.container-icon, .icon-content {
    margin-top: 10px;
    font-size: 0.8rem;
}

.container-icon .img-center img {
    border: 1px solid #81c4dc;
}



/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  /*position: relative;
  min-height: 100%;
  font-size: 14px;*/
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #003054 !important;
    color: #a8aeb4;
}

footer {
    position: fixed;
    height: 60px;
    background-color: #3a4046;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 5px;
    margin-bottom: 0;
    white-space: nowrap;
}

.border-top {
  border-top: 1px solid #a8aeb4;
}
.border-bottom {
  border-bottom: 1px solid #a8aeb4;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/*
-------------------------------------------------- */



/* Custom
-------------------------------------------------- */

.big {
    font-size: 2rem;
    display: inline;
}

.small {
    font-size: 0.8rem;
}


.subtitle {
    font-size: 0.8em;
    display: block;
    text-align: center;
    width: 70px;
}

.avatar {
    max-width: 50px;
    max-height: 50px;
}

.menu-item {
    padding: 2px;
    /*border: 1px solid black;
    background-color: whitesmoke;*/
}

.menu-item > a {
    height: 80px;   
}


.disabled {
    display: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


/* App
-------------------------------------------------- */

.identification-header {
    font-weight: bold;
}

.section-header {
    font-style: oblique;
    font-weight: bold;
}

.pessoa {
    padding: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.pessoa:hover {
    padding: 3px;
    background-color: ghostwhite;
    border: 1px solid #003054;
    -ms-opacity: 1.0;
    opacity: 1.0;
}

input.upper {
    text-transform: uppercase;
}

input.lower {
    text-transform: lowercase;
}



/* Home Page 
 * --------------------------------------------------
 */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #50d2c2;
    background-color: #3a4046;
}

.logo {
    height: 120px;
}

section {
    margin-bottom: 40px;
    /*background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
}

    section h1 {
        color: white;
        text-shadow: 0 0 5px #000;
        font-style: oblique;
    }


#aplicativo .subsection {
    /*margin-left: 430px;*/
}

#hardware .subsection {
    /*margin-right: 250px;*/
}

#menu {
    margin-bottom: 10px;
}

#menu a.nav-link {
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

main {
    margin-bottom: 100px;
}

.banner {
    background-color: #cccccc;
    height: 400px;
    width: 100vh;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-1 {
    background-image: url("../images/institucional/banner/banner1.png");
}

.banner-2 {
    background-image: url("../images/institucional/banner/banner2.png");
}

.slogan {
    font-size: 0.85rem;
    font-style: oblique;
    font-weight: bold;
    margin-left: 36px;
    margin-top: -16px;
}

.lema {
    position: absolute;
    height: 200px;
    top: 50px;
    left: 50px;
    color: white;
    text-shadow: 0 0 5px #000;
    max-width: 50%;
    font-style: oblique;
    font-family: cursive;
}

.selo {
    position: relative;
    height: 164px;
    bottom: -200px;
    left: 66px;
}

.quick-access {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #f5f5f5;
}

.bg1 {
    background-image: url('../images/institucional/aplicativo.png');
    /*background-attachment: fixed;*/
    background-position: top 23px left 40px;
    background-repeat: no-repeat;
    height: 120px;
}


.bg2 {
    background-image: url('../images/institucional/totem.png');
    /*background-attachment: fixed;*/
    background-position: top 64px right 10px;
    background-repeat: no-repeat;
}

.text-danger {
    font-size: 0.75rem;
    min-height: 15px;
}