.elementor-5837 .elementor-element.elementor-element-dfb175c{--spacer-size:17px;}.elementor-5837 .elementor-element.elementor-element-3afbbc4{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-5837 .elementor-element.elementor-element-3afbbc4 > .elementor-widget-container{background-image:url("https://asocabildosipsi.com/wp-content/uploads/2021/01/pharma-company-template-hero-bg.svg");margin:0px 0px 0px 0px;}.elementor-5837 .elementor-element.elementor-element-598c723{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-3afbbc4 */body .elementor-element {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* Tabla de radicados */
.tabla-radicados {
    width: 80%;
    overflow-x: auto;
}

.tabla-radicados table {
    width: 80%;
    border-collapse: collapse;
    margin: 20px 0;
}

.tabla-radicados th, .tabla-radicados td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tabla-radicados th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.tabla-radicados tr:hover {
    background-color: #f5f5f5;
}

/* Estados */
.estado-pendiente {
    color: #ff9800;
    font-weight: bold;
}

.estado-procesando {
    color: #2196f3;
    font-weight: bold;
}

.estado-completado {
    color: #4caf50;
    font-weight: bold;
}

.estado-rechazado {
    color: #f44336;
    font-weight: bold;
}

/* Detalle del radicado */
.detalle-radicado {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.detalle-radicado h3 {
    margin-top: 0;
    color: #2c3e50;
}

.detalle-contenido p {
    margin: 10px 0;
}

.descripcion {
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.ver-detalle, .volver {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.ver-detalle:hover, .volver:hover {
    text-decoration: underline;
}

/* Formulario de seguimiento */
.form-seguimiento {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.form-seguimiento input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-seguimiento button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.resultado-seguimiento {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.no-encontrado {
    color: #f44336;
    margin-top: 20px;
}

/* Contenedor principal del formulario */
.elementor-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px; /* Ajusta este valor según necesites */
    width: 100%;
}

/* Animación de aparición */
.elementor-form {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Efecto hover para campos */
.elementor-field-group:hover .elementor-field-label {
    color: #3498db;
}

/* Transición para el botón */
.elementor-button {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}/* End custom CSS */
/* Start custom CSS *//* Contenedor principal */
.elementor-form {
    max-width: 800px;
    width: 90%;
    margin: 40px auto;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

/* Para pantallas pequeñas */
@media (max-width: 767px) {
    .elementor-form {
        width: 95%;
        padding: 25px;
        margin: 20px auto;
    }
}

/* Asegurar que los campos no sean demasiado anchos */
.elementor-field-group {
    max-width: 100%;
}

/* Centrar el botón */
.elementor-form .elementor-button {
    display: block;
    margin: 30px auto 0;
    max-width: 250px;
}/* End custom CSS */