/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.img-plus-arriba:before{
    content: " "!important;
    display: block!important;
    height: 107px!important;
    width: 107px!important;
    background-image: url(https://petazeta.trezeideas.dev/wp-content/uploads/2024/03/plus-amarillo.png)!important;
    position: relative!important;
    top: 47px!important;
    right: 61px!important;
    background-size: contain!important;
}
.img-plus-abajo:after{
    content: " "!important;
    display: block!important;
    height: 107px!important;
    width: 107px!important;
    background-image: url(https://petazeta.trezeideas.dev/wp-content/uploads/2024/03/plus-amarillo.png)!important;
    position: relative!important;
    top: -47px!important;
    left: -61px!important;
    background-size: contain!important;
}
@media (max-width: 500px){
    .img-plus-abajo:after{
        height: 60px!important;
        width: 60px!important;
        top: -26px!important;
        left: -28px!important;
    }
}