/* -- 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) {
    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;
    }
}
/*
.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 46px 0;
}
@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;
}


/* // MEDIA QUERIE MOB  // */
@media (max-width: 640px) {
    ._dy_marcas_btnVerMas::before, ._dy_marcas_btnVerMas::after {
        width: 100px;
    }
    ._dy_marcas_btnVerMas::before {
        right: 110px;
    }
    ._dy_marcas_btnVerMas::after {
        left: 110px;
    }
}





/* -- 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;
}
