/* NAVBAR */
/* body {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

/* .centrato {
    display: flex;
    justify-content: center;
    align-items: center;
} */

nav {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: #0d1b2a69;
}
.nav-back{
    max-width: 1000px;
    width: 90%;
    height: 100%;
}
.navbar-grid {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.navbar-grid a {
    padding: 0px 10px;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
}

.navbar-grid a:hover{
    color: #cf2e2e;
    transition: 0.5s;
}

#navbar-progetti:hover{
    color: #cf2e2e;
    svg path{
    transition: 0.5s;
    fill: #cf2e2e;
    }
}
.navbar-grid a.active {
    color: #cf2e2e ;
}

#navbar-logo {
    width: 100px;
}
#navbar-grid-sx {
    width: 50%;
    justify-content: left;
}

#navbar-grid-dx {
    display: none;
    width: 20%;
    justify-content: right;
}

#navbar-grid-dx svg{
    width: 10px;
    fill: #ffffff;
}

#navbar-grid-phone{
    width: 50%;
    justify-content: right;
}
#navbar-grid-phone svg{
    cursor: pointer;
    width: 40px;
}
#navbar-grid-phone svg:hover path {
    fill: #cf2e2e;
}
#navbar-grid-phone p{
    display: none;
    cursor: pointer;
    font-size: 30px;
    color: #cf2e2e;
    margin-right: 12px;
}
.navbar-responsive{
    display: none;
    top: 80px;
    width: 100dvw;
    position: absolute;
    background-color: #0d1b2a69;
    flex-direction: column;
}

.navbar-responsive a {
    padding: 10px 0;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    width: 100%;
}

.navbar-responsive a:hover {
    color: white;
    transition: 0.5s;
    background-color: #cf2e2e;
}

.navbar-responsive a.active {
    color: #cf2e2e;
}
.navbar-responsive a.active:hover {
    color: white;
}
#navbar-closeburger:hover{
    color: white;
}
#responsive-navbar{
    display: none;   
}

#responsive-navbar svg{
    width: 10px;
    fill: #ffffff;
}