@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: gothic;
  src: url("../fonts/gothic.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

.mob {
  display: none;
}

.desk {
  display: block;
}

body {
  background-color: #ffffff;
  font-family: gothic;
}

#logo {
  width: 50%;
  max-width: 300px;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
  box-sizing: border-box;
}

#logo img {
  width: 100%;
  height: auto;
}

#texto {
  text-align: center;
  text-transform: uppercase;
}
