@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
/* @font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'icomoon';
  src: url('../../common/fonts/icomoon.eot?e6dl98');
  src: url('../../common/fonts/icomoon.eot?e6dl98#iefix') format('embedded-opentype'), url('../../common/fonts/icomoon.ttf?e6dl98') format('truetype'), url('../../common/fonts/icomoon.woff?e6dl98') format('woff'), url('../../common/fonts/icomoon.svg?e6dl98#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

option {
  color: #fff;
  background-color: #666;
}

label {
  display: inline-block;
  margin-bottom: 0rem;
}

a {
  color: #de0101;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.icon-icon_d_buscar:before {
  font-size: 22px;
  content: "\e900";
}

.icon-icon_d_cat:before {
  font-size: 22px;
  content: "\e901";
}

.icon-icon_d_ecom:before {
  font-size: 22px;
  content: "\e902";
}

.icon-icon_d_idioma:before {
  font-size: 22px;
  content: "\e903";
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

label {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500
}

.h6, h6 {
  font-size: 1.3rem;
}

ul.dacomsa-list {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

/*ul.dacomsa-list li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #de0101;
}*/

ul.dacomsa-list.list-none li:before {
  content: '';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #de0101;
}

ul.dacomsa-list li:nth-child(-2n+5) {
  /*  background-color: #e1e1e1;*/
}

ul.dacomsa-list li {
  padding: 3px 5px;
  padding-left: 5px
}

.dacomsa-titles {
  font-size: 1rem;
  color: #de0101;
  font-weight: 600;
  text-transform: uppercase
}

.dacomsa-subtitles {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.btn {
  border-radius: 0rem;
}

.btn-buscar {
  height: 32px;
  padding: 0px 10px;
  border-radius: 0;
  background-color: #000;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 12px;
}

.productos-resultados-list {
  list-style: none;
  padding-left: 0;
}

.btn-danger {
  color: #fff;
  background-color: #de0101;
  border-color: #dc3545;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.book-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300
}

.book-book {
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  background-color: #f1edee;
}

.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.top-barra {
  background-color: #666666;
  height: 60px;
  width: 100%;
  color: #ffffff;
}

.color-white {
  color: #ffffff !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #de0101;
}

.red-color {
  color: #de0101;
}

.bg-blue-color {
  background-color: #016db6 !important;
}

/* Carousel base class */

.carousel {}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #de0101;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.form-box {
  background-color: rgba(255, 255, 255, 0.76);
  position: absolute;
  bottom: 0;
  z-index: 99;
  padding-left: 0;
  padding-right: 0;
}

.catalogo-form {
  padding: 15px 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1px .75rem;
  font-size: 12px;
  line-height: .8;
  color: #fff;
  background-color: #666;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 24px !important;
  text-transform: uppercase;
  margin: 3px 0;
}

.sistemas-box {
  position: absolute;
  bottom: 190px;
  width: 100%;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 9;
}

/* Video wrap */

.bv-video-wrap {
  width: 100%;
  height: 450px !important;
  /* Please note this is only required if you with to add the
  '.bv-video-wrap--ready' class on the 'onReady' event */
  display: none;
}

.bv-video-wrap--ready {
  display: table-cell;
  position: relative;
}

.bv-video-wrap::before {
  /* Optional overlay */
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

/* Video object */

.bv-video {
  width: 100%;
  height: 35%;
}

.etiqueta-parallax {
  position: absolute;
  /* top: calc(50% - 65px); */
  z-index: 99;
  left: calc(50% - 160px);
  /* bottom: 41px; */
  padding-top: 157px;
}

.navbar-light {
  color: #fff;
  background-color: #ccc6c6;
  border-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.navbar-light .navbar-nav>li>a {
  color: #fff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
  color: #fff;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover, .megamenu .card:focus {
  outline: 1px solid #000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover, .megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ffffff;
}

.megamenu.disabled>a, .megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
  color: #999999;
}

.megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.lista-mm {
  line-height: 15px;
  text-align: left;
  font-size: 14px;
}

.partes-megamenu-img {
  max-width: 100px;
}
.c-tren span img, .c-frenos span img, .c-motor span img {
  display: block;
}
@media (max-width: 768px) {

  .busqueda-btn-n {
    padding-top: 10px;
  }
  .js-site-search-input {
    height: 32px !important;
  }
  .buscador-home {
    padding-left: 2px;
    padding-right: 2px;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .search-navbar-btn {
    width: 100%;
  }
  /**/
  .btn {
    font-size: 11.5px;
    padding: 5px;
    width: 100%;
  }
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu>li {
    margin-bottom: 30px;
  }
  .megamenu>li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

footer {
  background-color: #222222;
  color: #ffffff;
  padding: 30px 0;
}

.nav-footer {
  color: #fff;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.nav-footer:hover {
  color: #de0101;
  text-decoration: none
}

.suscribete-input {
  font-size: 13px;
  line-height: .8;
  color: #fff;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  height: 29px !important;
}

.parallax {
  /* The image used */
  background-image: url("../../common/images/back-parallax.jpg");
  /* Set a specific height */
  height: 250px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  /* The image used */
  background-image: url("../../common/images/back-parallax.jpg");
  /* Set a specific height */
  height: 350px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sync1 .item {
  border-radius: 3px;
  text-align: left;
}

#sync2 .item {
  background: #C9C9C9;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {}

#sync2 .current .item .bg-slide {
  background-color: rgba(0, 0, 0, .0);
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
}

.bg-slide {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
}

.redes-sociales {
  display: inline-block;
  padding: .5rem 1rem.5rem 0rem;
}

.btn-group-sm>.btn, .btn-sm {
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 31px;
  height: 40px;
  background-color: #fff;
  padding: 5px !important;
  font-size: 18px;
  border-radius: 0;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(255, 255, 255, 0.76);
}

.owl-stage {
  padding-left: 0 !important
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 31px;
  height: 40px;
  background-color: #fff;
  padding: 5px !important;
  font-size: 18px;
  border-radius: 0;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span {
  background: #ffffff;
  padding-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
  margin: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.overlay-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

/* The only rule that matters */

#video-background {
  /*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.gray-color {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}

.gray-color:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}

.bg-light {
  background-color: #f4f4f4 !important;
}

.separador-top {
  padding: 10px 8px;
}

.height-vh {
  height: calc(100vh - 130px);
}

.carousel-item>img {
  height: 150%;
}

.sistemas-box-single {
  width: 85px;
  height: 90px;
  display: inline-block;
}

.bg-motor {
  background-color: rgba(0, 153, 153, .8);
}

.bg-frenos {
  background-color: rgba(0, 102, 204, .8);
}

.bg-tren {
  background-color: rgba(4, 28, 44, .8);
}

.c-motor {
  color: rgba(0, 153, 153, 1);
}

.c-frenos {
  color: rgba(0, 102, 204, 1);
}

.c-tren {
  color: rgba(4, 28, 44, 1);
}

.bg-latest {
  background-color: #eeeeef
}

.bg-white {
  background-color: #ffffff
}

.sistemas-title {
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  /* margin-top: 50%; */
  top: 43%;
  padding: 0 10px;
  position: relative;
  text-align: left;
}

.sistemas-subtitle {
  text-align: left;
  position: absolute;
  font-size: 13px;
  color: #fff;
  top: 61px;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 14px;
}

.border-right-latest div {
  border-right: 0px solid #e1e1e1;
}

.border-right-latest div:last-child {
  border-right: 0px solid #e1e1e1;
}

/* Make the container relative */

.swap-on-hover {
  position: relative;
  margin: 0 auto;
  height: 50px;
}

/* Select the image and make it absolute to the container */

.swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Sets the width and height for the images*/
}

/*
	We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect.
*/

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */

.swap-on-hover:hover>.swap-on-hover__front-image {
  opacity: 0;
}

.top-barra ul .nav-item {
  display: inline-block;
  padding: 0 4px;
}

.fa-2x {
  font-size: 1.5em;
}

.top-barra ul.navbar-nav {
  display: inline-block;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #de0101;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 0;
}

#myBtn:hover {
  background-color: #555;
}

.modal-btn {
  display: block;
  width: 100%;
  height: calc(3.25rem + 2px) !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-bg-red {
  background-color: #de0101 !important;
  border-color: #de0101 !important;
}

.modal-content {
  background-color: rgba(255, 255, 255, .9);
}

/* .svg-btns {
  vertical-align: middle;
  height: 25px;
  fill: white;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

*/

.navbar-expand-md .navbar-nav .nav-item a:hover {
  color: #de0101 !important;
  text-decoration: none;
}

/* estilos barra lateral paginas secundarias */

.list-group-item {
  position: relative;
  display: block;
  padding: .55rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.latInfoNav {
  background-color: #dadde2;
  text-align: left;
  display: block;
}

.latInfoImg {
  padding-bottom: 20px;
}

.navLat {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 17%;
  padding-right: 15%;
  height: 20px;
  width: 100%;
  font-size: 75%;
}

.slctLat {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  padding-left: 17%;
  padding-right: 15%;
  height: 20px;
  width: 100%;
  font-size: 75%;
  margin-left: 55px;
  margin-left: 35px;
  background-color: dodgerblue;
  display: inline-block;
}

.slctCtrl {
  display: block;
  width: 100%;
  padding: 1px .75rem;
  font-size: 14px;
  line-height: .8;
  color: #fff;
  background-color: #1c6ce8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 24px !important;
  text-transform: uppercase;
  margin: 0px 0;
}

.catTitle {
  padding-left: 12%;
  padding-left: 12%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 75%;
  color: #FFFFFF;
}

.side-marca-title {
  padding-left: 12%;
  margin-right: 10px;
}

.nav-link-marcas {
  display: block;
  padding: .5rem 1rem;
  color: white;
  opacity: 0.6;
  text-align: center;
}

.latInfoCat>.list-group>.list-group-item:hover {
  background-color: rgba(255, 255, 255, .5)
}

.latInfoCat {
  width: 100%;
}

.bg-marcas {
  position: relative
}

.bg-marca-banner-main:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 60px;
  background-color: #fff;
  bottom: -33px;
  left: -2px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 999;
}

.bg-generico-banner-main:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 60px;
  background-color: #fff;
  bottom: -33px;
  left: -2px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 999;
}

.mCont {
  margin-left: 25px;
  margin-right: 25px;
}

/*the container must be positioned relative:*/

.cust-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.btnBusCat {
  text-align: right;
  margin-left: 50px;
}

.btnBusCatbtn {
  text-align: right;
  margin-left: 45px;
  background-color: #004bc0;
  color: #FFF;
}

.ahoverLat:hover {
  background-color: dodgerblue;
  text-decoration: none;
  color: #FFF;
}

.list-group-item:hover {
  background-color: #007bff;
  color: #fff;
}

/* estilos barra lateral paginas secundarias */

/* estilos para productos de marcas */

.title-marcas-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.subtitle-marcas-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: .8rem;
}

#portfolio {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tile:hover {}

.scale-anm {
  transform: scale(1);
  border: 1px solid #eeeeef;
  border-radius: .25rem;
  padding: 15px 0px;
  text-align: center;
  margin-bottom: 20px;
}

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

/* estilos para productos de marcas */

.facebook {
  background-color: #3b5998;
  color: white;
  border: 0
}

.twitter {
  background-color: #0084b4;
  color: white;
  border: 0
}

.youtube {
  background-color: #c4302b;
  color: white;
  border: 0
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  background-color: white;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  background-color: white;
  color: #333;
}

/* termina estilos para productos de marcas */

.nav {
  display: inline-block;
}

.nav-fill .nav-item {
  text-align: left;
}

.bg-main-img-box {
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  right: inherit;
  top: inherit;
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  bottom: 0;
}

.bg-generico-banner-main {
  background-image: url("../../common/images/slide5.jpg");
  background-position: center center;
  background-size: cover;
  height: 250px;
  width: 100%
}

.generico .form-control {
  height: calc(2.25rem + 2px) !important;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: .8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.latInfoCat-generico {
  background-color: #dadde2;
  text-align: left;
  padding: 20px 0px;
}

.latInfoCat-generico ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.latInfoCat-generico :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.latInfoCat-generico ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.divider-modern {
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #ebebeb;
  margin-top: 30px;
}

.divider-modern::after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 2px;
  background: #de0101;
}

.divider-modern+p {
  margin-top: 25px;
}

.text-initial-letter {
  font-size: 20px;
  line-height: 1.2;
}

/*Card-noborders*/

.card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding-top: 15px;
}

.card-no-border .sidebar-footer {
  background: #f2f6f8;
}

.card-no-border .sidebar-nav>ul>li>a.active {
  background: #ffffff;
}

.card-no-border .shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-outline-danger, .card-outline-info, .card-outline-warning, .card-outline-success, .card-outline-primary {
  background: #ffffff;
}

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}

.card .card-header {
  background: #ffffff;
  border-bottom: 0px;
}

/*Blog widgets*/

.blog-widget {
  margin-top: 30px;
}

.blog-widget .blog-image div {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.blog-widget .destacados .blog-image img {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  height: 120px;
  width: 100%;
}

/* Estilos detalle de busqueda */

.product-gallery {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
}

.product-gallery .gallery-item {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-bottom: 0;
}

.product-gallery .gallery-item>a {
  display: none;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  text-decoration: none;
}

.product-gallery .gallery-item>a::before {
  display: none !important;
}

.product-gallery .gallery-item>a::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: static;
  top: 0;
  margin-top: 0;
  margin-left: 11px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
  color: #606975;
  font-size: 20px;
  line-height: 40px;
  content: '\f002';
  opacity: 1;
}

.product-gallery .gallery-item>a:hover {
  background-color: #f5f5f5;
}

.product-gallery .gallery-item.active>a {
  display: block;
}

.product-gallery .product-badge {
  top: 25px;
  left: 15px;
}

.product-gallery .product-thumbnails {
  display: block;
  margin: 0;
  margin-top: 24px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-gallery .product-thumbnails>li {
  display: inline-block;
  margin: 0 3px 10px;
}

.product-gallery .product-thumbnails>li>a {
  display: block;
  width: 94px;
  transition: border-color .25s;
  border: 1px solid #e1e7ec;
  border-radius: 5px;
  overflow: hidden;
}

.product-gallery .product-thumbnails>li>a>img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.product-gallery .product-thumbnails>li.active>a {
  border-color: #0da9ef;
  cursor: default;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-gallery .gallery-item {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .product-gallery .gallery-item {
    display: none !important;
  }
}

.product-gallery .product-badge {
  top: 25px;
  left: 15px;
}

.product-badge {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gallery-item>a {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 7px;
  text-decoration: none;
  overflow: hidden;
}

.rating-stars {
  display: inline-block;
}

.entry-share span, .entry-share .share-links {
  display: inline-block;
  vertical-align: middle;
}

.entry-share .social-button {
  margin-right: 0;
  margin-left: 8px;
}

.social-button.shape-circle {
  border-radius: 50%;
}

.social-button.shape-circle, .social-button.shape-rounded, .social-button.shape-square {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border: 1px solid #e1e7ec;
  line-height: 35px;
  text-align: center;
}

.social-button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
  margin-bottom: 5px;
  transition: color .3s;
  color: #606975;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
}

.tab-content>.tab-pane {
  padding: 15px;
}

.navbar-nav {}

.megamenu {
  padding: 0px 0px;
  width: 100%;
}

.lista-mm {
  line-height: 15px;
  text-align: left;
  font-size: 11px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.menu-idioma {
  z-index: 99999;
  /* right: 0; */
  /* float: right; */
  width: 100px;
  left: inherit;
  right: 0;
  min-width: 5rem;
}

.item-idioma {
  padding: .2rem 1rem;
  font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #de0101;
}

.dropdown-item:hover, dropdown-item:focus {
  background-color: transparent
}

.footer-legales a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.footer-legales a:hover {
  color: #de0101;
  text-decoration: none;
}

.title-block-text {
  display: block;
  display: -webkit-box;
  height: 2.4em;
  margin: 0 auto;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subtitle-block-text {
  display: block;
  display: -webkit-box;
  height: 3.4em;
  margin: 0 auto;
  line-height: 1.2em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .1rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #eeeeef;
  border-radius: .25rem;
  font-size: 11px;
  font-weight: 500;
  color: #de0101;
}

.breadcrumb a {
  color: #de0101;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #999;
  content: "/";
}

.resultados-refinar .form-control {
  color: #333;
  background-color: #fff;
  margin: 3px 0;
}

.resultados-refinar .form-control option {
  color: #333;
  background-color: #fff;
}

.resultados-refinar .form-group {
  margin-bottom: 0rem;
}

ul.pagination {
  margin-bottom: 0;
}

.page-link {
  color: #de0101;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #de0101;
  background-color: #fff;
  border-color: #fff #fff #fff;
  /* border: 1px solid transparent; */
  /* border-top-left-radius: .25rem; */
  /* border-top-right-radius: .25rem; */
  border-bottom: 3px solid #de0101;
  /* border: 0px solid transparent; */
  font-size: 16px;
  font-weight: bold;
}

.nav-tabs .nav-link:hover {
  color: #de0101;
  background-color: #fff;
  border-color: #fff #fff #fff;
  /* border: 1px solid transparent; */
  /* border-top-left-radius: .25rem; */
  /* border-top-right-radius: .25rem; */
  border-bottom: 3px solid #de0101;
  /* border: 0px solid transparent; */
}

.nav-tabs .nav-link {
  font-size: 16px;
  color: #999;
}

.table td, .table th {
  border-top: 0px solid #dee2e6;
}

.busqueda-select {
  background-color: #de0101 !important;
  border: 1px solid #de0101 !important;
  font-weight: bold;
}

.busqueda-select option {
  background-color: #de0101 !important;
  border: 1px solid #fff !important;
  color: #fff
}

.form-control.busqueda-select:focus {
  color: #fff;
  border-radius: 0px;
  border-color: #de0101;
  box-shadow: #de0101;
  background-clip: none;
}

.tabs-detalle .nav {
  display: inline-flex;
}

.form-check-label {
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 10px;
}

.form-check-inline {
  margin-right: 0rem;
}

/* estilos para ratings */

.rating-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px 15px 20px 15px;
  border-radius: 3px;
}

.review-block {
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.review-block-name {
  font-size: 12px;
  margin: 10px 0;
}

.review-block-date {
  font-size: 12px;
}

.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}

.review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-block-description {
  font-size: 13px;
}

/*-----------------------------------------------------------
    Pagination
----------------------------------------------------------*/

.pagination {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #777777 !important;
  background-color: #f5f5f5 !important;
  border-color: #eaeaea !important;
}

.pagination>li>a, .pagination>li>span {
  color: #777777 !important;
  border: 1px solid #eaeaea !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  color: #fff !important;
  background-color: #c9201d !important;
  border-color: #c9201d !important;
}

.pager li>a, .pager li>span {
  border: 1px solid #eaeaea !important;
}

.pager li>a:hover, .pager li>a:focus {
  background-color: #f5f5f5 !important;
}

.pager.primary li>a, .pager.primary li>span {
  border: 1px solid #c9201d !important;
  color: #ffffff !important;
  background-color: #c9201d !important;
}

.pager.primary li>a:hover, .pager.primary li>a:focus {
  background-color: rgba(0, 131, 122, 1.0) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  outline: none;
  background-color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, transparent)) !important;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%) !important;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%) !important;
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%) !important;
  background: -o-linear-gradient(top, #fff 0%, #fff 100%) !important;
  background: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
  box-shadow: inset 0 0 3px #fff !important;
  border: 1px solid #eaeaea !important;
}

.menu-main-search {
  width: 70% !important;
}

.pagination {
  display: inline-block;
  border: 0px solid #cccccc;
}

/* Empiezan estilos responsivos
 */

@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .menu-main-search {
    width: 30% !important;
  }
  .card-no-border .card {
    padding-top: 5px;
  }
  .navbar-nav .dropdown-menu {
    position: inherit;
  }
  .megamenu {
    padding: 20px 20px;
    width: 100%;
  }
  .lista-mm {
    line-height: 15px;
    text-align: left;
    font-size: 14px;
  }
  .navbar-nav {
    z-index: inherit;
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-link-marcas {
    display: block;
    padding: .5rem .5rem;
    color: white;
    opacity: 0.6;
    font-size: 10px;
    /* text-transform: capitalize; */
  }
  .title-marcas-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
  .subtitle-marcas-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
  }
  .bg-main-img-box {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 250px;
    padding: 10px 15px;
  }
  .top-barra ul .nav-item {
    display: inherit;
    padding: 0 2px;
  }
  .top-barra ul.navbar-nav {
    display: inherit;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 1px .75rem;
    font-size: 14px;
    line-height: .8;
    color: #fff;
    background-color: #666;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 32px !important;
    text-transform: uppercase;
    margin: 0px 0;
  }
  .border-right-latest div {
    border-right: 1px solid #e1e1e1;
  }
  .border-right-latest div:last-child {
    border-right: 0px solid #e1e1e1;
  }
  .sistemas-box-single {
    width: 192px;
    height: 153px;
    display: inline-block;
  }
  .sistemas-title {
    width: 100%;
    font-size: 17px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    /* margin-top: 50%; */
    top: 43%;
    padding: 0 20px;
    position: relative;
    text-align: left;
  }
  .sistemas-subtitle {
    text-align: left;
    position: absolute;
    font-size: 25px;
    color: #fff;
    top: 94px;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
  }
  .sistemas-box {
    position: absolute;
    bottom: 220px;
    width: 100%;
  }
  .swap-on-hover {
    position: relative;
    margin: 0 auto;
    height: 54px;
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 42px);
    width: 31px;
    height: 40px;
    background-color: #fff;
    padding: 5px !important;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
  }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: -30px;
    width: 31px;
    height: 40px;
    background-color: #fff;
    padding: 5px !important;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
  }
  .form-control {
    padding: 1px .35rem;
    line-height: 1.2;
    font-size: 11px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: calc(50% - 115px);
  }
  .nav-footer {
    font-size: 13px;
  }
  .email-footer {
    font-size: 10px;
  }
  .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 11px;
  }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 13px;
  }
  .nav-footer {
    font-size: 15px;
  }
  .email-footer {
    font-size: 13px;
  }
  .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
  }
  .form-check-label {
    margin-right: 0px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .divider-modern+p {
    margin-top: 35px;
  }
  .title-marcas-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    margin-bottom: 10px;
  }
  .subtitle-marcas-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
  }
  .nav-link-marcas {
    font-size: 12px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .form-control {
    padding: 1px .15rem;
    font-size: 13px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: calc(50% - 42px);
  }
  /* .nav-footer {
    font-size: inherit;
  }
  .email-footer {
    font-size: inherit;
  }*/
}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .nav-link-marcas {
    font-size: 13px;
    padding: .5rem 1rem;
  }
  .title-marcas-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
  }
}

/* // Para hacer responsivo los iframes */

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

/* para hacer responsivos los videos */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-generico-banner-main-contacto:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 60px;
  background-color: #fff;
  bottom: -33px;
  left: -2px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 999;
}

.bg-generico-banner-main-capacitacion:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 60px;
  background-color: #fff;
  bottom: -33px;
  left: -2px;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 999;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  margin-top: 0px !important;
}

.mt-component {
  padding: 0px 15px 0 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
  color: #ffffff;
  background-color: #c9201d;
  border: 1px solid #c9201d;
  border-bottom-color: transparent;
}

.nav-tabs>li.active>a i, .nav-tabs>li.active>a:hover i, .nav-tabs>li.active>a:focus i, .nav-tabs>li>a:hover i {
  color: #ffffff;
}

#main-menu-wrapper li.active {
  background-color: rgba(33, 33, 33, 0.1);
  border-left: 4px solid #c9201d;
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.red-color {
  color: #c9201d !important
}

section .content-body.dash {
  padding: 5px 20px 5px 20px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-top: 0px;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}

.panel-default [data-toggle="collapse"], .panel-default [data-toggle="collapse"] i {
  background-color: #c9201d;
  color: #ffffff;
}

.panel-default .collapsed, .panel-default .collapsed i {
  background-color: inherit;
  color: inherit;
}

.float-right {
  float: right;
}

.summary-box {
  background-color: rgba(33, 33, 33, 0.1);
  color: #333;
  padding: 15px;
}

.summary-box address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.42857143;
  font-size: 12px;
}

.table.summary-table>tbody>tr>td {
  vertical-align: middle;
  font-size: 12px;
  padding: 5px;
}

.font-bold {
  font-weight: bold;
}

.invoice-title h2 {
  display: block;
  color: #c9201d;
  height: 50px;
  line-height: 58px;
  height: 65px;
  margin: 0px;
  background-color: #e8e8e8;
}

#example-1_length {
  padding-right: 20px;
}

.loginpage {
  padding: 0 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .loginpage {
    padding: 0 90px;
  }
}

@media (max-width: 992px) {
  .loginpage {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .loginpage {
    padding: 0 30px;
  }
  #video-background {
    position: relative;
  }
  /**/
  #overlay {
    overflow-x: hidden;
  }
}

.bg-color {
  background-color: #c9201d !important;
}

.loginpage h1 a {}

.loginpage form {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  background-color: transparent;
}

.loginpage form .forgetmenot {
  width: 100%;
  display: block;
  margin: 12px 0 11px 0!important;
  font-weight: 400;
  float: left;
  margin-bottom: 0px;
}

.loginpage form p.submit {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.loginpage label {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  /* text-shadow: 1px 1px 1px rgba(200,200,200,.1); */
  font-weight: 500;
}

.loginpage form .input, .loginpage input[type=text] {
  font-size: 19px;
  width: 100%;
  padding: 9px;
  line-height: 25px;
  margin: 5px 0 15px 0;
  border: 1px solid transparent !important;
}

.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
  color: #E91E63
  /*#E91E63*/
  ;
  background: #fbfbfb;
}

.loginpage #nav a, .loginpage a {
  color: rgba(255, 255, 255, 1)
  /*#ffffff*/
  ;
  font-size: 15px;
  color: #666;
}

.loginpage #nav a:hover, .loginpage a:hover, .loginpage #nav a:active, .loginpage a:active {
  color: rgba(255, 255, 255, 1)
  /*#ffffff*/
  ;
}

.loginpage, .loginpage form label, .loginpage form, .loginpage .message {
  color: #333
  /*#ffffff*/
  ;
}

.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
  background-color: rgba(255, 255, 255, 0.6)
  /*#ffffff*/
  ;
}

.loginpage form .input:hover, .loginpage form input[type=checkbox]:hover, .loginpage input[type=text]:hover, .loginpage form .input:focus, .loginpage form input[type=checkbox]:focus, .loginpage input[type=text]:focus {
  background-color: rgba(255, 255, 255, 0.8)
  /*#ffffff*/
  ;
}

.loginpage #login_error, .loginpage .message {
  background-color: rgba(255, 255, 255, 0.6)
  /*#ffffff*/
  ;
}

.loginpage .message, .loginpage .message a, .loginpage #login_error, .loginpage #login_error a {
  color: #E91E63
  /*#E91E63*/
  ;
}

.register-social {
  margin: 30px 0;
}

.register-social a {
  margin: 5px 5px 5px 5px;
}

body.login_page {
  background-image: url('../../common/images/login-bg.png');
  background-attachment: fixed;
  /*height: 100%;*/
  /*max-height: 100%;*/
  min-height: 100%;
  /*overflow: hidden;*/
  width: 100%;
}

body.lockscreen {
  background-color: #eeeeee;
  background-image: none;
}

.register-wrapper {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 100px;
}

#register {
  padding-bottom: 100px;
}

.login-wrapper {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 900px) and (orientation: landscape) {
  .height-vh {
    height: inherit;
  }
}

@media (max-width: 767px) {
  .top-barra ul .nav-item {
    padding: 0 1px;
  }
  .page-topbar .logo-area, .page-topbar.sidebar_shift .logo-area {
    width: 60px;
  }
}

.dcs label {
  padding: 3px 0;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

[data-toggle="collapse"] .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

/*.js-facet-list li {
display: none;
list-style: none;
}*/

#less {
  display: none
}

.accordionBoton {
  white-space: normal;
}

.card-header h5 button {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
}

.product-carousel img {
  max-width: 100%;
  max-height: 100%;
}

.nav-link color-white {
  font-weight: 600;
}

ul.socials i {
  margin-top: 10px
}

.btn-group {
  overflow-x: auto;
}

.filtro {
  background: #6c757d;
  padding: 15px;
  margin: 10px 0px;
  display: inline-flex;
  width: 100%;
}

.filtro .btn {
  white-space: normal;
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .filtro {
    display: block;
  }
  .btn-group {
    overflow: auto;
  }
  .btn-group .btn {
    width: auto;
  }
  .filter {
    margin-bottom: 5px
  }
}

/**/

@media screen and (min-width:320px) and (max-width:375px) {
  .catalogo-form a.bg-frenos {
    background-color: rgba(0, 102, 204, .8);
    padding: 5px 0px;
  }
}

/**/

@media screen and (min-width:320px) and (max-width:992px) {
  .bg-marca-banner-main:after {
    height: 43px;
  }
  .form-row label {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  /* añadir a style-dacomsa.css */
  .pagination-bar .pagination, .pagination-bar button {
    margin-top: 0px;
    width: 100%;
  }
}

.embed-responsive-videos {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  height: inherit !important;
}

/**/

.bg-marca-banner-main-marcas {
  background-image: url(../../common/images/header_marcas.jpg);
  background-position: center center;
  background-size: cover;
  height: 250px;
  width: 100%;
}

/**/

@media screen and (min-width: 560px) and (orientation: portrait)  {
  .carousel-item>img {
    height: inherit;
}
}

div.container{
padding-top:5px;
}
div.container div.row{
padding-bottom:20px;
}

.tira-frenos{
  max-width: 70%;
  height: auto;
}