﻿/*=======================================================
						FONT
========================================================*/

@font-face {
    font-family: 'ubuntubold';
    src: url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ubuntumedium';
    src: url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
    font-weight: normal;
    font-style: normal;
}


/*=======================================================
						RESET
========================================================*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'ubunturegular', sans-serif;
}

p {
    font-family: 'ubunturegular', sans-serif;
    margin-top: 18px;
    line-height: 1;
    font-size: 1em;
    color: #333333;
    opacity: 1;
}

.alinhamento {
    text-align: center;
    margin: 0 auto;
    width: 50% !important;
}    

body {
    font-family: 'ubuntumedium', sans-serif;
    font-weight: 300;
    background-color: white;
    font-size: 62.5%;
    overflow-x: hidden;
}

.container {
    display: flex;
    padding-left: 10px;
    width: 100%;
    margin: 0 auto;
}

.no-scroll {
    overflow: hidden;
}

.objetivo {
    display: none;
}

.cl {
    clear: both;
}



/*=======================================================
						TOPO (HEADER)
========================================================*/

header {
    left: 0px;
    width: auto;
    height: 166px;
}


.banner {
    width: 100%;
    height: 166px;
    filter: blur(2px);
    position: absolute;
    align-items: center;
    background-image: url(../images/banner_submenu.png);
    background-size: cover;

}

.foreground {
    width: 100%;
    height: 166px;
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.2;

}

nav {
    width: 100%;
    position: relative;
    margin-top: 48px;
    margin-bottom: 44px;
    margin-left: 8px;
}


nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

nav ul li:last-child::after {
    content: '';
}

nav ul li {
    display: inline;
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    color: #495057;
    letter-spacing: 0px;
}

nav ul li::after {
    content: '/';
    margin-right: 10px;

}

nav ul li a {
    color: #495057;
    text-decoration: none;
    margin-right: 10px;
    /* display: flex; */
}


nav ul li a:hover {
    color: #0071BC;
}

.home {
    display: inline;
    opacity: 1;
    background: url(../images/icon-home.png) no-repeat;
    text-indent: -9999px;
    background-size: 14px;
    padding-left: 13px;
}

.img {
    width: 15px;
    height: 11px;
    display: inline-flex;
}

/*
 .banner-linha {
     top: 106px;
     left: -18.5px;
     width: 546px;
     height: 0px;
     border: 5px solid #FFA524;
     opacity: 1;
         
 }*/


/*=======================================================
                         CABECALHO
 ========================================================*/

.cabecalho {
    display: flex;
    padding: 50px;
    align-items: baseline;
    position: relative;
    letter-spacing: 0px;
    z-index: 1;
}


.cabecalho img {
    width: 191px;
    height: 54px;
    margin-right: 50px;
}


.cabecalho .menu {
    display: flex;
    width: 800px;
    justify-content: space-around;
    position: relative;
    left: 0;
    font-family: 'ubuntumedium', sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #FFFFFF;
    opacity: 1;

}

.cabecalho .menu>li {
    text-align: center;
    letter-spacing: 0px;
    line-height: 22px;
    list-style-type: none;
}



.cabecalho .menu>li a {
    text-align: left;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 22px;
    list-style-type: none;
    text-decoration: none;
}


.cabecalho .menu>li a:hover {
    color: #FFFFFF;
    font-weight: bold;
    list-style-type: none;
}



.cabecalho .menu>li>ul {
    position: absolute;
    top: 23px;
    left: 0;
    background: #FFFFFF;
    display: none;
    list-style-type: none;
}



.cabecalho .menu>li:hover>ul {
    margin-left: 150px;
    display: block;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
    list-style-type: none;
}



.cabecalho .menu>li>ul li {
    /* PAI DO MENU DE LISTAS */
    padding: 2.5px 5px;
    position: relative;
}



.cabecalho .menu>li>ul li a {
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    white-space: nowrap;
    color: #787878;
    width: 190px;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
    padding-left: 5px;
}



.cabecalho .menu>li>ul li a:hover {
    color: #787878;
    font-weight: bold;
    background-color: #E3F2FD;
    border: none;
}



.cabecalho .menu>li>ul li a.submenu {
    padding-right: 18px;
}



.cabecalho .menu>li>ul li a.submenu::after {
    font-size: 14px;
    content: '>>';
    position: relative;
    right: 0;
    top: 0;
}



.cabecalho .menu>li>ul>li>ul {
    display: none;
    position: relative;
    top: 0;
    left: 100%;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.2px 12px;
}



.cabecalho .menu>li>ul>li:hover>ul {
    display: block;
}



.items_menu1 {
    width: 85px;
    align-items: center;
    cursor: pointer;
}

.items_menu2 {
    width: 125px;
    align-items: center;
}

.txt {
    /* criado para utilizar no botao de acessibilidade*/
    font-size: 16px;
}


/*=======================================================
						SUBMENU
========================================================*/

.submenu {
    float: right;
}

.titulo-submenu {
    margin-bottom: 25px;
    top: 1930px;
    font-style: normal;
    font-size: 1.8125em;
    text-align: left;
    font-family: 'ubunturegular', sans-serif;
    letter-spacing: 0px;
    opacity: 1;

}


.azul {
    color: #0071BC;
}



.lateral {
    float: left;
    width: 250px;
    text-align: left;
    margin-right: 39px;
}


.lateral h2 {
    font-size: 1.25em;
    text-align: left;
    font-family: 'ubuntubold', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    margin-top: 22px;
    padding: 0px 0px 0px 9px;
}

.lateral ul {
    margin-top: 25px;
    padding: 0 13px;
    list-style-type: none;
}

.lateral li a {
    text-align: left;
    font-family: 'ubunturegular', sans-serif;
    font-size: 17px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    word-wrap: normal;
    text-decoration: none;
    
}

.lateral li a:hover {
    color: #0071BC;
    opacity: 1;

}

.lateral hr {
    border: 0;
    border-top: 1px solid #E8EBED;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
}

.unit {
    margin-bottom: 60px;
}

.unit a.ativo {
    color: #0071bc;
}

/*=======================================================
						body
========================================================*/

.center {
    width: 1271px;
    margin: auto;
    min-height: 659px;
    padding-bottom: 120px;
}

.inline {
    display: inline-block;
}

/*=======================================================
			BOTÃO VOLTAR AO TOPO
========================================================*/
.back-to-top {
    align-items: center;
    display: flex;
    width: 144px;
    height: 36px;
    padding: 5px;
    justify-content: space-evenly;
    background: #005288 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #005288;
    border-radius: 5px;
    opacity: 1;
    position: fixed;
    bottom: 59px;
    right: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top img {
    width: 14px;
    height: 14px;
}

.back-to-top p {
    font-family: 'ubunturegular', sans-serif;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 0px;
}

/*=======================================================
						FOOTER
========================================================*/


.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 81px;
    background-color: #F1F1F1;
    opacity: 1;
}

.imagem_footer {
    width: 191px;
    height: 54px;
    display: block;
    background: url(../images/lg.png) no-repeat;
}

.copy {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 14px/16px var(--unnamed-font-family-ubuntu);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-676767);
    text-align: left;
    font: normal normal normal 14px/16px Ubuntu;
    letter-spacing: 0px;
    color: #676767;
    opacity: 1;
}


/*=======================================================
						CONTEUDO DE HELP
========================================================*/

.conteudo {
    width: 100%;
    width: 982px;
    margin: 18px 0px 0px 0px;
    /* padding-top: 35px;
	padding-bottom: 100px; */
    /* position: fixed; */
}

.conteudo::before {
    margin-top: 0px;
}

/* quando tem imagem dentro do corpo de texto */
.conteudo img {
    display: block;
    margin: 16px auto;
}

.conteudo img.img-texto {
    display: inline-block;
    margin: 0 3px -3.72px 3px;
}

.conteudo iframe {
    display: block;
    margin: 50px auto;
}


/* box de atenção */
.conteudo .box-atencao {
    display: block;
    margin: 30px 20px 30px 0px;
    border: 5px solid #F5A556;
    background: #FEEBD2;
    padding: 15px 0 25px;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    max-width: 940px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #585858;
}

.conteudo .box-atencao p {
    color: #585858;
}

.conteudo .box-atencao ul {
    margin-top: 20px;
}

.conteudo .box-atencao ul li::before {
    content: "";
    width: 4px;
    height: 1px;
    background: #585858;
    position: absolute;
    left: 0;
    top: 9px;
}

.conteudo .box-atencao .titulo-atencao {
    margin-top: 15px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 28px;
    padding-left: 32px;
    color: #333333;
    background: url('../images/icon-atencao.png') left top no-repeat;
    margin-bottom: 23px;
}


/* box de exemplo */

.conteudo .box-exemplo {
    display: block;
    margin: 30px 20px 30px 0px;
    border: 5px solid #399CD6;
    background: #ECECEC;
    padding: 15px 0 15px;
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    max-width: 940px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #585858;
}

.conteudo .box-exemplo p {
    color: #585858;
}

.conteudo .box-exemplo ul {
    margin-top: 20px;
}

.conteudo .box-exemplo ul li::before {
    content: "";
    width: 4px;
    height: 1px;
    background: #585858;
    position: absolute;
    left: 0;
    top: 9px;
}

.conteudo .box-exemplo .titulo-exemplo {
    margin-top: 15px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 22px;
    padding-left: 28px;
    color: #333333;
    background: url('../images/icon-exemplo.png') left top no-repeat;
    margin-bottom: 23px;
}


/*paginacao */
.paginacao {
    width: 100%;
    margin-top: 85px;
}

.paginacao::after {
    display: table;
    content: "";
    clear: both;
}

.paginacao a {
    font-size: 1.25em;
    color: #c7c7c7;
    font-weight: bold;
    line-height: 28px;
}

.paginacao a.anterior {
    padding-left: 38px;
    background: url('../images/icon-anterior.png') left top no-repeat;
    text-decoration: none;
}

.paginacao a.proximo {
    float: right;
    padding-right: 38px;
    background: url('../images/icon-proximo.png') right top no-repeat;
    text-decoration: none;
}


/* lista dentro de conteudo */
.conteudo ul {
    /* MARGENS DO UL ANTES DE INICIAR A LISTA */
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 15px;

}

.conteudo ul li {
    /* font-size: 0.875em; */
    color: #585858;
    line-height: 18px;
    padding-left: 15px;
    position: relative;

}

.conteudo ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #BDBDBD;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.conteudo ul li+li {
    margin-top: 15px;
}

/*verificar se todos esses estilos abaixo são necessarios */


.breadcamp {
    margin-bottom: 35px;
}

.breadcamp a {
    font-size: 0.875em;
    font-weight: bold;
    color: #CECECE;
}

.breadcamp a+a::before {
    content: "/";
    margin: 0 7px;
    color: #CECECE;
}

.breadcamp a:hover {
    color: #2D9CDB;
}

.breadcamp a.ativo {
    color: #2D9CDB;
}

.conteudo .container {
    position: relative;
    z-index: 1;
}

.conteudo .container:after {
    display: table;
    content: "";
    clear: both;
}

.conteudo h1 {
    font-size: 1.5em;
    color: #585858;
    margin-bottom: 27px;
}

.conteudo h2 {
    font-size: 1.0625em;
    color: #585858;
}

.conteudo h4 {
    font-size: 1.125em;
    color: #585858;
    margin-bottom: 10px;
}

.margem {
    padding-left: 20px;
}

.conteudo p {
    font-size: 1em;
    line-height: 20px;
    color: #333333;
    line-height: 21px;
    font-family: 'ubunturegular', sans-serif;
    opacity: 1;
}

.conteudo p+p {
    margin-top: 15px;
}

.conteudo p+h2 {
    margin-top: 45px;
}

.conteudo p a {
    font-family: 'ubuntumedium', sans-serif;
    color: #eb8f23;
}

.conteudo p a:hover {
    color: #e46025;
    text-decoration: underline;
}

.conteudo p a.link-azul {
    color: #0066FF;
    text-decoration: none;
}

.conteudo h4 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 1.125em;
    color: #399CD6;
    width: 100%;
    border-bottom: 1px solid #8F8D8D;
    position: relative;
    padding-bottom: 7px;
}

.conteudo .subtitulo {
    font-size: 1.125em;
    color: #585858;
    width: 100%;
    border-bottom: 1px solid #8F8D8D;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.conteudo .subtitulo::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 142px;
    height: 5px;
    background: #399CD6;
}

.conteudo .subtitulo-azul {
    margin-top: 50px;
    font-size: 1.5em;
    color: #399CD6;
    width: 100%;
    border-bottom: 1px solid #8F8D8D;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.conteudo .subtitulo-azul::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 142px;
    height: 5px;
    background: #399CD6;
}

.conteudo .titulo-saiba-mais {
    margin-top: 50px;
    font-size: 1em;
    color: #585858;
    width: 100%;
    border-bottom: 1px solid #8F8D8D;
    position: relative;
    padding-bottom: 7px;
}

.conteudo .titulo-saiba-mais::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 142px;
    height: 5px;
    background: #EF8A00;
}



/* accordion */

.list-accordion {
    width: 100%;
    /* max-width: 855px; */
    margin: 80px 0px 80px 0px;
}

.box-accordion a {
    color: #1686C9;
    text-decoration: underline;
    font-size: 15.5px;
    /*font-family: 'ubuntumedium';*/
    font-family: Arial, sans-serif;
}

.box-accordion .topo-accordion {
    border-bottom: 1px solid #585858;
    padding-right: 90px;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom: 35px;
    margin-top: 35px;
}

.box-accordion .topo-accordion::after {
    content: "";
    width: 28px;
    height: 30px;
    background: url('../images/icon-accordion.png') no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

.box-accordion.ativo .topo-accordion::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.box-accordion .topo-accordion h4 {
    color: #585858;
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.box-accordion .conteudo-accordion {
    display: none;
    padding: 0 20px 50px 20px;
}

.box-accordion.ativo .conteudo-accordion {
    display: block;
}

a[data-fancybox="images"] {
    margin: 50px auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

a[data-fancybox="images"] img {
    display: inline-block;
    margin: 0;
}

a[data-fancybox="images"]::before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/icon-hover.png') center no-repeat rgba(0, 0, 0, 0.5);
}

a[data-fancybox="images"]:hover::before {
    display: block;
}

/*box de versao*/


.list-versoes {
    width: 100%;
    padding: 30px 0;
    text-align: center;

}

.list-versoes .box-versao {
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    text-align: left;
    /*font-family: 'ubuntumedium';*/
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #585858;
    margin: 10px 18px 24px 0;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.list-versoes .box-versao:hover {
    border: 1px solid #999;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);

}

.list-versoes .box-versao .data-versao {
    padding-left: 37px;
    padding-top: 1px;
    min-height: 24px;
    background: url('../images/icon-data.png') left no-repeat;
    line-height: 24px;
}

.list-versoes .box-versao .versao {
    margin-top: 12px;
    padding-left: 37px;
    min-height: 24px;
    background: url('../images/icon-versao.png') left top no-repeat;
    line-height: 24px;
    font-size: 17px;

}

.conteudo .list-links {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;

}

.conteudo .list-links a {
    color: #399CD6;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration-line: none;
}

/*tabela*/


.conteudo table {
    border: 2px solid #CFCFCF;
    padding: 15px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    margin: 25px auto;
}

.conteudo table tr td {
    border-bottom: 1px solid #CFCFCF;
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
    /*color: #1F1F1F;*/
    color: #585858;
    line-height: 18px;
    /*font-family: 'ubuntumedium';*/
    font-family: Arial, sans-serif;
}

.conteudo table tr td:last-child {
    color: #656565;
}

.conteudo table tr:last-child td {
    border-bottom: 0px;
    padding-bottom: 0px;
}


/*=======================================================
						FAIXA DE ACESSIBILIDADE
========================================================*/

.acessibilidade {
    margin-right: 150.62px;
    top: 20.02px;
    float: right;
    background: #0065A8;
    width: 178px;
    height: 36px;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
  
  
  }
  
  .acessibilidade span p {
    position: absolute;
    margin-top: 12px;
    margin-left: 36px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
  }
  
  .acessibilidade span img {
    align-items: center;
    margin: 9px 10px 8.87px 10px;
    padding-right: 20px;
    position: absolute;    
  }
  
  .acessibilidade_imagem {   
    width: 18px;
    height: 18px;   
    position: absolute;
    background: url('../images/universal-access-solid.png') no-repeat;
    margin: 9px 10px 8.87px 10px;
  }
  
  .acessibilidade_separador {
    position: absolute;
    margin-left: 140px;
    border: #ffffff 0.5px solid;
    height: 36px;
  }
  
  .acessibilidade::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/icon-seta.png') no-repeat;
    margin: 15px 9px 8.98px 155px;
  
  }
  
  .acessibilidade a {
    color: #707070;
    /* display: inline-block; */
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-left: 7.52px;
    font-family: 'ubuntumedium', sans-serif;
    text-decoration: none;
  }
  
  .acessibilidade a+a {
    margin-top: 17px;
  }
  
  .acessibilidade .list-acessibilidade {
    background: #ffffff;
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    width: 178px;
    height: 122px;
    padding: 7px 10px;
    margin-top: 3px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    transition: all 900ms ease-in-out;
  }
  
  
  /*alto contraste*/
  
  .acessibilidade_alto_contraste {
    width: 100%;
    height: 22px;
    margin-top: 7px;
    text-align: left;
  }
  
  
  .acessibilidade_toggler {
    position: absolute;
    width: 25px;
    height: 15px;
    background: #CED4DA;
    border: 0;
    border-radius: 20px;
    right: 7px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    z-index: 4;
  }
  
  .acessibilidade_toggler div {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 300ms ease-in-out;
  }
  
  #alto-contraste-input {
    display: none;
  }
  
  #alto-contraste-input:checked~.acessibilidade_toggler {
    background: #aaa;
  }
  
  #alto-contraste-input:checked~.acessibilidade_toggler div {
    left: 12px;
    transition: all 300ms ease-in-out;
  }
  
  #alto-contraste-input:checked~.list-idiomas {
    display: none;
  }
  
  
  /*A+ E A-*/
  
  .acessibilidade_tamanho_fonte {
    width: 100%;
    height: 22px;
    display: inline-block;
    margin-top: 7px;
  
  }
  
  .acessibilidade_botoes_tamanho_fonte {
    display: inline-block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'ubuntumedium', sans-serif;
  
  }
  
  .acessibilidade_botoes_tamanho_fonte_botao {
    position: relative;
    width: 49px;
    height: 36px;
    border-radius: 6px;
    display: inline-block;
    background-color: #0071BC;
    margin-left: 10px;
    padding: 10px 16px 20px;
    cursor: pointer;
  
  }
  
  .acessibilidade_botoes_tamanho_fonte_botao:hover {
    background-color: #0071bcc0;
  
  }
  


/*=======================================================
						DARK_MODE
========================================================*/
#dark-mode-toggle {
    display: none;
}

/*Esse é o espaço onde as imagens vão correr de um lado para outro na troca do tema*/
.dark-mode-toggle {
    position: absolute;
    width: 83px;
    height: 36px;
    background: #0071BC;
    border-radius: 3px;
    border: 0;
    top: 20px;
    right: 351px;
    cursor: pointer;
    transition: all 300ms ease-out;
    z-index: 4;
}

/*Botão day_mode*/
.dark-mode-toggle div {
    width: 20.85px;
    height: 21.85px;
    border-radius: 0;
    position: absolute;
    transition: all 300ms ease-out;
    background: url(../images/sun.png) center center no-repeat;
    background-size: auto;
    margin: 7.08px 10.64px;
}

/*Muda a imagem do próprio botão e joga para a direita exibindo a lua no lugal do sol*/
#dark-mode-toggle:checked~.dark-mode-toggle div {
    left: 44px;
    background: url(../images/moon.png) center center no-repeat;
    background-size: cover;
    transition: all 300ms ease-in-out;
}

/*Muda o fundo da áre que desliga o botão quando o botão vai para a direita*/
#dark-mode-toggle:checked~.dark-mode-toggle {
    background: #fff;
}

.dark {
    background-color: #444;
}

.dark p {
    color: #CFCFCF;
}

.dark h1 {
    color: #FFFFFF;
}

.dark h2 {
    color: #FFFFFF;
}

.dark h4 {
    color: #FFFFFF;
}

.dark nav ul li a {
    color: #CFCFCF;
}

.dark nav ul li a:hover {
    text-decoration: underline;
    border: none;
}

.dark nav ul li {
    color: #FFFFFF;
}

.dark .bottom-footer {
    background-color: #000000;
}

.dark .imagem_footer {
    background: url(../images/Logo_Branca.png) no-repeat;
}

.dark .acessibilidade {
    background-color: #333333;
}

.dark .acessibilidade_botoes_tamanho_fonte_botao {
    background-color: #333333;
}

.dark .home {
    background: url(../images/icon-home-dark.png) no-repeat;
}

.dark .lateral h2 {
    color: #FFFFFF;
}

.dark .lateral li a{
    color: #CFCFCF;
    
}

.dark .lateral li a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    
}
.dark .conteudo .subtitulo {
    color: #FFFFFF; 
}

.dark .list-versoes .box-versao {
    color: #ffffff;
}

.dark .conteudo ul li {
    color: #CFCFCF;
}



/*=======================================================
						ALTO CONTRASTE
========================================================*/

.altoc {
    background-color: #444;
}

.altoc p {
    color: #CFCFCF;
}

.altoc h1 {
    color: #FFFFFF;
}

.altoc h2 {
    color: #FFFFFF;
}

.altoc h4 {
    color: #FFFFFF;
}

.altoc nav ul li a {
    color: #FFF700;
}

.altoc nav ul li a:hover {
    text-decoration: underline;
    border: none;
}

.altoc nav ul li {
    color: #FFF700;
}

.altoc .bottom-footer {
    background-color: #000000;
}

.altoc .imagem_footer {
    background: url(../images/Logo_Branca.png) no-repeat;
}

.altoc .dark-mode-toggle {
    background: #FFF700;

}

.altoc .dark-mode-toggle div {
    background: url(../images/sun_altoc.png) center center no-repeat;
}

.altoc .acessibilidade {
    background-color: #FFF700;
    color: #000000;
}

.altoc .acessibilidade_botoes_tamanho_fonte {
    color: #000000;
}

.altoc .acessibilidade_botoes_tamanho_fonte_botao {
    background-color: #FFF700;
    color: #000000;
}

.altoc .acessibilidade .list-acessibilidade {
    background-color: #000000;
    border: #000000;
}

.altoc .acessibilidade a {
    color: #FFFFFF;
}

.altoc .acessibilidade_separador {
    border: #000000 0.5px solid;
}

.altoc .acessibilidade span p {
    color: #000000;
}

.altoc .acessibilidade::after {
    background: url('../images/icon-seta_altoc.png') no-repeat;
}

.altoc .acessibilidade_toggler {
    background: #000000;
}

.altoc .acessibilidade_toggler div {
    background: #FFF700;
}

.altoc .acessibilidade_imagem {
    background: url('../images/universal-access-solid_altoc.png') no-repeat !important;

}

.altoc .home {
    background: url(../images/icon-home-dark-altoc.png) no-repeat;
}

.altoc .cabecalho .menu {
    color: #FFF700;
}

.altoc .cabecalho .menu>li a {
    color: #FFF700;;
}

.altoc .cabecalho .menu>li a:hover {
    color: #FFF700;

}
.altoc .cabecalho .menu>li>ul {
    background: #000000;
}

.altoc .cabecalho .menu>li:hover>ul {
    border: 1px solid #000000;
}

.altoc .cabecalho .menu>li>ul li a {
    color: #FFF700;
}

.altoc .cabecalho .menu>li>ul li a:hover {
    color: #000000;
    background-color: #FFF700;
    border: none;
}

.altoc .lateral h2 {
    color: #FFF700;
}

.altoc .lateral li a{
    color: #FFF700;
    
}

.altoc .lateral li a:hover {
    color: #FFF700;
    font-weight: bold;
    text-decoration: underline;
    
}
.altoc .conteudo .subtitulo {
    color: #FFFFFF; 
}

.altoc .list-versoes .box-versao {
    color: #ffffff;
}

.altoc .conteudo ul li {
    color: #CFCFCF;
}


/*=======================================================
						Pesquisa
========================================================*/
.formulario input {
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 0px 1px 3px #00000029;
    flex-grow: 1;
    font-size: 1rem;
    position: absolute;
    float: left;
    top: 20px;
    right: 450px;
    width: 352px;
    height: 36px;
    padding-left: 21px;
    padding-right: 38px;
    z-index: 4;
}

.formulario button {
    width: 36px;
    height: 36px;
    right: 450px;
    top: 20px;
    font-size: 1rem;
    border: 1px solid #0070BB;
    background: #0070BB;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    position: absolute;
    float: left;
    z-index: 4;
}

.formulario button img{
    width: 16px;
    height: 16px;
}