.main {
    padding: 0;
}
.hero-empleos {
    position: relative;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom, #266c94, #000);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /* background: url('/static/images/acceso.gif') no-repeat center center/cover; */
    background-size: cover;
}


.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.hero-content h2 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;

}

.hero-content h1 span {
    color: #38bdf8;
}

.btn-principal {
    background-color: #3884af;  
    color: white;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;  
    border-radius: 50px;  
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  
}

.btn-principal:hover {
    background-color: #2a6ea7;  
    transform: translateY(-3px);  
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); 
}


.btn-principal span {
    position: relative;
    z-index: 1;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}               
      
.links {
    display: flex;
    justify-content: center;
    gap: 100px;
}