.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-image: url('../images/Fondo.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 5%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block {
  height: auto;
  margin-right: -30px;
  padding-left: 36px;
}

.div-block-2 {
  background-image: url('../images/2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 40%;
  margin-left: -155px;
  display: flex;
}

.image {
  margin-bottom: 5%;
}

.image._1 {
  margin-bottom: 3%;
}

.div-block-3 {
  margin-top: -138px;
}

.div-block-4 {
  margin-top: -76px;
}

.phone {
  display: none;
}

.image-7 {
  margin-left: 98px;
  margin-right: 10px;
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    height: 100vh;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 2%;
    display: flex;
  }

  .grid {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dic._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: -112px;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .dic._3 {
    width: 100%;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    width: 100%;
    height: 100%;
  }

  .div-block-5 {
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .image-2, .image-3 {
    margin-bottom: 3%;
  }

  .image-4, .image-5 {
    margin-bottom: 5%;
  }

  .image-6 {
    margin-left: 0;
  }

  .phone {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-8 {
    width: 100%;
    margin-top: -28px;
  }
}

#w-node-_1fb71b41-f53e-e9aa-ea83-127395703861-0ddfa3f5 {
  justify-self: end;
}

#w-node-_215bd3be-67ac-7a99-538a-3d30f05fc153-0ddfa3f5 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_715a7a51-06a0-4c8c-f625-5887f16f7281-0ddfa3f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


