.btn-rounded-red, .btn-rounded-white {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
body, html {
  min-height: 2000px;
  background-color: white;
  overflow-x: hidden; }

main {
  background-color: #E6FCFE;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  min-height: 600px; }
  main .col-10 {
    z-index: 9; }
  main h6 {
    margin-top: 140px;
    margin-bottom: 35px;
    z-index: 9; }

div#plax-bg {
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 100vh !important;
  z-index: 1;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #E6FCFE; }
  div#plax-bg img {
    position: absolute;
    top: auto !important;
    left: 0;
    transform: translateY(var(--translateY));
    will-change: transform;
    overflow: hidden;
    transition: transform .1s;
    bottom: -100px; }
  div#plax-bg img#plax-1 {
    z-index: 5;
    max-width: 2000px; }
  div#plax-bg img#plax-2 {
    z-index: 2;
    margin-left: -20px; }
  div#plax-bg img#plax-3 {
    z-index: 3;
    margin-left: -150px; }
  div#plax-bg img#plax-4 {
    z-index: 4;
    margin-left: -150px; }
  div#plax-bg img#plax-5 {
    z-index: 5;
    margin-left: -200px;
    bottom: -250px; }

section.products-slider {
  padding-bottom: 110px;
  padding-top: 50px; }
  section.products-slider .home-slider {
    margin-top: 70px; }
    section.products-slider .home-slider .item {
      display: flex;
      align-items: center; }
      section.products-slider .home-slider .item figure img {
        width: auto !important;
        height: 390px;
        margin: 0 auto; }
      section.products-slider .home-slider .item a.btn-rounded-red {
        margin: 0 auto;
        margin-top: 35px; }
      section.products-slider .home-slider .item a.btn-square-gray {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
        display: block;
        width: fit-content; }
    section.products-slider .home-slider .owl-nav {
      position: absolute;
      top: 40%;
      width: 100%;
      color: transparent; }
      section.products-slider .home-slider .owl-nav .owl-prev {
        left: -60px;
        height: 30px;
        position: absolute;
        background-image: url(/assets/macleche/icons/arrow-prev.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: contain; }
      section.products-slider .home-slider .owl-nav .owl-next {
        right: -60px;
        height: 30px;
        position: absolute;
        background-image: url(/assets/macleche/icons/arrow-next.svg);
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
        background-size: contain; }
    section.products-slider .home-slider .owl-dots {
      position: absolute;
      bottom: 0;
      right: 18%; }
      section.products-slider .home-slider .owl-dots .owl-dot {
        background-color: #F0F0F0;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        cursor: pointer; }
        section.products-slider .home-slider .owl-dots .owl-dot.active {
          background-color: #EE2737; }
        section.products-slider .home-slider .owl-dots .owl-dot + .owl-dot {
          margin-left: 10px; }

.company {
  background-color: #F9F9F9; }
  .company a {
    margin: 0 auto;
    margin-top: 60px; }

.products {
  padding: 0;
  height: 560px; }
  .products .home-sliderFull {
    height: 560px; }
    .products .home-sliderFull .item img {
      height: 560px;
      object-fit: cover; }
    .products .home-sliderFull .item div {
      position: absolute;
      top: 120px;
      left: 0px;
      text-align: left;
      color: white; }
      .products .home-sliderFull .item div h6 {
        text-align: left;
        color: white; }
      .products .home-sliderFull .item div a {
        margin-top: 40px; }
  .products .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    color: transparent; }
    .products .owl-nav .owl-prev {
      left: 40px;
      height: 30px;
      position: absolute;
      background-image: url(/assets/macleche/icons/arrow-prev.svg);
      background-repeat: no-repeat;
      cursor: pointer;
      background-size: contain; }
    .products .owl-nav .owl-next {
      right: 40px;
      height: 30px;
      position: absolute;
      background-image: url(/assets/macleche/icons/arrow-next.svg);
      background-repeat: no-repeat;
      background-position: right;
      cursor: pointer;
      background-size: contain; }
  .products .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0; }
    .products .owl-dots .owl-dot {
      background-color: transparent;
      border: 1px solid white;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      cursor: pointer; }
      .products .owl-dots .owl-dot.active {
        background-color: #EE2737;
        border-color: #EE2737; }
      .products .owl-dots .owl-dot + .owl-dot {
        margin-left: 10px; }

section.clients {
  padding: 0; }
  section.clients .left {
    background-color: #F9F9F9;
    padding-top: 80px;
    padding-bottom: 80px; }
    section.clients .left .text-center {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    section.clients .left h1 {
      margin-top: 20px;
      margin-bottom: 20px; }
    section.clients .left a {
      margin: 0 auto;
      margin-top: 30px; }
  section.clients .right {
    padding-top: 80px;
    padding-bottom: 80px; }
    section.clients .right img {
      width: 100%; }
    section.clients .right .row + .row {
      margin-top: 40px; }

section.contact p {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #FFFFFF; }
section.contact h1, section.contact h2, section.contact h6 {
  color: #FFFFFF; }
section.contact a {
  margin: 0 auto;
  margin-top: 50px; }

@media screen and (max-width: 1650px) {
  div#plax-bg img {
    top: auto !important;
    bottom: -50px; }
  div#plax-bg img#plax-1 {
    max-width: 1500px;
    bottom: 40px; }
  div#plax-bg img#plax-2 {
    margin-left: -150px; }
  div#plax-bg img#plax-3 {
    margin-left: -150px; }
  div#plax-bg img#plax-4 {
    margin-left: -150px; }
  div#plax-bg img#plax-5 {
    margin-left: -200px;
    bottom: -180px; } }
@media screen and (max-width: 1730px) {
  section.products-slider {
    padding-top: 40px; } }
@media screen and (max-width: 1300px) {
  section.products-slider {
    padding-top: 20px; } }
@media screen and (max-width: 1200px) {
  div#plax-bg img {
    bottom: 30px;
    min-width: 1500px; }
  div#plax-bg img#plax-5 {
    bottom: -120px; }

  section.products-slider {
    padding-top: 10px; }

  section.products-slider .slider .owl-nav .owl-next {
    right: 0px; }
  section.products-slider .slider .owl-nav .owl-prev {
    left: 0px; } }
@media screen and (max-width: 992px) {
  main {
    height: 70vh; }
    main .col-sm-10 h6 {
      margin-top: 110px;
      margin-bottom: 35px; }

  div#plax-bg {
    height: 70vh !important; }
    div#plax-bg img {
      top: auto !important;
      bottom: -50px;
      min-width: 1800px; }
    div#plax-bg img#plax-1 {
      bottom: 40px; }
    div#plax-bg img#plax-2 {
      margin-left: -150px; }
    div#plax-bg img#plax-3 {
      margin-left: -250px; }
    div#plax-bg img#plax-4 {
      margin-left: -250px; }
    div#plax-bg img#plax-5 {
      margin-left: -400px;
      bottom: -180px; }

  section.products-slider {
    padding-top: 0;
    padding-bottom: 60px; }
    section.products-slider .home-slider .owl-nav .owl-next {
      right: -15px; }
    section.products-slider .home-slider .owl-nav .owl-prev {
      left: -15px; }
    section.products-slider .home-slider .owl-dots {
      bottom: -10px;
      right: 22%; }
    section.products-slider .home-slider .item figure img {
      width: 345px !important;
      height: auto; }
    section.products-slider .home-slider .item a.btn-square-gray {
      margin-top: 25px;
      margin-bottom: 18px; }
    section.products-slider .home-slider .item a.btn-rounded-red {
      margin-top: 25px; }

  .company a {
    margin-top: 40px; }

  .products {
    height: 360px; }
    .products .home-sliderFull {
      height: 360px; }
      .products .home-sliderFull .item img {
        height: 360px; }
      .products .home-sliderFull .item div a {
        margin-top: 25px; }
      .products .home-sliderFull .owl-nav {
        top: 45%; }
        .products .home-sliderFull .owl-nav .owl-prev {
          left: 15px; }
        .products .home-sliderFull .owl-nav .owl-next {
          right: 15px; }

  section.clients .left h1 {
    margin-top: 0px;
    margin-bottom: 20px; }
  section.clients .right {
    padding-top: 50px;
    padding-bottom: 50px; }

  section.contact p {
    margin-top: 15px;
    margin-bottom: 25px; }
  section.contact a {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  main {
    height: 100vh !important;
    min-height: 500px; }
    main .col-sm-10 {
      text-align: center; }
      main .col-sm-10 a {
        margin: 0 auto; }
      main .col-sm-10 h6 {
        margin-top: 95px;
        margin-bottom: 15px; }

  div#plax-bg {
    height: 100vh !important;
    min-height: 500px; }
    div#plax-bg img {
      top: auto !important;
      bottom: 0px;
      min-width: 1000px; }
    div#plax-bg img#plax-1 {
      bottom: 90px;
      margin-left: -630px;
      min-width: 1300px; }
    div#plax-bg img#plax-2 {
      margin-left: -100px; }
    div#plax-bg img#plax-3 {
      margin-left: -150px; }
    div#plax-bg img#plax-4 {
      margin-left: -150px; }
    div#plax-bg img#plax-5 {
      margin-left: -630px;
      bottom: -180px;
      min-width: 1500px; }

  section {
    padding: 45px 0 45px 0; }

  section.products-slider {
    padding-top: 40px;
    padding-bottom: 80px; }
    section.products-slider .home-slider {
      margin-top: 40px; }
      section.products-slider .home-slider .item {
        display: block; }
        section.products-slider .home-slider .item figure {
          margin: 0 auto;
          margin-bottom: 35px; }
        section.products-slider .home-slider .item a.btn-square-gray {
          margin-top: 20px;
          margin-bottom: 15px; }
      section.products-slider .home-slider .owl-nav {
        top: 25%; }
        section.products-slider .home-slider .owl-nav .owl-prev {
          left: -20px; }
        section.products-slider .home-slider .owl-nav .owl-next {
          right: -20px; }
      section.products-slider .home-slider .owl-dots {
        right: 45%;
        bottom: -40px; }

  section.company a {
    margin-top: 30px; }
  section.company .mt-30 {
    margin-top: 20px; }

  section.products {
    height: 360px; }
    section.products .item .col-sm-10 h6 {
      text-align: center; }
    section.products .item .col-sm-10 a {
      margin: 0 auto;
      margin-top: 15px; }
    section.products .owl-nav .owl-prev {
      left: 20px; }
    section.products .owl-nav .owl-next {
      right: 20px; }
    section.products .owl-dots {
      bottom: 20px; }

  section.clients .left {
    padding-top: 45px;
    padding-bottom: 25px; }
  section.clients .right {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #F9F9F9; }
    section.clients .right .row + .row {
      margin-top: 20px; }
    section.clients .right a {
      margin: 0 auto;
      margin-top: 30px; } }
@media screen and (max-width: 520px) {
  main {
    height: 520px; }
    main .scene {
      min-width: 1000px;
      margin-left: -505px; }
      main .scene#plax-1, main .scene#plax-2 {
        left: -350px;
        margin-left: 0px;
        top: 30px; }

  section.products-slider .home-slider .owl-nav .owl-prev {
    left: 0px; }
  section.products-slider .home-slider .owl-nav .owl-next {
    right: 0px; } }
