/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759907210
Updated: 2025-10-08 09:06:50

*/

.jet-mobile-menu__item {
    padding: 12px 10px 12px 20px !important;
    border-bottom: 1px solid #000 !important;
}

.jet-mobile-menu__back svg {
    width: 30px !important;
    height: auto;
}

.jet-mobile-menu__container-inner {
    
    padding: 0px !important;
}

.srp_player_boxed .track-title, .srp_player_boxed .album-title, .iron-audioplayer .srp_player_meta { 
   display:none !important;
}

.iron-audioplayer .control, .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr_progressbar, .srp_player_boxed .srp_noteButton {
    color: #FFFBDA !important;
    font-family:"funnel sans", Sans-serif;
}

.iron-audioplayer .srp-play-circle {
    width: 40px !important;
    height: 0px !important;
    border: none !important;
    border-radius: 50px !important;
    /* display: none; */
    /* color: green; */
}

.iron-audioplayer .control .sricon-play, .srp-play-button .sricon-play, .srp_pagination .active{
	color: #FFFBDA !important;
}


.srp-play-button .sricon-play {
    font-size: 25px;
    margin-top:-4px;
}


.srp_player_boxed {
    padding: 3px !important;
    padding-right: 20px !important;
}

#abajo5{
    position:fixed;
    width:100%;
    bottom:0;
    z-index:1;
}

#abajo4{
     position:fixed;
    width:100%;
    bottom:42px;
    z-index:1;
}

#abajo3{
    position:fixed;
    width:100%;
    bottom:47px;
    z-index:1;

}

#abajo2{
     position:fixed;
    width:100%;
    bottom:118px;
    z-index:1;
}

#abajo1{
    position:fixed;
    width:100%;
    bottom:147px;
    z-index:1;
}


#cabecera1{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9000;          /* la superior */
  overflow: visible;      /* por si recorta el menú */
}

#cabecera2{
  position: fixed;
  width: 100%;
  top: 48px;
  z-index: 8000;          /* debajo de cabecera1 */
  overflow: visible;
}

#cabecera3{
  position: fixed;
  width: 100%;
  top: 118px;
  z-index: 7000;          /* debajo de cabecera2 */
  overflow: visible;
}


#cabecera4{
    margin-top:181px;
}

/* El wrapper del menú */
.jet-mobile-menu__instance{
  position: relative; /* mantiene estilos del widget */
  z-index: 10000 !important; /* sobre las cabeceras */
}

/* El overlay y el contenedor deslizante: a pantalla completa y por encima */
.jet-mobile-menu-cover,
.jet-mobile-menu__container{
  position: fixed !important;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 11000 !important;
}

/* Por si el header crea contextos: no efectos que atrapen al menú */
#cabecera1, #cabecera2, #cabecera3,
#cabecera1 *, #cabecera2 *, #cabecera3 *{
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}