/****** RESET ******/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden !important;
  height: 100vh;
}

ul {
  list-style: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none !important;
}

main {
  overflow-x: hidden !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top {
  align-self: flex-end;
  height: 170px;
}
@media (max-width: 600px) {
  .top {
    width: 280px;
  }
}

.bottom .logo-footer {
  position: absolute;
  bottom: 20px;
  width: 194px;
  right: 20px;
}
@media (max-width: 600px) {
  .bottom .logo-footer {
    width: 100px;
  }
}
.bottom > img {
  width: 500px;
}
@media (max-width: 600px) {
  .bottom > img {
    width: 280px;
  }
}
.bottom .img-footer {
  height: 170px;
}
.bottom .legal {
  padding: 15px 0px 25px 6%;
  position: relative;
}
@media (max-width: 600px) {
  .bottom .legal {
    padding: 25px 0;
    margin: auto;
    text-align: center;
    width: calc(100% - 60px);
  }
}
.bottom .legal .text {
  font: 16px/1.4 "texta_altregular", sans-serif;
  color: black;
  max-width: 913px;
  margin-right: 260px;
}
@media (max-width: 600px) {
  .bottom .legal .text {
    margin: auto;
  }
}
.bottom .legal img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 600px) {
  .bottom .legal img {
    position: unset;
    width: 138px;
    margin-bottom: 5px;
  }
}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100px 0;
}
@media (max-width: 600px) {
  .intro {
    margin: 0;
  }
}
.intro .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  position: relative;
}
/*.intro .wrapper .flame {
  position: absolute;
  right: -140px;
  top: 133px;
  width: 302px;
  height: 302px;
}*/

.intro .wrapper .flame {
  position: absolute;
  right: -210px;
  top: 35px;
  width: 302px;
  height: 302px;
}

/*@media (max-width: 768px) {
  .intro .wrapper .flame {
    display: none;
  }
}*/

.img-llama-mobile {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.img-lateral-form {
  position: absolute;
  right: -340px;
  top: 46px;
}

@media (min-width: 992px) {
  .img-llama-mobile {
      display: none;
  }
}

@media (max-width: 992px) {
  .intro .wrapper .flame,.img-lateral-form {
      display: none;
  }
}

.intro .wrapper .flame img {
  width: 100%;
}
.intro .wrapper h2 {
  font: 45px "texta_altblack", sans-serif;
  color: #00A1DE;
  text-align: center;
  margin: 0 auto 10px;
}
@media (max-width: 600px) {
  .intro .wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.intro .wrapper h3 {
  font: 30px "textablack", sans-serif;
  color: #706F6F;
  text-align: center;
  margin: 0 auto 10px;
}
@media (max-width: 600px) {
  .intro .wrapper h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.intro .wrapper h3 span {
  color: #ED2939;
}
.intro .wrapper p {
  font: 26px "textablack", sans-serif;
  color: #ED2939;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .intro .wrapper p {
    font-size: 20px;
  }
}
.intro .wrapper .field {
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.intro .wrapper .field [type=text] {
  font: 25px "texta_altmedium", sans-serif;
  color: #706F6F;
  border: 2px solid #BEBEBE;
  border-radius: 12px;
  height: 54px;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto 5px;
}
@media (max-width: 600px) {
  .intro .wrapper .field [type=text] {
    height: 44px;
    font-size: 18px;
  }
}
.intro .wrapper .field .foot {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.intro .wrapper .field .foot span {
  font: 16px "texta_altregular", sans-serif;
  color: #706F6F;
}
@media (max-width: 600px) {
  .intro .wrapper .field .foot span {
    font-size: 14px;
  }
}
.intro .wrapper .field .conditions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.intro .wrapper .field .conditions [type=checkbox] {
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.intro .wrapper .field .conditions [type=checkbox]:checked + label {
  max-width: 450px;
  text-align: justify;
  font: 16px "texta_altregular", sans-serif;
  color: #706F6F;
}
.intro .wrapper .field .conditions [type=checkbox]:checked + label ::after {
  width: 0 !important;
}
.intro .wrapper .field .conditions [type=checkbox]:checked + label a {
  color: #00A1DE;
}
.intro .wrapper .field .conditions label {
  max-width: 450px;
  text-align: justify;
  font: 16px "texta_altregular", sans-serif;
  color: #706F6F;
}
.intro .wrapper button {
  font: 16px "texta_altheavy", sans-serif;
  color: white;
  width: 100%;
  max-width: 402px;
  height: 42px;
  background: #ED2939;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cont-select-client {
  display: flex;
  min-height: 205px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.cont-select-client .cont-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  padding: 10%;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(226, 226, 226, 0.6941176471);
}
@media (max-width: 600px) {
  .cont-select-client .cont-form {
    width: 100%;
    padding: 5%;
  }
}
.cont-select-client .cont-form .radios [type=radio]:checked, .cont-select-client .cont-form .radios [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cont-select-client .cont-form .radios [type=radio]:checked + label, .cont-select-client .cont-form .radios [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cont-select-client .cont-form .radios [type=radio]:checked + label::before, .cont-select-client .cont-form .radios [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 16px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background: #fff;
}
.cont-select-client .cont-form .radios [type=radio]:checked + label::after, .cont-select-client .cont-form .radios [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ED2939;
  position: absolute;
  left: 4.5px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cont-select-client .cont-form .radios [type=radio]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.cont-select-client .cont-form .radios [type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.cont-select-client .cont-form label {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cont-select-client .cont-form label:nth-child(1) {
  margin-bottom: 20px;
  font-size: 25px;
}
.cont-select-client .cont-form button {
  font: 16px "texta_altheavy", sans-serif;
  color: white;
  width: 100%;
  max-width: 164px;
  height: 42px;
  background: #ED2939;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .cont-select-client .cont-form button {
    width: 100%;
    max-width: 272px;
    margin: 35px auto 0;
  }
}

.step2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
@media (max-width: 600px) {
  .step2 {
    margin: 0;
  }
}
.step2.active {
  margin: -100px 0;
  max-height: 1000px;
  overflow: unset;
  opacity: 1;
}
@media (max-width: 600px) {
  .step2.active {
    margin: 0;
  }
}
.step2 .wrapper {
  max-width: 605px;
  width: 100%;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 600px) {
  .step2 .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.step2 .wrapper h2 {
  font: 35px "texta_altblack", sans-serif;
  color: #00A1DE;
  text-align: center;
  margin: 0 auto 10px;
}
@media (max-width: 600px) {
  .step2 .wrapper h2 {
    font-size: 24px;
  }
}
.step2 .wrapper h3 {
  font: 18px "textablack", sans-serif;
  color: #706F6F;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 417px;
}
@media (max-width: 600px) {
  .step2 .wrapper h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.step2 .wrapper h3 span {
  color: #ED2939;
}
.step2 .wrapper .flame {
  width: 125px;
  position: absolute;
  top: 0;
  right: -53px;
}
@media (max-width: 600px) {
  .step2 .wrapper .flame {
    position: unset;
    width: 90px;
    align-self: flex-end;
  }
}
.step2 .wrapper .form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 600px) {
  .step2 .wrapper .form {
    flex-direction: column;
  }
}
.step2 .wrapper .form .col .cel input {
 /* padding-left: 40px !important;*/
}
.step2 .wrapper .form .col .cel span {
  color: #ED2939;
}
.step2 .wrapper .form .col > div {
  width: 100%;
  max-width: 253px;
  position: relative;
}
@media (max-width: 600px) {
  .step2 .wrapper .form .col > div {
    max-width: unset;
  }
}
.step2 .wrapper .form .col > div.error [type=text],
.step2 .wrapper .form .col > div.error [type=password],
.step2 .wrapper .form .col > div.error [type=email],
.step2 .wrapper .form .col > div.error [type=date] {
  border-color: #ED2939;
}
.step2 .wrapper .form .col > div.error ::-moz-placeholder {
  color: #ED2939;
}
.step2 .wrapper .form .col > div.error ::placeholder {
  color: #ED2939;
}
.step2 .wrapper .form .col > div.error span {
  color: #ED2939;
}
.step2 .wrapper .form .col > div label {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
}
.step2 .wrapper .form .col > div [type=text],
.step2 .wrapper .form .col > div [type=password],
.step2 .wrapper .form .col > div [type=email],
.step2 .wrapper .form .col > div [type=date] {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  border: 1px solid #BEBEBE;
  border-radius: 12px;
  height: 32px;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.step2 .wrapper .form .col > div ::-moz-placeholder {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.step2 .wrapper .form .col > div ::placeholder {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  transition: all 0.3s;
}
.step2 .wrapper .form .col > div :focus::-moz-placeholder {
  opacity: 0;
}
.step2 .wrapper .form .col > div :focus::placeholder {
  opacity: 0;
}
.step2 .wrapper .form .col > div span {
  font: 12px "texta_altregular", sans-serif;
  color: #ED2939;
  display: block;
  height: 15px;
}
.step2 .wrapper .form .col > div .cod-area {
  position: absolute;
  top: 28px;
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  left: 15px;
  transition: all 0.3s;
}
.step2 .wrapper .form .col > div .radios {
  display: flex;
}
.step2 .wrapper .form .col > div .radios p {
  display: flex;
  align-items: center;
  width: 33.3%;
}
.step2 .wrapper .form .col > div .radios p:last-child {
  margin-right: 0;
}
.step2 .wrapper .form .col > div .radios p [type=radio]:checked, .step2 .wrapper .form .col > div .radios p [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.step2 .wrapper .form .col > div .radios p [type=radio]:checked + label, .step2 .wrapper .form .col > div .radios p [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.step2 .wrapper .form .col > div .radios p [type=radio]:checked + label::before, .step2 .wrapper .form .col > div .radios p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 16px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background: #fff;
}
.step2 .wrapper .form .col > div .radios p [type=radio]:checked + label::after, .step2 .wrapper .form .col > div .radios p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ED2939;
  position: absolute;
  left: 4.5px;
  border-radius: 50%;
  transition: all 0.3s;
}
.step2 .wrapper .form .col > div .radios p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.step2 .wrapper .form .col > div .radios p [type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.step2 .wrapper .form .col > div .checkbox {
  display: flex;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .step2 .wrapper .form .col > div .checkbox {
    margin-bottom: 12px;
  }
}
.step2 .wrapper .form .col > div .checkbox p {
  display: flex;
  align-items: center;
  width: 33.3%;
}
.step2 .wrapper .form .col > div .checkbox p:last-child {
  margin-right: 0;
}
.step2 .wrapper .form .col > div .checkbox p [type=checkbox] {
  display: none;
  cursor: pointer;
}
.step2 .wrapper .form .col > div .checkbox p [type=checkbox]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ED2939;
  position: absolute;
  left: 4.5px;
  border-radius: 50%;
  transition: all 0.3s;
}
.step2 .wrapper .form .col > div .checkbox p label {
  font: 14px "texta_altregular", sans-serif;
  color: #706F6F;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.step2 .wrapper .form .col > div .checkbox p label::before {
  content: "";
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  flex-shrink: 0;
  width: 17px;
  height: 16px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background: #fff;
}
.step2 .wrapper .form .col > div button {
  font: 16px "texta_altheavy", sans-serif;
  color: white;
  width: 100%;
  max-width: 164px;
  height: 42px;
  background: #ED2939;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  margin-top: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .step2 .wrapper .form .col > div button {
    width: 100%;
    max-width: 272px;
    margin: 35px auto 0;
  }
}

.overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.overlay.active {
  max-height: 1000px;
  overflow: unset;
  opacity: 1;
}
.overlay .info {
  max-width: 530px;
  width: calc(100% - 60px);
  margin: auto;
}
.overlay .info h2 {
  font: 60px "texta_altblack", sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
.overlay .info p {
  font: 20px/1.4 "texta_altblack", sans-serif;
  color: white;
  margin-bottom: 25px;
}
.overlay .info p a {
  color: white;
  text-decoration: underline;
}
.overlay .info p a:hover {
  text-decoration: none;
}
.overlay .info img {
  display: block;
  width: 203px;
  margin: auto;
}

.text-normal {
  font-family: "texta_altregular", sans-serif;
  text-align: start;
}
.text-normal a {
  text-decoration: underline;
  color: #00A1DE;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row .form-login {
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(246, 246, 246);
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0 0 20px rgb(178, 183, 203);
}
.row .form-login h1 {
  font: 35px "texta_altblack", sans-serif;
}
.row .form-login input {
  font: 20px "texta_altmedium", sans-serif;
  color: #706F6F;
  border: 2px solid #BEBEBE;
  border-radius: 12px;
  display: flex;
  height: 44px;
  width: 300px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 5px;
}
.row .form-login button {
  font: 16px "texta_altheavy", sans-serif;
  color: white;
  width: 100%;
  max-width: 402px;
  height: 42px;
  background: #ED2939;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.row .form-login .title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  color: #575756;
}
.row .msg {
  font: 16px "texta_altregular", sans-serif;
  display: flex;
  height: 20px !important;
  color: #E62C37;
  margin-left: 10px;
}/*# sourceMappingURL=main.css.map */