<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat");

* {
  margin: 0;
  padding: 0;
}

.city-select {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;

  select {
    height: 50px;
  }
}

.select2-container .select2-selection--single {
  height: 50px;
  background-color: #f5f5f5;
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 85%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
}

.generalPreRegisterCliente .divInputs input {
  border: none;
  display: block;
  height: auto;
  border-radius: 5px;
  margin-top: 1vw;
  font-size: 13pt;
  padding: 2vw;
  font-family: "Montserrat";
  background: whitesmoke;
  width: calc(100% - 4vw);
}
.btn-main {
  background-color: var(--main-color) !important;
}
/*.generalPreRegisterCliente .divInputs button.btn{*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    margin-top: 3vw;*/
/*    border: none;*/
/*    padding: 2vw;*/
/*    border-radius: 1vw;*/
/*    font-family: Montserrat;*/
/*    font-weight: 500;*/
/*    background-color: white;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    font-size: 15pt;*/
/*}*/

body {
  font-family: Montserrat;
  overflow-y: hidden;
}
.title-name-app {
  color: white;
  position: absolute;
  font-size: 7vw;
  left: 0;
  top: 0;
  margin-left: 25vw;
  margin-top: 5vw;
}
.generalPreRegisterCliente {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.generalPreRegisterCliente .flex {
  display: flex;
  justify-content: center;
  align-self: center;
}

.generalPreRegisterCliente .divInputs {
  margin-top: 20vw;
}

.generalPreRegisterCliente .divInputs .thisDivInput {
  margin-bottom: 3vw;
}

.generalPreRegisterCliente .divInputs input::placeholder {
  color: white;
  padding-left: 1vw;
}

.generalPreRegisterCliente .divInputs button.btn:active {
  border-color: #eda304;
}

.container-w-full {
  width: 70%;
  margin-right: 5px;
}

.flex-row-container {
  display: flex;
  align-items: center;
}

.modal {
  display: none;
}
.modal.show {
  transition: 1s;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 100%;
  width: 100%;
  max-height: unset;
}
.modal.show .contentModal {
  background-color: white;
  padding: 3vw;
}
.modal.show .contentModal button {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.modal.show .contentModal .btnAndroid {
  border: none;
  border-radius: 1vw;
  padding: 4vw;
  color: white;
  background-color: cadetblue;
  font-size: 5vw;
  width: 100%;
}
.modal.show .contentModal .btnIos {
  border: none;
  border-radius: 1vw;
  padding: 4vw;
  color: white;
  background-color: cadetblue;
  font-size: 5vw;
  width: 100%;
}

.container-form {
  display: block;
  padding: 7vw 5vw 2vw;
}

.text-description {
  text-align: center;
  color: #fff;
}

.generalPreRegisterCliente &gt; img {
  width: 15%;
  position: absolute;
  top: 5vw;
  left: 5vw;
}

@media (min-width: 992px) {
  .title-name-app {
    display: none;
  }
  .generalPreRegisterCliente &gt; img {
    width: 10%;
    position: absolute;
  }
  .generalPreRegisterCliente .divInputs {
    margin-top: -5vw;
  }

  select {
    background-color: #f5f5f5;
    width: 100%;
    padding: 5px;
    border: 1px solid rgb(160, 160, 160);
    border-radius: 5px;
    height: 3rem;
  }

  .select2-selection__clear {
    display: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
  }

  .generalPreRegisterCliente .divInputs input {
    border: none;
    display: block;
    height: auto;
    border-radius: 5px;
    margin-top: 1vw;
    font-size: 13pt;
    padding: 1vw 2vw;
    width: calc(100% - 4vw);
  }
  .generalPreRegisterCliente .divInputs .thisDivInput {
    margin-top: 0.4vw;
    margin-bottom: 0.2vw;
  }

  .text-description {
    margin-top: 1vw;
    text-align: center;
    color: #fff;
  }
}

.generalPreRegisterCliente .divInputs input {
  height: 40px;
}

.generalPreRegisterCliente .divInputs select {
  height: 50px;
}
</pre></body></html>