/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/08/2020, 21:10:26
    Author     : diego.silva
*/
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body.contraste {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

body.contraste a {
    text-decoration: underline;
}

/* ==========================================================================
    barra-acessibilidade
============================================================================= */
.barra-acessibilidade {
    color: #383838;
    padding: 10px 0;
    font-size: 1.2rem;
    margin-bottom: 0px;
    background: #d9d9d9;
    font-size: 12px;
}

.barra-acessibilidade .white-space {
    white-space: nowrap;
}

.barra-acessibilidade a {
    color: #383838;
}

.barra-acessibilidade a:hover {
    text-decoration: underline;
}

.barra-acessibilidade .icon-font {
    padding: 0 3px;
    margin-top: -5px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    background: #4a4a4a;
    width: 20px;
    height: 20px;
    line-height: 20px;    
    text-align: center;
}

.barra-acessibilidade .icon-font:hover {
    background: #2e8550;
    text-decoration: none;
}

.barra-acessibilidade .fas {
    font-size: 1.5rem;
}

.barra-acessibilidade .icon-libras {
    max-width: 23px;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-top: 3px;
}

.ml-3, .mx-3 {
    margin-left: 1rem!important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.text-right {
    text-align: right!important;
}

.text-left {
    text-align: left!important;
}

.c1 {
    margin-left: 30px;
}

.icon-font:before {
    display: none !important;
}