﻿:root {
    --tr-aqua: #00AB9E;
    --tr-white: #FFFFFF;
    --tr-red: #DD002F;
    --tr-pink: #B6007A;
    --tr-blue: #0084DA;
    --tr-yellow: #FF9A00;
    --tr-green: #2DCA19;
    --tr-amareloNeon: #FFFF00;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fundo-performance,
.fundo-tecnologia,
.fundo-seguranca,
.fundo-tiger,
.fundo-aproveite,
.fundo-youtube,
.fundo-total-care {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .fundo-performance img,
    .fundo-tecnologia img,
    .fundo-seguranca img,
    .fundo-tiger img,
    .fundo-aproveite img,
    .fundo-youtube img,
    .fundo-total-care img {
        width: 100%;
        height: auto;
        display: block;
    }

    .fundo-performance button,
    .fundo-tecnologia button,
    .fundo-seguranca button,
    .fundo-tiger button,
    .fundo-aproveite button {
        left: 20%;
        bottom: 12%;
        transition: background-color 0.3s;
        font-family: "triumphbrokmanheavy";
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        padding: 8px 30px;
        font-size: 24px;
        border-radius: 8px;
        transform: skew(-10deg, 0deg);
        position: absolute;
    }

        .info-totalcare button:hover,
        .fundo-tiger button:hover,
        .fundo-tecnologia button:hover,
        .fundo-performance button:hover,
        .fundo-seguranca button:hover {
            background: #ffe032;
        }

    .fundo-performance p,
    .fundo-tecnologia p,
    .fundo-seguranca p,
    .fundo-tiger p,
    .fundo-aproveite p,
    .fundo-youtube p,
    .content-youtube,
    .text-section,
    .care-item img {
        position: absolute;
    }

    .fundo-aproveite .content-performance-text {
        color: white;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 20%;
    }

.content-youtube {
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
}

    .content-youtube iframe {
        max-width: 100%;
        width: 960px;
        height: 615px;
    }

.desc-video-youtube {
    left: 45%;
    transform: translate(-45%, 50%);
    bottom: 14%;
    color: black;
    font-family: 'triumphbrokmanitalic';
    text-align: start;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.content-performance-text {
    color: white;
    font-family: 'triumphbrokmanmedium';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 0.5px 1px 2px black;
    text-align: center;
}

    .content-performance-text span {
        font-family: 'triumphbrokmanblack';
        font-size: 80px;
        margin-left: -10px;
    }

.cta-amarelo-aproveite, .cta-amarelo-comprar {
    background: var(--tr-amareloNeon);
}

.fundo-seguranca .cta-amarelo-aproveite {
    left: 57%;
    bottom: 8%;
}

.cta-laranja-clique-aqui, .cta-laranja-garanta-a-sua {
    background: #EDB127;
}

.fundo-tecnologia .cta-laranja-clique-aqui {
    left: 70%;
    bottom: 10%;
}

.fundo-tiger .cta-laranja-garanta-a-sua {
    left: 65%;
}

.info-totalcare {
    position: absolute;
    bottom: 0px;
    justify-self: anchor-center;
}

    .info-totalcare button {
        background: #EDB127;
        border: none;
        padding: 6px 20px;
        font-size: 14px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transform: skew(-10deg, 0deg);
        transition: background-color 0.3s;
        margin: 0 auto;
        display: block;
    }

    .info-totalcare p {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'triumphbrokmanblack';
        color: white;
        transform: skew(-10deg, 0deg);
        border: 4px solid;
        border-color: #F2B322;
        padding: 15px 15px;
        border-radius: 25px;
    }

    .info-totalcare img {
        width: 80%;
    }

/* FIM da Pre-venda lançada */

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: black !important;
}

.tr-texto-nova-faixa {
    position: absolute;
    left: 90px;
    top: 80px;
    width: fit-content;
    padding: 1rem;
    background: var(--tr-white);
    border-radius: 20px;
}

.tr-img-antigo {
    height: 100vh !important;
}

.tr-img-novo,
.tr-img-novo img {
    width: 100%;
    height: 100%;
}


.tr-novo-banner {
    display: none;
}

.tr-modal-12 {
    display: none !important;
}

.tr-modal-12-desk {
    display: block !important;
}

.img-bn-1 {
    object-fit: unset !important;
}

.tr-img-1,
.tr-img-1 img {
    width: 100%;
    height: 100%;
}

.mobile-display {
    display: none;
}

.text-decoration {
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    right: 0;
    background: linear-gradient( to left, #a5202d, transparent, 60%, transparent, 85%, #a5202d);
    position: absolute;
}

#termos-container {
    padding: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 99999999;
    display: grid;
    background-color: #bbb;
    display: none;
}


/* Modal Config */
.tr-modal__container {
    width: 100%;
    height: 100vh;
    background: #000;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.5s;
    z-index: 10000;
}

    .tr-modal__container.active {
        visibility: visible;
        opacity: 1;
        overflow: auto;
    }

    .tr-modal__container .aviso {
        border-radius: 10px !important;
    }

        .tr-modal__container .aviso button {
            margin-right: 10px;
        }

.tr-modal__wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
    display: none;
}

.tr-modal__pergunta {
    width: 80%;
    padding: 3rem;
    margin: 0 auto;
    height: 100%;
    background: #000;
    color: #fff;
    display: none;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
}

.tr-modal__buttons {
    flex-grow: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

    .tr-modal__buttons .tr-modal__button {
        width: 300px;
        height: 250px;
        background: #1C1C1C;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        outline-offset: 5px;
        cursor: pointer;
        border-width: 3px;
        border-style: solid;
        text-decoration: none;
        font-weight: bold;
    }

        .tr-modal__buttons .tr-modal__button:hover {
            border: 3px solid #db8502;
        }

.tr-modal__container.active .tr-modal__pergunta {
    display: flex;
}

.tr-modal__container.active .tr-modal__wrapper {
    display: none;
}

.tr-modal__fechar {
    width: 100%;
    padding: 1.5rem 0;
}

.tr-modal__fechar-item {
    width: 40px;
    height: 40px;
    background: #1c1c1c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tr-white);
}

    .tr-modal__fechar-item:is(:hover, :focus) {
        cursor: pointer;
        box-shadow: 0 0 0 .15rem var(--tr-yellow);
    }

.tr-modal__titulo {
    color: var(--tr-white);
}

    .tr-modal__titulo h2 {
        font-size: 1.5rem;
        font-family: 'triumphbrokmanbold';
    }

.tr-modal__form {
    margin-top: 1.7rem;
}

.required-inputs {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--tr-red);
}

.tr-modal__form input[type='text'],
.tr-modal__form input[type='email'],
.tr-modal__form input[type='number'],
.tr-modal__form input[type='password'] {
    width: 100%;
    height: 35px;
    font-size: 15px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #d1d1d1;
    background: #000;
    border-radius: 5px;
    transition: background .2s;
    color: var(--tr-white);
}

.tr-modal__form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.tr-modal__form input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


.tr-modal__form select {
    width: 100%;
    height: 35px;
    font-size: 15px;
    border: 1px solid #d1d1d1;
    background: #000;
    color: var(--tr-white);
    padding-left: 5px;
    outline: none;
    border-radius: 5px;
    transition: .2s;
}


.tr-modal__form label {
    margin-bottom: 7px;
    display: block;
    color: var(--tr-white);
    font-size: 15px;
}

.input-field {
    margin-bottom: 15px;
}

.required-input {
    color: var(--tr-red);
}

.input-error {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    color: var(--tr-red);
}

.radio-field,
.check-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

    .radio-field label,
    .check-field label {
        margin: 0;
        font-size: 1rem;
        color: var(--tr-white);
    }

.check-field__item {
    display: block;
}

.modelo-moto,
.marca-moto {
    display: none;
}

.button-field {
    padding-bottom: 1rem;
}

    .button-field button {
        border: 0;
        outline: none;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--tr-white);
        background: var(--tr-yellow);
        font-size: 1.1rem;
        border-radius: 10px;
        padding: 0;
    }

        .button-field button:hover {
            background: var(--tr-yellow);
            outline-offset: 3px;
            outline: 2px solid var(--tr-yellow);
        }

        .button-field button:disabled {
            opacity: .5;
            cursor: not-allowed;
        }

.flex-col-6 {
    width: 50%;
    position: relative;
}

.flex-col-12 {
    width: 100%;
    position: relative;
}

.select2-hidden-accessible[required] {
    display: block;
    height: 0;
    border: 1px solid transparent;
    margin-bottom: -2px;
}

.tr-main {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.tr-pri {
    position: relative;
    width: 100%;
}

.tr-img {
    width: 100%;
    height: 100vh;
}


    .tr-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tr-texto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tr-botao {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0;
}

    .tr-botao p {
        font-family: 'triumphbrokmanextrabold';
        font-size: 20px;
    }

        .tr-botao p .red {
            color: var(--tr-red);
        }

.tr-decoracao {
    font-family: 'triumphbrokmanextrabold';
    background: var(--tr-white);
    width: 320px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 17px;
    padding: .5rem;
}

.tr-botao button {
    font-family: 'triumphbrokmanblack';
    margin-top: -5px;
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background: var(--tr-red);
    color: var(--tr-white);
    border-radius: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    outline-offset: 2px;
}

    .tr-botao button:hover {
        background: #c5002a;
        outline: 2px solid #c5002a;
    }


.tr-texto-centro {
    text-align: center;
    position: relative;
    top: 10px;
}

    .tr-texto-centro h2 {
        font-size: 24px;
    }

        .tr-texto-centro h2 span:not(.tr-texto-bold) {
            text-align: center;
            display: block;
            font-family: "triumphbrokmanbold"
        }

.tr-texto-bold {
    font-family: 'triumphbrokmanblack';
}

.tr-texto-fim {
    width: 100%;
    position: absolute;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .tr-texto-fim h2 {
        line-height: .9;
        font-style: italic;
    }

        .tr-texto-fim h2 span {
            display: block;
            font-family: 'triumphbrokmanblack';
            color: var(--tr-white);
        }

            .tr-texto-fim h2 span:nth-child(1) {
                margin-left: 25px;
                font-size: 35px;
            }

            .tr-texto-fim h2 span:nth-child(2) {
                font-size: 75px;
            }

            .tr-texto-fim h2 span:nth-child(3) {
                margin-left: 25px;
                font-size: 35px;
            }

.tr-texto-fim__subtitulo {
    margin-top: 12px;
    color: var(--tr-white);
    font-family: "triumphbrokmanblack";
    font-size: 25px;
}

.tr-texto-fim__botao button {
    font-size: 16px;
    font-family: 'triumphbrokmanblack';
    margin-top: -5px;
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background: var(--tr-aqua);
    color: var(--tr-white);
    border-radius: 21px;
    letter-spacing: 1px;
    cursor: pointer;
    outline-offset: 2px;
}

    .tr-texto-fim__botao button:hover {
        outline: 2px solid #009489;
        background: #009489;
    }

/* SEGUNDA SEÇÃO */
.tr-seg {
    position: relative;
    width: 100%;
    display: flex;
}

.tr-texto__titulo {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
}

    .tr-texto__titulo h2 {
        line-height: 1;
    }

        .tr-texto__titulo h2 span {
            display: block;
            font-size: 40px;
            text-align: center;
            color: var(--tr-white);
        }

            .tr-texto__titulo h2 span:nth-child(1) {
                font-family: "triumphbrokmanbold";
                font-size: 45px;
            }

            .tr-texto__titulo h2 span:nth-child(2) {
                font-family: "triumphbrokmanblack";
                font-style: italic;
            }

.tr-texto__subtitulo-pri {
    color: var(--tr-white);
    width: fit-content;
    margin: 15px auto 5px auto;
    font-family: "triumphbrokmanblack";
    text-transform: uppercase;
}

    .tr-texto__subtitulo-pri p {
        text-align: start;
        margin: 0;
        font-style: italic;
        font-size: 25px;
    }

        .tr-texto__subtitulo-pri p:nth-child(1) {
            margin-left: 100px;
        }

        .tr-texto__subtitulo-pri p:nth-child(2) {
            margin-left: 80px;
        }

.tr-texto__subtitulo {
    position: relative;
}

.tr-texto__subtitulo-sec {
    width: fit-content;
    margin: 0 auto;
    font-family: "triumphbrokmanblack";
}

    .tr-texto__subtitulo-sec p {
        text-align: start;
        margin: 0;
        font-style: italic;
        font-size: 25px;
        margin-left: 15px;
        color: var(--tr-white);
    }

        .tr-texto__subtitulo-sec p span {
            display: block;
        }

.tr-sec__texto-fim {
    width: 100%;
    position: absolute;
    padding: 1rem;
    bottom: 50px;
    text-align: center;
    color: var(--tr-white);
}

    .tr-sec__texto-fim button {
        margin-top: 18px;
        font-family: 'triumphbrokmanblack';
        padding: 5px 15px;
        border: 0;
        outline: 0;
        background: var(--tr-red);
        color: var(--tr-white);
        border-radius: 10px;
        letter-spacing: 1px;
        cursor: pointer;
        outline-offset: 2px;
    }

        .tr-sec__texto-fim button:hover {
            outline: 2px solid #c5002a;
            background: #c5002a;
        }

    .tr-sec__texto-fim p {
        font-size: 23px;
        margin: 0;
        line-height: 1.1;
    }

        .tr-sec__texto-fim p:nth-child(2) {
            margin-top: 18px;
        }

        .tr-sec__texto-fim p span:not(.tr-texto__padrao) {
            display: block;
            text-align: center;
            font-family: "triumphbrokmanblack";
        }

/* TERCEIRA SEÇÃO */
.tr-ter {
    width: 100%;
    position: relative;
}

.tr-ter__texto-titulo {
    width: 100%;
    text-align: center;
    color: #000;
    padding: 4rem 0;
}

    .tr-ter__texto-titulo h2 {
        text-align: center;
    }

        .tr-ter__texto-titulo h2 span:not(.tr-km) {
            font-size: 22px
        }

        .tr-ter__texto-titulo h2 span:not(.tr-bold) {
            font-family: "triumphbrokmanbold";
            display: block;
        }

.tr-bold {
    font-family: "triumphbrokmanblack";
}

.tr-km {
    font-family: "triumphbrokmanblack" !important;
    font-size: 65px;
}

.tr-ter__texto-fim {
    position: absolute;
    text-align: center;
    bottom: 45px;
    width: 100%;
    color: var(--tr-white);
    left: 0;
}

    .tr-ter__texto-fim h2 {
        font-size: 22px;
        font-style: italic;
    }

.tr-novo-mobile {
    background: var(--tr-red);
    color: var(--tr-white);
    width: fit-content;
    margin: 20px auto 10px auto;
    padding: 0px 20px;
    border-radius: 15px;
    font-style: italic;
    font-family: "triumphbrokmanblack" !important;
    gap: 10px;
    letter-spacing: 0 !important;
    -webkit-transform: skew(-20deg);
    height: 50px;
    display: flex;
    align-items: center;
}

    .tr-novo-mobile p {
        transform: skew(20deg);
        gap: 10px;
        display: flex;
        font-size: 40px;
        position: relative;
        align-items: center;
        margin: 0;
    }

        .tr-novo-mobile p span {
            font-family: "triumphbrokmanmedium";
            font-size: 20px;
        }

.tr-ter__texto-fim h2 span:not(.tr-bold) {
    display: block;
    font-family: "triumphbrokmanbold";
}

.tr-ter__texto-fim button {
    margin-top: 18px;
    font-family: 'triumphbrokmanblack';
    padding: 5px 15px;
    border: 0;
    outline: 0;
    background: var(--tr-yellow);
    color: var(--tr-white);
    border-radius: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    outline-offset: 2px;
}

    .tr-ter__texto-fim button:hover {
        outline: 2px solid #d27f00;
        background: #d27f00
    }

/* QUARTA SEÇÃO */
.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: rgba(0, 0, 0, .5);
}

.swiper-button-prev {
    left: 15px !important;
}

.swiper-button-next {
    right: 15px !important;
}

    .swiper-button-next:after {
        background: url("../images/triumph800/next_icon.png");
        display: block;
        width: 15px;
        height: 20px;
        content: "" !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.swiper-button-prev:after {
    background: url("../images/triumph800/prev_icon.png");
    display: block;
    width: 15px;
    height: 20px;
    content: "" !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
    background: var(--tr-white) !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-slide {
    position: relative;
}

.tr-slide__texto {
    padding: 2rem 1rem;
}

    .tr-slide__texto img {
        width: 230px;
    }

    .tr-slide__texto p {
        margin-top: 1rem;
    }

        .tr-slide__texto p span:not(.tr-bold) {
            display: block;
            font-family: "triumphbrokmanbold";
        }

.tr-texto__slide-titulo {
    font-size: 22px;
}

.tr-slide__texto-fim {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 55px;
    z-index: 10000;
    text-align: center;
}

    .tr-slide__texto-fim button {
        font-family: 'triumphbrokmanblack';
        padding: 5px 15px;
        border: 0;
        outline: 0;
        background: var(--tr-blue);
        color: var(--tr-white);
        border-radius: 10px;
        letter-spacing: 1px;
        cursor: pointer;
        outline-offset: 2px;
        font-size: 20px;
    }

        .tr-slide__texto-fim button:is(:hover, :focus) {
            outline: 2px solid #006bb1;
            background: #006bb1;
        }

.tr-scrambler {
    color: var(--tr-white);
}

.tr-btn__scrambler button {
    background: var(--tr-green);
}

    .tr-btn__scrambler button:hover {
        background: #259d16;
        outline-color: #259d16;
    }

.tr-youfirst {
    text-align: center;
}

    .tr-youfirst img {
        width: 260px;
    }

.tr-slide__texto-fim-youfirst {
    color: var(--tr-white);
    font-family: "triumphbrokmanbold";
}

    .tr-slide__texto-fim-youfirst .dot {
        display: inline !important;
        color: var(--tr-red) !important;
    }

.tr-btn__youfirst button {
    background: var(--tr-yellow);
}

    .tr-btn__youfirst button:hover {
        background: #db8502;
        outline-color: #db8502;
    }

.tr-texto__youfirst {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-top: 2rem !important;
}

.tr-text__youfirst span {
    display: block;
}

.tr-set__texto {
    padding-bottom: 2rem;
}

@media screen and (min-width: 420px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 50px;
    }

        .tr-texto-centro h2 {
            font-size: 28px;
        }

    .tr-decoracao {
        width: 400px;
        font-size: 20px;
        height: 80px;
        padding: 1rem;
    }

    .tr-botao button {
        font-size: 18px;
    }

    .tr-texto-fim {
        bottom: 80px;
    }

    /* SEGUNDA SEÇÃO */
    .tr-sec__texto-fim {
        bottom: 75px;
    }

    .tr-texto__subtitulo {
        top: 50px;
    }

    .tr-texto__subtitulo-sec p,
    .tr-texto__subtitulo-pri p {
        font-size: 28px;
    }

    .tr-sec__texto-fim span {
        font-size: 25px;
    }

    /* TERCEIRA SEÇÃO */
    .tr-ter__texto-titulo {
        padding: 6.3rem 0;
    }

    .tr-ter__texto-fim {
        bottom: 100px;
    }

        .tr-ter__texto-fim h2 {
            font-size: 35px;
        }

        .tr-ter__texto-fim button {
            font-size: 18px;
        }

    /* CARROSSEIS */
    .tr-slide__texto p {
        font-size: 19px;
    }

    .tr-slide__texto img {
        width: 270px;
    }
}

/* SETIMA SEÇÃO */
.tr-set {
    width: 100%;
    position: relative;
}


.tr-set__texto {
    margin-top: 35px;
    padding-bottom: 20px;
}

/* OITAVA SEÇÃO */
.tr-oit {
    width: 100%;
    position: relative;
}

.tr-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .tr-video iframe {
        width: 80%;
        margin: 0 auto;
        min-height: 180px;
        aspect-ratio: 3 / 2;
    }

.tr-social {
    position: absolute;
    top: 55%;
    width: 100%;
    left: 0;
    padding: .2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: "triumphbrokmanblack";
    color: var(--tr-white);
}

.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .icons img {
        width: 48px;
    }

/* FOOTER */
.tr-footer {
    width: 100%;
    padding: 1rem 0;
    background: #000;
    display: flex;
    justify-content: center;
}

.actions {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    .actions .btn-top {
        color: #b80000ff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        font-size: 45px;
    }

.btn-top img {
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
}

.whatsapp {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #20d042;
    outline: 3px solid var(--tr-white);
    color: var(--tr-white) !important;
    font-size: 25px;
}

/* DESKTOP */
.tr-secao-1-container,
.tr-secao-2-container,
.tr-secao-3-container,
.tr-secao-6-container,
.tr-secao-7-container,
.tr-secao-8-container {
    position: relative;
}

.tr-texto-dec-desc {
    position: absolute;
    left: 60px;
    top: 50px;
    font-family: "triumphbrokmanblack";
}

.tr-texto-dec-desc-red {
    color: var(--tr-red);
}

.tr-texto-dec-desc span:not(.tr-texto-dec-desc-red) {
    display: block;
}

.tr-texto-faixa__branca {
    position: absolute;
    left: 60px;
    top: 217px;
    width: fit-content;
    padding: 1rem 1.7rem;
    background: var(--tr-white);
    border-radius: 20px;
}

    .tr-texto-faixa__branca span {
        font-size: 25px;
        font-family: "triumphbrokmanextrabold";
        line-height: 1.3;
    }

.tr-texto-nova-faixa span {
    font-size: 20px;
    font-family: "triumphbrokmanextrabold";
    line-height: 1.3;
}

.tr-texto-faixa__branca button {
    width: 145px;
    font-size: 20px;
    position: absolute;
    bottom: -14px;
    right: -98px;
    padding: 4px 10px;
    border: 0;
    outline: 0;
    border-radius: 25px;
    background: var(--tr-red);
    color: var(--tr-white);
    font-family: "triumphbrokmanblack";
    outline-offset: 2px;
}

.tr-texto-nova-faixa button {
    width: 145px;
    font-size: 18px;
    position: absolute;
    bottom: -14px;
    right: -98px;
    padding: 4px 10px;
    border: 0;
    outline: 0;
    border-radius: 25px;
    background: var(--tr-red);
    color: var(--tr-white);
    font-family: "triumphbrokmanblack";
    outline-offset: 2px;
}

    .tr-texto-faixa__branca button:hover,
    .tr-texto-nova-faixa button:hover {
        outline: 2px solid #c5002a;
        background: #c5002a;
    }

.tr-texto-principal {
    position: absolute;
    top: 70px;
    left: 60%;
    transform: translateX(-50%);
}

    .tr-texto-principal h2 {
        text-align: center;
        font-size: 40px;
        letter-spacing: 1px;
        color: #000;
    }

        .tr-texto-principal h2 span:not(.tr-bold) {
            display: block;
            font-family: "triumphbrokmanbold";
        }

.tr-texto-desk {
    width: fit-content;
    position: absolute;
    bottom: 59px;
    right: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .tr-texto-desk h2 {
        line-height: .9;
        font-style: italic;
    }

        .tr-texto-desk h2 span {
            display: block;
            font-family: 'triumphbrokmanblack';
            color: var(--tr-white);
        }

            .tr-texto-desk h2 span:nth-child(1) {
                margin-left: 25px;
                font-size: 55px;
            }

            .tr-texto-desk h2 span:nth-child(2) {
                font-size: 120px;
            }

            .tr-texto-desk h2 span:nth-child(3) {
                margin-left: 25px;
                font-size: 55px;
            }

.tr-texto-desk-sub {
    font-style: normal !important;
    color: var(--tr-white);
    font-family: "triumphbrokmanblack";
    font-size: 30px;
    text-align: center;
    margin-top: 35px;
    margin-left: -25px;
}

.tr-texto-desk button {
    font-family: "triumphbrokmanblack";
    border: 0;
    outline: 0;
    padding: 5px 20px;
    background: var(--tr-aqua);
    color: var(--tr-white);
    border-radius: 20px;
    font-size: 20px;
    margin-top: 1rem;
    margin-left: -25px;
    outline-offset: 2px;
}

    .tr-texto-desk button:hover {
        outline: 2px solid #009489;
        background: #009489;
    }

.triumph {
    position: absolute;
    top: 50px;
    right: 55px;
}

    .triumph img {
        width: 100px
    }


/* SEGUNDA SEÇÃO DESK */
.tr-sec-2-titulo {
    position: absolute;
    left: 140px;
    top: 50px;
}

    .tr-sec-2-titulo h2 {
        text-align: center;
        color: var(--tr-white);
        font-size: 60px;
    }

        .tr-sec-2-titulo h2 span {
            display: block;
            font-family: "triumphbrokmanbold";
        }

            .tr-sec-2-titulo h2 span:nth-child(2) {
                font-style: italic;
                font-family: "triumphbrokmanblack" !important;
            }

.tr-sec-2-descricao {
    position: absolute;
    left: 143px;
    bottom: 54px;
}

    .tr-sec-2-descricao p {
        font-size: 35px;
        text-align: center;
        color: var(--tr-white);
        margin: 15px 0;
        line-height: 1;
    }

        .tr-sec-2-descricao p span {
            display: block;
            text-align: center;
            font-family: "triumphbrokmanmedium";
        }

            .tr-sec-2-descricao p span:nth-child(1) {
                font-family: "triumphbrokmanblack" !important;
            }

.tr-sec-2-descricao-2 {
    position: absolute;
    top: 150px;
    right: 130px;
    width: fit-content;
}

    .tr-sec-2-descricao-2 h2 {
        font-size: 40px;
        font-family: "triumphbrokmanblack" !important;
        color: var(--tr-white);
        position: relative;
        font-style: italic;
    }

        .tr-sec-2-descricao-2 h2 span {
            display: block;
        }


        .tr-sec-2-descricao-2 h2:nth-child(1) {
            font-size: 50px;
        }

        .tr-sec-2-descricao-2 h2:nth-child(2) {
            left: 35px;
        }

        .tr-sec-2-descricao-2 h2:nth-child(3) {
            left: 85px;
        }

.tr-sec-2-botao {
    position: absolute;
    bottom: 70px;
    right: 180px;
}

    .tr-sec-2-botao button {
        font-family: "triumphbrokmanblack";
        border: 0;
        outline: 0;
        padding: 5px 20px;
        background: var(--tr-red);
        color: var(--tr-white);
        border-radius: 20px;
        font-size: 20px;
        margin-top: 1rem;
        margin-left: -25px;
        outline-offset: 2px;
    }

        .tr-sec-2-botao button:hover {
            outline: 2px solid #c5002a;
            background: #c5002a;
        }

.tr-slide-speed-400 {
    padding: 4rem;
    color: #000;
}

    .tr-slide-speed-400 img {
        width: 500px;
    }

.tr-slide-youfirst-img-fi {
    width: 300px !important;
    margin-top: 50px;
    margin-left: 125px;
}

.tr-slide-youfirst-img img {
    width: 290px;
}

.tr-slide-speed-400 h2 {
    margin-top: 30px;
}

    .tr-slide-speed-400 h2 span:not(.tr-bold, .tr-slide-titulo) {
        display: block;
        font-family: "triumphbrokmanbold";
    }

.tr-slide-speed-400-btn,
.tr-slide-scrambler-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 0;
}

    .tr-slide-speed-400-btn button,
    .tr-slide-scrambler-btn button {
        font-family: "triumphbrokmanblack";
        border: 0;
        outline: 0;
        padding: 5px 20px;
        background: var(--tr-blue);
        color: var(--tr-white);
        border-radius: 20px;
        font-size: 25px;
        margin-top: 1rem;
        margin-left: -25px;
        outline-offset: 2px;
    }

    .tr-slide-scrambler-btn button {
        background: var(--tr-green) !important;
    }

    .tr-slide-speed-400-btn button:hover {
        outline: 2px solid #006bb1;
        background: #006bb1;
    }

    .tr-slide-scrambler-btn button:hover {
        outline: 2px solid #259d16;
        background: #259d16 !important;
    }

.tr-slide-speed-400 h2 {
    font-size: 1.55rem;
}

.tr-slide-titulo {
    display: block;
    font-size: 38px;
    font-family: "triumphbrokmanblack";
    margin-bottom: 1rem;
}

.tr-texto-scrambler-slide {
    color: var(--tr-white);
    font-size: 1.55rem;
}

.tr-sec-2-descricao-2 span {
    width: fit-content !important;
}

.tr-sec-2-descricao-2 h2 {
    width: fit-content;
}

.tr-slide-youfirst-btn button {
    background: var(--tr-yellow) !important;
}


    .tr-slide-youfirst-btn button:hover {
        outline: 2px solid #d27f00 !important;
        background: #d27f00 !important;
    }

.tr-slide-youfirst-texto {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.tr-slide-youfirst-texto-2 {
    width: fit-content;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 32px;
}

.tr-slide-youfirst-texto h2 {
    color: var(--tr-white);
    text-align: end;
}

.tr-slide-youfirst-texto .dot {
    display: inline !important;
    color: var(--tr-red) !important;
}

.tr-slide-youfirst-texto-center h2 {
    text-align: center !important;
    font-size: 26px !important;
}

.tr-texto-video {
    position: absolute;
    width: fit-content;
    right: 70px;
    top: 80px;
    color: #000;
}

    .tr-texto-video h2 {
        font-size: 35px;
    }

        .tr-texto-video h2 span:not(.tr-bold) {
            display: block;
            text-align: center;
        }

.tr-video-desk iframe {
    width: 500px;
    margin: 10px auto;
    min-height: 150px;
    aspect-ratio: 3 / 2;
}

.tr-texto-social {
    font-family: "triumphbrokmanblack";
    color: var(--tr-white);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .tr-texto-social p {
        font-size: 20px;
    }

    .tr-texto-social .icons img {
        width: 64px;
    }

.txt-revisao-desk {
    font-family: "triumphbrokmanbold";
    text-align: center;
    color: #fff;
    position: absolute;
    width: fit-content;
    right: 235px;
    top: 40%;
    transform: translateY(-50%);
}

    .txt-revisao-desk span:not(.tr-bold) {
        display: block;
    }

.txt-revisao-num {
    text-align: center;
    font-size: 100px;
}

.txt-revisao-desk-btn {
    position: absolute;
    bottom: 75px;
    right: 200px;
    text-align: center;
    font-family: "triumphbrokmanbold";
}

    .txt-revisao-desk-btn h2 {
        font-size: 25px;
        color: #fff;
        font-style: italic;
    }

    .txt-revisao-desk-btn div {
        background: var(--tr-red);
        color: var(--tr-white);
        width: fit-content;
        margin: 20px auto 10px auto;
        padding: 0px 20px;
        border-radius: 15px;
        font-style: italic;
        font-family: "triumphbrokmanblack" !important;
        gap: 10px;
        letter-spacing: 0 !important;
        -webkit-transform: skew(-20deg);
        height: 60px;
    }

        .txt-revisao-desk-btn div p {
            gap: 10px;
            transform: skew(20deg);
            display: flex;
            font-size: 55px;
            top: -15px;
            position: relative;
        }

            .txt-revisao-desk-btn div p span {
                display: block !important;
                font-family: "triumphbrokmanmedium" !important;
                font-size: 28px;
                margin-top: 1.2rem;
            }


    .txt-revisao-desk-btn span:not(.tr-bold) {
        display: block;
    }

    .txt-revisao-desk-btn button {
        font-family: "triumphbrokmanblack";
        border: 0;
        outline: 0;
        padding: 5px 20px;
        background: var(--tr-yellow);
        color: var(--tr-white);
        border-radius: 20px;
        font-size: 25px;
        margin-top: 20px;
        outline-offset: 2px;
    }

        .txt-revisao-desk-btn button:hover {
            outline: 2px solid #d27f00;
            background: #d27f00;
        }

@media screen and (min-width: 475px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 70px;
    }

        .tr-texto-centro h2 {
            font-size: 30px;
        }

    .tr-texto-fim {
        bottom: 156px;
    }

        .tr-texto-fim h2 span:nth-child(1),
        .tr-texto-fim h2 span:nth-child(3) {
            margin-left: 25px;
            font-size: 40px;
        }

    .tr-texto-fim__subtitulo {
        font-size: 30px;
        margin: 10px 0 20px 0;
    }

    /* REDES SOCIAIS */
    .tr-social {
        font-size: 25px;
    }


    .icons img {
        width: 52px;
    }
}

@media screen and (min-width: 520px) {
    /* */

    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 100px;
    }

        .tr-texto-centro h2 {
            font-size: 32px;
        }

    .tr-texto-fim {
        bottom: 170px;
    }

    /* TERCEIRA SEÇÃO */
    .tr-ter__texto-titulo {
        padding: 7.5rem 0;
    }

        .tr-ter__texto-titulo h2 span:not(.tr-km) {
            font-size: 26px;
        }

    .tr-km {
        font-size: 75px;
    }

    /* CARROSSEIS */
    .tr-slide__texto p {
        font-size: 22px;
    }

    .tr-slide__texto img {
        width: 320px;
    }

    .tr-slide__texto {
        padding: 3rem;
    }

    .tr-bold-titulo {
        font-size: 32px;
    }

    .tr-slide__texto-fim button {
        font-size: 22px;
    }
}

@media screen and (min-width: 576px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 130px;
    }

        .tr-texto-centro h2 {
            font-size: 36px;
        }

    .tr-texto-fim {
        bottom: 200px;
    }

    /* SEGUNDA SEÇÃO */
    .tr-sec__texto-fim {
        bottom: 120px;
    }

        .tr-sec__texto-fim span {
            font-size: 30px;
        }

        .tr-sec__texto-fim button {
            font-size: 20px;
        }

    .tr-texto__subtitulo-sec p,
    .tr-texto__subtitulo-pri p {
        font-size: 32px;
    }

    .tr-texto__subtitulo {
        top: 70px;
    }
}

@media screen and (min-width: 600px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 160px;
    }

    .tr-botao p {
        font-size: 25px;
    }

    .tr-decoracao {
        width: 480px;
        padding: .7rem;
        height: 80px;
        font-size: 24px;
    }

    .tr-botao button {
        font-size: 20px;
    }

    .tr-texto-fim {
        bottom: 170px;
    }

    /* SEGUNDA SEÇÃO */
    .tr-sec__texto-fim {
        bottom: 160px;
    }

    .tr-texto__titulo h2 span:nth-child(1) {
        font-size: 50px;
    }

    .tr-texto__titulo h2 span:nth-child(2) {
        font-size: 50px;
    }

    .tr-texto__subtitulo-sec p,
    .tr-texto__subtitulo-pri p {
        font-size: 38px;
    }

    .tr-texto__subtitulo {
        top: 70px;
    }

    .tr-texto__subtitulo-pri p:nth-child(1) {
        margin-left: 175px;
    }

    .tr-texto__subtitulo-pri p:nth-child(2) {
        margin-left: 150px;
    }

    .tr-texto__subtitulo-sec p {
        margin-left: 50px;
    }

    /* TERCEIRA SEÇÃO */
    .tr-ter__texto-titulo {
        padding: 9rem 0;
    }

    .tr-ter__texto-fim {
        bottom: 150px;
    }

        .tr-ter__texto-fim h2 {
            font-size: 40px;
        }

        .tr-ter__texto-fim button {
            font-size: 22px;
        }

    /* CARROSSEIS */
    .tr-slide__texto p {
        font-size: 24px;
    }

    .tr-slide__texto img {
        width: 320px;
    }

    .tr-slide__texto {
        padding: 3rem;
    }

    .tr-bold-titulo {
        font-size: 34px;
    }

    .tr-slide__texto-fim button {
        font-size: 24px;
    }


    /* SÉTIMA SEÇÃO */
    .tr-set__texto {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 674px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 190px;
    }


    .tr-texto-fim {
        bottom: 300px;
    }

    /* TERCEIRA SEÇÃO */
    .tr-ter__texto-titulo {
        padding: 10rem 0;
    }

        .tr-ter__texto-titulo h2 span:not(.tr-km) {
            font-size: 30px;
        }

    .tr-km {
        font-size: 85px;
    }

    .tr-slide__texto img {
        width: 350px;
    }

    /* SÉTIMA SEÇÃO */
    .tr-set__texto {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 700px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 210px;
    }

    .tr-texto-fim {
        bottom: 268px;
    }

        .tr-texto-fim h2 span:nth-child(1),
        .tr-texto-fim h2 span:nth-child(3) {
            font-size: 50px;
        }

        .tr-texto-fim h2 span:nth-child(2) {
            font-size: 100px;
        }

    .tr-texto-fim__subtitulo {
        font-size: 35px;
    }

    .tr-texto-fim__botao button {
        font-size: 20px;
    }

    /* SEGUNDA SEÇÃO */
    .tr-sec__texto-fim {
        bottom: 200px;
    }

    .tr-texto__titulo h2 span:nth-child(1) {
        font-size: 50px;
    }

    .tr-texto__titulo h2 span:nth-child(2) {
        font-size: 50px;
    }

    .tr-sec__texto-fim span {
        font-size: 35px;
    }

    .tr-sec__texto-fim button {
        font-size: 22px;
    }

    /* TERCEIRA SEÇÃO */
    .tr-ter__texto-titulo {
        padding: 11.5rem 0;
    }

    .tr-ter__texto-fim {
        bottom: 200px;
    }

    /* QUINTA SEÇÃO */
    .tr-set__texto {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 725px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 225px;
    }
}

@media screen and (min-width: 747px) {
    /* PRIMEIRA SEÇÃO */
    .tr-texto-centro {
        top: 230px;
    }

        .tr-texto-centro h2 {
            font-size: 40px;
        }
}


/* -------------------------------- */




@media screen and (max-width: 1550px) {
    .txt-revisao-desk,
    .txt-revisao-desk-btn {
        right: 130px;
    }
}

@media screen and (max-width: 1500px) {
    .tr-slide-speed-400 h2 {
        font-size: 27px;
    }

    .tr-slide-speed-400 {
        padding: 4rem 2rem;
    }

    .tr-slide-titulo {
        font-size: 30px;
    }

    .tr-video-desk iframe {
        width: 500px;
    }
}

@media screen and (max-width: 1338px) {
    .tr-texto-desk {
        bottom: 40px;
    }

        .tr-texto-desk h2 span:nth-child(2) {
            font-size: 85px;
        }

        .tr-texto-desk h2 span:nth-child(1),
        .tr-texto-desk h2 span:nth-child(3) {
            font-size: 40px;
        }


        .tr-texto-desk button {
            margin-left: 12px;
        }

    .tr-texto-desk-sub {
        font-style: normal !important;
        color: var(--tr-white);
        font-family: "triumphbrokmanblack";
        font-size: 26px;
        text-align: center;
        margin-top: 7px;
        margin-left: -25px;
    }

    .txt-revisao-desk-btn {
        bottom: 75px;
    }

    .tr-slide-youfirst-img-fi {
        /* margin-left: 46px; */
        width: 255px !important;
        margin-top: 74px;
    }
}

@media screen and (max-width: 1286px) {
    .tr-sec-2-descricao-2 {
        right: 110px;
        top: 106px;
    }

    .tr-ter-antigo-txt {
        font-size: 32px !important;
        color: #000;
    }

    .tr-sec-2-titulo {
        left: 55px;
        top: 60px;
    }

    .tr-sec-2-botao {
        right: 135px;
    }

    .txt-revisao-desk {
        right: 112px;
    }

    .txt-revisao-desk-btn {
        right: 75px;
    }

    .txt-revisao-num {
        font-size: 80px;
    }

    .txt-revisao-desk-btn h2 {
        font-size: 25px;
        color: #fff;
    }

    .txt-revisao-desk-btn button {
        font-size: 20px;
    }

    .txt-revisao-desk span:not(.txt-revisao-num) {
        font-size: 30px;
    }

    .texto-2 {
        top: 210px !important;
    }



    .txt-revisao-desk-btn div p {
        font-size: 40px;
        top: 0;
        margin: 0;
    }

        .txt-revisao-desk-btn div p span {
            margin-top: 10px;
            font-size: 25px;
        }
}

@media screen and (max-width: 1245px) {
    .tr-texto-principal {
        top: 65px;
    }

    .tr-sec-2-titulo h2 {
        font-size: 50px;
    }

    .tr-slide-speed-400 h2 {
        font-size: 20px;
    }

    .tr-slide-titulo {
        font-size: 28px;
    }

    .tr-slide-speed-400 img {
        width: 250px;
        left: 60px;
    }

    .tr-slide-youfirst-texto h2 {
        font-size: 25px !important;
    }

    .tr-slide-youfirst-texto-2 {
        right: 50px;
    }

        .tr-slide-youfirst-texto-2 h2 {
            font-size: 25px;
        }

    .tr-slide-youfirst-img-fi {
        position: relative !important;
        width: 240px !important;
        top: 8px !important;
        margin-left: 0;
        left: 149px;
    }

    .tr-texto-video h2 {
        font-size: 30px;
    }

    .tr-video-desk iframe {
        width: 400px;
    }

    .login-forms__texto-1 .texto-1 {
        right: 70px !important;
    }

    .texto-2 {
        top: 200px !important;
    }
}

@media screen and (max-width: 1115px) {
    .tr-sec-2-botao {
        right: 100px;
    }

    .tr-sec-2-descricao p {
        font-size: 30px;
    }

    .tr-slide-youfirst-texto h2 {
        font-size: 20px !important;
    }

    .tr-slide-youfirst-texto-2 {
        right: 40px;
    }

        .tr-slide-youfirst-texto-2 h2 {
            font-size: 25px;
        }

    ..tr-slide-youfirst-img-fi {
        position: relative !important;
        width: 257px !important;
        margin-left: 0;
        top: 60px !important;
        left: -10px !important;
    }

    .tr-slide-youfirst-img img {
        width: 250px !important;
    }

    .tr-texto-video {
        right: 40px;
    }

        .tr-texto-video h2 {
            font-size: 25px;
        }

    .tr-video-desk iframe {
        width: 400px;
    }

    .login-forms__texto-1 .texto-1 {
        top: 30px !important;
    }

    .fi-texto-1 p:nth-child(2) {
        font-size: 4.5rem !important;
    }

    .texto-2 {
        top: 170px !important;
        right: 100px !important;
    }

    .login-forms__texto-2 {
        bottom: 0 !important;
    }

        .login-forms__texto-2 p {
            font-size: 15px !important;
        }

    .login-forms__wrapper {
        margin: 2rem !important;
    }

    .texto-2 div p:nth-child(1) {
        font-size: 1.2rem !important;
    }

    .texto-2 div p:nth-child(2) {
        font-size: 1.7rem !important;
    }
}

@media screen and (max-width: 1005px) {
    .tr-sec-2-titulo {
        left: 63px;
        top: 42px;
    }

    .tr-sec-2-descricao {
        position: absolute;
        left: 140px;
        bottom: 17px;
    }

    .tr-sec-2-botao {
        position: absolute;
        bottom: 46px;
        right: 88px;
    }

    .tr-sec-2-descricao-2 {
        right: 75px;
    }

        .tr-sec-2-descricao-2 h2:nth-child(1) {
            font-size: 45px;
        }



        .tr-sec-2-descricao-2 h2:nth-child(3) {
            left: 70px;
        }

    .tr-slide-speed-400-btn, .tr-slide-scrambler-btn {
        bottom: 40px;
    }

    .tr-slide-titulo {
        font-size: 25px;
    }

    .tr-slide-speed-400 h2 {
        font-size: 18px;
    }

    .tr-slide-speed-400 img {
        width: 278px;
    }

    .tr-slide-youfirst-texto h2 {
        font-size: 18px !important;
    }

    .tr-slide-youfirst-texto-2 {
        right: 25px;
    }

        .tr-slide-youfirst-texto-2 h2 {
            font-size: 20px;
        }

    .tr-slide-youfirst-img-fi {
        position: relative !important;
        width: 200px !important;
        left: 40px !important;
        top: 27px !important;
    }

    .tr-slide-youfirst-img img {
        width: 290px !important;
    }

    .tr-texto-social {
        top: 30%;
        left: 40%;
    }

        .tr-texto-social .icons img {
            width: 48px;
        }
}

@media screen and (max-width: 1200px) {
    .tr-sec-2-descricao-2 h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1160px) {
    .tr-texto-desk {
        right: 20px;
        bottom: 15px;
        font-size: 16px;
    }

    .tr-texto-principal h2 {
        font-size: 30px;
    }

    .tr-texto-desk h2 span:nth-child(2) {
        font-size: 60px;
    }

    .tr-texto-desk h2 span:nth-child(1),
    .tr-texto-desk h2 span:nth-child(3) {
        font-size: 45px;
    }

    .tr-texto-desk h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1246px) {
    .pos-left {
        object-position: left;
    }
}

@media screen and (max-width: 1040px) {

    .tr-texto-nova-faixa {
        left: 50px;
        top: 55px;
    }

    .tr-texto-nova-faixa__branca span {
        font-size: 22px;
    }

    .tr-texto-nova-faixa__branca button {
        font-size: 18px;
    }



    .tr-texto-faixa__branca {
        left: 25px;
    }

    .tr-texto-principal {
        top: 75px;
    }

        .tr-texto-principal h2 {
            font-size: 25px;
        }

    .tr-texto-faixa__branca span {
        font-size: 22px;
    }

    .tr-texto-faixa__branca button {
        font-size: 18px;
    }

    .tr-texto-desk h2 {
        font-size: 22px;
    }

    .tr-texto-desk-sub {
        margin-top: 25px;
    }

    .tr-texto-desk button {
        font-size: 18px;
    }
}

@media screen and (max-width: 980px) {
    .tr-sec-2-descricao-2 h2:nth-child(1) {
        font-size: 40px;
        left: 20px;
    }

    .tr-sec-2-descricao-2 h2:nth-child(2) {
        left: 51px;
    }

    .tr-sec-2-descricao-2 h2:nth-child(3) {
        left: 90px;
    }

    .tr-texto-video {
    }

        .tr-texto-video h2 {
        }

    .txt-revisao-desk {
        right: 95px;
    }

    .tr-video-desk iframe {
        width: 350px;
    }

    .txt-revisao-desk-btn {
        right: 60px;
    }

    .txt-revisao-desk span:not(.txt-revisao-num) {
        font-size: 25px;
    }

    .txt-revisao-num {
        font-size: 70px;
    }
}

@media screen and (max-width: 930px) {
    .tr-sec-2-titulo {
        left: 36px;
        top: 50px;
    }

    .tr-sec-2-descricao-2 {
        right: 150px;
        top: 70px;
    }

        .tr-sec-2-descricao-2 h2:nth-child(1) {
            font-size: 30px;
            left: 71px;
        }

        .tr-sec-2-descricao-2 h2:nth-child(2) {
            font-size: 25px;
            left: 90px;
        }

        .tr-sec-2-descricao-2 h2:nth-child(3) {
            left: 135px;
        }

        .tr-sec-2-descricao-2 h2 span {
            font-size: 25px;
        }

    .tr-sec-2-descricao p {
        font-size: 25px;
    }

    .tr-sec-2-titulo {
        left: 65px;
    }

        .tr-sec-2-titulo h2 {
            font-size: 40px;
        }
}

@media screen and (max-width: 900px) {
    .txt-revisao-desk h2 {
        font-size: 20px;
    }

    .tr-ter-antigo-txt {
        font-size: 25px !important;
        color: #000;
    }

    .txt-revisao-num {
        font-size: 60px;
    }

    .txt-revisao-desk-btn h2 {
        font-size: 25px;
    }

    .txt-revisao-desk-btn button {
        font-size: 17px;
    }
}

@media screen and (max-width: 885px) {

    .tr-texto-nova-faixa span {
        font-size: 18px;
    }

    .tr-texto-nova-faixa button {
        font-size: 16px;
        width: 120px;
    }

    .tr-texto-faixa__branca span {
        font-size: 18px;
    }

    .tr-texto-principal {
        top: 90px;
        left: 65%;
        width: 400px;
    }

        .tr-texto-principal h2 {
            font-size: 25px;
        }

    .tr-texto-faixa__branca button {
        font-size: 16px;
        width: 120px;
        right: -28px;
    }

    .tr-sec-2-titulo {
        left: 22px;
    }

    .tr-slide-speed-400 {
        padding: 2rem;
    }

        .tr-slide-speed-400 h2 {
            font-size: 16px;
        }

    .tr-slide-speed-400-btn button, .tr-slide-scrambler-btn button {
        font-size: 18px;
    }

    .tr-slide-youfirst-texto-2 {
        right: 20px;
        top: 43px;
    }

        .tr-slide-youfirst-texto-2 h2 {
            font-size: 20px;
        }

    .tr-slide-youfirst-img-fi {
        position: relative !important;
        width: 200px !important;
        /* top: 114px !important; */
        margin-left: -62px;
    }

    .triumph {
        top: 22px;
        right: 41px;
    }

    .tr-slide-youfirst-img img {
        width: 240px !important;
    }

    .tr-texto-video h2 {
        font-size: 20px;
    }

    .tr-video-desk iframe {
        width: 300px;
    }
}

@media screen and (max-width: 1876px) {
    .pos-left {
        object-position: left;
    }
}


@media screen and (max-width: 820px) {
    .txt-revisao-desk {
        right: 70px;
    }

    .txt-revisao-desk-btn {
        right: 35px;
    }

        .txt-revisao-desk-btn button {
            margin-top: 10px;
        }
}

@media screen and (max-width: 790px) {
    .tr-sec-2-descricao-2 h2:nth-child(1) {
        font-size: 30px;
        left: 100px;
    }

    .tr-sec-2-descricao-2 h2:nth-child(2) {
        font-size: 25px;
        left: 120px;
    }

    .tr-sec-2-descricao-2 h2:nth-child(3) {
        left: 113px;
        font-size: 25px;
    }

    .tr-sec-2-botao {
        position: absolute;
        bottom: 46px;
        right: 50px;
    }
}

@media screen and (max-width: 992px) {
    .cadastro-container .tr-img {
        display: none;
    }

    .cadastro-container {
        position: unset;
    }

        .cadastro-container .tr-form {
            position: unset;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .cadastro-page__form {
        position: unset !important;
    }

    .cadastro-header {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .cadastro-header__wrapper {
        width: 100% !important;
    }

    .texto-1,
    .texto-2 {
        display: none !important;
    }

    .login-forms {
        grid-template-columns: 100% !important;
        place-items: center;
    }

    .login-forms__texto-2 {
        display: none !important;
    }

    .login-forms__wrapper {
        margin: 0 !important;
    }

    #login-form {
        padding: 2rem !important;
    }

    .motos-linha {
        text-align: center !important;
    }

    .motos-linha-data {
        grid-template-columns: 100% !important;
    }

        .motos-linha-data div {
            width: 500px;
            margin: 0 auto;
        }
}

@media screen and (max-width: 768px) {

    .content-youtube p {
        margin-left: 0;
    }

    .text-section {
        font-size: 1rem;
    }

    .container img {
        width: 60%;
    }

    .performance-fundo button {
        font-size: 17px;
    }

    .cta-laranja {
        font-size: 14px;
        margin-left: 60%;
    }
    /*==============*/
    .tr-img-antigo {
        height: auto !important;
    }

    .tr-img {
        height: unset;
    }

        .tr-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .mobile-display {
        display: block;
    }

    .tr-modal__buttons .tr-modal__button {
    }

    .tr-modal__pergunta {
        padding: 4rem 0;
    }

    .desktop-display {
        display: none;
    }

    .tr-modal__modal {
        width: 95%;
        margin: 0 auto;
    }

    .tr-modal__wrapper {
        width: 100%;
    }

    .tr-modal__body,
    .tr-modal__head {
        padding: 10px 10px;
    }

    .check-field label {
        font-size: 15px;
    }

    .tr-main {
        display: block;
    }

    .tr-container-desktop {
        display: none;
    }

    .flex-col-6 {
        width: 100%;
    }
}

.select2 {
    width: 100% !important;
}

.tr-modal__container .select2-container--default .select2-selection--single, .p-container .select2-container--default .select2-selection--single {
    background-color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 35px;
}

    .tr-modal__container .select2-container--default .select2-selection--single .select2-selection__rendered, .p-container .select2-container--default .select2-selection--single {
        color: #fff;
        line-height: 32px;
    }

    .tr-modal__container .select2-container--default .select2-selection--single .select2-selection__arrow, .p-container .select2-container--default .select2-selection--single {
        height: 32px;
        right: 5px;
    }

.cadastro-login__form .select2-container--default .select2-selection--single, .p-container .select2-container--default .select2-selection--single {
    height: 32px !important;
}

    .cadastro-login__form .select2-container--default .select2-selection--single .select2-selection__rendered, .p-container .select2-container--default .select2-selection--single {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }


    .cadastro-login__form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100% !important;
        width: 100% !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-position: center !important;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-position: right 0.75rem center !important;
        background-size: 16px 12px !important;
        z-index: 100000 !important;
        position: absolute !important;
    }

        .cadastro-login__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none !important;
        }

@media screen and (min-width: 1920px) {
    .tr-secao-1-container, .tr-secao-2-container, .tr-secao-3-container, .tr-secao-4-container, .tr-secao-5-container, .tr-secao-6-container, .tr-secao-7-container, .tr-secao-8-container, .tr-footer {
        margin: 0 auto;
    }

    .actions {
        right: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .tr-texto-faixa__branca span {
        font-size: 30px;
    }

    .tr-slide-youfirst-texto {
        right: 100px;
    }

    .tr-img {
        height: auto !important;
    }

    .tr-texto-dec-desc {
        font-size: 2.5rem;
    }

    .tr-ter-antigo-txt {
        font-size: 60px !important;
        color: #000;
    }

    .tr-texto-faixa__branca {
        top: 300px;
    }

        .tr-texto-faixa__branca button {
            font-size: 30px;
            width: 221px;
            right: -124px;
            bottom: -35px;
        }

    .tr-texto-principal h2 {
        font-size: 50px;
    }

    .triumph img {
        width: 130px;
    }

    .tr-texto-desk {
        right: 75px;
    }

        .tr-texto-desk h2 span:nth-child(1) {
            margin-left: 43px;
            font-size: 70px;
        }

        .tr-texto-desk h2 span:nth-child(2) {
            font-size: 130px;
        }

        .tr-texto-desk button {
            font-size: 35px;
            border-radius: 25px;
        }

    .tr-texto-desk-sub {
        font-size: 45px;
    }

    .tr-sec-2-titulo {
        left: 205px;
        top: 100px;
    }

        .tr-sec-2-titulo h2 {
            font-size: 65px;
            line-height: 1;
        }

    .tr-sec-2-descricao-2 {
        right: 180px;
    }

        .tr-sec-2-descricao-2 h2,
        .tr-sec-2-descricao-2 h2:nth-child(1) {
            font-size: 60px;
        }

    .tr-sec-2-descricao p {
        font-size: 60px;
    }

    .tr-sec-2-botao {
        right: 207px;
    }

        .tr-sec-2-botao button {
            border-radius: 25px;
            font-size: 40px;
        }

    .txt-revisao-desk h2 {
        font-size: 50px;
    }

    .txt-revisao-num {
        font-size: 130px;
    }

    .txt-revisao-desk-btn h2 {
        font-size: 50px;
    }

    .txt-revisao-desk-btn button {
        border-radius: 25px;
        font-size: 35px;
    }

    .txt-revisao-desk-btn {
        right: 165px;
    }

    .tr-slide-speed-400 img {
        width: 650px;
    }

    .tr-slide-speed-400 h2 {
        font-size: 45px;
    }

    .tr-slide-speed-400-btn button, .tr-slide-scrambler-btn button {
        font-size: 40px;
        border-radius: 25px;
    }

    .tr-slide-youfirst-texto-2 {
        right: 45px;
        top: 180px;
    }

        .tr-slide-youfirst-texto-2 h2 {
            font-size: 45px;
        }

    .tr-slide-youfirst-texto h2 {
        font-size: 45px;
    }

    .tr-slide-youfirst-img-fi {
        position: relative;
        top: 109px;
        /* left: 180px; */
        width: 440px !important;
    }

    .tr-slide-youfirst-texto h2 {
        font-size: 40px !important;
    }

    .tr-texto-video {
        right: 90px;
    }

        .tr-texto-video h2 {
            font-size: 45px;
        }

    .tr-video-desk iframe {
        width: 700px;
    }

    .tr-texo-social {
        left: 45%;
    }

    .tr-texto-social p {
        font-size: 40px;
    }

    .icons {
        gap: 30px;
    }

        .icons img {
            width: 100px !important;
        }

    .tr-footer img {
        width: 130px;
    }

    .img-title {
        top: 50px !important;
        left: 125px !important;
    }

        .img-title img {
            width: 972px !important;
        }

    .text-novo {
        bottom: 5rem !important;
    }

        .text-novo p {
            font-size: 2rem;
        }

    .btn-garantia {
        right: 650px !important;
    }

        .btn-garantia p {
            font-size: 1.5rem !important;
        }

        .btn-garantia span {
            font-size: 1.5rem !important;
        }
}

.forms-center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .performance-fundo button, .cta-laranja, .cta-amarelo-aproveite {
        font-size: 15px;
        display: block;
        margin: 20px auto;
    }

    .content-performance-text, .content-performance-text span {
        font-size: 1.5rem;
    }

    .content-btn {
        margin-top: 80px;
        /* top: 72%; */
        left: 50%;
    }

    .content-performance-text, .content-performance-text span {
        font-size: 1.2rem;
    }

    #login-form {
        width: 90% !important;
        margin: 0 auto;
    }

    .login-img {
        height: 100vh !important;
    }
}

/* LOGIN PAGE */
.login-container {
    width: 100%;
    position: relative;
}

.login-background {
    width: 100%;
}

    .login-background img {
        width: 100%;
    }

.login-forms {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login-forms__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 3.5rem 0;
}

#login-form {
    width: 500px;
    height: max-content;
    background: rgba(0, 0, 0, .6);
    padding: 3rem 2rem 3rem 2rem;
}

.login-forms__wrapper label {
    color: #fff;
}

.login-forms__wrapper button {
    font-family: "triumphbrokmanbold";
    width: 100%;
    padding: .5rem 0;
    background: #a5202d;
    color: #fff;
    margin-top: 1.5rem;
    outline: none;
    border: none;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
}

.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .login-logo img {
        width: 150px;
    }

.login-forms__texto-1 {
    position: relative;
}

    .login-forms__texto-1 .texto-1 {
        position: absolute;
        top: 50px;
        right: 190px;
    }

.texto-1 {
    font-family: "triumphbrokmanblack";
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-style: italic;
    line-height: 1;
    color: #000;
}

    .texto-1 p {
        margin: 0;
    }

.triumph-texto {
    font-size: 3rem;
    padding-right: 55px;
    display: block;
}

.fi-texto-1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .fi-texto-1 p:nth-child(1) {
        font-size: 3rem;
    }

    .fi-texto-1 p:nth-child(2) {
        font-size: 5.7rem;
    }

.texto-2 {
    position: absolute;
    top: 230px;
    right: 200px;
}

    .texto-2 div {
        display: flex;
    }

    .texto-2 p {
        font-style: italic;
    }


    .texto-2 div p:nth-child(1) {
        font-size: 1.5rem;
    }

    .texto-2 div p:nth-child(2) {
        font-size: 2rem;
        font-family: "triumphbrokmanbold";
        margin-left: 2px;
    }

.login-forms__texto-2 {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

    .login-forms__texto-2 p {
        font-style: italic;
        color: #fff;
        font-family: "triumphbrokmanmedium";
        font-size: 20px;
    }

        .login-forms__texto-2 p span:not(.tr-black) {
            display: block;
        }


.tr-black {
    font-family: "triumphbrokmanbold";
}

.form-links {
    text-align: center;
    margin-top: 1rem;
}

    .form-links p {
        margin: 5px 0;
        color: var(--tr-white);
    }

        .form-links p a {
            color: #f84040ff;
        }


/* SEÇÃO DE CADASTRO */
.cadastro-header {
    padding: 1rem;
}

.cadastro-header__wrapper {
    width: 72%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cadastro-container {
    position: relative;
    background: url("https://triumph-400.s3.sa-east-1.amazonaws.com/assets/image/triumph-400-cadastro-desktop.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    min-height: 1000px;
}

.cadastro-form {
    width: 700px;
    padding: 2rem 1.5rem;
    background: var(--tr-white);
    position: relative;
    left: 140px;
}

.tr-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cadastro-form__logo {
    text-align: center;
}

    .cadastro-form__logo h1 {
        font-family: 'triumphbrokmanbold';
        font-size: 30px;
        color: #a5202d;
        margin-top: 1.5rem;
    }


.cadastro-form__body {
    margin-top: 1.2rem;
}

.cadastro-form__inputs form {
    padding: 0;
}

.tr-cadastro__form label {
    color: #000 !important;
}

.tr-cadastro__form input:not(input[type=radio], input[type=checkbox]),
.tr-cadastro__form select {
    background: #fff !important;
    color: #000 !important;
}

.tr-cadastro__form input:is(:hover,:focus) {
    border: 1px solid #c5002a !important;
}

.tr-cadastro__form input:not(input[type=radio], input[type=checkbox]) {
    border-radius: 0 !important;
}

.tr-cadastro__form input {
    border: 1px solid black !important;
}

.tr-cadastro__form .select2-container--default .select2-selection--single {
    height: 35px;
    border-radius: 0;
    border: 1px solid #000;
}

    .tr-cadastro__form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100% !important;
        width: 100% !important;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-position: center !important;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-position: right 0.75rem center !important;
        background-size: 16px 12px !important;
        z-index: 100000 !important;
        position: absolute !important;
    }

        .tr-cadastro__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none !important;
        }


.tr-cadastro__form .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
}

.cadastro-btn__field button {
    border-radius: 0;
    background: #a5202d;
    text-transform: uppercase;
}

    .cadastro-btn__field button:hover {
        background: #a5202d;
        outline: 1px solid #a5202d;
    }

.motos-banner {
    width: 100%;
}

    .motos-banner img {
        width: 100%;
        object-fit: cover;
        height: 350px;
        object-position: center;
    }

.motos-texto {
    text-align: center;
    margin-top: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .motos-texto h2 {
        font-family: "triumphbrokmanextrabold";
        color: #a5202d;
    }

        .motos-texto h2 span {
            display: block;
        }

.motos-forms {
    width: 90%;
    margin: 5rem auto;
}

.motos-content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.motos-linha-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
}

.motos-linha-dec {
    display: flex;
    justify-content: center;
}

.motos-linha-item {
    display: block;
    width: 200px;
    height: 3px;
    background: black;
}


@media screen and (max-width: 1030px) {
    .motos-texto h2 {
        font-size: 1.5rem !important;
    }
}


@media screen and (max-width: 800px) {
    .motos-texto h2 {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 555px) {
    .motos-texto {
        width: 90%;
        margin: 3rem auto;
    }

        .motos-texto h2 {
            font-size: 1rem !important;
        }

    .motos-linha-data div {
        width: 100%;
    }

    .text-decoration {
        display: none !important;
    }
}

@media screen and (max-width: 440px) {
    .motos-texto h2 {
        font-size: .975rem;
    }
}



@media screen and (max-width: 590px) {
    .tr-modal__buttons {
        flex-direction: column;
    }

        .tr-modal__buttons .tr-modal__button {
            height: 150px;
            width: 100%;
        }
}

@media screen and (max-width: 1120px) {
    .tr-texto-faixa__branca,
    .tr-texto-dec-desc {
        left: 50px !important;
    }

    .tr-texto-faixa__branca {
        top: 208px;
    }

        .tr-texto-faixa__branca span {
            font-size: 20px;
        }

        .tr-texto-faixa__branca button {
            font-size: 16px;
        }

    .tr-texto-desk {
        bottom: 50px;
    }
}

/* NOVOS MEDIA QUERIES */
@media screen and (max-width: 972px) {
    .tr-img {
        height: auto;
    }

    .tr-texto-dec-desc {
        top: 25px;
        font-size: 1.5rem;
    }

    .tr-texto-faixa__branca {
        top: 155px;
        padding: 1.2rem;
    }

        .tr-texto-faixa__branca button {
            width: 122px;
            right: -68px;
        }

    .txt-revisao-desk {
        top: 25%;
    }
}

@media screen and (max-width: 911px) {
    .tr-texto-faixa__branca,
    .tr-texto-dec-desc {
        left: 25px !important;
    }

    .tr-texto-dec-desc {
        top: 35px;
    }

    .tr-texto-faixa__branca {
        top: 180px;
    }

        .tr-texto-faixa__branca span {
            font-size: 18px;
        }
}

@media screen and (max-width: 893px) {
    .tr-texto-dec-desc {
        font-size: 25px;
        top: 22px;
    }

    .tr-texto-faixa__branca {
        top: 156px;
    }

    .tr-texto-faixa__branca,
    .tr-texto-dec-desc {
        left: 20px;
    }

    .tr-texto-desk {
        right: 50px;
    }
}

@media screen and (max-width: 815px) {
    .tr-texto-dec-desc {
        font-size: 22px;
    }

    .tr-texto-faixa__branca {
        top: 136px;
    }

    .txt-revisao-desk-btn {
        bottom: 40px;
    }

    .tr-sec-2-descricao {
        left: 80px;
    }

    .tr-sec-2-titulo {
        left: 38px;
        top: 30px;
    }
}

@media screen and (max-width: 1470px) {
    .img-bn-1 {
        object-fit: cover !important;
    }
}

@media screen and (max-width: 851px) {
    .moto-moto-item {
        flex-direction: column !important;
    }

        .moto-moto-item .texto {
            width: 100% !important;
        }
}

/* NOVOS ESTILOS BANNER 2 */
.img-title img {
    width: 700px;
}

.img-title {
    position: absolute;
    top: 0px;
    left: 125px;
}

.img-title-mobile {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

    .img-title-mobile img {
        width: 100%;
    }

.text-novo {
    position: absolute;
    bottom: 2rem;
    left: 60px;
}

    .text-novo p,
    .text-novo-mobile {
        font-family: "triumphbrokmanblack" !important;
    }

.text-novo-dt-1 {
    font-weight: 900;
    color: #a5202d;
    font-style: italic;
    font-size: 1.35rem;
}

.text-novo-mobile {
    width: 90%;
    margin: 2.5rem auto 0 auto;
}

.text-2-novo-mobile {
    position: absolute;
    bottom: 290px;
    right: 5px;
}

.text-novo-dt-1-mobile {
    text-align: center;
    color: #a5202d;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1;
}

.text-novo-dt-2-mobile {
    font-style: italic;
    font-size: 14px;
    width: 170px;
    font-family: "triumphbrokmanbold" !important;
}

.text-novo-dt-1-mobile span {
    display: block;
}

.text-novo-dt-2 {
    font-style: italic;
    font-size: 1.35rem;
    font-weight: 700;
}

    .text-novo-dt-2 span {
        display: block;
    }

.btn-garantia {
    position: absolute;
    right: 560px;
    bottom: 4rem;
}

    .btn-garantia p {
        font-weight: 700;
        font-size: 1.1rem;
        font-style: italic;
        margin-bottom: 5px !important;
        font-family: "triumphbrokmanbold";
    }

    .btn-garantia span,
    .btn-garantia-mobile span {
        transform: skew(30deg);
        display: block;
        font-size: 1.075rem;
        font-weight: 900;
        font-style: italic;
    }

    .btn-garantia button:is(:hover, :focus) {
        outline: 2px solid #a5202d;
    }


    .btn-garantia button,
    .btn-garantia-mobile button {
        border: 0;
        outline: 0;
        background: #a5202d;
        color: #fff;
        padding: .2rem 1.2rem;
        transform: skew(-30deg);
        border-radius: 7px;
        outline-offset: 2px;
        position: relative;
        left: 50px;
    }

.btn-garantia-mobile span {
    font-size: 1rem !important;
}

.btn-garantia-mobile button {
    left: 20px !important;
}

.btn-garantia-mobile p {
    font-family: "triumphbrokmanbold"
}

.triumph-novo {
    right: 25px !important;
    top: 20px !important;
}

.logo-triumph-mobile {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

    .logo-triumph-mobile img {
        width: 80px;
    }

.text-novo-2-mobile {
    position: absolute;
    bottom: 15%;
    transform: translateY(-50%);
    left: 1.5rem;
}

@media screen and (max-width: 1405px) {
    .btn-garantia {
        right: 450px;
    }

    .text-novo {
        bottom: 4rem;
    }
}

@media screen and (max-width: 1315px) {
    .btn-garantia {
        right: 350px;
        bottom: 2rem;
    }
}

@media screen and (max-width: 1240px) {
    .img-title {
        left: 40px !important;
        top: 10px;
    }

        .img-title img {
            width: 600px;
        }
}

@media screen and (max-width: 1220px) {
    .text-novo {
        left: 40px;
        bottom: 1rem;
    }

        .text-novo p {
            font-size: 1.2rem;
        }
}

@media screen and (max-width: 1172px) {
    .btn-garantia {
        right: 90px;
    }


        .btn-garantia p {
            position: relative;
            left: 70px;
        }
}

@media screen and (max-width: 968px) {
    .text-novo {
        bottom: 1rem;
        left: 20px;
    }

        .text-novo p {
            font-size: 1.1rem;
        }

    .img-title img {
        width: 500px;
    }

    .btn-garantia {
        right: 80px;
    }

        .btn-garantia button span {
            font-size: .975rem;
        }

        .btn-garantia p {
            position: relative;
            left: 70px;
            font-size: 15px;
        }

    .triumph-novo img {
        width: 70px !important;
    }
}


@media screen and (max-width:885px) {
    .img-title img {
        width: 450px;
    }

    .img-title {
        left: 70px !important;
        top: 10px;
    }

    .text-novo p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1105px) {
    .triumph-novo img {
        width: 60px !important;
    }
}

@media screen and (max-width: 800px) {
    .btn-garantia {
        right: 70px;
        bottom: 15px;
    }
}


@media screen and (min-width: 556px) {
    .text-novo-2-mobile {
        position: absolute;
        bottom: 17%;
        transform: translateY(-50%);
        left: 3.5rem;
    }
}

@media screen and (min-width: 650px) {
    .text-novo-2-mobile {
        position: absolute;
        bottom: 19%;
        transform: translateY(-50%);
        left: 4.5rem;
    }
}


@media screen and (max-width: 768px) {
    .whatsapp {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}


@import url("fonts/triumphbrokman/stylesheet.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

img {
    pointer-events: none;
    user-select: none;
}

.box {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    z-index: 100000;
    gap: 0.5rem;
}

.mobile-text {
    display: none;
}

.top {
    width: 35px;
    height: 35px;
    background: #b5000d;
    border-radius: 5px;
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
}

.video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header {
    position: absolute;
    z-index: 1000;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem 2rem;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    color: white;
    white-space: normal;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 2.8rem;
}

#logo {
    width: 65px;
}

.nav p {
    font-size: 1.4rem;
    font-family: "triumphbrokmanmedium";
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
}

.negrito-nova-tiger {
    font-family: "triumphbrokmanheavy";
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0;
}

    .nav-links li {
        font-family: "triumphbrokmanmedium";
        text-transform: uppercase;
        text-align: center;
    }

        .nav-links li:not(:last-child)::after {
            content: '|';
            color: white;
            margin-left: 10px;
        }

    .nav-links a {
        text-decoration: none;
    }

        .nav-links a:hover {
            color: #F4B400;
        }

.maior-ride-p {
    text-align: center;
    display: flex;
    font-family: "triumphbrokmanlight" !important;
    color: white;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.btn-saiba-mais {
    border: none;
    font-family: "triumphbrokmanextrabold" !important;
    background: #ffff00;
    border-radius: 8px;
}

    .btn-saiba-mais a, .btn-ja-quero-a-minha a {
        text-decoration: none;
        width: 100%;
    }

    .btn-ja-quero-a-minha:hover, .btn-saiba-mais:hover {
        background: #ffe032;
        transition: ease-in 0.2s;
        cursor: pointer;
    }

    .btn-saiba-mais a:hover, .btn-ja-quero-a-minha a:hover, .btn-saiba-mais a:hover {
        color: black;
    }

.garanta-a-sua-a {
    font-family: triumphbrokmanheavy !important;
    font-size: 1.6rem;
}

/*div .btn-saiba-mais {
    transform: skew(-10deg) !important;
}*/

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .video-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #0000005d;
        top: 0;
        left: 0;
        z-index: 50;
        position: absolute;
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.imagem-360 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.posicao-imagem-rotacao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 0 0;
}

.click-roda {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #828282;
    text-transform: uppercase;
    font-family: 'triumphbrokmanmedium';
    font-size: 10px;
}

.imagem-360 svg {
    width: 4%;
}

.viewer {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 825 / 472; /* Define a proporção do contêiner */
    overflow: hidden;
    cursor: grab;
    background: url('../images/tiger-sport-800-my25-cosmic-yellow-360-472.jpg') no-repeat;
    background-size: 100% auto; /* Largura 100% e altura automática */
    background-position: 0 50%; /* Centraliza verticalmente */
}

    .viewer:active {
        cursor: grabbing;
    }

.title-highlight {
    color: #EBB32D;
    font-weight: bold;
    font-family: "triumphbrokmanheavy";
    font-size: 40px;
    text-transform: uppercase;
    font-style: italic;
}

.p-nova-tiger-sport-360 {
    font-family: "triumphbrokmanitalic";
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    margin-bottom: 0 !important;
}

.color-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}

    .color-buttons .btn-color {
        width: 48px;
        height: 48px;
        border: 2px solid #ccc;
        border-radius: 50%;
        padding: 0;
        overflow: hidden;
        cursor: pointer;
        transition: border-color 0.2s ease, transform 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

        .color-buttons .btn-color img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            display: block;
        }

        .color-buttons .btn-color:hover {
            transform: scale(1.1);
            border-color: #666;
        }

        .color-buttons .btn-color.active {
            border: 3px solid #EBB32D;
        }




div .btn-ja-quero-a-minha {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: skew(-10deg);
}

.btn-ja-quero-a-minha {
    background: #F2B22B;
    color: black !important;
    text-transform: uppercase;
    font-family: "triumphbrokmanheavy";
    border: none;
    border-radius: 7px;
    font-style: italic;
    width: 220px;
    height: 50px;
}

.subheading {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "triumphbrokmanheavy";
    font-size: 3em;
    letter-spacing: 2px;
    font-style: italic;
}

.subheading-p p {
    font-family: "triumphbrokmanheavy";
    font-style: italic;
    font-size: 1.5rem;
    position: relative;
}

    .subheading-p p:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -10px; /* Ajuste conforme necessário */
        top: 50%;
        transform: translateY(-50%) rotate(12deg);
        width: 4px; /* Espessura do traço */
        height: 40px;
        background: linear-gradient(to top, transparent, #F4B400, transparent); /* Degradê */
    }

    .subheading-p p:not(:last-child) {
        padding-right: 20px; /* Para dar espaço para a barra */
    }

.heading-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

    .heading-info .col-auto {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; /* Necessário para o ::after funcionar corretamente */
    }

.value, .unit, .description, .modes, .description2, .assist {
    font-family: "triumphbrokmanheavy";
    font-style: italic;
}


.unit, .assist {
    font-size: 2em;
    font-weight: bold;
}

.heading-info .col-auto:not(:last-child) p.value::after, .heading-info .col-auto:not(:last-child) p.description::after {
    content: '';
    position: absolute;
    right: -20px; /* Ajuste conforme necessário */
    top: 50%;
    transform: translateY(-50%) rotate(12deg); /* Inclinação levemente para a esquerda */
    width: 4px; /* Espessura do traço */
    height: 100px; /* Altura do traço */
    background: linear-gradient(to top, transparent, #F4B400, transparent); /* Degradê */
    display: block;
}

.heading-info p:not(:last-child) {
    padding-right: 20px; /* Para dar espaço para a barra */
}

.cta-text {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.line-container {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, yellow, black, #ecb126);
    font-style: italic;
}

.row.text-center .col-md-3 {
    position: relative;
    text-align: center;
    font-style: italic;
}

    .row.text-center .col-md-3:not(:last-child)::after {
        content: "|";
        color: #ecb126;
        font-size: 2rem;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        font-style: italic !important;
    }

.value {
    font-size: 2rem;
    color: black;
    margin: 0;
}

.unit {
    font-size: 1rem;
    color: gray;
}

.description {
    font-size: 1.25rem;
    font-weight: bold;
    color: black;
    margin: 0;
}

.modes,
.assist, .unit {
    font-size: 1rem;
    font-weight: bold;
    color: black;
    margin: 0;
    font-family: "triumphbrokmanheavy";
}

.line-container {
    height: 4px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    background: linear-gradient( to right, rgba(236, 177, 38, 0) 0%, yellow 10%, black 50%, #ecb126 90%, rgba(236, 177, 38, 0) 100% );
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.line {
    position: absolute;
    width: 100%;
    background-color: black;
    z-index: 2;
}

.comparison-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    touch-action: none;
    cursor: ew-resize;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .comparison-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        object-fit: cover;
        user-select: none;
        pointer-events: none;
    }

    .comparison-container .after-image {
        clip-path: inset(0 50% 0 0);
    }

.comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(35, 35, 35, 0), #393939 22%, #3e3e3e 80%, rgba(45, 45, 45, 0));
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 2;
}

    .comparison-slider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        background: #cd192d;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    /* Adicionando o ícone dentro da bolinha */
    .comparison-slider::after {
        content: "↔"; /* Ícone de seta dupla */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px; /* Tamanho da seta */
        color: #fff; /* Cor da seta */
        z-index: 4;
        user-select: none;
        pointer-events: none;
    }

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text {
    color: #EDB127;
    font-family: "triumphbrokmanheavy";
    font-style: italic;
    font-size: 5.5rem;
}

footer p {
    font-family: "triumphbrokmanheavy";
}

.full-background {
    background-image: url('../images/banner-formulario.webp'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Ajusta para cobrir toda a div */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    width: 100%; /* Garante que a div ocupe toda a largura disponível */
    height: 100%; /* Garante que a div ocupe toda a altura disponível */
}


.full-background {
    flex-wrap: wrap; /* Para ajuste no modo responsivo */
    justify-content: flex-end; /* Alinha o formulário à direita */
    padding: 20px; /* Espaçamento interno */
    color: white; /* Define o texto como branco */
}

.tr-modal__form {
    display: flex;
    /*flex-direction: column;*/
    width: 100%; /* Ocupa 100% da largura disponível */
    max-width: 1300px; /* Define o tamanho máximo como 600px */
    background-color: transparent; /* Fundo transparente */
    padding: 20px; /* Espaçamento interno */
    border-radius: 8px; /* Bordas arredondadas */
    /*margin-right: -100px;*/
}

    .tr-modal__form h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
    }

    .tr-modal__form input,
    .tr-modal__form select {
        padding: 10px;
        font-size: 1em;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        background-color: transparent;
        color: white;
    }

        .tr-modal__form input::placeholder,
        .tr-modal__form select {
            color: white;
            opacity: 0.8;
        }

        .tr-modal__form input[type="checkbox"] {
            width: auto;
            margin-right: 10px;
        }

    .tr-modal__form button {
        width: 100%;
        padding: 15px;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        color: black;
        background-color: yellow;
        border: 1px solid black;
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
    }

        .tr-modal__form button:hover {
            background-color: gold;
            transform: scale(1.02);
        }

.radio-field,
.check-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

    .radio-field label,
    .check-field label {
        margin: 0;
        font-size: 1rem;
        color: var(--tr-white);
    }

.check-field__item {
    display: block;
}

.tr-modal__form select {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: transparent;
    appearance: none;
    color: white;
}

    .tr-modal__form select::placeholder {
        color: black;
    }

    .tr-modal__form select option {
        background-color: white;
        color: black;
    }

        .tr-modal__form select option:checked {
            background-color: transparent;
            color: black;
        }

.tr-modal__form a {
    color: red;
}

.tr-modal__form select:focus,
.tr-modal__form select:valid {
    background-color: transparent;
    color: white;
    outline: none;
}

    .tr-modal__form select:focus + label,
    .tr-modal__form select:valid + label {
        color: white;
    }

footer p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    width: 40px;
    height: auto;
    margin: 0 10px;
}

.p-acompanhe-redes {
    font-family: 'triumphbrokmanheavy';
    font-size: 1em;
}

.posicao-botao-video {
    bottom: 35px;
    right: 10%;
}

.botao-som {
    padding: 0px 15px;
    cursor: pointer;
    position: absolute;
    bottom: 75px;
    opacity: 0.3;
    border-radius: 10px;
    z-index: 9999;
    right: 50px;
    width: 60px;
    height: 60px;
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid black;
}

.posicao-form {
    justify-items: right;
}

/*btn topo e wpp*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 999;
}

/*btn voltar ao topo*/
.btn-back-to-top {
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding: 5px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease;
}


/* WhatsApp */
.whatsapp-icon {
    color: white;
    padding: 1px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

    .whatsapp-icon img {
        border-radius: 100%;
    }


@media screen and (max-width: 767px) {
    #logo {
        display: none;
    }

    .modes, .description2 {
        display: none;
    }

    .nav {
        gap: 0rem;
    }

    .nav-logo p, nav-links a {
        font-size: 1.2rem;
    }

    .nav-links a {
        font-size: 10px;
        margin: 0;
    }

    .header {
        position: absolute;
        z-index: 1000;
        top: 2rem;
        width: 95%;
        margin: 0px 0%;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0.5rem 1rem;
        border-radius: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        color: white;
        left: 3%;
        transform: translateX(0%);
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .nav-logo {
        text-align: center;
        display: block;
    }

    .nav-links li:not(:last-child)::after {
        content: '';
        color: white;
        margin-left: 10px;
    }

    .btn-saiba-mais {
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-text {
        font-size: 1.8rem;
    }

    .position-absolute {
        transform: translate(-50%, -50%);
        font-size: 0.9rem;
    }

    .btn-saiba-mais {
        padding: 5px !important;
        width: 280px;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-bottom: 20px !important;
    }

    .garanta-a-sua-a {
        display: flex;
        justify-content: center !important;
    }

    .btn-saiba-mais a {
        font-size: 1rem;
    }

    /*BTN SOM*/
    .botao-som {
        padding: 0px 15px;
        cursor: pointer;
        position: absolute;
        bottom: 12px;
        opacity: 0.3;
        border-radius: 10px;
        z-index: 9999;
        width: 50px;
        height: 50px;
        left: 90%;
        transform: translateX(-50%);
    }


    /* SECTION 2*/

    .p-nova-tiger-sport-360 {
        font-size: 24px;
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
        text-align: center;
        font-weight: bold;
    }

    .title-highlight {
        font-size: 24px;
    }

    .subheading {
        font-size: 20px;
    }

    .subheading-p {
        display: block !important;
        justify-items: center;
    }

        .subheading-p p {
            font-size: 12px;
        }

            .subheading-p p:not(:last-child)::after {
                display: none;
            }

    .heading-info2 {
        justify-content: center;
        gap: 2rem;
    }

    .heading-info div {
        padding-bottom: 15px;
    }


    .img-800 img {
        max-width: 60%;
        margin: 0 auto;
    }


    .heading-info p {
        font-size: 1rem;
        align-items: center;
        display: flex;
    }

    .row.text-center .col-md-3:not(:last-child)::after {
        content: "|";
        color: #ecb126;
        font-size: 1rem;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        font-style: italic !important;
    }
    /* FORMS */
    .full-background {
        background-image: url('../images/form-mobile.jpg'); /* Substitua pelo caminho da sua imagem */
        height: auto !important; /* Garante que a div ocupe toda a altura disponível */
    }

    .preencha-forms {
        font-size: 24px !important;
    }

    .posicao-form {
        justify-items: normal;
    }

    .heading-info2 .row:not(:last-child) .col-12 span.assist:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -20px; /* Ajuste conforme necessário */
        top: 50%;
        transform: translateY(-50%) rotate(12deg); /* Inclinação levemente para a esquerda */
        width: 4px; /* Espessura do traço */
        height: 50px; /* Altura do traço */
        background: linear-gradient(to top, transparent, #F4B400, transparent); /* Degradê */
        display: block;
    }

    .heading-info2 .row .col-12 span.assist {
        position: relative; /* Necessário para o posicionamento absoluto do ::after */
        margin-right: 20px; /* Espaço entre o texto e o traço decorativo */
    }

    .comparison-container img {
        height: 100%;
    }

    .posicao-imagem-rotacao {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 440px;
        margin: 0px 0px 30px -20%;
    }

    .viewer {
        aspect-ratio: 825 / 515;
    }

    /*btn back to top*/
    .btn-back-to-top {
        background-color: rgba(0,0,0,0.4);
        color: white;
        padding: 10px 20px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-size: 20px;
        transition: background-color 0.3s ease;
    }

    .nav-links {
        display: -webkit-box; /* Adiciona suporte para o Safari */
        display: -ms-flexbox; /* Para versões antigas do IE (se necessário) */
        display: flex;
        -webkit-box-align: center; /* Ajusta alinhamento no Safari */
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center; /* Centraliza os itens no Safari */
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: nowrap; /* Garante que os itens fiquem na mesma linha */
        width: 100%;
        justify-content: left;
    }

        .nav-links li {
            min-width: 0; /* Garante que o conteúdo não quebre inesperadamente */
            flex-shrink: 1; /* Permite que os itens encolham para caber na linha */
        }

    .video-wrapper video {
        height: 100vh;
    }

    .posicao-botao-video {
        bottom: -35px;
        right: 0%;
    }
}

@media screen and (min-width: 431px) and (max-width: 768px) {
    /*NAV*/
    #logo {
        display: none;
    }

    .modes, .description2 {
        display: none;
    }

    .nav {
        gap: 0rem;
    }

    .nav-logo p, nav-links a {
        font-size: 1rem;
    }

    .nav-links li:not(:last-child)::after {
        content: '';
        color: white;
        margin-left: 10px;
    }

    .hero-text {
        font-size: 1.8rem;
    }

    .position-absolute {
        transform: translate(-50%, -50%);
        font-size: 0.9rem;
    }

    .btn-saiba-mais {
        font-size: 0.2rem;
    }

    /* SECTION 2*/

    .p-nova-tiger-sport-360 {
        font-size: 24px;
        letter-spacing: 1px !important;
        margin-bottom: 10px !important;
        text-align: center;
        font-weight: bold;
    }

    .title-highlight {
        font-size: 24px;
    }

    .subheading {
        font-size: 1.4em;
        letter-spacing: 1px;
    }

    .img-800 img {
        max-width: 60%;
        margin: 0 auto;
    }

    .subheading-p p {
        font-size: 0.7rem;
        border: 2px solid;
        border-color: #F2B322;
        border-radius: 13px;
        padding: 6px;
        transform: skew(-10deg);
    }

    .subheading-p {
        text-align: center;
        gap: 2px;
    }

        .subheading-p p:not(:last-child)::after {
            margin-left: 5px;
        }


    .heading-info p {
        font-size: 1rem;
        align-items: center;
        display: flex;
    }

    .row.text-center .col-md-3:not(:last-child)::after {
        content: "|";
        color: #ecb126;
        font-size: 1rem;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        font-style: italic !important;
    }

    /* barras da segunda parte */
    .heading-info2 .row:not(:last-child) .col-12 span.assist:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -20px; /* Ajuste conforme necessário */
        top: 50%;
        transform: translateY(-50%) rotate(12deg); /* Inclinação levemente para a esquerda */
        width: 4px; /* Espessura do traço */
        height: 20px; /* Altura do traço */
        background: linear-gradient(to top, transparent, #F4B400, transparent); /* Degradê */
        display: block;
    }

    .heading-info2 .row .col-12 span.assist {
        position: relative;
        margin-right: 20px;
    }


    /*img moto 360*/
    .viewer {
        aspect-ratio: 825 / 510;
    }
    /* FORMS */

    /* politicas de privacidade */

    .form-check-label {
        font-size: 0.75rem;
    }

    .full-background {
        height: auto !important;
    }

    .preencha-forms {
        font-size: 24px !important;
    }

    .info-totalcare .row {
        flex-direction: column;
        align-items: center;
        margin-top: 360px;
    }


    .info-totalcare .col-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 15px; /* Aumenta o espaçamento entre o ícone e o botão */
        margin: 0.5rem 0;
    }

        .info-totalcare .col-4 img {
            max-width: 100%; /* Aumenta o tamanho do ícone */
            height: auto;
            margin-left: -10px;
        }

        .info-totalcare .col-4 button {
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            max-width: fit-content;
            padding: 10px 20px; /* Ajusta o padding para manter a proporção */
            font-size: 16px;
        }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    /* NAV */
    #logo {
        display: none;
    }

    .nav {
        gap: 0rem;
    }

    .nav-logo p, nav-links a {
        font-size: 1rem;
    }

    .nav-links li:not(:last-child)::after {
        content: '';
        color: white;
        margin-left: 10px;
    }

    /* SECTION */
    .img-800 img {
        max-width: 80%;
        margin: 0 auto;
    }

    .subheading-p p {
        font-size: 0.8rem;
    }

    .subheading-p {
        text-align: center;
        gap: 2px;
    }


    .heading-info p {
        font-size: 1rem;
        align-items: center;
        display: flex;
    }

    .row.text-center .col-md-3:not(:last-child)::after {
        content: "|";
        color: #ecb126;
        font-size: 1rem;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        font-style: italic !important;
    }

    /* FORMS */

    /* deixando na lateral e tirando a centralização */
    .prevenda {
        width: 70% !important;
    }

    .mobile-container {
        display: block;
        margin-left: 5vw;
    }

    h2 {
        font-size: 30px !important;
    }

    .full-background {
        height: auto !important;
    }

    /* politicas de privacidade */

    .form-check-label {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1370px) {
    .nav-logo p {
        font-size: 13px !important;
    }

    .full-background {
        height: auto !important;
    }

    .nav-links a {
        font-size: 13px;
    }

    .negrito-nova-tiger {
        font-size: 15px;
    }
}

@media screen and (min-width: 1371px) and (max-width: 1480px) {
    .full-background {
        height: auto !important;
    }
}

@media screen and (min-width: 1481px) and (max-width: 1600px) {
    .full-background {
        height: auto !important;
    }

    .nav {
        gap: 0rem;
    }

    .nav-logo p, nav-links a {
        font-size: 1rem;
    }

    .nav-links li:not(:last-child)::after {
        content: '|';
        color: white;
        margin-left: 10px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1720px) {
    .full-background {
        height: auto !important;
    }

    /*.tr-modal__form {
        margin-left: 15rem !important;
    }*/
}

@media screen and (min-width: 1721px) and (max-width: 1920px) {
    .full-background {
        height: auto !important;
    }
}

@media screen and (min-width: 1920px) {
    .header {
        position: absolute;
        z-index: 1000;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 1rem 6rem;
        border-radius: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        color: white;
    }

    /*forms*/
    .forms-center {
        align-content: center !important;
        justify-content: center !important;
        display: flex;
    }
}


/* ::: EXCEÇÕES ::: */
@media screen and (min-width: 410px) and (max-width: 480px) {
    .posicao-imagem-rotacao {
        margin: 0px 0px 30px -15%;
    }
    /*BTN SOM*/
    .botao-som {
        padding: 0px 15px;
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        opacity: 0.3;
        border-radius: 10px;
        z-index: 9999;
        width: 50px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .posicao-imagem-rotacao {
        margin: 0px 0px 30px 0px;
    }
}

@media screen and (max-width: 560px) {
    .menu-mobile {
        display: flex;
        align-items: center;
        gap: 2.8rem;
        place-content: center;
    }

        .menu-mobile a {
            font-size: 10px;
            margin: 0;
            text-decoration: none;
            color: inherit;
            font-family: "triumphbrokmanmedium";
            text-transform: uppercase;
            text-align: center;
        }
}

@media screen and (max-width: 360px) {
    .posicao-imagem-rotacao {
        margin: 0px 0px 30px -25%;
    }
}

@media screen and (max-width: 340px) {
    .posicao-imagem-rotacao {
        margin: 0px 0px 30px -32%;
    }

    .assist {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 320px) {
    .posicao-imagem-rotacao {
        margin: 0px 0px 30px -38%;
    }

    .assist {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    /* Estilo do texto */
    .styled-text {
        position: relative;
        font-size: 1.1rem;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        color: #333; /* Cor principal do texto */
        padding-bottom: 5px; /* Espaço para o sublinhado */
        text-align: center;
        white-space: normal; /* Permite quebra de linha */
    }

        /* Sublinhado com gradiente (branco-laranja-branco) e largura máxima */
        .styled-text::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%; /* Centraliza em relação ao texto */
            transform: translateX(-50%); /* Ajusta centralização exata */
            width: 200px; /* Largura máxima do sublinhado */
            min-width: 200px; /* Garante que não ultrapasse o tamanho do texto */
            height: 3px; /* Espessura do sublinhado */
            background: linear-gradient(90deg, white, orange, white);
            border-radius: 2px; /* Bordas arredondadas */
            z-index: -1;
        }

    .heading-info2 {
        justify-content: center;
        gap: 1.2rem;
    }
}

@media screen and (max-width: 380px) {
    .performance-fundo button {
        margin: 200px auto;
    }

    .content-youtube p {
        font-size: 10px;
    }

    .content-btn {
        margin-top: 60px;
    }

    .performance-fundo .cta-amarelo {
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    /* Ajustes para celulares pequenos */

    .fundo-performance .cta-amarelo-comprar, .fundo-tecnologia .cta-laranja-clique-aqui, .fundo-tiger .cta-laranja-garanta-a-sua {
        font-size: 12px;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .fundo-seguranca .cta-amarelo-aproveite {
        font-size: 12px;
        bottom: 150px;
        left: 40%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .fundo-aproveite .content-performance-text {
        font-size: 14px;
        bottom: 12%;
    }

        .fundo-aproveite .content-performance-text span {
            font-size: 30px;
            bottom: 12%;
        }

    .fundo-youtube .content-youtube iframe {
        width: 260px;
        height: 200px;
        max-width: 300px;
        padding-top: 30px;
    }

    .fundo-youtube .desc-video-youtube {
        font-size: 12px;
        left: 35%;
        bottom: 22%;
        width: 50%;
    }

    .fundo-total-care {
        position: relative;
    }

    .info-totalcare {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
    }


        .info-totalcare p {
            font-size: 16px;
            text-transform: uppercase;
            color: white;
            transform: skew(-10deg, 0deg);
            border: 4px solid;
            border-color: #F2B322;
            border-radius: 18px;
            padding: 0;
        }

    .col-4 {
        width: 100%;
        max-width: 300px;
        padding-top: 30px;
    }

        .col-4 img {
            width: 100%;
            height: auto;
        }

        .col-4 button {
            width: 100%;
            padding: 10px;
            font-size: 16px;
        }

    .info-totalcare p {
        border: 0;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        transform: skew(-10deg, 0deg);
        padding: 0;
        margin-bottom: 100%;
    }


    .info-totalcare .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 15px;
        margin: 0.5rem 0;
        padding: 15px;
    }

        .info-totalcare .col-12 img {
            max-width: 60%;
            height: auto;
            margin-left: -10px;
            filter: invert(1);
        }

        .info-totalcare .col-12 a {
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            max-width: fit-content;
            padding: 5px;
            font-size: 11px;
            margin: 0;
            align-self: self-start;
        }
}

/* 📱📲 Smartphones médios e tablets pequenos (481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
    /* Ajustes para celulares grandes e tablets pequenos */

    .fundo-performance .cta-amarelo-comprar, .fundo-tecnologia .cta-laranja-clique-aqui, .fundo-tiger .cta-laranja-garanta-a-sua {
        font-size: 12px;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .fundo-seguranca .cta-amarelo-aproveite {
        font-size: 12px;
        bottom: 250px;
        left: 45%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .fundo-aproveite .content-performance-text {
        font-size: 20px;
        bottom: 12%;
    }

    .content-performance-text span {
        font-size: 44px;
    }

    .content-youtube iframe {
        max-width: 400px;
        top: 100px;
        margin-top: 100px;
        height: 300px;
    }





    .fundo-youtube .desc-video-youtube {
        font-size: 14px;
        left: 160px;
        margin-bottom: 100px;
        width: 50%;
        padding-top: 100px;
    }

    .fundo-total-care {
        position: relative;
    }

    .info-totalcare {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
    }


        .info-totalcare p {
            font-size: 24px;
            text-transform: uppercase;
            color: white;
            transform: skew(-10deg, 0deg);
            /* border: 4px solid; */
            border: 0;
            /* border-color: #F2B322; */
            /* border-radius: 18px; */
            padding: 0;
        }

    .col-4 {
        width: 100%;
        max-width: 300px;
        padding-top: 30px;
    }

        .col-4 img {
            width: 100%;
            height: auto;
        }

        .col-4 button {
            width: 100%;
            padding: 10px;
            font-size: 16px;
        }

    .garanta-a-sua-a {
        font-size: 24px;
    }
}

/* 📟 iPads e Tablets médios (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* Ajustes específicos para iPads e tablets médios */
    .fundo-performance .cta-amarelo-comprar,
    .fundo-tecnologia .cta-laranja-clique-aqui,
    .fundo-tiger .cta-laranja-garanta-a-sua,
    .fundo-seguranca .cta-amarelo-aproveite {
        font-size: 12px;
        bottom: 10%;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .fundo-performance .cta-amarelo-comprar {
        left: 40%;
    }

    .fundo-seguranca .cta-amarelo-aproveite {
        left: 65%;
    }

    .fundo-tiger .cta-laranja-garanta-a-sua {
        left: 75%;
    }

    .fundo-aproveite .content-performance-text {
        bottom: 15%;
        font-size: 23px;
    }

    .fundo-youtube .content-youtube iframe {
        width: 760px;
        height: 260px;
        margin-top: 20px;
    }

    .fundo-youtube .desc-video-youtube {
        font-size: 10px;
        left: 46%;
        margin-bottom: -20px;
    }

    .info-totalcare {
        margin: 0 20px;
    }

        .info-totalcare p {
            margin-bottom: 8px;
            font-size: small;
            text-transform: uppercase;
            font-weight: bold;
            font-family: 'triumphbrokmanblack';
            color: white;
            transform: skew(-10deg, 0deg);
            border: 4px solid #F2B322;
            border-radius: 25px;
            display: inline-block;
            padding: 6px 0px;
            /* white-space: nowrap; */
            text-align: center;
            display: block;
            width: 60%;
            margin: 20px auto;
        }

    .mt-4 {
        margin-top: 0 !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mt-3 {
        margin: 0;
    }


    .fundo-aproveite p {
        font-size: 26px;
    }

    .fundo-aproveite span {
        font-size: 56px;
    }

    .info-totalcare button {
        background: #EDB127;
        border: none;
        padding: 6px 1px;
        font-size: 14px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transform: skew(-10deg, 0deg);
        transition: background-color 0.3s;
        margin: 0 auto;
        /* display: block; */
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        margin: 0 auto;
        width: 70%;
    }

    div .btn-ja-quero-a-minha {
        /* display: flex !important
; */
        display: block;
        /* justify-content: center !important; */
        /* align-items: center !important; */
        margin: auto;
    }

    .botao-som {
        bottom: 50px;
    }

    .posicao-botao-video {
        bottom: 5px;
        right: 5%;
    }
}
/* 💻 Notebooks pequenos e MacBook Air 13" (1025px - 1280px) */
@media screen and (min-width: 1025px) and (max-width: 1279px) {

    /* Ajustes para notebooks menores e MacBook Air */
    .fundo-performance button,
    .fundo-tecnologia button,
    .fundo-seguranca button,
    .fundo-tiger button,
    .fundo-aproveite button,
    .fundo-youtube button {
        font-size: 16px;
    }

    .info-totalcare {
        margin: 0 25px;
    }

        .info-totalcare p {
            font-size: 12px;
            text-align: center;
        }

    .fundo-aproveite p {
        font-size: 26px;
    }

    .fundo-aproveite span {
        font-size: 56px;
    }

    .content-youtube iframe {
        max-width: 100%;
        width: 960px;
        height: 260px;
    }

    .desc-video-youtube {
        font-size: small;
    }

    .botao-som {
        bottom: 50px;
    }

    .posicao-botao-video {
        bottom: 5px;
    }

    .info-totalcare {
        margin: 0;
        margin-bottom: -15px;
    }

        .info-totalcare p {
            padding: 4px 15px;
            margin: 0 auto -10px auto;
            width: 90%;
            text-align: center;
        }

        .info-totalcare img {
            width: 70%;
            /* padding-left: 40px; */
            margin-left: 40px;
        }
}

/* 🖥️ Notebooks médios e MacBook Pro 14-16" (1281px - 1440px) */
@media screen and (min-width: 1280px) and (max-width: 1440px) {

    /* Ajustes para notebooks médios, MacBook Pro Retina */
    .fundo-aproveite p {
        font-size: 26px;
    }

    .fundo-aproveite span {
        font-size: 56px;
    }

    .content-youtube iframe {
        max-width: 100%;
        width: 960px;
        height: 360px;
    }

    .desc-video-youtube {
        font-size: small;
    }

    .info-totalcare p {
        margin: 0;
        padding: 8px 15px;
    }

    .info-totalcare p {
        font-size: 22px;
        padding: 0 0px;
        margin: 0;
        text-align: center;
        width: 97%;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: nowrap;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        gap: 1rem;
        white-space: nowrap;
    }

        .nav-logo p {
            margin: 0;
        }

    .nav-links {
        display: flex;
        gap: 1.5rem;
    }

        .nav-links li {
            list-style: none;
        }


            .nav-links li a {
                text-decoration: none;
                white-space: nowrap;
            }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

        .nav-links li {
            list-style: none;
            display: flex;
            align-items: center;
        }

            .nav-links li:not(:last-child)::after {
                content: '|';
                color: white;
                margin-left: 10px;
                display: flex;
                align-items: center;
            }
}

/* 🖥️ Monitores padrão e grandes (1441px - 1680px) */
@media screen and (min-width: 1441px) and (max-width: 1680px) {

    /* Ajustes para monitores comuns */
    .fundo-aproveite p {
        font-size: 36px;
    }

    .fundo-aproveite span {
        font-size: 66px;
    }

    .content-youtube iframe {
        max-width: 100%;
        width: 960px;
        height: 360px;
    }

    .desc-video-youtube {
        font-size: small;
    }

    .desc-video-youtube {
        font-size: medium;
    }

    .info-totalcare p {
        margin: 0;
        padding: 8px 15px;
    }

    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: nowrap;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        gap: 1rem;
        white-space: nowrap;
    }

        .nav-logo p {
            margin: 0;
        }

    .nav-links {
        display: flex;
        gap: 1.5rem;
    }

        .nav-links li {
            list-style: none;
        }

            .nav-links li a {
                text-decoration: none;
                white-space: nowrap;
            }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

        .nav-links li {
            list-style: none;
            display: flex;
            align-items: center;
        }

            .nav-links li:not(:last-child)::after {
                content: '|';
                color: white;
                margin-left: 10px;
                display: flex;
                align-items: center;
            }
}

/* 🖥️ Full HD e Ultra-Wide (1681px - 1920px) */
@media screen and (min-width: 1681px) and (max-width: 1920px) {

    .content-youtube iframe {
        max-width: 100%;
        width: 960px;
        height: 500px;
    }

    /* Ajustes para Full HD */
    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: nowrap;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        gap: 1rem;
        white-space: nowrap;
    }

        .nav-logo p {
            margin: 0;
            /* Remove margens extras */
        }




    .nav-links {
        display: flex;
        gap: 1.5rem;
        /* Ajuste o espaçamento entre os itens */
    }

        .nav-links li {
            list-style: none;
        }

            .nav-links li a {
                text-decoration: none;
                white-space: nowrap;
                /* Impede quebra de linha nos links */
            }

    .nav-links {
        display: flex;
        align-items: center;
        /* Garante que tudo fique alinhado na mesma linha */
        gap: 1.5rem;
    }

        .nav-links li {
            list-style: none;
            display: flex;
            align-items: center;
            /* Mantém tudo na mesma linha */
        }

            .nav-links li:not(:last-child)::after {
                content: '|';
                color: white;
                margin-left: 10px;
                display: flex;
                /* Faz com que a barra se comporte como os links */
                align-items: center;
                /* Mantém o alinhamento */
            }
}

.scroll-box {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    padding: 15px;
    overflow: auto;
    background-color: #f9f9f9;
    margin-top: 30px;
}

.ck-termos {
    background: #d1d1d1;
    padding: 15px;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 5px;
}

    .ck-termos input[type="checkbox"] {
        transform: scale(1.5);
        margin-right: 10px;
    }

.pagamento-pix {
    display: none;
}

.aviso-pix {
    font-weight: 600;
    background: red;
    padding: 15px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 23px;
}

.saiba-mais-total-care {
    background: #EDB127;
    border: none;
    padding: 6px 20px;
    font-size: 11px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transform: skew(-10deg, 0deg);
    transition: background-color 0.3s;
    margin: 0 auto;
    display: table;
    text-decoration: none;
}


@media screen and (min-width: 1921px) and (max-width: 3840px) {
    .fundo-tiger .cta-laranja-garanta-a-sua, div .btn-ja-quero-a-minha, .fundo-seguranca .cta-amarelo-aproveite, .fundo-tecnologia .cta-laranja-clique-aqui, .fundo-performance button {
        white-space: nowrap;
        font-size: 34px;
    }

    .saiba-mais-total-care {
        background: #EDB127;
        border: none;
        padding: 20px 40px;
        font-size: 20px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transform: skew(-10deg, 0deg);
        transition: background-color 0.3s;
        margin: 0 auto;
        display: table;
        text-decoration: none;
    }

    .info-totalcare img {
        width: 100%;
        padding: 20px;
    }

    .info-totalcare {
        margin: 0 !important;
        margin-bottom: 0px !important;
    }

    info-totalcare p {
        text-align: center !important;
    }
}

@media screen and (min-width: 3840px) {
    .fundo-tiger .cta-laranja-garanta-a-sua, div .btn-ja-quero-a-minha, .fundo-seguranca .cta-amarelo-aproveite, .fundo-tecnologia .cta-laranja-clique-aqui, .fundo-performance button {
        white-space: nowrap;
        font-size: 50px;
    }

    .hero-fundo .btn-ja-quero-a-minha {
        padding: 10px 200px !important;
    }

    .saiba-mais-total-care {
        background: #EDB127;
        border: none;
        padding: 20px 40px;
        font-size: 34px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transform: skew(-10deg, 0deg);
        transition: background-color 0.3s;
        margin: 0 auto;
        display: table;
        text-decoration: none;
    }

    .info-totalcare img {
        width: 100%;
        padding: 20px;
    }

    .info-totalcare {
        margin: 0 !important;
        margin-bottom: 100px !important;
    }

    info-totalcare p {
        text-align: center !important;
    }

    .desc-video-youtube {
        left: 45%;
        transform: translate(-45%, 50%);
        bottom: 20%;
        color: black;
        font-family: 'triumphbrokmanitalic';
        text-align: start;
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .content-youtube iframe {
        max-width: 100%;
        width: 1500px;
        height: 815px;
    }

    .info-totalcare p {
        font-size: 38px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'triumphbrokmanblack';
        color: white;
        transform: skew(-10deg, 0deg);
        border: 4px solid;
        border-color: #F2B322;
        padding: 15px 15px;
        border-radius: 25px;
        text-align: center;
    }

    .info-totalcare img {
        width: 600px;
        padding: 20px;
    }

    .content-performance-text {
        font-size: 60px;
    }

        .content-performance-text span {
            font-size: 140px;
        }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .controle-botao-seguranca {
        font-size: 12px;
        bottom: 23% !important;
        left: 45% !important;
        transform: translate(-50%, 0);
        white-space: nowrap;
    }

    .content-youtube {
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 50%;
    }

        .content-youtube iframe {
            max-width: 960px;
            width: 660px;
            height: 415px;
        }

    .fundo-youtube .desc-video-youtube {
        font-size: 20px;
        left: 260px;
        margin-bottom: 190px;
        width: 50%;
        padding-top: 100px;
    }

    .botao-som {
        bottom: 40px;
        right: 10px;
    }


    .posicao-botao-video {
        bottom: 0px;
        right: 0%;
    }

    .saiba-mais-total-care {
        background: #EDB127;
        border: none;
        padding: 6px 20px;
        font-size: 11px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        transform: skew(-10deg, 0deg);
        transition: background-color 0.3s;
        margin: 0 auto;
        display: table;
        text-decoration: none;
    }

    .info-totalcare .row {
        flex-direction: column;
        align-items: center;
        margin-top: 660px;
        white-space: nowrap;
    }

        .info-totalcare .row img {
            filter: invert(1);
        }

    .info-totalcare p {
        margin-top: 200px;
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurece a tela */
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .overlay.active {
        visibility: visible;
        opacity: 1;
    }

/* Loader (ícone de carregamento) */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Estilização do botão */
button:disabled {
    background: gray;
    cursor: not-allowed;
}