
    
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-spacing {
            padding: 0px 0px;
        }

        .c-hero-section {
            background-color: #000000;
            position: relative;
            overflow: hidden;
        }

        .c-hero-content {
            margin-bottom: 60px;
        }

        .about-t-content {
            text-align: center;
        }

        .c-hero-title-wrap {
            margin-bottom: 30px;
        }

   

        .c-hero-sub-title-layout {
            display: flex;
            justify-content: space-between;
            gap: 40px;
        }

        .c-hero-sub-title-wrap,
        .c-hero-sub-title-wrap-2 {
            flex: 1;
        }

        .c-hero-sub-title {
            font-size: 48px;
            font-weight: 600;
            line-height: 1.2;
            color: #ffffff;
        }

        .hero-text-white {
            color: #909090;
        }

        /* Responsividade */
        @media (max-width: 991px) {
            .c-hero-title {
                font-size: 56px;
            }

            .c-hero-sub-title {
                font-size: 36px;
            }
        }

        @media (max-width: 767px) {
            .section-spacing {
                padding: 60px 0;
            }

            .c-hero-title {
                font-size: 42px;
            }

            .c-hero-sub-title {
                font-size: 28px;
            }

            .c-hero-sub-title-layout {
                flex-direction: column;
                gap: 20px;
            }
        }

        @media (max-width: 479px) {
            .c-hero-title {
                font-size: 36px;
            }

            .c-hero-sub-title {
                font-size: 24px;
            }
        }
      #rd-form-l6fcork7 {
        display: flex;
        flex-direction: column;
        align-self: center;
        max-width: 780px;
        width: 100%;
        margin: 40px auto;
        padding: 40px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        position: relative;
        z-index: 10;
    }


/* --- CONTAINER PRINCIPAL --- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.c-hero-section {
  background-color: #101010;
  padding-top: 112px;
  padding-bottom: 80px;
}

.c-hero-content {
    position: relative;
    z-index: 2;
}

    #rd-form-l6fcork7 .bricks-form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #rd-form-l6fcork7 .bricks-form__fieldset {
        align-items: flex-start;
    }

    #rd-form-l6fcork7 .bricks-form__label.always-visible,
    #rd-form-l6fcork7 .bricks-form__field__option .bricks-form__label {
        display: inline-block;
    }

    #rd-form-l6fcork7 .bricks-form__input.select2-container {
        padding: 0 !important;
    }

    #rd-form-l6fcork7 .select2-container .select2-choice .select2-arrow b {
        background-position: 0 7px !important;
    }

    #rd-form-l6fcork7 .bricks-form__submit {
        display: flex;
        flex-direction: column;
        margin-top: 25px; /* Increased space above the submit button */
    }

    /* General Form Field Styling */
    #rd-form-l6fcork7 .bricks-form__fieldset {
        flex-flow: column nowrap;
    }

    #rd-form-l6fcork7 .bricks-form__field {
        margin-bottom: 18px; /* Increased vertical spacing between fields */
        padding: 0;
        width: 100%;
    }

    #rd-form-l6fcork7 .bricks-form__field.bricks-form__privacy,
    #rd-form-l6fcork7 .bricks-form__field.bricks-form__terms {
        width: 100%;
    }
.centered-heading {
    text-align: center;
}
    #rd-form-l6fcork7 .bricks-form__static {
        color: #4a4a4a; /* Slightly darker grey for better readability */
        font-family: 'Arial', sans-serif;
        font-size: 15px; /* Slightly smaller for static text */
        font-style: normal;
        font-weight: normal;
    }

    #rd-form-l6fcork7 .bricks-form__static a {
        color: #008da7; /* More distinct link color */
        text-decoration: underline;
    }

    #rd-form-l6fcork7 .bricks-form__label {
        color: #4c4c4c; /* Cor escura para melhor legibilidade */
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        margin-bottom: 8px;
    }

    #rd-form-l6fcork7 label.error {
        color: #DC3543;
        font-size: 12px;
        line-height: 1.1;
        padding: 2px 0 0 4px;
        margin-top: 4px; /* Space above error message */
    }

    #rd-form-l6fcork7 .bricks-form__input {
        color: #333333;
        font-family: 'Arial', sans-serif;
        font-size: 16px;
        background-color: #ffffff;
        border: 1px solid #c0c0c0; /* Softer border color */
        border-radius: 6px; /* Slightly less rounded for a modern look */
        padding: 10px 12px; /* Increased padding for input fields */
        width: calc(100% - 24px); /* Account for padding in width */
        box-sizing: border-box; /* Include padding in element's total width and height */
        transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
    }

    #rd-form-l6fcork7 .bricks-form__input:focus {
        border-color: #00a7c9; /* Highlight border on focus */
        box-shadow: 0 0 0 3px rgba(0, 167, 201, 0.2); /* Subtle glow on focus */
        outline: none; /* Remove default outline */
    }

    #rd-form-l6fcork7 .bricks-form__input::placeholder {
        color: #999999; /* Visible placeholder text */
        opacity: 1; /* Ensure placeholder is always visible */
    }

    #rd-form-l6fcork7 .bricks-form__input:not(textarea) {
        height: 44px; /* Consistent height for inputs */
    }

    /* Select2 (Dropdown) specific styles */
    #rd-form-l6fcork7 .select2-container .select2-choice {
        height: 44px !important;
        line-height: 44px !important;
        color: #333333 !important;
        font-family: 'Arial', sans-serif !important;
        font-size: 16px !important;
        background: #ffffff;
        border: 1px solid #c0c0c0 !important; /* Consistent border */
        border-radius: 6px !important; /* Consistent border-radius */
    }

    #rd-form-l6fcork7 .select2-container .select2-choice .select2-arrow b {
        background-position: 0 5px !important;
    }

    #rd-form-l6fcork7 .select2-container .select2-choice .select2-arrow {
        background: none;
        border: none;
    }

    /* Phone input with flags */
    #rd-form-l6fcork7 .with-select-flags > .phone-input-group > .select2-container > .select2-choice {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-style: solid; /* Ensure border is consistent */
        border-right: none; /* No border between flag and number input */
    }
    #rd-form-l6fcork7 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
        margin-right: 0px;
    }

    #rd-form-l6fcork7 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
        vertical-align: middle;
        margin-left: 13px;
    }

    #rd-form-l6fcork7 .with-select-flags > .phone-input-group > .phone {
        width: calc(100% - 70px); /* Adjust width for flag */
        display: inline-block;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    #rd-form-l6fcork7 .with-select-flags > .phone-input-group {
        display: flex;
        align-items: stretch; /* Ensure both parts of phone input align */
    }

    #rd-form-l6fcork7 .with-select-flags > .phone-input-group > .phone-country {
        width: 70px; /* Wider for flag and arrow */
        display: inline-block;
    }

    /* Date input specific styles */
    #rd-form-l6fcork7 input[type="date"] {
        -webkit-appearance: none;
       
    }

    #rd-form-l6fcork7 input[type="date"]::before {
        content: attr(placeholder); /* Use placeholder as initial content */
        color: #999999;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* Allow clicks to pass through */
        display: block;
    }

    #rd-form-l6fcork7 input[type="date"]:focus::before,
    #rd-form-l6fcork7 input[type="date"]:valid::before {
        content: ""; /* Hide placeholder when focused or has value */
        display: none;
    }

    /* Radio button styles */
    #rd-form-l6fcork7 .bricks-form__field__option {
        margin-bottom: 10px;
    }

    #rd-form-l6fcork7 .bricks-form__field__option .bricks-form__label {
        display: inline-flex; /* Use flex to align input and text */
        align-items: center;
        font-weight: normal; /* Labels for options are not bold */
        margin-bottom: 0;
        cursor: pointer;
    }

    #rd-form-l6fcork7 .bricks-form__field__option__input {
        margin-right: 8px; /* Space between radio button and text */
        appearance: none; /* Hide default radio button */
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border: 2px solid #00a7c9;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    #rd-form-l6fcork7 .bricks-form__field__option__input:checked {
        background-color: #00a7c9;
        border-color: #00a7c9;
    }

    #rd-form-l6fcork7 .bricks-form__field__option__input:checked::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Button Styling */
    #rd-button-l6fcorka {
        display: flex;
        flex-direction: column;
        align-self: center;
        background-color: #131313;
        border: none;
        border-radius: 4px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: bold;
        height: 52px;
        justify-content: center;
        line-height: 1.42857;
        margin-top: 25px;
        max-width: 558px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding: 0 32px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
    }



    /* Footer text style */
    #rd-text-l6fcorkb {
        display: block;
        border: none;
        min-height: auto;
        max-width: 580px; /* Match form max-width */
        margin-top: 15px;
        margin-bottom: 25px;
        align-self: center;
        width: 100%;
        word-break: break-word;
        text-align: center !important; /* Center the promise text */
    }

    #rd-text-l6fcorkb p {
        line-height: 1.4; /* Better line spacing for the text */
    }

    #rd-text-l6fcorkb span {
        color: #969696; /* Consistent grey color */
        font-size: 13px; /* Slightly smaller font for disclaimer */
        font-family: 'Arial', sans-serif;
    }

    @media screen and (max-width: 767px) {
        #rd-button-l6fcorka {
            height: auto;
            padding-top: 1em;
            padding-bottom: 1em;
        }

        #rd-form-l6fcork7 {
            padding: 15px; /* Reduce padding on smaller screens */
        }
    }
    .elementor-4881 .elementor-element.elementor-element-96e6bf0 .elementor-heading-title {
    font-family: "Source Sans 3", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #6C6C6C;
}  .c-hero-title {
    text-transform: none !important; 
    color: #ffffff !important;
  }
  /* 1. ESTILO BASE DO BOTÃO */
#rd-button-l6fcorka {
    position: relative; /* Essencial para o posicionamento do ::before */
    overflow: hidden;   /* Esconde o fundo cinza antes da animação */
    padding: 15px 30px; /* Adapte o tamanho conforme necessário */
    border: 2px solid #6666663a; /* Borda cinza inicial */
    background-color: transparent; /* Fundo inicial transparente ou branco */
    color: #333; /* Cor do texto inicial */
    transition: color 0.4s ease-out; /* Transição suave para a cor do texto */
    cursor: pointer;
    z-index: 1; /* Garante que o botão fique no contexto de empilhamento correto */
}

/* 2. PSEUDO-ELEMENTO PARA O FUNDO CINZA (SEU CÓDIGO AJUSTADO) */
#rd-button-l6fcorka::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Começa totalmente à esquerda, fora do botão */
    width: 100%;
    height: 100%;
    background-color: #5e5e5ee5; /* Fundo cinza que vai deslizar */
    transition: left 0.4s ease-out; /* Anima apenas a propriedade 'left' */
    z-index: -1; /* Coloca o fundo atrás do texto do botão */
}

/* 3. EFEITO AO PASSAR O MOUSE (HOVER) */
#rd-button-l6fcorka:hover {
    color: #000000b4; /* Muda a cor do texto para PRETO */
}

#rd-button-l6fcorka:hover::before {
    left: 0; /* Move o fundo cinza para cobrir o botão */
}