body {
    margin: 0;
    color: #212121;
}

#masthead{
  z-index: 10000;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
}



.main-section {
    /*margin-top: 112px;*/
}

.entry-section {
    width: 100%;
}

.kicker {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 8px;
    padding: 0 16px;
    text-align: center;
    color: #8ba566;
}

.entry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 16px;
}

p {

    max-width: 550px;
    margin: 0 auto 32px;
}

p:last-of-type {
    margin-bottom: 54px;
}

.row {
    width: 100%;
    max-width: 942px;
    margin: 0 auto;
}

.row p {
    margin-bottom: 32px;
}

.margin-note {
    width: 100%;
    max-width: 180px;
    float: left;
}

.entry-sub {
    float: right;
    width: 100%;
    max-width: 360px;
    margin-left: 16px;
}

/* */



/* figure */

figure {
    margin: 0 auto;
}



.extra-large-figure {
    max-width: 970px;
}

.large-figure {
    max-width: 1220px;
    margin-bottom: 5rem;
}
.large-figure-2 {
    max-width: 1000px;
    margin-bottom: 5rem;
}
.medium-figure {
    max-width:550px;
    width: 100%;
    overflow-x: auto;
}

.medium-figure-2 {
    max-width:720px;
    width: 100%;
}

.small-figure {

}

.imagem-lateral{
  float: left;
  margin-right: 2rem;
  width: 320px;
}

figcaption {
    margin-bottom: 32px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    opacity: .54;
}

.extra-large-figure figcaption {
    padding: 4px 16px 0;
}

/* menu */

.mask {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.mask.on {
    opacity: .5;
    pointer-events: auto;
}

.hamburger-button {
    display: none;
    position: fixed;
    top: 10px;
    right: 16px;
    width: 48px;
    height: 48px;
    border: none;
    font-size: 24px;
    color: #006194;
    z-index: 3;
    background: rgba( 255, 255, 255, .5 );
    border-radius: 999px;
    padding: 0;
}

.hamburger-button:hover {
    cursor: pointer;
}

.hamburger-button:focus {
    outline:0;
}

.menu {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100vh;
    background: #fff;
}

.menu.open {
    right: 0;
}

.transition {
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
}

/* porta-retratos */

.porta-retratos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    padding-top: 16px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.porta-retratos img {
    display: block;
    width: 100%;
    max-width: 48px;
    margin-right: 16px;
}

.arquivo-pessoal {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .54;
}

/* */

html[data-touch='true'] .frame-container {
    display: none;
}

.ampliar {
    max-width: 180px;
}

.margin-text {
    font-size: 14px;
    line-height: 1.5;
}

.entry-credits {
    text-transform: uppercase;
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    opacity: .54;
    line-height: 1.8;
}

.data {
    font-size: 15px;
    text-align: center;
    margin-bottom: 56px;
    opacity: .54;
}

/* */

h1 span {
    display: block;
    font-size: 12px;
    font-weight:500;
    opacity: 0.8;
    text-transform: uppercase;
    text-shadow: none;
}

.dark{
  background:#000000;
}

.dark p{
  color: #FFFFFF ;
}

.dark h2{
  color: #FFFFFF;
}

.dark h2::after{
  background: #FFFFFF;
}


.dark h2 > span{
  color:#8CAFF2;
}

.share{
  margin-top: 5rem;

}

ul.share-buttons{
  list-style: none;
  padding: 0;
  display: flex;
  opacity: 0.4;
}

ul.share-buttons li{
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.espaco{
  margin-top: 10rem;
}
.espaco img {
  border: 1px solid #e2e2e2;
  padding: 2rem;
  margin-top: 2rem;
}
.antena{
  max-width: 720px;
  position: relative;
}

.infos-antena{
  width: 550px;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.infos-antena > .item{
  display: flex;
}

.infos-antena > .item > div{
  width: 50%;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.left_info{
  text-align: right !important;
  padding-right: 5rem;
  font-weight:400 !important;
}

.mapa-arranjo{
  max-width: 1000px;
  padding: 2rem;
  margin-bottom: 6rem;
  overflow-x: auto;
}


.mapa-arranjo img{
  width: 1000px !important;
}


.caminhao{
  display: flex;
  width: 550px;
  flex-wrap: wrap;
}

 .info-caminhao {
  padding-left: 3rem;
  padding: 2rem;
}

@media (max-width: 420px) {
  .brandbar  {
    padding: 2rem;
  }
  .caminhao > .info-caminhao {
    width: 100%;
  }

}

.extra{
  border-bottom: 1px solid #cccccc;
  padding: 3rem;
}

.overflow{
  overflow-x: auto;
  width: 1000px;
}

.overflow > img{
  overflow-x: auto;
  width: 1000px;
}



.imagem-iframe{
  width: 550px;
  border: 1px solid #e2e2e2;
  height: 300px;
}
@media (max-width: 420px) {
  .imagem-iframe{
    width: 350px;
    border: 1px solid #e2e2e2;
    height: 300px;
  }
}


.imagem-iframe-2{
  width: 1000px;
  border: 1px solid #e2e2e2;
  height: 600px;
}
@media (max-width: 420px) {
  .imagem-iframe-2{
    width: 350px;
    border: 1px solid #e2e2e2;
    height: 300px;
  }
}

hr {
  border:none;
  height: 20px;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	box-shadow: 0 10px 10px -10px #CCCCCC;
}
