@charset "UTF-8";
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #000;
  padding-top: 20px;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrapper {
  transition: all 0.5s; }

section {
  position: relative;
  padding: 80px 0; }
section.lighted {
  background-color: #f5f5f5; }

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

p, span {
  line-height: 1.4; }
p + p, p + ul, p + ol, span + p, span + ul, span + ol {
  margin-top: 20px; }

strong {
  font-weight: 700; }
strong.lighted {
  color: #b32125; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px; }
h1.borderHeader, h2.borderHeader, h3.borderHeader, h4.borderHeader, h5.borderHeader, h6.borderHeader {
  position: relative;
  margin-bottom: 40px; }
h1.borderHeader:after, h2.borderHeader:after, h3.borderHeader:after, h4.borderHeader:after, h5.borderHeader:after, h6.borderHeader:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 120px;
  height: 4px;
  background-color: #b32125; }
h1.borderHeader.center, h2.borderHeader.center, h3.borderHeader.center, h4.borderHeader.center, h5.borderHeader.center, h6.borderHeader.center {
  text-align: center; }
h1.borderHeader.center:after, h2.borderHeader.center:after, h3.borderHeader.center:after, h4.borderHeader.center:after, h5.borderHeader.center:after, h6.borderHeader.center:after {
  position: absolute;
  transform: translateX(-50%);
  left: 50%; }

h1, .h1 {
  font-size: 52px;
  font-size: 2.88889rem; }

h2, .h2 {
  font-size: 48px;
  font-size: 2.66667rem; }

h3, .h3 {
  font-size: 42px;
  font-size: 2.33333rem; }

h4, .h4 {
  font-size: 36px;
  font-size: 2rem; }

h5, .h5 {
  font-size: 28px;
  font-size: 1.55556rem; }

h6, .h6 {
  font-size: 20px;
  font-size: 1.11111rem; }

.spHeader {
  width: 100%; }
.spHeader span {
  font-size: 16px;
  font-size: 0.88889rem;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 25px;
  width: 90%; }
.spHeader span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  display: block;
  background-color: #b32125; }
.spHeader.center {
  text-align: center; }
.spHeader.center span {
  display: inline-block;
  padding-left: 0; }
.spHeader.center span:before {
  position: relative;
  top: 0;
  display: inline-block;
  margin-right: 10px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.btn {
  box-sizing: border-box;
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  padding: 15px 40px;
  background-color: #b32125;
  border: #b32125 1px solid;
  cursor: pointer; }
.btn:hover {
  color: #b32125;
  background-color: #fff; }
.btn.translucid {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.35); }
.btn.translucid:hover {
  background-color: #fff;
  border-color: #b32125; }

sup {
  vertical-align: super;
  font-size: smaller; }

img {
  display: block; }
img.imgRoundedBrd {
  border-radius: 10px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  box-sizing: border-box;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 0.88889rem;
  border-radius: 3px;
  font-family: "Barlow", sans-serif;
  color: #000;
  width: 100%;
  padding: 10px 15px;
  border: #b6b8ba 1px solid;
  background-color: #fff;
  outline: none; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border: #e8622c 1px solid; }
input[type="text"].dark, input[type="password"].dark, input[type="email"].dark, textarea.dark, select.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }

textarea {
  min-height: 150px; }

span.select {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative; }
span.select > select {
  box-sizing: border-box;
  appearance: none;
  border-radius: 2px;
  font-size: 16px;
  font-size: 0.88889rem;
  width: 100%;
  padding: 6px 30px 6px 10px;
  font-family: "Barlow", sans-serif;
  border: none;
  background-color: #fff;
  outline: none; }
span.select:after {
  box-sizing: border-box;
  content: "";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size: 12px;
  font-size: 0.66667rem;
  position: absolute;
  right: 10px;
  pointer-events: none; }

label.error {
  font-size: 12px;
  font-size: 0.66667rem;
  color: #e8622c; }
label sup {
  color: red; }
label + input[type="text"], label + input[type="password"], label + input[type="email"], label + textarea, label + select {
  margin-top: 10px; }

fieldset {
  position: relative; }
fieldset + fieldset {
  margin-top: 10px; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 960px) {
  body {
    padding-top: 0; }

  .wrapper {
    padding-top: 60px; } }
@media only screen and (max-width: 760px) {
  p, span, li, dl, td {
    font-size: 16px;
    font-size: 0.88889rem; }

  h1, .h1 {
    font-size: 42px;
    font-size: 2.33333rem; }

  h2, .h2 {
    font-size: 36px;
    font-size: 2rem; }

  h3, .h3 {
    font-size: 32px;
    font-size: 1.77778rem; }

  h4, .h4 {
    font-size: 28px;
    font-size: 1.55556rem; }

  h5, .h5 {
    font-size: 24px;
    font-size: 1.33333rem; }

  h6, .h6 {
    font-size: 18px;
    font-size: 1rem; }

  section {
    padding: 40px 0; } }
header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 100; }
header:before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0; }
header > .container {
  position: relative;
  z-index: 1; }
header .headerBox {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%; }
header .headerBox:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/bg-rounded-angle2.svg) no-repeat 0 0;
  background-size: contain;
  opacity: 0; }
header .headerBoxLogo {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 10px; }
header .headerBoxLogo img {
  transition: all 0.5s;
  width: 100%;
  max-width: 190px;
  height: 60px;
  object-fit: contain; }
header .headerBoxLogo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/bg-rounded-angle.svg) no-repeat 0 0;
  background-size: contain; }
header .headerBoxLogo:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/bg-rounded-angle.svg) no-repeat 0 0;
  background-size: contain; }
header .headerNav {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-right: 20px; }
header .headerNavMenu img {
  display: none; }
header .headerNavMenu ul {
  display: flex !important;
  align-items: center; }
header .headerNavMenu ul li > a {
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.77778rem;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px; }
header .headerNavMenu ul li > a:hover {
  color: #b32125;
  background-color: #fff; }
header .headerNavMenu ul li.active > a {
  color: #b32125;
  background-color: #fff; }
header .headerNavMenu ul li + li {
  margin-left: 5px; }
header .headerNavSocial {
  transition: all 0.5s;
  display: flex !important;
  align-items: center;
  margin-left: 65px; }
header .headerNavSocial li a {
  transition: all 0.5s;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2); }
header .headerNavSocial li a i {
  transition: all 0.5s;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-size: 1rem;
  color: #fff; }
header .headerNavSocial li a:hover {
  background-color: white; }
header .headerNavSocial li a:hover i {
  color: #b32125; }
header .headerNavSocial li + li {
  margin-left: 10px; }
header .headerMenuMobileBtn {
  display: none; }
header.fixed {
  position: fixed;
  top: 0; }
header.fixed:before {
  opacity: 1; }
header.fixed .headerBox:after {
  opacity: 1; }
header.fixed .headerBoxLogo {
  padding: 10px;
  padding-left: 0; }
header.fixed .headerBoxLogo img {
  max-width: 130px;
  height: 40px; }
header.fixed .headerNav {
  padding-right: 0; }
header.fixed .headerNavMenu ul li > a {
  color: #000;
  background-color: rgba(179, 33, 39, 0); }
header.fixed .headerNavMenu ul li > a:hover {
  color: #fff;
  background-color: #b32127; }
header.fixed .headerNavMenu ul li.active > a {
  color: #fff;
  background-color: #b32127; }
header.fixed .headerNavSocial li a {
  background-color: rgba(0, 0, 0, 0.5); }
header.fixed .headerNavSocial li a i {
  color: #fff; }
header.fixed .headerNavSocial li a:hover {
  background-color: #b32127; }
header.fixed .headerNavSocial li a:hover i {
  color: #fff; }
header.passTop .headerBox:after {
  opacity: 0; }
header.passTop .headerBoxLogo:before {
  opacity: 0; }

@media only screen and (max-width: 1102px) {
  header .headerNavSocial {
    margin-left: 20px; } }
@media only screen and (max-width: 960px) {
  header {
    position: fixed;
    top: 0; }
  header:before {
    opacity: 1; }
  header .headerBox:after {
    opacity: 1; }
  header .headerBoxLogo {
    padding: 10px 0;
    padding-left: 0; }
  header .headerBoxLogo img {
    max-width: 130px;
    height: 40px; }
  header .headerNav {
    padding-right: 0; }
  header .headerNavMenu {
    box-sizing: border-box;
    transition: all 0.5s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 1; }
  header .headerNavMenu:before {
    transition: all 0.5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: 0;
    width: 0;
    height: 3px;
    display: block;
    background-color: #b32125;
    z-index: 1; }
  header .headerNavMenu img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0; }
  header .headerNavMenu ul {
    flex-direction: column;
    position: relative;
    padding: 40px 0; }
  header .headerNavMenu ul li > a {
    font-size: 20px;
    font-size: 1.11111rem;
    color: #000;
    background-color: rgba(179, 33, 39, 0);
    opacity: 0; }
  header .headerNavMenu ul li > a:hover {
    color: #fff;
    background-color: #b32127; }
  header .headerNavMenu ul li.active > a {
    color: #fff;
    background-color: #b32127; }
  header .headerNavMenu ul li + li {
    margin-left: 0;
    margin-top: 10px; }
  header .headerNavMenu.opened {
    height: calc(100vh - 60px); }
  header .headerNavMenu.opened:before {
    width: 100%; }
  header .headerNavMenu.opened img {
    opacity: 1; }
  header .headerNavMenu.opened ul li > a {
    opacity: 1; }
  header .headerNavSocial {
    margin-left: 0;
    margin-right: 50px; }
  header .headerNavSocial li a {
    background-color: rgba(0, 0, 0, 0.5); }
  header .headerNavSocial li a i {
    color: #fff; }
  header .headerNavSocial li a:hover {
    background-color: #b32127; }
  header .headerNavSocial li a:hover i {
    color: #fff; }
  header .headerMenuMobileBtn {
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 0.5s;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    border: #b6b8ba 1px solid;
    cursor: pointer; }
  header .headerMenuMobileBtn span {
    transition: all 0.5s;
    display: block;
    position: absolute;
    left: 8px;
    width: 22px;
    height: 2px;
    background-color: #b6b8ba; }
  header .headerMenuMobileBtn span:nth-child(1) {
    top: 11px; }
  header .headerMenuMobileBtn span:nth-child(2) {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  header .headerMenuMobileBtn span:nth-child(3) {
    top: 25px; }
  header .headerMenuMobileBtn:hover {
    border-color: #fff;
    background-color: #b32125; }
  header .headerMenuMobileBtn:hover span {
    background-color: #fff; }
  header .headerMenuMobileBtn.active {
    border-radius: 50%; }
  header .headerMenuMobileBtn.active span:nth-child(1) {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 18px; }
  header .headerMenuMobileBtn.active span:nth-child(2) {
    width: 0; }
  header .headerMenuMobileBtn.active span:nth-child(3) {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px; } }
.waLink {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100; }
.waLink img {
  width: 50px;
  height: 50px; }

footer {
  color: #fff;
  background-color: #202020;
  overflow: hidden; }
footer .footerTop {
  display: flex !important;
  justify-content: space-between;
  padding: 60px 40px;
  margin-left: -20px;
  margin-right: -20px; }
footer .footerTopCol {
  box-sizing: border-box;
  padding: 0 20px; }
footer .footerTopCol .footerLogo {
  display: block; }
footer .footerTopCol .footerLogo img {
  width: 100%;
  height: auto;
  max-width: 180px; }
footer .footerTopCol .slogan {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  max-width: 360px;
  margin-top: 20px; }
footer .footerTopCol h3 {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.2; }
footer .footeToprNav {
  display: flex !important;
  flex-wrap: wrap;
  width: 400px;
  margin-bottom: -15px; }
footer .footeToprNav li {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding-left: 16px;
  margin-bottom: 15px; }
footer .footeToprNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #e8622c; }
footer .footeToprNav li a {
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 300;
  text-transform: uppercase; }
footer .footeToprNav li a:hover {
  text-decoration: underline; }
footer .footeToprNav li + li {
  margin-top: 0; }
footer .footerTopBlock {
  position: relative;
  padding-left: 24px; }
footer .footerTopBlock i {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #e8622c;
  position: absolute;
  left: 0;
  top: 2px; }
footer .footerTopBlock .footerTopBlockInner {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 300; }
footer .footerTopBlock .footerTopBlockInner a {
  display: block;
  line-height: 1.4; }
footer .footerTopBlock .footerTopBlockInner a:hover {
  text-decoration: underline; }
footer .footerTopBlock + .footerTopBlock {
  margin-top: 20px; }
footer .footerBottom {
  padding: 30px 0;
  border-top: rgba(255, 255, 255, 0.2) 1px solid; }
footer .footerBottomInner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px; }
footer .footerBottomInner p {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase; }
footer .footerBottomInner .footerBottomLinks a {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase; }
footer .footerBottomInner .footerBottomLinks a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 1280px) {
  footer .footerTop {
    padding: 60px 0; }
  footer .footerTopCol:first-child {
    min-width: 330px; }
  footer .footerTopCol:last-child {
    min-width: 330px; }
  footer .footeToprNav {
    width: 100%; }
  footer .footerBottomInner {
    padding: 0; } }
@media only screen and (max-width: 1102px) {
  footer .footeToprNav li {
    width: 100%; } }
@media only screen and (max-width: 960px) {
  footer .footerTop {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0; }
  footer .footerTopCol {
    text-align: center;
    width: 100%;
    padding: 0; }
  footer .footerTopCol .footerLogo {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  footer .footerTopCol .footerLogo img {
    max-width: 130px; }
  footer .footerTopCol .slogan {
    margin-left: auto;
    margin-right: auto; }
  footer .footerTopCol h3 {
    margin-bottom: 20px; }
  footer .footerTopCol:first-child {
    min-width: intial; }
  footer .footerTopCol:last-child {
    min-width: intial; }
  footer .footerTopCol + .footerTopCol {
    margin-top: 40px; }
  footer .footeToprNav {
    flex-direction: column;
    align-items: center; }
  footer .footeToprNav li {
    display: inline-flex;
    width: auto;
    padding-left: 0; }
  footer .footeToprNav li:before {
    display: none; }
  footer .footerTopBlock {
    padding-left: 0;
    padding-top: 30px; }
  footer .footerTopBlock i {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; }
  footer .footerBottom {
    padding: 20px 0; }
  footer .footerBottomInner {
    flex-direction: column; } }
.contactBox {
  padding: 0;
  position: relative; }
.contactBox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #202020; }
.contactBox .container {
  position: relative; }
.contactBox .contactBoxInner {
  padding: 0 40px; }
.contactBox .contactBoxCard {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: #b32125; }
.contactBox .contactBoxCardText {
  color: #fff;
  max-width: 760px;
  padding-right: 40px; }
.contactBox .contactBoxCardText h2, .contactBox .contactBoxCardText h3 {
  margin-bottom: 10px; }

@media only screen and (max-width: 1280px) {
  .contactBox .contactBoxInner {
    padding: 0; } }
@media only screen and (max-width: 960px) {
  .contactBox .contactBoxCard {
    flex-direction: column;
    padding: 20px; }
  .contactBox .contactBoxCardText {
    text-align: center;
    padding-right: 0; }
  .contactBox .contactBoxCardBtn {
    margin-top: 20px; } }
.sectionBanner {
  position: relative;
  padding: 0; }
.sectionBanner .container {
  position: relative; }
.sectionBanner .sectBannerBox {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 420px;
  padding: 0 30px;
  padding-top: 80px;
  overflow: hidden; }
.sectionBanner .sectBannerBoxBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.sectionBanner .sbbOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
.sectionBanner .sectBannerText {
  color: #fff;
  text-align: center;
  position: relative; }
.sectionBanner .sectBannerText h1, .sectionBanner .sectBannerText h2 {
  margin-bottom: 20px; }
.sectionBanner .sectBannerText p {
  width: 100%;
  max-width: 480px;
  margin: 0 auto; }
.sectionBanner .sectBannerText.large p {
  max-width: 620px; }

@media only screen and (max-width: 960px) {
  .sectionBanner .sectBannerBox {
    padding-top: 0; } }
@media only screen and (max-width: 760px) {
  .sectionBanner .sectBannerBox {
    height: 380px; } }
.homeMainDL {
  position: relative;
  padding: 0; }
.homeMainDL .container {
  position: relative; }
.homeMainDL .hMainDLBox {
  position: relative;
  margin: 0 !important; }
.homeMainDL .hMainDLBox .slick-active img {
  animation: fadeIn 1s both 0s; }
.homeMainDL .hMainDLBox .slick-active .hMainDLBoxEleText h1, .homeMainDL .hMainDLBox .slick-active .hMainDLBoxEleText h2 {
  animation: fadeInDown 1s both 0s; }
.homeMainDL .hMainDLBox .slick-active .hMainDLBoxEleText p {
  animation: fadeInUp 1s both 0.3s; }
.homeMainDL .hMainDLBox .slick-active .hMainDLBoxEleText [class*="btn"] {
  animation: fadeInUp 1s both 0.6s; }
.homeMainDL .hMainDLBox .slick-prev, .homeMainDL .hMainDLBox .slick-next {
  right: 0;
  width: 40px;
  height: 50px;
  background-color: #fff;
  z-index: 1; }
.homeMainDL .hMainDLBox .slick-prev:before, .homeMainDL .hMainDLBox .slick-next:before {
  transition: all 0.5s;
  color: #b6b8ba;
  opacity: 1; }
.homeMainDL .hMainDLBox .slick-prev:hover:before, .homeMainDL .hMainDLBox .slick-next:hover:before {
  color: #b32125; }
.homeMainDL .hMainDLBox .slick-prev {
  left: initial;
  margin-top: -25px;
  border-top-left-radius: 10px; }
.homeMainDL .hMainDLBox .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeMainDL .hMainDLBox .slick-prev:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/bg-rounded-angle2.svg) no-repeat 0 0;
  background-size: contain; }
.homeMainDL .hMainDLBox .slick-next {
  margin-top: 25px;
  border-bottom-left-radius: 10px; }
.homeMainDL .hMainDLBox .slick-next:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeMainDL .hMainDLBox .slick-next:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/bg-rounded-angle2.svg) no-repeat 0 0;
  background-size: contain; }
.homeMainDL .hMainDLBoxEle {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  min-height: 600px;
  max-height: 960px;
  padding: 0 60px;
  padding-top: 100px;
  overflow: hidden; }
.homeMainDL .hMainDLBoxEle img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeMainDL .hmdlbOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }
.homeMainDL .hMainDLBoxEleText {
  box-sizing: border-box;
  position: relative;
  width: calc(50% + 80px);
  min-width: 640px;
  z-index: 2; }
.homeMainDL .hMainDLBoxEleText h1, .homeMainDL .hMainDLBoxEleText h2 {
  color: #fff; }
.homeMainDL .hMainDLBoxEleText p {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #fff; }
.homeMainDL .hMainDLBoxEleText [class*="btn"] {
  margin-top: 30px; }
.homeMainDL .scrollPageIcon {
  box-sizing: border-box;
  border-radius: 14px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
  width: 24px;
  height: 44px;
  display: block;
  border: #fff 2px solid;
  z-index: 1; }
.homeMainDL .scrollPageIcon span {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  display: block;
  background-color: #fff;
  animation: scrollPage 3s ease-in-out infinite; }

.homeAbout .homeAboutInner {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  padding: 0 40px; }
.homeAbout .homeAboutText {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px; }
.homeAbout .homeAboutText [class*="btn"] {
  margin-top: 30px; }
.homeAbout .homeAboutImg {
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px; }
.homeAbout .homeAboutImg img {
  width: 100%;
  height: auto; }

.homeProducts .homeProductsGrid {
  width: 100%;
  padding: 10px 60px 0;
  margin-bottom: 0 !important; }
.homeProducts .homeProductsGrid .slick-prev, .homeProducts .homeProductsGrid .slick-next {
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  border: #b6b8ba 1px solid;
  background-color: #fff;
  z-index: 1; }
.homeProducts .homeProductsGrid .slick-prev:before, .homeProducts .homeProductsGrid .slick-next:before {
  transition: all 0.5s;
  color: #b6b8ba;
  opacity: 1; }
.homeProducts .homeProductsGrid .slick-prev:hover, .homeProducts .homeProductsGrid .slick-next:hover {
  border-color: #b32125;
  background-color: #b32125; }
.homeProducts .homeProductsGrid .slick-prev:hover:before, .homeProducts .homeProductsGrid .slick-next:hover:before {
  color: #fff; }
.homeProducts .homeProductsGrid .slick-prev {
  left: 0; }
.homeProducts .homeProductsGrid .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeProducts .homeProductsGrid .slick-next {
  right: 0; }
.homeProducts .homeProductsGrid .slick-next:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeProducts .homeProductBox {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  align-items: flex-end;
  position: relative;
  width: calc(33.33% - 20px);
  height: 320px;
  display: block;
  margin: 0 10px;
  padding: 20px;
  overflow: hidden;
  cursor: pointer; }
.homeProducts .homeProductBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: transform 0.5s ease; }
.homeProducts .homeProductBox .hpbOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.5s ease;
  z-index: 1; }
.homeProducts .homeProductBox .homeProductBoxText {
  position: relative;
  z-index: 2; }
.homeProducts .homeProductBox .homeProductBoxText .hpbTopBorder {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: left;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #b32125;
  margin-bottom: 10px;
  will-change: transform;
  transition: transform 0.5s ease; }
.homeProducts .homeProductBox .homeProductBoxText h3 {
  font-size: 28px;
  font-size: 1.55556rem;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.5s ease; }
.homeProducts .homeProductBox .homeProductBoxText p {
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease; }
.homeProducts .homeProductBox:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
.homeProducts .homeProductBox:hover .hpbOverlay {
  opacity: 0.65; }
.homeProducts .homeProductBox:hover .homeProductBoxText .hpbTopBorder {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.homeProducts .homeProductBox:hover .homeProductBoxText h3 {
  opacity: 1; }
.homeProducts .homeProductBox:hover .homeProductBoxText p {
  opacity: 1; }
.homeProducts .homeProductsBtn {
  display: flex !important;
  justify-content: center;
  margin-top: 40px; }

.homeServicios {
  position: relative;
  width: 100%;
  padding: 0; }
.homeServicios .homeServiciosBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeServicios .hservOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  z-index: 1; }
.homeServicios .homeServiciosBox {
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  height: 700px;
  padding: 0 40px;
  z-index: 1; }
.homeServicios .homeServiciosText {
  width: 50%; }
.homeServicios .homeServiciosText .spHeader {
  color: #fff; }
.homeServicios .homeServiciosText p {
  color: #fff; }
.homeServicios .homeServiciosText [class*="btn"] {
  margin-top: 30px; }

.homeBrands .homeBrandsBox {
  padding: 0 40px;
  padding-top: 30px; }
.homeBrands .homeBrandsCarousel .slich-list {
  padding: 0 !important; }
.homeBrands .homeBrandsCarousel .slick-prev, .homeBrands .homeBrandsCarousel .slick-next {
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  border: #b6b8ba 1px solid;
  background-color: #fff;
  z-index: 1; }
.homeBrands .homeBrandsCarousel .slick-prev:before, .homeBrands .homeBrandsCarousel .slick-next:before {
  transition: all 0.5s;
  color: #b6b8ba;
  opacity: 1; }
.homeBrands .homeBrandsCarousel .slick-prev:hover, .homeBrands .homeBrandsCarousel .slick-next:hover {
  border-color: #b32125;
  background-color: #b32125; }
.homeBrands .homeBrandsCarousel .slick-prev:hover:before, .homeBrands .homeBrandsCarousel .slick-next:hover:before {
  color: #fff; }
.homeBrands .homeBrandsCarousel .slick-prev {
  left: -50px; }
.homeBrands .homeBrandsCarousel .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeBrands .homeBrandsCarousel .slick-next {
  right: -50px; }
.homeBrands .homeBrandsCarousel .slick-next:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.homeBrands .homeBrandsCarBox {
  padding: 0 10px; }
.homeBrands .homeBrandsCarBox picture {
  display: block; }
.homeBrands .homeBrandsCarBox img {
  width: auto;
  max-height: 60px; }

@keyframes scrollPage {
  0% {
    height: 4px;
    bottom: calc(100% - 10px); }
  25% {
    height: 14px;
    bottom: calc(100% - 20px); }
  50% {
    height: 4px;
    bottom: calc(100% - 20px); }
  75% {
    height: 14px;
    bottom: calc(100% - 20px); }
  100% {
    height: 4px;
    bottom: calc(100% - 10px); } }
@media only screen and (max-width: 1280px) {
  .homeAbout .homeAboutInner {
    padding: 0; }

  .homeProducts .homeProductBox {
    height: 280px; }

  .homeServicios .homeServiciosBox {
    height: 580px;
    padding: 0; }

  .homeBrands .homeBrandsBox {
    padding: 0 60px;
    padding-top: 30px; }
  .homeBrands .homeBrandsCarousel .slick-prev {
    left: -60px; }
  .homeBrands .homeBrandsCarousel .slick-next {
    right: -60px; } }
@media only screen and (max-width: 960px) {
  .homeMainDL .hMainDLBox .slick-prev, .homeMainDL .hMainDLBox .slick-next {
    top: initial;
    right: initial;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 40px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .homeMainDL .hMainDLBox .slick-prev {
    margin-top: 0;
    margin-left: -25px;
    border-top-left-radius: 10px; }
  .homeMainDL .hMainDLBox .slick-prev:after {
    right: initial;
    top: initial;
    left: -10px;
    bottom: 0; }
  .homeMainDL .hMainDLBox .slick-next {
    margin-top: 0;
    margin-left: 25px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px; }
  .homeMainDL .hMainDLBox .slick-next:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: initial;
    right: -10px;
    bottom: 0;
    background: url(../img/bg-rounded-angle.svg) no-repeat 0 0; }
  .homeMainDL .hMainDLBoxEle {
    min-height: 320px;
    max-height: 540px;
    padding: 20px;
    padding-top: 20px; }
  .homeMainDL .hMainDLBoxEleText {
    width: 100%;
    min-width: initial;
    padding: 20px 40px; }
  .homeMainDL .hMainDLBoxEleText h1, .homeMainDL .hMainDLBoxEleText h2 {
    font-size: 36px;
    font-size: 2rem;
    text-align: center; }
  .homeMainDL .hMainDLBoxEleText p {
    font-size: 16px;
    font-size: 0.88889rem;
    text-align: center; }
  .homeMainDL .hMainDLBoxEleText [class*="btn"] {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .homeMainDL .scrollPageIcon {
    display: none; }

  .homeAbout .homeAboutInner {
    flex-direction: column; }
  .homeAbout .homeAboutText {
    text-align: center;
    width: 100%;
    padding-right: 0; }
  .homeAbout .homeAboutText .spHeader span {
    display: inline-block;
    padding-left: 0; }
  .homeAbout .homeAboutText .spHeader span:before {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px; }
  .homeAbout .homeAboutImg {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }
  .homeAbout .homeAboutImg img {
    max-height: 320px;
    object-fit: cover; }

  .homeProducts .homeProductsGrid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0 0; }
  .homeProducts .homeProductsGrid .slick-list {
    padding: 0 15% 0 0 !important; }
  .homeProducts .homeProductsGrid .slick-dots {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px; }
  .homeProducts .homeProductsGrid .slick-dots li {
    display: block;
    width: 12px;
    height: 12px; }
  .homeProducts .homeProductsGrid .slick-dots li button {
    transition: all 0.5s;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #b6b8ba; }
  .homeProducts .homeProductsGrid .slick-dots li button:before {
    display: none; }
  .homeProducts .homeProductsGrid .slick-dots li.slick-active button {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #b32125; }
  .homeProducts .homeProductBox {
    margin: 0 0 0 20px; }
  .homeProducts .homeProductBox.slick-current img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .homeProducts .homeProductBox.slick-current .hpbOverlay {
    opacity: 0.65; }
  .homeProducts .homeProductBox.slick-current .homeProductBoxText .hpbTopBorder {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .homeProducts .homeProductBox.slick-current .homeProductBoxText h3 {
    opacity: 1; }
  .homeProducts .homeProductBox.slick-current .homeProductBoxText p {
    opacity: 1; }
  .homeProducts .homeProductsBtn {
    margin-top: 60px; }

  .homeServicios .hservOverlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, #000000 100%); }
  .homeServicios .homeServiciosBox {
    height: auto;
    padding: 80px 0; }
  .homeServicios .homeServiciosText {
    width: 100%;
    text-align: center; }
  .homeServicios .homeServiciosText .spHeader span {
    display: inline-block;
    padding-left: 0; }
  .homeServicios .homeServiciosText .spHeader span:before {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px; } }
@media only screen and (max-width: 760px) {
  .homeMainDL .hMainDLBoxEle {
    height: calc(100vh - 80px);
    max-height: 560px; }
  .homeMainDL .hMainDLBoxEleText {
    padding: 0;
    margin-top: -40px; }

  .homeServicios .homeServiciosBox {
    padding: 40px 0; }

  .homeBrands .homeBrandsBox {
    padding: 0 50px;
    padding-top: 0; }
  .homeBrands .homeBrandsCarousel .slick-prev {
    left: -50px; }
  .homeBrands .homeBrandsCarousel .slick-next {
    right: -50px; }
  .homeBrands .homeBrandsCarBox img {
    max-height: 40px; } }
.aboutIntro .aboutIntroInner {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  padding: 0 40px; }
.aboutIntro .aboutIntroImg {
  box-sizing: border-box;
  width: 50%;
  padding-right: 40px; }
.aboutIntro .aboutIntroImg img {
  width: 100%;
  height: auto; }
.aboutIntro .aboutIntroText {
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px; }
.aboutIntro .aboutIntroText [class*="btn"] {
  margin-top: 30px; }

.aboutServicios {
  position: relative;
  width: 100%; }
.aboutServicios .aboutServiciosBox {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  border-radius: 10px;
  position: relative;
  width: 100%;
  padding: 40px;
  overflow: hidden; }
.aboutServicios .aboutServiciosBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.aboutServicios .aservOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
  z-index: 1; }
.aboutServicios .aboutServiciosText {
  width: 50%;
  position: relative;
  z-index: 2; }
.aboutServicios .aboutServiciosText .spHeader {
  color: #fff; }
.aboutServicios .aboutServiciosText p {
  color: #fff; }
.aboutServicios .aboutServiciosText [class*="btn"] {
  margin-top: 30px; }

.aboutClients .aboutClientsGrid {
  width: 100%;
  padding: 10px 60px 0;
  margin-bottom: 0 !important; }
.aboutClients .aboutClientsGrid .slick-prev, .aboutClients .aboutClientsGrid .slick-next {
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  border: #b6b8ba 1px solid;
  background-color: #fff;
  z-index: 1; }
.aboutClients .aboutClientsGrid .slick-prev:before, .aboutClients .aboutClientsGrid .slick-next:before {
  transition: all 0.5s;
  color: #b6b8ba;
  opacity: 1; }
.aboutClients .aboutClientsGrid .slick-prev:hover, .aboutClients .aboutClientsGrid .slick-next:hover {
  border-color: #b32125;
  background-color: #b32125; }
.aboutClients .aboutClientsGrid .slick-prev:hover:before, .aboutClients .aboutClientsGrid .slick-next:hover:before {
  color: #fff; }
.aboutClients .aboutClientsGrid .slick-prev {
  left: 0; }
.aboutClients .aboutClientsGrid .slick-prev:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.aboutClients .aboutClientsGrid .slick-next {
  right: 0; }
.aboutClients .aboutClientsGrid .slick-next:before {
  content: "";
  font-family: "Font Awesome 6 Free"; }
.aboutClients .aboutClientsBox {
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  height: 350px;
  padding: 20px;
  margin: 0 10px;
  background-color: #fff;
  overflow: hidden; }
.aboutClients .aboutClientsBox:hover .aboutClientsBoxBg {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1; }
.aboutClients .aboutClientsBox:hover .aboutClientsBoxOverlay {
  opacity: 0.7; }
.aboutClients .aboutClientsBox:hover .aboutClientsBoxLogo {
  left: 0;
  top: 0;
  transform: translate(20px, 20px); }
.aboutClients .aboutClientsBox:hover .aboutClientsBoxLogo img.color {
  opacity: 0; }
.aboutClients .aboutClientsBox:hover .aboutClientsBoxLogo img.white {
  opacity: 1; }
.aboutClients .aboutClientsBox:hover .aboutClientBoxText {
  opacity: 1;
  transform: translateY(0); }
.aboutClients .aboutClientsBoxBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  will-change: opacity;
  transition: opacity 0.5s ease, transform 0.5s ease; }
.aboutClients .aboutClientsBoxOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  will-change: opacity;
  transition: opacity 0.5s ease; }
.aboutClients .aboutClientsBoxLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: opacity;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease; }
.aboutClients .aboutClientsBoxLogo img {
  width: 100%;
  height: auto;
  will-change: opacity;
  transition: opacity 0.5s ease; }
.aboutClients .aboutClientsBoxLogo img.white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.aboutClients .aboutClientsBoxLogo.lamoderna {
  max-width: 260px; }
.aboutClients .aboutClientsBoxLogo.trimex {
  max-width: 160px; }
.aboutClients .aboutClientsBoxLogo.minsa {
  max-width: 140px; }
.aboutClients .aboutClientsBoxLogo.cargill {
  max-width: 160px; }
.aboutClients .aboutClientsBoxLogo.abb {
  max-width: 120px; }
.aboutClients .aboutClientsBoxLogo.harinera {
  max-width: 160px; }
.aboutClients .aboutClientsBoxLogo.gsalinas {
  max-width: 140px; }
.aboutClients .aboutClientsBoxLogo.abc {
  max-width: 120px; }
.aboutClients .aboutClientsBoxLogo.fandeli {
  max-width: 180px; }
.aboutClients .aboutClientsBoxLogo.textil {
  max-width: 100px; }
.aboutClients .aboutClientsBoxLogo.clariant {
  max-width: 200px; }
.aboutClients .aboutClientsBoxLogo.sonoco {
  max-width: 100px; }
.aboutClients .aboutClientBoxText {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  opacity: 0;
  transform: translateY(100px);
  will-change: opacity;
  transition: opacity 0.5s ease, transform 0.5s ease; }
.aboutClients .aboutClientBoxText p {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: #fff; }
.aboutClients .aboutClientBoxText ul {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  margin-top: 10px; }
.aboutClients .aboutClientBoxText ul li {
  position: relative;
  padding-left: 16px; }
.aboutClients .aboutClientBoxText ul li:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #e8622c; }
.aboutClients .aboutClientBoxText ul li + li {
  margin-top: 5px; }

@media only screen and (max-width: 1280px) {
  .aboutIntro .aboutIntroInner {
    padding: 0; } }
@media only screen and (max-width: 960px) {
  .aboutIntro .aboutIntroInner {
    flex-direction: column; }
  .aboutIntro .aboutIntroImg {
    width: 100%;
    padding-right: 0; }
  .aboutIntro .aboutIntroImg img {
    max-width: 440px;
    margin: 0 auto; }
  .aboutIntro .aboutIntroText {
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }
  .aboutIntro .aboutIntroText .spHeader span {
    display: inline-block;
    padding-left: 0; }
  .aboutIntro .aboutIntroText .spHeader span:before {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px; }

  .aboutServicios .aboutServiciosBox {
    padding: 20px; }
  .aboutServicios .aservOverlay {
    background: linear-gradient(290deg, rgba(0, 0, 0, 0.75) 0%, #000000 100%); }
  .aboutServicios .aboutServiciosText {
    width: 100%;
    text-align: center; }
  .aboutServicios .aboutServiciosText .spHeader span {
    display: inline-block;
    padding-left: 0; }
  .aboutServicios .aboutServiciosText .spHeader span:before {
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px; } }
@media only screen and (max-width: 760px) {
  .aboutClients .aboutClientsGrid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0 0; }
  .aboutClients .aboutClientsGrid .slick-list {
    padding: 0 15% 0 0 !important; }
  .aboutClients .aboutClientsGrid .slick-dots {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px; }
  .aboutClients .aboutClientsGrid .slick-dots li {
    display: block;
    width: 12px;
    height: 12px; }
  .aboutClients .aboutClientsGrid .slick-dots li button {
    transition: all 0.5s;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #b6b8ba; }
  .aboutClients .aboutClientsGrid .slick-dots li button:before {
    display: none; }
  .aboutClients .aboutClientsGrid .slick-dots li.slick-active button {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #b32125; }
  .aboutClients .aboutClientsBox {
    margin: 0 0 0 20px; }
  .aboutClients .aboutClientsBox.slick-current .aboutClientsBoxBg {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  .aboutClients .aboutClientsBox.slick-current .aboutClientsBoxOverlay {
    opacity: 0.7; }
  .aboutClients .aboutClientsBox.slick-current .aboutClientsBoxLogo {
    left: 0;
    top: 0;
    transform: translate(20px, 20px); }
  .aboutClients .aboutClientsBox.slick-current .aboutClientsBoxLogo img.color {
    opacity: 0; }
  .aboutClients .aboutClientsBox.slick-current .aboutClientsBoxLogo img.white {
    opacity: 1; }
  .aboutClients .aboutClientsBox.slick-current .aboutClientBoxText {
    opacity: 1;
    transform: translateY(0); } }
.productsMain .productsMainBg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; }
.productsMain .container {
  position: relative; }
.productsMain .productsMainInner p {
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto; }
.productsMain .productsMainInner img {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px; }
.productsMain .productsMainInnerBtn {
  display: flex !important;
  justify-content: center;
  margin-top: 30px; }

.productsGrid {
  padding-top: 0; }
.productsGrid .productsGridInner {
  display: flex !important;
  justify-content: space-between;
  padding: 0 40px; }
.productsGrid .productsGridCol {
  width: calc(50% - 40px); }
.productsGrid .productsGridBox {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 540px; }
.productsGrid .productsGridBoxBg {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }
.productsGrid .productsGridBoxOverlay {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }
.productsGrid .productsGridBoxText {
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  z-index: 3; }
.productsGrid .productsGridBoxText [class*="btn"] {
  margin-top: 30px; }
.productsGrid .productsGridBoxImg {
  position: absolute;
  right: 30px;
  bottom: -30px;
  z-index: 2; }

.productsAlter .productsAlterBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.productsAlter .container {
  position: relative;
  z-index: 1; }
.productsAlter .productsAlterInner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px; }
.productsAlter .productsAlterInner.invert {
  flex-direction: row-reverse; }
.productsAlter .productsAlterImg {
  box-sizing: border-box;
  width: calc(50% - 40px);
  padding: 0 40px; }
.productsAlter .productsAlterImg img {
  width: 100%;
  height: auto;
  margin: 0 auto; }
.productsAlter .productsAlterImg img.paiTableros {
  max-width: 467px; }
.productsAlter .productsAlterImg img.paiEnergia {
  max-width: 420px; }
.productsAlter .productsAlterText {
  box-sizing: border-box;
  width: calc(50% + 40px); }
.productsAlter .productsAlterText [class*="btn"] {
  margin-top: 30px; }
.productsAlter .productsAlterText h2 span.minus, .productsAlter .productsAlterText h3 span.minus {
  font-size: 0.8em; }
.productsAlter.special .productsAlterImg {
  width: calc(60% - 40px); }
.productsAlter.special .productsAlterText {
  width: calc(40% + 40px);
  padding-left: 40px; }

.productsMore {
  padding: 0; }
.productsMore .productsMoreBox {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 495px;
  padding: 40px;
  overflow: hidden; }
.productsMore .productsMoreBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }
.productsMore .productsMoreOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1; }
.productsMore .productsMoreText {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2; }
.productsMore .productsMoreText p {
  font-size: 24px;
  font-size: 1.33333rem;
  width: 100%;
  max-width: 920px;
  margin: 0 auto; }
.productsMore .productsMoreText [class*="btn"] {
  margin-top: 30px; }

@media only screen and (max-width: 1280px) {
  .productsGrid .productsGridInner {
    padding: 0; }
  .productsGrid .productsGridCol {
    width: calc(50% - 20px); }

  .productsAlter .productsAlterInner {
    padding: 0; }
  .productsAlter.special .productsAlterText {
    padding-left: 0; } }
@media only screen and (max-width: 960px) {
  .productsGrid .productsGridInner {
    flex-direction: column; }
  .productsGrid .productsGridCol {
    width: 100%; }
  .productsGrid .productsGridCol + .productsGridCol {
    margin-top: 40px; }
  .productsGrid .productsGridBoxText {
    padding: 30px 20px; }
  .productsGrid .productsGridBoxImg {
    width: 100%;
    height: auto; }
  .productsGrid .productsGridBoxImg.pgbiArrancadores {
    max-width: 190px; }
  .productsGrid .productsGridBoxImg.pgbiMotores {
    max-width: 280px; }

  .productsAlter .productsAlterInner {
    flex-direction: column; }
  .productsAlter .productsAlterInner.invert {
    flex-direction: column; }
  .productsAlter .productsAlterImg {
    width: 100%;
    padding: 0; }
  .productsAlter .productsAlterImg img.paiCentros {
    max-width: 540px; }
  .productsAlter .productsAlterImg img.paiTableros {
    max-width: 380px; }
  .productsAlter .productsAlterImg img.paiReductores {
    max-width: 300px; }
  .productsAlter .productsAlterImg img.paiEnergia {
    max-width: 280px; }
  .productsAlter .productsAlterText {
    text-align: center;
    width: 100%;
    margin-top: 40px; }
  .productsAlter .productsAlterText h2.borderHeader:after, .productsAlter .productsAlterText h3.borderHeader:after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; }
  .productsAlter.special .productsAlterImg {
    width: 100%; }
  .productsAlter.special .productsAlterText {
    width: 100%; }

  .productsMore .productsMoreBox {
    padding: 20px; }
  .productsMore .productsMoreText p {
    font-size: 20px;
    font-size: 1.11111rem; } }
.servicesGrid {
  padding-bottom: 0; }
.servicesGrid .servicesGridInner {
  padding: 0 40px; }
.servicesGrid .servicesGridBox {
  width: 100%;
  height: 1110px;
  display: grid;
  gap: 20px;
  grid-template-columns: 25%;
  grid-template-rows: repeat(10, 1fr); }
.servicesGrid .servicesGridEle {
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
.servicesGrid .servicesGridEle:hover .servicesGridEleBg {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.servicesGrid .servicesGridEle:hover .servicesGridEleOverlay2 {
  opacity: 0.4; }
.servicesGrid .servicesGridEle .servicesGridEleBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  will-change: transform;
  transition: transform 0.5s ease; }
.servicesGrid .servicesGridEle .servicesGridEleOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 1; }
.servicesGrid .servicesGridEle .servicesGridEleOverlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  will-change: opacity;
  transition: opacity 0.5s ease; }
.servicesGrid .servicesGridEle .servicesGridEleText {
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-end;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2; }
.servicesGrid .servicesGridEle .servicesGridEleText h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  margin-bottom: 0; }
.servicesGrid .servicesGridEle:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/5; }
.servicesGrid .servicesGridEle:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/4; }
.servicesGrid .servicesGridEle:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/6; }
.servicesGrid .servicesGridEle:nth-child(4) {
  grid-column: 1/2;
  grid-row: 5/8; }
.servicesGrid .servicesGridEle:nth-child(5) {
  grid-column: 2/4;
  grid-row: 4/8; }
.servicesGrid .servicesGridEle:nth-child(6) {
  grid-column: 1/3;
  grid-row: 8/11; }
.servicesGrid .servicesGridEle:nth-child(7) {
  grid-column: 3/4;
  grid-row: 8/11; }
.servicesGrid .servicesGridEle:nth-child(8) {
  grid-column: 4/5;
  grid-row: 6/11; }
.servicesGrid .servicesGridBtn {
  display: flex !important;
  justify-content: center;
  margin-top: 30px; }

@media only screen and (max-width: 1280px) {
  .servicesGrid .servicesGridInner {
    padding: 0; } }
@media only screen and (max-width: 960px) {
  .servicesGrid .servicesGridBox {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto; }
  .servicesGrid .servicesGridEle {
    width: calc(50% - 10px);
    height: 320px; } }
@media only screen and (max-width: 760px) {
  .servicesGrid .servicesGridEle {
    width: 100%; } }
.contactMain {
  position: relative;
  padding: 0; }
.contactMain .container {
  position: relative; }
.contactMain .contactMainBox {
  box-sizing: border-box;
  border-radius: 10px;
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 905px;
  padding: 0 30px;
  padding-top: 100px;
  overflow: hidden; }
.contactMain .contactMainBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.contactMain .contactMainOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
.contactMain .contactMainContent {
  box-sizing: border-box;
  display: flex !important;
  position: relative;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  z-index: 1; }
.contactMain .contactMainForm {
  box-sizing: border-box;
  color: #fff;
  position: relative;
  width: 50%;
  padding: 0 40px 0 120px; }
.contactMain .contactMainForm form {
  margin-top: 30px; }
.contactMain .contactMainForm h1, .contactMain .contactMainForm h2 {
  margin-bottom: 20px; }
.contactMain .contactMainForm p {
  font-size: 20px;
  font-size: 1.11111rem; }
.contactMain .contactMainForm .contactMainFormBtn {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px; }
.contactMain .contactMainForm .contactMainFormBtn .form-loader-w {
  margin-right: 10px;
  display: none; }
.contactMain .contactMainForm .contactMainFormBtn .msg {
  font-size: 14px;
  font-size: 0.77778rem;
  text-align: right;
  color: #e8622c;
  margin-right: 10px; }
.contactMain .contactMainImg {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 40px; }
.contactMain .contactMainImg img {
  width: 100%;
  height: auto;
  max-width: 520px; }

.contactMap {
  padding: 20px 0 0; }
.contactMap .contactMapBox {
  border-radius: 10px;
  border: #b6b8ba 1px solid;
  overflow: hidden; }
.contactMap .contactMapBox iframe {
  width: 100%;
  height: 540px;
  filter: grayscale(1); }

@media only screen and (max-width: 1280px) {
  .contactMain .contactMainForm {
    padding: 0 20px; }
  .contactMain .contactMainImg {
    padding: 0 20px; } }
@media only screen and (max-width: 960px) {
  .contactMain .contactMainBox {
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .contactMain .contactMainContent {
    flex-direction: column-reverse;
    padding: 0; }
  .contactMain .contactMainForm {
    width: 100%;
    padding: 0;
    margin-top: 40px; }
  .contactMain .contactMainForm form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 30px; }
  .contactMain .contactMainForm h1, .contactMain .contactMainForm h2 {
    text-align: center; }
  .contactMain .contactMainForm p {
    font-size: 18px;
    font-size: 1rem;
    width: 100%;
    max-width: 520px;
    margin: 0 auto; }
  .contactMain .contactMainImg {
    width: 100%;
    padding: 0; }
  .contactMain .contactMainImg img {
    max-width: 280px;
    margin: 0 auto; }

  .contactMap .contactMapBox iframe {
    height: 380px; } }
