/*#636363*/
/*
 *
 * 
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* Mixin */
/* 
    Created on : 8/05/2015, 01:29:32 PM
    Author     : Javier
*/
/* line 5, ../scss/core/_reset.scss */
html {
  position: relative;
}

/* line 8, ../scss/core/_reset.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 9, ../scss/core/_reset.scss */
.tooltip {
  display: none;
}

/* line 10, ../scss/core/_reset.scss */
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 11, ../scss/core/_reset.scss */
a {
  text-decoration: none;
  border: 0;
}
/* line 13, ../scss/core/_reset.scss */
a:hover {
  text-decoration: none;
}
/* line 17, ../scss/core/_reset.scss */
a img {
  border: none;
}

/* line 21, ../scss/core/_reset.scss */
img {
  border: none;
}

/* line 24, ../scss/core/_reset.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/* 
    Created on : 8/05/2015, 01:29:14 PM
    Author     : Javier
    Mail: javier.maldonado@central.zone
*/
/* line 6, ../scss/core/_common.scss */
.inline-block, .btn, #nav li {
  display: inline-block;
  width: auto;
  height: auto;
  *display: inline;
}

/* line 13, ../scss/core/_common.scss */
body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 auto;
  max-width: 1920px;
}
/* line 21, ../scss/core/_common.scss */
body a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
/* line 27, ../scss/core/_common.scss */
body strong {
  font-weight: 600;
}
/* line 31, ../scss/core/_common.scss */
body img {
  max-width: 100%;
}

/* line 36, ../scss/core/_common.scss */
#section-slider.section {
  position: relative;
}

/* line 40, ../scss/core/_common.scss */
.section {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 1;
}
/* line 49, ../scss/core/_common.scss */
.section .content {
  position: relative;
  display: block;
  max-width: 1150px;
  margin: 0 auto;
  height: auto;
  padding: 10px;
}

/* line 59, ../scss/core/_common.scss */
.columns {
  float: left;
  width: 100%;
}

/* line 65, ../scss/core/_common.scss */
.columns.two-columns .left {
  float: left;
  width: 67%;
}
/* line 69, ../scss/core/_common.scss */
.columns.two-columns .right {
  float: right;
  width: 30%;
}
/* line 74, ../scss/core/_common.scss */
.columns.two-columns .column {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 770px) {
  /* line 80, ../scss/core/_common.scss */
  .columns.two-columns .left, .columns.two-columns .right, .columns.two-columns .column {
    width: 100%;
  }
}

/* line 87, ../scss/core/_common.scss */
.columns.three-columns .column {
  float: left;
  width: 33%;
  /*@include bp('max-width', $bp-small){
      width: 50%;
  }*/
}
@media only screen and (max-width: 979px) {
  /* line 87, ../scss/core/_common.scss */
  .columns.three-columns .column {
    width: 50%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 87, ../scss/core/_common.scss */
  .columns.three-columns .column {
    width: 100%;
  }
}

/* line 104, ../scss/core/_common.scss */
h1, h2, h3, h4, h5 {
  font-family: "Noticia Text", serif;
  font-weight: 400;
}
/* line 108, ../scss/core/_common.scss */
h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: "Noticia Text", serif;
  font-weight: 400;
}
/* line 113, ../scss/core/_common.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 700;
}

/* line 118, ../scss/core/_common.scss */
h2 {
  font-family: "Oswald", sans-serif;
  display: inline-block;
}

/* line 123, ../scss/core/_common.scss */
.title-page {
  font-size: 67px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  /* line 123, ../scss/core/_common.scss */
  .title-page {
    font-size: 40px;
    text-align: center;
  }
}

@media only screen and (min-width: 961px) {
  .desktop
  {
      display: block;
  }
  
  .mobile
  {
      display: none;
  }
}

/* line 135, ../scss/core/_common.scss */
.btn {
  cursor: pointer;
  vertical-align: top;
}

/* line 141, ../scss/core/_common.scss */
.btn.btn-orange {
  color: #ffffff;
  background: #F76535;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 148, ../scss/core/_common.scss */
.btn.btn-orange:hover {
  background: #be3508;
}

/* line 153, ../scss/core/_common.scss */
.btn.btn-medium {
  padding: 14px 27px;
}

/* line 157, ../scss/core/_common.scss */
.btn.btn-big {
  padding: 17px 37px;
}

/* line 161, ../scss/core/_common.scss */
.underline {
  border-bottom: 2px solid #2178d1;
}

/* line 165, ../scss/core/_common.scss */
input[type=text], textarea {
  background: #8790a6;
  color: #ebebeb;
  padding: 15px 20px;
  display: block;
  font-size: 19px;
  border: solid 1px #8790a6;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

/* line 181, ../scss/core/_common.scss */
textarea {
  min-height: 180px;
}

/* line 187, ../scss/core/_common.scss */
ul.content p {
  min-height: 136px;
  max-width: 300px;
  padding: 0 5px;
  width: auto !important;
}
/* line 194, ../scss/core/_common.scss */
ul.content img {
  margin-bottom: 20px;
}

/* line 199, ../scss/core/_common.scss */
.o-servicios {
  display: block;
}

/* line 203, ../scss/core/_common.scss */
.tc-orange {
  color: #ff7e00 !important;
}

/* line 207, ../scss/core/_common.scss */
.tc-blue {
  color: #137be7 !important;
}

/* line 211, ../scss/core/_common.scss */
.button-set {
  display: block;
  margin: 50px 0 10px;
}

/* line 216, ../scss/core/_common.scss */
.btn-contact {
  color: #ffffff;
  background-color: #ff7e00;
  display: block;
  font-weight: 300;
  margin: 20px auto;
  max-width: 45%;
  padding: 5px 15px;
  transition: all 200ms ease-in-out;
}
/* line 226, ../scss/core/_common.scss */
.btn-contact:hover {
  background-color: #e67100;
}
/* line 230, ../scss/core/_common.scss */
.btn-contact::before {
  content: '\00bb';
  font-size: 25px;
}

/* line 236, ../scss/core/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 240, ../scss/core/_common.scss */
.outline {
  border: 1px solid #2178d1;
  border-radius: 5px;
  display: inline-block;
  margin: 0 20px;
  padding: 5px 20px;
  vertical-align: top;
}

/* line 249, ../scss/core/_common.scss */
ul.arrow > li {
  display: list-item !important;
  list-style-image: url("../images/extra/arrow.png") !important;
}

/* 
    Created on : 8/05/2015, 01:28:35 PM
    Author     : Javier
    File: global
*/
/* line 11, ../scss/layout/_global.scss */
.wrapper {
  display: inline-block;
  max-width: 1135px;
  width: 100%;
}

/* 
    Created on : 1/03/2016
    Author     : Javier
    File: header
*/
/* line 10, ../scss/layout/_header.scss */
header {
  background-color: #121741;
  color: white;
  min-height: 95px;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  -moz-box-shadow: gray 2px 2px 3px;
  -webkit-box-shadow: gray 2px 2px 3px;
  box-shadow: gray 2px 2px 3px;
}
/* line 21, ../scss/layout/_header.scss */
header img {
  margin: 7.5px auto;
  vertical-align: middle;
}
/* line 25, ../scss/layout/_header.scss */
header nav {
  margin-top: 2.5%;
}
/* line 29, ../scss/layout/_header.scss */
header nav a {
  font-size: 17px;
  color: white;
}
/* line 33, ../scss/layout/_header.scss */
header nav span {
  padding: 10px;
}
/* line 37, ../scss/layout/_header.scss */
header nav ul.left {
  /*li:nth-child(-n+2) {
    margin-right: 40px;
    @include bp(max-width, 479px){
      margin-right: 5px;
    }
  }*/
}
/* line 44, ../scss/layout/_header.scss */
header nav ul.left > li {
  margin-right: 10px;
}
/* line 47, ../scss/layout/_header.scss */
header nav ul.left a {
  font-weight: 400;
}
/* line 51, ../scss/layout/_header.scss */
header nav ul.left .blog-icon {
  float: right;
  margin-top: 8px;
  padding-left: 7px;
}
@media only screen and (max-width: 1025px) {
  /* line 51, ../scss/layout/_header.scss */
  header nav ul.left .blog-icon {
    display: none;
  }
}
/* line 63, ../scss/layout/_header.scss */
header nav ul.right li:first-child {
  /*margin-right: 40px;
  @include bp(max-width, 479px){
    margin-right: 5px;
  }*/
}
/* line 69, ../scss/layout/_header.scss */
header nav ul.right a {
  font-weight: 300;
}
/* line 72, ../scss/layout/_header.scss */
header nav ul.right a:hover {
  font-weight: 400;
}
@media only screen and (max-width: 1144px) {
  /* line 25, ../scss/layout/_header.scss */
  header nav {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
  }
  /* line 87, ../scss/layout/_header.scss */
  header nav.left {
    bottom: 0;
  }
  /* line 91, ../scss/layout/_header.scss */
  header nav.right {
    top: 0;
  }
}
/* line 96, ../scss/layout/_header.scss */
header nav.left {
  float: left;
}
/* line 100, ../scss/layout/_header.scss */
header nav.right {
  float: right;
}
/* line 105, ../scss/layout/_header.scss */
header #a-prensa {
  background: url("../images/header/buttons/abx_yw_up.png") top right no-repeat, url("../images/header/buttons/abx_mic.jpg") 10px center no-repeat, url("../images/header/buttons/abx_yw_dwn.png") bottom left no-repeat;
  padding-left: 30px !important;
}
/* line 112, ../scss/layout/_header.scss */
header #a-contacto {
  background: url("../images/header/buttons/abx_uv_up.png") top right no-repeat, url("../images/header/buttons/abx_cntc.png") 10px center no-repeat, url("../images/header/buttons/abx_uv_dwn.png") bottom left no-repeat;
  padding-left: 30px !important;
}
/* line 119, ../scss/layout/_header.scss */
header #a-empleo {
  background: url("../images/header/buttons/abx_ong_up.png") top right no-repeat, url("../images/header/buttons/Abx-Vacancy-ico.png") 8px center no-repeat, url("../images/header/buttons/abx_ong_dwn.png") bottom left no-repeat;
  padding-left: 32px !important;
}
/* line 126, ../scss/layout/_header.scss */
header li, header nav, header ul {
  display: inline-block;
}
/* line 130, ../scss/layout/_header.scss */
header ul.left a {
  color: #2e67a2;
}
/* line 134, ../scss/layout/_header.scss */
header ul.right a {
  color: #8790a6;
}
@media only screen and (max-width: 479px) {
  /* line 139, ../scss/layout/_header.scss */
  header img {
    margin: 0;
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 1144px) {
  /* line 145, ../scss/layout/_header.scss */
  header img {
    margin: 50px 0;
  }
}

/* 
    Created on : 01/03/2016
    Author     : Javier
    File: header-nav
*/
/* line 9, ../scss/layout/_header-nav.scss */
#nav li {
  vertical-align: top;
  position: relative;
  padding: 20px 25px;
}

/* 
    Created on : 29/02/2016, 01:28:57 PM
    Author     : Javier
    File: footer
*/
/* line 6, ../scss/layout/_footer.scss */
footer {
  margin-top: 20px;
  position: relative;
}
/* line 12, ../scss/layout/_footer.scss */
footer .social-twitter, footer .social-facebook, footer .social-play {
  background-image: url("../images/footer/social/social_sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
/* line 20, ../scss/layout/_footer.scss */
footer .spn-label {
  border-bottom: 2px solid #2178d1;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}
/* line 29, ../scss/layout/_footer.scss */
footer .spn-label-cpy {
  font-size: 14px;
  font-weight: 300;
}
/* line 34, ../scss/layout/_footer.scss */
footer .social-twitter {
  background-position: -10px 2px;
}
/* line 38, ../scss/layout/_footer.scss */
footer .social-facebook {
  background-position: -4px -53px;
}
/* line 42, ../scss/layout/_footer.scss */
footer .social-play {
  background-position: -10px -26px;
}
/* line 46, ../scss/layout/_footer.scss */
footer .social-plus {
  background-image: url("../images/footer/social/Social_separados/Abx_GPlus.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
/* line 55, ../scss/layout/_footer.scss */
footer .social-linkedln {
  background-image: url("../images/footer/social/Social_separados/Linkedin.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
footer .social-wa {
  background-image: url("../images/footer/social/Social_separados/logo-whats.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
/* line 64, ../scss/layout/_footer.scss */
footer .bottom {
  text-align: left;
  width: 100%;
}
/* line 69, ../scss/layout/_footer.scss */
footer #content-right {
  float: right;
  text-align: right;
  padding-top: 30px;
}
/* line 75, ../scss/layout/_footer.scss */
footer #bottom-logo-img {
  margin-top: 57px;
  max-width: 192px;
}
/* line 80, ../scss/layout/_footer.scss */
footer .content {
  background-color: #121741;
  color: #ffffff;
  display: block;
  margin-top: -155px;
  min-height: 155px;
  width: 100%;
  text-align: center;
  top: 37px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  /* line 80, ../scss/layout/_footer.scss */
  footer .content {
    top: 0;
    margin-top: 0px;
  }
}
/* line 98, ../scss/layout/_footer.scss */
footer #bottom-logo {
  background-color: #121741;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 15px black;
  color: #ffffff;
  font-size: 18px;
  display: block;
  height: 192px;
  margin: 0 auto;
  max-width: 325px;
  min-width: 325px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-box-shadow: #060a31 0px 0px 15px;
  -webkit-box-shadow: #060a31 0px 0px 15px;
  box-shadow: #060a31 0px 0px 15px;
}
@media only screen and (max-width: 750px) {
  /* line 98, ../scss/layout/_footer.scss */
  footer #bottom-logo {
    min-width: 100%;
    max-width: 100%;
  }
}
/* line 123, ../scss/layout/_footer.scss */
footer #bottom-logo span {
  color: #2178d1;
  font-size: 23px;
}
/* line 128, ../scss/layout/_footer.scss */
footer #bottom-logo .content-logo {
  margin-top: 0px;
}
/* line 132, ../scss/layout/_footer.scss */
footer #bottom-logo .content-logo hr {
  border-style: solid;
  border-color: #000000;
  margin-top: 0px;
  max-width: 260px;
}
/* line 138, ../scss/layout/_footer.scss */
footer #bottom-logo .content-logo .shadow {
  margin-top: 12px;
  margin-bottom: 0px;
  border-color: #122c67;
}
/* line 143, ../scss/layout/_footer.scss */
footer #bottom-logo .content-logo img {
  margin-top: 18px;
}

/* line 1, ../scss/layout/_slider.scss */
#section-slider {
  /*border-bottom: 45px solid #137be7;*/
  /* pager */
  /* caption */
  /* overlay */
}
@media only screen and (max-width: 1236px) {
  /* line 4, ../scss/layout/_slider.scss */
  #section-slider .large {
    display: none;
  }
}
@media only screen and (min-width: 1237px) {
  /* line 4, ../scss/layout/_slider.scss */
  #section-slider .large {
    display: inherit;
  }
}
@media only screen and (max-width: 1236px) {
  /* line 13, ../scss/layout/_slider.scss */
  #section-slider .regular {
    display: inherit;
  }
}
@media only screen and (min-width: 1237px) {
  /* line 13, ../scss/layout/_slider.scss */
  #section-slider .regular {
    display: none;
  }
}
/* line 22, ../scss/layout/_slider.scss */
#section-slider .cycle-slideshow img, #section-slider .cycle-slideshow span {
  width: 100%;
  height: auto;
}
/* line 28, ../scss/layout/_slider.scss */
#section-slider .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 50px;
  overflow: hidden;
}
/* line 36, ../scss/layout/_slider.scss */
#section-slider .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #121741;
  cursor: pointer;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
/* line 46, ../scss/layout/_slider.scss */
#section-slider .cycle-pager span.cycle-pager-active {
  color: #ffffff;
}
/* line 49, ../scss/layout/_slider.scss */
#section-slider .cycle-pager > * {
  cursor: pointer;
}
/* line 54, ../scss/layout/_slider.scss */
#section-slider .cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* line 63, ../scss/layout/_slider.scss */
#section-slider .cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: #121741;
  color: #121741;
  padding: 15px;
  opacity: .5;
}
/* line 75, ../scss/layout/_slider.scss */
#section-slider .arrow {
  display: inline-block;
  font-size: 0.5px;
  height: 65px;
  position: relative;
  width: 38px;
  z-index: 100;
}
/* line 84, ../scss/layout/_slider.scss */
#section-slider .wrapper-container {
  top: 50%;
  position: absolute;
  width: 100%;
}
/* line 88, ../scss/layout/_slider.scss */
#section-slider .wrapper-container .wrapper {
  top: -50%;
  position: relative;
  z-index: 100;
}
/* line 95, ../scss/layout/_slider.scss */
#section-slider #prev {
  background: url("../images/slider/abx_lft_arrow.png") no-repeat;
  float: left;
}
/* line 100, ../scss/layout/_slider.scss */
#section-slider #next {
  background: url("../images/slider/abx_rgt_arrow.png") no-repeat;
  float: right;
}

/* line 1, ../scss/modules/_home.scss */
.home {
  font-family: "Oswald", sans-serif;
}
/* line 4, ../scss/modules/_home.scss */
.home #proceso-y-empaque {
  margin: 60px 0;
}
/* line 8, ../scss/modules/_home.scss */
.home ul.cards {
  display: inline-block;
  margin-top: -100px;
  width: 100%;
}
/* line 13, ../scss/modules/_home.scss */
.home ul.cards h2 {
  line-height: 17px;
}
/* line 16, ../scss/modules/_home.scss */
.home ul.cards li {
  color: #ffffff;
  display: table;
  float: left;
  margin: 2.5px;
  max-width: 275px;
  text-transform: uppercase;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /**
  list-style: outside disc none;
    padding-left: 15px;
    li{
      display: list-item !important;
      list-style: outside none disc;*/
}
/* line 27, ../scss/modules/_home.scss */
.home ul.cards li h2 {
  color: #ffffff;
  font-size: 16px;
}
/* line 39, ../scss/modules/_home.scss */
.home ul.cards li ul.nlist {
  font-weight: 300;
  font-size: 18px;
  list-style: outside disc none;
  margin: 10px 0 0 -33px;
  padding-left: 50px;
}
/* line 45, ../scss/modules/_home.scss */
.home ul.cards li ul.nlist li {
  text-transform: capitalize !important;
  display: list-item !important;
  list-style: outside none disc;
  margin: 0 0 -5px;
}
/* line 53, ../scss/modules/_home.scss */
.home ul.cards li .ico {
  display: inline-block;
}
/* line 58, ../scss/modules/_home.scss */
.home ul.cards li.card-1 {
  background: url("../images/cards/btn_llenado.png") no-repeat;
}
/* line 60, ../scss/modules/_home.scss */
.home ul.cards li.card-1 .ico {
  background-position: -9.5px -92.5px;
  height: 78px;
  width: 78px;
}
/* line 66, ../scss/modules/_home.scss */
.home ul.cards li.card-2 {
  background: url("../images/cards/btn_cortes.png") no-repeat;
}
/* line 68, ../scss/modules/_home.scss */
.home ul.cards li.card-2 .ico {
  background-position: -10.5px 0px;
  height: 83px;
  width: 83px;
}
/* line 74, ../scss/modules/_home.scss */
.home ul.cards li.card-3 {
  background: url("../images/cards/btn_seleccion.png") no-repeat;
}
/* line 76, ../scss/modules/_home.scss */
.home ul.cards li.card-3 .ico {
  background-position: -9.8px -179.5px;
  height: 78px;
  width: 78px;
}
/* line 82, ../scss/modules/_home.scss */
.home ul.cards li.card-4 {
  background: url("../images/cards/btn_procesos.png") no-repeat;
}
/* line 84, ../scss/modules/_home.scss */
.home ul.cards li.card-4 .ico {
  background-position: -9.8px -266.5px;
  height: 67px;
  margin: 0 25px;
  width: 67px;
}
/* line 90, ../scss/modules/_home.scss */
.home ul.cards li.card-4 ul li {
  margin: 0 0 -9.5px;
}
/* line 94, ../scss/modules/_home.scss */
.home ul.cards li.large {
  height: 500px;
  width: 300px;
}
/* line 97, ../scss/modules/_home.scss */
.home ul.cards li.small {
  height: 167px;
  margin-top: 15px;
}
/* line 102, ../scss/modules/_home.scss */
.home ul.cards li .row {
  display: table-row;
}
/* line 105, ../scss/modules/_home.scss */
.home ul.cards li .row:first-child .cell {
  text-align: left;
  vertical-align: middle;
}
/* line 108, ../scss/modules/_home.scss */
.home ul.cards li .row:first-child .cell:first-child {
  text-align: center;
}
/* line 114, ../scss/modules/_home.scss */
.home ul.cards li .cell {
  display: table-cell;
}
/* line 117, ../scss/modules/_home.scss */
.home ul.cards li .vm {
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}
/* line 121, ../scss/modules/_home.scss */
.home ul.cards li .vm .vm-arrow {
  font-size: 23px;
}
/* line 124, ../scss/modules/_home.scss */
.home ul.cards li .vm a, .home ul.cards li .vm a:hover {
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 117, ../scss/modules/_home.scss */
  .home ul.cards li .vm {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 599px) {
  /* line 8, ../scss/modules/_home.scss */
  .home ul.cards {
    margin: 0 auto;
    width: auto !important;
  }
  /* line 139, ../scss/modules/_home.scss */
  .home ul.cards li {
    float: none;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 8, ../scss/modules/_home.scss */
  .home ul.cards {
    text-align: center;
    width: 560px;
  }
}
/* line 151, ../scss/modules/_home.scss */
.home .section {
  position: relative;
}
/* line 155, ../scss/modules/_home.scss */
.home .section h2 {
  color: #1a263e;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 162, ../scss/modules/_home.scss */
.home .section p {
  color: #8790a6;
  font-size: 22px;
  font-weight: 300;
}
/* line 167, ../scss/modules/_home.scss */
.home .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 175, ../scss/modules/_home.scss */
.home #content-integracion {
  background: url("../images/content/1236/Abx_bn_inf3_1236.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 1236px) {
  /* line 175, ../scss/modules/_home.scss */
  .home #content-integracion {
    background: url("../images/content/1236/Abx_bn_inf3_1236.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1237px) {
  /* line 175, ../scss/modules/_home.scss */
  .home #content-integracion {
    background: url("../images/content/1920/Abx_bn_inf3_1920.jpg") no-repeat center center;
  }
}
/* line 190, ../scss/modules/_home.scss */
.home #content-integracion .int-block-1 {
  clear: both;
  color: #ffc322;
  background: url("../images/content/icons/esq-bco-der_up.png") top right no-repeat, url("../images/content/icons/esq-bco-izq_up.png") top left no-repeat, url("../images/content/icons/esq-bco-izq_dwn.png") bottom left no-repeat, url("../images/content/icons/esq-bco-der_dwn.png") bottom right no-repeat;
  display: inline-block;
  float: left;
  font-size: 55px;
  font-weight: 400;
  padding: 25px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  /* line 190, ../scss/modules/_home.scss */
  .home #content-integracion .int-block-1 {
    font-size: 45px;
    float: none;
    margin: 0 auto;
  }
}
/* line 212, ../scss/modules/_home.scss */
.home #content-integracion .int-block-2 {
  clear: both;
  color: #ffffff;
  float: right;
  font-size: 25px;
  font-weight: 300;
  margin-top: 90px;
  text-align: left;
}
/* line 220, ../scss/modules/_home.scss */
.home #content-integracion .int-block-2 span {
  background-color: rgba(26, 38, 62, 0.8);
  display: inline-block;
  margin-top: 4px;
  padding: 0 10px;
}
/* line 228, ../scss/modules/_home.scss */
.home #content-integracion .button-int {
  clear: both;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 15px;
}
/* line 237, ../scss/modules/_home.scss */
.home #content-integracion .button-int a, .home #content-integracion .button-int a:hover {
  color: #ffffff;
}
/* line 240, ../scss/modules/_home.scss */
.home #content-integracion .button-int .goto {
  font-size: 20px;
}
/* line 246, ../scss/modules/_home.scss */
.home #herramienta-soluciones {
  background: url("../images/content/Abx_bn_down_1236.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 40px;
  max-width: 1920px;
  min-height: 500px;
  width: 100%;
}
@media only screen and (max-width: 765px) {
  /* line 246, ../scss/modules/_home.scss */
  .home #herramienta-soluciones {
    background-size: auto !important;
    background-repeat: repeat-y !important;
    background-position: top center !important;
  }
  /* line 258, ../scss/modules/_home.scss */
  .home #herramienta-soluciones .column {
    display: block;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 1236px) {
  /* line 246, ../scss/modules/_home.scss */
  .home #herramienta-soluciones {
    background: url("../images/content/1236/Abx_bn_down_1236.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1237px) {
  /* line 246, ../scss/modules/_home.scss */
  .home #herramienta-soluciones {
    background: url("../images/content/1920/Abx_bn_down_1920.jpg") no-repeat center center;
  }
}
/* line 273, ../scss/modules/_home.scss */
.home #herramienta-soluciones .int-block-1 {
  clear: both;
  color: #ffffff;
  background: url("../images/content/icons/esq-bco-der_up.png") top right no-repeat, url("../images/content/icons/esq-bco-izq_up.png") top left no-repeat, url("../images/content/icons/esq-bco-izq_dwn.png") bottom left no-repeat, url("../images/content/icons/esq-bco-der_dwn.png") bottom right no-repeat;
  display: inline-block;
  font-size: 55px;
  font-weight: 400;
  padding: 25px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  /* line 273, ../scss/modules/_home.scss */
  .home #herramienta-soluciones .int-block-1 {
    font-size: 45px;
    float: none;
    margin: 0 auto;
  }
}
/* line 294, ../scss/modules/_home.scss */
.home #herramienta-soluciones .int-block-2 {
  clear: both;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  margin-top: 90px;
  text-align: left;
}
/* line 301, ../scss/modules/_home.scss */
.home #herramienta-soluciones .int-block-2 span {
  background-color: rgba(23, 115, 209, 0.8);
  display: inline-block;
  margin-top: 4px;
  padding: 0 10px;
}
/* line 309, ../scss/modules/_home.scss */
.home #herramienta-soluciones .button-int {
  clear: both;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 15px;
  margin-top: 10px;
}
/* line 318, ../scss/modules/_home.scss */
.home #herramienta-soluciones .button-int a, .home #herramienta-soluciones .button-int a:hover {
  color: #ffffff;
}
/* line 321, ../scss/modules/_home.scss */
.home #herramienta-soluciones .button-int .goto {
  font-size: 20px;
}
/* line 326, ../scss/modules/_home.scss */
.home #herramienta-soluciones .columns.three-columns {
  margin-top: 5%;
}
/* line 328, ../scss/modules/_home.scss */
.home #herramienta-soluciones .columns.three-columns .column:nth-child(n+2) {
  text-align: center;
}
/* line 333, ../scss/modules/_home.scss */
.home #herramienta-soluciones .wrapper {
  text-align: left;
}

/* line 3, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections a:hover, .empleos #nav-sections .nosotros a:hover, .nosotros #nav-sections a.selected, .empleos #nav-sections .nosotros a.selected, .nosotros .procesamiento #fabricantes a:hover, .procesamiento #fabricantes .nosotros a:hover, .nosotros .procesamiento #fabricantes a.selected, .procesamiento #fabricantes .nosotros a.selected, .nosotros .procesamiento #fabricantes ul li:hover, .procesamiento #fabricantes ul .nosotros li:hover, .nosotros .procesamiento #fabricantes ul li.selected, .procesamiento #fabricantes ul .nosotros li.selected, .nosotros #nav-sections .empleos a:hover, .empleos #nav-sections a:hover, .nosotros #nav-sections .empleos a.selected, .empleos #nav-sections a.selected, .empleos .procesamiento #fabricantes a:hover, .procesamiento #fabricantes .empleos a:hover, .empleos .procesamiento #fabricantes a.selected, .procesamiento #fabricantes .empleos a.selected, .empleos .procesamiento #fabricantes ul li:hover, .procesamiento #fabricantes ul .empleos li:hover, .empleos .procesamiento #fabricantes ul li.selected, .procesamiento #fabricantes ul .empleos li.selected {
  background-color: #137be7;
  color: #ffffff;
}
/* line 6, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections a:hover img, .empleos #nav-sections .nosotros a:hover img, .nosotros #nav-sections a.selected img, .empleos #nav-sections .nosotros a.selected img, .nosotros .procesamiento #fabricantes a:hover img, .procesamiento #fabricantes .nosotros a:hover img, .nosotros .procesamiento #fabricantes a.selected img, .procesamiento #fabricantes .nosotros a.selected img, .nosotros .procesamiento #fabricantes ul li:hover img, .procesamiento #fabricantes ul .nosotros li:hover img, .nosotros .procesamiento #fabricantes ul li.selected img, .procesamiento #fabricantes ul .nosotros li.selected img, .nosotros #nav-sections .empleos a:hover img, .empleos #nav-sections a:hover img, .nosotros #nav-sections .empleos a.selected img, .empleos #nav-sections a.selected img, .empleos .procesamiento #fabricantes a:hover img, .procesamiento #fabricantes .empleos a:hover img, .empleos .procesamiento #fabricantes a.selected img, .procesamiento #fabricantes .empleos a.selected img, .empleos .procesamiento #fabricantes ul li:hover img, .procesamiento #fabricantes ul .empleos li:hover img, .empleos .procesamiento #fabricantes ul li.selected img, .procesamiento #fabricantes ul .empleos li.selected img {
  display: inline-block;
  position: absolute;
  right: -8px;
  top: -1px;
}
/* line 14, ../scss/modules/_nosotros.scss */
.nosotros .information, .nosotros .empleos #nav-sections p, .empleos #nav-sections .nosotros p, .empleos .information, .empleos #nav-sections p {
  color: #8790a6;
  font-size: 17px;
  font-weight: 300;
}
/* line 20, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections, .empleos #nav-sections {
  display: inline-block;
  max-width: 230px;
  width: 100%;
}
/* line 25, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections a, .empleos #nav-sections a {
  color: #1a263e;
  display: block;
  font-size: 17px;
  font-weight: 300;
  height: 100%;
  text-transform: uppercase;
  padding: 2.5px 0;
  position: relative;
  width: 100%;
}
/* line 35, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections a img, .empleos #nav-sections a img {
  display: none;
}
/* line 47, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections ul, .empleos #nav-sections ul {
  max-width: 200px;
  width: 100%;
}
/* line 50, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections ul li, .empleos #nav-sections ul li {
  border: 1px solid #b6b6b6;
  border-bottom: none;
}
/* line 53, ../scss/modules/_nosotros.scss */
.nosotros #nav-sections ul li:last-child, .empleos #nav-sections ul li:last-child {
  border-bottom: 1px solid #b6b6b6;
}
@media only screen and (max-width: 1175px) {
  /* line 20, ../scss/modules/_nosotros.scss */
  .nosotros #nav-sections, .empleos #nav-sections {
    margin-top: 25px;
  }
}
/* line 65, ../scss/modules/_nosotros.scss */
.nosotros .btn-int, .empleos .btn-int {
  background-color: #137be7;
  border: 1px solid #ffffff;
  color: #ffffff;
  float: right;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
}
/* line 75, ../scss/modules/_nosotros.scss */
.nosotros .information, .empleos .information {
  display: none;
  margin: 50px 0 70px;
  max-width: 845px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
/* line 85, ../scss/modules/_nosotros.scss */
.nosotros .information h2, .empleos .information h2 {
  color: #494b4d;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
/* line 91, ../scss/modules/_nosotros.scss */
.nosotros .information ul, .empleos .information ul {
  list-style-image: url("../images/extra/bullet.png");
  margin-left: 30px;
}
/* line 94, ../scss/modules/_nosotros.scss */
.nosotros .information ul li, .empleos .information ul li {
  display: list-item !important;
  list-style-image: url("../images/extra/bullet.png");
}
@media only screen and (max-width: 860px) {
  /* line 75, ../scss/modules/_nosotros.scss */
  .nosotros .information, .empleos .information {
    padding-left: 0 !important;
  }
  /* line 104, ../scss/modules/_nosotros.scss */
  .nosotros .information p, .nosotros .information ul, .nosotros .information ol, .nosotros .information h2, .empleos .information p, .empleos .information ul, .empleos .information ol, .empleos .information h2 {
    margin: 0 20px;
  }
}
/* line 110, ../scss/modules/_nosotros.scss */
.nosotros #quienes-somos, .empleos #quienes-somos {
  display: inline-block;
}
/* line 114, ../scss/modules/_nosotros.scss */
.nosotros .vm, .empleos .vm {
  display: none;
}

/* line 120, ../scss/modules/_nosotros.scss */
.empleos .information {
  margin: 50px 0 20px;
  max-width: 820px;
  padding-left: 50px;
}
/* line 124, ../scss/modules/_nosotros.scss */
.empleos .information > h3 {
  color: #137be7;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
/* line 130, ../scss/modules/_nosotros.scss */
.empleos .information p {
  margin: 10px 0 30px;
  text-align: justify;
  color: #8790a6;
}
/* line 137, ../scss/modules/_nosotros.scss */
.empleos #nav-sections, .empleos .information {
  vertical-align: top;
}
/* line 141, ../scss/modules/_nosotros.scss */
.empleos #nav-sections {
  margin-top: 50px;
  max-width: 256px;
  text-align: left;
}
/* line 146, ../scss/modules/_nosotros.scss */
.empleos #nav-sections a {
  padding: 3px;
}
/* line 150, ../scss/modules/_nosotros.scss */
.empleos #nav-sections h2 {
  font-size: 18px;
}
/* line 154, ../scss/modules/_nosotros.scss */
.empleos #nav-sections li {
  padding-right: 5px;
}
/* line 162, ../scss/modules/_nosotros.scss */
.empleos .puesto {
  color: #2e67a2 !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

/* line 4, ../scss/modules/_servicios.scss */
.servicios .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 11, ../scss/modules/_servicios.scss */
.servicios .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 18, ../scss/modules/_servicios.scss */
.servicios .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 23, ../scss/modules/_servicios.scss */
.servicios .section p.short {
  max-width: 515px;
}
/* line 28, ../scss/modules/_servicios.scss */
.servicios .section.spaced {
  margin-top: 50px;
}
/* line 33, ../scss/modules/_servicios.scss */
.servicios ul.cards {
  display: inline-block;
}
/* line 36, ../scss/modules/_servicios.scss */
.servicios ul.cards h2 {
  line-height: 17px;
}
/* line 39, ../scss/modules/_servicios.scss */
.servicios ul.cards li {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  width: 220px;
}
/* line 45, ../scss/modules/_servicios.scss */
.servicios ul.cards li h2 {
  color: #1a263e;
  font-size: 16px;
  font-weight: 300;
}
/* line 51, ../scss/modules/_servicios.scss */
.servicios ul.cards li .ico {
  display: inline-block;
  background-position: center center;
  height: 83px;
  padding-right: 15px;
  width: 83px;
}
/* line 61, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-1 .ico {
  background: url("../images/cards/procesos/abx_Srv_enladado_ico.png") no-repeat;
}
/* line 64, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-1 .vm {
  color: #bf063f;
}
/* line 67, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-1 .vm a, .servicios ul.cards li.card-1 .vm a:hover {
  color: #bf063f;
}
/* line 74, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-2 .ico {
  background: url("../images/cards/procesos/abx_Srv_corte-alimentos_ico.png") no-repeat;
}
/* line 77, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-2 .vm {
  color: #55a400;
}
/* line 80, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-2 .vm a, .servicios ul.cards li.card-2 .vm a:hover {
  color: #55a400;
}
/* line 87, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-3 .ico {
  background: url("../images/cards/procesos/abx_Srv_pelado-vapor_ico.png") no-repeat;
}
/* line 90, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-3 .vm {
  color: #ff7e00;
}
/* line 93, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-3 .vm a, .servicios ul.cards li.card-3 .vm a:hover {
  color: #ff7e00;
}
/* line 99, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-4 .ico {
  background: url("../images/cards/procesos/abx_Srv_proceso-alimentos_ico.png") no-repeat;
}
/* line 102, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-4 .vm {
  color: #882ef8;
}
/* line 105, ../scss/modules/_servicios.scss */
.servicios ul.cards li.card-4 .vm a, .servicios ul.cards li.card-4 .vm a:hover {
  color: #882ef8;
}
@media only screen and (min-width: 1135px) {
  /* line 112, ../scss/modules/_servicios.scss */
  .servicios ul.cards li:nth-child(-n+3) {
    margin-right: 80px;
  }
}
/* line 119, ../scss/modules/_servicios.scss */
.servicios ul.cards .row {
  display: table-row;
}
/* line 122, ../scss/modules/_servicios.scss */
.servicios ul.cards .row:first-child .cell {
  text-align: left;
  vertical-align: middle;
}
/* line 125, ../scss/modules/_servicios.scss */
.servicios ul.cards .row:first-child .cell:first-child {
  text-align: center;
}
/* line 131, ../scss/modules/_servicios.scss */
.servicios ul.cards .cell {
  display: table-cell;
}
/* line 134, ../scss/modules/_servicios.scss */
.servicios ul.cards .vm {
  font-weight: 400;
  vertical-align: middle;
}
/* line 137, ../scss/modules/_servicios.scss */
.servicios ul.cards .vm .vm-arrow {
  font-size: 23px;
}
/* line 140, ../scss/modules/_servicios.scss */
.servicios ul.cards .vm a, .servicios ul.cards .vm a:hover {
  font-size: 14px;
}
/* line 146, ../scss/modules/_servicios.scss */
.servicios #buttons-border {
  border-top: 1px solid #D4D4D4;
  margin-bottom: 40px;
  position: relative;
}
/* line 151, ../scss/modules/_servicios.scss */
.servicios #buttons-border .container-button {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 50%;
}
/* line 157, ../scss/modules/_servicios.scss */
.servicios #buttons-border .container-button img {
  position: relative;
  left: -50%;
}
/* line 163, ../scss/modules/_servicios.scss */
.servicios #buttons-border .integra-ico {
  margin-top: 40px;
}
/* line 168, ../scss/modules/_servicios.scss */
.servicios #content-integracion {
  background: url("../images/content/1236/Abamex-integracion-lineas-banner-1236.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 1236px) {
  /* line 168, ../scss/modules/_servicios.scss */
  .servicios #content-integracion {
    background: url("../images/content/1236/Abamex-integracion-lineas-banner-1236.jpg") no-repeat center center;
  }
}
@media only screen and (min-width: 1237px) {
  /* line 168, ../scss/modules/_servicios.scss */
  .servicios #content-integracion {
    background: url("../images/content/1920/Abamex-integracion-lineas-banner-1920.jpg") no-repeat center center;
  }
}

/* line 4, ../scss/modules/_cortes.scss */
.cortes #main-info .underline {
  border-bottom: 2px solid #55a400;
}
/* line 9, ../scss/modules/_cortes.scss */
.cortes .section {
  clear: both;
}
/* line 11, ../scss/modules/_cortes.scss */
.cortes .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 18, ../scss/modules/_cortes.scss */
.cortes .section p {
  color: #8790a6;
  font-size: 22px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 25, ../scss/modules/_cortes.scss */
.cortes .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 30, ../scss/modules/_cortes.scss */
.cortes .section p.short {
  max-width: 590px;
}
/* line 35, ../scss/modules/_cortes.scss */
.cortes .section.spaced {
  margin-top: 50px;
}
/* line 41, ../scss/modules/_cortes.scss */
.cortes .row h3 {
  display: inline-block;
  padding: 5px 20px;
}
/* line 45, ../scss/modules/_cortes.scss */
.cortes .row .column:nth-child(2) {
  text-align: left;
}
/* line 48, ../scss/modules/_cortes.scss */
.cortes .row a {
  float: right;
}
/* line 51, ../scss/modules/_cortes.scss */
.cortes .row img {
  max-width: 412px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 40, ../scss/modules/_cortes.scss */
  .cortes .row {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 60, ../scss/modules/_cortes.scss */
  .cortes .row .column {
    clear: both;
    width: 100%;
  }
  /* line 65, ../scss/modules/_cortes.scss */
  .cortes .row .column:not(:nth-child(2)) {
    width: 45%;
  }
  /* line 69, ../scss/modules/_cortes.scss */
  .cortes .row .column:nth-child(2) {
    order: 1;
    padding: 35px;
  }
}
/* line 76, ../scss/modules/_cortes.scss */
.cortes h3 {
  color: #ffffff;
  background-color: #55a400;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 85, ../scss/modules/_cortes.scss */
.cortes strong {
  color: #137be7;
  font-weight: 400;
}
/* line 92, ../scss/modules/_cortes.scss */
.cortes .vm {
  color: #55a400;
  padding-right: 20px;
  text-align: right;
}
/* line 97, ../scss/modules/_cortes.scss */
.cortes .vm a {
  color: #55a400;
  text-transform: uppercase;
}
/* line 103, ../scss/modules/_cortes.scss */
.cortes #bottom-content {
  background-color: #f5f5f5;
}
/* line 106, ../scss/modules/_cortes.scss */
.cortes #bottom-content h3 {
  background: none;
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
/* line 114, ../scss/modules/_cortes.scss */
.cortes #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}
/* line 119, ../scss/modules/_cortes.scss */
.cortes #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}
/* line 130, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}
/* line 133, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}
/* line 136, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}
/* line 139, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}
/* line 142, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}
/* line 145, ../scss/modules/_cortes.scss */
.cortes #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}
/* line 151, ../scss/modules/_cortes.scss */
.cortes #bottom-content .column p {
  text-align: left;
}
/* line 154, ../scss/modules/_cortes.scss */
.cortes #bottom-content .column p.descripcion {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  /* line 150, ../scss/modules/_cortes.scss */
  .cortes #bottom-content .column {
    width: 100%;
  }
  /* line 161, ../scss/modules/_cortes.scss */
  .cortes #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 168, ../scss/modules/_cortes.scss */
.cortes .container-button {
  display: block;
  position: relative;
  height: 20px;
}
/* line 172, ../scss/modules/_cortes.scss */
.cortes .container-button img.button {
  position: absolute;
  top: 0;
}
/* line 178, ../scss/modules/_cortes.scss */
.cortes .vm {
  font-weight: 400;
  vertical-align: middle;
}
/* line 181, ../scss/modules/_cortes.scss */
.cortes .vm .vm-arrow {
  font-size: 23px;
}
/* line 184, ../scss/modules/_cortes.scss */
.cortes .vm a, .cortes .vm a:hover {
  font-size: 14px;
}
/* line 189, ../scss/modules/_cortes.scss */
.cortes .vm {
  display: none;
}

/* line 4, ../scss/modules/_procesamiento.scss */
.procesamiento #main-info .underline {
  border-bottom: 2px solid #882ef8;
}
/* line 9, ../scss/modules/_procesamiento.scss */
.procesamiento .section {
  position: relative;
}
/* line 12, ../scss/modules/_procesamiento.scss */
.procesamiento .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 19, ../scss/modules/_procesamiento.scss */
.procesamiento .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 26, ../scss/modules/_procesamiento.scss */
.procesamiento .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 31, ../scss/modules/_procesamiento.scss */
.procesamiento .section p.short {
  max-width: 590px;
}
/* line 36, ../scss/modules/_procesamiento.scss */
.procesamiento .section.spaced {
  margin-top: 50px;
}
/* line 41, ../scss/modules/_procesamiento.scss */
.procesamiento h3 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 48, ../scss/modules/_procesamiento.scss */
.procesamiento strong {
  color: #137be7;
  font-weight: 400;
}
/* line 53, ../scss/modules/_procesamiento.scss */
.procesamiento ul.content {
  margin: 0 auto;
}
/* line 56, ../scss/modules/_procesamiento.scss */
.procesamiento ul.content h3 {
  background-color: #882ef8;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0;
}
/* line 63, ../scss/modules/_procesamiento.scss */
.procesamiento ul.content li {
  border: 1px solid #d3d3d3;
  display: inline-block;
  margin-bottom: 50px;
  min-height: 345px;
  width: 365px;
  vertical-align: top;
}
/* line 71, ../scss/modules/_procesamiento.scss */
.procesamiento ul.content li:first-child, .procesamiento ul.content li:nth-child(3) {
  margin-right: 50px;
}
@media only screen and (max-width: 830px) {
  /* line 71, ../scss/modules/_procesamiento.scss */
  .procesamiento ul.content li:first-child, .procesamiento ul.content li:nth-child(3) {
    margin-right: 0px;
  }
}
/* line 79, ../scss/modules/_procesamiento.scss */
.procesamiento ul.content li:last-child {
  vertical-align: top;
}
/* line 86, ../scss/modules/_procesamiento.scss */
.procesamiento .nosotros #nav-sections a:hover, .nosotros #nav-sections .procesamiento a:hover, .procesamiento .empleos #nav-sections a:hover, .empleos #nav-sections .procesamiento a:hover, .procesamiento .nosotros #nav-sections a.selected, .nosotros #nav-sections .procesamiento a.selected, .procesamiento .empleos #nav-sections a.selected, .empleos #nav-sections .procesamiento a.selected, .procesamiento #fabricantes a:hover, .procesamiento #fabricantes a.selected, .procesamiento #fabricantes ul li:hover, .procesamiento #fabricantes ul li.selected {
  background-color: #882ef8;
  color: #ffffff;
}
/* line 89, ../scss/modules/_procesamiento.scss */
.procesamiento .nosotros #nav-sections a:hover img, .nosotros #nav-sections .procesamiento a:hover img, .procesamiento .empleos #nav-sections a:hover img, .empleos #nav-sections .procesamiento a:hover img, .procesamiento .nosotros #nav-sections a.selected img, .nosotros #nav-sections .procesamiento a.selected img, .procesamiento .empleos #nav-sections a.selected img, .empleos #nav-sections .procesamiento a.selected img, .procesamiento #fabricantes a:hover img, .procesamiento #fabricantes a.selected img, .procesamiento #fabricantes ul li:hover img, .procesamiento #fabricantes ul li.selected img {
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 778px) {
  /* line 89, ../scss/modules/_procesamiento.scss */
  .procesamiento .nosotros #nav-sections a:hover img, .nosotros #nav-sections .procesamiento a:hover img, .procesamiento .empleos #nav-sections a:hover img, .empleos #nav-sections .procesamiento a:hover img, .procesamiento .nosotros #nav-sections a.selected img, .nosotros #nav-sections .procesamiento a.selected img, .procesamiento .empleos #nav-sections a.selected img, .empleos #nav-sections .procesamiento a.selected img, .procesamiento #fabricantes a:hover img, .procesamiento #fabricantes a.selected img, .procesamiento #fabricantes ul li:hover img, .procesamiento #fabricantes ul li.selected img {
    display: none;
  }
}
/* line 99, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes {
  display: inline-block;
  width: 100%;
}
/* line 103, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes a {
  color: #1a263e;
  display: block;
  font-size: 17px;
  font-weight: 300;
  height: 100%;
  text-transform: uppercase;
  padding: 2.5px 0;
  position: relative;
  width: 100%;
}
/* line 113, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes a img {
  display: none;
}
/* line 125, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes ul {
  border: 1px solid #b6b6b6;
  clear: both;
  content: "";
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}
/* line 134, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes ul li {
  border-left: 1px solid #b6b6b6;
  display: inline-block;
  float: left;
  width: 39.9%;
}
/* line 140, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes ul li img {
  display: none;
}
/* line 144, ../scss/modules/_procesamiento.scss */
.procesamiento #fabricantes ul li:first-child {
  border: none;
  width: 20%;
}
@media only screen and (max-width: 520px) {
  /* line 144, ../scss/modules/_procesamiento.scss */
  .procesamiento #fabricantes ul li:first-child {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 778px) {
  /* line 134, ../scss/modules/_procesamiento.scss */
  .procesamiento #fabricantes ul li {
    min-height: 60px;
  }
}
@media only screen and (max-width: 520px) {
  /* line 134, ../scss/modules/_procesamiento.scss */
  .procesamiento #fabricantes ul li {
    display: block;
    min-height: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 1175px) {
  /* line 99, ../scss/modules/_procesamiento.scss */
  .procesamiento #fabricantes {
    margin-top: 25px;
  }
}
/* line 178, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content {
  background-color: #f5f5f5;
}
/* line 181, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content h3 {
  text-align: left;
}
/* line 185, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}
/* line 190, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}
/* line 201, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}
/* line 204, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}
/* line 207, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}
/* line 210, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}
/* line 213, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}
/* line 216, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}
/* line 222, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content .column p {
  text-align: left;
}
/* line 225, ../scss/modules/_procesamiento.scss */
.procesamiento #bottom-content .column p.descripcion {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  /* line 221, ../scss/modules/_procesamiento.scss */
  .procesamiento #bottom-content .column {
    width: 100%;
  }
  /* line 232, ../scss/modules/_procesamiento.scss */
  .procesamiento #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 239, ../scss/modules/_procesamiento.scss */
.procesamiento .container-button {
  display: block;
  position: relative;
  height: 20px;
}
/* line 243, ../scss/modules/_procesamiento.scss */
.procesamiento .container-button img.button {
  position: absolute;
  top: 0;
}
/* line 249, ../scss/modules/_procesamiento.scss */
.procesamiento .vm {
  color: #882ef8;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}
/* line 255, ../scss/modules/_procesamiento.scss */
.procesamiento .vm .vm-arrow {
  font-size: 23px;
}
/* line 258, ../scss/modules/_procesamiento.scss */
.procesamiento .vm a, .procesamiento .vm a:hover {
  color: #882ef8;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 265, ../scss/modules/_procesamiento.scss */
.procesamiento .information {
  display: none;
}
/* line 269, ../scss/modules/_procesamiento.scss */
.procesamiento .vm {
  display: none;
}

/* line 4, ../scss/modules/_seleccion.scss */
.seleccion #main-info .underline {
  border-bottom: 2px solid #ff7e00;
}
/* line 10, ../scss/modules/_seleccion.scss */
.seleccion .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 17, ../scss/modules/_seleccion.scss */
.seleccion .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 24, ../scss/modules/_seleccion.scss */
.seleccion .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 29, ../scss/modules/_seleccion.scss */
.seleccion .section p.short {
  max-width: 590px;
}
/* line 34, ../scss/modules/_seleccion.scss */
.seleccion .section.spaced {
  margin-top: 50px;
}
/* line 39, ../scss/modules/_seleccion.scss */
.seleccion h3 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 46, ../scss/modules/_seleccion.scss */
.seleccion strong {
  color: #137be7;
  font-weight: 400;
}
/* line 51, ../scss/modules/_seleccion.scss */
.seleccion ul.content {
  margin: 0 auto;
}
/* line 54, ../scss/modules/_seleccion.scss */
.seleccion ul.content h3 {
  background-color: #ff7e00;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0;
}
/* line 61, ../scss/modules/_seleccion.scss */
.seleccion ul.content li {
  border: 1px solid #d3d3d3;
  display: inline-block;
  margin-bottom: 50px;
  min-height: 345px;
  width: 365px;
}
/* line 68, ../scss/modules/_seleccion.scss */
.seleccion ul.content li:first-child, .seleccion ul.content li:nth-child(3) {
  margin-right: 50px;
}
@media only screen and (max-width: 830px) {
  /* line 68, ../scss/modules/_seleccion.scss */
  .seleccion ul.content li:first-child, .seleccion ul.content li:nth-child(3) {
    margin-right: 0px;
  }
}
/* line 76, ../scss/modules/_seleccion.scss */
.seleccion ul.content li:last-child {
  vertical-align: top;
}
/* line 83, ../scss/modules/_seleccion.scss */
.seleccion .vm {
  color: #ff7e00;
  padding-right: 20px;
  text-align: right;
}
/* line 88, ../scss/modules/_seleccion.scss */
.seleccion .vm a {
  color: #ff7e00;
  text-transform: uppercase;
}
/* line 94, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content {
  background-color: #f5f5f5;
}
/* line 97, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content h3 {
  text-align: left;
}
/* line 101, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}
/* line 106, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}
/* line 117, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}
/* line 120, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}
/* line 123, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}
/* line 126, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}
/* line 129, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}
/* line 132, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}
/* line 138, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content .column p {
  text-align: left;
}
/* line 141, ../scss/modules/_seleccion.scss */
.seleccion #bottom-content .column p.descripcion {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  /* line 137, ../scss/modules/_seleccion.scss */
  .seleccion #bottom-content .column {
    width: 100%;
  }
  /* line 148, ../scss/modules/_seleccion.scss */
  .seleccion #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 155, ../scss/modules/_seleccion.scss */
.seleccion .container-button {
  display: block;
  position: relative;
  height: 20px;
}
/* line 159, ../scss/modules/_seleccion.scss */
.seleccion .container-button img.button {
  position: absolute;
  top: 0;
}
/* line 165, ../scss/modules/_seleccion.scss */
.seleccion .vm {
  font-weight: 400;
  vertical-align: middle;
}
/* line 168, ../scss/modules/_seleccion.scss */
.seleccion .vm .vm-arrow {
  font-size: 23px;
}
/* line 171, ../scss/modules/_seleccion.scss */
.seleccion .vm a, .seleccion .vm a:hover {
  font-size: 14px;
}
/* line 176, ../scss/modules/_seleccion.scss */
.seleccion .vm {
  display: none;
}

/* line 1, ../scss/modules/_seleccion_int.scss */
.seleccion_int #main-info .underline {
  border-bottom: 2px solid #ff7e00;
}

/* line 4, ../scss/modules/_seleccion_int.scss */
.seleccion_int #section-slider h1 {
  background: rgba(255, 126, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 400;
  padding: 10px 21px;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: 0;
  z-index: 99;
}

@media only screen and (max-width: 1420px) {
  /* line 19, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #section-slider h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 24, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #section-slider h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 29, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #section-slider h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 34, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #section-slider h1 {
    font-size: 15px;
  }
}
/* line 38, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section {
  clear: both;
}

/* line 41, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section h2 {
  color: #1a263e;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 47, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section p {
  color: #8790a6;
  font-size: 22px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}

/* line 54, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section p .emp {
  color: #137be7;
  font-weight: bold;
}

/* line 58, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section p.short {
  max-width: 590px;
}

/* line 61, ../scss/modules/_seleccion_int.scss */
.seleccion_int .section.spaced {
  margin-top: 25px;
}

/* line 64, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts {
  float: none;
  margin: 0 auto;
  max-width: 1081px;
}

/* line 69, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts a, .seleccion_int .lproducts a:hover {
  background-color: #ff7e00;
  color: #ffffff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-top: 30%;
  padding: 2px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 81, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .column {
  height: 100%;
  margin-bottom: 25px;
  min-height: 351px;
  width: 100%;
}

/* line 87, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .vegetales {
  background-image: url("../images/cards/categorias/Seleccion_Vegetales.jpg");
  max-height: 351px;
  max-width: 539.5px;
}

/* line 92, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .vegetales:hover {
  background-image: linear-gradient(rgba(19, 123, 231, 0.8), rgba(19, 123, 231, 0.8)), url("../images/cards/categorias/Seleccion_Vegetales.jpg");
}

/* line 95, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .semillas {
  background-image: url("../images/cards/categorias/Seleccion_Semillas.jpg");
  max-height: 351px;
  max-width: 539.5px;
}

/* line 100, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .semillas:hover {
  background-image: linear-gradient(rgba(19, 123, 231, 0.8), rgba(19, 123, 231, 0.8)), url("../images/cards/categorias/Seleccion_Semillas.jpg");
}

/* line 103, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .frutas {
  background-image: url("../images/cards/categorias/Seleccion_Frutas.jpg");
  height: 100%;
  min-height: 351px;
  max-width: 1081px;
  width: 100%;
}

/* line 110, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .frutas:hover {
  background-image: linear-gradient(rgba(19, 123, 231, 0.8), rgba(19, 123, 231, 0.8)), url("../images/cards/categorias/Seleccion_Frutas.jpg");
}

/* line 113, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .frutas a, .seleccion_int .lproducts .frutas a:hover {
  margin-top: 15% !important;
}

/* line 116, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .papas {
  background-image: url("../images/cards/categorias/Seleccion_Papas.jpg");
  max-height: 351px;
  max-width: 539.5px;
}

/* line 121, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .papas:hover {
  background-image: linear-gradient(rgba(19, 123, 231, 0.8), rgba(19, 123, 231, 0.8)), url("../images/cards/categorias/Seleccion_Papas.jpg");
}

/* line 124, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .frescos {
  background-image: url("../images/cards/categorias/Seleccion_CortesFrescos.jpg");
  max-height: 351px;
  max-width: 539.5px;
}

/* line 129, ../scss/modules/_seleccion_int.scss */
.seleccion_int .lproducts .frescos:hover {
  background-image: linear-gradient(rgba(19, 123, 231, 0.8), rgba(19, 123, 231, 0.8)), url("../images/cards/categorias/Seleccion_CortesFrescos.jpg");
}

@media only screen and (max-width: 1085px) {
  /* line 133, ../scss/modules/_seleccion_int.scss */
  .seleccion_int .lproducts .column {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 139, ../scss/modules/_seleccion_int.scss */
.seleccion_int h3 {
  color: #ffffff;
  background-color: #ff7e00;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 147, ../scss/modules/_seleccion_int.scss */
.seleccion_int strong {
  color: #137be7;
  font-weight: 400;
}

/* line 151, ../scss/modules/_seleccion_int.scss */
.seleccion_int .vm {
  color: #ff7e00;
  padding-right: 20px;
  text-align: right;
}

/* line 156, ../scss/modules/_seleccion_int.scss */
.seleccion_int .vm a {
  color: #ff7e00;
  text-transform: uppercase;
}

/* line 160, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content {
  background-color: #f5f5f5;
}

/* line 163, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content h3 {
  background: none;
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

/* line 170, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}

/* line 174, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}

/* line 185, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}

/* line 188, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}

/* line 191, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}

/* line 194, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}

/* line 197, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}

/* line 200, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}

/* line 203, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content .column p {
  text-align: left;
}

/* line 206, ../scss/modules/_seleccion_int.scss */
.seleccion_int #bottom-content .column p.descripcion {
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  /* line 210, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #bottom-content .column {
    width: 100%;
  }

  /* line 213, ../scss/modules/_seleccion_int.scss */
  .seleccion_int #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 217, ../scss/modules/_seleccion_int.scss */
.seleccion_int .container-button {
  display: block;
  position: relative;
  height: 20px;
}

/* line 222, ../scss/modules/_seleccion_int.scss */
.seleccion_int .container-button img.button {
  position: absolute;
  margin-left: -28px;
  top: 0;
}

/* line 227, ../scss/modules/_seleccion_int.scss */
.seleccion_int .vm {
  font-weight: 400;
  vertical-align: middle;
}

/* line 231, ../scss/modules/_seleccion_int.scss */
.seleccion_int .vm .vm-arrow {
  font-size: 23px;
}

/* line 234, ../scss/modules/_seleccion_int.scss */
.seleccion_int .vm a, .seleccion_int .vm a:hover {
  font-size: 14px;
}

/* line 1, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #main-info .underline {
  border-bottom: 2px solid #ff7e00;
}

/* line 4, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #section-slider h1 {
  background: rgba(255, 126, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 400;
  padding: 10px 21px;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: 0;
  z-index: 99;
}

@media only screen and (max-width: 600px) {
  /* line 19, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos #section-slider h1 {
    font-size: 30px;
  }
}
/* line 23, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section h2 {
  color: #1a263e;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 29, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section p {
  color: #8790a6;
  font-size: 22px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}

/* line 36, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section p .emp {
  color: #137be7;
  font-weight: bold;
}

/* line 40, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section p.short {
  max-width: 590px;
}

/* line 43, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section.spaced {
  margin-top: 100px;
}

/* line 46, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns h3 {
  padding-left: 25px;
}

/* line 49, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column {
  border: 1px solid #d3d3d3;
  display: inline-block;
  float: none !important;
  min-height: 380px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

/* line 58, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column a {
  float: right;
  margin-right: 25px;
  margin-top: 25px;
}

/* line 63, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column p {
  font-size: 18px;
  margin: 25px 25px 5px;
  width: 90%;
}

/* line 68, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column ul {
  padding-left: 25px;
}

/* line 71, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column ul li {
  color: #8790a6;
  display: list-item;
  font-size: 18px;
  font-weight: 300;
  list-style: disc inside;
}

/* line 78, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .section .two-columns .column:nth-child(2) {
  border-left: none;
}

@media only screen and (min-width: 771px) {
  /* line 82, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .section .two-columns .column:nth-child(2) {
    margin-left: -5px;
  }
}
/* line 86, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos h3 {
  color: #ffffff;
  background-color: #ff7e00;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

/* line 95, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos strong {
  color: #137be7;
  font-weight: 300;
}

/* line 99, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .m-img {
  bottom: -45px;
  position: absolute;
  z-index: 10;
}

/* line 104, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .ileft {
  left: -45px;
}

/* line 107, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .icenter {
  right: -45px;
}

/* line 110, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .icenter2 {
  right: 40%;
}

/* line 113, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .iright {
  right: -45px;
}

/* line 116, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .morrones, .seleccion_productos .cheddar {
  bottom: -90px;
}

@media only screen and (max-width: 770px) {
  /* line 120, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .m-img {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 125, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .m-img {
    bottom: -75px;
  }

  /* line 128, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .morrones, .seleccion_productos .cheddar {
    bottom: -120px;
  }

  /* line 131, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .ileft {
    left: 0px;
  }

  /* line 134, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .icenter {
    right: 0px;
  }

  /* line 137, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos .iright {
    right: 0px;
  }
}
/* line 141, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm {
  color: #ff7e00;
  padding-right: 20px;
  text-align: right;
}

/* line 146, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm a {
  color: #ff7e00;
  text-transform: uppercase;
}

/* line 150, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content {
  background-color: #f5f5f5;
}

/* line 153, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content h3 {
  background: none;
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

/* line 160, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}

/* line 164, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}

/* line 175, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}

/* line 178, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}

/* line 181, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}

/* line 184, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}

/* line 187, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}

/* line 190, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}

/* line 193, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content .column p {
  text-align: left;
}

/* line 196, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos #bottom-content .column p.descripcion {
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  /* line 200, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos #bottom-content .column {
    width: 100%;
  }

  /* line 203, ../scss/modules/_seleccion_productos.scss */
  .seleccion_productos #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 207, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .container-button {
  display: block;
  position: relative;
  height: 20px;
}

/* line 212, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .container-button img.button {
  position: absolute;
  margin-left: -28px;
  top: 0;
}

/* line 217, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm {
  font-weight: 400;
  vertical-align: middle;
}

/* line 221, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm .vm-arrow {
  font-size: 23px;
}

/* line 224, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm a, .seleccion_productos .vm a:hover {
  font-size: 14px;
}

/* line 227, ../scss/modules/_seleccion_productos.scss */
.seleccion_productos .vm {
  display: none;
}

/* line 1, ../scss/modules/_llenado.scss */
.llenado #main-info .underline {
  border-bottom: 2px solid #bf063f;
}

/* line 5, ../scss/modules/_llenado.scss */
.llenado .section {
  position: relative;
}

/* line 9, ../scss/modules/_llenado.scss */
.llenado .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 15, ../scss/modules/_llenado.scss */
.llenado .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}

/* line 22, ../scss/modules/_llenado.scss */
.llenado .section p .emp {
  color: #137be7;
  font-weight: bold;
}

/* line 26, ../scss/modules/_llenado.scss */
.llenado .section p.short {
  max-width: 590px;
}

/* line 29, ../scss/modules/_llenado.scss */
.llenado .section.spaced {
  margin-top: 50px;
}

/* line 32, ../scss/modules/_llenado.scss */
.llenado #allfill .o-servicios {
  float: none;
}

/* line 35, ../scss/modules/_llenado.scss */
.llenado #allfill h3 {
  background-color: #bf063f;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
}

/* line 41, ../scss/modules/_llenado.scss */
.llenado #allfill .column {
  text-align: left;
}

/* line 44, ../scss/modules/_llenado.scss */
.llenado #allfill a {
  float: right;
  margin-right: 10px;
}

/* line 48, ../scss/modules/_llenado.scss */
.llenado #ferrum .o-servicios {
  margin-top: 45px;
}

/* line 51, ../scss/modules/_llenado.scss */
.llenado h3 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 58, ../scss/modules/_llenado.scss */
.llenado strong {
  color: #137be7;
  font-weight: 300;
}

/* line 62, ../scss/modules/_llenado.scss */
.llenado ul.content {
  margin: 0 auto;
}

/* line 65, ../scss/modules/_llenado.scss */
.llenado ul.content h3 {
  background-color: #bf063f;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0;
}

/* line 71, ../scss/modules/_llenado.scss */
.llenado ul.content li {
  border: 1px solid #d3d3d3;
  display: inline-block;
  margin-bottom: 50px;
  min-height: 345px;
  width: 365px;
  vertical-align: top;
}

/* line 79, ../scss/modules/_llenado.scss */
.llenado ul.content li:first-child, .llenado ul.content li:nth-child(3) {
  margin-right: 50px;
}

@media only screen and (max-width: 830px) {
  /* line 83, ../scss/modules/_llenado.scss */
  .llenado ul.content li:first-child, .llenado ul.content li:nth-child(3) {
    margin-right: 0px;
  }
}
/* line 87, ../scss/modules/_llenado.scss */
.llenado ul.content li:last-child {
  vertical-align: top;
}

/* line 90, ../scss/modules/_llenado.scss */
.llenado .nosotros #nav-sections a:hover, .nosotros #nav-sections .llenado a:hover, .llenado .nosotros #nav-sections a.selected, .nosotros #nav-sections .llenado a.selected, .procesamiento #fabricantes .llenado a:hover, .procesamiento #fabricantes .llenado a.selected, .procesamiento #fabricantes ul .llenado li:hover, .procesamiento #fabricantes ul .llenado li.selected, .llenado #fabricantes a:hover, .llenado #fabricantes a.selected, .llenado #fabricantes ul li:hover, .llenado #fabricantes ul li.selected, .clientes #fabricantes .llenado a:hover, .clientes #fabricantes .llenado a.selected, .clientes #fabricantes ul .llenado li:hover, .clientes #fabricantes ul .llenado li.selected {
  background-color: #bf063f;
  color: #ffffff;
}

/* line 94, ../scss/modules/_llenado.scss */
.llenado .nosotros #nav-sections a:hover img, .nosotros #nav-sections .llenado a:hover img, .llenado .nosotros #nav-sections a.selected img, .nosotros #nav-sections .llenado a.selected img, .procesamiento #fabricantes .llenado a:hover img, .procesamiento #fabricantes .llenado a.selected img, .procesamiento #fabricantes ul .llenado li:hover img, .procesamiento #fabricantes ul .llenado li.selected img, .llenado #fabricantes a:hover img, .llenado #fabricantes a.selected img, .llenado #fabricantes ul li:hover img, .llenado #fabricantes ul li.selected img, .clientes #fabricantes .llenado a:hover img, .clientes #fabricantes .llenado a.selected img, .clientes #fabricantes ul .llenado li:hover img, .clientes #fabricantes ul .llenado li.selected img {
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 778px) {
  /* line 99, ../scss/modules/_llenado.scss */
  .llenado .nosotros #nav-sections a:hover img, .nosotros #nav-sections .llenado a:hover img, .llenado .nosotros #nav-sections a.selected img, .nosotros #nav-sections .llenado a.selected img, .procesamiento #fabricantes .llenado a:hover img, .procesamiento #fabricantes .llenado a.selected img, .procesamiento #fabricantes ul .llenado li:hover img, .procesamiento #fabricantes ul .llenado li.selected img, .llenado #fabricantes a:hover img, .llenado #fabricantes a.selected img, .llenado #fabricantes ul li:hover img, .llenado #fabricantes ul li.selected img, .clientes #fabricantes .llenado a:hover img, .clientes #fabricantes .llenado a.selected img, .clientes #fabricantes ul .llenado li:hover img, .clientes #fabricantes ul .llenado li.selected img {
    display: none;
  }
}
/* line 103, ../scss/modules/_llenado.scss */
.llenado #fabricantes {
  display: inline-block;
  width: 100%;
}

/* line 107, ../scss/modules/_llenado.scss */
.llenado #fabricantes a {
  color: #1a263e;
  display: block;
  font-size: 17px;
  font-weight: 300;
  height: 100%;
  text-transform: uppercase;
  padding: 2.5px 0;
  position: relative;
  width: 100%;
}

/* line 118, ../scss/modules/_llenado.scss */
.llenado #fabricantes a img {
  display: none;
}

/* line 121, ../scss/modules/_llenado.scss */
.llenado #fabricantes ul {
  border: 1px solid #b6b6b6;
  clear: both;
  content: "";
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  width: auto;
}

/* line 130, ../scss/modules/_llenado.scss */
.llenado #fabricantes ul li {
  border-left: 1px solid #b6b6b6;
  display: inline-block;
  float: left;
  padding: 0 20px;
  /*&:first-child{
    border:none;
    width: 20%;
    @include bp(max-width, 520px) {
      display:block;
      width: 100%;
    }
  }*/
}

/* line 144, ../scss/modules/_llenado.scss */
.llenado #fabricantes ul li img {
  display: none;
}

@media only screen and (max-width: 778px) {
  /* line 148, ../scss/modules/_llenado.scss */
  .llenado #fabricantes ul li {
    min-height: 60px;
  }
}
@media only screen and (max-width: 520px) {
  /* line 153, ../scss/modules/_llenado.scss */
  .llenado #fabricantes ul li {
    display: block;
    min-height: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 1175px) {
  /* line 160, ../scss/modules/_llenado.scss */
  .llenado #fabricantes {
    margin-top: 25px;
  }
}
/* line 164, ../scss/modules/_llenado.scss */
.llenado #bottom-content {
  background-color: #f5f5f5;
}

/* line 167, ../scss/modules/_llenado.scss */
.llenado #bottom-content h3 {
  text-align: left;
}

/* line 170, ../scss/modules/_llenado.scss */
.llenado #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}

/* line 174, ../scss/modules/_llenado.scss */
.llenado #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}

/* line 185, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}

/* line 188, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}

/* line 191, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}

/* line 194, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}

/* line 197, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}

/* line 200, ../scss/modules/_llenado.scss */
.llenado #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}

/* line 203, ../scss/modules/_llenado.scss */
.llenado #bottom-content .column p {
  text-align: left;
}

/* line 206, ../scss/modules/_llenado.scss */
.llenado #bottom-content .column p.descripcion {
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  /* line 210, ../scss/modules/_llenado.scss */
  .llenado #bottom-content .column {
    width: 100%;
  }

  /* line 213, ../scss/modules/_llenado.scss */
  .llenado #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 217, ../scss/modules/_llenado.scss */
.llenado .container-button {
  display: block;
  position: relative;
  height: 20px;
}

/* line 222, ../scss/modules/_llenado.scss */
.llenado .container-button img.button {
  position: absolute;
  margin-left: -28px;
  top: 0;
}

/* line 227, ../scss/modules/_llenado.scss */
.llenado .vm {
  color: #bf063f;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}

/* line 234, ../scss/modules/_llenado.scss */
.llenado .vm .vm-arrow {
  font-size: 23px;
}

/* line 237, ../scss/modules/_llenado.scss */
.llenado .vm a, .llenado .vm a:hover {
  color: #bf063f;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 242, ../scss/modules/_llenado.scss */
.llenado .information {
  display: none;
}

/* line 245, ../scss/modules/_llenado.scss */
.llenado .information p.short strong {
  color: #bf063f;
}

/* line 248, ../scss/modules/_llenado.scss */
.llenado .seleccion_productos h3 {
  background-color: #bf063f;
}

/* line 4, ../scss/modules/_contacto.scss */
.contacto .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 11, ../scss/modules/_contacto.scss */
.contacto .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 18, ../scss/modules/_contacto.scss */
.contacto .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 23, ../scss/modules/_contacto.scss */
.contacto .section p.short {
  max-width: 590px;
}
/* line 28, ../scss/modules/_contacto.scss */
.contacto .section.spaced {
  margin-top: 50px;
}
/* line 33, ../scss/modules/_contacto.scss */
.contacto .column {
  text-align: center;
}
/* line 36, ../scss/modules/_contacto.scss */
.contacto .column input:not(:first-child), .contacto .column select {
  margin-top: 20px;
}
@media only screen and (max-width: 980px) {
  /* line 41, ../scss/modules/_contacto.scss */
  .contacto .column input, .contacto .column select {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 47, ../scss/modules/_contacto.scss */
  .contacto .column.third {
    float: right;
  }
}
/* line 53, ../scss/modules/_contacto.scss */
.contacto .notice {
  color: #2178d1;
  font-size: 14px;
  font-weight: 300;
}
/* line 59, ../scss/modules/_contacto.scss */
.contacto li {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
/* line 66, ../scss/modules/_contacto.scss */
.contacto input, .contacto select, .contacto textarea {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  color: #8790a6;
  display: inline-block;
  position: relative;
  width: 85%;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 300;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 82, ../scss/modules/_contacto.scss */
.contacto select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 87% !important;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #137be7, #137be7);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 100%;
  background-repeat: no-repeat;
}
/* line 106, ../scss/modules/_contacto.scss */
.contacto select:focus {
  background-image: linear-gradient(45deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%), linear-gradient(to right, #808080, #808080);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 100%;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
/* line 124, ../scss/modules/_contacto.scss */
.contacto ul.fabricantes {
  text-align: left;
}
/* line 127, ../scss/modules/_contacto.scss */
.contacto ul.fabricantes input[type=checkbox]:not(old) {
  width: 17px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* line 134, ../scss/modules/_contacto.scss */
.contacto ul.fabricantes input[type=checkbox]:not(old) + label span {
  background: url("../images/extra/select-box.png") no-repeat center center;
  display: inline-block;
  height: 17px;
  margin-left: -17px;
  padding-left: 17px;
  vertical-align: middle;
  width: 17px;
}
/* line 144, ../scss/modules/_contacto.scss */
.contacto ul.fabricantes input[type=checkbox]:not(old):checked + label span {
  background: url("../images/extra/select-full.png") no-repeat center center;
}
/* line 148, ../scss/modules/_contacto.scss */
.contacto ul.fabricantes li {
  color: #8790a6;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 774px) {
  /* line 124, ../scss/modules/_contacto.scss */
  .contacto ul.fabricantes {
    display: inline-block;
    max-width: 323px;
  }
}
/* line 160, ../scss/modules/_contacto.scss */
.contacto ul.bullet {
  list-style-image: url("../images/extra/bullet.png");
  margin-left: 30px;
}
/* line 163, ../scss/modules/_contacto.scss */
.contacto ul.bullet li {
  display: list-item !important;
  list-style-image: url("../images/extra/bullet.png");
}
@media only screen and (max-width: 774px) {
  /* line 160, ../scss/modules/_contacto.scss */
  .contacto ul.bullet {
    display: inline-block;
    margin-bottom: 20px;
  }
}
/* line 174, ../scss/modules/_contacto.scss */
.contacto #btnSubmit {
  border: none;
  background-color: transparent;
  color: #2178d1;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 189, ../scss/modules/_contacto.scss */
.contacto #btnSubmit .goto {
  font-size: 20px;
}
/* line 194, ../scss/modules/_contacto.scss */
.contacto .info-container {
  display: inline-block;
  text-align: left;
}
/* line 197, ../scss/modules/_contacto.scss */
.contacto .info-container img {
  display: block;
}
@media only screen and (max-width: 774px) {
  /* line 204, ../scss/modules/_contacto.scss */
  .contacto .contacto-general ul {
    display: inline-block;
  }
  /* line 208, ../scss/modules/_contacto.scss */
  .contacto .contacto-general ul.contacto {
    min-width: 205px;
  }
}
/* line 214, ../scss/modules/_contacto.scss */
.contacto h3 {
  background-color: #2178d1;
  color: #ffffff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 30px;
  padding: 5px;
  text-transform: uppercase;
}
/* line 228, ../scss/modules/_contacto.scss */
.contacto ul.contacto li {
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 10px 0;
}
/* line 234, ../scss/modules/_contacto.scss */
.contacto ul.contacto li.direccion {
  background-image: url("../images/extra/icons/buildincito.png");
}
/* line 237, ../scss/modules/_contacto.scss */
.contacto ul.contacto li.telefono {
  background-image: url("../images/extra/icons/fonito.png");
}
/* line 240, ../scss/modules/_contacto.scss */
.contacto ul.contacto li.fax {
  background-image: url("../images/extra/icons/faxy.png");
}
/* line 243, ../scss/modules/_contacto.scss */
.contacto ul.contacto li.email {
  background-image: url("../images/extra/icons/envelopito.png");
}
/* */
.contacto ul.contacto li.whats {
  background-image: url("../images/extra/icons/whatsapp.png");
}
.whatsqr{
    position:relative;
    height:6em;
    top:-3em;
}
@media only screen and (max-width: 48em) {

    .whatsqr{
        top:0;
    }
}
/* line 248, ../scss/modules/_contacto.scss */
.contacto .emp {
  color: #494b4d;
}
/* line 252, ../scss/modules/_contacto.scss */
.contacto .vm {
  display: none;
}

/* line 4, ../scss/modules/_cubicadoras.scss */
.cubicadoras #main-info .underline {
  border-bottom: 2px solid #55a400;
}
/* line 10, ../scss/modules/_cubicadoras.scss */
.cubicadoras #section-slider h1 {
  background: rgba(85, 164, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 400;
  padding: 10px 21px;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: 0;
  z-index: 99;
}
/* line 27, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section h2 {
  color: #1a263e;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 34, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section p {
  color: #8790a6;
  font-size: 22px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 41, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 46, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section p.short {
  max-width: 590px;
}
/* line 51, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section.spaced {
  margin-top: 100px;
}
/* line 57, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns h3 {
  padding-left: 25px;
}
/* line 60, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column {
  border: 1px solid #d3d3d3;
  min-height: 380px;
  position: relative;
  text-align: left;
}
/* line 66, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column a {
  float: right;
  margin-right: 25px;
}
/* line 71, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column p {
  font-size: 18px;
  margin: 25px 25px 5px;
  width: 90%;
}
/* line 77, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column ul {
  padding-left: 25px;
}
/* line 79, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column ul li {
  color: #8790a6;
  display: list-item;
  font-size: 18px;
  font-weight: 300;
  list-style: disc inside;
}
/* line 88, ../scss/modules/_cubicadoras.scss */
.cubicadoras .section .two-columns .column:nth-child(2) {
  border-left: none;
}
/* line 96, ../scss/modules/_cubicadoras.scss */
.cubicadoras h3 {
  color: #ffffff;
  background-color: #55a400;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
/* line 106, ../scss/modules/_cubicadoras.scss */
.cubicadoras strong {
  color: #137be7;
  font-weight: 400;
}
/* line 111, ../scss/modules/_cubicadoras.scss */
.cubicadoras .m-img {
  bottom: -45px;
  position: absolute;
  z-index: 10;
}
/* line 117, ../scss/modules/_cubicadoras.scss */
.cubicadoras .ileft {
  left: -45px;
}
/* line 120, ../scss/modules/_cubicadoras.scss */
.cubicadoras .icenter {
  right: -45px;
}
/* line 124, ../scss/modules/_cubicadoras.scss */
.cubicadoras .icenter2 {
  right: 40%;
}
/* line 127, ../scss/modules/_cubicadoras.scss */
.cubicadoras .iright {
  right: -45px;
}
/* line 131, ../scss/modules/_cubicadoras.scss */
.cubicadoras .morrones, .cubicadoras .cheddar {
  bottom: -90px;
}
@media only screen and (max-width: 770px) {
  /* line 136, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .m-img {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 143, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .m-img {
    bottom: -75px;
  }
  /* line 147, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .morrones, .cubicadoras .cheddar {
    bottom: -120px;
  }
  /* line 150, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .ileft {
    left: 0px;
  }
  /* line 153, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .icenter {
    right: 0px;
  }
  /* line 156, ../scss/modules/_cubicadoras.scss */
  .cubicadoras .iright {
    right: 0px;
  }
}
/* line 161, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm {
  color: #55a400;
  padding-right: 20px;
  text-align: right;
}
/* line 166, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm a {
  color: #55a400;
  text-transform: uppercase;
}
/* line 172, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content {
  background-color: #f5f5f5;
}
/* line 175, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content h3 {
  background: none;
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
/* line 183, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}
/* line 188, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}
/* line 199, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}
/* line 202, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}
/* line 205, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}
/* line 208, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}
/* line 211, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}
/* line 214, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}
/* line 220, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content .column p {
  text-align: left;
}
/* line 223, ../scss/modules/_cubicadoras.scss */
.cubicadoras #bottom-content .column p.descripcion {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  /* line 219, ../scss/modules/_cubicadoras.scss */
  .cubicadoras #bottom-content .column {
    width: 100%;
  }
  /* line 230, ../scss/modules/_cubicadoras.scss */
  .cubicadoras #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 237, ../scss/modules/_cubicadoras.scss */
.cubicadoras .container-button {
  display: block;
  position: relative;
  height: 20px;
}
/* line 241, ../scss/modules/_cubicadoras.scss */
.cubicadoras .container-button img.button {
  position: absolute;
  top: 0;
}
/* line 247, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm {
  font-weight: 400;
  vertical-align: middle;
}
/* line 250, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm .vm-arrow {
  font-size: 23px;
}
/* line 253, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm a, .cubicadoras .vm a:hover {
  font-size: 14px;
}
/* line 258, ../scss/modules/_cubicadoras.scss */
.cubicadoras .vm {
  display: none;
}

/* line 3, ../scss/modules/_herramienta.scss */
.herramienta h3 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 10, ../scss/modules/_herramienta.scss */
.herramienta select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d3d3;
  color: #8790a6;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  width: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #137be7, #137be7);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 100%;
  background-repeat: no-repeat;
}
/* line 29, ../scss/modules/_herramienta.scss */
.herramienta select:focus {
  background-image: linear-gradient(45deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%), linear-gradient(to right, #808080, #808080);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 100%;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
/* line 39, ../scss/modules/_herramienta.scss */
.herramienta strong {
  color: #137be7;
  font-weight: 400;
}
/* line 44, ../scss/modules/_herramienta.scss */
.herramienta ul.content {
  margin: 0 auto;
}
/* line 47, ../scss/modules/_herramienta.scss */
.herramienta ul.content h3 {
  background-color: #ff7e00;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0;
}
/* line 54, ../scss/modules/_herramienta.scss */
.herramienta ul.content img {
  margin-bottom: 0;
}
/* line 58, ../scss/modules/_herramienta.scss */
.herramienta ul.content li {
  border: 1px solid #d3d3d3;
  display: inline-block;
  margin-bottom: 50px;
  min-height: 345px;
  width: 365px;
}
/* line 65, ../scss/modules/_herramienta.scss */
.herramienta ul.content li:first-child, .herramienta ul.content li:nth-child(3) {
  margin-right: 50px;
}
@media only screen and (max-width: 830px) {
  /* line 65, ../scss/modules/_herramienta.scss */
  .herramienta ul.content li:first-child, .herramienta ul.content li:nth-child(3) {
    margin-right: 0px;
  }
}
/* line 73, ../scss/modules/_herramienta.scss */
.herramienta ul.content li:last-child {
  vertical-align: top;
}
/* line 80, ../scss/modules/_herramienta.scss */
.herramienta .c-vegetales {
  background-color: #e7eeff;
  border-top: 5px solid #0942ab;
  position: relative;
}
/* line 86, ../scss/modules/_herramienta.scss */
.herramienta .columns.special {
  text-align: center;
}
/* line 89, ../scss/modules/_herramienta.scss */
.herramienta .columns.special .column {
  display: inline-block;
  float: none;
}
/* line 95, ../scss/modules/_herramienta.scss */
.herramienta .container-button {
  display: block;
  position: relative;
  height: 20px;
}
/* line 99, ../scss/modules/_herramienta.scss */
.herramienta .container-button img.button {
  position: absolute;
  top: 0;
}
/* line 105, ../scss/modules/_herramienta.scss */
.herramienta .prod-target {
  color: #0a80ea;
  font-weight: 400;
}
/* line 110, ../scss/modules/_herramienta.scss */
.herramienta .product-container {
  display: inline-block;
  margin: 40px 0 0px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
/* line 117, ../scss/modules/_herramienta.scss */
.herramienta .product-container .img-alone {
  border-top: 5px solid #0942ab;
}
/* line 121, ../scss/modules/_herramienta.scss */
.herramienta .product-container .title-tag {
  top: -30px;
}
/* line 125, ../scss/modules/_herramienta.scss */
.herramienta .product-container select {
  width: 100%;
}
/* line 131, ../scss/modules/_herramienta.scss */
.herramienta .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 138, ../scss/modules/_herramienta.scss */
.herramienta .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 145, ../scss/modules/_herramienta.scss */
.herramienta .section p .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 150, ../scss/modules/_herramienta.scss */
.herramienta .section p.short {
  max-width: 590px;
}
/* line 155, ../scss/modules/_herramienta.scss */
.herramienta .section.spaced {
  margin-top: 50px;
}
/* line 160, ../scss/modules/_herramienta.scss */
.herramienta .title-tag {
  background-color: #0942ab;
  color: #FFFFFF;
  left: 0px;
  padding: 0px 5px;
  position: absolute;
  text-transform: uppercase;
  top: -34px;
}
/* line 170, ../scss/modules/_herramienta.scss */
.herramienta .vm {
  color: #ff7e00;
  display: none;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}
/* line 178, ../scss/modules/_herramienta.scss */
.herramienta .vm a {
  color: #ff7e00;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 183, ../scss/modules/_herramienta.scss */
.herramienta .vm a:hover {
  font-size: 14px;
}
/* line 188, ../scss/modules/_herramienta.scss */
.herramienta .vm .vm-arrow {
  font-size: 23px;
}
/* line 193, ../scss/modules/_herramienta.scss */
.herramienta .vmore {
  background-color: #137be7;
  border: none;
  clear: both;
  color: #ffffff;
  cursor: not-allowed;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 2.5px 15px 5.5px;
  font-size: 13px;
  max-width: 140px;
  margin: 15px auto;
  text-transform: uppercase;
}
/* line 208, ../scss/modules/_herramienta.scss */
.herramienta .vmore:before {
  content: '\00bb';
  font-size: 18px;
}
/* line 213, ../scss/modules/_herramienta.scss */
.herramienta .vmore.active {
  cursor: pointer;
}
/* line 218, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content {
  background-color: #f5f5f5;
}
/* line 221, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content h3 {
  text-align: left;
}
/* line 225, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}
/* line 230, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}
/* line 241, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}
/* line 244, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}
/* line 247, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}
/* line 250, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}
/* line 253, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}
/* line 256, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}
/* line 262, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content .column p {
  text-align: left;
}
/* line 265, ../scss/modules/_herramienta.scss */
.herramienta #bottom-content .column p.descripcion {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  /* line 261, ../scss/modules/_herramienta.scss */
  .herramienta #bottom-content .column {
    width: 100%;
  }
  /* line 272, ../scss/modules/_herramienta.scss */
  .herramienta #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 280, ../scss/modules/_herramienta.scss */
.herramienta #main-info .underline {
  border-bottom: 2px solid #147ae8;
}
/* line 284, ../scss/modules/_herramienta.scss */
.herramienta #main-info .wrapper.resultados {
  text-align: center;
}
/* line 292, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li {
  margin: 25px;
}
/* line 295, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li img {
  margin-top: 35px;
}
/* line 300, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li.naranja h3 {
  background: #ff7e00;
}
/* line 304, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li.naranja .vm, .herramienta.resultados ul.content li.naranja .vm a {
  color: #ff7e00;
}
/* line 310, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li.verde h3 {
  background: #55a400;
}
/* line 314, ../scss/modules/_herramienta.scss */
.herramienta.resultados ul.content li.verde .vm, .herramienta.resultados ul.content li.verde .vm a {
  color: #55a400;
}
/* line 321, ../scss/modules/_herramienta.scss */
.herramienta.resultados .vm {
  display: block;
}
/* line 325, ../scss/modules/_herramienta.scss */
.herramienta.resultados #btn-back-slider {
  margin-bottom: -42px;
  min-height: 40px;
  position: relative;
  width: 100%;
}
/* line 331, ../scss/modules/_herramienta.scss */
.herramienta.resultados #btn-back-slider img {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  margin-top: -16.5px;
  top: 50%;
}

/* line 1, ../scss/modules/_clientes.scss */
.clientes #main-info .underline {
  border-bottom: 2px solid #882ef8;
}

/* line 4, ../scss/modules/_clientes.scss */
.clientes .section h2 {
  color: #1a263e;
  font-size: 18px;
  font-weight: 400;
  margin-top: 58px;
  text-transform: uppercase;
}

/* line 11, ../scss/modules/_clientes.scss */
.clientes .section p {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}

/* line 18, ../scss/modules/_clientes.scss */
.clientes .section p .emp {
  color: #137be7;
  font-weight: bold;
}

/* line 22, ../scss/modules/_clientes.scss */
.clientes .section p.short {
  max-width: 590px;
}

/* line 25, ../scss/modules/_clientes.scss */
.clientes .section .cp-especial {
  margin-bottom: 58px;
}

/* line 28, ../scss/modules/_clientes.scss */
.clientes .section.spaced {
  margin-top: 50px;
}

/* line 31, ../scss/modules/_clientes.scss */
.clientes .owl-carousel h3 {
  background-color: #137be7;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding: 6px;
}

/* line 38, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .item {
  border: 1px solid #d4d4d4;
  font-size: 15px;
  font-weight: 300;
  height: 100%;
  min-height: 541px;
}

/* line 45, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .logo-cliente {
  margin: 30px auto;
  max-width: 155px;
  width: 100%;
}

/* line 50, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .content-card {
  padding: 0 50px;
  text-align: justify;
}

/* line 54, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .content-card p {
  font-size: 15px !important;
}

/* line 57, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .spaced {
  display: block;
  height: 10px;
}

/* line 61, ../scss/modules/_clientes.scss */
.clientes .owl-carousel q {
  color: #8790a6;
}

/* line 64, ../scss/modules/_clientes.scss */
.clientes .owl-carousel .contact {
  color: #137be7;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

/* line 70, ../scss/modules/_clientes.scss */
.clientes h3 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 76, ../scss/modules/_clientes.scss */
.clientes strong {
  color: #137be7;
  font-weight: 400;
}

/* line 80, ../scss/modules/_clientes.scss */
.clientes ul.content {
  margin: 0 auto;
}

/* line 83, ../scss/modules/_clientes.scss */
.clientes ul.content h3 {
  background-color: #882ef8;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0;
}

/* line 89, ../scss/modules/_clientes.scss */
.clientes ul.content li {
  border: 1px solid #d3d3d3;
  display: inline-block;
  margin-bottom: 50px;
  min-height: 345px;
  width: 365px;
  vertical-align: top;
}

/* line 97, ../scss/modules/_clientes.scss */
.clientes ul.content li:first-child, .clientes ul.content li:nth-child(3) {
  margin-right: 50px;
}

@media only screen and (max-width: 830px) {
  /* line 101, ../scss/modules/_clientes.scss */
  .clientes ul.content li:first-child, .clientes ul.content li:nth-child(3) {
    margin-right: 0px;
  }
}
/* line 105, ../scss/modules/_clientes.scss */
.clientes ul.content li:last-child {
  vertical-align: top;
}

/* line 108, ../scss/modules/_clientes.scss */
.clientes .nosotros #nav-sections a:hover, .nosotros #nav-sections .clientes a:hover, .clientes .nosotros #nav-sections a.selected, .nosotros #nav-sections .clientes a.selected, .procesamiento #fabricantes .clientes a:hover, .procesamiento #fabricantes .clientes a.selected, .procesamiento #fabricantes ul .clientes li:hover, .procesamiento #fabricantes ul .clientes li.selected, .llenado #fabricantes .clientes a:hover, .llenado #fabricantes .clientes a.selected, .llenado #fabricantes ul .clientes li:hover, .llenado #fabricantes ul .clientes li.selected, .clientes #fabricantes a:hover, .clientes #fabricantes a.selected, .clientes #fabricantes ul li:hover, .clientes #fabricantes ul li.selected {
  background-color: #882ef8;
  color: #ffffff;
}

/* line 112, ../scss/modules/_clientes.scss */
.clientes .nosotros #nav-sections a:hover img, .nosotros #nav-sections .clientes a:hover img, .clientes .nosotros #nav-sections a.selected img, .nosotros #nav-sections .clientes a.selected img, .procesamiento #fabricantes .clientes a:hover img, .procesamiento #fabricantes .clientes a.selected img, .procesamiento #fabricantes ul .clientes li:hover img, .procesamiento #fabricantes ul .clientes li.selected img, .llenado #fabricantes .clientes a:hover img, .llenado #fabricantes .clientes a.selected img, .llenado #fabricantes ul .clientes li:hover img, .llenado #fabricantes ul .clientes li.selected img, .clientes #fabricantes a:hover img, .clientes #fabricantes a.selected img, .clientes #fabricantes ul li:hover img, .clientes #fabricantes ul li.selected img {
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 778px) {
  /* line 117, ../scss/modules/_clientes.scss */
  .clientes .nosotros #nav-sections a:hover img, .nosotros #nav-sections .clientes a:hover img, .clientes .nosotros #nav-sections a.selected img, .nosotros #nav-sections .clientes a.selected img, .procesamiento #fabricantes .clientes a:hover img, .procesamiento #fabricantes .clientes a.selected img, .procesamiento #fabricantes ul .clientes li:hover img, .procesamiento #fabricantes ul .clientes li.selected img, .llenado #fabricantes .clientes a:hover img, .llenado #fabricantes .clientes a.selected img, .llenado #fabricantes ul .clientes li:hover img, .llenado #fabricantes ul .clientes li.selected img, .clientes #fabricantes a:hover img, .clientes #fabricantes a.selected img, .clientes #fabricantes ul li:hover img, .clientes #fabricantes ul li.selected img {
    display: none;
  }
}
/* line 121, ../scss/modules/_clientes.scss */
.clientes #fabricantes {
  display: inline-block;
  width: 100%;
}

/* line 125, ../scss/modules/_clientes.scss */
.clientes #fabricantes a {
  color: #1a263e;
  display: block;
  font-size: 17px;
  font-weight: 300;
  height: 100%;
  text-transform: uppercase;
  padding: 2.5px 0;
  position: relative;
  width: 100%;
}

/* line 136, ../scss/modules/_clientes.scss */
.clientes #fabricantes a img {
  display: none;
}

/* line 139, ../scss/modules/_clientes.scss */
.clientes #fabricantes ul {
  border: 1px solid #b6b6b6;
  clear: both;
  content: "";
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 95%;
}

/* line 148, ../scss/modules/_clientes.scss */
.clientes #fabricantes ul li {
  border-left: 1px solid #b6b6b6;
  display: inline-block;
  float: left;
  width: 39.9%;
}

/* line 154, ../scss/modules/_clientes.scss */
.clientes #fabricantes ul li img {
  display: none;
}

/* line 157, ../scss/modules/_clientes.scss */
.clientes #fabricantes ul li:first-child {
  border: none;
  width: 20%;
}

@media only screen and (max-width: 520px) {
  /* line 162, ../scss/modules/_clientes.scss */
  .clientes #fabricantes ul li:first-child {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 778px) {
  /* line 168, ../scss/modules/_clientes.scss */
  .clientes #fabricantes ul li {
    min-height: 60px;
  }
}
@media only screen and (max-width: 520px) {
  /* line 173, ../scss/modules/_clientes.scss */
  .clientes #fabricantes ul li {
    display: block;
    min-height: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 1175px) {
  /* line 180, ../scss/modules/_clientes.scss */
  .clientes #fabricantes {
    margin-top: 25px;
  }
}
/* line 184, ../scss/modules/_clientes.scss */
.clientes #bottom-content {
  background-color: #f5f5f5;
}

/* line 187, ../scss/modules/_clientes.scss */
.clientes #bottom-content h3 {
  text-align: left;
}

/* line 190, ../scss/modules/_clientes.scss */
.clientes #bottom-content ul {
  display: inline-block;
  margin-top: 55px;
}

/* line 194, ../scss/modules/_clientes.scss */
.clientes #bottom-content li {
  padding-left: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  min-height: 55px;
  text-align: left;
}

/* line 205, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.asesoria {
  background-image: url("../images/extra/icons/Abamex_asesoria.png");
}

/* line 208, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.ventas {
  background-image: url("../images/extra/icons/Abamex_ventas.png");
}

/* line 211, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.soporte {
  background-image: url("../images/extra/icons/Abamex_soporte_nacional.png");
}

/* line 214, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.mantenimiento {
  background-image: url("../images/extra/icons/Abamex_mantenimiento.png");
}

/* line 217, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.laboratorio {
  background-image: url("../images/extra/icons/Abamex_laboratorio.png");
}

/* line 220, ../scss/modules/_clientes.scss */
.clientes #bottom-content li.suministro {
  background-image: url("../images/extra/icons/Abamex_refacciones.png");
}

/* line 223, ../scss/modules/_clientes.scss */
.clientes #bottom-content .column p {
  text-align: left;
}

/* line 226, ../scss/modules/_clientes.scss */
.clientes #bottom-content .column p.descripcion {
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
    
.desktop
{
    display: none;
}

.mobile
{
    display: block;
}
  /* line 230, ../scss/modules/_clientes.scss */
  .clientes #bottom-content .column {
    width: 100%;
  }

  /* line 233, ../scss/modules/_clientes.scss */
  .clientes #bottom-content .column ul {
    min-width: 400px;
  }
}
/* line 237, ../scss/modules/_clientes.scss */
.clientes .container-button {
  display: block;
  position: relative;
  height: 20px;
}

/* line 242, ../scss/modules/_clientes.scss */
.clientes .container-button img.button {
  position: absolute;
  margin-left: -28px;
  top: 0;
}

/* line 247, ../scss/modules/_clientes.scss */
.clientes .vm {
  color: #882ef8;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}

/* line 254, ../scss/modules/_clientes.scss */
.clientes .vm .vm-arrow {
  font-size: 23px;
}

/* line 257, ../scss/modules/_clientes.scss */
.clientes .vm a, .clientes .vm a:hover {
  color: #882ef8;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 262, ../scss/modules/_clientes.scss */
.clientes .information {
  display: none;
}

/* line 265, ../scss/modules/_clientes.scss */
.clientes .owl-carousel {
  position: relative;
}

/* line 268, ../scss/modules/_clientes.scss */
.clientes .owl-nav {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  top: 40%;
  width: 100%;
}

/* line 275, ../scss/modules/_clientes.scss */
.clientes .owl-nav .owl-prev {
  background: url("../images/slider/abx_lft_arrow.png") no-repeat center center !important;
  float: left;
  font-size: 0.1px !important;
  height: 65px;
  margin: 0 !important;
  padding: 0 !important;
  width: 35px;
}

/* line 284, ../scss/modules/_clientes.scss */
.clientes .owl-nav .owl-next {
  background: url("../images/slider/abx_rgt_arrow.png") no-repeat center center !important;
  float: right;
  font-size: 0.1px !important;
  height: 65px;
  margin: 0 !important;
  padding: 0 !important;
  width: 35px;
}

/* line 3, ../scss/modules/_blog.scss */
.blog .blog_row_container .title-container, .blog article .title-container {
  display: table-cell;
  height: 92px;
  vertical-align: middle;
}
/* line 10, ../scss/modules/_blog.scss */
.blog #main-info .underline {
  border-bottom: 2px solid #137be7;
}
/* line 15, ../scss/modules/_blog.scss */
.blog .blog_row_container {
  margin-bottom: 30px;
  position: relative;
}
/* line 20, ../scss/modules/_blog.scss */
.blog .blog_row_container .post-container {
  width: 100%;
  max-width: 378px;
  height: 400px;
  overflow-scrolling: auto;
}
/* line 31, ../scss/modules/_blog.scss */
.blog .blog_row_container h2, .blog .blog_row_container h2 > a {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 378px;
}
/* line 40, ../scss/modules/_blog.scss */
.blog .blog_row_container p {
  color: #8790a6;
  font-weight: 300;
  max-width: 378px;
  text-align: justify;
}
/* line 47, ../scss/modules/_blog.scss */
.blog .blog_row_container .container-button-post {
  padding-top: 10px;
  text-align: center;
}
/* line 53, ../scss/modules/_blog.scss */
.blog .posts-container {
  padding-right: 80px;
}
/* line 58, ../scss/modules/_blog.scss */
.blog .section h1 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 66, ../scss/modules/_blog.scss */
.blog .section p, .blog .section ul > li {
  color: #8790a6;
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  width: 100%;
}
/* line 73, ../scss/modules/_blog.scss */
.blog .section p .emp, .blog .section ul > li .emp {
  color: #137be7;
  font-weight: bold;
}
/* line 78, ../scss/modules/_blog.scss */
.blog .section p.short, .blog .section ul > li.short {
  max-width: 590px;
}
/* line 83, ../scss/modules/_blog.scss */
.blog .section.spaced {
  margin-top: 50px;
}
/* line 88, ../scss/modules/_blog.scss */
.blog h3 {
  color: #1a263e;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 95, ../scss/modules/_blog.scss */
.blog strong {
  color: #137be7;
  font-weight: 400;
}
/* line 99, ../scss/modules/_blog.scss */
.blog em {
  font-weight: 400;
  font-style: normal;
}
/* line 104, ../scss/modules/_blog.scss */
.blog h4 {
  background-color: #137be7;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  padding: 2.5px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 116, ../scss/modules/_blog.scss */
.blog article .col-md-9 {
  text-align: justify;
  max-width: 778px;
  width: 100%;
}
/* line 124, ../scss/modules/_blog.scss */
.blog article .title-container > h1 {
  font-size: 22px;
}
/* line 131, ../scss/modules/_blog.scss */
.blog article ul li {
  list-style-position: inside;
  list-style-type: disc;
}
