/*
Asther ProdutoraWeb
2017, Copyright.
Folha de Estilo
*/
*,
*:after,
*:before {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  line-height: 130%;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
:root {
  font-size: 10px;
}
:focus {
  outline: none;
}
buttom,
button {
  cursor: pointer;
}
html body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 10px;
}
/* definição padrão para uso de tamnaho em (variável); */
html body {
  font-family: 'OpenSans-Condensed-Light';
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: normal;
  font-variant: normal;
  background-color: #FFFFFF;
}
.ico-menu {
  display: block;
  background: url(../img/ico/menu.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
}
.ico-fechar {
  display: block;
  background: url(../img/ico/fechar.svg) no-repeat 0 0;
  background-size: auto 100%;
  width: 100%;
  padding-top: 126%;
}
.btn-interno {
  font-family: 'OpenSans-Condensed-Light';
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: #F5C428;
  padding: 5px 10px;
  color: #1F1E1E;
}
form .btn-form,
form input[type="text"],
form input[type="email"],
form textarea {
  font-size: 2rem;
  color: #1F1E1E;
  padding: 5px;
}
form input[type="text"],
form input[type="email"],
form textarea {
  background-color: #FFFFFF;
  width: 100%;
}
form .btn-form {
  font-family: 'OpenSans-Condensed-Light';
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: #F5C428;
  padding: 5px 10px;
}
form textarea {
  height: 150px;
}
form .linha {
  margin-bottom: 10px;
  display: block;
}
.hrdFixo {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
header#Site {
  padding: 3px 0;
  background-color: #FFFFFF;
}
header#Site nav.navSite {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1366px) {
  header#Site nav.navSite {
    padding: 0 2.5%;
  }
}
header#Site nav.navSite a.logo {
  position: relative;
  width: 231px;
  display: block;
}
header#Site nav.navSite a.logo img {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
header#Site nav.navSite .ico-menu {
  display: none;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  header#Site nav.navSite .ico-menu {
    display: block;
  }
}
header#Site nav.navSite ul.menu {
  position: relative;
}
header#Site nav.navSite ul.menu li {
  display: inline-block;
  margin: 5px 15px;
}
header#Site nav.navSite ul.menu li:last-child {
  margin-right: 0;
}
header#Site nav.navSite ul.menu li.fechar {
  display: none;
}
header#Site nav.navSite ul.menu li a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.2rem;
  color: #1F1E1E;
}
header#Site nav.navSite ul.menu li a:hover {
  color: #F5C428;
}
header#Site nav.navSite ul.menu.responsivo {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border-right: 1px solid #DDDDDD;
  width: 280px;
  height: 100%;
  padding: 25px;
}
header#Site nav.navSite ul.menu.responsivo li {
  display: block;
  margin-bottom: 15px;
}
header#Site nav.navSite ul.menu.responsivo li:last-child {
  margin-bottom: 0;
}
header#Site nav.navSite ul.menu.responsivo li.fechar {
  position: absolute;
  top: 5px;
  right: -35px;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
}
header#Site nav.navSite ul.menu.responsivo li.fechar .ico-fechar {
  width: 15px;
}
header#Site nav.navSite ul.menu.responsivo li a {
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  header#Site nav.navSite a.logo {
    width: 200px;
  }
  header#Site nav.navSite ul.menu li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  header#Site nav.navSite a.logo {
    width: 180px;
  }
}
@media (max-width: 640px) {
  header#Site nav.navSite a.logo {
    width: 160px;
  }
  header#Site nav.navSite .ico-menu {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  header#Site nav.navSite a.logo {
    width: 140px;
  }
  header#Site nav.navSite .ico-menu {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 420px) {
  header#Site nav.navSite a.logo {
    width: 120px;
  }
  header#Site nav.navSite .ico-menu {
    width: 28px;
    height: 28px;
  }
}
#Vitrine {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#Vitrine header#hdrVitrine {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 1330px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
#Vitrine header#hdrVitrine h1 {
  font-family: 'OpenSans-Condensed-LighBold';
  font-size: 4rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 420px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 375px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 360px) {
  #Vitrine header#hdrVitrine h1 {
    font-size: 2rem;
  }
}
#Vitrine header#hdrVitrine h1 span {
  background-color: #1F1F1F;
  color: #FFFFFF;
  display: table;
  margin-bottom: 3px;
  padding: 5px 10px;
}
@media (max-width: 1366px) {
  #Vitrine header#hdrVitrine {
    width: 95%;
  }
}
#mnuIcones {
  background-color: #EEEEEE;
  padding: 70px 0;
}
#mnuIcones ul {
  text-align: center;
}
#mnuIcones ul li {
  display: inline-block;
  width: 180px;
  margin: 15px;
}
#mnuIcones ul li a {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #1F1E1E;
  font-family: 'OpenSans-Condensed-Light';
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 145px 20px 20px;
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: auto 105px;
}
#mnuIcones ul li a.ico-boleto {
  background-image: url(../img/ico/ico-boleto.svg);
}
#mnuIcones ul li a.ico-boleto:hover {
  background-image: url(../img/ico/ico-boleto-act.svg);
}
#mnuIcones ul li a.ico-pedido {
  background-image: url(../img/ico/ico-pedido.svg);
}
#mnuIcones ul li a.ico-pedido:hover {
  background-image: url(../img/ico/ico-pedido-act.svg);
}
#mnuIcones ul li a.ico-ocorrencia {
  background-image: url(../img/ico/ico-ocorrencia.svg);
}
#mnuIcones ul li a.ico-ocorrencia:hover {
  background-image: url(../img/ico/ico-ocorrencia-act.svg);
}
#mnuIcones ul li a.ico-mapa {
  background-image: url(../img/ico/ico-mapa.svg);
}
#mnuIcones ul li a.ico-mapa:hover {
  background-image: url(../img/ico/ico-mapa-act.svg);
}
#mnuIcones ul li a.ico-material {
  background-image: url(../img/ico/ico-material.svg);
}
#mnuIcones ul li a.ico-material:hover {
  background-image: url(../img/ico/ico-material-act.svg);
}
#mnuIcones ul li a.ico-trabalho {
  background-image: url(../img/ico/ico-trabalho.svg);
}
#mnuIcones ul li a.ico-trabalho:hover {
  background-image: url(../img/ico/ico-trabalho-act.svg);
}
@media (max-width: 1280px) {
  #mnuIcones {
    padding: 60px 0;
  }
  #mnuIcones ul li {
    width: 170px;
    margin: 10px;
  }
  #mnuIcones ul li a {
    padding: 135px 15px 15px;
    background-position: center top 15px;
    background-size: auto 95px;
  }
}
@media (max-width: 1024px) {
  #mnuIcones ul {
    width: 90%;
    margin: 0 auto;
  }
  #mnuIcones ul li {
    margin: 3%;
  }
  #mnuIcones ul li a {
    padding: 135px 15px 15px;
    background-position: center top 20px;
    background-size: auto 85px;
  }
}
@media (max-width: 768px) {
  #mnuIcones ul {
    width: 90%;
  }
  #mnuIcones ul li {
    width: 170px;
    margin: 2%;
  }
}
@media (max-width: 480px) {
  #mnuIcones ul {
    width: 100%;
  }
  #mnuIcones ul li {
    width: 120px;
    margin: 1%;
  }
  #mnuIcones ul li a {
    padding: 125px 15px 15px;
    background-position: center top 20px;
    background-size: auto 65px;
  }
}
@media (max-width: 375px) {
  #mnuIcones ul {
    width: 95%;
  }
  #mnuIcones ul li a {
    padding: 115px 10px 10px;
    background-position: center top 15px;
    background-size: auto 55px;
  }
}
@media (max-width: 360px) {
  #mnuIcones ul {
    width: 95%;
  }
  #mnuIcones ul li a {
    padding: 113px 8px 8px;
    background-position: center top 13px;
    background-size: auto 55px;
  }
}
.titulo {
  background-color: #F5C428;
  padding: 10px 20px;
  color: #FFFFFF;
  font-family: 'OpenSans-Condensed-LighBold';
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-bottom: 40px;
  display: table;
}
@media (max-width: 1024px) {
  .titulo {
    font-size: 2.8rem;
  }
}
a.lkfume div.fume {
  opacity: 0;
  background: rgba(32, 30, 30, 0.75) url(../img/ico/lupa.svg) no-repeat center center;
  background-size: 25%;
  z-index: 2;
  width: 10%;
  height: 10%;
}
a.lkfume:hover div.fume {
  transition: all 0.5s ease;
  opacity: 100;
  width: 100%;
  height: 100%;
}
ul.imgMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.imgMenu li {
  position: relative;
  width: 33.3%;
  flex-basis: 33.3%;
  padding-top: 33.3%;
}
ul.imgMenu li div,
ul.imgMenu li img,
ul.imgMenu li video {
  position: absolute;
}
ul.imgMenu li img,
ul.imgMenu li video,
ul.imgMenu li div.fume {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}
ul.imgMenu li div.qdr {
  width: 50%;
  height: 50%;
  background-color: #EEEEEE;
  z-index: 1;
}
#Institucional {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
@media (max-width: 1366px) {
  #Institucional {
    padding: 0 2.5%;
  }
}
#Institucional article {
  width: 45%;
  flex-basis: 45%;
  font-size: 2rem;
  margin-bottom: 30px;
}
#Institucional article p {
  margin-bottom: 25px;
}
#Institucional article div#Para {
  position: relative;
  max-width: 460px;
}
#Institucional article div#Para .img {
  position: relative;
  width: 100%;
  padding-top: 39.5%;
}
#Institucional article div#Para img {
  position: absolute;
}
#Institucional article div#Para img.mapa {
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 182px;
}
#Institucional article div#Para img.txt {
  z-index: 1;
  top: 35%;
  right: 0;
  height: 60.98%;
  max-height: 111px;
}
#Institucional nav#MosaicoFotos {
  width: 45%;
  flex-basis: 45%;
}
#Institucional nav#MosaicoFotos .vInstitucional {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
}
#Institucional nav#MosaicoFotos .vInstitucional iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  #Institucional {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  #Institucional article {
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  #Institucional {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    flex-direction: column;
  }
  #Institucional article {
    width: 100%;
    flex-basis: 100%;
    font-size: 2.3rem;
  }
  #Institucional article div#Para {
    margin: 0 auto 25px;
  }
  #Institucional nav#MosaicoFotos {
    width: 100%;
    flex-basis: 100%;
  }
}
#BarraInterna {
  position: relative;
  width: 100%;
  max-width: 2000;
  margin: 0 auto 100px;
  padding-top: 12%;
  background: url(../img/barra-interna.jpg) no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  #BarraInterna {
    margin: 0 auto 80px;
  }
}
@media (max-width: 768px) {
  #BarraInterna {
    margin: 0 auto 60px;
    padding-top: 16%;
  }
}
@media (max-width: 768px) {
  #BarraInterna {
    margin: 0 auto 50px;
  }
}
@media (max-width: 480px) {
  #BarraInterna {
    margin: 0 auto 40px;
  }
}
#Conteudo {
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1366px) {
  #Conteudo {
    padding: 0 2.5%;
  }
}
#txtConteudo {
  position: relative;
  font-size: 2.2rem;
  /*Obsoleto alterado para nova programação .Status em 15/04/2021
	.Situacao{
		padding: 20px;
		margin: 10px;
		background-color: @cor06;
		border: 1px solid @cor04;
		display: none;
		
		span{
			&.npedido, &.nfiscal{
				font-weight: bold;
			}
		}
	}
	*/
}
#txtConteudo h1,
#txtConteudo h2,
#txtConteudo h3,
#txtConteudo ul,
#txtConteudo p,
#txtConteudo div {
  margin-bottom: 25px;
}
#txtConteudo h1,
#txtConteudo h2 {
  font-family: 'OpenSans-Condensed-LighBold';
  text-transform: uppercase;
  font-weight: normal;
}
#txtConteudo h1 {
  font-size: calc(2.2rem + 1.8rem);
  font-weight: normal;
  color: #000000;
  margin-bottom: calc(25px + 20px);
}
#txtConteudo h1 a {
  color: #000000;
}
#txtConteudo h2 {
  font-size: calc(2.2rem + 0.3rem);
}
#txtConteudo h3 {
  font-family: 'OpenSans-Condensed-LighBold';
  font-size: 2.2rem;
}
#txtConteudo a {
  color: #F5C428;
}
#txtConteudo a:hover {
  color: #1F1E1E;
}
#txtConteudo .Status {
  display: none;
}
#txtConteudo .Status p {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0px;
}
#txtConteudo .Status p span {
  color: #FFBF00;
}
#txtConteudo .Status ul {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#txtConteudo .Status ul li {
  text-align: center;
  background-image: url(../img/sts-c-h.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 80px 0 15px;
  box-sizing: border-box;
  width: 20%;
  max-width: 249px;
  color: #CCCCCC;
  font-size: 2rem;
}
#txtConteudo .Status ul li span {
  line-height: 100%;
}
#txtConteudo .Status ul li span.stsTitulo {
  font-family: 'OpenSans-Condensed-LighBold';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
#txtConteudo .Status ul li span.stsData {
  display: none;
}
#txtConteudo .Status ul li.sts_v {
  color: #92C100;
  background-image: url(../img/sts-v-h.jpg);
}
#txtConteudo .Status ul li.sts_v span {
  display: block;
}
#txtConteudo .Status ul li.sts_a {
  color: #F5C428;
  background-image: url(../img/sts-a-h.jpg);
}
#txtConteudo .Status ul li.sts_a span {
  display: block;
}
@media (max-width: 1024px) {
  #txtConteudo .Status p {
    font-size: 2.5rem;
  }
  #txtConteudo .Status ul li {
    font-size: 1.9rem;
  }
  #txtConteudo .Status ul li span.stsTitulo {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  #txtConteudo .Status ul {
    display: flex;
    flex-direction: column;
  }
  #txtConteudo .Status ul li {
    text-align: left;
    background-image: url(../img/sts-c-v.jpg);
    background-position: left center;
    background-size: auto 100%;
    padding: 0 15px 0 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 249px;
    display: table;
  }
  #txtConteudo .Status ul li span.stsCont {
    display: table-cell;
    vertical-align: middle;
  }
  #txtConteudo .Status ul li.sts_v {
    background-image: url(../img/sts-v-v.jpg);
  }
  #txtConteudo .Status ul li.sts_a {
    background-image: url(../img/sts-a-V.jpg);
  }
}
@media (max-width: 768px) {
  #txtConteudo .Status p {
    font-size: 2.5rem;
  }
  #txtConteudo .Status ul li {
    padding: 0 15px 0 80px;
    height: 200px;
    font-size: 1.8rem;
  }
  #txtConteudo .Status ul li span.stsTitulo {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  #txtConteudo .Status p {
    font-size: 2.5rem;
  }
  #txtConteudo .Status ul li {
    padding: 0 15px 0 60px;
    height: 180px;
    font-size: 1.6rem;
  }
  #txtConteudo .Status ul li span.stsTitulo {
    font-size: 2.0rem;
  }
}
@media (max-width: 1024px) {
  #txtConteudo {
    font-size: 2rem;
  }
  #txtConteudo h1 {
    font-size: calc(2rem + 1.8rem);
    margin-bottom: calc(25px + 15px);
  }
  #txtConteudo h2 {
    font-size: calc(2rem + 0.3rem);
  }
  #txtConteudo h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #txtConteudo h1 {
    font-size: calc(2rem + 1.4rem);
    margin-bottom: calc(25px + 10px);
  }
}
@media (max-width: 640px) {
  #txtConteudo h1 {
    font-size: calc(2rem + 1.2rem);
  }
}
@media (max-width: 480px) {
  #txtConteudo {
    font-size: 1.9rem;
  }
  #txtConteudo h1 {
    font-size: calc(2rem + 1rem);
  }
  #txtConteudo h2 {
    font-size: calc(1.9rem + 0.3rem);
  }
  #txtConteudo h3 {
    font-size: 1.9rem;
  }
}
@media (max-width: 375px) {
  #txtConteudo h1 {
    font-size: calc(2rem + 0.5rem);
  }
  #txtConteudo h2 {
    font-size: calc(1.9rem + 0.1rem);
  }
}
div.essencia #missao {
  display: flex;
  align-items: stretch;
  align-content: center;
}
div.essencia #missao div:first-child {
  margin-right: 50px;
}
div.essencia #missao > div {
  flex: 1;
  padding: 0 20px;
}
div.essencia #missao > div h2 {
  color: #FFCC29;
}
div.essencia #objetivo {
  padding: 50px;
  color: #fff;
  background: url(/astherlab/uploads/arquivos/fndDunorte-1.jpg) no-repeat center center;
}
div.essencia #objetivo div {
  display: flex;
  align-items: stretch;
  align-content: center;
}
div.essencia #objetivo div h2 {
  flex: 1;
  align-self: center;
  text-align: center;
  color: #FFCC29;
  border-right: 3px solid #fff;
  margin-right: 50px;
  padding: 20px 0;
}
div.essencia #objetivo div h2 span {
  display: block;
  color: #fff;
}
div.essencia #objetivo div p {
  flex: 1;
  align-self: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  div.essencia #missao {
    flex-direction: column;
  }
  div.essencia #missao div:first-child {
    margin-right: 50px;
  }
  div.essencia #missao > div {
    padding: 0 20px;
  }
  div.essencia #objetivo {
    padding: 20px;
  }
  div.essencia #objetivo div {
    flex-direction: column;
  }
  div.essencia #objetivo div h2 {
    align-self: center;
    text-align: center;
    border-right: none;
    border-bottom: 3px solid #fff;
    margin-right: 0px;
    padding: 20px 0;
  }
  div.essencia #objetivo div p {
    padding: 20px 0;
  }
}
nav.IcoRS ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
nav.IcoRS ul li {
  margin: 0 5px 5px 0;
}
#RedeSocial {
  background: url(../img/fndRedesSociais.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 70px 0;
}
#RedeSocial .cntRedeSocial {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1366px) {
  #RedeSocial .cntRedeSocial {
    padding: 0 2.5%;
  }
}
#RedeSocial .cntRedeSocial #FeedInsta {
  width: 70%;
  flex-basis: 70%;
}
#RedeSocial .cntRedeSocial div.siga {
  width: 25%;
  flex-basis: 25%;
}
#RedeSocial .cntRedeSocial div.siga span.titulo:first-child {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  #RedeSocial {
    padding: 50px 0;
  }
  #RedeSocial .cntRedeSocial #FeedInsta {
    width: 60%;
    flex-basis: 60%;
  }
  #RedeSocial .cntRedeSocial div.siga {
    width: 35%;
    flex-basis: 35%;
  }
}
@media (max-width: 640px) {
  #RedeSocial .cntRedeSocial {
    flex-direction: column;
  }
  #RedeSocial .cntRedeSocial #FeedInsta {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #RedeSocial .cntRedeSocial div.siga {
    width: 100%;
    flex-basis: 100%;
  }
  #RedeSocial .cntRedeSocial div.siga .titulo {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  #RedeSocial {
    background-size: auto 100%;
  }
}
#Noticias {
  max-width: 1330px;
  margin: 0 auto;
  margin: 160px auto;
}
@media (max-width: 1366px) {
  #Noticias {
    padding: 0 2.5%;
  }
}
#Noticias .mnuNoticias ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#Noticias .mnuNoticias ul li {
  width: calc(calc(100% / 4));
  margin-bottom: 25px;
}
#Noticias .mnuNoticias ul li a {
  display: block;
  padding: 0 10px;
  margin: 4px;
  letter-spacing: -1px;
}
#Noticias .mnuNoticias ul li a.img {
  padding: 0;
  margin-bottom: 25px;
}
#Noticias .mnuNoticias ul li a.img img {
  width: 100%;
  display: block;
}
#Noticias .mnuNoticias ul li a.titulo-noticia {
  font-family: 'OpenSans-Condensed-LighBold';
  font-size: 3rem;
  color: #000000;
  text-transform: uppercase;
}
#Noticias .mnuNoticias ul li a.titulo-noticia:hover {
  color: #666666;
}
#Noticias .mnuNoticias ul li a.data {
  font-size: 2.2rem;
  color: #666666;
  margin-bottom: 25px;
}
#Noticias .mnuNoticias ul li a.data:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #FFBF00;
  margin: 12px 0;
  display: block;
}
#Noticias + .mnuPaginacao {
  margin-top: -100px;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  #Noticias {
    margin: 130px auto;
  }
  #Noticias + .mnuPaginacao {
    margin-top: -80px;
    margin-bottom: 130px;
  }
  #Noticias .mnuNoticias ul li a.titulo-noticia {
    font-size: 2.5rem;
  }
  #Noticias .mnuNoticias ul li a.data {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #Noticias {
    margin: 100px auto;
  }
  #Noticias + .mnuPaginacao {
    margin-top: -50px;
    margin-bottom: 100px;
  }
  #Noticias .mnuNoticias ul li {
    width: calc(calc(100% / 2));
  }
  #Noticias .mnuNoticias ul li a {
    margin: 5%;
  }
}
@media (max-width: 480px) {
  #Noticias {
    margin: 80px auto;
  }
  #Noticias + .mnuPaginacao {
    margin-top: -40px;
    margin-bottom: 80px;
  }
  #Noticias .mnuNoticias ul li a.titulo-noticia {
    font-size: 2.2rem;
  }
}
@media (max-width: 375px) {
  #Noticias .mnuNoticias ul {
    margin: 0 10%;
  }
  #Noticias .mnuNoticias ul li {
    width: calc(calc(100% / 1));
    margin-bottom: 25px;
  }
  #Noticias .mnuNoticias ul li a {
    margin: 5%;
  }
}
#Marcas h2 {
  margin: 0 auto 80px;
}
#Marcas .logos {
  padding-bottom: 30px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  /* Usando Carrossel
		@media @1024{
			.itens {
				width: 200px !important;
				margin: 0 0px !important;
				
			}
		}
		
		@media @768{
			.itens {
				width: 190px !important;
				margin: 0 0px !important;
				
			}
		}
		
		@media @640{
			.itens {
				width: 190px !important;
				margin: 0 10px !important;
				
			}
		}
		
		@media @480{
			.itens {
				width: 180px !important;
				margin: 0 20px !important;
			}
		}
		
		@media @375{
			.itens {
				width: 180px !important;
				margin: 0 !important;
			}
		}
		*/
}
#Marcas .logos .itens {
  width: calc(calc(100% / 10) - 20px);
  margin: 10px;
}
#Marcas .logos .itens img {
  width: 100%;
}
@media (max-width: 1280px) {
  #Marcas .logos .itens {
    width: calc(calc(100% / 5) - 50px) !important;
    margin: 25px;
  }
}
@media (max-width: 768px) {
  #Marcas .logos .itens {
    width: calc(calc(100% / 4) - 40px) !important;
    margin: 20px;
  }
}
@media (max-width: 640px) {
  #Marcas .logos .itens {
    width: calc(calc(100% / 3) - 40px) !important;
    margin: 20px;
  }
}
@media (max-width: 420px) {
  #Marcas .logos .itens {
    width: calc(calc(100% / 2) - 30px) !important;
    margin: 15px;
  }
}
#Marcas .mapa {
  position: relative;
  width: 100%;
  padding-top: 35%;
}
#Marcas .mapa iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  #Marcas .mapa {
    padding-top: 40%;
  }
}
@media (max-width: 1024px) {
  #Marcas .mapa {
    padding-top: 50%;
  }
}
@media (max-width: 640px) {
  #Marcas .mapa {
    padding-top: 60%;
  }
}
@media (max-width: 480px) {
  #Marcas .mapa {
    padding-top: 80%;
  }
}
@media (max-width: 420px) {
  #Marcas .mapa {
    padding-top: 100%;
  }
}
/*
#boxConteudo {
	.wPage(@w: 2000px);
	padding: 70px 0;
	min-height: 400px;
	
	#Conteudo{
		.wPage(@w: 1290px);
		padding: 0 1.5%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		
		article{
			display: block;
			flex-grow: 1;
			color: @corTxt01;
			.FontElm(@FontReg; 2rem; 120%; normal; normal;);
			margin-right: 45px;
			
			h1, h2, h3, h4{
				.FontElm(@FontExCond; 4.5rem; 120%; normal; normal;);
				text-transform: uppercase;
			}
			hgroup{
				margin-bottom: 30px;
				h1{
					a{
						color: @corTxt01;
					}
					text-align: left;
				}
			}
			p, ul, h2, h3{
				margin-bottom: 25px;
			}
			h2{
				color: @cor01;
				font-size: 3rem;

			}
			h3{
				color: @cor01;
				font-size: 2.5rem;

			}
			ul{
				padding: 0 2%;

				li{
					background: url(../img/staAzul-dir.svg) no-repeat left 5px;
					padding: 0 0 0 20px;
					margin-bottom: 5px;
					color: @cor01;
				}
			}
			
			// GALERIA DE FOTOS
			div.QuadroFotos{
				li{
					display: inline-block;
					padding: 0;
					background-image: none;
					margin: 4px;
					a{
						position: relative;
						display: block;
						width: 20%;
						height: 100px;
						max-height: 100px;
						img{

							height: 100%;
						}
					}
				}
			}
		}
	}
}
*/
#Navegacao {
  position: relative;
  z-index: 25;
  left: -15px;
  width: 260px;
  margin-right: -260px;
}
#Navegacao ul.Menu {
  padding: 12px 0;
}
#Navegacao ul.Menu li a {
  font-family: 'OpenSans-Condensed-Light';
  font-size: 2.3rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 8px 12px;
  display: block;
}
#Navegacao ul.Menu li a:hover {
  background-color: ;
}
#Navegacao ul.Menu li.mnuLista_act a {
  background-color: ;
}
/*
<nav class="mnuPaginacao">
			<ul>
				<li class="PageAct"><a href="1">1</a></li>
				<li><a href="2">2</a></li>
				<li><a href="3">3</a></li>
				<li><a href="4">4</a></li>
				<li class="trespontos"><a href="...">...</a></li>
				<li><a href="5">5</a></li>
			</ul>
		</nav>
*/
nav.mnuPaginacao {
  max-width: 300px;
  padding: 30px 0 0;
  margin-left: auto;
  margin-right: auto;
}
nav.mnuPaginacao ul {
  text-align: center;
}
nav.mnuPaginacao ul li {
  display: inline-block;
  border: 1px solid #C7C7C7;
  background-color: #DDDDDD;
  color: #333333;
  margin: 5px;
  font-family: 'OpenSans-Condensed-LighBold';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
nav.mnuPaginacao ul li a {
  display: block;
  padding: 4px 8px;
  color: #333333;
}
nav.mnuPaginacao ul li:hover {
  border: 1px solid #C7C7C7;
  background-color: #333333;
}
nav.mnuPaginacao ul li:hover a {
  color: #FFFFFF;
}
nav.mnuPaginacao ul li.ativo {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
}
nav.mnuPaginacao ul li.ativo a {
  color: #FFFFFF;
}
nav.mnuPaginacao ul li.trespontos {
  border: 0;
  background: none;
}
#BannerOuvidoria {
  font-size: 1.8rem;
  color: #FFFFFF;
  position: relative;
  padding: 100px 0;
  z-index: 5000;
  background: url(../img/fndOuvidoria.png) no-repeat center center;
}
#BannerOuvidoria #cntBanner {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  #BannerOuvidoria #cntBanner {
    padding: 0 2.5%;
  }
}
#BannerOuvidoria #cntBanner .txtBanner {
  flex: 0 0 50%;
}
#BannerOuvidoria #cntBanner .txtBanner h2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
#BannerOuvidoria #cntBanner .txtBanner p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  #BannerOuvidoria #cntBanner .txtBanner {
    padding: 0 7%;
    flex: 0 0 100%;
  }
}
#BannerOuvidoria #cntBanner .logoBanner {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#BannerOuvidoria #cntBanner .logoBanner img {
  max-width: 50%;
  /* Garante que a imagem não ultrapasse a largura da coluna */
  height: auto;
}
@media (max-width: 768px) {
  #BannerOuvidoria #cntBanner .logoBanner {
    display: none;
  }
}
@media (max-width: 768px) {
  #BannerOuvidoria {
    padding: 50px 0;
  }
}
footer#ftrSite {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding-top: 50px;
  position: relative;
  z-index: 5000;
}
footer#ftrSite a.wpp_ico,
footer#ftrSite a.wpp_ico_m {
  display: block;
  position: fixed;
  z-index: 5000;
  bottom: 115px;
  right: 10px;
  width: calc(150px + 30px);
  height: auto;
}
footer#ftrSite a.wpp_ico img,
footer#ftrSite a.wpp_ico_m img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  footer#ftrSite a.wpp_ico,
  footer#ftrSite a.wpp_ico_m {
    width: calc(150px + 15px);
  }
}
@media (max-width: 1024px) {
  footer#ftrSite a.wpp_ico,
  footer#ftrSite a.wpp_ico_m {
    width: calc(150px + 0px);
  }
}
@media (max-width: 768px) {
  footer#ftrSite a.wpp_ico,
  footer#ftrSite a.wpp_ico_m {
    display: none;
  }
}
footer#ftrSite a.wpp_ico_m {
  display: none;
  width: calc(94px + 30px);
}
@media (max-width: 768px) {
  footer#ftrSite a.wpp_ico_m {
    display: block;
  }
}
@media (max-width: 640px) {
  footer#ftrSite a.wpp_ico_m {
    width: calc(94px + 15px);
  }
}
@media (max-width: 480px) {
  footer#ftrSite a.wpp_ico_m {
    width: calc(94px + 0px);
  }
}
@media (max-width: 480px) {
  footer#ftrSite a.wpp_ico_m {
    width: calc(94px - 15px);
  }
}
footer#ftrSite h2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
footer#ftrSite p {
  margin-bottom: 25px;
}
footer#ftrSite ul {
  margin-bottom: 25px;
}
footer#ftrSite address {
  font-style: normal;
}
footer#ftrSite .qdrcinza {
  background-color: #1F1F1F;
}
footer#ftrSite input:required {
  box-shadow: none;
}
footer#ftrSite form#frmNews {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
footer#ftrSite form#frmNews input {
  margin-right: 10px;
}
@media (max-width: 420px) {
  footer#ftrSite form#frmNews {
    flex-direction: column;
    align-items: flex-start;
  }
  footer#ftrSite form#frmNews input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
footer#ftrSite nav#mnuContato ul li {
  margin-bottom: 10px;
}
footer#ftrSite nav#mnuContato ul li:last-child {
  margin-bottom: 0px;
}
footer#ftrSite nav#mnuContato ul li a {
  display: block;
  background-size: auto 100%;
  padding: 0 0 0 45px;
  text-transform: uppercase;
  font-size: 2.2rem;
}
footer#ftrSite nav#mnuContato ul li.local {
  background: url(../img/ico/ico-localizacao.svg) no-repeat center left;
  font-weight: bold;
}
footer#ftrSite nav#mnuContato ul li.tel {
  background: url(../img/ico/ico-tel.svg) no-repeat center left;
}
footer#ftrSite nav#mnuContato ul li.wapp {
  background: url(../img/ico/ico-wpp.svg) no-repeat center left;
}
footer#ftrSite nav#mnuFooter ul li {
  margin-bottom: 5px;
}
footer#ftrSite nav#mnuFooter ul li:last-child {
  margin-bottom: 0px;
}
footer#ftrSite nav#mnuFooter ul li a {
  display: block;
  background: url(../img/sta-cinza.svg) no-repeat center left;
  padding: 0 0 0 25px;
}
footer#ftrSite #cntFooter {
  max-width: 1330px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1366px) {
  footer#ftrSite #cntFooter {
    padding: 0 2.5%;
  }
}
footer#ftrSite #cntFooter .news,
footer#ftrSite #cntFooter .contato,
footer#ftrSite #cntFooter .dunorte {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  width: 30%;
  flex-basis: 30%;
}
footer#ftrSite #cntFooter .news nav a,
footer#ftrSite #cntFooter .contato nav a,
footer#ftrSite #cntFooter .dunorte nav a {
  color: #FFFFFF;
}
footer#ftrSite #cntFooter .news nav a:hover,
footer#ftrSite #cntFooter .contato nav a:hover,
footer#ftrSite #cntFooter .dunorte nav a:hover {
  color: #F5C428;
}
@media (max-width: 1024px) {
  footer#ftrSite #cntFooter .news,
  footer#ftrSite #cntFooter .contato {
    width: 40%;
    flex-basis: 40%;
  }
  footer#ftrSite #cntFooter .dunorte {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer#ftrSite #cntFooter .dunorte nav {
    width: 20%;
    flex-basis: 20%;
  }
  footer#ftrSite #cntFooter .dunorte div.cnt {
    width: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  footer#ftrSite #cntFooter .news,
  footer#ftrSite #cntFooter .contato {
    width: 50%;
    flex-basis: 50%;
  }
  footer#ftrSite #cntFooter .dunorte {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer#ftrSite #cntFooter .dunorte nav {
    width: 50%;
    flex-basis: 50%;
  }
  footer#ftrSite #cntFooter .dunorte div.cnt {
    width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 640px) {
  footer#ftrSite #cntFooter {
    flex-direction: column;
  }
  footer#ftrSite #cntFooter .news,
  footer#ftrSite #cntFooter .contato {
    width: 100%;
    flex-basis: 100%;
  }
  footer#ftrSite #cntFooter .dunorte {
    width: 100%;
    display: block;
  }
  footer#ftrSite #cntFooter .dunorte nav {
    width: 100%;
  }
  footer#ftrSite #cntFooter .dunorte div.cnt {
    width: 100%;
  }
}
footer#ftrSite div#Creditos {
  border-top: 1px solid #444444;
  padding: 10px 0 80px;
}
footer#ftrSite div#Creditos ul {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
@media (max-width: 1366px) {
  footer#ftrSite div#Creditos ul {
    padding: 0 2.5%;
  }
}
footer#ftrSite div#Creditos ul li {
  white-space: nowrap;
}
footer#ftrSite div#Creditos ul li:last-child {
  text-align: right;
}
footer#ftrSite div#Creditos ul li a {
  color: #FFFFFF;
  font-weight: bold;
}
footer#ftrSite div#Creditos ul li a:hover {
  color: #DDDDDD;
}
@media (max-width: 640px) {
  footer#ftrSite div#Creditos {
    padding: 10px 0 50px;
  }
  footer#ftrSite div#Creditos ul {
    flex-direction: column;
  }
  footer#ftrSite div#Creditos ul li {
    text-align: center !important;
    margin-bottom: 5px;
  }
}
#BoxForm h2 {
  color: #B22D00;
  text-transform: none;
}
#BoxForm h2.msgForm {
  display: none;
}
#BoxForm form input,
#BoxForm form select {
  border: 1px solid #444444;
  margin: 0 3px 5px;
}
#BoxForm form input:required {
  box-shadow: none;
}
#BoxForm form select {
  padding: 4px 10px;
  font-family: 'OpenSans-Condensed-Light';
  font-size: 2rem;
  width: 100%;
  box-sizing: border-box;
}
#BoxForm form label {
  box-sizing: border-box;
}
#BoxForm form label span {
  margin: 0 3px 5px;
  display: block;
}
#BoxForm form .radio label {
  margin-left: 5px;
}
#BoxForm form .campo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#BoxForm form .campo.produtos {
  border-bottom: 1px solid #666666;
}
#BoxForm form .campo label {
  flex-basis: 48%;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  #BoxForm form .campo label {
    flex-basis: 46%;
  }
}
@media (max-width: 640px) {
  #BoxForm form .campo {
    flex-direction: column;
  }
}
#BoxForm form .opc {
  flex-basis: 10%;
  padding-top: 32px;
}
#BoxForm form .c100 {
  flex-basis: 100% !important;
}
#BoxForm form .c50 {
  flex-basis: 48% !important;
}
#BoxForm form .c33 {
  flex-basis: 30% !important;
}
#BoxForm form .c25 {
  flex-basis: 23% !important;
}
#BoxForm form .c20 {
  flex-basis: 18% !important;
}
span.load {
  display: none;
}
#Privacidade {
  width: 95%;
  max-width: 1330px;
  position: fixed;
  z-index: 10000;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 20px 20px 0 20px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  -webkit-box-shadow:  0px 0px 20px -5px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow:  0px 0px 20px -5px rgba(0, 0, 0, 0.75) !important;
  box-shadow:  0px 0px 20px -5px rgba(0, 0, 0, 0.75) !important;
}
#Privacidade p {
  flex-grow: 1;
  margin-right: 20px;
}
#Privacidade .btnPrivacidade {
  font-family: 'OpenSans-Condensed-Light';
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: #F5C428;
  padding: 5px 10px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #Privacidade {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  #Privacidade {
    width: 98%;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
  }
  #Privacidade p {
    margin-right: 0px;
    margin-bottom: 10px !important;
  }
  #Privacidade .btnPrivacidade {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #Privacidade {
    padding: 10px 10px 0 10px;
    font-size: 1.7rem;
  }
  #Privacidade p {
    margin-bottom: 5px !important;
  }
  #Privacidade .btnPrivacidade {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.pvcEfeito_off {
  opacity: 0;
}
.pvcEfeito {
  opacity: 1;
  animation-name: FadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#Conteudo article:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
