.elementor-kit-8{--e-global-color-primary:#B97B52;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#B97B52;--e-global-color-154dcb0:#F9E4D1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;background-color:#F9E4D1;}.elementor-kit-8 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Estilo do campo de telefone com bandeiras */
.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Bandeiras */
.flag-select {
    display: flex;
    gap: 5px;
    cursor: pointer;
    align-items: center;
}

.flag {
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    user-select: none;
}

.flag.active {
    border: 2px solid #007bff;
    background-color: #f0f0f0;
}

/* Campo de telefone */
input[type="tel"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

input[type="tel"]:focus {
    border-color: #007bff;
    outline: none;
}/* End custom CSS */