@media only screen and (min-width: 1281px) {
.popup_box {
  position: fixed;
  left: 10%;
  width: 330px; 
  height: 370px;
  margin-top: 100px;
  margin-left: -100px;
  color: #ffffff;
  z-index: 100;
  padding: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  background-color: #00923F;
  border-radius: 30px;
  display: inline-block;  
  background-image: url("../temperatura/infantil.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-origin: content-box;       
  transition: all 0.3s ease-out;      
/* box-shadow: inset 0 0 1em gold; */
 }
}

.popup_box .close {
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

.popup_box .close:hover {
  color: #ffffff;
}

@media only screen and (min-width: 360px) and (max-width: 1080px) {
.popup_box {
  position: fixed;
  left: 10%;
  width: 330px; 
  height: 370px;
  margin-top: 100px;
  margin: auto;
  color: #ffffff;
  z-index: 9999;
  padding: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  background-color: #00923F;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-origin: content-box;    
  transition: all 0.3s ease-out;      
  box-shadow: inset 0 0 1em gold; 
  }
}

/*
.popup_boxs {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  position: ;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

*/

@media only screen and (min-width: 1281px) {
.popup3_box {
  position: fixed;
  left: 10%;
  width: 330px; 
  height: 390px;
  margin-top: 150px;
  margin-left: -100px;
  color: #ffffff;
  z-index: 100;
  opacity: 1;
  /*border-width: 2px;
  border-style: solid;
  border-color: #fff;*/
  /*box-shadow: inset 0 0 1em #fff; */
 }

 .box_popup {
  position: relative;
  z-index: 2;
  width: 100%; 
  height: 150px;
 }

 .img_popup {
  border-radius: 30px;
  position: relative;
  z-index: 3;
  width: 100%; 
  height: 100%;  
  display: inline-block;  
  background: url("../img/popup/infantil.jpeg") no-repeat bottom center scroll;
  background-position: 30% 45%;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  transition: all 0.3s ease-out;    
 }

 .filtro_popup {
  background: rgba(86, 175, 80, 0.6);
  border-radius: 30px;
  position: relative;
  padding: 8px;
  width: 100%; 
  height: 100%;
  z-index: 4;
 }

 .box_popup .imagem_popup {
  background-color: #00923F;
  width: 190px;
  height: 120px;
  float: right;
  z-index: 5; 
  position: absolute;
  border-radius: 30px;
  margin-left: 100px;
  /*background: url("../img/popup/termica.jpeg") no-repeat bottom center scroll;*/
 }

 .box_popup .temperatura_popup {
  background-color: #00923F;
  top: 20px;
  width: 150px;
  height: 120px;
  font-weight: 900; 
  font-size: 12px; 
  text-align: center;
  border-radius: 30px;
  position: absolute;
  padding-top: 20px;
  z-index: 6; 
  /*box-shadow: inset 0 0 1em #fff;*/ 
 } 

  .box_popup .atualizado_popup {
  width: 100%;
  height: 120px;
  font-weight: 900; 
  font-size: 12px; 
  text-align: center;
 } 

}


  
@media only screen and (min-width: 360px) and (max-width: 1080px) {
.popup3_box {
  position: fixed;
  left: 10%;
  width: 330px; 
  height: 390px;
  margin-top: 150px;
  margin: auto;
  color: #ffffff;
  z-index: 9999;
  opacity: 1;
 }

 .img_popup {
  border-radius: 30px;
  position: relative;
  z-index: 3;
  width: 100%; 
  height: 100%;  
  display: inline-block;  
  background: url("../img/popup/infantil.jpeg") no-repeat bottom center scroll;
  background-position: 30% 45%;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  transition: all 0.3s ease-out;    
 }

 .box_popup {
  position: relative;
  z-index: 2;
  width: 100%; 
  height: 150px;
 }

 .filtro_popup {
  background: rgba(86, 175, 80, 0.6); 
  border-radius: 30px;
  position: relative;
  padding: 8px;
  width: 100%; 
  height: 100%;
  z-index: 4;
 }

 .box_popup .imagem_popup {
  width: 190px;
  height: 120px;
  float: right;
  z-index: 3; 
  position: absolute;
  border-radius: 30px;
  margin-left: 100px;
  /*background: url("../img/popup/termica.jpeg") no-repeat bottom center scroll;*/
 }

 .box_popup .temperatura_popup {
  background-color: #00923F;
  top: 20px;
  width: 150px;
  height: 120px;
  font-weight: 900; 
  font-size: 12px; 
  text-align: center;
  border-radius: 30px;
  position: absolute;
  padding-top: 20px;
  z-index: 6; 
  /*box-shadow: inset 0 0 1em #fff;*/ 
 } 

  .box_popup .atualizado_popup {
  width: 100%;
  height: 120px;
  font-weight: 900; 
  font-size: 12px; 
  text-align: center;
  color: #000;
 } 

}

/*
.wrapper {
  position: relative;
}

.dashed-box {
  position: relative;
  z-index: 1;
  border: dashed;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
}
.gold-box {
  position: absolute;
  z-index: 3; 
  background: gold;
  width: 80%;
  left: 60px;
  top: 3em;
}
.green-box {
  position: absolute;
  z-index: 2; 
  background: lightgreen;
  width: 20%;
  left: 65%;
  top: -25px;
  height: 7em;
  opacity: 0.9;
  */