.bloque-banner-titulo-page {
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0;
  height: 400px;
  position: relative;
}
.bloque-banner-titulo-page .swiper {
  height: 100%;
}
.bloque-banner-titulo-page .container {
  padding-top: 40px;
}
.bloque-banner-titulo-page .content-wrapper {
  position: relative;
}
.bloque-banner-titulo-page h1 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: var(--font-size-xxl);
}
.bloque-banner-titulo-page h2 {
  font-size: var(--font-size-s);
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left;
}
.bloque-banner-titulo-page h2 a {
  color: var(--color-ppal);
}
.bloque-banner-titulo-page h2 span {
  font-size: var(--font-size-base);
}
.bloque-banner-titulo-page .bl-pretitulo {
  margin-bottom: 0;
  font-size: var(--font-size-base);
}
.bloque-banner-titulo-page .btn {
  margin-right: 10px;
}
.bloque-banner-titulo-page .btn-2 {
  background-color: transparent;
}
.bloque-banner-titulo-page .image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.bloque-banner-titulo-page .image-wrapper img, .bloque-banner-titulo-page .image-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 0px;
}
.bloque-banner-titulo-page .image-wrapper {
  /*&:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      background: radial-gradient(circle at 0 690px, rgba(0, 0, 0,0.95), rgba(0, 0, 0, 0) 80vw);
  }*/
}
.bloque-banner-titulo-page {
  /*
  none : None (only breadcrumb)
  default : BG image and text to left
  bgimage-dark : BG image and text to left with dark background
  textright: BG image and text to right
  grey : Grey Background and image to right
  white : White Background and image to right
  */
}
.bloque-banner-titulo-page.estilo-bgimage-dark h1, .bloque-banner-titulo-page.estilo-bgimage-dark h2, .bloque-banner-titulo-page.estilo-bgimage-dark .bl-pretitulo {
  color: white;
}
.bloque-banner-titulo-page.estilo-bgimage-dark .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .bloque-banner-titulo-page.estilo-bgimage-dark .image-wrapper:before {
    background: radial-gradient(circle at 0 690px, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 80vw);
  }
}
@media (max-width: 992px) {
  .bloque-banner-titulo-page.estilo-bgimage-dark {
    display: flex;
    align-items: center;
  }
  .bloque-banner-titulo-page.estilo-bgimage-dark .container {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .bloque-banner-titulo-page.estilo-default {
    display: flex;
    align-items: center;
  }
  .bloque-banner-titulo-page.estilo-default .container {
    padding-top: 0;
  }
}
.bloque-banner-titulo-page.estilo-grey, .bloque-banner-titulo-page.estilo-white {
  background-color: var(--color-gris-claro);
}
.bloque-banner-titulo-page.estilo-grey .bl-pretitulo, .bloque-banner-titulo-page.estilo-white .bl-pretitulo {
  margin-top: 15px;
}
.bloque-banner-titulo-page.estilo-grey .image-wrapper, .bloque-banner-titulo-page.estilo-white .image-wrapper {
  height: 100%;
  width: calc(50% - var(--bs-gutter-x) * 0.5);
  left: calc(50% + var(--bs-gutter-x) * 0.5);
  top: 0;
}
@media (max-width: 992px) {
  .bloque-banner-titulo-page.estilo-grey, .bloque-banner-titulo-page.estilo-white {
    height: auto;
  }
  .bloque-banner-titulo-page.estilo-grey .container, .bloque-banner-titulo-page.estilo-white .container {
    padding-top: 0px;
    height: auto;
    padding-bottom: 30px;
  }
  .bloque-banner-titulo-page.estilo-grey .image-wrapper, .bloque-banner-titulo-page.estilo-white .image-wrapper {
    left: 0;
    width: 100%;
    position: relative;
    height: 300px;
  }
}
.bloque-banner-titulo-page.estilo-white {
  background-color: white;
}
@media (min-width: 992px) {
  .bloque-banner-titulo-page {
    height: 690px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bloque-banner-titulo-page .container {
    padding-top: 0px;
    height: 100%;
  }
  .bloque-banner-titulo-page .container > .row {
    height: 100%;
  }
  .bloque-banner-titulo-page h1 {
    font-size: var(--font-size-xxxl);
  }
  .bloque-banner-titulo-page h2 {
    font-size: var(--font-size-lm);
  }
}
@media (min-width: 1400px) {
  .bloque-banner-titulo-page {
    height: 500px;
  }
}
@media (min-width: 1700px) {
  .bloque-banner-titulo-page {
    height: 500px;
  }
}/*# sourceMappingURL=style-block.css.map */