
/* Tamaño de fuente para tabletas */
@media (max-width: 768px) {
    .title {
        font-size: 1.25rem;
    }

    .title-btn-janick {
        font-size: 0.75rem;
    }

    .custom-container {
        margin-top: 3rem;
        padding-left: 0;
        padding-right: 0;
    }

    .dash {
        display: none;
    }

    .line-break {
        display: block;
    }

    img.card-img-janick,
    .owl-carousel .owl-item.center .card-img-janick {
        height: 250px;
        transform: scale(1.15);
    }
}

/* Tamaño de fuente y estilos para teléfonos */
@media (max-width: 576px) {
    .title {
        font-size: 0.75rem;
    }

    .title-btn-janick {
        font-size: 0.55rem;
    }

    .owl-carousel .owl-item.center .card-img-janick {
        transform: scale(1.2);
        height: 255px; /* Mantiene la altura mayor para teléfonos */
    }

    img.card-img-janick {
        height: 250px;
    }
}
