/*
Asther ProdutoraWeb
2017, Copyright.
Folha de Estilo
*/
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}
a {
  text-decoration: none;
}
:root {
  font-size: 10px;
  line-height: 120%;
}
:focus {
  outline: none;
}
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: 'MyriadPro-Regular';
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  background-color: #FFFFFF;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
header#Site {
  max-width: 2000px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: url(../img/fndBorda.jpg) center top repeat-x, url(../img/fndBorda.jpg) center bottom repeat-x;
  background-color: #FFFFFF;
  padding: 5px 0%;
}
header#Site .apos_rolar {
  background: url(../img/fndBorda.jpg) center top repeat-x, url(../img/fndBorda.jpg) center bottom repeat-x;
  background-color: #FFFFFF;
}
header#Site div {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
header#Site div img {
  display: block;
}
header#Site div a.logoMarca {
  margin-right: auto;
}
header#Site div ul.mnu {
  white-space: nowrap;
}
header#Site div ul.mnu li {
  display: inline-block;
  margin-left: 30px;
  white-space: nowrap;
}
header#Site div ul.mnu li:first-child {
  display: none;
}
header#Site div ul.mnu li a {
  font-family: 'MyriadPro-Cond';
  font-size: 2.2rem;
  line-height: 100%;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
  color: #A2001E;
}
header#Site div ul.mnu li a:hover {
  color: #510006;
}
header#Site div ul.mnu li.ativo a {
  color: #510006;
  border-bottom: 5px solid #510006;
}
header#Site div a.mnuResponsivo {
  display: none;
}
section#Vitrine,
section#BarInterno {
  position: relative;
  height: 980px;
  z-index: 990;
}
section#Vitrine header,
section#BarInterno header {
  background: url(../img/fndFrente3.jpg) repeat-x right bottom;
  background-color: rgba(148, 8, 36, 0.5);
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 50%;
}
section#Vitrine header hgroup,
section#BarInterno header hgroup {
  background-color: rgba(148, 8, 36, 0.9);
  position: absolute;
  right: 0;
  width: 440px;
  height: 440px;
}
section#Vitrine header hgroup h1,
section#BarInterno header hgroup h1,
section#Vitrine header hgroup h2,
section#BarInterno header hgroup h2 {
  margin-left: 40px;
  margin-right: 40px;
  color: #FFFFFF;
}
section#Vitrine header hgroup h1,
section#BarInterno header hgroup h1 {
  font-family: 'MyriadPro-BoldCond';
  font-size: 5.5rem;
  line-height: 80%;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
}
section#Vitrine header hgroup h2,
section#BarInterno header hgroup h2 {
  font-family: 'MyriadPro-Regular';
  font-size: 2.2rem;
  line-height: 130%;
  font-weight: normal;
  font-variant: normal;
}
section#Vitrine nav,
section#BarInterno nav {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EEEEEE;
  padding: 25px 20px;
  width: 1200px;
  -webkit-box-shadow:  0px 0px 40px 5px rgba(79, 71, 62, 0.35) !important;
  -moz-box-shadow:  0px 0px 40px 5px rgba(79, 71, 62, 0.35) !important;
  box-shadow:  0px 0px 40px 5px rgba(79, 71, 62, 0.35) !important;
}
section#Vitrine nav ul,
section#BarInterno nav ul {
  width: 100%;
  display: flex;
}
section#Vitrine nav ul li,
section#BarInterno nav ul li {
  padding: 0 40px;
  flex-grow: 1;
  flex-basis: 0;
  border-right: 1px solid #B6AFA5;
}
section#Vitrine nav ul li:last-child,
section#BarInterno nav ul li:last-child {
  border-right: 0;
}
section#Vitrine nav ul li a,
section#BarInterno nav ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 85px;
  padding-top: 110px;
  text-align: center;
}
section#Vitrine nav ul li a span,
section#BarInterno nav ul li a span {
  display: block;
  font-family: 'MyriadPro-Cond';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  color: #8B8072;
}
section#Vitrine nav ul li a span:first-child,
section#BarInterno nav ul li a span:first-child {
  text-transform: uppercase;
}
section#Vitrine nav ul li a span:last-child,
section#BarInterno nav ul li a span:last-child {
  white-space: nowrap;
  font-family: 'MyriadPro-Regular';
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #4E463E;
}
section#Vitrine nav ul li a:hover span,
section#BarInterno nav ul li a:hover span {
  color: #4E463E;
}
section#BarInterno {
  height: 310px;
}
section#BarInterno header {
  background: none;
  background-color: rgba(148, 8, 36, 0.5);
}
section#BarInterno header hgroup {
  height: 100%;
}
div#BarStecGambiarra {
  padding: 50px 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 980;
}
div#BarStec {
  background-color: #FFFFFF;
  padding: 200px 0 150px;
  position: relative;
  z-index: 980;
}
div#BarStec section#Stec {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  background: url(../img/imgStec.png) no-repeat center left;
  background-size: 40% auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}
div#BarStec section#Stec header {
  width: 57%;
  box-sizing: border-box;
}
div#BarStec section#Stec header hgroup {
  margin-bottom: 20px;
}
div#BarStec section#Stec header h1 {
  font-family: 'MyriadPro-BoldCond';
  font-size: 5rem;
  line-height: 90%;
  font-weight: normal;
  font-variant: normal;
  color: #8B8172;
  padding-bottom: -5px;
}
div#BarStec section#Stec header h1 span {
  color: #A2001E;
  text-transform: uppercase;
}
div#BarStec section#Stec header h2 {
  font-family: 'MyriadPro-Regular';
  font-size: 3rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #8B8172;
}
div#BarStec section#Stec article {
  font-family: 'MyriadPro-Regular';
  font-size: 2.3rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #4D463E;
  width: 57%;
  box-sizing: border-box;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 80px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 80px;
  /* Firefox */
  column-gap: 80px;
}
div#BarStec section#Stec article p {
  margin-bottom: 20px;
}
div#BarStec section#Stec article ul li {
  margin-bottom: 5px;
}
div#BarStec section#Stec article ul li a {
  background: url(../img/mrcVermelho.svg) no-repeat center left 0;
  background-size: 8px 16px;
  font-family: 'MyriadPro-Cond';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
  color: #A2001E;
  padding-left: 35px;
}
div#BarStec section#Stec article ul li a:hover {
  color: #510006;
}
div#BarProjetos {
  max-width: 2000px;
  margin: 0 auto;
  border-top: 10px solid #7B000F;
  min-height: 50px;
  background: url(../img/fndProjetos.jpg) no-repeat top left 0;
  background-color: #9A0013;
}
div#BarProjetos section.cntProjetos > * {
  box-sizing: border-box;
}
div#BarProjetos section.cntProjetos {
  box-sizing: border-box;
  max-width: 1290px;
  margin: 0 auto;
  height: 550px;
  overflow-y: hidden;
  padding: 60px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
div#BarProjetos section.cntProjetos header {
  padding: 0 20px 0;
  width: 25%;
  color: #FFFFFF;
  font-family: 'MyriadPro-Regular';
  font-size: 2.3rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
div#BarProjetos section.cntProjetos header h1 {
  font-family: 'MyriadPro-BoldCond';
  font-size: 5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
div#BarProjetos section.cntProjetos header ul li {
  margin-bottom: 30px;
}
div#BarProjetos section.cntProjetos nav {
  padding: 0 20px 0;
  width: 75%;
  height: 100%;
  overflow: hidden;
}
div#BarProjetos section.cntProjetos nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
div#BarProjetos section.cntProjetos nav ul li {
  width: 33%;
  margin-right: 10px;
  box-sizing: border-box;
}
div#BarProjetos section.cntProjetos nav ul li a {
  color: #FFFFFF;
  font-family: 'MyriadPro-Regular';
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  display: block;
}
div#BarProjetos section.cntProjetos nav ul li a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
div#BarProjetos section.cntProjetos nav ul li a:last-child {
  padding: 0 10px;
}
main#Conteudo + div#BarStec {
  padding-top: 150px;
}
main#Conteudo {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  z-index: 995;
  background-color: #FFFFFF;
  padding: 40px 0 0 0;
}
main#Conteudo section#txtConteudo {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main#Conteudo section#txtConteudo article {
  display: block;
  flex-grow: 1;
  font-family: 'MyriadPro-Regular';
  font-size: 2.3rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
main#Conteudo section#txtConteudo article h1,
main#Conteudo section#txtConteudo article h2,
main#Conteudo section#txtConteudo article h3,
main#Conteudo section#txtConteudo article h4 {
  font-family: 'MyriadPro-Cond';
  font-size: 5rem;
  line-height: 120%;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
}
main#Conteudo section#txtConteudo article header {
  background: url(../img/fnd-titulo-int.gif) no-repeat bottom left;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
main#Conteudo section#txtConteudo article header h1 {
  flex-grow: 1;
  color: #8B7F72;
}
main#Conteudo section#txtConteudo article header h1 a {
  color: #8B7F72;
}
main#Conteudo section#txtConteudo article header nav {
  margin-left: 25px;
  display: none;
}
main#Conteudo section#txtConteudo article header nav img {
  display: block;
}
main#Conteudo section#txtConteudo article p,
main#Conteudo section#txtConteudo article ul,
main#Conteudo section#txtConteudo article h2,
main#Conteudo section#txtConteudo article h3 {
  margin-bottom: 25px;
}
main#Conteudo section#txtConteudo article h2 {
  color: #990C26;
  font-size: 3rem;
}
main#Conteudo section#txtConteudo article h3 {
  color: #990C26;
  font-size: 2.5rem;
}
main#Conteudo section#txtConteudo article a {
  color: #990C26;
}
main#Conteudo section#txtConteudo article a:hover {
  color: #650717;
}
main#Conteudo section#txtConteudo article > ul {
  padding: 0 2%;
}
main#Conteudo section#txtConteudo article > ul li {
  background: url(../img/mrcVermelho.svg) no-repeat left 5px;
  background-size: auto 10px;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  color: #990C26;
}
main#Conteudo section#txtConteudo article > ul li a {
  color: #650717;
}
main#Conteudo section#txtConteudo article > ul li a:hover {
  color: #990C26;
}
main#Conteudo section#txtConteudo article > ul li > ul {
  padding: 10px 0;
  margin: 0;
}
main#Conteudo section#txtConteudo article > ul li > ul li {
  margin-bottom: 5px;
}
main#Conteudo section#txtConteudo article .imgResponsiva {
  float: right;
  max-width: 700px;
}
main#Conteudo section#txtConteudo article div.QuadroFotos li {
  display: inline-block;
  padding: 0;
  background-image: none;
  margin: 4px;
}
main#Conteudo section#txtConteudo article div.QuadroFotos li a {
  position: relative;
  display: block;
  width: 20%;
  height: 100px;
  max-height: 100px;
}
main#Conteudo section#txtConteudo article div.QuadroFotos li a img {
  height: 100%;
}
main#Conteudo section#txtConteudo article div.QuadroClientes > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
main#Conteudo section#txtConteudo article div.QuadroClientes > ul li {
  flex: 1 1 0;
  max-width: 250px;
  min-width: 250px;
  margin: 5px;
}
main#Conteudo section#txtConteudo article div.QuadroClientes > ul li img {
  display: block;
  width: 100%;
  height: auto;
}
main#Conteudo section#txtConteudo article div.QuadroProjetos {
  /*
				@g_col: 10px;
				column-count: 4;
    			column-gap: @g_col;
    			column-width: 294px;
				*/
}
main#Conteudo section#txtConteudo article div.QuadroProjetos > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 275px;
  min-width: 180px;
  margin: 5px;
}
main#Conteudo section#txtConteudo article div.QuadroProjetos > div p {
  padding: 0 10px;
}
main#Conteudo section#txtConteudo article div.QuadroProjetos > div p:first-child {
  padding: 0;
  margin-bottom: 15px;
}
main#Conteudo section#txtConteudo article div.QuadroProjetos > div p:first-child img {
  width: 100%;
  display: block;
}
main#Conteudo section#txtConteudo article div.QuadroProjetos > div h2 {
  margin: 0 10px 15px;
}
#Navegacao {
  width: 320px !important;
  box-sizing: border-box;
  margin-left: 50px;
}
#Navegacao ul.Menu {
  width: calc(320px - 10px);
}
#Navegacao ul.Menu li {
  background-color: #9B0C27;
  border-left: 10px solid #FFFFFF;
  padding: 0 20px;
}
#Navegacao ul.Menu li a {
  font-family: 'MyriadPro-Cond';
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  display: block;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 8px;
  text-transform: uppercase;
}
#Navegacao ul.Menu li.mnuLista_act {
  background-color: #FFFFFF;
  border-left: 10px solid #9B0C27;
}
#Navegacao ul.Menu li.mnuLista_act a {
  color: #9B0C27;
  font-weight: bold;
}
#Navegacao ul.Menu li:last-child a {
  border: none;
}
/*
<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: 0 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: 'MyriadPro-BoldCond';
  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.PageAct {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
}
nav.mnuPaginacao ul li.PageAct a {
  color: #FFFFFF;
}
nav.mnuPaginacao ul li.trespontos {
  border: 0;
  background: none;
}
#BoxContato {
  display: block;
  height: auto;
  padding: 25px 0;
}
#BoxContato h2 {
  font-family: 'MyriadPro-Regular';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #8B8172;
  margin: 5px 0 25px 0;
}
#BoxContato form {
  width: 100%;
  height: auto;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"],
#BoxContato select,
#BoxContato textarea {
  font-family: 'MyriadPro-Regular';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  border: solid 1px #B6AFA5;
  background-color: #FFFFFF;
  padding: 4px;
  margin-bottom: 15px;
}
#BoxContato input[type="text"],
#BoxContato input[type="email"],
#BoxContato input[type="tel"] {
  width: 300px;
  height: 30px;
}
#BoxContato select {
  width: 305px;
  height: 42px;
}
#BoxContato textarea {
  width: 90%;
  height: 250px;
}
#BoxContato label {
  display: inline-block;
  width: 20%;
  margin: 5px 0 10px 0;
  font-family: 'MyriadPro-Regular';
  font-size: 2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}
#BoxContato label[for="frmMsg"] {
  display: block;
}
#BoxContato #btEnviar {
  margin: 15px 0 15px 20%;
}
footer {
  background-color: #FFFFFF;
  width: 100%;
  color: #8B8172;
}
footer div.endereco {
  padding: 60px 20px;
  border-bottom: 2px solid #8B8172;
  font-family: 'MyriadPro-Regular';
  font-size: 2.2rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  background: url(../img/fndBorda.jpg) center bottom repeat-x;
  background-size: auto 13px;
}
footer div.endereco address {
  font-style: normal;
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
}
footer div.endereco address p {
  margin-right: 10%;
}
footer div.endereco address p:last-child {
  margin-right: 0;
}
footer ul#Creditos {
  max-width: 1290px;
  margin: 0 auto;
  font-family: 'MyriadPro-Regular';
  font-size: 1.7rem;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 60px;
}
footer ul#Creditos li {
  white-space: nowrap;
}
footer ul#Creditos li:last-child {
  text-align: righ;
}
footer ul#Creditos a {
  color: #8B8172;
  font-weight: bold;
  white-space: nowrap;
}
footer ul#Creditos a:hover {
  text-decoration: underline;
}
/*
#Conteudo article:after{
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
*/
/**
 * jQuery lightBox plugin
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
