.logoDesktop {
  width: 250px;
}
.single-department-box .icon img {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination-area .btn.page-numbers {
  width: 130px;
  height: auto;
  background-color: #f4f7fc;
  color: var(--main-color);
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
  margin: 0 5px;
  font-size: var(--font-size);
  font-weight: 600;
}

.pagination-area .btn.page-numbers:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.blog-area .post-image img {
  width: 500px;
  height: 400px;
  object-fit: contain;
}

.blog-details-desc .article-content .article-image {
  width: fit-content;
  margin: auto auto 30px auto;
}

.sdd-vld-error .alert {
  background: #ff000047;
  border: 1px solid #f00;
  color: #000;
}

.closeButtonError {
  float: right;
  font-size: 18px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 1px solid #fff;
  color: white;
}

.sdd-vld-success .alert {
  background: #00800047;
  border: 1px solid #008000;
  color: #000;
}

.sdd-vld-success .alert p,
.sdd-vld-error .alert p {
  color: #000 !important;
}

#footer .sdd-vld-success .alert p,
#footer .sdd-vld-error .alert p {
  color: #fff !important;
  margin-left: 5px;
}

.closeButtonSuccess {
  float: right;
  font-size: 18px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border: 1px solid #fff;
  background: #008000;
  color: white;
}

@media only screen and (max-width: 767px) {
  .single-department-box .icon img {
    position: relative;
    left: 0;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .single-department-box .icon {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
    padding-left: 0px !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}
.wpp-bottom {
  right: 0px !important;
}

/* Acompanhamento */
.tabs .indicator {
  background-color: #fff;
}

ul.progress_0:before {
  content: " ";
  position: relative;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: rgb(253 197 0);
  border-radius: 3px;
  z-index: 1;
  box-sizing: border-box;
}
ul.progress_1:before {
  content: " ";
  position: relative;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, rgb(253 197 0) 66%, rgba(51, 184, 108, 1) 0%) !important;
  border-radius: 3px;
  z-index: 1;
  box-sizing: border-box;
}
ul.progress_2:before {
  content: " ";
  position: relative;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, rgb(253 197 0) 33%, rgba(51, 184, 108, 1) 0%) !important;
  border-radius: 3px;
  z-index: 1;
  box-sizing: border-box;
}
ul.progress_3:before {
  content: " ";
  position: relative;
  top: 15px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, rgb(253 197 0) 0%, rgba(51, 184, 108, 1) 0%) !important;
  border-radius: 3px;
  z-index: 1;
  box-sizing: border-box;
}

ul.tabs > li {
  border: none;
  margin-bottom: -1px;
}
ul.tabs > li > a.active:before {
  border: 3px solid #ddd;
  background: #fdc500 !important;
  content: "\0021";
  font-weight: bold;
}
ul.tabs > li > a.done:before {
  background: #33b86c !important;
  content: "\2713";
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
ul.tabs > li > a span {
  color: #555 !important;
}
ul.tabs > li > a:hover {
  background: #f3f3f3;
}
ul.tabs > li > a {
  position: relative;
  text-align: center;
  text-decoration: none;
  outline-style: none;
  z-index: 96;
  display: block;
  align-items: center !important;
  padding: 0 !important;
}
ul.tabs > li > a:before {
  content: " ";
  position: relative;
  bottom: 2px;
  left: calc(50% - 20px);
  margin-bottom: 10px;
  display: block;
  border-radius: 50%;
  color: #fff;
  background: #f5f5f5;
  border: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  z-index: 2;
}

*,
::after,
::before {
  box-sizing: border-box;
}
ul.tabs > li > a,
ul.tabs > li {
  background: transparent !important;
}
#content_itens.nav-tabs {
  border: none !important;
}
#content_itens .text {
  font-size: 16px;
  font-weight: 600;
}
#content_itens .title {
  font-size: 20px;
  font-weight: 700;
}
#content_itens .button_pendente0,
#content_itens .button_pendente1,
#content_itens .button_pendente2 {
  padding: 8px;
  background: #fdc500;
  color: #ffff !important;
  font-weight: 600;
}
#content_itens .button_concluido0,
#content_itens .button_concluido1,
#content_itens .button_concluido2 {
  padding: 8px;
  background: #33b86c;
  color: #ffff !important;
  font-weight: 600;
}

.navbar-style-three .main-navbar .navbar .others-options .option-item {
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 10px;
}

.navbar-style-three .main-navbar .navbar .others-options .option-item::before {
  background-color: #6b6c6d00;
}

@media (max-width: 767px) {
  .visible-xs {
    position: relative;
    padding: 10px 0;
  }
  ul.tabs > li > a:before {
    left: 32%;
  }
  ul.tabs > li > a:after {
    left: 42%;
  }
  #content_itens .text {
    font-size: 14px;
    font-weight: 600;
  }
  #content_itens .title {
    font-size: 16px;
    font-weight: 700;
  }
}

/* COOKIES **************/
:root {
  --purple: #242c32;
  --red: #85bc3f;
}
/* Cookie Dialog */
@media screen and (max-width: 500px) {
  #gdpr-cookie-message {
    bottom: 90px !important;
    right: 30px !important;
  }
}
#gdpr-cookie-message {
  position: fixed;
  right: 102px;
  bottom: 30px;
  max-width: 550px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  z-index: 1000;
}
#gdpr-cookie-message h4 {
  color: #bd2b2b;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message a {
  color: #bd2b2b;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #bd2b2b;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
  border: none;
  background: #bd2b2b;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #bd2b2b;
  transition: all 0.3s ease-in;
}
