.beneficios {
  overflow-x: hidden;
  padding: 0 0 72px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.beneficios .wrapper-text {
    max-width: 869px;
    display: flex;
    margin: 48px auto;
    flex-direction: column;
    gap: 24px;
}

.beneficios p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0px;
  color: #040E20;

  @media(min-width: 768px) {
        font-size: 24px;
        line-height: 30px;
  }
}

.wrapper-text {
  position: relative;
}

.wrapper-text .aviso-texto-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background-color: #EBF1FF;
  border: 1px solid #EBF1FF;
  border-radius: 12px;
  padding: 16px;
}

.wrapper-text .aviso-texto {
  gap: 12px;
  display: flex;
  text-align: left;

  @media(min-width: 768px) {
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0px;
      color: #040E20;
  }
}

.wrapper-text .aviso-texto div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wrapper-text .aviso-texto div strong {
  font-family: "Margem-medium";
  font-weight: 500;
  font-size: 14px;
  color: #090E39;
}

.wrapper-text .aviso-texto div p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #090E39;
}

.wrapper-text .aviso-atencao {
  width: 24px;
  height: 24px;
}

.aviso-fechar-btn {     
  z-index: 10;    
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #090E39;
}

.beneficios .cards-beneficios {
  max-width: 950px;
  margin: 0 auto 0;
  gap: 16px;
}

.beneficios .cards-beneficios .slick-list .slick-track {
  gap: 16px;
}

.beneficios .cards-beneficios .slick-list .slick-track {
  padding-top: 0;
  padding-bottom: 24px;
}

.beneficios .cards-beneficios .box {
  width: 296px !important;
  min-width: 294px;
  border: 1px solid #EBECF0;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0px 4px 10px 4px #00000012;
  height: 348px !important;
  align-self: stretch;
}

.beneficios .cards-beneficios .box img {
  margin-bottom: 16px;
}

.beneficios .cards-beneficios .box p {
  font-family: "Margem-medium";
  font-size: 24px;
  line-height: 25px;
  height: 60px;
}

.beneficios .cards-beneficios .box span {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #172B4D;
  font-size: 16px;
  line-height: 24px;
}

.btn-wrap {
  text-align: center;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.btn-wrap button.next-btn, .btn-wrap button.prev-btn {
  border: #616365 solid 1px;
  background: none;
  color: #616365;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.btn-wrap button.next-btn:focus, .btn-wrap button.prev-btn:focus {
  outline: none;
}

.btn-wrap button.next-btn:hover, .btn-wrap button.prev-btn:hover {
  border: #0067FF solid 1px;
  background: none;
  color: #0067FF;
}


.beneficios .cta {
  border-radius: 12px;
  height: 56px;
  max-width: 373px;
  width: 100%;
  font-family: "Margem-medium";
  font-size: 16px;
  line-height: 20px;
  color: #f9f9f9;
  background-color: #0067FF;
}

@media (max-width: 420px) {
  .beneficios .cards-beneficios .box {
    height: unset;
  }
}