.clearfix:after,
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
html,
button {
  background: none;
}
img,
button,
input {
  border: none;
  outline: none;
}
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
Html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
ul,
ol,
input,
label,
form,
fieldset,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
  outline: none;
}
a {
  text-decoration: none;
}
table {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
textarea {
  resize: none;
}
object {
  display: none;
}
* {
  font: 400 1em "Ubuntu", Verdana, Arial, sans-serif;
  line-height: 1em;
  color: #595550;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 100% !important;
}
.col-1 + div {
  width: 100% !important;
  float: right;
}
.grid-1 > * {
  vertical-align: top;
  width: 99.75% !important;
  display: inline-block;
}
.sec-1 {
  width: 50%;
}
.sec-1 + div {
  width: 50% !important;
  float: right;
}
.col-2 {
  width: 50% !important;
}
.col-2 + div {
  width: 50% !important;
  float: right;
}
.grid-2 > * {
  vertical-align: top;
  width: 49.5% !important;
  display: inline-block;
}
.sec-2 {
  width: 66.66666667%;
}
.sec-2 + div {
  width: 66.66666667% !important;
  float: right;
}
.col-3 {
  width: 33.33333333% !important;
}
.col-3 + div {
  width: 33.33333333% !important;
  float: right;
}
.grid-3 > * {
  vertical-align: top;
  width: 32.58333333% !important;
  display: inline-block;
}
.sec-3 {
  width: 75%;
}
.sec-3 + div {
  width: 75% !important;
  float: right;
}
Body section {
  background: #f2f6f7;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 97.5vh;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30vh;
  /* &:after {
				.bloco(100%);
				filter:blur(4px);
				opacity:0.6;
				display:block;
				background: url('../img/bg_container_exemplo.jpg') no-repeat 50% 50%;
				background-size:cover;
				z-index:-1;
				position:relative;
				content: "";
			}*/
}
Body section h1 {
  min-height: 320px;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  line-height: 1.6em;
  max-width: 325px;
  height: 40vh;
  width: 100%;
  margin: 0;
  padding: 20px;
  -webkit-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.3), 0 0px 0 rgba(0, 0, 0, 0.15);
}
Body section h1 img {
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20% 30px;
}
Body section form {
  text-align: center;
  background: #ff6600;
  display: inline-block;
  min-height: 320px;
  max-width: 325px;
  height: 40vh;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  -webkit-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.75), 0 0px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.75), 0 0px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.75), 0 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 30px -4px rgba(0, 0, 0, 0.75), 0 0px 0 rgba(0, 0, 0, 0.15);
}
Body section form label {
  font: 400 1.8em "Ubuntu", Verdana, Arial, sans-serif;
  line-height: 1.5em;
  color: #ffffff;
}
Body section form label input {
  font-size: 0.6em;
  background: #ff9900;
  padding: 10px;
}
Body section form #msg {
  background: #ffffff;
}
Body section form #msg h2,
Body section form #msg h2 font {
  line-height: 1.6em;
  color: #d55500;
}
Body section form button {
  font-size: 1.6em;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background: #29a3cc;
  padding: 20px;
  width: calc(100% - 20px);
  position: absolute;
  top: auto;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
Body section form button:hover {
  background: #aa4400;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media all and (min-width: 680px) {
  body h1 {
    position: fixed;
    top: 22.5vh;
    left: auto;
    right: 50%;
    bottom: auto;
  }
  body form {
    position: fixed;
    top: 22.5vh;
    left: 50%;
    right: auto;
    bottom: auto;
  }
}
@media all and (max-width: 680px) {
  body section h1,
  body section form {
    position: static;
    display: block !important;
    margin: 0 auto;
  }
  body section h1 button,
  body section form button {
    bottom: 0;
  }
}
@media all and (max-width: 320px) {
  * {
    font-size: 98%;
  }
}
