@CHARSET "UTF-8";

/* CSS personalizado para tamaños específicos no disponibles en Bootstrap */
.w-30px {
    width: 30px;
    height: 30px;
}

.border-dashed {
    border-style: dashed !important;
}

/* ORGANISMO PRINCIPAL */
.organism-container {
    display: flex;
    padding: 20px 180px 32px 180px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    max-width: 1200px;
    margin: 0 auto;
}

/* ÁTOMOS - PASOS */
.step-variant-1 {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background: #438987;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.step-variant-2 {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background: #D9E7E7;
    color: #438987;
    font-weight: bold;
    font-size: 14px;
}

.step-variant-3 {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background: #D9D9D9;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

/* ÁTOMOS - LÍNEAS */
.line-variant-1 {
    width: 30px;
    height: 0;
    flex-shrink: 0;
}

.line-variant-2 {
    width: 30px;
    height: 0;
    flex-shrink: 0;
}

/* ÁTOMOS - BOTONES */
.btn-variant-1 {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #438987;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-icon-variant-1 :hover{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #438987;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.btn-variant-2 {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #438987;
    background: #FFF;
    color: #438987;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-icon-variant-1 {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #438987;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

/* MOLÉCULA - TIMELINE */
.timeline-molecule {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

/* MOLÉCULA - TÍTULO */
.title-step {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* MOLÉCULA - SUBIR ARCHIVO */
.upload-molecule {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 2px dashed #A8A9AE;
    background: #FFF;
}

.upload-icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.upload-title {
    font-size: 16px;
    font-weight: 600;
    color: #438987;
}

.upload-subtitle {
    font-size: 14px;
    color: #666;
}

/* MOLÉCULA - DESCARGAR PLANTILLA */
.download-molecule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 16px;
    border-radius: 8px;
    background: #f8f9fa;
}

.download-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.download-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.download-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.download-subtitle {
    font-size: 12px;
    color: #666;
}

/* MOLÉCULA - INSTRUCTIVO */
.instructivo-molecule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #2463EB;
    background: #EFF6FF;
    cursor: pointer;
}

.instructivo-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.instructivo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.instructivo-title {
    font-size: 14px;
    font-weight: 600;
    color: #2463EB;
}

.instructivo-subtitle {
    font-size: 12px;
    color: #2463EB;
}

/* MOLÉCULA - ALERTA WARNING */
.warning-molecule {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CA8A03;
    background: rgba(254, 252, 232, 0.50);
}

.warning-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.warning-title {
    font-size: 14px;
    font-weight: 600;
    color: #CA8A03;
}

.warning-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-list li {
    font-size: 12px;
    color: #CA8A03;
    margin-bottom: 4px;
    padding-left: 12px;
    position: relative;
}

.warning-list li::before {
    content: "•";
    position: absolute;
    left: 0;
}

/* BOTÓN ATRÁS */
.back-button {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #438987;
    background: #FFF;
    color: #438987;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.back-button:hover {
    background: #f8f9fa;
}

/* Responsive */
@media (max-width: 768px) {
    .organism-container {
        padding: 20px;
    }

    .upload-molecule {
        width: 100%;
    }
}
