header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    background-color: var(--color-primario);
    z-index: 100;
}

#contenedorLogo{
    display: flex;
    align-items: center;
}

#logo{
    width: 140px;
    padding-top: 6%;
}

#contenedorLogo{
    margin-left: 10%;
}

#apartados{
    display: flex;
    margin-right: 10%;
}

.contenedoresApartados{
    display: flex;
    align-items: center;
    margin: 0px 36px;
}

.h1header{
    color: var(--color-secundario);
    font-weight: 400;
    font-size: 18px;
}

.h1header:hover{
    scale: 1.05;
    transition: all 300ms ease;
}