:root {
  --primario: #ffd600;
  --primario_rgb: 255, 214, 0;
  --primario_oscuro: #b59701;
  --acento: #b59701;
  --secundario: #ff3e9a;
  --transparencia: linear-gradient(
    90deg,
    rgba(33, 29, 30, 1) 0%,
    rgba(87, 86, 85, 1) 100%
  );
  --familia_fuente: "Outfit", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* ******** */
/* Cabecera */
/* ******** */
.navbar-fixed-top {
  filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
  z-index: 5;
}

.forma-logo {
  background-color: #fff;
  border-radius: 0 80px 80px 0;
  filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.1));
  box-shadow: #e0e0e0 3px -6px 0px 3px;
  z-index: 1;
}

.barra_ampliada .forma-logo {
  height: 150px;
  width: 330px;
}

.barra_reducida .forma-logo {
  height: 120px;
  width: 270px;
}

.navbar-brand > img {
  object-fit: contain;
}

.navbar-nav {
  margin-right: 7px;
  display: flex;
  align-items: center;
}

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

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

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

.navbar-nav > li > a {
  font-size: 16px;
  font-family: var(--titulo);
  color: #333333;
  padding: 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}

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

nav .navbar-nav > .active > a,
nav .navbar-nav > .active > a:focus,
nav .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: var(--primario__e);
  /* font-weight: bold; */
}

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 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-nav > li .hover-effect:before {
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.05);
}

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

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

nav .navbar-nav > li.dropdown .dropdown-menu {
  border-radius: 0;
  overflow: hidden;
  border: unset;
  border-bottom: 2px solid var(--secundario__e);
  padding: 0;
  background-color: rgba(228, 27, 128, 0.5);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
}

nav .navbar-nav > li.dropdown .dropdown-menu > li > a {
  padding: 12px 0;
  font-weight: 300;
  color: #fff;
}

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

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

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

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;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: var(--primario_oscuro__e);
}

.small-menu {
  font-size: 14px !important;
}

.superior {
  height: 40px;
  background-color: var(--secundario__e);
}

.barra_ampliada .superior {
  margin-top: 0;
}

.barra_reducida .superior {
  margin-top: -40px;
}

.superior .alineado {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  gap: 20px;
  padding: 0 30px;
  color: var(--primario);
}

.superior .alineado a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #e0e0e0;
  font-weight: 300;
  gap: 7px;
}

.superior .alineado a:hover {
  text-shadow: 0 0 1px;
}

.superior img {
  object-fit: contain;
  width: 20px;
}

.superior a:hover img {
  filter: drop-shadow(0 0 1px #fff);
}

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

.sidebar-wrapper.left {
  left: 0;
  margin-left: -50%;
  right: auto;
  margin-right: 0;
}

.sidebar-wrapper.right {
  left: auto;
  margin-left: 0;
  right: 0;
  margin-right: -50%;
}

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

#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.2);
} */

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

/* ESTILOS SIN RESPONSIVE MAQUETA AQUI */
.navbar-contacto {
  padding: 13px 25px;
  gap: 25px;
  border-radius: 8px;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  background: #211d1e;
  right: -800px;
  top: calc(var(--header-h) - 25px);

  /* opacity: 0; */
}

.barra_ampliada .navbar-contacto {
  right: 40px;
  /* opacity: 1; */
}

.navbar-contacto a {
  font-size: 16px;
  color: #fff;
}

.navbar-contacto .contacto img {
  width: 20px;
  margin-right: 5px;
}

.navbar-contacto .contenedor-redes {
  display: flex;
  gap: 15px;
}

.navbar-contacto .contenedor-redes img {
  width: 20px;
}

header.fijar {
  --header-h: 90px;
}

header.fijar.barra_ampliada {
  --header-h: 130px;
}

header.fijar,
header.fijar .navbar-brand,
header.fijar .navbar-fixed-top,
header.fijar .navbar .navbar-collapse,
header.fijar .navbar .navbar-nav.centrado > li a,
header.fijar .linea-difuminado,
.navbar-contacto,
.navbar-default .navbar-nav > li {
  transition: all 300ms ease;
}

header.fijar .navbar .navbar-collapse {
  pointer-events: all;
}

.navbar {
  margin: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.total_menu .menu_principal .container-fluid .navbar-default,
.total_menu .menu_principal .container-fluid,
.total_menu .menu_principal,
.total_menu {
  pointer-events: none;
}

.navbar-brand {
  pointer-events: all;
  position: relative;
  top: -1px;
  height: calc(var(--header-h) + 75px);
  /* height: auto; */
  width: auto;
  aspect-ratio: 4/3;
  border-bottom-left-radius: 60%;
  border-bottom-right-radius: 60%;
  padding: 0;
  background: var(--bg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.navbar-brand > img {
  width: 75%;
  margin: 10px auto;
}

.navbar-fixed-top {
  height: var(--header-h);
  background: #575655;
  background: linear-gradient(
    90deg,
    rgba(33, 29, 30, 1) 0%,
    rgba(87, 86, 85, 1) 100%
  );
}

.navbar-fixed-top .total_menu .navbar-nav {
  float: none;
}

.navbar-fixed-top .total_menu .btn.cambiar-sitio {
  float: right;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
}

.navbar .navbar-collapse {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  height: calc(var(--header-h) - 2px);
}

.barra_ampliada .navbar .navbar-collapse {
  height: calc(var(--header-h) - 25px);
}

.navbar .navbar-nav.centrado {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  float: none !important;
}

.navbar .navbar-nav.centrado > li {
  float: none !important;
  display: inline-block;
}

.navbar .navbar-nav.centrado > li a {
  font-size: 18px;
  padding: 0 25px;
  line-height: calc(var(--header-h) - 5px);
}

.barra_ampliada .navbar .navbar-nav.centrado > li a {
  line-height: calc(var(--header-h) - 25px);
}

.cambiar-sitio {
  margin-left: auto;
  margin-right: 11px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.cambiar-sitio a {
  height: fit-content;
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 16px;
  border: 2px var(--otro) solid;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 300ms ease;
}

.cambiar-sitio a:hover {
  background-color: rgba(var(--otro_rgb), 0.35);
}

.cambiar-sitio a img {
  position: relative;
  top: -1px;
  margin-right: 5px;
  width: 15px;
  filter: invert(1);
}

.navbar-fixed-top .total_menu .btn.cambiar-sitio {
  float: none !important;
  height: calc(var(--header-h) - 25px);
  display: flex;
  align-items: center;
}

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

.navbar-default .navbar-nav > li {
  background: url("/template/estandar/images/Formas/svg.svg");
  background-size: auto 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li.active {
  background-size: auto 85%;
}

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

.linea-difuminado {
  position: absolute;
  z-index: -1;
  top: calc(var(--header-h) - 3px);
  height: 3px;
  width: 100vw;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(var(--primario_rgb), 1) 100%
  );
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

section.banner {
  margin: 0 15px;
}

section.banner .row {
  position: relative;
}

.banner .forma_banner {
  position: absolute;
  top: max(90vh, 700px);
  transform: translate(-50%, -95%);
  left: 50%;
  width: 101vw;
  max-width: none;
  z-index: 4;
    aspect-ratio: 1920 / 113;
}

.banner .fondo_banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner .banner_mitad::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: transparent;
}

.banner .banner_mitad.fondo_hockey::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 213, 0, 0.6) 0%,
    rgba(255, 213, 0, 0.55) 30%,
    rgba(255, 213, 0, 0.2) 70%
  );
}

.banner .banner_mitad.fondo_patinaje::after {
  background: linear-gradient(
    to bottom,
    rgba(225, 64, 150, 0.6) 0%,
    rgba(225, 64, 150, 0.55) 30%,
    rgba(225, 64, 150, 0.2) 70%
  );
}

.banner .banner_mitad {
  position: relative;
  height: 90vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .contenedor-banner {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 590px;
  aspect-ratio: 1 / 1;
  margin-bottom: 60px;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0.9) 0%,
    rgba(10, 10, 10, 0.9) 100%
  );
  /* gap: 20px; */
}

.banner .contenedor-banner::after {
  content: "";
  border-radius: 10px;
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url("/template/estandar/images/Formas/Forma_fondo_lateral_noticia.svg")
    no-repeat right center;
  background-size: auto 100%;
  filter: invert(1) brightness(0.8) contrast(1.1) opacity(0.3);
  pointer-events: none;
}

.banner .contenedor-banner img {
  max-width: 135px;
  margin-bottom: 25px;
}

.banner .contenedor-banner h1 {
  font-size: 45px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 1.2;
  min-height: calc(2 * 1.2em);
  max-height: calc(2 * 1.2em);
  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.banner .contenedor-banner p {
  font-size: 15px;
  margin-bottom: 0px;
}

section.banner .contenedor-banner .contenedor-botones {
  width: 80%;
  margin-bottom: 30px;
}

.banner .contenedor-banner .btn {
  font-size: 15px;
  font-weight: 500;
  width: calc(50% - 20px);
  margin: 0 5px;
  padding: 13px;
  border: 1px var(--primario) solid;
  color: white;
  transition: all 300ms ease;
}

.banner .contenedor-banner .btn-patinaje {
  border: 1px var(--secundario) solid;
}

.banner .contenedor-banner .btn-full {
  background-color: var(--primario);
}

.banner .contenedor-banner .btn-full-patinaje {
  background-color: var(--secundario);
}

.banner .contenedor-banner .btn:hover {
  background-color: rgba(255, 213, 0, 0.35);
  transition: all 300ms ease;
}

.banner .contenedor-banner .btn-patinaje:hover {
  background-color: rgba(225, 64, 150, 0.35);
  transition: all 300ms ease;
}

.padre_zona_directo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;

  display: flex;
  /* align-items: center; */
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.padre_zona_directo.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

.padre_zona_directo .zona_directo {
  position: relative;
  margin-bottom: 60px;
  width: 1300px;
  max-width: calc(100% - 65px);
  color: #fff;

  height: fit-content;
  top: 10vh;
}

.padre_zona_directo .zona_directo .embed-responsive {
  border-radius: 15px;
}

.padre_zona_directo .zona_directo .btn-cerrar {
  position: absolute;
  right: -25px;
  top: -25px;
  font-size: 20px;
  width: 25px;
  height: 25px;
  line-height: 1;
  padding: 0;
  color: #fff;
  z-index: 1;
}

.banner .contenedor-banner .contenedor-botones-rec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rec {
  --rec-scale: 1.3;
  --rec-duration: 1.2s;
  --rec-opacity: 0.35;
  --rec-wave-scale: 2.2;

  display: inline-block;

  width: 1em;
  height: 1em;
  margin-right: 5px;
  color: red;
  font-size: 14px;
  /* line-height: 1; */
  position: relative;
  transform-origin: center;
  will-change: transform;

  animation: recPulse var(--rec-duration) ease-in-out infinite alternate;
}

@keyframes recPulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(var(--rec-scale));
  }
}

.rec::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: var(--rec-opacity);
  pointer-events: none;
  animation: recWave var(--rec-duration) ease-out infinite;
}

@keyframes recWave {
  0% {
    transform: scale(1);
    opacity: var(--rec-opacity);
  }

  100% {
    transform: scale(var(--rec-wave-scale));
    opacity: 0;
  }
}

.banner .banner_mitad .contenedor-banner {
  position: relative;
}

.banner .banner_mitad .contenedor-banner .arriba-derecha {
  top: 10px;
  right: 10px;
  position: absolute;
  color: red;
}

.btn-directo {
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1; */
}

.banner .banner_mitad .contenedor-banner {
  position: relative;
}

.banner .banner_mitad .contenedor-banner .arriba-derecha {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .rec,
  .rec::after {
    animation: none;
  }
}

.noticias-destacadas .contenedor-cabecera h1 {
  color: black;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.noticias-destacadas .contenedor-cabecera b {
  color: var(--primario_oscuro);
}

.noticias-destacadas a.tarjeta {
  width: 100%;
  color: white;
  background-size: 100%;
  transition: all 300ms ease;
}
/* 
.noticias-destacadas a.tarjeta:hover,
.contenedor-noticias .noticias .bloque.principal.noticia a.tarjeta:hover {
  color: var(--color);
} */

.noticias-destacadas a.tarjeta:hover::before,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  a.tarjeta:hover::before {
  transform: scale(1.06);
}

.noticias-destacadas a.tarjeta:hover h2 {
  /* box-shadow: ; */
  transition: all 300ms ease;
}

.noticias-destacadas .col-md-5,
.noticias-destacadas .col-md-7 {
  padding-left: 15px;
  padding-right: 15px;
}

.noticias-destacadas .col-right-md .noticia-pequeña + .noticia-pequeña {
  margin-top: 20px;
}

.noticias-destacadas .noticia-pequeña {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;
}

.noticias-destacadas .noticia-pequeña > a.tarjeta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 8px;
}

.contenedor-noticias .noticias.row {
  margin-right: -10px;
  margin-left: -10px;
}

.contenedor-noticias .noticias .bloque.principal.noticia {
  padding-right: 10px;
  padding-left: 10px;
}

.noticias-destacadas .tarjeta,
.contenedor-noticias .noticias .bloque.principal.noticia .tarjeta {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 50px;
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease;
}

.contenedor-noticias .noticias .bloque.principal.noticia .tarjeta {
  aspect-ratio: 14 / 11;
}

.noticias-destacadas .tarjeta::before,
.contenedor-noticias .noticias .bloque.principal.noticia .tarjeta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center / cover no-repeat;
  transform: scale(1);
  transition: transform 300ms ease;
}

.noticias-destacadas a.tarjeta .etiqueta-fecha,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  a.tarjeta
  .etiqueta-fecha {
  text-transform: lowercase;
  color: white;
  background-color: var(--acento);
  padding: 2px 10px;
  border-radius: 5px;
}

.noticias-destacadas a.tarjeta:hover .etiqueta-fecha {
  color: white;
}

.noticias-destacadas .noticia-pequeña a.tarjeta .etiqueta-fecha,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  a.tarjeta
  .etiqueta-fecha {
  position: absolute;
  top: 30px;
  right: 30px;
}

.noticias-destacadas .tarjeta-gradient,
.contenedor-noticias .noticias .bloque.principal.noticia .tarjeta-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 1;
  pointer-events: none;
  transition: all 300ms ease;
}

.noticias-destacadas .tarjeta:hover .tarjeta-gradient,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  .tarjeta:hover
  .tarjeta-gradient {
  height: 100%;
}

.noticias-destacadas .tarjeta-content,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  .tarjeta
  .tarjeta-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 30px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.noticias-destacadas .tarjeta-title,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  .tarjeta
  .tarjeta-title {
  margin: 25px 0px 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  min-height: calc(3 * 1.2em);
  max-height: calc(3 * 1.2em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.noticias-destacadas .tarjeta-title,
.noticias-destacadas .noticia-pequeña .tarjeta-title,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  .tarjeta
  .tarjeta-title {
  text-align: justify;
}

.noticias-destacadas .noticia-pequeña .tarjeta-title,
.contenedor-noticias
  .noticias
  .bloque.principal.noticia
  .tarjeta
  .tarjeta-title {
  font-size: 25px;
}

.noticias-destacadas .tarjeta-sub {
  margin: 0;
  opacity: 0.9;
}

.sombra-cargar-mas {
  position: relative;
}

.sombra-cargar-mas::after {
  content: "";
  position: absolute;
  inset: -565px 0 0 0;
  height: 550px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 4;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.row-eq-md {
  display: flex;
  align-items: stretch;
}

.row-eq-md > [class*="col-"] {
  float: none;
}

.col-left-md {
  display: flex;
}

.col-right-md {
  display: flex;
  flex-direction: column;
}

.col-right-md .noticia-pequeña {
  flex: 0 0 auto;
}

.otras-noticias .contenedor-redes {
  border-radius: 10px;
  color: #fff;
  background: #575655;
  background: linear-gradient(
    90deg,
    rgba(87, 86, 85, 1) 0%,
    rgba(33, 29, 30, 1) 100%
  );
}

.otras-noticias .contenedor-redes .contenedor-cabecera {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.otras-noticias .contenedor-redes .contenedor-cabecera img {
  filter: invert(1);
  width: 25px;
}

.otras-noticias .contenedor-redes .contenedor-cabecera h3 {
  font-size: 25px;
  margin-top: 23px;
  margin-bottom: 25px;
}

.otras-noticias .contenedor-redes .contenedor-imagen .imagen-principal {
  width: 100%;
}

.otras-noticias .contenedor-redes .contenedor-pie {
  text-align: center;
}

.otras-noticias .contenedor-redes .contenedor-pie h3 {
  margin-top: 23px;
  margin-bottom: 25px;
}

.otras-noticias .contenedor-redes .contenedor-pie .divisor {
  width: 75%;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.otras-noticias .contenedor-redes .contenedor-pie .redes {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.otras-noticias .contenedor-redes .contenedor-pie .redes a img {
  width: 25px;
  margin: 22px 8px;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.otras-noticias .contenedor-noticias {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.otras-noticias .tarjeta-noticia {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.otras-noticias .row-table {
  display: table;
  width: 100%;
}

.otras-noticias .row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.otras-noticias .col-img {
  width: 49% !important;
  position: relative;
  overflow: hidden;
}

.otras-noticias .col-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform 300ms ease;
  will-change: transform;
  backface-visibility: hidden;
}

.otras-noticias a:hover .col-img::before {
  transform: scale(1.1);
}

.otras-noticias .col-body {
  width: 51% !important;
  position: relative;
  background: #fafafa;
  padding: 28px 32px;
}

.otras-noticias .col-body::after {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  background: url("/template/estandar/images/Formas/Forma_fondo_lateral_noticia.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 110%;
  pointer-events: none;
}

.otras-noticias .row-par .col-body::after {
  transform: scaleX(-1);
  transform-origin: center;
}

.otras-noticias .tag {
  font-size: 17px;
  margin: 0 0 30px;
  font-weight: 700;
  color: #ff3d9a;
  position: relative;
  z-index: 2;
}

.otras-noticias .titulo {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  min-height: calc(6 * 1.2em);
  max-height: calc(6 * 1.2em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  position: relative;
  z-index: 2;
}

.otras-noticias .divisor {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 16px 0;
  position: relative;
  z-index: 2;
}

.otras-noticias .meta-fecha {
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 200;
  text-transform: lowercase;
  color: #90919a;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
}

.otras-noticias .meta-fecha img {
  width: 20px;
}

.marcasAa {
  background-color: #fff;
}

.marcasAa .splide {
  margin: 0 auto;
  flex-shrink: 0;

  position: relative;
  overflow: hidden;
}

.marcasAa .splide::before,
.marcasAa .splide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  pointer-events: none;
  z-index: 2;
}

.marcasAa .splide::before {
  left: 0;
  background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

.marcasAa .splide::after {
  right: 0;
  background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

.marcasAa .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marcasAa .splide__slide {
  padding: 30px 30px;
}

.marcasAa img {
  display: block;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.marcasAa .splide__track {
  padding-top: 35px;
  padding-bottom: 35px;
}

.galeria .grid {
  width: auto;
  /* max-width: 1230px;  */
  margin: 0 auto;
  margin-right: -15px;
}
.galeria .grid-item {
  border-radius: 10px;
  width: calc(25% - 15px);
  margin-bottom: 20px;
  /* border: 1px solid var(--primario); */
  overflow: hidden;
}
.galeria .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}

.galeria .grid-item img:hover {
  transform: scale(1.1);
}

.galeria .custom-button {
  color: var(--primario);
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 55px;
  border: 1px solid var(--primario);

  padding: 10px 30px;
}

.galeria .boton-galeria {
  margin: 0 auto;
  text-align: center;
}

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

.galeria .custom-button:focus,
.galeria .custom-button:active,
.galeria .custom-button:hover {
  color: #ffffff;
}

/* #swipebox-close{
        right: -2020px !important;
    } */

@media screen and (max-width: 900px) {
  .galeria .grid-item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  .galeria .grid-item {
    width: 100%;
  }
}

.parallax {
  background-image: linear-gradient(
      rgba(100, 100, 100, 0.7),
      rgba(100, 100, 100, 0.7)
    ),
    var(--bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax .contenedor-parallax {
  display: flex;
  gap: 145px;
}

.parallax .contenedor-parallax .contenedor-slider {
  width: 570px;
}

.parallax .splide__track,
.parallax #slider-parallax,
.parallax #slider-parallax .splide__list,
.parallax #slider-parallax .splide__slide {
  height: 380px;
  border-radius: 10px;
}

.parallax .contenedor-parallax .contenedor-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.parallax .splide__pagination {
  bottom: -43px;
}

.parallax .splide__pagination__page {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px white solid;
  border-radius: 3px;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  opacity: 1;
}

.parallax .splide__pagination__page.is-active {
  transform: scale(1.2);
  background: var(--secundario);
  border: 1px var(--secundario) solid;
}

.parallax .contenedor-info {
  color: #fff;
}

.parallax .contenedor-info h1 {
  font-size: 54px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 35px;
}

.parallax .contenedor-info p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 60px;
}

.parallax .btn {
  font-size: 15px;
  color: white;
  width: 175px;
  padding: 13px;
  border: 1px var(--secundario) solid;
  background: var(--secundario);
  transition: all 300ms ease;
}

.parallax .btn:hover {
  background: rgba(225, 64, 150, 0.35);
  transition: all 300ms ease;
}

.parallax .forma-parallax {
  position: relative;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}

.bloque-info {
  position: relative;
}

.bloque-info::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: url("/template/estandar/images/Formas/Forma_fondo_lateral.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 125%;
  pointer-events: none;
}

.bloque-info .contenedor-info .antetitulo {
  font-size: 25px;
  color: #90919a;
  font-weight: 400;
}

.bloque-info .contenedor-info h1 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 25px;
  color: black;
}

.bloque-info .contenedor-info h1 b {
  color: var(--primario_oscuro);
}

.bloque-info .contenedor-info .texto {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 60px;
}

.btn-oscuro {
  font-size: 15px;
  color: white;
  width: 175px;
  padding: 13px;
  background: linear-gradient(
    90deg,
    rgba(87, 86, 85, 1) 0%,
    rgba(33, 29, 30, 1) 50%,
    rgba(87, 86, 85, 1) 100%
  );
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 300ms ease;
}

.btn-oscuro:hover {
  color: white;
  background-position: 100% 0%;
  transition: all 300ms ease;
}

.bloque-info .contenedor-imagenes {
  max-width: 570px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  grid-template-areas:
    "img1 img2"
    "img3 img3";
  gap: 15px 18px;
  align-items: stretch;
  justify-self: end;
}

.bloque-info .contenedor-imagenes > div {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background: #111;
}

.bloque-info .imagen-1 {
  grid-area: img1;
  aspect-ratio: 1 / 1;
}

.bloque-info .imagen-2 {
  grid-area: img2;
  aspect-ratio: 4 / 3;
}

.bloque-info .imagen-3 {
  grid-area: img3;
  aspect-ratio: 16 / 9;
}

.bloque-info .contenedor-imagenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.bloque-info .contenedor-bloque {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

footer.caja {
  background: rgba(33, 29, 30, 1);
}

footer.caja .informacion_contacto {
  color: #fff;
  background: #575655;
  background: linear-gradient(rgba(87, 86, 85, 1) 0%, rgba(33, 29, 30, 1) 100%);
}

.informacion_contacto {
  position: relative;
  overflow: hidden;
}

.informacion_contacto .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.informacion_contacto .contenedor-izq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.informacion_contacto .contenedor-logo {
  width: 100%;
}

.informacion_contacto .contenedor-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 220px;
}

.informacion_contacto .contenedor-redes {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 0 45px;
}

.informacion_contacto .contenedor-redes a {
  display: inline-flex;
  line-height: 0;
}

.informacion_contacto .contenedor-redes img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.informacion_contacto .divisor {
  border-right: #fff 1px solid;
  margin: 0 50px 0 30px;
  align-self: stretch;
  opacity: 0.25;
}

.informacion_contacto .contenedor-contactos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.informacion_contacto .contenedor-contactos h3 {
  margin: 0;
  font-weight: 300;
}

.informacion_contacto .iconos_info {
  color: #fff;
  display: grid;
  grid-template-columns: 28px auto;
  align-items: start;
  column-gap: 16px;
  transition: all 300ms ease;
}

.informacion_contacto a.iconos_info:hover {
  color: var(--primario);
}

.informacion_contacto .iconos_info img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.informacion_contacto .iconos_info .textos {
  display: flex;
  align-items: center;
  height: 25px;
}

.informacion_contacto .iconos_info .textos p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

footer .pie .menu_pie {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}

footer .pie .menu_pie p {
  font-size: 18px;
  margin: 0;
}

footer .pie .menu_pie a {
  color: #fff;
  transition: all 300ms ease;
}

footer .pie .menu_pie a:hover,
footer .pie .menu_pie a:active {
  color: var(--primario);
}

footer .linea_separa_pie {
  border-bottom: 1px white solid;
  opacity: 0.25;
}

footer .footer-copyright {
  margin: 30px 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  gap: 0 40px;
}

footer .web_laspalmas a {
  color: var(--primario);
  text-decoration: none;
  transition: all 300ms ease;
}

footer .web_laspalmas a:hover {
  text-shadow: 0 0 6px rgba(255, 213, 0, 0.85);
}

/* FIN ESTILOS MAQUETA */

/*********************************
*        MENU DESPLEGABLE        *
*********************************/
.dropdown-menu {
  background-color: #282627;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a {
  line-height: 3 !important;
  color: #fff;
  font-size: 15px;
  font-family: var(--familia_fuente);
  /* text-transform: uppercase; */
  font-weight: 300;
  padding: 15px 20px;
  width: 100%;
}

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

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

body {
  font-family: var(--familia_fuente);
}

/* menu doble */

.el-menu {
  height: 140px;
  transition: all 0.2s ease-in-out;
}

.barra_reducida .el-menu {
  height: 110px;
}

.el-menu {
  position: relative;
}

.primera-menu,
.segunda-menu {
  display: flex;
  position: absolute;
  width: calc(50vw - (90px + 35px));
  height: 100%;
}

.primera-menu {
  right: 155px;
  justify-content: flex-end;
}

.segunda-menu {
  left: 155px;
}

.navbar-nav .logo {
  position: absolute;
}

.navbar-nav .logo {
  position: absolute;
  left: -160px;
  height: 100%;
}

.navbar-nav .logo > a {
  padding: 0;
  height: inherit;
}

.navbar-nav .logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 180px;
  z-index: 2;
}

/* -- 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;
}

[class^="separa-"],
[class*=" separa-"] {
  display: block;
  width: 100%;
  flex: 0 0 100%;
}

.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;
}

.flex {
  display: flex;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.centrado {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.centrado.izquierda {
  justify-content: flex-start;
}

.centrado.derecha {
  justify-content: flex-end;
}

.animation,
.animacion {
  transition: all 300ms ease !important;
  -webkit-transition: all 300ms ease !important;
  -moz-transition: all 300ms ease !important;
  -ms-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
}

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

.limitar_1 {
  -webkit-line-clamp: 1; /* number of lines to show */
}

.limitar_2 {
  -webkit-line-clamp: 2; /* number of lines to show */
}

.limitar_3 {
  -webkit-line-clamp: 3; /* number of lines to show */
}

.limitar_4 {
  -webkit-line-clamp: 4; /* number of lines to show */
}

.limitar_5 {
  -webkit-line-clamp: 5; /* number of lines to show */
}

.limitar_6 {
  -webkit-line-clamp: 6; /* number of lines to show */
}

.limitar_7 {
  -webkit-line-clamp: 7; /* number of lines to show */
}

.limitar_8 {
  -webkit-line-clamp: 8; /* number of lines to show */
}

.limitar_9 {
  -webkit-line-clamp: 9; /* number of lines to show */
}

.limitar_10 {
  -webkit-line-clamp: 10; /* number of lines to show */
}

.caja {
  overflow: hidden;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  z-index: -1;
  /* left: -100%; */
  top: calc(var(--header-h, 0px) - 4px);
  min-width: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;

  display: block !important;
  visibility: hidden;
  opacity: 0;
  /* transform: translateX(50%); */
  pointer-events: none;

  transition: all 300ms ease;
}


.open.dropdown-submenu > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  /* transform: translateY(0); */
  pointer-events: auto;
}

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: unset;
  color: #fff;
}

.dropdown-submenu > a:after {
  display: none;
  /* display: block; */
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*********************************
*            INTERIORES          *
*********************************/

.interiores {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.interiores .cabecera h1 {
  color: black;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.interiores .textaco,
.interiores .textaco p {
  font-size: 16px;
  font-weight: 200;
  font-family: "Open sans";
}

/* ESTILOS CKEDITOR */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.textaco {
  & .image {
    display: table;
    clear: both;
    text-align: center;

    /* Make sure there is some space between the content and the image. Center image by default. */
    /* The first value should be equal to --ck-spacing-large variable if used in the editor context
	 	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
    margin: 0.9em auto;

    /* Make sure the caption will be displayed properly (See: https://github.com/ckeditor/ckeditor5/issues/1870). */
    min-width: 50px;

    & img {
      /* Prevent unnecessary margins caused by line-height (see #44). */
      display: block;

      /* Center the image if its width is smaller than the content's width. */
      margin: 0 auto;

      /* Make sure the image never exceeds the size of the parent container (ckeditor/ckeditor5-ui#67). */
      max-width: 100%;

      /* Make sure the image is never smaller than the parent container (See: https://github.com/ckeditor/ckeditor5/issues/9300). */
      min-width: 100%;

      /* Keep proportions of the block image if the height is set and the image is wider than the editor width.
			See https://github.com/ckeditor/ckeditor5/issues/14542. */
      height: auto;
    }
  }

  & .image-inline {
    /*
		 * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).
		 * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
		 * This strange behavior does not happen with inline-flex.
		 */
    display: inline-flex;

    /* While being resized, don't allow the image to exceed the width of the editing root. */
    max-width: 100%;

    /* This is required by Safari to resize images in a sensible way. Without this, the browser breaks the ratio. */
    align-items: flex-start;

    /* When the picture is present it must act as a flex container to let the img resize properly */
    & picture {
      display: flex;
    }

    /* When the picture is present, it must act like a resizable img. */
    & picture,
    & img {
      /* This is necessary for the img to span the entire .image-inline wrapper and to resize properly. */
      flex-grow: 1;
      flex-shrink: 1;

      /* Prevents overflowing the editing root boundaries when an inline image is very wide. */
      max-width: 100%;
    }
  }
}

.ck.ck-editor__editable {
  /*
	 * Inhertit the content styles padding of the <figcaption> in case the integration overrides `text-align: center`
	 * of `.image` (e.g. to the left/right). This ensures the placeholder stays at the padding just like the native
	 * caret does, and not at the edge of <figcaption>.
	 */
  & .image > figcaption.ck-placeholder::before {
    padding-left: inherit;
    padding-right: inherit;

    /*
		 * Make sure the image caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */
  & .image {
    z-index: 1;

    /*
		 * Make sure the selected image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
    &.ck-widget_selected {
      z-index: 2;
    }
  }

  /*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */
  & .image-inline {
    z-index: 1;

    /*
		 * Make sure the selected inline image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
    &.ck-widget_selected {
      z-index: 2;

      /*
			 * Make sure the native browser selection style is not displayed.
			 * Inline image widgets have their own styles for the selected state and
			 * leaving this up to the browser is asking for a visual collision.
			 */
      & ::selection {
        display: none;
      }
    }
  }

  /* Keep proportions of the inline image if the height is set and the image is wider than the editor width.
	See https://github.com/ckeditor/ckeditor5/issues/14542. */
  & .image-inline img {
    height: auto;
  }

  /* The inline image nested in the table should have its original size if not resized.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */
  & td,
  & th {
    & .image-inline img {
      max-width: none;
    }
  }
}

@import "@ckeditor/ckeditor5-ui/theme/mixins/_mediacolors.css";

:root {
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  --ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.textaco .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;

  /* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
  @media (forced-colors: active) {
    background-color: unset;
    color: unset;
  }
}

/* Editing styles */
.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
  @mixin ck-media-default-colors {
    animation: ck-image-caption-highlight 0.6s ease-out;
  }

  @media (prefers-reduced-motion: reduce) {
    animation: none;
  }
}

@keyframes ck-image-caption-highlight {
  0% {
    background-color: var(--ck-color-image-caption-highlighted-background);
  }

  100% {
    background-color: var(--ck-color-image-caption-background);
  }
}

.ck.ck-image-insert-url {
  width: 400px;
  padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;

  & .ck-image-insert-url__action-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.ck.ck-editor__editable {
  & img.image_placeholder {
    background-size: 100% 100%;
  }
}

/* Preserve aspect ratio of the resized image after introducing image height attribute. */
.textaco img.image_resized {
  height: auto;
}

.textaco .image.image_resized {
  max-width: 100%;
  /*
	The `<figure>` element for resized images must not use `display:table` as browsers do not support `max-width` for it well.
	See https://stackoverflow.com/questions/4019604/chrome-safari-ignoring-max-width-in-table/14420691#14420691 for more.
	Fortunately, since we control the width, there is no risk that the image will look bad.
	*/
  display: block;
  box-sizing: border-box;

  & img {
    /* For resized images it is the `<figure>` element that determines the image width. */
    width: 100%;
  }

  & > figcaption {
    /* The `<figure>` element uses `display:block`, so `<figcaption>` also has to. */
    display: block;
  }
}

.ck.ck-editor__editable {
  /* The resized inline image nested in the table should respect its parent size.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */
  & td,
  & th {
    & .image-inline.image_resized img {
      max-width: 100%;
    }
  }
}

[dir="ltr"]
  .ck.ck-button.ck-button_with-text.ck-resize-image-button
  .ck-button__icon {
  margin-right: var(--ck-spacing-standard);
}

[dir="rtl"]
  .ck.ck-button.ck-button_with-text.ck-resize-image-button
  .ck-button__icon {
  margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
  width: 4em;
}

:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

.textaco {
  /* See: https://github.com/ckeditor/ckeditor5/issues/16317 */
  & .image {
    /* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
		confirming successful application of the style if image width exceeds the editor's size.
		See https://github.com/ckeditor/ckeditor5/issues/9342 */
    &.image-style-block-align-left,
    &.image-style-block-align-right {
      max-width: calc(100% - var(--ck-image-style-spacing));
    }

    /* Allows displaying multiple floating images in the same line.
		See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */
    &.image-style-align-left,
    &.image-style-align-right {
      clear: none;
    }

    &.image-style-side {
      float: right;
      margin-left: var(--ck-image-style-spacing);
      max-width: 50%;
    }

    &.image-style-align-left {
      float: left;
      margin-right: var(--ck-image-style-spacing);
    }

    &.image-style-align-right {
      float: right;
      margin-left: var(--ck-image-style-spacing);
    }

    &.image-style-block-align-right {
      margin-right: 0;
      margin-left: auto;
    }

    &.image-style-block-align-left {
      margin-left: 0;
      margin-right: auto;
    }
  }

  & .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  & .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
  }

  & .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
  }

  /* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */
  & p + .image.image-style-align-left,
  & p + .image.image-style-align-right,
  & p + .image.image-style-side {
    margin-top: 0;
  }

  & .image-inline {
    &.image-style-align-left,
    &.image-style-align-right {
      margin-top: var(--ck-inline-image-style-spacing);
      margin-bottom: var(--ck-inline-image-style-spacing);
    }

    &.image-style-align-left {
      margin-right: var(--ck-inline-image-style-spacing);
    }

    &.image-style-align-right {
      margin-left: var(--ck-inline-image-style-spacing);
    }
  }
}

.ck.ck-splitbutton {
  /* The button should display as a regular drop-down if the action button
	is forced to fire the same action as the arrow button. */
  &.ck-splitbutton_flatten {
    &:hover,
    &.ck-splitbutton_open {
      & > .ck-splitbutton__action:not(.ck-disabled),
      & > .ck-splitbutton__arrow:not(.ck-disabled),
      & > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
        background-color: var(--ck-color-button-on-background);

        &::after {
          display: none;
        }
      }
    }

    &.ck-splitbutton_open:hover {
      & > .ck-splitbutton__action:not(.ck-disabled),
      & > .ck-splitbutton__arrow:not(.ck-disabled),
      & > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
        background-color: var(--ck-color-button-on-hover-background);
      }
    }
  }
}

.textaco figure.media iframe.youtube {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 767px) {
  .textaco figure.image {
    width: 100% !important;
  }
  .textaco .image_resized,
  .textaco img {
    height: auto;
    max-width: 100%;
  }
}

/*FIN ESTILOS CKEDITOR*/

#swipebox-overlay {
  background: #0d0d0ddb;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
}
.ug-lightbox .ug-lightbox-overlay {
  background: #0d0d0ddb;
}
.ug-thumb-wrapper.ug-tile {
  border-radius: 10px;
}
/*Detalle producto*/
.breadcrumb > li {
  font-size: 13px;
}
.tag_option {
  margin: 5px;
  color: var(--primario);
}
.tag-circle {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  overflow: hidden;
  border: 2px solid #f5f5f5;
}

.tag-circle img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  object-fit: contain;
}

.tag_bloque {
  height: 40px;
  width: 70px;
  display: inline-flex;
  background: var(--transparencia);
  justify-content: center;
  align-items: center;
}

.tag-circle.active {
  border: 2px solid #000;
}

.tag_bloque.active {
  background-color: var(--primario);
}
.tag_option.active a {
  color: #fff;
}

.foto_principal .imagen {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
}
.foto_principal.mini .imagen {
  height: 444px;
  background-size: cover;
}

.foto_principal .lupa {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 300ms all linear;
  color: #fff;
  font-size: 40px;
}

.foto_principal .lupa:hover {
  opacity: 1;
}

.quantity {
  border: 2px solid var(--primario);
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.quantity label {
  display: inline-block;
  padding: 0 20px;
  color: var(--secundario);
}

.quantity-controls .fa {
  color: var(--secundario);
}

.quantity-controls {
  display: inline-block;
  position: relative;
}

.quantity-controls span {
  color: #888;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  width: 26px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;

  color: #171717;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.quantity-controls span.right {
  right: 0;
  text-align: left;
}
.lista_productos_sin_stock {
  border: 2px solid red;
  padding: 20px 20px;
  list-style-type: none;
}

.lista_productos_sin_stock li {
  color: #f4573a;
  font-weight: 600;
}
#productos > div {
  padding-right: 10px;
  padding-left: 10px;
}

#cantidad {
  border: 0;
  font-family: inherit;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  margin: 0 26px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 40px;
  -webkit-appearance: none;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.otros_productos h2,
.otros_productos h3 {
  color: var(--primario_oscuro);
  font-weight: 500;
  font-family: var(--familia_fuente);
}

.otros_productos h2 {
  font-size: 25px;
}

.botones_carro {
  width: calc(100% - 225px);
  float: right;
}
.botones_carro.grande {
  width: 100%;
}

.btn_love img {
  height: 30px;
  width: 30px;
}

.btn-filtro {
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}

.botones_carro .btn-tam {
  height: 52px;
  width: 100%;
}
/* transform: translateY(-10px);
} */

.descarga.uno:hover .btn {
  color: #fff;
  background-color: var(--secundario);
}

.descarga.dos:hover .btn {
  color: var(--secundario);
  background-color: #e8d6fb;
}
.mayorista {
  color: var(--secundario);
  background-color: #e8d6fb;
  border: 2px solid var(--secundario);
  padding: 16px 14px;
  text-align: center;
  font-weight: 600;
}

.lista_productos .col-md-4 {
  margin-bottom: 30px;
}
.lista_productos .producto-card {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: var(--transparencia);
  border-radius: 10px;
  color: #fff;
  transition: transform 0.3s ease;
}

.lista_productos .producto-card__imagen {
  width: 100%;
  border-radius: 10px;
  border: 2px var(--acento) solid;
  overflow: hidden;
}

.lista_productos .producto-card__imagen img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.productos .lista_productos .producto-card:hover .producto-card__imagen img,
.productos
  .lista_productos
  .producto-card:focus
  .producto-card__imagen
  img
  .lista_productos
  .producto-card:hover
  .producto-card__imagen
  img,
.lista_productos .producto-card:hover .producto-card__imagen img {
  transform: scale(1.05);
}

.lista_productos .producto-card:hover p {
  font-weight: 500;
  color: var(--acento);
  transition: all 300ms ease;
}
.lista_productos p {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: 200;
  transition: all 300ms ease;
}

.opciones .btn {
  width: fit-content;
  line-height: 30px;
  background-color: var(--primario);
  border: 2px var(--primario) solid;
  color: #343434;

  transition: all 300ms ease;
}

.opciones .btn:hover,
.opciones .btn:active,
.opciones .btn:focus {
  background-color: rgba(var(--primario_rgb), 0.35);
}

.swipebox .imagen {
  border-radius: 10px;
}
.foto_principal .lupa {
  border-radius: 10px;
}

.btn-corporativo {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--familia_fuente);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  border: 2px solid var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.btn-lg.btn-corporativo {
  padding: 18px 30px;
}
.btn-corporativo .btn-carro_portada img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  border-radius: 0;
}
.btn-comprar {
  border: 0;
}

.btn-grandotes {
  padding: 15px;
}
.btn-corporativo2 {
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--familia_fuente);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 300ms ease;
}
.btn-corporativo3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--familia_fuente);
  text-transform: uppercase;
  border: 0px;
  border-radius: 10px;
  background-color: var(--primario);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 213px;
left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
background-color: rgb(255 255 255 / 10%);
border-radius: 14px;
}
*/
.btn-corporativo:hover,
.btn-corporativo:focus,
.btn-corporativo:active {
  background: #5c5b5b;
  color: #fff;
}

.marco-contacto .btn-corporativo:hover,
.marco-contacto .btn-corporativo:focus,
.marco-contacto .btn-corporativo:active {
  background-color: rgba(var(--primario_rgb), 0.35);
}

.marco-contacto .btn-corporativo.desactivado:hover,
.marco-contacto .btn-corporativo.desactivado:focus,
.marco-contacto .btn-corporativo.desactivado:active {
  background-color: var(--primario);
  color: black;
}

.btn-corporativo2:hover,
.btn-corporativo2:focus,
.btn-corporativo2:active {
  background-color: #5c5b5b;
  color: #fff;
}
.btn-corporativo3:hover,
.btn-corporativo3:focus,
.btn-corporativo3:active {
  background-color: #5c5b5b;
  color: #fff;
}
.desactivado {
  opacity: 0.6;
}
.acceso a {
  color: #fff;
}
.lista_productos .btn_love img,
.bienvenida .btn_love img {
  filter: brightness(0) invert(1);
  height: 22px;
  width: 22px;
}

.left .caja_redes a {
  width: 45px;
  height: 45px;
}
.btn-corp {
  background-color: var(--primario);
  color: #000 !important;
  transition: all 300ms ease;
  border: 0;
}

.btn-corp:hover {
  background-color: var(--primario_oscuro);
  color: #fff !important;
}

.btn-default-formulario {
  background-color: #c6c6c6;
  color: #fff !important;
}

.nav-botones {
  border: none;
}

.nav-botones > li > a {
  background-color: #fff;
  border-radius: 0px;
  margin: 0px 10px;
  color: #78c74a;
  border: 2px solid var(--primario);
}

.nav-botones > li > a:focus,
.nav-botones > li > a:hover {
  background-color: #f5f5f5;
  color: #78c74a;
  border: 2px solid var(--primario);
}

.nav-botones > li.active > a,
.nav-botones > li.active > a:focus,
.nav-botones > li.active > a:hover {
  background-color: var(--primario);
  color: #fff;
  border: 2px solid var(--primario);
}

#title_prod {
  font-family: var(--familia_fuente);
  text-transform: uppercase;
  font-weight: 400;
  color: var(--primario_oscuro);
  font-size: 24px;
  margin-top: 0px;
}
h3.categoria {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--familia_fuente);
  margin-top: 0px;
}

span.precio {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: var(--primario);
  font-weight: 400;
}

.titulotag {
  font-weight: 400;
}

.videos_responsive {
  width: 600px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

ul.columnas-detalle {
  list-style-type: disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}

.otras_fotos .imagen {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
}
.breadcrumb li a {
  text-transform: capitalize;
  color: #000;
}

.precios .tachado {
  text-decoration-line: line-through;
}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
  background-color: #d9ebd9;
  border: solid 2px #fff;
  padding: 8px;
}

.fila2 {
  background-color: #fff;
  border: solid 2px #fff;
  padding: 8px;
}

.mini_icono_text {
  margin-top: 4px;
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.lista_productos .fa {
  color: var(--secundario);
}

.mini_icono_text .fa-download {
  color: var(--secundario);
}

.fecha_archivos {
  font-size: 14px;
  margin: 5px;
}

.elementos_desc > div:nth-child(even) {
  background-color: #d9ebd9;
}
.elementos_desc .text_content {
  margin: 10px 0px;
}
.elementos_desc .text_content p {
  margin: 0px;
}
.elementos_desc p.fecha_archivos {
  text-align: center;
}
/**************************
SWIPEBOX
**************************/

.cuadro_fotos {
  padding-top: 15px;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal {
  background-color: #fff;
  margin-bottom: 15px;
}
.cuadro_fotos .galeria {
  padding: 30px 15px;
  background-color: #3b3b3b;
}
.swipebox .imagen {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.swipebox .padre_imagen .imagen {
  content: "";
  padding-top: 100%;
  display: block;
}
.btn-precio {
  padding: 0;
}
.foto_color .imagen {
  float: left;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px 30px 0;
}

.swipebox .imagen.secundaria {
  background-size: cover;
}

.zona_galeria_mini .bx-wrapper .bx-prev {
  left: -45px;
}
.zona_galeria_mini .bx-wrapper .bx-next {
  right: -45px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1000;
  filter: brightness(0);
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
}

/**************************
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 .cesta-bono {
  font-size: 24px;
  margin-right: 10px;
}
.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: var(--secundario);
  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 {
  padding-top: 35px;
  background-color: #d9d9d9;
  height: 90px;
  position: relative;
}
.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: var(--primario);
}
.menu-cesta .cabecera-cesta h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-family: var(--familia_fuente);
  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;
}

#manto-cesta,
#manto-movil {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
#manto-cesta.toogled,
#manto-movil.toogled {
  z-index: 30;
}

span.cesta-bono {
  color: #3c763d;
}

.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;
  }
  #manto-cesta.toogled,
  #manto-movil.toogled {
    z-index: 9;
    opacity: 0.6;
    background-color: #0d0d0d;
  }
}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia,
.titulo-contenido {
  text-align: left;
  color: #505050;
  text-transform: uppercase;
  font-family: var(--familia_fuente);
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
}

.titulo-contenido {
  color: #000;
}
.tipografia i {
  color: var(--secundario);
}
.listado {
  text-align: justify;
}

.listado ul,
.listado li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.listado li {
  padding: 20px;
  background: #f3f3f3;
}
.listado li a,
.listado li.alt a {
  font-size: 13px;
  /* color: #fff !important; */
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.listado li.alt {
  background-color: transparent;
}
.listado li.alt a {
  color: #000;
  text-decoration: none;
}
.listado a {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
}
.listado a:hover,
.listado li.alt a:hover {
  color: var(--secundario) !important;
  text-decoration: none;
}

.btn-gris {
  color: #333;
  background-color: #fafafa;
}
.btn-gris:hover,
.btn-gris:focus,
.btn-gris:active {
  color: #333;
  background-color: #dedede;
}

/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul {
  list-style: none;
  padding: 0;
}
.bloque_imagen_lista i {
  color: var(--secundario);
}

.bloque_cabecera,
.bloque_contenido .titulo,
.bloque_desplegable .fondo,
.listado .lista_archivos {
  border-radius: 10px;
  overflow: hidden;
}

.bloque_cabecera .bloque_titulo {
  background-color: var(--primario);
  padding: 15px;
}
.bloque_cabecera .bloque_interior {
  background: var(--transparencia);
  padding: 30px 15px;
}
.bloque_cabecera .bloque_titulo h3 {
  margin: 0;
  color: #333;
  /* text-transform: uppercase; */
  font-family: var(--familia_fuente);
  font-weight: 400;
}
.bloque_cabecera .imagen {
  border-radius: 10px;
  width: 100%;
}
.bloque_cabecera h4 {
  /* text-transform: uppercase; */
  font-size: 22px;
  font-family: var(--familia_fuente);
  color: #fff;
}
.bloque_cabecera .bloque_interior .textaco {
  color: #fff;
}
/*.bloque_cabecera .texto{font-size:18px;font-weight:300}*/
.bloque_imagen_lista .imagen {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.bloque_imagen_lista h4 {
  /* text-transform: uppercase; */
  margin: 0;
  margin-bottom: 10px;
  font-family: var(--familia_fuente);
  color: var(--primario_oscuro);
  font-size: 22px;
}

.bloque_imagen_lista p,
.bloque_imagenes p,
.bloque_puntos p {
  font-size: 16px;
  font-family: "Open sans";
  font-weight: 200;
}

.bloque_puntos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloque_puntos ul li {
  margin-bottom: 15px;
}
.bloque_puntos ul li > p > .fa {
  font-size: 20px;
  color: var(--secundario);
}
.bloque_contenido .titulo {
  background-color: var(--primario);
  padding: 15px 10px;
}
.bloque_contenido .titulo h4 {
  color: #333;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--familia_fuente);
  font-weight: 300;
}
.bloque_contenido .bloque {
  padding: 0 10px;
}
.bloque_desplegable .fondo,
.bloque_documentos .fondo {
  background: var(--transparencia);
  padding: 20px;
  margin-bottom: 40px;
}
.bloque_desplegable .panel-group,
.bloque_documentos .panel-group {
  margin: 0;
}
.bloque_desplegable h2,
.bloque_documentos h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 23px;
  /* text-transform: uppercase; */
  font-weight: 400;
  font-family: var(--familia_fuente);
  color: var(--secundario);
}
.bloque_desplegable h2 {
  color: #fff;
}
.bloque_desplegable .panel-default {
  border-color: var(--primario);
}
.bloque_desplegable .panel-default > .panel-heading {
  background-color: var(--primario);
  color: #fff;
  border-color: var(--primario);
}

.bloque_desplegable .panel-default > .panel-heading .panel-title {
  color: #333;
}

.bloque_desplegable h2 .fa {
  color: #fff;
}
.bloque_desplegable
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: var(--primario);
  font-size: 16px;
  font-weight: 200;
  font-family: "Open sans";
}
.bloque_imagenes img {
  width: 100%;
}
.bloque_imagenes .flexible {
  display: flex;
  align-items: center;
}

.panel-body .btn-corporativo2 {
  padding: 8px 15px;
}
.bloque_imagenes img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

/************************************
*              IDIOMAS              *
************************************/

#idiomasside {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 900;
}

#idiomasside li {
  padding: 10px;
  list-style-type: none;
}

#idiomasside img {
  height: 40px;
}

#idiomasside font {
  display: none;
}

.zona-idiomas-movil {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  margin-top: 25px;
}
.zona-idiomas-movil .flag {
  height: 50px;
  width: 30px;
}

/************************************
*               BLOG                *
************************************/
.alergenos {
  display: flex;
  justify-content: space-evenly;
  align-content: space-evenly;
  flex-wrap: wrap;
}
.alergenos .padre_fondo {
  margin: 0;
}
.alergenos .caja_alergenos {
  padding: 0 10px;
}
.alergenos .caja_alergenos:hover {
  transform: translateY(0);
}
.bloque.principal.noticia {
  display: inherit;
}
.noticias,
.post_details ul,
.popular {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .noticia a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
} */
.noticias .imagen {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.noticias .imagen:after {
  content: "";
  padding-top: 50%;
  display: block;
}
.not-imagen {
  background-color: #ededed;
}
#modal-cita .form-control {
  color: var(--primario);
  border-radius: 10px !important;
  background: #f8fbff;
  padding: 6px 20px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  border: 1px solid var(--primario);
}
#modal-cita input::-webkit-input-placeholder,
#modal-cita textarea::-webkit-input-placeholder {
  color: var(--primario);
}

#modal-cita input:-moz-placeholder, /* Firefox 18- */ 
#modal-cita textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--primario);
}

#modal-cita input::-moz-placeholder, /* Firefox 19+ */ 
#modal-cita textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--primario);
}

#modal-cita input:-ms-input-placeholder,
#modal-cita textarea:-ms-input-placeholder {
  color: var(--primario);
}

#modal-cita input::placeholder,
#modal-cita textarea::placeholder {
  color: var(--primario);
}

#modal-cita .form-control {
  height: 50px;
}

#modal-cita p {
  color: var(--primario);
}

#modal-cita textarea.form-control {
  height: 120px;
}
.full-width {
  width: 100%;
}
.noticia .titular {
  margin-bottom: 0;
  border-bottom: solid 1px #f3f3f3;
}
.noticia .titular h1 {
  color: #1e1f1d;
  margin-bottom: 10px;
}
.noticia .titular a > h3 {
  margin-bottom: 17px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  font-family: var(--familia_fuente);
}
.noticia .post_details {
  color: #fff;
  background-color: var(--primario);
  padding: 10px;
  border-bottom: solid 5px var(--primario);
  text-align: right;
  font-size: 13px;
}
.post_details li {
  font-family: var(--familia_fuente);
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.noticia-detalle-fecha small {
  font-family: var(--familia_fuente);
  font-weight: 300;
  color: #302224;
}
.post_details i {
  color: #fff;
}
.noticia-detalle-fecha i {
  color: #2f3668;
}
.noticia .contenido {
  padding: 5px 15px 10px;
  background-color: #fff;
  border: 1px solid #ffefcc;
}
.contenido_noticia_lista {
  padding: 0 20px;
  background: var(--transparencia);
}
.noticia-detalle-fecha {
  text-align: right;
  color: #2b2b2b;
}
.widget-noticias {
  background-color: #f3f3f3;
  padding: 15px;
}
.widget-noticias h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primario);
  font-family: var(--familia_fuente);
}
.widget-noticias .input-group-btn {
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget-noticias .input-group-btn button {
  height: 100%;
  border: 1px solid var(--primario);
  background-color: var(--primario);
  color: #fff;
}
.widget-noticias .input-group-btn i {
  font-size: 16px;
}
.widget-noticias2 {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}
.popular {
  font-size: 13px;
}
.mini-noticia {
  float: none;
}
.mini-noticia a {
  font-family: var(--familia_fuente);
  font-weight: 400;
  font-size: 14px;
}
.popular li {
  padding: 10px 0;
  border-bottom: dotted 1px rgb(129, 97, 159);
}
.popular .imagen {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
}
.popular a.title {
  color: #070707;
}
.popular a.texto-breve {
  color: #707070;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.popular a.title:hover,
.popular a.title:focus,
.popular a.title:active {
  color: #070707;
}
.bloque.noticia {
  margin-bottom: 15px;
}

.cuadro_noticia {
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 10px;
  color: var(--acento);
  max-width: 400px;
  float: left;
  margin: 0px 30px 30px 0px;
}

.titulo_noticia {
  color: var(--primario);
  font-size: 30px;
  text-transform: uppercase;
  font-family: var(--familia_fuente);
  margin: 0;
}

#busqueda {
  border-color: var(--primario);
}

.marco-contacto {
  border-radius: 10px;
  background: #00000050;
  padding: 20px;
}
.marco-contacto h3 {
  margin-top: 0px;
}
.widget-noticias {
  background: var(--transparencia);
}
.marco-contacto .input-group-addon {
  background-color: var(--primario);
  border-color: var(--primario);
  color: black;
}
.marco-contacto label {
  color: #fff;
}
.cuerpo_zone textarea.form-control {
  height: auto;
}
.marco-contacto .form-control {
  height: 40px;
  border-color: var(--primario);
}

.input-group .form-control {
  z-index: 0;
}

.zona-mapa iframe {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

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

/* sidebar */
.sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 55%;
  min-width: 165px;
  max-width: 300px;
  height: calc(100% - 52px);
  top: 52px;
  padding-top: 10px;
  overflow-y: auto;
  background-color: var(--primario);
  opacity: 0;
  z-index: 5;
}

.sidebar-nav .dropdown .custom-button-lg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 1px;
  left: 44%;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--primario_oscuro);
}

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

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

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

.sidebar-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0;
}

.left-toggle {
  left: 0;
}

.right-toggle {
  right: 0;
}

.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);
}

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

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

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

.sidebar-wrapper .sidebar-nav li a {
  text-indent: 20px;
  color: var(--transparencia);
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.sidebar-wrapper .sidebar-nav li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--primario_oscuro__e);
}

.sidebar-wrapper .sidebar-nav li.active a,
.sidebar-wrapper .sidebar-nav li.active li a:hover,
.sidebar-wrapper .sidebar-nav li.open li a:hover,
.sidebar-wrapper .sidebar-nav li.open a,
.sidebar-wrapper .sidebar-nav li.open li.active a,
.sidebar-wrapper .sidebar-nav li.active li.active a,
.sidebar-wrapper .sidebar-nav li a:hover {
  color: #fff;
  background-color: var(--primario_oscuro);
}


.sidebar-wrapper .sidebar-nav li.open li a,
.sidebar-wrapper .sidebar-nav li.active li a{
background-color: transparent;
}

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

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

.sidebar-wrapper .dropdown-menu {
  position: static;
  width: 100%;
  padding: 0;
  border: unset;
  border-radius: unset;
  margin: 0;
  background-color: #282627;
  box-shadow: none;
}

.sidebar-wrapper .dropdown-menu li a {
  line-height: 1.42857143 !important;
  color: white;
  background-color: transparent;
}

.sidebar-wrapper .dropdown-menu{

  font-size: 10px;
}

/* .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 {
  width: 12px;
}

.sidebar-wrapper .sidebar-nav .sidebar-redes {
  column-gap: 15px;
}

.sidebar-wrapper .sidebar-nav .sidebar-redes img {
  width: 25px;
  filter: brightness(0) invert(1);
}

.sidebar-wrapper .sidebar-nav .sidebar-redes a:hover img {
  filter: none;
}

#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;
} */

/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {
  font-weight: 400;
  background-color: var(--primario);
  color: #fff;
}
#tabla_stocks_resultados .row:nth-child(even) {
  background: var(--transparencia);
}
.tabla_stocks .cell {
  padding: 15px;
}
.tabla_stocks .cell-btn {
  padding: 10px;
}
.avisono {
  margin: 10px 0px;
  font-size: 18px;
}

textarea {
  resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down {
  padding-left: 5px;
  transition: all 300ms ease;
}

.open .fa-angle-down {
  padding-left: 0px;
  padding-right: 5px;
  transform: rotate(180deg);
}

.sidebar-wrapper .sidebar-nav li a i.fa-angle-down {
  text-indent: 0;
}

/*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: 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;
  margin-top: 125px;
  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;
}

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

.filtros {
  height: 112px;
  background: #f3f3f3;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}

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

.filtros.interiores {
  background: #f9f9f9;
}

.filtros.interiores .bootstrap-select > .dropdown-toggle {
  padding: 10px 12px;
}

.filtros.interiores .dropdown-menu {
  background: #fff;
}

.filtros.interiores .dropdown-menu > li > a {
  color: #000;
}

.filtros.gestion {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtros.gestion > div {
  width: 100%;
  margin-top: 15px;
}

.filtros .bootstrap-select .dropdown-menu {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filtros .dropdown-menu > li > a {
  line-height: 1 !important;
}

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

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente {
  position: absolute;
  top: 195px;
  width: 100%;
  z-index: 1000;
  transition: 300ms all ease;
}
#buscador_emergente.oculto {
  visibility: hidden;
  opacity: 0;
  top: 0;
}
.buscador_emergente > div {
  background: #fff;
  border-bottom: 1px solid #e4e9ef;
  box-shadow: 0 0 3px #ccc;
  padding: 15px;
}
.input_buscador {
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
}
.boton_input_buscador {
  border-radius: 0;
  padding: 10px;
  border-left: 0;
  border-right: 0;
  color: rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
}
.cerrar_input_buscador {
  border-right: 0;
  border-right: 1px #ccc solid;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 0;
  background-color: #fff !important;
}
#buscador {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
  display: flex;
  pointer-events: none;
}
#buscador.search-active {
  overflow: hidden;
  pointer-events: auto;
}
#buscador.search-active .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#buscador.search-active .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}
#buscador.search-active .control {
  cursor: default;
}
#buscador.search-active .control .btn-material {
  transform: scale(70);
  right: 1000px;
  top: 0;
}
#buscador.search-active .control .icon-material-search {
  opacity: 0;
}
.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 70px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.icon-close:hover {
  transform: rotate(0);
}
.search-input {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -40px;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.3s ease-in-out;
}
.search-input input {
  color: #fff;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 200;
  font-family: "Open Sans";
}
.search-input i {
  color: #fff;
  font-size: 50px;
  margin-right: 15px;
}
.search-input ::-webkit-input-placeholder {
  color: #eee;
}
.search-input :-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #eee;
}
.wow {
  visibility: hidden;
}
.full-width {
  width: 100%;
}
.control {
  cursor: pointer;
}
.control .btn-material {
  position: absolute;
  top: -100px;
  width: 60px;
  height: 60px;
  right: 0;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--primario);
  outline: 0;
  opacity: 0.9;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.control .btn-material:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
  color: #fff;
  position: absolute;
  top: -10px;
  right: 78px;
  transition: opacity 0.3s ease-in-out;
}

.navbar-img {
  display: none;
}
.modal-header {
  background-color: var(--primario);
  color: #fff;
}
.modal-content {
  border: 0;
}
.modal-header .close {
  color: #ffffff;
}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination {
  color: #ffffff;
  background-color: #565656;
  border-color: #565656;
}

.btn-pagination:hover,
.btn-pagination:focus,
.btn-pagination:active,
.btn-pagination.active,
.open .dropdown-toggle.btn-pagination {
  color: #ffffff;
  background-color: var(--primario);
  border-color: var(--primario);
}

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

.btn-pagination.disabled,
.btn-pagination[disabled],
fieldset[disabled] .btn-pagination,
.btn-pagination.disabled:hover,
.btn-pagination[disabled]:hover,
fieldset[disabled] .btn-pagination:hover,
.btn-pagination.disabled:focus,
.btn-pagination[disabled]:focus,
fieldset[disabled] .btn-pagination:focus,
.btn-pagination.disabled:active,
.btn-pagination[disabled]:active,
fieldset[disabled] .btn-pagination:active,
.btn-pagination.disabled.active,
.btn-pagination[disabled].active,
fieldset[disabled] .btn-pagination.active {
  background-color: #3a39367a;
  border-color: #3a3936;
}

.btn-pagination .badge {
  color: #0977b2;
  background-color: #ffffff;
}

.btn-pagination {
  padding: 10px 20px;
  font-size: 14px;
  margin: 0 15px;
  border: 1px solid;
}

.proyecto .imagen {
  background-size: cover;
}
.proyecto h3 {
  font-family: var(--familia_fuente);
  margin-bottom: 40px;
  text-align: center;
}

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

.instagram-widget > div {
  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;
}

/************************************
*           SELECT BONITO           *
************************************/

.selectbonito {
  position: relative;
}

.selectbonito:after {
  content: "\f078";
  font: normal normal normal 10px/1 FontAwesome;
  color: #ffffff;
  right: 0;
  position: absolute;
  pointer-events: none;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectbonito select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  float: right;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}
/* whatsapp */
.floating-icons {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99;
}

.floating-icons a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

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

.floating-icons img {
  max-width: 48px;
  height: auto;
}

.floating-icons a:hover {
  transform: scale(0.9);
}

/* ESTILOS RESPONSIVE MAQUETA AQUI */
@media (min-width: 768px) {
  .breadcrumb {
    margin-left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .banner .banner_mitad {
    position: relative;
    height: auto;
    min-height: auto;
  }

  .banner .banner_mitad.fondo_patinaje {
    padding-bottom: 15px;
  }

  .banner .contenedor-banner {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .banner .contenedor-banner img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .banner .contenedor-banner h1 {
    width: 95%;
  }
  section.banner .contenedor-banner .contenedor-botones {
    width: 95%;
  }

  .banner .forma_banner {
    position: relative;
    top: 100% !important;
    transform: translate(-50%, -90%);
  }
  .banner .contenedor-banner img {
    margin-top: 15px;
    margin-bottom: 10px;
    max-height: 25%;
  }

  .banner .banner_mitad {
    position: relative;
    height: 49vh;
    min-height: auto;
  }

  .banner .contenedor-banner {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 40vh;
    width: auto;
    aspect-ratio: 1/1;
  }

  .banner .contenedor-banner p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .banner .contenedor-banner h1 {
    width: 95%;
    min-height: 1.2em;
  }

  section.banner .contenedor-banner .contenedor-botones {
    width: 95%;
    margin-bottom: 15px;
  }

  .banner .contenedor-banner .btn {
    font-size: 11px;
  }

  .banner .contenedor-banner h1 {
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .banner .contenedor-banner .contenedor-botones.rec {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .banner .contenedor-banner .btn-directo {
    width: calc(100% - 25px);
  }

  .banner .contenedor-banner .btn-directo.margin-top-10 {
    margin-top: 10px;
  }

  .padre_zona_directo .zona_directo .btn-cerrar {
    right: -25px;
    top: 0px;
  }

  .noticias-destacadas .noticia-pequeña a.tarjeta .etiqueta-fecha,
  .contenedor-noticias
    .noticias
    .bloque.principal.noticia
    a.tarjeta
    .etiqueta-fecha,
  .noticias-destacadas a.tarjeta.tarjeta-grande .etiqueta-fecha {
    top: 10px;
    right: 10px;
    left: auto !important;
    bottom: auto !important;
  }

  .noticias-destacadas .tarjeta-content,
  .contenedor-noticias
    .noticias
    .bloque.principal.noticia
    .tarjeta
    .tarjeta-content {
    padding: 0 15px 10px;
  }

  .noticias-destacadas .tarjeta-title,
  .contenedor-noticias
    .noticias
    .bloque.principal.noticia
    .tarjeta
    .tarjeta-title {
    font-size: 20px;
  }

  .noticias-destacadas .noticia-pequeña .tarjeta-title,
  .contenedor-noticias
    .noticias
    .bloque.principal.noticia
    .tarjeta
    .tarjeta-title {
    font-size: 20px;
  }

  .otras-noticias .titulo {
    font-size: 20px;
  }

  .otras-noticias .tag,
  .otras-noticias .meta-fecha {
    font-size: 15px;
  }

  .parallax .contenedor-info h1 {
    text-align: center;
  }

  .marcasAa .splide::after,
  .marcasAa .splide::before {
    background: none;
  }

  .bloque-info .contenedor-imagenes {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img1"
      "img2"
      "img3";
  }

  .bloque-info .imagen-3 {
    aspect-ratio: 16 / 9;
  }

  .informacion_contacto .iconos_info .textos p {
    font-size: 15px;
  }

  footer .pie .menu_pie p {
    font-size: 12px;
  }

  footer .footer-copyright {
    flex-direction: column;
    gap: 10px;
  }

  .sombra-cargar-mas::after {
    inset: -275px 0 0 0;
    height: 275px;
  }

  .producto-detalle #title_prod_2 {
    color: var(--primario_oscuro);
    margin-top: 0;
  }

  .producto-detalle .opciones {
    width: 100%;
    display: grid;
    justify-content: center;
  }

  .producto-detalle .opciones .btn {
    width: auto;
  }

  .informacion_contacto .iconos_info .textos {
    max-width: 170px;
  }

  .informacion_contacto .iconos_info .textos p {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) {
  .banner .forma_banner {
    top: max(180vh, 700px);
  }

  .banner_interior {
    margin-top: 52px;
  }

  .banner_interior .forma_banner {
    top: 250px !important;
  }

  .padre_zona_directo {
    align-items: start;
  }

  .padre_zona_directo .zona_directo {
    margin-top: 30px;
  }

  footer.caja .informacion_contacto .contenedor-der {
    margin-top: 40px;
  }

  .interiores .cabecera h1 {
    font-size: 35px;
  }

  .informacion_contacto .contenedor-contactos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .informacion_contacto .iconos_info {
    color: #fff;
    display: grid;
    grid-template-columns: 28px auto;
    column-gap: 16px;
    align-items: center;
    justify-items: start;
    transition: all 300ms ease;
  }

  .informacion_contacto .iconos_info img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .informacion_contacto .iconos_info .textos {
    display: flex;
    align-items: center;
    height: 25px;
    text-align: left;
  }

  .informacion_contacto .iconos_info .textos p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .informacion_contacto .contenedor-izq {
    width: 100%;
    align-items: center;
  }

  .informacion_contacto .contenedor-logo img {
    max-width: 100%;
    margin: auto;
  }

  .informacion_contacto .divisor {
    display: none;
  }
}

@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.fijar {
    --header-h: 52px !important;
  }
  header.fijar .navbar .navbar-collapse {
    display: none !important;
  }
  header.fijar .navbar-contacto {
    display: none;
  }

  header .container-fluid {
    padding-left: 15px;
    padding-right: 0;
  }

  header.fijar .navbar-fixed-top {
    height: 52px !important;
  }

  header.fijar .linea-difuminado {
    top: 50px;
  }

  .navbar {
    border: 0px;
  }
  .navbar-header {
    float: none !important;
  }
  .navbar-toggle {
    pointer-events: all;
    display: block !important;
  }

  .navbar-default .navbar-toggle {
    z-index: -1;
  }

  .navbar-default .navbar-toggle:focus {
    background: var(--primario);
  }
  .navbar-default .navbar-toggle:hover {
    background: var(--primario_oscuro);
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: var(--transparencia);
    background-color: none;
  }
  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background: var(--transparencia);
  }

  .sidebar-nav {
    padding: 0;
  }

  .sidebar-wrapper .sidebar-nav li a {
    display: block;
  }

  .sidebar-wrapper .sidebar-nav .btn-cambiar-movil a,
  .sidebar-wrapper .sidebar-nav .btn-llamar-movil a {
    color: var(--otro) !important;
    border-radius: 10px;
    border: 2px solid var(--otro);
    /* background: rgba(var(--otro_rgb), 0.5); */
    padding: 10px 0;
    margin: 5px 10px;
    text-indent: unset;
    text-align: center !important;
  }

  .sidebar-wrapper .sidebar-nav .btn-llamar-movil a {
    color: #fff !important;
    border: 2px solid #fff;
    background: var(--transparencia);
  }

  .sidebar-wrapper .sidebar-nav .btn-cambiar-movil img,
  .sidebar-wrapper .sidebar-nav .btn-llamar-movil img {
    filter: brightness(0) invert(1);
    height: 20px;
    margin-right: 5px;
  }

  .sidebar-wrapper .sidebar-nav li a {
    padding: 15px 10px;
  }

  .sidebar-wrapper .sidebar-nav li img {
    filter: brightness(0);
    margin-left: 0 !important;
  }

  .dropdown-submenu > .dropdown-menu {
    transform: none;
    display: none !important;
  }

  .open.dropdown-submenu > .dropdown-menu {
    display: block !important;
  }

  .banner_interior {
    margin-top: 52px;
  }

  .banner_interior .forma_banner {
    top: 250px !important;
  }

  .noticias-destacadas .contenedor-cabecera h1 {
    font-size: 45px;
  }

  .noticias-destacadas .row-eq-md {
    display: block;
  }

  .noticias-destacadas .row-eq-md > [class*="col-"] {
    width: 100%;
  }

  .noticias-destacadas .row-eq-md .col-right-md {
    margin-top: 20px;
  }

  .otras-noticias .row-table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .otras-noticias .contenedor-noticias {
    gap: 35px;
  }

  .otras-noticias .row-table.row-par {
    flex-direction: column-reverse;
  }

  .otras-noticias .row-table > [class*="col-"] {
    display: table-row;
    float: none;
    vertical-align: middle;
    width: 100% !important;
  }

  .otras-noticias .titulo {
    min-height: fit-content;
    max-height: fit-content;
  }

  .otras-noticias .col-img {
    display: block !important;
    position: relative;
    width: 100% !important;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: 200px;
  }

  .otras-noticias .contenedor-redes {
    margin-top: 35px;
  }

  .parallax .contenedor-parallax {
    flex-direction: column;
  }

  .parallax .contenedor-parallax .contenedor-slider {
    width: 100%;
  }

  .parallax .splide__track,
  .parallax #slider-parallax,
  .parallax #slider-parallax .splide__list,
  .parallax #slider-parallax .splide__slide {
    height: fit-content;
    aspect-ratio: 4/3;
  }

  .parallax .contenedor-info {
    text-align: justify;
    text-align-last: center;
  }

  .bloque-info .contenedor-bloque {
    display: flex;
    flex-direction: column-reverse;
  }

  .bloque-info .contenedor-imagenes {
    max-width: 100%;
  }

  .bloque-info .contenedor-info {
    text-align: justify;
    text-align-last: center;
  }

  .bloque-info .contenedor-info h1 {
    text-align: center;
  }

  .bloque-info::after {
    background-position: left bottom;
    background-size: auto 45%;
  }
}

@media (max-width: 1570px) {
  .navbar-brand {
    max-height: calc(var(--header-h) + 40px);
  }

  .navbar .navbar-nav.centrado > li a {
    font-size: 16px;
    padding: 0 15px;
  }

  .navbar-default .navbar-nav > li:hover,
  .navbar-default .navbar-nav > li.active {
    background-size: auto 70%;
  }

  .cambiar-sitio {
    margin-right: 0px;
  }
}

@media (max-width: 1024px) {
  .bloque-info .contenedor-bloque {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .custom-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    width: 1210px;
  }
}

@media (min-width: 1450px) {
  .custom-container {
    width: 1420px;
  }
}
/*//ESTILOS GENERALES//*/
@media (max-width: 1200px) {
  .dropdown-submenu > a:after {
    display: none;
  }
  .sidebar-wrapper.left .form-control {
    height: 43px;
    padding: 6px 12px;
    color: var(--secundario);
    font-style: italic;
    background-color: #ffffff;
    border: 1px solid #91a22f;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sidebar-nav li a.favorito {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .caja_favorito,
  .caja_redes {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .caja_favorito a,
  .caja_redes a {
    padding: 0 10px !important;
    margin: 10px 0 !important;
  }
  .caja_acceso a {
    padding: 0 20px !important;
  }
  .caja_favorito a img {
    margin-left: 0 !important;
  }
  .sidebar-wrapper li img,
  .caja_redes a img {
    height: 20px;
    transition: all 0.2s ease-in-out;
  }

  /* .sidebar-wrapper .caja_redes {
    margin-top: 0;
  } */

  .sidebar-wrapper.left .btn {
    padding: 6px 11px;
    height: 43px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primario);
    border: 1px solid var(--primario);
  }
  .sidebar-wrapper.left .sidebar-nav li:first-child {
    padding: 10px 20px;
    text-indent: 0px;
    padding-top: 25px;
  }
  .left .sidebar-nav .multi-level li:first-child {
    padding: 0;
  }
  .left .sidebar-nav .multi-level li:last-child a {
    text-indent: 0;
  }
  .banner_interior {
    height: 250px;
  }
  .fijar {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 993px) {
  /* móviles */
  .desfijar {
    position: absolute !important;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* móviles */

  /* menu_desplegable, descomentar si es necesario para el menu de movil */

  /*
    .sidebar-nav .multi-level li a{
        text-indent: 0;
        padding-left: 40px !important;
    }
    .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .sidebar-nav .multi-level li.active a{background-color: rgba(0, 0, 0, 0.45);}
    .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .sidebar-nav .multi-level li.active a{
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.30);
        font-weight: 400;
    }

	.sidebar-wrapper{opacity: 1}

	.sidebar-nav .open>.dropdown-menu {
		position: static;
		background-color: transparent;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.sidebar-nav .dropaco .dropdown-menu>li>a {
		text-align: left;
		padding: 8px 20px;
		background-color: rgba(0, 0, 0, 0.25);
		white-space: initial;
		color: #ffffff;
		font-size: 15px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
	}
    
    .sidebar-nav .multi-level li.active a {
        background-color: rgba(0, 0, 0, 0.45);
    }
*/

  /* menu_desplegable */

  /* whatsapp */
  .floating-icons {
    bottom: 1rem;
    right: 1rem;
  }
  .videos_responsive {
    width: 100%;
    float: none;
  }
  .marco-contacto {
    margin-top: 40px;
  }
  .botones_carro {
    width: 100%;
    margin-top: 20px;
  }
  .otras_fotos .imagen {
    height: 100px;
  }
  .foto_principal .imagen {
    width: 100%;
  }
  .zona_galeria_mini .bx-wrapper .bx-prev {
    display: none;
  }
  .zona_galeria_mini .bx-wrapper .bx-next {
    display: none;
  }

  .instagram-widget > div {
    position: relative;
    padding-top: calc(100vw / 3);
  }
  .instagram-widget iframe {
    width: 200% !important;
  }
  .padre_imagen .imagen {
    background-size: contain;
  }
  .sidebar-wrapper.left .form-control {
    height: 43px;
    padding: 6px 12px;
    color: var(--secundario);
    font-style: italic;
    background-color: #ffffff;
    border: 1px solid var(--primario);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sidebar-nav li a.favorito {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .caja_favorito,
  .caja_redes {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .caja_favorito a,
  .caja_redes a {
    padding: 0 10px !important;
    margin: 10px 0 !important;
  }
  .caja_acceso a {
    padding: 0 20px !important;
  }
  .caja_favorito a img {
    margin-left: 0 !important;
  }
  .sidebar-wrapper li img,
  .caja_redes a img {
    filter: brightness(0);
    height: 20px;
    transition: all 0.2s ease-in-out;
  }
  .sidebar-wrapper.left .sidebar-nav li:first-child {
    padding: 10px 20px;
    text-indent: 0px;
    padding-top: 25px;
  }
  .left .sidebar-nav .multi-level li:first-child {
    padding: 0;
  }
  .left .sidebar-nav .multi-level li:last-child a {
    text-indent: 0;
  }
  .left .sidebar-nav .multi-level li.active a {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
  }
  .quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .quantity label {
    margin-bottom: 0;
  }

  .zona-mapa iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  /* móviles */
  .marco-izq .col-xs-10 {
    margin-left: 0px;
  }
  .filtros {
    height: 260px;
  }
  h3.categoria {
    text-align: center;
  }
  span.precio {
    font-size: 48px;
    font-family: var(--familia_fuente);
    font-weight: 400;
  }
  span.tachado {
    font-size: 24px;
    font-family: var(--familia_fuente);
    font-weight: 400;
  }
  .precios_estilos {
    text-align: center;
    width: 100%;
  }
  .banner_interior {
    height: 200px;
  }

  .banner_interior .forma_banner {
    top: 200px !important;
  }

  .otras_fotos {
    margin-bottom: 30px;
  }
  .nav-botones > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-botones > li > a {
    margin: 0;
  }
  .btn-pagination {
    padding: 6px 12px;
    font-size: 12px;
    margin: 0 7px;
    border: 1px solid;
  }
  h3 {
    font-size: 20px;
  }
  .proyecto .imagen {
    background-size: cover;
  }
  .cuadro_noticia {
    float: none;
    position: relative;
    width: 100%;
    max-width: unset;
    margin: 0 auto 30px;
  }

  .cuadro_noticia img {
    max-width: unset !important;
  }

  .instagram-widget > div {
    position: relative;
    padding-top: calc(100vw / 2);
  }
  .instagram-widget iframe {
    width: 300% !important;
  }
}

@media (max-width: 600px) {
  .galeria .grid {
    margin-right: 0;
  }
}
