@font-face {
  font-family: "MixYonder";
  src: url("../fonts/MixYonder.woff2") format("woff2"),
    url("../fonts/MixYonder.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  /* background-image: url("/assets/img/palabras_suelo.png"), url("/assets/img/Ami.png");
    background-size: auto 50px, 75px;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% calc(100% - 50px), 85px calc(100% - 50px); */
  padding-top: 65px;
  background-color: #777;
  min-height: 100vh;
  position: relative;
  padding-bottom: 115px;
}

.roboto {
  font-family: "Roboto";
  font-size: 0.85em;
}

#contenedor {
  min-height: calc(100vh - 50px - 65px);
  display: flex;
  justify-content: center;
}

#iframeProyecto {
  width: 1280px;
  height: 720px;
  padding: 0px;
}
