﻿:root {
    --primary-color: #fff;
    --secondary-color: #000;
    --tertiary-color: #E22F21;
    --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 {
    box-sizing: border-box;
    overflow-x: hidden;
}

/*.tr-form__forms button {
    outline: none;
    border: none;
}

.tr-container p,
.tr-container h1,
.tr-container h2,
.tr-container h3 {
    margin: 0;
    padding: 0;
}

.tr-container input,
.tr-container select {
    border-radius: 0 !important;
    outline: none;
}*/

/* 
Modal
*/

.lead-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000001f;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.lead-view {
    padding: 1rem;
    border: 1px solid #cacaca;
    margin-top: 1rem;
    border-radius: 5px;
    height: 90%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-img {
    width: 100%;
}

.lead-modal.active {
    visibility: visible;
    opacity: 1;
}

.lead-modal__item {
    width: 950px;
    height: 95%;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
}

    .lead-modal__item p {
        font-family: var(--triumph-scoreboard);
        margin: 0;
    }

.actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    position: sticky;
    top: 0;
    background: #fff;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.highcharts-credits {
    display: none;
}

.arquivo-lead-nome {
    font-family: var(--triumph-brokman-medium);
    font-size: .975rem;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* ======================== Estilizando Admin LP ======================== */

.tr-login__container {
    height: 100vh;
}

.tr-header__links a:hover:not(.tr-header__sair) {
    color: #0a58ca !important;
}

.tr-lead__form input:not(input[type=checkbox], input[type=radio]),
.tr-lead__form select {
    width: 100%;
    height: 35px !important;
    margin-top: .5rem;
}

.tr-lead__form label {
    font-size: 1rem !important;
    font-family: var(--triumph-brokman-medium) !important;
    margin: 0 !important;
}

.tr-moto_button {
    margin-right: 5px !important;
    font-size: 1.5rem !important;
}


/*.tr-form__actions {
    font-size: 1.4rem;
}

.tr-form__textarea {
    font-size: 1.4rem;
}

.tr-form__table {
    font-size: 2rem;
}

.tr-form__tablebody {
    font-size: 1.5rem;
}*/
.tr-usuario__form {
    padding: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 4rem;
}

.agendamento-content-style {
    position: relative;
    overflow: auto;
    width: 100%;
    max-height: 350px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px -1px;
    margin-bottom: 4rem;
}

    .agendamento-content-style:last-child {
        margin-bottom: 2rem !important;
    }

.table > :not(:first-child) {
    border-top: 1px solid !important;
}

.tr-form__head th {
    padding: 1rem 0 !important;
}

.tr-form__tablerow {
    font-size: .975rem !important;
    height: 70px;
}

    .tr-form__tablerow td {
        min-width: 160px;
    }

.tr-form__evento,
.tr-form__modelo {
    font-family: var(--triumph-brokman-bold);
}

.tr-form__horario {
    text-align: center;
}

.table td,
.table th {
    padding: .5rem !important;
}

.filter-options {
    padding: 1rem 0;
}


/* ======================== Estilizando Home LP ======================== */
.box {
    padding: 1rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
    display:flex;
}

.whatsapp {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a884;
    color: var(--primary-color) !important;
    border: 3px solid var(--primary-color);
    font-size: 1.6rem;
    place-self: center;
}

.top {
    width: 70px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color) !important;
    font-size: 2.3rem;
    opacity: 0.7;
    cursor: pointer;
}

.banner-desktop {
    position: relative;
}

.scroll-down-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 150px;
}

.animated-arrow {
    animation: float-up-down 1.5s ease-in-out infinite;
    font-size: 2.5rem;
    color: #fff;
    transition: color 0.3s;
}

.scroll-down-btn:hover .animated-arrow {
    color: #ccc;
}


.tr-container {
    background-image: url(../images/background.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh !important;
}


.tr-form__forms input:focus:not(input[type=checkbox], input[type=radio], input[type=search]),
.tr-form__forms select:focus,
.tr-form__forms textarea:focus {
    box-shadow: 0 0 0 4px var(--hover-effect) !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 0 !important;
}

.tr-form__forms option {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.tr-form__forms a {
    padding: 0;
    margin: 0;
}

/* Required fields */
.required-input {
    /*color: #ff0000;*/
}

/* Menu Responsivo */
.header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #1F1F20;
}

.nav {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*GALLERY */
.gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
    .gallery img {
        width: 100%;
        height: auto;
        object-fit: cover;
        box-shadow: 4px 4px 10px 0px;
    }


.gallery-mobile {
    display: none;
}

    .gallery-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
        padding: 10px;
    }

.gallery.desktop img,
.gallery-mobile img{
    filter: grayscale(100%);
    transition: all 0.3s ease;
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
    height: auto;
}

    .gallery.desktop img:hover{
        filter: grayscale(0%);
        transform: scale(1.5);
        z-index: 2;
    }



    .swiper-button-prev,
    .swiper-button-next {
        color: #fff; /* cor da seta */
        background-color: rgba(0, 0, 0, 0.5); /* fundo arredondado */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px; /* tamanho da seta */
    }

/* SELECT 2 */
.tr-form__forms .select2-selection {
    background: transparent !important;
}

.tr-form__forms .select2-selection__rendered {
    color: #fff !important;
}

.tr-form__forms .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.tr-form__forms .select2-selection select2-selection--single {
    height: 45px !important;
}

.tr-form__forms .select2-container--default .select2-selection--single {
    height: 45px !important;
    border-radius: 0 !important;
    /* border: 1px solid #fff !important; */
    padding: 0 1rem !important;
    font-family: var(--triumph-brokman-medium) !important;
    font-size: 1rem !important;
}

.tr-form__forms .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.tr-form__forms .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 1rem !important;
    background: url(../images/arrow.svg) no-repeat !important;
    background-position: center !important;
}


    .tr-form__forms .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none !important;
    }

.tr-lead__form .select2-container--default .select2-selection--single .select2-selection__rendered,
.tr-lead__form .select2-selection select2-selection--single {
    height: 35px !important;
}

.tr-lead__form .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}


.tr-lead__form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 .5rem !important;
    font-size: 16px !important;
    color: #000 !important;
    font-family: var(--triumph-brokman-medium) !important;
}


.tr-lead__form .select2-container .select2-selection--single {
    height: 35px !important;
}

.tr-lead__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.tr-lead__form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    right: .5rem !important;
}

/* Banner Desktop */
.banner-desktop {
    width: 100%;
    height: 100%;
    display: block;
}

    .banner-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.banner-responsive {
    display: none;
}

/* Títulos e Imagens */
.tr-form__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
    font-family: var(--triumph-brokman-medium);
    position: relative;
    font-style: italic;
    text-transform: uppercase;
    padding: 30px 0 30px 0;
}

    .tr-form__title p {
        font-size: 2.3rem;
        line-height: 1.1;
        text-align: center;
        width: 650px;
    }

        .tr-form__title p span {
            font-family: var(--triumph-brokman-extrabold);
        }

.tr-form__texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
    font-family: var(--triumph-brokman-medium);
    position: relative;
    font-style: italic;
    text-transform: uppercase;
    padding: 30px 0 30px 0;
}

    .tr-form__texto p {
        font-size: 1.8rem;
        line-height: 1.1;
        text-align: center;
        max-width: 650px;
        width: 100%;
    }

        .tr-form__texto p span {
            font-family: var(--triumph-brokman-extrabold);
        }
.tr-form__agendar {
    padding: .5rem;
    background: var(--tertiary-color);
    font-size: 1.3rem;
    text-transform: uppercase;
    display: block;
    margin-top: 1rem;
}

.tr-form__image {
    margin: 2rem 0;
    user-select: none;
}

    .tr-form__image div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .tr-form__image div h3 {
            font-size: 3.7rem;
            font-family: var(--triumph-brokman-extrabold);
            font-style: italic;
            fill: var(--secondary-color);
            -webkit-text-stroke: 1px var(--primary-color);
            -webkit-text-fill-color: rgb(0, 0, 0, 0);
            padding-bottom: .5rem;
        }

        .tr-form__image div img {
            width: 550px;
        }

.form-image {
    flex-direction: row !important;
    align-items: flex-end;
}

    .form-image h3 {
        font-size: 7rem !important;
        padding: 0 !important;
    }

/* Linha decorativa do forms */
.text-decoration {
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    right: 0;
    background: linear-gradient( to left, var(--tertiary-color), transparent, 60%, transparent, 85%, var(--tertiary-color) );
    position: absolute;
}

.tr-form__description {
    font-family: var(--triumph-brokman-bold);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    position: relative;
}

    .tr-form__description div {
        width: 600px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .tr-form__description div p:nth-child(1) {
            display: block;
            font-size: 1.5rem;
        }

        .tr-form__description div p:nth-child(2) {
            margin-top: .5rem;
            display: block;
            font-size: 1.4rem;
            color: var(--tertiary-color);
        }

.tr-form__forms {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    padding: .5rem;
    width: 550px;
}

    .form p {
        color: var(--primary-color);
        text-align: end;
        font-size: .975rem;
    }

.form-input-group {
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0;
    color: var(--primary-color);
    font-family: var(--triumph-brokman-medium);
    position: relative;
}

    .form-input-group label {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: .3rem;
    }

    .form-input-group input, .form-input-group select, .form-input-group .file {
        border: 1px solid var(--primary-color);
        background: none;
        color: var(--primary-color);
        height: 45px;
        padding: 0 1rem;
        transition: 0.2s;
        font-size: 1rem;
        border-radius: 0 !important;
    }

.file-name {
    flex-grow: 1;
}

    .file-name span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 250px;
        display: block;
    }

.input-radio input[type='radio'] {
    background: none !important;
    border: 1px solid var(--primary-color);
}

.form-input-group select {
    background: url("../images/arrow.svg") no-repeat !important;
    background-position: 97% center !important;
}

.form-input-group textarea {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
    border-radius: 0 !important;
    resize: none;
    outline: none;
    transition: 0.2s;
    padding: 1rem 1.5rem;
}

.form-input-group .file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.file img {
    width: 22px;
}

.form-input-group input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.rules {
    font-size: .8rem !important;
}

.input-termos div {
    width: 100%;
    display: flex !important;
    align-items: center;
}

.input-termos input {
    width: 20px;
    height: 20px;
}

.input-termos label a {
    color: var(--primary-color);
}

.input-estado,
.input-data {
    padding-right: .3rem;
}

.input-cidade,
.input-horario,
.input-moto {
    padding-left: .5rem;
}

.input-radio {
    display: flex !important;
}

    .input-radio div {
        display: flex;
        align-items: center;
        padding-left: 1rem;
    }

    .input-radio input {
        width: 20px;
        height: 20px;
    }

.input-moto {
    display: none;
}

#motoSim:checked {
    border: 1px solid red;
}

.button {
    margin-bottom: 3rem;
    margin-top: 4rem;
}

/*    .button button {
        font-family: var(--triumph-brokman-bold);
        padding: .3rem 1.5rem;
        width: 100%;
        margin: 0 auto;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        box-shadow: inset 2px 2px 20px 2px rgba(0, 0, 0, 0.4);
        font-style: italic;
    }

        .button button:hover {
            background-color: #d3d3d3;
            transition: background-color 0.3s ease;
        }


.button button:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}*/

.btn-agendar,
.btn-agendar:focus,
.btn-agendar:active,
.btn-agendar:hover {
    background-color: #a2a2a2 !important; /* cor de fundo principal */
    color: #fff !important; /* cor do texto */
    border: none !important;
    text-align: center;
    font-family: var(--triumph-brokman-bold);
    font-style: italic;
    font-size: 1.5rem;
    padding: .3rem 1.5rem;
    width: 100%;
    cursor: pointer;
    appearance: none; /* remove estilo nativo no iOS */
    -webkit-appearance: none; /* remove estilo nativo no Safari iOS */
    -moz-appearance: none; /* Firefox */
    box-shadow: inset 2px 2px 20px 2px rgba(0, 0, 0, 0.4);
    border-radius: 0 !important;
}

    .btn-agendar:disabled {
        opacity: 0.2;
        cursor: not-allowed !important;
        transition: background-color 0.3s ease;
    }

#ddlMoto:disabled,
#ddlHorario:disabled {
    opacity: .2;
}

#regulamento {
    padding: 1rem;
    border: 1px solid var(--primary-color);
    height: 260px;
    overflow: auto;
}

.footer {
    padding: 7rem 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer img {
        width: 300px;
        cursor: pointer;
        margin-bottom: 100px;
    }

.botao-pesquisa {
    padding: 15px 35px;
    font-family: var(--triumph-brokman-extrabold);
    text-decoration: none;
    color: black;
    background: var(--primary-color);
    margin: 15px 0px;
    font-size: 1.5rem;
}

.botao-pesquisa a:hover {
    color: #000;
}

@media screen and (max-width: 768px) {
    .scroll-down-box {
        bottom: 0px;
        font-size:1rem;
    }

    .footer img {
        width: 300px;
        cursor: pointer;
    }

    .gallery {
        display: none;
    }

    .gallery-mobile {
        display: block;
    }
    .banner-desktop img:not(.banner-responsive) {
        display: none;
    }

    .banner-responsive {
        display: block;
    }

    .nav {
        justify-content: center;
    }

    .tr-form__forms {
        margin-top: 2.7rem;
    }

    .tr-form__title {
        top: 1rem;
    }

    .tr-form__agendar {
        font-size: 1rem;
    }

    .tr-form__title p {
        font-size: 1.1rem;
        width: 90%;
        margin: .5rem auto;
    }

    .text-decoration {
        display: none;
    }

    .input-cidade,
    .input-estado,
    .input-moto {
        padding: 0;
    }

    .input-termos label {
        font-size: 1rem;
        display: block;
    }

    .form p {
        text-align: center;
    }

    .form-image h3 {
        font-size: 4rem !important;
    }

    .form-input-group label {
        display: block;
    }

    .tr-form__texto p {
        font-size: 0.875rem;
        line-height: 1.5;
        width: 90%;
    }

    .botao-pesquisa {
        font-size:0.875rem;
    }

    .gallery.desktop img,
    .gallery-mobile img {
        filter: none;
    }
}

@media screen and (max-width: 580px) {
    .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;
        }

        .tr-form__description div p:nth-child(2) {
            font-size: 1.3rem;
            color: var(--tertiary-color);
        }
}

/* Iphone SE */
@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: .9rem;
    }
}


/* Ajustes de Estilo no Admin */

@media screen and (max-width: 821px) {
    .tb-le {
        zoom: 75% !important;
    }
}

@media screen and (max-width: 800px) {
    .scroll-down-box {
        bottom: -10px;
    }
}

/* Regulamento */
.regulamento-wrap {
    width: 90%;
    margin: 3rem auto;
}

    .regulamento-wrap h1 {
        font-family: var(--triumph-brokman-bold);
        font-size: 2rem;
    }

.decoration-regulamento {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: .5rem;
    background: #a5202d8a;
}

@keyframes float-up-down {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.animated-arrow {
    animation: float-up-down 1.5s ease-in-out infinite !important;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.scroll-down-box i {
    font-size: 2.5rem;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #252525;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.popup-content h2{
    color: green;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #aaa;
    transition: color 0.2s ease;
}

    .popup-close:hover {
        color: #000;
    }


/* Altera o fundo das opções destacadas no drop */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9F6903 !important;
    color: white !important;
}



.acompanhe-p{
    font-family: var(--triumph-brokman-bold);
    color: white;

}

input[type="checkbox"] {
    accent-color: #9F6903;
}

