
/* extra bonus */

.shipbx {
    width: 710px;
    height: 90px;
    border: 2px solid #972311;
    border-radius: 14px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    padding: 17px 25px 15px 150px;
    /* margin-top: 40px; */
	margin-bottom: 20px;
    color: #000;
	background-color: #fff;
}

.bonusbx {
    width: 410px;
    border: 2px solid #972311;
    border-radius: 14px;
    margin: 0 auto 20px auto;
    display: block;
    position: relative;
    color: #000;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.bonus-header {
  background-color: #d60000;
  color: yellow;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px;
}

.bonus-header span {
  margin-left: 5px;
}

.bonus-header .subtitle {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  /* color: #000;
  margin-top: 4px; */
}

.bonus-body {
  background-color: #fff;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

.bonusbx-txt1{
	font-size: 18px;
    margin: 0;
    font-weight: 700;
	color: #000;
}

.bonusbx-txt2{
	font-size: 16px;
	margin: 0;
	color: #000;
}

.bonusbx-txt1 .red{
	color: #d60000;
	font-weight: 700;
}

/* FREE 1:1 CONSULTATION CALL */

.coaching-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #0ac75d, #007a2f);
  color: white;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  gap: 6px;
}

.coaching-badge .icon {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation-highlight {
  
}






@media(max-width: 991px) {
    .shipbx {
        width: 100%;
        height: auto;
        padding: 10px 5px 10px 98px;
        /* margin-top: 30px; */
    }

    .shipbx-txt1 {
        font-size: 18px;
        line-height: 26px;
    }

    .shipbx-txt2 {
        font-size: 13px;
        line-height: 21px;
    }

    .shipiconbx {
        height: 100%;
        padding: 0 7px;
        align-content: center;
    }

    .shipiconbx img {
        width: 65px;
    }

    .shipiconbx::after {
        position: absolute;
        top: calc(50% - 70px);
        right: -14px;
        border-top: 70px solid transparent;
        border-left: 15px solid #972311;
        border-bottom: 70px solid transparent;
    }

    .bonusbx{
         width: 100%;
        height: auto;
        /* padding: 10px 5px 10px 98px; */
    }
}

/* Estilo para mobile  */
@media (max-width: 480px) {
  .coaching-badge {
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 24px;
    gap: 4px;
  }

  .coaching-badge .icon {
    font-size: 10px;
    padding: 2px 4px;
  }
}