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

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

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

.mob {
  display: none;
}

.desk {
  display: block;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", serif;
  color: #000000;
}

.contenedor {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.logo {
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
  box-sizing: border-box;
}

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

.texto {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}
