.menu{
    width: 60%;
    display: flex;
    justify-content: space-around;
}
header .logo{
    width: 40%;
}
header .nav{
    padding: 50px 60px;
    padding-right: 25px;
}

header .nav ul{
    margin-top: 10px;
}

header .nav ul li a{
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-family: 'HelveticaNeueMed';
}

header .nav ul li a.shop{
    padding: 5px;
    border: 1px solid white;

}
.title-header .arrow{
    position: absolute;
    bottom: -18px;
}
.banner-title{
    margin-top: -100px;
}
.menu-movile{
    display: none;
  
}
.fa, .fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header .nav-movile{
    display: none
}
header .menu-options{
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, rgba(191, 165, 80,0.8), rgba(191, 165, 80,0.9));
    padding: 50px;
    z-index: 50;
}
header .menu-options li{
    list-style: none;
}
header .menu-options li a{
    color: white;
    font-family: 'HelveticaNeueMed';
    font-size: 21px;
}

footer .logo-redes{
    display: flex;
    justify-content: left;
}
.cierre-menu{
    text-align: right;
    font-weight: 900;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 26px;
    right: 43px;
}
