@font-face {
  font-family: Bradesco Sans;
  src: url(../fonts/assets) format("ttf"),
    url(../fonts/BradescoSans-Light.woff) format("woff"),
    url(../fonts/BradescoSans-Light.eot) format("eot"),
    url(../fonts/BradescoSans-Light.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Bradesco Sans;
  src: url(../fonts/BradescoSans-Medium.ttf) format("ttf"),
    url(../fonts/BradescoSans-Medium.woff) format("woff"),
    url(../fonts/BradescoSans-Medium.eot) format("eot"),
    url(../fonts/BradescoSans-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Bradesco Sans;
  src: url(../fonts/BradescoSans-SemiBold.ttf) format("ttf"),
    url(../fonts/BradescoSans-SemiBold.woff) format("woff"),
    url(../fonts/BradescoSans-SemiBold.eot) format("eot"),
    url(../fonts/BradescoSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Bradesco Sans;
  src: url(../fonts/BradescoSans-Bold.ttf) format("ttf"),
    url(../fonts/BradescoSans-Bold.woff) format("woff"),
    url(../fonts/BradescoSans-Bold.eot) format("eot"),
    url(../fonts/BradescoSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a:focus-visible, .nikkei-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 {
  display: none;
}

header.mainHeader {
  top: 0;
}

.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-nikkei {
  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-nikkei .navbar-1 .brand img {
  height: 35px;
}

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

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

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

.navbar-nikkei .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-nikkei .navbar-1 .card-menu a.card-menu-item:hover {
  font-weight: bold;
  text-decoration: none;
}

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

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

.navbar-nikkei
  .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-nikkei
  .navbar-1
  .card-menu
  .card-menu-item
  .card-menu-content.menu-style-2
  img {
  width: 25px;
  margin-right: 1rem;
}

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

.navbar-nikkei .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-nikkei .navbar-2 .nav-itens .nav-item {
  margin: 0 0.7rem;
  display: flex;
}

.navbar-nikkei .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-nikkei .navbar-2 .nav-itens .nav-item a:hover {
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
}

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

.navbar-nikkei
  .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-nikkei
  .navbar-2
  .nav-itens
  .nav-item
  .nav-item-dropdown
  .dropdown-toggle
  span {
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}

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

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

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

.navbar-nikkei .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-nikkei .navbar-2 .nav-itens .nav-item .nav-search input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

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

.navbar-nikkei
  .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-nikkei
  .navbar-2
  .nav-itens
  .nav-item
  .nav-search
  .input-group-append
  .btn
  img {
  width: 17px;
}

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

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

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

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

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

.nikkei-carousel .carousel-item {
  height: 585px;
}

.nikkei-carousel .carousel-item a > .nikkei-carousel-img,
.nikkei-carousel .carousel-item > .nikkei-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;
}

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

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

.menu-nikkei-section {
  height: 78px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  margin-top: 40px;
}

.menu-nikkei-section .menu-nikkei {
  margin-right: 22%;
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  z-index: 5;
}

.menu-nikkei-section .menu-nikkei 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-nikkei-section .menu-nikkei a h1{
  color: #47484c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.menu-nikkei-section .menu-nikkei-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('../img/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-reverse;
  max-width: 911px;
}

.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 img {
  width: 567px;
}



.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;
  flex-direction: column;
  align-items: center;
 }

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

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

.remittances .content .furusato {
  padding-right: 2rem;
  padding: 0;
  text-align: justify;
  
}

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

.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 .nikkei-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 .nikkei-collapse > .btn {
  width: 100%;
  text-align: left;
  padding: 0rem;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

.remittances
  .content
  .collapses
  .nikkei-collapse
  .nikkei-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: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  margin: auto;

  display: flex;
  width: 90%;
  justify-content: center;
}

.products .product-banner .banner-item {
  display: inline-block;
  width: 161px;
  height: 149px;
  margin: 0 0.5rem;
  background-size: 150% !important;
  background-position: center !important;
  background-repeat: no-repeat !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;
}


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

.shifts .title {
  height: 5rem;
}

.shifts .container-nikkei {
  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-nikkei .nikkei-text,
.shifts .container-nikkei .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-nikkei .nikkei-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

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

.shifts .container-nikkei .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%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .shifts .container-nikkei .nikkei-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;
  }
}

.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('../img/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-nikkei-container {
  width: 100%;
  justify-content: center;
  padding: 4rem 0;
}

.schedule .schedule-nikkei {
  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-nikkei .schedule-nikkei-header {
  background-color: #fff;
  height: 81px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  justify-content: space-around;
}

.schedule .schedule-nikkei .schedule-nikkei-header span {
  cursor: pointer;
}

.schedule .schedule-nikkei .schedule-card-container {
  padding: 2rem;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.schedule .schedule-nikkei .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-nikkei .schedule-card .schedule-card-period {
  color: #47484c80;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-items: center;
  align-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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



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

header.mainHeader {
  display: initial;
  padding: 0 60px !important;
  position: absolute;
  z-index: 998;
  width: 100% !important;
}

div.breadcrumb {
  display: none;
}


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

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

.cookies {
  z-index: 9999!important;
}

.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: #495057!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;
}

#wrapper {
  padding: 0;
}

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

.home .busca.theme-classic {
  top: 0;
}
div.busca {
  display: none;
}

.modal-busca {
  top: 0 !important;
}

/* Banners */

.banner_01 {
  background-image: url('../img/Slide-01.jpg');
  background-image: -webkit-image-set(url('../img/Slide-01.webp') 1x)
}
.mobile_01 {
  background-image: url('../img/Slide-01-Mobile.jpg');
  background-image: -webkit-image-set(url('../img/Slide-01-Mobile.webp') 1x)
}

.banner_02 {
  background-image: url('../img/Slide-02.jpg');
  background-image: -webkit-image-set(url('../img/Slide-02.webp') 1x)
}
.mobile_02 {
  background-image: url('../img/Slide-02-Mobile.jpg');
  background-image: -webkit-image-set(url('../img/Slide-02-Mobile.webp') 1x)
}

.menu__lateral {
  z-index: 999;
}

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

html.accessib-contraste-pb .menu-nikkei-section .menu-nikkei, html.accessib-contraste-pa .menu-nikkei-section .menu-nikkei {
  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;
}

.carousel-inner {
  margin-top: 5rem !important;
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
  .banner_02.desk1366 {
    background-image: url('../img/banner-1366px.jpg');
    height: 740px !important;
    width: 1420px;
  }
}

@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) {
  .menu-nikkei-section .menu-nikkei {
    overflow: auto;
    justify-content: flex-start;
  }

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

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

  .comunity {
    z-index: 1;
  }
  .comunity .content {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .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 {
    margin-top: 2rem;
    width: 100%;
    padding: 30px;
  }

  .remittances .content .furusato,
  .remittances .content .collapses {
    width: 100%;
  }
  .remittances .content {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
  }

  .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 .nikkei-collapse > .btn,
  .remittances .content .furusato .text {
    font-size: 12px;
    text-align: justify;
  }

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

  section .title {
    height: 4rem;

    font-size: 14px;
  }

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

  .products .product-banner {
    overflow: auto;
    width: 90%;
    justify-content: left;
  }

  .shifts .container-nikkei {
    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-nikkei .schedule-nikkei-header {
    font-size: 12px;
  }

  .schedule .schedule-nikkei .schedule-card {
    padding: 1rem;
  }

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

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

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

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

  .navbar-nikkei .navbar-1 .card-menu .card-menu-item.mobile-only {
    display: flex;
  }

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

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

  .navbar-nikkei {
    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-nikkei .navbar-1 .brand img {
    height: 25px;
  }

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

  .navbar-nikkei .navbar-1 .card-menu .card-menu-item.menu-title {
    background-color: transparent;
  }
  .navbar-nikkei
    .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-nikkei .navbar-2 .nav-itens {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .nikkei-carousel .carousel-item {
    height: 305px;
  }

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

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

@media (max-width: 425px) {

  .tablinks-pf, 
  .tablinks-pj,
  div.comboSegmentos {
    display: none !important;
  }
  
  .menu-aposentados-section .menu-aposentados a:hover {
    border-bottom: 7px solid #CC092F !important;
  }

  nav#MainMenuMobile.mega-menu {
    margin-top: 60px;
  }

  nav#MainMenuMobile.mega-menu .mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 0 !important;
  }

  .carousel-inner {
    margin-top: 10rem !important;
  }

  .menu-nikkei-section .menu-nikkei {
    margin-right: 0;
  }

  .menu-nikkei .logo {
    display: none !important;
  }

  .nikkei-carousel {
    margin-top: 5px;
  }
  
  .nikkei-carousel .carousel-item a > .nikkei-carousel-img.carousel-img-mobile,
  .nikkei-carousel .carousel-item > .nikkei-carousel-img.carousel-img-mobile {
    display: block;
    height: 305px;
  }

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

@media (max-width: 360px) {
  .nikkei-carousel .carousel-item a > .nikkei-carousel-img.carousel-img-mobile,
  .nikkei-carousel .carousel-item > .nikkei-carousel-img.carousel-img-mobile {
    height: 265px;
  }

  .carousel-indicators {
    margin-bottom: 3rem;
  }
}

.primeirosemestre, 
.segundosemestre {
  display: contents;
}

@media only screen and (max-width: 620px) {
  .schedule .schedule-nikkei .schedule-nikkei-header {
    height: 190px;
    font-size: 14px;
  }
  .primeirosemestre, 
  .segundosemestre {
    display: flex;
    flex-direction: column;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .menu-nikkei-section {
    margin-top: 120px !important;
  }

  .swiper-container {
    margin-top: 198px !important;
  }
}

.swiper-container {
  max-height: 685px;
  margin-top: 35px;
  margin-right: -15px;
}