﻿:root {
    --primary-color: #fff;
    --secondary-color: #000;
    --tertiary-color: #a5202d;
    --triumph-scoreboard: "scoreboardregular", sans-serif;
    --triumph-brokman-medium: "triumphbrokmanmedium", sans-serif;
    --triumph-brokman-bold: "triumphbrokmanbold", sans-serif;
    --triumph-brokman-extrabold: "triumphbrokmanextrabold", sans-serif;
    --hover-effect: #a5202d8a;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--secondary-color);
}

button {
    outline: none;
    border: none;
}

p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

input,
select {
    border-radius: 0 !important;
    outline: none;
}

.form-select {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(255,255,255)' class='bi bi-chevron-down' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/> </svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
}

input:focus:not(input[type=checkbox], input[type=radio]),
select:focus {
    box-shadow: 0 0 0 4px var(--hover-effect) !important;
    color: black !important;
    border-color: var(--primary-color) !important;
    border-radius: 0 !important;
}

option {
    background: var(--secondary-color);
    color: var(--primary-color);
}

a {
    padding: 0;
    margin: 0;
}

.header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: black;
}

.nav {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .nav img {
        width: 150px;
        max-width: 100%;
    }

.tr-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner-desktop {
    width: 100%;
    height: 100%;
    display: block;
}

    .banner-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.swiper {
    display: none;
}

.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: rgba(255, 255, 255, 0.5);
        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: #20d04296;
    outline: 3px solid var(--tr-white);
    color: var(--tr-white) !important;
    font-size: 25px;
}
/*video*/

.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;
    }

video {
    filter: none !important;
}

.botao-som {
    padding: 0px 15px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    opacity: 0.3;
    border-radius: 10px;
    z-index: 9999;
    right: 30px;
    width: 50px;
    height: 50px;
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid black;
}

.tr-form__container {
    width: 100%;
}

.section-forms {
    background-color: black;
}

.content-background {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .content-background img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: -60px;
    }

.tr-form__title {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .tr-form__title div {
        font-family: var(--triumph-brokman-bold);
        color: var(--primary-color);
        text-align: center;
        padding: 0 1rem;
    }

    .tr-form__title h1 {
        font-size: 2rem;
        background: var(--tertiary-color);
        padding: .2rem 1rem;
    }

    .tr-form__title h2 {
        font-size: 2.5rem;
    }

.grid-imagens {
    width: 70%;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

    .grid-imagens img:nth-child(1) {
        width: 100%;
        height: auto;
        display: block;
    }

    .grid-imagens img:nth-child(2) {
        display: none;
    }

.text-decoration {
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
}

.tr-form__description {
    font-family: var(--triumph-brokman-bold);
    color: var(--primary-color);
    display: flex;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

    .tr-form__description div {
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .tr-form__description div p:nth-child(1) {
            margin-top: 20px;
            display: block;
            font-size: clamp(1.5rem, 2vw, 2rem);
            margin-bottom: 35px;
            font-style: italic;
        }

        .tr-form__description div p:nth-child(2) {
            margin-top: 0.5rem;
            display: block;
            font-size: clamp(1.4rem, 1.9vw, 1.9rem);
            font-style: italic;
            font-family: var(--triumph-brokman-medium);
        }

        .tr-form__description div p:nth-child(3) {
            display: block;
            font-size: clamp(1.3rem, 1.8vw, 1.8rem);
            margin-bottom: 35px;
            font-style: italic;
        }

.tr-form__forms {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    padding: .5rem;
    width: 50%;
    font-size: 1.3rem;
}

    .form p {
        color: var(--primary-color);
        text-align: end;
        font-size: 1.5rem;
    }

.form-input-group {
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0;
    color: var(--primary-color);
    font-family: var(--triumph-brokman-medium);
    z-index: 1;
}

    .form-input-group label {
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
    }

    .form-input-group input, .form-input-group select {
        border: 1px solid var(--primary-color);
        color: black;
        height: 50px;
        padding: 0 1rem;
        transition: 0.2s;
        font-size: 1.3rem;
        outline: none;
        padding-left: 8px;
    }

.input-termos div {
    width: 100%;
    display: flex !important;
    align-items: center;
}

.input-termos input {
    width: 20px;
    height: 20px;
    all: unset;
    border: 1px solid white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: white;
}

.input-termos label a {
    color: white;
}

.input-estado,
.input-data {
    padding-right: .3rem;
}

.input-cidade,
.input-horario {
    padding-left: .5rem;
}

.input-radio {
    display: flex !important;
}

    .input-radio div {
        display: flex;
        align-items: center;
    }

    .input-radio input {
        width: 20px !important;
        height: 20px !important;
        margin-right: 10px;
        all: unset;
        border: 1px solid white;
        border-radius: 50% !important;
        margin-right: 10px;
        background: white;
    }

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.input-moto, .input-motoMarca {
    display: none;
}

.button {
    margin-top: 1rem;
}

    .button button {
        font-family: var(--triumph-brokman-bold);
        background: #D60000;
        color: var(--primary-color);
        padding: .3rem 1.5rem;
        width: 100%;
        margin: 0 auto;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        font-style: italic;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

        .button button:disabled {
            opacity: 0.5;
            cursor: default;
        }

.titulo-mais-forte {
    font-family: "triumphbrokmanheavy";
    color: red;
}


.footer {
    background: rgb(0 0 0 / 80%);
}

    .footer img {
        width: 250px;
        margin: 50px 0px;
    }

.imagem-metalizada {
    width: 80% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 50px;
    padding: 4px 12px;
    font-size: 1.3rem;
    color: black;
    border-radius: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: black;
        line-height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: white;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        right: 10px;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: black !important;
}

.select2-results__options {
    font-size: 1.3rem;
}

.add-google-agenda {
    background: #A5202A;
    font-family: var(--triumph-brokman-bold);
    background: var(--tertiary-color);
    color: var(--primary-color);
    padding: .3rem 1.5rem;
    width: fit-content;
    margin: 0 auto;
    border: none;
    font-size: 1rem;
    border-radius: 0;
}

    .add-google-agenda:hover {
        background: #89161d;
    }

#cancelBtn {
    color: black;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    max-width: 90%;
    width: 400px;
    color: black;
}

    .modal-content p {
        color: black;
        text-align: center;
    }

.modal-buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-around;
}

.modal-overlay.hidden {
    display: none;
}

.btn-confirm {
    background-color: #cc0000;
    color: white;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.linha-branca {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 2rem auto;
}

.posicao-botao-video {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

div .btn-ja-quero-a-minha {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: white;
}

.btn-ja-quero-a-minha {
    color: black !important;
    font-family: "triumphbrokmanheavy";
    font-style: italic;
    width: 390px;
    height: 60px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    font-size: 25px;
}

.posicao-botao-video {
    left: 50%;
    transform: translateX(-50%);
    top: 80%; /* ou o valor que funcionar melhor visualmente */
}

.div-btn-saiba-mais {
    top: 83%;
}

@media screen and (min-width: 1921) {
    .btn-ja-quero-a-minha {
        color: black !important;
        font-family: "triumphbrokmanheavy";
        font-style: italic;
        width: 460px;
        height: 75px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 40px;
        font-size: 30px;
    }

    .posicao-botao-video {
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 581px) and (max-width: 1100px) {
    .btn-ja-quero-a-minha {
        color: black !important;
        font-family: "triumphbrokmanheavy";
        font-style: italic;
        width: 300px;
        height: 40px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 40px;
        font-size: 20px;
    }

    .posicao-botao-video {
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .banner-desktop {
        display: none;
    }

    .imagem-metalizada {
        width: 100% !important;
    }

    .tr-form__description {
        width: 100%;
    }
    /* Swiper Carrossel Responsivo */
    .swiper {
        width: 100%;
        height: auto;
        display: block;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .swiper-pagination span {
        background: #fff;
        width: 10px;
        height: 10px;
    }

    .nav {
        justify-content: center;
    }

    .tr-form__title div h1,
    .tr-form__title div h2 {
        font-size: 1.5rem;
    }

    .text-decoration {
        display: none;
    }

    .input-cidade,
    .input-estado,
    .input-moto {
        padding: 0;
    }

    .input-termos label {
        font-size: 1rem;
    }

    .form p {
        text-align: center;
    }

    .form-image h3 {
        font-size: 4rem !important;
    }

    .grid-imagens {
        width: 100%;
        display: block;
    }

        .grid-imagens img {
            width: 100%;
            max-width: 100% !important;
            margin-bottom: 1rem;
        }

    .tr-form__description p:first-child {
        font-size: 1.9rem;
    }

    .content-background img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 0px;
    }
}

@media screen and (max-width: 580px) {
    .btn-ja-quero-a-minha {
        color: black !important;
        font-family: "triumphbrokmanheavy";
        font-style: italic;
        width: 195px;
        height: 30px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
        font-size: 12px;
    }

    .posicao-botao-video {
        bottom: -40px;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .tr-form__title div h1,
    .tr-form__title div h2 {
        font-size: 1.3rem;
    }

    .tr-form__title div h1 {
        padding: .5rem 1rem;
    }

    .tr-form__title div h2 {
        padding: .5rem 3rem;
    }

    .tr-form__image {
        padding: 0 1rem;
    }

        .tr-form__image div img {
            width: 90%;
        }

        .tr-form__image div h3 {
            font-size: 2.5rem;
        }

    .tr-form__description div {
        width: 100%;
        /*padding: 0 1rem;*/
    }

        .tr-form__description div p:nth-child(1) {
            font-size: 1.3rem;
            padding: 0 1rem;
        }

        .tr-form__description div p:nth-child(2) {
            font-size: 1.2rem;
        }

        .tr-form__description div p:nth-child(3) {
            font-size: 1rem;
        }

    .form {
        width: 100%;
    }

    .tr-form__description p {
        font-size: 1rem;
    }

    .botao-som {
        top: 90%;
        right: 10px;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 420px) {
    .tr-form__image div h3 {
        font-size: 1.8rem;
    }

    .form-image h3 {
        font-size: 3.2rem !important;
    }

    .form p {
        padding: 0;
        font-size: 1.3rem;
    }

    .footer img {
        width: 180px;
    }

    .div-btn-saiba-mais {
        top: 72%;
    }

}