.elementor-kit-6{--e-global-color-primary:#E3B341;--e-global-color-secondary:#4584F3;--e-global-color-text:#000000;--e-global-color-accent:#E3B341;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    overflow-x: clip !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 0;
    border-radius: 30px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    margin: 0 0 10px 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--e-global-color-primary);
    font-family: "Payton", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px 100px 100px 100px;
    padding: 9px 40px 6px 40px;
    border: 2px solid #e4b342;
    color: white;
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color: #e5b342;
}

.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 15px;
    position: absolute;
    right: -135px;
    top: 3px;
    display: none;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 20px 0 0 0;
    border-color: #46b450;
    border-radius: 30px;
    color: white;
    text-align: center;
    padding: 6px;
}


/* Container */
.btn-escolha {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Remove radio padrão */
.btn-escolha input[type="radio"] {
    display: none;
}

/* Remove margem padrão */
.btn-escolha .wpcf7-list-item {
    margin: 0;
}

/* Botão base */
.btn-escolha .wpcf7-list-item label {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 204px;
    padding: 12px 15px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-weight: 500;
    color: #757575;
}

/* Bolinha lateral */
.btn-escolha .wpcf7-list-item label::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cfcfcf;
    transition: 0.3s ease;
}

/* Quando estiver selecionado */
.btn-escolha .wpcf7-list-item label:has(input[type="radio"]:checked) {
    background: #000;
    color: #fff;
}

/* Bolinha branca quando ativo */
.btn-escolha .wpcf7-list-item label:has(input[type="radio"]:checked)::after {
    background: #fff;
}/* End custom CSS */