@charset "UTF-8";
/* Compass */
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
/* 8. Visually hide an element */
/* Tools */
.header {
  float: left;
  position: relative;
  width: 100%;
}

/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* =Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: #FFFFFF;
}

.f-color2 {
  color: #FFFFFF;
}

/* Base */
/* ===========================
   Base
   =========================== */
* {
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #7b7d85;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility;
}

/* ::-moz-selection{background:#33c5ff;color:#fff;text-shadow:none;}
::selection{background:#33c5ff;color:#fff;text-shadow:none;} */
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #e6e6e6;
}

a {
  outline: 0;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:visited {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}

.btn, .mapsection #infoWindow .infomap .txtvergmap {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}

.btn:hover, .mapsection #infoWindow .infomap .txtvergmap:hover,
.btn:focus,
.mapsection #infoWindow .infomap .txtvergmap:focus {
  color: #FFFFFF;
}

input,
textarea {
  font-size: 14px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}

pre {
  font-size: 11px;
}

.no-found {
  padding-top: 20px;
  text-align: center;
}

.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px;
  margin-top: 70px;
}

.seccion {
  float: left;
  position: relative;
  width: 100%;
}

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1280px;
  width: 100%;
}

.autopos {
  display: block;
  margin: 0 auto;
}

.nopadding {
  padding: 0px;
}

.wow {
  opacity: 0;
  khtml-opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
}

.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */
}

.coverBg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.animations *, .animated {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* ==|=====================
   Module/forms
   ======================== */
/* Plugins */
/* ==|====================
   Plugins/General
   ======================= */
/* ==|====================
   Plugins/slick-slider
   ======================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* theme slick-slider*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 100;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #510d3c;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #510d3c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f105";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ".";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
.item {
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  background: #1D1D1B;
  height: 70px;
  min-width: 320px;
  position: fixed;
  z-index: 15;
}
.header .main-container {
  max-width: 1280px;
}

.header_index {
  position: relative;
}
.header_index .logo {
  display: none;
}
.header_index .menu {
  float: none;
  display: inline-block;
}
.header_index .redesofi {
  float: right;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}

/* logo */
.logo {
  display: inline-block;
  float: left;
  margin-left: 10px;
  max-width: 160px;
  position: relative;
  width: 50%;
}

.logo-home {
  display: block;
  float: left;
  margin-left: 0px;
  position: fixed !important;
  top: 0px;
  z-index: 11;
}

.gallery_index {
  /* min-height:300px; */
  /* .item{
  	height: 345px;
  } */
}
.gallery_index > .main-container {
  top: 0px;
}
.gallery_index .carousel-inner {
  float: left;
}
.gallery_index .img-item {
  display: inline-block !important;
  position: relative;
  /* margin-right: 15px; */
}
.gallery_index .frase_gallery {
  color: #272727;
  float: left;
  left: 20%;
  max-width: 520px;
  position: absolute;
  top: 30%;
  width: 100%;
}
.gallery_index .frase_gallery .titulo_frase {
  font-weight: 800;
  font-size: 35px;
}
.gallery_index .frase_gallery .txt_gallery {
  font-size: 12px;
  text-align: left;
}
.gallery_index .carousel-control {
  background: none;
}

.blind_hover {
  float: left;
  height: 5px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blind_active, .menu .navbar-nav li:hover .blind_hover {
  height: 100% !important;
}

.menu {
  border: 0px;
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  padding: 0px;
}
.menu .container-fluid {
  margin: 0px;
  padding: 0px;
}
.menu .navbar-collapse {
  padding: 0px;
}
.menu .navbar-nav {
  padding: 0px;
}
.menu .navbar-nav li {
  border: 0px;
}
.menu .navbar-nav li .menu_links {
  font-size: 15px;
  height: 70px;
  padding-top: 25px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
}
.menu .navbar-nav li .menu_links:hover, .menu .navbar-nav li .menu_links:focus, .menu .navbar-nav li .menu_links.active {
  background: none;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.item_redes {
  border: solid 1px #8d35b0;
  color: #8d35b0;
  display: inline-block;
  height: 34px;
  margin: 0px 5px;
  padding-top: 2px;
  position: relative;
  text-align: center;
  width: 34px;
  float: left;
}
.item_redes:hover, .item_redes:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.redesofi {
  float: right;
  display: inline-block;
  height: 70px;
  padding: 18px 0px;
  position: relative;
  text-align: right;
  width: 185px;
}

/* carrito dropdown */
/*
Author: Michiel de Graaf
Title: Workbench, Shopping cart
*/
/* Content */
#content {
  margin: 0 auto;
  padding-bottom: 0px;
  width: 80px;
  margin-top: 0px;
  position: relative;
  z-index: 100;
  height: 32px;
  float: right;
}

#content:hover {
  height: auto;
}

.shoppingCart {
  position: relative;
  margin-top: 0px;
  overflow: hidden;
  color: #8d35b0;
  color: rgba(72, 88, 96, 0.8);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 2px 3px 1px transparent;
  -moz-box-shadow: 0 2px 3px 1px transparent;
  box-shadow: 0 2px 3px 1px transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
  height: 100%;
}

#content:hover .shoppingCart {
  color: #495860;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
  overflow: visible;
  width: 100%;
}

#content:hover .cont_detped {
  display: none;
}

.shoppingCart summary {
  color: #8d35b0;
  float: left;
  height: 32px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: right;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.shoppingCart summary:hover {
  color: #FFFFFF;
}
.shoppingCart summary:hover .min_detped {
  color: #FFFFFF;
}

#content:hover summary {
  width: 100%;
}

.shoppingCart h4 {
  float: left;
  color: #d4f1ff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.shoppingCart:hover h4 {
  color: #fff;
}

.arrow {
  float: right;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(234, 238, 240, 0.5);
  border-left: 4px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.shoppingCart:hover .arrow {
  border-bottom-color: #eaeef0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.shoppingCart ul {
  background-color: #272727;
  display: inline-block;
  float: left;
  max-height: 200px;
  list-style: outside none none;
  margin: 0;
  overflow-y: auto;
  padding: 0px;
  position: relative;
  width: 300px;
  z-index: 100;
}

.shoppingCart li {
  padding: 10px 15px;
  overflow: hidden;
  height: 0px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.shoppingCart:hover li {
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  text-align: left;
}

.shoppingCart:hover li:hover {
  text-shadow: 0 -1px #fff;
  -webkit-box-shadow: inset 0 15px 20px #eee;
  -moz-box-shadow: inset 0 15px 20px #eee;
  box-shadow: inset 0 15px 20px #eee;
}

.shoppingCart li a {
  color: #495860;
  border-color: #666;
  text-decoration: none;
}

.shoppingCart li a:hover {
  border: 0;
}

.shoppingCart li span {
  display: block;
  float: left;
}

.shoppingCart li strong {
  display: block;
  float: right;
}

.min_detped {
  color: #8d35b0;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

.shoppingCart p {
  padding: 5px;
  overflow: hidden;
  background: #272727;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0px;
}

/* .shoppingCart:hover p{
  text-shadow:0 -1px #fff;
  background:#eee;
} */
.shoppingCart p span {
  display: block;
}

.shoppingCart p span:first-child {
  float: left;
}

/* .shoppingCart:hover p span:first-child{
   display:none;
} */
.shoppingCart p span:last-child {
  float: right;
}

.shoppingCart .tot_minicar {
  background-color: #272727;
  color: #FFFFFF;
  float: left;
  padding: 0px;
  position: relative;
  width: 300px;
  z-index: 100;
}
.shoppingCart .tot_minicar span {
  padding: 5px  0px;
}

.tot_minicar {
  padding: 10px 0px;
  background-color: #FFF;
}

.checkout {
  opacity: 0;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  margin: 0px;
  padding: 6px 14px 8px 14px;
  background: #DE6000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 #4e0c0e, 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #4e0c0e, 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #4e0c0e, 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.checkout:hover {
  color: #FFF;
}

.checkout:active {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}

.shoppingCart:hover .checkout {
  opacity: 1;
}

.shop {
  width: 80px;
}

.shop-img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 60px;
}
.shop-img .img-shop-thum {
  max-width: 100%;
}
.shop-img .text-trunc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shop-desc {
  width: 160px;
  display: inline-block;
  float: left;
}
.shop-desc .text-trunc {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-desc .block-color {
  height: 20px;
  width: 20px;
  border: 0.5px solid #272727;
  border-radius: 45px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.info_detail {
  margin-left: -219px;
}

/* media queries header */
@media screen and (max-width: 1140px) {
  .logo-home-fix {
    display: none !important;
  }

  .header_index .logo-normal {
    display: inline-block;
  }
}
@media screen and (max-width: 1085px) {
  .redesofi {
    width: 95px;
    padding: 3px 0px;
  }

  .item_redes {
    height: 30px;
    width: 30px;
  }

  .shop {
    margin-top: 3px;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .logo {
    margin-left: 0px;
  }

  .header .redesofi {
    float: right;
    margin-right: 2px;
    width: 70px;
  }
  .header .redesofi .item_redes {
    line-height: 17px;
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .header .redesofi .shop {
    width: 60px;
  }
  .header .redesofi .shop .fa-opencart {
    font-size: 14px;
  }

  .menu {
    display: inline-block;
    float: none;
    width: auto;
  }
  .menu .navbar-nav li .menu_links {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .header .logo {
    max-width: 120px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .redesofi {
    float: none;
    padding: 18px 0px;
    position: relative;
    width: 185px;
  }
  .header .redesofi .shop {
    margin-top: 0px;
  }
  .header .logo {
    margin-left: 0px;
    left: 0px;
    position: absolute;
    top: 0px;
  }

  .blind_hover {
    height: 0px;
  }

  .menu {
    position: absolute;
    right: 0px;
    width: 100%;
  }
  .menu .container-fluid {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .menu .navbar-collapse {
    background: #272727;
    border-top: 0px solid transparent;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
    margin: 0px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .menu .navbar-collapse.in {
    height: 180px;
  }
  .menu .navbar-collapse .navbar-nav {
    margin: 0px;
    width: 100%;
  }
  .menu .navbar-collapse .navbar-nav li {
    float: left;
    width: 50%;
  }
  .menu .navbar-collapse .navbar-nav li .menu_links {
    padding: 12px 15px;
    height: 45px;
  }
  .menu .navbar-collapse .navbar-nav li:last-child {
    width: 100%;
  }

  .gallery_index .frase_gallery {
    left: 10%;
    max-width: 520px;
    top: 30%;
  }
  .gallery_index .frase_gallery .titulo_frase {
    text-align: left;
  }
  .gallery_index .frase_gallery .txt_gallery {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .logo-home {
    display: none;
  }

  .header .logo {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .header .logo {
    max-width: 140px;
    margin-top: 5px;
  }
  .header .redesofi {
    float: right;
    margin-right: 20%;
  }

  .gallery_index {
    /* .item{
    	height: 290px;
    } */
  }
  .gallery_index .frase_gallery {
    top: 60%;
    left: 0px;
  }
  .gallery_index .frase_gallery .titulo_frase {
    text-align: center;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 480px) {
  .header .redesofi {
    padding: 3px 0px;
    width: 80px;
    margin-right: 23%;
  }
  .header .redesofi .shop {
    margin-top: 3px;
    width: 70px;
  }

  .info_detail {
    margin-left: -180px;
  }
}
@media screen and (max-width: 420px) {
  .header .redesofi {
    float: right;
    margin-right: 15%;
  }
}
/* ==|====================
   Layout/Nav
   ======================= */
#crumbs {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  text-align: left;
}
#crumbs li {
  float: left;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}
#crumbs li.separator {
  color: #FFFFFF;
}

/* menú lateral */
.menu-verical-btn {
  display: none;
  background-color: #FFF;
  width: 100%;
}
.menu-verical-btn .menu-experience {
  color: #000000;
  width: 100%;
  text-align: left;
}
.menu-verical-btn .menu-experience h3 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0px 0px 0px 20px;
  text-align: left;
}

.collapsing {
  display: inline-block;
}

.banner-vertical-index {
  float: left;
  position: relative;
  width: 100%;
}

#leftMenu {
  display: inline-block;
  width: 100%;
}
#leftMenu .accordion-group {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
}
#leftMenu .accordion-group.diferente .accordion-heading {
  background-color: #fff;
}
#leftMenu .accordion-heading {
  background-color: #FFFFFF;
  /* layer fill content */
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.357;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#leftMenu .accordion-heading .filter-name {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  list-style: none;
  padding: 4px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}
#leftMenu .accordion-heading .accordion-toggle {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 100%;
}
#leftMenu .accordion-heading .accordion-toggle .fa {
  bottom: 0px;
  float: right;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 20px;
  -webkit-transition: all 4s;
  /* Safari */
  transition: all 4s;
}
#leftMenu .accordion-heading .accordion-toggle.collapsed .fa:before {
  content: "";
}
#leftMenu .accordion-heading a.gret:before {
  margin-left: 4px;
  margin-right: 4px;
}
#leftMenu .accordion-heading a.gret:before first-child
#leftMenu .accordion-heading a.gret:before a:hover {
  color: #fff;
  text-decoration: none;
}
#leftMenu .accordion-heading a.gret:before .active {
  width: 182px;
  height: 34px;
  border: 1px solid #5b5b5b;
  /* inner stroke */
  background-color: #fff;
  /* layer fill content */
  text-decoration: none;
}

.collapse.in {
  display: inline-block;
  width: 100%;
}

.titulo_menulat {
  color: #272727;
  font-size: 20px;
}

.accordion-body {
  color: #272727;
  float: left;
  font-size: 14px;
  line-height: 2.357;
  padding: 0px 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.item_filter {
  float: left;
  position: relative;
  width: 100%;
  padding-left: 18px;
}

.filter-checks {
  float: left;
  left: 0px;
  position: absolute;
  top: 5px;
}

.texto_types {
  display: inline-block;
  position: relative;
  width: 100%;
}

.block-colors {
  float: left;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .accordion-body {
    margin-left: 0px;
  }
}
.block-pendiente {
  min-height: 200px;
  display: inline-block;
}
.block-pendiente .pendiente {
  color: #000;
  display: inline-block;
  margin: 200px auto;
  width: 100%;
}

/* ==|======================
   Layout/Home
   ========================= */
.white-block {
  min-height: 200px;
  background-color: #ffffff;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.item_tipo_index {
  margin-bottom: 15px;
  margin-top: 15px;
}

.special-product {
  color: #282828;
  display: inline-block;
  position: relative;
  width: 100%;
}
.special-product * {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.special-product .gray-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
  z-index: 1;
}
.special-product .gray-block .link-detail {
  opacity: 0;
  border: 2px solid #FFFFFF;
  border-radius: 45px;
  display: inline-block;
  position: relative;
  padding: 5px;
  color: #FFFFFF;
  /* margin: auto auto; */
  margin: 35% 0;
}
.special-product.avanzado .img_product_indx {
  margin: 30px auto;
  max-width: 337px;
  max-height: 337px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.special-product.avanzado .img_product_indx img {
  margin: 0 auto;
  max-height: 337px;
}
.special-product.avanzado .descripcion {
  background-color: #272727;
  bottom: 0px;
  border-top: 2px solid #dd4f09;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #ffffff;
  display: inline-block;
  float: left;
  left: 0px;
  padding: 10px 0px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.special-product.avanzado .descripcion .name, .special-product.avanzado .descripcion .precio, .special-product.avanzado .descripcion .btn-carrito {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  margin: 2.5px 0px;
  margin-bottom: 5px;
}
.special-product.avanzado .descripcion .patron-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-image: url(../img/camisas/patron-prod-prin.png);
}
.special-product:hover {
  color: #282828;
}
.special-product:hover .gray-block {
  background-color: rgba(0, 0, 0, 0.2);
}
.special-product:hover .gray-block .link-detail {
  opacity: 1;
}
.special-product:hover .descripcion {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10% 0px;
}

.tabla-productos {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
}
.tabla-productos .new_products_indx {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tabla-productos.interna {
  width: 70%;
  float: right;
}
.tabla-productos .catalogo {
  width: 33.3333%;
  padding: 5px;
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
}
.tabla-productos .catalogo .cont-pro-cat {
  display: inline-block;
  position: relative;
  width: 100%;
}
.tabla-productos .catalogo .descripcion {
  background-color: #282828;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-top: 15px;
  text-transform: uppercase;
  width: 100%;
}
.tabla-productos .catalogo .descripcion .icono {
  left: 13px;
  position: absolute;
  top: 1px;
}
.tabla-productos .catalogo .image-catalogo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: content;
  float: left;
  height: 300px;
  position: relative;
  width: 100%;
}
.tabla-productos .catalogo .index-prod-imag {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 280px;
}

.descktop_link {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}

.mobile .descktoplink {
  display: none;
}

.margins {
  width: 100%;
  margin: 50px 0px;
  display: inline-block;
  position: relative;
  float: left;
}

.btn-cotizar {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #8d35b0;
  border: 1px solid #8d35b0;
  padding: 5px 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: normal;
}
.btn-cotizar:hover, .btn-cotizar:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-black {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #272727 !important;
  border: 1px solid #272727;
  padding: 5px 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: normal;
}
.btn-black:hover, .btn-black:focus {
  color: #FFFFFF !important;
  text-decoration: none;
}

.banda-header {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  z-index: 2;
}

.pic {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("../img/gray.svg#grayscale");
  filter: gray;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*   width: 100%;height: 100%;padding: 0px;display: inline-block;height: 200px;float: left;position: relative;top: 0px;bottom: 0px;/* border: solid 1px red;  */
  margin: 0px;
  right: 0px;
}
.pic img {
  max-width: 100px;
}

.pic:hover, .pic:focus {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: grayscale(100%);
  -o-filter: none;
  filter: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.pic:hover .rollover {
  opacity: 1;
}

.sec-cliente {
  display: inline-block;
  position: relative;
  float: left;
  width: 25%;
  padding: 5px;
  text-align: center;
}
.sec-cliente img {
  margin: 0 auto;
}

.extra-sep {
  margin-bottom: 60px;
  margin-top: 60px;
}

.proddestacado .contenedor img {
  max-width: 200px;
  max-height: 200px;
}

.clientes .imagenes img, .proddestacado .imagenes img {
  max-width: 150px;
  max-height: 100px;
}
.clientes .slick-arrow, .proddestacado .slick-arrow {
  height: 100%;
  margin: 0px;
  top: 0px;
  z-index: 2;
}
.clientes .slick-arrow::before, .proddestacado .slick-arrow::before {
  font-size: 40px;
}

.marcas-slide .slick-arrow::before {
  color: #FFFFFF;
}

.contenedor {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenedor, .contenedor:hover {
  color: #282828;
}

.change-container {
  max-width: 800px;
}

.gray-block {
  background-color: #f4f4f4;
}

.cliente {
  display: inline-block;
  position: relative;
  /* background-color: #FFFFFF; */
  width: 100%;
  /* padding: 50px 5px; */
  color: #272727;
}
.cliente h1 {
  color: #272727;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .tabla-productos .productos {
    width: 50%;
  }
  .tabla-productos .catalogo {
    width: 50%;
  }

  .producs-indx_foot {
    display: none;
  }
  .producs-indx_foot:first-child {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .sec-cliente {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banda-header {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 720px) {
  .item_tipo_index {
    height: 220px;
    overflow: hidden;
  }
  .item_tipo_index .special-product .gray-block .link-detail {
    margin-top: 20%;
  }
  .item_tipo_index .img_product_indx {
    height: 160px;
  }
}
@media screen and (max-width: 500px) {
  .tabla-productos .productos {
    width: 100%;
    margin-top: 15px;
  }
  .tabla-productos .catalogo {
    width: 100%;
  }
}
.productos {
  width: 25%;
  padding: 5px;
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  color: #282828;
  height: 280px;
}
.productos * {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productos .cont-thumb {
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
}
.productos .cont-thumb img.thumb-prod {
  display: inline-block;
  position: relative;
  max-height: 200px;
  margin: 0px auto 0px;
}
.productos .cont-thumb .gray-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  background-color: transparent;
  z-index: 1;
}
.productos .cont-thumb .gray-block .link-detail {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 45px;
  display: inline-block;
  opacity: 0;
  padding: 5px;
  position: relative;
  /* margin: auto auto; */
  margin: 20% 0;
}
.productos .descripcion {
  background-color: #FFFFFF;
  width: 100%;
  position: absolute;
  height: 60px;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  overflow: hidden;
  z-index: 2;
}
.productos .descripcion .marc-circle {
  display: inlin-block;
  background-color: #272727;
  max-width: 50px;
  width: 30%;
  height: 50px;
  padding: 8px;
  border-radius: 50%;
  line-height: 32px;
  vertical-align: center;
  float: left;
}
.productos .descripcion .marc-circle img.thumb-marca {
  display: inline-block;
  max-width: 100%;
}
.productos .descripcion .name {
  display: inline-block;
  position: relative;
  float: left;
  padding: 10px 5px;
  vertical-align: middle;
  width: 70%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productos .descripcion .btn-cont {
  display: none;
  position: relative;
  width: 100%;
  margin: 5px 0px;
}
.productos .descripcion .btn-cont a.add-list {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 18px;
  background-color: transparent;
  border-color: #e9e9e9;
  font-weight: 600;
  line-height: 1;
  color: #272727;
  text-transform: uppercase;
}
.productos .descripcion .btn-cont a.add-list:hover {
  background-color: #8d35b0;
  border-color: #8d35b0;
  color: #FFFFFF;
}
.productos .img-block {
  position: relative;
  float: left;
  width: 100%;
}
.productos:hover .descripcion, .productos:focus .descripcion {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 114px;
}
.productos:hover .descripcion .btn-cont, .productos:focus .descripcion .btn-cont {
  display: inline-block;
}
.productos:hover .cont-thumb .gray-block, .productos:focus .cont-thumb .gray-block {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.productos:hover .cont-thumb .gray-block .link-detail, .productos:focus .cont-thumb .gray-block .link-detail {
  opacity: 1;
}

@media screen and (max-width: 380px) {
  .item_tipo_index {
    width: 100%;
  }
}
.small-block, .midle-block, .big-block, .big-block-img {
  display: inline-block;
  position: relative;
  float: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.prin-block-nosotros {
  background-color: #000;
  margin: 80px 0px;
}

.small-block {
  width: 50%;
  min-height: 250px;
}

.midle-block {
  width: 50%;
  /* min-height:$height-size; */
}

.big-block {
  width: 100%;
  min-height: 250px;
}

.big-block-img {
  width: 100%;
  min-height: 500px;
  background-image: url(../img/telar.jpg);
  background-size: cover;
  background-position: center center;
}

.black-block {
  background-color: #000;
}

.orange-block {
  background-color: #de6000;
}

.green-block {
  background-color: #9dc905;
}

.purple-block {
  background-color: #5a3276;
}

.cont-cente {
  padding: 0px 15px;
  position: relative;
  margin-top: 20%;
  margin-bottom: 20%;
  width: 100%;
}
.cont-cente h1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.cont-cente.especial p {
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
}
.cont-cente.valores {
  margin-top: 10%;
  margin-bottom: 10%;
}
.cont-cente.parejos {
  margin-top: 80px;
  margin-bottom: 80px;
}
.cont-cente.text-color-b {
  color: #272727;
}
.cont-cente.text-color-w {
  color: #FFFFFF;
}

.img-big {
  display: inline-block;
  min-height: 250px;
  position: relative;
  width: 100%;
  float: left;
}

.back-extend {
  background-position: center center;
  background-size: cover;
}

.limpia-espacio {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .midle-block {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .small-block {
    width: 100%;
  }
}
.productos-container {
  padding: 20px 15px;
}

.panel-producto {
  background-color: #FFFFFF;
  display: inline-block;
  float: left;
  max-width: 300px;
  position: relative;
  width: 30%;
}
.panel-producto .panel {
  border: 0px;
  background-color: #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  max-width: 320px;
  width: 100%;
}
.panel-producto .panel .panel-heading {
  padding: 10px 0px;
  border: 1px red solid;
  background-color: #FFFFFF;
}
.panel-producto .panel .panel-heading a {
  width: 100%;
  color: #272727;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 2.357;
  font-weight: bold;
}
.panel-producto .panel .panel-collapse .panel-body {
  color: #272727;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2.357;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.info-int-prod {
  text-align: left;
}

.btn-detailadd {
  background: #8d35b0;
}

.squaredOne {
  margin: 2px;
  border: solid 1px #797979;
  width: 28px;
  height: 28px;
  position: relative;
  float: left;
  /* background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
}
.squaredOne label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px 8px;
  cursor: pointer;
  /* background: linear-gradient(top, #222 0%, #45484d 100%); */
  /* box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1); */
}
.squaredOne label:after {
  content: "\f00c";
  color: #FFFFFF;
  width: 16px;
  font-family: FontAwesome;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  position: absolute;
  top: -1px;
  left: 6px;
  text-shadow: 0px 2px 3px #555;
  opacity: 0.0;
}
.squaredOne:hover label::after {
  opacity: 1;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.squaredTwo {
  width: 39px;
  height: 28px;
  position: relative;
  /* margin: 20px auto; */
  background: #fcfff4;
  border: 1px solid #8d35b0;
  float: left;
  margin: 2px 2px;
  /* background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
}
.squaredTwo label {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0px;
  text-align: center;
  cursor: pointer;
  /* text-shadow: 0px 2px 3px #555; */
  /* background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; */
  /*   &:after {
	    content: "\f00c";
	    color:$white;
	    width: 16px;
	    font-family: FontAwesome;
	    height: 16px;
	    position: absolute;
	    top: 2px;
	    left: 2px;
	    background: #27ae60;
	    background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
	    width: 14px;
	    height: 7px;
	    position: absolute;
	    top: 4px;
	    left: 4px;
    }
    &:hover::after {
      opacity: 0.3;
    } */
}
.squaredTwo:hover::after {
  background-color: #8d35b0;
  color: #FFFFFF;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.squaredThree {
  width: 20px;
  margin: 20px auto;
  position: relative;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* products containers */
.products-list-conatiner {
  width: 100%;
}

.cont_paginador {
  width: 100%;
  display: inline-block;
  position: relative;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #272727;
  cursor: default;
  background-color: #ffffff;
  border: none;
  text-decoration: underline;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  color: #272727;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #272727;
  text-decoration: underline;
}

.img-select {
  cursor: pointer;
  padding: 5px 5px;
  height: 180px;
}
.img-select img {
  max-height: 120px;
}

.color-partscont {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.colorpart {
  position: relative;
  float: left;
  height: 100%;
  padding: 0px;
}

.zoomWrapper {
  margin: 0px auto;
  max-width: 100%;
  position: relative;
}

.image-cont-detail {
  height: 120px;
}

.colorname {
  color: #272727;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  line-height: 18px;
}

.slide-detail {
  margin-top: 15px;
  padding: 0px 20px;
}
.slide-detail .slick-prev {
  top: 0px;
  width: 100%;
  left: 0px;
  background: #8d35b0;
  z-index: 1;
}
.slide-detail .slick-prev:before {
  color: #FFFFFF;
  content: "\f077";
}
.slide-detail .slick-next {
  top: auto;
  bottom: -15px;
  width: 100%;
  left: 0px;
  right: 0px;
  background: #8d35b0;
  position: absolute;
  z-index: 1;
}
.slide-detail .slick-next:before {
  color: #FFFFFF;
  content: "\f078";
}

.titulo-int-prod {
  width: 100%;
  text-align: left;
  margin: 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.titles-int-prod {
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-left: 15px;
}

.bloques-int-prod {
  width: 100%;
  display: inline-block;
  margin: 20px 0px;
  float: left;
}
.bloques-int-prod .indices {
  text-align: left;
  margin-left: 25px;
}

.btn-group {
  float: left;
  text-align: left;
}

.color-int {
  text-transform: uppercase;
  float: left;
  color: #7b7d85;
  padding: 2px;
  border: 0px;
  font-size: 15px;
  background-color: transparent;
  margin-left: 5px !important;
}
.color-int:hover {
  color: #272727;
  background-color: transparent;
  border: 0px;
}

.btn-default.active.focus, .btn-default.active:focus,
.btn-default.active:hover, .btn-default:active.focus,
.btn-default:active:focus, .btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #272727;
  background-color: transparent;
  border: 0px;
}

.dropdown-menu.block-color {
  border-radius: 0px;
  padding: 0px;
  width: 100%;
}

.con-col-int {
  float: left;
  padding: 0px !important;
  display: inline-block !important;
  position: relative;
  width: 100%;
}

.marco-colorido {
  width: 20%;
  min-height: 20px;
  height: 100%;
  float: left;
  display: inline-block;
}

.marco-leyenda {
  padding-left: 20px;
  width: 80%;
  height: 100%;
  float: left;
  display: inline-block;
}

.product_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.idexado-catalogo {
  background-color: #8d35b0;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0px;
}

.descargar-cont {
  float: left;
  position: relative;
  width: 100%;
}

/* panel products fixed styles */
.panel-producto.fixed {
  margin-left: 0px;
  padding-left: 15px;
  position: fixed;
  z-index: 10;
}

/* promociones */
.img-oferta-lg {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.img-oferta-lg .img-responsive {
  display: inline-block;
}

.img-oferta-detail {
  margin: 0px 0px 30px;
}
.img-oferta-detail .img-responsive {
  margin: 0 auto;
}

.hidden-detail {
  display: none;
}

@media screen and (max-width: 420px) {
  .img-oferta-small {
    margin: 20px 0px;
  }
  .img-oferta-small .large-image-promo {
    display: none !important;
  }
  .img-oferta-small .small-image-promo {
    display: inline-block !important;
  }
  .img-oferta-small .hidden-detail {
    display: inline-block;
  }
}
/* / promociones */
.white-popup-block .blo-sep-esp {
  padding-left: 20px;
}
.white-popup-block.ajax-text-and-image {
  max-width: 800px;
  margin: 20px auto;
  background: #FFFFFF;
  padding: 0;
  display: inline-block;
  position: relative;
}
.white-popup-block .ajcol {
  width: 50%;
  float: left;
  /* overflow: scroll; */
}
.white-popup-block .ajcol img {
  width: 100%;
  height: auto;
}
.white-popup-block .modcombox {
  margin: 10px;
  color: #000000;
}
.white-popup-block .modcombox h1 {
  /* font-size: 26px; */
  margin-top: 61px;
}
.white-popup-block .modcombox p {
  line-height: 25px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  text-align: justify;
  padding: 5px 6px;
}
.white-popup-block .info-popup {
  background: #272727;
  padding-bottom: 10px;
}
.white-popup-block .info-popup .color-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 2px;
  background-repeat: repeat;
  background-image: url(../img/patron.jpg);
  background-position: center top;
}
.white-popup-block .info-popup .popup-block-name {
  text-align: left;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0px;
}
.white-popup-block .info-popup .fon-ch-c {
  color: #FFFFFF;
  font-size: 20px;
}
.white-popup-block .info-popup .titulo-int-prod .tit {
  width: 30%;
  height: 30px;
  display: inline-block;
  float: left;
  line-height: 28px;
  position: relative;
  color: #FFFFFF;
}
.white-popup-block .info-popup .titulo-int-prod .ops {
  width: 60%;
  display: inline-block;
  position: relative;
}
.white-popup-block .info-popup .titulo-int-prod .ops .contador {
  float: left;
  height: 28px;
  margin: 0px 3px 0px;
  width: 50px;
}
.white-popup-block .info-popup .titulo-int-prod .ops select {
  height: 28px;
  width: 105px;
}
.white-popup-block .info-popup .titulo-int-prod .ops .selc-color .opt-val {
  color: #000000;
  text-shadow: 1px 0px #FFFFFF;
  font-weight: bold;
}

.pupop-modal-btn {
  display: inlin-block;
  position: relative;
  float: right;
  border: 1px solid #FFFFFF;
  min-width: 100px;
  padding: 2px 5px;
  margin: 5px;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}

.dismiss-popup {
  background: #FFFFFF;
  color: #272727;
}
.dismiss-popup:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #797979;
  margin-right: 2px;
}
.dismiss-popup:hover {
  background: #797979;
  border-color: #797979;
}
.dismiss-popup:hover:before {
  color: red;
}

.fon-ch-c {
  float: left;
  height: 28px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 25px;
  line-height: 25px;
}

#plus {
  background: #FE5F01;
  color: #FFFFFF;
}

#min {
  background: #FFFFFF;
  color: #272727;
}

.accept-popup {
  background: #8d35b0;
  border-color: #8d35b0;
  font-weight: bold;
}
.accept-popup:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFFFFF;
  margin-right: 2px;
}
.accept-popup:hover {
  background: #6e2989;
  color: #FFFFFF;
}

.imagen-ajax .img-responsive {
  display: inline-block;
}

/* media queries */
@media screen and (max-width: 990px) {
  .slider-for {
    width: 100%;
  }

  .slide-detail {
    width: 100%;
  }
  .slide-detail .slick-prev {
    top: 9px;
    width: 20px;
    height: 100%;
    left: -20px;
    background: #8d35b0;
  }
  .slide-detail .slick-prev:before {
    color: #FFFFFF;
    content: "\f053";
  }
  .slide-detail .slick-next {
    top: 9px;
    bottom: 0px;
    width: 20px;
    height: 100%;
    left: auto;
    right: -20px;
    background: #8d35b0;
    position: absolute;
  }
  .slide-detail .slick-next:before {
    color: #FFFFFF;
    content: "\f054";
  }
}
@media screen and (max-width: 767px) {
  .banner-vertical-index {
    width: 100%;
  }

  .menu-verical-btn {
    display: inline-block;
  }

  .panel-producto {
    width: 100%;
    max-width: 100%;
  }
  .panel-producto .panel {
    max-width: 100%;
  }

  .products-list-conatiner {
    width: 100%;
  }
  .products-list-conatiner .catalogo {
    width: 33.3333%;
  }

  .tabla-productos.interna {
    width: 100%;
  }

  .productos-container {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .products-list-conatiner .catalogo {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .products-list-conatiner .catalogo {
    width: 100%;
  }
}
/* tabla llantas */
.info_aditional {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.info_aditional table {
  width: 100%;
  font-size: 13px;
}

.info_aditional td {
  background: #272727;
  border: solid 5px #FFFFFF;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
.info_aditional td .photo-pedido {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: 45px;
}
.info_aditional td .photo-pedido .img-responsive {
  display: inline-block;
}
.info_aditional td .block-color {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.cotizar-section {
  padding: 0px;
}

.total_info_prod {
  background: #272727;
  display: inline-block;
  position: relative;
  width: 100%;
}

.info_aditional th, .info_aditional .fstcampo {
  background: #8d35b0;
  padding: 10px;
  text-align: center;
  border: solid 5px #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: center;
}

.info_aditional th td {
  background: none;
  border: 0px;
  color: #FFFFFF;
  font-weight: normal;
  font-weight: bold;
}

.block-info-pedido {
  border: 1px solid #8d35b0;
  margin-top: 10px;
  min-height: 200px;
}
.block-info-pedido h3 {
  text-align: left;
  color: #de6000;
  padding: 0px 15px;
}
.block-info-pedido #formulario-pedido {
  text-align: left;
  display: inline-block;
  position: relative;
  width: 100%;
}
.block-info-pedido #formulario-pedido .form-group {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}
.block-info-pedido .texto {
  text-align: center;
}
.block-info-pedido .captha {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.block-info-pedido .labelform {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #510d3c;
  font-size: 17px;
  text-align: left;
}
.block-info-pedido .labelform a {
  color: #510d3c;
  text-decoration: underline;
}
.block-info-pedido input[type="submit"] {
  color: #FFFFFF;
  background-color: #8d35b0;
  font-size: 18px;
  padding: 10px 42px;
  position: relative;
  font-weight: bold;
  margin-top: 10px;
  border: 0px;
}

.list-cart-cotizacion {
  float: left;
  position: relative;
}

.list-cart_detail {
  float: left;
  position: relative;
  width: 100%;
}

.totalprods_title {
  background: #272727;
  border-left: 5px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 15px;
}

.totalprods {
  background: #272727;
  border-right: 5px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 15px;
}

.img-modelprod {
  display: block;
  height: 120px;
  position: relative;
  width: 100%;
}
.img-modelprod .img-responsive {
  margin: 0 auto;
  max-height: 100%;
}

.titulo_list_detail {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .info_aditional th, .info_aditional .fstcampo {
    vertical-align: middle;
  }

  .totalprods_title, .totalprods {
    border: 0px;
  }
}
@media screen and (max-width: 500px) {
  .rendimiento {
    width: 100%;
  }
}
/* General button style (reset) */
.btn-idetex {
  border: none;
  font-family: "Open Sans", sans-serif;
  /* font-size: inherit; */
  /* color: inherit; */
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*
.btn-idetex:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
} */
/* Pseudo elements for icons */
.btn-idetex:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.icon-cart:before {
  content: "\f07a";
}

/* Button 3a */
.btn-3s {
  border: 1px solid #8d35b0;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}

.btn-3s {
  padding: 10px 15px 10px 15px;
}

.btn-3 {
  color: #fff;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}

.btn-3a {
  padding: 25px 60px 25px 120px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

.btn-3a:before {
  background: rgba(0, 0, 0, 0.8);
}

/* prueba boton  */
.btn-3:hover, .btn-3s:hover {
  background: #8d35b0;
}
.btn-3:hover::before, .btn-3s:hover::before {
  	/* border:1px solid #000;
      border-top:none;
  	border-bottom:none;
  	border-left:none; */
}

.prueba-botton {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 500px 0px;
}

.video-fixed {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

#video-background {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: -100;
  left: 0;
}

.ajuste-full {
  float: left;
  display: inline-block;
}

.proceso {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  padding: 50px 5px;
}
.proceso h1 {
  color: #272727;
  font-weight: bold;
}

.btn-center {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.btn-center .btn-idetex {
  color: #272727;
}
.btn-center .btn-idetex:hover, .btn-center .btn-idetex:focus {
  color: #FFFFFF;
}

/* ==|====================
   Layout/promocionales
   ======================= */
.promocionales .interna {
  width: 100%;
}
.promocionales .catalogo {
  width: 25%;
}

.item_promocional .descripcion {
  bottom: 0px;
  left: 0px;
  height: 45px;
  position: absolute !important;
  overflow: hidden;
}
.item_promocional .descripcion .btn-cont {
  display: none;
}
.item_promocional .btn-cont {
  margin-top: 8px;
}
.item_promocional .btn-cont .add-list {
  font-weight: normal;
  border: solid 1px #FFFFFF;
}
.item_promocional .btn-cont .add-list:hover {
  background: #FFFFFF;
  color: #8d35b0;
}
.item_promocional .info_item {
  width: 100%;
  padding-bottom: 48px !important;
  float: left;
  position: relative;
}
.item_promocional .info_item:hover .descripcion, .item_promocional .info_item:focus .descripcion {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 98px;
}
.item_promocional .info_item:hover .descripcion .btn-cont, .item_promocional .info_item:focus .descripcion .btn-cont {
  display: inline-block;
}

.popup-promocional .info-popup {
  min-height: 400px;
}

.white-ops {
  color: #FFFFFF;
}

.controls-promo {
  bottom: 10px;
  left: 0px;
  position: absolute;
  padding: 0px 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .promocionales .catalogo {
    width: 33.3333%;
  }
}
@media screen and (max-width: 640px) {
  .promocionales .catalogo {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .promocionales .catalogo {
    width: 100%;
  }
}
.formulario-contacto {
  margin: 50px auto 50px auto;
}

.formulario-contacto form input[type="text"], .formulario-contacto form input[type="email"], .formulario-contacto form input[type="email"], .formulario-contacto form textarea {
  width: 100%;
  outline: 0;
  background-color: #f6f4f4;
  padding: 5px;
  margin-bottom: 20px;
  list-style: none;
  -webkit-appearance: textfield;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #797979;
  border-radius: 0px;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
}

.phone-contact {
  font-size: 18px;
  font-weight: bold;
}

.formulario-contacto form textarea:focus {
  box-shadow: none;
}

.formulario-contacto .mensaje-text {
  height: 100px;
  position: relative;
  width: 100%;
}

.formulario-contacto .camp-men {
  height: 100px;
}

.formulario-contacto .labelform {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #510d3c;
  font-size: 17px;
  text-align: left;
}

.formulario-contacto form input[type="submit"] {
  color: #FFFFFF;
  background-color: #8d35b0;
  font-size: 18px;
  padding: 10px 42px;
  position: relative;
  font-weight: bold;
  margin-top: 10px;
  border: 0px;
}

.formulario-contacto .enviar {
  float: right;
}

.form-group .error {
  color: #892541;
}

.seccion .fond-contac {
  background-color: #f8f8f8;
}

.nopadding {
  padding: 0px !important;
}

.datos-contacto {
  border-bottom: none;
  font-size: 15px;
  text-align: center;
  min-height: 380px;
  max-width: 1024px;
  float: left;
}

.info-contacto {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.info-contacto h4 {
  color: #892541;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.info-contacto .info-detalle {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
}
.info-contacto .info-detalle.domicilio {
  max-width: 60%;
}
.info-contacto .info-detalle.email {
  color: #892541;
  margin-top: 20px;
  margin-bottom: 25px;
}

.datos-contacto .mapa {
  float: left;
}

.btn-modal {
  background: #8d35b0;
  padding: 10px 15px;
}
.btn-modal .fa {
  margin-right: 5px;
}

.acceptalert {
  background: #797979;
  color: #FFFFFF;
}

.modal-body .alert-success {
  margin-top: 15px;
  border-color: #FFFFFF;
}

.contenedor-contacto {
  display: inline-block;
  margin-bottom: 40px;
  max-width: 780px;
  position: relative;
  width: 100%;
}

.mapa {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 200px;
}

.paginador {
  padding: 0px 15px;
}

.mapsection {
  display: inline-block;
  margin-bottom: -5px;
  min-height: 380px;
  overflow: hidden;
  width: 100%;
}
.mapsection .contmapimg {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 20px;
  border: 2px solid red;
  max-width: 10px;
}
.mapsection .mapmobile {
  float: left;
  position: relative;
  width: 100%;
  min-height: 30px;
}
.mapsection #infoWindow {
  min-height: 20px;
  position: relative;
  width: 480px;
  display: inline-block;
  text-align: center;
}
.mapsection #infoWindow .infoImg {
  width: 30%;
  display: inline-block;
  float: left;
  padding: 7px;
}
.mapsection #infoWindow .infomap {
  width: 70%;
  display: inline-block;
  float: left;
  min-height: 20px;
  text-align: left;
  color: #272727;
  padding: 5px;
}
.mapsection #infoWindow .infomap .maps-tit {
  display: none;
  color: #272727;
  font-size: 17px;
  margin-top: 0px;
  min-height: 2px;
  text-transform: uppercase;
  width: 100%;
}
.mapsection #infoWindow .infomap .maps-dir, .mapsection #infoWindow .infomap .maps-mail, .mapsection #infoWindow .infomap .maps-phone {
  color: #272727;
  font-size: 13px;
  margin-top: 5px;
  min-height: 20px;
  width: 100%;
}
.mapsection #infoWindow .infomap .maps-dir span, .mapsection #infoWindow .infomap .maps-mail span, .mapsection #infoWindow .infomap .maps-phone span {
  color: #8d35b0;
}
.mapsection #infoWindow .infomap .maps-dir a, .mapsection #infoWindow .infomap .maps-mail a, .mapsection #infoWindow .infomap .maps-phone a {
  color: #272727;
}
.mapsection #infoWindow .infomap .maps-dir a:hover, .mapsection #infoWindow .infomap .maps-mail a:hover, .mapsection #infoWindow .infomap .maps-phone a:hover {
  color: #272727;
  text-decoration: none;
}
.mapsection #infoWindow .infomap .txtvergmap {
  background: #8d35b0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  margin: 3px;
  text-transform: uppercase;
  width: auto;
}

.contacto-dir-txt {
  padding: 35px 0px;
  background-color: #272727;
  display: inline-block;
  width: 100%;
}
.contacto-dir-txt.white-block {
  background-color: #FFFFFF;
}

article.address {
  max-width: 80%;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 2px;
}
article.address span {
  font-weight: bold;
}

@media screen and (max-width: 998px) {
  .formulario-contacto {
    width: 100%;
  }

  .formulario-contacto form input[type="submit"] {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .datos-contacto {
    width: 100%;
  }

  .formulario-contacto .labelform {
    text-align: left;
    padding: 0px;
  }
}
@media screen and (max-width: 500px) {
  /* .contenedor-contacto .datos-contacto{
   float: right;
   padding: 0px;
   }  */
}
@media screen and (max-width: 420px) {
  /* .contenedor-contacto  .datos-contacto{
  padding: 0px;
  width: 100%;
  } */
}
/* ==|====================
   Layout/Footer
   ======================= */
footer {
  background-color: #272727;
  min-height: 25px;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
footer .patron {
  height: 7px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: repeat;
  background-image: url(../img/patron.jpg);
  background-position: center top;
}
footer .main-container.alter-padings {
  margin-top: 50px;
  margin-bottom: 20px;
}
footer .derecho {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: left;
}
footer .aviso {
  display: inline-block;
  float: right;
  font-size: 11px;
  text-align: right;
  text-transform: lowercase;
  width: 50%;
}
footer .aviso a {
  color: #FFFFFF;
}
footer .aviso a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer .menu-footer {
  text-align: left;
  width: auto;
  float: left;
  display: block;
  position: relative;
  clear: both;
  text-transform: uppercase;
}
footer .menu-footer .color {
  width: 7px;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  float: left;
}
footer .menu-footer .text {
  margin-left: 7px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
  float: left;
  padding: 5px 7px;
}
footer .politics {
  display: inline-block;
  position: relative;
}
footer .politics .menu-terms {
  text-transform: uppercase;
  text-align: left;
  width: auto;
  float: left;
  display: block;
  position: relative;
  clear: both;
  color: #676666;
}
footer .politics .menu-terms:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer .banda {
  width: 100%;
  background-color: #8d35b0;
  padding: 10px 0px 24px 0;
  display: inline-block;
  position: relative;
}
footer .banda .politics {
  color: #FFFFFF;
  text-align: left;
}
footer .banda .redesofi {
  width: 100%;
  height: auto;
  padding: 0px 0px;
}
footer .banda .redesofi .tel {
  color: #FFFFFF;
  display: inline-block;
  height: 34px;
  margin: 0px 5px;
  padding-top: 2px;
  position: relative;
  text-align: right;
  font-weight: bold;
}
footer .banda .redesofi .item_redes {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  width: 34px;
}

/* Media Queries */
/* ==|====================
   Layout/Media Queries
   ======================= */

/*# sourceMappingURL=style.css.map */
/********** formulario de contacto zopim*****/

.form-contacto{
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-contacto .col {
    width: 49%;
}
.col input {
    width: 100%!important;
    margin: 8px 0!important;
    border: 1.5px solid #797979!important;
    border-radius: .3rem!important;
}
.col input::-webkit-input-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col input::-moz-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col input:-ms-input-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col input:-moz-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col textarea::-webkit-input-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col textarea::-moz-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col textarea:-ms-input-placeholder{
  font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0;
}
.col textarea:-moz-placeholder{
   font-weight: 100;
  font-size:1rem;
  letter-spacing: 1px;
  color:#8d35b0; 
}
.col textarea{
    min-height: 151px;
    margin: 8px 0!important;
}
.formulario-contacto form input[type="submit"]{
  color: #FFFFFF!important;
  background-color: #8d35b0;
  border: 1px solid #8d35b0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: lighter!important;
  padding: 10px 25px!important;
}
.formulario-contacto form input[type="submit"]:hover{
  color:#8d35b0!important;
  background-color: #fff!important;
}
