

.cobertura-page-header {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%),
                url('/assets/img/servicio-ejecutivo.jpg') center/cover;
    position: relative;
    padding: 120px 0 80px;
    color: var(--onix-white);
    overflow: hidden;
}

.cobertura-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(236, 159, 24, 0.2) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.cobertura-page-header .container {
    position: relative;
    z-index: 2;
}


.contacto-page-header {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%),
                url('/assets/img/servicio-ejecutivo.jpg') center/cover;
    position: relative;
    padding: 120px 0 80px;
    color: var(--onix-white);
    overflow: hidden;
}

.contacto-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(236, 159, 24, 0.2) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.contacto-page-header .container {
    position: relative;
    z-index: 2;
}