/* Logo principal de Ligas Central */

/* Marca del encabezado de la portada */
html body .lc-home .lc-home-brand-icon {
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    flex: 0 0 60px !important;

    background: url("/central/imagenes/logo-central.png")
        center center / contain no-repeat !important;

    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Ocultar el balón anterior */
html body .lc-home .lc-home-brand-icon svg {
    display: none !important;
}

/* Alinear escudo y nombre */
html body .lc-home .lc-home-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

/* Logo del pie de página */
html body .lc-home .lc-home-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

html body .lc-home .lc-home-footer-brand::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    background: url("/central/imagenes/logo-central.png")
        center center / contain no-repeat;
}

/* Tamaño para teléfonos */
@media (max-width: 600px) {
    html body .lc-home .lc-home-brand-icon {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        flex-basis: 48px !important;
    }
}
/* Logo principal del encabezado de Ligas Central */

.lc-home-brand > .lc-home-main-logo {
    display: block;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    object-fit: contain;
}

@media (max-width: 600px) {
    .lc-home-brand > .lc-home-main-logo {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}
/* ========= SUAVIZAR LA PORTADA: menos cuadrada ========= */

/* Barra superior */
.lc-home-header,
.lc-home-nav-inner,
.c-home-nav-inner {
    border-radius: 0 0 22px 22px;
}

/* Hero principal */
.lc-home-hero,
.lc-home-hero-card,
.lc-home-banner,
.lc-home-top {
    border-radius: 30px !important;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .20);
}

/* Bloque "Encuentra tu liga" */
.lc-home-directory,
.lc-home-section,
.lc-home-search-panel {
    border-radius: 28px !important;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .16);
}

/* Tarjetas de ligas */
.lc-home-card,
.lc-league-card,
.lc-card {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

/* Parte superior de las tarjetas */
.lc-home-card-header,
.lc-league-card-header,
.lc-card-header {
    border-radius: 24px 24px 0 0 !important;
}

/* Imagen o logo dentro de tarjetas */
.lc-home-card-logo,
.lc-league-card-logo,
.lc-card-logo,
.lc-home-card img {
    border-radius: 18px !important;
}

/* Cajas pequeñas informativas */
.lc-home-feature,
.lc-home-info,
.lc-home-mini-card {
    border-radius: 22px !important;
}

/* Pie de página */
.lc-home-footer,
.lc-footer {
    border-radius: 24px 24px 0 0 !important;
}

/* Botones */
.lc-home-btn,
.lc-home-cta,
.lc-home-nav a,
button,
a.button {
    border-radius: 999px !important;
    padding-left: 18px;
    padding-right: 18px;
}

/* Botón principal */
.lc-home-btn-primary,
.lc-home-hero a,
.lc-home-cta-primary {
    border-radius: 999px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

/* Input de búsqueda */
.lc-home-search input,
.lc-home-search-box input,
input[type="search"],
input[type="text"] {
    border-radius: 18px !important;
}

/* Selectores */
select,
.lc-home-sort,
.lc-home-filter {
    border-radius: 16px !important;
}

/* Contenedores blancos/translúcidos */
.lc-home-directory,
.lc-home-card,
.lc-home-feature,
.lc-home-footer {
    border: 1px solid rgba(255, 255, 255, .32);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* Logo principal de Santa Catarina Pinula */

/* Contenedor redondo del logo */
html body .lc-home .lc-home-brand-icon,
html body .lc-home .lc-home-brand .lc-home-main-logo {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    flex: 0 0 60px !important;

    border-radius: 50% !important;
    overflow: hidden !important;

    background-color: rgba(255, 255, 255, .92) !important;
    border: 2px solid rgba(255, 255, 255, .75) !important;

    box-shadow: 0 4px 14px rgba(0, 15, 65, .15) !important;
}

/* Si el logo es una imagen */
html body .lc-home .lc-home-brand .lc-home-main-logo {
    object-fit: contain !important;
    padding: 5px !important;
}

/* Si el logo está colocado como fondo */
html body .lc-home .lc-home-brand-icon {
    background-image: url("/central/imagenes/logo-central.png") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Tamaño para teléfono */
@media (max-width: 600px) {
    html body .lc-home .lc-home-brand-icon,
    html body .lc-home .lc-home-brand .lc-home-main-logo {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        flex-basis: 48px !important;
    }
}
/* Logo principal circular de Santa Catarina Pinula */

html body .lc-home .lc-home-brand img.lc-home-main-logo {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    flex: 0 0 60px !important;

    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;

    object-fit: cover !important;
    object-position: center !important;

    /* Recorta físicamente las esquinas del PNG */
    clip-path: circle(50% at 50%) !important;
    -webkit-clip-path: circle(50% at 50%) !important;

    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 600px) {
    html body .lc-home .lc-home-brand img.lc-home-main-logo {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        flex-basis: 48px !important;
    }
}
/* Logo principal circular de Ligas Central */

img.lc-home-main-logo {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    flex: 0 0 60px !important;

    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    clip-path: circle(50% at 50%) !important;

    object-fit: cover !important;
    object-position: center !important;
    background: transparent !important;
}

@media (max-width: 600px) {
    img.lc-home-main-logo {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        flex-basis: 48px !important;
    }
}