@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --fuentePpal: "Inter", sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a,
a:hover {
  color: var(--color-marca2);
  -webkit-transition: color 0.1s, background-color 0.1s;
  -moz-transition: color 0.1s, background-color 0.1s;
  -o-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
  outline: none;
}

body {
  /* --color-marca1: #d42901; */
  --color-marca1: #d20909;
  --color-marca2: #d47100;
  --color-marca3: #2a667f;
  --txt-claro: #f0f0f0;
  --txt-oscuro: #0f0f0f;
  --bg-oscuro: #040316;
  --bg-claro: #fafafa;
  background: var(--bg-claro);
  color: var(--txt-oscuro);
  line-height: 20px;
  font-size: 14px;
  padding-top: 0;
  font-family: var(--fuentePpal);
  font-weight: 400;
  overflow: auto;
}

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active,
button:focus {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

a.navbar-brand {
  margin-left: 35px;
  margin-top: 7px;
  margin-bottom: 2px;
}

.form-control:focus,
.search_box {
  outline: 0;
  box-shadow: none;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fuentePpal);
  font-weight: 600;
  color: var(--color-marca2);
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 140%;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 115%;
  border-bottom: 1px solid var(--color-marca1);
  margin: 3% 0;
  padding-bottom: 10px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
  border: 1px solid #ddd;
  color: #111;
  font-size: 14px;
  margin-bottom: 0px;
  height: 36px;
  border-radius: 10px;
}

.btn {
  border-radius: 10px !important;
}

header#header {
  position: absolute;
  top: 0;
  width: 100%;
}

header {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 6;
  height: 85px;
}

.top-bar {
  background: var(--color-marca1);
  color: var(--color-marca2);
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

i {
  font-style: normal;
}

i.fa,
i.far {
  font-family: "Fontawesome";
  font-style: normal;
}

button.close {
  border: none;
  background: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 180px !important;
}

.top-bar a,
.top-bar i {
  color: var(--color-marca2);
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar li.list-inline-item {
  border-left: 1px solid;
  padding: 5px 20px;
}

.top-bar li.list-inline-item:last-child {
  border-right: 1px solid;
}

.mediospago i {
  font-size: 30px;
}

.search .input-group {
  display: block;
}

.search,
.search i {
  color: #222;
}

.search {
  margin-right: 0;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 15px;
}

input.search-form {
  background: #fff;
  border: 1px solid #999;
  width: 550px;
  color: #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 45px;
  padding: 15px 12px;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 20px;
}

.search-movil {
  display: none;
}

input.search-form-movil {
  background: #fff;
  border: 1px solid #ccc;
  width: 90%;
  color: #999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  margin-bottom: 0;
}

span.input-group-btn {
  position: absolute;
  top: 3px;
  right: 3px;
}

button.btn.btn-buscartop {
  background: 0 0;
}

button.btn.btn-buscartop i {
  color: #33a5b7;
}

div.container {
  min-width: 1280px;
}

@media (min-width: 1600px) {
  div.container {
    width: 1500px;
    max-width: 1500px;
  }
}

div.container-fluid.header {
  position: relative;
  padding: 0;
}

div#carritoDesktop {
  position: absolute;
  right: 0;
  top: 10%;
}

span.carritotop,
span.carritotop a {
  color: var(--color-marca2) !important;
}

a#loginDesktop {
  border-radius: 10px;
  padding: 10px 20px;
}

/*
div#navbarNavDropdown {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
	width: 100%;
	background: var(--color-marca2)
}
*/
#icomovil {
  display: none;
}

/*
div#navbarCollapse {
	background: #f1f1f1;
	position: absolute;
    width: 100%;
    top: 10px;
}
*/
.dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
    -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 1em;
  min-width: 200px;
  margin-top: 10px;
}

.dropdown-menu ul li a {
  padding: 10px 20px;
  color: inherit;
}

.dropdown-menu a:hover {
  background: #585858;
  color: #fff;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-weight: 400;
  outline: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background: #eee;
  color: #333 !important;
}

.bootstrap-select .dropdown-menu {
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.bootstrap-select .dropdown-menu::before,
.bootstrap-select .dropdown-menu::after {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),
    -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  color: #333;
  font-size: 1em;
}

.bootstrap-select .dropdown-menu.open {
  max-height: 230px !important;
}

.bootstrap-select .dropdown-menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -5px;
  left: 30px;
}

.bootstrap-select .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #eee;
  position: absolute;
  top: -8px;
  left: 30px;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
  background: #9055a2;
  color: #fff;
}

.bootstrap-select .dropdown-menu a {
  padding: 10px 20px;
}

.bootstrap-select .dropdown-toggle {
  border: 1px solid #ddd !important;
  border-radius: 50px !important;
  color: #555 !important;
  background: #fff;
}

.dropdown-toggle {
  background: 0 0;
  outline: none;
  border-radius: 0;
}

.dropdown-toggle span {
  color: #555;
}

.dropdown-toggle::after {
  border: none !important;
  content: "\f107";
  vertical-align: baseline;
  font-family: fontawesome;
  margin-left: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

ul.list-unstyled li {
  margin: 0;
}

/*
nav.navbar {
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1)
}
.navbar .container-fluid {
	padding: 0
}
nav.navbar .dropdown-item {
	padding: 0;
	margin-bottom: 30px
}
nav.navbar .dropdown-item:last-of-type {
	margin-bottom: 0
}
nav.navbar .nav-item {
	position: relative
}
nav.navbar a.nav-link {
	color: #565656;
	font-weight: 600;
	text-transform: uppercase
}
nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
	color: #d37d00
}
nav.navbar a.nav-link i {
	margin-left: 3px
}
nav.navbar .cart .dropdown-menu {
	padding: 30px
}
nav.navbar a.view-cart {
	display: none
}
nav.navbar .cart-product {
	min-width: 320px
}
nav.navbar .cart-product span, nav.navbar .cart-product strong, nav.navbar .cart-product small {
	display: block
}
nav.navbar .total-price {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
*/
span#montoCarrito {
  font-weight: 700;
  font-size: 22px;
}

nav.navbar .CTA .btn,
nav.navbar .CTA .btn-template-outlined {
  width: 50%;
}

nav.navbar .CTA .btn:first-of-type,
nav.navbar .CTA .btn-template-outlined:first-of-type {
  margin-right: 10px;
}

.right-col {
  position: absolute;
  right: 0;
  width: 200px;
  top: 0;
  height: 50px;
}

nav.navbar .right-col a.dropdown-toggle {
  color: #333;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
}

nav.navbar .right-col a.dropdown-toggle::after {
  display: none;
}

nav.navbar .right-col .cart {
  font-size: 1.1em;
  position: relative;
}

a#cartdetails i {
  margin-right: 10px;
}

ul.nav.navbar-nav {
  margin: 0 auto;
}

ul.nav.navbar-nav li {
  position: relative;
}

div#navbarNavDropdown {
  border: 0px solid;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 200px;
}

div.nav {
  border-bottom: 0px solid #eee;
  background: var(--bg-claro);
  color: var(--txt-oscuro);
}

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 600;
}

nav.navbar .cart-no {
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  font-size: 0.6em;
  background: #9055a2;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
}

nav.navbar .menu-large {
  position: static !important;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: normal;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 5px;
}

.dropdown-menu > li a {
  padding: 7px 15px !important;
  color: #333;
  font-size: 0.9em;
  text-transform: none !important;
}

.dropdown-menu > li a:hover {
  color: #fff !important;
}

.dropdown-menu > a:active {
  background-color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  font-size: 1em;
}

li.dropdown-submenu a {
  color: #000 !important;
}

.megamenu {
  width: 100%;
  padding: 40px 30px !important;
  margin-top: 0;
  z-index: 9999;
  background: #000;
}

.megamenu strong {
  margin-bottom: 10px;
  display: block;
}

.megamenu a,
.megamenu a:hover,
.megamenu a:focus {
  color: #fff;
}

.megamenu ul {
  padding: 0;
  margin-bottom: 18px;
  font-size: 12px;
}

.megamenu ul li {
  margin: 0px 0;
}

ul.list-unstyled li a {
  padding-left: 10px !important;
}

.megamenu ul a {
  padding: 2px 0 !important;
  text-decoration: none;
  color: #fff !important;
}

.megamenu ul a:hover {
  background: 0 0;
}

.megamenu .product-col {
  border-left: 0px solid #eee;
}

.megamenu .product-heading a {
  color: #333;
}

.megamenu .product-heading a:focus,
.megamenu .product-heading a:hover {
  color: #9055a2;
  background: 0 0;
  text-decoration: none;
}

.megamenu .product-image img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.megamenu .product-image:hover {
  background: 0 0;
}

.megamenu .price {
  color: var(--color-marca2);
}

a.btn.btn-compra-rapida {
  background: var(--color-marca1);
  color: #fff;
}

a:hover.btn.btn-compra-rapida,
a:focus.btn.btn-compra-rapida {
  background: var(--color-marca2);
}

.megamenu ul.rate li {
  margin: 0;
}

.megamenu .services-block {
  margin-top: 15px;
}

.megamenu .services-block .item {
  margin: 15px 0;
}

.megamenu .services-block span {
  font-weight: 700;
  font-size: 0.95em;
  display: block;
}

.megamenu .services-block small {
  display: block;
  color: #555;
}

.megamenu .services-block i {
  font-size: 1.8em;
  margin-right: 10px;
}

.right-col .dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 35px;
}

.right-col .dropdown-item:hover {
  background: 0 0;
}

.right-col .cart-product a {
  text-decoration: none !important;
  color: #333 !important;
  padding: 0;
}

.right-col .cart-product a:hover {
  background: 0 0;
}

.right-col .cart-product span {
  font-weight: 700;
  font-size: 0.85em;
  display: block;
  margin-top: 5px;
  color: #555;
}

.right-col .cart-product i {
  cursor: pointer;
}

.right-col a.btn,
.right-col a.btn-template-outlined {
  color: #fff;
}

.right-col small,
.right-col span {
  font-weight: 400;
  color: #fff;
}

span#contador {
  color: #fff !important;
  background: #7a7a7a;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  position: relative;
  left: -5px;
  top: -5px;
}

.dropdown-menu.megamenu a:hover {
  color: #000;
}

@media (max-width: 992px) {
  .megamenu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px;
  }

  .megamenu .product-col,
  .megamenu .services-block {
    display: none;
  }

  a.view-cart {
    display: inline-block !important;
    font-size: 0.85em;
    text-decoration: none !important;
    margin-left: 10px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  nav.navbar .search,
  nav.navbar .right-col a.dropdown-toggle {
    margin-bottom: 10px !important;
  }

  .right-col .dropdown-menu {
    position: absolute;
    margin: 0;
    margin-left: -7px;
    margin-bottom: 20px;
    width: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  nav.navbar .cart-no {
    right: auto;
    left: 55px;
  }

  /*
nav.navbar .dropdown-menu {
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}*/
}

section.slider {
  padding: 0;
  margin: 0 auto;
}

.flexslider {
  border: 0;
}

.flex-direction-nav a {
  color: #fff !important;
  background: none;
  height: 70px !important;
  width: 70px !important;
  text-align: center !important;
  padding-top: 10px;
}

.flex-direction-nav a:before {
  display: none !important;
}

.medios-promos {
  padding: 5% 0;
}

.medios-promos.home2 {
  padding: 0;
}

.medios-promos,
.medios-promos a,
.medios-promos i {
  color: var(--color-marca2);
}

.medios-promos .col-md-3 {
  border-right: 1px solid var(--color-marca4);
}

.medios-promos .col-md-3:last-child {
  border-right: 0;
}

.title-sol span,
.widget h5,
h4.tit_categorias {
  text-transform: uppercase;
}

.title-sol.style2::after {
  background: var(--color-marca1);
  content: "";
  display: block;
  height: 1px;
  margin-left: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
  display: none;
}

.title-sol.style2 {
  font-size: 25px;
  font-weight: lighter;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  border: none;
  font-family: open sans, sans-serif;
}

.title-sol {
  font-family: Calibri;
  color: var(--color-marca2);
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0;
  padding: 0;
}

.title-sol.style2 span {
  color: var(--color-marca2);
  background: none;
  display: table;
  position: relative;
  z-index: 2;
  padding: 5px 15px;
  text-align: left;
  text-transform: uppercase;
}

.title-sol span {
  display: inline-block;
}

section#boxprod {
  padding: 0;
  background: #000;
}

.tuequipo {
  background: #000;
  margin-bottom: 0 !important;
}

.tuequipo span {
  color: #fff !important;
  background: 0 0 !important;
  margin: 0 auto;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 0.5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 4px 0.5px rgb(0 0 0 / 10%);
  border-radius: 4px;
}

.home2 .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: 0;
  -webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
  border-radius: 8px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.menu-banners {
  background: var(--color-marca1);
}

figure.menu-banners.otro {
  background: #9055a2;
}

figure.menu-banners img,
figure.menu-banners h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.menu-banners img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.menu-banners h2,
figure.menu-banners p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}

figure.menu-banners p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

figure.menu-banners:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}

figure.menu-banners:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.menu-banners:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#ofertas_home .container-fluid,
#novedades_home .container-fluid {
  padding: 2% 10%;
}

section#ofertas_home .col-md-prod,
section#novedades_home .col-md-prod {
  width: 16.6666%;
  padding-left: 8px;
  padding-right: 8px;
  margin: 5px 0;
}

section#ofertas_home div.owl-carousel .col-md-prod,
section#novedades_home div.owl-carousel .col-md-prod,
section#home_masvendidos div.owl-carousel .col-md-prod {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  margin: 5px 0;
}

.row.owl-carousel.owl-theme.owl-loaded.owl-drag {
  margin: 0 auto !important;
}

div.owl-nav span {
  font-size: 50px;
  color: #a19d9f;
  font-weight: 700;
}

div.owl-nav {
  position: relative;
  bottom: 250px;
}

div.owl-nav .owl-prev {
  left: -20px;
  position: relative;
}

button.owl-next {
  float: right;
  position: relative;
  left: 25px;
}

section#novedades_home {
  margin: 0;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#novedades_home hr {
  border-top: 1px solid var(--color-marca1);
}

section#noticiasHome {
  margin-top: 15px;
}

.cajanove {
  background: #fff;
  padding: 8px;
}

.tv .cajanove {
  background: rgba(0, 0, 0, 0.7);
  padding: 8px;
  color: #fff;
}

.tv .cajanove.review {
  background: #eaeaea;
  padding: 8px;
  color: #333;
}

.tv .cajanove h1,
.tv .cajanove h1 a {
  font: 700 16px open sans, sans-serif;
  color: #66fb00;
}

.tv .cajanove.review h1,
.tv .cajanove.review h1 a {
  font: 700 16px open sans, sans-serif;
  color: #666;
}

.cajanove h1 {
  font: 700 16px open sans, sans-serif;
  color: #3e9020;
}

.cajanove h1 a {
  color: #3e9020;
}

.jumbotron {
  background: #000;
  padding: 10px 0;
}

.jumbotron h1 {
  text-transform: uppercase;
}

.jumbotron h1,
.jumbotron p {
  color: #fff;
}

div#barrahormiga {
  border: 0px solid #ccc;
  margin-bottom: 20px;
  padding: 0;
  background: 0 0;
  border-radius: 10px;
  margin: 20px 0;
}

div#barrahormiga i {
  color: var(--color-marca2);
}
div#barrahormiga i:hover {
  cursor: pointer;
}

div#barrahormiga a {
  font: 600 14px open sans, sans-serif;
  color: #444;
}

div#barrahormiga > div {
  padding-left: 0;
}

div#barrahormiga select {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

div#barrahormiga div.col-md-8 {
  padding-top: 5px;
}

#boxprod .col-md-3 {
  padding: 0;
}

button#recomendar2 {
  top: -11px;
  left: 5px;
  cursor: pointer;
}

section#boxprod .col-md-3 {
  padding: 0;
  margin: 0;
}

div.product img {
  transition: all 0.3s ease;
}

div.product:hover .image img {
  /*-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(.5)*/
}

.product {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0;
}

.product:hover {
  /*border: 1px solid var(--color-marca2)*/
}

.product:hover div.description h4 a {
  color: var(--color-marca2);
}

.product h4 {
  padding: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.product h4 a {
  color: #3a3a3a;
}

.image,
.item.list-view .image,
.product,
div.quickview {
  text-align: center;
}

.product .image {
  overflow: hidden;
  width: 100%;
  margin: 0;
  /* height: 285px!important */
}

/* PRODUCTOS ASOCIADOS */
div.asociado {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
}

div.asociado col-md-10 {
  padding-left: 5px;
}

div.asociado h4 {
  margin: 0;
}

div.asociado h4 a {
  font-size: 12px;
}

div.asociado .price {
  font-size: 15px !important;
  padding: 0 !important;
}

#detalle #tablaDescuentosCantidad.estilo {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  width: 90%;
  font-size: 12px;
}

#detalle #tablaDescuentosCantidad > b {
  padding-left: 7px;
}

#detalle table.tablaDescuentos {
  margin: 0 !important;
}

#detalle table.tablaDescuentos tr:last-child td {
  border: none !important;
}

.product .image {
  justify-content: center;
}

#articulos .product .image {
  overflow: hidden;
  width: 100%;
  margin: 0;
  height: 340px !important;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background: #f5f5f5;
  justify-content: center;
}

#articulos .product.modofila {
  margin-bottom: 15px;
}

#articulos .product.modofila .image {
  height: auto !important;
  padding-bottom: 20px;
}

#articulos .product.modofila .description {
  padding-top: 20px;
}

#articulos .product.modofila .description + div.col-md-3 {
  padding-top: 20px;
}

.product .image a img {
  width: 90%;
  mix-blend-mode: multiply;
}

.product .image {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

.image {
  position: relative;
}

.image,
.image a {
  display: block;
}

.price {
  font-size: 25px;
  color: #333;
  padding: 10px 0;
  font-weight: 700;
}

.btn.btn-compra {
  background: #9d9d9d;
  font-size: 13px;
  color: #fff !important;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  padding: 6px 15px;
  cursor: pointer;
}

.btn.btn-compra:hover {
  color: #fff;
  background: #5a5a5a;
}

.art_cod_precios {
  display: block;
  padding: 5px;
}

.movil {
  display: none;
}

.product.modofila {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

.modofila .description,
.modofila .description h4,
span.semaforostock {
  text-align: center;
}

.product.modofila h4,
.product.modofila span.semaforostock,
.product.modofila .description {
  text-align: left;
}

.semaforostock {
  position: relative;
  top: -2px;
}

.modofila .image {
  padding-top: 20px;
}

.modofila .price {
  font-size: 25px;
}

.modofila .btn.btn-compra {
  padding: 10px 15px;
  margin-bottom: 20px;
}

.modofila div.product img {
  transition: none;
}

div.product:hover.modofila .image img {
  transform: none !important;
  filter: none !important;
}

div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
}

div.quickview a {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.product:hover div.quickview {
  visibility: visible;
}

.btn-quickview {
  border-radius: 2px;
  font-family: open sans, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  color: #000 !important;
  text-transform: uppercase;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: auto;
  min-width: 100px;
  max-height: 40px;
  height: 40px !important;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  padding: 10px;
  visibility: hidden;
  width: auto;
  display: inline-block !important;
  z-index: 2;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  transition: all 0.3s ease;
}

div.product:hover div.quickview a.btn-quickview {
  visibility: visible;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -ms-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}

.cajaprod > .btn-quickview:hover {
  opacity: 0.95;
}

.verCateTodos {
}

h1.botonfiltrar {
  border: 1px solid #ccc;
  padding: 8px;
  font: 16px open sans, sans-serif;
  display: none;
}

h1.botonfiltrar a {
  display: block;
}

div.filtros_left {
  display: block;
}

div.filtros_left h3,
li.menuLatTit {
  font: 600 14px var(--fuentePpal);
  color: var(--color-marca2) !important;
  padding: 5px;
  padding-left: 0;
}

li.menuLatTit {
  margin-bottom: 10px !important;
}

i.borrarcate,
i.borrarsubcate,
i.borrarmarca {
  color: #ff0000;
}

span.cateactual,
span.subcateactual,
span.marcaactual {
  font-weight: 700;
  color: #000;
}

ul.cates,
ul.subcates,
ul.marcas {
  border-bottom: 0 solid #ddd;
  list-style-type: square;
  padding-bottom: 15px;
  margin-left: 0;
  padding: 0;
}

div.nav_subcat_p ul {
  padding: 0;
}

ul.cates li label,
ul.subcates li label,
ul.marcas li label {
  cursor: pointer;
}

ul.cates li label:hover,
ul.subcates li label:hover,
ul.marcas li label:hover {
  cursor: pointer;
}

ul.marcas,
ul.filtros,
div.nav_subcat_p li {
  list-style: none !important;
}

li.menuLatTit {
  font: 700 14px var(--fuentePpal);
  color: #59d802;
}

ul.term-list {
  padding-left: 20px;
}

div.col_pager {
  padding-left: 0;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}

div.button-pager li {
  float: none;
  display: inline-block;
  list-style-type: none;
  margin: 0 10px 10px;
  min-width: 34px;
  min-height: 34px;
  padding: 7px 10px;
  vertical-align: middle;
  font-weight: 700;
}

div.button-pager li a img {
  margin-top: 3px;
  display: block;
}

div.button-pager li.button-pager a {
  padding: 7px;
  margin: -7px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
  color: var(--color-marca1);
}

li.button-rpager {
  background: 0 0 !important;
}

div.button-pager li:hover {
  background: #f3f3f3;
  border-radius: 100%;
}

div.button-pager li a:hover {
  color: #000;
  text-decoration: none;
}

.barraformato {
  text-align: right;
}

#articulos .col-md-prod {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  margin: 5px 0;
}

h1.prod-titulo {
  font: 700 25px var(--fuentePpal);
  color: #333;
}

.prod-codigo {
  font: 400 13px var(--fuentePpal);
  color: #999;
}

#detalle span.precioCuota {
  color: #df2530;
  font-weight: bold;
}

#detalle .precios {
  margin: 30px 0;
}

#detalle div.price #precio {
  font-weight: bold;
}

#detalle .price {
  font-size: 40px;
  font-weight: 700;
}

#detalle ul#cuotas {
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

#detalle a.verTodasCuotas {
  background: #ccc;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 5px;
}

#detalle ul#cuotas li {
  padding: 8px 0;
}

#relacionados .price {
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
}

#relacionados .product h4 {
  margin-bottom: 0;
}

#relacionados .col-md-prod {
  width: 25%;
}

#redessh {
  padding: 2% 0;
  margin: 5% 0;
}

span.stLarge {
  -webkit-border-radius: 100%;
  color: var(--color-marca2);
  border-radius: 100%;
  padding-top: 20px;
  font-size: 20px;
  height: 60px;
  width: 60px;
}

#recomendar2 {
  top: -20px;
  border: 1px solid #000;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  background: 0 0;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sp-wrap {
  background: #fff !important;
  max-width: 100% !important;
  border: 0px solid #ccc !important;
}

.stButton .stLarge {
  height: 32px !important;
  width: 32px !important;
}

.stButton .stLarge:hover {
  background-position: unset;
}

.dlarga > h3 {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.dlarga_content .row .col-md-6 .row {
  margin: 0;
}

.dlarga_content .row .col-md-6 .row .col-md-6 {
  background: #f3f3f3;
}

span.dlarga_content h3 {
  border-bottom: 1px solid var(--color-marca1);
  padding-top: 10px;
}

div.dcorta {
  margin: 15px 0;
}

div.dlarga {
  margin: 15px 0;
}

.dlarga_content .col-md-6 {
  margin: 10px 0;
}

.detmp {
  width: 22% !important;
}

button#cotizarEnvio {
  background: #ccc;
  border: 0;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.login {
  max-width: 700px !important;
}

.login h3,
.login h4 {
  text-align: center;
  margin-bottom: 2%;
}

.login span {
  color: var(--color-marca2);
}

.btn.btn-login {
  background: #ababad;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 7px 22px;
  cursor: pointer;
}

.btn.btn-login:hover {
  background: #999;
}

span#errorlogin span,
span#errorlogin2 span {
  color: red;
  padding: 8px 0;
  display: block !important;
  text-align: center !important;
}

.login-help {
  color: var(--color-marca2);
}

form.form-registro div.input-group {
  padding: 10px 0;
}

#log1 i,
#nolog1 i {
  color: red;
}

input#cuponid {
  width: 80%;
}

.btn-cupon {
  margin-left: 8%;
}

div.cabcarrito {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
  padding: 8px;
}

div.cabcarrito > div {
  padding-left: 15px;
  padding-right: 15px;
}

div.filacarrito {
  padding: 1% 0;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
}

.titproditemcarrito {
  font-weight: 700;
}

.preciounitarioitemcarrito {
  font-weight: 700;
  color: var(--color-marca2);
}

.preciosubtotalitemcarrito {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.resumencarrito .cajaresumencarrito {
  padding: 20px;
  border: 0 solid #e0e0e0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 5px 0;
}

div.todocarrito {
  padding: 15px;
}

.carritoeliminar span {
  font-family: sans-serif;
}

i.carritoeliminar span {
  color: #ff7f76;
}

ul#formaspago {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#formaspago li label {
  cursor: pointer;
}

ul.op {
  list-style: none;
}

span#titcheckout2 {
  font: 700 20px open sans, sans-serif;
  color: var(--txt-oscuro);
}
span#txtTotal {
  font-weight: bold;
}

small.help-block {
  color: #f44336;
}

.contacto {
  margin: 5% auto;
}

.contacto i {
  /* border-radius: 100%; */
  /* height: 50px; */
  /* width: 50px; */
  text-align: center;
  font-size: 20px;
  /* border: 1px solid; */
  padding-top: 15px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.contacto iframe {
  /* margin-top: 5% */
}

.btn-success {
  background: 090;
  border: 0;
  color: #fff !important;
  cursor: pointer;
}

.btn-focus:hover,
.btn-success:hover,
.btn-compra:hover,
.btn-default:hover,
.btn-success.focus .btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #038003;
}

.modal h5.modal-title {
  font: 700 16px open sans, sans-serif !important;
  color: #000;
  letter-spacing: normal;
  text-align: center;
  padding: 8px;
  width: 100%;
  border-bottom: 0;
}

.modal-header {
  padding: 8px;
}

.modal-footer {
  display: block;
  text-align: center;
}

a.modalcuotas {
  padding: 10px 20px;
  display: inline-block;
  background: var(--color-marca1);
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  text-decoration: none;
}

a.modalcuotas h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.modal-header {
  padding: 8px;
}

.modal-footer {
  display: block;
  text-align: center;
}

div#ModalAgregar div.modal-body {
  background: #fff;
}

div#ModalAgregar div.modal-footer {
  text-align: center;
  padding-bottom: 10px;
}

div#ModalAgregar div.modal-footer a.btn.btn-primary {
  background: red;
}

div#ModalAgregar div.modal-footer a.btn.btn-secondary {
  color: #fff !important;
}

div.modal-content div.search {
  width: 100%;
}

div.modal-content div.search div.input-group input.search-form {
  width: 100%;
}

.armarpc {
  background: #000;
  color: #fff;
  padding-top: 20px;
}

.armarpc h1,
.armarpc h2 {
  color: #fff;
}

div#componentesAgregados .tit-armado-2 {
  font: 700 16px open sans, sans-serif;
  background: var(--color-marca1);
  color: #fff;
  text-align: center;
  padding: 10px;
}

div#detallearmado .row {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed #ccc;
}

img.img-componente-agregados {
  max-width: 60px;
  margin-right: 10px;
}

div#componentesAgregados {
  border: 1px dotted #ccc;
}

div.tit-parte-armado {
  font-size: 20px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

div.tit-parte-armado img {
  width: 50px;
}

h4.desc-item-armado {
  padding: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

.pasoselect {
  background: #ccc;
}

.precio-ami {
  font-family: var(--fuentePpal);
  font-size: 20px;
}

.componente {
  font-size: 15px;
}

div#detallearmado .col-md-9 i {
  right: 5% !important;
  font-size: 20px;
}

.marcamicro,
.caja-prod-armado {
  cursor: pointer;
}

.caja-prod-armado {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  border: none;
}

.caja-prod-armado:hover {
  border: 0px solid var(--color-marca1);
}

.caja-prod-armado div.img-item img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.caja-prod-armado:hover div.img-item img {
  transform: scale(1.2);
}

.marcamicro .caja-prod-armado,
.marcamicro .caja-prod-armado:hover {
  border: 0;
}

div#pasos {
  padding: 20px 0;
}

.marcamicro h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

h6.tit-armado-2 {
  display: none;
}

div.armarpc-seleccionados div.col-md-armarpc {
  width: 20%;
}

.resumentotal {
  margin-top: 20px;
}

.totalpriceami {
  font-weight: 700;
  font-size: 25px;
}

.modificar {
  float: right;
  width: 100%;
  text-align: right;
  color: var(--color-marca1);
}

.modificar a {
  color: #ee7202;
  text-decoration: none;
}

.modificar a:hover {
  color: red;
  text-decoration: none;
}

div#detallearmado h3 {
  font-weight: 100;
}

.infoitemarmado {
  text-align: center;
}

.sincantidad select {
  display: none;
}

p#contenidoModalCotizacion {
  border: none;
  text-align: center;
}

p#contenidoModalSelector select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
}

div#modalEnvioPack div.modal-body {
  text-align: center;
}

div#modalEnvioPack div.modal-footer {
  border: none;
}

footer {
  background: #363636;
  padding: 5% 0%;
}

footer,
footer a,
footer a:hover,
footer a:focus {
  color: #eee;
}

footer h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

footer hr {
  width: 100px;
  border: 1px solid var(--color-marca1);
  margin-left: 0;
}

footer li {
  margin: 4px 0;
  font-size: 12.5px;
}

footer div.footer-col a {
  display: block;
}

footer div.footer-col h3 {
  color: #fff;
  font-weight: 700;
}

footer .redes {
  /* margin-top: 15px */
}

footer .redes a:hover {
  text-decoration: none;
}

div.redesfooter i {
  font-size: 45px;
}

b.titcontacto {
  margin-bottom: 8px;
  display: block;
}

div.redesfooter .fa-facebook-square {
  color: #2d62ce;
  background: #fff;
  border-radius: 40% 50%;
  line-height: 38px;
}

div.redesfooter .fa-youtube-play {
  color: red;
  background: #fff;
  border-radius: 100%;
  line-height: 30px;
}

div.redesfooter .fa-instagram {
  color: #e1306c;
  background: #fff;
  border-radius: 50%;
  line-height: 38px;
}

footer div.footer-col.redesfooter a {
  display: inline;
}

#ctrlDataFiscal_image {
  width: 50px;
  margin-bottom: 20px;
}

select.cant-prod-armado {
  position: relative;
  top: -10px;
}

@media (min-width: 480px) and (max-width: 2500px) {
  div#link-ver-detalle-armado {
    display: none;
  }
}

@media (min-width: 1920px) {
  .product .image {
    /*height: 370px!important*/
  }
}

@media (max-width: 1920px) and (min-width: 1024px) {
  #solapas a.nav-link {
    font-size: 14px;
    color: #aaa;
    font-weight: 700;
  }

  #solapas a.nav-link.active {
    font-size: 14px;
    color: #59d802;
    font-weight: 700;
  }
}

@media (max-width: 1440px) {
  ul#menu-productos {
    padding-top: 25px;
    margin-left: 0 !important;
  }

  ul#menu-perifericos {
    left: -113px !important;
    padding-top: 25px;
  }
}

@media (max-width: 1360px) {
  ul#menu-productos {
    padding-top: 25px;
    margin-left: 0 !important;
  }

  ul#menu-perifericos {
    left: -78px !important;
    padding-top: 25px;
  }
}

@media (max-width: 1280px) {
  .cbp-hrmenu > ul > li > a {
    font-size: 12px !important;
  }

  figure.menu-spots h2 {
    font: 100 30px calibri, sans-serif;
  }
}

@media (max-width: 1160px) {
  ul.dropdown-menu {
    width: 1100px !important;
    position: absolute;
    left: 0;
    background: #000;
  }

  ul#menu-productos {
    padding-top: 25px;
    margin-left: -198px !important;
  }

  ul#menu-perifericos {
    left: -40px !important;
    padding-top: 25px;
  }

  input.search-form {
    width: 550px;
  }

  .search {
    margin-left: -270px;
  }
}

@media (max-width: 1024px) {
  ul.dropdown-menu {
    width: 960px !important;
    position: absolute;
    left: 0;
    background: #000;
  }

  ul#menu-productos {
    padding-top: 25px;
    margin-left: -121px !important;
  }

  ul#menu-perifericos {
    left: -35px !important;
    padding-top: 25px;
  }

  input.search-form {
    width: 400px;
  }

  .search {
    margin-left: -220px;
  }
}

@media (min-width: 769px) {
  a#usuarioMovilSinLoguear,
  a#usuarioMovilLogueado {
    display: none !important;
  }
}

@media (max-width: 768px) {
  h1.botonfiltrar {
    display: block;
  }
/*
  div.filtros_left {
    display: none;
  }


nav.navbar.navbar-expand-lg {
	position: relative
}
a.navbar-brand {
	margin-left: 35px;
	margin-top: 7px;
	margin-bottom: 2px
}
button.navbar-toggler {
	left: 0!important;
	position: absolute;
	top: 13px
}
a.navbar-brand img {
	max-width: 180px;
	margin-left: 0px
}*/
  a#abrirpanelcarrito {
    position: absolute;
    top: 22px;
    right: 15px;
  }

  a#usuarioMovilSinLoguear,
  a#usuarioMovilLogueado {
    position: absolute;
    top: 22px;
    right: 95px;
  }

  a#abrirpanelbusqueda {
    position: absolute;
    top: 22px;
    right: 60px;
  }

  a.nav-link {
    padding: 12px !important;
  }

  ul.dropdown-menu.dropdown-cart {
    width: 100%;
    top: 50px;
    padding: 10px;
    color: #000;
  }

  .col-md-prod,
  #articulos .col-md-prod {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  #relacionados .col-md-prod {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  ul.dropdown-menu {
    width: 100% !important;
    position: absolute;
    left: 0;
    background: #000;
  }

  ul#menu-productos {
    padding-top: 25px;
    margin-left: 0 !important;
  }

  ul#menu-perifericos {
    left: 0 !important;
    padding-top: 25px;
  }

  .hidden-md,
  .hidden-lg {
    display: inline;
  }

  input.search-form {
    width: 400px;
  }

  .search {
    display: none;
  }
}

@media (max-width: 767px) {
  ul.logos-tarjetas li {
    width: 16%;
  }

  div.texto-tarjetas {
    margin-top: 0;
  }

  span.icono {
    margin-top: 15px;
  }
}

@media (min-width: 481px) {
  .ver_detalle_armado_pc {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-bar span {
    display: none;
  }

  .top-bar li.list-inline-item {
    border: 0 !important;
  }

  div.barraformato {
    /* display: none; */
  }

  button.navbar-toggler {
    top: -45px;
  }

  .right-col {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    top: -45px;
  }

  .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    top: 0;
  }

  section.spots img {
    margin: 5px 0;
  }

  input.search-form:focus,
  input.search-form:hover {
    width: 300px;
  }

  #relacionados .col-md-prod {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  section#ofertas_home .col-md-prod,
  section#novedades_home .col-md-prod {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0;
  }

  .barraformato {
    text-align: left;
  }

  #detalle div#redessh {
    clear: both;
    margin-top: 50px;
  }

  div.cabcarrito {
    display: none;
  }

  header .container.header {
    width: 100%;
    padding: 0;
  }

  .navbar {
    padding: 0;
  }

  ul.nav.navbar-nav {
    background: #ccc;
    padding: 0;
    width: 100%;
    margin-top: 0px;
  }

  div#navbarNavDropdown {
    width: 100%;
    border: 0px solid;
    margin: 0;
    position: absolute;
    top: 70px;
  }

  div.redestop {
    display: none;
  }

  span.ws {
    display: none;
  }

  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    margin-left: auto;
    margin-right: auto;
  }

  div.ingresotop i {
    color: #65ba3c;
    font-size: 23px;
  }

  .navbar a.navbar-brand img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  div.texto-tarjetas span {
    display: none;
  }

  div.texto-tarjetas {
    width: 100%;
    text-align: center;
    font-size: 10px !important;
    font-family: open sans, sans-serif;
  }

  ul.logos-tarjetas {
    margin-top: 6px;
  }

  div.texto-tarjetas p {
    margin-bottom: 0 !important;
  }

  ul.logos-tarjetas li {
    width: 25%;
  }

  span.icono p,
  a.verpromos {
    font-size: 10px !important;
    font-family: open sans, sans-serif;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0;
  }

  span.icono span {
    display: block;
  }

  span.icono {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  ul.flex-direction-nav {
    display: none;
  }

  #detallearmado {
    display: none;
  }

  #componentesAgregados .col-xs-3 {
    width: 25%;
  }

  #componentesAgregados .col-xs-9 {
    width: 75%;
  }

  .ver_detalle_armado_pc {
    display: block;
    text-align: center;
    background: #666;
    color: #fff;
    padding: 10px;
    width: 90%;
    margin: 10px auto 0;
    cursor: pointer;
  }

  .tit-parte-armado {
    margin-top: 15px;
  }

  div.footer-col,
  div.footer-col h3 {
    text-align: left;
  }

  div.ingresotop span {
    display: none;
  }

  div.texto {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  ul.no-margin.brand-carousel.slick-initialized.slick-slider {
    padding: 0;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  span.icono img {
    width: 20%;
  }

  span.icono p {
    font-size: 8px;
    font-weight: 700;
  }

  .bajo-slide-pago .texto p {
    display: none;
  }

  ul.logos-tarjetas li:nth-child(5),
  ul.logos-tarjetas li:nth-child(6) {
    display: none;
  }

  ul.logos-tarjetas li img {
    width: 23px;
    margin: 0 auto;
    height: auto;
  }

  .texto a {
    font-size: 8px;
    font-weight: 700;
  }

  a.vertodoshome {
    margin-bottom: 30px;
  }

  div.redesfooter img {
    width: 40px;
    height: auto;
  }

  p.paginado {
    position: relative;
    top: -10px;
  }

  p.paginado span.pagactual {
    display: block;
  }

  p.paginado span.pipe {
    display: none;
  }

  button.owl-next,
  button.owl-prev {
    display: none;
  }

  .search-movil {
    display: inline;
    float: right;
    padding-top: 5%;
    margin-right: 22%;
  }

  #content-mobile {
    display: block;
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0;
  }

  .price {
    padding: 10px 0;
  }

  .contacto {
    text-align: center;
  }

  #icomovil {
    display: inline-block !important;
  }

  .ocultar,
  span#logeado {
    display: none;
  }

  nav.navbar .right-col a.dropdown-toggle {
    margin-right: 10px;
  }

  .cart .dropdown-menu.show {
    background: #f3f3f3;
    margin-top: 25%;
  }

  .detmp {
    width: 10% !important;
  }

  #detallearmado img {
    max-width: 80px;
    margin: 0 auto;
    display: block;
  }

  div.tit-parte-armado img {
    width: 100%;
    max-width: 80px !important;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .tit-parte-armado {
    padding-bottom: 15px;
  }

  .precio-ami {
    text-align: center;
  }

  .jumbotron h1 {
    text-align: center;
  }

  .imagenitemarmado img {
    margin: 0 auto;
    display: block;
  }

  #detallearmado {
    text-align: center;
  }

  .modificar {
    float: none;
    text-align: center;
  }

  .medios-promos {
    text-align: center;
    padding: 5%;
  }

  .medios-promos i {
    display: none;
  }

  .product .image {
    height: 160px !important;
  }

  #articulos .product .image {
    height: 400px !important;
  }

  a.verTodasCuotas {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 460px) {
  div.quickview {
    margin-top: 25%;
  }
}

@media screen and (max-width: 400px) {
  #sp-next,
  #sp-prev {
    bottom: 50%;
  }
}

@media (max-width: 400px) {
  div.quickview {
    margin-top: 35%;
  }
}

@media (max-width: 360px) {
  .search-movil {
    margin-right: 20%;
  }

  .product .image {
    height: 180px !important;
  }

  #articulos .product .image {
    height: 380px !important;
  }
}

@media (max-width: 320px) {
  .search-movil {
    margin-right: 25%;
  }

  a.navbar-brand img {
    margin-left: -15px;
    max-width: 160px;
  }

  .product .image {
    height: 135px !important;
  }

  #articulos .product .image {
    height: 330px !important;
  }
}

div.botonWS {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
}

.product {
  background: #fff;
  border: none;
  /*
	-webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%); */
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product:hover {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  border: 2px solid #f5f9fa;
  -webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 10%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0;
}

#relacionados .col-md-prod {
  width: 23%;
  margin: 10px;
}

#detalle input#boton-compra {
  display: inline-block;
  float: left;
}

#detalle button#cotizarEnvio {
  clear: both;
  margin-top: 45px;
  display: block;
}

/* home nueva */
.home2 .flexslider {
  margin: 0 0 0px;
}

.home2 .medios-promos.home2 {
  height: 110px !important;
}

.home2 .medios-promos.home2 div.col-md-3 {
  height: 100%;
}

.home2 .flex-control-nav.flex-control-paging {
  display: none;
}

.medios-promos.home2 div.col-md-3 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.home2 .iconos_home ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0;
}

.home2 .iconos_home ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  padding: 10px;
}

.home2 .iconos_home ul li img {
  width: 60px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home2 .iconos_home ul li a:hover {
  text-decoration: none;
}

.home2 .iconos_home li:hover img {
  filter: contrast(20%) sepia(1) hue-rotate(50deg) saturate(500%);
  transform: scale(1.1);
}

.home2 .iconos_home a {
  font-weight: bold;
}

.home2 .iconos_home li:hover {
  font-weight: bold;
  background: #fafafa;
}

@media (max-width: 480px) {
  .home2 .iconos_home ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 10px;
  }
}

.home2 {
  font-family: var(--fuentePpal) !important;
  text-transform: none !important;
}

.product h4 {
  padding: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

.product h4 a:hover {
  text-decoration: none;
}

.price {
  font-family: var(--fuentePpal);
  font-size: 20px;
}

.product {
  padding-bottom: 10px !important;
  border-radius: 4px;
  background: #fff;
  border: none;
  position: relative;
  /*
	-webkit-box-shadow: 0 0 4px 0.5px rgb(0 0 0 / 10%);
        box-shadow: 0 0 4px 0.5px rgb(0 0 0 / 10%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
	
	-webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.home2 .owl-nav {
  display: none;
}

.home2 #ofertas_home {
  background: #f1f1f1;
}

#ofertas_home {
  padding-top: 50px;
  padding-bottom: 10px;
  background: #f1f1f1;
}

.product .image {
  overflow: hidden;
  width: 100%;
  margin: 0;
  /*height: auto !important;*/
}

@media (min-width: 1200px) {
  .home2 .container {
    max-width: 1250px;
    margin: 0 auto;
  }

  .home2 .container.medios-promos {
    max-width: 1200px;
  }
}

section#spots1 {
  padding: 0 0 0px 0;
  padding-top: 50px;
}

.home2 .title-sol.style2 {
  font-size: 25px;
  line-height: 30px;
  margin: 30px 0 20px;
}

.home2 .title-sol.style2,
.title-sol.style3 {
  font-weight: 400;
  border: none;
  padding: 0;
  position: relative;
}

.home2 .title-sol {
  font-family: var(--fuentePpal);
  color: #454545;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  padding: 0;
}

.home2 .title-sol.style2::after {
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  margin-left: 10%;
  position: absolute;
  top: 20px;
  width: 80%;
  z-index: 1;
}

.home2 .title-sol.style2 span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

.home2 section#novedades_home .title-sol.style2 span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  background: #fafafa;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

.home section#ofertas_home {
  padding-top: 1px;
  margin-top: 50px;
}

.home2 section#ofertas_home div.container-fluid,
.home2 section#novedades_home div.container-fluid {
  padding: 0px 0 50px 0;
  max-width: 1200px;
}

.home2 section#novedades_home {
  margin: 50px 0 20px 0;
}

.home2 .container-fluid.p-0 {
  max-width: 1200px;
}

div.product:hover .image img {
  /*-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(1);
	opacity:.5*/
}

.home2 section#boxprod.container-fluid {
  max-width: 1200px;
  background: transparent;
}

.home2 section#boxprod > div.row {
  margin-left: 0;
}

.home2 h5.tuequipo {
  background: transparent;
  color: #000;
}

.home2 h5.tuequipo span {
  background: #fafafa !important;
  color: #000 !important;
}

footer h1 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--fuentePpal);
}

.home2 figure.menu-banners h2,
.home2 figure.menu-banners p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  color: #fff;
  width: 100%;
}

.img-responsive {
  width: 100%;
}

div#divDevelopmentMode {
  display: none;
}

.home2 div.medios-promos {
  overflow: hidden;
}

.home2 div.medios-promos ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.home2 div.medios-promos ul li {
  float: left;
  width: 20%;
  text-align: center;
}

.home2 div.medios-promos ul li {
  padding: 5px;
}

.home2 div.medios-promos ul li:hover {
  padding: 5px;
}

.home2 div.medios-promos ul li > div {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #fff;
}

.home2 div.medios-promos ul li:hover > div {
  -webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
  box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 30%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.home2 div#novedades_home {
  margin-bottom: 0;
}

.home2 div.medios-promos {
  margin-top: 0;
  padding-top: 0;
}

.home2 div.medios-promos ul {
  overflow: hidden;
}

section#iconos_home {
  padding-top: 50px;
}

@media (max-width: 480px) {
  div.medios-promos ul li {
    float: none;
    width: 100%;
    text-align: center;
  }

  .home2 li.solomovilico {
    display: inline !important;
  }

  .home2 div.iconos_home.bloque2 {
    display: none;
  }

  .home2 div.row.container {
    margin-left: auto;
    margin-right: auto;
  }

  section#banners1 img {
    margin-bottom: 0px;
  }

  section#boxprod div#maquinasarmadas {
    padding: 10px;
  }

  section#boxprod .row {
    margin: 0;
  }

  .home2 section#novedades_home {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home2 div.medios-promos ul li {
    float: none;
    width: 100%;
  }
}

div.caja-prod-armado h4 {
  font-weight: normal;
  font-family: var(--fuentePpal);
}

div.caja-prod-armado .precio-ami {
  font-family: var(--fuentePpal);
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 481px) {
  div.filtros h3 {
    font-weight: bold;
  }

  div.filtros_left ul.cates a,
  div.filtros_left ul.subcates a,
  div.filtros_left ul.marcas a,
  div.filtros_left label {
    font-weight: 400;
  }
}

span.dlarga_content {
  font-weight: 400;
}

@media (min-width: 481px) {
  .megamenu {
    min-height: 550px;
  }
}

@media (max-width: 480px) {
  .megamenu {
    background-image: none !important;
  }
}

.img-fluid {
  height: auto;
}

/*.owl-carousel .owl-item img { min-height:200px !important }*/

div.product div.image a.imagen-producto {
  min-height: 220px;
}

@media (max-width: 480px) {
  #relacionados .col-md-prod {
    width: 50%;
    margin: 0px;
    margin-bottom: 10px;
  }

  #relacionados div.product div.image a.imagen-producto {
    min-height: 150px;
  }

  div#barrahormiga a {
    font: bold 14px var(--fuentePpal);
    color: #444;
  }

  .home2 section#boxprod figure.menu-banners:hover p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    color: #fff;
    width: 100%;
    font-size: 13px;
    line-height: 14px;
  }
}

div.elementoclass {
  border-bottom: 0px solid #ccc;
  overflow: hidden;
  padding: 0 7px;
}

.texto-item-armado {
  padding: 0;
}

.tit-parte-armado img {
  max-width: 50px;
}

/* #filadelivery10 .loader_10 {
    display: none;
} */

span#saleterms,
span#delivery {
  font-weight: bold;
}

@media (max-width: 480px) {
  #articulos .product,
  .caja-prod-armado {
    padding-bottom: 10px !important;
    border-radius: 0px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 0%);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px;
  }

  #articulos .product div.image,
  .caja-prod-armado div.imagenitemarmado {
    width: 40%;
    float: left;
    height: auto !important;
    min-height: auto !important;
  }

  #articulos div.product div.image a.imagen-producto {
    min-height: auto !important;
  }

  #articulos .product {
    padding-bottom: 5px !important;
    padding-top: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
  }

  #articulos .col-md-prod {
    margin: 0;
  }

  #articulos div.description,
  .caja-prod-armado div.infoitemarmado {
    width: 70%;
    float: right;
    padding-left: 10px;
    text-align: left;
  }

  div.elementoclass {
    border-bottom: 0px solid #ccc;
    overflow: hidden;
    padding: 0 7px;
  }

  .tit-parte-armado {
    text-align: center;
  }

  .caja-prod-armado {
    margin-bottom: 0;
  }

  .caja-prod-armado .precio-ami {
    text-align: left;
  }

  #articulos .product div.price {
    /* width: ; */
  }

  #articulos .price + p {
    float: right;
    width: 70%;
    text-align: left;
    padding-left: 15px;
  }

  #articulos div.quickview a {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100% !important;
  }

  ul.navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  ul.navbar-nav .dropdown-menu a {
    background: #f4f4f4;
    color: #000 !important;
    padding-left: 35px !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #cccccc;
  }

  img.super_ofertas_movil {
    display: block;
  }

  img.super_ofertas_desktop {
    display: none;
  }

  img.nuevos_ingresos_desktop {
    display: none;
  }

  img.nuevos_ingresos_movil {
    display: block;
  }

  section#ofertas_home > div.container > div.col-md-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

div#detallearmado .w-100 {
  width: 80% !important;
}

@media (max-width: 480px) {
  a.btn-primary.btn-compra {
    margin-left: 8px;
    /*float:right*/
  }

  #ofertas_home a.btn-primary.btn-compra,
  #novedades_home a.btn-primary.btn-compra,
  #relacionados a.btn-primary.btn-compra {
    width: 90%;
    float: none;
  }

  .product {
    overflow: hidden;
  }
}

div.owl-item div.col-md-prod div.product h4 {
}

div#contenedorBajoSlide {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  max-width: 1250px;
  margin: 30px auto 40px auto;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 30px;
}

div.container.bajoslide {
  margin: 0 auto;
}

div.bajoslide > div:nth-child(1),
div.bajoslide > div:nth-child(2),
div.bajoslide > div:nth-child(3) {
  border-right: 1px solid #fff;
}

div.bajoslide > div {
  text-align: center;
}

div.bajoslide,
div.bajoslide a,
div.bajoslide i {
  color: #464646;
}

div.bajada {
  text-align: left;
}

div.bajoslide img {
  margin-right: 20px;
}

section#accesosHome {
}

section#accesosHome ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section#accesosHome ul li {
  float: left;
  text-align: center;
}

.container.carousel_iconos {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding-top: 20px;
}

.slick-slide img {
  height: 70px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.container.carousel_marcas {
  max-width: 100%;
  background: #fff;
}

.slick-slide img:hover {
  transform: scale(1.2);
  opacity: 1;
}

.slick-prev:before {
  content: "\f137" !important;
}

.slick-next:before {
  content: "\f138" !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome" !important;
  color: #ccc;
  font-size: 20px;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  font-family: "FontAwesome" !important;
  color: #ffc400;
}

li.slick-slide a {
  text-align: center;
}

li.slick-slide img {
  display: inline-block;
}

ul.iconos-carousel {
  padding: 20px 0;
}

ul.iconos-carousel li {
  text-align: center;
  font-weight: 600;
}

.caja_func_sup {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 30px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.caja_func_sup #logueado,
.caja_func_sup #no_logueado,
.caja_func_sup .carritotop {
  float: right;
  width: auto;
}

.caja_func_sup #logueado,
.caja_func_sup #no_logueado {
  margin: 0 10px;
  position: relative;
  top: -2px;
}

header.header > .container {
  position: relative;
}

.title-sol.style2 span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

.title-sol.style2::after {
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  margin-left: 10%;
  position: absolute;
  top: 20px;
  width: 80%;
  z-index: 1;
}

section#iconos_home div.icono a {
  /* background: #f0f0f0;
    padding: 20px;
    display: inline-block;
    border-radius: 50%;*/
}

section#iconos_home div.icono a img {
  width: 100px;
  height: auto;
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

section#iconos_home div.icono:hover a img {
  width: 100px;
  height: auto;
  filter: grayscale(0);
  transform: scale(1.1);
}

section#iconos_home div.icono {
  text-align: center;
}

section#iconos_home div.icono span {
  display: block;
  text-align: center;
  font-weight: bold;
}

section#iconos_home div.owl-nav .owl-prev {
  position: relative;
  top: -85px;
  left: -25px;
}

section#iconos_home div.owl-nav .owl-next {
  position: relative;
  top: -85px;
  left: 25px;
  height: 1px;
}

div.owl-carousel.owl-carousel-iconos {
  padding: 0 30px;
}

ul.col-cat-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .margen-pc {
    margin-top: 30px;
  }
}

#loginBody {
  padding: 15px;
}

div.cajalogin {
  width: 100%;
}

.btn.btn-login.center-block {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 30px auto;
  }
}

div.product div.image {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 8px;
}

img.img-caja-prod {
  /*max-height:170px; width:55% !important;*/
  height: auto;
}

img.ahora12cajas {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 2;
}

.nuevoTrue,
.ofertaTrue {
  font-size: 11px;
  display: inline-block !important;
  color: #fff;
  padding: 3px 8px;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 6px 0 6px 0;
  border-radius: 6px 0 6px 0;
  font-weight: bold;
}

.ofertaTrue {
  background: forestgreen !important;
  left: 15px;
  top: 13px;
}

.nuevoTrue {
  /* background: #ff9900; */
  background: var(--color-marca1);
  left: 15px;
  top: 13px;
}

#ofertas_home .product .nuevoTrue {
  top: 45px;
}

#novedad_home .product .ofertaTrue {
  top: 45px;
}

#modalcompra a.btn.btn-secondary {
  font-size: 11px;
  background: var(--bg-oscuro);
  color: #fff;
  cursor: pointer;
  border-radius: 25px !important;
}

#modalcompra a.btn.btn-success {
  font-size: 11px;
  background: var(--color-marca2);
  border-radius: 25px !important;
}

h1.titulos {
  text-align: center;
  margin: 20px 0;
  font-size: 22px;
}

.precioTachadoTrue {
  display: block !important;
  font: 700 16px var(--fuentePpal) !important;
  color: #a7a7a7;
  text-decoration: line-through;
}

.precioTachadoFalse {
  display: none !important;
}

#relacionados .precioTachadoTrue {
  display: block !important;
  text-decoration: line-through;
  font: 700 20px var(--fuentePpal) !important;
  color: #f00;
}

a.btn.btn-compra {
  background: #1a72b8;
  padding: 7px 15px;
  border-radius: 50px !important;
  background: #fff;
  border: 1px solid #1a72b8;
  color: #1a72b8 !important;
  transition: all 0.4s;
}

a.btn.btn-compra:hover {
  background: #1a72b8;
  padding: 7px 15px;
  border-radius: 50px !important;
  background: #1a72b8;
  border: 1px solid #1a72b8;
  color: #fff !important;
}

span.porcentaje {
  background: #ff8f00;
  color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 5px;
}

ul.opc_micuenta li {
  background: #eee;
  padding: 8px;
  margin-bottom: 2px;
  border-radius: 5px;
}

ul.opc_micuenta li:hover {
  background: #ddd;
  padding: 8px;
  margin-bottom: 2px;
  border-radius: 5px;
}

ul.opc_micuenta li a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

#detalle section#iconos_home div.col-md-prod {
  margin: 0 10px;
}

#detalle div.owl-carousel.owl-carousel-iconos {
  padding: 0 20px 0 0px;
}

#detalle section#iconos_home .price {
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
}

#detalle section#iconos_home .precioTachadoTrue {
  font-size: 20px !important;
}

i.fa.fa-bars {
  color: #ee7202;
  font-size: 30px;
}

#datos_bancarios64 {
  display: block !important;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.caja_prod_func {
  height: 40px;
  background: rgba(190, 35, 103, 0.9);
  width: 100%;
  position: absolute;
  bottom: -50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product:hover .caja_prod_func {
  transform: translate(0px, -50px);
}

.caja_prod_func a {
  display: inline-block;
}

.caja_prod_func a img {
  filter: invert(1);
}

.product {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  border: 2px solid #f5f9fa;
  padding: 0;
}

.product .description {
  padding: 15px;
  text-align: left;
}

div#campana,
#detalle div#relacionados div#campana {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /* border: 1px solid; */
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  padding-top: 5px;
  background: rgba(100, 100, 100, 0.05);
  color: #ccc;
  font-size: 1em;
  cursor: pointer;
  left: auto;
}

#detalle div#campana {
  margin-top: 0px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: none;
}

#detalle div#campana i {
  font-size: 1em;
  top: 0px;
  position: relative;
}

.avisostock {
  font-size: 1em;
  color: #303133;
  cursor: pointer;
}

.avisostock:hover {
  font-size: 1em;
  color: red;
  cursor: pointer;
}

.avisostockon {
  font-size: 1em;
  color: #ff0000;
  /*padding-top: 10px;*/
  cursor: pointer;
}

.avisostockon:focus {
  font-size: 1.5em;
  color: red;
  /*padding-top: 10px;*/
  cursor: pointer;
}

#campana.fa-bell:hover {
  cursor: pointer;
  color: red;
}

#detalle .avisostock,
#detalle .avisostockon {
  font-size: 1em !important;
  top: 0px;
  position: relative;
}

/*.fa-bell{
	color:#958f8f;
}*/
.fa-bell:focus {
  color: red;
}

.fa-bell:hover {
  color: red;
  cursor: pointer;
}

ul#ui-id-1 {
  z-index: 9999;
  max-width: 390px;
}

.agregarAFavorito:focus {
  color: red;
}

div.quienes_somos_home {
  text-align: center;
  padding: 45px;
}

li.imagen_predictivo.ui-menu-item img {
  background: none !important;
  border-color: transparent !important;
}

.imagen_predictivo.ui-menu-item {
  font-size: 11px;
  font-weight: 400;
}

#tags:focus {
  outline: none;
}

li.imagen_predictivo.ui-menu-item {
  font-weight: normal;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: 1px dotted #ccc;
}

ul.ui-autocomplete.ui-menu {
  border: none;
  background: #f2f2f2;
}

ul.ui-autocomplete.ui-menu li:hover {
  background: #eaeaea;
}

li.imagen_predictivo.ui-menu-item img {
  background: none !important;
  border-color: transparent !important;
}

div.mt {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

ul.navbar-nav.mx-auto {
  padding: 0 !important;
}

a.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

section#accesosHome {
  background: #588db7;
  padding: 30px 0 50px 0 !important;
  margin: 0;
}

section#accesosHome div.container {
  margin: 0 auto;
}

section#accesosHome ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section#accesosHome ul li {
  float: left;
  width: 14.28%;
  padding: 10px;
  text-align: center;
  font: 700 14px var(--fuentePpal);
  color: #fff;
}

section#accesosHome ul li a {
  display: block;
  display: block;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  transition: all 0.5s ease;
  border-radius: 50%;
  padding: 24px 0px;
  text-align: center;
}

section#accesosHome ul li a {
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  transition: all 0.5s ease;
}

section#accesosHome ul li:hover a {
  transform: scale(1.15);
}

section#accesosHome ul li a img {
  width: 105px;
}

div.bajoslide img {
  width: 35px;
  float: left;
  margin-right: 8px;
}

div.bajoslide div.col-md-3 {
  text-align: left;
}

div.bajoslide > div:nth-child(1),
div.bajoslide > div:nth-child(2),
div.bajoslide > div:nth-child(3) {
  border-right: 1px solid #bbb;
}

#novedades_home .owl-nav,
#ofertas_home .owl-nav {
  display: none;
}

/* solo detalle */
div#detalle_info {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

div#detalle_info > .col-md-5 {
  border-left: 1px solid #ddd;
  padding-left: 35px;
}

div.sp-wrap.sp-non-touch {
  border: none !important;
}

.sp-thumbs {
  text-align: left;
  display: block;
  margin-top: 10px;
  width: 18% !important;
  float: left;
}

div.sp-wrap div.sp-thumbs a {
  border: 1px solid #bbb !important;
  margin-bottom: 8px !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}

.sp-large {
  width: 80% !important;
  float: right;
  border: 0px solid #ddd;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
  width: 90px !important;
  height: 90px !important;
}

div.dlarga {
  margin-top: 25px;
  background: #fff;
  font: 400 14px var(--fuentePpal);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.dlarga {
  margin-top: 25px;
  background: #fff;
  font: 400 14px var(--fuentePpal);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.dlarga_content {
  padding: 20px 40px;
}

div#detalle_info2 {
  border-left: 1px solid #ddd;
  padding-left: 35px;
  padding-right: 40px;
  padding-top: 20px;
}

/* armador */
div#componentesAgregados {
  border: 0px dotted #ccc;
  padding: 0 30px;
}

div#componentesAgregados div.row {
  border-bottom: 1px dashed #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}

#slides_ofertas {
  display: block;
}

#slides_ofertas_mobile {
  display: none;
}

.nav.navbar-nav ul {
  border-radius: 10px;
}

@media (max-width: 2500px) and (min-width: 481px) {
  div#info-mobile {
    display: none;
  }

  #contenedorBajoSlide2 {
    display: none;
  }

  .super_ofertas_movil,
  .nuevos_ingresos_movil {
    display: none;
  }
}

@media (max-width: 480px) {
  section#accesosHome {
    display: ncone;
  }

  a.search-movil {
    display: none;
  }

  section#iconos_home {
    /*display:none*/
  }

  div#contenedorBajoSlide {
    display: none;
  }

  div.container {
    min-width: 100%;
  }

  header {
    height: 50px;
  }

  a.navbar-brand img {
  }

  section#iconos_home div.icono a img {
    width: 80px;
  }

  section#iconos_home div.icono span {
    font-size: 13px;
  }

  section#iconos_home {
    padding-top: 20px;
  }

  div.owl-carousel.owl-carousel-iconos {
    padding: 0;
  }

  div.spots-x3 img {
    margin-bottom: 15px;
  }

  div#info-mobile {
    background: #01aef0;
    color: #fff;
    text-align: center;
    display: block;
  }

  div#info-mobile div {
    color: #fff;
    text-align: center;
  }

  #info-mobile div.col-md-3 {
    padding: 10px 0;
    border-bottom: 1px dotted #fff;
  }

  #info-mobile div.row {
    margin: 0 auto;
  }

  div#no_logueado a img {
    width: 30px !important;
  }

  span.carritotop a img {
    width: 32px !important;
  }

  img#lupa-movil {
    width: 29px !important;
    filter: invert(1);
    position: absolute;
    top: 20px;
    right: 120px;
    z-index: 9;
    cursor: pointer;
    display: inline-block !important;
    opacity: 0.6;
  }

  div.modal-content div.search.search-moviles {
    display: block;
    margin-left: 0;
    left: 0;
  }

  #search-movil div.modal-content {
    background: none;
  }

  #articulos div.col-md-prod div.description,
  #articulos div.col-md-prod div.price,
  #articulos div.col-md-prod div.precioTachadoTrue {
    width: 60%;
    float: right;
  }

  #articulos .btn.btn-compra.compracantidad {
    width: 100%;
  }

  img.ahora12cajas {
    width: 30px;
    height: 30px;
  }

  #modalcompra a.btn.btn-secondary {
    color: #fff;
  }

  div.filacarrito {
    margin-bottom: 30px;
  }

  footer .col-md-3 {
    margin-bottom: 30px;
  }

  #slides_ofertas {
    display: none;
  }

  #slides_ofertas_mobile {
    display: block;
  }

  .caja_func_sup {
    width: 200px;
    position: absolute;
    right: 0px;
    top: 20px;
  }

  .caja_func_sup #logueado,
  .caja_func_sup #no_logueado {
    margin: 0 16px;
  }

  button.navbar-toggler {
    position: absolute;
    left: 0;
    top: 15px;
  }

  div.nav .container {
    padding-left: 0;
    padding-right: 0;
  }

  a.navbar-brand {
    margin-left: 30px;
    margin-top: -2px;
    margin-bottom: 0;
  }

  section#accesosHome ul li {
    width: 33%;
  }

  section#accesosHome ul li a img {
    width: 60px;
  }

  section#accesosHome ul li a {
    padding: 15px 0;
  }

  section#accesosHome ul li {
    font: 700 12px var(--fuentePpal);
  }

  .hidden-xs {
    display: none;
  }

  #contenedorBajoSlide2 {
    display: block;
  }

  #contenedorBajoSlide2 div.container > div {
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  li.imagen_predictivo img {
    display: none;
  }

  li.imagen_predictivo.ui-menu-item {
    font-weight: normal;
    font-size: 11px;
    text-transform: capitalize;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
  }

  ul.ui-menu.ui-widget {
    width: 95%;
  }

  .sp-large {
    width: 100% !important;
    float: right;
    border: 0px solid #ddd;
  }

  .sp-thumbs {
    text-align: left;
    display: block;
    margin-top: 10px;
    width: 100% !important;
    float: left;
  }

  div#detalle_info > .col-md-5 {
    border-left: none;
  }
}

ul.ui-menu.ui-widget {
  z-index: 99999;
}

.codigoEAN {
  font-size: 12px;
  color: #bbb;
}

div.cajaDesc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.cajaDesc ul li.tit {
  color: #0c88c1;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

div.cajaDesc ul li {
  padding: 4px 0;
  display: block;
  overflow: hidden;
}

div.cajaDesc ul li span {
  width: 50%;
  display: inline-block;
  float: left;
  font-weight: 500;
}

div.cajaDesc ul li span + span {
  font-weight: 400;
}

div.pasos img {
  width: 20px;
}

div.pasos > span {
  display: inline-block;
  padding: 15px;
  font-weight: bold;
}

div.pasos a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

div.filadelivery {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

/* div.filadelivery:last-child { padding:10px 0; border-bottom:0px dotted #ccc } */
div.filadelivery label {
  margin: 0;
}

#dir_envio {
  margin-bottom: 20px;
  background: #eee;
  border-radius: 10px;
  padding: 8px;
}

span.valorDelivery {
  font-weight: bold;
}

.dlSeleccionado {
  border: 1px solid #090 !important;
  background: #f5f5f5;
}

.dlSeleccionado img {
  mix-blend-mode: multiply;
}

.filadelivery input[type="radio"] {
  width: 0;
}

.filadelivery {
  text-align: center;
  width: 24%;
  float: left;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/* nuevos */

div.tit_ofertas h6 {
  font: bold 2.25rem var(--fuentePpal);
  margin-bottom: 0;
  color: var(--color-marca2);
  margin-top: 20px;
}

div.tit_ofertas a.ver_todos_ofertas {
  background: #ccc;
  padding: 10px;
  border-radius: 10px;
  float: right;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -20px;
}

/* galeria en listados */
#carouselExampleControls {
  width: 100%;
  display: flex;
  align-items: center;
}

.carousel-inner {
  display: flex;
  align-items: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 50px;
}

.product .image a img {
  width: 90%;
}

.carousel.slide {
  height: 100%;
}

.carousel-item {
  background: #fff;
}

div.product:hover .image img {
  transform: scale(1);
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.carousel-control-next-icon {
  background-color: #fff;
  color: #fff;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-size: 20px;
  background-position: 10px !important;
}

.carousel-control-prev-icon {
  background-color: #fff;
  color: #fff;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-size: 20px;
  background-position: 2px !important;
}

.col-md-prod:hover .carousel-control-prev.SI,
.col-md-prod:hover .carousel-control-next.SI {
  visibility: visible !important;
}

.container.spotsHome {
  display: flex;
  margin: 30px auto;
  height: 300px;
  /* altura total del contenedor */
  gap: 20px;
  /* espacio entre columnas */
}

.container.spotsHome * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.columna {
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.columna-1,
.columna-3 {
  width: 25%;
}

.columna-2 {
  width: 50%;
}

.columna-1 .fila,
.columna-3 .fila {
  flex: 1;
  /* cada fila ocupa 50% del alto de su columna */
}

.columna-2 {
  justify-content: center;
  /* centra la única fila verticalmente */
}

.columna-2 .fila {
  height: 100%;
}

.fila {
  border-radius: 10px;
  display: flex;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.4s;
}

.fila:hover {
  transform: scale(1.01);
}

/* 
.fila:hover {
	background-size: 115% !important;
	background-position: center !important;
	background-repeat: no-repeat;
} */

div.carousel_marcas2 ul li {
  padding: 30px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div.slick-track {
  display: flex;
  gap: 20px;
  padding: 30px 0;
}

div.itemMarca {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 50px 10px 10px 10px;
  border-radius: 8px;
}

div.itemMarca:hover img {
  transform: scale(1.1);
}

/* inicio cambios instanciacion */

/* inicio home */
section.spotsHome-banner,
.container.carousel_marcas {
  display: none;
}

span#contador {
  color: var(--txt-claro) !important;
  background: var(--color-marca2);
}

section#novedades_home {
  /* background: var(--bg-claro); */
  background: #f1f1f1;
}

div#contenedorBajoSlide {
  /* background: #eee; */
  background: #f1f1f1;
  max-width: 80%;
}

div.bajoslide,
div.bajoslide a,
div.bajoslide i {
  color: var(--txt-oscuro);
}

.title-sol.style2 span {
  color: var(--txt-oscuro);
  background: var(--bg-claro);
}

.title-sol.style2::after {
  background: var(--txt-oscuro);
}

section#accesosHome {
  background: var(--bg-claro);
  display: none;
}

section#accesosHome ul li {
  color: var(--color-marca2);
}

div.tit_ofertas a.ver_todos_ofertas {
  background: var(--color-marca1);
  transition: all 0.3s ease-in-out;
}

div.tit_ofertas a.ver_todos_ofertas:hover {
  background: var(--color-marca2);
}

div.tit_ofertas h6 div.tit_ofertas p {
  text-transform: capitalize;
  color: var(--color-marca1);
  text-align: center !important;
}

/* #home_masvendidos h6 {
	margin-bottom: 20px;
	font-size: 30px;
} */

#novedades_home .title-sol.style2 span {
  color: var(--txt-oscuro);
  background: #f1f1f1;
}

#novedades_home .title-sol.style2::after {
  background: var(--color-marca2);
}

.tit_ofertas.col-md-12 {
  text-align: center;
  text-transform: capitalize;
}

/* fin home */

/* inicio header/navbar */

div.nav {
  border-bottom: 0px solid #eee;
  background: #fff;
  color: var(--txt-oscuro);
  box-shadow: 0px 0px 5px #555;
  position: fixed;
  width: 100%;
}

header {
  background: var(--bg-claro);
}

img.nuevos_ingresos_desktop,
img.nuevos_ingresos_movil {
  border-radius: 15px;
}

.dropdown-menu a:hover {
  background: var(--color-marca2) !important;
  /* border-radius: 7px; */
}

.dropdown-menu li.show > a.has-submenu.highlighted {
  background: var(--color-marca2) !important;
  color: var(--txt-claro) !important;
}

div#navbarNavDropdown {
  left: 400px;
  top: 30px;
}

span.carritotop.col-md-12,
.col-md-12.tipocambio {
  width: auto;
}

#no_logueado img:hover,
#logueado img:hover {
  cursor: pointer;
}

.tipocambio .tc {
  color: #333;
  font-weight: bold;
}

/* fin header/navbar */

/* inicio footer */

footer {
  /* background: linear-gradient(180deg, rgba(4, 3, 22, 1) 0%, rgba(15, 15, 15, 1) 50%, rgb(64 12 0) 100%); */
  background: var(--bg-oscuro);
  padding: 3% 0;
}

footer a:hover {
  color: #ddd;
  text-decoration: underline;
}

.prefooter {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--txt-claro);
  background: var(--bg-oscuro);
}

.redes img {
  filter: invert(1);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  width: 25px !important;
}

.redes img:hover {
  opacity: 1;
}

/* fin footer */

/* inicio contacto */

.contacto_txt .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contacto_txt .col-md-5 iframe {
  border-radius: 7px;
}

.contacto .col-md-1.col-xs-hidden {
  display: none;
}

#formContacto .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#formContacto {
  padding: 0px;
}

#formContacto input#submitted {
  background: var(--color-marca2);
}

#formContacto input#submitted:hover {
  background: var(--color-marca3);
}

#formContacto textarea.form-control {
  background: #f0f0f0 !important;
  margin: 10px 0 0 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
  background: #f0f0f0 !important;
}

.row.contacto_data {
  margin-top: 40px;
}
.contacto iframe {
  margin-top: 0;
  border-radius: 25px;
}
/* fin contacto */

/* inicio modales */

.modal h5.modal-title {
  font: 600 16px var(--fuentePpal) !important;
  text-align: left;
}

button.btn-close {
  position: relative;
  right: 20px;
}

div.modal-content .search {
  margin-right: 0;
  position: absolute;
  left: 3%;
  margin-left: 0;
  top: 15px;
}

#busquedaModal .search span.input-group-btn {
  position: relative;
  top: 0;
  right: 0;
  float: unset !important;
}

#busquedaModal .modal-dialog {
  width: 100%;
  max-width: 400px;
}

div.modal-content div.search div.input-group input.search-form {
  width: 80%;
  background: var(--bg-claro) !important;
}

.btn.btn-login {
  background: var(--bg-oscuro);
  width: 100%;
  color: var(--txt-claro);
}

.btn.btn-login:hover {
  background: var(--color-marca2);
}

.login-help a {
  color: #555;
}

.login-help a:hover {
  color: #222;
}

#cajaRegistro h3 {
  color: #000;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}

#cajaRegistro a {
  color: var(--color-marca2);
  font-size: 19px;
  border-bottom: 1px solid var(--color-marca2);
  transition: all 0.3s ease-in-out;
}

#cajaRegistro a:hover {
  color: var(--color-marca1);
  border-color: var(--color-marca1);
}

/* fin modales */

/* inicio caja producto */

a.btn.btn-compra {
  padding: 7px 15px;
  border-radius: 50px !important;
  background: var(--color-marca2);
  border: 1px solid var(--color-marca2);
  color: var(--txt-claro) !important;
  transition: all 0.4s;
}

a.btn.btn-compra:hover {
  background: var(--bg-oscuro);
  border: 1px solid var(--bg-oscuro);
  color: var(--txt-claro) !important;
}

.product h4 a:hover {
  color: var(--color-marca1);
}

.product:hover div.description h4 a {
  color: #000;
}

div#campana {
  /* color: red; */
  color: #999;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

div#campana:hover {
  opacity: 1;
  color: #c00;
}

.product .image a img {
  width: 100%;
}

#detalle input#caja_cantidad {
  border-radius: 25px;
  width: 100px !important;
  background: var(--bg-claro) !important;
}

#detalle a.verTodasCuotas {
  background: var(--bg-oscuro);
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: var(--txt-claro);
  display: block;
  width: fit-content;
  margin-top: 10px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

#detalle a.verTodasCuotas:hover {
  background: var(--color-marca2);
}

.product {
  border: none !important;
  box-shadow: 0px 0px 5px #ddd !important;
  transition: all 0.3s ease-in-out;
}

.product:hover {
  /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%); */
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ccc !important;
  transform: translateY(-3px);
}

/* fin caja producto */

/* inicio listado */

div.button-pager li a img {
  max-width: 30px;
}

.product:hover {
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}

/* fin listado */

/* inicio botonera top */

.categorias {
  padding: 3rem 1rem;
  /* background-color: #f8f9fa; */
  background: #fff;
  text-align: center;
}

.categorias-titulo {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c3e50;
  font-weight: 600;
}

.filtros-contenedor {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.filtro {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 1.5rem 1rem; */
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.filtro:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.filtro-icono img {
  width: 200px;
  height: auto;
}

.filtro-icono {
  /* margin-bottom: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out;
}

.filtro:hover .filtro-icono {
  /* background-color: #e9ecef; */
}

.filtro-texto {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c3e50;
  display: none;
}

/* efectos en el hover de la botonera */

.filtro:hover .filtro-icono {
  /* background: var(--color-marca2); */
}

.filtro:hover .filtro-icono img {
  /* filter: invert(1); */
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .filtros-contenedor {
    gap: 1rem;
  }

  .filtro {
    width: 140px;
    padding: 1.2rem 0.8rem;
  }

  .filtro-icono {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 576px) {
  .filtros-contenedor {
    gap: 0.8rem;
  }

  .filtro {
    width: calc(50% - 1rem);
    max-width: 160px;
  }
}

/* fin botonera top */
.container.row.spots-x3 {
  display: none;
}

/* Inicio beneficios  */

.beneficios {
  padding: 4rem 1rem 2rem 1rem;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
  background: linear-gradient(to right, #ffffff, #f1f1f1);
}

.beneficios .beneficios-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.beneficios .beneficios-titulo {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-weight: 700;
}

.beneficios .beneficios-subtitulo {
  font-size: 1.1rem;
  color: #7f8c8d;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.beneficios .beneficios-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.beneficios .beneficios-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  width: 100%;
  max-width: 350px;
  transition: all 0.3s ease;
  text-align: left;
}

.beneficios .beneficios-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.beneficios .beneficios-card-icono {
  margin-bottom: 1.5rem;
  text-align: center;
}

.beneficios .beneficios-card-icono img {
  width: 56px;
  height: 56px;
}

.beneficios .beneficios-card-titulo {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-weight: 600;
  text-align: left;
}

.beneficios .beneficios-card-descripcion {
  color: #7f8c8d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.beneficios .beneficios-card-lista {
  list-style-type: none;
  padding: 0;
}

.beneficios .beneficios-card-lista li {
  padding: 0.5rem 0;
  padding-left: 1.8rem;
  position: relative;
  color: #34495e;
}

.beneficios .beneficios-card-lista li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
}

.beneficios .beneficios-cta {
  background-color: #f4f7fc;
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.beneficios .beneficios-cta p {
  margin: 0;
  color: #2c3e50;
  font-size: 1.1rem;
}

.beneficios .beneficios-cta a {
  /* color: #3498db; */
  color: var(--color-marca2);
  text-decoration: none;
  font-weight: 600;
}

.beneficios .beneficios-cta a:hover {
  text-decoration: underline;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .beneficios .beneficios-cards-container {
    gap: 1.5rem;
  }

  .beneficios .beneficios-card {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .beneficios .beneficios-titulo {
    font-size: 1.8rem;
  }

  .beneficios .beneficios-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .beneficios .beneficios-card {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .beneficios {
    padding: 2.5rem 1rem;
  }

  .beneficios .beneficios-titulo {
    font-size: 1.6rem;
  }

  .beneficios .beneficios-subtitulo {
    font-size: 1rem;
  }

  .beneficios .beneficios-card {
    padding: 1.5rem;
  }

  .beneficios .beneficios-card-titulo {
    font-size: 1.3rem;
  }
}

/* Fin beneficios  */

/* Inicio "nosotros" */

/* Sección Nosotros */
.nosotros-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #222;
}

.section-title span {
  color: #e67e22;
}

/* Contenido principal */
.nosotros-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.nosotros-text {
  flex: 1;
  min-width: 300px;
}

.nosotros-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.nosotros-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Elementos de texto */
.trayectoria {
  margin-bottom: 25px;
}

.trayectoria h3 {
  font-size: 1.8rem;
  color: #e67e22;
  margin-bottom: 15px;
}

#anios-trayectoria {
  font-size: 2.2rem;
}

.nosotros-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.especialidad,
.ubicacion {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.especialidad h4,
.ubicacion h4 {
  color: #e67e22;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .nosotros-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .nosotros-content {
    flex-direction: column;
  }

  .nosotros-text,
  .nosotros-image {
    width: 100%;
  }

  .trayectoria h3 {
    font-size: 1.5rem;
  }

  #anios-trayectoria {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }

  .trayectoria h3 {
    font-size: 1.3rem;
  }

  .nosotros-text p {
    font-size: 1rem;
  }

  .especialidad,
  .ubicacion {
    padding: 15px;
  }
}

/* fin "nosotros" */

#novedades_home img.nuevos_ingresos_desktop {
  height: 85%;
  width: auto;
}

#ofertas_home img.nuevos_ingresos_desktop {
  height: auto;
  width: 100%;
}

#home_masvendidos img.nuevos_ingresos_desktop {
  height: 85%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.container.carousel_marcas2 {
  display: none;
}

ul.subcates li a {
  color: #000;
}

ul.subcates li a:hover {
  color: var(--color-marca2);
}

section.entrebanner {
  margin: 40px auto;
}

.entrebanner img {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
}

.top-bar {
  display: none !important;
}

.navbar-brand img.img-fluid {
  width: 250px;
}

img.img-fluid.lupita {
  width: 50px;
  cursor: pointer;
}

/* inicio btn wpp desplegable (sucursales) */
.branch-item,
.subcategoria-lateral-colapsable li {
  margin: 5px 0;
}
.whatsapp-container {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp-btn {
  background: 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
}
.whatsapp-btn img {
  width: inherit;
  height: auto;
}
.dropdown-content {
  display: none;
  position: relative;
  bottom: 70px;
  right: 25px;
  background: #fff;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}
.branch-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* box-shadow: 0 0 5px #ddd; */
  border-radius: 8px;
  padding: 3px 10px;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
}
a.branch-item:hover {
  background: #f1f1f1;
}
.branch-item img {
  width: 30px;
}
.branch-item span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.wpp-link {
  background: 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpp-link img {
  width: 100%;
  height: auto;
}
.dropdown-content.active {
  display: block;
  animation: 0.3s fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-bubble {
  position: fixed;
  bottom: 110px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-family: var(--font-family) !important;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(0) scale(1.05);
  }
}
.whatsapp-bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #25d366;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
}
.flex-direction-nav {
  display: none !important;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 50px;
  width: 50px;
  height: 50px;
  background: var(--color-marca2);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999999999 !important;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--color-marca1);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.cajalogin span.input-group-text {
  width: 40px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#usuarioModal,
#claveModal {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding-left: 3px;
}
#modallogin h5.modal-title {
  display: flex;
  justify-content: flex-start;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .whatsapp-container {
    right: 20px;
    bottom: 20px;
  }
  .dropdown-content {
    width: 260px;
    max-height: 60vh;
  }
}

/* inicio registro gremios */

.formulario-gremio {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  padding: 25px;
  max-width: 900px;
  margin: 40px auto;
}

.form-gremio__titulo {
  font-size: 1.5rem;
  margin-bottom: 6px;
  font-weight: 600;
  /* color: #1f2937; */
  color: var(--txt-oscuro);
}

.form-gremio__intro {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 20px;
}

.form-gremio__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}

@media (max-width: 768px) {
  .form-gremio__form {
    grid-template-columns: 1fr;
  }
}

.form-gremio__grupo {
  display: flex;
  flex-direction: column;
}

.form-gremio__grupo--full {
  grid-column: 1 / -1;
}

.form-gremio__label {
  font-weight: 600;
  margin-bottom: 6px;
  /* color: #111827; */
  color: var(--txt-oscuro);
  font-size: 0.95rem;
}

.form-gremio__input {
  background: #f0f0f0;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-gremio__input:focus {
  border-color: var(--color-marca2);
  box-shadow: 0 0 3px 0px var(--color-marca2);
  outline: none;
}

.form-gremio__subtitulo {
  font-weight: 600;
  margin-bottom: 8px;
  /* color: #111827; */
  color: var(--txt-oscuro);
  font-size: 0.95rem;
}

.form-gremio__radios {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  /* box-shadow: 0 0 5px #ddd; */
}

.form-gremio__radios label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  color: #374151;
}

.form-gremio__hint {
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 4px;
}

.form-gremio__gracias {
  grid-column: 1 / -1;
  font-size: 0.95rem;
  color: #6b7280;
  margin-top: 10px;
}

.form-gremio__acciones {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.form-gremio__boton {
  background: var(--color-marca2);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 18px;
  /* border-radius: 8px; */
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.2s;
}

.form-gremio__boton:hover {
  background: var(--bg-oscuro);
}
.beneficios-card-lista a {
  background: var(--bg-oscuro);
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.beneficios-card-lista a:hover {
  background: var(--color-marca2);
}

.beneficios .beneficios-card-lista li:last-child:before {
  content: unset;
}

/* fin registro gremios */

/* loading general */
div.loadingContent {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.custom-loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 16px solid #000;
  border-right-color: var(--color-marca2);
  position: relative;
  animation: s4 1s infinite linear;
}
.custom-loader:before,
.custom-loader:after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.custom-loader:after {
  animation-duration: 4s;
}
@keyframes s4 {
  100% {
    transform: rotate(1turn);
  }
}

/* loading general */
.hormiga_con_stock img {
  filter: none !important;
}
h5.title-sol.style3.soltop {
  text-align: center;
  font-size: 2.5rem;
}
div#marcas {
  padding: 80px 0;
}
#marcas .row img {
  border-radius: 25px;
  box-shadow: 0 0 5px #ccc;
}
p#checkoutfincompra {
  text-align: right !important;
}
a.btn.btn-success,
button#finalizarCompra,
button.btn.btn-info,
button#pagar {
  background: var(--bg-oscuro) !important;
  border-radius: 25px !important;
  transition: all 0.3s ease-in-out;
  color: var(--txt-claro) !important;
  border-color: var(--bg-oscuro) !important;
  padding: 5px 15px !important;
}
a.btn.btn-success:hover,
button#finalizarCompra:hover,
button.btn.btn-info:hover,
button#pagar:hover {
  background: var(--color-marca2) !important;
  border-color: var(--color-marca2) !important;
}
#checkout_opc h5,
.resumencarrito h5 {
  color: var(--txt-oscuro);
  font-weight: 500;
}
.resumencarrito {
  padding: 0 5px 5px 5px !important;
  border-radius: 10px;
}
.resumencarrito div {
  background: #fff;
}
#dir_envio {
  background: #fafafa;
}
#pago-envio .col-md-12 {
  border-radius: 10px;
}
#checkout_opc .resumencarrito {
  padding-top: 15px !important;
}
#checkout_opc .resumencarrito div {
  border-radius: 10px !important;
}
div.filacarrito {
  display: flex;
  align-items: center;
}
.dlSeleccionado {
  border: 1px solid var(--color-marca2) !important;
  background: #fff;
}
nav.navbar .dropdown-menu {
  border-radius: 10px;
}
nav.navbar .dropdown-menu li:first-child > a:hover,
nav.navbar .dropdown-menu li li:first-child > a:hover {
  border-radius: 10px 10px 0 0;
}
nav.navbar .dropdown-menu li:last-child > a:hover,
nav.navbar .dropdown-menu li li:last-child > a:hover {
  border-radius: 0 0 10px 10px;
}
#novedades_home .img_desktop {
  display: block;
  border-radius: 10px;
  height: 100%;
}
#novedades_home .img_mobile {
  display: none;
  border-radius: 10px;
}

#detalle_info2 h5 {
  font-size: 20px;
}
#detalle_info2 h5 span {
  text-transform: capitalize;
}
#detalle #iconos_home h5.title-sol.style3.soltop {
  font-size: 30px;
  margin-bottom: 20px;
}

/* inicio media queries */
@media screen and (max-width: 1600px) {
  div#navbarNavDropdown {
    left: 250px;
  }
  a.navbar-brand {
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1370px) {
  div#navbarNavDropdown {
    left: 300px;
  }
  .nav div.container {
    min-width: 1000px;
    margin: 0;
  }
  .caja_func_sup {
    right: -105px;
  }
  .caja_func_sup #logueado,
  .caja_func_sup #no_logueado {
    margin: 0;
  }
  span.carritotop.col-md-12,
  .col-md-12.tipocambio {
    padding: 0;
  }
  a.dropdown-item {
    padding: 10px;
  }
}

@media screen and (max-width: 1285px) {
  a.navbar-brand {
    padding: 0;
    margin: 0;
  }
  div#navbarNavDropdown {
    left: 265px;
    top: 15px;
  }
  .caja_func_sup {
    right: -60px;
    top: 20px;
  }
  div.container {
    min-width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  ul.navbar-nav .dropdown-menu a {
    padding-left: 30px !important;
  }

  .caja_func_sup {
    right: 10px;
    top: 15px;
  }

  #busquedaModal .modal-dialog {
    width: 90%;
    margin: 4% 3%;
  }
}

@media screen and (max-width: 480px) {
  .caja_func_sup {
    justify-content: space-evenly;
    right: -10px;
  }
  #novedades_home .img_desktop {
    display: none;
  }
  #novedades_home .img_mobile {
    display: block;
  }
  a.navbar-brand {
    margin-left: 30px;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .filtros-contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .filtro {
    width: 145px;
    max-width: unset;
    height: auto;
  }

  #home_masvendidos img.nuevos_ingresos_desktop {
    display: none;
  }

  img.nuevos_ingresos_movil {
    display: none;
  }

  img#lupa-movil {
    display: none !important;
  }

  .top-bar {
    display: block;
  }

  button.navbar-toggler {
    border: none;
  }

  span.tc.col-md-3 {
    display: none;
  }

  .navbar a.navbar-brand img {
    width: 150px;
  }

  .tipocambio_mobile span {
    display: block;
    text-align: center;
    padding: 3px 0;
  }

  .top-bar {
    background: #fff;
    display: block !important;
  }

  div.nav {
    box-shadow: none;
    top: 0px;
  }

  div#navbarNavDropdown {
    background: #fff;
  }

  #navbarNavDropdown ul.nav.navbar-nav {
    background: #fff;
  }

  div#no_logueado {
    padding: 0;
    margin: 0;
  }

  .caja_func_sup .col-md-12.tipocambio {
    display: none;
  }

  img.lupita {
    padding: 0 !important;
    margin: 0 !important;
    width: 35px !important;
  }

  .caja_func_sup {
    /* justify-content: right !important; */
    margin: 0;
    padding: 0;
    right: -5px;
  }

  span.carritotop.col-md-12 {
    margin: 0;
    padding: 0;
  }

  .caja_func_sup #logueado,
  .caja_func_sup #no_logueado {
    margin: 0 !important;
  }

  div.modal-content .search {
    display: block;
  }
  .filtro-icono img {
    width: 150px;
    height: auto;
    padding: 20px;
  }
  div.tit_ofertas h6 {
    font-size: 20px;
  }
  .beneficios .beneficios-titulo {
    font-size: 20px;
  }
  .beneficios .beneficios-subtitulo {
    font-size: 13px;
  }
  section#novedades_home .container,
  section#novedades_home .col-md-10 section#ofertas_home .container,
  section#ofertas_home .col-md-10 section#home_masvendidos .container,
  section#home_masvendidos .col-md-10 {
    padding: 0;
  }

  .product .description {
    padding: 15px 5px;
    text-align: center;
    height: auto !important;
  }
  .product .description h4 {
    height: auto !important;
    padding: 0;
	text-align: center;
  }
  .categorias-titulo {
    font-size: 20px;
  }
  .entrebanner img {
    width: 100%;
    margin-top: 0;
  }
  .caja_func_sup {
    position: fixed;
    top: 12px;
    right: -15px;
  }
  div#navbarNavDropdown {
    background: #fff !important;
  }
  ul.navbar-nav .dropdown-menu a {
    background: #fafafa !important;
  }
  .dropdown-menu a:hover {
    background: var(--color-marca2) !important;
    border-radius: 0;
  }
  h1.prod-titulo {
    font-size: 20px;
  }
  div#detalle_info > .col-md-5 {
    padding: 15px !important;
  }
  #detalle div.price #precio {
    font-size: 30px;
  }
  #detalle section#iconos_home .price {
    font-size: 17px;
    padding: 0;
  }
  .col-md-prod {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .col-md-prod .product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .product .titprod {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    line-height: 1.2em;
    max-height: 2.4em;
  }
  .beneficios .beneficios-card-icono {
    text-align: left;
  }
  #detalle #iconos_home h5.title-sol.style3.soltop {
    font-size: 25px;
  }
  div.container {
    min-width: 360px;
  }
  #articulos .product div.image {
    width: 100%;
}
#articulos .col-md-prod div.description {
    width: 100% !important;
    float: unset !important;
}
#articulos .product {
    height: auto !important;
}
/* html, body {
	height: 100%;
	width: 100%;
} */
 /* body {
  overflow: hidden !important;
} */
}

/* fin media queries */
