body { font-family: 'Segoe UI', Arial, sans-serif; margin: 0; background: #f7f9fb; color: #222; }
header { background: #1e88e5; color: #fff; padding: 40px 20px 30px 20px; text-align: center; }
header h1 { margin: 0 0 10px 0; font-size: 2.2em; }
header p { font-size: 1.2em; margin-bottom: 20px; }
nav { background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.03); padding: 10px 0; text-align: center; }
nav .logo { display: inline-block; vertical-align: middle; margin-right: 18px; }
nav .logo img { height: 40px; vertical-align: middle; }
nav a { color: #1e88e5; text-decoration: none; margin: 0 18px; font-weight: 500; }
nav a:hover { text-decoration: underline; }
section { max-width: 900px; margin: 30px auto; background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(30,136,229,0.07); padding: 30px 20px; }
h2 { color: #1e88e5; margin-top: 0; }
.servicio { border: 1px solid #e3eaf1; border-radius: 8px; margin-bottom: 22px; padding: 18px 16px; background: #f4f8fc; overflow: hidden; }
.servicio h3 { margin-top: 0; color: #1565c0; }
.servicio p { margin: 8px 0; }
.servicio img { width: 100%; max-width: 120px; float: right; margin-left: 15px; border-radius: 8px; }
.equipo-img { width: 100%; max-width: 400px; display: block; margin: 0 auto 20px auto; border-radius: 10px; }
.btn { background: #1e88e5; color: #fff; padding: 10px 22px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; margin-top: 8px; }
.btn:hover { background: #1565c0; }
.testimonios { background: #e3f2fd; border-radius: 8px; padding: 18px; margin-bottom: 30px; }
blockquote { font-style: italic; color: #444; margin: 0 0 10px 0; }
form { display: flex; flex-direction: column; gap: 10px; max-width: 400px; }
input, textarea { padding: 10px; border: 1px solid #b3c6e0; border-radius: 5px; font-size: 1em; }
textarea { resize: vertical; min-height: 60px; }
.contact-info { margin-top: 12px; }
.contact-info strong { color: #1e88e5; }
.btn-whatsapp { background: #25d366; color: #fff; position: fixed; bottom: 22px; right: 22px; border-radius: 50%; width: 60px; height: 60px; font-size: 32px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.15); z-index: 100; text-decoration: none; }
footer { text-align: center; color: #888; padding: 18px 0 10px 0; font-size: 0.95em; }
ul { padding-left: 20px; }
@media (max-width: 600px) {
  section { padding: 18px 5px; }
  .servicio { padding: 12px 6px; }
  header { padding: 30px 8px 20px 8px; }
  nav .logo img { height: 32px; }
  .equipo-img { max-width: 95vw; }
  .servicio img { max-width: 80px; }
}


/* Estilos para sección de outsourcing */
.destacado-outsourcing {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #1e88e5;
}

.destacado-outsourcing h3 {
  color: #1565c0;
  margin-top: 0;
  margin-bottom: 10px;
}

.seccion-titulo {
  color: #1e88e5;
  border-bottom: 2px solid #e3f2fd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.outsourcing-intro {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #1e88e5;
}

.servicio.outsourcing {
  background: linear-gradient(135deg, #f4f8fc 0%, #e8f5e8 100%);
  border: 2px solid #4caf50;
  position: relative;
}

.badge-outsourcing {
  background: #4caf50;
  color: white;
  font-size: 0.7em;
  padding: 3px 8px;
  border-radius: 12px;
  font-weight: bold;
  margin-left: 8px;
}

.beneficios {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.beneficios li {
  margin: 5px 0;
  color: #2e7d32;
  font-size: 0.9em;
}

.experiencia-outsourcing {
  background: #e8f5e8;
  border-radius: 8px;
  padding: 18px;
  margin: 20px 0;
  border-left: 4px solid #4caf50;
}

.experiencia-outsourcing h3 {
  color: #2e7d32;
  margin-top: 0;
}

/* Responsive para móviles */
@media (max-width: 600px) {
  .destacado-outsourcing {
    padding: 15px;
    margin: 15px 0;
  }
  
  .badge-outsourcing {
    display: block;
    margin: 5px 0;
    width: fit-content;
  }
  
  .beneficios {
    font-size: 0.85em;
  }
}



/* Estilos adicionales para página de outsourcing separada */
.enlace-outsourcing {
  background: linear-gradient(135deg, #e8f5e8 0%, #f3e5f5 100%);
  border-radius: 10px;
  padding: 25px;
  margin: 20px 0;
  text-align: center;
  border: 2px solid #4caf50;
}

.enlace-outsourcing h2 {
  color: #2e7d32;
  margin-top: 0;
  margin-bottom: 15px;
}

.btn-outsourcing {
  background: #4caf50 !important;
  color: white !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.btn-outsourcing:hover {
  background: #388e3c !important;
}

.beneficios-outsourcing {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #4caf50;
}

.beneficios-outsourcing h3 {
  color: #2e7d32;
  margin-top: 0;
}

.beneficios-outsourcing ul {
  list-style: none;
  padding-left: 0;
}

.beneficios-outsourcing li {
  margin: 8px 0;
  color: #2e7d32;
}

.cta-outsourcing {
  background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e8 100%);
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0;
  text-align: center;
  border: 2px solid #1e88e5;
}

.cta-outsourcing h3 {
  color: #1565c0;
  margin-top: 0;
}

/* Responsive para móviles */
@media (max-width: 600px) {
  .enlace-outsourcing {
    padding: 20px 15px;
    margin: 15px 0;
  }
  
  .beneficios-outsourcing {
    padding: 15px;
  }
  
  .cta-outsourcing {
    padding: 20px 15px;
  }
}

