@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400");
.confirmacion-reserva {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.confirmacion-reserva .overlap-group-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  width: 431px;
  height: 932px;
}

.confirmacion-reserva .overlap-group {
  position: relative;
  width: 432px;
  height: 936px;
}

.confirmacion-reserva .rectangle {
  position: absolute;
  width: 430px;
  height: 936px;
  top: 0;
  left: 2px;
  background-color: #000000;
}

.confirmacion-reserva .div {
  position: absolute;
  width: 431px;
  height: 805px;
  top: 68px;
  left: 0;
  background-color: #55f249;
}

.confirmacion-reserva .group {
  position: absolute;
  width: 430px;
  height: 68px;
  top: 0;
  left: 0;
  background-color: #55f249;
}

.confirmacion-reserva .avatar-medium {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 12px;
  left: 371px;
  background-image: url(./img/avatar-1-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.confirmacion-reserva .XMLID {
  position: absolute;
  width: 26px;
  height: 24px;
  top: 22px;
  left: 14px;
}

.confirmacion-reserva .img {
  position: absolute;
  width: 430px;
  height: 59px;
  top: 873px;
  left: 1px;
}

.confirmacion-reserva .group-2 {
  position: absolute;
  width: 246px;
  height: 250px;
  top: 341px;
  left: 94px;
}

.confirmacion-reserva .icon-circle-check {
  position: absolute;
  width: 194px;
  height: 194px;
  top: 0;
  left: 25px;
}

.confirmacion-reserva .text-wrapper {
  position: absolute;
  height: 31px;
  top: 219px;
  left: 0;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 31.2px;
  white-space: nowrap;
}

.confirmacion-reserva .icon-list {
  position: absolute;
  width: 38px;
  height: 30px;
  top: 890px;
  left: 338px;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
