.elementor-5068 .elementor-element.elementor-element-e7a0f64{--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:-74px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5068 .elementor-element.elementor-element-eca6eba{width:auto;max-width:auto;text-align:center;}.elementor-5068 .elementor-element.elementor-element-eca6eba > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 0px;padding:12px 10px 16px 10px;border-style:none;border-radius:15px 15px 15px 15px;}.elementor-5068 .elementor-element.elementor-element-eca6eba.elementor-element{--align-self:flex-end;}.elementor-5068 .elementor-element.elementor-element-eca6eba img{width:34px;}.elementor-5068 .elementor-element.elementor-element-5cc79a7{--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-5068 .elementor-element.elementor-element-750254d{--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-5068:not(.elementor-motion-effects-element-type-background), body.elementor-page-5068 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}/* Start custom CSS for shortcode, class: .elementor-element-ca23711 */.markdown-body {
font-family: 'Helvetica', sans-serif;
color: #333;
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
}

.markdown-body h1, .markdown-body h2, .markdown-body h3 {
font-weight: bold;
margin-top: 2rem;
color: #4a148c;
}

.markdown-body ul {
padding-left: 2rem;
list-style-type: disc;
}

.markdown-body li {
margin-bottom: 0.5rem;
}

.markdown-body strong {
color: #1a237e;
}

.markdown-body em {
color: #5e35b1;
}

.markdown-body blockquote {
padding: 1rem;
margin: 1rem 0;
background-color: #f9f9f9;
border-left: 4px solid #ccc;
}

.markdown-body a {
color: #0077cc;
text-decoration: underline;
}

.markdown-body code {
background: #f4f4f4;
padding: 2px 4px;
border-radius: 4px;
font-family: monospace;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30999cf *//* Estado inicial recolhido */
.efm-generated-text {
    max-height: 80px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Sombra para indicar que há mais texto */
.efm-generated-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fcfcfc);
}

/* Estilo expandido aplicado ao pai */
.efm-generated-content.xpand {
    left: 0;
    top: 0;
   
    border-radius: 33px;
    border: solid gray 1px;
    padding: 33px;
    height: 100%;
    z-index: 9999;
    background-color: #fcfcfc;
    width: 100%;
    position: fixed;
    overflow-y: auto;
}

/* Remover sombra e limite de altura ao expandir */
.efm-generated-content.xpand .efm-generated-text {
    max-height: none;
    overflow: visible;
}

.efm-generated-content.xpand .efm-generated-text::after {
    display: none;
}

/* Evita hover da card quando expandido */
.efm-card:hover:not(.disable-hover) {
    background-color: #f5f5f5; /* exemplo, ajuste conforme necessário */
}

.efm-card.disable-hover:hover {
    background-color: inherit;
}

/* Hover padrão da card */
.efm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Quando expandido, remove completamente os efeitos de hover */
.efm-card.disable-hover:hover {
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
}

.efm-copy-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

.efm-copy-btn:hover {
    background-color: #45a049;
}/* End custom CSS */