Empresas Registradas
2
Recomendaciones
1
Referencias
1
Conexiones
4
🔍 Filtrar Recomendaciones
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f5f5f5; line-height: 1.6; } .header { background: linear-gradient(135deg, #0B3D91 0%, #1e5bb8 100%); color: white; padding: 30px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .header-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; } .header h1 { font-size: 3em; margin-bottom: 10px; } .header p { color: #DAA520; font-size: 1.2em; margin-bottom: 20px; } .header-actions { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .btn { padding: 12px 24px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: transform 0.2s; } .btn-primary { background: #DAA520; color: #0B3D91; } .btn-secondary { background: rgba(255,255,255,0.2); color: white; border: 2px solid white; } .btn:hover { transform: translateY(-2px); } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 30px; } .stat-card { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; border-left: 4px solid #0B3D91; } .stat-number { font-size: 2.5em; font-weight: bold; color: #0B3D91; margin-bottom: 10px; } .stat-label { color: #666; font-size: 0.9em; } .filters { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); margin-bottom: 30px; } .filters h3 { color: #0B3D91; margin-bottom: 20px; font-size: 1.3em; } .filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .form-group { margin-bottom: 15px; } label { display: block; color: #0B3D91; font-weight: 600; margin-bottom: 8px; } select, input[type="text"] { width: 100%; padding: 12px; border: 2px solid #e1e1e1; border-radius: 8px; font-size: 16px; transition: border-color 0.3s; } select:focus, input[type="text"]:focus { outline: none; border-color: #0B3D91; } .filter-actions { display: flex; gap: 10px; flex-wrap: wrap; } .section { background: white; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); overflow: hidden; } .section-header { background: #0B3D91; color: white; padding: 20px; font-size: 1.2em; font-weight: 600; } .section-content { padding: 20px; } .recommendations-grid { display: grid; gap: 20px; } .recommendation-card { border: 1px solid #e1e1e1; border-radius: 10px; padding: 20px; transition: box-shadow 0.3s; } .recommendation-card:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .card-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; } .company-info { display: flex; align-items: center; gap: 10px; flex: 1; } .logo-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } .logo-placeholder { width: 50px; height: 50px; background: #0B3D91; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.2em; } .company-name { font-weight: 600; color: #0B3D91; font-size: 1.1em; } .profile-badge { background: #DAA520; color: #0B3D91; padding: 4px 12px; border-radius: 15px; font-size: 0.8em; font-weight: 600; } .recommendation-text { color: #333; line-height: 1.6; margin-bottom: 15px; } .card-footer { display: flex; justify-content: between; align-items: center; color: #666; font-size: 0.9em; border-top: 1px solid #e1e1e1; padding-top: 15px; } .date { color: #999; } .empty-state { text-align: center; padding: 60px 20px; color: #666; } .empty-state h3 { color: #0B3D91; margin-bottom: 15px; } @media (max-width: 768px) { .header h1 { font-size: 2em; } .header-actions { flex-direction: column; align-items: center; } .filter-grid { grid-template-columns: 1fr; } .stats-grid { grid-template-columns: repeat(2, 1fr); } .card-header { flex-direction: column; align-items: flex-start; } }
Red de Recomendaciones Empresariales - Conectando negocios, construyendo confianza
Empresas Registradas
2
Recomendaciones
1
Referencias
1
Conexiones
4