@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("embedded-opentype"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Black";
  src: url("../fonts/GothamBlack.ttf") format("embedded-opentype"), url("../fonts/GothamBlack.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/GothamBold.ttf") format("embedded-opentype"), url("../fonts/GothamBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/GothamBook.ttf") format("embedded-opentype"), url("../fonts/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/GothamMedium.ttf") format("embedded-opentype"), url("../fonts/GothamMedium.ttf") format("truetype");
}
body {
  font-family: "Gotham Book", "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:active {
  color: #606060;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alexandria", serif;
  font-weight: 600;
}

p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
}

blockquote {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-style: italic;
}

#boxBanner {
  z-index: 5;
  margin-bottom: 30px;
}
#boxBanner .owl-dots {
  position: relative;
  z-index: 999;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#boxBanner .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #606060;
  border-radius: 50%;
  margin: 0 14px;
  transition: all 0.3s ease-in-out;
}
#boxBanner .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

#boxVideo {
  padding: 60px 0;
}
#boxVideo figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#boxVideo figure .overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#boxVideo figure .overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.5;
}
#boxVideo .content-video {
  padding: 20px;
  text-align: left;
}
#boxVideo .content-video .call {
  font-size: 1.1rem;
}
#boxVideo .content-video h2 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: 0.5;
  font-weight: 400;
  padding: 25px 0;
}
#boxVideo .content-video h2 span {
  color: #fbb12f;
}
#boxVideo .content-video p {
  font-family: "Gotham Book", sans-serif;
  font-size: 1rem;
  color: #000000;
}
#boxVideo .content-video a {
  font-family: "Gotham Medium", sans-serif;
  font-size: 0.9rem;
  color: #000000;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 20px;
  border: solid 1px #fbb12f;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
#boxVideo .content-video a:hover {
  background-color: #fbb12f;
  color: #ffffff;
}

#boxSolutions {
  padding: 60px 0;
  background-color: #000000;
}
#boxSolutions .title h2 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.5;
  font-weight: 400;
}
#boxSolutions .title hr {
  border: solid 1px #fbb12f;
  opacity: 1;
  height: 2px;
  width: 60%;
}
#boxSolutions .title p {
  text-align: center;
  font-family: "Gotham Book", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 20px 0 60px 0;
}
#boxSolutions a {
  font-family: "Gotham Book", sans-serif;
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: none;
  padding: 1px 10px;
  border-radius: 20px;
  border: solid 1px #fbb12f;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
#boxSolutions a:hover {
  background-color: #fbb12f;
  color: #ffffff;
}

#boxNews {
  padding: 60px 0 30px 0;
}
#boxNews .title h2 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0.5;
  font-weight: 400;
}
#boxNews .title hr {
  border: solid 1px #fbb12f;
  opacity: 1;
  height: 2px;
  width: 60%;
}
#boxNews .title p {
  text-align: center;
  font-family: "Gotham Book", sans-serif;
  font-size: 1.2rem;
  color: #000000;
  margin: 20px 0 60px 0;
}
#boxNews .news-item figure {
  margin: 0;
  padding: 0;
}
#boxNews .news-item .content-post {
  padding-left: 40px;
}
#boxNews .news-item .content-post h4 {
  font-family: "Gotham Medium", sans-serif;
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
  padding: 0;
}
#boxNews .news-item .content-post p {
  font-family: "Gotham Book", sans-serif;
  font-size: 1rem;
  color: #000000;
  margin: 30px 0;
}
#boxNews .news-item .content-post a {
  font-family: "Gotham Book", sans-serif;
  font-size: 0.9rem;
  color: #000000;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 20px;
  border: solid 1px #fbb12f;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
#boxNews .news-item .content-post a:hover {
  background-color: #fbb12f;
  color: #ffffff;
}

footer {
  background-color: #fbb12f;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
  margin-top: 180px;
  z-index: 99;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #ffffff;
}
footer #boxOrder {
  background-color: #000000;
  padding: 60px 80px;
  margin-top: -210px;
  border-radius: 100px;
}
footer #boxOrder .title-call {
  font-size: 2.8rem;
  line-height: 40px;
  padding-right: 30px;
  border-right: solid 2px #fbb12f;
}
footer #boxOrder .title-call.small {
  display: none;
}
footer #boxOrder .title-call .info {
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  padding: 0 10px;
  text-align: justify;
}
footer #boxOrder .column-iputs {
  padding: 0 50px;
}
footer #boxOrder .order-bottom {
  padding: 0 50px;
  margin-top: 12px;
  font-size: 1rem;
}
footer #boxOrder input {
  background-color: transparent;
  border: solid 1px #fbb12f;
  padding: 6px 16px;
  border-radius: 20px;
  color: #ffffff;
  font-style: 1.5rem;
}
footer #boxOrder input::-moz-placeholder {
  color: #ffffff;
}
footer #boxOrder input::placeholder {
  color: #ffffff;
}
footer #boxOrder textarea {
  background-color: transparent;
  border: solid 1px #fbb12f;
  padding: 2px 16px;
  border-radius: 5px;
  color: #ffffff;
  width: 100%;
}
footer #boxOrder textarea::-moz-placeholder {
  color: #ffffff;
}
footer #boxOrder textarea::placeholder {
  color: #ffffff;
}
footer #boxOrder button {
  font-family: "Gotham Book", sans-serif;
  border: none;
  background-color: #fbb12f;
  border-radius: 20px;
  padding: 2px 16px;
  font-weight: 600;
}
footer #boxContacts {
  padding-top: 90px;
  padding-bottom: 60px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
}
footer #boxContacts a {
  font-size: 1.1rem;
}
footer #boxAddress {
  padding: 60px 0;
  font-size: 0.9rem;
  color: #000000;
  border-top: solid 3px #000000;
}
footer #boxAddress .title {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.1rem;
}
footer .copyright {
  background-color: #111111;
  font-size: 0.8rem;
  padding: 14px 0;
  color: #606060;
  margin-top: 40px;
}/*# sourceMappingURL=main.css.map */