/* 
Theme Name: Shopadvizor
Description: Shopadvizor is a child theme of Hello Elementor, created by Roberto García Oliveira
Author: Roberto García Oliveira
Author URI: https://robertogarciaoliveira.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: shopadvizor
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 */


.parent_FadeInUp{
    transition: all 0.5s ease;
}

 /* El elemento hijo inicialmente oculto */
 .hidden-for-animation {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(20px); /* Posición inicial */
    overflow: hidden;
    transition: all 0.5s ease;
  }


  .parent_FadeInUp:hover .fadeInUp_hoverParent {
    height: auto; 
    opacity: 1;
    transform: translateY(0); 
  }

  .trp-language-item-name{
    overflow: initial;
  }