/* Start custom CSS */.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}

p{
    text-wrap: pretty;
}

body.elementor-page-139{
    text-wrap: balance;
}

p{
    text-wrap: pretty;
}

.destaque2{
    background: #304241;  /* cor do fundo do texto */
    color: #FFFFFF; /* cor do texto */
    border-radius: 5px;
    padding: 2px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.destaque3{
    background: #F2BC79;  /* cor do fundo do texto */
    color: #AB5A69; /* cor do texto */
    border-radius: 5px;
    padding: 2px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


.linhas {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,.1),rgba(255,255,255,.1) 5px,transparent 5px,transparent);
    background-size: 100% 10px;
    position: relative;
}

.container-linhas {
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    z-index: 3;
}/* End custom CSS */