.elementor-17293 .elementor-element.elementor-element-9105a21:not(.elementor-motion-effects-element-type-background), .elementor-17293 .elementor-element.elementor-element-9105a21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://one.mercapro.com.br/wp-content/uploads/2025/02/img-BG-1-1-2048x1311-1.jpg");background-position:top right;background-repeat:no-repeat;}.elementor-17293 .elementor-element.elementor-element-9105a21 > .elementor-container{min-height:100vh;}.elementor-17293 .elementor-element.elementor-element-9105a21{transition:background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-17293 .elementor-element.elementor-element-9105a21 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17293 .elementor-element.elementor-element-c703113 > .elementor-element-populated{text-align:center;}.elementor-17293 .elementor-element.elementor-element-413d85e > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-17293 .elementor-element.elementor-element-413d85e{text-align:center;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:1367px){.elementor-17293 .elementor-element.elementor-element-9105a21:not(.elementor-motion-effects-element-type-background), .elementor-17293 .elementor-element.elementor-element-9105a21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-dff80ed *//* ========================================
   LINK FINDER - ESTILOS GTM CONSOLIDADOS
   ======================================== */

   :root {
    --field-width: 80%;
    --color-orange: #f48729;
    --color-orange-hover: #c76b21;
    --color-orange-accent: #e67e22;
    --color-orange-shadow: rgba(244, 135, 41, 0.2);
    --color-green: #28a745;
    --color-green-shadow: rgba(40, 167, 69, 0.2);
    --color-red: #dc3545;
    --color-red-shadow: rgba(220, 53, 69, 0.2);
    --color-yellow-bg: #fff3cd;
    --color-yellow-text: #856404;
    --color-yellow-border: #ffeaa7;
    --color-gray-555: #555;
    --color-gray-777: #777;
    --selection-hover: #777;
}

/* ========================================
   ESTILOS BASE DO FORMULÁRIO
   ======================================== */

/* Responsivo Computador */
@media only screen and (min-width: 1024px) {
    .full-div {
        text-align: center;
        width: 70%;
        height: auto;
        margin: 5px auto;
        border-radius: 7px;
        padding: 0;
    }
}

/* Responsivo Mobile */
@media only screen and (max-width: 1023px) {
    .full-div {
        text-align: center;
        background-color: #f6f6f6;
        width: 90%;
        height: auto;
        margin: auto;
        border-radius: 7px;
        padding: 0;
    }
}

.nopacity {
    opacity: 0;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.hidden {
    display: none;
}

#myForm {
    margin: auto;
}

#myForm label {
    display: inline-block;
    width: var(--field-width);
    margin: auto;
    font-size: 16px;
    color: var(--color-gray-777)!important;
    margin-bottom: 0px;
    text-align: left!important;
}

#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="email"],
#myForm select,
#myForm textarea {
    width: var(--field-width);
    margin: 5px auto 5px auto;
    padding: 7px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
}

#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="email"],
#myForm select {
    height: 35px;
}

#myForm textarea {
    height: 120px;
}

#myForm input[type="submit"] {
    width: var(--field-width);
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: var(--color-orange);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 25px;
}

#myForm input[type="submit"]:hover {
    background-color: var(--color-orange-hover);
}

#myForm input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.step-title {
    font-size: 24px;
    color: var(--color-gray-555);
    margin-bottom: 15px;
}

.step-subtitle {
    width: 75%;
    font-size: 16px;
    color: var(--color-gray-777);
    margin: 0 auto 15px auto;
    text-align: center!important;
}

/* ========================================
   ESTILOS GTM - FUNCIONALIDADES AVANÇADAS
   ======================================== */

/* Aviso de FID ausente */
.fid-warning {
    background: var(--color-yellow-bg);
    color: var(--color-yellow-text);
    padding: 15px 20px;
    margin: 10px auto;
    border-radius: 8px;
    border: 2px solid var(--color-yellow-border);
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 90%;
    max-width: 600px;
    position: relative;
    animation: slideInDown 0.5s ease-out;
}

.fid-warning::before {
    content: "⚠️";
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes slideInDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Loading States */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.loading-overlay.active {
    opacity: 1;
    visibility: visible;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--color-orange);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    color: white;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}

/* Feedback Visual */
.feedback-message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 500;
    max-width: 400px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideInUp 0.4s ease-out;
}

.feedback-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.feedback-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.feedback-warning {
    background-color: var(--color-yellow-bg);
    color: var(--color-yellow-text);
    border: 1px solid var(--color-yellow-border);
}

@keyframes slideInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Melhorias nos campos */
#myForm input:focus,
#myForm select:focus,
#myForm textarea:focus {
    border-color: var(--color-orange) !important;
    box-shadow: 0 0 0 2px var(--color-orange-shadow) !important;
    outline: none !important;
}

/* Sistema de Validação */
.field-wrapper {
    position: relative;
    margin-bottom: 12px;
}

.field-error {
    border-color: var(--color-red) !important;
    box-shadow: 0 0 0 2px var(--color-red-shadow) !important;
}

.field-success {
    border-color: var(--color-green) !important;
    box-shadow: 0 0 0 2px var(--color-green-shadow) !important;
}

.validation-message {
    font-size: 12px;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 3px;
    display: none;
    animation: fadeIn 0.3s ease-in;
    width: var(--field-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.validation-message.show {
    display: block;
}

.validation-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.validation-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Lightbox de Validação Melhorado */
.validation-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.validation-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.validation-modal {
    background: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.validation-lightbox.active .validation-modal {
    transform: scale(1);
}

.validation-modal h3 {
    color: #dc3545;
    margin: 0 0 20px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.validation-modal ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
    line-height: 1.6;
}

.validation-modal button {
    background: var(--color-orange);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.2s ease;
}

.validation-modal button:hover {
    background: var(--color-orange-accent);
}

/* Estilos para Choices.js */
.choices {
    margin-bottom: 15px;
}

.choices__inner {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 38px;
    padding: 4px 8px;
}

.choices__input {
    background-color: transparent;
}

.choices__list--multiple .choices__item {
    background-color: var(--color-orange);
    border: 1px solid var(--color-orange);
    border-radius: 3px;
    color: white;
    padding: 2px 8px;
    margin: 2px;
}

.choices__list--dropdown .choices__item--selectable {
    padding: 8px 10px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--color-orange);
    color: white;
}

.choices__item.choices__item--choice.choices__item--selectable {
    color: var(--selection-hover);
    text-align: center;
    margin: 0 auto;
}

/* Observações dinâmicas */
.obs-wrapper {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 4px solid var(--color-orange);
    transition: all 0.2s ease;
}

.obs-wrapper:hover {
    background: #f0f0f0;
    transform: translateX(2px);
}

.obs-wrapper label {
    color: var(--color-gray-555) !important;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Box-sizing consistente no formulário para manter larguras previsíveis */
#myForm, #myForm * { box-sizing: border-box; }

/* Acessibilidade: reduzir animações para usuários que preferem menos movimento */
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}

/* Animações */
.slide-in {
    animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
    from { transform: translateX(-10px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}/* End custom CSS */
/* Start custom CSS */form {
    background-color: #FFF; /* Cor de fundo do formulário */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    color: #333;
}

input[type="submit"] {
    background-color: #007BFF; /* Cor do botão */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background-color: #0056b3; /* Cor do botão ao passar o mouse */
}

.hidden {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    color: #333;
}


/* CHOICES BB */
.choices {
    width: 80%;
    margin:20px auto 5px;
    cursor: pointer!important;
}
.choices__inner{
    cursor: pointer!important;
}

/* Ajustar a altura das opções no dropdown */
.choices__input {
    cursor: pointer!important;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px!important;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #fa9e5f!important;
    border: 1px solid #fa9e5f!important;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #fafafa!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
}

.choices__button:hover{
    color: #fff;
    background-color: #c67d4b;
    text-decoration: none;
    border-radius: 18px !important;
}/* End custom CSS */