/*
Theme Name: Customer Theme
Template: hello-elementor
Version: 1.0
Author: Paola
*/

@import url("../hello-elementor/style.css");

.site-header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.site-header.fixed .logoHeader img{
    max-height: 80px!important;
    height: 80px!important;
}
.hidden{
	display:none!important;
}