/* CSS Document */
@media (max-width: 1280px) {
  body#frente {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: auto 780px !important;
  }
  header#Site div a.logoMarca img {
    height: 65px;
  }
  section#Vitrine,
  section#BarInterno {
    height: 780px;
  }
  section#Vitrine header,
  section#BarInterno header {
    top: 93px;
    background-size: auto 347px;
    background-position: right bottom;
  }
  section#Vitrine header hgroup,
  section#BarInterno header hgroup {
    width: 340px;
    height: 340px;
  }
  section#Vitrine header hgroup h1,
  section#BarInterno header hgroup h1 {
    font-size: 4.5rem;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  section#Vitrine header hgroup h2,
  section#BarInterno header hgroup h2 {
    font-size: 1.9rem;
  }
  section#Vitrine nav,
  section#BarInterno nav {
    left: 20px;
    right: 20px;
    transform: translateX(0%);
    width: auto;
  }
  section#Vitrine nav ul,
  section#BarInterno nav ul {
    width: auto;
  }
  section#Vitrine nav ul li,
  section#BarInterno nav ul li {
    padding: 0 20px;
  }
  section#Vitrine nav ul li a,
  section#BarInterno nav ul li a {
    background-size: auto 45%;
  }
  section#Vitrine nav ul li a span:first-child,
  section#BarInterno nav ul li a span:first-child {
    font-size: 2.2rem;
  }
  section#Vitrine nav ul li a span:last-child,
  section#BarInterno nav ul li a span:last-child {
    font-size: 1.6rem;
  }
  section#BarInterno {
    height: 240px;
  }
  section#BarInterno header hgroup {
    height: 100%;
  }
  body#interno {
    background-size: auto 243px !important;
  }
  div.QuadroClientes > ul li {
    max-width: 220px !important;
    min-width: 220px !important;
    margin: 5px;
  }
  div#BarStec section#Stec header h1 {
    font-size: 4.5rem;
  }
  div#BarStec section#Stec header h2 {
    font-size: 2.5rem;
  }
  div#BarStec section#Stec article {
    font-size: 2rem;
  }
  div#BarStec section#Stec article ul li a {
    font-size: 2.2rem;
  }
  main#Conteudo section#txtConteudo article {
    font-size: 2.1rem;
  }
  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-size: 4.5rem;
  }
  main#Conteudo section#txtConteudo article h2 {
    font-size: 2.7rem;
  }
  main#Conteudo section#txtConteudo article h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  :root {
    font-size: 9px;
    line-height: 120%;
  }
  body#frente {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: auto 600px !important;
  }
  header#Site div a.logoMarca img {
    height: 60px;
  }
  section#Vitrine,
  section#BarInterno {
    height: 600px;
  }
  section#Vitrine header,
  section#BarInterno header {
    top: 88px;
    background-size: auto 300px;
    background-position: right bottom -88px;
  }
  section#Vitrine header hgroup,
  section#BarInterno header hgroup {
    width: 300px;
    height: 300px;
  }
  section#Vitrine header hgroup h1,
  section#BarInterno header hgroup h1 {
    font-size: 4.2rem;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  section#Vitrine header hgroup h2,
  section#BarInterno header hgroup h2 {
    font-size: 1.8rem;
  }
  section#Vitrine nav ul,
  section#BarInterno nav ul {
    justify-content: space-between;
  }
  section#Vitrine nav ul li,
  section#BarInterno nav ul li {
    padding: 0 15px;
    flex-grow: 0;
    flex-basis: auto;
    width: 20%;
  }
  section#Vitrine nav ul li a,
  section#BarInterno nav ul li a {
    background-size: auto 45%;
    padding-top: 80px;
  }
  section#Vitrine nav ul li a span:last-child,
  section#BarInterno nav ul li a span:last-child {
    white-space: normal;
  }
  section#BarInterno {
    height: 200px;
  }
  section#BarInterno header hgroup {
    height: 112px;
  }
  body#interno {
    background-size: auto 203px !important;
  }
  div#BarStec {
    padding: 150px 0 100px;
  }
  main#Conteudo + div#BarStec {
    padding-top: 100px;
  }
  main#Conteudo section#txtConteudo article {
    font-size: 2rem;
  }
  main#Conteudo section#txtConteudo article header {
    background-size: auto 8px;
  }
  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-size: 4.3rem;
  }
  main#Conteudo section#txtConteudo article h2 {
    font-size: 2.7rem;
  }
  main#Conteudo section#txtConteudo article h3 {
    font-size: 2.2rem;
  }
  main#Conteudo section#txtConteudo article .imgResponsiva {
    width: 50%;
  }
  main#Conteudo section#txtConteudo article div.QuadroClientes > ul li {
    max-width: 190px !important;
    min-width: 190px !important;
    margin: 5px;
  }
  #Navegacao {
    width: 300px !important;
    margin-left: 30px;
  }
  #Navegacao ul.Menu {
    width: calc(300px - 10px);
  }
  #Navegacao ul.Menu li {
    border-left: 10px solid #FFFFFF;
  }
  #Navegacao ul.Menu li a {
    font-size: 2.3rem;
  }
  #Navegacao ul.Menu li.mnuLista_act {
    border-left: 10px solid #9B0C27;
  }
  div#BarProjetos section.cntProjetos {
    height: 480px;
  }
  div#BarProjetos section.cntProjetos header {
    font-size: 2rem;
  }
  div#BarProjetos section.cntProjetos header h1 {
    font-size: 4.5rem;
  }
  footer div.endereco {
    padding: 40px 20px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  header#Site div a.logoMarca img {
    height: 55px;
  }
  section#Vitrine header,
  section#BarInterno header {
    top: 83px;
    background-size: auto 300px;
    background-position: right bottom -83px;
  }
  section#BarInterno {
    height: 180px;
  }
  section#BarInterno header hgroup {
    height: 97px;
  }
  body#interno {
    background-size: auto 185px !important;
  }
  div#BarStec {
    padding: 150px 0 100px;
  }
  div#BarStec section#Stec {
    background-position: center left -40%;
    background-size: 50% auto;
  }
  div#BarStec section#Stec header {
    width: 65%;
  }
  div#BarStec section#Stec header h1 {
    font-size: 4rem;
  }
  div#BarStec section#Stec header h2 {
    font-size: 2rem;
  }
  div#BarStec section#Stec article {
    width: 65%;
    font-size: 1.8rem;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
  div#BarStec section#Stec article ul li a {
    font-size: 2rem;
  }
  main#Conteudo section#txtConteudo article {
    font-size: 1.8rem;
  }
  main#Conteudo section#txtConteudo article header {
    background-size: auto 7px;
  }
  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-size: 4rem;
  }
  main#Conteudo section#txtConteudo article h2 {
    font-size: 2.5rem;
  }
  main#Conteudo section#txtConteudo article h3 {
    font-size: 2rem;
  }
  main#Conteudo section#txtConteudo article div.QuadroClientes > ul li {
    max-width: 160px !important;
    min-width: 160px !important;
    margin: 5px;
  }
  #Navegacao {
    width: 250px !important;
    margin-left: 30px;
  }
  #Navegacao ul.Menu {
    width: calc(250px - 8px);
  }
  #Navegacao ul.Menu li {
    border-left: 8px solid #FFFFFF;
  }
  #Navegacao ul.Menu li a {
    font-size: 2rem;
  }
  #Navegacao ul.Menu li.mnuLista_act {
    border-left: 8px solid #9B0C27;
  }
  div#BarProjetos {
    background: url(../img/fndProjetos.jpg) no-repeat top left 50%;
    background-size: auto 100%;
    background-color: #9A0013;
  }
  div#BarProjetos section.cntProjetos {
    height: auto !important;
    padding: 60px 0 30px;
  }
  div#BarProjetos section.cntProjetos header {
    width: 40%;
    font-size: 1.8rem;
  }
  div#BarProjetos section.cntProjetos header h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  div#BarProjetos section.cntProjetos header ul li {
    margin-bottom: 20px;
  }
  div#BarProjetos section.cntProjetos nav {
    width: 60%;
  }
  div#BarProjetos section.cntProjetos nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  div#BarProjetos section.cntProjetos nav ul li {
    width: 45%;
    margin-right: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  footer div.endereco {
    font-size: 1.8rem;
  }
  footer div.endereco address {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  footer div.endereco address p {
    margin-right: 0;
    margin-bottom: 3px;
    text-align: center;
  }
  footer ul#Creditos {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  header#Site div a.logoMarca img {
    height: 50px;
  }
  header#Site div ul.mnu {
    display: none;
    white-space: nowrap;
    position: fixed;
    z-index: 1001;
    background: url(../img/fndBorda.jpg) center top repeat-x, url(../img/fndBorda.jpg) center bottom repeat-x;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 10px;
  }
  header#Site div ul.mnu li {
    display: block;
    white-space: nowrap;
    text-align: center;
    margin: 10px 0;
  }
  header#Site div ul.mnu li:first-child {
    display: block;
  }
  header#Site div ul.mnu li.ativo {
    margin-bottom: 15px !important;
  }
  header#Site div a.mnuResponsivo {
    display: block;
  }
  section#Vitrine header,
  section#BarInterno header {
    top: 78px;
    background-size: auto 350;
    background-position: right bottom -78px;
  }
  section#Vitrine header hgroup,
  section#BarInterno header hgroup {
    width: 300px;
    height: 300px;
  }
  section#Vitrine header hgroup h1,
  section#BarInterno header hgroup h1 {
    font-size: 4.2rem;
    margin-top: 40px;
  }
  section#Vitrine header hgroup h2,
  section#BarInterno header hgroup h2 {
    font-size: 1.8rem;
  }
  section#Vitrine nav,
  section#BarInterno nav {
    bottom: -140px;
    padding-bottom: 0;
  }
  section#Vitrine nav ul,
  section#BarInterno nav ul {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section#Vitrine nav ul li,
  section#BarInterno nav ul li {
    padding: 0 15px;
    flex-grow: 0;
    flex-basis: calc(48% - 30px);
    border: 0;
    margin-bottom: 40px;
  }
  section#BarInterno {
    height: 170px;
  }
  section#BarInterno header hgroup {
    height: 92px;
  }
  section#BarInterno header hgroup h1 {
    font-size: 4rem;
  }
  body#interno {
    background-size: auto 175px !important;
  }
  div#BarStec {
    padding: 150px 0 0px;
  }
  div#BarStec section#Stec {
    background-position: center left -20%;
    background-size: 50% auto;
  }
  div#BarStec section#Stec header {
    width: 50%;
  }
  div#BarStec section#Stec article {
    width: 50%;
    padding-right: 20px;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0px;
    /* Firefox */
    column-gap: 0px;
  }
  main#Conteudo + div#BarStec {
    padding-top: 25px;
  }
  main#Conteudo section#txtConteudo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#Conteudo section#txtConteudo article {
    font-size: 1.8rem;
  }
  main#Conteudo section#txtConteudo article header {
    background-size: auto 6px;
  }
  main#Conteudo section#txtConteudo article header nav {
    margin-left: auto;
    display: block;
  }
  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-size: 3.5rem;
  }
  main#Conteudo section#txtConteudo article h2 {
    font-size: 2.5rem;
  }
  main#Conteudo section#txtConteudo article h3 {
    font-size: 2rem;
  }
  #Navegacao {
    width: 300px !important;
    margin-left: 00px;
    margin-top: 40px;
  }
  #Navegacao ul.Menu {
    width: calc(300px - 10px);
  }
  #Navegacao ul.Menu li {
    border-left: 10px solid #FFFFFF;
  }
  #Navegacao ul.Menu li a {
    font-size: 2.2rem;
  }
  #Navegacao ul.Menu li.mnuLista_act {
    border-left: 10px solid #9B0C27;
  }
  #BoxContato input[type="text"],
  #BoxContato input[type="email"],
  #BoxContato input[type="tel"],
  #BoxContato select,
  #BoxContato textarea {
    font-size: 1.8rem;
  }
  #BoxContato input[type="text"],
  #BoxContato input[type="email"],
  #BoxContato input[type="tel"] {
    width: 100%;
    height: 25px;
  }
  #BoxContato select {
    width: 100%;
    height: 42px;
  }
  #BoxContato textarea {
    width: 100%;
    height: 150px;
  }
  #BoxContato label {
    font-size: 1.8rem;
    width: 100%;
  }
  #BoxContato #btEnviar {
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 480px) {
  section#Vitrine header,
  section#BarInterno header {
    right: 20%;
  }
  section#Vitrine header hgroup,
  section#BarInterno header hgroup {
    width: 290px;
    height: 290px;
  }
  section#BarInterno {
    height: 170px;
  }
  section#BarInterno header hgroup {
    height: 92px;
  }
  section#BarInterno header hgroup h1 {
    font-size: 4rem;
  }
  body#interno {
    background-size: auto 175px !important;
  }
  main#Conteudo article .imgResponsiva {
    display: none;
  }
  main#Conteudo article div.QuadroProjetos div {
    width: 180px !important;
  }
  div#BarStec {
    padding: 100px 0 0px;
  }
  div#BarStec section#Stec {
    background: none;
    align-items: center;
  }
  div#BarStec section#Stec header {
    width: 80%;
  }
  div#BarStec section#Stec article {
    width: 80%;
    padding-right: 0px;
  }
  div#BarProjetos section.cntProjetos {
    padding: 60px 0 20px;
  }
  div#BarProjetos section.cntProjetos header {
    display: none;
  }
  div#BarProjetos section.cntProjetos nav {
    width: 100%;
  }
  footer ul#Creditos {
    font-size: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 20px 0 40px;
  }
  footer ul#Creditos li {
    text-align: center;
  }
  footer ul#Creditos li:last-child {
    text-align: center;
  }
}
@media (max-width: 320px) {
  section#Vitrine header,
  section#BarInterno header {
    right: 15px;
  }
  section#Vitrine nav,
  section#BarInterno nav {
    bottom: -200px;
  }
  div#BarStec {
    padding: 150px 0 0px;
  }
  main#Conteudo + div#BarStec {
    padding-top: 10px;
  }
  main#Conteudo section#txtConteudo article header nav {
    margin-left: auto;
  }
  main#Conteudo section#txtConteudo article div.QuadroProjetos div {
    width: 230px !important;
  }
  div#BarProjetos section.cntProjetos nav {
    width: 100%;
  }
  div#BarProjetos section.cntProjetos nav ul {
    flex-flow: column wrap;
    justify-content: center;
  }
  div#BarProjetos section.cntProjetos nav ul li {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  footer div.endereco {
    font-size: 1.6rem;
  }
}
