.apartamento .direcoes {
  margin: 0 0 48px;
}

.apartamento .direcoes + .col h2 {
  text-align: center;
}

.apartamento .direcoes img {
  width: 100vw;
}

.apartamento .planta img {
  width: 100%;
}

.apartamento .vistas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.apartamento section.bg-1 {
  background-image: url('../resources/images/Planta-3-full.png');
  background-size: cover;
}

.apartamento section.bg-1.light::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(243, 243, 238, 0.9);
}

.apartamento section.bg-1 > div {
  z-index: 1;
}

.apartamento section.bg-1 .info h3 {
  margin: 10px 0;
}
.apartamento section.bg-1 .info h3 i {
  width: 50px;
  color: #075e54;
}

iframe {
  width: 100vw;
  height: 100vh;
}

@media (min-width: 1024px) {
  .apartamento .planta {
    width: 60%;
  }
  .apartamento .direcoes img {
    width: 100%;
  }

  iframe {
    width: 900px;
    height: 506px;
  }
}
