/*
 * defaults
 */
:root {
  --bs-font-sans-serif: "Roboto", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.font-roboto,
body,
html {
  font-family: "Roboto", sans-serif;
}

body {
  color: rgba(0, 0, 0, 0.87);
}

.font-ropa-sans {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn {
  border-radius: 4px;
  padding: 7px 16px 6px;
  font-size: 16px;
  transition: all 0.3s linear;
}
.btn.btn-primary {
  background: #FFBE00;
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 213, 0, 0.8196078431);
  color: var(--bs-secondary);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  box-shadow: none;
}
.btn.btn-outline-primary {
  border: 1px solid #FFD500;
  box-shadow: 0px 0px 12px 0px rgba(255, 213, 0, 0.8196078431);
  color: #FFBE00;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  color: #fff;
}
.btn.btn-secondary {
  background: linear-gradient(63.3deg, var(--bs-secondary) 0%, #01216C 100%);
  border: 0;
  box-shadow: 0px 0px 12px 0px rgba(26, 79, 204, 0.8196078431);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: linear-gradient(63.3deg, #06122E 0%, #06122E 100%);
  border: 0;
  box-shadow: none;
}
.btn.btn-outline-secondary {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(26, 79, 204, 0.8196078431);
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  background: linear-gradient(63.3deg, #06122E 0%, #01216C 100%);
  box-shadow: none;
  color: #fff;
}
.btn.btn-custom-primary-alt {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.btn.btn-custom-primary-alt svg {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  fill: var(--bs-primary);
  transition: all 0.3s linear;
}
.btn.btn-custom-primary-alt:hover, .btn.btn-custom-primary-alt:focus {
  background: var(--bs-primary);
  color: #fff;
}
.btn.btn-custom-primary-alt:hover svg, .btn.btn-custom-primary-alt:focus svg {
  fill: #fff;
}

.section-title,
.page-title {
  font-weight: 500;
  color: var(--bs-secondary) !important;
}
.section-title::after,
.page-title::after {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  border-radius: 4px;
  width: 80px;
  height: 4px;
  content: "";
  display: block;
  margin-top: 5px;
}
.section-title.text-center::after,
.page-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.section-title.no-line::after,
.page-title.no-line::after {
  display: none;
}

.section-subtitle {
  font-weight: 100;
  color: var(--bs-secondary) !important;
}

.set-bg-imgs {
  width: 100%;
  position: relative;
}
.set-bg-imgs .bg-rectangle {
  width: auto;
  height: 100%;
  max-height: 270px;
  top: -68px;
}
.set-bg-imgs .bg-circle {
  width: auto;
  height: 100%;
  max-height: 350px;
  bottom: 5%;
  left: 0;
}

body.home .set-bg-imgs .bg-circle {
  bottom: 0;
}
body.singular-noticia .set-bg-imgs .bg-rectangle {
  top: 3%;
}
body.singular-noticia .set-bg-imgs .bg-circle {
  bottom: -150px;
  left: -50px;
}
body.singular-quem-somos .set-bg-imgs .bg-circle {
  bottom: unset;
  top: 25%;
}

@media (min-width: 768px) {
  .set-bg-imgs .bg-circle {
    bottom: 15%;
  }
  body.singular-noticia .set-bg-imgs .bg-rectangle {
    top: 5%;
  }
  body.singular-noticia .set-bg-imgs .bg-circle {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .set-bg-imgs .bg-rectangle {
    max-height: 400px;
    top: -78px;
  }
  .set-bg-imgs .bg-circle {
    max-height: 550px;
  }
  body.singular-noticia .set-bg-imgs .bg-circle {
    bottom: -190px;
  }
  body.singular-quem-somos .set-bg-imgs .bg-circle {
    top: 22%;
  }
}
@media (min-width: 1150px) {
  body.singular-quem-somos .set-bg-imgs .bg-circle {
    top: 20%;
  }
}
@media (min-width: 1280px) {
  .set-bg-imgs .bg-rectangle {
    max-height: 500px;
    top: -95px;
  }
  .set-bg-imgs .bg-circle {
    max-height: 700px;
  }
  body.singular-quem-somos .set-bg-imgs .bg-circle {
    top: 18%;
  }
}
@media (min-width: 1400px) {
  .set-bg-imgs .bg-rectangle {
    max-height: 550px;
    top: -110px;
  }
  .set-bg-imgs .bg-circle {
    max-height: 836px;
  }
}
@media (min-width: 1700px) {
  .set-bg-imgs .bg-rectangle {
    max-height: 620px;
    top: -125px;
  }
  .set-bg-imgs .bg-circle {
    max-height: 936px;
  }
}
.custom-pagination {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.custom-pagination .pagination {
  margin-left: 0;
  margin-right: 0;
}
.custom-pagination .page-link {
  border: 1px solid #FFD500;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(255, 213, 0, 0.8196078431);
  color: #FFBE00;
}
.custom-pagination .page-link:hover, .custom-pagination .page-link:focus {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  color: #fff;
}
.custom-pagination .page-item {
  display: none;
}
.custom-pagination .page-item.prev, .custom-pagination .page-item.next {
  display: inline-block;
}

@media (min-width: 768px) {
  .custom-pagination .page-item {
    display: inline-block;
  }
  .custom-pagination .page-item.active .page-link {
    color: #000;
  }
}
.accordion-item {
  border: 1px solid #BDBDBD !important;
  border-radius: 4px !important;
  margin-bottom: 10px !important;
}
.accordion-item .accordion-button {
  border-radius: 4px !important;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
  filter: invert(66%) sepia(21%) saturate(2135%) hue-rotate(10deg) brightness(110%) contrast(103%);
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.custom-card-link img,
.custom-card-link .infos {
  display: inline-block;
  vertical-align: middle;
}
.custom-card-link img {
  width: 40px;
  height: auto;
  margin-right: 5px;
}
.custom-card-link .infos {
  font-size: 14px;
  color: #000;
}
.custom-card-link .infos strong {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.87;
}
.custom-card-link .infos span {
  opacity: 0.54;
}

.form-check-input {
  background-color: white;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.form-control,
.form-select {
  border-color: #BDBDBD;
}

.form-label {
  margin-bottom: 5px !important;
}

.form-select {
  color: rgba(0, 0, 0, 0.3215686275) !important;
}
.form-select option {
  color: #353535 !important;
}
.form-select option[disabled] {
  color: rgba(0, 0, 0, 0.3215686275) !important;
}
.form-select.selected {
  color: #353535 !important;
}
.form-select.selected option[disabled] {
  color: rgba(0, 0, 0, 0.3215686275) !important;
}

.custom-select {
  width: 100%;
  display: block;
  position: relative;
}
.custom-select::after {
  background: #BDBDBD;
  width: 1px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
}

.custom-file-upload {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.custom-file-upload input[type=file] {
  display: none;
}
.custom-file-upload::after {
  background: #BDBDBD url("../imgs/icon-clip.svg") center center no-repeat;
  width: 40px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.custom-file-upload span {
  color: #000;
  opacity: 0.32;
}
.custom-file-upload:focus, .custom-file-upload:hover, .custom-file-upload.active {
  border-color: var(--bs-primary);
}
.custom-file-upload:focus::after, .custom-file-upload:hover::after, .custom-file-upload.active::after {
  background-color: var(--bs-primary);
}
.custom-file-upload.active span {
  opacity: 0.8;
}

.form-check-label a {
  color: #424242;
  text-decoration: underline;
}
.form-check-label a:hover {
  text-decoration: none;
}

.vagas-form .form-check-label {
  font-size: 14px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3215686275) !important;
  opacity: 1 !important;
}

::placeholder {
  /* Modern browsers */
  color: rgba(0, 0, 0, 0.3215686275) !important;
}

/* cards --------------------- */
.custom-cards .card {
  border: 1px solid #EEEEEE;
  border-width: 1px 1px 1px 8px;
  border-left-color: var(--bs-primary);
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.custom-cards .card::after {
  clear: both;
  content: "";
  display: table;
}
.custom-cards .card-title {
  font-weight: 500;
  font-size: 16px;
}
.custom-cards .card-link {
  float: right;
  text-align: right;
}

/* custom-cards-row --------------------- */
.set-custom-cards .card {
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
  font-size: 14px;
}
.set-custom-cards .card .card-img-top,
.set-custom-cards .card .card-body {
  border-radius: 0 !important;
}
.set-custom-cards .card a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  color: #000;
}
.set-custom-cards .card span::after {
  background-color: #fff;
  width: 52px;
  height: 1px;
  display: block;
  content: "";
}
.set-custom-cards .card .card-body {
  transition: transform 0.5s ease;
}
.set-custom-cards .card .card-title {
  font-size: 14px;
}
.set-custom-cards .card .card-text {
  margin-bottom: 10px !important;
  color: rgba(0, 0, 0, 0.54);
}
.set-custom-cards .card .hover-text {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
}
.set-custom-cards .card .hover-text p {
  margin-bottom: 10px !important;
}
.set-custom-cards .card .hover-text span {
  color: var(--bs-primary);
}
.set-custom-cards .card .hover-text span::after {
  display: none;
}
.set-custom-cards .card::before, .set-custom-cards .card::after {
  transition: all 0.5s ease-in-out;
}
.set-custom-cards .card::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: inset 0px 0px 0px 4px #000;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.set-custom-cards .card::after {
  background: linear-gradient(180deg, rgba(255, 190, 0, 0) 0%, rgba(255, 190, 0, 0.25) 45.42%, rgba(255, 190, 0, 0.75) 68.12%, #FFBE00 90.83%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
}
.set-custom-cards .card.rounded-top-left {
  border-top-left-radius: 16px !important;
}
.set-custom-cards .card.rounded-top-left .card-img-top, .set-custom-cards .card.rounded-top-left::after, .set-custom-cards .card.rounded-top-left::before {
  border-top-left-radius: 16px !important;
}
.set-custom-cards .card.rounded-top-right {
  border-top-right-radius: 16px !important;
}
.set-custom-cards .card.rounded-top-right .card-img-top, .set-custom-cards .card.rounded-top-right::after, .set-custom-cards .card.rounded-top-right::before {
  border-top-right-radius: 16px !important;
}
.set-custom-cards .card.rounded-bottom-left {
  border-bottom-left-radius: 16px !important;
}
.set-custom-cards .card.rounded-bottom-left .card-img-top, .set-custom-cards .card.rounded-bottom-left::after, .set-custom-cards .card.rounded-bottom-left::before {
  border-bottom-left-radius: 16px !important;
}
.set-custom-cards .card.rounded-bottom-right {
  border-bottom-right-radius: 16px !important;
}
.set-custom-cards .card.rounded-bottom-right .card-img-top, .set-custom-cards .card.rounded-bottom-right::after, .set-custom-cards .card.rounded-bottom-right::before {
  border-bottom-right-radius: 16px !important;
}
.set-custom-cards .card.last-row {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.custom-cards-row-alt .card a {
  color: #fff;
}
.custom-cards-row-alt .card span::after {
  background-color: var(--bs-primary);
}
.custom-cards-row-alt .card::before {
  box-shadow: inset 0px 0px 0px 4px var(--bs-primary);
}
.custom-cards-row-alt .card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, #000000 75%, #000000 100%);
}
.custom-cards-row-alt .card .card-title {
  color: rgba(255, 255, 255, 0.87);
}
.custom-cards-row-alt .card .card-text {
  color: rgba(255, 255, 255, 0.54);
}
.custom-cards-row-alt .card .hover-text {
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 1150px) {
  .custom-cards-row {
    max-width: 965px !important;
  }
  .custom-cards-row .card:hover span::after {
    background-color: #000;
  }
  .custom-cards-row-alt .col-lg-2 {
    width: 20% !important;
  }
  .custom-cards-row .card:hover::before,
  .custom-cards-row-alt .card:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .custom-cards-row .card:hover .card-body,
  .custom-cards-row-alt .card:hover .card-body {
    transform: translateY(-5%);
  }
  .custom-cards-row .card:hover .hover-text,
  .custom-cards-row-alt .card:hover .hover-text {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
/* tiny slider --------------------- */
.custom-tiny-item {
  text-align: center;
}

.custom-tiny-slider.slider-vcenter {
  display: flex;
  align-items: center;
}
.custom-tiny-slider.slider-vcenter .custom-tiny-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*
 * topo e rodape do site
 */
/* header navbar --------------------- */
#header {
  transition: all 0.3s ease-in-out;
  z-index: 1000 !important;
}
#header.changecolor {
  background: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

body.home #header {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
}
body.home #header.changecolor {
  background: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  position: fixed;
}

.main-nav {
  font-size: 16px;
}
.main-nav.text-bg-dark {
  background-color: var(--bs-secondary) !important;
}
.main-nav .offcanvas-title img {
  width: 40px;
  height: auto;
}
.main-nav .nav-link {
  position: relative;
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  color: rgba(255, 255, 255, 0.87);
}
.main-nav .nav-link.dropdown-toggle.show::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.main-nav .dropdown-item {
  color: rgba(0, 0, 0, 0.87);
}
.main-nav .dropdown-item img {
  width: 18px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2.5px;
  margin: 0 2px 0 -5px;
}
.main-nav .buttons .btn {
  margin: 4px;
  font-size: 14px;
}
.main-nav .buttons > :first-child {
  margin-left: 0;
}
.main-nav .buttons > :last-child {
  margin-right: 0;
}

.main-nav.offcanvas {
  --bs-offcanvas-width: 100%;
}

@media (min-width: 412px) {
  .main-nav .buttons .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 520px) {
  .main-nav.offcanvas {
    --bs-offcanvas-width: 400px;
  }
}
@media (min-width: 1150px) {
  .main-nav.offcanvas {
    --bs-offcanvas-width: 100%;
    background: none !important;
  }
  .main-nav .navbar-nav {
    margin: 0 -7px;
  }
  .main-nav .nav-item {
    padding: 0 7px;
  }
  .main-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
  }
  .main-nav .nav-link:hover::before, .main-nav .nav-link.active::before {
    background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
    opacity: 1;
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .main-nav .dropdown-menu {
    width: 220px;
  }
  .main-nav .buttons .btn {
    margin-left: 12px;
    margin-right: 0;
  }
  .main-nav .buttons > :first-child {
    margin-left: 3px;
  }
}
@media (min-width: 1280px) {
  .main-nav .navbar-nav {
    margin: 0 -11px;
  }
  .main-nav .nav-item {
    padding: 0 11px;
  }
  .main-nav .buttons {
    padding-left: 12px;
  }
  .main-nav .buttons > :first-child {
    margin-left: 5px;
  }
}
/* footer --------------------- */
#footer {
  background: url("../imgs/bg-footer-1366.jpg") right top no-repeat;
  font-size: 14px;
}
#footer .newsletter .set-border {
  border-bottom: 1px solid var(--bs-primary);
}
#footer .newsletter .row-max-width {
  max-width: 790px;
}
#footer .newsletter .col-max-width {
  max-width: 690px;
}
#footer .newsletter input[type=email],
#footer .newsletter button {
  height: 40px;
}
#footer .newsletter input[type=email] {
  color: var(--bs-white);
}
#footer .newsletter .form-check {
  max-width: 1070px;
  padding-left: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
}
#footer .newsletter .form-check a {
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.87);
}
#footer .newsletter .form-check a:hover, #footer .newsletter .form-check a:focus {
  color: #fff;
}
#footer .newsletter .form-check .form-check-input {
  background-color: transparent;
  margin-left: -1.7rem;
}
#footer .newsletter .form-check .form-check-label a {
  text-decoration: underline;
}
#footer .newsletter .form-check label {
  width: auto;
  display: inline;
}
#footer .newsletter .message-success {
  top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.87);
}
#footer .footer-nav h4 {
  margin-bottom: 25px;
  padding-left: 2px;
  position: relative;
}
#footer .footer-nav h4:after {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  border-radius: 4px;
  width: 40px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
}
#footer .footer-nav h4.nav-brand {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .footer-nav h4.nav-brand a {
  opacity: 1;
}
#footer .footer-nav h4.nav-brand img {
  width: 119px;
  height: auto;
}
#footer .footer-nav h4.nav-brand::after {
  display: none;
}
#footer .footer-nav a {
  display: inline-block;
  padding: 1px 0;
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#footer .footer-nav a:hover {
  color: rgb(255, 255, 255);
}
#footer .footer-nav ul {
  margin: -4px 0;
  padding: 0;
  list-style: none;
}
#footer .footer-nav li {
  display: block;
  padding: 4px 0;
}
#footer .footer-nav .social-links {
  margin-bottom: 20px;
}
#footer .footer-nav .social-links a {
  display: inline-block;
  margin-right: 11px;
  opacity: 1;
}
#footer .footer-nav .social-links a svg {
  width: 20px;
  height: 20px;
  fill: var(--bs-white);
}
#footer .footer-nav .contact-area address {
  margin: 0;
  opacity: 0.87;
}
#footer .footer-nav .contact-area svg {
  width: 16px;
  height: auto;
  fill: var(--bs-primary);
  opacity: 1 !important;
}
#footer .footer-nav .contact-area ul {
  margin: -6px 0;
}
#footer .footer-nav .contact-area li {
  position: relative;
  padding: 6px 0 6px 30px;
}
#footer .footer-nav .contact-area li svg {
  position: absolute;
  top: 10px;
  left: 0;
}
#footer .footer-nav .contact-area li.email {
  word-break: break-all;
}
#footer .credits p {
  margin: 0 0 3px;
}
#footer .credits .container > :last-child {
  margin-bottom: 0;
}
#footer .credits a:hover {
  text-decoration: none;
}
#footer .credits,
#footer .credits a {
  color: rgba(0, 0, 0, 0.54);
}

.newsletter .custom-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.54) !important;
  opacity: 1 !important;
}

.newsletter .custom-placeholder::placeholder {
  /* Modern browsers */
  color: rgba(255, 255, 255, 0.54) !important;
}

@media (min-width: 1150px) {
  #footer .newsletter .set-border {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
}
/*
 * pagina inicial
 */
/* hero (frontpage) --------------------- */
#hero .custom-tiny-slider {
  position: relative;
}
#hero .custom-tiny-item {
  min-height: 100vh;
  background-size: cover;
  background-position: 80% center;
  padding-top: 66px;
  position: relative;
}
#hero .custom-tiny-item img {
  max-width: 65%;
  height: auto;
  margin: 0 auto;
}
#hero .custom-tiny-item img.logo-gestao {
  max-width: 340px;
  margin-left: 0;
  margin-right: 0;
}
#hero .custom-tiny-item img.icon-gestao, #hero .custom-tiny-item img.icon-escriba {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
#hero .custom-tiny-item img.icon-gestao {
  max-width: 60px;
}
#hero .custom-tiny-item img.icon-escriba {
  max-width: 58px;
}
#hero .item-caption {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  padding: 40px 0 0;
  text-align: left;
}
#hero .item-caption h2 {
  font-weight: 500;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.87);
}
#hero .item-caption h2 span {
  display: block;
  font-weight: 500;
  line-height: 1.1;
}
#hero .item-caption h2 span sup {
  font-size: 100px;
  top: -0.4em;
}
#hero .item-caption h2 span i {
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#hero .item-caption h2 .bigger {
  display: inline;
  font-weight: 700;
  font-size: 140px;
  color: var(--bs-primary);
}
#hero .item-caption h2 .highlight {
  color: rgb(5, 6, 56);
  text-shadow: -1px -1px 0 var(--bs-primary), 1px -1px 0 var(--bs-primary), -1px 1px 0 var(--bs-primary), 1px 1px 0 var(--bs-primary);
}
#hero .item-caption h2 strong,
#hero .item-caption h2 b {
  position: relative;
  display: block;
  font-size: 67px;
  line-height: 1.1;
  color: #fff;
}
#hero .item-caption h2 strong:after {
  background: var(--bs-primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
#hero .item-caption p {
  color: rgba(255, 255, 255, 0.87);
}
#hero .tns-nav {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 3;
  text-align: center;
}
#hero .tns-nav button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#hero .tns-nav button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.87);
  border: 0;
}

@media (min-width: 768px) {
  #hero .custom-tiny-item img {
    max-width: 40%;
    height: auto;
    margin: 0;
  }
  #hero .custom-tiny-item img.logo-gestao {
    max-width: 340px;
  }
  #hero .custom-tiny-item img.icon-gestao, #hero .custom-tiny-item img.icon-escriba {
    bottom: 15px;
    right: 15px;
  }
  #hero .custom-tiny-item img.icon-gestao {
    max-width: 69px;
  }
  #hero .custom-tiny-item img.icon-escriba {
    max-width: 58px;
  }
  #hero .item-caption {
    width: 55%;
    padding: 20px 0 0;
  }
  #hero .item-caption h2 {
    font-weight: 500;
    font-size: 27px;
  }
  #hero .item-caption h2 strong,
  #hero .item-caption h2 b {
    font-size: 67px;
  }
  #hero .item-caption h2 strong:after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
@media (min-width: 1150px) {
  #hero .custom-tiny-item {
    background-position: center center;
  }
  #hero .custom-tiny-item img {
    width: 40%;
    max-width: 447px;
  }
  #hero .custom-tiny-item img.logo-gestao {
    max-width: 340px;
  }
  #hero .custom-tiny-item img.icon-gestao {
    max-width: 69px;
  }
  #hero .custom-tiny-item img.icon-escriba {
    max-width: 58px;
  }
  #hero .item-caption {
    width: 54%;
    padding: 30px 0 0;
  }
  #hero .item-caption h2 {
    font-size: 32px;
  }
  #hero .item-caption h2 strong,
  #hero .item-caption h2 b {
    font-size: 72px;
  }
  #hero .item-caption h2 strong:after {
    margin-left: 5px;
  }
}
/* sistemas e solucoes (frontpage) --------------------- */
.sistemas-solucoes .section-header p {
  color: rgba(0, 0, 0, 0.87);
}
.sistemas-solucoes .fade-enter {
  opacity: 0;
}
.sistemas-solucoes .fade-enter-active {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.sistemas-solucoes .basic-tabs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: left;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 0;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.sistemas-solucoes .basic-tabs li {
  flex: none;
  display: inline-block;
}
.sistemas-solucoes .basic-tabs li a {
  background-color: #fff !important;
  border: 1px solid #eee !important;
  border-width: 1px 1px 1px 0 !important;
  border-radius: 0 !important;
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px !important;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  transition: all 0.3s ease-in;
}
.sistemas-solucoes .basic-tabs li a.active {
  font-weight: 500;
}
.sistemas-solucoes .basic-tabs li a.active, .sistemas-solucoes .basic-tabs li a:hover {
  color: rgb(0, 0, 0);
}
.sistemas-solucoes .basic-tabs li a.active {
  background-color: var(--bs-primary) !important;
}
.sistemas-solucoes .basic-tabs li:first-child a {
  border-width: 1px 1px 1px 1px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.sistemas-solucoes .basic-tabs li:last-child a {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.sistemas-solucoes .tab-pane {
  transition: opacity 0.3s ease-in-out;
}
.sistemas-solucoes .produto-item .image-area {
  width: 300px;
}
.sistemas-solucoes .produto-item .image-area::after {
  background: var(--bs-secondary);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  right: 0;
  bottom: -30px;
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
}
.sistemas-solucoes .produto-item .image,
.sistemas-solucoes .produto-item .set-opacy {
  border-radius: 8px;
  width: 280px;
  height: 256px;
  top: 18px;
  left: 18px;
}
.sistemas-solucoes .produto-item .image {
  background-size: cover;
}
.sistemas-solucoes .produto-item .set-bg {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  border-radius: 16px;
  width: 243px;
  height: 243px;
}
.sistemas-solucoes .produto-item .set-opacy {
  background: linear-gradient(63.38deg, rgba(255, 190, 0, 0.3) 22.67%, rgba(255, 213, 0, 0) 100%);
}

@media (min-width: 414px) {
  .sistemas-solucoes .produto-item .image-area {
    width: 330px;
  }
  .sistemas-solucoes .produto-item .image,
  .sistemas-solucoes .produto-item .set-opacy {
    width: 300px;
    height: 236px;
  }
  .sistemas-solucoes .produto-item .set-bg {
    width: 253px;
    height: 223px;
  }
}
@media (min-width: 768px) {
  .sistemas-solucoes .basic-tabs {
    --bs-gutter-x: 4rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .sistemas-solucoes .produto-item .image-area {
    width: 250px;
  }
  .sistemas-solucoes .produto-item .image,
  .sistemas-solucoes .produto-item .set-opacy {
    width: 230px;
    height: 236px;
  }
  .sistemas-solucoes .produto-item .set-bg {
    width: 223px;
    height: 223px;
  }
}
@media (min-width: 1024px) {
  .sistemas-solucoes .basic-tabs {
    --bs-gutter-x: 6.3rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1150px) {
  .sistemas-solucoes .basic-tabs {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .sistemas-solucoes .basic-tabs li {
    display: inline-block;
  }
  .sistemas-solucoes .basic-tabs li a:hover {
    background-color: #FFF3C8 !important;
  }
  .sistemas-solucoes .produto-item .image-area {
    width: 300px;
  }
  .sistemas-solucoes .produto-item .image-area::after {
    right: -55px;
    bottom: -30px;
  }
  .sistemas-solucoes .produto-item .image,
  .sistemas-solucoes .produto-item .set-opacy {
    width: 330px;
    height: 256px;
    top: 18px;
    left: 18px;
  }
  .sistemas-solucoes .produto-item .set-bg {
    width: 253px;
    height: 253px;
  }
}
@media (min-width: 1280px) {
  .sistemas-solucoes .basic-tabs {
    max-width: 1206px;
  }
  .sistemas-solucoes .produto-item .image-area {
    width: 320px;
  }
  .sistemas-solucoes .produto-item .image-area::after {
    right: -69px;
    bottom: -32px;
  }
  .sistemas-solucoes .produto-item .image,
  .sistemas-solucoes .produto-item .set-opacy {
    width: 360px;
  }
}
.nav-produtos-area {
  height: 365px;
  margin-bottom: 10px;
}
.nav-produtos-area span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.nav-produtos-area.p-more-items {
  height: 415px;
}

.nav-produtos {
  width: 280px;
  height: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-produtos::before {
  background: url("../imgs/nav-produtos-vector.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.54;
  z-index: -1;
}
.nav-produtos li {
  z-index: 2;
}
.nav-produtos li a {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.nav-produtos li a img {
  width: 80px;
  height: auto;
}
.nav-produtos li a.active {
  border: 2px solid #FFBE00;
}
.nav-produtos.item-alone::before {
  display: none;
}
.nav-produtos.basic-items li {
  width: auto !important;
  position: absolute !important;
  display: block;
}
.nav-produtos.basic-items li:nth-child(odd) {
  top: -10px;
  left: -10px;
}
.nav-produtos.basic-items li:nth-child(even) {
  bottom: -10px;
  right: -10px;
}
.nav-produtos.more-items {
  width: 250px;
  height: 250px;
  margin-top: 80px !important;
  margin-bottom: 120px !important;
}
.nav-produtos.more-items li {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-90deg) translate(110px) rotate(90deg);
}
.nav-produtos.more-items li:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg) translate(110px) rotate(0deg);
}
.nav-produtos.more-items li:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-180deg) translate(110px) rotate(180deg);
}
.nav-produtos.more-items li:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-270deg) translate(110px) rotate(270deg);
}
.nav-produtos.more-items li a {
  width: 120px;
  height: 120px;
}
.nav-produtos.more-items li a img {
  width: 70px;
}

.produto-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  height: 0;
  visibility: hidden;
}
.produto-item.active {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  visibility: visible;
}

@media (min-width: 412px) {
  .nav-produtos-area {
    height: 395px;
  }
  .nav-produtos-area.p-more-items {
    height: 425px;
  }
  .nav-produtos {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .nav-produtos-area {
    height: 270px;
  }
  .nav-produtos-area.p-more-items {
    height: 300px;
  }
  .nav-produtos {
    width: 170px;
    height: 170px;
  }
  .nav-produtos li a {
    width: 100px;
    height: 100px;
  }
  .nav-produtos li a img {
    width: 50px;
    height: auto;
  }
  .nav-produtos.more-items {
    width: 180px;
    height: 180px;
    margin-top: 60px !important;
    margin-bottom: 150px !important;
  }
  .nav-produtos.more-items li {
    transform: translate(-50%, -50%) rotate(-90deg) translate(80px) rotate(90deg);
  }
  .nav-produtos.more-items li:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(80px) rotate(0deg);
  }
  .nav-produtos.more-items li:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-180deg) translate(80px) rotate(180deg);
  }
  .nav-produtos.more-items li:nth-child(4) {
    transform: translate(-50%, -50%) rotate(-270deg) translate(80px) rotate(270deg);
  }
  .nav-produtos.more-items li a {
    width: 90px;
    height: 90px;
  }
  .nav-produtos.more-items li a img {
    width: 50px;
  }
}
@media (max-width: 1149px) {
  .nav-produtos-area.item-li-1 {
    height: 190px;
  }
  .nav-produtos-area.item-li-1 .nav-produtos {
    height: 190px;
  }
}
@media (min-width: 1150px) {
  .nav-produtos-area {
    height: 395px;
  }
  .nav-produtos-area.p-more-items {
    height: 420px;
  }
  .nav-produtos {
    width: 290px;
    height: 290px;
  }
  .nav-produtos li a {
    width: 150px;
    height: 150px;
  }
  .nav-produtos li a img {
    width: 75px;
  }
  .nav-produtos.more-items {
    width: 270px;
    height: 270px;
  }
  .nav-produtos.more-items li {
    transform: translate(-50%, -50%) rotate(-90deg) translate(120px) rotate(90deg);
  }
  .nav-produtos.more-items li:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(120px) rotate(0deg);
  }
  .nav-produtos.more-items li:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-180deg) translate(120px) rotate(180deg);
  }
  .nav-produtos.more-items li:nth-child(4) {
    transform: translate(-50%, -50%) rotate(-270deg) translate(120px) rotate(270deg);
  }
  .nav-produtos.more-items li a {
    width: 120px;
    height: 120px;
  }
  .nav-produtos.more-items li a img {
    width: 60px;
  }
}
@media (min-width: 1280px) {
  .nav-produtos-area.p-more-items {
    height: 490px;
  }
  .nav-produtos {
    width: 302px;
    height: 302px;
  }
  .nav-produtos li a {
    width: 170px;
    height: 170px;
    position: relative;
  }
  .nav-produtos li a img {
    width: 80px;
  }
  .nav-produtos.more-items {
    width: 320px;
    height: 320px;
    margin-top: 80px !important;
  }
  .nav-produtos.more-items li {
    transform: translate(-50%, -50%) rotate(-90deg) translate(140px) rotate(90deg);
  }
  .nav-produtos.more-items li:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg) translate(140px) rotate(0deg);
  }
  .nav-produtos.more-items li:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-180deg) translate(140px) rotate(180deg);
  }
  .nav-produtos.more-items li:nth-child(4) {
    transform: translate(-50%, -50%) rotate(-270deg) translate(140px) rotate(270deg);
  }
  .nav-produtos.more-items li a {
    width: 140px;
    height: 140px;
  }
  .nav-produtos.more-items li a img {
    width: 80px;
  }
}
.esdras {
  padding: 50px 0 0;
}
.esdras .section-subtitle {
  max-width: 210px;
  font-size: 48px;
}
.esdras .image-area {
  padding: 25px 0;
  position: relative;
}
.esdras .image-area svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 1;
}
.esdras .images {
  width: 90%;
  margin: 0 auto;
}
.esdras .images img {
  width: 85%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
}
.esdras .images > :last-child {
  z-index: 2;
  position: absolute;
  top: -50px;
  right: 0;
}

@media (min-width: 768px) {
  .esdras {
    padding: 0 0 50px;
  }
  .esdras .image-area {
    width: 50%;
    padding: 0 0 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .esdras .image-area svg {
    top: inherit;
    bottom: -40px;
    z-index: 1;
  }
  .esdras .images {
    width: 90%;
    max-width: 800px;
  }
  .esdras .images img {
    width: 85%;
    height: auto;
    z-index: 3;
  }
  .esdras .images > :last-child {
    top: -50px;
    right: 0;
  }
  .esdras .section-header {
    width: 46%;
    max-width: 468px;
  }
}
@media (min-width: 1024px) {
  .esdras {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1150px) {
  .esdras {
    min-height: 500px;
  }
  .esdras .image-area {
    width: 55%;
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .esdras .image-area svg {
    max-width: 800px;
  }
  .esdras .images img {
    width: 90%;
    max-width: 646px;
  }
  .esdras .images > :last-child {
    top: -70px;
  }
  .esdras .section-header {
    width: 41%;
  }
}
@media (min-width: 1280px) {
  .esdras {
    min-height: 550px;
  }
}
@media (min-width: 1360px) {
  .esdras {
    min-height: 590px;
  }
}
@media (min-width: 1440px) {
  .esdras {
    min-height: 610px;
  }
}
/* quem somos (frontpage) --------------------- */
.quem-somos {
  color: rgba(0, 0, 0, 0.87);
}
.quem-somos .title-area {
  background: url("../imgs/bg-quemsomos-1x.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 100px;
}
.quem-somos .title-area .section-title {
  color: #fff !important;
}
.quem-somos .image-set {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.quem-somos .image-set img {
  width: 100%;
  height: auto;
  display: block;
}

.escriba-numbers {
  max-width: 900px !important;
  position: relative;
  margin-top: -68px;
  margin-bottom: 60px;
  text-align: center;
}
.escriba-numbers .num-item {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--bs-secondary);
}
.escriba-numbers .num-item .num {
  background: #F6C100;
  border-radius: 50%;
  width: 93px;
  height: 93px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: block;
  margin: 0 auto 10px;
  position: relative;
}
.escriba-numbers .num-item .num span {
  background-color: #fff;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 77px;
  font-family: "Ropa Sans", sans-serif;
}
.escriba-numbers .num-item .num .icon {
  background: linear-gradient(63.3deg, #06122E 0%, #01216C 100%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  bottom: 0;
  left: 0;
}
.escriba-numbers .num-item .num .icon svg {
  width: 14px;
  height: 14px;
  height: auto;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.singular .escriba-numbers {
  margin-top: 0;
}

@media (min-width: 768px) {
  .quem-somos .image-set {
    max-width: 340px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: -10px;
  }
}
@media (min-width: 1150px) {
  .quem-somos .image-set {
    max-width: 450px;
    height: 360px;
    right: 0;
  }
  .escriba-numbers {
    margin-bottom: 80px;
  }
}
@media (min-width: 1367px) {
  .quem-somos .title-area {
    background-image: url("../imgs/bg-quemsomos-2x.jpg");
  }
}
/* depoimentos (frontpage) --------------------- */
.depoimentos {
  background: url("../imgs/bg-depoimentos-1x.jpg") center center;
  background-size: cover;
  padding: 80px 0;
}
.depoimentos .section-title::after {
  background: #fff;
}
.depoimentos .custom-tiny-item {
  padding: 20px 0;
}
.depoimentos .set-bg {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2509803922);
  border-radius: 8px;
  padding: 15px;
  position: relative;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.depoimentos .set-bg .author strong {
  font-weight: 500;
}
.depoimentos .set-bg .author span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
.depoimentos .set-bg > :last-child {
  margin-bottom: 0;
}
.depoimentos .set-bg .ic-quote {
  background: var(--bs-secondary);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  text-align: center;
}
.depoimentos .set-bg .ic-quote svg {
  width: 24px;
  height: 18px;
  fill: var(--bs-primary);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .depoimentos .set-bg {
    padding: 25px;
  }
}
@media (min-width: 1366px) {
  .depoimentos {
    background-image: url("../imgs/bg-depoimentos-2x.jpg");
  }
}
/* depoimentos (frontpage) --------------------- */
.noticias {
  padding: 80px 0;
}
.noticias .card {
  background: transparent;
  border: 0;
  margin: 0 auto;
}
.noticias .card-body {
  padding: 5px 5px 30px;
}
.noticias.noticias-pagina {
  padding: 0;
}

.noticia-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1607843137);
}

.noticia-img .image {
  background-position: center;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 205px;
  display: block;
}

.noticia-header h2 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  opacity: 0.87;
}
.noticia-header h2 a {
  color: #000;
}
.noticia-header span {
  font-size: 14px;
  opacity: 0.54;
}

.noticia-body {
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
}
.noticia-body .btn.btn-primary {
  border: 0 !important;
  border-radius: 0;
  border-bottom-right-radius: 8px;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
}

/*
 * outros
 */
/* produtos e solucoes (carousel) --------------------- */
.produtos-solucoes .title-area {
  margin-bottom: 40px;
}
.produtos-solucoes .section-title::after {
  display: none;
}
.produtos-solucoes .buttons {
  padding: 50px 0 40px;
}
.produtos-solucoes .custom-tiny-item img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .produtos-solucoes .title-area {
    margin-bottom: 50px;
  }
  .produtos-solucoes .buttons {
    padding: 70px 0 50px;
  }
}
@media (min-width: 1024px) {
  .produtos-solucoes .title-area {
    margin-bottom: 65px;
  }
  .produtos-solucoes .buttons {
    padding: 80px 0 50px;
  }
}
/* pagina --------------------- */
.page-entry {
  margin-bottom: 80px;
}
.page-entry:after {
  clear: both;
  content: "";
  display: table;
}

.page-header .page-title {
  position: relative;
  font-size: 32px;
  letter-spacing: normal;
}

.noticia .page-header,
.produto .page-header {
  background-color: var(--bs-secondary);
}
.noticia .page-header .thumbnail,
.produto .page-header .thumbnail {
  background-size: cover;
  background-position: center center;
}
.noticia .page-header .overlay,
.produto .page-header .overlay {
  background: linear-gradient(63.38deg, rgba(255, 190, 0, 0.3) 22.67%, rgba(255, 213, 0, 0) 100%);
}
.noticia .page-header span,
.noticia .page-header .published,
.produto .page-header span,
.produto .page-header .published {
  color: rgba(255, 255, 255, 0.87);
}
.noticia .page-title,
.produto .page-title {
  color: #fff !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.noticia .page-title::after,
.produto .page-title::after {
  display: none;
}
.noticia .title-arrow .prev,
.noticia .title-arrow .page-title,
.produto .title-arrow .prev,
.produto .title-arrow .page-title {
  vertical-align: middle;
}
.noticia .title-arrow .prev,
.produto .title-arrow .prev {
  background: rgba(255, 255, 255, 0.3215686275);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  line-height: 30px;
}

.page-footer {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

#galeria {
  margin-bottom: 30px;
}
#galeria img {
  border-radius: 8px;
}
#galeria .carousel-indicators {
  position: relative;
  margin: 0;
  padding: 5px 0 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#galeria .carousel-indicators button {
  background-size: cover;
  background-position: center center;
  border: 0;
  border-radius: 8px;
  width: 27%;
  height: 56px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  display: block;
  flex: none;
}
#galeria .carousel-indicators button:hover, #galeria .carousel-indicators button.active {
  opacity: 1;
}

@media (min-width: 768px) {
  #galeria .carousel-indicators button {
    width: 22%;
  }
}
@media (min-width: 1024px) {
  #galeria .carousel-indicators {
    width: 90% !important;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #galeria .carousel-indicators button {
    width: 24%;
    margin: 4px 0;
  }
}
@media (min-width: 1150px) {
  #galeria {
    max-width: 350px;
    margin: 0;
    float: right;
  }
  #galeria .carousel-indicators {
    width: 100% !important;
  }
  #galeria .carousel-indicators button {
    width: 32%;
    margin: 2px;
  }
}
/* quem somos (pagina interna) --------------------- */
.mapa-brasil .title,
.mapa-brasil .locais {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  color: var(--bs-secondary);
}
.mapa-brasil .title {
  font-weight: 500;
  font-size: 32px;
}
.mapa-brasil .title::after {
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 3px;
  content: "";
}
.mapa-brasil .locais .row span {
  font-size: 96px;
  line-height: 1;
  color: #fff;
  text-shadow: -1px -1px 0 var(--bs-primary), 1px -1px 0 var(--bs-primary), -1px 1px 0 var(--bs-primary), 1px 1px 0 var(--bs-primary);
}

@media (min-width: 768px) {
  .mapa-brasil .title,
  .mapa-brasil .locais {
    width: 100%;
  }
}
.cara-nova .desc-bg {
  background: linear-gradient(63.3deg, #06122E 0%, #01216C 100%);
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 40px 50px 40px 0;
  font-size: 16px;
  color: #fff;
}
.cara-nova .title-wrap {
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
}
.cara-nova .title-wrap h2 {
  font-weight: 500;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.87);
}
.cara-nova .desc-text > :last-child {
  margin-bottom: 0;
}
.cara-nova .atualizar-espaco {
  padding-left: 1rem;
}
.cara-nova .logo-area {
  min-height: 350px;
}
.cara-nova .logo-area .image-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 431px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cara-nova .logo-area img {
  width: 87%;
  max-width: 512px;
  height: auto;
}

@media (min-width: 415px) {
  .cara-nova .desc-bg {
    padding-right: 70px;
  }
  .cara-nova .title-wrap h2 {
    font-size: 29px;
  }
  .cara-nova .logo-area {
    min-height: 390px;
  }
}
@media (min-width: 520px) {
  .cara-nova .desc-bg {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .cara-nova .desc-bg {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px;
  }
  .cara-nova .logo-area {
    min-height: 400px;
  }
  .cara-nova .logo-area img {
    width: 80%;
  }
}
@media (min-width: 810px) {
  .cara-nova .title-wrap h2 {
    font-size: 32px;
  }
}
@media (min-width: 1150px) {
  .cara-nova .logo-area {
    min-height: 430px;
  }
}
@media (min-width: 1280px) {
  .cara-nova .desc-bg {
    border-top-right-radius: 190px;
    border-bottom-right-radius: 190px;
  }
}
@media (min-width: 1367px) {
  .cara-nova .d-xxl-block {
    display: block !important;
  }
  .cara-nova .logo-area {
    flex: 0 0 auto;
    width: 55%;
  }
}
@media (min-width: 1500px) {
  .cara-nova .logo-area {
    width: 50%;
  }
}
.nossa-historia #tns1-iw {
  margin-left: 30px !important;
}
.nossa-historia .custom-tiny-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}
.nossa-historia .custom-tiny-item:last-child .texto {
  padding-right: 35px !important;
}
.nossa-historia .texto,
.nossa-historia .thumb {
  padding: 20px 25px;
  position: relative;
}
.nossa-historia .texto::before,
.nossa-historia .thumb::before {
  background: rgba(0, 0, 0, 0.32);
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
}
.nossa-historia .thumb::before {
  height: 74px;
}
.nossa-historia .thumb::after {
  background: rgba(0, 0, 0, 0.32);
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
}
.nossa-historia .thumb img {
  background-size: cover;
  background-position: center;
  border: 4px solid var(--bs-primary);
  border-radius: 50%;
  width: 108px;
  height: 108px;
  position: relative;
  z-index: 2;
}
.nossa-historia .texto {
  font-weight: 400;
  font-size: 16px;
  color: var(--bs-secondary);
}
.nossa-historia .texto::after {
  background-color: var(--bs-secondary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: -3.7px;
}
.nossa-historia .texto h3 {
  margin: 0;
  color: var(--bs-secondary) !important;
}
.nossa-historia .top-line,
.nossa-historia .bottom-line {
  flex: 1;
}
.nossa-historia .top-line {
  display: flex;
  align-items: flex-end;
}
.nossa-historia .top-line .thumb,
.nossa-historia .top-line .texto {
  padding-top: 0;
}
.nossa-historia .top-line .thumb::before,
.nossa-historia .top-line .texto::before {
  bottom: 0;
}
.nossa-historia .top-line .texto::before {
  height: 96%;
}
.nossa-historia .top-line .texto::after {
  top: 4px;
}
.nossa-historia .top-line .thumb::after {
  top: 53px;
}
.nossa-historia .bottom-line {
  border-top: 1px solid rgba(0, 0, 0, 0.32);
  position: relative;
}
.nossa-historia .bottom-line::before {
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 2;
}
.nossa-historia .bottom-line .thumb,
.nossa-historia .bottom-line .texto {
  padding-bottom: 0;
}
.nossa-historia .bottom-line .thumb::before,
.nossa-historia .bottom-line .texto::before {
  top: 0;
}
.nossa-historia .bottom-line .texto::before {
  height: 78px;
}
.nossa-historia .bottom-line .texto::after {
  top: 78px;
}
.nossa-historia .bottom-line .texto h3 {
  margin-bottom: 10px;
}
.nossa-historia .bottom-line .texto > :last-child {
  margin-bottom: 0;
}
.nossa-historia .bottom-line .thumb::after {
  top: 74px;
}

@media (min-width: 768px) {
  .nossa-historia #tns1-iw {
    margin-left: 50px !important;
  }
}
@media (min-width: 1024px) {
  .nossa-historia #tns1-iw {
    margin-left: 90px !important;
  }
}
@media (min-width: 1280px) {
  .nossa-historia #tns1-iw {
    margin-left: calc((100vw - 1206px) / 2) !important;
  }
}
.quem-somos-video {
  background: var(--bs-secondary);
  position: relative;
  color: rgba(255, 255, 255, 0.87);
}
.quem-somos-video::before {
  background: url("../imgs/quemsomosvideo-1x.jpg") center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.quem-somos-video .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.quem-somos-video .custom-col {
  width: 100%;
  display: block;
}
.quem-somos-video h2 {
  position: relative;
  font-weight: 500;
  font-size: 32px;
  color: #fff !important;
}
.quem-somos-video h2::after {
  background: var(--bs-primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
}
.quem-somos-video h2 strong {
  font-weight: 500;
  color: var(--bs-primary) !important;
}
.quem-somos-video .video-player {
  border: 2px solid var(--bs-primary);
  border-radius: 16px;
  width: 100%;
  height: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  padding-bottom: 55%;
  margin: 0;
  overflow: hidden;
}
.quem-somos-video .video-player iframe,
.quem-somos-video .video-player .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.quem-somos-video .video-player .player {
  background-size: cover;
}
.quem-somos-video .video-player .player::after {
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}
.quem-somos-video .video-player .player.active::after {
  display: none;
}
.quem-somos-video .video-player .btn-play {
  background: var(--bs-primary);
  border-radius: 50%;
  border: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body.no-js .quem-somos-video .video-player .player,
body.no-js .quem-somos-video .video-player .btn-play {
  display: none;
}

@media (min-width: 768px) {
  .quem-somos-video .custom-row {
    gap: 0 20px;
    align-items: center;
  }
  .quem-somos-video .custom-col-1 {
    width: 53%;
  }
  .quem-somos-video .custom-col-2 {
    width: 43%;
  }
}
@media (min-width: 1024px) {
  .quem-somos-video .container {
    max-width: 1040px !important;
  }
}
.quem-somos-infos .container {
  max-width: 290px !important;
}
.quem-somos-infos .col-item {
  border: 1px solid var(--bs-secondary);
  border-radius: 16px;
  padding: 30px 20px 40px;
  color: rgba(0, 0, 0, 0.87);
}
.quem-somos-infos .col-item::after, .quem-somos-infos .col-item::before {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.quem-somos-infos .col-item::after {
  background: url("../imgs/icon-plus.svg") center center no-repeat;
}
.quem-somos-infos .col-item::before {
  background: linear-gradient(18.28deg, #06122E 12.42%, #01216C 87.58%);
}
.quem-somos-infos .col-item > :last-child {
  margin-bottom: 0;
}
.quem-somos-infos .col-item .icon {
  height: 45px;
}
.quem-somos-infos .col-item h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  color: var(--bs-secondary);
}
.quem-somos-infos .col-item h2::after {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  border-radius: 4px;
  width: 80px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.quem-somos-infos .custom-col:last-child .col-item {
  padding-bottom: 30px;
}
.quem-somos-infos .custom-col:last-child .col-item::after, .quem-somos-infos .custom-col:last-child .col-item::before {
  display: none;
}

@media (min-width: 768px) {
  .quem-somos-infos .container {
    max-width: 896px !important;
  }
  .quem-somos-infos .col-item {
    padding: 30px 10px;
  }
  .quem-somos-infos .col-item::after, .quem-somos-infos .col-item::before {
    width: 48px;
    height: 48px;
    bottom: unset;
    top: 50%;
    left: 100%;
    transform: translate(-14px, -50%);
  }
}
@media (min-width: 1024px) {
  .quem-somos-infos .col-item {
    padding: 30px 20px;
  }
  .quem-somos-infos .col-item::after, .quem-somos-infos .col-item::before {
    width: 52px;
    height: 52px;
    transform: translate(-16px, -50%);
  }
}
@media (min-width: 1150px) {
  .quem-somos-infos .col-item {
    padding: 30px 25px;
  }
  .quem-somos-infos .col-item::after, .quem-somos-infos .col-item::before {
    width: 64px;
    height: 64px;
    transform: translate(-18px, -50%);
  }
}
.certificados {
  background: #F4F4F4;
}
.certificados h3 {
  font-size: 16px;
}

@media (min-width: 1150px) {
  .certificados .row .item {
    padding: 0 10px;
  }
}
/* produtos e solucoes (pagina) --------------------- */
.listar-produtos-solucoes .nav-tabs {
  border: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: 2px;
  display: flex;
  flex-wrap: nowrap;
  align-items: left;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 0;
}
.listar-produtos-solucoes .nav-tabs .nav-item {
  flex: none;
  display: inline-block;
}
.listar-produtos-solucoes .nav-tabs .nav-link {
  background-color: #fff !important;
  border: 1px solid #eee !important;
  border-width: 1px 1px 1px 0 !important;
  border-radius: 0 !important;
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.listar-produtos-solucoes .nav-tabs .nav-link.active {
  background-color: var(--bs-primary) !important;
  font-weight: 500;
}
.listar-produtos-solucoes .nav-tabs li:first-child .nav-link {
  border-width: 1px 1px 1px 1px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.listar-produtos-solucoes .nav-tabs li:last-child .nav-link {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.listar-produtos-solucoes .titulo {
  font-weight: 400;
  font-size: 24px;
}
.listar-produtos-solucoes .row {
  row-gap: 30px !important;
  position: relative;
}
.listar-produtos-solucoes .row .item {
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}
.listar-produtos-solucoes .row .item.d-flex {
  transform: translateY(0);
}
.listar-produtos-solucoes .item-w {
  border: 1px solid #EEE;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 32px 15px;
}
.listar-produtos-solucoes .item-w p {
  font-size: 15px;
  line-height: 1.7;
}
.listar-produtos-solucoes .item-w .badge {
  background: #06122E;
  border-radius: 20px;
  top: -11px;
  right: 16px;
}
.listar-produtos-solucoes .item-w .logo-area img {
  width: auto;
  height: 40px;
}
.listar-produtos-solucoes .item-w .logo-area img.logo-edras {
  width: 164px;
  height: 40px;
  background-size: container;
}

@media (min-width: 768px) {
  .listar-produtos-solucoes .nav-tabs {
    --bs-gutter-x: 4rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .listar-produtos-solucoes .row {
    row-gap: 40px !important;
  }
}
@media (min-width: 1024px) {
  .listar-produtos-solucoes .nav-tabs {
    --bs-gutter-x: 6.3rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1150px) {
  .listar-produtos-solucoes .nav-tabs {
    --bs-gutter-x: 1.3rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .listar-produtos-solucoes .nav-tabs .nav-item {
    display: inline-block;
  }
  .listar-produtos-solucoes .nav-tabs .nav-link {
    padding: 0 10px !important;
  }
  .listar-produtos-solucoes .nav-tabs .nav-link:hover {
    background-color: #FFF3C8 !important;
  }
}
@media (min-width: 1280px) {
  .listar-produtos-solucoes .nav-tabs {
    max-width: 1182px;
  }
  .listar-produtos-solucoes .nav-tabs .nav-link {
    padding: 0 14px !important;
  }
  .listar-produtos-solucoes .row {
    gap: 40px 15px !important;
  }
  .listar-produtos-solucoes .col-lg-4 {
    width: 32.5% !important;
  }
  .listar-produtos-solucoes .item-w .badge {
    right: -12px;
  }
}
/* produto e solucao (pagina do item) --------------------- */
.produto .title-arrow .prev,
.produto .title-arrow .page-title {
  vertical-align: middle;
}
.produto .title-arrow .prev {
  background: rgba(255, 255, 255, 0.3215686275);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  line-height: 30px;
}
.produto .page-body .produto-icon {
  top: -90px;
  right: 15px;
}
.produto .page-body .produto-icon img {
  width: 81px;
  height: auto;
}
.produto .page-body .image img {
  width: 77%;
  height: auto;
}
.produto .vantagens {
  background: #F6F6F6;
}
.produto .listar-vantagens {
  position: relative;
}
.produto .listar-vantagens ul {
  margin: -10px 0;
  padding: 0;
  list-style: none;
  color: #424242;
}
.produto .listar-vantagens ul li {
  padding: 10px 0 10px 35px;
  position: relative;
}
.produto .listar-vantagens ul li h3 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  opacity: 0.87;
}
.produto .listar-vantagens ul li p {
  color: #000;
  opacity: 0.54;
}
.produto .listar-vantagens ul li::before {
  background-image: url("../imgs/icon-check.svg");
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.produto .listar-vantagens ul li:last-child {
  margin-bottom: 0;
}
.produto .listar-vantagens .lista-simples ul li::before {
  top: 9px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .produto .page-body .image img {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .produto .page-body .produto-icon {
    top: -110px;
  }
  .produto .page-body .produto-icon img {
    width: 109px;
  }
}
@media (min-width: 1150px) {
  .produto .page-body .produto-icon {
    top: -130px;
    right: 25px;
  }
  .produto .page-body .produto-icon img {
    width: 130px;
  }
}
@media (min-width: 1280px) {
  .produto .page-body .produto-icon {
    top: -130px;
    right: 25px;
  }
  .produto .page-body .produto-icon img {
    width: 158px;
  }
}
/* pagina contato --------------------- */
@media (min-width: 1150px) {
  .page-entry.contato .leftarea {
    width: 46% !important;
    max-width: 520px !important;
  }
  .page-entry.contato .rightarea {
    width: 54% !important;
    max-width: 702px !important;
  }
}
@media (min-width: 1280px) {
  .page-entry.contato .leftarea {
    width: 44% !important;
  }
  .page-entry.contato .rightarea {
    width: 56% !important;
  }
}
@media (min-width: 1360px) {
  .page-entry.contato .rightarea img {
    width: 702px !important;
    min-width: 702px !important;
    height: auto !important;
  }
}
.contato-form .form-check-label {
  font-size: 12px;
  color: #424242;
  opacity: 0.87;
}

.nossos-canais {
  background: linear-gradient(63.3deg, #FFBE00 0%, #FFD500 100%);
  color: var(--bs-secondary);
}
.nossos-canais .row {
  font-size: 14px;
  word-break: break-all;
}
.nossos-canais a {
  text-decoration: none;
  color: var(--bs-secondary);
}
.nossos-canais .icon {
  background: var(--bs-secondary);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.nossos-canais strong {
  font-weight: 500;
}

@media (min-width: 768px) {
  .nossos-canais .row {
    font-size: 16px;
  }
}
.mapa-local {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.mapa-local iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mapa-local {
    height: 500px;
  }
}
/* cursos treinamentos --------------------- */
.cursos-treinamentos .section-title::after {
  display: none;
}

/*
 * modal
 */
/* demonstracao modal --------------------- */
.demonstracao-modal {
  /**/
  /**/
}
.demonstracao-modal .btn-close {
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 4;
  font-size: 14px;
  line-height: 1;
  color: var(--bs-secondary);
}
.demonstracao-modal .modal-dialog {
  width: 85%;
  max-width: 900px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.demonstracao-modal .modal-header {
  background: none !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.demonstracao-modal .modal-content {
  border-radius: var(--bs-modal-border-radius);
}
.demonstracao-modal .modal-body {
  padding: 0;
}
.demonstracao-modal .modal-body .set-bg {
  background: url("../imgs/modal-bg.jpg") center center;
  background-size: cover;
  border-top-left-radius: var(--bs-modal-border-radius);
  border-top-right-radius: var(--bs-modal-border-radius);
  position: relative;
  min-height: 320px;
  padding: 30px;
}
.demonstracao-modal .modal-body .set-bg h3 {
  padding-top: 70px;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  color: #fff;
}
.demonstracao-modal .modal-body .set-bg h3 span {
  background: var(--bs-primary);
  display: inline-block;
  padding: 1px 5px 2px;
}
.demonstracao-modal .modal-body .set-bg h3 strong {
  text-transform: uppercase;
  font-size: 43px;
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  text-fill-color: transparent;
}
.demonstracao-modal .modal-body .set-bg h3 em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}
.demonstracao-modal .modal-body .set-bg h3::after {
  background: var(--bs-primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
}
.demonstracao-modal .modal-body .logo-escriba {
  max-width: 118px;
  height: auto;
  position: absolute;
  top: 18px;
  left: 30px;
}
.demonstracao-modal .modal-body .form-check-label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.demonstracao-modal .modal-body .form-check-label a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: underline;
}
.demonstracao-modal .modal-body .form-check-label a:hover {
  text-decoration: none;
}
.demonstracao-modal .choices {
  position: relative;
}
.demonstracao-modal .choices::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 448 512%22%3E%3Cpath d=%22M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.demonstracao-modal .choices__inner {
  background-color: transparent !important;
  border: 1px solid #BDBDBD !important;
  border-radius: var(--bs-border-radius) !important;
  padding: 0.375rem 0.5rem 0.375rem 0.75rem !important;
  min-height: 20px !important;
}
.demonstracao-modal .choices__inner.is-invalid {
  border-color: #dc3545 !important;
}
.demonstracao-modal .choices__input {
  background-color: transparent !important;
  width: auto !important;
  height: 25px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
}
.demonstracao-modal .choices__list--multiple .choices__item {
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: var(--bs-primary);
  border: 0;
  color: var(--bs-secondary);
}
.demonstracao-modal .choices[data-type*=select-multiple] .choices__button,
.demonstracao-modal .choices[data-type*=text] .choices__button {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 414px) {
  .demonstracao-modal .modal-body .set-bg h3 {
    font-size: 24px;
  }
  .demonstracao-modal .modal-body .set-bg h3 strong {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .demonstracao-modal .btn-close {
    top: -15px;
    right: -15px;
  }
  .demonstracao-modal .modal-dialog {
    width: 94%;
  }
  .demonstracao-modal .modal-body .set-bg {
    border-top-left-radius: var(--bs-modal-border-radius);
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--bs-modal-border-radius);
  }
  .demonstracao-modal .modal-body .set-bg h3 {
    padding-top: 0;
    font-size: 30px;
  }
  .demonstracao-modal .modal-body .set-bg h3 strong {
    font-size: 49px;
  }
  .demonstracao-modal .modal-body .logo-escriba {
    max-width: 148px;
    top: 22px;
  }
}
@media (min-width: 1024px) {
  .demonstracao-modal .modal-dialog {
    width: 95%;
    max-width: 1000px;
  }
  .demonstracao-modal .modal-body .set-bg {
    width: 45% !important;
  }
  .demonstracao-modal .modal-body .set-bg h3 {
    font-size: 32px;
  }
  .demonstracao-modal .modal-body .set-bg h3 strong {
    font-size: 58px;
  }
  .demonstracao-modal .modal-body .set-scroll {
    width: 55% !important;
  }
}
@media (min-width: 1280px) {
  .demonstracao-modal .modal-dialog {
    max-width: 1090px;
  }
  .demonstracao-modal .modal-body .set-bg h3 strong {
    font-size: 67px;
  }
}
@media (min-width: 1360px) {
  .demonstracao-modal .modal-body .set-bg h3 strong {
    font-size: 72px;
  }
}
.toast {
  background-color: #fff !important;
  opacity: 1 !important;
}

.btn-close-2 {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
/*
 * lgpd, 404 e cookies
 */
/* 404 --------------------- */
.page-error h1 {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 128px;
  line-height: 150px;
  color: var(--bs-secondary);
}
.page-error h1 span {
  display: inline-block;
  position: relative;
}
.page-error h1 span::after {
  background-color: var(--bs-primary);
  border-radius: 4px;
  width: 100%;
  height: 4px;
  content: "";
  display: block;
  margin: 0 auto;
}
.page-error h2 {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.cookie-bar {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.cookie-bar .buttons .btn {
  margin: 3px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .cookie-bar .buttons .btn {
    margin: 3px 0 3px 6px;
  }
}
@media (min-width: 900px) {
  .cookie-bar {
    font-size: 15px;
  }
  .cookie-bar .buttons .btn {
    font-size: 15px;
  }
}
@media (min-width: 1150px) {
  .cookie-bar {
    font-size: 16px;
  }
  .cookie-bar .buttons .btn {
    font-size: 16px;
  }
}
.cookie-modal {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.cookie-modal .modal-header {
  border-bottom: 0 !important;
  padding-top: 20px !important;
}
.cookie-modal .modal-footer {
  border-top: 0 !important;
  padding-bottom: 30px !important;
}
.cookie-modal .modal-footer .btn.btn-primary {
  background: #61a229 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #fff !important;
}
.cookie-modal .accordion {
  padding-top: 10px !important;
}
.cookie-modal .accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}
.cookie-modal .accordion-header {
  width: 100%;
  position: relative;
}
.cookie-modal .accordion-header .form-check {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 30;
}
.cookie-modal .accordion-header .form-check-label {
  font-weight: normal !important;
  font-size: 14px !important;
}
.cookie-modal .accordion-header .form-check-input {
  width: 30px !important;
  margin-left: 8px !important;
}
.cookie-modal .accordion-header .form-check-input:checked {
  background-color: #61a229 !important;
  border-color: #61a229 !important;
}
.cookie-modal .accordion-header .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2361a229'/%3e%3c/svg%3e") !important;
  border-color: #61a229 !important;
  box-shadow: 0 0 0 0.25rem rgba(97, 162, 41, 0.25) !important;
}
.cookie-modal .accordion-button {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  position: relative;
  font-size: 14px;
}
.cookie-modal .accordion-button span.d-flex {
  flex-grow: 1;
  align-items: center;
}
.cookie-modal .accordion-button::before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  display: inline-block;
  content: " ";
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.cookie-modal .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.cookie-modal .accordion-button::after {
  display: none !important;
}
.cookie-modal .accordion-button:not(.collapsed)::after {
  display: none !important;
}
.cookie-modal .modal-body a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
.cookie-modal .modal-body a:hover {
  text-decoration: underline;
}