@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./uicons-regular-straight.css");
@import url("./uicons-regular-rounded.css");
@import url("./reset.css");

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #656d82;
}

#header {
  background-image: url(/assets/img/header/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0px 0px 0px;
}

.white-header {
  background-color: #f5f6f8;
  padding: 24px 0px !important;
  margin-top: 80px !important;
  margin-bottom: 24px;
}

.white-header p {
  color: #28b66b;
  font-family: "Montserrat";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  text-align: center;
}

#status-tab {
  display: none;
  position: relative;
}
#status-tab h3 {
  font-size: 1.4rem;
  color: #2145a5;
  font-weight: 700;
  margin: 15px 0;
}
#status-tab button#fechar-status-tab {
  background: transparent;
  border: none;
  font-size: 28px;
  color: #2145a5;
  position: absolute;
  top: -50px;
  right: 25px;
}

#status-sistema {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 12px #d2d0db82;
  padding: 10px 15px;
  left: 20px;
  top: 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  z-index: 9999;
}
#status-sistema a,
#status-sistema a:hover {
  color: #28b66b;
}
#status-sistema a.status-green i {
  border-radius: 53px;
  animation: statusgreen 1.5s infinite;
}

@keyframes statusgreen {
  0% {
    box-shadow: 0px 0px 0px #29b66b;
  }
  100% {
    box-shadow: 0px 0px 10px #29b66b;
  }
}

#status-sistema a.status-red,
#status-sistema a.status-red:hover {
  color: #ff5a0f;
}
#status-sistema a.status-red i {
  border-radius: 53px;
  animation: statusred 1.5s infinite;
}

@keyframes statusred {
  0% {
    box-shadow: 0px 0px 0px #ff5a0f;
  }
  100% {
    box-shadow: 0px 0px 10px #ff5a0f;
  }
}

#status-sistema a.status-yellow,
#status-sistema a.status-yellow:hover {
  color: #e2bf00;
}
#status-sistema a.status-yellow i {
  border-radius: 53px;
  animation: statusyellow 1.5s infinite;
}

@keyframes statusyellow {
  0% {
    box-shadow: 0px 0px 0px #e2bf00;
  }
  100% {
    box-shadow: 0px 0px 10px #e2bf00;
  }
}
.box-status {
  border: 1px #e4e9ee solid;
  border-radius: 5px;
  margin: 25px 0;
}
.box-status .box-status-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 18px;
  align-items: center;
  background: #e4e9ee4d;
}

.box-status .box-status-header-info {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  align-items: center;
  background: #e4e9ee4d;
}
.box-status .box-status-header h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.box-status .box-status-header p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
.status-green {
  color: #28b66b !important;
}
.status-yellow {
  color: #e2bf00 !important;
}
.status-red {
  color: #ff5a0f !important;
}

.box-status-content {
  margin: 15px;
  display: none;
}
.box-status-content.show {
  display: block;
}
.box-status ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.box-status ul li {
  font-family: monospace;
  font-size: 15px;
}

.p_status_card {
  color: #000;
  font-family: "Montserrat";
  font-size: 0.725rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 1.5rem; /* 240% */
  text-align: center;
}

.logo_colunas {
  max-width: 130px;
}

.footer_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0px;
}

.footer_container img {
  max-width: 80px !important;
}

.footer_container p {
  color: #000;
  font-family: "Montserrat";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 240% */
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; /* Isso pode variar dependendo de outros elementos em sua página */
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1020; /* Isso pode variar dependendo de outros elementos em sua página */
}

@media (max-width: 425px) {
  .logo_colunas {
    max-width: 100px;
  }

  .p_status_card {
    margin-left: 8px !important;
  }
}

/* 
.col-carrossel {
  width: 70%;
  height: 100vh;
  position: relative;
  float: left;
}
.col-carrossel .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.col-carrossel .overlay-infos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #2145a5, #2144a500);
  z-index: 999;
  padding: 350px 50px 50px;
}
.col-carrossel .overlay-infos h6 {
  color: #fff;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  width: 300px;
  float: left;
  margin-bottom: 0;
}
.col-carrossel .overlay-infos h6 i{
  font-size: 30px;
}
.col-carrossel .overlay-infos-news {
  position: absolute;
  left: 20%;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 350px 50px 50px;
}
.col-carrossel .overlay-infos-news .item {
  padding: 0 25px;
}
.col-carrossel .overlay-infos-news .item h5 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
.col-carrossel .overlay-infos-news .item p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.col-carrossel .overlay-infos-news .owl-theme .owl-nav {
  margin-top: 0;
  height: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #eaeaea00;
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px!important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 25px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 0px 4px;
  background: #4a7aff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2145a5;
}
.col-form {
  width: 30%;
  float: right;
  position: relative;
  height: 100vh;
}
.col-form header {
  text-align: center;
  padding: 35px 0;
}
#login-form {
  max-width: 450px;
  margin: 0 auto;
}
#login-form p {
  margin-top: 0;
  margin-bottom: -15px;
  color: #2145a5;
  font-weight: 600;
  padding-left: 15px;
}
#login-form form{
  position: relative;
}
#login-form input {
  width: 100%;
  background: #F2F4FA;
  border: none;
  padding: 18px 18px 18px 70px;
  font-size: 15px;
  border-radius: 3px;
  color: #656D82;
  margin-bottom: -10px;
}
#login-form input::placeholder {
  color: #656D82;
}
#login-form label {
  position: relative;
  margin-bottom: 0;
}
#login-form label i {
  display: inline-block;
  margin-bottom: 0px;
  position: absolute;
  top: 18px;
  left: 0;
  border-right: 1px solid #B5C0DC;
  padding: 10px 18px 10px 20px;
  z-index: 999;
  color: #2145a5;
}
.btn-solid-green {
  width: 100%;
  border: none;
  padding: 16px;
  border-radius: 3px;
  background: #2145a5;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btn-solid-green:hover {
  width: 100%;
  border: none;
  padding: 16px;
  border-radius: 3px;
  background: #193687;
  color: #fff;
}
a, a:hover {
  color: #2145a5;
}
#redefinir-senha {
  max-width: 450px;
  margin: 25px auto;
  text-align: center;
}
#redefinir-senha a{
  display: block;
  font-weight: 600;
}
.divisor {
  position: relative;
}
.divisor hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0,0,0,.1);
  width: 350px;
  margin: 0 auto;
}
.divisor p {
  margin-top: -13px;
  margin-bottom: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  color: #2145a5;
  font-weight: 600;
}
#login-certificado {
  max-width: 450px;
  margin: 25px auto;
}
#login-certificado p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2145a5;
  font-weight: 600;
  padding-left: 15px;
}
.btn-light-green {
  width: 100%;
  border: 3px #2145a5 solid;
  padding: 16px;
  border-radius: 3px;
  background: #FFF;
  color: #2145a5;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.btn-light-green:hover {
  width: 100%;
  border: none;
  padding: 16px;
  border-radius: 3px;
  border: 3px #1b3b93 solid;
  background: #1b3b93;
  color: #fff;
}
#suporte {
  text-align: center;
}
#suporte a{
  display: block;
  font-weight: 600;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
footer p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

#senha-tab {
  display: none;
  position: relative;
}
#senha-tab h3 {
  font-size: 1.4rem;
  color: #2145a5;
  font-weight: 700;
  margin: 15px 0;
}
#senha-tab button#fechar-senha-tab {
  background: transparent;
  border: none;
  font-size: 28px;
  color: #2145a5;
  position: absolute;
  top: -50px;
  right: 25px;
}

#status-tab {
  display: none;
  position: relative;
}
#status-tab h3 {
  font-size: 1.4rem;
  color: #2145a5;
  font-weight: 700;
  margin: 15px 0;
}
#status-tab button#fechar-status-tab {
  background: transparent;
  border: none;
  font-size: 28px;
  color: #2145a5;
  position: absolute;
  top: -50px;
  right: 25px;
}

#status-sistema {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 12px #d2d0db82;
  padding: 10px 15px;
  left: 20px;
  top: 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  z-index: 9999;
}
#status-sistema a, #status-sistema a:hover {
  color: #28b66b;
}
#status-sistema a.status-green i {
  border-radius: 53px;
  animation: statusgreen 1.5s infinite;
}

@keyframes statusgreen {
  0% {
      box-shadow: 0px 0px 0px #29b66b;
  }
  100% {
      box-shadow: 0px 0px 10px #29b66b;
  }
}

#status-sistema a.status-red, #status-sistema a.status-red:hover {
  color: #ff5a0f;
}
#status-sistema a.status-red i {
  border-radius: 53px;
  animation: statusred 1.5s infinite;
}

@keyframes statusred {
  0% {
      box-shadow: 0px 0px 0px #ff5a0f;
  }
  100% {
      box-shadow: 0px 0px 10px #ff5a0f;
  }
}

#status-sistema a.status-yellow, #status-sistema a.status-yellow:hover {
  color: #e2bf00;
}
#status-sistema a.status-yellow i {
  border-radius: 53px;
  animation: statusyellow 1.5s infinite;
}

@keyframes statusyellow {
  0% {
      box-shadow: 0px 0px 0px #e2bf00;
  }
  100% {
      box-shadow: 0px 0px 10px #e2bf00;
  }
}
.box-status {
  border: 1px #e4e9ee solid;
  border-radius: 5px;
  margin: 25px 0;
}
.box-status .box-status-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 18px;
  background: #e4e9ee4d;
}
.box-status .box-status-header h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.box-status .box-status-header p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.box-status .box-status-header p.status-green {
  color: #28b66b!important;
}
.box-status .box-status-header p.status-yellow {
  color: #e2bf00!important;
}
.box-status .box-status-header p.status-red {
  color: #ff5a0f!important;
}
.box-status-content {
  margin: 15px;
  display: none;
}
.box-status-content.show {
  display: block;
}
.box-status ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.box-status ul li {
  font-family: monospace;
  font-size: 15px;
}
@media (min-width: 1440px) {}
@media (max-width: 1440px) {
  .col-carrossel .overlay-infos-news .item h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .col-carrossel .overlay-infos-news .item p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px!important;
  }
  .col-carrossel .overlay-infos h6 {
    color: #fff;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    width: 200px;
    float: left;
    margin-bottom: 0;
  }
  .col-carrossel .overlay-infos h6 i {
    font-size: 25px;
  }
  .col-carrossel .overlay-infos-news {
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 350px 35px 50px;
  }
  #login-form {
    max-width: 350px;
    margin: 0 auto;
  }
  .col-form header {
    text-align: center;
    padding: 20px 0 15px 0;
  }
  .col-form header img {
    vertical-align: middle;
    border-style: none;
    max-width: 125px;
  }
  #login-form input {
    width: 100%;
    background: #F2F4FA;
    border: none;
    padding: 14px 10px 15px 65px;
    font-size: 12px;
    border-radius: 3px;
    color: #656D82;
    margin-bottom: -10px;
  }
  #login-form label i {
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 0;
    border-right: 1px solid #B5C0DC;
    padding: 10px 16px 10px 18px;
    z-index: 999;
    color: #2145a5;
    font-size: 12px;
  }
  #login-form .mt-5 {
    margin-top: 2rem!important;
  }
  #login-form p {
    margin-top: 0;
    margin-bottom: -15px;
    color: #2145a5;
    font-weight: 600;
    padding-left: 15px;
    font-size: 13px;
  }
  #redefinir-senha {
    max-width: 350px;
    margin: 10px auto;
    text-align: center;
  }
  #redefinir-senha p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  #login-certificado {
    max-width: 350px;
    margin: 20px auto 15px auto;
  }
  #login-certificado p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #2145a5;
    font-weight: 600;
    padding-left: 15px;
    font-size: 12px;
  }
  .btn-light-green {
    padding: 10px;
    font-size: 14px;
  }
  .btn-light-green:hover {
    padding: 10px;
    font-size: 14px;
  }
  .btn-solid-green {
    padding: 12px;
    font-size: 14px;
  }
  .btn-solid-green:hover {
    padding: 12px;
    font-size: 14px;
  }
  #suporte a {
    display: block;
    font-weight: 600;
    font-size: 12px;
  }
  footer p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
  }
}
@media (max-width: 1024px) {
  .col-carrossel {
    width: 100%;
    height: 100vh;
    position: fixed;
  }
  .col-form {
    width: 100%;
    max-width: 400px;
    float: initial;
    position: absolute;
    background: #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    height: 700px;
    padding: 20px 0;
  }
  .overlay-infos-news {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-carrossel {
    display: none;
  }
  .col-form {
    width: 100%;
    max-width: 100%;
    float: initial;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    transform: inherit;
    border-radius: 0;
    height: auto;
    padding: 20px;
  }
  footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 10px 0px;
    margin-top: 25px;
  }
  .divisor hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
    width: 100%;
    margin: 0 auto;
  }
  #senha-tab button#fechar-senha-tab {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #2145a5;
    position: absolute;
    top: -50px;
    right: 0px;
  }

}
@media (max-width: 425px) {}
@media (max-width: 376px) {} */
