#video {
    position: relative;
}

@media(max-width: 991px) {
    #video h2 {
        font-size: 30px;
    }
}

#video::after {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 162px;
    background: url('/assets/pages/home/img/ondas.png') center center no-repeat;
    background-size: cover;
    opacity: 0.1;
}

#references h2 {
    font-size: 20px;
    color: rgb(159, 159, 159);
}

.logos {
    max-width: 900px;
    margin: 10px auto;
}

.logos img {
    max-width: 130px;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#fbcomments {
    margin-top: 30px !important;
}

/*--------------------strip3------------------*/
.strip3 {
    padding: 20px 0;
    color: #fff;
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .strip3 {
        margin-bottom: 0px;
    }
}

ul.strip3-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
}

@media(max-width: 991px) {
    ul.strip3-list {
        padding-left: 0;
    }
}

ul.strip3-list li {
    padding: 0 22px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    list-style: none;
}

@media(max-width: 991px) {
    ul.strip3-list li {
        font-size: 16px;
        line-height: 26px;
    }

    ul.strip3-list li::after {
        display: none;
    }
}

ul.strip3-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    height: 18px;
    background: #e6dede;
    width: 2px;
}

ul.strip3-list li:last-child::after {
    display: none;
}

ul.strip3-list li:nth-child(1):before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    width: 14px;
    height: 14px;
    background: #11b142;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
}

@keyframes rotateP {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.clock {
    margin: 0 8px -5px 0;
    display: inline-block;
    animation: fade 1s ease-in-out infinite;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #555;
}

.triangle-down {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid var(--secondary-color);
}

.shipbx {
    width: 710px;
    height: 90px;
    border: 2px solid var(--secondary-color);
    border-radius: 14px;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
    padding: 17px 25px 15px 150px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
}

.shipiconbx {
    background: var(--secondary-color);
    padding: 19px 5px 19px 7px;
    border-radius: 12px 0 0 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.shipiconbx img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.shipiconbx::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 15px solid var(--secondary-color);
    border-bottom: 45px solid transparent;
}

.shipbx.light {
    border: 2px solid var(--primary-color-dark);
}

.shipbx.light .shipiconbx {
    background: var(--primary-color-dark);
}

.shipbx.light .shipiconbx::after {
    border-left: 15px solid var(--primary-color-dark);
}

.shipbx-txt1 {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin: 0;
    font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
    color: #fff;
}

.shipbx-txt1 .red {
    color: var(--secondary-color);
    font-weight: 700;
}

.shipbx.light .shipbx-txt1 .red {
    color: var(--primary-color-dark);
}

.shipbx-txt2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.shipbx.light .shipbx-txt2 {
    color: #fff;
}

.item-img {
    position: relative;
}

.save {
    position: absolute;
    right: 15px;
    bottom: 6px;
    height: 97px;
    width: 97px;
    background: #ffd200;
    border-radius: 50%;
}

.save p {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 22px;
}

.save p span {
    font-weight: 800;
}

@media(max-width: 991px) {
    .save {
        right: auto;
        left: 5px;
        top: -13px;
        height: 58px;
        width: 58px;
    }

    .save p {
        font-size: 15px;
        line-height: 17px;
        padding-top: 13px;
    }

    .shipbx {
        width: 370px;
        max-width: 100%;
        height: 100%;
        padding: 10px 5px 10px 98px;
    }

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

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

    .shipiconbx {
        height: 100%;
        padding: 44px 0 20px 7px;
    }

    .shipiconbx img {
        position: relative;
        width: 65px;
        top: calc(50% - 30px);
    }

    .shipiconbx::after {
        border-top: 58px solid transparent;
        border-left: 15px solid var(--secondary-color);
        border-bottom: 58px solid transparent;
        top: calc(50% - 60px);
    }

    #video h2 {
        font-size: 30px;
    }

    #video h2 span:first-child {
        font-size: 12px !important;
    }


    #fbcomments {
        margin-top: 0px !important;
    }

    .logos img {
        max-width: 90px;
        margin-bottom: 10px;
    }
}

/*Bonus*/
#bonus {
    background-image: linear-gradient(45deg, var(--primary-color-light), var(--primary-color));
    max-width: 100%;
    overflow: hidden;
}

#bonus h2 {
    color: #ffffff;
    text-align: center;
}

#bonus p.subtitle {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 30px;
}

#bonus .ebook {
    margin-top: 150px;
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    background-image: radial-gradient(var(--secondary-color-dark), var(--primary-color));
    text-align: center;
    height: calc(100% - 150px);
    border: 5px double #ffffff8e;
}

#bonus .ebook p {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-top: -6px;
}

#bonus .ebook .strikeout {
    position: relative;
}

#bonus .ebook .strikeout::after {
    border-bottom: 0.12em solid #ff0202;
    content: "";
    left: 0;
    margin-top: calc(0.120em / 2* -1);
    position: absolute;
    right: 0;
    top: 54%;
    transform: rotate(-10deg);
}

#bonus .ebook .s7lhding2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    text-shadow: 0px 2px #000000a3;
}

#bonus .ebook .s7lhding2 span.span1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0012;
}

#bonus .ebook .s7ltxt {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 11px;
    color: #fff;
}

#bonus .ebook h3 {
    color: #fff;
}

#bonus .img-mockup {
    position: relative;
    margin-top: -150px;
}

#bonus .img-mockup img {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
}

#bonus .img-mockup .bonusbx {
    height: 133px;
    width: 134px;
    background: transparent url('../img/selo3.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    right: 130px;
    top: -10px;
    padding: 20px 0 0 0;
}

@media(max-width: 991px) {
    #bonus .img-mockup .bonusbx {
        right: 0;
    }
}

#bonus .img-mockup .bonusbx .bonusbx-txt1,
#bonus .img-mockup .bonusbx .bonusbx-txt2,
#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 7px;
    color: #ffd200;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    text-shadow: 0px 2px #000000a3;
}

#bonus .img-mockup .bonusbx .bonusbx-txt2 {
    font-size: 20px;
    color: #fff;
}

#bonus .img-mockup .bonusbx .bonusbx-txt3 {
    font-size: 40px;
}

/* Testimonials */
.user-name {
    display: flex;
    gap: 15px;
    align-items: center;
}

.verfied {
    color: #ff6f00;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media(max-width: 991px) {
    .verfied {
        font-size: 14px;
    }

    .texts h4 {
        font-size: 17px;
    }
}

.name p,
.text-user p {
    color: #545353;
}

.user {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    float: right;
}

@media(max-width: 991px) {
    .user {
        float: inherit;
        margin: 0;
        max-width: 68px;
        max-height: 68px;
    }
}

.user img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.purchase {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--primary-color);
}

.purchase img {
    max-width: 50px;
}

.purchase p {
    margin: 0;
}

#guarantee::after {
    display: none;
}