.certs-wrapper .banner {
  width: 100%;
  z-index: 2;
}

.certs-wrapper .banner .content {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
  display: flex;
  overflow: hidden;
}

.certs-wrapper .banner .content::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(160, 101, 254, 1) 0%,
    rgba(158, 102, 252, 1) 41%,
    rgba(151, 107, 247, 1) 56%,
    rgba(139, 115, 237, 1) 66%,
    rgba(100, 142, 206, 1) 82%,
    rgba(73, 161, 185, 1) 88%,
    rgba(41, 183, 159, 1) 94%,
    rgba(0, 212, 127, 1) 100%
  );
}

.certs-wrapper .banner.themes .content {
  padding-bottom: 30px;
  background-image: none;
}

.certs-wrapper .banner .content img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.certs-wrapper .banner .info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: var(--black);
  width: 1255px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 135px;
}

.certs-wrapper .banner .info p {
  color: var(--black);
  max-width: 600px;
}

.certs-wrapper .main-content {
  max-width: 1325px;
  width: 100%;
  padding: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.certs-wrapper .breadcrums {
  max-width: 1325px;
  margin: 0 auto;
}

.certs-wrapper .main-content h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* uni-insti-container */
.certs-wrapper .uni-insti-container {
  margin: 50px 0px 60px 0px;
}

.certs-wrapper .uni-content .info {
  flex-direction: column;
}

.certs-wrapper .u-i-txt-box {
  margin: 0px 0px 60px 0px;
  width: 780px;
}

.certs-wrapper .u-i-txt-box p {
  font-weight: 500;
  line-height: 24px;
}

.certs-wrapper .u-i-box {
  display: flex;
  margin: 0px 0px 40px 0px;
  height: auto;
}

.certs-wrapper .u-i-box > div {
  align-self: flex-start; /* aplica a elementos específicos */
}

.certs-wrapper .u-i-border {
  border: 1px solid #000000;
}

.certs-wrapper .u-i-jcarousel {
  position: relative;
  overflow: hidden;
  width: 384px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.certs-wrapper .u-i-jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.certs-wrapper .u-i-jcarousel li {
  float: left;
  width: 384px;
  height: 100%;
}

.certs-wrapper .carousel-control {
  opacity: 0.4;
  height: 100%;
}

.certs-wrapper .carousel-control:hover {
  opacity: 1;
  transition: 0.5s;
}

.certs-wrapper .u-i-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 384px;
  height: 226px;
}

.certs-wrapper .u-i-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.certs-wrapper .u-i-info {
  width: 652px;
  margin: 7px 0px 0px 70px;
}

.certs-wrapper .u-i-info h3 {
  margin: 0px 0px 10px 5px;
}

.certs-wrapper .u-i-info .u-i-desc {
  font-weight: 500;
  line-height: 23px;
}

.certs-wrapper .u-i-info a p {
  font-weight: 600;
}

.certs-wrapper .u-i-links {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: center;
}

.certs-wrapper .u-i-links .arrow {
  margin: 0px 15px 0px 3px;
  width: 24px;
}

.certs-wrapper .u-i-links .social-icon {
  margin: 0px 12px 0px 0px;
}

.certs-wrapper .u-i-jcarousel-control {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 92%;
  align-self: center;
  align-items: center;
}

.certs-wrapper .u-i-jcarousel-control img {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
