h1, h2, h3, h4, h5 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: normal;
  font-family: "Roboto";
}

p {
  margin: 0 0 10px 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.hover {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a {
  color: #FFFFFF;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.container-in {
  max-width: 1100px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  outline: 0 !important;
  margin: 0;
  padding: 0;
}

.row {
  display: inline-block;
  width: 100%;
}

html {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "MyriadPro";
  color: #000000;
  background: #FFFFFF;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000000;
}
body::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

header {
  background: #1d1612;
  height: 80px;
  box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
  position: relative;
  z-index: 3;
}
header .col {
  float: left;
}
header .col a {
  display: block;
}
header .col.one {
  position: relative;
  margin: 19px 0 0 0;
  width: 50%;
}
header .col.one img {
  width: 150px;
}
header .col.two {
  width: 20%;
  font-family: "Roboto";
  font-size: 14px;
  padding: 30px 0;
  margin: 0 9% 0 0;
}
header .col.two a {
  background: url(../img/mail.png) no-repeat left center;
  padding: 0 0 0 40px;
}
header .col.two a:hover {
  color: #f5df3e;
}
header .col.three {
  width: 21%;
  font-size: 20px;
  padding: 18px 0;
}
header .col.three a {
  background: url(../img/phone.png) #f5df3e no-repeat 20px center;
  padding: 10px 20px 10px 60px;
  border-radius: 50px;
  color: #000000;
}
header .col.three a:hover {
  background: url(../img/phone.png) #FFFFFF no-repeat 20px center;
  color: #000000;
}

.showcase {
  box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -1px 4px 5px -2px rgba(0, 0, 0, 0.39);
}
.showcase .slider-home .slick-arrow {
  position: absolute;
  top: 40%;
  border: 0;
  width: 80px;
  height: 80px;
  background-size: 100%;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
}
.showcase .slider-home .slick-arrow.slick-prev {
  left: 20px;
  background: url(../img/ico-l.png) no-repeat center center;
}
.showcase .slider-home .slick-arrow.slick-next {
  right: 20px;
  background: url(../img/ico-r.png) no-repeat center center;
}

.home-one {
  padding: 50px 0;
}
.home-one .col {
  float: left;
}
.home-one .col.one {
  width: 45%;
}
.home-one .col.one h3 {
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 18px;
  display: table;
}
.home-one .col.one h3::before {
  content: "";
  width: 90px;
  height: 3px;
  background: #f5df3e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-one .col.two {
  width: 55%;
  color: #8b8e94;
}
.home-one .col.two .bottom-two {
  margin: 70px 0 0 0;
}
.home-one .col.two .bottom-two .col-int {
  width: 33%;
  float: left;
  padding: 0 2% 0 0;
}
.home-one .col.two .bottom-two .col-int h4 {
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 14px;
  display: table;
}
.home-one .col.two .bottom-two .col-int h4::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #f5df3e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-one .container-in {
  position: relative;
}
.home-one .container-in .ico-champ {
  position: absolute;
  bottom: -32%;
  left: 0;
  width: 450px;
}

.home-two {
  background: url(../img/bg-home-two.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  color: #FFFFFF;
}
.home-two h2 {
  text-align: center;
  color: #f5df3e;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  padding: 0 0 40px 0;
}
.home-two h2::after {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/ico-bottom.png) no-repeat center center;
  bottom: 0;
  width: 29px;
  height: 22px;
  background-size: 100%;
  position: absolute;
}
.home-two h3 {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 80px 0;
}
.home-two .col {
  float: left;
  width: 50%;
}
.home-two .col h4 {
  color: #f5df3e;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.home-two .col.one {
  padding: 0 100px 0 0;
  width: 58%;
}
.home-two .col.one form .item {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
}
.home-two .col.one form .item .col {
  float: left;
  width: 50%;
}
.home-two .col.one form .item .col.colone {
  padding: 0 3% 0 0;
}
.home-two .col.one form .item .col.coltwo {
  padding: 0 0 0 3%;
}
.home-two .col.one form .item input, .home-two .col.one form .item textarea {
  border: 0;
  font-size: 15px;
  border-bottom: solid 1px #FFFFFF;
  text-transform: uppercase;
  font-family: "Roboto";
  background: transparent;
  padding: 8px 0;
  width: 100%;
  color: #f5df3e;
}
.home-two .col.one form .item input::placeholder, .home-two .col.one form .item textarea::placeholder {
  color: #FFFFFF;
}
.home-two .col.one form .item button {
  padding: 8px 30px;
  color: #f5df3e;
  font-family: "Roboto";
  border: solid 1px #FFFFFF;
  background: transparent;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.home-two .col.one form .item button:hover {
  border: solid 1px #f5df3e;
  background: #f5df3e;
  color: #000000;
}
.home-two .col.two {
  width: 41%;
}
.home-two .col.two .redes-wrap {
  text-align: left;
  margin: 15px 0 0 0;
}
.home-two .col.two .redes-wrap a {
  display: inline-block;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 9px 5px;
  margin: 0 10px 0 0;
}
.home-two .col.two .redes-wrap a:hover {
  background: #8b8e94;
}

footer {
  background: #0e0906;
  padding: 20px 0 0 0;
}
footer .col {
  float: left;
}
footer .col.one {
  width: 20%;
}
footer .col.one img {
  width: 200px;
  max-width: 200px;
}
footer .col.two {
  width: 80%;
}
footer .col.two ul {
  list-style: none;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}
footer .col.two ul li {
  display: inline-block;
  margin: 0 40px;
}
footer .col.two ul li a {
  color: #FFFFFF;
}
footer .col.two ul li a:hover {
  color: #f5df3e;
}
footer .copy {
  padding: 12px;
  background: #080503;
  text-align: center;
  font-size: 11px;
  color: #FFFFFF;
}
footer .copy p {
  margin: 0;
}

@media (max-width: 1220px) {
  header {
    padding: 0 20px;
  }
  header .col.one {
    width: 40%;
  }
  header .col.two {
    width: 25%;
  }
  header .col.three {
    width: 25%;
  }
  header .col.three a {
    padding: 10px 10px 10px 60px;
  }

  .home-one {
    padding: 50px 20px;
  }
  .home-one .container-in .ico-champ {
    bottom: -27%;
    width: 350px;
  }

  .home-two {
    padding: 100px 20px;
  }

  footer {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 992px) {
  header .col.one {
    width: 50%;
  }
  header .col.two {
    display: none;
  }
  header .col.three {
    width: auto;
    margin: 0;
    float: right;
  }
  header .col.three a {
    padding: 10px 30px 10px 60px;
  }

  .home-one .col {
    float: none;
  }
  .home-one .col.one, .home-one .col.two {
    width: 100%;
  }
  .home-one .col.one h3 {
    margin: 0 auto 50px;
    text-align: center;
  }
  .home-one .col.one h3::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home-one .col.two .bottom-two .col-int h4 {
    margin: 0 auto;
    text-align: center;
  }
  .home-one .col.two .bottom-two .col-int h4::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home-one .container-in .ico-champ {
    display: none;
  }

  .home-two .col.one {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
    padding: 0 40px;
  }
  .home-two .col.one form .item .col {
    padding: 0 !important;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .home-two .col.two {
    width: 100%;
    float: none;
    text-align: center;
  }
  .home-two .col.two .redes-wrap {
    text-align: center;
  }

  footer .col.one {
    width: 100%;
    text-align: center;
  }
  footer .col.two {
    width: 100%;
    text-align: center;
  }
  footer .col.two ul {
    text-align: center;
  }
  footer .col.two ul li {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  header .col.three {
    font-size: 16px;
  }
  header .col.three a {
    padding: 10px 30px 10px 60px;
    background: transparent;
    color: #FFFFFF;
  }

  .showcase .slider-home .slick-arrow {
    background-size: 100% !important;
    width: 40px;
    height: 40px;
  }

  .home-two h2 {
    font-size: 30px;
  }
  .home-two h3 {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  header {
    height: 60px;
  }
  header .col.one {
    width: 29%;
  }
  header .col.three {
    padding: 13px 0;
  }

  .home-one .col.two .bottom-two .col-int h4 {
    font-size: 12px;
  }

  .home-two .col.one {
    padding: 0 20px;
  }
}
.flash {
  margin: 5px 0;
  min-height: 2em;
  padding: 1em;
  line-height: 32px;
  border-radius: 0.5em;
  border: 1px;
}

.error {
  color: #d8000c;
  background-color: #ffbaba;
}

.info {
  color: #00529b;
  background-color: #bde5f8;
}

.valid {
  color: #4f8a10;
  background-color: #dff2bf;
}

.warning {
  color: #9f6000;
  background-color: #feefb3;
}

/*# sourceMappingURL=style.css.map */
