* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  border: 0; }

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

body {
  line-height: 1.5;
  background: white; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

table, th, td {
  vertical-align: middle; }

blockquote before, blockquote after, q before, q after {
  content: ''; }

a img {
  border: none; }

b, i {
  display: none; }

body {
  background-color: #fff;
  font-family: 'OpenSans-Regular'; }

h1{
  font-family: 'OpenSans-ExtraBold';
  font-size: 25px;
}
p{
  font-size: 16px;
}
button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
main {
  width: 100%;
  height: 100%; }

main > header,
main > section,
main > footer {
  width: 100%;
  height: auto; }

main > section > div,
main > header > div,
main > header > figcaption > div {
  position: relative;
  display: block;
  width: 900px;
  height: 100%;
  margin: 0 auto; 
}

header figcaption.red-top {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #E41F1F;
  padding: 10px 0;
  -webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.75);
}

header figcaption.black-bottom {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #E41F1F;
  padding: 10px 0;
  -webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.55);
  box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.55);
}

header figcaption.red-top p {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: OpenSans-Light;
}

header figcaption.red-top p.par-top-esquerdo {
  top: 0;
  left: 0;
}

header figcaption.red-top p.par-top-direito {
  top: 0;
  right: 0;
}

header figcaption.red-top p span {
  font-family: OpenSans-Semibold;
  text-transform: uppercase;
}

#section-slide {
  height: 500px;
}

#section-slide img {
  position: absolute;
  display: block;
  width: 400px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -200px;
}

.menu {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.menu ul {
  position: relative;
  display: block;
  top: 3px;
  width: 100%;
  height: auto;
  font-size: 0;
}

.menu ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 20px;
}

.menu ul li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-family: OpenSans-SemiBold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.menu ul li a:after {
  content: '';
  position: relative;
  display: block;
  width: 0%;
  height: 2px;
  top: 2px;
  background-color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu ul li:hover a:after {
  width: 100%;
}

#main-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-image: url(../imgs/main-bg.png);
  background-size: cover;
}

#main-section > div > section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

#main-section > div > section h1 {
  position: relative;
  display: block;
  font-family: OpenSans-Bold;
  font-size: 25px;
  color: #E41F1F;
  text-transform: uppercase;
}

#main-section > div > section h1:after {
  content: '';
  position: relative;
  display: block;
  width: 200px;
  height: 3px;
  background-color: #E41F1F;
  top: 3px;
  margin-bottom: 80px;
}

#main-section > div > section h2 {
  position: relative;
  display: block;
  font-family: OpenSans-BoldItalic;
  font-size: 18px;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#main-section > div > section p {
  position: relative;
  display: block;
  font-family: OpenSans-CondLight;
  font-size: 16px;
  color: #2d2d2d;
  margin: 10px 0px;
  margin-bottom: 50px;
}

#main-section > div > section p:first-letter {
  margin-left: 5px;
}

#main-section > div > section p span {
  font-size: 14px;
  font-family: OpenSans-Bold;
}

#formContato {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 40px auto;
}

#formContato label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

#formContato label.error {
  color: #E41F1F;
}

#formContato input {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  font-family: OpenSans-Light;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
}

#formContato textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  resize: none;
  font-family: OpenSans-Light;
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
}

#formContato fieldset {
  position: relative;
  display: inline-block;
  width: 49%;
  height: auto;
  vertical-align: top;
}

#formContato button {
  position: absolute;
  display: block;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50px;
  outline: none;
  font-family: OpenSans-SemiBold;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#formContato button:hover {
  background-color: #E41F1F;
  border: 1px solid #E41F1F;
  color: #fff;
}

#formContato button:active {
  -webkit-transform: translateX(2px) translateY(2px);
  transform: translateX(2px) translateY(2px);
}

#formContato fieldset h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-family: OpenSans-SemiBold;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

#formContato fieldset h4 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-family: OpenSans-Light;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.phone-icon {
  width: 30px;
  height: 30px;
  background-image: url(../imgs/phone-icon.png);
  background-size: cover;
      position: relative;
    display: inline-block;
    margin-right: 20px;
    top: 10px;
}

.mobile-icon {
  width: 30px;
  height: 30px;
  background-image: url(../imgs/mobile-icon.png);
  background-size: cover;
      position: relative;
    display: inline-block;
    margin-right: 20px;
    top: 10px;
}

#link-facebook {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/facebook-icon.png);
  background-size: cover;
    margin-left: 10px;
    top: 10px;
}

#link-facebook img {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#link-facebook:hover img {
  opacity: 1;
}

.produtos ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
  margin-bottom: 50px;
}

.produtos ul li {
  position: relative;
  display: inline-block;
  width: 39%;
  height: auto;
  vertical-align: top;
  font-family: OpenSans-LightItalic;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
}

footer {
  position: relative;
  display: block;
  top: 80px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: red;
}

footer h1 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 25px;
  color: #fff;
  font-family: OpenSans-LightItalic;
  font-size: 16px;
  text-align: center;
}



