/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child
Version: 1.0.0
Template: hello-elementor
*/

html, body {
    min-width: 100vw !important;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100% !important;
}

.site-header .site-navigation {
    justify-content: center !important;
    padding: 1em 0em 1em 0em;
}

.site-header #menu-header {
    padding: 10px 0;
    margin: 0 19px;
}

.site-header #menu-header a {
    padding: 0;
    margin: 0 19px;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #7B7B7B;
    transition: color 0.3s;
    text-decoration: none;
}

/* HEADER LOGO i XARXES SOCIALS */
.elementor.elementor-57 {
    width: 100% !important;
}

/* GALERIA */

.galeria_tempsxcures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.img_galeria_tempsxcures {
    max-width: 100%;
    height: auto;
}