/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Open+Sans:400,700|Titillium+Web:600i");
/* line 16, ../scss/_minimit.scss */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

/* line 24, ../scss/_minimit.scss */
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */
/* line 37, ../scss/_minimit.scss */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

/* line 43, ../scss/_minimit.scss */
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

/* line 48, ../scss/_minimit.scss */
.col-top {
  vertical-align: top;
}

/* line 51, ../scss/_minimit.scss */
.col-middle {
  vertical-align: middle;
}

/* line 54, ../scss/_minimit.scss */
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  /* line 59, ../scss/_minimit.scss */
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 65, ../scss/_minimit.scss */
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 70, ../scss/_minimit.scss */
  .col-xs-top {
    vertical-align: top;
  }

  /* line 73, ../scss/_minimit.scss */
  .col-xs-middle {
    vertical-align: middle;
  }

  /* line 76, ../scss/_minimit.scss */
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  /* line 82, ../scss/_minimit.scss */
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 88, ../scss/_minimit.scss */
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 93, ../scss/_minimit.scss */
  .col-sm-top {
    vertical-align: top;
  }

  /* line 96, ../scss/_minimit.scss */
  .col-sm-middle {
    vertical-align: middle;
  }

  /* line 99, ../scss/_minimit.scss */
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  /* line 105, ../scss/_minimit.scss */
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 111, ../scss/_minimit.scss */
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 116, ../scss/_minimit.scss */
  .col-md-top {
    vertical-align: top;
  }

  /* line 119, ../scss/_minimit.scss */
  .col-md-middle {
    vertical-align: middle;
  }

  /* line 122, ../scss/_minimit.scss */
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  /* line 128, ../scss/_minimit.scss */
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 134, ../scss/_minimit.scss */
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 139, ../scss/_minimit.scss */
  .col-lg-top {
    vertical-align: top;
  }

  /* line 142, ../scss/_minimit.scss */
  .col-lg-middle {
    vertical-align: middle;
  }

  /* line 145, ../scss/_minimit.scss */
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/* line 35, ../scss/app.scss */
.montserrat, .title, .front__item, .policy__toggle, .products__name, .products__detail .head, .contact__details, .quality__text, .member, .technical__head .subtitle, .technical__row {
  font-family: 'Montserrat', sans-serif;
}

/* line 38, ../scss/app.scss */
.titilium, .navigation__link {
  font-family: 'Titillium Web', sans-serif;
}

/* line 41, ../scss/app.scss */
.open-sans, .company, .policy__text, .products__detail p {
  font-family: 'Open Sans', sans-serif;
}

/* line 46, ../scss/app.scss */
.parallax__bg, .policy__image--inner, .products__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 58, ../scss/app.scss */
.slideshow__item img, .policy__image--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 65, ../scss/app.scss */
.parallax__bg, .policy__image--inner, .products__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 71, ../scss/app.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 77, ../scss/app.scss */
.title {
  font-weight: 800;
  color: #4F4F50;
  text-transform: uppercase;
  margin: 0;
  font-size: 3.57143em;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media (max-width: 767px) {
  /* line 77, ../scss/app.scss */
  .title {
    font-size: 2.57143em;
  }
}
/* line 88, ../scss/app.scss */
.title.title--yellow {
  color: #F7BF20;
}
/* line 91, ../scss/app.scss */
.title.title--white {
  color: white;
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  -webkit-transform: skew(0);
  transform: skew(0);
}

/* line 97, ../scss/app.scss */
.slideshow {
  position: relative;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
/* line 102, ../scss/app.scss */
.slideshow__item {
  max-width: 100%;
  height: 300px;
  display: block;
  position: relative;
}
/* line 107, ../scss/app.scss */
.slideshow__item img {
  display: block;
  max-height: 100%;
}
/* line 114, ../scss/app.scss */
.slideshow .owl-stage-outer {
  height: 100%;
}
/* line 117, ../scss/app.scss */
.slideshow .owl-nav {
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 767px) {
  /* line 117, ../scss/app.scss */
  .slideshow .owl-nav {
    opacity: 1;
  }
}
/* line 124, ../scss/app.scss */
.slideshow .owl-next, .slideshow .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
}
/* line 135, ../scss/app.scss */
.slideshow .owl-next {
  left: 100%;
}
@media (max-width: 767px) {
  /* line 135, ../scss/app.scss */
  .slideshow .owl-next {
    left: 90%;
  }
}
/* line 141, ../scss/app.scss */
.slideshow .owl-prev {
  right: 100%;
}
@media (max-width: 767px) {
  /* line 141, ../scss/app.scss */
  .slideshow .owl-prev {
    right: 90%;
  }
}
/* line 149, ../scss/app.scss */
.slideshow:hover .owl-nav {
  opacity: 1;
}

/* line 156, ../scss/app.scss */
* {
  outline: none;
}

/* line 160, ../scss/app.scss */
body {
  position: relative;
  overflow-x: hidden;
}

/* line 165, ../scss/app.scss */
.parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
/* line 170, ../scss/app.scss */
.parallax__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 180, ../scss/app.scss */
.navigation {
  margin: 0;
  background-color: white;
  border: none;
}
@media (min-width: 768px) {
  /* line 180, ../scss/app.scss */
  .navigation {
    padding: 25px 0 0;
  }
  /* line 186, ../scss/app.scss */
  .navigation li:not(:last-child) {
    margin-right: 40px;
  }
}
/* line 190, ../scss/app.scss */
.navigation__brand {
  height: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 190, ../scss/app.scss */
  .navigation__brand {
    width: 120px;
    max-width: 100%;
    margin: 8px auto 0;
  }
}
/* line 199, ../scss/app.scss */
.navigation__toggle {
  border-radius: 0;
  border-color: #F7BF20;
  border-width: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 204, ../scss/app.scss */
.navigation__toggle .icon-bar {
  background-color: #4F4F50;
}
/* line 207, ../scss/app.scss */
.navigation__toggle:hover, .navigation__toggle:active, .navigation__toggle:focus, .navigation__toggle.active {
  background-color: #F7BF20;
}
/* line 211, ../scss/app.scss */
.navigation__link {
  color: #666666;
  padding: 10px !important;
  font-style: italic;
  font-size: 1em;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (min-width: 768px) {
  /* line 211, ../scss/app.scss */
  .navigation__link {
    padding: 15px 10px !important;
    height: 90px;
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  /* line 227, ../scss/app.scss */
  .navigation__link--inner {
    line-height: 50px !important;
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
/* line 232, ../scss/app.scss */
.navigation__link:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #F7BF20;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 242, ../scss/app.scss */
.navigation__link:hover, .navigation__link:active, .navigation__link:focus, .navigation__link.active, .active .navigation__link {
  color: #F7BF20;
  background-color: transparent !important;
}
/* line 245, ../scss/app.scss */
.navigation__link:hover:after, .navigation__link:active:after, .navigation__link:focus:after, .navigation__link.active:after, .active .navigation__link:after {
  height: 15px;
}
@media (max-width: 767px) {
  /* line 245, ../scss/app.scss */
  .navigation__link:hover:after, .navigation__link:active:after, .navigation__link:focus:after, .navigation__link.active:after, .active .navigation__link:after {
    height: 5px;
  }
}

/* line 255, ../scss/app.scss */
.front {
  height: 550px;
}
@media (max-width: 767px) {
  /* line 255, ../scss/app.scss */
  .front {
    height: 350px;
  }
}
/* line 260, ../scss/app.scss */
.front__slider {
  position: relative;
}
/* line 262, ../scss/app.scss */
.front__slider.owl-carousel {
  height: 100%;
}
/* line 266, ../scss/app.scss */
.front__slider .owl-stage-outer, .front__slider .owl-stage, .front__slider .owl-item {
  height: 100%;
}
/* line 269, ../scss/app.scss */
.front__slider .owl-item {
  display: table;
}
/* line 272, ../scss/app.scss */
.front__slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 279, ../scss/app.scss */
.front__slider .owl-nav * {
  display: inline-block;
}
/* line 283, ../scss/app.scss */
.front__slider .owl-next, .front__slider .owl-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 290, ../scss/app.scss */
.front__slider .owl-next .glyphicon, .front__slider .owl-prev .glyphicon {
  line-height: 36px;
}
/* line 299, ../scss/app.scss */
.front__slider .owl-next {
  float: right;
}
/* line 302, ../scss/app.scss */
.front__slider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 308, ../scss/app.scss */
.front__slider .owl-dot {
  width: 40px;
  height: 7px;
  background-color: #c3c5ca;
  display: inline-block;
  margin-right: 5px;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 316, ../scss/app.scss */
.front__slider .owl-dot.active {
  background-color: #F7BF20;
}
/* line 322, ../scss/app.scss */
.front__item {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  /* line 322, ../scss/app.scss */
  .front__item {
    font-size: 50%;
  }
}
/* line 333, ../scss/app.scss */
.front__slide {
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 339, ../scss/app.scss */
  .front__slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}
/* line 351, ../scss/app.scss */
.front__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  /* line 351, ../scss/app.scss */
  .front__image {
    left: 30%;
  }
}
/* line 363, ../scss/app.scss */
.front__inner {
  position: relative;
  z-index: 2;
}
/* line 367, ../scss/app.scss */
.front__title {
  font-size: 4.92857em;
  font-weight: bold;
  line-height: 1.1;
}
/* line 372, ../scss/app.scss */
.front__subtitle {
  color: #F7BF20;
  font-size: 2.28571em;
}
@media (min-width: 768px) {
  /* line 372, ../scss/app.scss */
  .front__subtitle {
    font-weight: 300;
  }
}

/* line 382, ../scss/app.scss */
.company {
  padding: 60px 0;
  color: #727277;
  background-color: #e7eaed;
}
/* line 387, ../scss/app.scss */
.company__resume {
  margin: 25px 0;
  font-size: 1.14286em;
  color: #4F4F50;
  line-height: 1.42857143;
}
@media (max-width: 767px) {
  /* line 394, ../scss/app.scss */
  .company__metals {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 200px;
    max-width: 100%;
  }
}
/* line 401, ../scss/app.scss */
.company p {
  margin: 0;
}

/* line 406, ../scss/app.scss */
.policy {
  background-color: #e7eaed;
  margin-top: -50px;
}
/* line 409, ../scss/app.scss */
.policy__toggle {
  padding: 15px;
  text-transform: uppercase;
  background-color: #f7bf1f;
  display: inline-block;
  font-weight: bold;
  color: #4F4F50;
  font-size: 1.42857em;
  box-shadow: none;
  border: none;
  position: relative;
  z-index: 100;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 424, ../scss/app.scss */
.policy__toggle:hover, .policy__toggle:active, .policy__toggle:focus, .policy__toggle.active {
  color: #4F4F50;
  text-decoration: none;
}
/* line 428, ../scss/app.scss */
.policy__toggle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #f7bf1f;
  top: 100%;
  left: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 439, ../scss/app.scss */
.open .policy__toggle:after {
  height: 40px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 445, ../scss/app.scss */
.policy__height {
  height: 30px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 448, ../scss/app.scss */
.open .policy__height {
  height: 0;
}
/* line 452, ../scss/app.scss */
.policy__button {
  position: relative;
}
/* line 466, ../scss/app.scss */
.policy__content {
  background-color: #f7bf1f;
  box-shadow: inset 0 15px 30px -7px rgba(0, 0, 0, 0.3);
}
/* line 470, ../scss/app.scss */
.policy__text {
  padding: 40px 15px 60px;
  color: #333333;
  font-size: 1.14286em;
}
/* line 476, ../scss/app.scss */
.policy__head {
  display: block;
  margin-bottom: 20px;
}
/* line 480, ../scss/app.scss */
.policy__points {
  padding-left: 15px;
}
/* line 484, ../scss/app.scss */
.policy__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 484, ../scss/app.scss */
  .policy__image {
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
@media (max-width: 767px) {
  /* line 484, ../scss/app.scss */
  .policy__image {
    height: 200px;
    margin: 0 -15px;
  }
}
/* line 494, ../scss/app.scss */
.policy__image--inner {
  width: 130%;
  height: 130%;
  background-image: url("../img/torno.webp");
}
@media (min-width: 768px) {
  /* line 494, ../scss/app.scss */
  .policy__image--inner {
    -moz-transform: translate(-50%, -50%) skew(10deg);
    -ms-transform: translate(-50%, -50%) skew(10deg);
    -webkit-transform: translate(-50%, -50%) skew(10deg);
    transform: translate(-50%, -50%) skew(10deg);
  }
}
@media (max-width: 767px) {
  /* line 494, ../scss/app.scss */
  .policy__image--inner {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* line 512, ../scss/app.scss */
.products__head {
  padding: 45px 0 20px;
}
/* line 518, ../scss/app.scss */
.products__content {
  background-color: #4F4F50;
  position: relative;
  z-index: 200;
  box-shadow: 0 5px 20px 0 rgba(79, 79, 80, 0.8);
}
/* line 524, ../scss/app.scss */
.products__item {
  height: 350px;
  cursor: pointer;
  border: 1px solid #4F4F50;
}
@media (min-width: 768px) {
  /* line 524, ../scss/app.scss */
  .products__item {
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
@media (max-width: 767px) {
  /* line 524, ../scss/app.scss */
  .products__item {
    height: 150px;
    margin: 0 -15px;
  }
}
/* line 535, ../scss/app.scss */
.products__item--inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 539, ../scss/app.scss */
.products__item--inner:before {
  content: '';
  position: absolute;
  height: 150%;
  width: 150%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 556, ../scss/app.scss */
.products__item:hover .products__image, .products__item.active .products__image {
  background-size: cover;
  display: none;
}
/* line 561, ../scss/app.scss */
.products__item:hover .products__image--hover, .products__item.active .products__image--hover {
  display: block;
}
/* line 565, ../scss/app.scss */
.products__item:hover .products__name, .products__item.active .products__name {
  color: #4F4F50;
}
@media (max-width: 767px) {
  /* line 565, ../scss/app.scss */
  .products__item:hover .products__name, .products__item.active .products__name {
    color: white;
  }
}
/* line 574, ../scss/app.scss */
.opened .products__item:hover .products__selector {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 574, ../scss/app.scss */
  .opened .products__item:hover .products__selector {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 582, ../scss/app.scss */
.products__item.active .products__selector {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 582, ../scss/app.scss */
  .products__item.active .products__selector {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 588, ../scss/app.scss */
.products__item.active .products__selector--inner {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  /* line 588, ../scss/app.scss */
  .products__item.active .products__selector--inner {
    -moz-transform: skew(10deg) rotate(-180deg);
    -ms-transform: skew(10deg) rotate(-180deg);
    -webkit-transform: skew(10deg) rotate(-180deg);
    transform: skew(10deg) rotate(-180deg);
  }
}
/* line 596, ../scss/app.scss */
.products__options {
  padding: 0 15px;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  /* line 601, ../scss/app.scss */
  .opened .products__options:after {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: -33px;
    transform: skew(-10deg);
    background-color: #c4c6cb;
    z-index: -1;
  }
}
/* line 614, ../scss/app.scss */
.products__name {
  margin: 0 !important;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 1.28571em;
  font-weight: 600;
  z-index: 100;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (min-width: 768px) {
  /* line 614, ../scss/app.scss */
  .products__name {
    bottom: 30px;
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
/* line 634, ../scss/app.scss */
.products__selector {
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  background-color: #504f51;
  color: #F7BF20;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  /* line 634, ../scss/app.scss */
  .products__selector {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 646, ../scss/app.scss */
  .products__selector--inner {
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
}
/* line 652, ../scss/app.scss */
.products__image {
  -moz-transform: translate(-50%, -50%) skew(10deg);
  -ms-transform: translate(-50%, -50%) skew(10deg);
  -webkit-transform: translate(-50%, -50%) skew(10deg);
  transform: translate(-50%, -50%) skew(10deg);
  position: absolute;
  height: 100%;
  width: 150%;
  top: 50%;
  left: 50%;
  z-index: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 767px) {
  /* line 652, ../scss/app.scss */
  .products__image {
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 666, ../scss/app.scss */
.products__image--hover {
  display: none;
}
@media (max-width: 767px) {
  /* line 670, ../scss/app.scss */
  .products__image:not(.products__image--mobile) {
    display: none !important;
  }
}
/* line 675, ../scss/app.scss */
.products__panel {
  background-color: white;
  position: relative;
}
/* line 679, ../scss/app.scss */
.products__collapse {
  padding: 80px 0 60px;
  position: relative;
}
/* line 684, ../scss/app.scss */
.products .lines {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border-top: 20px solid #c4c6cb;
  border-bottom: 20px solid #c4c6cb;
}
@media (min-width: 768px) {
  /* line 684, ../scss/app.scss */
  .products .lines {
    border-top-color: transparent;
    left: -65px;
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
/* line 699, ../scss/app.scss */
.products__detail {
  padding: 15px 0;
}
/* line 701, ../scss/app.scss */
.products__detail:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
/* line 704, ../scss/app.scss */
.products__detail .head {
  color: #F7BF20;
  font-size: 0.92857em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 711, ../scss/app.scss */
.products__detail p {
  font-size: 1.14286em;
  color: #666666;
  margin: 0;
}

/* line 720, ../scss/app.scss */
.contact {
  background-color: #ddd;
  position: relative;
}
@media (min-width: 768px) {
  /* line 720, ../scss/app.scss */
  .contact {
    height: 600px;
  }
}
/* line 726, ../scss/app.scss */
.contact__map {
  position:relative;
  height: 500px;
  background-color: #eaeaea;
  z-index: 50;
}
}
@media (min-width: 768px) {
  /* line 726, ../scss/app.scss */
  .contact__map {
    height: 100%;
    z-index: 50;
  }
}
/* line 733, ../scss/app.scss */
.contact__details {
  position: relative;
  background-color: #F7BF20;
  z-index: 100;
  margin: 0 -15px;
  padding: 30px 15px;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 733, ../scss/app.scss */
  .contact__details {
    background-color: rgba(247, 191, 32, 0.8);
    padding: 60px;
    height: 600px;
    margin: 0;
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  /* line 746, ../scss/app.scss */
  .contact__details--inner {
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
/* line 750, ../scss/app.scss */
.contact__details .title {
  margin-bottom: 60px;
}
/* line 754, ../scss/app.scss */
.contact__detail {
  color: #666666;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 754, ../scss/app.scss */
  .contact__detail {
    font-size: 80%;
  }
}
/* line 760, ../scss/app.scss */
.contact__detail .head {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 764, ../scss/app.scss */
.contact__detail a {
  font-weight: 300;
  font-size: 1.57143em;
  color: #666666;
}
/* line 768, ../scss/app.scss */
.contact__detail a:hover, .contact__detail a:active, .contact__detail a:focus, .contact__detail a.active {
  text-decoration: none;
  color: #666666;
}
@media (min-width: 768px) {
  /* line 776, ../scss/app.scss */
  .contact__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 787, ../scss/app.scss */
.quality {
  background-color: white;
  padding: 12px 0;
  box-shadow: 0 0 25px rgba(79, 79, 80, 0.8);
  position: relative;
  z-index: 100;
}
/* line 793, ../scss/app.scss */
.quality__text {
  color: #4F4F50;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.42857em;
}
@media (max-width: 767px) {
  /* line 793, ../scss/app.scss */
  .quality__text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 100%;
  }
}

/* line 807, ../scss/app.scss */
.member {
  background-color: #e5e5e5;
  padding: 10px 0 15px;
  color: #4F4F50;
}
/* line 812, ../scss/app.scss */
.member__capipe {
  width: 190px;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 807, ../scss/app.scss */
  .member {
    font-size: 75%;
  }
  /* line 818, ../scss/app.scss */
  .member__capipe {
    width: 140px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
/* line 824, ../scss/app.scss */
.member__text {
  position: relative;
  text-align: center;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media (min-width: 768px) {
  /* line 824, ../scss/app.scss */
  .member__text {
    text-align: left;
    padding-left: 5%;
  }
  /* line 831, ../scss/app.scss */
  .member__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: inset 10px 0 10px -10px rgba(79, 79, 80, 0.6);
  }
}
/* line 843, ../scss/app.scss */
.member__title {
  text-transform: uppercase;
  font-size: 1.85714em;
  font-weight: bold;
}
/* line 848, ../scss/app.scss */
.member__subtitle {
  font-size: 1.28571em;
}

/* line 853, ../scss/app.scss */
.footer {
  color: #F7BF20;
  padding: 20px 0;
  background-color: #4F4F50;
}
@media (max-width: 767px) {
  /* line 853, ../scss/app.scss */
  .footer {
    text-align: center;
  }
  /* line 859, ../scss/app.scss */
  .footer__logo {
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 15px;
  }
}

/* line 871, ../scss/app.scss */
.technical__head {
  padding: 90px 0 70px;
}
@media (max-width: 767px) {
  /* line 871, ../scss/app.scss */
  .technical__head {
    font-size: 65%;
  }
}
/* line 876, ../scss/app.scss */
.technical__head .title {
  font-size: 4.28571em;
}
/* line 879, ../scss/app.scss */
.technical__head .subtitle {
  margin-top: 40px;
  color: #F7BF20;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.28571em;
}
/* line 888, ../scss/app.scss */
.technical__content {
  padding: 55px 0 100px;
  background-color: #e7eaed;
}
/* line 892, ../scss/app.scss */
.technical__table {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 897, ../scss/app.scss */
.technical__row {
  font-size: 1.28571em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #4F4F50;
  position: relative;
  padding-right: 60px;
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
@media (max-width: 767px) {
  /* line 897, ../scss/app.scss */
  .technical__row {
    font-size: 1em;
    background-position: right 10px center;
  }
}
/* line 915, ../scss/app.scss */
.technical__row:after {
  content: '';
  background-image: url("../img/pdf-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
/* line 927, ../scss/app.scss */
.technical__row:hover:after {
  background-color: white;
}
/* line 930, ../scss/app.scss */
.technical__row:hover, .technical__row:active, .technical__row:focus, .technical__row.active {
  color: #4F4F50;
  background-color: white;
  text-decoration: none;
}
/* line 934, ../scss/app.scss */
.technical__row:hover .technical__row--inner, .technical__row:active .technical__row--inner, .technical__row:focus .technical__row--inner, .technical__row.active .technical__row--inner {
  background-color: #F7BF20;
}
/* line 938, ../scss/app.scss */
.technical__row--inner {
  padding: 10px 15px;
}

.boton-iso:hover {
    opacity: 0.8; /* cambia la opacidad al pasar el mouse sobre el botón */
 }