* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #7d67be;
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
}

.main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header--text {
  color: #fff;
  font-size: 40px;
  max-width: 350px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: 'Dancing Script', cursive;
}

.container-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.suit {
  width: 121px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 20%;
}

.dress {
  width: 121px;
  margin-right: 20%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.header--info {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 300;
  font-family: 'Kalam', cursive;
}

.money {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kalam', cursive;
}

.asis--text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Kalam', cursive;
}

.btn-confirmar {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 40px 10px 40px;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-confirmar:hover {
  background-color: #fff;
  color: #7d67be;
}

.fill {
  width: 100%;
  height: 150px;
}

form {
  width: 90%;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 15px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-transform: translateY(-800px);
          transform: translateY(-800px);
  position: absolute;
  top: 20%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-color: #fff;
}

form label {
  padding-top: 20px;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  color: #551A8B;
}

form p {
  padding: 5px;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #551A8B;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Kalam', cursive;
}

form .inputwts {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.19);
  padding: 5px;
  font-size: 40px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .inputwts:focus {
  outline: none;
  color: #7d67be;
}

form .inputswtsnum {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 40px;
  color: #7d67be;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.19);
}

form .inputswtsnum:focus {
  outline: none;
  color: #7d67be;
}

form .btn-wts {
  width: 50%;
  margin-top: 100px;
  border-radius: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: none;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #551A8B;
}

form .btn-wts:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.close-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navigation {
  position: fixed;
  bottom: 3%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 20px;
  width: 90%;
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .img {
  height: 34px;
  -webkit-filter: invert(47%) sepia(93%) saturate(292%) hue-rotate(214deg) brightness(79%) contrast(94%);
          filter: invert(47%) sepia(93%) saturate(292%) hue-rotate(214deg) brightness(79%) contrast(94%);
}

.navigation .img:hover {
  -webkit-filter: invert(21%) sepia(18%) saturate(6103%) hue-rotate(246deg) brightness(99%) contrast(95%);
          filter: invert(21%) sepia(18%) saturate(6103%) hue-rotate(246deg) brightness(99%) contrast(95%);
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.navigation .list {
  position: relative;
  list-style: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
}

.navigation a {
  padding: 9% 0 9% 0;
  text-decoration: none;
}

.navigation .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .icon span {
  font-size: 14px;
  color: #551A8B;
}

@media screen and (min-width: 800px) {
  .suit {
    width: 150px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-left: 30%;
  }
  .dress {
    width: 150px;
    margin-right: 30%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .header--info {
    margin-bottom: 30px;
  }
  .navigation {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .container-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5%;
    margin-bottom: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .suit {
    width: 150px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 0;
    margin-left: 0;
  }
  .dress {
    width: 150px;
    margin-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .fill {
    display: none;
  }
  .navigation {
    width: 35%;
  }
  .header--info {
    margin: 0;
  }
}
/*# sourceMappingURL=style_dress.css.map */