
@import url('https://fonts.googleapis.com/css?family=Trirong');
    /* font-family: 'Times New Roman', Times, serif; */
.contenido-hijo   {
    --vdt-c-w: #fff;
    --vdt-c-b: rgb(19, 73, 252);
    --vdt-c-l-1: #005CFF;
    --vdt-c-l-2: rgb(251, 182, 42);
    --vdt-c-l-3: rgb(145, 30, 85);
    --vdt-c-l-4: #005CFF;
    --vdt-c-l-5: rgb(90, 35, 87);
    --vdt-c-l-6: #005CFF;
    --vdt-color-50: rgb(255, 244, 237);
    --vdt-color-100-1: rgb(255, 201, 169);
    --vdt-color-100: rgb(255, 230, 212);
    --vdt-color-200: #FF1E08;
    --vdt-color-300-1: rgb(255, 164, 114);
    --vdt-color-300: #FF1E08;
    --vdt-color-400: #005CFF;
    --vdt-color-500: #FF1E08;
    --vdt-color-600: #005CFF;
    --vdt-color-700: #005CFF;
    --vdt-color-800: rgb(156, 29, 16);
    --vdt-color-900: rgb(126, 26, 16);
    --vdt-color-950: rgb(68, 9, 6);
    --vdt-color-success: rgb(48, 212, 48);
    --vdt-color-frm-v: rgb(228, 163, 163);
    --vdt-color-frm-cr: rgb(29, 25, 255);
    --vdt-fondo-menu-lat: #f0f0f0;
    --arrow-bg: rgba(255, 255, 255, 0.3);
    --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
    --search-icon: 'fa-solid fa-magnifying-glass';
    --option-bg: rgba(255, 255, 255, 0.1);
    --select-bg: rgba(255, 255, 255, 0.2);
    --vdt-555: rgb(85, 85, 85);
    --white: rgb(236, 236, 236);
    --black: #111111;
    --red1: #005CFF;
    --red2: #005CFF;
    --azul1: rgb(93, 93, 233);
    --colorPrimary: var(--red1);
    --colorSecondary: var(--azul1);
    --cubic-bezier: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.contenido-hijo *  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.contenido-hijo main  {
    margin: 0;
    padding: 0;
    padding: 0 auto 1.5rem auto;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.dec-corta{
    cursor: pointer;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    overflow: hidden;
}
.dec-larga{
    cursor: pointer;
    display: block;
}

.ui-dialog-titlebar-close{
    display: block !important;
    color: red !important;
    background: red;
}

/* Menu principal */
.contenido-hijo .btn-icono-menu  {
    border-radius: 10px;
}

.contenido-hijo .icon-name  {
    /* min-width: 120px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contenido-hijo .icon-name2  {
    /* width: 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contenido-hijo .btn-carrito-sm  {
    font-size: 25px;
    height: 50px;
}

.contenido-hijo nav  {
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 99;
}

.contenido-hijo .menu  {
    color: #fff;
    width: 100%;
    height: 70px;
}

.contenido-hijo .menu__container  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.contenido-hijo .menu__links  {
    height: 100%;
    transition: transform .5s;
    display: flex;
}

.contenido-hijo .menu__item  {
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.contenido-hijo .menu__item:hover  {
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
    color: var(--vdt-c-w);
}

.contenido-hijo .menu__link  {
    text-decoration: none;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
}

.contenido-hijo .menu__link:hover  {
    background-color: var(--vdt-color-300);
    color: #fff;
    transition: .5s;
    border-radius: .5rem .5rem;
}

.contenido-hijo .menu__arrow  {
    transform: var(--transform);
    transition: transform .3s;
    display: block;
    margin-left: 3px;
    width: 25px;
}

.contenido-hijo .menu__nesting  {
    list-style: none;
    transition: clip-path .5s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    transform: translateY(100%);
    color: #fff;
    background-color: var(--vdt-color-300);
    border-radius: .5rem .5rem;
    z-index: 100;
}

.contenido-hijo .menu__link--inside  {
    color: var(--vdt-c-w);
    padding: 10px 20px 10px 20px;
}

.contenido-hijo .menu__link--inside:hover  {
    background-color: var(--vdt-color-400);
}

.contenido-hijo .menu__hamburguer  {
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    display: none;
}

.contenido-hijo .menu__img  {
    display: block;
    width: 50px;
    height: auto;
}

.contenido-hijo .cantidad-carrito  {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    background-color: var(--vdt-color-300);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* Menu lateral */
.contenido-hijo .iconBar  {
    background-color: var(--vdt-fondo-menu-lat);
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-y: auto;
}

.contenido-hijo .iconBar a  {
    text-align: center;
    padding: 5px;
    transition: all 0.5s ease;
    color: white;
    font-size: 35px;
}

.contenido-hijo .iconBar a:hover  {
    background-color: var(--vdt-color-400);
}

.contenido-hijo .active-lat  {
    background-color: var(--vdt-color-400);
}

.contenido-hijo .iconBar.reduced  {
    font-size: 20px;
    bottom: 125px;
}

.contenido-hijo .nom-dep  {
    font-size: 18px;
    position: absolute;
    color: black;
}

/* slider principal */
.contenido-hijo .slider-p  {
    height: 91vh;
    width: 100%;
}

.contenido-hijo .contenedor-slider,
.contenido-hijo .slide  {
    position: relative;
    width: 100%;
    height: 100%;
}

.contenido-hijo .slide  {
    overflow: hidden;
}

.contenido-hijo .slide::before  {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(32, 0, 0, 0.5);
    z-index: 10;
}

.contenido-hijo .slide .img-slider-p  {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contenido-hijo .slide .image-data  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.contenido-hijo .image-data span.text  {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-text-stroke: .5px rgba(31, 1, 1, 0.5);
}

.contenido-hijo .image-data h2  {
    line-height: 1.5;
    font-size: 35px;
    font-weight: 550;
    color: #fff;
    -webkit-text-stroke: 1px rgba(185, 175, 175, 0.5);
}

.contenido-hijo .image-data-p h2  {
    line-height: 1.5;
    font-size: 35px;
    font-weight: 550;
    color: #fff;
    -webkit-text-stroke: 1px rgba(185, 175, 175, 0.5);
}

.contenido-hijo a.button  {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: var(--vdt-color-800);
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.contenido-hijo a.button:hover  {
    color: #fff;
    background-color: #c87e4f;
}

.contenido-hijo .btn-slide  {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.contenido-hijo .btn-slide:hover  {
    color: #fff;
    background-color: #c87e4f;
}

/* Slider cliente */
.contenido-hijo .slider-op-clientes  {
    width: 380px;
    height: auto;
}

/* slider Tienda */
.contenido-hijo .slide-t  {
    height: 91vh;
    width: 100%;
}


.contenido-hijo .contenedor-slider-t,
.contenido-hijo .slide  {
    position: relative;
    width: 250px;
    height: 100%;
}

.contenido-hijo .slide-t  {
    overflow: hidden;
}

.contenido-hijo .slide-t::before  {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(32, 0, 0, 0.5);
    z-index: 10;
}

.contenido-hijo .slide-t .img-slider-t  {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contenido-hijo .slide-t .image-data-t  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.contenido-hijo .fhFinal-slider  {
    position: absolute;
    font-size: 16px;
    bottom: 0px;
    right: 35px;
    padding: 8px;
    border-radius: 5px;
    background-color: rgba(179, 179, 179, 0.555);
    color: whitesmoke;
    z-index: 1;

}

/* slider Departamentos */
.contenido-hijo .slide-deps  {
    width: auto;
}

.contenedor-slider-deps,
.contenido-hijo .slide-deps  {
    position: relative;
    /* width: 250px; */
}

.contenido-hijo .slide-deps  {
    overflow: hidden;
}

.contenido-hijo .slide-deps .img-slider-deps  {
    height: 100%;
    /* width: 100%; */
    object-fit: cover;
}

.contenido-hijo .slide-deps .image-data-deps  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* width: 100%; */
    z-index: 100;
}

.contenido-hijo .mySwiperDeps  {
 .nav-btn-deps  {
        color: var(--vdt-c-l-6);
    }

.contenido-hijo .swiper-button-next  {
        right: 0;
    }

.contenido-hijo .swiper-button-prev  {
        left: 0;
    }
}

/* swiper button clientes */
.contenido-hijo .nav-btn-cliente  {
    height: 50px;
    width: 50px;
    border-radius: 5%;
    background: none;
}

.contenido-hijo .nav-btn-cliente:hover  {
    background: var(--red1);
    border-radius: 5px;
}

.contenido-hijo .nav-btn-cliente::before,
.contenido-hijo .nav-btn-cliente::after  {
    font-size: 25px;
    color: var(--vdt-c-l-4);
}

/* swiper button css */
.contenido-hijo .nav-btn  {
    height: 50px;
    width: 50px;
    border-radius: 5%;
    background: none;
}

.contenido-hijo .nav-btn:hover  {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.contenido-hijo .swiper-button-next  {
    right: 50px;
}

.contenido-hijo .swiper-button-prev  {
    left: 50px;
}

.contenido-hijo .nav-btn::before,
.contenido-hijo .nav-btn::after  {
    font-size: 25px;
    color: #fff;
}

.contenido-hijo .swiper-pagination-bullet  {
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
}

.contenido-hijo .swiper-pagination-bullet-active  {
    border: 2px solid #fff;
    background-color: var(--vdt-c-b);
    color: var(--vdt-c-b);
}

/* Tabs */
.contenido-hijo .tab-t  {
    overflow: hidden;
    border-top: var(--vdt-color-400);
    border-radius: 0 0 25px 25px;
    height: 75;
    background-color: var(--vdt-color-400);
    z-index: 95;
    position: sticky;
    top: 70px;

}

.contenido-hijo .tab-t button  {
    background-color: inherit;
    color: #F0F1F8;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.contenido-hijo .tab-t button:hover  {
    background-color: var(--vdt-color-300);
}

.contenido-hijo .tab-t button.active  {
    background-color: var(--vdt-color-500);
}

.contenido-hijo .tabcontent  {
    display: none;
    padding: 6px 12px;
    border: 1px solid var(--vdt-color-100);
    border-top: none;
}

.contenido-hijo header .logo  {
    float: left;
    width: 95px;
    height: 44px;
}

.contenido-hijo .icon-menu  {
    width: 45px;
}

.contenido-hijo .logo-img  {
    width: 180px;
    height: auto;
}

.contenido-hijo header .heroe  {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;
}

.contenido-hijo header .heroe h1  {
    font-size: 2.5rem;
    font-weight: 500;
}

.contenido-hijo header .heroe h2  {
    font-size: 1.5rem;
    font-weight: 300;
}

.contenido-hijo article  {
    margin: 0 auto;
}

.contenido-hijo section h1  {
    margin-bottom: 2.5rem;
}

.contenido-hijo section h2  {
    font-size: 120%;
    line-height: 1.5rem;
    padding-top: 1.5rem;
}

.contenido-hijo section pre  {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}

.contenido-hijo section code  {
    display: block;
}

.contenido-hijo section a  {
    color: rgba(221, 72, 20, 1);
}

.contenido-hijo section svg  {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}

.contenido-hijo .img-cliente-slider  {
    width: 150px;
    height: auto;
}

.contenido-hijo .img-ofrecemos  {
    width: auto;
    height: auto;
    object-fit: cover;
}

.contenido-hijo .img-cover  {
    width: auto;
    height: auto;
    object-fit: cover;
}

/* Footer */
.contenido-hijo footer  {
    width: 100%;
    bottom: 0;
    left: 0;
}

.contenido-hijo footer .content-footer  {
    max-width: 1250px;
    margin: auto;
    padding: 30px;
}

.contenido-hijo footer .content-footer .top  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.contenido-hijo .content-footer .top .logo-details  {
    color: #000;
    font-size: 30px;
}

.contenido-hijo .content-footer .top .media-icons  {
    display: flex;
}

.contenido-hijo .content-footer .top .media-icons a  {
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.contenido-hijo .top .media-icons a:nth-child(1)  {
    background: #4267B2;
}

.contenido-hijo .top .media-icons a:nth-child(1):hover  {
    color: #4267B2;
    background: #fff;
}

.contenido-hijo .top .media-icons a:nth-child(2)  {
    background: #000f18;
}

.contenido-hijo .top .media-icons a:nth-child(2):hover  {
    color: #01314e;
    background: #fff;
}

.contenido-hijo .top .media-icons a:nth-child(3)  {
    background: #E1306C;
}

.contenido-hijo .top .media-icons a:nth-child(3):hover  {
    color: #E1306C;
    background: #fff;
}

.contenido-hijo .top .media-icons a:nth-child(4)  {
    background: #0077B5;
}

.contenido-hijo .top .media-icons a:nth-child(4):hover  {
    color: #0077B5;
    background: #fff;
}

.contenido-hijo .top .media-icons a:nth-child(5)  {
    background: #180000;
}

.contenido-hijo .top .media-icons a:nth-child(5):hover  {
    color: #180000;
    background: #000;
}

.contenido-hijo footer .content-footer .link-boxes  {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contenido-hijo footer .content-footer .link-boxes .box-footer  {
    width: calc(100% / 5 - 10px);
}

.contenido-hijo .content-footer .link-boxes .box-footer .link_name  {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    /* position: relative; */
}


.contenido-hijo .content-footer .link-boxes .box-footer li  {
    margin: 5px 0;
    list-style: none;
}

.contenido-hijo .content-footer .link-boxes .box-footer li a  {
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease
}

.contenido-hijo .call-cent  {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
}

.contenido-hijo .content-footer .link-boxes .box-footer li a:hover  {
    opacity: 1;
    text-decoration: underline;
}

.contenido-hijo .content-footer .link-boxes .input-box  {
    margin-right: 55px;
}

.contenido-hijo .link-boxes .input-box input  {
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #140B5C;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.contenido-hijo .link-boxes .input-box input::placeholder  {
    color: #AFAFB6;
    font-size: 16px;
}

.contenido-hijo .link-boxes .input-box input[type='button']  {
    background: #fff;
    color: var(--vdt-color-300);
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
}

.contenido-hijo .input-box input[type='button']:hover  {
    opacity: 1;
}

.contenido-hijo footer .bottom-details  {
    width: 100%;
    background: #fff;
}

.contenido-hijo footer .bottom-details .bottom_text  {
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.contenido-hijo .bottom-details .bottom_text span,
.contenido-hijo .bottom-details .bottom_text a  {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

.contenido-hijo .bottom-details .bottom_text a:hover  {
    opacity: 1;
    text-decoration: underline;
}

.contenido-hijo .bottom-details .bottom_text a  {
    margin-right: 10px;
}

.contenido-hijo .ocultar-txt  {
    color: transparent;
}

.contenido-hijo .wrapper  {
    max-width: 940px;
    margin: 0 auto;
}

.contenido-hijo .wrapper>div  {
    border: 2px solid rgb(233, 171, 88);
    border-radius: 5px;
    background-color: rgba(178, 172, 255, 0.5);
    padding: 1em;
}

.contenido-hijo .wrapper  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.contenido-hijo .uno  {
    grid-column: 1 / 2;
    grid-row: 1 /2;
}

.contenido-hijo .dos  {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
}

.contenido-hijo .img-prod  {
    position: relative;
    width: 100%;
    /* min-height: 420px; */
    padding: 16px;
}

.contenido-hijo .img-prod img  {
    display: block;
    max-width: 450px;
    height: auto;
}

.contenido-hijo .img-prod-kit  {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.contenido-hijo .section-no-padd-top  {
    padding-top: 0;
}

.contenido-hijo .img-prod-kit img  {
    display: block;
    max-width: 450px;
    height: auto;
}

.contenido-hijo .caja-zoom  {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background-size: cover;
    border-radius: 50%;
    box-shadow: inset -10px -10px rgba(0, 0, 0, 0.2);
}

.contenido-hijo .img-prod:hover .caja-zoom  {
    display: block;
}

.contenido-hijo .contenedor1>div  {
    border-radius: 10px;
    background-color: #ECF4F8;
}

.contenido-hijo .contenedor1  {
    display: flex;
    justify-content: space-evenly;
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center; */
}

.contenido-hijo .contenedor2  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    padding: 10px 10px 10px;

}

.contenido-hijo .box  {
    padding: .5rem;
    text-align: center;
    width: 224px;
    min-height: 190px;
}

.contenido-hijo .box-soft  {
    text-align: center;
    width: 290x;
    transition: .2s;
}

.contenido-hijo .box-soft:hover  {
    filter: drop-shadow(0 2px 5px rgba(145, 30, 85, 0.977));
}

.contenido-hijo .icon  {
    align-items: center;
}

.contenido-hijo h1,
.contenido-hijo h2  {
    text-align: center;
}

.contenido-hijo a  {
    text-decoration: none;
}

.contenido-hijo .btn-bottom  {
    padding-bottom: 45px;
}

/* *** botones *** */

.boton-1{
    appearance:none;
    padding: 4px 8px 4px;
    border: none;
    border: 1px solid var(--vdt-c-l-4);
    border-radius: 8px;
    background-color: white;
    color: var(--vdt-c-l-4);
    cursor: pointer;
    transition: .3s;
}
.boton-1:hover{
    background-color: var(--vdt-c-l-4);
    color: white
}
.input-text{
    appearance: none;
    border: none;
    border-bottom: 1px solid;
    border-radius: 8px;
}
.contenido-hijo .btnEPC  {
    width: 150px;
    border: none;
    border: 1px solid var(--vdt-c-l-4);
    border-radius: 4px;
    padding: 4px 4px 4px;
}

.contenido-hijo .btnEPC:hover  {
    background-color: var(--vdt-c-l-4);
    border: 1px solid var(--vdt-c-l-4);

}

.contenido-hijo .btnEnviarPdfCorreo  {
    /* appearance: none; */
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 4px 4px 4px 4px;
    color: var(--vdt-c-l-4);
    cursor: pointer;
    padding: 4px 4px 4px;

}

.contenido-hijo .btn-1  {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--vdt-color-500);
    color: whitesmoke;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    text-align: center;
    width: 240px;
    cursor: pointer;
    text-align: center;
}

.contenido-hijo .btn-1:hover  {
    background: var(--vdt-color-400);
    transition-duration: .2s;
}

.contenido-hijo .btn-2  {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    background-color: var(--vdt-color-500);
    color: whitesmoke;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    text-align: center;
    width: 240px;
    height: auto;
    cursor: pointer;
    text-align: center;
}

.contenido-hijo .btn-2:hover  {
    background: var(--vdt-color-400);
    transition-duration: .2s;
}

.contenido-hijo .shadow-2  {
    box-shadow: 0 2px 5px rgba(145, 30, 85, 0.977);
}

.contenido-hijo .carrito-desc-del  {
    display: grid;
    grid-template-columns: 85% 14%;
    gap: 2px;
    justify-content: space-between;
    text-align: left;
}

.contenido-hijo .carrito-desc-del a  {
    grid-column: 1;
}

.contenido-hijo .carrito-desc-del button  {
    grid-column: 2;
    /* height: 100%; */
}

.contenido-hijo .btn-trash  {
    display: inline-block;
    padding: 8px 8px;
    background-color: #fff;
    color: #FF1E08;
    text-decoration: none;
    border: 1px solid var(--vdt-color-400);
    border-radius: .5rem;
    height: auto;
    cursor: pointer;
    text-align: center;
    transition-duration: .2s;
}

.contenido-hijo .btn-trash:hover  {
    background: var(--vdt-color-300);
}

.contenido-hijo .btn-trash:hover .fa-solid  {
    color: white;
}

.contenido-hijo .contenedor-formas-pago  {
    width: 100%;
    border: 1px solid var(--vdt-c-l-6);
    border-radius: 25px;
    background-color: var(--vdt-c-w);
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    color: var(--vdt-c-l-6);

 .cfp  {
        padding: 4px;
        width: 33%;
        border: 1px solif var(--vdt-c-l-6);
    }
}

.contenido-hijo .cfp:hover  {
    color: var(--vdt-c-w);
    background-color: var(--vdt-c-l-6);
    transition-duration: .3s;
    border-radius: 25px;
}

.contenido-hijo .tg-perfil  {
    background-color: var(--vdt-color-400);
    color: #ffffff;
    padding: .5rem .5rem;
    width: 120px;
    height: 120px;
    border: none;
    border-radius: 15px;
    display: grid;
    place-content: center;
    font-size: 1rem;
    transition: .2s;
    cursor: pointer;
}

.contenido-hijo .tg-perfil:hover  {
    background-color: var(--vdt-color-300);
}

.contenido-hijo .icon-ext-perfil  {
    font-size: 28px;
}

.contenido-hijo .wrapper2>div  {
    border-radius: 5px;
    padding: 1em;
}

.contenido-hijo .wrapper2  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.contenido-hijo .software>div  {
    border-radius: 5px;
    padding: 1em;
}

.contenido-hijo .grid-2  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contenido-hijo .arti  {
    padding: 10px 10px 10px 10px;
}

.contenido-hijo .grid-2r  {
    grid-column: 1 / 2;
    grid-row: 1/2;
    border: 1px solid;
}

.contenido-hijo .grid-1-3  {
    grid-column: 1 / 3;
}

.contenido-hijo .grid-3  {
    display: grid;
    grid-gap: 25px 25px;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    align-items: center;
    justify-items: center;
}

.contenido-hijo .grid-3-tg  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px 25px;
    grid-auto-rows: minmax(250px, auto);
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.contenido-hijo .grid-3-dt-envio  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
}

.contenido-hijo .grid-4  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 5px;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    align-items: center;
    justify-items: center;
}

.contenido-hijo .grid-4-img  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 10px;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

/* PRODUCTO IMG */
.contenido-hijo .img-producto-g  {
    max-width: 300px;
    max-height: 300px;
}

.contenido-hijo .desc-p-img  {
    width: 75px;
    height: 75px;
}

.contenido-hijo .grid-5  {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.contenido-hijo .grid-6  {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.contenido-hijo .img-software  {
    border-radius: 10px;
    object-fit: cover;
    width: 300px;
    height: 190px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.contenido-hijo .ayuda  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.contenido-hijo .centrar-hr  {
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.contenido-hijo hr  {
    width: 68%;
    height: 1px;
    margin: 5px auto;
    border: none;
    background-color: var(--vdt-color-700);
}

.contenido-hijo .logo  {
    width: auto;
    height: auto;
}

.contenido-hijo .hr-edit  {
    width: 95%;
}

.contenido-hijo .borde  {
    border: 1px solid;
}

.contenido-hijo .ocultar  {
    display: none;
}

.contenido-hijo .colorB  {
    color: #6272FF;
}

.contenido-hijo .ofrecemos  {
    text-align: center;
}

.contenido-hijo .icon  {
    width: 115px;
    height: 115px;
}

.contenido-hijo .iconRedes  {
    width: 50px;
    height: 50px;
}

.contenido-hijo .icon-whatsapp  {
    width: 50px;
    height: 50px;
}

.contenido-hijo .icon-whatsapp  {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 99;
}


.contenido-hijo .text-float  {
    background-color: #59d96b;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 70%;
    margin: 10px;
    font-size: 16px;
    color: #f0f0f0;
    position: fixed;
    bottom: 40px;
    right: 65px;
    z-index: 99;
}

.contenido-hijo .equipo  {
    width: 95%;
}

.contenido-hijo .equipos  {
    text-align: center;
}


.contenido-hijo .btn-add  {
    display: block;
    margin-top: 20px;
}

.contenido-hijo .w-100  {
    width: 100%;
}

.contenido-hijo .h-100  {
    width: auto;
    min-height: 400px;
}

/* paginas */
.contenido-hijo .centrar-contenido  {
    text-align: center;
    align-items: center;
}

.contenido-hijo .padd-20  {
    padding: 20px 20px 2px;
}

.contenido-hijo .incluye-contenido  {
    color: rgb(73, 73, 73);
}

.contenido-hijo .contacto  {
    min-height: 100vh;
    width: 100%;
    background: var(--vdt-color-300);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido-hijo .container-contact  {
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contenido-hijo .container-contact .content-contact  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contenido-hijo .container-contact .content-contact .left-side  {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.contenido-hijo .content-contact .left-side::before  {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.contenido-hijo .content-contact .left-side .details  {
    margin: 14px;
    text-align: center;
}

.contenido-hijo .content-contact .left-side .details i  {
    font-size: 30px;
    color: var(--vdt-color-700);
    margin-bottom: 10px;
}

.contenido-hijo .content-contact .left-side .details .topic  {
    font-size: 18px;
    font-weight: 500;
}

.contenido-hijo .content-contact .left-side .details .text-one,
.contenido-hijo .content-contact .left-side .details .text-two  {
    font-size: 14px;
    color: #afafb6;
}

.contenido-hijo .container-contact .content-contact .right-side  {
    width: 75%;
    margin-left: 75px;
}

.contenido-hijo .content-contact .right-side .topic-text  {
    font-size: 23px;
    font-weight: 600;
    color: var(--vdt-color-900);
}

.contenido-hijo .right-side .input-box  {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.contenido-hijo .right-side .input-box input,
.contenido-hijo .right-side .input-box textarea  {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.contenido-hijo .right-side .message-box  {
    min-height: 110px;
}

.contenido-hijo .right-side .input-box textarea  {
    padding-top: 6px;
}

.contenido-hijo .right-side .button  {
    display: inline-block;
    margin-top: 12px;
}

.contenido-hijo .right-side .button input[type='button']  {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #3e2093;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contenido-hijo .button input[type='button']:hover  {
    background: #5029bc;
}

/* SLIDER CLIENTES */
.contenido-hijo .slider-clientes  {
    width: 98%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.contenido-hijo .slider-clientes .slider-mov  {
    display: flex;
    animation: scroll 60s linear infinite;
    width: calc(180px * 6);
}

.contenido-hijo .slider-clientes .slide-cliente  {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-hijo .slider-clientes .slide-cliente img  {
    width: 120px;
}

@keyframes scroll {
 0%  {
        transform: translateX(0);
    }

 100%  {
        transform: translateX(calc(-180px * 6));
    }
}

/* IMAGENES */
.contenido-hijo .capturas-portadas  {
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
    width: 760px;
    height: 420px;
}

.contenido-hijo .capturas-portadas-sin-cv  {
    max-width: 100%;
    border-radius: 20px;
    width: 760px;
    height: 420px;
}

.contenido-hijo .capturas-sistemas  {
    max-width: 100%;
    border-radius: 20px;
}

.contenido-hijo .paquetes-computadora  {
    border-radius: 20px;
    object-fit: cover;
    width: 300px;
    height: 160px;
}

/* Notificaciones TOAST */
.contenido-hijo #toasts  {
    display: block;
    position: absolute;
    top: 50px;
    left: 10px;
}

.contenido-hijo .toast  {
    background-color: #fff;
    border-radius: .5rem .5rem;
    padding: .5rem 1.5rem;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenido-hijo .toast.info  {
    border: 1px solid yellow;
    color: yellow;
}

.contenido-hijo .toast.success  {
    background-color: rgb(97, 230, 97);
    color: rgb(255, 255, 255);
}

.contenido-hijo .toast.error  {
    border: 1px solid red;
    color: red;
}

/* DM Principal(Plantilla) */
.contenido-hijo .txt-promo  {
    background-color: var(--vdt-color-300);
    color: #f0f0f0;
    padding: 5px 5px;
    border-radius: 15px 0 15px 0;
    max-width: 70%;
    text-align: center;
    font-size: 8px;
    position: fixed;
    top: 83px;
    right: 25px;
    z-index: 94;
    transition-duration: .2s;
}

.contenido-hijo .icono-departamentos  {
    width: 128px;
}

.contenido-hijo .nomnbre-icono-departamento  {
    font-size: .8rem;
    color: black;

}

.contenido-hijo .img-header-promo  {
    width: 100%;
    height: 60px;
}

.contenido-hijo .txt-sucursal-actual  {
    font-size: 12px;
}

.contenido-hijo .btn-probar-demo  {
    text-align: center;
    background-color: #fff;
    color: var(--vdt-c-l-3);
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 8px 6px;
    border-radius: 1rem 1rem;
    position: absolute;
    top: 10px;
    right: 80px;
    transition: .2s;
}

.contenido-hijo .btn-probar-demo:hover  {
    font-size: 1.3rem;
    color: var(--vdt-c-l-3);
    border: 1px solid var(--vdt-c-l-3);
}

/* EXTRAS  */

.contenido-hijo .selected  {
    border: 2px solid var(--vdt-color-success);
}

.contenido-hijo .fila-roja  {
    border: 2px solid var(--red1);
    /* color: white; */
    font-weight: bold;
}

.contenido-hijo .fila-amarillo  {
    border: 2px solid var(--vdt-c-l-2);
    /* color: white; */
    font-weight: bold;
}

.contenido-hijo .fila-verde  {
    border: 2px solid var(--vdt-color-success);
    /* color: white; */
    font-weight: bold;
}

.contenido-hijo .btn-arrow-paginado  {
    background-color: #fff;
    color: var(--vdt-color-500);
    line-height: 1px;
    font-size: 25px;
    /* position: fixed;
    text-align: center;
    bottom: 50px;
    left: 25px; */
    padding: 10px 10px;
    border: 1px solid var(--vdt-color-300);
    border-radius: 15px;
    cursor: pointer;
    transition-duration: .3s;
    z-index: 99;
}

.contenido-hijo .btn-arrow-paginado:hover  {
    background-color: var(--vdt-color-500);
    color: #fff;
}

.contenido-hijo .disponible-cantidad  {
    color: green;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px;
    /* border: 1px solid var(--vdt-c-l-4);
    border-radius: 15px; */
}

.contenido-hijo .desc-add-prod  {
    font-size: 16px;
    color: rgb(66, 66, 66);
    margin-bottom: 8px;
    text-align: center;
}

.contenido-hijo .incluye  {
    font-size: 12px;
}

.contenido-hijo .datos-cliente  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.contenido-hijo .detalle-pf  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contenido-hijo .pedido-apro-dts  {
    display: flex;
    flex-direction: column;
}

.contenido-hijo .dir  {
    display: flex;
    flex-direction: row;
    padding-bottom: .5rem
}

.contenido-hijo .dim-20  {
    width: 10%;
}

.contenido-hijo .dim-80  {
    width: 80%;
}

.contenido-hijo .no-encontrado  {
    padding-top: 50px;
    width: 80%;
}

.contenido-hijo .padd-20-pc  {
    padding: 20px 20px;
}

.contenido-hijo .btn-cont-promo-paquete  {
    display: block;
    font-size: 30px;
    color: var(--vdt-color-500);
    padding: 5px;
    border: 1px solid var(--vdt-c-l-1);
    width: 190px;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s;
}

.contenido-hijo .c-envio-btn  {
    color: red;
}

.contenido-hijo .btn-cont-promo-paquete:hover  {
    background-color: var(--vdt-c-l-1);
}

.contenido-hijo .btn-ped-inf  {
    position: absolute;
    bottom: 24px;
    right: 20px;
}

.contenido-hijo .btn-pedir-info  {
    border: none;
    border: 1px solid var(--vdt-c-b);
    background-color: var(--vdt-c-b);
    color: var(--vdt-c-w);
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    transition: .2s;
}

.contenido-hijo .btn-pedir-info:hover  {
    color: var(--vdt-c-b);
    background-color: #fff;
}

.contenido-hijo .btn-pedir-info-p  {
    display: block;
    font-size: 30px;
    color: var(--vdt-c-b);
    padding: 5px;
    border: 1px solid var(--vdt-c-b);
    width: 190px;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s;
}

.contenido-hijo .btn-pedir-info-p:hover  {
    background-color: var(--vdt-c-b);
    color: var(--vdt-c-w);
}

.contenido-hijo .info-realizar-compra  {
    padding: 5px 5px 5px 5px;
}

.contenido-hijo .no-borde  {
    all: unset;
    border: 0px solid black;
}

.contenido-hijo .btn-cerrar  {
    appearance: none;
    padding: 4px 4px 4px;
    font-size: 24px;
    background-color: #fff;
    color: var(--vdt-c-l-4);
    border: 1px solid var(--vdt-color-500);
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 8px;
    transition: .2s;
}

.contenido-hijo .btn-cerrar:hover  {
    /* appearance: none;
    padding: 4px 4px 4px;
    font-size: 24px; */
    background-color: var(--vdt-c-l-4);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.contenido-hijo .txt-left  {
    text-align: left;
}

.contenido-hijo .txt-right  {
    /* width: 100%; */
    text-align: right;
    padding-right: 2px;
}

.contenido-hijo .btns-anterior-siguiente  {
    display: inline-block;
    position: sticky;
    top: 50%;
    z-index: 90;
}

.contenido-hijo .flex-column  {
    display: flex;
    flex-direction: row;
}

.contenido-hijo .flex-columna  {
    display: flex;
    flex-direction: column;
}

.contenido-hijo .flex-row  {
    display: flex;
    flex-direction: row;
}

.contenido-hijo .flex-s-between  {
    justify-content: space-between;
    align-items: start;
}

.contenido-hijo .flex-space-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contenido-hijo .dir-list  {
    width: 50%;
}

.contenido-hijo .grid-prods  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240 * 1px), 1fr));
    grid-gap: 25px 25px;
}

.contenido-hijo .grid-seccion-departamentos  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 140 * 1px), 1fr));
    grid-gap: 25px 25px;
}

.contenido-hijo .navegacion-filtros  {
    width: 20%;
    position: sticky;
    top: 130px;
    text-align: left;
}

.contenido-hijo .navegacion-productos  {
    width: 100%;
}

.contenido-hijo .borde-left  {
    border-left: 1px solid var(--vdt-c-l-6);
    border-radius: 20px;
}

.contenido-hijo .input-bold  {
    font-weight: bold;
}

.contenido-hijo .left-padd-20  {
    text-align: left;
    padding-left: 20px;
}

.contenido-hijo .left  {
    text-align: left;
    width: 100%;
}

.contenido-hijo .right  {
    text-align: right;
    width: 100%;
}

.contenido-hijo .padd-top-20  {
    padding-top: 20px;
}

.contenido-hijo .padd-top-0  {
    padding-top: 0;
}

.contenido-hijo .padd-0-pc  {
    padding: 0 0;
}

.contenido-hijo .columna-busqueda-nav-filtros  {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: sticky;
    top: 130px;
}

.contenido-hijo .input-busqueda  {
    width: 100%;
    appearance: none;
    border: 1px solid var(--vdt-c-l-6);
    padding: .5rem .5rem;
    outline: 0;
    font: inherit;
    cursor: text;
    padding: .5rem .5rem;
    color: red;
    border-radius: .25rem 0 0 .25rem;
}

.contenido-hijo .input-total-pago-c  {
    /* width: 100%; */
    appearance: none;
    border: none;
    text-align: right;
    border-bottom: 1px solid var(--vdt-c-l-6);
    padding: .5rem .5rem;
    outline: 0;
    font: inherit;
    cursor: text;
    padding: .5rem .5rem;
    color: red;
    border-radius: 12px;
}

.contenido-hijo .s-busqueda  {
    width: 95%;
}

.contenido-hijo .btn-m-solicitar-demo  {
    font-size: 2rem;
    padding: 8px 16px;
    color: var(--vdt-color-500);
    border: 1px solid var(--vdt-color-400);
    border-radius: .5rem .5rem;
    background-color: #fff;
    transition: .2s;
}

.contenido-hijo .btn-m-solicitar-demo:hover  {
    color: #fff;
    background-color: var(--vdt-c-l-1);
}

.contenido-hijo .titulo-pagina  {
    display: none;
    color: var(--vdt-c-l-5);
    text-align: left;
    font-size: 1.3rem;
}

.contenido-hijo .precio-comprar  {
    color: var(--vdt-color-700);
}

.contenido-hijo .th-fv  {
    appearance: none;
    border: 0px solid;
    background-color: #313131;
    color: #fff;

 td  {
        padding: 5px 5px 5px;
    }
}

.contenido-hijo .tb-fv td  {
    padding: 5px 5px 5px;
}

.contenido-hijo .vdt-color-n  {
    color: #ED583A;
}

.contenido-hijo .centrar-flex-h  {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenido-hijo .texto-vdt  {
    color: var(--vdt-c-l-4);
}

.contenido-hijo .texto-vdt-2  {
    all: unset;
    font-weight: bold;
    color: var(--vdt-color-500);
}

.contenido-hijo .texto-vdt-3  {
    all: unset;
    font-weight: bold;
    color: var(--vdt-c-l-3);
}

.contenido-hijo .vdt-soft-incluye  {
    border: 1px solid var(--vdt-c-l-3);
    background-color: #fff;
    border-radius: 15px;
    padding: .5rem;
}

.contenido-hijo .vdt-soft-incluye  {
    width: 100%;
}

.contenido-hijo .vdt-s-i  {
    display: flex;
    flex-direction: column;
    width: 320px;
    padding: .1rem;
    border-radius: 50px 50px;
    background-color: var(--vdt-c-l-3)
}

.contenido-hijo .span-vdt-soft  {
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    color: var(--vdt-c-l-3);
    border-radius: 50px
}

.contenido-hijo .color-comentario-calificacion  {
    color: var(--vdt-c-l-4);
}

.contenido-hijo .space-seccion  {
    height: 3rem;
}

.contenido-hijo .space-seccion-2  {
    height: 1.5rem;
}

.contenido-hijo .a-direccion  {
    text-decoration: none;
}

.contenido-hijo .img-kit  {
    object-fit: contain;
}

.contenido-hijo .header-flex  {
    display: flex;
}

.contenido-hijo .col-h-p  {
    flex: 1;
}

.contenido-hijo .col-h-g  {
    flex: 2;
}

.contenido-hijo .lista-v  {
    padding-left: 50px;
}

.contenido-hijo .justificar  {
    text-align: justify;
}

.contenido-hijo .txt-especial  {
    font-weight: bold;
    text-decoration: underline;
}

.contenido-hijo .txt-just  {
    text-align: justify;
}

.contenido-hijo .testimonios  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenido-hijo .card-testimonio  {
    width: 350px;
    padding: 10px 10px 10px;

}

.contenido-hijo .bord  {
    border: 5px solid;
}

.contenido-hijo .c-pointer  {
    cursor: pointer;
}

/* Acordeon a donde vamos */
.contenido-hijo .acordeon  {
    width: 800px;
    margin: 50px auto;
    color: black;
    background-color: white;
    padding: 5px 5px;
}

.contenido-hijo .acordeon .contenedor  {
    position: relative;
    margin: 10px 10px;
}

.contenido-hijo .acordeon .label  {
    position: relative;
    padding: 10px 0;
    color: black;
    cursor: pointer;
}

.contenido-hijo .acordeon .label::before  {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

.contenido-hijo .acordeon .content  {
    position: relative;
    background: white;
    height: 0;
    text-align: center;
    width: 750px;
    overflow: hidden;
    transition: 0.5s;
}

.contenido-hijo .acordeon .contenedor.activa .content  {
    height: 100px;
}

.contenido-hijo .acordeon .contenedor.activa .label::before  {
    content: '-';
    font-size: 30px;
}

.contenido-hijo .padd-20-m  {
    padding: 20px 20px 2px;
}

.contenido-hijo .contenedor-img  {
    position: relative;
}

.contenido-hijo .txt-img  {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vh;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: rgb(145, 30, 85);
    color: var(--white);
}

.contenido-hijo .cont-img  {
    position: relative;
    text-align: center;
    color: red;
    border: 1px solid;
}

.contenido-hijo .slide .image-data-p  {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.contenido-hijo .txt-img-slider  {
    position: absolute;
    bottom: -3%;
    transform: translate(-100%, -80%);
    padding: 10px 10px 10px 10px;
}

.contenido-hijo .img-paquete  {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 15px;
    padding: 0 0 0 50px;
    bottom: 50%;
}

.contenido-hijo .i-paquete  {
    width: 180px;
    border-top-left-radius: 25px;
    padding-bottom: 0px;
    opacity: .8;
}

.contenido-hijo .btn-paquete  {
    display: inline-block;
    background-color: #fff;
    color: var(--vdt-color-800);
    text-decoration: none;
    border: none;
    text-align: center;
    width: 180px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    opacity: .8;
}

.contenido-hijo .btn-paquete:hover  {
    background: var(--vdt-color-300);
    color: white;
    transition-duration: .2s;
}

.contenido-hijo .plan  {
    width: 250px;
}

.contenido-hijo .h-c  {
    display: none;
}

.contenido-hijo .btn-full-c  {
    width: 100%;
}

/* *** TIENDA *** */

.contenido-hijo .tienda-items  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(250px, auto);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
}

.contenido-hijo .tienda-items .img  {
    max-width: 275px;
    min-height: 250px;
}

.contenido-hijo .tarjeta-t  {
    width: 275px;
    min-height: 335px;
    padding: 1rem;
}

.contenido-hijo .tarjeta-d  {
    width: 275px;
    min-height: 335px;
    padding: .2rem;
}


.contenido-hijo .item-desc  {
    padding: 16px;
    width: auto;
    font-size: 1.2em;
    min-height: 190px;
    border-bottom: 1px solid var(--vdt-color-200);
    text-align: left;
}

.contenido-hijo .nombre-producto-p  {
    font-size: 1.3em;
}

.contenido-hijo .contenido-100  {
    width: 100%;
    height: 100%;
    min-width: 350px;
    padding: 20px 20px 20px;
}

.contenido-hijo .contenido-tg-producto  {
    width: 100%;
    height: 100%;
    min-width: 250px;
    padding: 20px 20px 20px;
}

.contenido-hijo fieldset  {
    border: 1px solid rgba(0, 14, 59, 0.25);
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;

}

.contenido-hijo .black  {
    color: #000;
}

/* select Envios */
.contenido-hijo .sPaqueteria  {
    appearance: none;
    border: none;
    border-bottom: 1px solid var(--vdt-c-l-6);
    outline: 0;
    font: inherit;
    font-size: 14px;
    width: 100%;
    height: 50%;
    padding: .5rem .5rem;
    /* background: var(--arrow-icon) no-repeat right .2em center / 1.4em,
        linear-gradient(to left, var(--vdt-c-l-6) 1.3em, var(--select-bg) 2em); */
    background: var(--select-bg);
    color: var(--vdt-c-l-5);
    border-radius: 0.25em;
    cursor: pointer;

 &::-ms-expand  {
        display: none;
    }

.contenido-hijo &:focus  {
        outline: none;
    }

.contenido-hijo option  {
        color: inherit;
        background-color: var(--option-bg);
    }
}

/* <select> sucursal / linea */
.contenido-hijo .select-opt  {
    appearance: none;
    border: 1px solid var(--vdt-c-l-6);
    outline: 0;
    font: inherit;
    width: 95%;
    height: 50%;
    padding: .5rem .5rem;
    background: var(--arrow-icon) no-repeat right .2em center / 1.4em,
        linear-gradient(to left, var(--vdt-c-l-6) 1.3em, var(--select-bg) 2em);
    color: red;
    border-radius: 0.25em;
    cursor: pointer;

 &::-ms-expand  {
        display: none;
    }

.contenido-hijo &:focus  {
        outline: none;
    }

.contenido-hijo option  {
        color: inherit;
        background-color: var(--option-bg);
    }
}

/* Buscador */
.contenido-hijo .buscador  {
    display: block;
    width: 100%;
}

.contenido-hijo .buscador-fixed  {
    display: block;
    width: 150px;
    position: fixed;
    top: 134px;
    right: 0px;
}

.contenido-hijo .frmBuscar  {
    max-width: 500px;
}

.contenido-hijo .txtBuscar  {
    font-size: 24px;
    width: 50%;
    height: 50px;
    border: 0;
}

.contenido-hijo .txtBuscar:focus  {
    border-bottom: 1px solid #01314e;
    outline: none;
}


.contenido-hijo .iconoBbuscar  {
    border: none;
    box-sizing: border-box;
    padding: .25rem .25rem;
    color: #fff;
    border-radius: 0 .5rem .5rem 0;
    background-color: var(--vdt-c-l-6);
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
    cursor: pointer;
}

/* PERFIL */

.contenido-hijo .lista-direcciones  {
    padding: 20px;
}

.contenido-hijo .legend  {
    height: 45px;
    padding: 8px;
}

.contenido-hijo .btns-extra  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.2;
}

.contenido-hijo .select-pedidos  {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.contenido-hijo .fechas  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}


/* Breadcrumb */
.contenido-hijo .breadcrumb  {
    display: flex;
    flex-direction: column;
    font: .75em sans-serif;
    list-style: none;
    width: 90%;
}

.contenido-hijo .breadcrumb.bc2x  {
    font-size: 1em;
}

.contenido-hijo .breadcrumb p  {
    margin: 0;
}

.contenido-hijo .breadcrumb li  {
    display: inline-block;
    margin-bottom: .2em;
}

.contenido-hijo .breadcrumb li a  {
    border-radius: .25rem 0 0 .25rem;
    background-color: var(--vdt-color-400);
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-height: 2em;
    padding: .5em 1em .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition: .25s;
}

.contenido-hijo .breadcrumb li a:before  {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    content: '';
    position: absolute;
    top: 0;
    right: -1.25em;
    z-index: 1;
}

.contenido-hijo .breadcrumb li a:after  {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid var(--vdt-color-400);
    content: '';
    position: absolute;
    top: 0;
    right: -1em;
    transition: .25s;
    z-index: 1;
}

.contenido-hijo .breadcrumb li a:hover  {
    background-color: var(--vdt-color-500);
}

.contenido-hijo .breadcrumb li a:hover:after  {
    border-left-color: var(--vdt-color-500);
}

.contenido-hijo .breadcrumb li .bc-marca  {
    background-color: var(--vdt-c-l-6);
    color: white;
    /* border: 1px solid var(--vdt-c-l-5); */
    pointer-events: none;
}

.contenido-hijo .breadcrumb li .bc-marca::after  {
    border-left-color: var(--vdt-c-l-6);
}

/* Modal */
.contenido-hijo .contenedor-modal  {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
}

.contenido-hijo .contenedor-modal-abs  {
    display: flex;
    background-color: #fff;
    /* align-items: center;
        position: absolute;
        top: 150px;
    */
    justify-content: center;
    position: fixed;
    top: 133px;
    pointer-events: none;
    opacity: 0;
    left: 0;
    /* height: 100%; */
    width: 100%;
    transition: opacity 0.3s ease;
}

.contenido-hijo .modal-fechas-credito  {
    background-color: #fff;
    width: 80%;
    height: 100%;
    padding: 30px 50px;
    border-radius: 5px;
    /* z-index: 100; */
}

.contenido-hijo .contenedorFechasAPagar  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 12px;
    justify-items: center;
}

.contenido-hijo .contenedor-modal-ca  {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 133px;
    pointer-events: none;
    opacity: 0;
    left: 0;
    height: 420px;
    width: 100%;
    transition: opacity 0.3s ease;
}

.contenido-hijo .modal-abono-c  {
    background-color: #fff;
    width: 400px;
    height: 100%;
    padding: 30px 50px;
    /* z-index: 100; */
}

.contenido-hijo .modal-codigo-v  {
    background-color: #fff;
    width: 600px;
    max-width: 100%;
    min-height: 350px;
    padding: 30px 50px;
    border-radius: 5px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    text-align: center;
}

.contenido-hijo .modal-codigo-v h1  {
    margin: 0;
}

.contenido-hijo .modal-codigo-v p  {
    opacity: 0.7;
    font-size: 14px;
}

.contenido-hijo .mostrar-modal-v-ini-olv-contra  {
    pointer-events: auto;
    opacity: 1;
}

.contenido-hijo .z-100  {
    z-index: 100;
}

.contenido-hijo .font-z-12  {
    font-size: 12px;
}

/* Modal-Carrito (prueba) */
.contenido-hijo .modal  {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.contenido-hijo .modal-contenido  {
    background-color: var(--vdt-color-50);
    margin: 10% auto;
    padding: 20px;
    border: 1px solid var(--vdt-color-200);
    border-radius: 25px 0 25px 25px;
    width: 80%;
    max-width: 600px;
}

.contenido-hijo .cerrar  {
    color: var(--vdt-color-600);
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.contenido-hijo .cerrar:hover,
.contenido-hijo .cerrar:focus  {
    color: var(--vdt-color-800);
    text-decoration: none;
    cursor: pointer;
}

.contenido-hijo .btn-back  {
    background-color: #fff;
    color: var(--vdt-color-500);
    line-height: 1px;
    font-size: 25px;
    position: fixed;
    text-align: center;
    bottom: 50px;
    left: 25px;
    padding: 10px 10px;
    border: 1px solid var(--vdt-color-300);
    border-radius: 15px;
    cursor: pointer;
    transition-duration: .3s;
    z-index: 99;
}

.contenido-hijo .btn-back:hover  {
    background-color: var(--vdt-c-l-1);
    color: #fff;
}

.contenido-hijo .btn-carrito:hover  {
    background-color: var(--vdt-color-400);
    color: #fff;
    border: none;

}

.contenido-hijo .fa-cart-shopping  {
    z-index: 2;
}

.contenido-hijo .input-cantidad  {
    text-align: center;
    background: none;
    border: none;
    width: 55px;
}

.contenido-hijo .carrito-lista td:nth-child(2)  {
    width: 80%;
}

.contenido-hijo .carrito-lista  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenido-hijo .carrito-lista-aprobado  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-hijo .btn-limpiar-carrito  {
    font-size: 1.2rem;
    padding: 8px 4px;
    background-color: var(--vdt-color-300);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.contenido-hijo .busqueda-lista  {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.contenido-hijo .busqueda-lista td:nth-child(2)  {
    width: 80px;
}

.contenido-hijo #miTabla tbody tr:hover  {
    color: #f0f0f0;
    background-color: var(--vdt-color-200);
    transition: .2s;
}

.contenido-hijo .tabla-rc  {
    border-bottom: red;
}

.contenido-hijo .tabla-carrito  {
    width: 100%;
}

.contenido-hijo .tabla-carrito thead tr  {
    background-color: var(--vdt-color-300);
    padding: 12px 16px;
    color: #fff;
    height: 20px;
    text-align: center;
}

.contenido-hijo .tabla-carrito tbody tr  {
    height: 50px;
    min-height: 50px;
}

.contenido-hijo .tabla-carrito tbody tr:nth-of-type(even)  {
    background-color: var(--vdt-color-50);
}

.contenido-hijo .tabla-carrito tbody tr:hover  {
    background-color: var(--vdt-color-100);
    transition: .2s;
}

.contenido-hijo .carrito-td-cantida  {
    width: 90px;
}


.contenido-hijo .ponerCantidad  {
    cursor: pointer;
}

.contenido-hijo .cantidad-cont  {
    border: 1px solid var(--vdt-color-400);
    border-radius: 50px;
    padding: 8px 8px;
    height: 33.5px;
}

.contenido-hijo .cantidad-cont  {
    display: flex;
    justify-content: space-between;
}

.contenido-hijo .cantidad-col  {
    width: 30%;
}

.contenido-hijo .btn-accion  {
    padding: 2px;
    color: #ff681f;
    border-radius: 50px;
    transition: .3s;
}

.contenido-hijo .btn-accion:hover  {
    background-color: var(--vdt-color-200);
    color: #fff;
}

.contenido-hijo .botones-carrito  {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

.contenido-hijo .botones-producto  {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.contenido-hijo .cont-desc-prod-bajo  {
    border-bottom: 1px solid var(--vdt-color-200);
}

.contenido-hijo .perfil-tg  {
    width: 350px;
    min-height: 620px;
    padding: 0 .5rem;
}

.contenido-hijo .perfil-tg-detalle-venta  {
    min-height: 620px;
}

.contenido-hijo .tg-direccion-venta  {
    height: auto;
}

.contenido-hijo .btn-r-compra  {
    display: inline-block;
    position: inherit;
    background-color: #fff;
    border: 1px solid var(--vdt-color-200);
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: .1s;
}

.contenido-hijo .btn-icono  {
    background-color: #fff;
    border: 1px solid var(--vdt-color-200);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: .2s;
}

.contenido-hijo .btn-icono:hover  {
    background-color: var(--vdt-color-300);
    color: #fff;
}

.contenido-hijo .btn-r-compra:hover  {
    background-color: var(--vdt-color-300);
    color: white;

 .precio-comprar  {
        color: white;
    }
}

.contenido-hijo .btn-r-comprar  {
    display: block;
    position: inherit;
    background-color: var(--vdt-color-300);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: .2s;
}

.contenido-hijo .btn-r-comprar:hover  {
    background-color: #fff;
    border: 1px solid var(--vdt-color-300);
    color: var(--vdt-color-300);
}


.contenido-hijo .btn-ver-condiciones  {
    /* display: block; */
    /* position: inherit; */
    background-color: var(--vdt-c-w);
    border: 1px solid var(--azul1);
    border-radius: 10px;
    padding: 10px;
    transition: .2s;
}

.contenido-hijo .btn-ver-condiciones:hover  {
    background-color: #fff;
    border: 1px solid var(--vdt-color-300);
    color: var(--vdt-color-300);
}

/* formulario compra */
.contenido-hijo .grid-3-dts  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
}

.contenido-hijo .col-1  {
    display: grid;
    grid-template-columns: repeat((2, 1fr));

}

.contenido-hijo .grid-2-dts  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
}

.contenido-hijo .input-group  {
    margin: 25px 0;
    position: relative;
}

.contenido-hijo .input-group input  {
    width: 140px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #111;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--vdt-color-success);
}

.contenido-hijo .lbl-fc  {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.contenido-hijo .lbl-fc span  {
    display: inline-block;
    transition: transform 0.2s, color 0.3s;
}

.contenido-hijo input:focus+.lbl-fc span,
.contenido-hijo input:not(:placeholder-shown)+.lbl-fc span  {
    transform: translateY(-38px);
}

.contenido-hijo .select-metod-pago  {
    width: 250px;
    border: none;
    border-bottom: 1px solid var(--vdt-color-300);
}

.contenido-hijo .detalle-pedido  {
    display: flex;
    align-items: center;
}

.contenido-hijo .total-compra  {
    background-color: var(--vdt-color-100);
}

.contenido-hijo .red  {
    color: red;
}

.contenido-hijo .green  {
    color: green;
}

/* Formulario sesion */
.contenido-hijo .clearfix:after,
.contenido-hijo .clearfix:before  {
    content: '';
    display: table
}

.contenido-hijo .clearfix:after  {
    clear: both;
    display: block
}

.contenido-hijo a  {
    color: inherit;
    text-decoration: none
}

.contenido-hijo .login-wrap  {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 770px;
    position: relative;
    padding-top: 15px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.contenido-hijo .login-html  {
    width: 100%;
    height: auto;
    position: absolute;
    padding: 32px 70px 32px 70px;
}

.contenido-hijo .login-html .sign-in-htm,
.contenido-hijo .login-html .sign-up-htm  {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
}

.contenido-hijo .login-html .sign-in,
.contenido-hijo .login-html .sign-up,
.contenido-hijo .login-form .group .check  {
    display: none;
}

.contenido-hijo .login-html .tab,
.contenido-hijo .login-form .group .lbl-frm-sesion,
.contenido-hijo .login-form .group .button  {
    text-transform: uppercase;
}

.contenido-hijo .login-html .tab  {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.contenido-hijo .login-html .sign-in:checked+.tab,
.contenido-hijo .login-html .sign-up:checked+.tab  {
    color: var(--vdt-color-600);
    border-color: var(--vdt-color-300);
}

.contenido-hijo .login-form  {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.contenido-hijo .login-form .group  {
    margin-bottom: 15px;
}

.contenido-hijo .input-frm-sesion  {
    width: 20px;
    display: block;
}

.contenido-hijo .login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm  {
    transform: rotate(0);
}

.contenido-hijo .login-html .sign-up:checked+.tab+.login-form .sign-up-htm  {
    transform: rotate(0);
}

.contenido-hijo .hr  {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.contenido-hijo .error-campo  {
    color: red;
}

/* Notificacion popup */
.contenido-hijo .contenido-pop  {
    position: absolute;
    bottom: 10px;
}

.contenido-hijo .notEmail  {
    display: none;
    position: relative;
    width: 320px;
    height: 90px;
    margin-bottom: 5px;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: hidden;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 9px 5px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 9px 5px 7px 0 rgba(0, 0, 0, 0.3);
    animation-name: slideIn;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    opacity: 1;
    animation-delay: 0s;
}

.contenido-hijo .mensaje_not  {
    float: left;
    width: 60%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 0.9em;
}

.contenido-hijo .notEmail>img  {
    float: right;
    height: 100%;
    background-size: contain;

}

@keyframes slideIn {
 0%  {
        margin-left: -500px;
        opacity: 0;
    }

 100%  {
        margin-left: 0px;
        opacity: 1;
    }
}

.contenido-hijo .sin-estilos  {
    all: unset;
}

.contenido-hijo .rem-2-4  {
    font-size: 2.4rem;
}

.contenido-hijo .rem-2  {
    font-size: 2rem;
}

.contenido-hijo .rem-1-8  {
    font-size: 1.8rem;
}

.contenido-hijo .t1  {
    font-weight: 50;
}

.contenido-hijo .rem-1-2  {
    font-size: 1.2rem;
}

.contenido-hijo .tg-pago-pendiente  {
    width: 80%;
    padding: 1rem;
}
.contenido-hijo .etqEnvio {
    font-size: 12px;
}
/* promociones */
.contenido-hijo .productos-promo  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
    justify-items: center;
}

.contenido-hijo .fhFinPromo {
    margin: 0 80px 0 0; 
    width: auto;
    text-align:right; 
    color:#555;
}
.contenido-hijo .relative  {
    position: relative;
}

.contenido-hijo .img-desc  {
    position: relative;
}

.contenido-hijo .img-desc .porcentaje-desc  {
    color: red;
    background-color: var(--vdt-color-100);
    display: block;
    position: absolute;
    text-align: center;
    border: 1px solid var(--vdt-color-200);
    border-radius: 0px 15px 0px 15px;
    right: 60px;
    bottom: 24px;
    cursor: pointer;
}

.contenido-hijo .img-desc .porcentaje-desc2  {
    color: red;
    background-color: var(--vdt-color-100);
    display: block;
    position: absolute;
    text-align: center;
    border: 1px solid var(--vdt-color-200);
    padding: 5px 15px;
    border-radius: 0px 15px 0px 15px;
    right: 60px;
    bottom: 24px;
    cursor: pointer;
}

.contenido-hijo .img-contain  {
    object-fit: contain;
}


.contenido-hijo .caja-promo  {
    width: 300px;
    position: relative;
}

.contenido-hijo .img-promocion  {
    max-width: 200px;
    border-radius: 15px;
    object-fit: contain;
}

.contenido-hijo .shadow-box  {
    width: 250px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
    box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
}

.contenido-hijo .shadow-box-1  {
    border-radius: 15px;
    -webkit-box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
    box-shadow: 0px 9px 20px -1px rgba(184, 184, 184, 1);
}

.contenido-hijo table  {
    border-collapse: collapse;
}

.contenido-hijo .btn-cont-promo  {
    display: block;
    position: absolute;
    background-color: var(--vdt-color-500);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 20px;
    bottom: 24px;
    cursor: pointer;
    z-index: 9;
    transition: 0.1s;
}

.contenido-hijo .fa-cart-shopping  {
    font-size: 26px;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
}

.contenido-hijo .btn-cont-promo:hover  {
    background-color: var(--vdt-color-100);

.contenido-hijo .fa-cart-shopping  {
        color: var(--vdt-color-500);
        /* color: var(--white); */
    }
}

.contenido-hijo .cantidad-td  {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.contenido-hijo .cantidad-td span  {
    color: red;
    cursor: pointer;
}

.contenido-hijo .cantidad-td-item  {
    cursor: pointer;
}

.contenido-hijo .h-pc  {
    display: none;
}

.contenido-hijo .i-usu  {
    font-size: 25px;
}

.contenido-hijo .lbl-lr  {
    font-size: 12px;
}

.contenido-hijo .flex-rowP-colM  {
    display: flex;
    flex-direction: row;
}

/* *** RESPONSIVE *** */
/* 900px */
@media (max-width: 900px) {

    /* Menu */
.contenido-hijo .menu__hamburguer  {
        display: flex;
    }

.contenido-hijo .menu__item  {
        --clip: 0;
        overflow: hidden;
    }

.contenido-hijo .menu__item--active  {
        --transform: rotate(0);
        --background: #fff;
    }

.contenido-hijo .menu__item--show  {
        background-color: var(--background);
    }


.contenido-hijo .menu__links  {
        position: fixed;
        max-width: 400px;
        width: 100%;
        top: 130px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        overflow-y: auto;
        display: grid;
        grid-auto-rows: max-content;
        transform: translateX(100%);
        z-index: 100;
    }

.contenido-hijo .menu__links--show  {
        transform: unset;
        width: 100%;
    }

.contenido-hijo .menu__link  {
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }

.contenido-hijo .menu__arrow  {
        margin-left: auto;
        margin-right: 20px;
    }

.contenido-hijo .menu__nesting  {
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height 0.3s;
    }

.contenido-hijo .menu__link--inside  {
        width: 90%;
        margin-left: auto;
        border-left: 1px solid var(--vdt-c-w);
    }

.contenido-hijo .padd-0  {
        padding: 0;
    }

.contenido-hijo .padd-2  {
        padding: 1rem 1rem;
    }

    /* Contacto */
.contenido-hijo .container-contact  {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

.contenido-hijo .container-contact .content-contact .right-side  {
        width: 75%;
        margin-left: 55px;
    }

.contenido-hijo .img-camp  {
        width: 300px;
    }

    /* Footer */
.contenido-hijo footer .content-footer .link-boxes  {
        flex-wrap: wrap;
    }

.contenido-hijo footer .content-footer .link-boxes .input-box  {
        width: 40%;
        margin-top: 10px;
    }
}

/* 700px */
@media (max-width: 700px) {
.contenido-hijo .image-data h2 {
        font-size: 16px;
    }
.contenido-hijo .tg-pago-pendiente  {
        width: 100%;
        padding: .2rem;
    }

.contenido-hijo .navegacion-productos  {
        width: 100%;
    }

.contenido-hijo .navegacion-filtros  {
        display: none;
        width: 350px;
        padding: 0;
    }

.contenido-hijo #informacion-de-envio  {
        width: 300px;
    }

.contenido-hijo .columna-busqueda-nav-filtros  {
        top: 160px;
    }

.contenido-hijo .s-busqueda  {
        padding-top: 40px;
    }

.contenido-hijo .slider-op-clientes  {
        width: 330px;
        height: auto;
    }

.contenido-hijo .grid-3  {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        justify-items: center;
    }

.contenido-hijo .tg-servicios  {
        display: grid;

    }

.contenido-hijo .flex-row-m  {
        flex-direction: column;

.dir-list  {
            width: 100%;
        }
    }

.contenido-hijo .flex-rowP-colM  {
        flex-direction: column;

 .dir-list  {
            width: auto;
        }
    }

.contenido-hijo .tg-s  {
        width: 320px;
    }

.contenido-hijo .tarjeta-t  {
        width: 100%;
    }

.contenido-hijo .tarjeta-d  {
        width: 100%;
    }

.contenido-hijo .breadcrumb  {
        padding-left: 0;
    }

    /* Contacto */
.contenido-hijo .container-contact  {
        margin: 40px 0;
        height: 100%;
    }

.contenido-hijo .container-contact .content-contact  {
        flex-direction: column-reverse;
    }

.contenido-hijo .container-contact .content-contact .left-side  {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

.contenido-hijo .container-contact .content-contact .left-side::before  {
        display: none;
    }

.contenido-hijo .container-contact .content-contact .right-side  {
        width: 100%;
        margin-left: 0;
    }

.contenido-hijo main  {
        padding: 0 0 0 0;
    }

    /* Menu lateral */
.contenido-hijo .menu-lat  {
        left: 10px;
    }

.contenido-hijo .icono-departamento  {
        width: 45px;
        height: 45px;
    }


.contenido-hijo .btn-ver-departamentos  {
        background-color: var(--vdt-color-400);
        height: 55px;
        padding: 15px;
        color: #f0f0f0;
        border: none;
        border-radius: 0 0 25px 0;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 98;
    }

.contenido-hijo .btn-ver-departamentos.ve  {
        background-color: var(--vdt-fondo-menu-lat);
        color: var(--vdt-color-300);
    }

.contenido-hijo .login-html  {
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 40px 20px 40px 20px;
    }

    /* Slider Tienda */
.contenido-hijo .btn-s-t  {
        display: none;
    }

.contenido-hijo a.button  {
        display: none;
    }

.contenido-hijo .caja-promo  {
        width: 100%;
    }

    /* Footer */
.contenido-hijo footer  {
        position: relative;
        z-index: 98;
    }

.contenido-hijo .content-footer .top .logo-details  {
        font-size: 26px;
    }

.contenido-hijo .content-footer .top .media-icons a  {
        height: 35px;
        width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

.contenido-hijo footer .content-footer .link-boxes .box-footer  {
        width: calc(100% / 3 - 10px);
    }

.contenido-hijo footer .content-footer .link-boxes .input-box  {
        width: 60%;
    }

    .contenido-hijo .bottom-details .bottom_text span,
.contenido-hijo .bottom-details .bottom_text a  {
        font-size: 12px;
    }

    /* Extras */
.contenido-hijo .precioSinDesc  {
        font-size: 14px;
        color: gray;
    }
.contenido-hijo .no-encontrado  {
        width: 100%;
    }

.contenido-hijo .padd-20-pc  {
        padding: 0 0;
    }

.contenido-hijo .img-paquete  {
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        column-gap: 15px;
        padding: 0 0 0 50px;
        bottom: 0%;
    }

.contenido-hijo thead tr th.rotar  {
        height: 90px;
        transform: rotate(-90deg);
        text-align: center;
    }

.contenido-hijo .h-c  {
        display: inherit;
    }

.contenido-hijo .h-pc  {
        display: block;
    }

.contenido-hijo .h-m  {
        display: none;
    }

.contenido-hijo .plan  {
        width: 210px;
    }

.contenido-hijo .top-m  {
        top: 100px;

    }

.contenido-hijo .img-paquete  {
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        column-gap: 15px;

        bottom: 50%;
    }

.contenido-hijo .btn-h  {
        display: none;
    }

.contenido-hijo .contenedor1  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: auto;
        grid-auto-rows: minmax(100px, auto);
    justify-items: center;
    }

.contenido-hijo .padd-20-m  {
        padding: 0px 0px 2px;
    }

.contenido-hijo .section-movil-h  {
        display: none;
    }

.contenido-hijo .btn-fill  {
        width: 95%;
    }

.contenido-hijo .icon  {
        width: 75px;
        height: 75px;
    }

.contenido-hijo .btn-full  {
        width: 100%;
        padding: 10px;
    }

.contenido-hijo .box  {
        margin: 12px;
       width: auto;
    }

.contenido-hijo .software  {
        grid-template-columns: 1fr;
    }

.contenido-hijo .grid-2  {
        grid-template-columns: 1fr;
        text-align: center;
    }

.contenido-hijo .img-ofrecemos  {
        display: none;
    }

.contenido-hijo .img-carrito  {
        display: none;
    }

.contenido-hijo .ayuda  {
        grid-template-columns: auto;
        grid-auto-rows: 1fr;

        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

.contenido-hijo .icon-whatsapp  {
        width: 40px;
        height: 40px;
    }

.contenido-hijo .icon-whatsapp  {
        position: fixed;
        bottom: 50px;
        right: 25px;
        z-index: 99;
    }

.contenido-hijo .text-float  {
        background-color: #59d96b;
        padding: 10px 15px;
        border-radius: 15px;
        max-width: 70%;
        margin: 10px;
        font-size: 16px;
        color: #f0f0f0;
        position: fixed;
        bottom: 15px;
        right: 55px;
        z-index: 99;
    }

.contenido-hijo .capturas-portadas  {
        max-width: 100%;
        border-radius: 20px;
        object-fit: cover;
        width: 320px;
        height: auto;
    }

.contenido-hijo .acordeon  {
        width: 350px;
        margin: 30px auto;
        color: black;
        background-color: white;
        padding: 5px 5px;
    }

.contenido-hijo .acordeon .content  {
        position: relative;
        background: white;
        height: 0;
        text-align: center;
        width: 310px;
        overflow: hidden;
        transition: 0.5s;
    }

.contenido-hijo .acordeon .contenedor.activa .content  {
        height: 250px;
    }

.contenido-hijo .btn-cont-promo  {
        display: block;
        position: absolute;
        background-color: var(--vdt-color-500);
        border-radius: 10px;
        padding: 10px;
        right: 25px;
        bottom: 20px;
        cursor: pointer;
        z-index: 9;
        transition: background-color .2s;
    }

.contenido-hijo .item-desc  {
        width: auto;
        min-height: 1px;
    }

.contenido-hijo .contenido-100  {
        width: 100%;
        padding: 20px 8px 0 8px;
    }

.contenido-hijo .img-prod  {
        min-height: 0;
    }

    /* Formulario compra */
.contenido-hijo .input-group input  {
        width: 150px;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #111;
        outline: none;
        border: none;
        border-bottom: 1px solid var(--vdt-color-success);
    }
.contenido-hijo .fhFinPromo {
        margin: 0;
        text-align: center;
    }
.contenido-hijo .td-1  {
        width: 100px;
    }

.contenido-hijo .td-2  {
        width: 20px;
    }

.contenido-hijo td.td-3  {
        width: 85px;
    }

.contenido-hijo .cantidad-carrito  {
        position: fixed;
        top: 130px;
        right: 0;
        z-index: 99;
    }

.contenido-hijo .btn-carrito  {
        background-color: #fff;
        color: var(--vdt-color-500);
        font-size: 40px;
        position: fixed;
        text-align: center;
        top: 130px;
        right: 0;
        border-right: 100px;
        padding: 5px 5px;
        z-index: 97;
        border: 1.5px solid var(--vdt-color-100-1);
        border-radius: 0 0 0 15px;
        cursor: pointer;
        transition-duration: .3s;
        opacity: 0;
        transition: opacity 0.5s ease-in-out; /* Animación suave */

 i  {
            font-size: 40px;
        }
    }
.contenido-hijo .btn-carrito.visible  {
        opacity: 1;
    }

.contenido-hijo .btn-atajos  {
        background-color: #fff;
        color: var(--vdt-color-500);
        font-size: 40px;
        position: fixed;
        text-align: center;
        top: 130px;
        left: 0;
        padding: 5px 5px;
        z-index: 97;
        border: 1.5px solid var(--vdt-color-100-1);
        border-radius: 0 0 12px 0;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.5s ease-in-out; /* Animación suave */
    }
.contenido-hijo .btn-atajos.visible  {
        opacity: 1;
    }

.contenido-hijo .dtc-direccion  {
        width: 100%;
    }

.contenido-hijo .space-m  {
        padding-top: 80px;
    }

.contenido-hijo .botones-carrito  {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
    }

.contenido-hijo .carrito-lista  {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
}

/* 520px */
@media (max-width: 520px) {
.contenido-hijo footer::before  {
        top: 145px;
    }

.contenido-hijo footer .content-footer .top  {
        flex-direction: column;
    }

.contenido-hijo .content-footer .top .media-icons  {
        margin-top: 16px;
    }

.contenido-hijo footer .content-footer .link-boxes .box-footer  {
        width: calc(100% / 2 - 10px);
    }

.contenido-hijo footer .content-footer .link-boxes .input-box  {
        width: 100%;
    }
}

.contenido-hijo .txt-promo:hover  {
    background: white;
    cursor: pointer;
    color: black;
    border: 1px solid var(--vdt-color-300);

 .btn-p  {
        color: var(--vdt-color-800);
    }
}

/* Split button styles */
.contenido-hijo .btn-p  {
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    position: relative;
    margin: 0 auto;
    padding: 4px 8px;
    background: transparent;
    outline: none;
    font-size: 18px;
    color: #f0f0f0;
    transition: all 0.2s var(--cubic-bezier) 0.2s;
    display: inline-block;
    z-index: 98;
}

.contenido-hijo .btn-p::after,
.contenido-hijo .btn-p::before  {
    border: 0;
    content: '';
    position: absolute;
    height: 40%;
    width: 10%;
    transition: all .5s var(--cubic-bezier);
    z-index: -2;
    border-radius: 50%;
}

.contenido-hijo .btn-p::before  {
    background-color: var(--colorSecondary);
    top: -0.75rem;
    left: -2rem;
    animation: topAnimation 2s var(--cubic-bezier) 0.25s infinite alternate;
}

.contenido-hijo .btn-p::after  {
    background-color: var(--colorPrimary);
    top: 3rem;
    left: 9.9rem;
    animation: bottomAnimation 2s var(--cubic-bezier) 0.5s infinite alternate;
}

.contenido-hijo .txt-promo:hover  {
    background: white;
    cursor: pointer;
    border: 1px solid var(--vdt-color-300);
}

.contenido-hijo .btn-p:hover {
    transition: all 0.5s var(--cubic-bezier) 0.15s;
    cursor: pointer;
}

.contenido-hijo .btn-p:hover::before,
.contenido-hijo .btn-p:hover::after {
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    animation: none;
}

.contenido-hijo .btn-p:hover::after {
    left: 0rem;
}

.contenido-hijo .btn-p:hover::before {
    top: 0.5rem;
    left: .35rem;
}

@keyframes topAnimation {
 from  {
        transform: translate(0rem, 0);
    }

 to  {
        transform: translate(0rem, 3.5rem);
    }
}

@keyframes bottomAnimation {
 from  {
        transform: translate(-10.8rem, 0);
    }

 to  {
        transform: translate(0rem, 0);
    }
}