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

body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* TOPO & LOGOS -------------------------------------------------------------------------------------------------------------- */

.home_topo {
  width: 100%;
  height: 66px;
  vertical-align: middle;
  background: linear-gradient(180deg, #697e8d 0%, rgba(101, 122, 138, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 115px;
  box-sizing: border-box;
}

.logo_rodape_deck {
  display: inline-block;
  width: 280px;
  height: 30px;
  font-size: 10px;
  text-align: right;
}

.logo_tech {
  height: 22px;
  vertical-align: middle;
  margin: 0px 0px 4px 4px;
}
.logo_sistema {
  height: 23px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.logo_sistema_top {
  max-width: 166px;
  height: auto;
}
.logo_instituto {
  float: left;
  height: 42px;
  margin-top: 16px;
  margin-left: 20px;
}
.logo_entidade {
  position: absolute;
  left: 70%;
  top: 0px;
  height: 78px;
}
.logo_comodo {
  float: right;
  height: 30px;
  margin-right: 20px;
}

.flag {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* MENU -------------------------------------------------------------------------------------------------------------- */

.home_menu_deck {
  background: #626a6e;
  border-bottom: 2px solid white;
  height: 40px;
  vertical-align: middle;
  text-align: left;
  color: white;
}

.menu_item {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90.01%;
  display: inline-block;
  color: white;
  background: #1b3281;
  cursor: pointer;
  padding: 10px;
  padding: 10px;
  padding-bottom: 7px;
  margin-left: 5px;
}

.menu_item:hover {
  color: #dddfe4;
  background: #152766;
}

/* FORM DE LOGIN -------------------------------------------------------------------------------------------------------------- */

.home_form {
  display: inline;
  float: right;
  margin-right: 30px;
  background: none;
}

.home_form_button {
  display: inline;
  float: right;
  margin-right: 30px;
  background: none;
}

.to_animate {
  border-radius: 4px;
  height: 0;
  background-color: #f3f3f3;
  width: 300px;
  border: 2px solid #5e5e5e;
}

.home_input {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  height: 30px;
  padding: 2px;
  padding-left: 24px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 250px;
  color: gray;
  margin-top: 15px;
}

.home_input_user {
  background: white url(../images/icouser.png) no-repeat center left;
}

.home_input_pass {
  background: white url(../images/icopass.png) no-repeat center left;
}

.home_form_login {
  border: none !important;
  height: auto !important;
  background: #f8f8f8 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 24px 28px;
  box-sizing: border-box;
}

.home_form_login input {
  background: #f9f9f9;
  border-bottom: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #cbcbcb;
}

.input-user-div,
.input-pass-div {
  position: relative;
  box-sizing: border-box;
  height: 40px;
  margin-top: 10px;
}

.input-pass-div {
  margin-bottom: 20px;
}

.input-user-div img,
.input-pass-div img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.input-user-div input,
.input-pass-div input {
  height: 100%;
  margin: 0 !important;
  padding-left: 45px;
}

.home_form_login input::placeholder {
  color: #cbcbcb;
}

.home_form_login input[type="button"],
.home_form_login input[type="submit"] {
  background: #f9f9f9;
  color: #000;
  border: none;
  border-bottom: 1px solid #bababa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
}

.footer-email-message a {
  color: blue;
}

.homologacao_sign_new {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.homologacao_sign_new p {
  color: #000;
}

.homologacao_sign_content {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
  margin-right: 10px;
}

.homologacao_sign_content p {
  font-weight: 900;
}

.button-azure {
  width: 92%;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

.preregister_content button {
  padding: 2px 12px;
  box-sizing: border-box;
}

.home_input_cnpj:focus,
.home_input_cnpj:active,
.home_input_cnpj:focus-visible {
  border: 1px solid #000 !important;
}

.home_button {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  height: 30px;
  width: 150px;
  background: #3f5b70;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.home_azure {
  color: white;
  background: #6db3f2;
  background: -moz-linear-gradient(
    top,
    #6db3f2 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: -webkit-linear-gradient(
    top,
    #6db3f2 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: linear-gradient(
    to bottom,
    #6db3f2 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}

/* ITENS -------------------------------------------------------------------------------------------------------------- */

.home_titulo {
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 130.01%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: inherit;
}

.c_green {
  color: #92b558;
}

.home_text {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  max-width: 750px;
  word-break: break-all;
  font-size: 24px;
}

.index-login .top-panel-logo {
  align-self: start;
}

.himagem_1 {
  background: white url(../images/construction-site-build-construction-work.jpg)
    no-repeat;
  background-size: cover;
}
.himagem_1 img {
  height: 100%;
  margin: auto;
  display: block;
}
.home_imagens {
  background-size: cover;
  background-attachment: fixed;
  height: 435px;
}
.home_imagens_contato {
  background-size: cover;
  background-attachment: fixed;
  height: 120px;
}

.home_block {
  display: inline;
  display: inline-block;
}

.home_content {
  color: white;
  position: relative;
  text-align: justify;
  top: 24px;
  left: 50px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  background: rgba(81, 75, 121, 0.6);
  padding: 24px;
  width: 82%;
}
.home_content_white {
  color: #000;
  position: relative;
  text-align: justify;
  top: 24px;
  left: 50px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  background: transparent;
  padding: 24px;
  width: 82%;
}
.home_content_light {
  color: #555555;
  position: relative;
  text-align: justify;
  top: 20%;
  left: 50px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(231, 231, 231, 0.8);
  padding: 40px;
  width: 80%;
}

.home_content li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home_bloco {
  display: inline-block;
  font-weight: bold;
}

.home_shadow {
  background: white url(../images/pc_degrade_transp_gray.png) repeat-x;
  position: relative;
  width: 100%;
  height: 24px;
  top: 0px;
  left: 0px;
}

.home_rodape {
  background: white url(../images/pc_degrade_transp_gray.png) repeat-x;
  padding: 30px 0px;
  text-align: center;
  width: 100%;
  height: 40px;
  color: #999999;
  position: fixed;
  bottom: 0;
}

.top-panel {
  background-color: none;
  padding: 20px 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -2px;
}

@media (max-width: 780px) {
  .home_form {
    display: block;
    text-align: center;
    margin: 0px;
    height: 40px;
    float: none;
    background: #f3f3f3;
  }
  .home_form_button {
    display: block;
    text-align: center;
    margin: 0px;
    height: 40px;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home_menu_deck {
    height: 80px;
  }
  .home_content {
    top: 10%;
    left: 20px;
  }
  .himagem_1 img {
    height: 100%;
    margin: auto;
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .home_topo {
    height: 72px;
  }
  .logo_techsocial {
    height: 30px;
  }
  .logo_tech {
    height: 30px;
  }
  .logo_sistema {
    height: 30px;
  }

  .home_form {
    padding: 4px;
    margin: auto;
    width: 95%;
    height: 112px;
    background: #f3f3f3;
    border: 1px solid white;
    border-bottom: 3px solid white;
    border-radius: 10px;
  }
  .home_input {
    width: 90%;
  }
  .home_button {
    width: 90%;
  }
  .home_content {
    top: 10px;
    left: 10px;
  }

  .home_content ul {
    margin: 0px;
    padding-left: 20px;
    font-size: 90.01%;
  }
}
