:root {
  --site-color: #CF5053;
  --menu-color: #FFFFFF;
  --menu-text: #222;
  --footer-color: #eee;
  --footer-text: #808080
}

/*
@font-face {font-family: "Montserrat Alternates";
  src:  url("https://argencamper.com/fonts/MontserratAlternates-Regular.otf") format("opentype"); 
}
*/

body,
html {
  font-family: 'Montserrat';
  font-size: 16px;
}


@media (min-width: 992px) {

  #header-nav img {
    width: 200px;
  }

  #header-nav .navbar-brand:hover,
  #header-nav .navbar-brand:focus {
    color: #FFFFFF
  }

  #header-nav .navbar-dark .navbar-nav>li>a,
  #header-nav .navbar-dark .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, .5)
  }



  #header-nav .navbar-nav>li>a:hover,
  #header-nav .navbar-nav>li>a:focus:hover {
    color: #716b6b
  }

  #header-nav.navbar-shrink .navbar-brand {
    color: #222222
  }

  #header-nav.navbar-shrink .navbar-brand:hover,
  #header-nav.navbar-shrink .navbar-brand:focus {
    color: #000
  }

  #header-nav.navbar-shrink .navbar-nav>li>a:hover,
  #header-nav.navbar-shrink .navbar-nav>li>a:focus:hover {
    color: var(--site-color)
  }

  .social-networks a {
    font-size: 1.5rem;
    color: var(--footer-text);
    ;
    padding-right: 5px;
    transition: 0.2s
  }

  .listado-producto h5 {
    font-weight: 400;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    z-index: 9;
    position: absolute;
    padding-top: 4px;
    padding-right: 13px;
    padding-bottom: 4px;
    padding-left: 13px;
    opacity: 0.9;
    transform: rotate(-90deg);
    left: 5%;
    top: 30px;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd
  }

  .listado-producto h6 {
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFF;
    text-align: center;
    background-color: var(--site-color);
    border-radius: 0px;
    z-index: 9;
    position: absolute;
    padding-top: 4px;
    padding-right: 13px;
    padding-bottom: 4px;
    padding-left: 13px;
    opacity: 0.8;
    transform: rotate(-90deg);
    left: 5%;
    top: 30px;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd
  }

  .listado-home h5 {
    font-weight: 700;
    font-size: 0.9rem !important;
    margin: 15px;
    padding: 2em 1em;
    color: #FFF;
    text-align: center;
    background-color: #666;
    border-radius: 40px;
    z-index: 9;
    width: 5em;
    height: 5em;
    position: absolute;
    opacity: 0.8
  }

  .listado-home h6 {
    font-weight: 700;
    font-size: 0.9rem !important;
    margin: 15px;
    padding: 2em 1em;
    color: #FFF;
    text-align: center;
    background-color: var(--site-color);
    border-radius: 40px;
    z-index: 9;
    width: 5em;
    height: 5em;
    position: absolute;
    opacity: 0.8
  }

  .anuncio .close {
    right: 8px !important
  }

  .por-mayor {
    overflow-x: auto;
    margin-left: 6.5em;
    margin-right: 3.5em;
    overflow-y: visible
  }

  .dropdown-submenu>a:after {
    display: none
  }

  .sub-collapser {
    display: block;
    background: none;
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    color: #707070;
    top: 0px;
    padding: 9px;
    font-size: 12px;
    height: 32px;
    background-color: #fafafa
  }

  .header-text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px
  }

}

@media (max-width: 400px) {

  .side,
  .middle {
    width: 100%
  }

  .right {
    display: none
  }

}

@media (min-width: 576px) {
  .gallery-block.compact-gallery .item .description {
    opacity: 0
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1
  }

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7
  }



}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0)
  }
}

.seccion img:hover {
  transform: scale(1.1);
  animation: cubic-bezier(0.075, 0.82, 0.165, 1)
}

.seccion-xs h1 {
  font-weight: 400;
  font-size: 2.8rem;
  margin: 0px;
  color: #fff;
  text-align: center
}

.seccion-xs h2 {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0px;
  color: #fff
}

.seccion-xs h3 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0px;
  color: #000
}

.seccion-xs h4 {
  font-weight: 400;
  font-size: 2.8rem;
  margin: 0px;
  color: #000
}

.seccion-xs {
  background-color: #fff;
  padding-top: 30px
}

.anuncio .close {
  right: 8px !important
}

.anuncio .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 1
}

.anuncio .modal-body {
  position: relative;
  padding: 0px;
  background: #ccc
}

.articulo_precio {
  font-weight: 700 !important;
  font-size: 2.5em !important
}

.autocomplete {
  position: relative;
  display: inline-block
}

.autocomplete-active {
  background-color: var(--site-color) !important;
  color: #ffffff
}

.autocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333
}

.autocomplete-suggestion.selected {
  background: #f0f0f0
}

.autocomplete-suggestions {
  text-align: left;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box
}

.backend h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0px;
  color: #444
}

.backend h2 {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0px;
  color: var(--site-color)
}

.backend label {
  font-weight: 400;
  font-size: 1rem;
  color: #444;
  padding-top: 10px
}

.backend p {
  font-weight: 400;
  font-size: 1rem;
  color: var(--site-color)
}

.backend {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 80px
}

.badge-cupon {
  position: absolute;
  top: 3px
}

.banner h1 {
  font-size: 2.8rem;
  line-height: 2.3rem;
  color: var(--site-color);
  font-weight: 700
}

.banner h6 {
  font-size: 1.2rem;
  color: #666;
  font-style: italic;
  font-weight: 400
}

.banner {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 11rem;
  padding-bottom: 11rem
}

.banner-fijo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner-xs h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #666;
  font-weight: 400
}

.banner-xs h2 {
  font-size: 1rem;
  color: #888;
  font-style: italic;
  font-weight: 400
}

.banner-xs {
  background-color: #e5e5e5
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #f44336
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #ff9800
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #00bcd4
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #2196F3
}

.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #4CAF50
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #FFFFFF
}

.barra {
  background-color: #fff;
  border-bottom-color: #CCC;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.barra-logIn {
  background-color: #202428
}

.bg-autos {
  background-color: #f6f6f6
}

.bg-compra {
  background-color: #fbfbfb91
}

.bg-main {
  background-color: var(--site-color) !important
}

.borde-estadisticas-index {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 1px 20px #eee, inset 0 1px 0 #fff;
  background: #F4F4F4;
  padding-top: 15px
}

.border-footer {
  border-color: var(--footer-text) !important
}

.border-nav-text {
  border-left-color: var(--menu-text);
  border-left-width: 1px;
  border-left-style: solid
}

.btn-agregar-a-carrito {
  font-weight: 400;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.42857143;
  text-align: center !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #444;
  opacity: 0.9 !important;
  background-color: #fff;
  position: absolute !important;
  top: 55px;
  padding: 8px 9px 8px 9px;
  right: 10%;
  border-radius: 40px;
  width: 37px;
  height: 37px
}

.btn-agregar-a-carrito:focus,
.btn-agregar-a-carrito:active:focus,
.btn-agregar-a-carrito.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-agregar-a-carrito:hover,
.btn-agregar-a-carrito:focus {
  background-color: #444;
  text-decoration: none;
  color: #FFF
}

.btn-barra {
  border-radius: 0px;
  background-color: #202428;
  font-size: 0.8rem;
  color: #FFF;
  padding: 0;
  margin: 0
}

.btn-comprar-mayorista {
  font-weight: 400;
  display: inline-block;
  line-height: 1.42857143;
  text-align: center !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #FFF;
  background-color: #ccc;
  padding: 8px 10px 8px 10px;
  border-radius: 0px;
  border: 0
}

.btn-comprar-mayorista:focus,
.btn-comprar-mayorista:active:focus,
.btn-comprar-mayorista.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-comprar-mayorista:hover,
.btn-comprar-mayorista:focus {
  background-color: #444;
  text-decoration: none;
  color: #FFF
}

.btn-filete {
  border-radius: 0px;
  border: 0
}

.btn-flechita-grilla {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #777;
  background-color: #fff;
  border-radius: 0px;
  border: 0
}

.btn-flechita-grilla:focus,
.btn-flechita-grilla:active:focus,
.btn-flechita-grilla.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-flechita-grilla:hover,
.btn-flechita-grilla:focus {
  text-decoration: none;
  color: #000
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  color: #FFFFFF;
  background-color: var(--site-color) !important;
  border-color: var(--site-color) !important;
  opacity: 0.95;
  box-shadow: none !important
}

.btn-main {
  color: #FFFFFF;
  background-color: var(--site-color);
  border-color: var(--site-color)
}

.btn-reserva {
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  padding-bottom: 10px;
  color: var(--menu-text);
  margin-top: 5px
}

.btn-reserva:focus,
.btn-reserva:active:focus,
.btn-reserva.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-reserva:hover,
.btn-reserva:focus {
  color: var(--site-color);
  border-top-color: var(--site-color);
  text-decoration: none
}

.btn-nav:focus {
  color: var(--site-color);
  outline: 0;
  opacity: 0.7;
  box-shadow: none
}

.btn-nav:hover {
  color: var(--site-color)
}

.btn-nav {
  background-color: var(--nav-color)
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #fff;
  background-color: var(--site-color) !important;
  border-color: var(--site-color) !important;
  box-shadow: none !important
}

.btn-outline-danger {
  color: var(--site-color);
  border-color: var(--site-color)
}

.btn-outline {
  background-color: transparent;
  background-image: none
}

.btn-radius {
  border-radius: 35px;
  height: 50px;
  padding-top: 10px
}

.btn-tienda {
  border-radius: 0px
}

.btn-ver-ficha {
  font-weight: 400;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.42857143;
  text-align: center !important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #555;
  opacity: 0.9 !important;
  background-color: #FFF;
  position: absolute !important;
  top: 10px;
  padding: 8px 10px 8px 10px;
  right: 10%;
  border-radius: 40px;
  width: 37px;
  height: 37px
}

.btn-ver-ficha:focus,
.btn-ver-ficha:active:focus,
.btn-ver-ficha.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-ver-ficha:hover,
.btn-ver-ficha:focus {
  background-color: #444;
  text-decoration: none;
  color: #FFF
}

.btn.disabled,
.btn:disabled {
  opacity: .25
}

.cantidad-carrito {
  font-weight: 400;
  font-size: 0.6rem;
  color: var(--menu-text)
}

.card-auto p {
  margin-bottom: 0px;
  color: #222
}

.card-auto:hover {
  transition: all .2s;
  transform: scale(1.006);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15),
    0 .5rem 1, 5rem rgba(0, 0, 0, .15) !important;
}

.card-auto {
  text-decoration: none !important
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell
}

.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: #FFFFFF
}

.carousel-inner h1 span {
  font-size: 3rem;
  border-width: 5px;
  border-color: var(--site-color);
  border-style: solid;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px
}

.carousel-inner h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--site-color);
  padding-bottom: 1rem
}

.carousel-inner h6 {
  font-family: Georgia, \"Times New Roman\", Times, serif;
  font-style: italic;
  color: var(--site-color);
  padding-bottom: 2rem
}

.carousel-inner p {
  font-weight: 400;
  line-height: 27px;
  color: #000
}

.carousel-item {
  width: 100%
}

.carrito-julio h1 {
  font-size: 2rem
}

.carrito-julio h2 {
  font-size: 1rem;
  font-weight: 700
}

.carrito-julio p {
  font-size: .9rem
}

.carrito-mobile p {
  font-size: .8rem
}

.carrito-mobile {
  border-bottom: 1px solid #dee2e6
}

.cat-1 a {
  font-weight: 700;
  font-size: 1rem;
  color: #333;
  transition: 0.2s;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 0px
}

.cat-1 a:hover {
  text-decoration: none;
  color: #333
}

.cat-1 a:visited {
  text-decoration: none;
  color: #000
}

.cat-1 {
  text-align: left
}

.cat-2 a {
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
  transition: 0.2s;
  padding-bottom: 10px;
  padding-top: 10px
}

.cat-2 a:hover {
  text-decoration: none;
  color: #333
}

.cat-2 a:visited {
  text-decoration: none;
  color: #333
}

.cat-2 {
  text-align: left
}

.cat-3 a {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  padding-right: 3px;
  transition: 0.2s;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px
}

.cat-3 a:hover {
  text-decoration: none;
  color: #222
}

.cat-3 a:visited {
  text-decoration: none;
  color: #000
}

.cat-3 {
  text-align: left
}

.check-en-stock {
  display: initial;
  right: 0px;
  position: absolute
}

.chosen-single {
  border-bottom-color: var(--site-color) !important
}

.circular--portrait img {
  width: 100%;
  height: auto;
  vertical-align: top
}

.circular--portrait {
  position: relative;
  width: 19px;
  height: 19px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #dedede
}

.circular--portrait.active {
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0px !important
}

.circulo.active {
  padding: 11px !important
}

.clasificaciones a.active {
  color: var(--site-color) !important;
  font-weight: 600
}

.col-fixed-left-1 {
  position: absolute;
  width: 5.5em;
  left: 0;
  top: auto;
  max-width: 5.5em;
  overflow: hidden
}

.col-fixed-left-2 {
  position: absolute;
  margin-left: 5.5em;
  width: 2.5em;
  left: 0;
  top: auto
}

.col-fixed-right-1 {
  position: absolute;
  width: 3em;
  right: 0px;
  top: auto;
  max-width: 3em
}

.col-fixed-right-2 a {
  position: absolute;
  right: 4px
}

.col-fixed-right-2 {
  position: absolute;
  margin-right: 3em;
  width: 1em;
  right: 0px;
  top: auto
}

.colecciones a.active {
  color: var(--site-color) !important;
  font-weight: 600
}

.compartir {
  line-height: 45px
}

.consulta h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0px;
  color: #444
}

.consulta h2 {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0px;
  color: var(--site-color)
}

.consulta label {
  font-weight: 400;
  font-size: 1rem;
  color: #444
}

.consulta p {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--site-color)
}

.consulta {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px
}

.cursor-pointer {
  cursor: pointer
}

.custom-file-input {
  cursor: pointer
}

.custom-file-label::after {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #FFFFFF;
  content: \"BUSCAR\";
  background-color: var(--site-color);
  border-left: 1px solid #ced4da;
  border-radius: 0
}

.custom-file-label {
  color: var(--site-color);
  border-color: var(--site-color);
  border-radius: 0;
  cursor: pointer
}

.custom-file {
  cursor: pointer
}

.datos-barra a:active {
  color: var(--site-color)
}

.datos-barra a:hover {
  color: #000;
  text-decoration: none
}

.datos-barra a:link {
  color: var(--site-color);
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.2s
}

.datos-barra a:visited {
  color: var(--site-color)
}

.datos-barra h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--site-color);
  padding-top: 10px
}

.datos-barra p {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--menu-text);
  padding-top: 10px
}

.descuento-home h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0px;
  color: #fff;
  text-align: center;
  z-index: 9;
  width: 80%;
  position: absolute;
  padding: 15px;
  top: 20%;
  left: 10%;
  border-color: #fff;
  border-style: solid;
  border-width: 1px
}

.descuento-home h2 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0px;
  color: #fff;
  text-align: center;
  background-color: var(--site-color);
  z-index: 9;
  position: absolute;
  padding: 10px;
  width: 80%;
  bottom: 20%;
  left: 10%
}

.descuento-home {
  background-color: #eee;
  padding-bottom: 70px;
  padding-top: 70px
}

.destacada h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem
}

.destacada span {
  font-size: 3rem;
  color: var(--site-color);
  font-weight: 700
}

.detalle-categorias a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #999
}

.detalle-categorias a:visited {
  text-decoration: none;
  color: #222;
  opacity: 0.9
}

.detalle-categorias h1 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'Montserrat', sans-serif
}

.detalle-categorias {
  text-align: left;
  display: block;
  opacity: 0.9;
  width: 100%;
  position: absolute;
  top: 296px;
  right: 0;
  z-index: 999;
  border: none;
  outline: none
}

.detalle-categorias-2 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: .7rem;
  line-height: .5rem !important;
  color: #000;
  transition: 0.2s;
  text-align: left;
  padding: 0;
  margin: 0
}

.detalle-categorias-2 a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #999
}

.detalle-categorias-2 a:visited {
  text-decoration: none;
  color: #222;
  opacity: 0.9
}

.detalle-categorias-2 h1 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'Montserrat', sans-serif
}

.detalle-categorias-2 {
  text-align: left;
  display: block;
  opacity: 0.9;
  width: 100%;
  position: absolute;
  top: 223px;
  right: 0;
  z-index: 999;
  border: none;
  outline: none
}

.detalle-link {
  font-size: 12px
}

.disabled {
  cursor: not-allowed
}

.disabled:focus {
  outline: none
}

.dropbtn {
  background-color: #202428;
  border: none;
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFF
}

.dropbtn-carrito {
  background-color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  cursor: pointer
}

.dropbtn-gris {
  background-color: #f8f9fa !important;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #444
}

.dropbtn-kuder {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.9rem
}

.dropdown-1 {
  position: relative;
  display: inline-block
}

.dropdown-1-carrito {
  position: relative;
  display: inline-block
}

.dropdown-1-carrito:hover .dropbtn-carrito {
  background-color: #fff;
  color: var(--site-color);
  opacity: 1
}

.dropdown-1-carrito:hover .dropdown-content-carrito {
  display: block
}

.dropdown-1:hover .dropbtn {
  background-color: #202428;
  opacity: 0.7
}

.dropdown-1:hover .dropdown-content {
  display: block
}

.dropdown-5 {
  position: relative;
  display: inline-block
}

.dropdown-5-content a {
  color: #000;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.7rem
}

.dropdown-5-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 380px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px
}

.dropdown-5-content-gris a {
  color: #000;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.7rem
}

.dropdown-5-content-gris a:hover {
  background-color: #f8f9fa !important
}

.dropdown-5-content-gris {
  display: none;
  position: absolute;
  background-color: #f8f9fa !important;
  min-width: 380px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px
}

.dropdown-5-gris {
  position: relative;
  display: inline-block;
  background-color: #f8f9fa !important
}

.dropdown-5-gris:hover .dropbtn-gris {
  background-color: #f8f9fa !important;
  opacity: 0.7
}

.dropdown-5-gris:hover .dropdown-5-content-gris {
  display: block
}

.dropdown-5:hover .dropbtn-kuder {
  color: var(--site-color);
  opacity: 0.9
}

.dropdown-5:hover .dropdown-5-content {
  display: block
}

.dropdown-content a {
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.7rem
}

.dropdown-content a:hover {
  background-color: #000
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #202428;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px
}

.dropdown-content-carrito a {
  color: #333;
  padding: 20px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  min-height: auto
}

.dropdown-content-carrito a:hover {
  background-color: #eee;
  border: 0;
  color: var(--site-color)
}

.dropdown-content-carrito {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  border-radius: 3px;
  text-align: left;
  right: 0
}

.dropdown-divider {
  margin: 0px
}

.dropdown-item {
  margin-right: 15px !important
}

.dropdown-item-todos {
  padding: .3rem 1rem
}

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

.dropdown-item:not(.dropdown-item-todos) {
  height: 32px
}

.dropdown-menu {
  padding: 0
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu>a:after {
  display: none
}

.dropdown-submenu>a:after {
  content: \"\\f054\";
  font-family: \"Font Awesome 5 Free\";
  margin-right: 8px;
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 8px;
  color: #707070;
  font-size: 13px
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px
}

.dropdown-toggle::after {
  display: none
}

.efecto-img-listado a:hover {
  transition: 0.2s;
  opacity: 0.3;
  text-decoration: none
}

.efecto-img-listado a:link {
  transition: 0.2s;
  opacity: 1
}

.efecto-img-listado a:visited {
  transition: 0.2s;
  opacity: 0.3;
  text-decoration: none
}

.encabezado-xs h1 span {
  font-size: 3rem;
  border-width: 5px;
  border-color: var(--site-color);
  border-style: solid;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px
}

.encabezado-xs h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--site-color);
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px
}

.encabezado-xs {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.facebook:hover {
  color: #0077e2
}

.fancy span {
  display: inline-block;
  position: relative
}

.fancy span:after {
  left: 100%;
  margin-left: 15px
}

.fancy span:before {
  right: 100%;
  margin-right: 15px
}

.fancy span:before,
.fancy span:after {
  content: \"\";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid var(--site-color);
  top: 0;
  width: 100%
}

.fancy {
  line-height: 0.5;
  text-align: center
}

.ficha .nav-link {
  color: #999999;
  border: 0px
}

.ficha .nav-link.active {
  color: #FFFFFF;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--site-color);
  font-weight: 600
}

.ficha .nav-tabs {
  border: 0px
}

.ficha h1 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0px;
  color: #444
}

.ficha h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0px;
  color: #444
}

.ficha h3 {
  font-weight: 300;
  font-size: 2rem;
  margin: 0px;
  color: #444
}

.ficha h6 {
  font-weight: 700;
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background-color: var(--site-color);
  border-radius: 50px;
  z-index: 9;
  width: 85px;
  height: 85px;
  position: absolute;
  margin: 30px;
  padding-top: 32px;
  padding-right: 17px;
  padding-bottom: 25px;
  padding-left: 15px;
  opacity: 0.8
}

.ficha p {
  font-weight: 400;
  font-size: 1rem;
  color: #808080
}

.ficha ul {
  font-weight: 400;
  font-size: 1rem;
  color: #808080
}

.ficha {
  background-color: #fff
}

.ficha-facebook:hover {
  color: #0077e2
}

.ficha-google:hover {
  color: #ef1a1a
}

.ficha-instagram:hover {
  color: #D24DFF
}

.ficha-mail:hover {
  color: #bbb
}

.ficha-pinterest:hover {
  color: #e60023
}

.ficha-shared:hover {
  color: #222
}

.ficha-social-networks a {
  font-size: 1rem;
  color: var(--site-color);
  padding-right: 3px;
  transition: 0.2s
}

.ficha-social-networks a:hover {
  text-decoration: none
}

.ficha-social-networks {
  text-align: left
}

.ficha-twitter:hover {
  color: #00aced
}

.ficha-youtube:hover {
  color: #ff0000
}

.filete-cat {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 90%
}

.font-sm {
  font-size: 11px
}

.footer h6 {
  font-weight: 700;
  font-size: 0.8rem;
  color: #222
}

.footer p {
  font-weight: 400;
  font-size: 1rem;
  color: var(--footer-text)
}

.footer {
  background-color: #232323
}

.footer-links a:active {
  color: var(--site-color)
}

.footer-links a:hover {
  color: var(--site-color);
  text-decoration: none
}

.footer-links a:link {
  color: var(--footer-text);
  ;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
  transition: 0.2s
}

.footer-links a:visited {
  color: var(--footer-text);
  ;
  transition: 0.2s
}

.footer-main {
  background-color: #232323
}

.footer-text {
  color: var(--footer-text)
}

.form-curvo {
  border-radius: 20px;
  font-size: 0.8rem
}

.seach-input:hover,
.seach-input:focus {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: var(--site-color) !important;
  outline: 0 none !important;
  box-shadow: none !important;
}

.form-panel {
  background-color: #FFF;
  color: #999;
  border: 0;
  border-radius: 0px;
  font-size: 0.8rem
}

.form-panel-tab {
  border-radius: 0px;
  border: 0;
  font-size: 0.9rem;
  background-color: #FFF;
  border-bottom-color: #DDD;
  border-bottom-width: 2px;
  border-bottom-style: solid
}

#inputseach::placeholder {
  color: var(--site-color);
  opacity: 0.85;
}

.form-panel-tab2 {
  border-radius: 0px;
  border: 0;
  font-size: 0.9rem;
  background-color: #F8F9FA;
  border-bottom-color: var(--site-color);
  border-bottom-width: 2px;
  border-bottom-style: solid
}

.form-pie {
  border-radius: 20px
}

.foto-admin {
  border-radius: 80px;
  width: 33px;
  margin-top: 5px;
  margin-bottom: 5px
}

.gallery-block .heading h2 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase
}

.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center
}

.gallery-block .zoom-on-hover:hover .image {
  transform: scale(1.3);
  opacity: 0.7
}

.gallery-block.compact-gallery .item .description .description-body {
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300
}

.gallery-block.compact-gallery .item .description .description-heading {
  font-size: 1em;
  font-weight: 700
}

.gallery-block.compact-gallery .item .description {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
  color: #fff;
  transition: 0.8s ease;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39))
}

.gallery-block.compact-gallery .item .image {
  transition: 0.8s ease
}

.gallery-block.compact-gallery .item .info {
  position: relative;
  display: inline-block
}

.gallery-block.compact-gallery .item a:hover .description {
  opacity: 1
}

.gallery-block.compact-gallery .item {
  overflow: hidden;
  margin-bottom: 0;
  background: #000000;
  opacity: 1
}

.gallery-block {
  padding-bottom: 60px;
  padding-top: 60px
}

.google:hover {
  color: #ef1a1a
}

.header-facebook {
  color: #0077e2
}

.header-google {
  color: #ef1a1a
}

.header-instagram {
  color: #D24DFF
}

.header-mail {
  color: #bbb
}

.header-pinterest {
  color: #e60023
}

.header-social-networks a {
  font-size: 1rem;
  color: var(--menu-text);
  padding-right: 3px;
  transition: 0.2s
}

.header-social-networks a:hover {
  text-decoration: none
}

.header-social-networks {
  text-align: right
}

.header-twitter {
  color: #00aced
}

.header-youtube {
  color: #ff0000
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 20% 10px
}

.hovereffect a,
.hovereffect p {
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-weight: 400;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 180px
}

.hovereffect h1 {
  color: #222;
  text-align: left;
  position: relative;
  font-weight: 400;
  font-size: 1.7rem;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  border-radius: 5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px
}

.hovereffect h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.hovereffect h2 {
  color: #000;
  text-align: left;
  position: relative;
  font-weight: 400;
  font-size: 0.8rem;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 90px;
  background-color: transparent;
  border-radius: 5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 28px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  background: var(--site-color)
}

.hovereffect-dos .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 20% 15px
}

.hovereffect-dos a,
.hovereffect-dos p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-weight: 400;
  font-size: 1rem;
  text-align: center
}

.hovereffect-dos h1 {
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  background-color: transparent
}

.hovereffect-dos h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.hovereffect-dos h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
  background-color: transparent
}

.hovereffect-dos h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.hovereffect-dos img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 28px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.hovereffect-dos {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  background: #333
}

.hovereffect-dos:hover a,
.hovereffect-dos:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-decoration: none
}

.hovereffect-dos:hover h1:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hovereffect-dos:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hovereffect-dos:hover img {
  opacity: 0.7;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-decoration: none
}

.hovereffect:hover h1:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hovereffect:hover img {
  opacity: 0.7;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.icon-barra a:active {
  transition: 0.2s
}

.icon-barra a:hover {
  transition: 0.2s;
  opacity: 0.6;
  text-decoration: none
}

.icon-barra a:link {
  transition: 0.2s
}

.icon-barra a:visited {
  transition: 0.2s;
  opacity: 0.6
}

.img-crop-center {
  position: relative;
  margin: -50% auto;
  width: 100%;
  height: auto;
  vertical-align: middle
}

.img-medio-pago-envio-mp {
  width: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.img-medio-pago-envio {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.img-min-ficha a:hover {
  transition: 0.2s;
  opacity: 0.75;
  text-decoration: none
}

.img-min-ficha a:link {
  transition: 0.2s
}

.img-min-ficha a:visited {
  transition: 0.2s;
  opacity: 0.8
}

.instagram-feed {
  margin: 35px 0px;
  display: flex
}

.instagram:hover {
  color: #D24DFF
}

.instagram_profile .instagram_profile_image,
.instagram_profile .instagram_biography {
  display: none
}

.int-promo-home h1 {
  font-size: 2.8rem;
  line-height: 2.3rem;
  color: var(--site-color);
  font-weight: 700
}

.int-promo-home h6 {
  font-size: 1.2rem;
  color: #666;
  font-style: italic;
  font-weight: 400
}

.int-promo-home {
  height: 500px;
  padding-top: 120px
}

.inter {
  line-height: 0.9rem
}

.inter-index {
  line-height: 1.2rem
}

.invalid {
  border-color: #FF0000
}

.legend em {
  font-style: normal
}

.legend li {
  width: 230px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black
}

.legend span {
  float: right;
  font-size: 1rem;
  font-weight: 700
}

.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #F3F3F3;
  padding: 15px;
  font-size: 0.8rem
}

.leyenda-lg {
  font-size: 15px
}

.leyenda {
  background-color: var(--site-color);
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  padding: 2px 10px;
  z-index: 5;
  font-size: 12px
}

.leyenda-2 {
  background-color: var(--site-color);
  color: #FFFFFF;
  position: absolute;
  top: 15px;
  padding: 2px 10px;
  z-index: 5;
  font-size: 12px
}

.linkedin {
  color: #0077b5
}

.links-estadisticas a {
  font-weight: 300;
  font-size: 0.8rem;
  color: #FFF;
  transition: 0.2s;
  text-align: left;
  padding: 0;
  margin: 0
}

.links-estadisticas a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #666
}

.links-estadisticas a:visited {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7
}

.links-estadisticas img {
  float: left;
  padding-right: 7px;
  padding-bottom: 10px
}

.links-estadisticas {
  text-align: left
}

.links-estadisticas-index a {
  font-weight: 300;
  font-size: 1rem;
  color: #222;
  transition: 0.2s;
  text-align: left;
  padding: 0;
  margin: 0;
  ;
  opacity: 0.9
}

.links-estadisticas-index a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #999
}

.links-estadisticas-index a:visited {
  text-decoration: none;
  color: #222;
  opacity: 0.9
}

.links-estadisticas-index img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 55px
}

.links-estadisticas-index {
  text-align: left
}

.listado-detalles {
  font-size: 14px
}

.listado-home h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #222
}

.listado-home h2 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0px;
  color: #000;
  text-align: center;
  background-color: #FFF;
  border-radius: 50px;
  z-index: 9;
  width: 95px;
  height: 95px;
  position: absolute;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  opacity: 0.7;
  left: 30%;
  top: 28%
}

.listado-home h3 {
  font-weight: 400;
  font-size: 1.4rem;
  color: #444
}

.listado-home h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--site-color)
}

.listado-home h5 {
  font-weight: 700;
  font-size: 0.9rem !important;
  margin: 15px;
  padding: 2em 1em;
  color: #FFF;
  text-align: center;
  background-color: #666;
  border-radius: 40px;
  z-index: 9;
  width: 5em;
  height: 5em;
  position: absolute;
  opacity: 0.8
}

.listado-home h5 {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0px;
  color: #FFF;
  text-align: center;
  background-color: #666;
  border-radius: 40px;
  z-index: 9;
  width: 65px;
  height: 65px;
  position: absolute;
  margin: 15px;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  opacity: 0.8
}

.listado-home h6 {
  font-weight: 700;
  font-size: 0.9rem !important;
  margin: 15px;
  padding: 2em 1em;
  color: #FFF;
  text-align: center;
  background-color: var(--site-color);
  border-radius: 40px;
  z-index: 9;
  width: 5em;
  height: 5em;
  position: absolute;
  opacity: 0.8
}

.listado-home h6 {
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background-color: var(--site-color);
  border-radius: 40px;
  z-index: 9;
  width: 65px;
  height: 65px;
  position: absolute;
  margin: 12px;
  padding-top: 25px;
  padding-right: 17px;
  padding-bottom: 25px;
  padding-left: 15px;
  opacity: 0.8
}

.listado-home p {
  font-weight: 400;
  font-size: 1rem
}

.listado-home {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 70px
}

.listado-producto h2 {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0px;
  color: #000;
  background-color: #FFF;
  border-radius: 50px;
  z-index: 9;
  opacity: 0.7;
}

.listado-producto h3 {
  font-weight: 400;
  font-size: 1.5rem
}

.listado-producto h4 {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--site-color)
}

.listado-producto h5 {
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0px;
  z-index: 9;
  position: absolute;
  padding-top: 4px;
  padding-right: 13px;
  padding-bottom: 4px;
  padding-left: 13px;
  opacity: 0.9;
  transform: rotate(-90deg);
  left: 4%;
  top: 30px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd
}

.listado-producto h6 {
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  background-color: var(--site-color);
  border-radius: 0px;
  z-index: 9;
  position: absolute;
  padding-top: 4px;
  padding-right: 13px;
  padding-bottom: 4px;
  padding-left: 13px;
  opacity: 0.8;
  transform: rotate(-90deg);
  left: 5%;
  top: 30px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd
}

.listado-producto h6 {
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  background-color: var(--site-color);
  border-radius: 0px;
  z-index: 9;
  position: absolute;
  padding-top: 4px;
  padding-right: 13px;
  padding-bottom: 4px;
  padding-left: 13px;
  opacity: 0.8;
  transform: rotate(-90deg);
  left: 4%;
  top: 30px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd
}

.listado-producto p {
  font-weight: 400;
  font-size: 1.1rem
}

.listados-int h1 {
  font-weight: 600;
  font-size: 2rem;
  color: #444
}

.listados-int {
  background-color: #fff;
  padding-bottom: 70px
}

.local-articulo {
  position: absolute;
  bottom: 15px
}

.local-container {
  width: 250px;
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block
}

.local-imagen {
  position: absolute;
  margin: auto;
  height: auto;
  width: 340px;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%
}

.locales-container h1 {
  font-weight: 600;
  font-size: 1.2rem;
  cursor: default;
  padding-top: 15px
}

.locales-container p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  ;
  cursor: default
}

.locales-encabezado h1 {
  cursor: default
}

.locales-encabezado {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 11rem;
  padding-bottom: 11rem
}

.logos-marcas a:active {
  transition: 0.2s;
  opacity: 0.4
}

.logos-marcas a:hover {
  transition: 0.2s;
  opacity: 0.4;
  text-decoration: none
}

.logos-marcas a:link {
  transition: 0.2s;
  opacity: 0.87
}

.logos-marcas a:visited {
  transition: 0.2s;
  opacity: 0.4
}

.mail:hover {
  color: #bbb
}

.marcas .carousel-indicators .active {
  background: #707070
}

.marcas .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 10px;
  height: 10px
}

.marcas .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -30px
}

.marcas .carousel-item {
  height: 200px
}

.marcas {
  background-color: #FFF;
  padding-bottom: 80px;
  padding-top: 50px
}

.margin-vert_5x {
  margin-top: .5em;
  margin-bottom: .5em
}

.me-gusta {
  position: absolute;
  right: 25px;
  bottom: 5px
}

.reserva {
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.card-auto button {
  border-radius: 9px;
}

.medio-card.active {
  border-color: #bbb !important;
  box-shadow: 0 .125rem .50rem rgba(0, 0, 0, .075) !important
}

.medio-card:hover {
  background-color: #fafafa
}

.medio-card {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #f2f2f2 !important
}

.medios-pago-encabezado {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 11rem;
  padding-bottom: 11rem
}

.menu-principal li a {
  text-transform: uppercase
}

.mi-reserva h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0px;
  color: #444
}

.mi-reserva h2 {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0px;
  color: var(--site-color)
}

.mi-reserva h3 {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0px;
  color: #444
}

.mi-reserva p {
  font-weight: 400;
  font-size: 1rem
}

.mi-reserva {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px
}

.middle {
  margin-top: 13px;
  float: left;
  width: 70%
}

.modal-xl {
  min-width: 95%
}

.nav-item a:hover {
  color: #010101
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #444
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--site-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #DC3545
}

.nav-text {
  color: var(--menu-text)
}

.navbar-main {
  background-color: #c6814a;
}

.nombre-auto {
  height: 48px
}

.nosotros h1,
.medios-pago h1,
.terminos h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6rem;
  color: #000;
  cursor: default
}

.nosotros h2,
.medios-pago h2,
.terminos h2 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000;
  cursor: default
}

.nosotros h6,
.medios-pago h6,
.terminos h6 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #888;
  cursor: default
}

.nosotros p,
.medios-pago p,
.terminos p {
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #888;
  cursor: default
}

.nosotros-encabezado {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 11rem;
  padding-bottom: 11rem
}

.noticias-y-novedades h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #222;
  padding-bottom: 15px;
  padding-top: 10px
}

.noticias-y-novedades h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: var(--site-color)
}

.noticias-y-novedades h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  line-height: 2rem
}

.noticias-y-novedades p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #666
}

.noticias-y-novedades {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 80px
}

.numeritos {
  font-weight: 600;
  font-size: 0.7rem;
  color: #FFF;
  background-color: #000000;
  border-radius: 10px;
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 3px;
  padding-left: 4px
}

.numero-estadisticas {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem
}

.numero-estadisticas-index {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5rem
}

.numero-estadisticas-index-nar {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #F8BA21
}

.oculto {
  display: none
}

.openBtn {
  cursor: pointer
}

.openBtn-gris {
  cursor: pointer
}

.openBtn-gris:hover {
  background: #E2E6EA
}

.otros-filtros a {
  font-weight: 400;
  font-size: 0.8rem;
  color: #666;
  padding-right: 3px;
  transition: 0.2s;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%
}

.otros-filtros a.active {
  color: var(--site-color);
  font-weight: 500
}

.otros-filtros a:hover {
  text-decoration: none;
  color: #222
}

.otros-filtros a:visited {
  text-decoration: none;
  color: #000
}

.otros-filtros {
  text-align: left
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto
}

.overlay-modal .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: #FFFFFF
}

.overlay-modal .closebtn:hover {
  color: #ccc
}

.overlay-modal button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer
}

.overlay-modal button:hover {
  background: #bbb
}

.overlay-modal input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #FFFFFF;
  border-radius: 0
}

.overlay-modal input[type=text]:hover {
  background: #f1f1f1
}

.overlay-modal {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9)
}

.p-l0 {
  padding-left: 0px
}

.p-l1 {
  padding-left: 7px
}

.p-l2 {
  padding-left: 20px
}

.p-l3 {
  padding-left: 30px
}

.p-l4 {
  padding-left: 40px
}

.p-l5 {
  padding-left: 50px
}

.p-l6 {
  padding-left: 60px
}

.page-item.active .page-link {
  background-color: var(--site-color);
  border-color: var(--site-color)
}

.page-link {
  color: var(--site-color);
  border: 0;
  border-radius: 200px !important
}

.page-link:hover {
  color: var(--site-color)
}

.pd-150 {
  padding-top: 50px
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0
}

.pie::after {
  content: \"\";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto
}

.pie::before {
  content: \"\";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  top: 50px;
  left: 50px
}

.pieID {
  display: inline-block;
  vertical-align: top
}

.pinterest:hover {
  color: #e60023
}

.por-mayor thead th {
  border-bottom: 0px !important
}

.por-mayor {
  overflow-x: auto;
  margin-left: 6.5em;
  margin-right: 3.5em;
  overflow-y: visible
}

.por-mayor {
  overflow-x: hidden;
  margin-left: 6.5em;
  margin-right: 3.5em;
  overflow-y: visible
}

.precio-carrito {
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--site-color)
}

.preview-imagen-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 212px;
  line-height: 212px;
  border-radius: 10px;
  overflow: hidden
}

.redondeado-noticias-y-novedades {
  border-radius: 20px
}

.redondeado-noticias-y-novedades-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%
}

.registro-usuario h1 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0px;
  color: #444
}

.registro-usuario h2 {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0px;
  color: var(--site-color)
}

.registro-usuario label {
  font-weight: 400;
  font-size: 1rem;
  color: #444
}

.registro-usuario p {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--site-color)
}

.registro-usuario {
  background-color: #fff;
}

.right {
  display: none
}

.right {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 700
}

.rojo {
  color: var(--site-color)
}

.row:after {
  content: \"\";
  display: table;
  clear: both
}

.sepia {
  background-color: #F8F5EE
}

.share-facebook:hover {
  color: #0077e2
}

.share-facebook {
  font-size: 20px;
  color: #666
}

.share-pinterest:hover {
  color: var(--site-color)
}

.share-pinterest {
  font-size: 20px;
  color: #cecece
}

.share-twitter:hover {
  color: #1DA1F2
}

.share-twitter {
  font-size: 20px;
  color: #666
}

.share-whatsapp:hover {
  color: #09CC61
}

.share-whatsapp {
  font-size: 20px;
  color: #666
}

.side {
  float: left;
  width: 15%;
  margin-top: 10px;
  font-size: 0.8rem
}

.sku h5 {
  font-size: 1rem !important;
  color: #212529;
  margin-right: 10px
}

.sku span {
  margin-right: 10px
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px)
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s
}

.snackbar.showError {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5s;
  animation: fadein 0.5s, fadeout 0.5s 5s;
  background-color: rgb(252, 0, 0);
  color: rgb(255, 255, 255)
}

.social-networks a {
  font-size: 1.7rem;
  color: #454545;
  transition: 0.2s;
  padding: 0
}

.social-networks a:hover {
  text-decoration: none
}

.social-networks {
  text-align: left;
  padding-bottom: 20px
}

.fa-stack {
  width: 2em;
}

.sombras-slides {
  text-shadow: 2px 2px 4px #333333
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.sub-collapser {
  display: block;
  background: none;
  position: absolute;
  right: 0;
  width: 40px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  color: #707070;
  top: 0px;
  padding: 9px;
  font-size: 12px;
  height: 32px;
  background-color: #fafafa
}

.sub-collapser {
  display: none
}

.subtitulo-acceso {
  font-size: 15px;
  color: #777777
}

.subtitulo-auto-usado {
  font-size: 0.9em !important
}

.sucursal-auto {
  height: 19px
}

.tab button {
  display: block;
  background-color: inherit;
  color: #444;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  font-weight: 600
}

.tab button.active {
  background-color: #eee;
  color: var(--site-color)
}

.tab button:hover {
  background-color: #ddd;
  color: var(--site-color)
}

.tab {
  float: left;
  border: 0px solid #ccc;
  background-color: #fff;
  width: 20%
}

.tabcontent {
  float: left;
  padding: 0px 30px;
  border: 0px solid #ccc;
  width: 80%;
  border-left: none
}

.text-black {
  color: #333 !important
}

.text-bold-xl {
  font-weight: 700 !important
}

.text-bold {
  font-weight: 500 !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-grey {
  color: #808080 !important;
  font-size: 13px !important
}

.text-site {
  color: var(--site-color) !important
}

.tilde-ficha {
  font-size: 0.9rem;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  text-align: center;
  background-color: var(--site-color);
  z-index: 9;
  width: 35px;
  height: 35px;
  position: absolute;
  margin-left: 25px;
  margin-top: 50%;
  padding-top: 10px
}

.titulo-acceso {
  font-size: 20px;
  line-height: 30px
}

.titulo-auto-usado {
  font-size: 1.5em !important;
  margin-bottom: 0px
}

.titulo-auto {
  margin-bottom: 0px
}

.titulo-clasificacion {
  text-transform: uppercase
}

.tooltip-1 .tooltiptext-1 {
  visibility: hidden;
  width: 120px;
  background-color: #777;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 10;
  bottom: 80%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 400;
  font-size: 0.7rem;
  color: #FFF
}

.tooltip-1 .tooltiptext-1::after {
  content: \"\";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent
}

.tooltip-1 {
  position: relative;
  display: inline-block
}

.tooltip-1:hover .tooltiptext-1 {
  visibility: visible;
  opacity: 1
}

.twitter:hover {
  color: #00aced
}

.ui-slider-handle:focus {
  border-radius: 50px !important
}

.ui-slider-handle {
  background-color: var(--site-color) !important;
  border-width: 0px !important;
  border-radius: 50px !important
}

.ui-slider-range {
  background-color: var(--site-color) !important
}

.validacion {
  color: #dc3545 !important;
  font-size: 13px;
  position: absolute
}

.vertical-align-middle {
  vertical-align: middle
}

.whatsapp {
  color: #25d366
}

.whatsapp:hover {
  color: #09CC61
}

.xs-encabezado p {
  text-align: right !important;
  font-size: 2rem;
  font-weight: 600
}

.xs-encabezado {
  background-color: #0077e2
}

.youtube:hover {
  color: #ff0000
}

#baja_lateral {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #888;
  cursor: default
}

#custom-button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 98;
  font-size: 1.5rem;
  line-height: 2rem;
  border: none;
  outline: none;
  background-color: var(--site-color);
  color: #FFFFFF;
  cursor: pointer;
  text-align: center
}

#custom-button-alert-naranja {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9997;
  width: 20%;
  opacity: 1;
  padding: 25px;
  box-shadow: 0 1px 5px #bbb, inset 0 0px 0 #fff
}

#custom-button-alert-rojo {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 20%;
  opacity: 1;
  padding: 25px;
  box-shadow: 0 1px 5px #bbb, inset 0 0px 0 #fff
}

#custom-button-alert-verde {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9996;
  width: 20%;
  opacity: 1;
  padding: 25px;
  box-shadow: 0 1px 5px #bbb, inset 0 0px 0 #fff
}

#custom-button-carrito img {
  width: 65px;
  float: left;
  padding-right: 13px
}

#custom-button-carrito {
  display: none;
  position: fixed;
  top: 215px;
  right: 110px;
  width: 25%;
  z-index: 9999;
  font-size: 0.8rem;
  line-height: 1rem;
  border: none;
  outline: none;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  padding: 30px;
  opacity: 1;
  box-shadow: 0 1px 5px #bbb, inset 0 0px 0 #fff;
  background: #ffffff
}

#custom-button-min img {
  width: 70px;
  float: left;
  padding-right: 13px
}

#custom-button-min {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  font-size: 1rem;
  line-height: 1.2rem;
  border: none;
  outline: none;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  padding: 20px;
  opacity: 1;
  box-shadow: 0 1px 5px #bbb, inset 0 0px 0 #fff;
  background: #F8F9FA
}

#custom-button-whatsapp {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  z-index: 999;
  font-size: 1.5rem;
  line-height: 2rem;
  border: none;
  outline: none;
  background-color: #09CC61;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding-top: 10px
}

#custom-button-whatsapp:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transition: 0.2s;
  opacity: 0.8
}

#custom-button:hover {
  background-color: #444;
  transition: 0.2s;
  opacity: 0.5
}

#footer_menu a {
  display: block
}

#formDatosCompra .chosen-single {
  border-bottom-color: #DDD !important
}

#header-nav .navbar-dark .navbar-nav>li>a,
#header-nav .navbar-dark .navbar-nav>li>a:focus {
  color: rgba(255, 255, 255, .5)
}

#header-nav .navbar-nav>li>a {
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px
}

#header-nav #menu-principal-dynamic-mobile li a,
#header-nav #menu-principal-dynamic-mobile li a:focus {
  font-size: 15px;
  padding-left: 2px;
  color: #fff;
}

#header-nav .navbar-nav>li>a,
#header-nav .navbar-nav>li>a:focus {
  font-size: 15px;
  padding-left: 2px;
  color: #222222;
}

#header-nav .navbar-nav>li>a.active {
  color: var(--site-color) !important;
  background-color: transparent;
  font-weight: 700;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #2094DD
}

#header-nav .navbar-nav>li>a.active:hover {
  background-color: transparent
}

#header-nav .navbar-nav>li>a:hover,
#header-nav .navbar-nav>li>a:focus:hover {
  color: #716b6b
}

#header-nav .navbar-nav>li>a:hover,
#header-nav .navbar-nav>li>a:focus:hover {
  color: #716b6b;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #2094DD
}

#header-nav .navbar-toggler {
  font-size: 1rem;
  padding: 8px 15px;
  color: var(--menu-text)
}


#header-nav.navbar-shrink .navbar-brand {
  color: #222222
}

#header-nav.navbar-shrink .navbar-brand:hover,
#header-nav.navbar-shrink .navbar-brand:focus {
  color: #000
}

#header-nav.navbar-shrink .navbar-nav>li>a:hover,
#header-nav.navbar-shrink .navbar-nav>li>a:focus:hover {
  color: var(--site-color)
}

.header-text {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.header-text:hover {
  color: #f0f0f0;
  text-decoration: none;
}


#myTab .nav-link {
  color: #aaa;
  border: 0px
}

#myTab .nav-link.active {
  color: #FFFFFF;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--site-color);
  font-weight: 600
}

#myTab .nav-tabs {
  border: 0px
}

#navbars {
  min-height: 40px
}

#redes_sociales_footer a:hover {
  opacity: 0.7
}

#snackbar,
.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s
}

#Imagenes .splide__slide img {
  width: auto;
  height: 100% !important;
  object-fit: cover;
}

#Imagenes .splide__slide {
  background: transparent !important;
}


.modal-open #header-nav {
  background-color: transparent !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1037;
  background-color: #000;
}

.modal-backdrop.show {
  opacity: .85;
}

.modal-content-transparent {

  border: none !important;
  background-color: transparent;
}


.border-radius-right-0,
.border-radius-right-0 button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.border-radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.no-focus {
  outline: none;
  box-shadow: none;
}

.no-focus:focus {
  outline: none;
  box-shadow: none;
}

.card {
  border-radius: 10px;
}

.skeleton .preview-imagen-1 div {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;

  background: #ebebeb;
  background: linear-gradient(to right, #f3f3f3 8%, #ebebeb 38%, #f3f3f3 54%);
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.skeleton .reserva {
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;

  background: #ebebeb;
  color: transparent;
  border-width: 0;
  background: linear-gradient(to right, #f3f3f3 8%, #ebebeb 38%, #f3f3f3 54%);
}


.skeleton .descripcion {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  height: 24px;
  background: #ebebeb;
  color: transparent;
  border-width: 0;
  background: linear-gradient(to right, #f3f3f3 8%, #ebebeb 38%, #f3f3f3 54%);
}

.skeleton .precio {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  width: 50%;
  height: 78px;

  background: #ebebeb;
  color: transparent;
  border-width: 0;
  background: linear-gradient(to right, #f3f3f3 8%, #ebebeb 38%, #f3f3f3 54%);
}



@keyframes placeHolderShimmer {
  0% {
    background-position: -600px 0
  }

  100% {
    background-position: 600px 0
  }
}

.border-danger {
  border-color: rgb(255 2 2 / 50%) !important;
}



.offer__gallery {
  width: calc(100% - 40px);
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 10px;
}

.offer__gallery {
  position: relative;
  height: 55vh;
}

.offer__gallery__item.first {
  border-right: 5px solid #fff;
}

.offer__gallery__item.second {
  border-bottom: 5px solid #fff;
}

.offer__gallery__item {
  cursor: pointer;
  position: relative;
  transition: all .35s;
}

.camper-img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}

.overflow-hidden {
  overflow: hidden !important;
}

.img__cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: .2s ease-in-out;
}



.van-feature {
  color: #333;
  font-size: 12px;
  line-height: 1;
}

.van-feature img {
  height: 35px;
  width: 35px;
}


.van-feature-xl {
  color: #333;
  font-size: 16px;
  line-height: 1;
}

.van-feature-xl img {
  height: 70px;
  width: 70px;
}


#header-nav {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-weight: 400;
  position: fixed;
  top: 0;
  z-index: 1038;
  width: 100%;

}

#header-nav img {
  width: 200px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}


#main {
  margin-top: 126px;
}



@media (max-width: 576px) {
  #header-nav.resized {
    height: auto !important;
  }
}


#header-nav.resized img {
  width: 150px !important;
}

.sticky-top {
  top: 110px;
  align-self: flex-start;
}

.card {
  border: 1px solid #e6e6e6;
}

.selectable-box {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 25px 15px;
}

.selectable-box .extra__price,
.selectable-box .extra__title {
  font-weight: 600 !important;
  color: #595959;
  font-size: 16px;
  margin-bottom: 0px;
}

.selectable-box.active {
  border: 1px solid var(--site-color) !important;
  background-color: #f8f8f8;
}

.precio span {
  font-weight: 500;
}

.badge-main {
  background-color: var(--site-color);
  color: white;
}


.gj-picker .disabled,
.gj-picker .disabled div {
  color: #ea0909 !important;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.reserva-camper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: .2s ease-in-out;
}

.text-shadow {
  text-shadow: 1px 3px 6px #dfdfdf;
}

.splide__slide {
  overflow: hidden;
}




.grid-gallery {
  display: grid;
  grid-auto-rows: 200px;
  grid-gap: 0.8rem;
  grid-auto-flow: row dense;
}

@media all and (min-width: 320px) {
  .grid-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (min-width: 768px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 1024px) {
  .grid-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid-gallery__item:nth-child(11n+1) {
  grid-column: span 1;
}

.grid-gallery__item:nth-child(11n+8) {
  grid-column: span 4;
  grid-row: span 2;
}

.grid-gallery__item:nth-child(11n+9) {
  grid-row: span 1;
}

.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phoneInput .iti {
  width: 100%;
}

.fa-lg {
  font-size: 38px;
}

.svg-loader {
  display: flex;
  position: relative;
  align-content: space-around;
  justify-content: center;
}

.loader-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  fill: none;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke: #343a40;
}

.loader-svg.bg {
  stroke-width: 8px;
  stroke: #ffffff;
}

.animate {
  stroke-dasharray: 242.6;
  animation: fill-animation 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
}

@keyframes fill-animation {
  0% {
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 141.3;
    stroke-dashoffset: 141.3;
  }

  100% {
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 282.6;
  }
}


.btn-ver-foto {
  border: black;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 500;
}
.btn-ver-foto svg{
  width: 22px;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.road-trip-detail__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  max-height: 450px;
  border-radius: 30px;
}

.road-trip-detail__bg--intern {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  border-radius: 30px;
  max-height: 450px;
}


picture img {
  -o-object-fit: cover;
  object-fit: cover;
}

picture, picture img {
  height: 100%;
  width: 100%;
}

.road-trip-detail__number {
  border: 2px solid #5642cd;
  border-radius: 62px;
  color: #5642cd;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300 !important;
  height: 62px;
  margin: auto 10px auto 0;
  min-height: 62px;
  min-width: 62px;
  padding: 10px;
  text-align: center;
  width: 62px;
}

.road-trip-detail__paragraph{
  white-space: break-spaces;
}

.road-trip-planner{
  position: absolute;
  background: white;
  width: 100%;
  top: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 14px 0 rgba(var(--color-black-rgb),0.1);
  min-height: 65px;
  display:flex;
}