/*
Theme Name: M2M Em Breve
Theme URI: https://m2mtecnologia.com.br
Author: M2M Tecnologia
Description: Tema institucional temporário de página única "Em Breve Novidades" para a M2M Tecnologia.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: m2m-em-breve
*/

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: #020814;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  overflow-x: hidden;
}
.site-wrap {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 70% 30%, rgba(0,123,255,.18), transparent 38%), #020814;
}
.hero-image {
  width: 100%;
  min-height: 100vh;
  background-image: url('assets/images/m2m-em-breve.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 768px) {
  .hero-image {
    background-size: contain;
    background-color: #020814;
    min-height: 100vh;
  }
}
