/* SECCION MARCAS FOOT */
.desktop { display: grid !important;}
.mobile { display: none !important;}
[data-testid="main-title"] {
    margin-bottom: -0px !important;
    text-decoration: none;
    text-align: center;
}
[data-testid="SEOBlock-testId"] span {
    display: none !important;
}
/* FIN SECCION MARCAS FOOT */

/* TEXTO DE CARRUSEL CENTRADO */
.DesktopCarouselstyle__TitleText-sc-i42bww-1{
    display: grid !important;
    font-size: 1.5625rem !important;
}
.MobileCarouselstyle__TitleText-sc-1hnh0s4-1{
    display: grid !important;
    font-size: 1.5625rem !important;
}
/* FIN DE TEXTO CARRUSEL CENTRADO */

/*BLOQUEAR LINK DE UN CROSSBANNER*/
.link-rel-dektop-none a{ pointer-events: none;}

@media (max-width: 720px) {
    .desktop { display: none !important;}
    .mobile { display: block !important;}
    .link-rel-dektop-none a{ pointer-events: auto !important;}
    .carousel-inner {padding-top: 53.33333% !important;}
}
