.elementor-51303 .elementor-element.elementor-element-12f28c3{--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;}body.elementor-page-51303:not(.elementor-motion-effects-element-type-background), body.elementor-page-51303 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1EAE3;}/* Start custom CSS *//* ================================
   ID VISUAL — DIAMANTE ESTRUTURAL
   Formação | Estrutura | Clareza
================================ */

/* DESTAQUE DE TEXTO */
.deg {
    background: linear-gradient(
        90deg,
        #7C9C8A 0%,
        #7C9C8A 50%,
        #9FB8A5 100%
    ) !important;

    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* PESO SEMÂNTICO */
sb,
.sb {
    font-weight: 600 !important;
}

/* AJUSTES GERAIS */
html, body {
    overflow-x: hidden !important;
    background-color: #F4EFE8;
}

p:last-child {
    margin-bottom: 0px;
}

/* SCROLLBAR */
body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #F4EFE8;
}

body::-webkit-scrollbar-thumb {
    background-color: #7C9C8A;
    border-radius: 20px;
    border: 3px solid #F4EFE8;
}

/* ================================
   BOTÃO PRINCIPAL
================================ */

.color .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;

    border-radius: 999px;

    border: 1px solid rgba(124, 156, 138, 0.55);

    background: #7C9C8A;

    box-shadow:
        0px 1px 0px rgba(255, 255, 255, 0.35) inset,
        0px 10px 24px rgba(124, 156, 138, 0.22);

    padding: 20px 46px;

    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.4px;

    transition: all 0.45s ease;
}

/* HOVER DO BOTÃO */
.color .elementor-button:hover {
    background: #6F8F7D;
    border-color: rgba(124, 156, 138, 0.75);

    box-shadow:
        0px 1px 0px rgba(255, 255, 255, 0.28) inset,
        0px 12px 28px rgba(124, 156, 138, 0.28);

    transform: translateY(-2px);
}

/* EFEITO INTERNO SUAVE */
.color .elementor-button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.08)
    );

    opacity: 0;
    transition: opacity 0.45s ease;
}

.color .elementor-button:hover:after {
    opacity: 1;
}

/* ÍCONE DO BOTÃO */
.color .elementor-button-icon {
    font-size: 26px;
    align-self: center;
    margin-bottom: -5px;
    transform: rotate(0deg);
    transition: 0.6s ease;
}

.color:hover .elementor-button-icon {
    transform: translateX(4px) rotate(45deg);
}

/* TEXTO DO BOTÃO */
.color .elementor-button-text {
    align-self: center !important;
}

/* ================================
   BOTÃO SECUNDÁRIO OPCIONAL
   Use a classe: .color-secondary
================================ */

.color-secondary .elementor-button {
    position: relative;
    overflow: hidden;

    border-radius: 999px;

    border: 1px solid rgba(124, 156, 138, 0.45);

    background: transparent;

    padding: 18px 42px;

    color: #2B2B2B;
    font-weight: 600;
    letter-spacing: 0.4px;

    box-shadow: none;

    transition: all 0.45s ease;
}

.color-secondary .elementor-button:hover {
    background: rgba(159, 184, 165, 0.18);
    border-color: #7C9C8A;
    color: #2B2B2B;
}

/* ================================
   ELEMENTOS DE LINHA / DIAMANTE
   Use em containers, divisórias ou ícones
================================ */

.diamond-line {
    border: 1px solid rgba(124, 156, 138, 0.42);
}

.diamond-bg {
    background-color: rgba(159, 184, 165, 0.14);
}

.diamond-icon {
    color: #7C9C8A;
}

/* ================================
   SELEÇÃO DE TEXTO
================================ */

::selection {
    background: rgba(124, 156, 138, 0.28);
    color: #2B2B2B;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {
    .color .elementor-button {
        padding: 17px 30px;

        box-shadow:
            0px 1px 0px rgba(255, 255, 255, 0.25) inset,
            0px 7px 18px rgba(124, 156, 138, 0.24);
    }

    .color .elementor-button-icon {
        font-size: 18px;
        align-self: center;
        margin-bottom: -3px;
    }

    .color .elementor-button-text {
        align-self: center;
    }

    .color-secondary .elementor-button {
        padding: 16px 28px;
    }
}/* End custom CSS */