* {
  font-family: "Bradesco" !important;
}

section.mainContent {
  padding: 0;
}

.mainContent header h2.titlePage-n {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 64px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #595959;
}

.mainContent header hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #194559;
  padding: 0;
  width: 50px;
  margin: 0 auto;
}

.mainContent .solucoes-integradas .content-areaBox {
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 66px;
  padding-right: 66px;
  background: #fff;
  margin-top: -30px;
}

.mainContent .solucoes-integradas .content-areaBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #595959;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.mainContent .solucoes-integradas .content-areaBox hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #194559;
  padding: 0;
  width: 50px;
  margin: 0 auto;
}

.mainContent .solucoes-integradas .content-areaBox p.newP {
  font-size: 14px !important;
  font-weight: 400;
  color: #595959;
  text-align: center;
  margin-top: 44px;
  line-height: 25px;
}

.mainContent .solucoes-integradas .btns-options li a {
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 20px 20px;
  background: transparent;
  border-radius: 40px;
  color: #194559;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #194559;
}

.mainContent .solucoes-integradas .btns-options li a:hover {
  background: #335a73;
  color: #ffff;
}

.mainContent .solucoes-integradas .btns-options li a.active {
  background: #335a73;
  color: #ffff;
}

.mainContent .solucoes-integradas .btns-options li a.active:hover {
  background: #194559;
  color: #ffff;
}

.mainContent .sobre-accordion {
  padding-bottom: 100px;
  margin-bottom: 0;
}

.mg-tp-60 {
  margin-top: 30px;
}

.mainContent .sobre-accordion .tab-pane .item {
  margin-top: 60px;
}

.mainContent .sobre-accordion .tab-pane .item img {
  margin: 0 auto;
  display: block;
}

.mainContent .sobre-accordion .tab-pane .item h1 {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mainContent .sobre-accordion .tab-pane .item p {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 18px;
  margin-bottom: 30px;
}

.mainContent .sobre-accordion .tab-pane .item .special-txt {
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  display: block;
  text-align: center;
}

.mainContent .sobre-accordion .tab-pane .item .special-txt + .special-txt {
  margin-top: 10px;
}

.mgb80 {
  margin-bottom: 80px;
}

.content-bottom h1 {
  margin-top: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #595959;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.content-bottom hr.new-hr-bottom {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #194559;
  padding: 0;
  width: 50px;
  margin: 0 auto !important;
  margin-bottom: 56px !important;
  margin-top: 16px !important;
}

.content-bottom .img {
  position: relative;
  cursor: pointer;
}

.content-bottom .img .bg-hover {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity linear 0.2s;
}

.content-bottom .img img {
  width: 100%;
}

.content-bottom .img span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 30px;
  transition: margin-bottom 0.3s;
}

.content-bottom .img small {
  display: block;
  font-size: 0 !important;
  font-weight: 600;
  color: #fff;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 25px;
  opacity: 0;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity ease-out 0.5s;
}

/* EFEITOS HOVER CONHECA TAMBEM */
.content-bottom .img:hover .bg-hover {
  background: #335a73;
  opacity: 0.7;
}

.content-bottom .img:hover small {
  font-size: 12px !important;
  opacity: 1;
  height: auto;
}

.content-bottom .img:hover span {
  margin-bottom: 85px;
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .mainContent .solucoes-integradas .btns-options li a#accordionTarget {
    margin-left: 10px;
  }

  .mainContent .solucoes-integradas .btns-options li a#accordionTarget2 {
    margin-right: 10px;
  }

  .mgb80 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 479px) {
  section.mainContent div.row {
    width: 100% !important;
  }

  .mainContent .solucoes-integradas .content-areaBox {
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mainContent .solucoes-integradas .btns-options li a {
    margin: 15px;
  }

  .img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

h1 + .special-txt {
  margin-bottom: 8px;
}
