/*c*/
@font-face {
    font-family: 'Sublima-Light';
    src: url('../fonts/sublima/Sublima-Light.otf');
}

@font-face {
    font-family: 'Sublima-Bold';
    src: url('../fonts/sublima/Sublima-ExtraBold.otf');
}
:root{
     --cGuinda: #A50034;
     --cBlanco: #fff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    min-height: 100vh;
    box-sizing: border-box;
}
.menu{
    position: fixed;
    background-color: var(--cGuinda);
/*filtro gris   comentar */
    /*filter: grayscale(100%);
    transition: filter 1s;*/
/**/
    height:auto;
    width: auto;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

.menu__logo{
    border: 0;
/*    width: auto;*/
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.menu__logomovil{
    display: none;
}
.menu__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
/*    max-width: 1200px;*/
    padding: 0;
    height: 100%;
    margin: 0;
    z-index: 1000;
}
.menu__links{
    background-color: var(--cGuinda);
    font-size: 15px;
    margin:0 auto;
    height: 100%;
    transition: transform .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(0deg);
    padding: auto;
}
.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
/*    grados para voltear flecha*/
    --transform: rotate(-90deg);
}
.menu__link{
    color: var(--cBlanco);
    text-decoration: none;
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
    font-family: 'Sublima-Light';
    cursor: pointer;

}
.menu__link:hover{
    color: var(--cBlanco);
    text-decoration: none;
    font-family: 'Sublima-Bold';
    font-weight: 'bold';
}
.menu__flecha{
    transform: var(--transform);
    transition: transform .3s;
    display: block;
    margin-left: 2px;
}

.menu__nesting{
    list-style: none;
    transition:clip-path .3s;
    clip-path: var(--clip);
    position: absolute;
    left: 0;
    bottom: 0;
    width: max-content;
    transform: translateY(100%);
    background-color: var(--cBlanco);
    box-shadow:0px 10px 10px black;
}
.menu__link--inside{
    font-size: 13px;
    font-family: 'Sublima-Light';
    padding: 20px 70px 20px 20px;
    color: black;
}

.menu__link--inside:hover{
    text-transform: capitalize;/**/
    color: var(--cGuinda);
    font-family: 'Sublima-Light';
    transform: translateX(3%);

}
.menu__hamburguer{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    display: none;
}

.menu__img{
    display: block;
    width: 50px;
}
.menu__logomovil{
    display: none;
}

/*buscar*/
.input-wrapper {
    position: relative;
/*  width: 270px;*/
/*   top: 28px;*/
    margin: 0;
    padding: 0;
    right: 20px;
}
.inputbuscar {
    padding: 0px 0px 0px 40px;
/*    width: 100%;*/
    width: auto;
    height: 26px;
    border-radius: 15px;
    border: none;

    font-size: 15px;
    outline: none;
    z-index: 1005;
}
.ui-menu-item{
    z-index: 1005 !important;

}
.ui-menu{
    z-index: 1005 !important;

}
.input-icon {
    color: var(--cGuinda);
    position: absolute;
    width: 20px;
    height: 30px;
    left: 10px;
    transform: translate(5px, -10%);
}


@media (max-width:1500px){
    .menu__link{
        font-size: 13px;
        text-decoration: none;
/*        padding: 0 8px;*/
    }
    .menu__logo{
        max-width: auto;
        max-height: auto;
    }  
    .input-wrapper {
        right: 8px;
    }
    /*.inputbuscar{
        width: auto;
    }*/
}


@media (max-width:1280px){
/**/
    .menu__container{
        margin: 0;
/*        display: inline-block;*/
        padding: 0 2%; 
        height:70px ;
    }
    .input-wrapper{
        display: none;
    }
    .menu__logo{
       display: none;
    }
    .menu__logomovil{
        display: flex;
        border: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0 !important;
        cursor: pointer;

    }
    .menu__hamburguer{
        display: flex;
    }
    .menu__item{
        --clip:0;
        overflow:hidden ;
    }
    .menu__item:hover{
        --transform: rotate(0deg);
    }
    .menu__item--active{
        --transform: rotate(-90deg);
        --background: #253746;
    }
    .menu__item--show{
        background-color: var(--background);
    }
    .menu__links{
        position: fixed;
        max-width: 350px;
        width: 100%;
        height: auto;
        top: 70px;
        bottom: 0;
        right: 0;
        background-color: var(--cGuinda);
        overflow-y: auto;
        display: grid;
        grid-auto-rows: max-content;
        transform: translateX(100%);
        margin: 0;
    }
    .menu__links--show{
        transform: unset;
        width: 100%;
        z-index: 1000;
    }
    .menu__link{
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }
    .menu__flecha{
        margin-left: auto;
        margin-right: 20px;
    }
    .menu__nesting{
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height .3s;
        background-color: var(--cGuinda);
        box-shadow:none;
    }
    .menu__link--inside{
        width: 90%;
        margin-left: auto;
        /*  bordes    izq */
        border-left: 1px solid #798499;
        padding: 30px 100px 30px 20px;
        color: white;
    }
    .menu__link--inside:hover{
        width: 90%;
        margin-left: auto;
        padding: 30px 100px 30px 20px;
        color: white;
    }
}
