@media (max-width: 905.98px) {
  #hero .lotes {
    margin-left: -6%;
    margin-right: -16%;
  }
}


@media (min-width: 481px) and (max-width: 586.98px) {
  #hero .lotes #card-triplo .box-small:first-child {
    margin-left: 55%;
  }
}

@media (min-width: 587px) and (max-width: 805.98px) {
  #hero .lotes #card-triplo .box-small:first-child {
    margin-left: 30%;
  }
}

#card-triplo {
    display: flex;
    align-items: center;
    width: 950px;
    padding: 25px 0 50px;
    text-align: center;
}

#card-triplo .destaque{
  width: 100%;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 16px 16px 0px 0px;
  padding: 8px 12px 8px 8px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'Margem-medium';
}

#card-triplo .destaque-blue {
  background: linear-gradient(94deg, rgba(73, 135, 255, 1), rgba(0, 60, 175, 1));
}

#card-triplo .destaque-green {
  background: linear-gradient(94deg,rgba(20, 180, 112, 1), rgba(15, 134, 83, 1));
}

#card-triplo .destaque-red {
    background: linear-gradient(90deg, #DD303E 0%, #C6212E 100%);
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease, box-shadow 3s ease-in-out;
    transform: translate3d(-100px, -100px, -100px);
    min-width: 160px;
}

#card-triplo .visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  box-shadow: none;
}

#card-triplo .destaque i {
  margin-right: 5px;
  color: rgba(251, 215, 30, 1);
}

#card-triplo .box {
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    width: 282px;
    min-width: 282px;
    height: 265px;
    margin: 0 25px;
}
#card-triplo .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: "Margem-regular";
    margin-bottom: 0;
    height: 70px;
}
#card-triplo .box .description {
    text-align: center;
    font-family: "Margem-regular";
    font-size: 12px;
}
#card-triplo .box .description span {
    text-decoration: line-through;
}
#card-triplo .box .pricing p,
#card-triplo .box-small .pricing p {
  font-family: "Margem-regular" !important;
}
#card-triplo .box .pricing p.value,
#card-triplo .box-small .pricing p.value {
  font-family: "Margem-bold" !important;
}
#card-triplo .box .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C6212E;
    line-height: 16px;
}
#card-triplo .box .pricing p {
    font-weight: 600;
}
#card-triplo .box .pricing .value {
    font-size: 52px;
    font-weight: 700;
}
#card-triplo .box .cta-button {
    background: #FBD71E;
    font-family: "Margem-regular";
    font-weight: 700;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 180px;
    height: 56px;
}

#card-triplo .box .cta-button a {
    color: #000;
}

/* ////////////////////////////////////// */
#card-triplo .box-small {
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    min-width: 188px;
    height: 245px;
}
#card-triplo .box-small.tipo2 {
    height: 190px;
}
#card-triplo .box-small .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    font-family: "Margem-regular";
    margin-bottom: 0;
    height: 40px;
}
#card-triplo .box-small .description {
    text-align: center;
    font-family: "Margem-regular";
    font-size: 12px;
    margin-bottom: 5px;
}
#card-triplo .box-small .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Margem-regular";
    color: #C6212E;
    line-height: 16px;
}
#card-triplo .box-small .pricing p {
    font-weight: 600;
    font-size: 10px;
}
#card-triplo .box-small .pricing .value {
    font-size: 32px;
    font-weight: 700;
}
#card-triplo .box-small .cta-button {
    background: #FBD71E;
    font-family: "Margem-regular";
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 32px;
    margin: 0 auto;
}
#card-triplo .box-small .cta-button a {
    font-size: 12px;
    color: #000;
}


@media (max-width: 480.98px) {
    #card-triplo .box-small .pricing {
        padding: 0 15px;
    }
    #card-triplo {
        width: 100%;
        padding: 25px 15px 80px;
        overflow: scroll;
    }
    #card-triplo::-webkit-scrollbar {
        display: none;
    }
    /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
    #card-triplo .box .title {
        font-size: 20px;
    }
    #card-triplo .box .description {
        font-size: 14px;
    }
    #card-triplo .box {
        margin-right: 25px;
    }
    #card-triplo .box .cta-button {
        margin-top: -10px;
    }
    #card-triplo .box:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 1199.98px) {
    #card-triplo .box-small .pricing {
        padding: 0 15px;
    }
    #card-triplo {
        width: 100%;
        padding: 25px 15px 80px;
        overflow: scroll;
        justify-content: center;
    }
    #card-triplo::-webkit-scrollbar {
        display: none;
    }
    /* #card-triplo .box .pricing .value {
        font-size: 30px;
    } */
    #card-triplo .box .title {
        font-size: 20px;
    }
    #card-triplo .box .description {
        font-size: 14px;
    }
    #card-triplo .box {
        margin-right: 25px;
    }
    #card-triplo .box .cta-button {
        margin-top: -10px;
    }
    #card-triplo .box:nth-child(3) {
        margin-right: 0;
    }
}

#card-triplo .subdescription {
    font-family: margem-regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 5px;
}