body{
    margin:0;
    background:#000;
    font-family:Montserrat,sans-serif;
}

/* =====================================
   HEADER NOVO
===================================== */

.nagano-header{
    background:#000;
    padding:20px 0;
}

.nagano-header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.nagano-header-logo img{
    width:320px;
    max-width:100%;
    display:block;
}

.nagano-header-right{
    width:100%;
    max-width:720px;
    margin-left:auto;
}

.nagano-header-links{
   display:flex;
    align-items:center;

    gap:15px;
    margin-bottom:10px;

    width:100%;
    margin-left:0;
    padding-left:0;
}

.nagano-header-links a{
    color:#fff;
    text-decoration:none;
    font-size:20px;
}

.nagano-header-links a:hover{
    color:#fff;
}

/* .nagano-header-4k{
    font-size:18px;
    color:#fff;
}

/* .nagano-header-4k strong{
    background:linear-gradient(
        90deg,
        #0066ff,
        #d300ff,
        #ff4f9d,
        #ff8a00,
        #ffd500
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
} */ 

.nagano-separator{
    color:#fff;
}

.nagano-header-links i{
    font-size:28px;
}

.nagano-header-links img{
    width:26px;
}

/* =====================================
   BUSCA
===================================== */

.nagano-header-search{
    position:relative;
    display:flex;
}

.nagano-header-search input{
    width:100%;
    height:55px;

    background:#000;
    color:#fff;

    border:2px solid #fff;
    border-right:none;

    border-radius:50px 0 0 50px;

    padding:0 20px;

    outline:none;

    font-size:18px;
}

.nagano-header-search input::placeholder{
    color:#fff;
}

.nagano-header-search button{
    width:70px;

    border:2px solid #fff;
    border-left:none;

    border-radius:0 50px 50px 0;

    background:#000;
    color:#fff;

    cursor:pointer;
}

.nagano-header-search button i{
    font-size:24px;
}
@media(max-width:992px){

    .nagano-header-wrapper{
        flex-direction:column;
        text-align:center;
    }

    .nagano-header-right{
        width:100%;
    }

    .nagano-header-links{
        justify-content:center;
    }

}

@media(max-width:768px){

    .nagano-header-logo img{
        width:240px;
    }

    .nagano-header-links{
        gap:8px;
    }

    .nagano-header-links a,
    .nagano-header-4k{
        font-size:13px;
    }

    .nagano-header-search input{
        height:48px;
        font-size:15px;
    }

    .nagano-header-search button{
        width:60px;
    }

}



/* Menu Produtos */

.nagano-produtos-menu{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;

    padding:15px;

    background:linear-gradient(
        90deg,
        #0d5eff,
        #cb00ff,
        #ff4f7f,
        #ff8300,
        #ffd500
    );
}

.nagano-produtos-menu a{
    color:white;
    text-decoration:none;
    font-weight:600;
}

.nagano-produtos-section{
    margin:auto;
    padding:50px 0px;
}

.nagano-produtos-title{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:50px;
}

.nagano-produtos-title span{
    flex:1;
    height:4px;
    border-radius:50px;

    background:linear-gradient(
        90deg,
        #0d5eff,
        #cb00ff,
        #ff4f7f,
        #ff8300,
        #ffd500
    );
}

.nagano-produtos-title h1{
    color:white;
    font-weight:500;
}

.nagano-produtos-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.nagano-produtos-card img{
    width:100%;
    border-radius:15px;
    display:block;
}

/* .nagano-produtos-footer-bar{
    height:20px;

    background:linear-gradient(
        90deg,
        #0d5eff,
        #cb00ff,
        #ff4f7f,
        #ff8300,
        #ffd500
    );
} */

.nagano-produtos-footer-container{
    margin:auto;

    display:grid;
    grid-template-columns:
        1.2fr
        0.8fr
        1fr
        1fr;

    gap:80px;
    align-items:start;
}

.nagano-produtos-footer-logo img{
    width:350px;
    max-width:100%;
    display:block;
    margin-bottom:25px;
}

.nagano-produtos-footer-logo p{
    max-width:350px;
    line-height:1.5;
    font-size:18px;
    color:#fff;
}

.nagano-produtos-footer h3{
    color:#fff;
    font-size:28px;
    margin-bottom:25px;
}

.nagano-produtos-footer a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:12px;
    font-size:18px;
}

.nagano-produtos-footer a:hover{
    opacity:.8;
}

.nagano-produtos-social{
    display:flex;
    gap:18px;
    margin-top:25px;
}

.nagano-produtos-social i{
    font-size:34px;
    color:#fff;
}

.nagano-produtos-mapa{
    width:100%;
    height:120px;
    border-radius:12px;
    overflow:hidden;
}

.nagano-produtos-mapa iframe{
    width:100%;
    height:100%;
    border:none;
}

.nagano-produtos-endereco{
    margin-top:15px;
    line-height:1.6;
    color:#fff;
}

.nagano-produtos-copy{
    display:flex;
    justify-content:center;
    border-top:1px solid #333;
    padding: 20px 0px;
}


  #whatsapp-footer{
    padding-right: 10px;
    width: 27.69px;
    height: 27.85px;
    cursor: pointer;
  }
  #instagram-footer{
    
    width: 27.85px;
    height: 27.85px;
  }
  #facebook-footer{
    width: 27.85px;
    height: 27.85px;
    margin: 5px 10px;
  }

@media(max-width:1200px){

    .nagano-produtos-grid{
        grid-template-columns:repeat(4,1fr);
    }

}

@media(max-width:900px){

    .nagano-produtos-header-container{
        flex-direction:column;
    }

    .nagano-produtos-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .nagano-produtos-footer-container{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .nagano-produtos-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .nagano-produtos-footer-container{
        grid-template-columns:1fr;
    }

    .nagano-produtos-title h1{
        font-size:28px;
    }

}