/* GLOBAL */
body {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: clamp(30px, 1vw, 40px);
}

h2 {
  font-size: clamp(22px, 1vw, 32px);
}

h4 {
  font-size: clamp(20px, 1vw, 24px);
}

h5 {
  font-size: clamp(18px, 1vw, 20px);
}

/* HEADER */
header div.container {
  grid-gap: 5%;
}
header .header-logo {
  z-index: 100000;
  position: absolute;
  transition: all 0.5s ease;
}
header .header-logo img {
  width: 80%;
  transition: all 0.3s ease;
}
header a.navbar-brand.header-logo {
  padding: 0 !important;
  max-width: 166px;
}
header a.nav-link {
  max-width: 170px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  text-align: center;
}
header .btn {
  align-items: center;
  background-color: white;
  border-radius: 3px;
  color: #F15D22 !important;
  width: 170px;
  height: 46px;
  display: flex;
  justify-content: center;
}
header .btn:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
header nav.navbar.navbar-expand-lg.bg-body-tertiary.fixed-top {
  background: linear-gradient(0deg, #F15D22 70%, #E7E7E8 70%);
  min-height: 140px;
  align-items: flex-end;
  padding: 20px 0;
  transition: all 0.5s ease;
}
header .shrink {
  min-height: 85px !important;
  background: linear-gradient(0deg, #F15D22 90%, #E7E7E8 90%) !important;
  transition: all 0.5s ease !important;
  padding: 10px 0 !important;
}
header .shrink a.navbar-brand.header-logo {
  max-width: 65px;
  transition: all 0.5s ease;
}
header .shrink a.navbar-brand.header-logo img {
  width: 100%;
}
header nav.navbar.navbar-expand-lg.bg-body-tertiary.fixed-top a.nav-link {
  color: white;
}
header nav.navbar.navbar-expand-lg.bg-body-tertiary.fixed-top.fixed.scrolled {
  background-color: #F15D22 !important;
}
header ul.navbar-nav {
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

/* FRONTPAGE */
.landing-frontpage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/front-page-bg.png");
  background-size: cover !important;
  display: flex;
  align-items: center;
  position: relative;
  height: calc(100vh - 140px);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 140px;
}
.landing-frontpage:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(41deg, black 0%, transparent 40%);
}
.landing-frontpage .container {
  display: flex;
  align-items: center !important;
}
.landing-frontpage-title {
  min-height: 232px;
  max-width: 800px !important;
  z-index: 1;
}
.landing-frontpage-title h1 {
  color: white;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.landing-frontpage-title p {
  color: white;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(18px, 3vw, 28px);
}
.landing-frontpage-title a {
  margin-top: 40px;
  background-color: #F15D22;
  border-radius: 3px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  min-height: 46px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 30px;
}

/* END FRONTPAGE */
/* RAZONES */
.razones {
  padding: 100px 0;
}
.razones-title {
  margin-bottom: 50px;
}
.razones-title h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.razones-title h2 span {
  color: #F15D22;
}
.razones-title h4 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
}
.razones-title p {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 400;
}
.razones-iconos h5 {
  font-weight: 600;
}
.razones-iconos p {
  font-size: 16px;
  font-weight: 400;
}
.razones-iconos-img {
  min-height: 88px;
  align-content: center;
}

/* GAMA PRODUCTOS */
.productos {
  background-color: #E7E7E8;
  padding: 100px 0;
}
.productos .swiper {
  padding-bottom: 100px;
}
.productos .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #F15D22 !important;
}
.productos .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 1;
}
.productos-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.productos-title h2 {
  font-weight: 900;
  color: #F15D22;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.productos-title h2 span {
  color: #000000;
}
.productos-title p {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 400;
}
.productos-gama .item-box {
  background-color: #F15D22;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  max-width: 263px;
  margin: 0 auto;
  height: 321px;
  position: relative;
}
.productos-gama .item-box h5 {
  font-size: 16px;
}
.productos-gama .item-box h5 span {
  font-weight: 400;
}
.productos-gama .product-image {
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -10%;
  max-width: 150px;
}
.productos-gama .product-image-3 {
  max-width: 130%;
  height: auto;
}

.soluciones {
  padding: 100px 0 0;
}
.soluciones-title {
  text-align: center;
  max-width: 1000px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.soluciones-title h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.soluciones-title h2 span {
  color: #F15D22;
}
.soluciones-title p {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 400;
}
.soluciones .swiper {
  padding-bottom: 70px;
}
.soluciones .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #F15D22 !important;
}
.soluciones .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #D9D9D9;
}
.soluciones .swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 2/3;
  height: auto;
}
.soluciones .swiper .swiper-wrapper .swiper-slide .card-overlay {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(241, 93, 34, 0.6392156863);
  height: 75px;
  align-content: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
}

/* INNOVACION  */
.innovacion {
  padding: 100px 0;
}
.innovacion-title h2 {
  font-weight: 900;
  color: #F15D22;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
.innovacion-title h2 span {
  color: #000000;
}
.innovacion-title h4 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.innovacion-title p {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 400;
}
.innovacion-iconos h5 {
  font-weight: 600;
}
.innovacion-iconos p {
  font-size: 16px;
  font-weight: 400;
}
.innovacion-iconos-img {
  min-height: 88px;
  align-content: center;
}
.innovacion-btn a {
  margin: 70px auto 0;
  background-color: #F15D22;
  border-radius: 3px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  min-height: 46px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 30px;
  text-align: center;
}

/* DESCUBRE */
.descubre {
  background-color: #E7E7E8;
  padding: 100px 0;
}
.descubre-title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.descubre-title h2 {
  font-weight: 900;
  color: #000000;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.descubre-title h2 span {
  color: #F15D22;
}
.descubre-video {
  margin: 0 7%;
}
.descubre-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* CONTACT FORM */
.contact {
  background-color: #F15D22;
  padding: 100px 0;
}

/* FOOTER */
footer {
  background-color: #000000;
  padding: 30px 0;
}
footer a {
  color: #FFF !important;
}

/* RESPONSIVE 990px */
@media (max-width: 991px) {
  /* HEADER */
  header ul.navbar-nav {
    width: 100%;
    grid-gap: 15px;
    margin-top: 50px;
  }
  header a.navbar-brand.header-logo {
    padding: 0 !important;
    max-width: 120px;
  }
  header button.navbar-toggler {
    margin: 0 0 0 auto;
  }
  header .shrink {
    min-height: 80px !important;
  }
  header nav.navbar.navbar-expand-lg.bg-body-tertiary.fixed-top {
    background: #F15D22 !important;
    min-height: 85px;
    align-items: center !important;
  }
  header a.navbar-brand.header-logo {
    max-width: 100px;
    top: 0;
  }
}
/* RESPONSIVE 767px */
@media (max-width: 767px) {
  header .shrink {
    min-height: 65px !important;
  }
  /* RAZONES */
  .razones-iconos {
    grid-gap: 30px;
  }
  /* PRODUCTOS */
  .productos-gama .row {
    grid-gap: 60px;
  }
  /* INNOVACION */
  .innovacion-iconos {
    grid-gap: 30px;
  }
  /* DESCUBRE */
  .descubre-video {
    margin: 0;
  }
}

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