.window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 9900;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #000;
  box-sizing: initial;
  padding: 30px;
  min-width: 300px;
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
  .window {
    width: 80%;
    font-size: 3rem;
    border-radius: 10px;
  }
}
.window ul {
  margin-top: 10px;
}
.window ul li {
  padding-left: 0px;
}
.window ul li:nth-child(1n+2) {
  padding-top: 10px;
}
.window div.divBotoes {
  float: right;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .window div.divBotoes {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
  .window div.divBotoes {
    margin: 20px 0px 0px 0px;
  }
}
.window div.divBotoes input[type="submit"], .window div.divBotoes input[type="button"] {
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .window div.divBotoes input[type="submit"], .window div.divBotoes input[type="button"] {
    width: 40%;
    float: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .window div.divBotoes input[type="submit"]:nth-child(n+2), .window div.divBotoes input[type="button"]:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1023px) and (orientation: portrait) {
  .window div.divBotoes input[type="submit"], .window div.divBotoes input[type="button"] {
    margin-top: 0px;
  }
}

#mascara {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
}

/*# sourceMappingURL=modal.css.map */
