.overflowImagensInd{
    overflow: hidden;
}
.imagensInd{
    height: 500px;
/*    display: flex;*/
    overflow: hidden;
    transition: margin-left 0.8s linear;
}
.imgInd {
    float: left;
    width: 100px;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.codInd{
    position: absolute;
    margin-top: 20px;
    left: 0px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 250px;
    height: 40px;
    background-color: black;
    border-radius: 0px 10px 10px 0px;
}
.valorInd{
    text-align: center;
    font-weight: bold;
    align-self: center;
    position: absolute;
    top: 490px;
    left: calc(50% - 150px);
    width: 300px;
    height: 60px;
    background-color: black;
    border-radius: 5px;
    color: white;
    font-size: 35px;
    line-height: 60px;
}
.infoInd{
/*    background-color: rgba(0, 0, 0, 0.5);*/
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
}
.infoIndItem{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 25px;    
    color: white;
    font-weight: bold;
}
.textoInd{
    color: white;
    background-color: black;
    font-size: 20px;
    padding: 40px 100px 40px 100px;    
}   
.relacionados{
    max-width: 1350px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 30px;
   
}
.tituloRelacionados{
    text-align: center;
    width: 400px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 5px;
    background-color: black;
    border-radius: 5px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
}
.wBairro{
    margin-left: 30px;
}
.setaDireitaInd{
     position: absolute;
     font-size: 60px;
     color: white;
     right: 20px;
     margin-top: 220px;
     z-index: 99999;
     cursor: pointer;
}
.setaEsquerdaInd{
     position: absolute;
     font-size: 60px;
     color: white;
     left: 20px;
     margin-top: 220px;
     z-index: 99999;
     cursor: pointer;
}

@media only screen and (max-width: 2310px) {
    .relacionados{
        width: 1980px;
    }
}
@media only screen and (max-width: 1980px) {
    .relacionados{
        width: 1650px;
    }
}
@media only screen and (max-width: 1650px) {
    .relacionados{
        width: 1320px;
    }
}
@media only screen and (max-width: 1320px) {
    .relacionados{
        width: 990px;
    }
}
@media only screen and (max-width: 1013px) {
  .infoIndItem{
    font-size: 20px;    
}  
}
@media only screen and (max-width: 990px) {
    .relacionados{
        width: 660px;
    }
}
@media only screen and (max-width: 870px) {
    .infoIndItem{
        text-align: center;
    }
    .wBairro{
        text-align: left;
        margin-left: 0px;
    }
    .infoInd , .infoIndItem{
        height: 70px;
    }
}
@media only screen and (max-width: 830px) {
    .infoInd , .infoIndItem{
        height: auto;
    }
}
@media only screen and (max-width: 795px) {
    .infoIndItem{
        font-size: 15px;
    }
}
@media only screen and (max-width: 703px) {
    .valorInd{
        top: 430px;
    }
    .codInd{
        left: auto;
        right: 0px;
        border-radius: 10px 0px 0px 10px;
        padding-left: 5px;
    }
    .textoInd{
        padding: 50px 50px 40px 50px;  
    }
}
@media only screen and (max-width: 670px) {
    .infoInd{       
        flex-direction: column;
        flex-wrap: wrap;
        height: 130px;
    }
    .infoIndItem{
        text-align: left;
    }
}
@media only screen and (max-width: 659px) {
    .relacionados{
        width: 330px;
    }
}
@media only screen and (max-width: 540px) {
    .textoInd{
        padding: 50px 20px 40px 20px;
    }
}
@media only screen and (max-width: 440px) {
    .tituloRelacionados{
        font-size: 25px;
        width: 320px;
    }
}
@media only screen and (max-width: 400px) {
.infoIndItem{
        max-width: 170px;
    }
}

/*-------fotos do imóvel--------------------*/
  
@media only screen and (max-width: 460px) {

.imagensInd{
    height: 350px;
}
.imgInd {
    height: 350px;
}
.codInd{
    font-size: 20px;
    width: 150px;
    height: 30px;
    line-height: 30px;
}
.valorInd{
    top: 300px;
    width: 200px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    left: calc(50% - 100px);
}
.setaDireitaInd, .setaEsquerdaInd {
     margin-top: 145px;
    
}


}
