
        .hero-section {  
            background: radial-gradient(circle,rgba(252, 0, 8, 1) 0%, rgba(176, 0, 56, 1) 100%);
            color: white;
            padding: 80px 0;
background-position: top;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }
        
        .card-zona {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            overflow: hidden;
        }
        
        .card-zona:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .card-zona .card-img-top {
            height: 280px;
            object-fit: cover;
            object-position: center;
            width: 100%;
            transition: transform 0.3s ease;
        }
        
        .card-zona:hover .card-img-top {
            transform: scale(1.05);
        }
        
        .btn-ver-tramites {
            position: relative;
            z-index: 1;
        }
        
        .btn-login-simple {
            background-color: #ffc107;
            border-color: #ffc107;
            color: #000;
            font-weight: 600;
            padding: 10px 24px;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-login-simple:hover {
            background-color: #ffca2c;
            border-color: #ffca2c;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(255, 193, 7, 0.4);
            color: #000;
        }
    .hero-dif {
            /* Imagen de fondo */
            background-image:url('img/DIF_Hor_Color.png'), radial-gradient(rgba(233, 233, 233, 0.8), rgb(246, 246, 247)) ;
         
            background-position: top;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: white;
            padding: 250px 0;
            position: relative;
        }   
        
        .hero-agua {
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
           background-position: top;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: white;
            padding: 250px 0;
            position: relative;
        }
            .hero-presidencia {
    background-image:url('img/Jere_Hor_ColorC.png'), radial-gradient(rgba(233, 233, 233, 0.8), rgb(246, 246, 247)) ;
         
            background-position: top;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: white;
            padding: 250px 0;
            position: relative;
}
    