.container-1{width: 100%;float: left;margin: 60px 0 0 0;}

.titulo-pisos{width: 92%;float: left;font: 42.02px futura_bold;color: #545559;margin: 0 0 0 5%;}
.titulo-pisos span{color: #f4bb2c;font-family: futura_medium;}
.txt-pisos{width: 85%;float: left;font: 17px futura_book;color: #9a9a9a;line-height: 27.01px;margin: 30px 0 0 5%;}

.engloba-pisos{width: 100%;float: left;display: flex;align-items: center;justify-content: center;flex-flow: wrap;margin: 50px 0 0 0;}

.pisos{width: 22%;height: 323px;float: left;margin: 0 1% 2% 1%;cursor: pointer;}
.engloba-titulo-pisos{width: 100%;height: 58px;float: left;background: #39393c;display: flex;align-items: center;}
.engloba-titulo-pisos p{width: 100%;float: left;font: 17px futura_book;color: #ffffff;text-align: center;}

.img-pisos{width: 100%;height: 265px;float: left;background-size: cover !important;}

.barra{width: 94%;height: 5px;float: left;background: #f4f4f4;margin: 50px 0 60px 3%;}

.engloba-port{display: none;width: 100%;height: 100%;background: #00000069;position: fixed;top: 0;z-index: 9999;}
.fundo-port{width: 100%;height: 100%;background: #00000069;position: fixed;top: 0;z-index: 9999;display: flex;align-items: center;justify-content: center;}
.img-pop{display:none;width: 800px;height: 600px;z-index: 99999;box-shadow: 0 0 4px 0 #000;background-size: contain !important;}
.img-pop a{width: 35px; height: 35px; background: #f4bb2c;float: right;border-radius: 0 0 0 40px; font: 14px montserrat-semibold; display: flex; align-items: center; justify-content: center;cursor: pointer;box-shadow: -1px 3px 7px 0 #070707;}
.img-pop a p{font: 14px montserrat-semibold; color: #313134; position: relative; top: -7%; left: 7%;}
.fecha-port{width: 100%;height: 100%;position: fixed;cursor: pointer;}

@media(max-width: 990px){
    .container-1{margin: 20px 0 0 0;}

    .titulo-pisos{width: 100%;margin: 0;text-align: center;font-size: 20px;}
    .titulo-pisos span{display: none;}
    .txt-pisos{width: 96%;margin: 20px 2% 0 2%;text-align: justify;}

    .barra{width: 100%;margin: 20px 0;}
    .engloba-pisos{margin: 20px 0 0 0;}

    .pisos{width: 98%;margin: 0 1% 20px 1%}

    .engloba-fotos-port{margin: 20px 0;}
    .foto-port{width: 48%;}

    .img-pop{width: 90%;height: 90%;}
  }

  @media(max-width:500px){
    .img-pop{width: 96%;height: 305px;}
}