@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  background-color: #cc1212;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

.animated-block {
  margin-bottom: 50px;
}
.animated-block #nut,
.animated-block #wrench {
  display: block;
  margin: 0 auto;
}

.main-header {
  display: block;
  max-width: 500px;
  margin-bottom: 16px;
  font-weight: bold;
  font: 30px sans-serif;
  color: #efe4cc;
  text-align: center;
  text-transform: uppercase;
}
.main-titulo {
letter-spacing: 0.1em;
  display: block;
  max-width: 500px;
  margin-bottom: 100px;
  font: 50px 'ADDCN', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

span {
letter-spacing: 0.1em;
  display: block;
  max-width: 500px;
  margin-bottom: -110px;
  font: 30px 'ADDCN', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.main-link {
  margin-left: 25px;
  font: 24px 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



@font-face
{
 font-family: 'ADDCN';
 src: url('../font/ADDCN___.TTF');
}

body, a
{
 font-family:miFuente, miFuenteIE;
}
/**----------------------------**/
