.white-popup-block {
  background: #ffffff;
  padding: 5px 5px;
  text-align: center;
  max-width: 100%;
    max-height: 100%;
  margin: 10px auto;
  position: relative;
}

/*estilo popup*/


.green-popup-block {
  background: linear-gradient(#206341,#206341,#1E613F,#276947,#206341);
  padding: 5px 5px;
    padding-left: 20px;
    padding-right: 20px;
  text-align: center;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
}
