* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

fieldset {
  border: none; }

body {
  background: #111111;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  color: #fff; }

.alinhamento {
  clear: both;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  position: relative;
  width: 90%; }

.right {
  float: right;
  display: block; }

.left {
  float: left;
  display: block; }

ul {
  list-style: none; }

@media only screen and (max-width: 728px) {
  main section#logo img {
    width: 251px; }

  #content {
    margin-bottom: 35px; } }
header#topo {
  width: 100%;
  float: left; }

main {
  width: 100%;
  float: left;
  float: left; }
  main section#text h1 {
    font-size: 33px; }
  main section#text h2 {
    margin-top: 10px; }
    main section#text h2 span {
      color: #ed302e; }
  main section#logo {
    margin-top: 30px;
    margin-bottom: 17px; }
    main section#logo img {
      width: 335px; }
  main section#time {
    width: 100%;
    float: left;
    background: #fff;
    font-weight: bold;
    color: #5f5e5e;
    font-size: 38px;
    letter-spacing: 5px;
    padding: 21px 0;
    margin-top: 40px;
    text-transform: uppercase; }
  main button#inscricao {
    width: 100%;
    border: none;
    background: #ed302e;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
    font-size: 18px; }
  main p {
    margin-top: 5px; }
  main span.emojis {
    color: #ed302e;
    font-size: 30px; }
  main a {
    color: #ed302e;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 10px 20px;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 380px;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 7px; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

div#headerModal {
  float: left;
  width: 100%;
  margin-bottom: 16px; }
  div#headerModal div.logo {
    width: 180px;
    float: left;
    height: 49px; }

#contentForm {
  width: 100%;
  float: left;
  text-align: center; }
  #contentForm input {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    margin-bottom: 5px;
    text-align: center; }
  #contentForm button {
    width: 100%;
    background: #ed302e;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 0;
    border-radius: 26px;
    margin-top: 6px;
    cursor: pointer; }

footer {
  width: 100%;
  float: left; }

/*# sourceMappingURL=main.css.map */
