:root {
  --black: #000000;
  --boston-blue: #338dbf;
  --dove-gray: #707070;
  --white: #ffffff;
  --font-size-m: 15px;
  --font-family-noto_sans: "Noto Sans", Helvetica;
  --concrete: #f3f3f3;
  --dove-gray: #707070;
  --lochmara: #0083bf;
  --regal-blue: #004c6c;
  --sheen-green: #94cc00;
  --white: #ffffff;

  --font-size-m2: 15px;
  --font-size-s2: 14px;
  --font-size-xl2: 17px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 28px;

  --font-family-corerhino_45_regular-regular: "CoreRhino 45 Regular-Regular", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.notosans-light-dove-gray-15px {
  color: var(--dove-gray);
  font-family: var(--font-family-noto_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}
.border-1px-dove-gray {
  border: 1px solid var(--dove-gray);
}
.border-11px-white {
  border: 11px solid var(--white);
}

.login-inverno-bio{
  background-color: var(--white);
  background-image: url(/furniture/images/fundo-1@1x.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 998px) {
  .login-inverno-bio{
    background-image: url(/furniture/images/bg-mobile.png);
    background-size: cover;
  }  
}


.tela-login {
  align-items: flex-start;  
  display: flex;
  height:100vh;
  width: 100%;
}
@media (min-height: 900px) {
.tela-login {
  height: 100vh;
}
}
.tela-login .entrar button{
  color: var(--white);
  font-family: var(--font-family-noto_sans);
  font-size: var(--font-size-m);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  min-height: 22px;
  min-width: 44px;
  white-space: nowrap;
}
.tela-login .flex-col {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-height: 111px;
  width: 260px;
}
.tela-login .flex-col-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 73px;
  width: 260px;
}
.tela-login .flex-row {
  align-items: flex-start;
  display: flex;
  height: 111px;
  margin-top: 34px;
  min-width: 536px;
}

@media (max-width: 998px) {
  .tela-login .flex-col-1{
    min-height: 60px;
  }
  .tela-login .flex-row,
  .tela-login .grupo-3,
  .tela-login .flex-col-1,
  .tela-login .flex-col{  
    width:100%;  
    min-width:auto !important;
    max-width: 480px;
    display: table;
    margin: 0 !important;
  }
}

.tela-login .grupo-1 {
  align-items: center;
  background-color: var(--boston-blue);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: flex-end;
  margin-top: 31px;
  min-width: 122px;
  padding: 0 38px;

}
.tela-login .grupo-1:hover{
  opacity: 0.6; 
}

@media (max-width: 998px) {
  .tela-login .grupo-1{
    margin: auto;
    width: 100px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding: 0;
  }
  .tela-login .grupo-1 .entrar{
    margin: auto;
  }
}

.tela-login .grupo-3 {
  align-items: center;
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  height: 40px;
  min-width: 260px;
  padding: 0 9px;
}
.tela-login .login-ou-cpf {
  letter-spacing: 0;
  line-height: 15px;
  min-height: 22px;
  min-width: 87px;
  white-space: nowrap;
}
.tela-login .logobgncolorido {
  height: 143px;
  margin-right: 22.0px;
  margin-top: 36px;
  object-fit: cover;
  width: 292px;
}

@media (max-width: 998px) {
  .tela-login .logobgncolorido{  
    width:100%;
    height: auto;
    margin:0 !important;
    margin-top: 40px !important;
  }
}


.tela-login .marcacamp {
  align-self: flex-start;
  height: 230px;
  object-fit: cover;
  width: 528px;
}

@media (max-width: 998px) {
  .tela-login .marcacamp{  
    width:100%;
    height: auto;
  }
}


.tela-login .neve {
  height: 657px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 250px;
  width: 156px;
}
.tela-login .neve-1 {
  height: 657px;
  left: 138px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 156px;
}
.tela-login .neve-2 {
  height: 657px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 185px;
  width: 156px;
}
.tela-login .overlap-group {
  align-items: center;
  background: linear-gradient(180deg, #b8d7e9 0%, #ffffff 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 106px;
  margin-top: 185px;
  min-height: 480px;
  padding: 50px 25px;
  max-width: 600px;
  width:100%;
  margin: auto;
}

@media (max-width: 998px) {
  .tela-login .overlap-group{
    max-width: 480px;
  width:80%;
  }
}

.tela-login .overlap-group1 {
  height: 907px;
  margin-top: -224px;
  position: relative;
  width: 294px;
  left:10%;
}
.tela-login .overlap-group2 {
  height: 842px;
  right:10%;
  margin-top: -238px;
  position: relative;
  width: 294px;
}

@media (max-width: 998px) {
  .tela-login .overlap-group1,
  .tela-login .overlap-group2{
   display:none !important;
  }
}

.tela-login .senha {
  letter-spacing: 0;
  line-height: 15px;
  min-height: 22px;
  min-width: 43px;
  white-space: nowrap;
}
.tela-login .text-1 {
  color: var(--black);
  font-family: var(--font-family-noto_sans);
  font-size: var(--font-size-m);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  margin-top: 11px;
  min-height: 22px;
  white-space: nowrap;
  display: block;
}

.tela-login .text-1-mobile {
  color: var(--black);
  font-family: var(--font-family-noto_sans);
  font-size: var(--font-size-m);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  margin-top: 11px;
  min-height: 22px;
  white-space: nowrap;
}

.tela-login .text-1:hover{
  color:#0d6efd;
  text-decoration: underline !important;

}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300|Roboto:400,300,700,500");
* {
  box-sizing: border-box;
}
.container-center-horizontal {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.container-center-horizontal > * {
  pointer-events: auto;
  flex-shrink: 0;
}
.screen a {
  text-decoration: none;
}

.login-ou-cpf input, .senha input{
  border:0 !important;
  box-shadow: inset 0 -1px 0 #ddd !important;
}

.alert-warning{
  top:50px;
  z-index: 9;
  margin-bottom: -55px;
}

.border-11px-white {
  border: 11px solid var(--white);
}

.panel-dash {
  background: linear-gradient(180deg, #b8d7e9 0%, #ffffff 100%);
  border-radius: 20px;
  box-shadow: 0px 0px 6px #00000053;
  height: auto;
  min-height: 300px;
  width: 100%;
  border: 10px solid #fff;
}

.panel-dash .line-top-panel{
  border-bottom:1px solid #000;
}

.panel-dash a.link-portal{
  background-color: #94cc00;
  border:1px solid #94cc00;
  border-radius: 10px;
  height: 40px;
  min-width: 326px;
  padding:12px 30px;
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.panel-dash a.link-portal:hover{
  background-color: #ffffff;
  color:#94cc00;
}

.card{
  background-clip:none;
  border:0;
  border-radius:0;
  background-color:transparent;

}

.card .linha-nav{
  border-top: 2px solid var(--lochmara);
}

.card-header{
  background-color:transparent !important;
  border-bottom: 0;
  padding: 0;
}

.card .panel{
  background-color: var(--concrete);
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  border: 2px solid var(--lochmara);
  border-top: 0;
}

.caixa-panel{
  background-color: var(--concrete);
  border-radius: 10px;
  border: 2px solid var(--lochmara);
}

.card button .down{
  display: none;
}

.card button.collapsed .up{
   display: none;
}

.card button.collapsed .down{
  display: block;
}

.barra-progress{
  background-color: var(--concrete);
  border-radius: 10px;
  height: 34px;
  width:100%;
  border: 2px solid var(--lochmara);
  overflow: hidden;
}

.barra-progress .progress{
  border-radius: 10px 0 0 10px;
  background-color: #94cc00;
  height: 34px;
}

.head-list-equipe p{
 font-weight: 400 !important;
 border-bottom: 2px solid var(--lochmara);
}

.body-list .info-result{
  background:#ffffff;
  border: 1px solid var(--dove-gray);
}

.logotipo-footer img{
  width: 255px;
  height: auto;
}

.roboto-bold-lochmara-28px {
  color: var(--lochmara);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.roboto-medium-lochmara-22px {
  color: var(--lochmara);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-lochmara-17px {
  color: var(--lochmara);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 500;
}


.btn-check:focus + .btn, .btn:focus{
  box-shadow:none;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  box-sizing: border-box;
}



@media (max-width: 1600px) {
  .tela-login .overlap-group1{
    left: 2%;
  }
  .tela-login .overlap-group2{
    right: 2%;
  }
}

@media (max-width: 1500px) {
  .tela-login .overlap-group1{
    left: 5%;
  }
  .tela-login .overlap-group2{
    right: 5%;
  }
}

@media (max-width: 1250px) {
  .tela-login .overlap-group1{
    left: -8%;
  }
  .tela-login .overlap-group2{
    right: -5%;
  }
}
