.box {
  width: 65px;
  height: 75px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px black;  
  font-weight: bold;
}

.box2 {
  width: 65px;
  height: 23px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.box div:nth-child(2){
  font-size: 22px;
  margin-bottom: -8px;
}

.button{
  height: 75px;
  width: 65px;
  background-color: transparent;
  border: none;
  font-weight: bold;  
  flex-direction: column;
  align-items: center;
  cursor: pointer;  
}

.elemento{
  background-color: #A7DCA3;
}

.elemento1{
  background-color: #A7DCA3;
}

.elemento2{
  background-color: #EC9E88;
}

.elemento3{
  background-color: #FADC90;
}

.elemento4{
  margin-top: 30px;
  background-color: #A4B3E4;
}

.elemento5{
  margin-bottom: -180px;
  background-color: #A4B3E4;
}

.coringa{
  font-size: 14px;
  margin-left: -42px;
}

.imagem{
  width: 450px;
}

.j-nomeElemento{
  font-size: 36px;
  background-color: black;
  height: 50px;
}

.j-nAtomico{
   width: 70px;
   height: 50px;
   font-size: 35px;
}

.j-de{
  font-size: 35px;
  font-weight: bold;
}

.j-sigla {
  font-family: Libras;
  color: black;
  font-size: 250px;
}

.j-massa{
  font-size: 60px;
  font-weight: bold;
}

.icon{
  width: 100px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.icon2{
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.icon3{
  height: 100px;
  margin-bottom: 30px;  
}

.seta{
  height: 198px;
  position: absolute;
  border: solid 1px black;
  margin-left: 53px;
  margin-top: 25px;
  border-width: 0 0 0 1px;
}

.seta2{
  height: 198px;
  position: absolute;
  border: solid 1px black;
  margin-left: 46px;
  margin-top: 25px;
  border-width: 0 0 0 1px;
}

.seta3{
  width: 12px;
  position: absolute;
  border: solid 1px black;
  margin-left: 54px;
  margin-top: 222px;
  border-width: 1px 0 0 0;
}

.seta4{
  width: 18px;
  position: absolute;
  border: solid 1px black;
  margin-left: 47px;
  margin-top: 222px;
  border-width: 1px 0 0 0;
}

.seta5{
  width: 24px;
  margin-left: -5px;
  border: solid 1px black;
  border-width: 1px 0 0 0;
}

.help{
  cursor: pointer;
}

.help2{
  cursor: pointer;
}

.legenda{
  font-size: 20px;
  font-weight: bold;
}

.rodape{
  clear: both;
  padding: 16px;
  margin-top: 200px;
}

.w3-button:focus {
    outline: none;
}

.black-burger{
  padding: 8px 16px 12px 16px !important;
  border:none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap¨;
}

.black-burger:hover{
  background-color: #2B2B2B;
  color: #fff;
}

.black-burger:focus {
    outline: none;
}


a{
  color: unset;
}

a:hover{
  color: white;
  text-decoration: none;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}



/*
@media (max-width: 1150px) {
    .box{
        font-size: 14pt;
        width: 55px;
        height: 55px;    
    }
}

@media (max-width: 1000px) {
    .box{
        font-size: 12pt;
        width: 35px;
        height: 35px;    
    }
}

*/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 1% auto; /* 15% from the top and centered */
  padding: 10px;
  width: 75%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  background-color: white;
  opacity: 100%;
  text-align: center;
  width: 40px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border-radius: 100%;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1250px) {
    .box {
      width: 60px;
      height: 70px;
      font-size: 11px;
    }

    .box div:nth-child(2){
      font-size: 20px;
      margin-bottom: -4px;
      margin-top: -5px;
    }

    .button{
      width: 60px;
      height: 70px;
    }

    .elemento4{
        margin-top: 35px;
    }

    .elemento5{
        margin-bottom: -175px;
    }

    .seta{
      margin-left: 49px;
    }

    .seta3{
      margin-left: 50px;
      width: 8px;
    }

    .seta2{
      margin-left: 45px;
    }

    .seta4{
      margin-left: 46px;
      width: 8px;
    }

    .imagem{
      width: 400px;
    }

}

@media (max-width: 1100px) {
    .box {
      width: 55px;
      height: 65px;
      font-size: 9px;
    }

    .box div:nth-child(2){
      font-size: 18px;
      margin-bottom: -4px;
      margin-top: -3px;
    }

    .button{
      width: 55px;
      height: 65px;
    }

    .elemento4{
        margin-top: 40px;
    }

    .elemento5{
        margin-bottom: -170px;
    }

    .seta{
      height: 180px;
      margin-left: 45px;
    }

    .seta3{
      margin-top: 204px;
      margin-left: 46px;
      width: 8px;
    }

    .seta2{
      height: 180px;
      margin-left: 41px;
    }

    .seta4{
      margin-top: 204px;
      margin-left: 42px;
      width: 8px;
    }

    .imagem{
      width: 350px;      
      margin-bottom: 20px;
    }
}

@media (max-width: 1010px) {
    .box {
      width: 50px;
      height: 60px;
      font-size: 9px;
    }

    .box div:nth-child(2){
      font-size: 18px;
      margin-bottom: -4px;
      margin-top: -3px;
    }

    .button{
      width: 50px;
      height: 60px;
    }

    .elemento4{
        margin-top: 45px;
    }

    .elemento5{
        margin-bottom: -165px;
    }

    .seta{
      height: 170px;
      margin-left: 42px;
    }

    .seta3{
      margin-top: 194px;
      margin-left: 43px;
      width: 7px;
    }

    .seta2{
      height: 170px;
      margin-left: 37px;
    }

    .seta4{
      margin-top: 194px;
      margin-left: 38px;
      width: 8px;
    }

    .imagem{
      width: 300px;
      margin-bottom: 50px;
    }

}

@media (max-width: 992px) {

    .j-sigla{
      font-size: 200px;
    }

    .j-massa{
      font-size: 45px;
    }

    .icon{
      width: 80px;
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .icon2{
      width: 100px;
      margin-right: 20px;
      margin-bottom: 20px;
    } 

    .legenda{
      font-size: 14px;
    }

    .seta{
      height: 170px;
      margin-left: 42px;
    }

    .seta3{
      margin-top: 194px;
      margin-left: 43px;
      width: 5px;
    }

    .seta2{
      height: 170px;
      margin-left: 34px;
    }

    .seta4{
      margin-top: 194px;
      margin-left: 35px;
      width: 8px;
    }

    .rodape{
      margin-top: 180px;
    }
}

@media (max-width: 915px) {
    .box {
      width: 45px;
      height: 55px;
      font-size: 8px;
    }

    .box div:nth-child(2){
      font-size: 16px;
      margin-bottom: -4px;
      margin-top: -3px;
    }

    .button{
      width: 45px;
      height: 55px;
    }

    .elemento4{
        margin-top: 50px;
    }

    .elemento5{
        margin-bottom: -160px;
    }

    .seta{
      height: 160px;
      margin-left: 38px;
    }

    .seta3{
      margin-top: 184px;
      margin-left: 39px;
      width: 4px;
    }

    .seta2{
      height: 160px;
      margin-left: 32px;
    }

    .seta4{
      margin-top: 184px;
      margin-left: 33px;
      width: 8px;
    }

    .rodape{
      margin-top: 175px;
    }

    h1{
      font-size: 30px;
    }
}

@media (max-width: 830px) {
    .box {
      width: 40px;
      height: 50px;
      font-size: 7px;
    }

    .box div:nth-child(2){
      font-size: 14px;
      margin-bottom: -4px;
      margin-top: -1px;
    }

    .button{
      width: 40px;
      height: 50px;
    }

    .elemento4{
        margin-top: 55px;
    }

    .elemento5{
        margin-bottom: -155px;
    }

    h1{
      font-size: 25px;
    }

    .seta{
      height: 170px;
      margin-left: 35px;
    }

    .seta3{
      margin-top: 194px;
      margin-left: 36px;
      width: 3px;
    }

    .seta2{
      height: 170px;
      margin-left: 30px;
    }

    .seta4{
      margin-top: 194px;
      margin-left: 31px;
      width: 8px;
    }

    .rodape{
      margin-top: 170px;
    }



}

@media (max-width: 736px) {
    .box {
      width: 35px;
      height: 45px;
      font-size: 6.2px;
    }

    .box div:nth-child(2){
      font-size: 14px;
      margin-bottom: -4px;
      margin-top: -1px;
    }

    .button{
      width: 40px;
      height: 50px;
    }

    .elemento4{
        margin-top: 60px;
    }

    .elemento5{
        margin-bottom: -150px;
    }

    .j-nomeElemento{
      font-size: 26px;
    }

    .j-nAtomico{
        width: 60px;
        height: 45px;
       font-size: 25px;
    }

    .j-de{
      font-size: 25px;
    }

    .j-sigla {
      font-size: 110px;
    }

    .j-massa{
      font-size: 20px;
    }

    .ajeito{
      margin-top: 2px;
    }

    .seta{
      height: 150px;
      margin-left: 30px;
    }

    .seta3{
      margin-top: 174px;
      margin-left: 31px;
      width: 3px;
    }

    .seta2{
      height: 150px;
      margin-left: 26px;
    }

    .seta4{
      margin-top: 174px;
      margin-left: 27px;
      width: 6px;
    }

    .rodape{
      margin-top: 150px;
    }

    .icon{
      width: 50px;
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .icon2{
      width: 70px;
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .icon3{
      height: 40px;
      margin-bottom: 20px;
    }

    .imagem{
      width: 250px;
      margin-bottom: 80px;
    }

    .help{
      font-size: 22px;
    }

    h2{
      font-size: 25px !important;
    }

    html{
      overflow: scroll;
    }

}



@media (max-width: 730px) and (display-mode: fullscreen){
    .box {
      width: 35px;
      height: 45px;
      font-size: 6.2px;
    }

    .box div:nth-child(2){
      font-size: 14px;
      margin-bottom: -4px;
      margin-top: -1px;
    }

    .button{
      width: 40px;
      height: 50px;
    }

    .elemento4{
        margin-top: 60px;
    }

    .elemento5{
        margin-bottom: -150px;
    }

    .j-nomeElemento{
      font-size: 26px;
    }

    .j-nAtomico{
        width: 60px;
        height: 45px;
       font-size: 25px;
    }

    .j-de{
      font-size: 25px;
    }

    .j-sigla {
      font-size: 110px;
    }

    .j-massa{
      font-size: 20px;
    }

    .ajeito{
      margin-top: 2px;
    }

    .seta{
      height: 150px;
      margin-left: 30px;
    }

    .seta3{
      margin-top: 174px;
      margin-left: 31px;
      width: 3px;
    }

    .seta2{
      height: 150px;
      margin-left: 26px;
    }

    .seta4{
      margin-top: 174px;
      margin-left: 27px;
      width: 6px;
    }

    .rodape{
      margin-top: 150px;
    }

    .icon{
      width: 50px;
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .icon2{
      width: 70px;
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .icon3{
      height: 40px;
      margin-bottom: 20px;
    }

    h2{
      font-size: 25px !important;
    }

    html{
      overflow: scroll;
    }

}



@media (max-width: 680px) {

    .j-sigla{
      font-size: 80px;
    }

    .icon{
      width: 50px;
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .icon2{
      width: 70px;
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .j-massa{
      font-size: 20px;

    }


}



@media (max-width: 648px) {

    body{
      width: 630px;
    }

    html{
      overflow: scroll;
    }

}



@media (max-width: 400px) {

    .modal-content{
      width: 360px;
    }

    h2{
      font-size: 18px !important;
    }



}




@font-face {
	font-family: Libras;
	src: url(../font/LibrasBlack2020-Regular.ttf)
}



.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}