/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.ct-contact-form .ff-btn-submit {
    width: 100%;
    --theme-button-text-initial-color: var(--theme-palette-color-5) !important;
    --theme-button-background-initial-color: var(--theme-palette-color-1) !important;
}

:root {
    --theme-form-field-padding: 0 25px
}

textarea {
    --theme-form-field-padding: 20px 25px
}



.heroxd3 canvas {
    opacity: 0.6;
    /* ou outro valor */
}

.form_separador {
    font-size: 15px;
    font-style: normal;
    margin-bottom: 10px !important;

}

.dm-code-snippet.dark {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.heroxd3 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    /* ou o valor que se adapta ao hero */
}

.heroxd3 canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}

.heroxd3>* {
    position: relative;
    z-index: 1;
}