.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;

    z-index: 9999;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.btn {
    border-radius: 0;
    padding: 15px;
}

.fondo-azul {
    background: #042865;
    color: #FFFFFF;
}

.card {
    border-radius: 0;
}

.fondo-azul .card-body p {
    margin: 0;
}

.logo-box {
    height: 120px;
    width: 100%;
}

.logo-img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

.salary-item {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 1px solid #ececec;
}

.salary-item small {
    display: block;
    color: #6c757d;
    margin-bottom: 4px;
    font-size: 13px;
}

.salary-item strong {
    font-size: 18px;
    color: #212529;
}