@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #64cffd;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/* ================================================================================ */
.common-home .typefooter-2 {
  margin-top: -10px;
}
.typefooter-2 {
  margin-top: 30px;
  /* FOOTER TOP */
  /* FOOTER CENTER */
  /* FOOTER BOTTOM */
}
.typefooter-2 .before-footer > .container {
  padding: 20px 15px 15px 15px;
  margin-bottom: 20px;
  background-color: #fff;
}
.typefooter-2 .service-bottom {
  border: 1px solid #efefef;
  padding: 20px;
}
.typefooter-2 .service-bottom .i-con {
  float: left;
  width: 70px;
  height: 70px;
  position: relative;
  background-color: #f7f7f7;
}
.typefooter-2 .service-bottom .i-con > a {
  background-image: url(../../images/icon/icon-service.png);
  width: 76px;
  height: 71px;
  background-position: left 0;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
.typefooter-2 .service-bottom .i-con > a:before {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -14px;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 18px;
  width: 20px;
  color: #f7f7f7;
  text-indent: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.typefooter-2 .service-bottom .i-con.i-con-free-bottom a {
  background-position: left -210px;
}
.typefooter-2 .service-bottom .i-con.i-con-special a {
  background-position: left -280px;
}
.typefooter-2 .service-bottom .i-con.i-con-promotion a {
  background-position: left -350px;
}
.typefooter-2 .service-bottom .i-con.i-con-support a {
  background-position: left -420px;
}
.typefooter-2 .service-bottom .service-info {
  margin-left: 90px;
  min-height: 70px;
}
.typefooter-2 .service-bottom .service-info h2 {
  font-weight: 600;
  margin: 0;
  line-height: 100%;
}
.typefooter-2 .service-bottom .service-info h2 a {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%;
}
.typefooter-2 .service-bottom .service-info h2 a:hover {
  color: #2F3550;
}
.typefooter-2 .service-bottom .service-info p {
  line-height: 100%;
  color: #999;
  margin-top: 7px;
}
.typefooter-2 .service-bottom > div:hover .i-con > a::before {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.typefooter-2 .footer-content {
  background-color: #1c242f;
}
.typefooter-2 .footer-top {
  padding: 27px 0 35px 0;
}
.typefooter-2 .newsletter-footer1 .newsletter {
  padding: 0 1%;
}
.typefooter-2 .newsletter-footer1 .newsletter .title-block {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.typefooter-2 .newsletter-footer1 .newsletter .title-block .page-heading {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 18px;
  font-size: 1.8rem;
  /* [8] */
  font-weight: 600;
  color: #fff;
  text-align:left;
  margin-top:-30px;
  margin-left: -18px;
}
.typefooter-2 .newsletter-footer1 .newsletter .title-block .pre-text {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  display: none;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup {
  width: 100%;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group {
  width: 100%;
  display: table;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box {
  width: 55%;
  background-color: #fff;
  border-radius: 0px;
  display: table-cell;
  vertical-align: top;
  padding-left: 2px;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box .fa {
  font-size: 12px;
  color: #999;
  position: relative;
  top: -2px;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group .subcribe {
  display: inline-block;
  vertical-align: top;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail {
  width: 100%;
  height: 38px;
  line-height: 38px;
  box-shadow: none;
  padding: 0 0 0 5px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder {
  color: #aaa;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder {
  color: #aaa;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .form-group #txtemail:focus {
  z-index: 0;
}
.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
  border: 0 none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 100%;
  /*height: 49px;
  line-height: 49px;*/
  height:38px;
  line-height: 38px;
  padding: 0 17px;
  text-transform: uppercase;
}



.typefooter-2 .modtitle {
  color: #fff;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */
  line-height: 20px;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
.newsletter-footer1 .newsletter .page-heading:before
{
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 68px;
  left: 0;
  width: 30px;
  z-index: 3;
}
.typefooter-2 .modtitle:before
 {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 30px;
  z-index: 3;
}
.typefooter-2 .modcontent h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
.typefooter-2 .modcontent ul li {
  line-height: 25px;
}
.typefooter-2 .modcontent ul li a {
  display: inline-block;
  border: 0 none;
  color: #999;
  padding: 0;
  font-weight: 400;
}
.typefooter-2 .modcontent ul li a:hover {
  color: #fff;
}
.typefooter-2 .footer-center {
  /*padding: 37px 0 35px 0;*/
   padding: 37px 0 0px 0;
}
.typefooter-2 .list-payment li {
  float: left;
  margin-right: 10px;
}
.typefooter-2 .list-payment li a:hover img {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.typefooter-2 .contact-us .box-footer {
  margin-bottom: 0px;
}
.typefooter-2 .footer-bottom {
  background-color: #151b23;
  color: #909090;
  padding: 15px 0;
  text-align: center;
}
.typefooter-2 .footer-bottom a {
  color: #41ade2;
}
.typefooter-2 .footer-bottom .copyright {
  margin-top: 5px;
  text-align: center;
}
.typefooter-2 .footer-bottom .footer-payment {
  text-align: right;
}
.metodos_title
{
  margin-left:-15px;

}
.newsletter-footer1
{
  width:100%;
}
.btn_newsletter:focus {background:#41ade2;}

.btn_newsletter:hover {opacity:0.9;  }

@media (max-width: 768px) {
  .typefooter-2 .modtitle {
    margin-bottom:0 !important;
  }

}

