/*
Theme Name: Hello Elementor Child
Theme URI: http://quitotramontana.com/
Description: Hello Elementor Child Theme
Author: FacuRodri - Agencia Pera
Author URI: http://agenciapera.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Hacer el menú transparente con fondo blanco */
.site-header {
    background-color: transparent;
}

/* Hacer el menú fijo */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
     background-color: rgba(255, 255, 255, 0.9);
}
