.header {
    background-color: white;
    width: 100%;
    height: 10vh;
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

/* Logo */
.header>div:nth-child(1) {
    width: 20%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.header>div:nth-child(1)>p {
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0% 10%;
    cursor: pointer;
}

/* Barra de busqueda */
.header>div:nth-child(2) {
    width: 60%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.header>div:nth-child(2)>input {
    width: 100%;
    height: 40%;
    border: 1px solid black;
    border-radius: 25px;
    padding-left: 3%;
    z-index: 1;
    transition: .5s;
    outline: none;
}

.header>div:nth-child(2)>input:hover {
    border: 0;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid black;
    padding: 0;
    transition: .5s;
}

.header>div:nth-child(2)>input:hover~div {
    justify-content: end;
    align-items: center;
    display: flex;
    transition: .5s;
}

.header>div:nth-child(2)>div {
    position: absolute;
    display: flex;
    width: 4.5vh;
    height: 3.8vh;
    z-index: 10;
    transition: .5s;
    align-items: center;
}

.header>div:nth-child(2)>div>img {
    position: relative;
    margin-right: 5%;
    width: 2.5vh;
    height: 2.5vh;
}

.containerSearch {
    width: 60% !important;
    height: 45vh !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: 49vh;
    border: 0.5px solid lightgray;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 30%);
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
}

.cardProduct {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    height: 33.33%;
    cursor: pointer;
}

.cardProduct>div:nth-child(1) {
    width: 32.5%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: 0.5px solid lightgray;
}

.cardProduct>div:nth-child(1)>img {
    width: 100%;
    height: 100%;
}

.cardProduct>div:nth-child(2) {
    width: 67.5%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: 0.5px solid lightgray;
    align-content: center;
}

.cardProduct>div:nth-child(2)>p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 30%;
    white-space: normal;
    align-items: center;
    margin: 0;
    padding-left: 5%;
}

.cardProduct>div:nth-child(2)>p:nth-child(1) {
    font-size: 1.2vw;
    font-weight: bold;
}

.cardProduct>div:nth-child(2)>p:nth-child(2) {
    font-size: 1vw;
    font-weight: bold;
    color: gray;
}

.cardProduct>div:nth-child(2)>p:nth-child(3) {
    font-size: 0.8vw;
    color: gray;
}

/* Iconos */
.header>div:nth-child(3) {
    width: 20%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.header>div:nth-child(3)>div {
    width: 40%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.header>div:nth-child(3)>div:nth-child(1)>img {
    width: 3vh;
    height: 3vh;
    pointer-events: all !important;
    cursor: pointer;
}

.header>div:nth-child(3)>div:nth-child(2)>div>img {
    width: 4vh;
    height: 4vh;
    cursor: pointer;
}

/* Barra */
.navbar {
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s ease-in-out;
}

#navbarNavDropdown {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1vh;
}

#navbarNavDropdown>ul>li>a {
    color: black;
    font-size: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.navbar-nav {
    width: 65%;
    display: flex;
    justify-content: space-evenly;
}

/* Estilo de la seccion de productos */
.menuProduct {
    z-index: 2000;
    position: absolute;
    width: 950%;
    height: 55vh;
    margin-left: -380%;
    border: 0.5px solid lightgray;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 30%);
    padding: 0;
}

.menuProduct>div {
    width: 99.8%;
    height: 99.8%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-y: hidden;
    overflow-x: auto;
}

div::-webkit-scrollbar {
    -webkit-appearance: none;
}

div::-webkit-scrollbar:vertical {
    width: 10px;
}

div::-webkit-scrollbar-button:increment,
div::-webkit-scrollbar-button {
    display: none;
}

div::-webkit-scrollbar:horizontal {
    height: 10px;
}

div::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

div::-webkit-scrollbar-track {
    border-radius: 10px;
}

.menuProduct>div>hr {
    width: 1px;
    background: black;
    height: 100%;
    margin: 0;
}

/* Estilo cardTipo */
.tipProduct {
    width: 33.33%;
    height: 50%;
    cursor: pointer;
}

.tipProduct>p {
    background: var(--bg-main-color);
    height: 25%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 5%;
    margin: 0;
    font-size: 20px;
}

.tipProduct>div {
    margin: 0;
    width: 100%;
    height: 75.66%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tipProduct>div>div {
    width: 100%;
    min-height: 33.33%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tipProduct>div>div>p {
    width: 92%;
    height: 6vh;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 5%;
    font-size: 18px;
}

.tipProduct>div>div>img {
    width: 5%;
    height: 100%;
    pointer-events: all;
}

.tipProduct>div>div>div {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}

.tipProduct>div>div>div>div {
    width: 100%;
    height: 0vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5%;
    background: lightgray;
    border: 0.5px solid darkgray;
    transition: 0.2s ease-in-out;
    color: transparent;
}

.tipProduct>div>div>div>div>a {
    font-size: 15px;
    margin: 0;
    color: black !important;
}

.userLog {
    padding: 11%;
    border-radius: 50%;
    box-shadow: 0px 1px 10px 0.1px rgb(0 0 0 / 30%);
    transition: 0.2s ease-in-out;
}

.containerDataLogin {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 1;
    box-shadow: 0px 0px 8px rgb(214 214 214 / 78%);
    background: white;
    padding: 0 1% 1% 1%;
    border-radius: 10px;
    width: 12.5%;
    margin-right: 2%;
    margin-top: 18%;
}

.containerDataLogin>div {
    background: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    box-shadow: -4px -4px 8px rgb(214 214 214 / 78%);
    margin-top: -7.5px;
    margin-left: 15%;
    z-index: -1;
}

.containerDataLogin>ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    width: 100%;
}

.containerDataLogin>ul>li {
    padding: 10% 0 0 0;
    border-bottom: 1px solid rgba(215, 215, 215, 0.17);
    white-space: nowrap;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.containerDataLogin>ul>li>a {
    color: #AA17E0;
    text-decoration: none;
    width: 95%;
}

.containerDataLogin>ul>li>div {
    width: 22px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.containerDataLogin>ul>li>div>span {
    background: #16d67a;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

.circleCarrito {
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
    position: absolute;
    margin-left: 24px;
    margin-bottom: 15px;
    color: white;
    font-size: 8px;
    text-align: center;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}

.menuProduct {
    z-index: 2000;
    position: absolute;
    height: 55vh;
    width: 1405%;
    margin-left: -610%;
    border: 0.5px solid lightgray;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 30%);
    padding: 0;
    transition: 0.2s ease-in-out;
}

.menuResponsive {
    display: none !important;
    transition: 0.2s ease-in-out;
}

.itemResponsive {
    border: 1px solid var(--main-color);
    border-left: 1px;
    border-right: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 211, 253, 0.773546918767507) 50%, rgba(255, 255, 255, 1) 100%);
}

.itemResponsive:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(66, 1, 90, 0.6923144257703081) 30%, rgba(66, 1, 90, 0.6755077030812324) 70%, rgba(255, 255, 255, 1) 100%);
    transition: 0.2s ease-in-out;
}

.itemResponsive:hover>a {
    color: white !important;
    font-size: 1.15em !important;
    transition: 0.2s ease-in-out;
}

.containerMenuUser {
    border-bottom: 1px solid var(--main-color);
    border-left: 1px;
    border-right: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 211, 253, 0.773546918767507) 50%, rgba(255, 255, 255, 1) 100%);
    list-style: none;
    padding: 0;
    text-align: center;
}

.containerMenuUser>li>a {
    color: var(--main-color);
}

.containerMenuRes {
    cursor: pointer;
    display: flex;
    transition: 0.2s ease-in-out;
}

svg {
    transition: transform 500ms cubic-bezier(0.3, 0, 0.2, 1);
}

.activeMenuRes svg {
    transform: rotate(90deg);
}

.stylePath {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stylePath:nth-child(1) {
    transform-origin: 36% 40%;
}

.stylePath:nth-child(2) {
    stroke-dasharray: 29 299;
}

.stylePath:nth-child(3) {
    transform-origin: 35% 63%;
}

.stylePath:nth-child(4) {
    stroke-dasharray: 29 299;
}

.stylePath:nth-child(5) {
    transform-origin: 61% 52%;
}

.stylePath:nth-child(6) {
    transform-origin: 62% 52%;
}

.activeMenuRes .stylePath:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.activeMenuRes .stylePath:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.activeMenuRes .stylePath:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.activeMenuRes .stylePath:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.activeMenuRes .stylePath:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.activeMenuRes .stylePath:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.efectoEscala {
    transform: scale(0.5);
    transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 2400px) {
    .menuProduct {
        width: 1405%;
        margin-left: -610%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 2200px) {
    .menuProduct {
        width: 1320%;
        margin-left: -570%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 2000px) {
    .menuProduct {
        width: 1235%;
        margin-left: -530%;
        transition: 0.2s ease-in-out;
    }

    .containerDataLogin {
        margin-top: 16%;
    }
}

@media only screen and (max-width: 1800px) {
    .containerDataLogin {
        margin-top: 17%;
    }

    .menuProduct {
        width: 1150%;
        margin-left: -490%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(1) {
        width: 38.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 61.5%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 1600px) {
    .containerDataLogin {
        margin-top: 18%;
    }

    .cardProduct>div:nth-child(1) {
        width: 44.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 55.5%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 1500px) {
    .menuProduct {
        width: 1065%;
        margin-left: -450%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 1400px) {
    .containerDataLogin {
        margin-top: 19%;
    }

    .cardProduct {
        width: 33.33%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(1) {
        width: 41.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 58.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(1) {
        font-size: 1.4vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(2) {
        font-size: 1.2vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(3) {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1200px) {
    .containerDataLogin {
        margin-top: 21%;
    }

    .menuProduct {
        width: 900%;
        margin-left: -360%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(1) {
        width: 44.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 55.5%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 1005px) {
    .menuProduct {
        width: 900%;
        margin-left: -360%;
        transition: 0.2s ease-in-out;
    }

    .menuProduct>div {
        width: 99.8%;
        height: 99.8%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .cardProduct {
        width: 50%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(1) {
        width: 39.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 60.5%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(1) {
        font-size: 2vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(2) {
        font-size: 1.8vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(3) {
        font-size: 1.6vw;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }

    .menuProduct {
        width: 95%;
        margin: 0;
        margin-left: 0.5%;
        transition: 0.2s ease-in-out;
    }

    .tipProduct {
        width: 50%;
        transition: 0.2s ease-in-out;
    }

    #navbarNavDropdown>ul>li>a {
        text-align: center;
        transition: 0.2s ease-in-out;
    }

    .shopClient {
        display: none !important;
    }

    .userClient {
        display: none !important;
    }

    .menuResponsive {
        width: 40% !important;
        height: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .menuResponsive>img {
        width: 4vh;
        height: 4vh;
    }

    .responsiveClass {
        display: none;
    }

}

@media only screen and (max-width: 800px) {
    .tipProduct {
        width: 100%;
        font-size: 20px;
        transition: 0.2s ease-in-out;
    }

    .tipProduct>div>div>p {
        font-size: 20px;
        transition: 0.2s ease-in-out;
    }

    .tipProduct>div>div>div>div>p {
        font-size: 20px;
        font-weight: 500;
        transition: 0.2s ease-in-out;
    }

    .cardProduct {
        width: 100%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(1) {
        width: 25%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 75%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(1) {
        font-size: 3.5vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(2) {
        font-size: 3vw;
    }

    .cardProduct>div:nth-child(2)>p:nth-child(3) {
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 500px) {
    .cardProduct>div:nth-child(1) {
        width: 30%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 70%;
        transition: 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 450px) {
    .cardProduct>div:nth-child(1) {
        width: 35%;
        transition: 0.2s ease-in-out;
    }

    .cardProduct>div:nth-child(2) {
        width: 65%;
        transition: 0.2s ease-in-out;
    }
}