﻿/*=======================================================
						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;
}


.secao {
    font-family: 'ubuntumedium', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    color: #0071BC;
}

.secao span {
    transform: rotate(90deg);
    height: 34px;
    font-size: 20px;
}

.caixa-submenu {
    width: 905px;
    height: 62px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    opacity: 1;
    padding-left: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.texto {
    font-family: 'ubunturegular', sans-serif;
    font-size: 17px;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: 10px;
    justify-content: space-between;
    text-align: left;
    letter-spacing: 0px;


}


.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;
}


.list-submenu { /*  verificar onde esta sendo utilizado, tem praticamente a mesma função do list-accordion */
    width: 100%;
    width: 906px;
    margin: 50px 0px 0px 0px;
}

.list-accordion {
    width: 100%;
    width: 906px;
}


.topo-accordion {
    display: flex;
    height: 58px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #C4C5C7;
    border-radius: 4px;
    opacity: 1;
    padding-left: 18px;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
}

.topo-accordion:hover {
    border: 1px solid #0071BC;
}

.ativo .topo-accordion {
    border: 1px solid #0071BC;
}

.ativo .seta {
    transform: rotate(180deg);
}

/*
.box-accordion .topo-accordion .accordion_after::after {
	content: "";
	width: 28px;
	height: 30px;
	background: url('../images/icon_accordion.png') no-repeat;
	position: absolute;
}


.box-accordion.ativo .topo-accordion .accordion_after::after {
	transform:          rotate(180deg);
	-webkit-transform:  rotate(180deg);
}
*/

.box-accordion .conteudo-accordion {
    display: none;
}


.box-accordion.ativo .conteudo-accordion {
    display: block;
}


.seta {
    background: url('../images/icon_accordion.png') no-repeat;
    margin-top: 4px;
    margin-left: 8px;
    width: 16px;
    height: 9px;

}

/************************************************/
.topo-accordion1 {
    display: flex;
    height: 58px;
    background: #FFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #C4C5C7;
    border-radius: 4px;
    opacity: 1;
    padding-left: 18px;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
}

.topo-accordion1:hover {
    border: 1px solid #0071BC;
}

.ativo1 .topo-accordion1 {
    border: 1px solid #0071BC;
}

.ativo1 .seta1{
    transform: rotate(180deg);
}


.box-accordion1 .conteudo-accordion1 {
    display: none;
}


.box-accordion1.ativo1 .conteudo-accordion1 {
    display: block;
}


.seta1 {
    background: url('../images/icon_accordion.png') no-repeat;
    margin-top: 4px;
    margin-left: 8px;
    width: 16px;
    height: 9px;

}



/*-------------------------------------------*/
.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;
}
