body {
  background-color: #fff;
}
body .cuerpo-web {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100vh;
  width: 100vw;
  justify-content: space-between;
}
body .cuerpo-web .logo-header {
  width: 14vw;
  height: 15vh;
  order: 0;
}
body .cuerpo-web .logo-header img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body .cuerpo-web .contacto-header {
  width: 40vw;
  height: 15vh;
  display: flex;
  justify-content: end;
  order: 1;
}
body .cuerpo-web .contacto-header img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
body .cuerpo-web .instagram-header {
  width: 10vw;
  height: 15vh;
  order: 2;
}
body .cuerpo-web .instagram-header img {
  max-width: 100px;
}
body .cuerpo-web .img-principal {
  width: 100%;
  height: 70vh;
  order: 3;
}
body .cuerpo-web .img-principal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .cuerpo-web .imagen-texto {
  width: 100%;
  padding: 1% 5vw;
  height: 14vh;
  order: 4;
}
body .cuerpo-web .imagen-texto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  body .cuerpo-web {
    display: flex;
    height: auto;
    width: 100vw;
    justify-content: space-between;
  }
  body .cuerpo-web .logo-header {
    width: 100vw;
    height: 15vh;
    order: 0;
    text-align: center;
  }
  body .cuerpo-web .logo-header img {
    max-width: 70px;
    margin: 0 auto;
  }
  body .cuerpo-web .contacto-header {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    order: 3;
    text-align: center;
    margin: 3vw 0;
  }
  body .cuerpo-web .contacto-header img {
    height: auto;
    width: 90%;
    object-fit: initial;
  }
  body .cuerpo-web .instagram-header {
    width: 100vw;
    height: auto;
    order: 4;
    text-align: center;
  }
  body .cuerpo-web .instagram-header img {
    max-width: 50px;
  }
  body .cuerpo-web .img-principal {
    width: 100vh;
    height: 50vh;
    order: 1;
  }
  body .cuerpo-web .img-principal img {
    width: 100vw;
  }
  body .cuerpo-web .imagen-texto {
    width: 100%;
    padding: 1% 5vw;
    height: auto;
    order: 2;
    text-align: center;
    margin: 3vw 0;
  }
  body .cuerpo-web .imagen-texto img {
    height: auto;
    width: 90%;
    object-fit: initial;
  }
}

/*# sourceMappingURL=estilo.css.map */
