  body {
    font-family: "fira sans";
    display: block;
    width: 100%;
    margin:0px auto;
    text-align: center;
  }
  
  #titulo {
    color: #00324b;
    text-align: center;
  }
  
  #subtitulo {
    text-align: center;
  }
  
  .tituloModulo {
    color: #00324b;
    font-weight: bold;
  }
  
  .tituloModulo:hover {
    color: #58c6e0;
  }

  .botoninicio{
	background-color: #108d76;
	color: #fff;
	width: 200px;
	height: 50px;
	margin-top: 30px;
	border-radius: 10% / 50%;
	font-weight: bold;
  }

  .botoninicio:hover{
	background-color: #fff;
	color: #108d76;
	font-weight: bold;
  }
