/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
  .title-text {
  background-color: #4daabd;
  position: relative;

}
  .title-text.white-background {
    background-color: #fff;
  }
  .title-text.white-background .title-text__text {
      font-size: 2rem;
    }
  .title-text.white-background .title-text__text p {
        margin: 15px 0;
      }
  .title-text.white-background .title-text__text a {
        color: #4daabd;
      }
  .title-text > div {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }
  @media (min-width: 768px) {
  .title-text > div {
    padding-left: 70px;
    padding-right: 70px;
  }
  }
  @media (min-width: 1024px) {
  .title-text > div {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 744px;
  }
  }
  @media (min-width: 1280px) {
  .title-text > div {
    width: 1140px;
  }
  }
  @media (min-width: 1440px) {
  .title-text > div {
    width: 1260px;
  }
  }
  @media (min-width: 1920px) {
  .title-text > div {
    width: 1380px;
  }
  }
  .title-text > div {
    padding-top: 114px;
    padding-bottom: 150px;

}
  @media (min-width: 1024px) {
  .title-text > div {
      padding-top: 150px;
      padding-bottom: 210px
  }
    }
  @media (min-width: 1280px) {
  .title-text > div {
      padding-top: 180px;
      padding-bottom: 240px
  }
    }
  @media (min-width: 1280px) {
  .title-text .paragraph-content {
      display: flex;
      gap: 140px;
      justify-content: space-between
  }
    }
  .title-text__title {
    color: #003883;
    font-size: 4.5rem;
    font-weight: bold;
    width: 365px;
    margin: 0 0 70px;
    padding-top: 10px;
    border-top: 4px solid #003883;
    max-width: 100%;
  }
  @media (min-width: 1024px) {
  .title-text__title {
    font-size: 6.6rem;
    width: 368px;
  }
  }
  @media (min-width: 1280px) {
  .title-text__title {
    font-size: 7.2rem;
    min-width: 410px;
  }
  }
  @media (min-width: 1280px) {
  .title-text__title {
      margin-top: 11px
  }
    }
  .title-text__text {
    font-size: 2rem;
    font-weight: 500;
    color: #003883;
  }
  .title-text__text p {
      margin: 0;
    }
  .title-text__text a {
      color: #003883;
    }
  @media (min-width: 1024px) {
  .title-text__text {
      font-size: 3.3rem
  }
    }
  @media (min-width: 1280px) {
  .title-text__text {
      font-size: 3.6rem
  }
    }
/* ============================================================
   REDESIGN (preview con ?redesign=1) — title-text (hero home)
   Scopeado a la home (.path-frontpage). Para PUBLICAR: quitar el
   prefijo body.redesign y separar el título en el contenido.
   ============================================================ */
body.redesign.path-frontpage .title-text {
    background-color: #0a1733;
    background-image: url(../../images/bk-txt.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
/* Contenido apilado a la izquierda, 50% en desktop, full en mobile */
body.redesign.path-frontpage .title-text .paragraph-content {
      display: block;
      width: 100%;
    }
@media (min-width: 1024px) {
body.redesign.path-frontpage .title-text .paragraph-content {
        width: 50%
    }
      }
/* Título en dos pesos: "CASSINI" fino + "Business Accelerator" bold.
       El h2 contiene una sola cadena, así que ocultamos el texto real y
       pintamos las dos partes con ::before/::after.
       NOTA: el texto va hardcodeado; al publicar, separarlo en el contenido. */
body.redesign.path-frontpage .title-text .title-text__title {
      border-top: none;
      width: auto;
      min-width: 0;
      padding-top: 0;
      margin: 0 0 28px;
      color: transparent;
      font-size: 0;
      line-height: 1;
    }
body.redesign.path-frontpage .title-text .title-text__title::before {
        content: "CASSINI";
        display: block;
        color: #fff;
        font-weight: 300;
        letter-spacing: 0.01em;
        line-height: 1;
        font-size: 3.4rem;
      }
@media (min-width: 1024px) {
body.redesign.path-frontpage .title-text .title-text__title::before { font-size: 4.4rem
      } }
@media (min-width: 1280px) {
body.redesign.path-frontpage .title-text .title-text__title::before { font-size: 5.2rem
      } }
body.redesign.path-frontpage .title-text .title-text__title::after {
        content: "Business Accelerator";
        display: block;
        color: #fff;
        font-weight: 700;
        line-height: 1.05;
        font-size: 3.6rem;
      }
@media (min-width: 1024px) {
body.redesign.path-frontpage .title-text .title-text__title::after { font-size: 4.4rem
      } }
@media (min-width: 1280px) {
body.redesign.path-frontpage .title-text .title-text__title::after { font-size: 5.2rem
      } }
/* Texto: blanco, pequeño */
body.redesign.path-frontpage .title-text .title-text__text {
      color: #fff;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.6;
    }
@media (min-width: 1024px) {
body.redesign.path-frontpage .title-text .title-text__text { font-size: 1.7rem
    } }
@media (min-width: 1280px) {
body.redesign.path-frontpage .title-text .title-text__text { font-size: 1.8rem
    } }
body.redesign.path-frontpage .title-text .title-text__text p {
        margin: 0;
      }
body.redesign.path-frontpage .title-text .title-text__text a {
        color: #fff;
      }
