/**/
:root {
/*-- Fonts --*/
		--tipodeletra: Arial,Helvetica,sans-serif; /*font-family geral*/
		--tamanhonormalletra:12px;
	
/*--Cores Gerais --*/
		--corgeralcliente:#2E3192;

/*-- área de Pesquisa --*/
		--areapesquisa-color:#2e3192;
		--areapesquisa-hover-color:#3e48b7;

/*-- Menu Lateral --*/
		--menulateral-color:#2e3192;
		--menulateral-hover: #353594;
		--menulateral-active:#353594;
		--menulateral-active-final: #353594;
		--menulateral-border-all: 0px solid #2e3192;
		--menulateral-border-inner: 2px solid #2e3192;


	}

body{
	background-color: #ffffff;
	font-family: var(--tipodeletra);
}

form{
	font-family: var(--tipodeletra);
}

h1,h3,h4{
	font-family: var(--tipodeletra);
}

table{
	font-family: var(--tipodeletra);
}

td,tr,th{
	font-family: var(--tipodeletra);
	font-size: 14px;
}

input{
	font-family: var(--tipodeletra);
}

hr{
	display:none;
}

a{
	background-color: unset;
	COLOR: #6E6E6E;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-family: var(--tipodeletra);
}

a:hover{
	color: #424242;
}

a:visited {
	COLOR: #6E6E6E;
	background-color: unset;
}

p{
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--tipodeletra);
	font-size: 14px;
	color: #707070;
}

/******************************HEADER**********************************************************************************/
#header #logo{
	margin-left: 0;
}

#header #logo img{
	max-width: 273px;
}

#header{
	border-top: var(--corgeralcliente) 5px solid;
	padding-top: 5px;
	background-color: #2e3192;
}

#header.header-fixed{
	padding-top: 5px;
	background-color: #2e3192;

}

#mobile-nav-toggle-mynet-less i{
	color: #ffffff;
}

#Asearchlink{
	padding-top: 0px;
	color: #FFFFFF;
}

#Asearchlink > i {
	padding: 10px;

}

.searchlink > a > i{
	color:#ffffff;
}

.searchlink{
	width:100%;
}

#search{
	float: none;
}

.searchdiv{
	width: 100%;
	position: fixed;
	float: unset;
	padding-right: 0;
}


/*AUTENTICACAO*/
#btnRecuperarPwd{
	margin-top:20px;
}

#userNaoLogado{
	display: block;
}


#menuAutSimples{
	display: none;
}

#menuAutenSupLess{
	display: block;
}

#nav-menu-container-user .nav-menu {
    display: block;
}

i.naoLogado{
	display: block;
	color: #ffffff;
}

i.logado{
	color: #ffffff;
}
#mobile-nav-toggle-user-less {
	margin-right: 25px;
}

#mobile-nav-toggle-user-less i.logado {
    color: #ffffff;
    font-size: 20px;
}

#mobile-nav-toggle-user i.logado{
	color: #ffffff;
}

.nifMunicipeHeader{
	color: var(--corgeralcliente);
}

li[name="menusuplessvisao360identificador"] .nomevisao360less{
	color: var(--corgeralcliente);
}

.nav-menu > li > a:before{
	background-color: var(--corgeralcliente);
}

.nav-menu ul li a:hover{
	color: var(--corgeralcliente) !important;
	text-decoration: none;
	background-color: unset !important;
	opacity: unset;

}

#mobile-nav-user-less li.menu-has-children-less.open > a{
	color:var(--corgeralcliente);
}

.linkRecuperarPwd{
	
}


/******************************MAIN**********************************************************************************/
#main {
	padding: 0;
	color: #424242;
	margin-top: 0px !important;
}

/*PESQUISA INPUT*/
#pesquisaContainer{
	margin-bottom:15px;
	position: static;
}

.searchdiv {
    display: block;
    position: static;
}
/*
.searchlink{
	
}
*/
#pesquisaContainer{
	background-color:transparent;
	margin-top: 40px;

}

.searchlink{
	display: block;
	float: none; 
	margin-right: 0;
	padding-left: 100px;
    padding-right: 100px;
}

#pvalor{
	width: 100%;
	border: 1px solid var(--areapesquisa-color);
}

#AsearchlinkButton {
	background-color: var(--areapesquisa-color);
}

/*RESULTADOS PESQUISA INPUT*/
tr.listaPesquisa td{
	border-bottom:1px solid #e4e4e4 !important; 
	line-height:16px; 
    text-align:left;
	padding: 10px;
}

tr.listaPesquisa {
	background-color: #f6f8f8;
	font-size: 14px;
	font-family: var(--tipodeletra);
	color: #000000;
}

tr.listaPesquisa:hover{
	background-color: #CCCCCC;
	color: #000000;
}

.listaPesquisa .desc{
	padding-left: 20px;
}

.listaPesquisa .contexto{
	padding-left: 0px;
}

/*AREA LATERAL/
/*MENU LATERAL*/

ul.large-items a {
	font-weight: bold;
	color: var(--menulateral-color);
}

ul.large-items li a{
	border-top:none;
	border-bottom: var(--menulateral-border-inner);
}

ul.large-items li:hover{
	background-color: unset;
}
ul.large-items a:hover, 
ul.large-items a:active, 
ul.large-items a.selected {
  color: var(--areapesquisa-hover-color) !important;
  text-decoration: none; 
  background-color: unset !important;
}

ul.large-items li.has-submenu.open, ul.large-items li.menulink.menuativo{
	background-color: #ffffff;

}

ul.large-items li.open > a {
	color: var(--areapesquisa-hover-color);   
}


ul.large-items li.menuativo > a {
	color: var(--areapesquisa-hover-color);    
}

ul.large-items li.has-submenu.open > a{
	color: var(--areapesquisa-hover-color);    
}

li.menulink.menuativo > a:hover{
	color: var(--areapesquisa-hover-color);    
	background-color: #ffffff;
}

/*MENU MOBILE*/
#logoMobile{
	background-image: url('Imagens/LogoMobile.png');
	width: 100%;
    background-size: 80%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
}

#linksExternos li a {
	color: #959494 !important;
}


/*VISAO 360*/
#visao360Lateral .municipeNome{
	color: var(--corgeralcliente); 
}

#visao360Lateral .municipeNif{
	color: var(--corgeralcliente); 
}

#visao360Lateral li:hover > a{
	color: var(--areapesquisa-hover-color); 
}

.tipoDocumento.open > a{
	color: var(--areapesquisa-hover-color) !important; 
}


.documentoValor.menuativo a{
	color: var(--areapesquisa-hover-color) !important; 
}

tr.documentoValor:hover > th > a.documentoLabel {
    color: var(--corgeralcliente) !important;
}

/*AREA CENTRAL*/
/*MENSAGEM DE AVISO*/

.notifyjs-corner{
	top:100px !important;
	left: calc(50% - 80px) !important;
}

.loadbarmynet {
	background-image: url(Imagens/MyDoc/loadt.gif);
	margin-bottom: 20px;
	width:100%;
	height:32px;
	background-size: contain;
}

/*MGS AVISO*/
.blockMsg > .mynetlink{
	color: #424242 !important;
font-family: var(--tipodeletra);
	font-size: 14px;
	background-color: unset;
	font-weight: normal!important;
}


.iframeContentor{
	position:relative; 
	margin-left: 20px;
}

/*aplica o min de altura no container da pagina*/
.row.about-container {
    margin: 0px;
    min-height: 600px;
}

.msgWrap{
	bottom: 700px;
}

#myMsg{
	text-indent:-9999px; 
	background: url(Imagens/ajax-loader.gif) center no-repeat;
	background-color: #fff;
	color: #000000;
}

#myframeB{
	width: 1px;
	height:1250px;
	min-width: 100%;
	*width: 100%;
	border: 0px solid black;
	overflow: hidden;
}



/*BREADCRUMB*/
.iframebody .mynetBread2  {
	/*background: #ffffff !important;
	background-image: none !important;*/
	font-size: 16px !important;
	color: #ffffff;
	float:left;
}

.mynetBread2 a{
	color: #757575;

}

.iframebody .wndTop2 .activeMenu {
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #424242;
    background-color: unset;
}



/*CONTEUDO HOMEPAGE*/

/*SABER MAIS*/
#slideSaberMais{
	display: none;
}

.infoSaberMais {
	background-color: #f6f8f9;
	border: 1px solid #e2e8ec;
	margin-top: 35px;	
	border-radius: 0;
	color: #424242;
}


.infotext {
	margin-left: 15px;
	margin-right: 15px;
	min-height: 150px;

}

a.btnSaberMais{
	display: block;
	width: 100%;
	margin-top: 15px;
	background-color: #e2e8ec;
	/*border: 1px solid #e2e8ec;*/
	padding: 10px;
	text-align: center;
	color: #424242;
	transition: all 0.2s linear;
}

a.btnSaberMais:visited{
	display: block;
	width: 100%;
	margin-top: 15px;
	background-color: #e2e8ec;
/*	border: 1px solid #e2e8ec;*/
	padding: 10px;
	text-align: center;
	color: #424242;
}

a.btnSaberMais:hover{
	background-color: #8097AD;
	color: #FFFFFF;
}

.thumbnail,.thumbnail .caption{
	padding:0;
}

/*SABER MAIS SLIDER*/
#slideSaberMais{
	display: none;
}
/*Slide com swiper*/
.swiper-container {
	width: 100%;
	height: 10%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}
.swiper-pagination-bullet:focus {
	outline: none;
}

/*ACESSOS RÁPIDOS e MAIS VISITADAS*/
.list-group-item:first-child, .list-group-item:last-child{
	border-radius:0;

}

.acessosRapidos-title, .maisVisitadas-title{
	background-color: #8097AD;
	border-color: #8097AD;
	padding:0;
	color: #ffffff;
	font-size: x-large;
}


.linkListGroup{
	height:40px;
	line-height: 40px;
	padding: 0 12px 0 12px;
	background: #ffffff;
	transition: all 0.2s linear;

}


.linkListGroup:hover{
	background: #8097AD !important;
	color: #FFFFFF !important;
}


.tituloLink{
	width: 90%;
	display: inline-block;
}

.arrowLinks {
	color: #FFFFFF;
	font-size: 36px;
	float: right;
}




/*AREA TEXTO LIVRE*/
h1.textoLivreTitulo{
	text-align: center;
	font-size: 30px;
	font-family: var(--tipodeletra);
	color: var(--corgeralcliente);	
	background-color: unset;
}

.textoLivreContainer{
	border: 0;
	box-shadow: none;
	text-align: center;
}	

.textoLivreImg{
	margin-top: 16px;
	margin-bottom: 16px;
}

.textoLivreArea{
	text-align: justify;
	font-family: var(--tipodeletra);
	display: inline-table;
	color: #424242;
	background-color: unset;
}

.textoLivreArea>p{
	margin-bottom: 10px;
	font-family: var(--tipodeletra);

}

/*ARTIGOS*/
.artigoContainer{
	border: 0;
	text-align:center;
	margin-top:20px;
}

.areaTextoArtigo {
	text-align: left;
font-family: var(--tipodeletra);
	display: inline-table;
	color: #424242;
	background-color: unset;
}

.dataArtigo{
	color: #627898;
	background-color: unset;
}

h1.tituloArtigo{
	font-family: var(--tipodeletra);
	font-weight: 100;
	text-align: left;
	width: 150px;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}

.areaTextoArtigo>p{
	margin-bottom: 10px;
font-family: var(--tipodeletra);
}

.thumbnail>img {
	width: 100%;
}


/*SRVIÇOES DISPONIVEIS*/
.menuFilhos.mynetTabInfo_linha {
	border-bottom: 1px solid #E3E5E6;
	display: block !important;
	background-color: #f6f8f8;
	padding: 10px;
	color: #424242;
}

.menuFilhos.mynetTabInfo_linha > div {
	display: block !important;

}

.menuFilhos.mynetTabInfo_linha:hover {
	background-color: #CCCCCC;
	color: #424242;
}

.menuFilhos .crmCanal{
	display: none !important;
}

.lista a.mynetLink{
	font-size: 14px;
	color: #000000 !important;
	padding: 0;
	padding-left: 0 !important;
	font-family: var(--tipodeletra);
	text-decoration: underline;
	background-color: unset;
	font-weight:normal !important;
}

.lista a.mynetLink:hover{
	background-color: #cccccc;
	font-size: 14px;
	color: #000000;
	padding: 0;
	font-family: var(--tipodeletra);
	text-decoration: unset;
	font-weight:normal;

}

.lista a.mynetLink:visited{
	font-size: 14px;
	color: #000000;
	padding: 0;
	font-family: var(--tipodeletra);
	text-decoration: unset;
	background-color: unset;
	font-weight:normal;

}

.addAdHoc{
	height: 15px !important;
}

.desc{
	display: block !important;
	font-weight: normal;
	margin-top: 5px;
	color: #707070 !important;
}

.mynetInfoDetalhe{
	text-align: left;
}

/*FORMULARIOS E TABELAS*/
td.nosel{
	background-color: #f6f8f9 !important;
	color: #424242;
}

.tabskinext{
	padding-left: 0px !important; 
	padding-right: 0px !important; 	
	background-color: #ffffff !important;
	box-shadow: none;
	margin: 0;
}

.tabformint {
	padding-left: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0;
}

#ct table td{ 
	color:#1a1919  !important; 
font-family: var(--tipodeletra);
	font-size: 14px !important; 
	background-color: unset;
	border: none;
}

.iframebody .wndTop1, .iframebody .wndTop3, .iframebody .wndTop4, .iframebody .wndTop5 {
    display: none;
}

.iframebody .tabskinext .wndTop2 [class*="mynetwnd"] {
    background-color: #ffffff !important;
    color: var(--corgeralcliente);
    line-height: 24px;
    font-size: 32px;
font-family: var(--tipodeletra);
	text-transform: none; 
	font-weight: normal;
	padding: 0px;
	white-space: normal;
	text-align: left;
}


.iframebody .wndTop2 div {
	text-align: center;
	display: block;
}

body.iframebody .tabskiint{
	font-size: 14px;
	color: #999999;	
	margin-top:30px;
	background-color: unset;
	margin-bottom: 30px;
}


.tabskiint .wndCel2{
	background: none !important; 
}

.wndCel1{ 
	background:none !important; 
}

.wndCel3{ 
	background:none !important; 
}


body.iframebody .divformext {
	font-size: 14px !important;
	color: #999999;
	background-color: #ffffff;
	padding: 0px 0px 5px 0;
}


body.iframebody .tabformint{
	font-size: 14px;
	color: #707070 !important;		
	background-color: unset;
}

table.tabelaresponsiva{
	border-collapse: unset;
	background-color: #ffffff !important;
	color: #424242;
}

.divformext td {
	vertical-align: bottom;
}	

.tabskinext .labelVisual {
	color: #1a1919;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 14px;
	padding-right: 0px;
font-family: var(--tipodeletra);
	background-color: unset;
	text-align: left;

}		


table.tabelaresponsiva > thead > th > td, table.tabelaresponsiva > tbody > tr > td{
	padding-right: 0px;
}

.tabskinext input {
	border: 1px solid var(--corgeralcliente); 
	margin: 0px 0px 0 10px; 
	border-radius: 5px;
	font-size: 14px;
	max-width: 97%;
}	

.tabskinext select {
	background-color: unset;   
	color: #424242;
	border-top: 0px; 	
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #999999; 
	margin: 0px 15px 0px 10px;
	border-radius: 0;
	font-size: 14px;
	padding: 0;
	width: 97%;
}

.mynetInput {
	margin-left: 10px;
	background-color: #f6f8f9 !important;
	margin-top: 0;
	font-size: 14px;
	padding: 2px;
font-family: var(--tipodeletra);
	color: #424242;
}



input.entredatashoras{
	width: 60px !important;
	margin-right: 5px !important;
}

textarea.mynetInput{
	margin-top: 15px;
	width: 97% !important;
	border: 1px solid #999999;
}


.camposdin .removeElem, .adhocelems .removeAdHoc, .wraperAnexosGic .removeAnexoGic, .wraperAnexosSga .removeAnexoSga{
	background-repeat: no-repeat;
}

/*input read only*/
.mynetInputReadOnly{
	border-width: 1px;
	width: 97% !important;
	background-color: #F6F8F9;		
}

body.iframebody .tabformext {
	font-size: 14px;
	color: #707070;
	background-color: #ffffff;		
	padding: 0px 0 5px 0;
}
	
.iframebody .mynetTitulo2{
	border-radius: 5px;
	color: #ffffff;
	background: none;
	background-color: var(--corgeralcliente) !important;
	border: 0px;	
	text-transform: none;
	padding: 8px 8px 8px 15px;
	text-align: left; 
	font-size: 16px;
	width: auto;
	font-family: var(--tipodeletra);
	margin-top: 10px;

}

.iframebody .mynetTitulo4 {
	font-size: 15px;
	padding: 8px 8px 8px 15px;
	background-color: #9EB2C0;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	width: auto;
font-family: var(--tipodeletra);

}

/*button*/
.mynetButton[type=button], .mynetButton[type=submit], .mynetButton[type=reset]{
	width: 170px !important;
	max-width: 170px;
	margin-bottom:15px;
	height: auto;
}

.mynetButton{	
	border: 0 none !important;
	color: #FFFFFF!important;
	cursor: pointer;
	display: inline-block;
	font-family: var(--tipodeletra);
	font-size: 14px !important;      
	text-decoration: none;
	background-color: var(--corgeralcliente)!important;	
	padding: 8px 10px;
	font-weight: normal;
	border-radius: 5px !important;
	height: auto;
}

.mynetButton:hover {
	opacity: 0.7;
	transition: 0.2s;
	height: auto !important;
}

.mynetButton:disabled{
    color: #717171;
	background-color: #C7C7C7;
	cursor: default;
}
/*WIZZARRD*/
.wizard > .content{
	background-color: #f6f8f9 !important;
}


/*txt titulos*/
.mynetTxt2{
	margin-left: 15px;
	margin-top: 20px;
}


/* Listagem dos Documentos */

div#wrapperbotoes{
	text-align: right;
	background-color: #F6F8F9;
}

table.mynetListagem tbody tr td{
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px;
font-family: var(--tipodeletra);
}

.mynetLinhaTopo{
	background-color: #757575; 
	color:#fff; 
	padding-bottom: 3px; 
	text-align: center;
	padding-top: 3px; 
	cursor: default; 
	margin-bottom: 3px;	
	padding-left: 3px; 
	font-size: 14px;
font-family: var(--tipodeletra);
}


.mynetLinhaImpar{ 
	color: black; 
	background-color: white;
font-family: var(--tipodeletra);
}

.mynetLinhaImpar td{
	vertical-align:middle !important; 
}

.mynetLinhaPar{ 
	color: black; 
	background-color: #ffffff !important;
font-family: var(--tipodeletra);

}

.mynetLinhaPar td{
	vertical-align:middle !important;
}

.mynetLinhaSel *{ 
	color:  #000000 !important; 
	background-color: #E2E8EC !important; 
}

.mynetLinhaSelNoLink{
	cursor: default; 
	color:  #3e5271;
	background-color: unset;
}

/*PAGINA AVISO AUTENTICACAO*/
.authTitulo {
font-family: var(--tipodeletra);
	font-size: 18px;
}

.authDescricao {
font-family: var(--tipodeletra);
	font-size: 14px;
}

/*esconde no rgpd'clique para minimizar'*/
div#titulo_rgpd > span {
	display: none;
}

/*FICHA TÈCNICA*/
div#fichaTecnica > .container {
	text-align: center;
	margin-top: 115px;
	width:60%;
	margin-left: auto;
	margin-right: auto;
	color: #424242;
}

h1.tituloFichaTecnica{
	font-family: Roboto-Thin,Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 50px !important;
}

.fichaTecnicaTituloTxt{
	font-family: Roboto-Medium,Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
		margin-top: 30px;
}

.fichaTecnicaTxt{
font-family: var(--tipodeletra);
	text-align: left;

}


.imagemresponsiva{
	background-image: url(Imagens/angra.png);
	height: 300px;
	background-size: cover;
    background-position: center;
}

/******************************FOOTER**********************************************************************************/
.credits{
	text-align: center;
}

#footer {
    font-size: 14px;
    border-top: 0px solid #e5e5e5;
    bottom: -58px;
}

#footerInfo{
	background-color: #e5e5e5;
	padding: 10px;
}

.ui-widget-overlay{
	display: none!important;
}

 
.nav-menu ul li a:focus{
	color: var(--corgeralcliente) !important;
}

.mynetErrorField_aster{
	position: inherit;
}

/******************************MEDIA QUERIES**********************************************************************************/
@media only screen and (max-width: 500px){
	.iframebody .mynetBread2{
		text-align: left !important;

	}

	.mynetBread2 a{
		white-space: normal;
	}

	.iframebody .wndTop2 .activeMenu{
		white-space: normal;
	}

	table.tabelaresponsiva, 
	table.tabelaresponsiva > thead, 
	table.tabelaresponsiva > thead > th, 
	table.tabelaresponsiva > thead > th > td, 
	table.tabelaresponsiva > tbody, 
	table.tabelaresponsiva > tbody > tr, 
	table.tabelaresponsiva > tbody > tr > td {
		display: grid;
	}


}

@media only screen and (max-width: 600px) {

	.row.about-container {
		margin: 0;
		min-height: 500px;
	}

	#myMsg{
		background-size: 50%;
	}

	#header #logo img {
		max-width: 190px;
		margin-left: 45px;
	}


	.tabskinext input {
		margin-top: 4px;
	}	

	.mynetErrorFieldPos{
		padding-left: 10px;
		padding-top: 0;
	}	
	
	span.botoesespaco{
		display:flex;
		padding:5%;
	}

	.mynetButton{
		margin-top:0;
		margin-right: 0;
		margin-left: 10px;

	}

	div#wrapperbotoes{
		padding-left: 0;
		text-align: unset;
		background-color: #F6F8F9;
		color: #424242;
	}

	.mynetButton[type=button], .mynetButton[type=submit], .mynetButton[type=reset] {
		margin-bottom: 5px;
		margin-top: 30px;
		margin-bottom:15px;
		-webkit-appearance: button;

	}

	table.mynetListagem {
		padding: 5px;
		overflow: auto;
		display: block;
		white-space: nowrap;
	}

	.prestoPlacer{
		margin-top: 3px; 
		margin-right: 10px;
	/*	padding: 2px; */
	}

	
	textarea.mynetInput{
		margin-top: 0;
		margin-bottom: 15px;
		width: 97% !important;
	}

	.iframeContentor{
		margin-left:0px;
	}

	#colunaCentral{
		padding-left: 0px; 
	}

	.tabskinext select{
		margin-left: 6px;
		width: 100%;
		height: 22px;
	}

	div#wrapperbotoes > div {
		padding-left: 0 !important;
	}
	
	.textoLivreArea{
		width:auto;
	}

}


@media only screen and (max-width: 760px) {

	#header #logo img {
		max-width: 190px;
		margin-left: 45px !important;
	}

	.infoSaberMais {
		width: auto;
		display: block;
	}

	#ColunaCentral{
		padding-left: 0;
	}

	.iframeContentor{
		margin-left: 0;
	}

	.notifyjs-corner{
		left: auto;
	}

	.notifyjs-msgnot-base{
		width: auto;
	}
	
	.textoLivreArea{
		width:auto;
	}
	
	#slideSaberMais{
		display: block;
	}

	.saberMaisContainer{
		display: none;
	}

}


@media only screen and (max-width: 880px) {

	#slideSaberMais{
		display: block;
	}

	.saberMaisContainer{
		display: none;
	}
}

@media only screen and (max-width: 920px) {


	.tituloFooterInfo{
		text-align: center;
	}


	.moradaFooter{
		text-align: center;
	}

	
}

@media only screen and (max-width: 991px) {
	#header #logo img {
		max-width: 190px;
		margin-left: 35px !important;
	}

	#pesquisaContainer{
		display: block;
		margin: 0;
	}

	.searchlink{
		padding: 0;
	}

	div#pageFiltrosPesquisa{
		margin-top: 25px;
	}	

	#ColunaCentral{
		padding-left: 0;
	}
	.iframeContentor{
		margin-left: 0;
	}

	.notifyjs-corner{
		left:calc(50% - 80px) !important;
	}


} 

@media only screen and (max-width: 1024px) {
	#header #logo img {
		max-width: 190px;
		margin-left: 35px;
	}

	#ColunaCentral{
		padding-left: 0;
	}
	.iframeContentor{
		margin-left: 0;
	}

	.notifyjs-corner{
		left:calc(50% - 180px) !important;
	}
	#Asearchlink > i {
		padding: 5px;
		padding-top: 15px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#Asearchlink > i {
		padding: 5px;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header #logo img {
		margin-left: 35px;
	}

	#ColunaCentral{
		padding-left: 0;
	}

	.iframeContentor{
		margin-left: 0;
	}
} 


@media only screen and (min-width: 1200px) {
	#ColunaLateral {
		display: block;
	}
} 

/* IMAGEM INICIAL  */



/*Page Home */
	/*   Texto da pagina principal   */
	.jumbotron{
		background-color: #fff;
		padding-top: 0px;
		text-align: justify;

	}

	.jumbotron h1 {
		font-size: 30px;
		color: var(--corgeralcliente);
	}

	.jumbotron p {
		font-size: var(--tamanholetra);
	}
	.pagehome{
		margin-left: 0px;
	}

	.imgmyangra img{
		width: 50%;
		float: right;
	}
/*  RODAPE - REDES SOCIAIS */
ul.redesSociais{
	padding: 0;
	margin-top: 0;
}

ul.redesSociais li{
	float: left;
	margin-right: 18px;
	height: 40px;
	width: 40px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 20px;
}

ul.redesSociais li a {
	font-size: 23px;
    color: #D9D9D9;
    line-height: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: list-item;
    padding: 0;
    background-color: #7B797A;
    transition: all .2s linear;
    BORDER-RADIUS: 21px;
}

ul.redesSociais li a:hover{
	font-size: 26px;
	background: #6E6E6E;
	color: white;
}
td {
    white-space: normal;
}
/*FDR*/
.msk_corpo_Data100, .msk_corpo_Info100, .msk_corpo_Impo100, .msk_corpo_Conh100 {
    border: none !important;
    border-width: 0px 0px 0px 0px !important;
}
.msk_tit_linha_outer_Data100, .msk_tit_linha_outer_Info100, .msk_tit_linha_outer_Impo100, .msk_tit_linha_outer_Conh100 {
    background-color: var(--corgeralcliente);
    border: none;
	border-width: unset;
    font-family: var(--tipodeletra);
    color: #ffffff;
    border-radius: 5px;
    height: 36px;
}

.msk_tit_col1 {
    width: 100%;
    padding-left:unset;
    cursor: default;
    color: #ffffff;
    font-family: var(--tipodeletra);
    padding: 8px 8px 8px 15px;
    font-weight: bold;
    font-size: 16px;
}
.lista a.mynetLink, .lista a.mynetLink:link {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold !important;
    color: var(--corgeralcliente) !important;
    font-size: 14px;
    text-transform: none;
}