@charset "UTF-8";
@import url(reset.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(flexslider.css);
@import url(webfonts.css);
/* media-queries */
/* -- EMS TÁCTICO -- */
::selection {
  background: #f7d549;
  color: #fff;
  /* Safari */
}

::-moz-selection {
  background: #f7d549;
  color: #fff;
  /* Firefox */
}

body {
  font-family: "hackman_regular_2";
  font-size: 18px;
  background: #fff;
  color: #999999;
  overflow-x: hidden;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "hackman_bold";
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

p {
  line-height: 160%;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #999999;
}
a:hover {
  text-decoration: none;
  color: #999999;
}

section {
  position: relative;
}

.nopadding {
  padding: 0 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.error_box {
  border: 2px solid #f7d549;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 15px;
  display: none;
}

.gracias, .noenviado, .noenviadocaptcha {
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #87CF47;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  font-family: "hackmanregular";
  font-size: 18px;
  display: none;
}

.noenviado, .noenviadocaptcha {
  background: #FA3E3E;
}

#Container .mix {
  display: none;
}

header {
  width: 100%;
}
header .top {
  background: url(../images/header-back.jpg) center left no-repeat;
  background-size: cover;
  padding: 25px 0;
  min-height: 132px;
}
header .top .slogan {
  margin-left: 25px;
  margin-top: 17px;
}
header .social {
  padding-top: 40px;
}
header .social h6 {
  color: #E3E3E3;
  font-size: 11px;
  font-family: "hackmanregular";
  font-style: italic;
  border-bottom: 1px solid #f7d549;
  padding-bottom: 12px;
  padding-right: 40px;
  margin-bottom: 10px;
}
header .social h6 span {
  border-bottom: 2px solid #f7d549;
  padding-bottom: 9px;
}
header .social ul {
  width: calc(100% + 19px);
  margin-left: -8px;
}
header .social ul li {
  width: 14.28%;
  float: left;
  text-align: center;
}
header .social ul li i {
  font-size: 18px;
}
header .navigation {
  width: 100%;
  background: #292929;
  border-bottom: 1px solid #3F3F3F;
}
header .navigation ul.nav {
  border-left: 1px solid #3f3f3f;
}
header .navigation ul.nav li {
  /*border-right: 1px solid #3F3F3F;*/
}
header .navigation ul.nav li a.dropdown-toggle {
  color: #EDEDED;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "hackman_regular_2";
}
header .navigation ul.nav li .dropdown-menu {
  width: calc(100% + 40px);
  min-width: 200px;
  background: #292929;
  padding: 0;
  box-shadow: 2px 2px 4px #000;
}
header .navigation ul.nav li .dropdown-menu li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #393939;
  border-right: 0;
}
header .navigation ul.nav li .dropdown-menu li a {
  color: #fff;
  font-family: "hackmanregular";
  font-size: 16px;
}
header .navigation ul.nav li .dropdown-menu li:hover {
  background: #393939;
}
header .navigation ul.nav .after:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #f7d549;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .navigation .extra-links {
  margin-top: 25px;
}
header .navigation .extra-links a {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "hackman_regular_9";
  border-left: 1px solid #3f3f3f;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .navigation .extra-links a:hover {
  color: #fff;
}
header .navigation .extra-links a:first-child {
  border: none;
}
header .bottom {
  background: #1E1E1E;
  width: 100%;
  padding: 10px 0 9px 0;
}
header .contact {
  margin-top: 14px;
}
header .contact a {
  display: inline-block;
  margin-right: 15px;
}
header .contact a i {
  display: inline-block;
  margin-right: 0px;
  color: #f7d549;
}
header .contact a p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "hackmanregular";
}
header form .form-group input {
  border: 1px solid #f7d549;
  border-radius: 0px;
  height: 45px;
  background: #181818;
  color: #fff;
  width: 230px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
header form .form-group input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
header form .form-group input:-moz-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
header form .form-group input::-moz-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
header form .form-group input:-ms-input-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
header form button.btn {
  background: #f7d549;
  border: 1px solid #f7d549;
  border-radius: 0px;
  height: 45px;
  width: 45px;
  color: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
header form button.btn i {
  font-size: 18px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}

header {
  border-top: 1px solid #3f3f3f;
}
header .menu nav {
  position: relative;
}
header .menu nav .openMenu {
  width: 130px;
}
header .menu nav .openMenu .nav-btn {
  text-align: center;
  border-bottom: 3px solid #f7d549;
  font-family: "Capture Smallz Clean";
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 0 20px;
  cursor: pointer;
  border-right: 1px solid #3f3f3f;
  color: #999999;
}
header .menu nav .openMenu .nav-btn:hover {
  color: #fff;
}
header .menu nav .openMenu .submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 230px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 5px 0 5px 30px;
  z-index: 500;
}
header .menu nav .openMenu .submenu li {
  font-family: "hackman_regular_9";
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #7c7c7c;
  cursor: pointer;
  position: relative;
}
header .menu nav .openMenu .submenu li:last-child {
  border: none;
}
header .menu nav .openMenu .submenu li:hover {
  color: #f7d549;
}
header .menu nav .openMenu .submenu li:hover .in-side {
  display: block;
}
header .menu nav .openMenu .submenu li .in-side {
  display: none;
  width: 800px;
  background: #f7f7f7;
  position: absolute;
  top: -130px;
  left: 200px;
  z-index: 100;
}
header .menu nav .openMenu .submenu li .in-side:before {
  content: '';
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 55px;
  left: -70px;
}
header .menu nav .openMenu .submenu li .in-side ul {
  padding: 30px 15px 0 15px;
}
header .menu nav .openMenu .submenu li .in-side ul li {
  width: 16.5%;
  float: left;
  border: none;
  margin-bottom: 30px;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  padding: 0;
}
header .menu nav .openMenu .submenu li .in-side ul li a {
  text-decoration: none;
}
header .menu nav .openMenu .submenu li .in-side ul li a div {
  padding: 0 15px;
}
header .menu nav .openMenu .submenu li .in-side ul li a div figure {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
header .menu nav .openMenu .submenu li .in-side ul li a div figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu nav .openMenu .submenu li .in-side ul li a div span {
  display: block;
  font-size: 12px !important;
  color: #999999 !important;
  font-family: "hackmanregular" !important;
  text-transform: none;
  line-height: 150%;
}
header .menu nav .openMenu .submenu li .in-side ul li a:hover div span {
  /*color: $color1 !important;*/
  color: #1e1e1e !important;
}
header .menu nav .openMenu .submenu li .in-side ul li a:hover div figure img {
  /*@include vendor-prefix(transform, scale(1.1));*/
}
header .menu nav .openMenu .submenu li .in-side ul li:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.3);
  -o-box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.3);
  box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.3);
}
header .menu nav .openMenu .submenu li .in-side ul:after {
  content: '';
  display: block;
  clear: both;
}
header .menu nav .openMenu:hover .submenu {
  display: block;
}

@media screen and (max-width: 991px) {
  header .top .slogan {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  header .social {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  header .social h6 {
    font-size: 16px;
  }
  header .social h6 span {
    padding-left: 15px;
  }
  header .navigation {
    border-bottom: 0 !important;
  }
  header .navigation .navbar-header {
    background: url(../images/header-back.jpg) center left no-repeat;
    background-size: cover;
    padding-bottom: 45px;
  }
  header .navigation nav.navbar {
    border: none !important;
  }
  header .navigation ul.nav {
    border-left: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navigation ul.nav li {
    border-right: none;
  }
  header .navigation ul.nav li a.dropdown-toggle {
    border-bottom: 1px solid #3F3F3F;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .navigation ul.nav li .dropdown-menu {
    width: 100%;
    background: #393939;
    padding: 0;
    box-shadow: inset 0px 0px 4px #000;
  }
  header .navigation ul.nav li .dropdown-menu li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #282828;
    border-right: 0;
  }
  header form {
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  header form .form-group {
    width: calc(100% - 60px);
  }
  header form .form-group input {
    width: 100%;
  }
  header .contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*footer*/
footer {
  width: 100%;
  background: url(../images/header-back.jpg) center left no-repeat;
  background-size: cover;
}
footer .top {
  padding: 25px 0 0 0;
  height: 133px;
}
footer .top .slogan {
  margin-left: 27px;
  margin-top: 17px;
}
footer .top .social {
  padding-top: 10px;
}
footer .top .social h6 {
  color: #E3E3E3;
  font-size: 11px;
  font-family: "hackmanregular";
  font-style: italic;
  border-bottom: 1px solid #f7d549;
  padding-bottom: 12px;
  padding-right: 40px;
  margin-bottom: 10px;
}
footer .top .social h6 span {
  border-bottom: 2px solid #f7d549;
  padding-bottom: 9px;
}
footer .top .social ul {
  width: calc(100% + 19px);
  margin-left: -8px;
}
footer .top .social ul li {
  width: 14.28%;
  float: left;
  text-align: center;
}
footer .top .social ul li i {
  font-size: 18px;
}
footer .navigation {
  width: 100%;
  background: #1E1E1E;
  border-bottom: 1px solid #3F3F3F;
  border-top: 1px solid #3F3F3F;
  padding: 23px 0 24px 0;
}
footer .navigation .contact a {
  display: block;
  margin-right: 15px;
}
footer .navigation .contact a i {
  display: inline-block;
  margin-right: 0px;
  color: #f7d549;
}
footer .navigation .contact a p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "hackmanregular";
  margin: 0;
}
footer .navigation .menuFooter nav {
  margin-top: 11px;
}
footer .navigation .menuFooter nav a {
  font-family: "hackmanregular";
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  position: relative;
}
footer .navigation .menuFooter nav a:last-child {
  padding-right: 0;
}
footer .navigation .menuFooter nav a:last-child:after {
  display: none;
}
footer .navigation .menuFooter nav a:after {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #353535;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
}
footer .bottom {
  width: 100%;
  padding: 22px 0 24px 0;
}
footer .bottom h2 {
  font-family: "hackmanregular";
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  border-left: 3px solid #f7d549;
  color: #fff;
  padding-left: 15px;
  margin-top: 22px;
}
footer .bottom form .form-group input {
  border: 1px solid #f7d549;
  border-radius: 0px;
  height: 45px;
  background: #181818;
  color: #fff;
  width: 230px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
footer .bottom form .form-group input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
footer .bottom form .form-group input:-moz-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
footer .bottom form .form-group input::-moz-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
footer .bottom form .form-group input:-ms-input-placeholder {
  color: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
footer .bottom form button {
  background: #f7d549;
  border: 1px solid #f7d549;
  border-radius: 0px;
  height: 45px;
  width: 45px;
  color: #fff;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
footer .bottom form button i {
  font-size: 18px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
footer .bottom .logoMexico img {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  footer {
    background: none;
  }
  footer .top {
    height: 100px;
    background: url(../images/header-back.jpg) center left no-repeat;
    background-size: cover;
  }
  footer .top .slogan {
    margin-left: 0px;
  }
  footer .navigation .menuFooter {
    float: none !important;
  }
  footer .navigation .menuFooter nav a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #353535;
  }
  footer .navigation .menuFooter nav a:last-child {
    padding-right: 10px;
    border-bottom: none;
  }
  footer .navigation .menuFooter nav a:after {
    display: none;
  }
  footer .bottom {
    width: 100%;
    padding: 22px 0 24px 0;
    background: #171717;
  }
  footer .bottom h2 {
    font-family: "hackmanregular";
    font-size: 18px;
    text-transform: none;
    font-style: italic;
    border-left: 3px solid #f7d549;
    color: #fff;
    padding-left: 15px;
    margin-top: 22px;
  }
  footer .bottom form .form-group {
    width: calc(100% - 70px);
    display: inline-block;
  }
  footer .bottom form .form-group input {
    width: 100%;
  }
  footer .bottom form button {
    margin-top: -5px;
  }
}
/*home*/
.home .flexslider ul li {
  position: relative;
  width: 100%;
  height: auto;
}
.home .flexslider ul li .container {
  height: 100%;
}
.home .flexslider ul li .container .row {
  height: 100%;
}
.home .flexslider ul li .container .row .col-xs-12 {
  height: 100%;
  position: relative;
}
.home .flexslider ul li .caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.home .flexslider ul li .caption .cont {
  position: absolute;
  left: 15px;
  bottom: 25%;
}
.home .flexslider ul li .caption .cont h1 {
  font-size: 64px;
  font-family: "hackman_regular_8";
  color: #fff;
  margin: 0 0 15px 0;
}
.home .flexslider ul li .caption .cont h2 {
  font-size: 32px;
  font-family: "hackman_bold";
  color: #f7d549;
  margin: 0 0 15px 0;
}
.home .flexslider ul li .caption .cont a {
  display: block;
  width: 120px;
  padding: 8px 0 10px 0;
  color: #fff;
  background: #f7d549;
  text-align: center;
  font-size: 18px;
  font-family: "hackman_regular_8";
  text-transform: uppercase;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home .flexslider ul li .caption .cont a:hover {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  transform: translate(0%, 1px);
  -webkit-transform: translate(0%, 1px);
  -moz-transform: translate(0%, 1px);
  -ms-transform: translate(0%, 1px);
  -o-transform: translate(0%, 1px);
}
.home .bannerMovil {
  		/*height: 400px; width: 100%;
  		ul{
  			height: 400px;width: 100%;
  
  			li{
  				height: 400px; width: 100%;
  			}
  		}*/
}
.home .bannerMovil .slides li {
  width: 100%;
  height: 220px;
}
.home .miniBanner img.tit {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 50%;
}
.home .miniBanner .back {
  width: 100%;
}
.home .video {
  width: 100%;
  height: 555px;
  background: url(../images/h-video-banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.home .video a {
  display: block;
  height: 100%;
  width: 100%;
}
.home .video .play {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 150px;
  max-width: 485px;
}
.home .video .play img {
  float: left;
  margin-right: 25px;
}
.home .video .play h5 {
  font-size: 48px;
  font-family: "hackman_regular_8";
  color: #fff;
  margin-top: 15px;
}
.home .video .play h5 span {
  color: #f7d549;
}
.home .logos {
  margin: 11px 0 10px 0;
}
.home .logos .block {
  padding-left: 15px;
  padding-right: 15px;
}
.home .logos .block .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.home .logos .block .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 100%;
}
.home .logos .block .img:after {
  content: '';
  display: block;
  height: 90px;
  width: 1px;
  background: #D9D9D9;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -15px;
}
.home .logos .block:last-child .img:after {
  display: none;
}

@media screen and (max-width: 991px) {
  .home .flexslider ul li .caption .cont h1 {
    font-size: 42px;
  }
  .home .flexslider ul li .caption .cont h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home .flexslider ul li .caption .cont h1 {
    font-size: 42px;
  }
  .home .flexslider ul li .caption .cont h2 {
    font-size: 18px;
  }
  .home .flexslider ul li .caption .cont a {
    padding: 5px;
    font-family: "hackman_bold";
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home .miniBanner img.tit {
    width: 70%;
  }
  .home .video {
    height: 430px;
  }
  .home .video .play {
    bottom: 50px;
    text-align: center;
  }
  .home .video .play img {
    float: none;
    margin-right: auto;
  }
  .home .logos .block .img {
    padding-bottom: 80%;
  }
  .home .bannerMovil .slides li {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .home .bannerMovil .slides li {
    width: 100%;
    height: 210px;
  }
}
@media screen and (max-width: 320px) {
  .home .bannerMovil .slides li {
    width: 100%;
    height: 170px;
  }
}
.destacados {
  padding: 75px 0 0 0;
}
.destacados h4 {
  color: #f7d549;
  text-align: center;
  border-bottom: 4px solid #f7d549;
  font-size: 22px;
  font-family: "hackman_regular_9";
  padding-bottom: 20px;
  margin: 0 0 40px 0;
}
.destacados .img {
  padding-bottom: 50% !important;
}

.promociones {
  padding: 75px 0 0 0;
}
.promociones h4 {
  color: #f7d549;
  text-align: center;
  border-bottom: 4px solid #f7d549;
  font-size: 22px;
  font-family: "hackman_regular_9";
  padding-bottom: 20px;
  margin: 0 0 40px 0;
}
.promociones .warpPromos .block {
  text-align: center;
  margin-bottom: 50px;
}
.promociones .warpPromos .block a:hover .img .mas {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.promociones .warpPromos .block .img img {
  width: 100%;
  height: auto;
  /*max-width: 400px;*/
}
.promociones .warpPromos .block .img .mas {
  height: 85px;
  width: 85px;
  background: rgba(20, 23, 26, 0.75);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 999;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
.promociones .warpPromos .block .img .mas:after {
  content: '';
  display: block;
  height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.promociones .warpPromos .block .img .mas:before {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

/*Warp Productos*/
.warpProd .block {
  text-align: center;
  margin-bottom: 50px;
}
.warpProd .block a:hover .img .mas {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.warpProd .block .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.warpProd .block .img img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: auto;
  max-width: 90%;
  min-width: 60%;
  max-height: 100%;
}
.warpProd .block .img .mas {
  height: 85px;
  width: 85px;
  /*background: rgba(20,23,26,.75);*/
  background-image: url("../images/mas.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 999;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  /*&:after{
  	content:''; display: block;height: 40px; width: 1px; background: #fff; position: absolute;top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto;
  }*/
}
.warpProd .block .img .mas:before {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background: #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.warpProd .block h6 {
  font-size: 17px;
  color: #717171;
  margin: 20px 0 10px 0;
  border-top: 4px solid #D9D9D9;
  font-family: "hackman_regular_2";
  text-transform: none;
  padding-top: 15px;
}
.warpProd .block p {
  color: #f7d549;
  font-size: 12px;
  font-family: "hackman_bold";
  font-style: italic;
  margin: 0;
}

/*categoria*/
.categoria {
  padding: 40px 0 0 0;
}
.categoria h4 {
  font-size: 20px;
  font-family: "hackman_regular_9";
  padding-bottom: 15px;
  border-bottom: 4px solid #f7d549;
  margin-bottom: 20px;
}
.categoria h4 span {
  color: #f7d549;
}
.categoria .filtros p {
  font-size: 14px;
  color: #14171A;
  font-family: "hackman_regular_2";
  margin: 0;
  float: left;
  margin-right: 10px;
}
.categoria .filtros p i {
  color: #f7d549;
  margin-right: 10px;
  font-size: 18px;
}
.categoria .filtros button {
  border-radius: 5px;
  height: 30px;
  border: none;
  padding: 0 5px;
  font-size: 14px;
  font-family: "hackman_regular_2";
  color: #999999;
  background: none;
  outline: 0;
}
.categoria .filtros button:focus {
  outline: 0;
}
.categoria .filtros .selectB {
  background: #EDEDED;
}
.categoria .warpProd {
  margin: 40px 0 0 0;
  padding-bottom: 50px;
}

/*item*/
.item {
  padding: 40px 0 0 0;
}
.item h4 {
  font-size: 20px;
  font-family: "hackman_regular_9";
  padding-bottom: 15px;
  border-bottom: 4px solid #f7d549;
  margin-bottom: 20px;
}
.item h4 span {
  color: #f7d549;
}
.item .imgBig {
  width: 100%;
}
.item .imgBig img {
  width: 100%;
}
.item .redes {
  margin-top: 70px;
}
.item .redes li {
  width: 25%;
  float: left;
  text-align: center;
}
.item .redes #twitter-widget-0 {
  margin-top: 5px;
}
.item .redes .google {
  margin-top: 5px;
}
.item .info .block {
  border-bottom: 1px solid #C9C9C9;
  padding: 13px 0 10px 0;
}
.item .info .block:first-child {
  padding-top: 0;
}
.item .info .block:last-child {
  border: none;
}
.item .info p {
  font-size: 14px;
  font-family: "hackmanregular";
  margin: 0;
  float: left;
}
.item .info p strong {
  color: #14171A;
  font-size: 12px;
  font-family: "hackman_regular_9";
  text-transform: uppercase;
}
.item .info .sku {
  color: #f7d549;
  font-family: "hackman_regular_2";
  text-transform: uppercase;
  color: #f7d549;
  margin: 0 0 10px 0;
  font-style: italic;
}
.item .info h6 {
  color: #14171A;
  font-family: "hackman_regular_2";
  font-size: 24px;
  text-transform: none;
  padding-bottom: 10px;
}
.item .info a {
  display: inline-block;
  margin-right: 25px;
}
.item .info a i {
  color: #f7d549;
  float: left;
  margin-right: 7px;
  margin-top: 5px;
}
.item .info a.guiaTallas {
  margin-top: 0px;
}
.item .info a.guiaTallas img {
  margin: 5px 5px 0 0;
  float: left;
}
.item .info ul {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.item .info ul li {
  float: left;
  margin-left: 10px;
}
.item .info ul.tallas li {
  color: #f7d549;
  font-size: 16px;
  font-family: "hackman_regular_8";
}
.item .info ul.colores li {
  height: 25px;
  width: 25px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin-right: 5px;
}
.item .info ul.colores .cafe {
  background: #8A6A41;
}
.item .info ul.colores .rojo {
  background: #E82E3A;
}
.item .info ul.colores .negro {
  background: #48474E;
}

@media screen and (max-width: 768px) {
  .item .info {
    padding-top: 50px;
  }
}
/* empresa */
.empresa {
  padding: 50px 0 0 0;
}
.empresa .title {
  border-bottom: 4px solid #f7d549;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.empresa .title h1 {
  font-family: "hackman_regular_9";
  font-size: 20px;
}
.empresa .title .leng {
  text-align: right;
}
.empresa .title .leng a {
  font-size: 20px;
  font-family: "hackman_bold";
  color: #f7d549;
}
.empresa article p {
  font-family: "hackmanregular";
}
.empresa article p b {
  font-family: "hackman_bold";
}
.empresa figure {
  margin-bottom: 40px;
}
.empresa figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.empresa blockquote {
  border-color: #f7d549;
  margin-bottom: 40px;
}
.empresa blockquote h4 {
  text-transform: inherit !important;
  line-height: 170%;
}
.empresa .marcas {
  margin-bottom: 40px;
}
.empresa .marcas h3 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 160%;
}
.empresa .marcas .listado .item {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.empresa .marcas .listado .item:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  right: 0;
}
.empresa .marcas .listado .item:last-child:before, .empresa .marcas .listado .item:nth-child(4n+4):before {
  display: none;
}
.empresa .marcas .listado .item div {
  position: relative;
  min-height: 150px;
}
.empresa .marcas .listado .item div img {
  position: absolute;
}
.empresa .marcas .listado .item p {
  text-align: center;
  font-family: "hackmanregular";
}
.empresa .frase {
  background: #f7d549;
  padding: 50px 0;
  color: #14171A;
}
.empresa .frase h2 {
  font-family: "hackman_regular_9";
  font-size: 18px;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 991px) {
  .empresa .marcas .listado .item:nth-child(4n+4):before {
    display: block;
  }
  .empresa .marcas .listado .item:nth-child(3n+0):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .empresa .marcas .listado .item:nth-child(3n+0):before {
    display: block;
  }
  .empresa .marcas .listado .item:nth-child(2n+0):before {
    display: none;
  }
}
/* avisos */
.avisos {
  padding: 50px 0;
}
.avisos h1 {
  border-bottom: 4px solid #f7d549;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
}
.avisos article p {
  font-family: "hackmanregular";
  margin-bottom: 20px;
  font-size: 14px;
}
.avisos article p strong {
  display: block;
  font-family: "hackman_bold";
}
.avisos article ul, .avisos article ol {
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.avisos article ul li, .avisos article ol li {
  line-height: 160%;
  margin-bottom: 10px;
  font-family: "hackmanregular";
  font-size: 14px;
}
.avisos article ol {
  list-style-type: upper-latin;
}
.avisos article a {
  color: #999999;
  font-family: "hackman_bold";
}
.avisos article a:hover {
  color: #717171;
}
.avisos .formas-pago figure img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.avisos .video-instrucciones {
  margin-top: 40px;
}

/* contacto */
.contacto {
  padding: 50px 0 0 0;
}
.contacto .title {
  border-bottom: 4px solid #f7d549;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.contacto .title h1 {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
}
.contacto .title i {
  color: #14171A;
}
.contacto .forma {
  margin-bottom: 40px;
}
.contacto .forma h4, .contacto .forma p {
  text-transform: inherit;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "hackmanregular";
}
.contacto .forma label {
  font-size: 13px;
  color: #14171A;
  text-transform: uppercase;
}
.contacto .forma input, .contacto .forma textarea {
  border-color: #999999;
}
.contacto .forma input:focus, .contacto .forma input:active, .contacto .forma textarea:focus, .contacto .forma textarea:active {
  border-color: #14171A;
  box-shadow: none;
}
.contacto .forma input[type="submit"], .contacto .forma textarea[type="submit"] {
  background: #f7d549;
  color: #14171A;
  font-family: "hackman_regular_9";
  text-transform: uppercase;
  font-size: 13px;
  border-color: #f7d549;
  box-shadow: 0px 3px 0px #cdb13c;
  padding: 10px 20px;
  outline: none;
}
.contacto .forma textarea {
  min-height: 100px;
}
.contacto .forma .captcha input {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contacto .forma .error_box {
  font-family: "hackmanregular";
  font-size: 14px;
}
.contacto .ubicacion {
  margin-bottom: 40px;
}
.contacto .ubicacion p {
  font-family: "hackmanregular";
  margin-bottom: 20px;
}
.contacto .ubicacion i {
  margin-right: 10px;
  color: #14171A;
}
.contacto .ubicacion .cel-fu {
  margin-bottom: 0;
}
.contacto .ubicacion hr {
  margin-top: 0;
}
.contacto .ubicacion a {
  color: #333;
  font-weight: bold;
}
.contacto .ubicacion a:hover {
  color: #f7d549;
  text-decoration: underline;
}
.contacto .ubicacion .fa-map-marker {
  color: #f7d549;
}

#map_canvas {
  width: 100%;
  height: 550px;
}
#map_canvas .firstHeading {
  font-size: 18px;
  color: #14171A;
  font-family: "hackman_regular_9";
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
}
#map_canvas .bodyContent p {
  font-size: 14px;
  line-height: 160%;
  font-family: "hackmanregular";
}
#map_canvas .bodyContent p i {
  color: #14171A;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #map_canvas {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map_canvas {
    width: 100%;
    height: 250px;
  }
}
.msggracias, .msgnoenviado {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #63bc66;
  color: #fff;
  font-family: "hackmanregular";
  display: none;
}

.msgnoenviado {
  background: #df3123;
}

.modal.in .modal-dialog {
  z-index: 1050;
}
.modal.in .modal-dialog .modal-content .modal-body figure {
  text-align: center;
}
.modal.in .modal-dialog .modal-content .modal-body figure img {
  width: 100%;
  height: auto;
  max-width: 490px;
}


/*Modificaciones Maxivision*/
.contacto {
  min-height: 250px;
}

.contacto h1.thx {
  margin-top: 50px;
}


