#banner-k525{
    background: url(../img/vinos/k-525/banner-k525.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-k525 .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-k525 .titulo1 p{
    font-size: 30px;
    font-family: 'Playfair Display SC', serif;
}
#banner-k525 .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%;
    }
    .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{
        padding-right: 10px;
        padding-left: 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-k525 .container .row h5{
        font-weight: 600;
        margin-bottom: 20px;
        
    }
    #botellas-k525 .container .row p{
        color: #666;
    }
    .informacion h5{
        font-family: 'Playfair Display SC', serif;
        font-weight: bold;
        font-size: 20px;
        color: #555;
    }
/*K525*/
    .k-525{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
    }
    .k-525 .botella{
        margin-right: 20px;
    }
    .k-525 .informacion img{
        margin-bottom: 40px;
    }
@media screen and (max-width: 600px){
    
    #banner-k525{
    background: url(../img/vinos/k-525/banner-k525-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;
    
}
    