/* [GeneralApplicationsVariables] */
/*lighten(@basicGreyColor, 20%) = #ccc*/
/*lighten(@basicGreyColor, 28%) = #e0e0e0*/
/*@fontFamilySpecialHeaders: NunitoLight, Arial, Helvetica, sans-serif;*/
/*-- Parameter BreadCrumbsVisible true*/
/*-- Parameter SubFooterVisible true*/
/*REVER COM VIEGAS*/
/*OK*/
/**** [ netQ@theme | DIGITALIS | 2022 | v.LESS.01 ] ****/
/**** [HOMEPAGEPUBLIC - MENULATERAL] ****/
div#right.homenetqalogin div#rightAutoShow div#difrightnavbarInnerStage {
  max-width: 455px;
}
.homenetqa #right {
  min-height: 400px;
  margin: 0;
  padding: 10px;
  background-color: rgba(65, 65, 65, 0.8) !important;
}
.homenetqa {
  width: 100%;
  height: 750px;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 80%;
  background-image: linear-gradient(rgba(200, 200, 200, 0.3), #ffffff 95%), url("../img/background1.jpg");
}
.homenetqa div#maincontentarea {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.homenetqa #contentonecolumn {
  position: absolute;
  left: 0;
  right: 475px;
  padding: 10px;
  /* background: rgba(255,255,255,.4); */

}
.homenetqa #right,
.homenetqalogin {
  width: 455px;
  flex-grow: 1;
  align-items: flex-end;
}
.homenetqa #right a,
.homenetqalogin a {
  color: #ffffff !important;
  background-image: none !important;
}
.homenetqa #right li {
  opacity: 1;
}
.homenetqaloginlogo {
  padding: 40px 0 10px 0;
  width: 400px;
  text-align: right;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  /*background-image: url("@{images}/logotipo.png");*/
}
.homenetqaloginlogo img {
  text-align: right;
}
.homenetqa .box {
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}
.homenetqa .box ul li {
  color: #ffffff;
  font-size: 150%;
  border-radius: 6px;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  background: #2b2e34;
}
.homenetqa .box ul li span.externalink {
  background-image: url("../img/icon_link_w.png");
}
/*** [areaCONTENT] ***/
.netqaContentArea {
  font-size: 110%;
}
/**** [PRIVADO - LINKSPAGE/LINKSUO] ****/
.netqaUOLinks ul {
  margin: 20px 25px 20px 15px;
}
.netqaUOLinks li.linktext p.title {
  font-size: 120%;
}
.netqaUOLinks li.linktext {
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  padding: 10px 20px 10px 20px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 5px 15px;
  background-image: url("../img/icon_arrow.png");
}
/**** [HOMEPAGEPRIVATE] ****/
.privatenetqaUC {
  color: #000000;
  font-size: 150%;
  font-weight: normal;
  text-transform: none;
  float: left;
  padding-left: 22px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../img/icon_bullet.png");
}
/**** [HOMEPAGES] ****/
#homelists ul {
  padding: 10px;
}
#homelists ul li,
#homelists dl dt {
  padding-left: 15px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url("../img/icon_bullet.png");
}
#homelists dl {
  padding: 5px 10px;
}
#homelists dl dd {
  padding-bottom: 10px;
  padding-left: 15px;
  background: none;
}
