.img-100 img{width: 100% !Important;}
.sec-100{
    width: 100% !Important;
    margin: 0px;
    padding: 50px 0 0 0 !important;}

.pad0{padding: 0px !Important;}

.caixaImg {position: relative;/* width: 50%; */display: inline-block;}

.imagem {
display: block;
width: 100%;
height: auto;
}


.sobreposicao {position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;transition: .5s ease;background-color: rgb(0 0 0 / 0.8);}


.caixaImg:hover .sobreposicao {
opacity: 1;
}


.texto {color: white;font-size: 10px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: justify;font-family: 'Barlow';font-weight: 100;width: 90%;}
.texto h1{
font-family: 'Barlow' !Important;
color: #fff !Important;
font-size: 20px !Important;
}