#top {
  width: 100%;
  height: auto;
  padding: 1px 0 1px 0;
}

/* Inicio */
#inicio {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.inicioImage {
  max-width: 650px;
  height: auto;
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.inicioContacto {
  height: 25%;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  color: #353634;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  margin: auto;
}
.inicioRight {
  width: 50%;
  height: 66%;
  padding: 0 18% 0 2%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#contactoForm {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#contactoForm h1 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #343533;
  transition: all .3s ease;
}
.formLabel {
  width: 100%;
  height: 4rem;
  position: relative;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.formLabel h2 {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  bottom: 0;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.footerForm {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}
.btnAgendar {
  background: rgb(136,204,49)!important;
  background: linear-gradient(0deg, rgba(136,204,49,1) 50%, rgba(161,210,92,1) 50%)!important;
  font-weight: 200;
  font-style: normal;
  color: #030303;
  letter-spacing: 3px;
  border-radius: 5px;
  padding: 0 4rem;
  margin: 15px 0 0 0;
  -webkit-box-shadow: inset -1px 0px 11px 1px rgba(137,198,51,1);
  -moz-box-shadow: inset -1px 0px 11px 1px rgba(137,198,51,1);
  box-shadow: inset -1px 0px 11px 1px rgba(137,198,51,1);
  transition: all .3s ease;
}
.btnAgendar:hover, .btnAgendar:focus, .btnAgendar:active {
  -webkit-box-shadow: -1px 0px 11px 1px rgba(137,198,51,1);
  -moz-box-shadow: -1px 0px 11px 1px rgba(137,198,51,1);
  box-shadow: -1px 0px 11px 1px rgba(137,198,51,1);
}
/*  */

#bottom {
  width: 100%;
  height: auto;
  padding: 1px 0 1px 0;
}
