.bgazul {
  background-color: #003579;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("inmueble.png");
  background-position: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 425px) {
  .bgazul {
    background-position: bottom;
    background-size: contain;
    position: relative;
  }
}
.p0 {
  padding: 0px;
}
.rr {
  position: relative;
}
.cuadro {
  background: #fff;
  display: inline-block;
  padding: 100px 150px;
  margin: 30px;
}
.cuadro .boton {
  margin-top: 50px;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
}
.cuadro .inv {
  background: #969dc5;
}
.cuadro .inm {
  background: #003579;
}
@media only screen and (max-width: 1024px) {
  .cuadro {
    padding: 60px;
    margin: 0px;
  }
}
.bien {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.tend {
  text-align: end;
}
@media only screen and (max-width: 1024px) {
  .tend {
    text-align: center;
  }
}
.tend2 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .tend2 {
    text-align: center;
  }
}
.fig {
  position: absolute;
  top: 5%;
  z-index: -1;
}
.vas {
  vertical-align: sub;
}
