@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;900&display=swap");

.home_menu_deck {
  background: transparent;
  border-bottom: 2px solid transparent;
}

body {
  font-family: "inter";
  background: #3f5b70 url(100444/novo_fundo_ocyan.png) no-repeat center center;
  background-size: cover;
  height: 100%;
}

.new-flow-layout {
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #d9d9d9;
  background-color: rgba(248, 250, 253, 0.65);
  display: inline-block;
  width: 500px;
  padding: 52px 60px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .new-flow-layout {
    width: 95vw;
    min-width: 0;
    max-width: 100vw;
    padding: 16px;
    height: auto;
    border-radius: 12px;
  }
}

.flow-home-input {
  width: 100%;
  padding: 16px;
  display: inline-block;
  margin-bottom: 16px;
  border: none;
  color: #59606f;
  border-bottom: 1px solid #59606f;
  background: transparent;
  border-radius: 0px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  appearance: none; /* remove estilo nativo */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.flow-home-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #59606f;
}

.flow-home-input option {
  padding: 16px;
}

#code_type {
  max-width: max-content;
}

.footer-message {
  color: #59606f;
  font-size: 12px;
  margin-top: 42px;
}

.flow-home-input::placeholder {
  color: #59606f;
  opacity: 1;
}

.new-flow-layout button {
  border: none !important;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  padding: 16px 0px;
}

.logo_sistema_top_flow {
  flex-grow: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
  font-size: 32pt;
}

.logo_sistema_bottom_flow {
  background: url(logo100444.png) no-repeat center center;
  background-size: contain;
  height: 110px;
  margin-top: 20px;
}

.flow-home-button {
  font-size: 16px;
  cursor: pointer;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 9.8px;
  color: #59606f;
  background-color: #fafafa;
  transition: all 0.1s ease;
  font-weight: 600;
}

.flow-home-button-blue {
  color: #009cde;
}

.preregister_button {
  width: 100%;
  padding: 16px 0px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.full-height-container {
  padding-left: 5%;
  display: flex;
  align-items: center;
  height: calc(100vh - 80px);
}

@media (max-width: 600px) {
  .full-height-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    height: auto;
    min-height: 100vh;
  }
}

.flow-home-button-2 {
  height: 50px;
  border-radius: 9.8px;
  transition: all 0.1s ease;
}

.flow-home-button-1 {
  height: 50px;
  border-radius: 9.8px;
  transition: all 0.1s ease;
  border: 2.63514px solid #009cde;
}

.button-azure {
  background: #009cde;
  color: white;
  font-size: 20.2px;
  height: 66px;
  flex-grow: 0;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 4.7px;
  padding: 7.8px;
  border-radius: 9.8px;
  box-shadow: 0 3.9px 3.9px 0 rgba(0, 0, 0, 0.25);
  background-color: #009cde;
  margin: 50px 35px 0px 35px;
}

.flow-home-button-2:hover .content-display p {
  color: #c4d600 !important;
}

.flow-home-button-2:hover svg.azure-logo path {
  fill: #c4d600 !important;
}

.flow-home-button-2:hover {
  border-color: #c4d600 !important;
}

.flow-home-button-1:hover .content-display p {
  color: #c4d600 !important;
}

.flow-home-button-1:hover svg.azure-logo path {
  fill: #c4d600 !important;
}

.flow-home-button-1:hover {
  border-color: #c4d600 !important;
}

.button-providers:hover svg.vector-yellow path {
  fill: #c4d600 !important;
}

.button-register:hover svg.vector2-yellow path {
  fill: #c4d600 !important;
}

.button-azure .flow-home-button-2 {
  border: solid 1px #fff;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.frase {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  font-family: inter;
}

.frase1 {
  margin-top: 5px;
  font-family: inter;
  font-size: 12px;
  margin-top: 70px;
}

.content-display {
  display: inline-flex;
  flex: 0 0 63%;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 20px;
}

.content-display p {
  display: block;
  margin: 0;
  font-size: 18px;
}

.button-providers,
.button-register {
  max-width: 80%;
  margin: 25px auto;
}

.button-providers:hover .flow-home-button-2 {
  color: #c4d600;
}

.button-providers .flow-home-button-2 {
  border: solid 1px #009cde;
  text-align: center;
  color: #009cde;
}

.button-register:hover .flow-home-button-2 {
  color: #c4d600;
}

.flag_div {
  top: 30px !important;
}

.home_topo_index {
  height: 66px !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

.button-register .flow-home-button-2 {
  border: solid 1px #009cde;
  text-align: center;
  color: #009cde;
}

.button-register .flow-home-button-1 {
  text-align: center;
  color: #009cde;
}

.texto-login {
  line-height: 8px;
  font-weight: medium;
  font-size: 16;
  align-items: center;
  margin-top: 22;
  margin-left: 12;
}

.texto-login2 {
  line-height: 8px;
  font-weight: medium;
  font-size: 16;
  align-items: center;
  margin-top: 22;
  margin-left: 12;
}

.flow-home-form {
  font-size: 12pt;
  border: 7px solid #626a6e !important;
  background: #f8eaf0 !important;
  border-radius: 54px;
  height: 320px;
  width: 380px;
  padding: 7px 5px;
  font-size: 15pt;
  margin-top: 28px;
  margin-left: 12px;
}

.flow-home-comment {
  color: #5b5a5a;
  font-style: italic;
  margin-bottom: -14px;
  font-weight: 100;
  font-size: 12pt;
}

.home_button_flow {
  margin-top: -15px;
  width: 200px;
  height: 42px;
  background: white;
  border: 2px solid gray !important;
  border-radius: 20px;
  font-size: 12pt;
  font-weight: normal;
  color: #777;
  transition: 0.3s;
  padding: 5px;
  cursor: pointer;
}
.home_button_flow:hover {
  color: white;
  background: #626a6e;
  background: -moz-linear-gradient(left, #626a6e 0%, #93989b 100%);
  background: -webkit-linear-gradient(left, #626a6e 0%, #93989b 100%);
  background: linear-gradient(to right, #626a6e 0%, #93989b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626a6e', endColorstr='#93989b',GradientType=1 );
  border-bottom: 3px solid #cccccc;
}

@media (max-width: 1500px) {
  .new-flow-layout {
    padding: 27px;
  }
  .logo_sistema_top_flow {
    font-size: 30pt;
  }
  .flow-home-button {
    margin-top: 24px;
    font-size: 14pt;
  }
  .flow-home-button-2 {
    height: 45px;
  }
  .flow-home-button-1 {
    height: 45px;
  }
  .logo_sistema_bottom_flow {
    height: 100px;
    margin-top: 18px;
  }
}

@media (max-width: 1300px) {
  .new-flow-layout {
    padding: 22px;
  }
  .logo_sistema_top_flow {
    font-size: 28pt;
  }
  .flow-home-button {
    margin-top: 16px;
    font-size: 14pt;
  }
  .flow-home-button-2 {
    height: 45px;
  }
  .flow-home-button-1 {
    height: 45px;
  }
  .logo_sistema_bottom_flow {
    height: 95px;
    margin-top: 16px;
  }
}

@media (max-height: 610px) {
  .new-flow-layout {
    padding: 22px;
  }
  .logo_sistema_top_flow {
    font-size: 28pt;
  }
  .flow-home-button {
    margin-top: 16px;
    font-size: 14pt;
  }
  .flow-home-button-2 {
    height: 45px;
  }
  .flow-home-button-1 {
    height: 45px;
  }
  .logo_sistema_bottom_flow {
    height: 95px;
    margin-top: 16px;
  }
}

.logo_sistema_top {
  display: none;
}

.home_topo {
  background: transparent;
  height: 20px;
}

.himagem_1 {
  background: transparent;
}

#homologacao_sign {
  background: transparent;
  padding-right: 234px;
  font-weight: 500;
  position: absolute;
  left: 50px;
}

@media (max-width: 600px) {
  #homologacao_sign {
    position: static;
    left: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}

.home_form_button {
  margin-right: 200px;
}

.home_button {
  margin-top: -15px;
  width: 200px;
  height: 32px;
  background: white;
  border: 0px none white;
  border-bottom: 3px solid #cccccc;
  font-size: 12pt;
  font-weight: normal;
  color: #777;
  transition: 0.3s;
}

input:focus {
  border: 1px solid #009cde;
  box-shadow: 0 0 0 2px rgba(0, 156, 222, 0.2);
}

.home_button:hover {
  color: white;
  background: #626a6e;
  background: -moz-linear-gradient(left, #626a6e 0%, #93989b 100%);
  background: -webkit-linear-gradient(left, #626a6e 0%, #93989b 100%);
  background: linear-gradient(to right, #626a6e 0%, #93989b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626a6e', endColorstr='#93989b',GradientType=1 );
  border-bottom: 3px solid #cccccc;
}

.home_form {
  border: 0px none white;
  box-shadow: #626a6e 3px 2px 2px;
  background: white;
  margin-top: -20px;
  margin-right: 155px;
}

.home_rodape {
  background: #d5d5d5;
  z-index: -1;
  padding: 10px 0px;
  height: 30px;
}

.logo_rodape_deck {
  width: 375px;
  font-size: 16pt;
  margin-right: -80px;
}

.logo_sistema {
  display: none;
  height: 46px;
  margin-top: -4px;
  filter: saturate(0) brightness(70%) contrast(50%);
}

.logo_tech {
  height: 32px;
  margin-top: -2px;
  filter: saturate(0) brightness(90%) contrast(50%);
}

.home_content_white {
  background: transparent;
  color: white !important;
}

.preregister_image {
  display: none !important;
}

.preregister_content {
  width: 500px;
  font-weight: 500;
  color: #414141;
  font-size: 13pt;
  text-align: left;
  top: 0px;
  padding: 0px 24px;
}

@media (max-width: 600px) {
  .preregister_content {
    width: 95vw;
    min-width: 0;
    max-width: 100vw;
    font-size: 12pt;
    padding: 0px 8px;
  }
}

.preregister_input {
  font-size: 12pt;
  border: 3px solid #626a6e !important;
  background: white !important;
  border-radius: 14px;
}

.logo-sistema-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-sistema-img .logo-img {
  height: 100px;
  margin: 0;
}

.new-flow-layout h2 {
  font-size: 24px;
  color: #59606f;
  margin: 16px 0px;
}

.new-flow-layout p {
  font-size: 14px;
  font-weight: 400;
  color: #59606f;
  margin: 8px 0px;
}

.svg-icon {
  margin-right: 30px;
  padding: 10px;
  float: right;
  width: 30px;
  height: 30px;
}

.svg-azure-logo {
  padding: 10px;
  float: right;
  padding-right: 20px;
  width: 42px;
  height: 42px;
}

.footer-wrapper {
  margin-top: 200px;
}
