@font-face{
  font-family: "Montserrat Regular";
  src: url("../fonts/montserrat_medium.ttf")
}
@font-face{
  font-family: "Raleway Medium";
  src: url("../fonts/Raleway-Black.ttf");
}
@font-face{
  font-family: "Raleway extrabold";
  src: url("../fonts/Raleway-ExtraLight.ttf");
}
@font-face{
  font-family: "Raleway semibold";
  src: url("../fonts/Raleway-Bold.ttf");
}
#nosotros {
  padding: 0;
  margin-top: 140px;
}

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

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

#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) {
  #nosotros .slider-spot .slide-content {
    font-size: 2.4vw;
    width: 82vw !important;
    top: 27vw;
    margin-left: 9% !important;
  }
}
#nosotros .slider-spot .slide-content h1 {
  font-family: "Raleway extrabold";
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  width: 100%;
}

#nosotros .slider-spot .slide-content p {
  font-size: 1.7em;
  font-family: "Raleway semibold";
  width: 92%;
}
#nosotros .slider-spot .slick-active .slide-content {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 1;
  margin-left: 9%;
}

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

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

.home-main #beneficios {
  background: #fff;
  color: #313236;
}

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

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

.home-main #beneficios .container .item {
  width: 345px;
  margin: 0 auto 90px auto;
  padding: 0 20px;
  font-family: "Gilroy";
}

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

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

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

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

.home-main #productos {
  padding: 0 0 60px 0;
}

.home-main #productos .stats {
  width: 100%;
  padding: 60px 100px;
  border-bottom: 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: 6.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: 50px 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: 420px;
}

.home-main #productos .slider-producto .item {
  background: #5a5a5b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-linear-gradient(linear, left top, left bottom, from(#5a5a5b), to(#313236));
  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: 360px;
  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: 270px;
  width: 100%;
  margin: 20px 0 0 0;
}

.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-linear-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: 0 0 90px 0;
}

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

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

.home-main #casos .video {
  max-width: 1100px;
  background: #fff;
  margin: 60px auto 100px 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: #d1180f;
}

.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: 100px;
  margin: 0 auto 60px 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;
}
.contacto{
  display: flex;
}
#contacto {
  padding: 100px 9%;
  font-size: 1em;
  font-family: "Raleway Medium";
  background: #F7F7F7;
  color: #252832;
}
::placeholder {
  color: #F2081F;
  font-family: "Raleway semibold";
}
:-ms-input-placeholder { color: #F2081F; }

@media (max-width: 1000px) {
  #contacto {
    padding: 50px 5% 80px 5%;
  }
  .contacto{
    display: block;
  }
}

#contacto .left {
  font-family: "Raleway Medium";
  font-size: 1.4em;
  width: 45%;
  text-align: left;
  line-height: 1.7em;
}

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

#contacto .left h2 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  font-family: "Raleway extrabold";
  color: #F2081F;
}

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

#contacto .left h2 svg {
  width: 300px;
  height: auto;
  padding: 0 0 0 5px;
}

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

#contacto .right {
  width: 55%;
  color: #313236;
  font-family: "Montserrat Regular" !important;
}

@media (max-width: 1000px) {
  #contacto .right {
    padding: 40px 0 0 0;
    width: 100%;
  }
  #contacto .left p{
    font-family: "Montserrat Regular" !important;
    font-size: 1.2em;
    margin: 10px !important;
  }
  .conten{
    padding: 0 30px 70px 0!important;
    display: inline-table !important;
    align-items: center;
  }
  .conten-img{
    margin: 40px;
    width: 50% !important;
  }
}

#contacto .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);
}

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

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

#contacto .right button {
  color: #ffffff;
  background: #F2081F;
  border-radius: 10px;
  height: 30px;
  min-width: 120px;
  float: right;
  font-family: "Montserrat Regular";
  font-weight: bold;
  font-size: 0.9em;
  margin: 10px 0;
}

#contacto .right .message {
  height: 350px;
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=home.css.map */

#ubicacion{
  background-color: #FFFFFF;
  padding: 9%;
}
#ubicacion .barramap{
  background-color: #252832;
  font-family: "Raleway extrabold";
  color: white;
  font-size: 1.2em;
}
#ubicacion .map{
  height: 70vh !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}

.dropdown-content {
  margin-top: 20px;
  display: none;
  position: absolute;
  background-color: #fdfdfd;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-size: 1.2em;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 4px solid transparent;
}
.dropdown-content a:hover{
  border-color: #f00;
  font-weight: bold;
  color: #f00;
  text-decoration: none;
}
.show {display: block;}
/* 1910 px o > */

@media (min-width: 1910px) {
  main p{
    font-size: 1.2em;
  }
  .info p{
    font-size: 1em;
  }
  .container{
    display: block !important;
  }
  #contacto .left{
    font-family: "Raleway Medium";
    width: 100% !important;
  }
  #contacto .right{
    width: 100% !important;
  }
  main footer .section .col ul li{
    font-size: 1.3em;
  }
  main footer .section .col h1{
    font-size: 1.6em !important;
  }
  #ubicacion .map{
    height: 80vh !important;
  }
}
.icon-insignia{
  width: 15% !important;
  margin-right: 10px;
}