@font-face {
  font-family: 'gothambold';
  src: url("fonts/gotham-bold-webfont.woff2") format("woff2"), url("fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("fonts/gotham-book-webfont.woff2") format("woff2"), url("fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 16, ../scss/main.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 22, ../scss/main.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow: visible;
  background-color: #ffffff;
  font-family: 'gothambook';
}

/* line 34, ../scss/main.scss */
body.nonescroll {
  height: 100%;
  overflow: hidden;
}

/* line 39, ../scss/main.scss */
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999999;
}

/* line 49, ../scss/main.scss */
.sombra {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  background: #000000;
  opacity: 0.7;
  display: none;
  z-index: 777777;
}

/* line 62, ../scss/main.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  *behavior: url(./js/htc/boxsizing.htc);
}

/**{
	@include transition(all 0.3s ease-out);
}*/
/* line 73, ../scss/main.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 82, ../scss/main.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

/* line 90, ../scss/main.scss */
h1, h2, h3, p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* line 98, ../scss/main.scss */
.clear {
  clear: both;
}

/* line 103, ../scss/main.scss */
header, aside, nav, section, article {
  display: block;
  position: relative;
}

/* line 108, ../scss/main.scss */
li, div {
  position: relative;
}

/* line 112, ../scss/main.scss */
a.full {
  width: 100%;
  height: 100%;
  background: url(../images/bg-a.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

/* line 122, ../scss/main.scss */
a {
  text-decoration: none;
}

/* line 126, ../scss/main.scss */
span.bolder {
  font-weight: bold;
}

/* line 133, ../scss/main.scss */
.texto {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  color: #808487;
}
/* line 140, ../scss/main.scss */
.texto p {
  margin-bottom: 15px;
}

/* line 146, ../scss/main.scss */
p strong {
  font-family: 'gothambook';
}
/* line 150, ../scss/main.scss */
p a {
  text-decoration: none;
}

/* line 157, ../scss/main.scss */
.wrapper {
  width: 100%;
  font-family: 'gothambook';
}
/* line 160, ../scss/main.scss */
.wrapper .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 166, ../scss/main.scss */
.wrapper .container .row.padd-0 {
  padding-left: 0;
  padding-right: 0;
}
/* line 170, ../scss/main.scss */
.wrapper .container .row.padd-0 > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 176, ../scss/main.scss */
.wrapper .container .row.padd-8 {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 180, ../scss/main.scss */
.wrapper .container .row.padd-8 > div {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 186, ../scss/main.scss */
.wrapper .container .row.padd-10 {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 190, ../scss/main.scss */
.wrapper .container .row.padd-10 > div {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 196, ../scss/main.scss */
.wrapper .container .row.padd-2 {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 200, ../scss/main.scss */
.wrapper .container .row.padd-2 > div {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 205, ../scss/main.scss */
.wrapper .container .row.padd-3 {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 209, ../scss/main.scss */
.wrapper .container .row.padd-3 > div {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 640px) {
  /* line 220, ../scss/main.scss */
  .wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1, ../scss/_home.scss */
.wrapper {
  position: relative;
  z-index: 3;
}
/* line 5, ../scss/_home.scss */
.wrapper section {
  position: relative;
}
/* line 9, ../scss/_home.scss */
.wrapper section .banner .caja_slider {
  width: 100%;
}
/* line 12, ../scss/_home.scss */
.wrapper section .banner .caja_slider div {
  position: static;
}
/* line 16, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul {
  margin-bottom: 0;
}
/* line 18, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul li {
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  behavior: url(/js/htc/backgroundsize.htc) \9;
  background-position: center;
}
/* line 24, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul li .container {
  height: 500px;
  position: relative;
}
/* line 28, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul li .container .c {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding-left: 30px;
}
/* line 35, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul li .container .c h1, .wrapper section .banner .caja_slider ul li .container .c h2, .wrapper section .banner .caja_slider ul li .container .c .titulo {
  color: #ffffff;
  font-size: 36px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  display: inline;
  padding: 2px 10px;
  font-family: 'gothambold';
}
/* line 45, ../scss/_home.scss */
.wrapper section .banner .caja_slider ul li .container .c .parrafo {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 10px;
  display: table;
}
/* line 63, ../scss/_home.scss */
.wrapper section .banner .ico_wassap {
  width: 40px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 60;
  display: none;
}
/* line 71, ../scss/_home.scss */
.wrapper section .banner .barra_items {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: 60;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
/* line 81, ../scss/_home.scss */
.wrapper section .banner .barra_items * {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 85, ../scss/_home.scss */
.wrapper section .banner .barra_items .item {
  width: 25%;
  display: inline-block;
  height: 150px;
  padding: 30px 15px 0;
  vertical-align: bottom;
  position: relative;
}
/* line 93, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.red_box {
  background-color: #e31e25;
}
/* line 97, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.black_box {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 100, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.black_box:before {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url(../images/patron-black.png);
}
/* line 110, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.gris_box {
  background-color: rgba(165, 166, 158, 0.9);
}
/* line 114, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.plomo_box {
  background-color: rgba(77, 77, 77, 0.9);
}
/* line 117, ../scss/_home.scss */
.wrapper section .banner .barra_items .item.plomo_box:before {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url(../images/patron-plomo.png);
}
/* line 128, ../scss/_home.scss */
.wrapper section .banner .barra_items .item .ico {
  width: 40px;
  margin: 0 auto 5px;
}
/* line 133, ../scss/_home.scss */
.wrapper section .banner .barra_items .item .texto {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
/* line 140, ../scss/_home.scss */
.wrapper section .banner .barra_items .item .texto strong {
  text-transform: uppercase;
  font-family: 'gothambold';
}
/* line 146, ../scss/_home.scss */
.wrapper section .banner .barra_items .item:hover {
  height: 190px;
}

/* line 156, ../scss/_home.scss */
.wrapper_home section .seccion_principal {
  background-image: url(../images/trama.jpg);
  padding: 70px 15px;
}
/* line 160, ../scss/_home.scss */
.wrapper_home section .seccion_principal .container {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 168, ../scss/_home.scss */
.wrapper_home section .seccion_principal .container h1 {
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 2px 5px;
  font-family: 'gothambold';
}
/* line 179, ../scss/_home.scss */
.wrapper_home section .seccion_principal .container .imagenes {
  width: 100%;
  max-width: 200px;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  /* line 201, ../scss/_home.scss */
  .wrapper section .banner .ico_wassap {
    bottom: auto;
    top: 20px;
  }
}
@media (max-width: 580px) {
  /* line 217, ../scss/_home.scss */
  .wrapper section .banner .barra_items .item .texto {
    font-size: 13px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  /* line 236, ../scss/_home.scss */
  .wrapper section .banner .caja_slider ul li .container {
    height: 300px;
  }
  /* line 239, ../scss/_home.scss */
  .wrapper section .banner .caja_slider ul li .container .c {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 25px;
  }
  /* line 245, ../scss/_home.scss */
  .wrapper section .banner .caja_slider ul li .container .c h1, .wrapper section .banner .caja_slider ul li .container .c h2, .wrapper section .banner .caja_slider ul li .container .c .titulo {
    font-size: 26px;
    line-height: 33px;
  }
  /* line 251, ../scss/_home.scss */
  .wrapper section .banner .caja_slider ul li .container .c .parrafo {
    font-size: 15px;
    line-height: 17px;
  }
  /* line 262, ../scss/_home.scss */
  .wrapper section .banner .barra_items {
    position: relative;
  }
  /* line 264, ../scss/_home.scss */
  .wrapper section .banner .barra_items .item {
    width: 50%;
    height: 150px;
  }
  /* line 268, ../scss/_home.scss */
  .wrapper section .banner .barra_items .item:hover {
    height: 150px;
  }
  /* line 271, ../scss/_home.scss */
  .wrapper section .banner .barra_items .item .texto {
    font-size: 13px;
    line-height: 14px;
  }

  /* line 285, ../scss/_home.scss */
  .wrapper_home section .seccion_principal {
    padding: 0;
  }
  /* line 287, ../scss/_home.scss */
  .wrapper_home section .seccion_principal .container {
    padding: 30px 20px;
  }
  /* line 290, ../scss/_home.scss */
  .wrapper_home section .seccion_principal .container h1 {
    font-size: 40px;
    line-height: 36px;
  }
}
/* line 3, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal {
  background-image: url(../images/trama.jpg);
  padding: 0;
}
/* line 7, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja {
  background-color: #fff;
}
/* line 10, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja.mobile {
  display: none;
}
/* line 15, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container {
  max-width: 100%;
}
/* line 17, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb {
  padding: 6px 5px 12px 15px;
  list-style: none;
  background-color: transparent;
  margin-bottom: 0;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
/* line 30, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li:first-child {
  position: absolute;
  left: 15px;
  padding: 0;
  top: 10px;
}
/* line 37, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 22px;
  line-height: 15px;
  margin-bottom: 3px;
}
/* line 46, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li + li + li {
  /*@media (max-width: 420px){
  	text-overflow:ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
  	max-width: 200px;
  }*/
}
/* line 57, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li + li:before {
  width: 6px;
  height: 8px;
  color: black;
  background-image: url(../images/flecha-right-breadcrumb.png);
  background-position: top;
  content: '';
  display: inline-block;
  margin: 0 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 72, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a {
  color: #132034;
  text-decoration: none;
  font-weight: 300;
}
/* line 78, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a img.homer {
  margin-top: 3px;
}
/* line 82, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a:hover {
  color: #e31e25;
  text-decoration: underline;
}
/* line 86, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a.activo {
  color: #e31e25;
}
/* line 92, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box {
  width: 100%;
  position: relative;
}
/* line 96, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box:before {
  content: '';
  width: 50%;
  position: absolute;
  height: 100%;
  background-color: #050608;
  top: 0;
  left: 0;
}
/* line 106, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 109, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .info_white {
  max-width: 450px;
  margin: 0 auto;
}
/* line 112, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .info_white h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: 'gothambold';
}
/* line 118, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .info_white .texto {
  color: #ffffff;
}
/* line 124, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .mision_vision {
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 30px;
}
/* line 130, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .mision_vision h2 {
  color: #e31e25;
  font-size: 30px;
  font-family: 'gothambold';
}
/* line 136, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .nosotros_box .container .mision_vision .texto {
  color: #808487;
  margin-bottom: 40px;
}
/* line 144, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box {
  background-color: #fff;
}
/* line 146, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box * {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 149, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article {
  position: relative;
  overflow: hidden;
}
/* line 153, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article .imagen {
  width: 100%;
}
/* line 157, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article .velo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 50px;
  z-index: 10;
}
/* line 166, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article .velo .c {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 172, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article .velo .c h2 {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 187, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article:hover .imagen img {
  transform: scale(1.1);
}
/* line 191, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box article:hover .velo {
  height: 110px;
}
/* line 197, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box h1 {
  color: #35393a;
  font-size: 30px;
  font-family: 'gothambold';
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  text-align: center;
}
/* line 207, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_box .row .col-productos {
  padding: 0;
}
/* line 214, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle {
  background-color: #fff;
  padding-top: 30px;
}
/* line 218, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle .banner_producto {
  max-width: 400px;
  margin: 0 auto 25px;
}
/* line 221, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle .banner_producto div {
  position: static;
}
/* line 225, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle .banner_producto ul.slider_producto li {
  width: 100%;
}
/* line 231, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle .banner_producto .bx-wrapper .bx-prev {
  background-image: url(../images/flecha-left-black.png);
  left: -20px;
}
/* line 235, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle .banner_producto .bx-wrapper .bx-next {
  background-image: url(../images/flecha-right-black.png);
  right: -20px;
}
/* line 242, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
}
/* line 249, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .ico {
  width: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
/* line 256, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .tit {
  color: #e31e25;
  font-size: 16px;
  font-family: 'gothambold';
  margin-bottom: 10px;
}
/* line 263, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article h1 {
  color: #35393a;
  font-size: 16px;
  font-family: 'gothambold';
  text-align: left;
}
/* line 270, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad {
  height: 15px;
}
/* line 272, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2px;
  vertical-align: top;
}
/* line 281, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.verde {
  background-color: #92d050;
}
/* line 284, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.rojo {
  background-color: #e31e25;
}
/* line 287, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.azul {
  background-color: #213864;
}
/* line 290, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.naranja {
  background-color: #e31e25;
}
/* line 293, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.gris {
  background-color: #585858;
}
/* line 296, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .disponibilidad span.verde_oscuro {
  background-color: #548235;
}
/* line 302, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article ul {
  padding-left: 20px;
}
/* line 305, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article ul li {
  padding-left: 0px;
  list-style-image: url(../images/check.png);
  margin-bottom: 4px;
}
/* line 312, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .recomendaciones {
  padding-top: 25px;
}
/* line 314, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .recomendaciones .dato {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
/* line 318, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .productos_detalle article .recomendaciones .dato .ico {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 330, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box {
  width: 100%;
  position: relative;
  background-color: #fff;
}
/* line 335, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box:before {
  content: '';
  width: 50%;
  position: absolute;
  height: 100%;
  background-image: url(../images/testimonios-banner.jpg);
  background-position: center;
  top: 0;
  right: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  behavior: url(/js/htc/backgroundsize.htc) \9;
}
/* line 348, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 351, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio {
  padding-right: 20px;
  margin: 0 auto;
}
/* line 355, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio h2 {
  color: #35393a;
  font-size: 30px;
  font-family: 'gothambold';
  margin-bottom: 40px;
}
/* line 362, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article {
  position: relative;
  padding-left: 140px;
  margin-bottom: 50px;
}
/* line 366, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .imagen {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
/* line 376, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle {
  width: 100%;
}
/* line 378, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle .texto {
  color: #343434;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
}
/* line 386, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle .nombre {
  color: #343434;
  font-size: 14px;
  line-height: 17px;
  font-family: 'gothambold';
}
/* line 393, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle .cargo {
  color: #343434;
  font-size: 14px;
  line-height: 17px;
  font-family: 'gothambold';
  margin-bottom: 10px;
}
/* line 401, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle .caja_estrellas {
  width: 100%;
}
/* line 403, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .detalle .caja_estrellas .star {
  width: 22px;
  margin-right: 6px;
  display: inline-block;
}
/* line 415, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box {
  width: 100%;
  position: relative;
  background-image: url(../images/contacto-fondo.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  behavior: url(/js/htc/backgroundsize.htc) \9;
}
/* line 422, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
/* line 433, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container {
  position: relative;
  z-index: 4;
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 438, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}
/* line 442, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: 'gothambold';
  margin-bottom: 40px;
  background-color: #000;
  padding: 20px;
}
/* line 451, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario input {
  width: 100%;
  height: 38px;
  font-size: 15px;
  background-color: #000000;
  color: #f1f1f1;
  border: 1px solid #a7a3a2;
  padding: 10px;
  margin-bottom: 16px;
}
/* line 461, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario textarea {
  width: 100%;
  height: 150px;
  font-size: 15px;
  line-height: 18px;
  background-color: #000000;
  color: #f1f1f1;
  border: 1px solid #a7a3a2;
  padding: 10px;
  margin-bottom: 16px;
}
/* line 473, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario .btn_enviar {
  float: right;
  width: 132px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  background-image: url("../images/enviar.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 487, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario .layer_gracias {
  width: 100%;
  background-color: #000;
  padding: 40px 20px;
  display: none;
}
/* line 492, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario .layer_gracias .tit {
  font-size: 30px;
  color: #ffffff;
  font-family: 'gothambold';
  margin-bottom: 20px;
}
/* line 500, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .caja_formulario .layer_gracias p {
  color: #ffffff;
  font-size: 16px;
}
/* line 508, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .mapa {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
/* line 512, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .mapa h3 {
  color: #ffffff;
  font-size: 30px;
  font-family: 'gothambold';
  margin-bottom: 0;
  background-color: #000;
  padding: 20px 20px 5px;
}
/* line 521, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .mapa .direccion {
  color: #e31e25;
  background-color: #000000;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 25px;
  padding: 0 20px 10px;
}
/* line 530, ../scss/_internas.scss */
.wrapper_interna section .seccion_principal .contacto_box .container .mapa .mapa_img {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 546, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja.mobile {
    display: block;
  }
  /* line 552, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .nosotros_box:before {
    display: none;
  }
  /* line 556, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .nosotros_box .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 560, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .nosotros_box .container .info_white {
    background-color: #050608;
    padding: 30px 30px;
  }
  /* line 565, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .nosotros_box .container .mision_vision {
    padding: 30px 30px;
  }
  /* line 572, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .testimonios_box:before {
    display: none;
  }
  /* line 576, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .testimonios_box .container {
    padding-top: 20px;
  }
  /* line 580, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio h2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 596, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal {
    padding: 0;
  }
  /* line 600, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb {
    padding-top: 9px;
    padding-left: 8px;
  }
  /* line 603, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li {
    padding-left: 17px;
  }
  /* line 606, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li:first-child {
    top: 16px;
  }
  /* line 609, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a {
    font-size: 11px;
  }
  /* line 611, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li a img.homer {
    width: 14px;
  }
  /* line 617, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .breadcrumb_caja .container ul.breadcrumb li + li::before {
    top: 5px;
    left: -4px;
  }
  /* line 624, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal > .container {
    padding: 30px 20px;
  }
  /* line 627, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal > .container h1 {
    font-size: 40px;
    line-height: 36px;
  }
  /* line 634, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .nosotros_box .container {
    padding: 0;
  }
  /* line 640, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .productos_box h1 {
    font-size: 21px;
    letter-spacing: -0.5px;
    padding: 20px 20px 10px;
  }
  /* line 649, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .productos_box .row .col-productos {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  /* line 657, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .productos_box .row.row-no-gutters {
    padding-top: 5px;
  }
  /* line 666, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article {
    padding-left: 0;
  }
  /* line 668, ../scss/_internas.scss */
  .wrapper_interna section .seccion_principal .testimonios_box .container .info_termimonio article .imagen {
    position: relative;
    margin: 0 auto 10px;
  }
}
/* line 2, ../scss/_header.scss */
.wrapper header {
  position: relative;
  z-index: 999999;
  background-color: #fff;
  padding-top: 120px;
}
/* line 8, ../scss/_header.scss */
.wrapper header .container {
  height: 120px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* line 15, ../scss/_header.scss */
.wrapper header .container .logo {
  width: 220px;
  float: left;
}
/* line 19, ../scss/_header.scss */
.wrapper header .container .garantia {
  width: 275px;
  float: right;
  margin-top: 20px;
}
/* line 25, ../scss/_header.scss */
.wrapper header .container .redes {
  width: 50%;
  right: 20px;
  top: 0;
  position: absolute;
  text-align: right;
  padding-top: 10px;
}
/* line 33, ../scss/_header.scss */
.wrapper header .container .redes .ico_mail {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  margin-left: 20px;
}
/* line 39, ../scss/_header.scss */
.wrapper header .container .redes .ico_face {
  display: inline-block;
  vertical-align: top;
  width: 7px;
  margin-left: 20px;
}
/* line 45, ../scss/_header.scss */
.wrapper header .container .redes .ico_linkedin {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  margin-left: 20px;
}
/* line 54, ../scss/_header.scss */
.wrapper header .container .sanguche {
  width: 36px;
  height: auto;
  padding: 6px 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
/* line 65, ../scss/_header.scss */
.wrapper header .container .sanguche .line {
  width: 100%;
  height: 4px;
  background-color: #fff;
}
/* line 71, ../scss/_header.scss */
.wrapper header .container .sanguche:before {
  content: '';
  width: 100%;
  top: -4px;
  left: 0;
  height: 4px;
  background-color: #fff;
  position: absolute;
}
/* line 80, ../scss/_header.scss */
.wrapper header .container .sanguche:after {
  content: '';
  width: 100%;
  top: 100%;
  left: 0;
  height: 4px;
  background-color: #fff;
  position: absolute;
}
/* line 92, ../scss/_header.scss */
.wrapper header nav {
  width: 100%;
  background-color: #000000;
  vertical-align: top;
}
/* line 96, ../scss/_header.scss */
.wrapper header nav ul.lista_menu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}
/* line 102, ../scss/_header.scss */
.wrapper header nav ul.lista_menu li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  margin-left: 0;
  padding: 16px 25px;
  font-family: 'gothambold';
  position: relative;
}
/* line 117, ../scss/_header.scss */
.wrapper header nav ul.lista_menu li.activo {
  color: #e31e25;
}
/* line 121, ../scss/_header.scss */
.wrapper header nav ul.lista_menu li:hover {
  color: #e31e25;
}
/* line 124, ../scss/_header.scss */
.wrapper header nav ul.lista_menu li:hover:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #e31e25;
}
/* line 140, ../scss/_header.scss */
.wrapper .menu_mobile {
  display: none;
}

@media (max-width: 1000px) {
  /* line 146, ../scss/_header.scss */
  .wrapper {
    padding-top: 60px;
  }
  /* line 149, ../scss/_header.scss */
  .wrapper header {
    width: 100%;
    height: 0;
    background-color: #222222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888888;
    display: block;
    overflow: auto;
    padding-top: 60px;
  }
  /* line 161, ../scss/_header.scss */
  .wrapper header .container {
    position: relative;
    padding-top: 2px;
  }
  /* line 165, ../scss/_header.scss */
  .wrapper header .container .logo, .wrapper header .container .garantia {
    display: none;
  }
  /* line 169, ../scss/_header.scss */
  .wrapper header .container .redes {
    width: 100%;
    position: relative;
    right: auto;
    text-align: left;
    padding-left: 10px;
  }
  /* line 176, ../scss/_header.scss */
  .wrapper header .container .redes .ico_mail {
    width: 31px;
    padding: 11px 5px;
    margin-left: 0;
    margin-right: 5px;
  }
  /* line 182, ../scss/_header.scss */
  .wrapper header .container .redes .ico_face {
    width: 27px;
    margin-left: 0;
    padding: 10px;
    margin-right: 5px;
  }
  /* line 188, ../scss/_header.scss */
  .wrapper header .container .redes .ico_linkedin {
    width: 35px;
    padding: 10px;
    margin-left: 0;
  }
  /* line 196, ../scss/_header.scss */
  .wrapper header nav {
    background-color: #222222;
  }
  /* line 199, ../scss/_header.scss */
  .wrapper header nav ul.lista_menu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #000000;
  }
  /* line 204, ../scss/_header.scss */
  .wrapper header nav ul.lista_menu li:hover {
    background-color: #e31e25;
    color: #ffffff;
  }
  /* line 207, ../scss/_header.scss */
  .wrapper header nav ul.lista_menu li:hover:before {
    display: none;
  }
  /* line 216, ../scss/_header.scss */
  .wrapper .menu_mobile {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.49);
  }
  /* line 229, ../scss/_header.scss */
  .wrapper .menu_mobile .logo {
    left: 13px;
    position: absolute;
    top: 13px;
    width: 73%;
    max-width: 107px;
    z-index: 2;
  }
  /* line 239, ../scss/_header.scss */
  .wrapper .menu_mobile .sanguche {
    width: 25px;
    position: absolute;
    top: 22px;
    right: 25px;
    cursor: pointer;
  }
  /* line 246, ../scss/_header.scss */
  .wrapper .menu_mobile .sanguche .lines {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #333333;
  }
  /* line 255, ../scss/_header.scss */
  .wrapper .menu_mobile .mobile_tools {
    width: auto;
    position: absolute;
    top: 16px;
    right: 23px;
    cursor: pointer;
    text-align: right;
    display: none;
  }
  /* line 264, ../scss/_header.scss */
  .wrapper .menu_mobile .mobile_tools .btn_close {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin-left: 12px;
    padding-top: 2px;
  }
  /* line 275, ../scss/_header.scss */
  .wrapper header.mobile {
    height: 100%;
    right: 0;
    position: fixed;
  }
  /* line 282, ../scss/_header.scss */
  .wrapper .menu_mobile.activado {
    display: block;
  }
}
/* line 2, ../scss/_footer.scss */
.wrapper footer {
  background-color: #ffffff;
  padding: 0 0 0;
  position: relative;
}
/* line 7, ../scss/_footer.scss */
.wrapper footer .red_box {
  background-color: #e40000;
}
/* line 10, ../scss/_footer.scss */
.wrapper footer .red_box .container {
  padding-top: 20px;
  padding-bottom: 5px;
}
/* line 14, ../scss/_footer.scss */
.wrapper footer .red_box .container .txt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 30px;
}
/* line 23, ../scss/_footer.scss */
.wrapper footer .red_box .container .datos .dato {
  color: #ffffff;
  font-size: 12px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
  cursor: pointer;
}
/* line 33, ../scss/_footer.scss */
.wrapper footer .red_box .container .datos .dato:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 44, ../scss/_footer.scss */
.wrapper footer .red_box .container .datos .dato .ico {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  display: inline-block;
}
/* line 54, ../scss/_footer.scss */
.wrapper footer .red_box .container .datos .col-md-3:first-child .dato:before {
  display: none;
}
/* line 63, ../scss/_footer.scss */
.wrapper footer .white_box {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  color: #808487;
  font-size: 12px;
}

@media (max-width: 768px) {
  /* line 78, ../scss/_footer.scss */
  .wrapper footer .red_box .container .txt {
    margin-bottom: 15px;
  }
  /* line 82, ../scss/_footer.scss */
  .wrapper footer .red_box .container .datos .dato {
    margin-bottom: 15px;
  }
  /* line 85, ../scss/_footer.scss */
  .wrapper footer .red_box .container .datos .dato::before {
    display: none;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/_bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../scss/_bxslider.scss */
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  5px solid #fff;
  left: -5px;*/
  /*background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 48, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 17px;
  width: 100%;
  left: 10px;
}

/* LOADER */
/* line 58, ../scss/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 71, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: left;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 80, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
}

/* line 88, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  /*text-indent: -9999px;*/
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  color: #000000;
  padding-top: 2px;
  /*border-radius: 5px;*/
}

/* line 104, ../scss/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b80000;
  color: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 112, ../scss/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 7px;
  background: url(../images/flecha-left.png) no-repeat top;
  background-size: 80%;
}

/* line 119, ../scss/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 7px;
  background: url(../images/flecha-right.png) no-repeat top;
  background-size: 80%;
}

/* line 125, ../scss/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  opacity: 0.8;
}

/* line 129, ../scss/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  opacity: 0.8;
}

/* line 133, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  width: 16px;
  height: 29px;
  text-indent: -9999px;
  z-index: 4;
}

/* line 144, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 150, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 154, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 164, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 169, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 179, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 186, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 191, ../scss/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 198, ../scss/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 207, ../scss/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media (max-width: 600px) {
  /* line 224, ../scss/_bxslider.scss */
  .bx-wrapper .bx-next {
    /*background-image: url("../images/btn_next_responsive.png");*/
    right: 3px;
  }
  /* line 228, ../scss/_bxslider.scss */
  .bx-wrapper .bx-prev {
    /*background-image: url("../images/btn_prev_responsive.png");*/
    left: 3px;
  }
}
