
.header {
    display: flex;
    position: relative;
    height: 500px;
}

.header .container-fluid {
    height: 100%;
    padding: 0;
    background-color: #2c4efa;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/fundo.png');
}

.header .container-fluid .container__inner {
    width: 70%;
    margin: 0 auto;    
}

.header .container-fluid .container__inner .row {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.bg-imagem {
    background-image: url(img/);
}

.header .container-fluid .container__inner .row div.col-esquerda {
    text-align: left;
}

.header .container-fluid .container__inner .row div.col-direita {
    text-align: right;
}

.header .container-fluid .container__inner .row div {
    max-width: 350px;
    padding: 1rem;
}

.header img.logo-logicalis {
    width: 300px;
}

.header img.logo-microsoft {
    width: 250px;
}

.header > .container-fluid > img {

    position: absolute;
}

/* SECTION TEXTO HEADER */

#section-texto-header {
    margin-top: -280px;
}
#section-texto-header .section-texto-header__inner h1 {
    line-height: 2;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

#section-texto-header .section-texto-header__inner h1 mark {
    background-color: #ee0000;
    color: #FFF;
}

#section-texto-header .section-texto-header__inner {
    margin: 0 auto;
    width: 70%;
}

#section-texto-header .section-texto-header__inner .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#section-texto-header .section-texto-header__inner .row div:nth-child(1) {
    width: 100%;
    max-width: 450px;
}

#section-texto-header .section-texto-header__inner .row div:nth-child(2) {
    max-width: 450px;
}

/* SECTION GIF */

#section-gif {
    margin-top: 100px;
    text-align: center;
}

#section-gif img {
    width: 500px;
}

/* SECTION QR CODE */

#section-qr-code {
    margin-top: 100px;
}

#section-qr-code h3 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

#section-qr-code h3 mark {
    color: #FFF;
    background-color: #ee0000;
}

#section-qr-code .container-fluid {
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1279px) {
    .header {
        height: 350px;
    }

    #section-texto-header {
        margin-top: -170px;
    } 

    #section-texto-header .section-texto-header__inner .row div.col-direita {
        max-width: 300px;
    }

    #section-texto-header .section-texto-header__inner h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1023px) {
    .header {
        height: 500px;
    }

    .header .container-fluid .container__inner .row {
        flex-direction: column;
    }

    .header .container-fluid .container__inner .row div.col-esquerda,
    .header .container-fluid .container__inner .row div.col-direita {
        text-align: center;
    }

    #section-texto-header {
        margin-top: -240px;
    }

    #section-texto-header .section-texto-header__inner h1 {
        text-align: center;
    }  

    #section-texto-header .section-texto-header__inner .row div.col-esquerda {
        max-width: 450px;
    }  

    .header .container-fluid .container__inner .row,
    #section-texto-header .section-texto-header__inner .row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }    

    #section-gif {
        margin-top: 400px;
    }

    #section-qr-code .container-fluid {
        background: none;
    }
}

@media (max-width: 991px) {
    #section-texto-header {
        margin-top: -250px;
    }  
    
    #section-texto-header .section-texto-header__inner .row div.col-esquerda {
        margin-bottom: 2rem;
        max-width: 400px;
        padding: 0;
    }

    #section-texto-header .section-texto-header__inner .row div.col-direita {
        max-width: 250px;
    }

    #section-texto-header .section-texto-header__inner h1 {
        font-size: 1.8rem;
    } 

    #section-gif {
        margin-top: 100px;
    } 
}

@media (max-width: 767px) {
    #section-texto-header .section-texto-header__inner h1 {
        font-size: 1.6rem;
    }

    #section-texto-header .section-texto-header__inner .row div.col-esquerda {
        max-width: 350px;
    }

    .qr-code {
        max-width: 250px;
    }
}

@media (max-width: 374px) {
    #section-texto-header .section-texto-header__inner h1 {
        font-size: 1.3rem;
    }
}
