.elementor-kit-1366{--e-global-color-primary:#272525;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--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:#F5F2E9;font-family:"Raleway", Sans-serif;}.elementor-kit-1366 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 *//* Estilos do formulário Contact Form 7 */
.wpcf7-form {
    font-family: inherit; /* Fonte herdada do Elementor */
    color: inherit; /* Cor do texto herdada do Elementor */

}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="select"],
.wpcf7-form input[type="tel"], 
.wpcf7-form select,
.wpcf7-form textarea {
    font-family: inherit;
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 2px solid #BC966F;
    border-radius: 8px;
    box-shadow: none;
    background-color: #02010100
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="select"]:focus,
.wpcf7-form input[type="tel"]:focus, 
.wpcf7-form select:focus {
    border-color: #333;
    outline: none;
}


.wpcf7-form input[type="submit"] {
    background-color: #CEB561;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #333;
}

/* Estilo para os elementos checkbox */
.wpcf7-form input[type="checkbox"] {
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #CEB561;
    border-radius: 4px;
    background-color: transparent;
    appearance: none; /* Remove o estilo padrão do checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

/* Estilo para checkbox marcado */
.wpcf7-form input[type="checkbox"]:checked {
    background-color: #CEB561;
    border-color: #CEB561;
}

/* Estilo para o texto do label do checkbox */
.wpcf7-form label {
    align-items: center;
    font-family: inherit;
    color: #333;
    cursor: pointer;
    margin-bottom: 5px;

}

/* Estilo para o texto do label do checkbox específico */
.wpcf7-form .wpcf7-list-item-label {
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.wpcf7-form .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-bottom: -10px;
}

.label_checkbox {
    margin-top: -25px;
    margin-bottom: -15px;  
}

.label_checkbox label {
  display: inline-block;
  cursor: pointer;
  
}
.label_checkbox input[type="checkbox"] {
  margin-right: 5px;
  margin-left: -10px
  
}/* End custom CSS */