img {
  max-width: 100%;
}

/* Nosotros */
.inicio {
  padding: 50px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Imagen perfil */
.foto-perfil {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.contenido {
  background-color: rgba(255, 90, 90, 0.3);
  border-radius: 15px;
  padding: 40px;
  max-width: auto;
  width: fit-content;
  box-shadow: 0 0 15px rgba(124, 17, 126, 0.3);
}

.cv-btn {
  width: fit-content;
  background-color: #6A1B9A;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cv-btn:hover {
  background-color: #b48bbd;
  transform: translateY(-2px);
  color: white;
}

/*habilidades*/
.habilidades {
  background-color: rgba(255, 90, 90, 0.3);
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; 
  box-shadow: 0 0 15px rgba(124, 17, 126, 0.3);
  padding: 50px;
}




.habilidades .slick-slide img {
  width: 105px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  padding: 0 5px;
}

.habilidades h1{
  text-align: center;
}
