.dialog {
  margin: 0;
  background: #fff;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 185px;
  margin-left: -150px;
  margin-top: -92.5px;
  border-radius: 2px;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -0-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 2500;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.dialog h2 {
  padding: 15px;
  background: #ccc;
  margin-top: 0px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: bold;
  color: #959595;
}

.mensaje-cuerpo {
    padding: 0px 15px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

#close {
  float: right;
  font-size: 13px;
  margin-top: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
  color: #fff;
  background: #777575;
  padding: 0px 4px 0px 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#close:hover {
  background:#212121;
}

#okButton {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  position: relative;
  width: 150px;
  height: 37px;
  border: none;
  outline: none;
  letter-spacing: 3px;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  border-radius: 3px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.4);
  background:#777575;
  color: #fff;
}

#okButton:hover {
  background:#444;
}

.dialogBlack {
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  z-index: -5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -0-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



.formulario-servicios {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2500;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.formulario-serviciosBlack {
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  z-index: -5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -0-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.ticket-recibido {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2500;
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.ticket-recibidoBlack {
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  z-index: -5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -0-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}