/* CSS PADRÃO */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}
html{
	font-size:16px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	min-width:290px;
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
	width: 100%;
	text-rendering:optimizeLegibility;
	font-family: 'Raleway', sans-serif;
}
body{
	padding:0px;
	margin:0 auto!important;
	max-width:1920px !important;
	border: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}
*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.button,
.input,
.textarea{
	height:2.25em;
	vertical-align:top;
}
.button,
.checkbox input,
.radio input,
a{
	cursor:pointer;
}
.conteudo,
.xs-12{
	width:100%;
}
.tooltip-inner,
a,
a[href^=tel]{
	text-decoration:none;
}
.button,
.input,
.textarea,
html{
	background-color:#FFFFFF;
}
.button,
.checkbox,
.control,
.input,
.radio,
.textarea{
	position:relative
}
.button{
	align-items:center;
	border:1px solid #dbdbdb;
	border-radius:3px;
	padding-bottom:calc(.375em - 1px);
	padding-top:calc(.375em - 1px);
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:.75em;
	padding-right:.75em;
	text-align:center;
	white-space:nowrap
}
a.button,
button.button,
input[type=submit]
.button{
	text-transform: uppercase;
	line-height:1;
	padding-bottom:.4em;
	padding-top:1.1em;
}
a,form{
	display:block;
}
.clear,
.clearfix{
	clear:both;
}
.clear-mobile,
.clear-tablet{
	display: none;
}
a[href^=tel]{
	color:inherit
}
a{
	-webkit-transition:none 86ms ease-out;
	transition:none 86ms ease-out;
	background:0 0;
	outline:0
}
img{
	border:0;
	display: block;
}
li,ul{
	list-style:none;
}
form,h1,h2,h3,h4,h5,h6,li,p{
	padding:0px;
	margin:0px;
}
h1,h2, h3, h4{
	font-weight: 100;
}
p{
	/*line-height:25px;
	font-size:12px;*/
}
ul{
	margin:0;
	padding:0;
}
span[class^=skype_pnh_container]{
	display:none!important;
}
span[class^=skype_pnh_print_container]{
	display:inline!important;
}
::-moz-selection {
	background: #0CA3CE;
	color: #FFF;
}
::selection {
	background: #0CA3CE;
	color: #FFF;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #949494;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #949494;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #949494;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #949494;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #949494;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #949494;
}

/* ESCONDIDO DA VIEW */
.escondido-da-view{
	position:absolute;
	left:-15000000px;
	top:-1500000000px;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	width:100%;
	max-width:1170px;
	min-width:300px;
	padding-right:15px!important;
	padding-left:15px!important;
	margin-right:auto;
	margin-left:auto;
}

/* PÁGINA NÃO ENCONTRADA */
.pagina-naoencontrada{
	width:100%;
	padding-top:200px;
	padding-bottom:200px;
	text-align:center;
	color:#818181;
}
.erro-404{
	font-weight:800;
	background: #FFFFFF;
	font-size:100px !important;
}
.texto-404{
	background: #FFFFFF;
	font-size:25px;
}

/* MGS FORMULÁRIOS */
.msg-erro,
.msg-ok{
	font-size:13px;
	text-transform:uppercase;
}
.msg-erro{
	color:red!important;
}
.msg-ok{
	color:#090!important;
}
.msg-total-ok{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
	padding:15px;
	font-size: 14px;
}
.msg-total-erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;
	color:#B94A48;
	padding:14px;
	font-size: 14px;
}

/* BOTÃO VOLTAR TOPO */
.botao-voltar-topo{
	width: 68px;
	height: 98px;
	padding-top: 76px;
	padding-right: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 99999;
	display: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	color: #0e4988;
	text-align: center;
	background:url('../../imagens/topo.svg') top center no-repeat;
}

/* BOTÃO PRIMÁRIO */
.botao-primario{
	color: #0e4988;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 50px;
	background: #FFFF01;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-primario:hover{
    background: #EBEB01 !important;
}

/* BOTÃO SECUNDARIO */
.botao-secundario{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 50px;
	background: #ff4040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-secundario:hover{
	color: #FFFFFF !important;
    background: #05132D !important;
}

/* FONTES */
@font-face {
    font-family: 'allerbold';
    src: url('../fontes/aller-webfont.woff2') format('woff2'),
         url('../fontes/aller-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fontes/aller_lt-webfont.woff2') format('woff2'),
         url('../fontes/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('../fontes/aller_rg-webfont.woff2') format('woff2'),
         url('../fontes/aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
}
.texto-editor a{
	display: inline;
	color: #12a19b;
}
.texto-editor a:hover{
	text-decoration: underline;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}
.texto-editor p {
    display: block;
    -webkit-margin-before: 1.5em;
    -webkit-margin-after: 1.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}

/* PÁGINAÇÃO: PADRÃO */
.total-paginacao-padrao{
	display: table;
	margin: 0 auto;
	margin-top: 25px;
    position: relative;
    z-index: 999;
}
.contorno-botoes-paginacao{
	display: table;
	margin: 0 auto;
}
.contorno-botoes-paginacao a{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	color: #0e4988;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #0e4988;
}
.contorno-botoes-paginacao a + a{
	margin-left: 17px;
}

.contorno-botoes-paginacao a:hover{
	background: #FFFF00;
	border: 1px solid #FFFF00;
	    -webkit-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    -moz-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.7);
}
.pagina-selecionada{
	background: #FFFF00 !important;
	border: 1px solid #FFFF00 !important;
	    -webkit-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    -moz-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.7);
}
.pagina-anterior{
	background: url('../../imagens/seta-esquerda-paginacao.svg') 50% 50% no-repeat !important;
}
.proxima-pagina{
	background: url('../../imagens/seta-direita-paginacao.svg') 50% 50% no-repeat !important;
}
.proxima-pagina p{
    padding-left: 20px;
}
.pagina-anterior p{
    padding-right: 20px !important;
    float:right;
}
.pagina-anterior,
.proxima-pagina{
	width: 12px !important;
	border: none !important;
}
.pagina-anterior:hover,
.proxima-pagina:hover{
	background: url('../../imagens/seta-esquerda-paginacao.svg') 50% 50% no-repeat !important !important;
	border: none !important;
	    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.8;
}
.contorno-exibindo{
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	color: #0e4988;
}

/* MSG PADRAO NENHUM ITEM */
.nenhum-item-cadastrado{
	color: #A5A5A5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #D4D4D4;
}

/* FILTRO EXIBIR BUSCANDO POR */
.caixa-busca{
    width: 100%;
    border-bottom: 1px solid#dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
    margin-bottom: 15px;
    white-space: nowrap !important;
    height: 40px;
    align-content: center;
    padding-top: 7px;
}

.caixa-busca a{
    display: inline !important;
    color: #777;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}
.caixa-busca p{
    display: inline;
    color: #777;
    font-weight: 300;
    font-size: 14px;
}


/* HIDDEN, VISIBLE MEDIAS */
.visible-desktop{
	display: block !important;
}
.visible-mobile{
	display: none !important;
}
.visible-tablet{
	display: none !important;
}

@keyframes arrow-movement {
    0% {
        bottom: -15px;
    }
    70% {
        bottom: -3px;
    }
    100% {
        bottom: -15px;
    }
}

/* MOBILE */
@media (max-width: 767px){
	.clear-mobile{
		clear: both;
		display: block !important;
	}
	.visible-mobile{
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}
	.visible-tablet{
		display: none !important;
	}
	.hidden-mobile{
		display: none !important;
	}
}

/* TABLET */
@media (max-width: 999px) and (min-width: 768px){
	.clear-tablet{
		clear: both;
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}
	.visible-mobile{
		display: none !important;
	}
	.visible-tablet{
		display: block !important;
	}
}

@media (max-width:767px){
	.visible-xs{
		display:block!important
	}
	.hidden-xs{
		display:none!important
	}
}

@media (min-width:768px) and (max-width:991px){
	.visible-sm{
		display:block!important
	}
	.hidden-sm{
		display:none!important
	}
}

@media (min-width:992px){
	.visible-md{
		display:block!important
	}
	.hidden-md{
		display:none!important
	}
	.clear-desktop{
		clear: both;
	}
}
/* GERAL */
.total-rodape{
	width: 100%;
	height: auto;
	padding-top: 40px;
	background: #FFFFFF;
}

/* LOGO */
.contorno-logo-rodape{
	width: 152px;
	float: left;
}
.logo-rodape img{
	display: block;
	width: 100%;
}
.contorno-menus-rodape{
	width: calc(100% - 412px);
	float: left;
	margin-top: -3px;
}
.contorno-campo-menus-rodape{
	float: left;
}
.menu-acesso{
	width:35%; 
}

/* MENUS CONTATO */
.menus-contato{
	width: 65%;
}
.menus-contato h2{
	font-size: 20px;
	color: #0e4988;
	font-weight: 900;
	margin-bottom: 21px;
}
.menus-contato{
	padding-left: 65px;
}
.menus-contato ul li{
	width: 100%;
}
.menus-contato ul li + li{
	margin-top: 22px;
}
.menus-contato ul li p{
	font-size: 14px;
	color: #0e4988;
	font-weight: 300;
	width: calc(100% - 33px);
	float: left;
	line-height: 18px;
	padding-left: 15px;
}
.menus-contato .icones-contato-rodape{
	width: 33px;
	height: 33px;
	float: left;
}
.menus-contato .icone-telefone{
	background: url('../../imagens/telefone-rodape.svg') 50% 50% no-repeat;
}
.menus-contato .icone-endereco{
	margin-top: 2px;
	background: url('../../imagens/endereco-rodape.svg') 50% 50% no-repeat;
}
.menus-contato .icone-email{
	margin-top: 1px;
	background: url('../../imagens/email-rodape.svg') 50% 50% no-repeat;
}

/* MENUS ACESSO RAPIDO */
.menus-acesso-rapido h2{
	font-size: 20px;
	color: #0e4988;
	font-weight: 900;
	margin-bottom: 21px;
}
.menus-acesso-rapido ul li{
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 14px;
	padding-left: 11px;
	background: url('../../imagens/marcador-item-rodape.svg') 0px 50% no-repeat;
}
.menus-acesso-rapido ul li a,
.menus-acesso-rapido ul li p{
	font-size: 14px;
	color: #0e4988;
	font-weight: 300;
}
.menus-acesso-rapido ul li a:hover,
.menus-acesso-rapido ul li p:hover{
	font-weight: bold;
}

/* CHAMADA ASSOCIADO */
.campo-chamada-associado{
	width: 260px;
	float: right;
	margin-top: 37px;
}
.campo-chamada-associado span {
    display: block;
    font-weight: bold;
    color: #0e4988;
    font-size: 14px;
    line-height: 16px;
}
.campo-chamada-associado .botao-login {
	display: table;
    padding-left: 36px;
    padding-right: 36px;
    height: 40px;
    line-height: 40px;
    margin-top: 17px;
	    -webkit-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    -moz-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.7);
}

/* BAIXO RODAPE */
.total-baixo-rodape{
	width: 100%;
	margin-top: 75px;
	padding-bottom: 22px;
}
.total-baixo-rodape .copyright{
	width: 100%;
	text-align: center;
	color: #0e4988;
	font-size: 14px;
	font-weight: 400;
}
.total-baixo-rodape a{
	display: inline;
	font-weight: bold;
	color: #0e4988;
	font-size: 14px;
	font-weight: 300;
}
.total-baixo-rodape a:hover{
	text-decoration: underline;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
   .total-rodape{
		padding-top: 0px;
	}
	.contorno-logo-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.contorno-menus-rodape,
	.menus-contato,
	.menu-acesso,
	.campo-chamada-associado{
		padding-left: 0px;
		width: 100%;
		float: none;
	}
	.menus-contato,
	.menu-acesso{
		margin-top: 50px;
	}
	.menus-contato h2,
	.menus-acesso-rapido h2{
		width: 100%;
		text-align: center;
	}
	.menus-acesso-rapido ul li{
		width: 30%;
		margin:0 auto;
		margin-top: 14px;
		float: none;
		text-align: center;
		background: #FFFFFF;
		padding-left: 0px;
		border:1px solid #0e4988;
		padding: 5px;
	}
	.campo-chamada-associado span{
		width: 100%;
		text-align: center;
	}
	.campo-chamada-associado .botao-login{
		display: table;
		margin: 0 auto;
		margin-top: 17px;
	}
	.menus-contato .icones-contato-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.menus-contato ul li p{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.total-baixo-rodape{
		margin-top: 50px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-rodape{
		padding-top: 0px;
	}
	.contorno-logo-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.contorno-menus-rodape,
	.menus-contato,
	.menu-acesso,
	.campo-chamada-associado{
		padding-left: 0px;
		width: 100%;
		float: none;
	}
	.menus-contato,
	.menu-acesso{
		margin-top: 50px;
	}
	.menus-contato h2,
	.menus-acesso-rapido h2{
		width: 100%;
		text-align: center;
	}
	.menus-acesso-rapido ul li{
		width: 100%;
		float: none;
		text-align: center;
		background: #FFFFFF;
		padding-left: 0px;
		border:1px solid #0e4988;
		padding: 5px;
	}
	.campo-chamada-associado span{
		width: 100%;
		text-align: center;
	}
	.campo-chamada-associado .botao-login{
		display: table;
		margin: 0 auto;
		margin-top: 17px;
	}
	.menus-contato .icones-contato-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.menus-contato ul li p{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.total-baixo-rodape{
		margin-top: 50px;
	}
}.total-cabecalho{
	background: #002b59;
	position: relative;
	z-index: 999;
	height: 73px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 41, 85, 0.73);
	-moz-box-shadow:    0px 3px 15px 0px rgba(0, 41, 85, 0.73);
	box-shadow:         0px 3px 15px 0px rgba(0, 41, 85, 0.73);
}
.total-cabecalho .conteudo{
	position: relative;
}
.total-cabecalho ul{
	display: table;
	margin: 0 auto;
	padding-right: 131.085px;
}
.total-cabecalho ul li{
	float: left;
}
.total-cabecalho ul li a{
	height: 73px;
	line-height: 73px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 11px;
	padding-right: 11px;
}
.total-cabecalho ul li a:hover{
	color: #FFFF00;
}
.total-cabecalho ul li:hover .bola-separador-menu{
	background: #FFFF00;	
}
.sombra-logo-esquerda,
.sombra-logo-direita{
	position: absolute;
	top: 0px;
	width: 15px;
	height: 73px;
	display: none;
}
.sombra-logo-esquerda{
	left: -15px;
	background: url('../../imagens/sombra-esquerda-logo.png') 0px 0px no-repeat;
}
.sombra-logo-direita{
	right: -15px;
	background: url('../../imagens/sombra-direita-logo.png') 0px 0px no-repeat;
}
.total-cabecalho ul li .bola-separador-menu{
	width: 4px;
	height: 4px;
	float: left;
	margin-top: 33px;
	border-radius: 100px;
	background: #FFFFFF;
}
.total-cabecalho ul li .logo{
	padding-left: 30px;
	padding-right: 30px;
}
.total-cabecalho ul li .contorno-logo{
	width: 170px;
	height: 119px;
	background: #FFFFFF;
	padding-top: 20px;
	position: relative;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 41, 85, 0.73);
	-moz-box-shadow:    0px 3px 15px 0px rgba(0, 41, 85, 0.73);
	box-shadow:         0px 3px 15px 0px rgba(0, 41, 85, 0.73);
}
.total-cabecalho ul li .logo .contorno-logo img{
	display: table;
	margin: 0 auto;
}
.login-cabecalho{
	position: absolute;
	right: 15px;
	top: 0px;
}
.login-cabecalho span{
	display: block;
	float: left;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	padding-right: 15px;
	line-height: 16px;
	padding-top: 20px;
}
.login-cabecalho .botao-login{
	float: left;
	padding-left: 36px;
	padding-right: 36px;
	height: 40px;
	line-height: 40px;
	margin-top: 16px;
}
.contorno-icone-menu-responsivo{
	display: none;
}

/* MENU FIXO */
.conteudo-cabecalho-fixo{
	position: fixed;
	top: 0px;
	left: 0px;
}
.remover-degrade{
	-webkit-box-shadow: 0px 5px 15px -7px #000000 important;
	-moz-box-shadow: 0px 5px 15px -7px #000000 !important;
	box-shadow: 0px 5px 15px -7px #000000 !important;	
}

/* ESPECIAL */
@media (max-width: 1100px) and (min-width: 992px){
	.login-cabecalho span{
		display: none;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-cabecalho ul li,
	.login-cabecalho{
		display: none;
	}
	.total-cabecalho ul .li-logo{
		display: block !important;
	}
	.total-cabecalho ul li .logo{
		padding-left: 0px;
		padding-right: 0px;
	}
	.total-cabecalho ul{
		width: 100%;
		margin-left: 0px;
	}
	.contorno-icone-menu-responsivo{
		width: 50px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 25px;
		display: block;
		cursor: pointer;
	}
	.contorno-icone-menu-responsivo .icone-linha{
		width: 100%;
		height: 2px;
		background: #FFFFFF;
	}
	.contorno-icone-menu-responsivo .icone-linha + .icone-linha{
		margin-top: 8px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-cabecalho ul li,
	.login-cabecalho{
		display: none;
	}
	.total-cabecalho ul .li-logo{
		display: block !important;
	}
	.total-cabecalho ul li .logo{
		padding-left: 0px;
		padding-right: 0px;
	}
	.total-cabecalho ul{
		width: 100%;
		margin-left: 0px;
	}
	.contorno-icone-menu-responsivo{
		width: 50px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 25px;
		display: block;
		cursor: pointer;
	}
	.contorno-icone-menu-responsivo .icone-linha{
		width: 100%;
		height: 2px;
		background: #FFFFFF;
	}
	.contorno-icone-menu-responsivo .icone-linha + .icone-linha{
		margin-top: 8px;
	}
}/* MENUS RESPONSIVO */
.total-menu-responsivo-topo {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
.contorno-menu-responsivo-topo {
    background: #FFF;
    height: 100%;
    width: 290px;
    position: fixed;
    top: 0px;
    margin-top: 0px;
    float: none;
    padding-top: 37px;
    padding-left: 20px;
    z-index: 9;
    overflow: auto;
    padding-bottom: 85px;
}
.contorno-menu-responsivo-topo a {
    color: #002b59;
    float: none;
    display: table;
    font-weight: bold;
    font-size: 17px;
}
.contorno-menu-responsivo-topo a:hover{
	font-weight: 900;
}
.contorno-menu-responsivo-topo a + a {
    margin-top: 30px;
}
.close-menu-mobile {
    width: 20px;
    height: 20px;
    line-height: 30px;
    position: absolute;
    top: 46px;
    right: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    background:url('../../imagens/icon-fechar.svg') center top no-repeat;
}
.fundo-tela-open-menu {
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    position: fixed;
    background: url(../../imagens/fundo-transparente-open-menu.png);
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar {
    width: 6px;
    background: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-thumb {
    background: #A2A2A2;
}
.contorno-botao-menu-responsivo{
    margin-bottom: 40px;
}
.titulo-botao-menu-responsivo{
    width: 100%;
    padding-left: 15px;
    float: left;
    margin-top: 1px;
    font-size: 24px;
    font-weight: 900;
    color: #002b59;
}
.padding-menu-responsivo{
    padding-left: 30px;
}

/* LOGIN */
.login-menu-responsivo{
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% + 20px); 
    background: #002b59;
    margin-left: -20px;
}
.login-menu-responsivo span {
    display: block;
    font-weight: bold;
    color: #FFFFFf;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    line-height: 21px;
}
.login-menu-responsivo .botao-login {
    padding-left: 36px;
    padding-right: 36px;
    height: 40px;
    line-height: 40px;
    display: table;
    margin: 0 auto;
    margin-top: 16px;
}

/* MOBILE */
@media (max-width: 767px){
    
}

/* TABLET */
@media (max-width: 999px) and (min-width: 768px){
    
}@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrQ.ttf) format('truetype');
}
