*,
::before,
::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

@import url('/assets/common/css/font-bradesco/font-bradesco.css');

section.newCards {
  padding: 0 0 50px;
  font-family: 'BradescoSans', sans-serif;
}

section.newCards header {
  margin-bottom: 0;
}

section.newCards header p {
  font-family: 'BradescoSans', sans-serif;
}

section.newCards #list {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

section.newCards h2.title,
section.newCards p.subtitle {
  color: #535353;
  font-family: 'BradescoSans', sans-serif;
}

section.newCards .row {
  margin-right: 0;
  margin-left: 0;
}

section.newCards .prl5 {
  padding-right: 15px;
  padding-left: 15px;
}

section.newCards .ptb5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

section.newCards span.wrap {
  white-space: normal;
  font-family: 'BradescoSans', sans-serif;
}

section.newCards h2.title {
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 15px 0 20px;
}

section.newCards h2.title::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #e5173f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

section.newCards p.subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-style: normal;
}

section.newCards div.box-cards {
  position: relative;
  overflow: hidden;
  border: 8px solid transparent;
}

section.newCards div.box-cards:hover .filtro {
  opacity: 0.75;
}

section.newCards div.box-cards img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

section.newCards div.box-cards:hover .zoomIn img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

section.newCards div.box-cards .filtro {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.45;
  position: absolute;
  background-color: #1d1d1d;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.newCards .col-cards {
  padding-right: 0;
  padding-left: 0;
}

section.newCards .box-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 10px 15px;
  z-index: 1;
}

/* OLD */
/* section.newCards .box-text h4.title {
      letter-spacing: 0.5px;
      font-size: 19px;
      font-weight: 500;
      position: relative;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      padding-bottom: 17.4px;
      margin-bottom: 20px; }
      section.newCards .box-text h4.title::after {
        content: " ";
        width: 50px;
        height: 4px;
        display: block;
        background: #e5173f;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); } */

/* NEW */
section.newCards .box-text p.title {
  letter-spacing: 0.5px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 17.4px;
  margin-bottom: 20px;
}

section.newCards .box-text p.title::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #e5173f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/* OLD */
/* section.newCards .box-text h5.subtitle {
      color: #ffffff;
      font-size: 14px;
      line-height: 19.2px;
      font-weight: bold;
      letter-spacing: 0.63px;
      margin-bottom: 8.4px;
      font-weight: 400; } */

/* NEW */
section.newCards .box-text p.sub {
  color: #ffffff;
  font-size: 14px;
  line-height: 19.2px;
  font-weight: bold;
  letter-spacing: 0.63px;
  margin-bottom: 8.4px;
  font-weight: 400;
}

section.newCards .box-text span.wrap {
  color: #ffffff;
}

@media (min-width: 1024px) {
  section.newCards h2.title {
    font-size: 25px;
  }

  section.newCards p.subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  section.newCards .prl5 {
    padding-right: 50px;
    padding-left: 50px;
  }

  section.newCards .ptb5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.newCards span.wrap {
    white-space: nowrap;
  }
}

.path-link {
  float: left;
  list-style: none;
  position: relative;
  top: 100px;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 9;
  left: -150px;
}

.path-link a {
  color: #fff;
  font-size: 13px;
  display: inline;
  text-decoration: none;
}

section.mainContent {
  margin-top: 70px;
}

/*# sourceMappingURL=new-prod-serv.css.map */