﻿: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;
}

.lead-grid-wrap {
    width: 100%;
    overflow: visible;
}

.lead-pesquisa-grid {
    width: 100%;
    table-layout: auto;
    font-size: .8rem;
}

.lead-pesquisa-grid td,
.lead-pesquisa-grid th {
    padding: .35rem !important;
    /*vertical-align: middle;*/
    white-space: normal;
    overflow-wrap: anywhere;
}

.lead-pesquisa-grid .btn {
    font-size: .8rem;
    white-space: nowrap;
}

.lead-carga-grid thead th {
    vertical-align: bottom !important;
}

.lead-pesquisa-grid th.lead-importacao-th {
    position: relative;
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 145px;
    padding: .2rem !important;
    vertical-align: bottom;
    overflow: visible;
}

.lead-importacao-th__label {
    display: block;
    position: absolute;
    left: 16px;
    bottom: 8px;
    width: 140px;
    transform: rotate(-55deg);
    transform-origin: left bottom;
    white-space: nowrap;
    text-align: left;
    line-height: 1;
}

.lead-importacao-score {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    padding-right: .15rem !important;
    padding-left: .15rem !important;
}

.lead-import-delete-form {
    margin: 0;
    white-space: nowrap;
}

.lead-pesquisa-page {
    padding-bottom: 5.5rem;
}

.lead-pesquisa-pagination {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 1050;
    max-width: calc(100vw - 24px);
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem;
    transform: translateX(-50%);
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
}

.lead-pesquisa-pagination__arrow,
.lead-pesquisa-pagination__current {
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #212529;
    background: #fff;
    color: #212529;
    text-decoration: none;
}

.lead-pesquisa-pagination__arrow {
    width: 38px;
    font-size: 1rem;
}

.lead-pesquisa-pagination__arrow:hover,
.lead-pesquisa-pagination__current:hover {
    background: #212529;
    color: #fff;
}

.lead-pesquisa-pagination__arrow.is-disabled {
    border-color: #c8ced3;
    color: #9aa1a8;
    cursor: not-allowed;
}

.lead-pesquisa-pagination__arrow.is-disabled:hover {
    background: #fff;
    color: #9aa1a8;
}

.lead-pesquisa-pagination__current {
    min-width: 155px;
    padding: 0 .85rem;
    font-size: .88rem;
    font-weight: 600;
}

.lead-pesquisa-pagination__menu {
    max-height: 280px;
    min-width: 180px;
    overflow-y: auto;
}

.lead-page-size-form {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.lead-page-size-form label {
    margin: 0;
    color: #6c757d;
    font-size: .85rem;
    white-space: nowrap;
}

.lead-page-size-form .form-select {
    width: 86px;
}

.lead-filter-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
}

.lead-filter-pair .select2-container {
    width: 100% !important;
}

.lead-importing {
    overflow: hidden;
}

.lead-import-overlay {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, .58);
    cursor: wait;
}

.lead-import-overlay.is-active {
    display: flex;
}

.lead-import-overlay__box {
    display: grid;
    width: min(100%, 360px);
    justify-items: center;
    gap: .65rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .28);
    background: #fff;
    color: #212529;
    text-align: center;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.lead-import-overlay__box strong {
    font-family: var(--triumph-brokman-bold);
    font-size: 1rem;
    text-transform: uppercase;
}

.lead-import-overlay__box span {
    color: #6c757d;
    font-size: .9rem;
}

.lead-import-overlay__progress {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3e6ea;
}

.lead-import-overlay__progress-bar {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #212529;
    transition: width .25s ease;
}

.lead-import-overlay__spinner {
    width: 42px;
    height: 42px;
    border: 4px solid #d9dde1;
    border-top-color: #212529;
    border-radius: 50%;
    animation: lead-import-spin .8s linear infinite;
}

@keyframes lead-import-spin {
    to {
        transform: rotate(360deg);
    }
}

.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;
}

/* Pesquisa dinâmica */
.pesquisa-dinamica {
    min-height: 100vh;
    background: #111;
    color: #fff;
    font-family: var(--triumph-brokman-medium);
}

.pesquisa-dinamica__hero {
    width: 100%;
    background: #000;
}

.pesquisa-dinamica__hero img {
    display: block;
    width: min(100%, 920px);
    margin: 0 auto;
}

.pesquisa-dinamica__wrap {
    width: min(92%, 920px);
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.pesquisa-dinamica__intro {
    margin-bottom: 2rem;
}

.pesquisa-dinamica__intro p {
    margin: 0 0 .35rem;
    color: #c9a56a;
    font-family: var(--triumph-brokman-bold);
    text-transform: uppercase;
}

.pesquisa-dinamica__intro h1 {
    margin: 0;
    font-family: var(--triumph-brokman-extrabold);
    font-size: 2rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.pesquisa-dinamica__form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pesquisa-dinamica__progress {
    display: grid;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .04);
}

.pesquisa-dinamica__progress-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--triumph-brokman-bold);
    text-transform: uppercase;
}

.pesquisa-dinamica__progress-track {
    height: 7px;
    overflow: hidden;
    background: rgba(255, 255, 255, .16);
}

.pesquisa-dinamica__progress-bar {
    width: 0;
    height: 100%;
    background: #c9a56a;
    transition: width .25s ease;
}

.pesquisa-dinamica__step-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.pesquisa-dinamica__step-dot {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: transparent;
    color: #fff;
    font-family: var(--triumph-brokman-bold);
}

.pesquisa-dinamica__step-dot.is-active {
    border-color: #c9a56a;
    background: #c9a56a;
    color: #111;
}

.pesquisa-dinamica__step-dot.is-complete {
    border-color: rgba(201, 165, 106, .75);
    color: #c9a56a;
}

.pesquisa-dinamica__step-dot:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.pesquisa-dinamica__step {
    display: none;
}

.pesquisa-dinamica__step.is-active {
    display: block;
}

.pesquisa-dinamica__section {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 1.5rem;
}

.pesquisa-dinamica__section h2 {
    margin: 0 0 1rem;
    font-family: var(--triumph-brokman-bold);
    font-size: 1.2rem;
    text-transform: uppercase;
}

.pesquisa-dinamica__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pesquisa-dinamica__field--full {
    grid-column: 1 / -1;
}

.pesquisa-dinamica__field label,
.pesquisa-dinamica__question p,
.pesquisa-dinamica__radio-inline span {
    display: block;
    margin: 0 0 .45rem;
    font-family: var(--triumph-brokman-bold);
}

.pesquisa-dinamica__field span,
.pesquisa-dinamica__field label span {
    color: #d72d20;
}

.pesquisa-dinamica__required {
    color: #d72d20;
}

.pesquisa-dinamica__field input,
.pesquisa-dinamica__field select,
.pesquisa-dinamica__question select,
.pesquisa-dinamica__question textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .65);
    background: transparent;
    color: #fff;
    border-radius: 0;
    min-height: 45px;
    padding: 0 .9rem;
}

.pesquisa-dinamica__input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, .65);
    min-height: 45px;
}

.pesquisa-dinamica__input-group input {
    border: none;
    flex: 1;
    min-height: unset;
}

.pesquisa-dinamica__input-prefix {
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .08);
    user-select: none;
}

.pesquisa-dinamica__field select option,
.pesquisa-dinamica__question select option {
    color: #000;
}

.pesquisa-dinamica .select2-container {
    width: 100% !important;
}

.pesquisa-dinamica .select2-container--default .select2-selection--single {
    min-height: 45px;
    border: 1px solid rgba(255, 255, 255, .65);
    background: transparent;
    border-radius: 0;
}

.pesquisa-dinamica .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 45px;
    padding-left: .9rem;
}

.pesquisa-dinamica .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, .75);
}

.pesquisa-dinamica .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.pesquisa-dinamica .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.pesquisa-dinamica .select2-dropdown {
    border-radius: 0;
}

.pesquisa-dinamica .select2-results__option {
    color: #111;
}

.pesquisa-dinamica__estado-field .select2-container--default .select2-selection--single,
.pesquisa-dinamica__cidade-field .select2-container--default .select2-selection--single,
.pesquisa-dinamica__marca-field .select2-container--default .select2-selection--single,
.pesquisa-dinamica__modelo-field .select2-container--default .select2-selection--single {
    background: #fff;
}

.pesquisa-dinamica__estado-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.pesquisa-dinamica__cidade-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.pesquisa-dinamica__marca-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.pesquisa-dinamica__modelo-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.pesquisa-dinamica__estado-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
.pesquisa-dinamica__cidade-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
.pesquisa-dinamica__marca-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
.pesquisa-dinamica__modelo-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #111;
}

.pesquisa-dinamica__estado-field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pesquisa-dinamica__cidade-field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pesquisa-dinamica__marca-field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pesquisa-dinamica__modelo-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #111 transparent transparent transparent;
}

.pesquisa-dinamica__estado-field .select2-dropdown,
.pesquisa-dinamica__cidade-field .select2-dropdown,
.pesquisa-dinamica__marca-field .select2-dropdown,
.pesquisa-dinamica__modelo-field .select2-dropdown,
.pesquisa-dinamica__estado-field .select2-search__field,
.pesquisa-dinamica__cidade-field .select2-search__field,
.pesquisa-dinamica__marca-field .select2-search__field,
.pesquisa-dinamica__modelo-field .select2-search__field {
    background: #fff;
    color: #111;
}

.pesquisa-dinamica__question textarea {
    min-height: 110px;
    padding: .8rem .9rem;
    resize: vertical;
}

.pesquisa-dinamica__radio-inline {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.pesquisa-dinamica__radio-inline span {
    margin: 0;
}

.pesquisa-dinamica__radio-inline .pesquisa-dinamica__required {
    display: inline;
    margin: 0;
}

.pesquisa-dinamica__radio-inline label,
.pesquisa-dinamica__answers label {
    display: flex;
    gap: .5rem;
    align-items: center;
    cursor: pointer;
}

.pesquisa-dinamica__question {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pesquisa-dinamica__answers {
    display: grid;
    gap: .75rem;
}

.pesquisa-dinamica__actions {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.5rem;
}

.pesquisa-dinamica__actions .btn-agendar {
    width: min(100%, 260px);
}

.pesquisa-dinamica__actions--split {
    justify-content: flex-start;
}

.pesquisa-dinamica__actions--split .pesquisa-dinamica__next,
.pesquisa-dinamica__actions--split .pesquisa-dinamica__submit {
    margin-left: auto;
}

.pesquisa-dinamica__back,
.pesquisa-dinamica__back:focus,
.pesquisa-dinamica__back:active,
.pesquisa-dinamica__back:hover {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .55) !important;
    box-shadow: none !important;
}

.pesquisa-dinamica--center .pesquisa-dinamica__intro {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pesquisa-dinamica__grid {
        grid-template-columns: 1fr;
    }

    .pesquisa-dinamica__intro h1 {
        font-size: 1.45rem;
    }

    .pesquisa-dinamica__wrap {
        padding-top: 1.5rem;
    }

    .pesquisa-dinamica__progress-top,
    .pesquisa-dinamica__actions,
    .pesquisa-dinamica__actions--split {
        align-items: stretch;
        flex-direction: column;
    }

    .pesquisa-dinamica__actions .btn-agendar {
        width: 100%;
    }
}

/* Admin pesquisa dinâmica */
.pesquisa-admin__container {
    width: 96%;
    max-width: 1800px;
    margin: 0 auto;
    min-height: calc(100vh - 62px);
}

.pesquisa-admin__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f5f6f7;
    border: 1px solid #e0e3e6;
}

.pesquisa-admin__filter {
    display: flex;
    align-items: flex-end;
    gap: .75rem;
    flex: 1;
}

.pesquisa-admin__filter .form-group {
    width: min(100%, 420px);
}

.pesquisa-admin__actions {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pesquisa-admin__workspace {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.pesquisa-admin__sidebar,
.pesquisa-admin__panel,
.pesquisa-admin__empty,
.pesquisa-admin__question {
    border: 1px solid #dfe3e7;
    background: #fff;
}

.pesquisa-admin__sidebar {
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.pesquisa-admin__sidebar-head,
.pesquisa-admin__panel-head,
.pesquisa-admin__section-head,
.pesquisa-admin__question-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pesquisa-admin__sidebar-head {
    padding: 1rem;
    border-bottom: 1px solid #dfe3e7;
}

.pesquisa-admin__sidebar-head h2,
.pesquisa-admin__panel-head h2,
.pesquisa-admin__section-head h2 {
    margin: 0;
    font-size: 1.15rem;
    font-family: var(--triumph-brokman-bold);
}

.pesquisa-admin__sidebar-head span {
    display: inline-flex;
    min-width: 34px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background: #212529;
    color: #fff;
    font-weight: 700;
}

.pesquisa-admin__survey-list {
    display: grid;
    gap: .5rem;
    padding: .75rem;
}

.pesquisa-admin__survey,
.pesquisa-admin__response-list a,
.pesquisa-admin__answers-mini a {
    color: #212529;
    text-decoration: none;
}

.pesquisa-admin__survey {
    display: grid;
    gap: .25rem;
    padding: .8rem;
    border-left: 4px solid transparent;
    background: #f7f8f9;
}

.pesquisa-admin__survey:hover,
.pesquisa-admin__survey.is-active {
    border-left-color: #9F6903;
    background: #fff;
    box-shadow: inset 0 0 0 1px #dfe3e7;
}

.pesquisa-admin__survey strong {
    line-height: 1.2;
}

.pesquisa-admin__survey small {
    color: #6c757d;
}

.pesquisa-admin__main {
    display: grid;
    gap: 1rem;
}

.pesquisa-admin__panel,
.pesquisa-admin__empty {
    padding: 1rem;
}

.pesquisa-admin__panel-head,
.pesquisa-admin__section-head {
    margin-bottom: 1rem;
}

.pesquisa-admin__eyebrow {
    display: block;
    color: #9F6903;
    font-size: .8rem;
    font-family: var(--triumph-brokman-bold);
    text-transform: uppercase;
}

.pesquisa-admin__form {
    margin-top: .25rem;
}

.pesquisa-admin__inline-radio {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap;
    min-height: 35px;
    align-items: center;
}

.pesquisa-admin__inline-radio label {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.pesquisa-admin__builder {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 50px;
}

.pesquisa-admin__questions,
.pesquisa-admin__editor {
    display: grid;
    gap: .75rem;
}

.pesquisa-admin__question {
    padding: .85rem;
}

.pesquisa-admin__question.is-active {
    border-color: #9F6903;
    box-shadow: inset 4px 0 0 #9F6903;
}

.pesquisa-admin__question-main > div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: .25rem .75rem;
    align-items: start;
}

.pesquisa-admin__question-main span {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #212529;
    color: #fff;
    font-weight: 700;
}

.pesquisa-admin__question-main strong {
    line-height: 1.25;
}

.pesquisa-admin__question-main small {
    color: #6c757d;
}

.pesquisa-admin__answers-mini {
    display: grid;
    gap: .4rem;
    margin: .85rem 0 0 46px;
}

.pesquisa-admin__answers-mini a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: .5rem;
    align-items: center;
    padding: .45rem .55rem;
    background: #f5f6f7;
    border: 1px solid #e3e6e9;
    font-size: .9rem;
}

.pesquisa-admin__answers-mini span {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    background: #dee2e6;
}

.pesquisa-admin__answers-mini strong {
    font-size: .82rem;
    color: #6c757d;
}

.pesquisa-admin__response-list {
    display: grid;
    gap: .45rem;
    margin-top: 1rem;
}

.pesquisa-admin__response-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: .2rem .6rem;
    align-items: center;
    padding: .6rem;
    background: #f7f8f9;
    border: 1px solid #e3e6e9;
}

.pesquisa-admin__response-list a.is-active,
.pesquisa-admin__response-list a:hover {
    border-color: #9F6903;
    background: #fff;
}

.pesquisa-admin__response-list span {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #212529;
    color: #fff;
}

.pesquisa-admin__response-list small {
    color: #6c757d;
}

.pesquisa-admin__empty {
    min-height: 220px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.pesquisa-admin__empty--small {
    min-height: 90px;
    padding: 1rem;
}

.pesquisa-admin__event {
    display: grid;
    gap: .15rem;
    min-width: min(100%, 340px);
    padding: .85rem 1rem;
    border: 1px solid #dfe3e7;
    background: #fff;
}

.pesquisa-admin__event span,
.pesquisa-admin__event small,
.pesquisa-admin__static-field span,
.pesquisa-admin__selected-question span {
    color: #6c757d;
    font-size: .84rem;
}

.pesquisa-admin__event strong,
.pesquisa-admin__static-field strong,
.pesquisa-admin__selected-question strong {
    color: #212529;
    line-height: 1.2;
}

.pesquisa-admin__selection {
    margin-top: 1rem;
}

.pesquisa-admin__survey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: .75rem;
}

.pesquisa-admin__survey-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #dfe3e7;
    border-left: 4px solid #9F6903;
    background: #fff;
}

.pesquisa-admin__survey-card strong,
.pesquisa-admin__survey-card small {
    display: block;
}

.pesquisa-admin__survey-card small {
    color: #6c757d;
    margin-top: .2rem;
}

.pesquisa-admin__survey-card .btn {
    grid-column: 1 / -1;
    justify-self: end;
}

.pesquisa-admin__survey-actions {
    grid-column: 1 / -1;
    justify-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}

.pesquisa-admin__survey-actions .btn {
    grid-column: auto;
    justify-self: auto;
}

.pesquisa-admin__flow-head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.pesquisa-admin__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem;
    margin-bottom: 1rem;
}

.pesquisa-admin__step {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 58px;
    padding: .75rem;
    color: #212529;
    text-decoration: none;
    border: 1px solid #dfe3e7;
    background: #fff;
}

.pesquisa-admin__step span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #495057;
    font-weight: 700;
}

.pesquisa-admin__step.is-active {
    border-color: #9F6903;
    box-shadow: inset 0 -4px 0 #9F6903;
}

.pesquisa-admin__step.is-active span {
    background: #9F6903;
}

.pesquisa-admin__step.is-disabled {
    color: #8b949e;
    pointer-events: none;
    background: #f4f5f6;
}

.pesquisa-admin__static-field,
.pesquisa-admin__selected-question {
    display: grid;
    gap: .15rem;
    min-height: 42px;
    padding: .55rem .75rem;
    border: 1px solid #dfe3e7;
    background: #f7f8f9;
}

.pesquisa-admin__nav-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
}

.pesquisa-admin__nav-actions > div {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.pesquisa-admin__builder--steps {
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
}

.pesquisa-admin__question-main > .pesquisa-admin__question-actions {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
    grid-template-columns: none;
}

.pesquisa-admin__question-actions .btn {
    min-width: 38px;
}

.pesquisa-admin__delete-form {
    margin: 0;
}

.pesquisa-admin__delete-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pesquisa-admin__response-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .45rem;
    align-items: stretch;
}

.pesquisa-admin__response-item .pesquisa-admin__delete-form {
    display: flex;
}

.pesquisa-admin__response-item .pesquisa-admin__delete-form .btn {
    height: 100%;
    min-width: 42px;
}

.pesquisa-admin__selected-question {
    margin-bottom: 1rem;
}

.pesquisa-admin__mode {
    display: grid;
    gap: .2rem;
    margin-bottom: 1rem;
    padding: .7rem .85rem;
    border: 1px solid #dfe3e7;
    border-left-width: 4px;
    background: #f7f8f9;
}

.pesquisa-admin__mode strong {
    color: #212529;
    font-family: var(--triumph-brokman-bold);
}

.pesquisa-admin__mode span {
    color: #6c757d;
    font-size: .9rem;
}

.pesquisa-admin__mode.is-creating {
    border-left-color: #198754;
}

.pesquisa-admin__mode.is-editing {
    border-left-color: #9F6903;
}

@media screen and (max-width: 1100px) {
    .pesquisa-admin__workspace,
    .pesquisa-admin__builder {
        grid-template-columns: 1fr;
    }

    .pesquisa-admin__sidebar {
        position: static;
        max-height: none;
    }
}

@media screen and (max-width: 768px) {
    .pesquisa-admin__topbar,
    .pesquisa-admin__filter {
        display: grid;
    }

    .pesquisa-admin__filter .form-group,
    .pesquisa-admin__filter button,
    .pesquisa-admin__actions .btn {
        width: 100%;
    }

    .pesquisa-admin__steps,
    .pesquisa-admin__survey-grid {
        grid-template-columns: 1fr;
    }

    .pesquisa-admin__flow-head,
    .pesquisa-admin__nav-actions {
        display: grid;
    }

    .pesquisa-admin__nav-actions .btn,
    .pesquisa-admin__nav-actions > div {
        width: 100%;
    }
}

