/* primeiro carrossel */
.carousel-caption-primary {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
}

.carousel-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: black;
  color: #fff;
  padding: 4px 50px;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .carousel-caption-primary {
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
  }

  .carousel-caption-primary h1 {
    font-size: 1.2rem;
  }

  .carousel-caption-primary p {
    font-size: 0.8rem;
  }

  .carousel-caption-primary .carousel-btn {
    padding: 4px 20px;
    font-size: 0.8rem;
  }
}

/* benefícios */
.section-beneficios {
  background: #555555;
  color: white;
}

.benefits-item {
  margin: 28px 0;
  height: 54px;
}

.beneficios-icon {
  max-width: 60px;
  max-height: 40px;
  margin-right: 10px;
}

.line-text {
  font-size: 0.875rem;
  line-height: 1.43;
  font-style: italic;
  max-width: 230px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.text {
  font-weight: 700;
  display: block;
  color: #fff;
  font-style: normal;
  max-width: 230px;
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
}



.slick-dots{
  display: none !important;
}

@media (max-width: 768px) {
  .carousel-benefits .col-6 {
    width: 100%;
  }
}

/* banner info */
.info-div{
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: right;
  align-items: center; 
}

.info-div .legend {
  text-align: right;
  padding: 50px 150px;
  color: #fff;
  width : 50%;
}

@media (max-width: 550px) {
  .info-div .legend {
    padding: 20px;
    width : 100%;
  }
}


@media (max-width: 1024px) {
  .carousel-caption-primary h1 {
    font-size: 1rem;
    font-weight: 700;
  }

  .carousel-caption-primary p {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .carousel-btn {
    font-size: 0.675rem;
    padding: 4px 30px;
    margin-top: 0px;
  } 
}

