.elementor-610 .elementor-element.elementor-element-2e3e6a4{--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;}.elementor-610 .elementor-element.elementor-element-cf25f01{--spacer-size:25px;}.elementor-610 .elementor-element.elementor-element-98afbe3{background-color:var( --e-global-color-86a846f );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-98afbe3 *//* FUNDO GERAL */
.amelia-app {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

/* TEXTOS GERAIS */
.amelia-app h1,
.amelia-app h2,
.amelia-app h3,
.amelia-app h4,
.amelia-app p,
.amelia-app span,
.amelia-app label {
    color: #ffffff !important;
}

/* CAMPOS INPUT */
.amelia-app input,
.amelia-app textarea,
.amelia-app select {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #ff0000 !important;
    border-radius: 12px !important;
}

/* TEXTO DENTRO DO INPUT */
.amelia-app input::placeholder,
.amelia-app textarea::placeholder {
    color: #cccccc !important;
}

/* BOTÃO PRINCIPAL */
.amelia-app .am-btn-primary {
    background-color: #FFD700 !important;
    color: #000000 !important;
    border: 2px solid #ff0000 !important;
    border-radius: 14px !important;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

/* BOTÃO HOVER */
.amelia-app .am-btn-primary:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/* BOTÃO CLICADO / ATIVO */
.amelia-app .am-btn-primary:active,
.amelia-app .am-btn-primary.am-active {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/* CARTÕES E BOX */
.amelia-app .am-event,
.amelia-app .am-service,
.amelia-app .am-package {
    background-color: #111111 !important;
    border: 2px solid #ff0000 !important;
    border-radius: 16px !important;
    padding: 15px;
}

/* CALENDÁRIO */
.amelia-app .el-calendar-table td {
    color: #ffffff !important;
}

.amelia-app .el-calendar-table td.is-selected {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

/* STEPS (barra de progresso) */
.amelia-app .am-step.active {
    color: #FFD700 !important;
}/* End custom CSS */