.elementor-211 .elementor-element.elementor-element-6720f85{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c5a61dc */.transparencia-container.enhanced {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background-color: #f8fafc;
    /*background-color: white;*/
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.transparencia-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #3498db, #2c3e50);
    border-radius: 12px;
    color: white;
}

.header-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.header-description {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #3498db;
    color: #2c3e50;
    font-weight: 600;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #e74c3c;
}

.section-grid.enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.info-card.enhanced {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 20px;
    height: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    color: #333;
    border-left: 5px solid #3498db;
}

.info-card.enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    border-left-color: #e74c3c;
}

.card-icon.enhanced {
    padding: 15px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.card-icon.enhanced img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.card-content.enhanced {
    flex: 1;
    padding: 5px;
}

.card-content.enhanced h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #2c3e50;
    font-weight: 600;
}

.card-description {
    text-align: center;
    font-size: 0.8rem;
    color: #7f8c8d;
    margin: 0;
    line-height: 1.4;
}

.transparencia-footer.enhanced {
    text-align: center;
    margin-top: 60px;
}

.footer-card.enhanced {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    border: 2px solid #3498db;
}

.footer-card.enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    background: #3498db;
    color: white;
}

.footer-card.enhanced:hover h3,
.footer-card.enhanced:hover .footer-description {
    color: white;
}

.footer-card.enhanced img {
    width: 50px;
    margin-right: 20px;
}

.footer-card.enhanced h3 {
    font-size: 1.3rem;
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-weight: 600;
}

.footer-description {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 0;
}

@media (max-width: 1024px) {
    .transparencia-container.enhanced {
        padding: 30px;
    }
    
    .section-grid.enhanced {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    .transparencia-container.enhanced {
        padding: 20px;
    }
    
    .section-grid.enhanced {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .info-card.enhanced {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px 15px;
    }
    
    .card-icon.enhanced {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .header-title {
        font-size: 2rem;
    }
    
    .header-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-grid.enhanced {
        grid-template-columns: 1fr;
    }
    
    .footer-card.enhanced {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .footer-card.enhanced img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}/* End custom CSS */
/* Start custom CSS */h1{
    text-align: center;
}/* End custom CSS */