@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  background-color: #000000;
}

.logoimgcenter {
  margin-top: 20px;
  width: 4%;
  margin-bottom: 20px;
}

button#btndownload {
  margin-top: 20px;
  width: 160px;
  height: 40px;
  border: 2px solid #808080;
  color: #f2f2f2;
  background-color: transparent;
  font-size: 1em;
  border-radius: 5px;
  margin-bottom: 40px;
}

div#socialmediadiv {
  margin-top: 20px;
  align-content: center;
  margin-bottom: 20px;
}

i {
  font-size: 2.5em;
  padding: 5px;
  color: #808080;
}

#titulo {
  font-family: "Roboto Regular", sans-serif;
  font-size: 2.3em;
  color: #808080;
}

#videoid {
  border: 1px solid #000000;
  border-radius: 20px;
}

div#fundologotipo {
  /* background-color: #f2f2f2; */
}

#background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

div#divfooter {
  background-color: #f2f2f2;
}

.logotipofooter {
  margin-top: 10px;
  width: 10%;
}

@media (max-width: 768px) {
  .logoimgcenter {
    margin-top: 20px;
    width: 18%;
    margin-bottom: 20px;
  }

  .logotipofooter {
    margin-top: 3px;
    width: 32%;
    margin-bottom: 8px;
  }
}
