.elementor-13365 .elementor-element.elementor-element-47d5a5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13365 .elementor-element.elementor-element-47d5a5d:not(.elementor-motion-effects-element-type-background), .elementor-13365 .elementor-element.elementor-element-47d5a5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}@media(min-width:768px){.elementor-13365 .elementor-element.elementor-element-47d5a5d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-98311d6 */.wpcf7-form {
    padding: 10px;
}

/* Estiliza os rótulos */
.wpcf7-form label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    text-align: left;
}

/* Ajusta os inputs e selects */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}


.wpcf7-form select {
    appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.form-row p {
    display: flex;
    gap: 3px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.form-row label {
    width: 100%,
}


.wpcf7-form textarea {
    height: 100px;
    resize: none;
}

.wpcf7-submit {
    background-color: red;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: 0.3s;
}

.wpcf7-form-control-wrap {
    
    width: 100%;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin: 0;
        margin-bottom: 5px;
}

/* Ajusta layout responsivo */
@media (max-width: 500px) {
    .form-row {
        flex-direction: column;
    }
}/* End custom CSS */