/* Start custom CSS */body.elementor-page-27409 h1{
    margin-bottom: .5em;
    position: relative
}

body.elementor-page-27409 h1::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--e-global-color-text);
    left: 0;
    bottom: -16px
}


.conteudo{
    border-radius: 14px;
    background: #fff;
    border-left: 5px solid var(--e-global-color-primary);
    box-shadow: 0 6px 14px rgba(15, 15, 15, .1);
    position: relative;
    overflow: hidden;
}

.conteudo:hover{
    box-shadow: 0 8px 20px rgba(15, 15, 15, .25) !important;
    transform: translatey(-4px);
}/* End custom CSS */