/* 
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 */
 
.e-n-accordion-item-title-icon{ position: absolute !important;
right:15px}



/* Add your custom styles here */
/* Estilos para las flechas */
/* Estilos para las flechas */
.custom-tabs .scroll-arrow {
    position: absolute;
    top: 6%;
   /* transform: translateY(-50%) !important;*/
    background-color: rgba(255,255,255,0) !important;
    color: #F57C23;
    border: none;
    padding: 7px 14px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: background 0.3sease, transform 0.2sease;
}

/* Efecto hover: cambiar de color y agregar un pequeño aumento en tamaño */
.custom-tabs .scroll-left:hover {
    background-color: #FB8C00;
    transform: translateX(-10%) scale(1);  /* Escala ligeramente la flecha */
}
.custom-tabs .scroll-right:hover {
    background-color: #FB8C00;
    transform: translateX(10%) scale(1);  /* Escala ligeramente la flecha */
}

/* Flecha izquierda */
.custom-tabs .scroll-left {
    left: -54px;  /* Alejada un poco del borde izquierdo */
}

/* Flecha derecha */
.custom-tabs .scroll-right {
    right: -54px;  /* Alejada un poco del borde derecho */
}


/***********igualar ancho de tabs*********/
.elementor-widget-n-tabs .e-n-tab-title{ flex-basis: 24.1% !important}
