.cabecera-desktop-negativo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    height: 250px;
    width: 100%;
    padding: 20px max(20px, calc((100% - 1080px) / 2));
    top:0;
    left: 0;
    right: 0;
    background-blend-mode: multiply;
    mix-blend-mode: normal;
    z-index: 99999999;
    background: linear-gradient(180deg, rgba(0, 73, 118, 0.3) 0%, rgba(0, 73, 118, 0) 100%);
    box-sizing: border-box;
}

.logo-sirocco{
    margin: 0 0;
    width: 190px;
    height:33.76px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navegacion-principal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 20px;
    margin: 0 0;
    width: auto;
    height: 4.12vh;
    flex: none;
    order: 1;
    flex-grow: 0;
}


.frame10 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap:24px;
    width: 262px;
    height: 54px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.text{
    white-space: nowrap;
    width: 64px;
    height: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size:  14px;
    line-height: 24px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    letter-spacing: 0;
}

.button-d{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    row-gap: 10px;
    column-gap:0.69vw;
    width: 164px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
    border: none;
}

.button-d:hover {
    background-color: #ff9ca8;
    color: #fff;
}

.contact{
    width: 84px;
    height: 24px;
    font-family: 'Montserrat';
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #004976;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}

a {
    text-decoration: none; /* Elimina el subrayado del enlace */
    color: inherit; /* Hace que el enlace herede el color del texto de su padre */
}

.frame10 * {
    transition: color 0.3s ease;
}

.frame10 *:hover {
    color: #FF9CA8;
}
