/*
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 */

/*helpers*/
.gap-10.elementor-section .elementor-container{
    gap: 10px;
}
.gap-15.elementor-section .elementor-container{
    gap: 15px;
}
.gap-20.elementor-section .elementor-container{
    gap: 20px;
}

.inti-carousel-producto .ue-carousel-item{
    position: relative;
}

.inti-carousel-producto .uc_classic_carousel_content{
    position: absolute;
    z-index: 10;
    bottom: 0;
    background: #fff;
    width: 234px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.inti-carousel-producto .card_carousel_text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inti-carousel-producto .card_carousel_text img{
    height: 49px;
    object-fit: cover;
}

.btn-link-arrow .elementor-button-text{
    text-align: left;
}
.btn-link-arrow .elementor-button-icon .fas{
    font-size: 80%;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}
.btn-link-arrow:hover .elementor-button-icon .fas{
    transform: translateX(15px);
}


