
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a:focus-visible, .poder-publico-collapse>button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

body {
  margin-top: 37px;
  font-family: Bradesco Sans;
  position: relative;
  background-image: none !important;
  background-color: #fff !important;
}

header {
  transition: 0.5s;
}

a.link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

a.link:hover {
  color: inherit;
  text-decoration: underline;
}

.menu__lateral {
  top: 60px
}


.gradient-1 {
  background: transparent linear-gradient(269deg, #f73d76 0%, #831c7f 100%) 0% 0% no-repeat padding-box;
  transition: 0.5s;
}

.gradient-2 {
  background: transparent linear-gradient(90deg, #2b469c 0%, #e1173f 100%) 0% 0% no-repeat padding-box;
  transition: 0.5s;
}

.bradesco-top-bar {
  background: transparent linear-gradient(269deg, #f73d76 0%, #831c7f 100%) 0% 0% no-repeat padding-box;
  height: 37px;
}

.navbar-poder-publico {
  background-color: transparent;
  height: 6rem;
  z-index: 10;
  color: #fff;
  padding: 0 5%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.navbar-poder-publico .navbar-1 .brand img {
  height: 35px;
}

.navbar-poder-publico .navbar-1 .card-menu {
  position: absolute;
  top: 130%;
  background: #f3f3f3;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item {
  height: 61px;
  width: 203px;
  display: flex;
  box-sizing: border-box;
  transition: 0.5s;
  background-color: #fff;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item.gradient-1 :hover,
.navbar-poder-publico .navbar-1 .card-menu .card-menu-item.gradient-2 :hover {
  background-color: #e1173f;
  transition: 0.5s;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item .card-menu-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  font-size: 13px;
}

.navbar-poder-publico .navbar-1 .card-menu a.card-menu-item:hover {
  font-weight: bold;
  text-decoration: none;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item .card-menu-content.menu-style-1 {
  font-weight: bold;
  color: #fff;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item .menu-style-1 img {
  width: 20px;
  margin-left: 1rem;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item .card-menu-content.menu-style-2 {
  color: #989898;
  font-size: 16px;
  line-height: 16px;
  padding-right: 2rem;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item .card-menu-content.menu-style-2 img {
  width: 25px;
  margin-right: 1rem;
}

.navbar-poder-publico .navbar-2 {
  justify-content: flex-end;
  margin-left: 1rem;
  /* border: 1px solid red; */
}

.navbar-poder-publico .navbar-2 .nav-itens {
  display: flex;
  /* border: 1px solid red; */
  justify-content: flex-end;
  width: fit-content;
  max-width: 900px;
  flex: 1 1 0%;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item {
  margin: 0 0.7rem;
  display: flex;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.8;
  vertical-align: bottom;
  margin: 0;
  align-self: flex-end;
  white-space: nowrap;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item a:hover {
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-item-dropdown {
  align-self: flex-end;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-item-dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  align-self: flex-end;
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-item-dropdown .dropdown-toggle span {
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-item-dropdown .dropdown-menu {
  margin-top: 1rem;
  border-bottom: 5px solid #e1173f;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-item-dropdown .dropdown-menu.show a {
  padding: 1rem;
  color: #989898;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search {
  opacity: 0.8;
  width: 13vw;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 0;

  width: 8vw;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 0;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search input::-ms-input-placeholder,
.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search input::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search .input-group-append .btn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
  font-size: 12px;
  line-height: 12px;
}

.navbar-poder-publico .navbar-2 .nav-itens .nav-item .nav-search .input-group-append .btn img {
  width: 17px;
}

.navbar-mobile-1 {
  display: none;
}

.navbar-poder-publico .navbar-1 .card-menu .card-menu-item.mobile-only {
  display: none;
}

.poder-publico-carousel {
  margin-top: -3rem;
}

.poder-publico-carousel .carousel-indicators li {
  width: 61px;
}

.poder-publico-carousel .carousel-indicators li.active {
  height: 5px;
}

.poder-publico-carousel .carousel-caption {
  bottom: 3rem;
  z-index: 5;
}

.poder-publico-carousel .carousel-item {
  height: 585px;
}

.poder-publico-carousel .carousel-item a>.poder-publico-carousel-img,
.poder-publico-carousel .carousel-item>.poder-publico-carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 585px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-normal,
.poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-normal {
  display: block;
}

.poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-large,
.poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-mobile,
.poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-large,
.poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-mobile {
  display: none;
}

.menu-poder-publico-section {
  height: 78px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
}

.menu-poder-publico-section .menu-poder-publico {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  z-index: 5;
}

.menu-poder-publico-section .menu-poder-publico a {
  color: #47484c;
  padding: 0 2%;
  text-align: center;
  vertical-align: middle;
  align-self: center;
  height: 100%;
  text-align: center;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.menu-poder-publico-section .menu-poder-publico a h1 {
  color: black;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.menu-poder-publico-section .menu-poder-publico a.active {
  border-bottom: 3px solid #e1173f;
  color: #e1173f;
}

.menu-poder-publico-section .menu-poder-publico a:hover {
  color: #343538;
  text-decoration: none;
}

.menu-poder-publico-section .menu-poder-publico-sticky {
  position: fixed;
  top: 37px;
  width: 100%;
}

main .divider {
  width: 53px;
  height: 5px;
  margin: 1.5rem 0;
  background-color: #000;
}

main .divider.divider-white {
  background-color: #fff;
}

main .divider.divider-colored {
  background-color: #f73d76;
}

.grafismo {
  background: url('/assets/classic/svg/poder-publico/grafismo-1.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 163%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.comunity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.comunity .title {
  color: #fff;
  height: 8rem;
  width: 305px;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-align: center;
}

.comunity .content {
  display: flex;
  flex-direction: row;
  max-width: 911px;
  gap: 2rem;
}

.comunity .content .text {
  color: #fff;
  padding-left: 2rem;
  font-size: 14px;
  font-weight: normal;
}

.comunity .content .text .p1 {
  margin-left: -5rem;
  width: 312px;
  height: 139px;
}

.comunity .content .text .p2 {
  margin-bottom: 0;
}

.comunity .content .image {
  width: 80%;
}

.comunity .content .image .poder-publico-img-container {
  width: 100%;
}

.comunity .content .image .poder-publico-img-content {
  width: 470px;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
}

.remittances {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.remittances .title {
  color: #000;
  height: 8rem;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.remittances .content {
  display: flex;
  font-weight: normal;
  max-width: 911px;
  min-height: 400px;
  position: relative;
}

.remittances .content .furusato,
.remittances .content .collapses {
  width: 50%;
}

.remittances .content .furusato .text {
  font-size: 14px;
  color: #47484c;
  font-weight: normal;
}

.remittances .content .furusato {
  padding-right: 2rem;
}

.remittances .content .collapses {
  padding-left: 2rem;
}

.remittances .content .furusato .furusato-title {
  font-size: 18px;
  display: block;
  padding-bottom: 2rem;
  font-weight: 600;
}

.remittances .content .furusato .furusato-title img {
  width: 37px;
  margin-right: 1rem;
}

.remittances .content .collapses .poder-publico-collapse {
  -webkit-box-shadow: -1px 1px 10px 0px rgba(87, 87, 87, 0.47);
  -moz-box-shadow: -1px 1px 10px 0px rgba(87, 87, 87, 0.47);
  box-shadow: -1px 1px 10px 0px rgba(87, 87, 87, 0.47);
  border-radius: 5px;
  background: -o-linear-gradient(315deg, rgba(247, 61, 118, 1) 0%, rgba(131, 28, 127, 1) 100%);
  background: linear-gradient(135deg, rgba(247, 61, 118, 1) 0%, rgba(131, 28, 127, 1) 100%);
  margin-bottom: 1rem;
}

.remittances .content .collapses .poder-publico-collapse>.btn {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.remittances .content .collapses .poder-publico-collapse>.btn span {
  font-size: 14px;
  padding: 1.5rem;
}

.remittances .content .collapses .poder-publico-collapse>.btn .icon {
  padding: 1.5rem;
}

.remittances .content .collapses .poder-publico-collapse .btn:focus {
  box-shadow: none;
}

.remittances .content .collapses .poder-publico-collapse .btn.collapsed {
  background-color: #fff;
  color: #47484c;
  font-weight: normal;
}

.remittances .content .collapses .poder-publico-collapse .btn svg {
  transform: rotate(180deg);
  transition: 0.5s;
}

.remittances .content .collapses .poder-publico-collapse .btn.collapsed svg {
  transform: rotate(0deg);
}

.remittances .content .collapses .poder-publico-collapse .btn.collapsed svg path {
  stroke: #707070;
}

.remittances .content .collapses .poder-publico-collapse .btn svg path {
  stroke: #fff;
}

.remittances .content .collapses .poder-publico-collapse .poder-publico-collapse-text {
  padding: 1.3rem;
  padding-top: 0;
  font-size: 12px;
  color: #fff;
}

.remittances .content .collapses .poder-publico-collapse .poder-publico-collapse-text form {
  padding-top: 1rem;
  display: flex;
}

.remittances .content .collapses .poder-publico-collapse .poder-publico-collapse-text form .text-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  flex: 1 1 0%;
}

.remittances .content .collapses .poder-publico-collapse .poder-publico-collapse-text form .form-submit {
  flex: 1 1 0%;
  padding: 0 2rem;
  display: flex;
  align-items: flex-end;
}

.remittances .content .collapses .poder-publico-collapse .poder-publico-collapse-text .form-submit button {
  border-radius: 24px;
  background-color: #fff;
  color: #831c7f;
  width: 113px;
  height: 26px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  border: none;
  text-align: center;
  padding: 0;
}

section .title {
  color: #000;
  height: 8rem;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.products .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products .text {
  font-size: 14px;
  color: #757575;
  max-width: 683px;
  text-align: center;
  font-weight: normal;
}

.products .product-banner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: auto;
  gap: 1.6rem;

  width: 80%;
  display: flex;
  /* grid-template-columns: auto auto auto auto; */
  justify-content: center;
}

.products .product-banner .banner-item {
  display: inline-block;
  width: 161px;
  height: 149px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: background-size 0.5s ease-in;
  -moz-transition: background-size 0.5s ease-in;
  -web-kit-transition: background-size 0.5s ease-in;
}

.products .product-banner .banner-item:hover {
  background-size: 165% !important;
}

.products .product-banner .banner-item .banner-text {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 10px;
}

.products .product-banner .banner-item .banner-text .banner-divider {
  width: 48px;
  height: 4px;
  display: block;
  background-color: #e5173f;
  margin: 0.5rem 0;
}

.products .product-banner .banner-item .banner-text .banner-title {
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}

.products .product-banner .banner-item .banner-text .banner-desc {
  font-size: 10px;
  padding: 0 0.5rem;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  width: 100%;
}

.products .product-banner .banner-item:hover .banner-text .banner-desc {
  max-height: 50px;
  transition: max-height 0.5s ease-in;
  letter-spacing: 2px;
  font-size: 10px;
}

.shifts {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}

.shifts .title {
  height: 5rem;
}

.shifts .container-poder-publico {
  max-width: 950px;
  max-width: -webkit-calc(850px + calc(50px * 2));
  max-width: -moz-calc(850px + calc(50px * 2));
  max-width: calc(850px + calc(50px * 2));

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.shifts .container-poder-publico .poder-publico-text,
.shifts .container-poder-publico .shifts-carousel-container .current-date {
  padding: 0 50px;
}

.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  width: 50px;
  justify-items: flex-start;
}

.shifts .container-poder-publico .poder-publico-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.shifts .container-poder-publico .text {
  padding-bottom: 5rem;
  font-size: 14px;
}

.shifts .container-poder-publico .shifts-carousel-container {
  padding-bottom: 3rem;
}

.shifts .container-poder-publico .shifts-carousel-container .current-date {
  color: #47484c;
  font-size: 14px;
  padding-bottom: 1rem;
  display: block;
}

.multi-item-carousel .carousel-inner {
  width: 90%;
}

.multi-item-carousel .carousel-inner>.carousel-item {
  transition: 100ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .carousel-item {
  height: 80%;
}

.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  position: relative;
  display: block;
}

.shifts .carousel.multi-item-carousel,
.shifts .carousel.multi-item-carousel .carousel-inner {
  display: flex;
}

.shifts .carousel.multi-item-carousel .carousel-inner.active.left,
.shifts .carousel.multi-item-carousel .carousel-inner.active.right,
.shifts .carousel.multi-item-carousel .carousel-inner.next,
.shifts .carousel.multi-item-carousel .carousel-inner.prev {
  left: -33%;
}

.shifts .carousel.multi-item-carousel .carousel-control-prev,
.shifts .carousel.multi-item-carousel .carousel-control-next {
  background-color: none;
}

.shift-card {
  display: inline-block;
  width: 185px;
  height: 96px;

  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  margin: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px #bbb;
  background-color: #fff;
}

.shift-card:first-child {
  margin-left: 5px;
}

.shift-card:last-child {
  margin-right: 5px;
}

.shift-card .shift-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.shift-card .shift-card-content .shift-card-title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 0.2rem;
  text-align: center;
}

.shift-card .shift-card-content .shift-card-text {
  font-size: 11px;
  color: #47484c;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0;
  width: 100%;
}

.schedule-grafismo {
  background: url('/assets/classic/svg/poder-publico/grafismo-2.svg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 1146px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.schedule {
  position: relative;
  overflow: hidden;
}

.schedule,
.schedule .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.schedule .title {
  text-align: center;
}

.schedule .text {
  text-align: center;
  color: #757575;
  font-size: 14px;
}

.schedule .schedule-poder-publico-container {
  width: 100%;
  justify-content: center;
  padding: 4rem 0;
}

.schedule .schedule-poder-publico {
  background-color: #eee;
  box-shadow: 0px 2px 8px #00000029;
  border: 1px solid #f0f1f5;
  border-radius: 8px;
  height: 100%;
  max-width: 846px;

  display: block;
  margin: auto;
}

.schedule .schedule-poder-publico .schedule-poder-publico-header {
  background-color: #fff;
  height: 81px;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  justify-content: space-around;
}

.schedule .schedule-poder-publico .schedule-poder-publico-header span {
  cursor: pointer;
}

.schedule .schedule-poder-publico .schedule-card-container {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.schedule .schedule-poder-publico .schedule-card {
  width: 100%;
  min-height: 123px;
  height: auto;
  border-right: 5px solid #e1173f;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 8px #00000029;
  margin: 1rem 0;
  padding: 1rem 2rem;
  transition: 1s;
}

.schedule .schedule-poder-publico .schedule-card .schedule-card-period {
  color: #47484c80;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-items: center;
  align-content: center;
}

.schedule .schedule-poder-publico .schedule-card .schedule-card-period img {
  margin-right: 0.5rem;
  height: 10px;
  width: 9px;
}

.schedule .schedule-poder-publico .schedule-card .schedule-card-title {
  color: #47484c;
  font-size: 20px;
  padding: 0.5rem 0;
}

.schedule .schedule-poder-publico .schedule-card .schedule-card-desc {
  color: #47484c;
  font-size: 14px;
}

.schedule .schedule-poder-publico .schedule-card-container .collapse {
  width: 100%;
}

.schedule .schedule-poder-publico .btn-see-more {
  width: 100%;
  background-color: transparent;
}

.schedule .schedule-poder-publico .btn-see-more .text {
  color: #3b69ff;
}

.schedule .schedule-poder-publico .btn-see-more .text-two {
  display: none;
}

.schedule .schedule-poder-publico .btn-see-more.open .text-two {
  display: inline-block;
}

.schedule .schedule-poder-publico .btn-see-more.open .text-one {
  display: none;
}

.schedule .schedule-poder-publico .btn-see-more .icon {
  margin-left: 0.2rem;
}

.schedule .schedule-poder-publico .btn-see-more .icon img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.schedule .schedule-poder-publico .btn-see-more.open .icon img {
  transform: rotate(0deg);
}

.poder-publico-footer {
  background-color: #eee;
  width: 100%;
  height: 183px;
}

div.breadcrumb {
  display: none;
}

div#topBar.headertopBar div.holder div.como-usar:before {
  display: none;
}

body.mobile div.holderFixed {
  z-index: 9999;
}


div#topBar.headertopBar div.holder form fieldset>ul li.lembrar:before {
  background-color: #fff;
}

.modal {
  display: block !important;
}

a:hover {
  text-decoration: none !important;
}

a.btn-avancar {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #ea0d37;
  color: #ea0d37 !important;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  height: auto;
  background: url(/assets/common/img/seta_01_modal.png) transparent top 11px right 8px no-repeat;
}

.form-control {
  color: #fff !important;
}

ul.navSeg {
  margin: 46px 0 0 0;
  right: 170px;
}

ul.navSeg li.active a {
  color: #fff !important;
}

.menu__lateral .logo {
  left: 0;
}

.schedule-card-container>div {
  display: none;
}

.show {
  display: block;
}

.active {
  color: #47484c;
}

body.mobile #wrapper {
  padding-top: 0 !important;
}

.banner_01 {
  width: 100%;
  height: 432px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

#poder-publicoCarousel > div.carousel-inner > div > a > div.poder-publico-carousel-img.carousel-img-normal.banner_01 > img{
  width: 100%;
  height: auto;
  background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#poder-publicoCarousel > div.carousel-inner > div > a > div.poder-publico-carousel-img.carousel-img-mobile.mobile_01 > picture > img{
  width: 100%;
    height: 434px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.mobile_01 {
  width: 100%;
  height: 432px;
}

.menu__lateral {
  z-index: 999;
}

html.accessib-contraste-pb .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img, html.accessib-contraste-pa .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img {
  filter: grayscale(100%) opacity(80%) !important;
}

html.accessib-contraste-pb .menu-poder-publico-section .menu-poder-publico, html.accessib-contraste-pa .menu-poder-publico-section .menu-poder-publico {
  background-color: #000;
}

/* Acessibilidade */
a.link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

a.link:hover {
  color: inherit;
  text-decoration: underline;
}

ul.navSeg li>a {
  font-family: "Bradesco", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  opacity: 0.6;
  letter-spacing: 0.6px;
  border: none !important;
  font-weight: bold;
}

ul.navSeg li div.navCnt {
  border-bottom: 3px solid #e5173f;
  border-top: none;
  box-shadow: none;
  top: 53px;
  right: -26px;
}

ul.navSeg li div.navCnt ul.nav {
  padding: 0;
}

ul.navSeg li div.navCnt ul.nav>li {
  border-top: 1px solid #dbdbdb;
  float: none;
  margin-right: 0;
  position: initial;
  height: auto;
  width: 100%;
}

ul.navSeg li div.navCnt ul.nav>li:first-child {
  border-top: 0;
}

ul.navSeg li div.navCnt ul.nav>li a {
  font-size: 13px;
  padding: 10.5px 5px;
  color: #3c3c3c;
  font-family: "Bradesco", sans-serif;
  text-align: center;
  text-transform: unset;
  opacity: 1;
  letter-spacing: 1.5px;
  font-weight: normal !important;
  border: none !important;
}

ul.navSeg li a span {
  text-transform: none;
  font-size: 9px;
  display: block;
}

ul.navSeg li>a {
  font-family: "Bradesco", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  opacity: 0.6;
  letter-spacing: 0.6px;
  border: none !important;
  font-weight: bold;
}

ul.navSeg li div.navCnt.emp {
  width: 240px;
}

ul.navSeg li div.navCnt ul.nav>li a {
  font-size: 13px;
  padding: 10.5px 5px;
  color: #3c3c3c;
  font-family: "Bradesco", sans-serif;
  text-align: center;
  text-transform: unset;
  opacity: 1;
  letter-spacing: 1.5px;
  font-weight: normal !important;
}

.clear {
  clear: both;
}

ul.navSeg li div.navCnt ul.nav>li a:hover {
  color: #3c3c3c !important;
  background-color: #ebebeb !important;
  text-decoration: none;
}

ul.navSeg li div.navCnt ul.nav:after {
  display: none !important;
}

.mais-perfis .arrow_down:after {
  display: block;
  content: '\203A';
  font-size: 35px;
  font-weight: 400;
  top: 12px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(10deg);
  position: absolute;
  color: #47484C;
  width: 20px;
  height: 20px;
}

ul.navSeg li a {
  height: auto;
}

nav#mainMenu {
  z-index: 9;
}

.desktop {
  display: block;
}

.desktop .product-banner:nth-child(2) {
  margin-bottom: 3rem;
}

.mobile {
  display: none;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .shifts .container-poder-publico .poder-publico-text {
    padding: 0;
  }

  .multi-item-carousel .carousel-inner>.carousel-item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}
@media screen and (min-width: 1400px){
  .carousel-inner {
    margin-top: 90px;
}
}
@media screen and (min-width: 1600px){
  .carousel-inner {
    margin-top: 174px;
}
}
@media screen and (min-width: 1600px){
  .carousel-inner {
    margin-top: 314px;
}
}
@media screen and (min-width: 1025px) {

  #mm-1 ul li {
    display: none;
  }

  [data-target="#mm-2"] {
    display: none;
  }

  #mm-2 ul li {
    display: none;
  }

  #mm-3 ul li {
    display: none;
  }

}

@media (max-width: 991.98px) {
  .navbar-poder-publico .navbar-1 .card-menu .card-menu-item.mobile-only {
    display: flex;
  }

  .navbar-mobile-1 {
    display: flex;
  }

  .navbar-mobile-1 .btn img {
    height: 17px;
  }

  .navbar-poder-publico {
    background: transparent linear-gradient(270deg, #f73d76 0%, #831c7f 100%) 0% 0% no-repeat padding-box;
    align-items: center;
    height: 61px;
    margin-top: -37px;
  }

  .bradesco-top-bar {
    display: none !important;
  }

  .navbar-poder-publico .navbar-1 .brand img {
    height: 25px;
  }

  .navbar-poder-publico .navbar-1 .card-menu .card-menu-item .card-menu-content.menu-style-1 {
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
  }

  .navbar-poder-publico .navbar-1 .card-menu .card-menu-item.menu-title {
    background-color: transparent;
  }

  .navbar-poder-publico .navbar-1 .card-menu .card-menu-item.menu-title .card-menu-content {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .navbar-mobile-1 .nav-search input {
    background-color: transparent;
    border: none;
    color: #fff;
  }

  .navbar-poder-publico .navbar-2 .nav-itens {
    display: none;
  }

  .navbar-poder-publico .navbar-1 .card-menu {
    display: none;
    transition: 0.5s;
  }

  .navbar-poder-publico .navbar-1 .card-menu.open {
    display: block;
    position: fixed;
    top: 35px;
    right: 0;
    height: 100pc;
    width: 80%;
    z-index: 10;
  }

  .navbar-poder-publico .navbar-1 .card-menu.open .card-menu-item {
    width: 100%;
  }

  header.menu-open {
    margin-right: 80%;
  }

  header.menu-open .navbar-poder-publico {
    top: 35px;
    position: fixed;
    width: 20%;
  }

  header.menu-open .navbar-poder-publico .navbar-1 .brand {
    display: none;
  }

  header.menu-open .navbar-poder-publico .navbar-mobile-1 .nav-search {
    display: none;
  }

  header .navbar-poder-publico .navbar-mobile-1 .btn #menuIconClose {
    display: none;
  }

  header.menu-open .navbar-poder-publico .navbar-mobile-1 .btn #menuIconClose {
    display: block;
  }

  header.menu-open .navbar-poder-publico .navbar-mobile-1 .btn #menuIcon {
    display: none;
  }

  .poder-publico-carousel {
    margin-top: 43px;
  }

  .poder-publico-carousel .carousel-item {
    height: 305px;
  }

  .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img,
  .poder-publico-carousel .carousel-item>.poder-publico-carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 440px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
  }

  .menu-poder-publico-section .menu-poder-publico {
    overflow: auto;
  }

  .menu-poder-publico-section .menu-poder-publico a {
    padding: 0 1rem;
  }

  .menu-poder-publico-section .menu-poder-publico-sticky {
    position: relative;
    top: unset;
    width: unset;
  }

  .comunity .content {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 317px !important;
  }

  .comunity .title {
    font: normal normal 600 14px/20px Bradesco Sans;
    width: 160px;
  }

  .comunity .content .text {
    padding: 0 2rem;
    padding-bottom: 1rem;

    font: normal normal normal 12px/20px Bradesco Sans;
  }

  .comunity .content .text .p1 {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .comunity .content .image img {
    width: 155px;
    height: 165px;
  }

  .comunity .content .image .poder-publico-img-content {
    gap: 10px;
    width: 321px;
  }

  .remittances .content .furusato,
  .remittances .content .collapses {
    width: 100%;
  }

  .remittances .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    max-width: none;
    width: 90vw;
  }

  .remittances .title {
    font-size: 14px;
    font-weight: 600;
  }

  .remittances .content .furusato {
    padding: 3rem;
    padding-bottom: 1rem;
  }

  .remittances .content .furusato .furusato-title {
    font-size: 16px;
  }

  .remittances .content .collapses .poder-publico-collapse>.btn,
  .remittances .content .furusato .text {
    font-size: 12px;
  }

  .remittances .content .collapses {
    padding: 0;
  }

  .remittances .content .card-beneficios {
    min-width: 317px;
    width: 50vw;
    min-height: 225px;
    height: 30vh;
    max-width: none;
  }

  .remittances .content .canais-digitais {
    background-size: cover;
  }

  .remittances .content .renegociacao-dividas {
    background-size: cover;
  }

  .remittances .content .portabilidade-credito {
    background-size: cover;
  }

  .remittances .content .portabilidade-salario {
    background-size: cover;
  }

  .remittances .title {
    height: 3em;
    font-size: 1.5rem;
  }

  .comunity .content .image {
    width: 100%;
    padding: 0 2rem;
    display: grid;
    justify-content: center;
  }

  .comunity .content .image .poder-publico-img img {
    margin-top: auto;
    padding: 1rem;
  }

  section .title {
    height: 4rem;

    font-size: 1.5rem;
  }

  .products .content {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }

  .products .product-banner {
    width: 90%;
    display: block;
  }

  .slick-dots {
    bottom: -50px
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
    background: #C5C5C5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    bottom: 30px !important;
  }

  .slick-dots li.slick-active {
    background: #E1173F 0% 0% no-repeat padding-box !important;
  }

  .slick-dots li button:before {
    content: '';
  }

  .grafismo {
    height: 0;
  }

  .products .product-banner .banner-item .banner-text .banner-desc {
    max-height: 50px;
    transition: max-height 0.5s ease-in;
    letter-spacing: 2px;
    font-size: 10px;
  }

  .shifts .container-poder-publico {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }

  .shift-card,
  .shift-card:first-child,
  .shift-card:last-child {
    margin: 0.5rem;
    width: 95%;
  }

  .schedule {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .schedule .schedule-poder-publico .schedule-poder-publico-header {
    font-size: 16px;
  }

  .schedule .schedule-poder-publico .schedule-card {
    padding: 1rem;
  }

  .schedule .schedule-poder-publico .schedule-card .schedule-card-period {
    font-size: 10px;
  }

  .schedule .schedule-poder-publico .schedule-card .schedule-card-title {
    font-size: 14px;
  }

  .schedule .schedule-poder-publico .schedule-card .schedule-card-desc {
    font-size: 10px;
  }

  .schedule .content {
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .poder-publico-carousel {
    margin-top: 80px;
  }
}

@media (max-width: 542px) {
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
}

@media (max-width: 425px) {

  .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-mobile,
  .poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-mobile {
    display: block;
  }

  .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-large,
  .poder-publico-carousel .carousel-item a>.poder-publico-carousel-img.carousel-img-normal,
  .poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-large,
  .poder-publico-carousel .carousel-item>.poder-publico-carousel-img.carousel-img-normal {
    display: none;
  }
}