@import url('https://fonts.googleapis.com/css?family=Raleway');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');
*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Raleway', sans-serif;
    
}
img {
    max-width: 100%;
    HEIGHT: AUTO;
}

.k525.col-lg-3.col-md-3.col-sm-6 img {

}
header{
    background-color:rgb(2, 2, 2);
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 100;
}
.botella img {
    /* width: 100%; */
    /* min-height: 300px; */
}

.botella {
    width: 122px;
    display: block;
    float: left;
}
.vinos-bloque .botella {
    margin-right: 20px;
}

section.vinos-bloque .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}

.banderas {}

.banderas img {
    width: 30px;
}

header {
    /* display: none; */
}

header + section {
    top: 0 !important;
}
#menu-bar{
    display:none;
}
.icon-menu{
    display: none;
}
.contenedor{
    width: 90%;
    height: 75px;
    margin: auto;
    display: flex;
   
    
}
.menu{
    width: 90%;
    height: 75px;
    margin: auto;
    text-align: center;
    /*float: left;*/
    
    box-sizing: border-box;
}
.menu ul{
    
}
.menu ul li {
    display: inline;
    
}
.menu ul li a{
    text-decoration: none;
    font-size: 14px;
    color: white;
    /*padding: 0px 30px;*/
    padding: 0px 20px;
    /*background-color: aqua;*/
    font-family: 'Playfair Display SC', serif;
}

.menu ul li a:hover{
   color:rgb(210, 96, 57);
}
.logo{
    display: none;
}
.menu .espanol_responsive{
    display: none;
}
.menu .ingles_responsive{
    display: none;
}
.menu .banderas_responsives{
    display: none;
}
.banderas{
    display: flex;
}
.banderas a{
    margin-left: 10px;
}






    
    








