@media (min-width: 992px) {
    .navbar .nav-item:hover > .dropdown-menu {
        display: block;
    }
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
    }
    .mega-menu {
        position: static;
    }
    .mega-menu .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
}



.device-browser-img {
    display: none;
    width: 100%;
    height: auto;
}

.device-browser-img.active {
    display: block;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.9);
}

.device-browser-header {
    position: relative;
    text-align: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e7eaf3;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1rem;
}

.device-browser-header-btn-list {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}

.device-browser-header-btn-list-btn {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #e7eaf3;
    margin-right: 0.25rem;
}

.device-browser-header-browser-bar {
    font-size: 0.875rem;
    font-weight: 400;
    color: #677788;
    text-align: center;
    /* border: 1px solid #e7eaf3; */
    border-radius: 0.5rem;
    padding: 0.25rem 1rem;
    margin-right: 2rem;
    margin-left: 4rem;
}

.device-browser-frame {
    position: relative;
    /* border: 1px solid #e7eaf3; */
    border-top: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


.device {
    position: relative;
    width: 275px;
    height: 612px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 56px;
    box-shadow: 0 0 0 11px #1f1f1f, 0 0 0 13px #191919, 0 0 34px 13px rgba(0, 0, 0, 0.2);
}

.notch {
    position: absolute;
    width: 210px;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1f1f1f;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    z-index: 2;
}

.screen {
    position: relative;
    background: #f8f9fa;
    width: 100%;
    height: 100%;
    border-radius: 56px;
    overflow: hidden;
}

.button-right {
    position: absolute;
    right: -2px;
    top: 120px;
    width: 3px;
    height: 32px;
    background: #1f1f1f;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-left {
    position: absolute;
    left: -2px;
    top: 120px;
    width: 3px;
    height: 64px;
    background: #1f1f1f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 3px;
    height: 64px;
    background: #1f1f1f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Estilos del slider */
.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.device-browser-img {
    display: none;
    width: 100%;
    height: 100%;
}

.device-browser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
    text-decoration: none;
    z-index: 1;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-decoration: none;
}

.app-title {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
}



.hover-translate-y {
    transition: transform 0.3s ease;
}

.hover-translate-y:hover {
    transform: translateY(-5px);
}

.

.separator-center {
    width: 50px;
    height: 2px;
    background-color: var(--bs-primary);
    margin-left: auto;
    margin-right: auto;
}

.icon-large {
    font-size: 3rem;
}

.icon-medium {
    font-size: 2rem;
}





.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-header {
    cursor: pointer;
    min-height: 38px;
    transition: all 0.2s;
}

.custom-select-header.active {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 0.25rem;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.custom-select-options {
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.custom-select-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-select-option.selected {
    background-color: rgba(13, 110, 253, 0.1);
}

.flag-icon {
    font-size: 1.2em;
    line-height: 1;
}

/* Personalización del scrollbar */
.custom-select-options::-webkit-scrollbar {
    width: 6px;
}

.custom-select-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-select-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.custom-select-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-header {
    cursor: pointer;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select-header.active {
    border-color: #377dff;
}

.custom-select-header.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-select-dropdown {
    position: fixed; /* Cambiado a fixed */
    width: var(--select-width);
    background: white;
    border: 1px solid #e7eaf3;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);
    z-index: 1060; /* Asegurarnos que esté por encima del modal */
}

.custom-select-options {
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.custom-select-option:hover {
    background-color: rgba(55, 125, 255, 0.1);
}

.custom-select-option.selected {
    background-color: rgba(55, 125, 255, 0.1);
    font-weight: 600;
}

.custom-select-container .avatar-xss {
    width: 1rem;
    height: 1rem;
}

.custom-select-container .form-select {
    padding-left: 1rem;
}


/* Añade esto en tu archivo de estilos o como CSS Module para el Select */

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-header {
    width: 100%;
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #e7eaf3);
    border-radius: 0.25rem;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Cuando está dentro de un input-group */
.input-group-merge .custom-select-container {
    flex: 1 1 auto;
    width: 1%;
}

.input-group-merge .custom-select-header {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.custom-select-dropdown {
    position: fixed;
    width: var(--select-width);
    background: white;
    border: 1px solid var(--bs-border-color, #e7eaf3);
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    margin-top: 4px;
}

.custom-select-options {
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.custom-select-option:hover {
    background-color: var(--bs-light, #f8f9fa);
}

.custom-select-option.selected {
    background-color: var(--bs-light, #f8f9fa);
}

/* Ajustes para el input-group */
.input-group-merge .form-control:not(:last-child) {
    border-right: 0;
}

.input-group-merge .custom-select-header.active {
    border-color: #377dff;
    box-shadow: 0 0 0 0.25rem rgba(55, 125, 255, 0.25);
}



.file-upload-container {
    position: relative;
    width: 100%;
    min-height: 120px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #f8f9fa;
    cursor: pointer;
}

.file-upload-container:hover {
    border-color: #0d6efd;
    background: #f1f5ff;
}

.file-upload-container input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.file-upload-icon {
    font-size: 2rem;
    color: #6c757d;
}

.file-upload-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.file-upload-helper {
    font-size: 0.8rem;
    color: #909090;
}

.file-preview-container {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.file-preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
}

.file-preview-item img,
.file-preview-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-preview-item .file-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dc3545;
    opacity: 0;
    transition: opacity 0.2s;
}

.file-preview-item:hover .file-remove {
    opacity: 1;
}

.file-preview-item .file-type-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #6c757d;
    font-size: 2rem;
}

.file-upload-container.has-files {
    border-style: solid;
    background: white;
}

/* Animaciones */
@keyframes fileUploadPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.file-upload-container.dragging {
    animation: fileUploadPulse 1s infinite;
    border-color: #0d6efd;
    background: #f1f5ff;
}


/* Estilo para el input */
.date-input-wrapper .form-control {
    padding-right: 2.5rem;
}

/* Icono de calendario */
.date-input-wrapper .input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    pointer-events: none;
}


.date-input-wrapper {
    position: relative;
    width: 100%;
}

.react-datepicker-wrapper {
    display: block;
    width: 100%;
}

.react-datepicker__input-container {
    display: block;
    width: 100%;
}

.react-datepicker__input-container input {
    width: 100%;
    padding-right: 40px;
}

.react-datepicker-popper {
    z-index: 9999 !important;
}

.react-datepicker {
    font-family: inherit !important;
    font-size: 0.9rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.react-datepicker__header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.react-datepicker__month-container {
    float: left;
    background-color: white;
    border-radius: 0.5rem;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
    background-color: #0d6efd !important;
    border-radius: 0.25rem !important;
    color: white !important;
}

.react-datepicker__day:hover {
    background-color: rgba(13, 110, 253, 0.1) !important;
    border-radius: 0.25rem !important;
}

.react-datepicker__time-container {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.react-datepicker__time-container .react-datepicker__time {
    background: white !important;
}

.react-datepicker__time-container .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #0d6efd !important;
    color: white !important;
}

.react-datepicker__month-dropdown,
.react-datepicker__year-dropdown {
    background-color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.react-datepicker__navigation {
    top: 8px !important;
}

.date-input-wrapper .input-group-text {
    background-color: transparent;
    border-left: 0;
}

.date-input-wrapper .form-control {
    border-right: 0;
}

.date-input-wrapper .input-group:focus-within {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.375rem;
}



.card-pinned {
    position: relative;
}

.card-pinned-top-start {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}

.card-pinned-top-end {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.card-pinned-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 2;
}

.video-player-preview {
    position: relative;
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
}

.video-player-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
}

.video-player-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-player:hover .video-player-icon {
    transform: scale(1.1);
}

.btn-ghost-light {
    color: #fff;
}

.btn-ghost-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.dropzone-card {
    border: 2px dashed #e7eaf3;
    border-radius: 0.75rem;
    position: relative;
    transition: all 0.2s ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.dropzone-card:hover {
    border-color: #377dff;
    background-color: rgba(55, 125, 255, 0.05);
}

.dropzone-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.dz-message {
    text-align: center;
    width: 100%;
}

.card-pinned {
    position: relative;
}

.card-pinned-top-start {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}

.card-pinned-top-end {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.video-player-preview {
    position: relative;
}

.video-player-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.video-player-preview:hover .video-player-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.btn-soft-danger {
    background-color: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border: none;
}

.btn-soft-danger:hover {
    background-color: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.input-group {
    flex-wrap: nowrap!important;

}



.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-header {
    cursor: pointer;
    user-select: none;
    min-height: 38px;
}

.custom-select-header.active {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-select-header.disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.custom-select-dropdown {
    width: var(--select-width);
    background: white;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    z-index: 1000;
    overflow: hidden;
}

.custom-select-options {
    max-height: 250px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 0.5rem 1rem;
    cursor: pointer;
    user-select: none;
}

.custom-select-option:hover {
    background-color: #f8f9fa;
}

.custom-select-option.selected {
    background-color: #e9ecef;
}


.custom-select-header {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}

.custom-select-header.active {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-select-header.disabled {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

.form-select {
    background: transparent!important;
    padding: 0.6rem!important;
}



.custom-select-container {
    position: relative !important;
    width: 100%;
}

.custom-select-header {
    position: relative;
    width: 100%;
    min-height: 38px;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    user-select: none;
}

.custom-select-dropdown {
    /* Estos estilos son críticos */
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 9999;
    overflow: hidden;
}

.custom-select-options {
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
}

.custom-select-option {
    padding: 0.5rem 1rem;
    cursor: pointer;
    background: #fff;
}

.custom-select-option:hover {
    background-color: #f8f9fa;
}

.custom-select-option.selected {
    background-color: #e9ecef;
}




/* wizard.css */

/* Contenedor principal del wizard */
.wizard-container {
    margin-bottom: 2rem;
}

/* Estilos base para todos los tipos de wizard */
.wizard-steps {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem;
}

/* Estilos para cada paso */
.wizard-step {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wizard-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    color: #6c757d;
    margin-right: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.wizard-step-icon i {
    font-size: 1rem;
}

.wizard-step-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

/* Línea conectora entre pasos */
.wizard-step-line {
    position: absolute;
    top: 16px;
    left: calc(100% - 1rem);
    right: -1rem;
    height: 2px;
    background-color: #dee2e6;
    transition: background-color 0.3s ease;
}

/* Estados de los pasos */
.wizard-step.active .wizard-step-icon {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

.wizard-step.active .wizard-step-label {
    color: #0d6efd;
    font-weight: 600;
}

.wizard-step.completed .wizard-step-icon {
    background-color: #198754;
    border-color: #20a766;
    color: white;
}

.wizard-step.completed .wizard-step-line {
    background-color: #198754;
}

/* Estilos específicos para diferentes posiciones */
/* Top (default) */
.wizard-top .wizard-steps {
    flex-direction: row;
    width: 100%;
}

/*
/* Left */
/* Left */
.wizard-container.wizard-left {
    display: flex;
    width: 100%;
    gap: 2rem;
}

.wizard-container.wizard-left .wizard-steps {
    flex: 0 0 250px; /* width fijo para el stepper */
    flex-direction: column;
    gap: 1.5rem;
}

.wizard-container.wizard-left .wizard-content {
    flex: 1;
    min-width: 0; /* evita desbordamiento */
}

/* Right */
.wizard-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
}

.wizard-right .wizard-steps {
    flex-direction: column;
    max-width: 250px;
    gap: 1.5rem;
}

.wizard-right .wizard-step-line {
    top: calc(100% - 1rem);
    left: 16px;
    width: 2px;
    height: 1.5rem;
}

/* Bottom */
.wizard-bottom {
    display: flex;
    flex-direction: column-reverse;
}

.wizard-bottom .wizard-steps {
    flex-direction: row;
    width: 100%;
    margin-top: 2rem;
}

/* Contenedor del contenido del paso */
.wizard-content {
    flex: 1;
    min-width: 0;
    padding: 1rem;
}

/* Botones del wizard */
.wizard-actions {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

/* Efectos hover */
.wizard-step:hover .wizard-step-icon {
    border-color: #0d6efd;
    transform: scale(1.05);
}

.wizard-step:hover .wizard-step-label {
    color: #0d6efd;
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wizard-content {
    animation: fadeIn 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .wizard-left,
    .wizard-right {
        flex-direction: column;
    }

    .wizard-left .wizard-steps,
    .wizard-right .wizard-steps {
        flex-direction: row;
        max-width: 100%;
    }

    .wizard-left .wizard-step-line,
    .wizard-right .wizard-step-line {
        top: 16px;
        left: calc(100% - 1rem);
        width: 1rem;
        height: 2px;
    }

    .wizard-step-label {
        display: none;
    }

    .wizard-step.active .wizard-step-label {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0.5rem;
        white-space: nowrap;
    }
}

/* Estilo para pasos deshabilitados */
.wizard-step.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Indicador de progreso */
.wizard-progress {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-color: #0d6efd;
    transition: width 0.3s ease;
}

/* Tooltips para pasos largos */
.wizard-step-tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.wizard-step:hover .wizard-step-tooltip {
    opacity: 1;
    visibility: visible;
}

.text-size-xs{
    font-size: 12px;
}

.text-size-sxx{
    font-size: 10px;
}



/* placeholder-styles.css */
@keyframes pulse {
    0% {
        opacity: .6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .6;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.bg-gray-200 {
    background-color: #e5e7eb;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.video-player {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-player-preview {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.video-player:hover .video-player-preview {
    transform: scale(1.05);
}

.video-player-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.video-player-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.video-player:hover .video-player-icon {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.2);
}


.quill-editor-wrapper {
    border-radius: 0.375rem;
}

.quill-editor {
    min-height: 200px;
}

.ql-toolbar {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    background: #f8f9fa;
    border-color: #e9ecef !important;
}

.ql-container {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-color: #e9ecef !important;
    font-family: inherit;
}

.ql-editor {
    min-height: 200px;
    font-size: 1rem;
    color: #212529;
}

.ql-editor.ql-blank::before {
    color: #6c757d;
    font-style: normal;
}

.ql-editor img {
    max-width: 100%;
    height: auto;
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border-color: #e9ecef;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.ql-snow .ql-picker {
    color: #212529;
}



/* BoxIcon.css */
.social-box {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: var(--bs-light);
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid var(--bs-gray-200);
    gap: 12px;
}

.social-box:hover {
    background: var(--bs-gray-100);
}

.social-box.active {
    background: var(--bs-light);
    border-color: var(--bs-primary);
}

.social-box .icon-container {
    width: 24px;
    text-align: center;
}

.social-box .toggle-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--bs-gray-400);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-left: auto;
    background: white;
}

.social-box.active .toggle-circle {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
}

.social-box .toggle-circle i {
    font-size: 12px;
    color: white;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
}

.social-box.active .toggle-circle i {
    opacity: 1;
    transform: scale(1);
}

/* Variantes de color */
.social-box.active.color-facebook {
    border-color: #1877F2;
}
.social-box.active.color-facebook .toggle-circle {
    border-color: #1877F2;
    background: #1877F2;
}

.social-box.active.color-instagram {
    border-color: #E4405F;
}
.social-box.active.color-instagram .toggle-circle {
    border-color: #E4405F;
    background: #E4405F;
}

.social-box.active.color-twitter {
    border-color: #1DA1F2;
}
.social-box.active.color-twitter .toggle-circle {
    border-color: #1DA1F2;
    background: #1DA1F2;
}

.social-box.active.color-linkedin {
    border-color: #0A66C2;
}
.social-box.active.color-linkedin .toggle-circle {
    border-color: #0A66C2;
    background: #0A66C2;
}

.social-box.active.color-pinterest {
    border-color: #E60023;
}
.social-box.active.color-pinterest .toggle-circle {
    border-color: #E60023;
    background: #E60023;
}



/* Left */
.wizard-container.wizard-left {
    display: flex;
    width: 100%;
    gap: 2rem;
}

.wizard-container.wizard-left .wizard-steps {
    flex: 0 0 250px; /* width fijo para el stepper */
    flex-direction: column;
    gap: 1.5rem;
}

.wizard-container.wizard-left .wizard-content {
    flex: 1;
    min-width: 0; /* evita desbordamiento */
}

.wizard-container {
    --primary: #0d6efd;
    --primary-light: #e7f1ff;
    --success: #198754;
    --success-light: #d1e7dd;
    --gray-light: #f8f9fa;
    --gray-medium: #e9ecef;
    --text-dark: #212529;
    --text-muted: #6c757d;
}

.wizard-steps {
    position: relative;
    padding: 0.5rem;
}

/* Indicador de paso */
.step-indicator-wrapper {
    position: relative;
    flex-shrink: 0;
}

.step-indicator {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--gray-light);
    border: 2px solid var(--gray-medium);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Línea conectora */
.step-line {
    position: absolute;
    left: 17px;
    top: 40px;
    bottom: -8px;
    width: 2px;
    background: var(--gray-medium);
    transition: all 0.3s ease;
}

/* Ícono dentro del indicador */
.step-icon {
    color: var(--text-muted);
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* Contenido del paso */
.step-content {
    padding: 0.25rem 0;
}

.step-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.step-description {
    margin: 0.25rem 0 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Estados de los pasos */
.wizard-step.active .step-indicator {
    background: var(--primary-light);
    border-color: var(--primary);
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.wizard-step.active .step-icon {
    color: var(--primary);
}

.wizard-step.active .step-title {
    color: var(--primary);
}

.wizard-step.completed .step-indicator {
    background: var(--success-light);
    border-color: var(--success);
}

.wizard-step.completed .step-icon {
    color: var(--success);
}

.wizard-step.completed + .wizard-step .step-line {
    background: var(--success);
}

/* Efectos hover */
.wizard-step:hover .step-indicator:not(.completed):not(.active) {
    transform: scale(1.05);
    border-color: var(--primary);
    background: white;
}

.wizard-step:hover .step-title:not(.completed):not(.active) {
    color: var(--primary);
}

/* Animaciones */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(13, 110, 253, 0); }
    100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
}

.wizard-step.active .step-indicator {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .wizard-container {
        padding: 1rem 0;
    }

    .wizard-steps {
        display: flex;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .wizard-step {
        flex: 0 0 auto;
        margin-right: 2rem;
        padding-bottom: 0 !important;
    }

    .step-line {
        display: none;
    }

    .step-content {
        min-width: 120px;
    }
}

/* Variantes de posición */
.wizard-left .wizard-steps,
.wizard-right .wizard-steps {
    flex-direction: column;
}

.wizard-top .wizard-steps,
.wizard-bottom .wizard-steps {
    flex-direction: row;
    justify-content: space-between;
}

.wizard-top .step-line,
.wizard-bottom .step-line {
    width: calc(100% - 35px);
    height: 2px;
    left: 35px;
    top: 17px;
    bottom: auto;
}



/* Estilos base */
.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

/* Estilos para el filtro de categorías */
.nav-pills .nav-link.active {
    background-color: var(--bs-primary);
}

.nav-pills .nav-link:not(.active):hover {
    background-color: #f8f9fa;
}

/* Mejoras para la paginación */
.pagination .page-link:focus {
    box-shadow: none;
}

/* Estilos para las badges */
.badge.bg-secondary {
    background-color: #f8f9fa !important;
    color: #6c757d;
}

/* Optimizaciones para el responsive */
@media (max-width: 768px) {
    .nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .nav-pills .nav-link {
        white-space: nowrap;
    }
}

/* Estilos adicionales para mejorar la UI */
.card-img-top {
    object-fit: cover;
    height: 200px;
}

.card-body {
    padding: 1.25rem;
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 1rem 1.25rem;
}

/* Efectos hover para los enlaces sociales */
.bi-facebook:hover {
    color: #4267B2 !important;
}

.bi-twitter:hover {
    color: #1DA1F2 !important;
}

.bi-instagram:hover {
    color: #E1306C !important;
}

.bi-linkedin:hover {
    color: #0077B5 !important;
}

/* Mejoras para el buscador */
.search-container {
    position: relative;
}

.search-container .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Estilos para las categorías en las cards */
.card .badge {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Animación de loading */
.spinner-border {
    margin: 2rem auto;
}

/* Estilos para el estado vacío */
.empty-state {
    padding: 3rem 0;
    text-align: center;
}

.empty-state i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

/* Mejoras para la newsletter section */
.newsletter-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
    margin-top: 3rem;
    border-radius: 0.5rem;
}

/* Estilos para los featured posts */
.featured-post {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.featured-post img {
    transition: transform 0.3s ease;
}

.featured-post:hover img {
    transform: scale(1.05);
}



/* blog-post.css */

/* Variables */
:root {
    --primary-color: #2563eb;
    --secondary-color: #475569;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --background-light: #f8fafc;
    --card-background: #ffffff;
    --border-radius: 1rem;
    --transition: all 0.3s ease;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background-color: var(--text-primary);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.hero-section:hover .hero-background {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: white;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease;
}

/* Main Content Card */
.content-card {
    background: var(--card-background);
    border-radius: var(--border-radius);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    position: relative;
    z-index: 3;
    padding: 2.5rem;
    transition: var(--transition);
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Meta Information */
.post-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.post-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Description */
.post-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e2e8f0;
}

/* Tags */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.tag {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tag-primary {
    background-color: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
}

.tag-secondary {
    background-color: rgba(71, 85, 105, 0.1);
    color: var(--secondary-color);
}

.tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Images */
.post-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    margin: 2.5rem 0;
}

.post-image img {
    width: 100%;
    height: auto;
    transition: var(--transition);
}

.post-image:hover img {
    transform: scale(1.02);
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.gallery-item {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Share Buttons */
.share-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
    margin-top: 2.5rem;
}

.share-buttons {
    display: flex;
    gap: 1rem;
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-light);
    color: var(--text-secondary);
    transition: var(--transition);
}

.share-button:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

/* Comments Section */
.comments-section {
    background-color: var(--background-light);
    padding: 4rem 0;
    margin-top: 4rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .content-card {
        margin-top: -50px;
        padding: 1.5rem;
    }

    .post-meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Loading Spinner */
.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid var(--background-light);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* facebook-comments.css */
.facebook-comments-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.facebook-comments-container iframe {
    width: 100% !important;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .facebook-comments-container {
        padding: 15px;
    }
}

/* Animación de carga */
.facebook-comments-container {
    opacity: 0;
    animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    color: #000;
}