@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:300');

@import url('https://fonts.googleapis.com/css?family=Montserrat');

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
  font-family: "Verdana";
  src: url('fonts/Verdana.ttf') format("truetype");
}

:root {
  --primario__e: #1d1d1d;
  --primario_claro__e: #343434;
  --primario_transparente__e: rgba(29, 29, 29, 0.5);
  --secundario__e: #f1f1f1;
  --light__e: #fff;
  --titulo: "Oswald", sans-serif;
}

.ocultorobots {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

a {
  cursor: pointer;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

p {
  text-align: justify;
  font-size: 16px;
  font-family: "Verdana";
  font-weight: 300;
  color: #777;
}

.textaco {
  font-style: italic;
}

.textaco p {
  text-align: center;
}

.no-display {
  display: none;
}

/* -- circulos -- */
.wrapper-flex,
.wrapper-flex-mobile {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;

  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
  content: normal;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  width: 20%;
  float: left;
}

.separa-10 {
  height: 10px;
}

.separa-20 {
  height: 20px;
}

.separa-40 {
  height: 40px;
}

.separa-30 {
  height: 30px;
}

.separa-50 {
  height: 50px;
}

body {
  font-family: "Open Sans", sans-serif;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

/* Global */
.separa-5 {
  height: 5px;
}

.separa-10 {
  height: 10px;
}

.separa-20 {
  height: 20px;
}

.separa-40 {
  height: 40px;
}

.separa-30 {
  height: 30px;
}

.separa-50 {
  height: 50px;
}

.separa-100 {
  height: 100px;
}

.form-control {
  height: 55px;
}

.titulo {
  font-size: 35px;
  line-height: 40px;
  font-family: var(--titulo);
  color: var(--primario__e);
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: -1;
}

h2.titulo {
  z-index: 0;
}

.titulo-md {
  color: #252525;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 0;
}

.titulo-lg {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.titulo span {
  color: #585858;
  font-weight: 300;
}

.parrafo {
  font-size: 16px;
  line-height: 24px;
  color: var(--primario__e);
  margin-bottom: 0;
}

.text-light {
  color: var(--light__e);
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.corte-bottom {
  bottom: -1px;
  position: absolute;
}

.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.custom-container {
  max-width: 1400px;
  width: 100%;
}

.row-align-center {
  display: flex;
  align-items: center;
}

.row-align-center::before,
.row-align-center::after {
  content: unset;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.no-repeat {
  background-repeat: no-repeat;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.limitar {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.limitar_2 {
  -webkit-line-clamp: 2;
}

.limitar_3 {
  -webkit-line-clamp: 3;
}

.limitar_4 {
  -webkit-line-clamp: 4;
}

.animation {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.hover-effect {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all ease-out 0.3s;
  overflow: hidden;
}

.hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all ease-out 0.3s;
  z-index: -1;
}

.hover-effect:hover:before,
.hover-effect:focus:before,
.hover-effect:active:before {
  transform: scaleX(1);
}

.grupo-botones {
  column-gap: 30px;
}

.custom-button {
  width: 370px;
  height: 70px;
  border-radius: 10px;
  background-color: var(--primario__e);
  border: 1px solid transparent;
  color: #161615;
  text-transform: uppercase;
  font-size: 18px;
  column-gap: 25px;
  z-index: 1;
}

.custom-button:hover,
.custom-button:active,
.custom-button:focus {
  color: var(--light__e);
}

.custom-button::before {
  background-color: var(--secundario_oscuro__e);
}

.custom-button img {
  transition: filter 0.3s ease;
}

.custom-button:hover img,
.custom-button:active img,
.custom-button:focus img {
  filter: brightness(0) invert(1);
}

.custom-button-sm {
  width: 180px;
  height: 55px;
  color: var(--light__e);
  column-gap: 7px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--titulo);
}

.custom-button-sm img {
  width: 19px;
}

.custom-button-hidden-md {
  display: none;
}

.button-1 {
  color: var(--light__e);
  border-color: var(--light__e);
  background-color: rgba(22, 22, 21, 0.5);
}

.button-1::before {
  background-color: var(--light__e);
}

.button-1:hover,
.button-1:active,
.button-1:focus {
  color: #000;
}

.button-1:hover img,
.button-1:active img,
.button-1:focus img {
  filter: brightness(0) saturate(100%);
}

.button-3 {
  background-color: var(--secundario_claro__e);
}

.button-4 {
  border-color: var(--primario__e);
  background-color: transparent;
}

/* Cabecera */
.navbar-fixed-top,
.sinfixed {
  background-color: var(--light__e);
  z-index: 5;
}

.sinfixed {
  position: relative;
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
}

.barra_ampliada .navbar-fixed-top,
.sinfixed {
  height: 120px;
}

.barra_reducida .navbar-fixed-top {
  height: 90px;
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
}

.navbar-brand {
  padding: 0;
  left: 30px;
  height: 100%;
  z-index: 2;
}

.navbar-brand>img {
  height: 100%;
  padding: 8px 0;
}

.navbar-nav {
  left: 50%;
  transform: translateX(-50%);
  float: none;
}

.navbar-nav::after,
.navbar-nav::before {
  content: unset;
}

.navbar-nav>li {
  display: inline-flex;
  align-items: center;
}

.barra_ampliada .navbar-nav>li {
  height: 120px;
}

.barra_reducida .navbar-nav>li {
  height: 90px;
}

.navbar-nav>li>a {
  height: 100%;
  font-size: 18px;
  font-family: var(--titulo);
  color: var(--primario__e);
  padding: 0 17px;
  display: inline-flex;
  white-space: nowrap;
}

.navbar-nav>li>a.unique {
  font-weight: 500;
}

nav .navbar-nav>li>a:hover,
nav .navbar-nav>li>a:active,
nav .navbar-nav>li>a:focus,
nav .navbar-nav>.active>a,
nav .navbar-nav>.active>a:focus,
nav .navbar-nav>.active>a:hover {
  background-color: transparent;
}

nav .navbar-nav>li.active .hover-effect:before,
nav .navbar-nav>li .hover-effect:hover:before,
nav .navbar-nav>li .hover-effect:focus:before,
nav .navbar-nav>li .hover-effect:active:before {
  transform: scaleX(1);
  background-color: var(--secundario__e);
}

nav .navbar-nav>li.dropdown>a {
  gap: 7px;
}

nav .navbar-nav>li.dropdown .dropdown-toggle span img {
  width: 10px;
}

nav .navbar-nav>li.dropdown .dropdown-menu {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  top: 100%;
  padding: 0;
  background-color: var(--primario__e);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.nav-buttons .dropdown-menu {
  left: auto;
  right: 0;
  background-color: var(--primario__e);
  padding: 0;
  width: 200px;
}

.nav-buttons .dropdown-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  position: relative;
}

.nav-buttons .dropdown-menu li:hover {
  background-color: var(--primario_claro__e);
}

.nav-buttons .dropdown-menu li a {
  background: transparent;
  border: 0;
  font-weight: 300;
  color: var(--light__e);
  padding: 0;
  width: 100%;
  text-align: center;
}

.nav-buttons .dropdown-menu>li+li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  width: 95%;
  height: 1px;
  background-color: var(--light__e);
  top: 0;
}

nav .navbar-nav>li.dropdown .dropdown-menu>li>a {
  padding: 12px;
  font-weight: 300;
  color: var(--light__e);
}

nav .navbar-nav>li.dropdown .dropdown-menu>li>a:focus,
nav .navbar-nav>li.dropdown .dropdown-menu>li>a:hover {
  background-color: var(--primario_claro__e);
}

nav .navbar-nav>li.dropdown .dropdown-menu>li+li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  width: 95%;
  height: 1px;
  background-color: var(--light__e);
}

nav .navbar-nav>li.dropdown.open>a {
  background-color: var(--light__e);
}

nav .navbar-nav>li.dropdown.open>a,
nav .navbar-nav>li.dropdown.open>a:focus,
nav .navbar-nav>li.dropdown.open>a:hover {
  background-color: initial;
  border-color: transparent;
}

.nav-buttons {
  right: 0;
}

.barra_ampliada .nav-buttons {
  height: 120px;
}

.barra_reducida .nav-buttons {
  height: 90px;
}

.nav-buttons a {
  border-left: 1px solid var(--secundario__e);
  width: 80px;
}

.nav-buttons a:last-child {
  background-color: var(--secundario__e);
}

.nav-buttons a img {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}

/* sidebar */
.sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 33%;
  max-width: 250px;
  height: 100%;
  margin-top: 52px;
  padding-top: 10px;
  overflow-y: auto;
  background-color: var(--primario__e);
  opacity: 0;
  z-index: 4;
}

.sidebar-wrapper.left {
  left: 0;
  transform: translateX(-100%);
}

.sidebar-wrapper.right {
  right: 0;
  transform: translateX(100%);
}

.toggled .sidebar-wrapper {
  opacity: 1;
  transform: translateX(0%);
}

.left-toggle {
  left: 0;
}

.right-toggle {
  right: 0;
}

.boton-cesta {
  right: 0;
  display: none;
}

.navbar-toggle {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: unset;
  height: 52px;
  width: 52px;
}

.navbar-toggle,
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: var(--primario__e);
}

.toggled .navbar-toggle,
.toggled .navbar-toggle:focus,
.toggled .navbar-toggle:hover {
  background-color: var(--primario_claro__e);
}

.navbar-toggle .icon-bar,
.toggled .navbar-toggle .icon-bar {
  background-color: var(--light__e);
}

.sidebar-nav {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-indent: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--titulo);
  padding: 20px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sidebar-wrapper .sidebar-nav li.active a,
.sidebar-wrapper .sidebar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-wrapper .sidebar-nav>li {
  display: contents;
}

.sidebar-wrapper .sidebar-nav li img {
  height: 26px;
  margin-left: 0;
}

.sidebar-wrapper .sidebar-nav li span {
  margin-right: 10px;
}

.sidebar-wrapper .sidebar-nav>.sidebar-form {
  border-bottom: unset;
}

.sidebar-wrapper .form-control {
  height: 43px;
  padding: 6px 12px;
  font-style: italic;
  background-color: #ffffff;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.sidebar-wrapper .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.sidebar-wrapper .btn {
  padding: 6px 11px;
  height: 43px;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  background-color: #fff;
  border: 1px solid #fff;
}

.sidebar-wrapper .sidebar-nav .sidebar-form {
  text-indent: 0px;
  padding: 20px;
  display: block;
}

.sidebar-wrapper .dropdown-menu {
  position: static;
  width: 100%;
  padding: 0;
  border: unset;
  border-radius: unset;
  margin: 0;
  background-color: var(--primario_claro__e);
}

.sidebar-wrapper .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-wrapper .dropdown-menu li a {
  background-color: transparent;
}

.sidebar-wrapper .dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.sidebar-wrapper .dropdown-toggle span {
  margin-left: 7px;
}

.sidebar-wrapper .dropdown-toggle span img {
  object-fit: contain;
  width: 12px;
}

#manto-movil {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

#manto-movil.toogled {
  z-index: 2;
  opacity: 1;
}

/* banner */
.banner {
  display: flex;
  align-items: center;
  z-index: 1;
  margin-top: 120px;
}

.banner .splide,
.banner .splide__slide {
  width: 100%;
}

.banner .splide__slide img {
  object-fit: contain;
  width: 100vw;
}

.banner .banda_lateral {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px 0 0 10px;
  padding: 30px 24px;
  bottom: 25px;
  right: 0;
}

.banner .banda_lateral .banda_lateral-texto {
  color: #f2f3f3;
  font-weight: 600;
  font-family: var(--titulo);
  font-size: 20px;
}

.adorno-banner-superior {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.adorno-banner-superior img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

.adorno-banner-inferior {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.adorno-banner-inferior img {
  width: 50%;
}

.h1-oculto {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.adorno-titulo {
  position: absolute;
  top: -100%;
  right: -65px;
  z-index: -1;
}

.adorno-titulo img {
  height: 135px;
}

.adorno-pie {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  height: 0;
}

.adorno-pie img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

.grupo-store {
  column-gap: 30px;
}

.banner .banda_lateral .button-store {
  width: 208px;
  border: 0;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.banner .banda_lateral .button-store img {
  width: 100%;
}

.banner .splide__arrow {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
  background-color: transparent;
  padding: 25px;
  opacity: 1;
}

.banner .splide__arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.banner .splide__arrow--next {
  right: 0;
}

.banner .splide__arrow--prev {
  left: 0;
}

.banner .splide__arrow--prev img {
  transform: scale(-1);
}

/* categorias */
.categorias {
  background-image: linear-gradient(to bottom, var(--light__e) 50%, var(--secundario__e) 50%);
}

.categorias-container {
  gap: 20px 4px;
}

.categorias-container>a {
  flex-grow: 1;
}

.caja_categoria {
  border-radius: 5px;
  height: 308px;
}

.caja_categoria .fondo {
  object-fit: cover;
}

.caja_categoria:hover .fondo {
  filter: blur(6px);
}

.caja_categoria .opacidad {
  background-image: linear-gradient(0deg, rgba(241, 241, 241, 0.99) 5%, rgba(255, 255, 255, 0.85), transparent 100%);
  height: 150%;
}

.caja_categoria:hover .opacidad {
  top: -50%;
}

.caja_categoria .text-container {
  width: 100%;
  padding: 0 30px;
  top: 90%;
  transform: translateY(0);
}

.caja_categoria:hover .text-container {
  top: 50%;
  transform: translateY(-50%);
}

.caja_categoria-titulo {
  color: var(--primario__e);
  font-family: var(--titulo);
  font-size: 20px;
}

.caja_categoria .text-container .parrafo-xs {
  font-size: 12px;
  line-height: 23px;
  color: #585858;
  height: 0;
}

.caja_categoria:hover .text-container .parrafo-xs {
  height: auto;
}

/* destacados */
.destacados {
  background-color: var(--secundario__e);
}

.destacados-container {
  column-gap: 30px;
  padding: 0 30px;
}

.caja_destacado {
  flex-grow: 1;
  height: 592px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.caja_destacado .fondo {
  object-fit: cover;
}

.caja_destacado .fondo-hover {
  opacity: 0;
}

.caja_destacado:hover .fondo-hover {
  opacity: 1;
}

.caja_destacado .opacidad {
  height: 340px;
  background-image: linear-gradient(0deg, rgba(20, 20, 20, 0.75), transparent);
  top: auto;
  bottom: 0;
  opacity: 0;
}

.caja_destacado:hover .opacidad {
  opacity: 1;
}

.caja_destacado .text-container {
  font-family: var(--titulo);
  width: 100%;
  padding: 0 20px;
  bottom: 45px;
  opacity: 0;
}

.caja_destacado:hover .text-container {
  opacity: 1;
}

.caja_destacado-titulo {
  font-size: 20px;
  font-weight: 300;
}

.caja_destacado-precio {
  font-size: 24px;
  font-weight: 600;
}

/* parallax */
.parallax {
  height: auto;
}

.parallax .fondo {
  background-attachment: fixed;
  background-size: cover;
}

.banner-grande {
  width: 100vw;
  height: auto;
}

/* productos */
.caja_producto {
  margin-bottom: 80px;
}

.caja_producto .img-container {
  border-radius: 5px;
  height: 436px;
}

.caja_producto .image {
  object-fit: cover;
}

.caja_producto .image-hover {
  opacity: 0;
}

.caja_producto:hover .image-hover {
  opacity: 1;
}

.caja_producto .caption {
  padding: 12px 0 5px;
  font-family: var(--titulo);
}

.caja_producto-titulo,
.caja_producto-titulo a {
  font-weight: 300;
  font-size: 24px;
  color: #585858;
}

.caja_producto .producto-botones {
  column-gap: 10px;
}

.caja_producto .icon-button {
  width: 18px;
}

.caja_producto .icon-button:hover {
  transform: scale(1.3);
}

.caja_producto .icon-button img {
  width: 100%;
}

.caja_producto .precio {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.precio .tachado {
  font-size: 15px;
  text-decoration: line-through;
  color: #c1c1c1;
}

.btn-corporativo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.btn-corporativo.btn-sm {
  height: 40px;
  border: 0;
}

.btn-corporativo:hover {
  /*    background: #535353;*/
}

.color_zone,
.talla_zone {
  font-size: 16px;
  font-family: var(--titulo);
  color: var(--primario);
}

.color_zone span,
.talla_zone span {
  font-weight: 600;
}

/* publicidad */
.banner_publicidad {
  height: 240px;
  margin-bottom: 60px;
}

.banner_publicidad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* videoblog */
.icono-red {
  position: absolute;
  top: 21px;
  left: 21px;
  height: 50px;
  width: 50px;
  background-color: #FFF;
  z-index: 1;
  border-radius: 15px;
  padding: 8px;
}

.icono-red img {
  height: 100%;
  width: 100%;
}

.caja_video {
  margin-bottom: 30px;
}

.caja_video .img-container .image {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.caja_video:hover .img-container .image {
  transform: scale(1.2);
}

.caja_video .img-container {
  border-radius: 5px;
  height: 558px;
}

.caja_video .img-container .image {
  object-fit: cover;
}

.caja_video .opacidad {
  top: auto;
  height: 279px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.99), transparent);
  bottom: 0;
}

.caja_video .play-button {
  right: 33px;
  bottom: 27px;
  width: 65px;
  height: 65px;
  border-radius: 15px;
  padding: 22px;
  background-color: var(--primario_transparente__e);
}

.caja_video .play-button:hover {
  background-color: var(--primario__e);
}

.caja_video .play-button img {
  width: 100%;
}

.caja_video-titulo {
  color: var(--primario__e);
  font-family: var(--titulo);
  font-size: 20px;
}

/* banner_app */
.banner_app {
  background-color: var(--secundario__e);
}

.banner_app-logo {
  top: -48%;
  left: 14px;
  width: 755px;
}

.banner_app .button-store {
  width: 270px;
  border: 0;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.banner_app .button-store img {
  width: 100%;
}

.banner_app .figura {
  width: 685px;
  top: -15%;
  right: calc(50% + 15px);
}

.coleccion:not(.productos) {
  background-color: var(--secundario__e);
  border-top: 1px solid rgba(52, 52, 52, 0.2);
}

.coleccion .coleccion-titulo {
  padding: 35px 0;
  font-size: 45px;
  letter-spacing: 8px;
  line-height: 55px;
  color: var(--primario_claro__e);
  font-weight: 300;
  font-family: var(--titulo);
  gap: 5px 34px;
  flex-wrap: wrap;
}

.coleccion .coleccion-titulo img {
  width: 50px;
}

.coleccion-img {
  flex-grow: 1;
  height: 385px;
}

.coleccion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */
footer {
  background-color: var(--primario__e);
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 35px 100px;
}

.footer-info ul {
  align-self: self-start;
  margin-bottom: 0;
}

.footer-img {
  width: 179px;
  height: 179px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 20px;
  z-index: 1;
}

.footer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-titulo {
  font-family: var(--titulo);
  font-size: 20px;
}

footer .parrafo {
  max-width: 420px;
}

.footer-contactos .row-redes {
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
}

.footer-contactos .row-redes .red {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 300;
  column-gap: 10px;
}

.footer-contactos span img {
  object-fit: contain;
  border-radius: 7px;
  background-color: var(--primario_claro__e);
  width: 34px;
  height: 34px;
  padding: 8px;
}

.footer-grupo {
  column-gap: 15px;
}

.footer-grupo a {
  transition: transform 0.1s ease;
}

.footer-grupo a img {
  width: 35px;
}

.footer-grupo a:hover {
  transform: scale(1.25);
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  font-size: 16px;
  color: var(--light__e);
  padding: 20px;
}

footer .footer-links a {
  color: var(--light__e);
}

footer .footer-links a:hover {
  text-shadow: 0 0 2px;
}

footer .footer-copyright {
  font-size: 12px;
  background-color: var(--primario_claro__e);
  display: flex;
  gap: 20px 45px;
  flex-flow: wrap;
  padding: 16px;
}

footer .footer-copyright a {
  font-weight: 500;
}

footer .web_laspalmas {
  font-weight: 600;
}

/* Instagram */

.feed img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 320px;
  object-fit: cover;
}

.feed img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.relative {
  position: relative;
}

.datos-info {
  padding: 15px 20px;
}

.datos-info p {
  font-size: 14px;
}

/* Apartado Noticias */

ul.noticias,
ul.galeria,
#galeria,
ul.popular {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.noticias li,
ul.galeria li,
#galeria li,
ul.popular li {
  list-style: none;
}

.noticia a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #4f7281;
}

.noticias .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.noticia p {
  margin: 0 0 10px;
  font-size: 14px;
}

.noticias .imagen:after {
  content: "";
  padding-top: 60%;
  display: block;
}

.noticia .titular h1 {
  color: #a9c87f;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  color: #575757;
}

.noticia .titular a>h3 {
  font-size: 30px;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #575757;
}

.noticia .titular {
  margin-bottom: 0px;
  border-bottom: solid 1px #dedede;
}

.noticia .post_details {
  color: #a0a0a0;
  background-color: #fff;
  padding: 10px;
  border-bottom: solid 5px #575757;
  text-align: right;
  font-size: 13px;
}

.noticia .contenido {
  padding: 15px 20px;
  border: 1px solid #dedede;
}

.linea_clara {
  border-color: #dedede;
}


.noticia-detalle-fecha {
  text-align: right;
  color: #a0a0a0;
}

.sidebar h5 {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  color: #575757;
  text-transform: uppercase;
}

.sidebar .input-group-btn {
  height: 100%;
}

.sidebar .input-group-btn button {
  height: 100%;
  background-color: #dedede;
  color: #333;
}

.sidebar-fav.mult {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid rgba(255, 255, 255, 0.4);
  border-top: solid rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}

.sidebar-fav img {
  filter: brightness(100);
}

.sidebar-fav.mult span {
  margin: 0 !important;
  display: block;
  text-align: center;
}

.sidebar-fav.mult a {
  text-indent: 0 !important;
  border-bottom: 0 !important;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-fav.mult a {
  border-right: solid rgba(255, 255, 255, 0.4);
}

.sidebar-fav.mult a:last-child {
  border-right: 0;
}

.sidebar-fav.mult .fa {
  height: 26px;
  width: 26px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.popular {
  font-size: 13px;
}

.popular li {
  padding: 10px 0;
  border-bottom: dotted 1px #dedede;
}

.popular .imagen {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
}

.popular a.title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #575757;
}

.full-width {
  width: 100%;
}

.principal.noticia {
  margin-bottom: 35px;
}

/* productos */

.caja_busqueda {
  background-color: rgb(249, 249, 249);
  padding: 18px;
  border: 1px #e8e8e8 solid;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.caja_busqueda select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.caja_busqueda select+i.fa {
  float: right;
  margin-top: -25px;
  margin-right: 4px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
  position: relative;
}

select+i.fa {
  float: right;
  margin-top: -25px;
  margin-right: 10px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
  position: relative;
}

.swipebox .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.swipebox .imagen:after {
  content: "";
  padding-top: 90%;
  padding-top: 130%;
  display: block;
}

/* Productos interiores */

#name_producto,
#name_producto_movil {
  color: #575757;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-top: 0;

  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.opt {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}

.elegir-color {
  height: 40px;
  width: 40px;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.elegir-color .fa {
  color: transparent;
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 25px;
}

.opcion p {
  font-weight: 600;
}

.opt .cuadro {
  width: 90px;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.cuadro {
  border: 1px solid #dedede;
  height: 40px;
  width: 90px;
  padding: 7px 10px;
  font-size: 18px;
  text-align: center;
  margin: 0 10px;
  background-color: #eee;
}

.cuadro.active {
  background-color: #ffb95e;
  border-color: #ffd201;
}

.cuadro.active {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}

.cuadro.active .tag_option {
  color: #fff;
  text-decoration: none;
}

a.tag_option {
  color: #a2a2a2;
  text-decoration: none;
  font-size: 16px;
  /*  border: 1px solid #dedede; */
}

.elegir-color.tag_option {
  border-radius: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.opt a.elegir-color.active .fa:not(.fa-border) {
  color: #dff0d8;
  text-shadow: 0px 0px 3px #3c763d;
}

.opt div.tag_option>a {
  margin-left: 0;
}

.rosa {
  background-color: #f1f1f1;
  padding: 25px 10px 25px 10px;
  border: 1px solid #dedede;
  text-transform: uppercase;
}

.rosa a:hover,
.rosa a:visited,
.rosa a:link,
.rosa a:active {
  text-decoration: none;
}

.rosa .btn-corazon,
.rosa .btn-corazon:focus,
.rosa .btn-corazon:active,
.rosa .btn-corazon:hover {
  background-color: #d9534f !important;
  border-color: transparent !important;
}

.rosa .btn.anade {
  background-color: #313131 !important;
}

.rosa .btn.btn-primary {
  background-color: #ff322b;
  border: none;
}

.rosa .btn-precio {
  min-height: 34px;
}

.precio_detalle {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

.tachado {
  text-decoration: line-through;
  margin-left: 10px;
  opacity: 0.8;
}

.producto_referencia {
  border-radius: 5px;
  background-color: #f1f1f1;
  padding: 7px;
  display: inline-block;
  margin-bottom: 26px;
  margin-top: 26px;
}

.opcion-titulo {
  font-size: 16px;
  color: var(--primario);
  font-weight: 700;
  font-family: var(--titulo);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.delegacion {
  background-color: #f7f7f7;
  display: table;
}

.delegacion h3 {
  text-align: left;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

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

.btn-borrar {
  text-transform: uppercase;
  background-color: #313131;
  border-color: #1f1f1f;
}

.botones-container {
  display: flex;
  gap: 9px;
  flex-direction: column;
}

.botones-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.botones-container img {
  height: 20px;
}

.favorito-interior {
  flex-basis: 60px;
  border-radius: 15px;
  color: #ffffff !important;
  border: 2px solid #a1a1a1;
  background: #a1a1a1;
}

.favorito-interior img {
  height: 30px;
  margin-right: 10px;
  filter: brightness(1.5);
}

.al_carrito {
  flex-grow: 1;
  height: 60px;
  padding: 0 20px;
  gap: 10px;
  color: #FFF !important;
  border-radius: 15px;
  background-color: #1f1f1f;
}

.botones-resumen .form-group {
  margin: 0;
}

.botones-resumen .btn-grandotes img {
  height: 25px;
}

.btn-codigo {
  border-radius: 0;
}

.btn-corporativo {
  flex-grow: 1;
  height: 52px;
  padding: 0 20px;
  gap: 10px;
  color: #FFF !important;
  border-radius: 15px;
  background-color: #1f1f1f;
}

.btn-corporativo-2 {
  background-color: #a1a1a1;
}

.btn-borrar.active.focus,
.btn-borrar.active:focus,
.btn-borrar.active:hover,
.btn-borrar:active.focus,
.btn-borrar:active:focus,
.btn-borrar:active:hover,
.open>.dropdown-toggle.btn-borrar.focus,
.open>.dropdown-toggle.btn-borrar:focus,
.open>.dropdown-toggle.btn-borrar:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-borrar.active,
.btn-borrar:active,
.open>.dropdown-toggle.btn-borrar,
.btn-borrar:hover,
.btn-borrar.focus,
.btn-borrar:focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn .fa {
  padding-right: 5px;
}

.no-padding {
  padding: 0;
}

.titulo_noticia h1 {
  font-size: 36px;
  color: #575757;
  font-size: 37px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.marco_gris {
  background-color: #f1f1f1;
  padding: 20px;
}

.titulo_formulario_grande {
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
}

center a {
  color: #696969;
}

.producto .enlace {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.very-sticky {
  position: sticky;
  top: 40px;
}

/* cesta */

.loading {
  text-align: center;
}

.button.gray {
  color: #1f1f1f;
}

.glyphicon {
  color: #1f1f1f;
}

.gratis {
  text-align: center;
}

#aplicar_descuento,
#aplicar_vale {
  background-color: #989898;
  border-color: #727275;
}

#aplicar_descuento.active.focus,
#aplicar_descuento.active:focus,
#aplicar_descuento.active:hover,
#aplicar_descuento:active.focus,
#aplicar_descuento:active:focus,
#aplicar_descuento:active:hover,
.open>.dropdown-toggle#aplicar_descuento.focus,
.open>.dropdown-toggle#aplicar_descuento:focus,
.open>.dropdown-toggle#aplicar_descuento:hover,
#aplicar_descuento.active,
#aplicar_descuento:active,
.open>.dropdown-toggle#aplicar_descuento,
#aplicar_descuento:hover,
#aplicar_descuento.active.focus,
#aplicar_descuento.active:focus,
#aplicar_descuento.active:hover,
#aplicar_vale:active.focus,
#aplicar_vale:active:focus,
#aplicar_vale:active:hover,
.open>.dropdown-toggle#aplicar_vale.focus,
.open>.dropdown-toggle#aplicar_vale:focus,
.open>.dropdown-toggle#aplicar_vale:hover,
#aplicar_vale.active,
#aplicar_descuento:active,
.open>.dropdown-toggle#aplicar_vale,
#aplicar_vale:hover {
  background-color: #727275;
  border-color: #727275;
}

.descuento-cesta {
  border: 1px solid #e66c63;
  color: #e66c63;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}

.btn-comprar-ahora {
  background-color: #333333;
  border-color: #1f1f1f;
}

.btn-comprar-ahora .glyphicon {
  color: #fff;
}

.btn-comprar-ahora.active.focus,
.btn-comprar-ahora.active:focus,
.btn-comprar-ahora.active:hover,
.btn-comprar-ahora:active.focus,
.btn-comprar-ahora:active:focus,
.btn-comprar-ahora:active:hover,
.open>.dropdown-toggle.btn-comprar-ahora.focus,
.open>.dropdown-toggle.btn-comprar-ahora:focus,
.open>.dropdown-toggle.btn-comprar-ahora:hover,
.btn-comprar-ahora.active,
.btn-comprar-ahora:active,
.open>.dropdown-toggle.btn-comprar-ahora,
.btn-comprar-ahora:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-comentar {
  color: #fff !important;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.contacto-terminos .btn-comentar {
  height: 55px;
  padding: 0 20px;
}

.btn-comentar.active.focus,
.btn-comentar.active:focus,
.btn-comentar.active:hover,
.btn-comentar:active.focus,
.btn-comentar:active:focus,
.btn-comentar:active:hover,
.open>.dropdown-toggle.btn-comentar.focus,
.open>.dropdown-toggle.btn-comentar:focus,
.open>.dropdown-toggle.btn-comentar:hover,
.btn-comentar.active,
.btn-comentar:active,
.open>.dropdown-toggle.btn-comentar,
.btn-comentar:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-corp1 {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-corp1:focus,
.btn-corp1:active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}


.btn-corp1.active.focus,
.btn-corp1.active:focus,
.btn-corp1.active:hover,
.btn-corp1:active.focus,
.btn-corp1:active:focus,
.btn-corp1:active:hover,
.open>.dropdown-toggle.btn-corp1.focus,
.open>.dropdown-toggle.btn-corp1:focus,
.open>.dropdown-toggle.btn-corp1:hover,
.btn-corp1.active,
.btn-corp1:active,
.open>.dropdown-toggle.btn-corp1,
.btn-corp1:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.antibalas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  display: none;
}

.sin-resultados {
  text-align: center;
}

.zona_no_stock {
  text-align: center
}

.btn-enorme {
  padding: 10px 40px;
  color: #fff !important;
  text-transform: uppercase
}

.modal-body p {
  font-size: 14px
}

.elegir-color {
  border: 1px solid #dedede
}

.boton-fa .fa {
  font-size: 36px;
  margin-bottom: 5px;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #111;
}

.formulario_codigo .alert {
  margin-bottom: 0px
}

.btn-corp {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
  padding: 10px 15px;
  border-radius: 0;
}

.btn-corp:hover,
.btn-corp:focus,
.btn-corp:active {
  color: #fff;
  background-color: #242424;
  border-color: #242424;

}

.logo_csv {
  height: 80px
}

.noestavisibleparapersonas {
  visibility: hidden;
  width: 0px;
  height: 0px;
  position: absolute
}

.menucito .linea {
  display: flex;
  justify-content: center;
  align-items: center;

  color: #575757;
  font-size: 20px;
  padding: 0px 10px 0px 15px;
}

.menucito .linea .fa {
  margin-top: 5px
}

.menucito .dropdown-menu {
  margin: 0px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #555;
  color: #fff
}

.navbar .navbar-nav.menu_base .line-right a {
  border-right: 1px solid #575757;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent
}

/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {
  font-weight: 400;
  background-color: #1f1f1f;
  color: #fff
}

#tabla_stocks_resultados .row {
  height: 60px;
}

#tabla_stocks_resultados .row:nth-child(even) {
  background-color: #f9f9f9
}

.tabla_stocks .cell {
  padding: 20px
}

.tabla_stocks .cell-btn {
  padding: 15px
}

.avisono {
  margin: 10px 0px;
  font-size: 18px
}

.contenidos_tabla>div:nth-child(even) {
  background-color: #f9f9f9
}

textarea {
  resize: vertical;
}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding {
  padding-right: 30px
}

.resumen-cesta {
  padding: 20px
}

.resumen-cesta .ancho-resumen {}

.resumen-cesta .label-resumen {
  float: right
}

.resumen-cesta .label-resumen .precio_descuento {
  font-size: 24px;
  margin-left: 10px
}

.resumen-cesta .label-resumen .bigger {
  font-size: 24px;
}

.resumen-cesta .label-resumen p {
  margin: 0
}

.resumen-cesta .aplicar_codigo {
  height: 52px;
  border-radius: 0;
  border-right: none
}

.resumen-cesta .input-group-btn {
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: none
}

.resumen-cesta .btn-codigo {
  color: #fff;
  border: 2px solid #fff;
  height: 48px;
  cursor: pointer;
  display: flex;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  background-color: var(--primario)
}

#gastos .radio,
#gastos label {
  margin: 0
}

#gastos label {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

#gastos .radio .colocar {
  width: 0px;
  margin-bottom: 5px
}

.marco-gasto {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 0px
}

.resumen-total strong {
  text-transform: uppercase;
  position: relative;
  top: 10px;
}

.metodos-pago .radio-inline {
  font-size: 18px;
  margin-left: 20px;
}

.btn-borrartodo {
  border-radius: 0px;
  background-color: #1f1f1f;
  color: #fff !important
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.condiciones a {
  color: var(--primario);
}

/************************************
*  Cesta Lateral  *
************************************/

.titulares-resumen {
  color: var(--primario);
}

#configurar-cesta h4 {
  color: var(--primario);
}

.menu-cesta {
  position: fixed;
  top: 0;
  right: 0px;
  height: 100vh;
  width: 480px;
  background-color: #fff;
  z-index: 1000;
  transition: 400ms all linear;
  box-shadow: 0px 8px 10px -5px rgba(51, 51, 51, 0.2), 0px 16px 24px 2px rgba(51, 51, 51, 0.14), 0px 6px 30px 5px rgba(51, 51, 51, 0.12)
}

.menu-cesta .cabecera-cesta {
  background-color: #d9d9d9;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-cesta {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fondo-cesta .overlay-cesta {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f1f1f;
}

.menu-cesta .cabecera-cesta h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-family: var(--titulo);
  text-align: center
}

.cerrar-cesta {
  position: absolute;
  top: 25px;
  right: 20px;
  transition: 200ms all linear;
  border-radius: 50%;
  cursor: pointer
}

.cerrar-cesta img {
  height: 40px;
  width: 40px
}

.cuerpo-cesta {
  height: calc(100vh - 260px);
  padding: 30px;
  overflow: scroll
}

.pagar-cesta {
  height: 120px;
  padding: 0px 30px;
}

.pagar-cesta p {
  text-align: center
}

.pagar-cesta p span {
  font-size: 30px;
  font-weight: 400;
}

.pie-cesta {
  height: 50px;
  background-color: #f7f7f7
}

.articulo {
  position: relative
}

.articulo img {
  width: 100%;
  height: 115px;
  object-fit: contain
}

.articulo h4 {
  font-size: 16px;
  font-family: var(--familia_fuente);
  color: #6a6a6a;
}

.articulo .precio-articulo {}

.articulo .controles-articulo {
  height: 30px
}

.articulo .controles-articulo .operators {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start
}

.articulo .btn-circle {
  border: 1px solid #353535;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  float: right;
  color: #353535;
  cursor: pointer;
}

.menu-cesta .icono-cesta {
  width: auto;
  height: 25px;
  margin: 0 6px
}

.btn-operator {
  color: #272727
}

.btn-operator:hover,
.btn-operator:focus,
.btn-operator:active {
  color: #626062
}

#precio_label {
  text-align: center;
}

.btn-cesta {
  height: 48px;
  background-color: #272727;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  color: #fff;
}

.btn-cesta:hover,
.btn-cesta:focus,
.btn-cesta:active {
  color: #fff;
  background: #272727
}

.boton-cesta-real {
  cursor: pointer;
}

/* Animaciones */

.menu-cesta {
  transform: translate(530px, 0px);
}

.mostrarCesta .menu-cesta {
  transform: translate(0px, 0px);
}

a.cerrar-cesta:hover {
  background-color: #626062
}

@media (max-width: 767px) {
  .menu-cesta {
    width: 100vw;
    transform: translate(110vw, 0px);
  }

  .menu-cesta .cabecera-cesta {
    padding-top: 15px;
    height: 50px
  }

  .menu-cesta .cabecera-cesta h3 {
    font-size: 20px
  }

  .cerrar-cesta {
    top: 10px;
    right: 10px
  }

  .cerrar-cesta img {
    height: 30px;
    width: 30px
  }

  .cuerpo-cesta {
    height: calc(100vh - 225px);
    padding: 30px;
    overflow: scroll
  }
}

/************************************
*             INTERIOR              *
************************************/
.fa-angle-down {
  padding-left: 5px;
}

/*MENU VIEJO
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: var(--primario);
border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: var(--transparencia);
color: #2c2c2c
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
background-color: #000;
color: #fff;
font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
background-color: transparent;
}
*/
.acceso a p {
  color: var(--primario);
  font-weight: 600;
  margin: 0;
}

.noestavisibleparapersonas {
  display: none;
}

.banner_interior {
  width: 100%;
  height: 500px;
  background-size: cover;
  overflow: hidden;
  background-position: 0px 40%;
}

.corte_banner_interior {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 1;
}

.banner_interior .imagen {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
}

.banner_interior .texto {
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}

.banner_interior .texto img {
  margin-top: 20px;
}

.banner_interior.interior_azul .texto {
  background-color: rgba(69, 183, 245, 0.5);
}

.banner_interior.interior_amarillo .texto {
  background-color: rgba(247, 201, 110, 0.5);
}

.banner_interior.interior_rojo .texto {
  background-color: rgba(245, 104, 78, 0.5);
}

.banner_interior p {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  font-family: 'Open Sans';
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1 {
  margin-top: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0px;
  font-family: 'Open Sans';
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: var(--primario);
}

.nav-pills>li>a {
  color: #000;
  font-family: 'Open Sans';
  font-weight: 400;
  text-transform: uppercase;
}

.seccion_titulo h1 {
  text-align: center;
}

/************************************
*              FILTROS              *
************************************/

.filtros {
  height: 112px;
  background-color: var(--transparencia);
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}

.btn-filtro {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-filtro .fa {
  margin-right: 5px;
}

.producto-detalle .filtros {
  height: 44px;
}

.filtros.interiores {
  background: #f9f9f9;
}

.filtros.gestion {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filtros.gestion>div {
  width: 100%;
  margin-top: 15px;
}


.centrarflitros {
  display: flex;
  align-items: center;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget {
  position: relative;
  padding-top: calc(100vw / 6);
  width: 100%;
  overflow: hidden;
}

.instagram-widget iframe {
  border: none !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.widgetInstagram .caja_titulo_instagram p {
  color: white;
  font-size: 106px;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  line-height: 100px;
  text-transform: uppercase;
}

.widgetInstagram .caja_titulo_instagram {
  text-align: center;
  position: relative;
  background-color: #9ddbff2b;
  height: 162px;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.widgetInstagram .containerIframeInstagram {
  position: relative;
  padding-top: calc(100vw / 6);
  width: 100%;
  overflow: hidden;
}

.textoInstagram {
  background-color: rgb(98 144 219 / 10%);
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.widgetInstagram iframe {
  border: none !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.widgetInstagram .containerIframeInstagram {
  position: relative;
  padding-top: calc(100vw / 6);
  width: 100%;
  overflow: hidden;
}

.dropdown-backdrop {
  display: none;
}

@media (max-width: 1450px) {
  .widgetInstagram .caja_titulo_instagram p {
    font-size: 86px;
  }

  .widgetInstagram .caja_titulo_instagram {
    height: 142px;
  }
}

@media (max-width: 1300px) {
  .widgetInstagram .caja_titulo_instagram p {
    font-size: 66px;
  }

  .widgetInstagram .caja_titulo_instagram {
    height: 122px;
  }
}

@media(max-width:992px) {
  .widgetInstagram .caja_titulo_instagram p {
    font-size: 46px;
  }

  .widgetInstagram .caja_titulo_instagram {
    height: 102px;
  }

  .widgetInstagram iframe {
    width: 200% !important;
  }

  .widgetInstagram .containerIframeInstagram {
    padding-top: calc(100vw / 3);
  }
}

@media (max-width:767px) {
  .widgetInstagram iframe {
    width: 300% !important;
  }

  .widgetInstagram .containerIframeInstagram {
    padding-top: calc(100vw / 2);
  }
}

@media (max-width: 650px) {
  .widgetInstagram .caja_titulo_instagram p {
    font-size: 25px;
  }

  .widgetInstagram .caja_titulo_instagram {
    height: 62px;
  }
}


.enlace_cookie_consentimiento {
  display: block;
  width: 100%;
  text-align: center;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

@media (max-width: 1500px) {
  .navbar-nav>li>a {
    font-size: 16px;
    padding: 0 12px;
  }

  .nav-buttons a {
    width: 60px;
  }

  .nav-buttons a img {
    padding: 0 16px;
  }

  .custom-button-sm {
    width: 150px;
  }
}

@media (max-width: 1380px) {
  .banner_app .figura {
    right: auto;
    left: 20px;
    width: 48vw;
  }
}

@media (max-width: 1200px) {
  .row-align-center {
    display: block;
  }

  .custom-container {
    padding: 0 45px;
  }

  .titulo-lg {
    font-size: 60px;
    line-height: 65px;
  }

  .custom-button-visible-md {
    display: none;
  }

  .custom-button-hidden-md {
    display: flex;
  }

  .navbar-nav>li>a {
    font-size: 14px;
    padding: 0 10px;
  }

  .nav-buttons a {
    width: 50px;
  }

  .nav-buttons a img {
    padding: 0 12px;
  }

  .grupo-botones {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .categorias-container {
    flex-wrap: wrap;
  }

  .categorias-container>a {
    flex-basis: 33%;
  }

  footer .footer-copyright {
    column-gap: 20px;
  }

  .footer-info {
    column-gap: 20px;
  }
}

@media (max-width: 992px) {

  .antetitulo,
  .titulo {
    text-align: center;
  }

  .button-centred-md {
    margin: 0 auto;
  }

  .titulo {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .titulo-sm {
    font-size: 25px;
  }

  .titulo-md {
    font-size: 40px;
  }

  .titulo-lg {
    font-size: 45px;
    line-height: 50px;
  }

  .parrafo {
    text-align: justify;
    text-align-last: center;
  }

  .barra_ampliada .navbar-fixed-top,
  .barra_reducida .navbar-fixed-top,
  .sinfixed {
    height: 52px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
  }

  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
    height: 52px;
  }

  .navbar-brand>img {
    padding: 4px 0;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle,
  .boton-cesta {
    display: block;
  }

  .navbar-header {
    float: left;
  }

  .banner {
    margin-top: 52px;
  }

  .banner_app {
    overflow: hidden;
  }

  .banner_app .figura {
    margin: 50px auto 0;
    position: relative;
    left: auto;
    top: auto;
    width: 450px;
  }

  .banner_app .grupo-store {
    justify-content: center;
  }

  .banner_app-logo {
    top: -24%;
    width: 500px;
  }

  .destacados-container {
    flex-wrap: wrap;
  }

  .caja_destacado {
    flex-basis: 33%;
    height: 400px;
  }

  .caja_destacado .text-container {
    bottom: 80px;
  }

  .coleccion .coleccion-titulo {
    font-size: 35px;
    line-height: 40px;
  }

  .coleccion-container {
    flex-wrap: wrap;
  }

  .coleccion-img {
    flex-basis: 33%;
    height: 330px;
  }

  .footer-img {
    margin-right: 0;
  }

  footer .vl {
    height: 1px;
    width: 300px;
  }

  .footer-info {
    flex-flow: column;
  }

  .footer-info ul {
    align-self: center;
  }

  .footer-titulo {
    text-align: center;
  }

  .footer-contactos .row-redes {
    justify-content: center;
  }

  .adorno-banner-inferior {
    z-index: 0;
  }

  .boton-informacion-producto {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
  }

  .boton-informacion-producto button {
    text-transform: uppercase;
  }

  .caja_destacado:hover .boton-informacion-producto {
    opacity: 1;
  }

  .boton-informacion-categoria {
    opacity: 0;
    position: relative;
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }

  .caja_categoria:hover .boton-informacion-categoria {
    opacity: 1;
  }

  .boton-informacion-categoria button {
    background: #FFF;
    border: 1px solid #1f1f1f !important;
    color: #1f1f1f !important;
    text-transform: uppercase;
  }

  .botones-resumen .btn {
    font-size: 12px;
  }

  .botones-resumen .btn img {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .custom-container {
    padding: 0 25px;
  }

  .titulo {
    font-size: 27px;
    line-height: 32px;
  }

  .titulo-lg {
    font-size: 40px;
    line-height: 45px;
  }

  .antetitulo {
    font-size: 18px;
    line-height: 20px;
  }

  .custom-button-lg {
    width: 230px;
    font-size: 24px;
  }

  .caja_categoria .text-container .parrafo-xs {
    font-size: 10px;
    line-height: 15px;
  }

  .toggled .sidebar-wrapper {
    width: 80%;
  }

  .coleccion-img {
    flex-basis: 50%;
  }

  .banner {
    margin-top: 0;
  }

  .adorno-banner-superior {
    margin-top: 52px;
  }

  .adorno-banner-inferior {
    z-index: 0;
  }

  .adorno-banner-inferior img,
  .adorno-banner-superior img {
    width: 100%;
  }

  .adorno-titulo {
    position: relative;
    right: auto;
    top: -50px;
  }

  .adorno-titulo img {
    height: 81px;
  }

  .banner .banda_lateral {
    bottom: 110px;
  }
}

@media (max-width: 600px) {
  .parrafo {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-button {
    font-size: 16px;
    column-gap: 10px;
    width: 310px;
  }

  .banner .banda_lateral .button-store {
    width: 140px;
  }

  .banner_app .figura {
    width: 320px;
  }

  .banner_app-logo {
    top: -20%;
    width: 358px;
    left: 0;
  }

  .banner_app .button-store {
    width: 140px;
  }

  .grupo-store {
    column-gap: 15px;
  }

  .caja_destacado {
    flex-basis: 100%;
  }

  .caja_producto .img-container {
    height: 360px;
  }

  .caja_video .img-container {
    height: 450px;
  }

  .caja_producto {
    margin-bottom: 40px;
  }

  .coleccion .coleccion-titulo {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 5px;
  }

  .coleccion .coleccion-titulo img {
    width: 35px;
  }

  .coleccion-img {
    flex-basis: 100%;
    width: 250px;
  }

  .footer-contactos .row-redes .red {
    font-size: 16px;
  }
}

.btn-apagado {
  color: #ffffff;
  background-color: #969696;
  border-color: #949494;
}

.btn-apagado:hover,
.btn-apagado:focus,
.btn-apagado:active,
.btn-apagado.active,
.open .dropdown-toggle.btn-apagado {
  color: #ffffff;
  background-color: #878787;
  border-color: #949494;
}

.btn-apagado:active,
.btn-apagado.active,
.open .dropdown-toggle.btn-apagado {
  background-image: none;
}

.btn-apagado.disabled,
.btn-apagado[disabled],
fieldset[disabled] .btn-apagado,
.btn-apagado.disabled:hover,
.btn-apagado[disabled]:hover,
fieldset[disabled] .btn-apagado:hover,
.btn-apagado.disabled:focus,
.btn-apagado[disabled]:focus,
fieldset[disabled] .btn-apagado:focus,
.btn-apagado.disabled:active,
.btn-apagado[disabled]:active,
fieldset[disabled] .btn-apagado:active,
.btn-apagado.disabled.active,
.btn-apagado[disabled].active,
fieldset[disabled] .btn-apagado.active {
  background-color: #969696;
  border-color: #949494;
}

.btn-apagado .badge {
  color: #969696;
  background-color: #ffffff;
}