
.transparencymask {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}


.backgroundimagecontainer {
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    background-size: cover;
    position: absolute;
    /*-webkit-filter: grayscale(1);*/
}




#generalcontainer {
    left: 0;
    right: 0;
    display: table;
    width: 100%;
}



.particularcontainer {
    max-width: 48%;
    float: left;
    width: 600px;
    height: 400px;
    background-size: cover;
    position: relative;
    margin: 1%;
}

    .particularcontainer:nth-of-type(even) {
        float: right;
    }

/*.particularcontainer:hover {
      background-image: url('/media/1027/tratamento-mecânico-e-biológico.jpg');
    }*/

.backgroundimage {
    max-width: none;
    max-height: 100%;
}

.title {
    color: white;
    font-size: 24px;
    margin: 10px;
    font-family: 'Neo Sans Regular';
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.text {
    font-size: 14px;
    font-family: lato;
    vertical-align: middle;
    color: white;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inlineblock {
    display: inline-block;
}

.textblock {
    float: right;
    margin-right: 5px;
    width: 47%;
}

.plus_link {
    float: right;
}

.generalblock {
    position: absolute;
    width: 100%;
}

.particularcontainer:nth-of-type(even) > .generalblock {
    top: 5%;
}

.particularcontainer:nth-of-type(odd) > .generalblock {
    bottom: 5%;
}



@media (max-width: 768px) {
    .particularcontainer {
        max-width: 70%;
        width: inherit;
        margin-bottom: 50px;
        float: initial !important;
        margin-left: auto;
        margin-right: auto;
    }

    .textblock {
        width: 65%;
    }
}
