/* Armado de vista desktop / mobile */
main .login-CTA {
  margin: 0;
}

main.mobile .logo-bar {
  /* display: none; */
}

main.mobile .sign-up-form .button-back {
  display: none;
}

main.desktop {
  margin: auto;
  /* height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #fafafa; */
}

main.desktop .main-view {
  width: 100%;
}

main .login-texto {
  background-color: white;
  padding: 10px 14px 10px 14px;
  font-size: 1em;
}

main.desktop .login-texto {
  padding: 40px 40px 40px 80px;
}

main.desktop .login-title {
  justify-content: flex-start;
  /* background-color: white; */
  padding: 20px 40px 20px 80px;
  font-size: 2.5em;
}

main.mobile .login-title {
  justify-content: flex-start;
  /* background-color: white; */
  padding: 20px 14px 20px 14px;
  font-size: calc(100vw/16);
}

main.desktop .layout-column.column-controls {
  max-width: 550px;
}

main.desktop .sign-in-header {
  display: none;
}

main.desktop .sign-up-header {
  display: none;
}

main.desktop .sign-up-form {
  position: relative;
  /* height: 100%; */
  height: 100vh;
  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;
}

main.desktop .sign-up-form .content {
  width: 100%;
  max-width: 360px;
}

main.desktop .sign-in-form {
  margin: auto;
  width: 360px;
  max-height: 100vh;
  overflow: scroll;
}

main.desktop .login-CTA {
  margin: auto;
  width: 328px;
}

main.desktop .login-CTA__control--register-account {
  position: relative;
  /* top: 56px; */
  /* color: #212b36; */
  color: black;
  /* background-color: transparent; */
  background-color: #ffac8f;
}

main.desktop .login-CTA__control--sign-in {
  position: relative;
  /* top: -56px; */
  /* color: white; */
  /* background-color: #fe6c34; */
  background-color: white;
}

main .logo-bar {
  height: 74px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

main .logo-bar__img {
  width: 40px;
  height: 30px;
  background: url("/assets/logo-header.png") no-repeat;
  background-position-y: center;
  background-size: contain;
  margin-left: 20px;
}

main.desktop .logo-bar__img {
  width: 100%;
  margin-left: 54px;
}

main .logo-bar__text {
  min-width: 230px;
}

main.desktop .logo-bar__text {
  min-width: 300px;
}

.text-p {
  margin: 0;
  padding: 0;
}

.login-title__text {
  margin: 0;
  padding: 0;
}

main.desktop .footer-bar {
  height: 74px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

main.desktop .footer-bar__links {
  min-width: 600px;
}

main .footer-bar__links a {
  color: black;
}


main.desktop .footer-bar__img {
  width: 100%;
  height: 30px;
  background: url("/assets/icono-footer.png") no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: contain;
  margin-right: 80px;
}

main.desktop .layout-outside {
  height: 100%;
  position: relative;
  /* max-width: 1280px; */
  /* max-height: 800px; */
  margin: auto;
  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;
}

main .layout-wrapper {
  /* height: calc(100% - 74px); */
  /* max-width: 1280px; */
  width: 100vw;
  margin: auto;
  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;
 */

}

main.desktop .layout-wrapper {
  background: url("/assets/background-desktop.png") no-repeat;
  /* background-clip: contain; */
  /* background-position: center; */
  background-size: cover;
}

main.mobile .layout-wrapper {
  background: url("/assets/background-mobile.png") no-repeat;
  /* background-clip: contain; */
  /* background-position: center; */
  background-size: cover;
}

main .layout-row {
  display: flex;
  flex-direction: column;
  /* min-height: 100px; */
}

main.desktop .layout-row {
  flex-direction: row;
  align-items: center;
  min-height: 100px;
}


main .footer-bar {
  min-height: 80px;
  padding: 0 0 0 80px;
  width: 100%;
}

main.desktop .layout-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  /* background-color: #fafafa; */
  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;

}

/*
main.desktop .layout-column:first-child {
  background: url("/assets/background-desktop.png") no-repeat;
  background-clip: content-box;
  background-position: center;
}

 */@media (max-width: 1280px) {
  main.desktop .layout-column:first-child {
    background-size: cover;
  }
}
/*# sourceMappingURL=layout.css.map */