.font-01 {
  font-family: "Montserrat", sans-serif;
}

.home-main #nosotros .slider-spot picture {
  position: absolute;
  height: 100%;
}

.home-main #nosotros .slider-spot picture img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-main #nosotros .slider-spot .slide-content {
  position: absolute;
  z-index: 1;
  opacity: 0;
  font-size: 1.2vw;
  font-family: "Gilroy";
  margin: 0 3vw 0 3vw;
  width: 37vw !important;
  top: 15vw;
  padding: 0;
}

@media (max-width: 767px) {
  .home-main #nosotros .slider-spot .slide-content {
    font-size: 4vw;
    width: 82vw !important;
    margin: 0 3vw 0 3vw;
    top: 17vw;
  }
}

.home-main #nosotros .slider-spot .slide-content h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  width: 100vw;
  padding: 0;
  margin: 0 0 1vw 0;
}

.home-main #nosotros .slider-spot .slide-content p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6em;
  width: 100%;
  padding: 1.5vh 0 1.5vw 0;
  margin: 0 0 1vw 0;
  border-top: 3px solid #f00;
}

.home-main #nosotros .slider-spot .slick-active .slide-content {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 1;
}

.home-main #nosotros .slider-spot .slick-active .slide-content.aFadeInUp {
  -webkit-animation-name: aFadeInUp;
          animation-name: aFadeInUp;
}

.home-main #nosotros .slider-spot .slick-active .slide-content.aFadeInRight {
  -webkit-animation-name: aFadeInRight;
          animation-name: aFadeInRight;
}

.home-main #beneficios {
  background: #fff;
  color: #313236;
  padding-bottom: 18px;
}

.home-main #beneficios .container {
  max-width: 1250px;
}

.home-main #beneficios .container img {
  padding: 0px;
}

.home-main #beneficios .container h2 {
  font-family: "Gilroy";
  width: 100%;
  text-align: center;
  font-size: 3em;
  margin-top: 20px;
}
.home-main #deteccion .container h2 {
  font-family: "Gilroy";
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}

.home-main #beneficios .container .item {
  width: 258px;
  margin: 0 auto 24px auto;
  font-family: "Gilroy";
}

.home-main #beneficios .container .item .ico {
  height: 70px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-main #beneficios .container .item .ico svg {
  width: 60px;
  max-height: 60px;
}

.home-main #beneficios .container .item h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 15px 0;
}

.home-main #beneficios .container .item p {
  text-align: justify;
  line-height: 1.6em;
  font-size: 1em;
}

.home-main #productos .stats {
  width: 100%;
  margin-top: 2vh;
  padding: 14px 24px;
  border-top: 2px solid #fff;
  text-align: center;
  font-family: "Gilroy";
}

.home-main #productos .stats .item {
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .home-main #productos .stats .item {
    margin: 10px auto;
    font-size: 0.6em;
  }
}

.home-main #productos .stats .item h3 {
  font-size: 5.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 20px;
}

.home-main #productos .stats .item h4 {
  font-size: 1.9em;
  font-weight: 100;
  letter-spacing: -1px;
}

.home-main #productos h2{
  width: 100%;
  text-align: center;
  margin: 28px 0;
  font-size: 3em;
  letter-spacing: -1px;
  font-weight: bold;
}

.home-main #productos h2 b {
  color: #d1180f;
}

.home-main #productos .slider-producto.slick-slider {
  height: 317px;
}

.home-main #productos .slider-producto .item {
  background: #5a5a5b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5a5a5b 0%, #313236 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$top, endColorstr=$bottom,GradientType=0 ); */
  /* IE6-9 */
  padding: 22px;
  border-radius: 7px;
  height: 273px;
  margin: 30px 10px 0 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  font-family: "Gilroy";
  text-align: left;
}

.home-main #productos .slider-producto .item .img {
  background: transparent no-repeat center center / cover;
  height: 200px;
  width: 100%;
}

.home-main #productos .slider-producto .item h1 {
  font-weight: 600;
  font-size: 1.8em;
  text-align: center;
  display: block;
  bottom: 0;
  position: absolute;
  width: calc(100% - 44px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #eee;
}

.home-main #productos .slider-producto .item .info {
  background: rgba(90, 90, 90, 0.8);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 90, 90, 0.8)), to(rgba(49, 50, 54, 0.9)));
  background: linear-gradient(to bottom, rgba(90, 90, 90, 0.8) 0%, rgba(49, 50, 54, 0.9) 100%); */
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$top, endColorstr=$bottom,GradientType=0 ); */
  /* IE6-9 */
  visibility: hidden;
  opacity: 0.01;
  margin-top: 50px;
  -webkit-transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 70px 22px 22px 22px;
}

@media (max-width: 500px) {
  .home-main #productos .slider-producto .item .info {
    padding: 70px 40px 22px 40px;
  }
}

.home-main #productos .slider-producto .item .info button {
  width: 25px;
  height: 25px;
  margin: 10px 2px;
  border: none;
  background: transparent no-repeat center center / auto 100%;
}

.home-main #productos .slider-producto .item .info button.pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-pdf' x='0px' y='0px' viewBox='0 0 37.2 39.5' %3E%3Cstyle type='text/css'%3E .ico-pdf-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-pdf-st0' d='M37,10.6L27,0.3C26.8,0.1,26.6,0,26.3,0H11.5C9.7,0,8.3,1.4,8.3,3.2v10.4H2.4C1.1,13.6,0,14.6,0,16v11.3 c0,1.3,1.1,2.4,2.4,2.4h5.9v6.6c0,1.7,1.4,3.2,3.2,3.2H34c1.7,0,3.2-1.4,3.2-3.2v-25C37.2,11,37.1,10.8,37,10.6z M26.7,2.5l7.7,8 h-7.7V2.5z M1.8,27.3V16c0-0.3,0.3-0.6,0.6-0.6h20.3c0.3,0,0.6,0.3,0.6,0.6v11.3c0,0.3-0.3,0.6-0.6,0.6H2.4 C2.1,27.9,1.8,27.6,1.8,27.3z M35.4,36.3c0,0.8-0.6,1.4-1.4,1.4H11.5c-0.8,0-1.4-0.6-1.4-1.4v-6.6h12.7c1.3,0,2.4-1.1,2.4-2.4V16 c0-1.3-1.1-2.4-2.4-2.4H10.1V3.2c0-0.8,0.6-1.4,1.4-1.4h13.4v9.7c0,0.5,0.4,0.9,0.9,0.9h9.7V36.3z'/%3E%3Cpath class='ico-pdf-st0' d='M9.3,19.2c-0.3-0.3-0.6-0.6-1-0.7c-0.3-0.1-0.8-0.1-1.6-0.1H4.4v6.8H6v-2.4h0.7c0.6,0,1.1,0,1.4-0.1 c0.3-0.1,0.5-0.2,0.7-0.3c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.3,0.2-0.6,0.2-1.1C9.7,20,9.5,19.5,9.3,19.2z M7.6,21.2 c-0.1,0-0.4,0.1-1,0.1H6v-1.5h0.5c0.5,0,0.8,0,0.9,0c0.2,0,0.3,0.1,0.4,0.2C8,20.2,8,20.3,8,20.5c0,0.2,0,0.3-0.1,0.4 C7.8,21.1,7.7,21.2,7.6,21.2z'/%3E%3Cpath class='ico-pdf-st0' d='M15.9,20.3c-0.1-0.4-0.4-0.8-0.6-1.1c-0.3-0.3-0.6-0.5-1-0.6c-0.3-0.1-0.7-0.1-1.3-0.1h-2.5v6.8h2.6 c0.5,0,0.9-0.1,1.2-0.1c0.4-0.1,0.7-0.3,1-0.5c0.3-0.3,0.6-0.7,0.7-1.2c0.1-0.4,0.2-0.9,0.2-1.4C16.2,21.2,16.1,20.7,15.9,20.3z M12.1,19.8h0.4c0.5,0,0.9,0,1,0.1c0.2,0,0.4,0.1,0.5,0.3c0.1,0.1,0.3,0.3,0.3,0.6c0.1,0.3,0.1,0.6,0.1,1.1c0,0.5,0,0.9-0.1,1.1 c-0.1,0.3-0.2,0.5-0.3,0.6c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.4,0.1-0.8,0.1h-0.8V19.8z'/%3E%3Cpolygon class='ico-pdf-st0' points='18.6,19.8 18.6,21 21.3,21 21.3,22.4 18.6,22.4 18.6,25.1 17,25.1 17,18.4 21.7,18.4 21.7,19.8 '/%3E%3C/svg%3E");
}

.home-main #productos .slider-producto .item .info button.video {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ico-play' x='0px' y='0px' viewBox='0 0 37.5 37.5' %3E%3Cstyle type='text/css'%3E .ico-play-st0%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cpath class='ico-play-st0' d='M18.8,37.5C8.4,37.5,0,29.1,0,18.8S8.4,0,18.8,0s18.8,8.4,18.8,18.8S29.1,37.5,18.8,37.5z M18.8,2.4 c-9,0-16.4,7.3-16.4,16.4s7.3,16.4,16.4,16.4s16.4-7.3,16.4-16.4S27.8,2.4,18.8,2.4z'/%3E%3Cpath class='ico-play-st0' d='M13.4,26.8c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.2-0.6-0.6-0.6-1V11.9c0-0.4,0.2-0.8,0.6-1c0.4-0.2,0.8-0.2,1.2-0.1 l13.7,6.9c0.4,0.2,0.7,0.6,0.7,1.1s-0.3,0.9-0.7,1.1l-13.7,6.9C13.8,26.8,13.6,26.8,13.4,26.8z M14.6,13.8v9.9l9.9-4.9L14.6,13.8z' /%3E%3C/svg%3E");
}

.home-main #productos .slider-producto .item.selected {
  margin-top: 0;
  -webkit-transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}

.home-main #productos .slider-producto .item.selected .info {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 0.8s ease-in-out, margin-top 0.6s ease-in-out;
  transition: opacity 0.8s ease-in-out, margin-top 0.6s ease-in-out;
}
.home-main #casos {
  background: #f3f5f9;
  color: #313236;
  padding-bottom: 2px;
}

.home-main #casos .container {
  padding: 0 20px;
}

.home-main #casos .container h2 {
  font-family: "Gilroy";
  width: 100%;
  text-align: center;
  font-size: 3em;
  margin: 5px 0px 40px 0px;
}

.home-main #casos .video {
  max-width: 1100px;
  background: #fff;
  margin: 19px auto 15px auto;
  width: 100%;
}

.home-main #casos .video .left {
  width: 55%;
}

@media (max-width: 1200px) {
  .home-main #casos .video .left {
    width: 100%;
  }
}

.home-main #casos .video .left * {
  width: 100%;
}

.home-main #casos .video .right {
  width: 45%;
  padding: 40px;
  font-family: "Gilroy";
  font-size: 1.5em;
}

@media (max-width: 1200px) {
  .home-main #casos .video .right {
    width: 100%;
  }
}

.home-main #casos .video .right h4 {
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.home-main #casos .video .right p {
  line-height: 1.6em;
}

.home-main #casos .slider-casos.slick-slider {
  height: 480px;
}

@media (max-width: 1000px) {
  .home-main #casos .slider-casos.slick-slider {
    height: 500px;
  }
}

.home-main #casos .slider-casos.slick-slider.slick-dotted .slick-dots li {
  background: #fff;
}

.home-main #casos .slider-casos.slick-slider.slick-dotted .slick-dots li.slick-active {
  background: #d1180f;
  border-color: #d1180f;
}

.home-main #casos .slider-casos .item {
  font-family: "Gilroy";
  font-size: 1em;
  text-align: center;
}

.home-main #casos .slider-casos .item .logo {
  width: 100%;
  height: 90px;
  margin: 0 auto 40px auto;
  max-width: 400px;
}

@media (max-width: 1000px) {
  .home-main #casos .slider-casos .item .logo {
    max-width: 250px;
    margin: 0 auto 40px auto;
  }
}

.home-main #casos .slider-casos .item p {
  font-size: 1.9em;
  padding: 0 60px;
}

@media (max-width: 1000px) {
  .home-main #casos .slider-casos .item p {
    font-size: 1.3em;
    padding: 0 25px;
  }
}

.home-main #casos .slider-casos .item h6 {
  font-size: 1.5em;
  letter-spacing: 1.4px;
  margin: 40px 0;
}

@media (max-width: 1000px) {
  .home-main #casos .slider-casos .item h6 {
    font-size: 1.2em;
  }
}

.home-main #casos .slider-logos {
  background: #fff;
}

.home-main #casos .slider-logos.slick-slider {
  height: 170px;
}

.home-main #casos .slider-logos .item {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-main #casos .slider-logos .item svg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-width: 240px;
  max-height: 70px;
}

.home-main #contacto {
  background: #f3f5f9;
  color: #ffffff;
  padding: 28px 20px 25px 20px;
  font-size: 1em;
  background: #313236 url("../css/images/home_contacto_bg.jpg") no-repeat center center/cover;
}

@media (max-width: 1000px) {
  .home-main #contacto {
    padding: 90px 20px;
  }
}

.home-main #contacto .container .left {
  font-family: "Gilroy";
  font-size: 1.4em;
  width: 45%;
  text-align: left;
  line-height: 1.7em;
  margin: 70px 0px;
}

@media (max-width: 1000px) {
  .home-main #contacto .container .left {
    width: 100%;
    font-size: 0.95em;
    margin:  0px;
  }
}

.home-main #contacto .container .left h2 {
  font-size: 3em;
  margin: 0 0 160px 0;
  font-weight: bold;
  line-height: 1em;
}

@media (max-width: 1000px) {
  .home-main #contacto .container .left h2 {
    margin: 0 0 20px 0;
  }
}

.home-main #contacto .container .left h2 svg {
  width: 300px;
  padding: 0 0 0 5px;
}

@media (max-width: 1000px) {
  .home-main #contacto .container .left h2 svg {
    width: 200px;
  }
}

.home-main #contacto .container .right {
  width: 55%;
  color: #313236;
  font-family: "Montserrat";
  margin: 70px 0px;
}

@media (max-width: 1000px) {
  .home-main #contacto .container .right {
    padding: 40px 0 0 0;
    width: 100%;
    margin: 0px;
  }
}

.home-main #contacto .container .right .error {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: #d00 !important;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.home-main #contacto .container .right input[type=text],
.home-main #contacto .container .right textarea {
  padding: 15px;
  border: 2px solid #fff;
  font-size: 1.1em;
  width: 100%;
  margin: 10px 0;
  color: #333;
  resize: vertical;
}

.home-main #contacto .container .right textarea {
  min-height: 200px;
  line-height: 1.5em;
}

.home-main #contacto .container .right button {
  color: #ffffff;
  background: #2d2e33;
  height: 40px;
  min-width: 150px;
  float: right;
  font-size: 1.3em;
  margin: 10px 0;
}

.home-main #contacto .container .right .message {
  height: 350px;
  text-align: center;
  color: #fff;
}
.button-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
  background: #25D366;
  color: #fff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  z-index: 9999;
}

.button-whatsapp:hover{
  background: #25D366;
  color: #fff;
}
.button-whatsapp > i {
  margin-top: 9px;
}
/*# sourceMappingURL=home.css.map */