/* hidden on default */
div#popup { display: none; }

/* use a media query to filter small devices */
@media only screen and (max-device-width:480px) {
    /* show the popup */
    div#popup { display: block; }
}

#banda {
    /*background: rgb(59, 61, 68);
    width:calc(100vw);
    height: 40px";*/
    position: relative;
    z-index: 500;
  
}
@font-face {
    font-family: acme;
    src: url(/css/Acme-Regular.ttf);
  }

#nomesite {
  padding: 14px 30px;
  color: rgb(255, 255, 255);
  background-color: #2d4ebd;
  top: 0%;
  left: 0%;
  font-family: "acme";
  font-size: 25pt;
  font-weight: bold;
  text-shadow: 2px 2px 6px #2c2b2b;
  float: left;
}
.barramenus {
  width: calc(100vw);
  height:70px;
  background-color: #333;
}
.itensmenu {
    padding: 10px 0;
    text-align: center;
    font-size: 20pt;
}

.logotipo {
  height: 70px;
  width: 200px;
  background-color: #333;
  float: left;
  display: block;

}

#painelmapa {
        width: calc(98vw);
        /*max-width: calc(90vw - 3vh); */
        height: calc(92vh);
        /*max-height: calc((90vw - 4vh) * 2 / 3); */
        position: absolute;
        top: 90px;
        left: 10px;
        /*transform: translateY(-50%);*/
        /*border-bottom: 8vh solid var(--photo-border-color);*/
        box-shadow: 4px 4px 4px rgb(0 0 0 / 65%);
}
#mapid {
    /*z-index:50;
    height: 1000px;
    border: 1px solid black;*/
    z-index:2;
    height: calc(92vh);
    width: calc(98vw);
    border: 1px solid black;
}

#legenda { 
    height: 360px;
    width: 120px;
    background-color: white;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    position: fixed;
    bottom: 150px;
    right: 2em;
    z-index:2;
    border: 1px solid rgb(82, 79, 79);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
    padding: 5px 5px 5px;
}

/* use a media query to filter small devices */
div.avisomobile { 
  height: 80px;
  width: 265px;
  background-color: rgb(218, 208, 76);
  padding-left: 10px;
  position: fixed;
  top: 8em;
  left: 3em;
  z-index:1000;
  border: 1px solid rgb(82, 79, 79);
  box-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
  display: none;
}
@media screen and (max-width:800px) {
  /* show the popup */
  div.avisomobile { display: block }
}

.linhalegenda {
  vertical-align:middle;
  width: 30px;
  height: 35px;
}

#botaolegenda { 
    float: right;
    position: fixed;
    bottom: 9em;
    right: 2em;
    z-index:2;
}
#barratemporal {
    position: fixed;
    background-color: white;
    z-index:5;
    bottom: 2em;
    left: 1em;
    border-radius: 10px;
    width: calc(97vw);
    height: 72px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
}

#timeslider {
    position: fixed;
    width: calc(94vw);
    bottom: 2.5em;
    left: 2em;
    right: 2em;
    z-index:5;
}

/* navegação responsive*/
body {
    margin: 0;
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



  .topnav {
    overflow: hidden;
    background-color: #333;
    float: left;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 25pt;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #2d4ebd;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 736px) {
    .topnav a {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 736px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }


  .textoproj {
    margin-left: 25px;
    margin-right: 25px;
  }

  .textoblog {
    margin-left: 25px;
    margin-right: 25px;
  }

  .iconessociais {
      width: 60px;
      height: 60px;
  }

  .blocoredessociais {
      margin-left: 25px;
  }

  @media screen and (max-width: 1340px) {

    .my-image {
        display: none;
    }

}

  #nomesite1 {
    padding: 14px 30px;
    color: rgb(255, 255, 255);
    background-color: #2d4ebd;
    top: 0%;
    left: 0%;
    font-family: "acme";
    font-size: 25pt;
    font-weight: bold;
    text-shadow: 2px 2px 6px #2c2b2b;
    float: left;
    }

#iframejanela {
  /* height: 1050px;
     width: 1050px;
  */   
     width: 1050px;
     max-width: calc(95vw);
     max-height: calc(71vh);
     height: 800px;
    
 }

/* caixa de texto por baixo da comparação*/
#textoimagens {
  width: calc(98vw);
  /*max-width: calc(90vw - 3vh);*/
  height: 120px;
  bottom: 10px;
  /*height: 210px;
  width: 1015px;*/
  vertical-align:middle;
  background-color: rgb(250, 253, 236);
  border: 1px solid rgb(82, 79, 79);
  box-shadow: 2px 2px 3px #707070;
  padding: 4px 4px 4px 4px;
}

.griddados {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5px;

}

#caixadata {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  font-size: 25px;
}

#caixadesc {
  grid-column: 1 ;
  grid-row: 1;
  font-size: 20px;
}

#caixagps {
  grid-column: 1;
  grid-row: 3;
  
}

#caixalocal {
  grid-column: 1;
  grid-row: 2;
}

#caixaid {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
}

#caixadireitos {
  grid-column: 2;
  grid-row: 3;
  text-align: right;
}


/*
#caixadesc {
  
  float: left;
  width: 600px;
  height: 50px;
  margin-top: 50px;
  margin-left: -200px;
  background-color: #c9bfc5;
  align-items: center;
  padding: 15px 10px;
}

#caixagps {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 100px;
  margin-left: -800px;
  background-color: #c9bfc5;
  padding: 15px 10px;
}

#caixalocal {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 50px;
  background-color: #c9bfc5;
  padding: 15px 10px;
}

#caixadireitos {
  float: left;
  width: 200px;
  height: 50px;
  margin-top: 100px;
  background-color: #c9bfc5;
  padding: 15px 10px;
}

*/