/* Estilo customizado */
.hero-section {
    background: url('assets/img/img_tecnologia4.jpg') no-repeat center center/cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
}

.about-section img {
    max-height: 300px;
    object-fit: cover;
}

.products-section .card {
    transition: transform 0.3s ease;
}

.products-section .card:hover {
    transform: scale(1.05);
}

.btn-amber {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #000;
}

.btn-amber:hover {
    background-color: #e0a800;
    border-color: #e0a800;
}

.contact-section {
    background: #f8f9fa;
}
