.notMobile .banner-off.fundo {
  background: #363843;
  position: absolute;
  top: 0;
}

.notMobile .container-fluid.banner-off.fundo {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
}

.notMobile .banner-off h2 {
    color: white;
    margin: 5px 0;
    line-height: 25px;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.notMobile .banner-off h3 {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.notMobile .banner-off p {
    color: white;
    margin: auto;
    font-size: 16px;
    height: 54px;
    line-height: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.notMobile .banner-off .fundo-titulo {
  display: flex;
  align-items: center;
}

.notMobile .banner-off strong {
  font-weight: bolder;
  display: contents;
}

.notMobile .banner-off span {
  font-size: 22px;
  font-weight: 900;
}
.notMobile .banner-off.fundo .fundo-titulo h2 span {
    margin-left: 5px;
}
.notMobile .banner-off .off h3 span {
  font-size: 27px;
}

.notMobile .banner-off .off h3 span:nth-child(1) {
  font-size: 27px;
  z-index: 1;
  /* letter-spacing: -7px; */
  margin-left: 5px;
}

.notMobile .banner-off .titulo {
  padding: 10px;
  color: #f98b3e;
  border-radius: 35px;
  font-size: 21px;
  display: flex;
  justify-content: center;
}

.notMobile .banner-off .btn a {
  height: 100%;
  width: 185px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 3px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: auto;
  justify-content: center;
}


/*mobile \/ */
.isMobile .banner-off.fundo {
  background: #363843;
  position: absolute;
  top: 0;
}
.isMobile .banner-off.fundo .fundo-titulo h2 span {
  margin-left: 5px;
}
.isMobile .banner-off h2 {
  color: white;
  margin: 5px 0;
  line-height: 25px;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.isMobile .banner-off h3 {
  color: white;
  font-size: 13px;
  font-weight: 600;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.isMobile .banner-off p {
  color: white;
  margin: auto;
  font-size: 16px;
  height: 54px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.isMobile .banner-off .fundo-titulo {
  display: flex;
  align-items: center;
}
.isMobile .banner-off strong {
  font-weight: bolder;
  display: contents;
}
.isMobile .banner-off span {
  font-size: 22px;
  font-weight: 900;
}
.isMobile .banner-off .off h3 span {
  font-size: 27px;
}
.isMobile .banner-off .off h3 span:nth-child(1) {
  font-size: 27px;
  z-index: 1;
  margin-left: 5px;
}
.isMobile .banner-off .titulo {
  padding: 6px 0;
  color: #f98b3e;
  border-radius: 35px;
  font-size: 13px;
  line-height: 14px;
  display: flex;
  justify-content: center;
}
.isMobile .banner-off .btn a {
  height: 100%;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.isMobile .container-fluid.banner-off.fundo {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1000;
}

.isMobile .isMobile h3 {
  font-size: 14px;
}