body{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

header{
    padding-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(0, 42, 90, 0.616),rgba(0, 42, 90, 0.616)), url("../img/background.jpg");
    background-size: cover;
    height: 100vh;
    box-sizing: border-box;
    
}

header p{
    color: white;
    font-size: 1.5rem;
    font-weight: bolder;
    width:80vw;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

header img{
    width: 14vw;
    height: 10vh;
    margin-bottom: 20px;
}

#a-empresa{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-top:3rem;
}

#a-empresa h2{
    text-align: center;
    font-weight: bolder;
    width: 100vw;
    font-size: 1rem;
}

#a-empresa>div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.bloco-servicos{
    width: 50vw;
    text-align: center;
}

.bloco-servicos h3{
    color: #6ea6d9;
    font-weight: bolder;
    text-align: center;
    
}

.bloco-servicos li{
    text-align: left;
    padding: 2px 0;
}

.bloco-servicos img{
    width:70px;
    height: 70px;
    
}

@media(min-width:992px){
    body{
        margin: 0px;
        font-family: 'Montserrat', sans-serif;
    }
    
    
    header{
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(to bottom, rgba(0, 42, 90, 0.616),rgba(0, 42, 90, 0.616)), url("../img/background.jpg");
        background-size: cover;
        height: 100vh
        
    }
    
    header p{
        color: white;
        font-size: 2rem;
        font-weight: bolder;
        width:700px;
        text-align: center;
    }
    
    header img{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    
    #a-empresa{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        padding-top: 3rem;
    }
    
    #a-empresa h2{
        text-align: center;
        font-weight: bolder;
        width: 1050px;
        font-size: 1.5rem;
        margin-left: 100px;

    }
    
    #a-empresa>div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    
    .bloco-servicos{
        width: 400px;
        text-align: center;
    }
    
    .bloco-servicos h3{
        color: #6ea6d9;
        font-weight: bolder;
        text-align: center;
        
    }
    
    .bloco-servicos li{
        text-align: left
    }
    
    .bloco-servicos img{
        width:70px;
        height: 70px;
        
    }
    
}
