/*
Theme Name:   Cabíria
Description:  A child theme from Hello Elementor
Author:       Informatiza
Author URL:   https://informatizaweb.com.br
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  template-theme
*/

.parcerias-imgs img {
    filter: brightness(0) invert(1) !important;
}

.ha-modal-content__image {
    float: left;
    margin-right: 20px;
}

.main-title, .main-title2 {
    position: relative;
    z-index: 1;
}

.main-title h1, .main-title2 h1 {
    display: inline-block;
    position: relative;
}

.main-title h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0) skewX(-20deg);
    z-index: -1;
    width: 120%;
    height: 180%;
    background: var(--e-global-color-b2fd675);
}

.main-title2 h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%,0) skewX(-20deg);
    z-index: -1;
    width: 120%;
    height: 180%;
    background: var(--e-global-color-primary);
}

.textarea-counter {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
    padding: 1px 5px;
    background-color: #0000006b;
    color: #d7d7d7;
}

.woocommerce-additional-fields {
    display: none !important;
}