* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}


.site {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 20px;
  text-align: center;
}

.logo {
  display: block;
  width: min(100%, 520px);
  width: min(100%, 390px);
  height: auto;
}

.contacto {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 1.45;
  margin-top: 28px;
}

.contacto p {
  margin: 0;
}

.contacto .telefono {
  margin-top: 18px;
}