/*style-unificado.css*/
/* -- ROUNDED BORDER IMG GRIDS -- */
.lazyload-wrapper {
    border-radius: 4px;
    overflow: hidden;
}

.lazyload-wrapper picture img {
    border-radius: 4px;
    overflow: hidden;
}


/* DAILY DEALS */
.several-daily-deal-cyber,
.SeveralDailyDealCyber-module_container-desktop__qWzTf,
.SeveralDailyDealCyber-module_container-mobile__JZ-9M {
    border-radius: 4px;
    overflow: hidden;
}

.d-inline-block span {
    border-radius: 4px;
}

.CyberTitle-module_alert-title-lg__ZQNFy,
.CyberTitle-module_alert-title-sm__G636p {
    background-color: transparent !important;
}

.CyberTitle-module_container__WqvEZ {
    background: rgb(0, 78, 140);
    background: linear-gradient(90deg, rgba(0, 78, 140, 1) 0%, rgba(0, 114, 206, 1) 100%);
}

span.tt-daily {
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 900;
    margin: 8px 32px 0;
    padding: 0;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

span.tt-daily small {
    display: block;
    margin: -6px 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 640px) {

    [data-testid="source-image"] {
        padding-bottom: 10px;
        }

    [class^="CSImagestyle__Wrapper"] {
        margin-top: 11px;
        }

    [class^="Carouselstyle__CarouselSlide"] {
        padding-bottom: 10px;
    }

    [class^="Showcasestyle__ShowcaseWrapper"] {
        margin-top: -11px;
    }
    
    span.tt-daily {
        font-size: 22px;
        margin: 8px 0 0;
    }

    span.tt-daily small {
        margin: -4px 0 0;
        font-size: 14px;
    }

    .MobileCarousel-module_carousel-wrapper__Sijk2 .MobileCarousel-module_mobile-carousel__2YuTi .MobileCarousel-module_carousel-inner__BysVZ {
        margin-top: 0px;
    }

        [data-entryid="bltb22007914b2e119f"] {
            margin-bottom: -40px;
        }
}

/*
.d-inline-block span {
    height: 46px;
    width: 46px;
    font-size: 36px;
    font-weight: 900;
    font-family: Lato;
    text-align: center;
    line-height: 133%;
    background-color: #1584E2;
    color: #fff;
    padding-top: 0;
}
*/
.titu-daily {
    color: #fff;
    font-size: 24px;
    position: relative;
    display: block;
    font-weight: 300;
    padding: 16px 40px 0;
}

@media (max-width: 1220px) {
    .titu-daily {
        display: none;
    }
}

@media (max-width: 820px) {
    .titu-daily {
        display: none;
    }
}


/* h2 */
.h2-socl h2 {
    font-size: 28px;
    font-weight: normal;
    color: #444;
    line-height: 130%;
    text-align: center;
    margin-bottom: 0px !important;
}

.h2-socl h2 strong {
    font-weight: bold;
}

.h2-socl p {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    line-height: 100%;
}

@media (max-width: 640px) {
    .h2-socl h2 {
        font-size: 22px;
    }

    .h2-socl p {
        font-size: 16px;
    }
}


/* home collapse */
.home-collapse {
    /*background: whitesmoke;*/
    padding: 16px;
    border-radius: 4px;
}

.home-collapse>div {
    max-width: 100%;
    padding-bottom: 0;
    flex-wrap: nowrap;
}

.home-collapse>div div {
    max-width: 9rem !important;
    /* width: calc(94% / 8) !important;
    margin: 0 4px !important;
    margin-bottom: 0 !important; */
}

.home-collapse>div div img {
    max-width: 100% !important;
    /* margin-bottom: 6px; */
}

@media (max-width: 640px) {
    .home-collapse>div {
        flex-wrap: wrap;
    }
}

/* category carousel */
a.carousel-control-next {
    border-radius: 4px 0 0 4px;
}

a.carousel-control-prev {
    border-radius: 0 4px 4px 0;
}

.carousel .carousel-indicators {
    /*background-color: #666;*/
    padding: 8px 16px;
    max-width: fit-content;
    border-radius: 4px;
    bottom: -28px !important;
    margin: 0 auto !important;
    height: min-content;
}

.carousel .carousel-indicators li {
    margin: 0 4px !important;
}

.home-carousel .carousel-inner {
    background: ghostwhite;
    padding: 16px 0;
    border-radius: 4px;
}

.home-carousel .desktop-category-carousel:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}


/* -- BTN DESPLEGABLE CATTS DY -- */
._dy_marcas_btnVerMas {
    display: block !important;
    position: relative;
    background-color: #eee;
    width: 100px;
    text-align: center;
    padding: 6px 0;
    margin-left: 50%;
    left: -40px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 20px;
}

._dy_marcas_btnVerMas:hover {
    background-color: #666;
    color: #fff !important;
}

._dy_marcas_btnVerMas::before,
._dy_marcas_btnVerMas::after {
    width: 300px;
    height: 1px;
    position: absolute;
    display: block;
    content: "";
    background-color: #ccc;
}

._dy_marcas_btnVerMas::before {
    margin-top: 12px;
    left: -310px;
}

._dy_marcas_btnVerMas::after {
    margin-top: -12px;
    left: 110px;
}

.desktop {
    display: grid !important;
}

.mobile {
    display: none !important;
}


/* // MEDIA QUERIE MOB  // */
@media (max-width: 640px) {
    .carousel-inner {
        padding-top: 53.33333% !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    ._dy_marcas_btnVerMas::before,
    ._dy_marcas_btnVerMas::after {
        width: 100px;
    }

    ._dy_marcas_btnVerMas::before {
        right: 110px;
    }

    ._dy_marcas_btnVerMas::after {
        left: 110px;
    }

    .Showcase-module_showcase__twfzu .carousel-inner {
        height: 0;
        padding-top: 53.33333% !important;
    }
}

/* -- TEXTO SEO FOOTER -- */
.seo-foot {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

.seo-foot h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}

.seo-foot h2 {
    margin: 20px;
    padding: 0;
    font-weight: bold;
}

.seo-foot h2 small {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    padding: 0;
    display: block;
    color: #0072ce;
}


/* OCULTAR ENCUESTA */
.dynotifyjs-corner {
    display: none;
}


/* icons and information */
.icons-and-information div p {
    /*display: none !important;*/
}

.home-icos .text-center {
    border-radius: 8px 8px 0 0;
}

.home-icos>div:first-child {
    display: none;
}

.home-icos img {
    width: 60px !important;
    height: auto !important;
}

.btn-more .CollapsedCards-module_collapse-button__5pPmg {
    display: block !important;
    position: relative;
    background-color: #eee;
    width: 100px;
    text-align: center;
    padding: 6px 0;
    left: -40px;
    border-radius: 6px;
    font-size: 14px;
    margin: 10px 0 40px 50%;
}

.btn-more .CollapsedCards-module_collapse-button__5pPmg::before {
    margin-top: 12px;
    left: -310px;
}

.btn-more .CollapsedCards-module_collapse-button__5pPmg.CollapsedCards-module_activeButton__k8xXE {
    letter-spacing: .1163rem;
    text-decoration: none;
    cursor: pointer;
    color: #778089;
    right: none !important;
    position: absolute;
    padding-right: .875rem;
    left: 420px;
    bottom: -40px;
    padding-left: 10px;
}

.btn-more .CollapsedCards-module_collapse-button__5pPmg {
    letter-spacing: .1163rem;
    text-decoration: none;
    cursor: pointer;
    color: #778089;
    right: none !important;
    position: absolute;
    padding-right: 0px;
    left: -50px;
    bottom: -40px;
    padding-left: 10px;
}

.CollapsedCards-module_collapse-button__5pPmg.CollapsedCards-module_activeButton__k8xXE:after {
    top: 50%;
    position: absolute;
    right: 0;
    content: "^";
    -webkit-transform: translateY(-45%) rotate(180deg);
    transform: translateY(-45%) rotate(180deg);
    display: none !important;
}

.CollapsedCards-module_collapse-button__5pPmg:after {
    top: 50%;
    position: absolute;
    right: 0;
    content: "^";
    -webkit-transform: translateY(-34%);
    transform: translateY(-34%);
    display: none !important;
}

.seo-text-tef.title-tef {
    margin-top: -10px;
}

.seo-block span {
    display: none !important;
    margin-top: -40px;
}

[data-testid="main-title"] {
    margin-bottom: -0px !important;
    text-decoration: none;
    text-align: center;
}

[data-testid="SEOBlock-testId"] span {
    display: none !important;
}

[data-testid="SEOBlock-testId"] div p strong {
    text-align: center;
}

[class^="SEOText-module_main-title"] {
    margin-bottom: -10px !important;
}

[class^="SEOText-module_main-title"] {
    margin-bottom: -10px !important;
}

[data-testid="collapse-button"]:nth-child(2) {
    background-color: #eee;
    text-decoration: none;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 40%;
}

[data-testid="collapse-button"]:nth-child(2)::after {
    display: none !important;
}

[data-entryid="bltb22007914b2e119f"] {
    margin-bottom: -60px;
}





@media (max-width: 720px) {
    [class^="CollapsedCardsstyle__CardsContainer"] {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    [data-entryid="carousel_blte000_productos_populares"] {
        margin-top: 20px !important;
    }

   

    [class^="MobileCarouselstyle__TitleText"] {
        margin: 0px 0.9375rem 30px 0px !important;
        display: none !important;
    }

        /*    .SiSCategoryMenuMobile-module_menu-item-wrapper__1vYkx:nth-last-child(2) {
            margin-top: 50px;   }


                        .SiSCategoryMenuMobile-module_menu-item-wrapper__1vYkx:nth-last-child(2) .SiSCategoryMenuMobile-module_menu-item__deZ6g {
                            color: #50b03e !important;
                                font-weight: bold !important;
                        }
            
                        .SiSCategoryMenuMobile-module_menu-item-wrapper__1vYkx:last-child .SiSCategoryMenuMobile-module_menu-item__deZ6g {
                            color: #50b03e !important;
                                font-weight: bold !important;
                        }*/


    [class^="Popularitystyle__PopularityCarcousel"] .mobile-carcousel [class^="MobileCarouselstyle__CarouselWrapper"] [class^="MobileCarouselstyle__TitleText"] {
            display: block !important;
            text-align: center;
            font-size: 24px;   }
        
    
        [class^="Titlestyle__SDDTitleContainer"] [class^="Titlestyle__HighlightTitleContainer"] {
            margin-left: -29px;
        }

        /*
                 [class^="Titlestyle__HighlightTitleContainer"] {
                    margin-top: -10px !important;
    }*/
}

body:after,
body:before {
    content: "";
    display: block;
    position: fixed;
}

body:before {
    background: linear-gradient(135deg, #fafafa, #fdfdfd);
    width: 200vw;
    height: 100vw;
    right: -140vw;
    top: -50vw;
    transform: translateZ(0) rotate(-45deg);
    z-index: -1;
}

[data-testid="CrossBanner-testId"] {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -10px !important;
    padding-top: 0px !important;
}

[data-testid="link-component"] {
    cursor: none !important;
}

[class^="IconsAndInformationstyle__IconsAndInformationTitleContainer"] {
    display: block !important;
}

[class^="DesktopCarouselstyle__TitleText"] {
    margin: 0px 0.9375rem 30px 0px !important;
    display: none !important;
}

/* Solo muestra los tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tulos dentro de Popularitystyle__DesktopCarouselcards */
[class^="Popularitystyle__DesktopCarouselcards"] [class^="DesktopCarouselstyle__TitleText"] {
    display: block !important;
    text-align: center;
        font-size: 24px;
}

[data-entryid="carousel_blte000_productos_populares"] {
    margin-top: -30px !important;
}

/*
[class^="several-daily-deal-cyber"] {
        z-index: -1;
}

[class^="Titlestyle__SDDTitleContainer"] {
    margin-top: 20px !important;
}

 [class^="Titlestyle__HighlightTitleContainer"] {
    margin-top: -10px !important;
        margin-bottom: -10px !important;
 }*/

 [class^="GridCardstyle__GridCardWrapper"] a {
    max-height: none !important;
}

/*modal-inv.css*/

.modal__header .modal__close:before {
    color: #fff !important;
    content: "\2715";
}

.modal__header .modal__close_valentin:before {
    color: #fff !important;
    content: "\2715";
}

.modal_stef {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  /* Inicialmente oculto */
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal__container {
    animation: mmslideIn 0.3scubic-bezier(0, 0, 0.2, 1);
}
.modal__container,
.modal__overlay {
    will-change: transform;
}
.modal__overlay {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.6);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999;
}
.modal__container {
   background-color: #fff;
   padding: 0 !important;
   max-width: 500px;
   max-height: 100vh;
   border-radius: 4px;
   overflow-y: auto;
   box-sizing: border-box;
}
.modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -10px;
}
.modal__title {
   margin-top: 0;
   margin-bottom: 0;
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.25;
   color: #00449e;
   box-sizing: border-box;
}
.modal__close {
   background: transparent!important;
   border: 0;
   font-size: 20px;
   cursor: pointer;
   padding: 20px;
}
.modal__header .modal__close:before {
   color: #ffffff;
   content: "\2715";
}

.modal__close_valentin {
   background: transparent!important;
   border: 0;
   font-size: 20px;
   cursor: pointer;
   padding: 20px;
}
.modal__header .modal__close_valentin:before {
   color: #ffffff;
   content: "\2715";
}
.modal__content {
   margin-top: 0;
   margin-bottom: 0;
   padding: 0 !important;
   line-height: 1.5;
   color: rgba(0, 0, 0, .8);
}
.modal__btn {
   font-size: 0.875rem;
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   background-color: #e6e6e6;
   color: rgba(0, 0, 0, .8);
   border-radius: 0.25rem;
   border-style: none;
   border-width: 0;
   cursor: pointer;
   -webkit-appearance: button;
   text-transform: none;
   overflow: visible;
   line-height: 1.15;
   margin: 0;
   will-change: transform;
   -moz-osx-font-smoothing: grayscale;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   transition: -webkit-transform 0.25s ease-out;
   transition: transform 0.25s ease-out;
   transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.modal__btn-primary {
   background-color: #00449e;
   color: #fff;
}

@keyframes mmfadeIn {
   from {
     opacity: 0;
  }
   to {
     opacity: 1;
  }
}
@keyframes mmfadeOut {
   from {
     opacity: 1;
  }
   to {
     opacity: 0;
  }
}
@keyframes mmslideIn {
   from {
     transform: translateY(15%);
  }
   to {
     transform: translateY(0);
  }
}
@keyframes mmslideOut {
   from {
     transform: translateY(0);
  }
   to {
     transform: translateY(-10%);
  }
}
.micromodal-slide {
   display: none;
}
.micromodal-slide.is-open {
   display: block;
}
 .micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
   animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
   animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
   animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
   will-change: transform;
}