/* CSS Document */
@media (max-width: 1336px) {
  section#hrInterno img.fndBarra {
    right: -10%;
    left: auto;
  }
}
@media (max-width: 1024px) {
  header#Principal nav.topoSite div#mnuTopo {
    left: calc(50% + (250px / 2) + 30px);
    width: 250px;
  }
  header#Principal nav.topoSite div#mnuTopo a.btnAtendimento {
    display: inline-block;
    margin-left: 30px;
  }
  header#Principal nav.topoSite div#mnuTopo a.btnAtendimento img {
    height: 40px;
  }
  header#Principal nav.topoSite a#LogoMarca {
    width: 250px;
  }
  header#Principal nav.topoSite div#MenuPrincipal {
    display: inline-block;
    width: 40px;
  }
  header#Principal nav.topoSite div#MenuTel {
    display: inline-block;
    width: 40px;
  }
  #limVitrine #Brasil {
    background-size: auto 100%;
    width: 280px;
    padding: 20px 90px 5px 5px;
    font-family: 'OpenSans-Condensed';
    font-size: 2rem;
    line-height: 120%;
    font-weight: normal;
    font-variant: normal;
  }
  #limVitrine #Brasil span.tit {
    font-size: 3.0rem;
  }
  #limVitrine .bloco h2 {
    font-size: 3.8rem;
  }
  #limVitrine .bloco p {
    font-size: 2.0rem;
  }
  #limVitrine .bloco a {
    font-size: 1.9rem;
  }
  #Conteudo {
    padding: 0;
  }
  #Conteudo article {
    font-size: 2rem;
    /*margin: 0 45px;*/
  }
  #Conteudo article h1,
  #Conteudo article h2,
  #Conteudo article h3,
  #Conteudo article h4 {
    font-size: 3rem;
  }
  #Conteudo article hgroup a.mnuInterno {
    /*display: none;*/
  }
  #Conteudo article h2 {
    font-size: 2.7rem;
  }
  #Conteudo article h3 {
    font-size: 2.2rem;
  }
  #Navegacao {
    width: 250px !important;
  }
  #Navegacao ul.Menu {
    /*padding: 50px 0;*/
    width: 250px;
  }
  #Navegacao ul.Menu li a {
    font-size: 2.0rem;
  }
  #intNoticia #Noticias ul li {
    width: calc(calc(100% / 4) - 20px);
    padding: 0 10px 0 10px;
  }
  #intNoticia #Noticias ul li a.data {
    font-size: 1.5rem;
    width: 42px;
  }
  #intNoticia #Noticias ul li a.titulo {
    font-size: 2.1rem;
  }
  #intNoticia #Noticias ul li a.resumo {
    font-size: 1.8rem;
  }
  section#Videos {
    padding: 30px 0 50px;
  }
  section#Videos nav#mnuVideos ul li {
    font-size: 9px;
  }
  section#Videos nav#mnuVideos ul li a.titVideo {
    font-size: 2.8em;
  }
  section#Complemento #cntComplemento nav h2 {
    font-size: 3.2rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.titVideo {
    font-size: 2.8rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.btnVideo {
    font-size: 2rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li {
    width: calc(calc(100% / 2) - 20px);
    padding: 0 10px 0 10px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.data {
    font-size: 1.5rem;
    width: 42px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.titulo {
    font-size: 2.1rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.resumo {
    font-size: 1.8rem;
  }
  section#hrInterno {
    height: 140px;
  }
  section#hrInterno img.fndBarra {
    height: 140px;
  }
  section#hrInterno hgroup {
    background-size: auto 60%;
  }
  section#hrInterno hgroup h1 {
    padding-left: 8%;
  }
  footer#ftrSite .rodape {
    font-size: 9px;
  }
  footer#ftrSite .rodape div ul.redesocial li {
    height: 40px;
  }
}
@media (max-width: 800px) {
  html,
  body {
    padding-top: 49px;
  }
  header#Principal {
    width: 100%;
    padding: 6px 0 20px;
    border-bottom: 6px solid #7F0000;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 2000;
  }
  header#Principal nav.mnu {
    position: fixed;
    top: 9%;
    left: 50%;
    margin-left: -110px;
  }
  header#Principal nav.topoSite {
    width: 98%;
  }
  header#Principal nav.topoSite div#mnuTopo {
    left: calc(100% - 250px);
  }
  header#Principal nav.topoSite a#LogoMarca {
    margin: 0;
  }
  #Navegacao {
    width: 200px !important;
  }
  #Navegacao ul.Menu {
    /*padding: 50px 0;*/
    width: 200px;
  }
  #Navegacao ul.Menu li a {
    font-size: 1.8rem;
  }
  section#hrInterno {
    height: 100px;
  }
  section#hrInterno img.fndBarra {
    height: 100px;
  }
  section#hrInterno hgroup {
    background-size: auto 60%;
  }
  section#hrInterno hgroup h1 {
    padding-left: 8%;
    font-size: 1.8em;
  }
  #intNoticia #Noticias ul li {
    width: calc(calc(100% / 3) - 20px);
    /*a.data{
						font-size: 1.5rem;
						width: 42px;
					}*/
  }
  #intNoticia #Noticias ul li a.titulo {
    font-size: 1.8rem;
  }
  #intNoticia #Noticias ul li a.resumo {
    font-size: 1.7rem;
  }
  section#Videos {
    padding: 20px 0 40px;
  }
  section#Videos nav#mnuVideos ul li {
    font-size: 8px;
  }
  section#Videos nav#mnuVideos ul li a.titVideo {
    font-size: 2.5em;
  }
  section#Complemento #cntComplemento nav h2 {
    font-size: 2.8rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.titVideo {
    font-size: 2.3rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.btnVideo {
    font-size: 1.8rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li {
    width: calc(calc(100% / 2) - 20px);
    padding: 0 10px 0 10px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.data {
    font-size: 1.5rem;
    width: 42px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.titulo {
    font-size: 1.8rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.resumo {
    display: none;
  }
  footer#ftrSite .rodape #Escritorios {
    flex: 40%;
  }
  footer#ftrSite .rodape #Escritorios ul.redesocial {
    right: 0px;
    display: block;
  }
  footer#ftrSite .rodape #Escritorios a.atendimento_online {
    left: 0;
    bottom: 70px;
  }
  footer#ftrSite .rodape #Atalhos {
    display: none;
  }
  footer#ftrSite .rodape #Facebook {
    flex: 40%;
  }
}
@media (max-width: 640px) {
  html,
  body {
    padding-top: 45px;
  }
  header#Principal nav.topoSite {
    width: 90%;
  }
  header#Principal nav.topoSite a#LogoMarca {
    width: 220px;
    margin: 0;
  }
  header#Principal nav.topoSite div#MenuPrincipal {
    width: 35px;
    right: 9%;
  }
  header#Principal nav.topoSite div#MenuTel {
    width: 35px;
  }
  header#Principal nav.mnu {
    top: 8%;
  }
  #limVitrine #Brasil {
    background-size: auto 100%;
    width: 260px;
    padding: 17px 80px 5px 5px;
    font-size: 1.8rem;
  }
  #limVitrine #Brasil span.tit {
    font-size: 2.7rem;
  }
  #limVitrine .bloco h2 {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  #limVitrine .bloco p {
    font-size: 2.0rem;
  }
  #limVitrine .bloco a {
    font-size: 1.9rem;
  }
  #Conteudo {
    /*padding: 0;*/
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  #Conteudo article {
    /*font-size: 2rem;*/
    padding-bottom: 0px;
    margin: 0 5%;
  }
  #Conteudo article h1,
  #Conteudo article h2,
  #Conteudo article h3,
  #Conteudo article h4 {
    font-size: 2.7rem;
  }
  #Conteudo article hgroup a.mnuInterno {
    display: block;
  }
  #Conteudo article h2 {
    font-size: 2.5rem;
  }
  #Conteudo article h3 {
    font-size: 2rem;
  }
  #Navegacao {
    width: auto !important;
    max-width: 320px;
  }
  #Navegacao ul.Menu {
    /*padding: 50px 0;*/
    width: auto;
  }
  #Navegacao ul.Menu li a {
    padding-left: 20px;
    font-size: 2.0rem;
  }
  #intNoticia {
    padding-top: 45px;
  }
  #intNoticia #Noticias ul li {
    width: calc(calc(100% / 2) - 20px);
    /*a.data{
						font-size: 1.5rem;
						width: 42px;
					}*/
  }
  #intNoticia #Noticias ul li a.titulo {
    font-size: 1.8rem;
  }
  #intNoticia #Noticias ul li a.resumo {
    font-size: 1.7rem;
  }
  section#Videos nav#mnuVideos ul li {
    font-size: 9px;
  }
  section#Complemento {
    background-position: right 0px top;
    margin-bottom: 50px;
  }
  section#Complemento #cntComplemento {
    flex-direction: column;
  }
  section#Complemento #cntComplemento nav {
    width: 100%;
  }
  section#Complemento #cntComplemento nav h2 {
    font-size: 3.2rem;
    margin: 0 20px 30px;
  }
  section#Complemento #cntComplemento nav#mnuVideos {
    padding-top: 30px;
    margin-bottom: 100px;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.titVideo {
    font-size: 2.8rem;
    min-height: 200px;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.btnVideo {
    font-size: 2rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.data {
    font-size: 1.5rem;
    width: 42px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.titulo {
    font-size: 2.4rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.resumo {
    display: none;
    font-size: 2rem;
  }
  footer#ftrSite .rodape {
    font-size: 8px;
  }
  footer#ftrSite .rodape div ul.redesocial li {
    height: 35px;
  }
}
@media (max-width: 480px) {
  header#Principal nav.topoSite {
    width: 98%;
  }
  header#Principal nav.topoSite a#LogoMarca {
    width: 180px;
  }
  header#Principal nav.topoSite div#mnuTopo {
    width: 210px;
    left: calc(100% - 210px);
  }
  header#Principal nav.topoSite div#mnuTopo a.btnAtendimento {
    margin-left: 10px;
  }
  header#Principal nav.topoSite div#MenuPrincipal {
    width: 35px;
  }
  header#Principal nav.topoSite div#MenuTel {
    width: 35px;
  }
  section#hrInterno {
    height: 70px;
  }
  section#hrInterno img.fndBarra {
    height: 70px;
  }
  section#hrInterno hgroup {
    background-size: auto 70%;
  }
  section#hrInterno hgroup h1 {
    padding-left: 10%;
    font-size: 1.8em;
  }
  #Conteudo {
    /*padding: 0;*/
  }
  #Conteudo article {
    /*font-size: 2rem;*/
  }
  #Conteudo article h1,
  #Conteudo article h2,
  #Conteudo article h3,
  #Conteudo article h4 {
    font-size: 2.5rem;
  }
  #Conteudo article hgroup a.mnuInterno {
    height: 35px;
  }
  #Conteudo article hgroup div.extHeader time {
    font-size: 1.5rem;
  }
  #Conteudo article h2 {
    font-size: 2.3rem;
  }
  #Conteudo article h3 {
    /*font-size: 2rem;*/
  }
  #intNoticia {
    /*padding-top: 45px;*/
  }
  #intNoticia #Noticias ul li {
    /*width: calc(calc(100% / 2) - 80px);*/
    /*a.data{
						font-size: 1.5rem;
						width: 42px;
					}*/
  }
  #intNoticia #Noticias ul li a.titulo {
    font-size: 2.2rem;
  }
  #intNoticia #Noticias ul li a.resumo {
    font-size: 1.8rem;
  }
  section#Complemento #cntComplemento nav h2 {
    font-size: 3rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos {
    margin-bottom: 150px;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.titVideo {
    font-size: 2.6rem;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.btnVideo {
    font-size: 2rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.titulo {
    font-size: 2.2rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.resumo {
    font-size: 1.8rem;
  }
  footer#ftrSite .rodape #Escritorios {
    flex: 10%;
  }
  footer#ftrSite .rodape #Escritorios ul.redesocial {
    right: 0px;
    top: 0;
    display: block;
  }
  footer#ftrSite .rodape #Escritorios h2,
  footer#ftrSite .rodape #Escritorios ul.cidades,
  footer#ftrSite .rodape #Escritorios ul.tel,
  footer#ftrSite .rodape #Escritorios a.associe,
  footer#ftrSite .rodape #Escritorios a.atendimento_online {
    display: none;
  }
  footer#ftrSite .rodape #Atalhos {
    display: none;
  }
  footer#ftrSite .rodape #Facebook {
    flex: 80%;
  }
}
@media (max-width: 360px) {
  html,
  body {
    padding-top: 43px;
  }
  header#Principal nav.topoSite {
    width: 95%;
  }
  header#Principal nav.topoSite a#LogoMarca {
    width: 200px;
  }
  header#Principal nav.topoSite div#MenuPrincipal {
    right: 12%;
  }
  header#Principal nav.mnu {
    top: 8%;
  }
  #limVitrine #Brasil {
    padding: 15px 75px 5px 5px;
    font-size: 1.6rem;
  }
  #limVitrine #Brasil span.tit {
    font-size: 2.5rem;
  }
  #limVitrine .bloco h2 {
    font-size: 3.0rem;
    margin-bottom: 3px;
  }
  #limVitrine .bloco p {
    font-size: 1.8rem;
  }
  #limVitrine .bloco a {
    font-size: 1.9rem;
  }
  section#hrInterno {
    height: 60px;
  }
  section#hrInterno img.fndBarra {
    height: 60px;
  }
  section#hrInterno hgroup {
    background-size: auto 80%;
  }
  section#hrInterno hgroup h1 {
    padding-left: 13%;
    left: 10%;
    font-size: 1.6em;
  }
  #intNoticia {
    /*padding-top: 45px;*/
  }
  #intNoticia #Noticias ul {
    padding: 0 5%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  #intNoticia #Noticias ul li {
    width: calc(calc(90% / 1) - 20px);
    margin: 0 5% 30px;
    padding: 0 10px 0 10px;
  }
  #intNoticia #Noticias ul li a.data {
    font-size: 1.8rem;
    width: 50px;
  }
  #intNoticia #Noticias ul li a.titulo {
    font-size: 2.4rem;
  }
  #intNoticia #Noticias ul li a.resumo {
    font-size: 2rem;
  }
  section#Videos nav#mnuVideos ul li {
    font-size: 9px;
  }
  section#Videos nav#mnuVideos ul li a.imgVideo {
    margin-bottom: 3%;
  }
  section#Videos nav#mnuVideos ul li a.titVideo {
    margin-bottom: 5%;
  }
  section#Complemento #cntComplemento nav#mnuVideos {
    margin-bottom: 50px;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul {
    flex-direction: column;
    justify-content: center;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li {
    flex: 100%;
    margin: 0 10% 20px;
  }
  section#Complemento #cntComplemento nav#mnuVideos ul li a.titVideo {
    display: none;
  }
  section#Complemento #cntComplemento nav#Noticias ul {
    padding: 0 5%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  section#Complemento #cntComplemento nav#Noticias ul li {
    width: calc(calc(90% / 1) - 20px);
    margin: 0 5% 30px;
    padding: 0 10px 0 10px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.data {
    font-size: 1.8rem;
    width: 50px;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.titulo {
    font-size: 2.4rem;
  }
  section#Complemento #cntComplemento nav#Noticias ul li a.resumo {
    font-size: 2rem;
  }
  footer#ftrSite ul#Creditos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer#ftrSite ul#Creditos li {
    flex: 90%;
    margin-bottom: 5px;
  }
  footer#ftrSite ul#Creditos li:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 320px) {
  html,
  body {
    min-width: 320px;
  }
}
