/* biosegur */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

::-webkit-scrollbar {
  width: 15px;
  background: #4e4e4e;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-marca2);
}

::-webkit-scrollbar-thumb:hover {
  background: #2196f3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: #2196f3;
}

html {
  scroll-behavior: smooth;
}

body {
  --color-navbar: #4e4e4e;
  --color-hover_navbar: #fff;
  --bkgclr-hover_navbar: #333e48;
  --color-open_navbar: #fff;
  --bkg-open_navbar: #333e48;
  --color-drpmenu: #fff;
  --color-drpmenu_a: #4e4e4e;
  --bkg-drpmenu_a: #fff;
  --color-hover_drpmenu_a: #fff;
  --bkg-hover_drpmenu_a: #9e0000;
  --color-higtd_drpmenu_a: #fff;
  --bkg-higtd_drpmenu_a: #9e0000;

  --color-marca1: #ec1f24;
  --color-marca2: #858585;
  --color-marca3: #00afe1;
  --color-marca4: #039693;
  background: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: "Poppins";
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
  padding-top: 105px;
}

div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}

div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}

div#barraDemo p img {
  position: relative;
  top: -2px;
}

div#barraDemo i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99999999;
}

.top-bar {
  background: var(--color-marca1);
  border: 0;
}

.top-bar a {
  color: #fff;
}

.top-bar .search {
  display: none;
}

ul#menutop {
  margin-bottom: 0;
  display: none;
}
.social-share li.suscripcion {
  display: none;
}
.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

header#header {
  z-index: 100;
}

.navbar-header {
  padding-top: 0;
}

.navbar-default {
  background: #f0f0f0;
  box-shadow: none;
}

.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  color: #fff;
}

.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca1);
  color: #fff;
}

.menu-info {
  position: absolute;
  width: 100%;
  background: #490a5e;
  left: 0;
  top: 95%;
  padding-left: 10%;
}

.buscador-mobile {
  display: none;
}

/***** MENU *****/
/*#navbar-menu-superior .dropdown-menu {
    width: 5000px !important;
    max-width: 500px !important
}

#navbar-menu-superior .navbar-nav > li > .dropdown-menu > li {
    float: left;
    width: 33.33% !important;
}*/

/****************/

form#top-buscar {
  width: 450px;
  margin-top: 0;
  position: absolute;
  top: -55px;
  left: 28%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 440px;
  -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
}

.btn-buscartop {
  background: transparent;
}

.caja_func_sup {
  margin-top: 13px;
}

#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 20px;
}

a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 20px;
}

.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 20px;
}

#login_sup:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 20px;
}

.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 20px;
}

.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 20px;
}

div#carrito_top {
  float: right;
  margin-top: 8px;
  margin-left: 16px;
}

#cantidad_carrito.badge {
  background: var(--color-marca1);
}

ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0;
}

/***** HOME *****/
.title-sol {
  font-family: "calibri", sans-serif;
}

.ofertas .container.general {
  margin-top: 0;
}

.container.general {
  margin-top: 3%;
}

.style2 .title-sol span,
.title-sol.style2 span {
  background: #f0f0f0;
}

.product:hover {
  background: #fff;
}

.featuredImgLook2 .inner:hover,
.product:hover {
  border: 1px solid var(--color-marca2);
}

.price-standard {
  color: var(--color-marca1);
  font-weight: 100;
}

.price-sales {
  color: var(--color-marca2);
  font-weight: 100;
}

.price {
  margin-bottom: 5%;
  font-weight: 100;
}

.spot_ofertas_inf img {
  width: 50%;
  margin-top: 3%;
}

p.iva {
  background: #f0f0f0;
}

.datos-footer {
  background: #fff;
  padding: 3% 8%;
}

.datos-footer h1 {
  font-size: 20px;
  color: #444;
}

.datos-footer li {
  padding: 8px 0;
}

.favButton {
  color: var(--color-marca3);
}

.favButton.favCaja {
  padding-right: 20px;
  padding-top: 20px;
}

.favButton.favCaja:hover {
  font-size: 25px;
  padding-right: 20px;
  padding-top: 20px;
  color: var(--color-marca3);
}

.favButton.favDetalle:hover,
.favButton.activo {
  color: var(--color-marca3);
}

.favButton.favLista:hover {
  font-size: 25px;
  color: #4e4e4e;
}

a.favoritos_top {
  float: left;
  color: var(--color-marca1);
}

.container.leyenda_slide h1 {
  color: #490a5e;
  font:
    700 80px Poppins,
    sans-serif !important;
  /* margin-top: 130px; */
  text-shadow: none !important;
  position: absolute;
  width: 45%;
  top: 120px;
  right: 10%;
}

footer {
  background: #35c4a5;
  padding: 30px 0;
  text-align: center;
  color: #490a5e;
}

/***** CONTENIDOS *****/
.breadcrumb {
  background: #fff;
}

input#cantidad {
  width: 80px;
}

.productFilter {
  border-top: 0;
}

#detalle .details-description {
  border: 0;
}

.cart-actions {
  border-bottom: 0;
}

.stButton {
  background: #f0f0f0;
}

.stButton:after {
  color: #444 !important;
}

.socialIcon a {
  background: #f0f0f0 !important;
  color: #ccc !important;
}

span.st_googleplus_large {
  display: none;
}

span.st_facebook_large:hover .stButton:after {
  color: #3b5998 !important;
}

span.st_twitter_large:hover .stButton:after {
  color: #00acee !important;
}

.detalle-form {
  background: #f5f5f5;
  border-top: 4px solid var(--color-marca1);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: var(--color-marca2);
}

.nav-tabs {
  border-bottom: 3px solid var(--color-marca2);
}

.modal-header-primary {
  background: #000;
}

.modal-prod-agregado-container h5 {
  padding: 10px;
  margin: 0 !important;
  text-align: center;
}

.modal span#nombre_prod_alert {
  color: #000;
}

.orderStep li.active {
  background: var(--color-marca1);
}

.orderStep li {
  background: var(--color-marca2);
  color: #fff;
}

.orderStep li.active:after {
  border-top-color: var(--color-marca1) !important;
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #000;
  border: 0;
}

.navbar-lateral .ley_cate_lateral_xs {
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px solid #85b0be;
}

h4.panel-title.panel-title-filtros {
  padding-left: 0;
  font-weight: 600;
}

h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
  font-weight: 400;
}

.change-view a {
  background: #fff;
}

.content_marcas {
  margin: 2% 0;
}

.financiacion {
  color: var(--color-marca4);
}

.detalle .detalle_producto .financiacion {
  font-size: 20px;
}

.detalle .detalle_producto .financiacion br {
  display: none;
}

.verdoc a.le {
  background: var(--color-marca1);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 5;
  color: #fff;
}

.item_downloads {
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 5px;
}

a.lkdesc {
  color: var(--color-marca1);
}

/***** BOTONES *****/
.ofertas .btn-compra {
  margin-top: 5%;
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago {
  background: var(--color-marca1);
  color: #fff;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
button#iniciarpago:hover {
  background: var(--color-marca2);
  color: #fff;
}

input#boton_compra {
  position: absolute;
  left: 20%;
  top: 35%;
  border: 0;
}

.seguir_superior,
.seguir_inferior {
  display: none;
}

/***** MEDIA *****/
@media (min-width: 1920px) {
  form#top-buscar {
    left: 42% !important;
  }

  .menu-info {
    padding-left: 20%;
  }
}

@media (max-width: 1280px) {
  form#top-buscar {
    left: 36% !important;
  }
}

@media (max-width: 480px) {
  body.ofertas,
  body {
    padding-top: 100px;
  }

  .top-bar {
    width: 100%;
  }

  div#leyenda_gral_top {
    top: 0;
    position: fixed;
    z-index: 100;
  }

  div.item-slide.imagen-slide-2 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .ban-top-izquierda {
    width: 50%;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }

  ul.nav.navbar-nav {
    margin: 0;
  }

  .container > .navbar-header,
  .container > .navbar-collapse {
    margin: 0;
    padding: 0;
  }

  #micuenta_top.cart_top {
    text-align: right;
  }

  #micuenta_top.cart_top span a:nth-child(1) {
    padding-right: 10px;
  }

  .navbar-nav > li {
    margin-top: 10px;
  }

  .menu-info {
    position: relative;
    padding-left: 0;
    top: auto;
    background: #fff;
  }

  form#top-buscar {
    display: none;
  }

  input.search-form,
  input.search-form:hover,
  input.search-form:focus {
    width: 95%;
  }

  li.open {
    background: #000;
  }

  .spot_ofertas_inf img {
    width: 100%;
  }

  nav#navbar-sidebar {
    display: none;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .dropdown-menu {
    background: var(--color-marca2);
    color: #fff;
  }

  .navbar-default {
    -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  .dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
  }

  .navbar-nav > li > .dropdown-menu > li {
    float: none;
    width: auto !important;
  }

  .buscador-mobile {
    display: block;
  }

  .buscador-mobile i {
    color: #fff;
  }

  .modal-buscar .modal-body {
    background: #fff;
    text-align: left;
  }

  .modal-buscar h4 {
    padding: 10px 10px 0;
  }

  .modal-buscar input.search-form {
    border: 1px solid #000;
    width: 480px;
  }

  .modal-buscar h4#myModalLabel {
    padding: 5px 12px;
  }

  .modal-buscar .modal-body {
    text-align: left;
  }

  .modal-buscar form#form-buscar {
    width: 90%;
  }

  .modal-buscar input.search-form,
  .modal-buscar input.search-form:hover,
  .modal-buscar input.search-form:active {
    width: 95%;
  }

  button.navbar-toggle {
    margin-top: 5%;
  }
}

div.boton_arrepentimiento a {
  border: none !important;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
  font:
    700 18px "varela round",
    sans-serif;
}

.detalle .price-sales,
.detalle .price-standard,
.detalle .price {
  font:
    700 22px "varela round",
    sans-serif;
}

.product-price {
  font:
    700 18px "varela round",
    sans-serif;
}

/* fin tmpl */

.top-bar {
  background: #707070;
  padding: 0;
}

#nav > li > a {
  color: #fff;
}

.menu-info {
  background: #9e0000;
}

.navbar.navbar-default.navbar-superior {
  background: #ffffff;
  padding-top: 5px;
}

body {
  background: #ffffff;
}

.detalle-form {
  background: #ffffff;
}

.ban-top-izquierda img {
  height: 70px;
}

footer {
  background: #ebebeb;
  color: #222;
}

footer a {
  color: #000;
}

.top-bar a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: var(--color-hover_navbar) !important;
  background-color: var(--bkgclr-hover_navbar);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: var(--color-open_navbar) !important;
  background-color: var(--bkg-open_navbar);
}

.dropdown-menu {
  color: var(--color-drpmenu) !important;
  background-color: var(--bkg-drpmenu);
}

.dropdown-menu > li > a {
  color: var(--color-drpmenu_a) !important;
  background-color: var(--bkg-drpmenu_a);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(--color-hover_drpmenu_a) !important;
  background-color: var(--bkg-hover_drpmenu_a);
}

.dropdown-menu > li > a.highlighted {
  color: var(--color-higtd_drpmenu_a) !important;
  background-color: var(--bkg-higtd_drpmenu_a) !important;
}

ul.subcate {
  padding-inline-start: 0px;
  display: flex;
  flex-wrap: wrap;
}

ul.subcate li {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  flex-grow: 1;
  text-align: center;
  background-color: #fff;
  margin: 0 4px 4px 4px;
}

div#hormiga h1 a {
  font-weight: 600;
}

div#hormiga h1 {
  margin-top: 0;
}

ul.pagination li {
  display: none;
}

ul.pagination li:nth-child(-n + 10) {
  display: inline;
}

ul.pagination li:nth-child(10):after {
  content: "...";
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

ul.pagination li:nth-last-child(2),
ul.pagination li:nth-last-child(3),
ul.pagination li:nth-last-child(4) {
  display: inline;
}

ul.pagination li:last-child {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  color: #4e4e4e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #706f6f;
  border: 0;
}

.container.general {
  margin-top: 3%;
}

nav#navbar-sidebar {
  background: #fff;
}

.product {
  border: 1px solid #fff;
}

.product:hover {
  transition: 0.3s 0;
  -moz-transition: 0.3s 0;
  -webkit-transition: 0.3s 0;
  -o-transition: 0.3s 0;
  -ms-transition: 0.3s 0;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

h5.title-sol.style2 {
  background: #9e0000;
  border-radius: 3px;
}

h5.title-sol.style2 span {
  margin: 0;
  background-color: transparent;
  color: #fff;
  /* font-family: 'Ubuntu', sans-serif; */
  font-size: 75%;
  font-weight: 400;
}

h5.title-sol.style2:after {
  display: none;
}

body.ofertas {
  padding-top: 160px;
}

.datos-footer {
  background: #fff;
  padding: 1% 0;
}

.datos-footer .footer-top {
  border-bottom: 1px solid rgb(218, 218, 218);
  padding: 20px 15px;
  padding-top: 0px;
}

.datos-footer .footer-top img {
  margin-top: 20px;
  width: 75%;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top p {
  margin: 0;
}

.datos-footer h1 {
  font-family: Calibri, sans-serif;
  font-weight: 900;
  color: #9e0000;
}

.datos-footer li {
  padding: 5px 0;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top a {
  margin: 0;
  color: #9e0000;
  font-weight: 600;
}

span.ultimaact {
  display: block;
  text-align: center;
  background-color: #ebebeb;
  padding-top: 10px;
}

span.ultimaact + p {
  display: none;
}

.boton_arrepentimiento {
  display: none;
}

ul#menutop li a:hover,
ul.social-share li a:hover {
  color: #9e0000;
}

.nov_dcorta {
  float: left;
  width: 50%;
  padding-right: 5%;
  text-align: justify;
  font-weight: 500;
}

#detalle h1.titulo a {
  color: #9e0000;
}

.product-price {
  font:
    700 30px "varela round",
    sans-serif;
  margin-top: 25px;
}

.product-title {
  font-size: 24px;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
  font:
    700 20px "varela round",
    sans-serif;
}

.spot_ofertas_inf img {
  width: 33%;
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
  width: 300px;
  -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, 0.5);
}

input.search-form:hover input.search-form:focus {
  border: 1px solid #ddd;
}

form#top-buscar {
  left: 36%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -185px;
}

input.search-form {
  background: #fff;
  border-bottom: 1px solid #707070 !important;
  border: 0px;
  border-radius: 0px;
  width: 300px;
  color: #707070;
  -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;
  line-height: 1.428571429;
}

form#top-buscar {
  left: 42%;
}

.spot_ofertas_inf img {
  margin-top: 0;
  padding: 15px;
}

.spot_ofertas_inf > img {
  width: 33.333333%;
}

.spot_ofertas_inf > img + img {
  width: 41.666666%;
}

.spot_ofertas_inf > img + img + img,
.spot_ofertas_inf > img + img + img + img {
  width: 25%;
}

.spot_ofertas_inf .img-responsive {
  border: 0;
}

.content_marcas .cajamarca {
  border: 1px solid #fff;
}

.content_marcas .verprod {
  background: #9e0000;
  display: block;
}

.content_marcas .verprod a {
  color: #fff;
}

.content_marcas {
  margin: 5% 0;
}

.row.noticiashome .mas_nov {
  display: none;
}

body.ofertas {
  padding-top: 110px;
}

@media (max-width: 480px) {
  .datos-footer {
    padding: 0;
  }

  .container.datos-footer > .row {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .spot_ofertas_inf img {
    width: 100%;
  }

  .ban-top-izquierda img {
    height: 55px;
    width: auto;
    max-width: fit-content;
    padding-top: 10px;
  }

  /*i.fa.fa-search {
        margin-top: 37px;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 8px 10px;
        margin-left: 40px;
    }*/
  .social.pull-right {
    padding-right: 15px;
  }

  ul.social-share li {
    padding-right: 15px;
  }

  a.dropdown-toggle {
    padding-top: 5px;
  }

  .buscador-mobile a.btn.btn-lg {
    width: auto;
    padding: 2px 15px;
  }

  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    background: #707070;
  }

  body.ofertas {
    padding-top: 100px;
  }

  .item-slide.imagen-slide-2.slick-slide {
    height: 425px;
  }

  ul.dropdown-menu.dropdown-cart {
    background-color: #9e0000;
  }

  h5.title-sol.style2 span {
    margin: 0 auto;
    background-color: transparent !important;
  }

  .row.noticiashome3 {
    margin-left: 0;
    margin-right: 0;
  }

  div.social.pull-right .dropdown-menu li {
    padding: 20px 20px !important;
    border-bottom: 1px dotted #fff;
  }

  .detalle_producto .product-title {
    font-size: 18px;
  }
}

footer a:hover {
  color: #9e0000;
}

.modal-dialog h5.title-sol.style2 span {
  margin: 0 auto;
  color: #fff;
  background-color: transparent !important;
}

div#order-detail-content a.btn.btn-default.btn-lg.btn-block {
  display: table-cell;
}

.product h3.leyendaSinStock:before {
  font-size: inherit;
  color: #ffbf00;
}

.nov_dcorta {
  float: left;
  padding-right: 5%;
  text-align: justify;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  width: unset;
}
.whatsapp img {
  width: 70px;
  transition: all 0.3s ease-in-out;
}

.whatsapp img:hover {
  transform: translateY(-5px);
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
}

.aparece {
  left: 20px;
  color: #ccc;
}
a.linkbotones_top.ofertas_top,
.menutopcontacto {
  display: none !important;
}

/* inicio ajustes de diseño OT Enero 2026*/

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body.ofertas .container.general {
  width: 100%;
}

h5.title-sol.style2.solofertas {
  background: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#divofertas,
#divlonuevo,
#postLonuevo {
  max-width: 1170px;
  margin: 0 auto;
}

span.ultimaact {
  background-color: #d1d5dc;
  padding: 15px;
  color: #0f172a;
  font-weight: 500;
}

body.ofertas .hormigafoot {
  display: block;
}
.hormigafoot {
  display: none;
}
.hormigafoot h2 {
  margin: 0;
}
.container.menu_pie {
  width: 100%;
  padding: 0;
}
p.leyendapre {
  display: none;
}
p.iva {
  display: none;
}
.bio-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 15px 0 0 0;
  font-size: 16px;
}

.bio-footer a {
  color: #cbd5e1;
  text-decoration: none;
  /* text-align: left; */
}

.bio-footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* Columns */
.footer-col {
  margin-bottom: 30px;
  text-align: left;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.footer-desc {
  color: #94a3b8;
  line-height: 1.6;
}

.footer-title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Items */
.footer-item {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.footer-item i {
  margin-right: 10px;
  color: #9e0000;
  min-width: 16px;
  margin-top: 3px;
}

/* Button */
.footer-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: 1px solid #9e0000;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.3s ease;
  background: #9e0000;
}

.footer-btn:hover {
  background: #9e0000;
  /* color: #0f172a; */
  filter: brightness(1.1);
}

/* Divider */
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 20px 0;
}

/* Bottom */
.footer-bottom {
  align-items: center;
}

.footer-socials {
  margin-bottom: 15px;
  text-align: left;
}

.social-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 8px;
  transition: all 0.3s ease;
}

.social-btn:hover {
  background: #9e0000;
  border-color: #9e0000;
  color: #0f172a;
}

.footer-copy {
  text-align: right;
  font-size: 13px;
}

.footer-copy a {
  margin-left: 8px;
}

.footer-copy .sep {
  margin: 0 5px;
}
/* Colores por red social */
.social-btn.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.social-btn.instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
  color: #fff;
}

.social-btn.linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}

.social-btn.youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
p.datos_pie,
p.leyenda {
  display: none;
}
p.foot_netone > * {
  color: #ccc;
}
footer {
  background: #0f172a;
}
body.ofertas .container.general {
  width: 100%;
  padding: 0;
}

#divofertas,
#divlonuevo,
#postLonuevo {
  max-width: 1170px;
  margin: 0 auto;
}

.product-projector-header {
  position: relative;
  padding: 60px 0 40px;
}

/* Badge */
.pp-badge {
  display: block;
  background: #a40000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 30px;
  width: fit-content;
  margin: 0 auto 25px auto;
}

/* Heading container */
.pp-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

/* Title */
.pp-title {
  font-size: 36px;
  font-weight: 500;
  color: #0f172a;
  margin: 0;
}

/* Subtitle */
.pp-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 767px) {
  .pp-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .pp-title {
    font-size: 28px;
  }

  .pp-subtitle {
    font-size: 15px;
  }
}

.cap-section {
  background: #d1d5dc;
  padding: 80px 0;
}

/* Badge */
.cap-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 25px;
}

.cap-badge i {
  font-size: 14px;
}

/* Titles */
.cap-title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.cap-subtitle {
  font-size: 20px;
  color: #1f2933;
  margin-bottom: 50px;
}

/* Cards */
.cap-cards {
  margin-bottom: 45px;
}

.cap-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.cap-card p {
  font-size: 16px;
  color: #1f2933;
  line-height: 1.6;
  margin: 0;
}

/* Icon circle */
.cap-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #a40000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
}

/* Button */
.cap-btn {
  display: inline-block;
  background: #a40000;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cap-btn i {
  margin-left: 8px;
}

.cap-btn:hover {
  background: #7d0000;
  color: #ffffff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 767px) {
  .cap-title {
    font-size: 28px;
  }

  .cap-subtitle {
    font-size: 15px;
  }

  .cap-card {
    margin-bottom: 25px;
  }
}

/* seccion newsletter */
.newsletter-section.alt {
  padding: 80px 0;
  background: #151e2e;
}

.newsletter-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 60px;
}

/* Left */
.newsletter-left {
  padding-right: 40px;
  text-align: left;
}

.newsletter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #a40000;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.newsletter-title {
  font-size: 26px;
  color: #0f172a;
  margin-bottom: 12px;
  font-weight: 500;
}

.newsletter-text {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 25px;
}

.newsletter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsletter-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  color: #1f2933;
}

.newsletter-list i {
  color: #a40000;
  margin-right: 10px;
}

/* Right CTA card */
.newsletter-right {
  display: flex;
  align-items: center;
}

.newsletter-cta-box {
  width: 100%;
  background: #f8fafc;
  border-radius: 14px;
  padding: 35px 30px;
  text-align: center;
  border: 1px solid #e2e8f0;
}

.cta-text {
  font-size: 14px;
  color: #334155;
  margin-bottom: 25px;
  line-height: 1.5;
}

.newsletter-btn.primary {
  background: #a40000;
  color: #ffffff;
  padding: 16px 34px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.newsletter-btn.primary:hover {
  background: #7d0000;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
  .newsletter-box {
    padding: 40px 30px;
  }

  .newsletter-left {
    padding-right: 15px;
    margin-bottom: 35px;
  }
}

/* fin seccion newsletter */

/* Responsive */
@media (max-width: 767px) {
  .cap-title {
    font-size: 28px;
  }

  .cap-subtitle {
    font-size: 15px;
  }

  .cap-card {
    margin-bottom: 25px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .footer-copy {
    text-align: left;
  }
}

/* inicio topbar */
.top-bar {
  background: #101828;
}
/* fin topbar */

/* ajuste caja prod */
.fa-heart:before {
  content: "\f005" !important;
  color: #c00;
}
.product {
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 0 10px;
}
.image a img {
  padding: 20px;
}
.description h4,
.titprod {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em !important;
}
button.btn.btn-primary.btn-compra {
  width: 90%;
  background: #9e0000;
}
.price span {
  color: #a40000;
  font-weight: 100;
}
.description {
  text-align: left;
  margin-left: 15px;
}
.price {
  text-align: left;
  margin-left: 15px;
}
.ivaprecio,
.pricefinal {
  text-align: left;
  margin-left: 15px;
}

.row.noticiashome {
  max-width: 1170px;
  margin: 0 auto;
}

.hormigafoot {
  padding: 0;
}

/* proyector home3 */
.noticiashome3 {
  background: #f9fafb;
  padding: 80px;
}
.noticiashome3 .titproyhome {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 35px;
}
div#notas_oferta_3 {
  max-width: 1170px;
  margin: 0 auto;
}
#notas_oferta_3 .cajasnove {
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  align-items: flex-start;
}
#notas_oferta_3 .cajasnove img {
  order: 1;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#notas_oferta_3 span.copete {
  color: #9e0000;
  font-weight: 500;
  order: 2;
  padding: 0 10px;
  margin-bottom: 10px;
}
#notas_oferta_3 .cajasnove h4 {
  order: 3;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  margin-bottom: 10px;
}
#notas_oferta_3 h4 + a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 20px;
}
#notas_oferta_3 .des_nov {
  order: 4;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
}
#notas_oferta_3 a.btn.btn-default.btn-vernota {
  order: 9;
  border-radius: 25px;
  background: #9e0000;
  margin: 10px;
}
.noticiashome3 + .row {
  background: #f9fafb;
}
a.vertodos-noticias {
  background: #9e0000;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
}
a.vertodos-noticias:hover,
.btn-vernota:hover {
  background: #7d0000;
}
.vertodos_OPC_NOTAS_OFERTAS_3 a {
  position: relative;
  bottom: 40px;
}
.cajasnove .fecha_nov {
  margin-left: 15px;
  padding: 5px 0;
}
body.default .post-description img.img-responsive.imagen_detalle {
  display: none;
}
a.cta_vertodos {
  color: #000;
  border-radius: 7px;
  padding: 7px 20px;
  font-size: 15px;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a.cta_vertodos:hover {
  background: #000;
  color: #fff;
}
/* fin ajustes de diseño OT */

@media (max-width: 480px) {
  #detalle.cajam h1.titulo {
    padding: 0px 30px;
    margin-top: 20px;
    font-size: 22px;
  }

  .nov_dcorta {
    width: 84%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .nov_dcorta p {
    text-align: justify !important;
  }
}

/* */

body {
  padding-top: 0 !important;
}

span.container.leyenda_slide {
  display: block;
}

/******* HEADER *******/
header#header {
  z-index: 100;
  position: sticky !important;
}

/*******TOP BAR*******/
.top-bar {
  background: #101829;
  border: none;
  padding: 5px 0;
}
ul#menutop {
  display: block !important;
  margin-bottom: 0;
  margin-left: -15px;
}
ul#menutop li {
  display: none;
}
ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
  display: initial;
  position: relative;
}
ul#menutop li.leyenda-posterior-menutop::after {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  border-right: 1px solid #adadad;
}
ul#menutop li a,
ul.social-share li a {
  padding: 5px 4px;
  color: white;
  opacity: 0.85;
}
ul#menutop li a:hover,
ul.social-share li a:hover {
  color: #fff;
  opacity: 1;
}
.social > a.dropdown-toggle {
  display: none;
}
.cotizacion {
  display: none;
}
/******SOCIAL REDES******/
.top-bar .social {
  float: left !important;
  padding: 0 5px;
}
.fa-twitter:before {
  content: "\e61b" !important;
}
i.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
}
/******FIN SOCIAL REDES******/
@media (max-width: 767px) {
  .top-bar {
    line-height: 10px;
  }
  .top-bar a {
    color: var(--color-marca2);
    font-size: 18px;
  }
  ul#menutop li a,
  ul.social-share li a {
    padding: 5px;
  }
  li.suscripcion {
    display: none !important;
  }
}
/*******FIN TOP BAR*******/

/*******NAVBAR*******/
header .navbar-fixed-top {
  top: auto;
  position: static;
}
.navbar-default {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 15px 0 0 0;
  z-index: 10 !important;
}
.navbar-header {
  padding-top: 0;
}
.ban-top-izquierda {
  position: static;
}
.ban-top-izquierda img {
  max-height: 60px;
  margin: 0 auto;
}
.navbar-superior .container {
  display: flex;
  row-gap: 15px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-superior .container::before,
.navbar-superior .container::after {
  display: none;
}
div#navbar-menu-superior {
  order: 99;
  width: 100%;
  padding: 0;
  max-height: 85vh;
  position: relative;
}
div#navbar-menu-superior::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw - 11px);
  height: calc(100% + 1px);
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #0000001f;
}
header ul.nav.menu-info {
  display: flex !important;
  margin-left: 0;
  position: relative;
  left: -15px;
  padding-left: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  background: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: rgb(34, 34, 34) !important;
}

/**** SUBMENU FLOTANTE ****/
header .nav .dropdown-menu {
  background: transparent !important;
  border-radius: 10px !important;
  border: none;
  border-top: 10px solid transparent !important;
}
header .nav .dropdown-menu::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 7px #00000020;
}
header .navbar-nav > li > ul.dropdown-menu {
  left: 5px !important;
}
header .dropdown-menu .dropdown-menu {
  left: 2px !important;
  border-left: 10px solid transparent !important;
}
.navbar-nav > li {
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #3a3a3a;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: var(--color-marca1) !important;
  background-color: transparent !important;
}
.dropdown-menu > li > a {
  padding: 7px 40px 7px 12px !important;
  border: none !important;
  color: #454545;
  background-color: white;
  position: relative;
  z-index: 3;
}
.dropdown-menu > li:first-of-type > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-of-type > a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dropdown-menu.has-one-children > li > a {
  border-radius: 10px 10px 10px 10px !important;
}
.dropdown-menu > li > a:hover {
  border: none !important;
}
.navbar-nav > li {
  margin-top: 0 !important;
}
/**** FIN SUBMENU FLOTANTE ****/

#ModalLogin h5.title-sol.style2 {
  background: transparent;
}
#ModalLogin h5.title-sol.style2 span {
  color: #000;
  font-size: 30px;
}
#ModalLogin input.btn.btn-success {
  width: 100%;
  background: #9e0000;
}

header .navbar-nav > li > ul.dropdown-menu {
  left: 0 !important;
}

@media (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 768px) {
  .primero > div {
    pointer-events: none;
  }
  .navbar-superior .container {
    padding: 10px 15px;
    box-shadow: 0 5px 5px #00000010;
  }
  .navbar-header {
    display: flex;
    align-items: center;
    width: auto !important;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-default {
    padding: 0;
  }
  .ban-top-izquierda {
    margin-left: 10px;
  }
  .ban-top-izquierda img {
    max-height: 50px;
  }
  .ban-top-izquierda a {
    width: 100% !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 0;
    padding-right: 5px;
    margin-right: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-marca2);
  }
  div#navbar-menu-superior {
    position: absolute !important;
    left: 0;
    top: 100%;
    background: #efefef;
    order: 10;
    width: 100%;
    max-height: 85vh;
    border-top: none !important;
  }
  /* Primer nivel completamente distinto al fondo de los submenus transparentados
        div#navbar-menu-superior>ul>li>a {
            background: var(--color-marca1) !important;
        }*/
  header ul.nav.menu-info {
    flex-direction: column;
    left: 0 !important;
    margin: 0;
  }
  header .nav .dropdown-menu::before {
    display: none !important;
  }
  header ul.dropdown-menu .dropdown-menu {
    border-left: none !important;
  }
  header ul.nav.menu-info li a {
    text-align: start !important;
    padding: 10px 20px !important;
  }
  header ul.nav.menu-info > li > a {
    color: var(--color-marca2) !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    text-wrap: nowrap;
  }
  header ul.nav.menu-info li.open {
    background: transparent !important;
    position: relative;
    z-index: 2;
  }
  header ul.nav.menu-info li.open::before {
    position: absolute;
    content: "";
    background: #ffffff73;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
  }
  header ul.nav.menu-info .open > a,
  header ul.nav.menu-info .open > a:hover {
    position: relative;
    background: transparent !important;
    color: white !important;
    z-index: 2;
  }
  header ul.nav.menu-info .open > a::before {
    position: absolute;
    content: "";
    background: var(--color-marca1);
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
  }
  header ul.nav.menu-info li.open ul {
    position: relative;
    margin-left: 10px !important;
    border: 0 !important;
  }
  header ul.nav.menu-info .open .dropdown-menu > li > a {
    color: var(--color-marca2);
    background-color: transparent !important;
    border-radius: 0;
    border: none;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    display: none;
  }
  .navbar-default .navbar-nav li > a .caret {
    background: var(--color-marca2) !important;
    height: auto;
    border: none;
  }
  .navbar-default .navbar-nav > li > a span:not(.caret) {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .container.general > .row {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .ban-top-izquierda {
    margin-left: 5px;
  }
  .ban-top-izquierda img {
    max-height: 40px;
  }
}
@media (max-width: 330px) {
  .ban-top-izquierda {
    width: 100%;
    margin-left: 0;
  }
  .ban-top-izquierda img {
    max-height: 35px;
  }
  ul.social-share li a {
    padding: 5px 7px;
  }
  .social ul.social-share {
    margin-right: 10px;
  }
}

/******BUSCADOR*****/
.caja_func_sup.pull-right > * {
  padding: 0 8px !important;
  line-height: normal !important;
}
.buscador {
  display: none;
}
.buscador i,
.buscador a {
  font-weight: 700;
  color: var(--color-marca2);
  font-size: 20px;
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  width: 100%;
  left: 0 !important;
  top: 100%;
  margin: 0;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 16px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  font-family: var(--tipografia-principal);
}
.buscador form#form-buscar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: var(--color-marca11);
  box-shadow: none;
}
form#form-buscar button {
  background: var(--color-marca1);
  border: 2px solid var(--color-marca1);
  border-radius: 8px;
}
.buscador form#form-buscar i {
  color: white;
  min-width: 18px;
  vertical-align: middle;
}
.buscador button.btn.btn-buscartop {
  order: 1;
}
.buscador button.btn.btn-close {
  order: -1;
}
div#palabra-autocomplete-list {
  background: var(--color-marca11);
  border: none;
}
div#palabra-autocomplete-list .autocomplete-item,
div#palabra-autocomplete-list .autocomplete-ver-mas {
  width: 90%;
  padding-left: 15px;
  margin: 8px auto 15px;
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .buscador form#form-buscar {
    width: 75%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(75% - 25px);
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(100% - 25px);
  }
}
@media (max-width: 768px) {
  .autocomplete-items {
    position: absolute !important;
    border-radius: 0 0 20px 20px !important;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
    top: 100% !important;
    left: 0 !important;
    position: absolute;
    margin: 0;
  }
  .buscador {
    float: right;
  }
  .buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
  }
  .buscador ul.dropdown-menu i {
    color: white;
  }
  .buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100%;
    margin: 10px;
    letter-spacing: 0.8px;
    border-bottom: 0px !important;
    border: none;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form::placeholder {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form:active {
    border: 0px;
  }
  .buscador a.btn.btn-lg,
  a.registracion {
    padding: 0px 10px;
  }
  .buscador a:hover i,
  .buscador a i {
    font-weight: 700;
    font-size: 17px;
  }
  .buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }
  .buscador button.btn {
    font-size: 16px;
    padding: 6px 10px;
  }
  .buscador a.dropdown-toggle {
    padding-top: 7px;
    font-size: 16px;
    color: var(--color-marca2);
  }
  .caja_func_sup .buscador {
    display: block;
    margin-top: 3px;
  }
}
/*****FIN BUSCADOR******/

/****SEARCH*****/

header input.search-form {
  border: none !important;
  box-shadow: 0 0 4px #33333329;
  border-radius: 100px;
  padding: 6px 12px 6px 35px;
  margin: 0;
  width: 100%;
}
header .search input.search-form {
  border: 1px solid var(--color-marca4);
}
header .search {
  flex: 1;
  margin: 0 45px !important;
}
form#form-busqueda-avanzada {
  position: relative;
}
form#busquedaAvanzada button {
  background: transparent;
  padding: 8px 15px;
}
form#busquedaAvanzada input {
  padding-left: 40px;
  border-radius: 8px;
}
form#busquedaAvanzada .input-group-btn {
  z-index: 3;
}
form#busquedaAvanzada .form-control:focus {
  border-color: var(--color-marca9);
}
.busquedaAvanzada .input-group {
  width: 100%;
}
.input-group-btn {
  float: left !important;
  position: absolute;
  top: 0;
}
.search .btn-buscartop {
  padding: 8px 15px !important;
}
.btn-buscartop {
  background: transparent;
  margin: 0 !important;
}
.autocomplete {
  width: 100% !important;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: none;
  border-top: none;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 80vh;
  overflow-y: auto;
}
.autocomplete-items div {
  background: white !important;
}
.autocomplete-items div img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}
input.search-form:focus,
input.search-form:hover {
  width: 100%;
}
@media (max-width: 767px) {
  .top-bar .search {
    background: var(--color-marca11);
    padding-right: 10%;
    width: 100%;
    margin-right: 0px;
    padding-top: 8px;
    display: block;
  }
  .search {
    display: none;
  }
}
/*****FIN SEARCH*****/

/**** MENU PERFIL ****/
.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 18px;
}
#login_sup:before {
  display: none;
}
.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 18px;
}
.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 18px;
}
#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 18px;
  display: none;
}
#login_sup a,
#nombre_usuario {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: white;
}
#login_sup a::before,
#nombre_usuario::before {
  position: static;
}
a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 18px;
}
#login_sup a:not(.registracion)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 18px;
}

/**** FIN MENU PERFIL ****/

/**** LOGIN Y CARRITO MENU ****/
header .caja_func_sup {
  display: flex !important;
  align-items: center;
  gap: 1px;
  height: 45px;
  margin: 0;
  order: 5;
  justify-content: flex-end;
}
header div#carrito_top {
  margin: 0 0 3px !important;
  line-height: normal !important;
  order: 9;
}
.caja_func_sup {
  margin-top: 13px;
}
.caja_func_sup,
.caja_func_sup a {
  color: var(--color-marca2);
}
.caja_func_sup span#nombre_usuario {
  display: initial;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  vertical-align: middle;
}
span#nombre_usuario strong {
  font-weight: 400;
}
span#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}
div#carrito_top {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
#cantidad_carrito.badge {
  background: var(--color-marca1);
}
@media (max-width: 767px) {
  header .caja_func_sup {
    flex: 1;
  }
  .caja_func_sup span#nombre_usuario {
    display: none;
  }
}
/*****FIN LOGIN MENU*****/
/*******FIN NAVBAR*******/
/*******FIN HEADER*******/

/***** HEADER - CABECERA *****/
.navbar-default {
  padding: 0 !important;
  z-index: 10 !important;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
header .navbar-fixed-top {
  top: auto;
  position: static;
  transform: translateY(-40px) !important;
}
.navbar-superior .container {
  display: flex;
  /* gap: 20px; */
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}
a.cambiar_cuenta_top,
a.terminar_sesion_top {
  color: #fff;
}
header .navbar-header {
  width: 300px;
}
header .search {
  order: 4;
  max-width: 245px;
  margin: 0 !important;
}
header .search input {
  box-shadow: none !important;
  border: 1px solid #0000001f !important;
  border-radius: 10px;
}
div#navbar-menu-superior {
  order: 1;
  flex: 1;
  padding: 0;
  max-height: 85vh;
  position: relative;
  margin: 0;
}
div#navbar-menu-superior::before,
div#navbar-menu-superior::after {
  display: none;
}
header ul.nav.menu-info {
  justify-content: center;
}
.caja_func_sup.pull-right > :last-child {
  padding-right: 0 !important;
}
#login_sup,
.estaLogueado span#micuenta_top {
  padding: 0 !important;
  margin-right: 15px;
  position: absolute;
  display: flex !important;
  width: max-content;
  bottom: calc(100% + 1px);
  right: 0;
  align-items: center;
  gap: 15px;
  z-index: 1;
  color: white;
  height: 39px;
}
.estaLogueado span#login_sup {
  display: none !important;
}
#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  margin-left: 0;
}
li.favorito_boton {
  display: none;
}
.cotizacion {
  display: none !important;
}
@media (max-width: 767px) {
  .navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu,
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100% !important;
  }
  div#navbar-menu-superior::after {
    display: none;
  }
}
.product-share .st_facebook_large,
.product-share .st_twitter_large,
.product-share .st_googleplus_large,
.product-share .fa-whatsapp {
  display: none !important;
}
.product-share,
.socialIcon,
.fa.fa-share {
  display: block !important;
}
.fa.fa-share {
  color: #9e0000 !important;
  background: transparent;
  border-radius: 50%;
  padding: 9px;
  font-size: 17px;
}
.product-share,
.socialIcon,
.fa.fa-share {
  display: flex !important;
  text-align: center;
  justify-content: flex-start;
  /* margin-bottom: 10px; */
}

.detalle_producto ul {
  margin-left: 0;
}
body.detalle .ivaprecio,
body.detalle .pricefinal {
  margin-left: 0;
}
body.detalle ul.breadcrumb {
  margin-left: 0;
  border: none;
  padding-left: 0;
  font-size: 17px;
  margin-bottom: 40px;
}

span.separador_hormiga {
  color: transparent;
}

span.separador_hormiga:before {
  content: "\f054";
  color: #000;
  margin-left: 10px;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
}
.breadcrumb > li:last-child {
  font-weight: bold;
  display: none;
}
body.detalle span#precio {
  color: #9e0000;
  font-size: 35px;
}
body.detalle .btn-compra {
  border-radius: 7px;
  width: 50% !important;
}
body.detalle #img_prod .sp-large {
  border-radius: 10px;
}
#detalle div.ivaprecio {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#detalle div.pricefinal {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#detalle div.ivaprecio,
#detalle div.pricefinal {
  font-size: 16px;
  display: inline;
  font-weight: 400;
  margin: 0;
}
body.detalle .ivaprecio b {
  font-weight: 400;
}
#detalle div.pricefinal:before {
  content: "|";
}
body.detalle .product-title {
  font-size: 22px;
  color: #000;
  letter-spacing: 0px;
  font-family: "Verdana";
  line-height: 1.2;
}
#detalle .details-description {
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
body.detalle .details-description p {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 400;
}
body.detalle h4.encabezado-grupo-filtro {
  font-weight: 400;
  font-size: 15px;
}
body.detalle .cart-actions {
  margin: 0;
  padding: 0;
}
body.detalle ul.nav.nav-tabs {
  margin-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: transparent;
  color: #9e0000 !important;
  /* font-weight: bold; */
  /* font-family: 'Poppins'; */
}
.nav-tabs > li.active > a {
  font-weight: bold;
}
/* .nav-tabs > li > a {color: #9e0000;} */
.nav-tabs > li:hover > a {
  background: transparent;
  color: #9e0000 !important;
}
a#detalle_solapa_descripcion {
  /* color: #9e0000; */
}
.nav-tabs {
  border-bottom: 3px solid #9e0000;
}
body.detalle .recomendadosrow button.btn.btn-primary.btn-compra {
  width: 90% !important;
  margin-top: 15px;
}
small.art_cod_precios {
  display: none;
}
body.detalle .recomendadosrow .price {
  text-align: left;
  margin: 15px;
}
body.detalle .recomendadosrow .price span {
  font-weight: bold;
}
body.detalle .recomendadosrow .ivaprecio,
body.detalle .recomendadosrow .pricefinal {
  margin-left: 0;
  display: inline;
}
body.detalle .recomendadosrow .ivaprecio {
  margin-left: -70px;
}
body.detalle .recomendadosrow h5 {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: normal;
  text-transform: capitalize;
  border-top: none;
}
body.detalle .recomendadosrow {
  padding: 0;
}
body.detalle #detalle a.sp-current,
body.detalle #detalle .sp-thumbs a:hover {
  border-color: #9e0000 !important;
  border-radius: 10px;
}
body.detalle .fa-share:before {
  content: "\f1e0" !important;
  font-family: "Font Awesome 6 Pro";
}
ul.orderStep.orderStepLook2 {
  margin-left: 0;
}
#carrito tr.cartTableHeader td.hidden-xs:first-child {
  color: transparent;
}

.custom-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.leyendaConStock {
  color: #2e7d32;
  font-weight: 500;
}

.product-share {
  margin: 0;
}

.product-share .socialIcon {
  display: flex;
  gap: 8px;
}

.product-price {
  margin-bottom: 5px;
}

.ivaprecio,
.pricefinal {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #555;
}

/* ajustes detalle sin deslinkear */

.detalle_producto {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.detalle_producto .custom-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1;
}

.detalle_producto .topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.detalle_producto .topbar-left > *:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #d1d5db;
}

.detalle_producto .product-code {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.detalle_producto .product-code strong {
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.detalle_producto .leyendaConStock {
  margin: 0;
  font-weight: 500;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
}

.detalle_producto .topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.detalle_producto .favButton {
  position: static !important;
  margin: 0;
  display: flex;
  align-items: center;
}

.detalle_producto .product-share {
  margin: 0 !important;
  padding: 0 !important;
}

.detalle_producto .product-share .socialIcon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detalle_producto .favButton i,
.detalle_producto .product-share i,
.detalle_producto .product-share span {
  display: flex;
  align-items: center;
}

.detalle_producto .topbar-right i {
  transform: translateY(-1px);
}

.subcategoria-lateral-colapsable.show {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

div#navbar-sidebar-collapse-ts ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.tx_categoria + ul.subcate {
  margin-left: 0;
  display: none;
}
body.productos .cajasoferta .ivaprecio,
body.productos .cajasoferta .pricefinal {
  margin: 0 !important;
}

.cajasoferta .favButton.favCaja {
  padding: 0 !important;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 19px;
}
.col-md-3.col-xs-12.cajasoferta {
  padding: 5px 0;
}

body.productos .cols-grals .recomendadosrow.row {
  padding: 0;
}

body.productos .tx_categoria {
  display: none;
}
body.productos .cajasoferta .product {
  margin: 0 3px;
}
body.productos .cajasoferta .ivaprecio {
  margin-left: -35% !important;
  margin-bottom: 10px !important;
}
.logo_img_marca img {
  max-width: 150px;
  padding: 0;
  margin: 0 0 15px 0;
}
body.detalle span#precio {
  color: #9e0000;
  font-size: 28px;
}

body.detalle .product-title {
  font-size: 26px;
  color: #000;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: "Calibri";
}
.CartProduct .delete i {
  font-size: 18px;
  position: relative;
  top: 0;
}
.navbar-nav.sm-collapsible a.has-submenu {
  text-transform: uppercase;
}
.col-izq-int {
  text-transform: uppercase;
}
body.ofertas .ivaprecio {
  margin-left: -55px;
  margin-right: 0;
}
.description {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 5px;
}
body.carrito .detalle-pedido .col-lg-9.col-md-9.col-sm-7 {
  width: 100%;
}

body.carrito .col-lg-3.col-md-3.col-sm-5.rightSidebar {
  display: none;
}
body.carrito .cartContent {
  font-size: 16px;
}
.CartProduct span {
  font-size: 16px;
}
.CartDescription h4 a {
  font-size: 16px !important;
  line-height: normal;
  font-family: "Calibri";
}
td.car-precio span {
  font-weight: 600;
}
.panel-heading .fa-minus:before {
  content: "\f078" !important;
}
.panel-heading .fa-plus:before {
  content: "\f077" !important;
}
#faq-accordion .panel-heading {
  border-color: #1a1a1a;
  border-width: 3px;
}

.col-listar {
  max-width: 1170px;
  margin: 10px 0;
}
.caja_nov_listar {
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 10px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  align-items: flex-start;
}
.caja_nov_listar img {
  order: 1;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.caja_nov_listar .copete {
  color: #9e0000;
  font-weight: 500;
  order: 2;
  padding: 0 10px;
  margin-bottom: 10px;
}
.caja_nov_listar h3 {
  order: 3;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  margin-bottom: 10px;
}
.caja_nov_listar .desdoc + a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 20px;
}
.caja_nov_listar .desdoc {
  order: 4;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
}
.caja_nov_listar a.btn {
  order: 9;
  border-radius: 25px;
  background: #9e0000;
  margin: 10px;
}
#detalle.cajam .tit_galeria {
    display: none;
}

div#slides_top_t img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
body.default h1.titulo + h2.copete b {
    font-weight: 400;
}
@media (max-width: 768px) {
  .detalle_producto .custom-topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 6px;
    align-items: center;
  }

  .detalle_producto .topbar-left {
    display: contents;
  }

  .detalle_producto .product-code {
    grid-column: 1 / 2;
    grid-row: 1;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .detalle_producto .leyendaConStock {
    grid-column: 1 / 2;
    grid-row: 2;
    font-size: 13px;
  }

  .detalle_producto .topbar-right {
    grid-column: 2 / 3;
    grid-row: 1;
    justify-self: end;
    gap: 12px;
  }

  .detalle_producto .topbar-left > *::after {
    content: none;
  }

  .detalle_producto .favButton i {
    font-size: 18px;
  }

  .detalle_producto .product-share i,
  .detalle_producto .product-share span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  body.ofertas .container.general .cols-grals {
    padding: 0;
  }

  body.ofertas .container.general {
    overflow-x: hidden;
  }
  #divlonuevo .product .logo_img_marca img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
  }
  #divlonuevo .product .price {
    font-size: 18px;
  }
  #divlonuevo .product .ivaprecio,
  #divlonuevo .product .pricefinal {
    margin: 0;
    display: inline-block;
  }
  .noticiashome3 .titproyhome {
    font-size: 27px;
  }

  .container-fluid.noticiashome3 {
    padding: 0 50px 50px 50px;
  }
  div#notas_oferta_3 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #notas_oferta_3 .cajasnove {
    margin: 0;
    width: fit-content;
  }
}
/***** FIN HEADER - CABECERA *****/
