/*
Theme Name: Musico Child
Theme URI: https://themes.themegoods.com/musico/landing
Description: Premium Music WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: musico
Template: musico
*/


/*CSS PERSONALIZADO*/

/*ICONOS COOKIES*/
.cky-revisit-bottom-left {
	background-color: #C7B8A3 !important;
}

/* ALINEAR MENU AL CENTRO */
#menu_wrapper {
	float: none !important;
}

#main_menu.nav li a {
    font-family: 'Lexend', sans-serif !important;
}


/* IMAGEN DE PORTADA OCUPE TODO EL ANCHO Y ALTO */

.elementor-1265 .elementor-element.elementor-element-c055b8e:not(.elementor-motion-effects-element-type-background),
.elementor-1265 .elementor-element.elementor-element-c055b8e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100vw !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ICONO MENU MOVIL MAS GRANDE */

#mobile_nav_icon {
	font-size: 20px;
}


/* LINEA TEMPORAL FINA */

.twae-horizontal-timeline.twae-wrapper .twae-h-line{
  height: 1px !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.twae-wrapper {
	--tw-line-width: 3px !important;
}

/* FICHA TÉCNICA CENTRADA */

.elementor-element.elementor-element-cfbd2c7.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
  justify-self: center !important;
}

/* QUITAR FLECHAS REPETIDAS TIMELAPSE */

.swiper-button-next:after {
	content: none !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none !important;
}

/* QUITAR PADDING */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0px !important;
}