html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

button, html, input, select, textarea {
  font-family: Roboto,Helvetica Neue,sans-serif;
}

body {
  background: url(../img/bg-small-min.png) center center fixed #4A90E2;
}

h1 {
  font-weight: 300;
}

.title {
  text-align: center;
  padding: 0 10px;
  color: #FFFFFF;
  margin-top: -40px;
}

footer {
  margin-top: 30px;
  font-size: 12px;
  align-self: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 3em;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 .8em;
  margin: 6px 8px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

.btn-bar {
  display: flex;
  justify-content: center;
}

.btn-confirmar {
  background: #50ae54;
  color: #FFFFFF;
}

.btn-fecharpopup {
  background: #DEDEDE;
  align-self: flex-end;
}

.popup-simplesdental div  {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.popup-simplesdental {
  position: absolute;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px 20px 20px 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 30px rgba(0,0,0,.5);
  display: flex;
  display: none;
  flex-direction: column;
  min-height: 400px;
  max-height: 100%;
  min-width: 500px;
  max-width: 100%;
}

.popup-simplesdental h1 {
  margin-top: 50px;
}

.popup-simplesdental p {
  font-weight: 300;
}

.btn-cancelar {
  background: rgb(244,67,54);
  color: #FFFFFF;
}

span, a {
  color: #FFFFFF;
}

@media (max-width: 800px) {
  .popup-simplesdental {
    transform: none;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    border-radius: 0px;
    top: 0;
    left: 0;
  }
}
