#banner-gran-reserva{
    background: url(../img/vinos/gran-reserva/banner-gran-reserva.png);
    width: 100%;
    height: 100vh;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    
    top: 75px;
}

#banner-gran-reserva .titulo1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    font-size: 40px;
}
#banner-gran-reserva .titulo1 p{
    font-size: 30px;
    font-family: 'Playfair Display SC', serif;
}
#banner-gran-reserva .titulo2{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    font-size: 40px;
}

/*MENU VINOS*/--
.menu-vinos{
    width: 100%;
    //background-color: aqua;
}
.menu-vinos nav{
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-top: 110px;
}
.menu-vinos nav ul{
    list-style: none;
    display: flex;    
    justify-content: center;
    margin: auto; 
    padding: 0;
}
.menu-vinos nav ul li a{
    margin: 10px;
    color: rgb(102, 102, 102);
    font-size: 15px;
    text-decoration: none;
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
    color: #555;
}
#activo{
    
    color: rgb(204, 102, 51);
}
---------------------------------------------------
/*BOTELLAS*/
#botellas-gran-reserva .container .row h5{
    font-weight: 600;
    margin-bottom: 20px;
}
#botellas-gran-reserva .container .row p{
    color: #666;
}
 .informacion h5{
        font-family: 'Playfair Display SC', serif;
        font-weight: bold;
        font-size: 20px;
        color: #555;
    }

/*CABERNET*/
.cabernet-sauvignon-gran-reserva{
    margin-top: 50px;
    display: flex;
}
.cabernet-sauvignon-gran-reserva .botella{
    margin-right: 20px;
}
.cabernet-sauvignon-gran-reserva .informacion img{
    margin-bottom: 40px;
}
/*CARMENÉRE*/
.carmenere-gr{
    margin-top: 50px;
    display: flex;
}
.carmenere-gr .botella{
    margin-right: 20px;
}
.carmenere-gr .informacion img{
    margin-bottom: 40px;
}

/*PETIT VERDOT*/
.petit-verdot-gr{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.petit-verdot-gr .botella{
    margin-right: 20px;
}
.petit-verdot-gr .informacion img{
    margin-bottom: 40px;
    
}
/*PETIT VERDOT*/
.petit-verdot{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.petit-verdot .botella{
    margin-right: 20px;
}
.petit-verdot .informacion img{
    margin-bottom: 40px;
}
/*CABERNET FRANC*/
.cabernet-franc-gr{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.cabernet-franc-gr .botella{
    margin-right: 20px;
}
.cabernet-franc-gr .informacion img{
    margin-bottom: 40px;
}
@media screen and (max-width: 600px){
    
    #banner-gran-reserva{
    background: url(../img/vinos/gran-reserva/banner-gran-reserva-responsivo.png);
    width: 100%;
    height: 100vh;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    
    top: 75px;
}
    .menu-vinos nav ul li a{
    padding-right: 10;
    padding-left: 10;
    color: rgb(102, 102, 102);
    font-size: 13px;
    text-decoration: none;
    display:list-item;
    
}


    
