.watermark{
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.4;
}
.watermark .elementor-heading{
    font-size: 3em;
}
#page-header{
    margin-bottom: 50px;
}
#page-header .inner{
    overflow: hidden;
    background-color: #fff;
    background-image: url('https://conscientementeacademia.com/wp-content/uploads/2022/01/page-header-bg.png');
    background-position: center;
}
#page-header .image-holder{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    height: 100%;
}
#page-header .inner .col-right .column-wrapper{
    padding: 30px;
}
#page-header .page-title{
    font-size: 1.6em;
}
#bubbles-wrapper{
    position: fixed;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 99;
}
#bubbles-wrapper #whatsapp-bubble{
    border-radius: 50%;
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 82px;
    bottom: 50px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    font-size: 32px;
}
/*
 * Learndash
 */
.learndash-wrapper .ld-status{
    padding: 1em;
}
.learndash-wrapper #btn-join,
.learndash-wrapper .btn-join{
    margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mis-cursos a::before{
    content: '\e96f';
}
#masthead{
    z-index: 2;
}
@media (min-width:768px){
    #page-header{
        margin: 50px 0;
    }
    #page-header .inner{
        border-radius: 10px;
    }
    #page-header .inner .columns{
        display: flex;
    }
    #page-header .inner .col-left{
        width: 35%;
    }
    #page-header .image-holder{
        clip-path: ellipse(100% 150% at 0% 50%);
    }
    #page-header .inner .col-right{
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 992px){
    #page-header .inner .col-right .column-wrapper{
        padding: 50px;
    }
    #bubbles-wrapper #whatsapp-bubble{
        right: 30px;
    }
    #page-header .page-title{
        font-size: 2em;
        margin-bottom: 30px;
    }
    #page-header .image-holder{
        min-height: 300px;
    }
}