@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

input, button, textarea {
  outline: none;
  border: none;
  background: none;
}

section, div, aside, footer, article, header,
menu, nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

img {
  max-width: 100%;
  display: block;
  height: auto;
}

button, a {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,
select,
input,
textarea,
option,
a {
  outline: 0;
}
button:hover, button:active, button:link, button:visited, button:focus,
select:hover,
select:active,
select:link,
select:visited,
select:focus,
input:hover,
input:active,
input:link,
input:visited,
input:focus,
textarea:hover,
textarea:active,
textarea:link,
textarea:visited,
textarea:focus,
option:hover,
option:active,
option:link,
option:visited,
option:focus,
a:hover,
a:active,
a:link,
a:visited,
a:focus {
  outline: 0;
}
button:-moz-focusring,
select:-moz-focusring,
input:-moz-focusring,
textarea:-moz-focusring,
option:-moz-focusring,
a:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}
button::-moz-focus-inner,
select::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
}

.error {
  color: #a94442;
  font-size: 12px;
  margin-top: 5px;
}

.form-register .form-control {
  border-radius: 4px;
  margin-bottom: 5px;
}

#success_message {
  display: none;
}

body {
  margin: 0;
  font-family: "MazzardLight";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "MazzardBold";
}

@font-face {
  font-family: "MazzardBold";
  src: url("../fonts/Mazzard/MazzardH-Bold.otf") format("woff"), url("../fonts/Mazzard/MazzardH-Bold.otf") format("opentype"), url("../fonts/Mazzard/MazzardH-Bold.otf") format("truetype");
}
@font-face {
  font-family: "MazzardBoldItalic";
  src: url("../fonts/Mazzard/MazzardH-BoldItalic.otf") format("woff"), url("../fonts/Mazzard/MazzardH-BoldItalic.otf") format("opentype"), url("../fonts/Mazzard/MazzardH-BoldItalic.otf") format("truetype");
}
@font-face {
  font-family: "MazzardLight";
  src: url("../fonts/Mazzard/MazzardH-ExtraLight.otf") format("woff"), url("../fonts/Mazzard/MazzardH-ExtraLight.otf") format("opentype"), url("../fonts/Mazzard/MazzardH-ExtraLight.otf") format("truetype");
}
.btn-orange {
  background-color: #df5b16;
  color: #ffffff;
}
.btn-orange:hover {
  color: #ffffff;
  opacity: 0.9;
}

.navbar {
  background-color: #000000 !important;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.navbar .logo {
  width: 80px;
}
.navbar a {
  color: #ffffff;
}
.navbar .nav-link {
  font-family: "MazzardBold";
  color: #ffffff !important;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 15px;
  transition: var(--trans, color 0.4s ease 0s);
}
.navbar .nav-link:hover {
  color: #ca6033 !important;
}

.highlight {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/highlight.png");
  padding-top: 67px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.highlight figure {
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.highlight h1, .highlight h2, .highlight p {
  color: #ffffff;
  margin: 15px 0;
  max-width: 600px;
}
.highlight p {
  font-size: 29px;
}
.highlight strong {
  font-family: "MazzardBold";
}
@media screen and (max-width: 1366px) {
  .highlight figure {
    max-width: 290px !important;
  }
}
@media screen and (max-width: 768px) {
  .highlight {
    min-height: 90vh;
  }
  .highlight figure {
    max-width: 210px !important;
  }
}
@media screen and (max-width: 576px) {
  .highlight p {
    font-size: 18px;
  }
  .highlight figure {
    max-width: 150px !important;
  }
  .highlight .btn-orange {
    font-size: 16px;
  }
}

#solicite {
  padding-top: 100px;
}
#solicite h2 {
  margin-bottom: 15px;
}

#sobre {
  padding-top: 100px;
}
#sobre h2 {
  margin-bottom: 15px;
}
#sobre img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  #sobre {
    padding-top: 30px;
  }
  #sobre img {
    margin-top: 20px;
  }
}

#oque {
  padding-top: 100px;
}
#oque h2 {
  margin-bottom: 15px;
}
#oque img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  #oque .row {
    flex-direction: column-reverse;
  }
  #oque img {
    margin-top: 20px;
    border-radius: 10px;
  }
}

#vantagens {
  padding-top: 100px;
}
#vantagens h2 {
  margin-bottom: 15px;
}

#obras {
  padding-top: 100px;
}
#obras h2 {
  margin-bottom: 15px;
}
#obras .card .card-img-top {
  height: 400px;
  object-fit: cover;
}
#obras .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  #obras .card h5 {
    font-size: 18px;
  }
  #obras .card .card-img-top {
    height: 300px;
  }
}

#servicos {
  padding-top: 100px;
}
#servicos h2 {
  margin-bottom: 15px;
}
#servicos .figure-servico {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
}
#servicos .figure-servico img {
  max-width: 150px;
  width: 100%;
}

#produto {
  padding-top: 100px;
}
#produto h2 {
  margin-bottom: 15px;
}
#produto .item-product h3, #produto .item-product p {
  text-align: center;
}
#produto .card {
  box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.15);
}
#produto .card .card-img-top {
  max-width: 300px;
  height: 290px;
  object-fit: contain;
  padding: 20px;
  margin: auto;
}
#produto .marcas img {
  width: 100%;
  max-width: 180px;
  object-fit: contain;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  #produto .card-img-top {
    margin: auto !important;
    height: 150px !important;
  }
  #produto .card-title {
    margin-bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#financiamentos {
  padding-top: 100px;
}
#financiamentos h2 {
  margin-bottom: 15px;
}
#financiamentos .wrapper-logos {
  display: flex;
  align-items: center;
}
#financiamentos figure {
  width: 180px;
}
@media screen and (max-width: 576px) {
  #financiamentos figure {
    max-width: 150px;
    width: 100%;
    margin: 30px auto;
  }
}
#financiamentos figure img {
  width: 100%;
  max-width: 150px;
  margin: auto;
}

#contato h2 {
  margin-bottom: 15px;
}
#contato form {
  padding: 20px;
  box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#contato form textarea {
  height: 125px;
}
@media screen and (max-width: 576px) {
  #contato {
    padding-top: 100px;
  }
}

.slick-carousel {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .slick-slide.slick-current .card, .slick-slide.slick-center .card {
    box-shadow: 0 0 17px 5px #d2d2d2;
  }
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before {
  color: #ca6033;
  font-family: "MazzardLight";
  font-size: 80px;
}
.slick-slider .slick-next::before {
  content: "›";
}
.slick-slider .slick-prev::before {
  content: "‹";
}
.slick-slider .slick-dots li.slick-active {
  color: #ca6033 !important;
  font-size: 15px;
}
.slick-slider .slick-dots button:before {
  color: #ca6033 !important;
  font-size: 15px;
}
.slick-slider .slick-dots li button:before {
  font-size: 15px !important;
}

@media screen and (max-width: 576px) {
  .slick-next::before, .slick-prev::before {
    display: none;
  }

  .slick-next {
    display: none !important;
  }
}
footer {
  background-color: #df5b16;
}
footer .logo {
  max-width: 200px;
  width: 100%;
}
footer h5, footer small {
  color: #ffffff;
  margin-bottom: 10px;
}
footer .list-unstyled li, footer .list-unstyled li a {
  color: #ffffff;
}
footer .list-unstyled li {
  display: flex;
  align-items: center;
}
footer .list-unstyled li i {
  font-size: 17px;
  margin-right: 5px;
}
@media only screen and (max-width: 576px) {
  footer .logo {
    margin: 20px auto;
  }
}

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