
#banner-varietal{
    background: url(../img/vinos/varietal/banner-varietal.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-varietal .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-varietal .titulo1 p{
    font-size: 30px;
    font-family: 'Playfair Display SC', serif;
}
#banner-varietal .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-varietal .container .row h5{
        font-weight: 600;
        margin-bottom: 20px;
    }
    #botellas-varietal .container .row p{
        color: #666;
    }
    .informacion h5{
        font-family: 'Playfair Display SC', serif;
        font-weight: bold;
        font-size: 20px;
        color: #555;
    }

/*CABERNET*/
    .cabernet-sauvignon{
        margin-top: 50px;
        display: flex;
    }
    .cabernet-sauvignon .botella{
        margin-right: 20px;
    }
    .cabernet-sauvignon .informacion img{
        margin-bottom: 40px;
    }
/*MERLOT*/
    .merlot{
        margin-top: 50px;
        display: flex;
    }
    .merlot .botella{
        margin-right: 20px;
    }
    .merlot .informacion img{
        margin-bottom: 40px;
    }

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

/*CHARDONNAY*/
    .chardonnay{
        margin-top: 50px;
        display: flex;
    }
    .chardonnay .botella{
        margin-right: 20px;
    }
    .chardonnay .informacion img{
        margin-bottom: 40px;
    }

/*SAUVIGNON BLANC*/
    .sauvignon-blanc{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
    }
    .sauvignon-blanc .botella{
        margin-right: 20px;
    }
    .sauvignon-blanc .informacion img{
        margin-bottom: 40px;

    }
/*SYRAH*/
    .syrah{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
    }
    .syrah .botella{
        margin-right: 20px;
    }
    .syrah .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{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
    }
    .cabernet-franc .botella{
        margin-right: 20px;
    }
    .cabernet-franc .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;
    }
/*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-varietal{
    background: url(../img/vinos/varietal/banner-varietal-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;
    
}





