        body {
            background: #dbdbdb;
        }
        .hero {
            background: rgb(190, 19, 19);
            color: white;
            padding: 2rem 0;
            border-radius: 0 0 20px 20px;
            margin-bottom: 2rem;
        }

        .card {
            border: none;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 1.5rem;
        }

        .form-section {
            border-left: 4px solid rgb(190, 19, 19);
            padding-left: 1rem;
            margin: 2rem 0;
        }

        .btn-action {
            border-radius: 8px;
            padding: 0.5rem 1rem;
            margin: 0 2px;
        }

        .dynamic-item {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 1rem;
            margin: 0.5rem 0;
            border-left: 4px solid #6c757d;
        }


        .Swiper {
            position: relative;
            overflow: hidden;
        }


        /* Espaciado del contenido de cada slide */
        .Swiper .card-body {
            padding: 1.25rem;
        }




        .titulo {
            position: relative;
            padding-left: 2rem !important;
            padding-right: 2rem !important;
            width: max-content;
        }

        .titulo::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 100%;
            background:rgb(190, 19, 19);
            border-radius: 3px;
        }
