﻿@import url("bootstrap.css");

.icon-taller-wrapper {
    background-color: #007bff !important;  /* Azul fuerte */
    border-radius: 50%;
    display: inline-block;
    padding: 12px;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.icon-taller-wrapper:hover {
    background-color: #0056b3 !important;  /* Azul más oscuro al pasar el mouse */
}

.icon-taller {
    color: #ffffff;  /* Blanco o ícono claro */
}