.elementor-5501 .elementor-element.elementor-element-db2ee75{--display:flex;--min-height:82vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5501 .elementor-element.elementor-element-53c9ee4{text-align:start;}.elementor-5501 .elementor-element.elementor-element-53c9ee4 p{margin-block-end:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5501 .elementor-element.elementor-element-db2ee75{--content-width:1440px;}}/* Start custom CSS for text-editor, class: .elementor-element-53c9ee4 */.despedida-flexlab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: left;
}

/* Mascote */
.polvo {
    font-size: 80px;
    display: inline-block;
    animation: flutuar 3s ease-in-out infinite;
}

/* Título */
.titulo-flexlab {
    color: #6860CB;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
    animation: aparecer 1.5s ease;
}

/* Texto */
.texto-flexlab {
    color: #222222;
    font-size: 22px;
    line-height: 1.6;
    display: block;
}

/* Animação do polvo */
@keyframes flutuar {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Entrada do texto */
@keyframes aparecer {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 📱 Responsivo para celular */
@media (max-width: 768px) {

    .despedida-flexlab {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px;
    }

    .polvo {
        font-size: 60px;
    }

    .titulo-flexlab {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .texto-flexlab {
        font-size: 18px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS */body.elementor-page-5501{
    padding: 0px;
}/* End custom CSS */