.elementor-275 .elementor-element.elementor-element-0a7244b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-275 .elementor-element.elementor-element-bf7fabb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-275 .elementor-element.elementor-element-737ec4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-275 .elementor-element.elementor-element-28ef25c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ae237a1 *//* CSS para Identidad Gráfica Institucional */

.identidad-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.identidad-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.identidad-header h1 {
    color: #2c5282;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.identidad-header p {
    color: #5a6c7d;
    font-size: 1.1rem;
}

.identidad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.identidad-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.identidad-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.identidad-anep {
    border-left: 5px solid #dc3545;
}

.identidad-epsi {
    border-left: 5px solid #2c5282;
}

.identidad-guide {
    border-left: 5px solid #28a745;
}

.identidad-resources {
    border-left: 5px solid #ffc107;
}

.identidad-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #2c5282;
    font-size: 1.4rem;
    font-weight: 600;
}

.identidad-icon {
    width: 24px;
    height: 24px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.identidad-description {
    margin-bottom: 20px;
}

.identidad-description p {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Logo containers */
.identidad-logo-container {
    margin: 20px 0;
}

.identidad-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.identidad-logo-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.identidad-logo-placeholder:hover {
    border-color: #2c5282;
    background: linear-gradient(135deg, #e8f4f8 0%, #d1e7f0 100%);
}

.identidad-placeholder-icon {
    font-size: 2rem;
    margin-bottom: 8px;
    opacity: 0.6;
}

.identidad-logo-placeholder p {
    font-weight: 600;
    color: #2c5282;
    margin: 0 0 4px 0;
}

.identidad-logo-placeholder small {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Specifications */
.identidad-specs {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.identidad-spec-item {
    margin-bottom: 12px;
}

.identidad-spec-item:last-child {
    margin-bottom: 0;
}

.identidad-format-list {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 0 0;
}

.identidad-format-list li {
    padding: 4px 0;
    padding-left: 20px;
    position: relative;
    color: #5a6c7d;
}

.identidad-format-list li:before {
    content: "📄";
    position: absolute;
    left: 0;
    font-size: 12px;
}

.identidad-font {
    background-color: #e9ecef;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #495057;
}

/* Buttons */
.identidad-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.identidad-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    flex: 1;
    justify-content: center;
    min-width: 200px;
}

.identidad-btn-primary {
    background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
    color: white;
}

.identidad-btn-primary:hover {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2a44 100%);
    transform: translateY(-1px);
}

.identidad-btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    color: white;
}

.identidad-btn-secondary:hover {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    transform: translateY(-1px);
}

.identidad-btn-icon {
    font-size: 16px;
}

/* Guidelines */
.identidad-guidelines {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.identidad-guideline-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.identidad-guideline-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #2c5282;
    margin-bottom: 10px;
}

.identidad-guide-icon {
    font-size: 16px;
}

.identidad-guide-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.identidad-guide-list li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    color: #5a6c7d;
    line-height: 1.4;
}

.identidad-guide-list li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #6c757d;
    font-weight: bold;
}

/* Color Palette */
.identidad-color-palette {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.identidad-palette-title {
    font-weight: 600;
    color: #2c5282;
    margin-bottom: 15px;
    text-align: center;
}

.identidad-colors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.identidad-color-item {
    text-align: center;
}

.identidad-color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.identidad-color-primary {
    background-color: #2c5282;
}

.identidad-color-secondary {
    background-color: #4a90b8;
}

.identidad-color-accent {
    background-color: #5a6c7d;
}

.identidad-color-info strong {
    display: block;
    color: #2c5282;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.identidad-color-info small {
    color: #6c757d;
    font-size: 0.8rem;
    font-family: monospace;
}

/* Resources */
.identidad-resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.identidad-resource-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.identidad-resource-item:hover {
    background-color: #e9ecef;
}

.identidad-resource-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.identidad-resource-info strong {
    display: block;
    color: #2c5282;
    margin-bottom: 4px;
}

.identidad-resource-info p {
    color: #5a6c7d;
    font-size: 0.9rem;
    margin: 0;
}

/* Contact */
.identidad-contact {
    background: linear-gradient(135deg, #e8f4f8 0%, #d1e7f0 100%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.identidad-contact-title {
    font-weight: 600;
    color: #2c5282;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.identidad-contact-info p {
    color: #4a90b8;
    margin: 8px 0;
    font-size: 0.95rem;
}

/* Footer */
.identidad-footer {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-top: 3px solid #dee2e6;
}

.identidad-footer p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .identidad-container {
        padding: 15px;
        width: 100%;
        max-width: 100%;
    }

    .identidad-header {
        padding: 25px 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .identidad-header h1 {
        font-size: 2rem;
    }

    .identidad-header p {
        font-size: 1rem;
    }

    .identidad-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    .identidad-card {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .identidad-card-title {
        font-size: 1.3rem;
    }

    .identidad-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

    .identidad-actions {
        flex-direction: column;
    }

    .identidad-btn {
        min-width: auto;
        width: 100%;
    }

    .identidad-guidelines {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .identidad-colors {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }

    .identidad-resource-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .identidad-container {
        padding: 10px;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .identidad-header {
        padding: 20px 10px;
        margin-bottom: 20px;
        border-radius: 10px;
        width: 100%;
    }

    .identidad-header h1 {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .identidad-header p {
        font-size: 0.95rem;
    }

    .identidad-grid {
        gap: 15px;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .identidad-card {
        padding: 15px;
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .identidad-card-title {
        font-size: 1.2rem;
        gap: 10px;
        flex-wrap: wrap;
    }

    .identidad-icon {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .identidad-logo-placeholder {
        padding: 15px;
        min-height: 100px;
    }

    .identidad-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .identidad-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .identidad-color-swatch {
        width: 50px;
        height: 50px;
    }

    .identidad-colors {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .identidad-contact {
        padding: 15px;
    }

    .identidad-contact-info p {
        font-size: 0.85rem;
    }
}

@media (max-width: 360px) {
    .identidad-container {
        padding: 8px;
        width: 100%;
        max-width: 100vw;
    }

    .identidad-header h1 {
        font-size: 1.5rem;
    }

    .identidad-card {
        padding: 12px;
        width: 100%;
        max-width: 100%;
    }

    .identidad-card-title {
        font-size: 1.1rem;
    }

    .identidad-logos-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}/* End custom CSS */