
a {
  text-decoration: none;
}




.grande {
font-family: 'Geologica', serif; font-size: 40px; color:#2C2C2C;"
}
.grandeC {
font-family: 'Geologica', serif; font-size: 60px; color:#fff; line-height: 60%;"
}
.medioC {
font-family: 'Geologica', serif; font-size: 28px; color:#fff; letter-spacing: 1.2px;"
}
.pequeno {
font-family: 'Geologica', serif; font-size: 20px; color:#fff; letter-spacing: 1.2px; line-height: 120%;"
}
.medio {
font-family: 'Geologica', serif; font-size: 28px; color:#191919; letter-spacing: 1.2px;"
}
.pequeno {
font-family: 'Geologica', serif; font-size: 20px; color:#2C2C2C; letter-spacing: 1.2px; line-height: 120%;"
}
.Mpequeno {
font-family: 'Geologica', serif; font-size: 14px; color:#2C2C2C; letter-spacing: 1.2px; line-height: 120%;"
}
.til {
font-family: 'Geologica', serif; font-size: 28px; color:#2C2C2C; letter-spacing: 1.2px; line-height: 120%;"
}
.pequenoC {
font-family: 'Geologica', serif; font-size: 20px; color:#ffffff; letter-spacing: 1.2px; line-height: 120%;"
}
.rodape {
font-family: 'Geologica', serif; font-size: 14px; color:#2C2C2C; letter-spacing: 1.2px; line-height: 120%;"
}
.mediocor1 {
font-family: 'Geologica', serif; font-size: 48px; color:#fff; letter-spacing: 1.2px; line-height: 120%;"
}
.mediocor {
font-family: 'Geologica', serif; font-size: 48px; color:#fff; letter-spacing: 1.2px; line-height: 120%;"
}
.pequenocor {
font-family: 'Geologica', serif; font-size: 18px; color:#fff;"
}
.grandecor {
font-family: 'Geologica', serif; font-size: 20px; color:#fff;"
}
.gigacorcor {
font-family: 'Geologica', serif; font-size: 25px; color:#fff;"
}

.menu {
font-family: 'Geologica', serif; font-size: 14px; color:#2C2C2C;"
}
  

input[type=submit] {
  background-color: #2266AB;
  color: white;
	font-family:  'Geologica', sans-serif;
	font-size:12px;
  padding: 9px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}

input[type=submit]:hover {
  background-color: #1C538A;
}

input[type=submit22] {
  background-color: #2266AB;
  color: white;
	font-family:  'Geologica', sans-serif;
	font-size:10px;
  padding: 3px 6px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
  align: center;
  text-align: center;
}

input[type=submit22]:hover {
  background-color: #1C538A;
}


.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Geologica', serif;
  font-size: 18px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


input[type=text], input[type=file], input[type=date], input[type=time], input[type=number], input[type=password], select, textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
	font-family:  'Geologica', sans-serif;
	font-size:14px;
}


