﻿/*=======================================================
						FONT
========================================================*/

@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/ubuntu-b-webfont.woff') format('woff'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap'),
        url('fonts/ubuntu-bold-webfont.woff') format('woff'),
        url('fonts/Ubuntu-B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/Ubuntu-R.woff') format('woff'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/ubuntu-regular-webfont.woff') format('woff'),
        url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
        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('fonts/Ubuntu-L.woff') format('woff'), url('fonts/ubuntu-light-webfont.woff') format('woff'),
        url('fonts/ubuntu-light-webfont.woff2') format('woff2'),
        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('fonts/Ubuntu-M.woff') format('woff'),
        url('fonts/Ubuntu-Medium.ttf.woff') format('woff'),
        url('fonts/ubuntu-medium-webfont.woff') format('woff'),
        url('fonts/ubuntu-medium-webfont.woff2') format('woff2'),
        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;
    font-weight: 982px;
    margin-top: 18px;
    line-height: 1;
    font-size: 16px;
    color: #333333;
    opacity: 1;
}

ul li {
    list-style: none;
}

a {
    font-family: 'ubunturegular', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.alinhamento {
    text-align: center;
    margin: 0 auto;
    width: 50% !important;
}

/* img {
    max-width: 100%;
} */

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;
}

/*=======================================================
						Body
========================================================*/
body {
    background: #F8F8F8;
    top: 0px;
    left: 0px;
    height: 970px;
}

/*=======================================================
						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;
}



.cabecalho .menu>li a {
    text-align: left;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 22px;
}


.cabecalho .menu>li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}



.cabecalho .menu>li>ul {
    position: absolute;
    top: 23px;
    left: 0;
    background: #FFFFFF;
    display: none;
}



.cabecalho .menu>li:hover>ul {
    margin-left: 150px;
    display: block;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
}



.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;
}


/*=======================================================
						SUBMENU
========================================================*/


.submenu {
    float: right;
}

.titulo-submenu {
    margin-bottom: 25px;
    top: 1930px;
    font-style: normal;
    font-size: 29px;
    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: 20px;
    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;
}

.lateral li a {
    text-align: left;
    font-family: 'ubunturegular', sans-serif;
    font-size: 17px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    word-wrap: normal;
}

.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;
}

.bottom-footer img {
    width: 178px;
    /*138px*/
    /*height: 40px;*/
}

.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: 20px;
    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 atenção */

.conteudo .box-exemplo {
    display: block;
    margin: 30px 20px 30px 0px;
    border: 5px solid #399CD6;
    background: #ECECEC;
    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-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: 20px;
    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: 20px;
    color: #c7c7c7;
    font-weight: bold;
    line-height: 28px;
}

.paginacao a.anterior {
    padding-left: 38px;
    background: url('../images/icon-anterior.png') left top no-repeat;
}

.paginacao a.proximo {
    float: right;
    padding-right: 38px;
    background: url('../images/icon-proximo.png') right top no-repeat;
}

/* lista dentro de conteudo */ 
.conteudo ul {
    /* MARGENS DO UL ANTES DE INICIAR A LISTA */
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.conteudo ul li {
    font-size: 14px;
    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: 16px;
    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: 24px;
    color: #585858;
    margin-bottom: 27px;
}

.conteudo h2 {
    font-size: 17px;
    color: #585858;
}

.conteudo h4 {
    font-size: 18px;
    color: #585858;
    margin-bottom: 10px;
}

.margem {
    padding-left: 20px;
}

.conteudo p {
    font-size: 16px;
    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: 18px;
    color: #399CD6;
    width: 100%;
    border-bottom: 1px solid #8F8D8D;
    position: relative;
    padding-bottom: 7px;
}

.conteudo .subtitulo {
    font-size: 18px;
    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: 24px;
    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: 16px;
    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;
}
.conteudo .list-links a {
	color: #399CD6;
    font-family: sans-serif;
    font-weight: bold;
}

/*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;
}