@@ -87,7 +87,7 @@
</ul>
</div>
<div class="about-image">
- <img src="https://via.placeholder.com/500x400/e5e7eb/6b7280?text=Nuestro+Equipo" alt="Nuestro equipo">
+ <img src="stamp.png" alt="Nuestro equipo" class="rotating-image">
@@ -275,6 +275,20 @@ body {
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
+.rotating-image {
+ animation: rotate 10s linear infinite;
+ box-shadow: none;
+}
+
+@keyframes rotate {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(360deg);
/* Services Section */
.services-grid {
display: grid;