/*Gen*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* FONT-SIZE */
.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-green {
  color: #00ee81;
}

.text-black {
  color: #282828;
}

.text-lightgray {
  color: #d6d6d6;
}

.text-mediumgray {
  color: #8d8d8d;
}

.text-white {
  color: white;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-decoration-line {
  text-decoration: line-through;
}

.text-blue {
  color: #0096ff;
}

.text-red {
  color: #d0000e;
}

.lh-x6 {
  line-height: 1.6;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

html, body {
  background: #f0f0f0;
  color: #282828;
  font-family: 'Montserrat', sans-serif;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.content {
  margin: 58px 0 100px;
}

.btn {
  border-radius: 5px;
}

.btn:hover {
  opacity: .7;
  color: initial;
}

.btn-prim {
  color: #fff;
  background: #da005f;
  margin: 0 10px;
}

.btn-filter-active {
  opacity: .7;
  color: initial;
}

.btn-sec {
  color: #000;
  background: #00ffe4;
}

a,
a i:before {
  text-decoration: none !important;
}

/*Header*/
.head1 {
  background: #d0000e;
}

.head1 h1 {
  background: url(/images/logo.png) no-repeat;
  display: inline-block;
  width: 224px;
  height: 41px;
  margin: 34px 0;
  font-size: 0;
}

.head1 form {
  position: relative;
  margin: 30px 0;
}

.head1 form input,
.head1 form button {
  border: none;
  padding: 12px;
  display: inline-block;
  font-size: 15px;
  background: #fff;
  border-radius: 6px;
}

.head1 form input {
  width: 100%;
}

.head1 form button {
  border-left: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}

.head1 .contact {
  display: inline-block;
  color: #fff;
  margin: 21px 0;
}

.head1 .contact span {
  display: block;
  text-align: left;
  font-size: 13px;
}

.head2 {
  background: #282828;
}

.head2 .container > * {
  vertical-align: middle;
}

.head2 a {
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}

.head2 nav a {
  padding: 20px 5px;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
}

.head2 nav a:hover {
  background: #414141;
}

@media (min-width: 992px) {
  .head2 nav a {
    padding: 20px 0;
  }
}

.head2 i {
  vertical-align: middle;
  display: contents;
}

.head2 i:before {
  padding: 2px;
}

.head2 i.glyphicon-envelope:before {
  color: #00ff96;
  font-size: 16px;
  vertical-align: middle;
}

.head2 .btn-head {
  padding: 12px 0;
  text-align: right;
}

.head2 .carrito {
  text-align: right;
  padding: 18px 0;
}

.head2 .carrito a {
  font-size: 12px;
}

.head4 {
  background: #fff;
  text-align: center;
}

.head4 .carousel-inner > .item {
  padding: 20px 0;
}

.head4 .carousel-inner > .item > img, .head4 .carousel-inner > .item > a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

/*sidebar*/
.sidebar h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 3px;
  padding: 0 10px;
  max-width: 200px;
}

.sidebar h3 a {
  color: #282828;
}

.sidebar h3.especialesTitle a {
  color: #da005f;
}

.sidebar h3:first-child {
  margin-top: 0;
}

/* .sidebar > ul:nth-of-type(1){
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 10px 10px;
}
.sidebar > ul:nth-of-type(1) li{
  display: inline-block;
  padding: 0;
}
.sidebar > ul:nth-of-type(1) li:after{
  content: '|';
  padding: 0 5px;
}
.sidebar > ul:nth-of-type(1) li:last-child:after{
  content: '';
} */
.sidebar ul li {
  font-size: 11px;
  line-height: 22px;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar ul li.active,
.sidebar ul li:hover {
  background: #0ad6c0;
}

.sidebar ul li a {
  color: #282828;
  display: inline-block;
  /*width: 100%;*/
}

.sidebar ul li .subnav {
  background: #323232;
  color: #fff;
  top: 0;
  left: 98%;
  width: 100%;
  border-radius: 2px;
  display: none;
}

.sidebar ul li .subnav:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -9px;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #323232;
}

.sidebar ul li .subnav a {
  color: #fff;
}

.sidebar ul li:hover .subnav {
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.sidebar ul.colors {
  padding-left: 10px;
}

.sidebar ul.colors li {
  display: inline-block;
  padding: 0;
}

.sidebar ul.colors li:hover {
  background: none;
}

.sidebar ul.colors li:hover i {
  border: 1px solid #282828;
}

.sidebar ul li.subnav__father:after {
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  border-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 9px;
  content: "";
  right: 4px;
}

.colors i {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #fff;
}

.color1 {
  background-color: #000;
}

.color2 {
  background-color: #fff;
}

.color3 {
  background-color: #ff0000;
}

.color4 {
  background-color: #009cff;
}

.color5 {
  background-color: #ffde00;
}

.color6 {
  background-color: #349e0b;
}

/*breadcrumbs*/
ul.breadcrumbs {
  margin: 0 0 15px 0;
}

ul.breadcrumbs li,
ul.breadcrumbs li a {
  display: inline-block;
  color: #999;
  font-size: 14px;
}

ul.breadcrumbs li::after {
  content: '>';
  font-weight: bold;
}

ul.breadcrumbs li:first-child::after,
ul.breadcrumbs li:first-child a {
  color: #282828;
}

ul.breadcrumbs li:last-child::after {
  content: '';
}

/*Card*/
a.targetProd {
  padding-bottom: 15px;
  display: block;
  height: 100%;
}

.prodcard {
  background: #fff;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  text-align: right;
  border: 1px solid #e6e6e6;
}

.cardsDestacadas {
  margin-bottom: 20px;
}

.cardsDestacadas .prodcard {
  text-align: left;
}

.priceBefore,
.priceBefore,
.discount,
.price,
.description {
  font-weight: bold;
  display: block;
}

.discount,
.price {
  display: inline-block;
}

.priceBefore,
.description {
  font-size: 12px;
}

.description {
  color: #505050;
  font-size: 11px;
}

.priceBefore {
  text-decoration: line-through;
  display: inline-block;
  color: #b9b9b9;
}

.cardsDestacadas .priceBefore {
  font-size: 14px;
}

.discount {
  color: #00b29f;
  font-size: 13px;
}

.cardsDestacadas .discount {
  font-size: 14px;
  display: block;
}

.price {
  color: #282828;
  font-size: 18px;
}

.cardsDestacadas .price {
  font-size: 24px;
}

.description {
  font-weight: normal;
}

.cardsDestacadas .description {
  font-size: 15px;
}

.img-detail {
  max-width: 100%;
  max-height: 480px;
  margin: 0 auto;
  object-fit: contain;
}

.img-detail-thumbnail {
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
}

.w-18 {
  width: 18%;
}

.img-cart {
  width: 150px;
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
}

.gap-3 {
  gap: 1rem!important;
}

.imgcont {
  position: relative;
  text-align: center;
  /* height: 153px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%; */
}

.imgcont img {
  max-width: 100%;
  height: 153px;
  object-fit: cover;
}

.cardsDestacadas .imgcont img {
  max-height: 182px;
}

.description-cnt {
  padding-top: 6px;
}

.ads {
  position: absolute;
}

.ads.top {
  top: -10px;
}

.ads.left {
  left: -10px;
}

.ads.right {
  right: -10px;
}

.ads.bottom {
  bottom: 0;
}

.ad {
  display: block;
  font-weight: bold;
  font-size: 9px;
  padding: 5px 9px;
}

.ad1 {
  background: #da005f;
  color: #fff;
}

.ad2 {
  background: #00ffe4;
  color: #337ab7;
}

.ad3 {
  background: #05f391;
  color: #000;
}

.cardsDestacadas button {
  background: #00ffe4;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 0 0 0;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.responsive-flex-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .responsive-flex-between {
    flex-direction: row;
    justify-content: space-between;
  }
}

/*paginador*/
.paginador ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginador li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #282828;
  font-size: 16px;
  margin: 5px;
}

.paginador li a {
  color: #282828;
  padding: 5px;
}

.paginador li a:hover,
.paginador li a.active {
  color: #0ad6c0;
}

/*categorias*/
.cate {
  position: relative;
}

.cate img {
  width: 100%;
  border-radius: 5px;
}

.cate h3 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.4);
}

/*Novedades*/
.novedades a {
  color: #00ffe4;
  font-size: 13px;
}

/*banners*/
.banners {
  margin: 30px 0;
  text-align: center;
}

.banners img {
  width: 100%;
}

/*destacados*/
.destacados img {
  width: 100%;
}

.destacados .box {
  background: #fff;
  text-align: center;
}

.destacados > div > div > div img {
  border: 1px solid #e6e6e6;
}

.destacados h3 {
  color: #282828;
  font-size: 22px;
  margin: 12px 0;
}

.destacados a {
  color: #646464;
  font-size: 12px;
  margin: 12px 0;
  display: inline-block;
}

/*social*/
.social {
  margin: 30px 0;
}

.bgsocial {
  background: url(/images/bgsocial.png) no-repeat;
  text-align: right;
}

.bgsocial span {
  font-size: 20px;
  color: #fff;
}

.bgsocial a {
  display: inline-block;
  margin: 20px;
}

/*Info*/
.info {
  padding: 90px 0 160px;
}

.info > div {
  text-align: center;
}

.info h3 {
  color: #282828;
}

.info i {
  margin: 0 0 20px;
}

.info i,
.info span {
  display: block;
}

.info span {
  font-size: 13px;
  color: #646464;
}

.info a {
  color: #00c6ff;
}

.shadowBox {
  background: #fff;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
}

/*Detalle de producto*/
.detalle {
  background: #fff;
  font-size: 13px;
}

.detalle h2 {
  color: #fff;
  background: #282828;
  margin: 0;
  padding: 15px;
}

.detalle .wrap {
  padding: 15px;
}

.detalle .wrap > div {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.detalle .wrap > div:last-of-type {
  border: 0;
  padding: 0;
  margin: 0;
}

.detalle .wrap > div > span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.detalle .colors li {
  display: inline-block;
  height: 23px;
  width: 23px;
}

.detalle .wrap > div > span.price {
  font-size: 28px;
}

.detalle .wrap > div select:nth-of-type(1) {
  width: 100%;
}

.detalle .wrap > div select:nth-of-type(2) {
  margin-right: .95%;
}

.detalle .wrap > div select {
  display: inline-block;
  width: 49%;
  margin: 5px 0;
  border: 1px solid #ccc;
}

.detalle button {
  /*reset*/
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  width: calc(100% + 30px);
  background: #dadada;
  padding: 10px;
  margin: 0 -15px;
}

/*Footer*/
footer {
  background: #282828;
  color: #c8c8c8;
  padding: 60px 0;
  position: relative;
}

footer:before {
  content: '';
  background: url(/images/cucarda.png) no-repeat;
  background-size: cover;
  width: 144px;
  height: 143px;
  position: absolute;
  top: -70px;
  left: calc(50% - 70px);
}

footer p {
  font-size: 12px;
  color: #c8c8c8;
}

footer li {
  font-size: 16px;
}

footer a {
  display: block;
  margin: 15px 0;
  color: #c8c8c8;
}

footer span {
  font-size: 13px;
}

footer li a,
footer span a {
  margin: 0;
  line-height: 22px;
}

/*hacks & helpers*/
.hide-bullets > [class^="col-"] {
  padding-left: 0;
}

.thumbnail {
  padding: 0;
  background: none;
  border: 0;
  max-height: 96px;
  overflow: hidden;
}

.top15 {
  margin-top: 15px;
}

.col-md-2.col-half-offset {
  width: 20%;
}

.col-half-offset:first-child {
  margin-left: 0;
}

.col-half-offset {
  /*margin-left:4.166666667%;*/
  margin-left: 0%;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control {
  color: #dedede;
}

#menuToggle {
  display: block;
}

#menuToggle input[type="checkbox"] {
  display: none;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile {
  position: relative;
  float: left;
  width: 100%;
  height: 423px;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

@media (max-width: 1200px) {
  .head2 nav a {
    margin-right: 5px;
  }
}

@media (max-width: 1024px) {
  .col-md-2.col-half-offset {
    width: 100%;
  }
  .social,
  .banners {
    margin: 20px 0;
  }
  #slider-thumbs,
  .head3 {
    display: none;
  }
  .head1 h1 {
    background-size: contain;
    width: 100%;
    height: 40px;
    margin: 5px;
    background-position-y: center;
    background-repeat: no-repeat;
  }
  .head1 form {
    margin: 5px;
  }
  .head1 form input, .head1 form button {
    padding: 5px;
    font-size: 16px;
  }
  .head2 {
    padding: 5px 0;
  }
  .head2 nav {
    border-bottom: 1px solid #fff;
  }
  .head2 .btn-head a,
  .head2 .btn-head button,
  .head2 nav a {
    display: block;
    font-size: 15px;
    padding: 14px;
    text-align: left;
    width: 100%;
    margin: 10px 0;
  }
  #menuToggle {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(10px, -1px);
            transform: rotate(45deg) translate(10px, -1px);
    background: #fff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, 12px);
            transform: rotate(-45deg) translate(0, 12px);
  }
  #menuToggle input ~ .head2 {
    display: none;
  }
  .head2 .container {
    position: absolute;
    width: 100vw;
    margin: 0;
    padding: 20px 10px 5px;
    background: #282828;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    top: 0;
    left: 0;
  }
  #menuToggle input:checked ~ .container {
    -webkit-transform: none;
            transform: none;
  }
  .content {
    margin: 18px 0;
  }
  .sidebar h3 {
    position: relative;
  }
  .btn-coll-mob {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .SearchParameters.in,
  .SearchParameters.collapsing {
    display: block !important;
  }
  .sidebar h3 {
    margin: 18px 0;
  }
  footer {
    text-align: center;
    padding: 81px 0;
  }
}

@media (max-width: 767px) {
  .sidebar ul {
    display: none;
  }
}

/* ADMIN */
.container-admin .table > tbody > tr > th,
.container-admin .table > tfoot > tr > th,
.container-admin .table > tbody > tr > td,
.container-admin .table > tfoot > tr > td {
  vertical-align: middle;
}

#apirestbundle_catalogo label {
  width: 16%;
  min-width: 200px;
}

#apirestbundle_catalogo_descripcion {
  width: 50%;
  min-width: 380px;
  height: 110px;
}

.tabla-sistema-impresion__precio label, .tabla-sistema-impresion__currency label, .tabla-sistema-impresion__colores-cantidad label {
  display: block;
}

.tabla-sistema-impresion__precio input {
  width: 100%;
}

.tabla-sistema-impresion__currency select {
  width: 100%;
  height: 26px;
}

.tabla-sistema-impresion .btn-eliminar {
  margin-top: 16px;
}

@media screen and (min-width: 1600px) {
  #myCarousel .carousel-inner > .item > a > img, #myCarousel .carousel-inner > .item > img {
    width: 100%;
  }
}

.container-admin .edit_form form label {
  width: 200px;
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .head1 .contact {
    margin: 8px auto 16px;
  }
  .head1 .contact span {
    text-align: center;
  }
  .headerSearch {
    margin-top: 14px;
  }
  footer {
    padding: 81px 0 20px;
  }
  footer .footerContact p {
    font-size: 16px;
  }
  .bgsocial {
    text-align: center;
    background-size: cover;
    background-position: center center;
  }
  .bgsocial span {
    text-shadow: 4px 2px 3px #323232;
    font-weight: 700;
    font-size: 22px;
  }
  .info {
    padding: 30px 0 90px;
  }
  /* CARDS */
  .imgcont {
    /* height: 257px; */
    margin-bottom: 8px;
  }
  .price {
    display: block;
    font-size: 24px;
  }
  .description {
    font-size: 16px;
  }
  .ad {
    font-size: 12px;
  }
  /* BREADCRUMB */
  ul.breadcrumbs li a {
    font-size: 21px;
    margin-top: 12px;
  }
  ul.breadcrumbs li:not(:first-child) {
    display: none;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .carousel-control {
    width: 5%;
  }
}

@media (max-width: 1024px) {
  .headerSearch {
    margin-top: 13px;
  }
  .head1 .contact {
    margin: 7px 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  a.targetProd {
    /* min-height: 255px; */
  }
  .row-eq-height {
    /* display: block; */
  }
  .cardsDestacadas .imgcont img {
    max-height: 123px;
  }
  .cardsDestacadas .price {
    font-size: 14px;
  }
  .cardsDestacadas .description {
    font-size: 12px;
  }
  .cardsDestacadas .priceBefore {
    font-size: 10px;
  }
  .cardsDestacadas .discount {
    font-size: 11px;
    display: block;
  }
  .cardsDestacadas button {
    padding: 1px 10px;
  }
}

/* ESTATICOS */
.estaticos-cards {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.estaticos-img-cnt {
  padding: 0;
  position: relative;
}

.estaticos-img-cnt h1 {
  color: white;
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  top: 40%;
}

.estaticos-img-cnt img {
  max-height: 421px;
}

.estaticos-texto {
  margin-top: 50px;
}

.estaticos-texto .title, .estaticos-texto p {
  max-width: 700px;
  margin: 0 auto 20px;
}

.estaticos-texto p {
  font-size: 13px;
  font-weight: 600;
}

.estaticos-texto .title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px;
  margin-bottom: 43px;
}

.estaticos-card-title {
  color: #00ffe4;
  margin-top: 25px;
  font-size: 16px;
  margin-bottom: 6px;
}

.estaticos-card-texto {
  font-size: 12px;
  max-width: 190px;
  text-align: center;
  margin: 0 auto;
}

/* CLIENTES */
.estaticos-clientes-card-cnt {
  margin-bottom: 10px;
  min-height: 140px;
}

.estaticos-clientes-header p {
  padding: 10px 0;
}

.section-trabajos-realizados {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .estaticos-img-cnt h1 {
    font-size: 24px;
    top: 15%;
  }
  .estaticos-card-cnt {
    height: 276px;
  }
}

@media (max-width: 768px) {
  .estaticos-header {
    margin-top: 137px;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 1045;
    width: 100%;
  }
  .estaticos-card-cnt {
    margin-bottom: 25px;
  }
  .estaticos-card-cnt .img-responsive {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 768px) and (orientation: landscape) {
  .head1 .contact {
    display: none;
  }
  .estaticos-header {
    margin-top: 70px;
  }
  .estaticos-clientes-card-cnt {
    min-height: 190px;
  }
}

@media (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  .estaticos-header {
    margin-top: 70px;
  }
}

.navbar.navbar-conlamarca {
  margin-bottom: 0;
}

.navbar.navbar-conlamarca.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar.navbar-conlamarca.navbar-default .navbar-collapse {
  background-color: #f8f8f8;
}

@media (max-width: 576px) {
  .head1 .contact {
    padding-left: 53px;
  }
}

.navbar.navbar-conlamarca.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #bf000d;
}

.navbar.navbar-conlamarca.navbar-default .navbar-toggle {
  padding: 10px 10px;
  margin-top: 17px;
}

.navbar.navbar-conlamarca.navbar-default .navbar-toggle {
  border-color: #f4f4f4;
}

.navbar.navbar-conlamarca.navbar-default .navbar-toggle .icon-bar {
  background-color: #f4f4f4;
}

.navbar.navbar-conlamarca.navbar-default .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
}

.navbar.navbar-conlamarca.navbar-default .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
}

.navigation {
  text-align: center;
}

.navigation a {
  text-decoration: none !important;
  color: #282828;
}

.navigation .current {
  font-weight: bold;
  font-size: larger;
}

.add-another-collection-widget {
  margin: 2% 0;
}

ul#imagenes-fields-list li {
  background-color: lavender;
  margin: 4% 0;
  padding: 4%;
}

@media (min-width: 576px) and (max-width: 768px) and (orientation: landscape) {
  .navbar.navbar-conlamarca.navbar-default {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .head1 form input {
    width: 85%;
  }
  .head1 form button {
    right: 15%;
  }
}

@media (max-width: 768px) {
  /* .cnt-cards, .cnt-cards-detalle{
    margin-top: 70px;    
  } */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 15px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    font-size: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-align: right;
  }
  .sidenav > h3 > a {
    padding-left: 20px;
  }
  .sidenav > .colors li {
    display: inline-block;
  }
  .sidenav > .colors li a {
    padding-left: 20px;
  }
  .sidenav > .colors i {
    width: 25px;
    height: 25px;
  }
  .navbar-nav {
    margin: 7.5px 5px;
  }
  .navbar.navbar-conlamarca.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    line-height: 25px;
    color: #DEDEDE;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 768px) and (orientation: landscape) {
  /* .cnt-cards, .cnt-cards-detalle{
    margin-top: 70px;
  } */
  .cnt-cards .col-xs-12 .col-xs-12, .cnt-cards-detalle .col-xs-12 .col-xs-12 {
    width: 49.9%;
  }
  .cnt-cards .col-xs-12 .cardsDestacadas .col-xs-12, .cnt-cards-detalle .col-xs-12 .cardsDestacadas .col-xs-12 {
    width: 100%;
  }
}

/* @media (max-width: 576px) {
  .cnt-cards, .cnt-cards-detalle{
    margin-top: 140px;
  }
} */
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 {
    width: 49.9%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 24.9%;
  }
}

.cnt-cate {
  margin: 8px 0;
}

/* PAGINATION */
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden-sm-landscape {
    display: none;
  }
}

.dropdown-container {
  padding: 0px 10px 10px 10px;
}

.dropdown-container .dropdown-menu {
  left: 10px;
}

#mySidenav i.glyphicon-envelope:before {
  color: #00ff96;
  margin-right: 5px;
}

#mySidenav .btn-prim, #mySidenav .btn-sec {
  font-size: 20px;
  margin: 0;
}

#mySidenav .dropdown .dropdown-without-caret .caret {
  visibility: hidden !important;
  display: none !important;
}

#mySidenav .navbar-nav > .open > a,
#mySidenav .navbar-nav > .open > a:focus,
#mySidenav .navbar-nav > .open > a:hover {
  background-color: #000;
}

#mySidenav .navbar-nav .open .dropdown-menu {
  background-color: #666;
}

#mySidenav .navbar-nav .open .dropdown-menu > li > a {
  color: #d7d7d7;
}

/* CAROUSEL MULTI - NOVEDADES */
.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control {
  width: 8%;
  width: 0px;
}

.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}

.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}

.active > div:first-child {
  display: block;
}

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

/* CAROUSEL MULTI - NOVEDADES - #carouselDestacados */
#carouselDestacados .col-centered {
  float: none;
  margin: 0 auto;
}

#carouselDestacados .carousel-control {
  width: 8%;
  width: 0px;
}

#carouselDestacados .carousel-control.left,
#carouselDestacados .carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}

#carouselDestacados .carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

#carouselDestacados .carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

#carouselDestacados .active > div {
  display: none;
}

#carouselDestacados .active > div:first-child {
  display: block;
}

/*xs*/
@media (max-width: 767px) {
  #carouselDestacados .carousel-inner .active.left {
    left: -100%;
  }
  #carouselDestacados .carousel-inner .active.right {
    left: 100%;
  }
  #carouselDestacados .carousel-inner .next {
    left: 100%;
  }
  #carouselDestacados .carousel-inner .prev {
    left: -100%;
  }
  #carouselDestacados .carousel-col {
    width: 100%;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  #carouselDestacados .carousel-inner .active.left {
    left: -50%;
  }
  #carouselDestacados .carousel-inner .active.right {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .next {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .prev {
    left: -50%;
  }
  #carouselDestacados .carousel-col {
    width: 50%;
  }
  #carouselDestacados .active > div:first-child + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  #carouselDestacados .carousel-inner .active.left {
    left: -50%;
  }
  #carouselDestacados .carousel-inner .active.right {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .next {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .prev {
    left: -50%;
  }
  #carouselDestacados .carousel-col {
    width: 50%;
  }
  #carouselDestacados .active > div:first-child + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  #carouselDestacados .carousel-inner .active.left {
    left: -50%;
  }
  #carouselDestacados .carousel-inner .active.right {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .next {
    left: 50%;
  }
  #carouselDestacados .carousel-inner .prev {
    left: -50%;
  }
  #carouselDestacados .carousel-col {
    width: 50%;
  }
  #carouselDestacados .active > div:first-child + div {
    display: block;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .head3 {
    display: block;
  }
  /* .cnt-cards {
    margin-top: 235px;
  } */
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .head3 {
    display: block;
  }
  .cnt-cards {
    margin-top: 0;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .imgcont {
    /* height: 128px; */
    margin-bottom: 8px;
  }
  .cardsDestacadas .imgcont img {
    max-height: 128px;
  }
  .head1 h1 {
    background: url(/images/logo-ico.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 5px;
  }
}

body.articulo-detalle .slider-thumbs {
  width: 100%;
  display: inline-block;
  margin-bottom: 27px;
  margin-top: 10px;
  padding-left: 15px;
}

body.articulo-detalle .colors i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border: 2px solid #acacac;
}

body.articulo-detalle .description {
  background-color: white;
  padding: 24px;
  border-bottom: 1px solid #f0f0f0;
}

body.articulo-detalle .description-colors {
  background-color: white;
  padding: 24px;
  margin-bottom: 27px;
}

body.articulo-detalle .detalle {
  background: #f0f0f0;
}

body.articulo-detalle .price-cnt {
  background-color: white;
  padding: 11px 17px;
  margin-bottom: 13px;
}

body.articulo-detalle .price-cnt p {
  margin: 0;
}

body.articulo-detalle .price-cnt .price {
  color: #282828;
  line-height: 32px;
}

body.articulo-detalle .price-cnt .iva {
  margin-left: 6px;
}

body.articulo-detalle .price-cnt .legend {
  margin-top: 20px;
}

body.articulo-detalle .cotizar-cnt {
  background-color: white;
}

body.articulo-detalle .cotizar-cnt p {
  margin: 0;
}

body.articulo-detalle .cotizar-cnt .title {
  padding: 24px 18px 16px;
  border-bottom: 2px solid #f0f0f0;
}

body.articulo-detalle .cotizar-cnt .step {
  padding: 24px 18px 16px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

body.articulo-detalle .cotizar-cnt .step-title {
  margin-bottom: 11px;
  width: 80%;
}

body.articulo-detalle .cotizar-cnt .step-check {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 18px;
  background-image: url("../images/assets/tilde-circulo-off.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

body.articulo-detalle .cotizar-cnt .step-check-on {
  background-image: url("../images/assets/tilde-circulo.svg");
}

body.articulo-detalle .tuCotizacion-cnt {
  background-color: #dadada;
}

body.articulo-detalle .tuCotizacion-cnt p {
  margin: 0;
}

body.articulo-detalle .tuCotizacion-cnt .title {
  padding: 24px 18px 16px;
  border-bottom: 2px solid #f0f0f0;
}

body.articulo-detalle .tuCotizacion-cnt .step {
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  padding: 24px 18px 16px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

body.articulo-detalle .tuCotizacion-cnt .step .row {
  margin-bottom: 4px;
}

body.articulo-detalle .tuCotizacion-cnt .step .title-low {
  margin-bottom: 40px;
}

body.articulo-detalle .tuCotizacion-cnt .btn {
  height: 40px;
  color: #ffffff;
  font-size: 14px;
}

body.articulo-detalle .tuCotizacion-cnt .btn-finalizar {
  background-color: #686868;
}

body.articulo-detalle .tuCotizacion-cnt .btn-agregar {
  background-color: #d0000e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.articulo-detalle .tuCotizacion-cnt .btn-agregar .icon-add-carrito {
  width: 30px;
  height: 23px;
  display: inline-block;
  margin-right: 6px;
  background-image: url("../images/assets/add-carrito.svg");
  background-size: contain;
}

body.articulo-detalle #slider .tile {
  height: auto;
}

body.articulo-detalle ul.d-inline-block li {
  display: inline-block;
}

.radio label {
  position: relative;
  padding-left: 18px;
  line-height: 18px;
}

.radio label input[type="radio"] {
  position: absolute;
  top: 3px;
  left: 0px;
}

.variante-color {
  display: inline-block;
  border: 1px gray solid;
  height: 15px;
  width: 15px;
}

.text-wrap-all {
  white-space: normal!important;
  word-break: break-word!important;
  word-wrap: break-word!important;
}

.img-w-admin {
  max-width: 40%;
  max-height: 400px;
  margin-bottom: 1.5rem;
}

.w-px-250 {
  width: 250px;
}
/*# sourceMappingURL=main.css.map */