/* a {
    color: #333 !important;
    transition: all 0.2s ease-out !important;
}

a:hover {
    opacity: 0.9 !important;
    text-decoration: none !important;
} */

.btn_menu_header {
    position: absolute;
    top: 0;
    border: none;
    background-color: #F64850;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    z-index: 900;
}

.container_menu_header,
.container_menu_categorias,
.container_menu_categorias_mobile,
.container_menu_user {
    position: fixed;
    z-index: 100;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #113355;
    overflow: hidden;
    display: none;
}

.header_bar {
    display: none;
}

.container_menu_subcategorias_desktop {
    display: none;
}

.container_menu_header.active,
.container_menu_categorias.active,
.container_menu_categorias_mobile.active {
    display: block;
}

.container_personal_banner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    /* border-bottom: 1px solid #00BFFF; */
    margin: 1rem auto 0 auto;
    height: 6rem;
    width: 90%;
}

.foto_user {
    height: 5rem;
    border-radius: 100%;
}

.personal_banner_desc {
    display: flex;
    flex-direction: column;
}

.nav_link_icon_text p {
    color: #fff;
    /*/color: #979393;*/
    margin: 0;
}

.container_nav_links {
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    margin: 1rem 1.5rem;
}

.nav_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_link_icon_text {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav_link_icon_text p {
    font-size: 16px;
}

.nav_link_secundary p,
.nav_link_tertiary p {
    padding-left: .5rem;
    font-size: 14px;
}

.menuclose {
    display: none;
}

.container_hero_title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-left: 1.25rem;
    margin-top: 1rem;
    gap: 1rem;
    width: 100%;
}

.container_hero_title p {
    font-size: 18px;
    color: #fff;
}

.container_nav_link_secundary,
.container_nav_link_tertiary {
    display: none;
    /* display: flex; */
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0 0 1rem;
    width: 95%;
    border-left: 1px solid #00BFFF;
    margin-left: auto;
}

.container_nav_link_secundary.active,
.container_nav_link_tertiary.active {
    display: flex;
}



.nav_link_secundary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_btns {
    gap: .3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
}

.btn_blue {
    width: 50%;
    padding: .7rem 1.5rem;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #00BFFF;
    border-radius: 5px;
    background: #00BFFF;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.btn_blue_outline {
    width: 50%;
    border: 2px solid #00BFFF;
    border-radius: 5px;
    background-color: #113355;
    color: #00BFFF;
    padding: .7rem 1.5rem;
    font-size: 16px;
    cursor: pointer;
}


.container_header_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0px 1rem;
}


@media screen and (min-width: 480px) {

    /* .container_header_bar {
        width: 450px;
    } */
}

@media screen and (min-width: 768px) {

    .title_cat_link {
        font-size: 2rem;
        color: #333;
    }

    .title_cat_link:hover {
        opacity: 0.9 !important;
        color: #333 !important;
        text-decoration: underline !important;
    }

    .cat_link:hover {
        text-decoration: underline !important;
    }


    .link_see_more {
        cursor: pointer;
        color: #037FFF !important;

    }

    .link_see_more:hover {
        opacity: 0.9 !important;
        text-decoration: underline !important;
    }

    .link_categoria {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        border: none;
        cursor: pointer;
    }


    .link_categoria>span {
        color: #fff;
        font-size: 1.5rem;
    }

    .btn_menu_user {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 3rem;
        border: none;
        background-color: rgb(52, 253, 52);
        height: 2rem;
        width: 2rem;
        border-radius: 100%;
        z-index: 900;
    }

    .header_bar {
        display: flex;
        z-index: 200;
        position: absolute;
        box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px 0px;
        top: 7.2rem;
        background-color: #113355;
        width: 100%;
        height: 3rem;
        /* border-top: #ddd solid .5px; */
    }


    /* .container_header_bar {
        width: 768px;
    } */


    /*MQ MODAL CATEGORIAS  */

    .btn_menu_categorias {
        /* position: absolute; */
        border: none;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        padding: 0 4rem 0 0;
        border-right: 1px solid #ddd;
        cursor: pointer;
    }

    .btn_menu_categorias>span {
        color: #fff;
        font-size: 1.5rem;
    }

    .container_categorias {
        display: flex;
        position: absolute;
        width: 100%;
        /* new */
        top: 3rem;
        /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    }

    .container_menu_categorias.active {
        position: relative;
        top: 0rem;
        /* left: 0rem; */
        width: 35%;
        height: fit-content;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .container_nav_links {
        margin: 1rem 0rem
    }

    .nav_link {
        padding: 1rem 1.5rem;
        cursor: default;
        /* cursor: pointer; */
    }


    .nav_link:hover {
        background-color: #00BFFF;
    }

    .none,
    .hiddenOnlyInTablet,
    .hiddenInTablet,
    .container_hero_title,
    .container_nav_links hr {
        display: none;
    }

    .nav_link_icon_text p {
        font-size: 15px;
    }

    .container_menu_user {
        position: fixed;
        z-index: 300;
        top: 9rem;
        left: 50%;
        width: 15rem;
        height: fit-content;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #113355;
        overflow: hidden;
        display: none;
    }

    .container_menu_user p {
        font-size: 14px;
    }

    .container_menu_user p:hover {
        color: #00BFFF;
    }

    .container_menu_subcategorias_desktop {
        background-color: white;
        width: 65%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .container_menu_subcategorias_desktop.active,
    .container_menu_user.active {
        display: block;
    }

    .subcategoria_modal {
        display: flex;
        flex-direction: column;
        padding: 2rem .5rem 0 2rem;
        height: 57rem;
    }

    .container_box_subcategorias {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1rem;
        overflow-y: auto;
    }

    .box_subcategorias {
        display: flex;
        gap: .5rem;
        flex-direction: column;
        width: 24%;
        height: fit-content;
        padding: .6rem 0;
    }

    .container_box_subcategorias a {
        color: #333;
        font-size: 1.4rem;
        width: fit-content;
    }

    .container_box_subcategorias a:hover {
        opacity: 0.9;
        text-decoration: none;
    }

}

@media screen and (min-width: 1024px) {
    .hiddenOnlyInTablet {
        display: block;
    }

    /* .container_header_bar {
        width: 1024px;
        gap: 2rem;
    } */

    .container_menu_categorias.active {
        width: 30%;
    }

    .container_menu_subcategorias_desktop {
        width: 70%;
    }
}

/* @media screen and (min-width: 1280px) {
    .container_header_bar {
        width: 1280px;
    }
} */
