header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logoWirbotHeadder{
    width: 50%;
    height: 25vh;
    background-image: url('../img/logoWairbot.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    Margin-top: 1vh;
}

.slogan{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--verde);
    color: var(--crema);
    font-size: 2em;
    font-weight: 600;
    text-align: center;   
}

@media screen and (max-width: 800px){
    .logoWirbotHeadder{
        width: 90%;
        height: 15vh;
    }
    .slogan{
        font-size: 1.5em;  
    }
}
