.full-size-servico {
    height: calc(170vh - 100px);
}

.background-inventario-servico {
    background-image: url("/2tsinventory/imagens/market.png");
    background-size: cover;
    background-attachment: fixed;        
}

.propaganda-inventarios-servico{
    background-color: rgba(0.5, 0.5, 0.5, 0.5);
    color: #fff;   
    margin-top: 60px!important;
    justify-content: center;
    align-items: center;
    width: 100%
}

.background-TI-servico {
    background-image: url("/2tsinventory/imagens/servicos-TI.png");
    background-size: cover;
    background-attachment: fixed;        
}

.full-TI-servico {
    height: calc(140vh - 100px);
}

.propaganda-TI-servico{
    background-color: rgba(0.5, 0.5, 0.5, 0.5);
    color: #fff;   
    margin-top: 20px!important;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (max-width: 400px) {
    .full-size-servico {
        height: calc(250vh - 100px);
    }    

    .full-TI-servico{
        height: calc(195vh - 100px);
    }
}

@media (max-width: 414px) and (max-height: 736px) {
    .full-size-servico {
        height: calc(250vh - 100px);
    }    

    .full-TI-servico{
        height: calc(195vh - 100px);
    }   
}