#vinos{
    width: 100%;
    height: auto;
}
.contenedor-vinos{
    width: 80%;
    margin: auto;
    
    
}
.vinos-titulo{
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Playfair Display SC', serif;
}
.vinos-titulo h2{
    text-align: center;
    padding-top: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #555;
}

.botellas{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.botellas h6{
    display: block;
    margin-top: 20px;
    padding: 10px;
    /*border: 2px solid rgb(210, 96, 57);*/
    text-decoration: none;
    color: #555;
    
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Playfair Display SC', serif;
}
.botellas h6:hover{
    
}
.botellas a:hover{
    text-decoration: none;
}
/*Varietal*/
    .varietal{
        text-align: center; 
        
    }
    .varietal img{
       text-align: center;
    }
    .varietal img:hover{
        transform: scale(1.1);
        transition-delay: .15s;
    }
    .reserva{
       text-align: center;
    }
/*Reserva*/
.reserva img:hover{
    transform: scale(1.1);
}
.gran-reserva{
   padding-right: 50px;
   text-align: center;
}
.gran-reserva img:hover{
    transform: scale(1.1);
}

.k525{
   text-align: center;
} 
.k525 img:hover{
    transform: scale(1.1);
}