/*
Theme Name: Biosanus
Template: hello-elementor
Author: PlaneaWeb
Author URI: https://planeaweb.com
Description: Tema para biosanus
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749745102
Updated: 2025-06-12 13:18:22

*/

.titulo-subrayado .elementor-heading-title, .titulo-subrayado-blanco .elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-bottom: 32px;
	margin-bottom:30px;
}

.titulo-subrayado .elementor-heading-title::after, .titulo-subrayado-blanco .elementor-heading-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    background-color: black;
    -webkit-mask-image:
        url("/wp-content/uploads/2025/06/flor-de-vida-1.svg"),
        linear-gradient(to right,
            #000 0,
            #000 calc(50% - 18px),
            transparent calc(50% - 18px),
            transparent calc(50% + 18px),
            #000 calc(50% + 18px),
            #000 100%
        );
            mask-image:
        url("/wp-content/uploads/2025/06/flor-de-vida-1.svg"),
        linear-gradient(to right,
            #000 0,
            #000 calc(50% - 18px),
            transparent calc(50% - 18px),
            transparent calc(50% + 18px),
            #000 calc(50% + 18px),
            #000 100%
        );
    -webkit-mask-position: center, center;
            mask-position: center, center;
    -webkit-mask-repeat: no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat;
    -webkit-mask-size: 22px 22px, 100% 1px;
            mask-size: 22px 22px, 100% 1px;
}

.titulo-subrayado-blanco .elementor-heading-title::after {background-color: #ffffff !important;}