
.highlights {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
}

.highlights > * {
    flex-basis: 100%;
    width: 100%;
}

.highlights .highlights-right {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: stretch;
}

.highlights .highlights-right p a {
  color: #fff;
}

.highlights .highlights-right .title {
    text-transform: uppercase;
}

.highlights .highlights-right .item {
    min-height: 650px;
    width: 100%;
    padding: 40px 33px 20px;
}

.highlights .highlights-right .label:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #0085ca;
	margin-right: -20px;
}

.highlights .highlights-right .label {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14pt;
    white-space: normal;
}

.highlights .highlights-right .item {
    background-color: #59aa47;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.highlights .highlights-right .item:first-child {
    background-image: url('../images/bg-home-jovemdefuturo.png');
}

.highlights .highlights-right .item .more-about a {
    color: #fff;
}

.highlights .carousel {
    padding: 0;
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-inner>.item {
    padding: 0 30px;
}

.highlights .carousel .bg-carrossel {
    background-image: url('../images/bg-home-carrossel.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}

.highlights .category {
    color: #008190;
    border-bottom: 1px solid #2b9eb1;
    font-weight: bold;
    padding-bottom: 0.6em;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'FFSanukWebBold';
    letter-spacing: 2px;
    margin-top: 30px;
}

.highlights-right a {
  color: #fff;
}

.highlights .carousel .title {
    color: #008190;
    font-size: 3.4em;
    margin-top: 10%;
    font-family: 'FFSanukWebLight';
}

.highlights .carousel .title a {
    color: #008190;
}

.highlights .carousel .line {
    border-bottom: 15px solid #05b7c8;
    width: 34%;
    clear: both;
    margin-left: 0;
}

.highlights .carousel .short-description a {
    font-size: 14pt;
    color: #2C3A66;
}

.highlights .carousel .carousel-indicators li {
    background: none;
    position: relative;
    border: 2px solid #05b7c8;
}

.highlights .carousel .carousel-indicators li.active span {
    background: #05b7c8;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
}

.carousel-control-highlight {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  height: 70px;
}

.carousel-control-highlight > a {
  border-bottom: 1px solid #6dcff6;
  font-size: 1.8em;
  padding: 10px;
  line-height: .9em;
  height: 70px;
  background-image: -webkit-linear-gradient(rgba(44,58, 101, 0), #05b7c8);
  background-image: -o-linear-gradient(rgba(44,58, 101, 0), #05b7c8);
  background-image: linear-gradient(rgba(44,58, 101, 0), #05b7c8);
  margin-top: 15px;
  color: #fff;
}

@media (max-width: 425px) {
    .highlights .carousel {
        padding: 1em;
    }

    .highlights .carousel .title {
      font-size: 24pt;
    }

    .highlights .carousel .short-description {
      font-size: 12pt;
    }
}

@media (min-width: 1900px) {

    .highlights .category {
        font-size: 1.2em;
    }

    .more-about,
    .highlights .more-about a {
        font-size: 12pt;
        font-family: 'FFSanukWeb';
    }
    
    .highlights .more-about i.icon.new-tab,
    .highlights .more-about i.icon.arrow-right {
        width: 20px;
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
  .highlights .carousel {
    padding-bottom: 150px;
  }

    .highlights {
        flex-direction: column;
    }

    .highlights .highlights-right {
        flex-direction: column;
        min-height: 650px;
    }

    .highlights > * {
        width: 100%;
    }

    .highlights .highlights-right .item {
        width: 100%;
    }
}