:root {
  --client-color: #717171;
  --client-color2: #00c89b;
  --client-color3: #00c89b;
  --black: #272723;

  --branco: #ffffff;
  --sand-50: #adadab;
  --azul-claro: #66b7d9;
  --azul: #1a6794;
}

body {
  font-family: "Epilogue";
  color: var(--black);
}

/* .bg-secondary {
  background-color: var(--client-color3) !important;
} */

.bg-primary {
  background-color: var(--client-color2) !important;
}

.bg-blue {
  background-color: var(--client-color3);
}

.bg-laranja {
  background-color: var(--client-color2);
}

.bg-cinza1 {
  background-color: var(--branco);
}

.bg-cinza2 {
  background-color: var(--branco);
}

.bg-azul-1 {
  background-color: var(--azul-claro);
}

.bg-azul-2 {
  background-color: var(--azul);
}

.bg-azul-3 {
  background-color: var(--azul);
}

.bg-azul-4 {
  background-color: var(--azul);
}

.color-cliente,
a.color-cliente,
a.color-cliente:hover,
.color-cliente svg {
  color: var(--client-color);
  fill: var(--client-color) !important;
}

.color-cliente2,
a.color-cliente2,
a.color-cliente2:hover,
.color-cliente2 svg {
  color: var(--client-color2);
  fill: var(--client-color2);
}

.color-cliente3,
a.color-cliente3,
a.color-cliente3:hover,
.color-cliente3 svg,
.color-cliente3 a {
  color: var(--client-color);
  fill: var(--client-color);
}

html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.no-bg {
  background: none;
  padding: 0;
  margin: 0;
}

.wrapper-style {
  position: relative;
}

.wrapper-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  position: relative;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 24px;
  font-weight: normal;
  color: var(--client-color2);
  font-family: "Epilogue";
}

h1,
.h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.03em;
  font-family: "Epilogue";
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 36px;
    line-height: 47px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 30px;
    line-height: 39px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  h3,
  .h3 {
    font-size: 24px;
    line-height: 31px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

@media (max-width: 767.98px) {

  h4,
  .h4 {
    font-size: 20px;
    line-height: 36px;
  }
}

h5,
.h5 {
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
}

@media (max-width: 767.98px) {

  h5,
  .h5 {
    font-size: 18px;
    line-height: 32px;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  h6,
  .h6 {
    font-size: 18px;
    line-height: 32px;
  }
}

.title-accordion {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.txt-lg {
  font-size: 18px;
  line-height: 32px;
}

small {
  font-size: 14px;
  line-height: 25px;
}

.navbar-brand {
  font-size: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.text-underline {
  text-decoration: underline;
}

[class^="ico-"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: var(--client-color);
  fill: var(--client-color);
}

.ico-acessibilidade {
  width: 23px;
  height: 23px;
}

.ico-bars {
  width: 37px;
  height: 37px;
}

.ico-riweb {
  width: 64px;
  height: 19px;
}

.text-white a,
.text-white,
.text-white svg {
  color: var(--branco);
  fill: var(--branco);
}

a {
  color: var(--client-color);
  cursor: pointer;
}

a:hover {
  color: inherit;
}

.list-inline {
  margin-bottom: 0;
}

.t-light {
  font-family: "Epilogue" !important;
}

.t-bold {
  font-family: "Epilogue" !important;
}

.d-light {
  font-family: "Epilogue" !important;
}

.d-regular {
  font-family: "Epilogue" !important;
}

b,
strong,
.bold {
  font-family: "Epilogue" !important;
}

.d-black {
  font-family: "Epilogue" !important;
}

.btn-primary {
  color: var(--branco);
  background-color: var(--client-color);
  border: none;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--client-color2);
  border: none;
}

.btn-outline-primary {
  color: var(--client-color2);
  border-color: var(--client-color2);
  border-width: 2px;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: var(--client-color2);
  border-color: var(--client-color2);
}

.btn-light,
.text-white a.btn-light {
  color: var(--client-color2);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Epilogue";
  border-radius: 15px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: var(--client-color2);
}

.list-show a.btn-cinza {
  color: var(--client-color);
  background-color: var(--sand-50);
  border-radius: 0;
}

.btn-outline-azul {
  color: var(--client-color3);
  border-color: var(--client-color3);
  background-color: transparent;
  background-image: none;
}

.btn-outline-azul:hover,
.btn-outline-azul:focus,
.btn-outline-azul:not(:disabled):not(.disabled):active,
.btn-outline-azul:not(:disabled):not(.disabled).active,
.show>.btn-outline-azul.dropdown-toggle {
  color: var(--branco);
  background-color: var(--client-color3);
  border-color: var(--client-color3);
}

.navbar-toggler.active {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: 0.3s ease;

  &:hover {
    background: #02776d;
  }
}

.header .navbar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}

.header img {
  filter: brightness(20);
}

.link-inst {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.link-inst:hover {
  color: #fff;
}

.header .navbar .institucional {
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
  display: flex;
  align-items: center;
}

.header .navbar .institucional:before {
  content: "";
  background: url("/img/inst.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 5px;
}

.menu-acessi .active {
  text-decoration: underline;
}

/* 
.navbar-brand {
	margin-left: 1rem;
} */

.menu,
.form-search,
.menu-topo,
.navbar-light {
  position: relative;
  z-index: 11;
}

.darkLayer {
  background-color: rgba(61, 61, 61, 0.9);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: none;
  color: var(--branco);
  bottom: 0;
}

.darkLayer .form-search .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px var(--branco) solid;
  color: var(--branco);
  font-size: 1.2rem;
  background-color: transparent;
  height: 60px;
  border-right: 0;
  border-radius: 0;
  font-family: "Epilogue";
}

.form-search .form-control::-moz-placeholder {
  color: var(--branco);
  opacity: 1;
}

.form-search .form-control:-ms-input-placeholder {
  color: var(--branco);
}

.form-search .form-control::-webkit-input-placeholder {
  color: var(--branco);
}

.darkLayer .form-search .input-group-append {
  border-bottom: 1px var(--branco) solid;
}

.darkLayer .form-search .input-group-append a,
.form-search a {
  color: var(--branco);
}

.navbarsMenu .navbar-nav .nav-link {
  font-family: "Epilogue";
}

.navbar-collapse.navbarsMenu {
  background-color: var(--client-color);
}

.navbarsMenu .navbar-nav li+li .nav-link {
  border-top: 1px solid #6b6a6a;
}

.navbar .navbar-nav .dropdown-menu {
  background-color: var(--client-color2);
  margin: 0;
  border: none;
  border-radius: 0;
  min-width: 200px;
}

.navbar .dropdown-menu .dropdown-item {
  text-decoration: none;
  border: none;
  text-align: left;
  color: var(--white);
  font-size: 0.9rem;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.bg-breadcrumb {
  min-height: 251px;

  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.txt-show {
  position: relative;
  margin-bottom: 50px;
}

.txt-show p {
  line-height: 2rem;
}

.txt-show mark {
  background-color: var(--client-color2);
  color: var(--branco);
  color: var(--white);
}

.list-show a {
  color: var(--list-list-link-link-default, #383838);
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
}

.list-show ul {
  padding: 0;
  margin-left: 18px;
}

.list-show ul li {
  position: relative;
}

.txt-show h2 {
  font-size: 1.25rem;
  font-family: "Epilogue";

  display: none;
}

.txt-show h3 {
  font-size: 1.4rem;
  font-family: "Epilogue";
  color: var(--client-color2);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.txt-show .table-show>thead>tr>th {
  color: var(--branco);
  color: var(--white);
  border-bottom: none;
  font-family: "Epilogue";
  background-color: var(--client-color2);
}

.txt-show .card {
  border-radius: 0;
  margin-bottom: 24px;
  border: none;
}

.txt-show .card .card-header {
  background-color: var(--sand-50);
  border: none;
  padding: 0;
  border-radius: 4px !important;
}

.txt-show .card .card-header a {
  text-decoration: none;
  font-size: 1.1rem;
  display: flex;
  text-align: left;
  position: relative;
  white-space: normal;
  padding: 24px;
  transition: 0.3s;

  align-items: center;

  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: var(--accordion-background-accordion-bg-hover, #fff) !important;
  color: var(--Font-font-color-strong, #052717);
  font-family: var(--family-body, "Epilogue") !important;
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
}

.txt-show .card .card-header a.collapsed:after {
  content: "\e901";
}

.txt-show .card .card-header a:focus {
  box-shadow: none;
}

div#accordionFilhos {
  margin-top: 12px;
  padding: 0px 24px;
}

div#accordionFilhos .btn-secondary {
  border: unset !important;
  border-bottom: 1px solid #666 !important;
  border-radius: 0px !important;
}

.txt-show .card .card-header a.btn-secondary {
  color: #02776d;
  background-color: #d5dbe3;
  border-color: #132c57;
}

.txt-show .card .card-header a.btn-secondary[aria-expanded="true"] {
  border: unset !important;
}

.txt-show .card .card-header a.btn-secondary[aria-expanded="true"]:after {
  transition: 0.3s;
  transform: rotate(136deg);
}

.txt-show .card .card-header a.btn-secondary.collapsed {
  color: #666;
  border-bottom: 1px solid #666;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.txt-show .card .card-header a:after {
  content: "\e901";
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  font-family: "icomoon";
  color: #02776d !important;
  transition: 0.3s;
}

.txt-show .list-group {
  margin: 20px 0 30px 0;
}

.nav-list .btn {
  margin: 0 0.5rem;
}

.nav-list>.btn:first-child,
.nav-list>.btn:last-child {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.list-group li span.float-left {
  margin-right: 20px;
  vertical-align: bottom;

  color: var(--list-list-link-link-default, #383838);
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
}

.list-group-item {
  border: none;
  background-color: transparent;
  padding: 20px;
}

.list-group-item:nth-child(even) {
  background-color: var(--branco);
}

.form-contato .form-control {
  border-color: var(--client-color);
  color: var(--client-color);
  font-size: 0.8rem;
}

.form-contato .form-control::-moz-placeholder {
  color: var(--client-color);
  opacity: 1;
}

.form-contato .form-control:-ms-input-placeholder {
  color: var(--client-color);
}

.form-contato .form-control::-webkit-input-placeholder {
  color: var(--client-color);
}

.modal-backdrop.show {
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: var(--client-color);
}

.modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
  font-size: 0.8rem;
  color: var(--sand-50);
}

.modal-footer,
.modal-body,
.modal-header {
  border: none;
}

.modal .modal-title {
  font-size: 1.8rem;
}

.close svg {
  width: 23px;
  height: 23px;
  fill: var(--client-color2);
}

.close {
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  font-weight: normal;
  padding: 0.5rem;
}

.modal-header .close svg {
  vertical-align: text-top;
}

.logo-branco {
  display: none;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .navbarsMenu {
    display: block;
  }

  .darkLayer .container-menor {
    max-width: 940px;
    margin: 0 auto;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu.show {
    display: none;
  }

  .show .dropdown-menu.show {
    display: block;
  }

  /* .navbar-brand {
		margin-left: 5%;
	} */

  /* .navbar .form-inline {
		margin-right: 5%;
	} */

  .navbar-collapse.navbarsMenu {
    background-color: transparent;
  }

  .navbar .navbar-nav .nav-link {
    border: none;
    padding: 1rem 1rem;
  }

  .navbarsMenu .navbar-nav li+li .nav-link {
    border-top: none;
  }

  .bg-fale .padding {
    padding: 2rem 2rem;
  }

  .modal-body,
  .modal-header,
  .modal-footer {
    padding: 15px 40px;
  }

  .modal-dialog {
    margin: 100px auto;
  }

  .box-erro h2 {
    font-size: 240px;
    line-height: 240px;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {
  .bg-breadcrumb h1 {
    font-size: 3.2rem;
    max-width: 50%;
  }

  .box-erro h2 {
    font-size: 300px;
    line-height: 300px;
  }
}

@media (min-width: 1920px) {}

.bg-breadcrumb h1 {
  display: none;
}

@media (max-width: 500px) {
  .footer .align-items-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .developed-by img {
    margin-top: 15px;
  }
}

.mg-top-tst {
  margin: 49px 0px !important;
}

.new-banner-title {
  height: 439px;
  position: relative;
}

.new-banner-title .banner-img {
  background-image: url("/img/banner-new.png");
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-banner-title .banner-img::before {
  content: "";
  background: linear-gradient(180deg,
      rgba(8, 81, 44, 0.29) 0%,
      rgb(2, 119, 109) 100%),
    rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.title-banner {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
}

.title-banner h2 {
  text-align: center;
  color: var(--Font-font-color-title, #f7f7f7);
  text-align: center;
  font-family: var(--family-titles, "Epilogue");
  font-size: var(--Font-font-size-font-size-h1, 52px);
  font-style: normal;
  font-weight: normal;
  line-height: var(--Font-line-height-line-height-h1, 64px);
  /* 123.077% */
}

.title-banner h1 {
  text-align: center;
  color: var(--Font-font-color-title, #f7f7f7);
  text-align: center;
  font-family: var(--family-titles, "Epilogue");
  font-size: var(--Font-font-size-font-size-h1, 52px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Font-line-height-line-height-h1, 64px);
  margin: 0;
  /* 123.077% */
}

.footer {
  background: var(--Grayscale-color-grayscale-700, #02776d) !important;
}

.footer strong {
  color: var(--Typography-Text-color-font-text-medium, #fff);
  font-family: "Epilogue", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.form-control {
  border-radius: 4px !important;
  border: 1px solid var(--colors-grey-50, #999) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/bg-select.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-right: 24px !important;

  color: var(--lista-text-lista-text-default, #383838);
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
}

.form-control option {
  color: var(--lista-text-lista-text-default, #383838);
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
}

.txt-show .card-body {
  padding: 0px;
}

.txt-show .card-body .list-group {
  margin: 0px;
  margin-bottom: 12px;
}

.txt-show .card .card-header a[aria-expanded="true"] {
  font-weight: 500;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .title-banner h2 {
    font-size: 46px;
    margin: 0px;
    padding: 0px;
    line-height: 51px;
  }

  .title-banner h1 {
    font-size: 46px;
    /* margin: 0px;
    padding: 0px; */
    line-height: 51px;
  }
}

@media (max-width: 991px) {
  .developed-by img {
    margin-top: 24px;
  }

  .title-banner h1 {
    margin: 0px;
    padding: 0px;
  }

  .new-banner-title {
    margin-top: 0;
  }

  .container-banner {
    max-width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .form-control {
    background-position: 95% center;
  }

  .txt-show .card .card-header a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .new-banner-title {
    height: 230px;
  }

  .new-banner-title img {
    object-fit: cover;
    height: 356px;
    width: 100%;
  }

  .title-banner {
    height: 240px;
  }

  .title-banner h2 {
    font-size: 32px;
  }

  .title-banner h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

/* css new */

.form-inline label {
  font-size: 16px;
}

.form-inline {
  justify-content: space-between !important;
  margin-bottom: 35px;
  gap: 32px;
}

.table {
  table-layout: fixed;
}

.filtros-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin-bottom: 35px; */
}

.table th,
.table th,
td.not-active a img {
  filter: grayscale(1);
}

.filtros-main select {
  width: fit-content;
}

.tabs-main .nav-tabs {
  display: flex;
  gap: 8px;
  border: 0px !important;
  margin: 0;
}

.tabs-main a {
  padding: 16px 32px;
  border-radius: 4px;
  background: var(----Colors-Neutral-900, #eee);
  transition: 0.3s;

  color: var(--list-list-link-link-default, #000);
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
  position: relative;
}

.tabs-main a:hover {
  border: 0 !important;
}

.tabs-main a.active {
  transition: 0.3s;
  border-radius: 4px;
  background: #02776d !important;
  color: var(----Colors-Neutral-white, #fff) !important;
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
  border: 0 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .tabs-main a.active:after {
    content: none;
  }
}

* {
  font-size: 16px;
}

.nav-tabs .nav-link {
  border: 0 !important;
}

.table-central th {
  background: #fff;
  color: white;
  color: var(----Colors-Neutral-white, #052717);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 1.3rem;
}

.table-central td {
  padding: 1.3rem;
}

.table-central tr {
  border-bottom: 1px solid #132c57;
}

@media (max-width: 991px) {
  .table {
    max-width: 800px !important;
    width: 800px;
    overflow-x: scroll !important;
  }
}

@media (max-width: 414px) {
  .tabs-main .nav-tabs {
    display: grid;
  }

  .tabs-main {
    width: 100%;
  }

  a {
    text-align: center;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.forms-main {
  width: 50%;

  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 15px;
}

.div-input input {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  padding: 8px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 14px;
}

.div-input textarea {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  padding: 8px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 14px;
}

.submit-input {
  padding: 16px 24px !important;
  cursor: pointer;
  width: fit-content !important;
  transition: 0.3s;
  border-radius: 4px;
  background: #02776d !important;
  color: var(----Colors-Neutral-white, #fff) !important;
  font-family: var(--family-body, "Epilogue");
  font-size: var(--Font-font-size-font-size-body-lg, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Font-line-height-line-height-body-lg, 26px);
}

.div-input input:focus-visible {
  border-bottom: 1px solid #052717;
  outline: none;
}

.div-input textarea:focus-visible {
  border-bottom: 1px solid #052717;
  outline: none;
}

.collapse-none {
  display: none !important;
}

@media (max-width: 991px) {
  .box-contato {
    margin-top: 30px;
  }

  .forms-main {
    width: 100%;
  }

  .header {
    padding: 20px 0;
  }

  .navbar-social,
  .navbar-links {
    display: none !important;
  }

  .navbar-brand {
    width: max-content;
  }

  .header .navbar {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .toggle-mobile-menu {
    display: none !important;
  }
}

.list-group-item div {
  display: flex;
  gap: 24px;
}

#mobile-menu {
  display: none;
}

.navbar-social {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar-social .social img {
  width: 28px;
}

.navbar-social .email {
  display: flex;
  align-items: center;
  gap: 9px;
}

.navbar-social .email span {
  color: #fff;
  font-weight: 300;
}

.navbar-social .social {
  display: flex;
  align-items: center;
  gap: 9px;
}

.navbar-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar-links .left-side,
.right-side {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  margin-left: 9px;
}

.navbar-links .right-side {
  margin: 0;
  gap: 13px;
}

.navbar-links li {
  padding-bottom: 3px;
  list-style: none;
  border-bottom: 1px solid transparent;
}

.navbar-links li:hover {
  border-bottom: 1px solid #51e647;
}

.navbar-links .left-side li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.navbar-links .right-side li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.navbar-links .right-side span {
  color: #fff;
  font-weight: 300;
}

.toggle-mobile-menu {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: flex;
  align-items: center;
}

.toggle-mobile-menu span {
  height: 4px;
  width: 28px;
  display: block;
  background: #fff;
  transition: 0.5s ease;
  position: relative;
}

.toggle-mobile-menu span:before {
  content: "";
  display: block;
  height: 4px;
  width: 28px;
  display: block;
  position: absolute;
  background: #fff;
  transition: 0.5s ease;
  top: -9px;
}

.toggle-mobile-menu span:after {
  content: "";
  display: block;
  height: 4px;
  width: 28px;
  display: block;
  position: absolute;
  background: #fff;
  transition: 0.5s ease;
  bottom: -9px;
}

.mobile-menu-div {
  position: fixed;
  z-index: 200;
  max-width: 500px;
  width: 80%;
  height: 100%;
  transform: translateX(500px);
  transition: 0.6s;
  right: 0;
  top: 0;
  background-color: #fff;
}

.mobile-menu-div .mobile-menu {
  overflow-y: auto;
  top: 0px;
  right: 0;
  bottom: 0;
  margin-left: auto;
  height: 100vh;
  position: relative;
  padding: 24px 4px 24px;
  width: 100%;
  z-index: 200;
  transition: transform 0.4s linear;
}

.mobile-menu-div .mobile-menu .header-menu {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 24px 0;
}

.mobile-menu-div .menu-body {
  display: flex;
  flex-direction: column;
}

.mobile-menu-div .menu-footer .sociais {
  display: flex;
  gap: 7px;
  margin-bottom: 30px;
}

.mobile-menu-div .menu-footer .contato .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.mobile-menu-div .menu-footer .contato .phone span {
  color: #717171;
}

.mobile-menu-div .menu-footer .contato .email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.mobile-menu-div .menu-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.mobile-menu-div .menu-body ul li:not(:last-of-type) {
  margin-bottom: 7px;
}

.mobile-menu-div.active {
  transform: translateX(0px);
}

.mobile-menu-div.active .mobile-menu {
  right: 0;
}

.mobile-menu-div.active .mobile-menu .toggle-mobile-menu span {
  content: "";
  background: url("/img/close.svg") no-repeat center;
  width: 12px;
  height: 12px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1455px;
  }
}

.container-banner {
  max-width: 93.5vw;
}

@media (min-width: 1600px) {
  .container-contato {
    max-width: 1200px;
  }
}

.box-contato {
  padding: 40px;
  background-color: #eee;
  border-radius: 3px;
  color: #132c57;
  font-weight: normal;
}

.box-contato h4 {
  font-size: 24px;
  color: #132c57;
  font-family: var(--family-body, "Epilogue");
  text-align: center;
}

.box-contato h4 span {
  color: #c36;
  font-weight: normal;
  display: block;
}

.box-contato h4:last-of-type {
  margin: 0;
}

#Lbanner {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000000;
  position: fixed;
  overflow-y: auto;
}

#Lbanner .Lbanner-position {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-height: 600px) {
  #Lbanner .Lbanner-position {
    transform: none;
    top: auto;
  }
}

#Lbanner .Lbanner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}

#Lbanner .Lbanner-flex .alertaSplash {
  height: 100%;
  width: 100%;
  max-width: 475px;
}

#Lbanner .Lbanner-flex .alertaSplash #splash {
  border-radius: 8px;
  margin: 0 16px;
}

#Lbanner .Lbanner-flex .alertaSplash .btn-fechar {
  position: relative;
}

#Lbanner .Lbanner-flex .alertaSplash .btn-fechar a {
  position: absolute;
  top: -9px;
  right: 0;
  transform: translateY(-100%);
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  border-radius: 4px;
}

#Lbanner .Lbanner-flex .alertaSplash .btn-fechar a img {
  filter: brightness(10);
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .div-block {
  padding: 24px 32px;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .div-block.btns-block {
  padding-top: 8px;
  display: flex;
  gap: 16px;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .div-block:last-child {
  padding-bottom: 32px;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .logo-cliente {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0px;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .logo-cliente img {
  flex-shrink: 0;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .logo-cliente p {
  text-align: right;
  font-size: rem(14);
  font-family: var(--font-text-2);
  color: var(--text-white);
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo .logo-cliente p small {
  font-family: var(--font-text-3);
}

#Lbanner .Lbanner-flex .alertaSplash .conteudo h2 {
  margin-bottom: 16px;
  font-family: var(--font-text-2);
}


.card:has(.btn[aria-expanded="true"]) {
  border-radius: 4px;
  border: 1px solid var(--client-color2) !important;
}

div#accordionFilhos .btn-secondary[aria-expanded="true"] {
  border: unset !important;
}

div#accordionFilhos .card:has(.btn[aria-expanded="true"]) {
  border: unset !important;
}