/* Configuraciones globales */

.region-content {
  padding: 0px !important;
}

#block-qintess-page-title {
  display: none;
}

/* Bloque cabecera */
.contenedor-cabecera {
  background-color: white;
  height: 621px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: end;

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

.content-form-contact {
  display: flex;
  justify-content: flex-end;

  @media screen and (max-width: 990px) {
    justify-content: center;
  }

  .form-contact {
    max-width: 574px;
  }
}

.social-networks-footer {
  img {
    /* width: 40px; */
    margin-left: 15px;
  }
}

.subcontenedor-titulo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 128px;

  @media screen and (max-width: 1280px) {
    padding-left: 50px;
  }

  @media screen and (max-width: 980px) {
    padding-left: 35px;
  }

  @media screen and (max-width: 520px) {
    padding-left: 23px;
  }
}

.title-content-cabecera {
  z-index: 2;
  font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
  text-transform: uppercase;
  font-weight: 700;

  strong {
    color: #6800ff;
  }

  p {
    margin: 0;
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h2); /* Changed from 38px to var(--fs-h2) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    left: 24px;
    line-height: 24px;
    max-width: 260px;
  }
}

.imagen-contenedor {
  max-width: 100%;
}

.field--name-field-titulo-cabecera {
  position: absolute;
  font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
  font-weight: 700;
  line-height: 50px;
  color: #222222;
  max-width: 720px;
  text-transform: uppercase;

  strong {
    color: #6800ff;
  }

  p {
    margin: 0;
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h2); /* Changed from 38px to var(--fs-h2) */
    left: 35px;
  }
}

@media screen and (max-width: 860px) {
  .contenedor-cabecera {
    height: 400px;
  }

  .field--name-field-titulo-cabecera {
    max-width: 450px;
    font-size: var(--fs-h3); /* Changed from 30px to var(--fs-h3) */
    line-height: 40px;
  }
}

@media screen and (max-width: 720px) {
  .contenedor-cabecera {
    height: 300px;
  }

  .field--name-field-titulo-cabecera {
    left: 24px;
    max-width: 260px;
  }
}

@media screen and (max-width: 520px) {
  .contenedor-cabecera {
    height: 230px;
  }
}

/* BLOQUE CONTACTO */
.titulo-contacto,
.block-simple-title-description .simple-title h2 {
  font-weight: 500;
  font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
  color: #222222;

  @media screen and (max-width: 1580px) {
    font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
  }
}

.title-social-networks {
  margin-bottom: 70px;

  @media screen and (max-width: 1580px) {
    margin-bottom: 40px;
  }

  @media screen and (max-width: 520px) {
    margin-bottom: 24px;
  }
}

.descripcion-contacto,
.block-simple-title-description .simple-description {
  font-weight: 400;
  line-height: 30px;
  font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
  color: #222222;
  margin-top: 30px;

  @media screen and (max-width: 1280px) {
    margin-top: 20px;
  }
}

.webform-submission-contact-form {
  color: #6800ff;

  label {
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */

    @media screen and (max-width: 1580px) {
      font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    }
  }
}

.form-control {
  color: #222222;
  border-color: #6800ff;
  border-radius: 12px;
  background-color: transparent;
  height: 48px;
  font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */

  @media screen and (max-width: 1580px) {
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
  }
}

#edit-terms--description,
.webform-element-description {
  margin-top: -20px;
  margin-left: 0px;
  color: #222222;
  font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
}

#edit-actions-submit,
.webform-button--submit {
  background-color: #6800ff;
  font-weight: 700;
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  border: none;
  padding: 15px 30px;
  border-radius: 8px;

  @media screen and (max-width: 1580px) {
    padding: 10px 20px;
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  }
}

#edit-terms,
.form-check-input {
  width: 24px;
  height: 24px;
  border: 2px solid #6800ff;
  --bs-form-check-bg: transparent;
}

.form-check-input:checked {
  background-color: #6800ff;
  border-color: #6800ff;
}

.contenedor-bloque-formulario-contacto {
  padding-top: 50px;
}

#edit-actions,
.webform-actions {
  display: flex;
  justify-content: center;
}

.form-required::after {
  display: none !important;
}

#edit-message,
.form-textarea {
  height: 185px;
}

.js-form-type-textfield .js-form-type-email {
  margin-top: 0;
}

@media screen and (max-width: 1580px) {
  .titulo-contacto {
    font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
    line-height: 30px;
  }

  .contenido-contacto {
    padding-right: 80px;
  }

  .descripcion-contacto,
  .block-simple-title-description .simple-description {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contenido-contacto {
    padding-right: 0;
  }
}

@media screen and (max-width: 980px) {
  .titulo-contacto,
  .block-simple-title-description .simple-title h2 {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    line-height: 24px;
  }

  .descripcion-contacto,
  .block-simple-title-description .simple-description {
    padding-top: 0;
    font-size: var(--fs-h6); /* Changed from 17px to var(--fs-h6) */
    line-height: 21px;
  }

  .contenedor-bloque-formulario-contacto {
    padding-top: 25px;
  }

  .webform-submission-contact-form {
    label {
      font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
    }
  }

  .form-control {
    height: 38px;
    font-size: var(--fs-footnote); /* Changed from 15px to var(--fs-footnote) */
  }
}

@media screen and (max-width: 860px) {
  .descripcion-contacto,
  .block-simple-title-description .simple-description {
    padding-top: 0;
    font-size: var(--fs-h6); /* Changed from 14px to var(--fs-footnote) */
    line-height: 25px;
  }

  .webform-submission-contact-form {
    label {
      font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    }
  }

  #edit-actions-submit,
  .webform-button--submit {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    padding: 12px 28px;
  }
}

@media screen and (max-width: 520px) {
  .titulo-contacto,
  .block-simple-title-description .simple-title h2 {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    line-height: 20px;
  }

  .descripcion-contacto,
  .block-simple-title-description .simple-description {
    padding-top: 0;
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
    line-height: 18px;
    margin-bottom: -5px;
    margin-top: 10px;
  }

  .webform-submission-contact-form {
    label {
      font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
    }
  }

  .form-control {
    height: 34px;
    font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
  }

  #edit-message,
  .form-textarea {
    height: 110px;
  }

  #edit-actions-submit,
  .webform-button--submit {
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
    padding: 12px 28px;
  }

  .js-form-type-textfield .js-form-type-email {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 425px) {
  #edit-actions-submit,
  .webform-button--submit {
    &.btn {
      width: auto !important;
    }
  }
}

/* NEWSLETTER SUSCRIPTION */
.content-description {
  max-width: 577px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-form-newsletter {
  font-weight: 500;
  font-size: var(--fs-h2); /* Changed from 40px to var(--fs-h2) */
  color: #222222;
  margin-top: 10px;

  @media (min-width: 1024px) and (max-width: 1439px) {
    font-size: var(--fs-h3); /* Changed from 36px to var(--fs-h3) */
  }

  @media (min-width: 720px) and (max-width: 1023px) {
    font-size: var(--fs-h4); /* Changed from 24px to var(--fs-h4) */
  }

  @media (max-width: 719px) {
    font-size: var(--fs-h4); /* Changed from 24px to var(--fs-h4) */
  }
}

.description-form-newsletter {
  font-weight: 400;
  font-size: var(--fs-h4); /* Changed from 28px to var(--fs-h3) */
  text-align: center;
  color: #222222;
  line-height: 35px;

  @media (min-width: 1024px) and (max-width: 1439px) {
    font-size: var(--fs-h5); /* Changed from 24px to var(--fs-h4) */
  }

  @media (min-width: 720px) and (max-width: 1023px) {
    font-size: var(--fs-footnote); /* Changed from 15px to var(--fs-footnote) */
    line-height: 22px;
  }

  @media (max-width: 719px) {
    font-size: var(--fs-footnote); /* Changed from 15px to var(--fs-footnote) */
  }
}

.content-inputs {
  max-width: 490px;
  padding: 0 10px;
}

.input-suscribe {
  font-size: var(--fs-body) !important; /* Changed from 16px to var(--fs-body) */

  @media screen and (max-width: 980px) {
    font-size: var(--fs-footnote) !important; /* Changed from 14px to var(--fs-footnote) */
  }
}

.input-suscribe::placeholder {
  color: #6800ff !important;
}

/* .div-icon-share {
    background-color: red;
    width: 30px;
    height: 30px;
    svg{
        width: 100% !important;
        height: 100% !important;
    }
} */

.custom-container {
  padding: 25px 128px;

  @media screen and (max-width: 1280px) {
    padding: 15px 50px;
  }

  @media screen and (max-width: 980px) {
    padding: 15px 35px;
  }

  @media screen and (max-width: 520px) {
    padding: 15px 24px;
  }
}

.box-about {
  padding: 16px;
  border: 1px solid #beb9c6;
  border-radius: 24px;
  padding-bottom: 10px;

  .box-about__title {
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
    font-weight: 700;
    line-height: 34px;
    color: #6800ff;
    text-transform: uppercase;
    margin-bottom: 0;

    @media screen and (max-width: 980px) {
      font-size: var(--fs-h4); /* Changed from 24px to var(--fs-h4) */
    }

    @media screen and (max-width: 576px) {
      font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
      margin-bottom: 0;
    }
  }

  .box-about__information {
    font-weight: 400;
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    margin: 0;
    line-height: 20px;

    @media screen and (max-width: 576px) {
      font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
      line-height: 16px;
    }
  }
}

.categories-box {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-style: italic;
  font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
    flex-direction: column;
    gap: 0;
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }
}

.item-categorie {
  .item-categorie__categorie {
    color: #222222;
  }
}

.box-about__btn-share {
  margin-top: 5px;
  font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  color: #6800ff;
  background-color: transparent;
  border: none;

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  }

  @media screen and (max-width: 576px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */

    img {
      width: 33px;
      margin-left: -5px;
    }
  }
}

.container-insight-individual {
  padding-top: 30px;
}

.container-related-insights-final {
  padding-bottom: 60px;

  @media screen and (max-width: 1580px) {
    padding-bottom: 40px;
  }
}

.related-insights {
  margin-top: 20px;

  a {
    text-decoration: none;
  }

  a .card-insight {
    text-decoration: none;
    /* Asegura que todo el contenido dentro del div no tenga subrayado */
  }

  a:hover,
  a:focus {
    text-decoration: none;
    /* Previene que aparezca subrayado al interactuar */
  }

  @media screen and (max-width: 980px) {
    gap: 100px;
  }
}

.related-insights__title {
  font-weight: bold;
  font-size: var(--fs-h3); /* Changed from 28px to var(--fs-h3) */
  text-transform: uppercase;
  color: #6800ff;

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h4); /* Changed from 24px to var(--fs-h4) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }
}

.content-insight {
  margin-bottom: 15px;
}

.card-insight {
  cursor: pointer;
  height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 40px;
  background: round;
  position: relative;
  margin-bottom: 15px;

  @media screen and (max-width: 520px) {
    height: 169px;
  }
}

.card-insight:hover {
  .image-style-img-filter-gray {
    filter: none;
    transition-duration: 0.2s;
  }

  .gradient-hover {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(252, 250, 255, 0) 28.13%, #6800ff 100%);
  }
}

.image-style-img-filter-gray {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: grayscale(1) brightness(0.6);
  background-size: cover;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
}

.categories-card-insight {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.categories-card-insight::-webkit-scrollbar {
  display: none;
}

.categories-card-insight__categorie {
  margin: 0;
  color: #6800ff;
  font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
  background-color: white;
  /* width: min-content; */
  padding: 5px 10px;
  border-radius: 30px;
  white-space: nowrap;

  @media screen and (max-width: 980px) {
    font-size: var(--fs-footnote); /* Changed from 10px to closest var(--fs-footnote) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-footnote); /* Changed from 8px to closest var(--fs-footnote) */
  }
}

.categories-card-insight__title {
  font-size: var(--fs-h3); /* Changed from 28px to var(--fs-h3) */
  color: white;
  font-weight: 700;
  max-width: 410px;
  /* margin-bottom: -1rem; */

  @media screen and (max-width: 1580px) {
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }
}

.max-width {
  max-width: 100%;
}

.navbar {
  background-color: transparent !important;
}

.background-header-fondo {
  width: 100%;
  position: absolute;
  height: calc(100% + 160px);
  margin-top: -160px;
  background: linear-gradient(
    78.9deg,
    rgba(104, 0, 255, 0.15) -1.67%,
    rgba(252, 250, 255, 0.15) 25.87%,
    rgba(252, 250, 255, 0.15) 49.69%,
    rgba(252, 250, 255, 0.15) 72.99%,
    rgba(221, 47, 143, 0.15) 100%
  );
}

.text-light {
  color: transparent !important;
}

.country-location-empty {
  height: 50px;

  @media screen and (max-width: 1280px) {
    height: 45px;
  }

  @media screen and (max-width: 980px) {
    height: 40px;
  }

  @media screen and (max-width: 520px) {
    height: 25px;
  }
}

.content-social-networks {
  padding-top: 80px;

  @media screen and (max-width: 980px) {
    padding-top: 45px;
  }

  @media screen and (max-width: 520px) {
    padding-top: 40px;
  }
}

.titulo-noticia {
  font-weight: 700;
  font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  margin-top: 10px;

  @media screen and (min-width: 981px) {
    font-size: var(--fs-h3); /* Changed from 28px to var(--fs-h3) */
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  }

  @media screen and (max-width: 560px) {
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  }
}

.texto-noticia {
  p {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }
}

header {
  z-index: 999;
}

#edit-field-titulo-cabecera-value,
input[name="field_titulo_cabecera_value"] {
  width: 100%;
  padding: 10px 20px;
  padding-right: 40px;
  background: url("/sites/default/files/2024-10/search-icon.png") no-repeat;
  background-position: right 10px center;
  background-size: 28px;
  border: 2px solid #6800ff;
  border-radius: 25px;
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 400;
  color: #beb9c6;
  outline: none;

  @media screen and (max-width: 520px) {
    border: 2px solid #e92651;
    background: url("/sites/default/files/2024-10/search-icon-red.png") no-repeat;
    background-position: right 10px center;
    font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
    background-size: 20px;
    padding: 8px 13px;
    padding-right: 35px;
  }
}

.gradient-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.views-exposed-form {
  position: relative;
  /* max-width: 1476px; */
  margin: auto;
  margin-bottom: 60px;
}

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

.form--inline * {
  margin: 0;
}

.form--inline > *:first-child {
  position: absolute;
  left: 0;
}

.form--inline > *:not(:first-child) {
  margin-left: 30px;
}

/* Segundo Input */
.form-item-field-categoria-insight-target-id {
}

.form-item-field-categoria-insight-target-id > *:first-child {
  position: absolute;
  margin-left: -95px;
  margin-top: 10px;
}

.form-item-field-categoria-case-target-id {
}

.form-item-field-categoria-case-target-id > *:first-child {
  position: absolute;
  margin-left: -95px;
  margin-top: 10px;
}

.js-form-item-sort-by > *:first-child {
  display: none;
}

.js-form-item-sort-order > *:first-child {
  display: none;
}

.block-views-blockfilter-cases-block-filter-cases {
  h2 {
    margin-left: 128px;
    font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
    font-weight: 700;
    margin-top: 35px;

    @media (max-width: 1580px) {
      font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
    }

    @media screen and (max-width: 1280px) {
      margin-left: 50px;
    }

    @media (max-width: 992px) {
      font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    }

    @media screen and (max-width: 580px) {
      font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
      margin-left: 30px;
    }
  }
}

.block-views-blockfilter-insight-block-filter-insights {
  h2 {
    margin-left: 128px;
    font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
    font-weight: 700;
    margin-top: 35px;

    @media (max-width: 1580px) {
      font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
    }

    @media screen and (max-width: 1280px) {
      margin-left: 50px;
    }

    @media (max-width: 992px) {
      font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    }

    @media screen and (max-width: 580px) {
      font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
      margin-left: 30px;
    }
  }
}

h2.title-like-this {
  font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
  font-weight: 500;
  text-align: left;

  @media (max-width: 1580px) {
    font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
  }

  @media (max-width: 992px) {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    margin: 0;
  }
}

.content-like-this,
.related-insights-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.item-like-this,
.related-insights-item {
  width: calc(100% / 3);
  height: 232px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .item-like-this,
  .related-insights-item,
  .related-insights-item .card-insight {
    width: 100%;
    height: 200px;
  }

  .content-like-this,
  .related-insights-items {
    flex-direction: column;
    gap: 20px;
  }
}

body.path-frontpage {
  .container-banner {
    height: 838px;

    @media screen and (max-width: 1580px) {
      height: 620px;
    }

    @media screen and (max-width: 860px) {
      height: 600px;
    }

    @media screen and (max-width: 720px) {
      height: 500px;
    }
  }
}

.container-banner {
  width: 100%;
  height: 621px;
  position: relative;
  display: flex;
  align-items: center;

  @media screen and (max-width: 1580px) {
    height: 420px;
  }

  @media screen and (max-width: 860px) {
    height: 400px;
  }

  @media screen and (max-width: 720px) {
    height: auto;
    /* height: 300px; */
  }
}

.imagem-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;

  @media screen and (max-width: 720px) {
    position: relative;
  }
}

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

.titulo-banner {
  width: fit-content;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 15px 128px;

  @media screen and (max-width: 1280px) {
    padding: 10px 50px;
  }

  @media screen and (max-width: 980px) {
    padding: 10px 35px;
  }

  @media screen and (max-width: 520px) {
    padding: 10px 24px;
  }
}

body.path-frontpage .titulo-banner {
  @media screen and (max-width: 1280px) {
    padding: 10px 80px;
  }
}

.texto-titulo-banner {
  font-size: var(--fs-h1); /* Changed from 50px to closest var(--fs-h1) */
  font-weight: 500;
  line-height: 60.95px;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 3px;
  /* z-index: 1; */

  p {
    margin: 0;
  }

  @media screen and (max-width: 1580px) {
    font-size: var(--fs-h2); /* Changed from 35px to var(--fs-h2) */
    line-height: 43px;
    text-align: left;
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-h3); /* Changed from 30px to var(--fs-h3) */
    line-height: 30px;
    text-align: left;
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    line-height: 25px;
    text-align: left;
  }
}

.field--name-field-qacp-banner {
  .titulo-banner {
    padding: 15px 270px;

    &::before {
      content: "";
      position: absolute;
      left: 170px;
      top: 50%;
      transform: translateY(-50%);
      width: 85px;
      height: 100px;
      background-image: url("../assets/QACP-logo.svg");
      background-size: cover;
      background-position: center;
    }

    @media screen and (max-width: 1280px) {
      padding: 15px 200px;

      &::before {
        left: 115px;
        width: 70px;
        height: 85px;
      }
    }

    @media screen and (max-width: 980px) {
      padding: 10px 110px;

      &::before {
        left: 45px;
        width: 55px;
        height: 65px;
      }
    }

    @media screen and (max-width: 669px) {
      padding: 10px 70px;

      &::before {
        left: 10px;
        width: 50px;
        height: 60px;
      }
    }

    @media screen and (max-width: 520px) {
      padding: 10px 75px;

      &::before {
        left: 25px;
        width: 40px;
        height: 50px;
      }
    }
  }

  .texto-titulo-banner,
  .text-description-banner {
    font-size: var(--fs-h1); /* Changed from 50px to closest var(--fs-h1) */
    line-height: 60.95px;
    color: #ffffff;

    @media screen and (max-width: 1580px) {
      font-size: var(--fs-h2); /* Changed from 35px to var(--fs-h2) */
      line-height: 43px;
    }

    @media screen and (max-width: 980px) {
      font-size: var(--fs-h3); /* Changed from 30px to var(--fs-h3) */
      line-height: 30px;
    }

    @media screen and (max-width: 520px) {
      font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
      line-height: 25px;
    }
  }

  .text-description-banner {
    font-weight: 400;
  }
}

.text-description-banner {
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 700;
  line-height: 26px;
  color: #6800ff;

  p {
    margin: 0;
  }

  @media screen and (max-width: 980px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-footnote); /* Changed from 12px to closest var(--fs-footnote) */
    line-height: 16px;
  }
}

.field--name-field-business-driven-a-banner {
  .text-description-banner {
    font-size: var(--fs-h3); /* Changed from 32px to var(--fs-h3) */
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    color: #222222;

    @media screen and (max-width: 980px) {
      font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
      line-height: 30px;
    }

    @media screen and (max-width: 520px) {
      font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
      line-height: 19px;
    }
  }
}

.top-page-banner {
  .btn-read-now {
    padding: 10px 25px;
    background-color: #fffffa;
    border: 1px solid #6800ff;
    color: #6800ff;
    border-radius: 15px;
    text-decoration: none;
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
    line-height: 26.82px;

    @media screen and (max-width: 520px) {
      padding: 10px 20px;
      font-size: var(--fs-body); /* Changed from 16.5px to var(--fs-body) */
      line-height: 20.11px;
    }
  }
}

.imagem-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fcfaff 39.55%, rgba(88, 88, 88, 0.02) 99%);
  display: flex;
  align-items: center;
}

body.path-frontpage .imagem-banner::before {
  background: linear-gradient(to right, #fcfaff 25.55%, rgba(88, 88, 88, 0.02) 46%);
}

.imagem-banner-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}

.svg-banner-logo {
  width: 100%;
  height: 100%;
  padding-left: 1200px;

  @media screen and (max-width: 1920px) {
    padding-left: 190px;
  }

  @media screen and (max-width: 520px) {
    width: 100%;
    max-height: 100%;
    padding-left: 20px;
  }

  @media screen and (max-width: 390px) {
    width: 380px;
    height: 234px;
    padding-left: 20px;
  }
}

/* Banner container */
/* .path-frontpage .container-banner {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  padding: 20px;
  background-color: #FCFAFF;
} */

/* Remove o pseudo-elemento ::before */
/* .path-frontpage .imagem-banner::before {
  content: none;
} */

/* Estilo do banner de imagem */
/* .path-frontpage .imagem-banner {
  display: grid; */
/* grid-template-columns: 1fr 1fr; Colunas para imagem e texto no desktop */
/* align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  position: relative;
} */

/* Estilo da imagem dentro do banner */
/* .path-frontpage .imagem-banner img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
} */

/* Título do banner */
/* .path-frontpage .titulo-banner {
  position: relative;
  display: flex;
  align-items: center;
} */

/* Destaque de cor para texto em negrito */
.container-banner .texto-titulo-banner strong {
  color: #6800ff;
}

/* Ocultar logo do banner */
/* .path-frontpage .imagem-banner-logo {
    display: none;
  } */

/* Ajustes para telas menores */
/* @media screen and (max-width: 769px) {
    .path-frontpage .container-banner {
      height: 400px;
    }

    .path-frontpage .texto-titulo-banner {
      font-size: 22px;
      line-height: 26.82px;
      text-align: center;
      padding: unset;
    }

    .path-frontpage .imagem-banner { */
/* grid-template-columns: 1fr; Uma coluna no mobile */
/* grid-template-rows: auto auto;
      text-align: center;
      gap: 0;
    }

    .path-frontpage .imagem-banner img {
      width: 100%;
      max-width: 350px;
      margin: auto;
    }
  } */

.section-content-sustainability {
  background-color: #6800ff;
  display: flex;
  height: 470px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content-sustainability {
  background-color: #6800ff;
  color: #fffffa;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 920px;
  padding-right: 20px;
}

.title-sustainability {
  font-size: var(--fs-h1); /* Changed from 40px to var(--fs-h1) */
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.description-sustainability {
  font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  margin-top: 30px;
  max-width: 558px;
}

.btn-download-edition {
  border: none;
  border-radius: 20px;
  background-color: #fffffa;
  padding: 15px 30px;
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 400;
  color: #6800ff;
  margin-top: 55px;
}

.img-btn-download-edition {
  /* margin-right: 15px; */
  width: 35px;
}

.lastest-editions {
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 400;
  color: #fffffa;
  margin: 0;
  margin-top: 25px;
  text-decoration: none;
  display: block;
}

.img-lastest-editions {
  margin-left: 5px;
}

.second-section-sustainability {
  width: 925px;

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

@media screen and (max-width: 1525px) {
  .content-sustainability {
    width: 650px;
  }

  .title-sustainability {
    font-size: var(--fs-h4); /* Changed from 25px to var(--fs-h4) */
    line-height: 30px;
  }

  .description-sustainability {
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
    line-height: 18px;
    margin-top: 20px;
  }

  .lastest-editions {
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
  }

  .img-lastest-editions {
    width: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .section-content-sustainability {
    height: 450px;
  }

  .content-sustainability {
    padding-top: 40px;
  }

  .btn-download-edition {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .section-content-sustainability {
    height: 380px;
  }

  .description-sustainability {
    margin-top: 10px;
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
  }

  .btn-download-edition {
    padding: 10px 25px;
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }

  .lastest-editions {
    font-size: var(--fs-h6); /* Changed from 18px to var(--fs-h6) */
    margin-top: 10px;
  }

  .content-sustainability {
    padding-top: 25px;
  }
}

@media screen and (max-width: 920px) {
  .title-sustainability {
    font-size: var(--fs-h5); /* Changed from 20px to var(--fs-h5) */
    line-height: 24px;
  }

  .second-section-sustainability {
    display: none;
  }

  .content-sustainability {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .description-sustainability {
    margin: 10px auto;
    margin-top: 20px;
  }

  .section-content-sustainability {
    height: auto;
    margin-bottom: 0;
  }

  .lastest-editions {
    margin-top: 10px;
  }
}

@media screen and (max-width: 520px) {
  .title-sustainability {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    line-height: 20px;
  }

  .description-sustainability {
    font-size: var(--fs-footnote); /* Changed from 14px to var(--fs-footnote) */
    font-weight: 400;
  }

  .img-btn-download-edition {
    width: 26px;
  }

  .form-item,
  .form-actions {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .lastest-editions {
    margin-top: 10px;
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }

  .img-lastest-editions {
    margin-left: 1px;
    width: 22px;
  }
}

.title-training {
  font-size: 3.75rem; /* Changed from 60px to 3.75rem (60px) */
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.content-training {
  margin-top: 50px;
  display: flex;
}

.container-training {
  padding-top: 80px;
  padding-bottom: 80px;
}

.description-training {
  font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  margin-bottom: 20px;

  p {
    margin: 0;
  }
}

.disable-filter-gray {
  filter: none;
}

.gradient-purple-training {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(252, 250, 255, 0) 28.13%, #6800ff 100%);
}

.card-insight-training {
  height: 260px;
}

.title-card-training {
  font-size: var(--fs-h3); /* Changed from 28px to var(--fs-h3) */

  @media screen and (max-width: 1280px) {
    font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  }

  @media screen and (max-width: 520px) {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  }
}

.first-section-content-training {
  max-width: 585px;
  width: 100%;
}

.second-section-content-training {
  width: 100%;
  display: flex;
}

.item-second-section {
  width: 50%;
  max-width: 400px;
  margin: auto;
  height: 100%;
  margin-left: 40px;
}

.card-insight-training-right {
  padding-right: 0;
  margin-bottom: 0;
  height: 100%;
}

.card-item-training {
  padding-right: 0;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .first-section-content-training {
    max-width: 420px;
  }

  .item-second-section {
    margin-left: 25px;
  }

  .container-training {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 950px) {
  .title-training {
    font-size: var(--fs-h2); /* Changed from 35px to var(--fs-h2) */
  }

  .content-training {
    margin-top: 20px;
    flex-direction: column;
  }

  .first-section-content-training {
    max-width: 100% !important;
  }

  .second-section-content-training {
    height: 280px;
    gap: 0 15px;
  }

  .item-second-section {
    margin-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .title-training {
    font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
    line-height: 20px;
  }

  .description-training {
    font-size: 0.625rem; /* Changed from 10px to 0.625rem (10px) */
    line-height: 15px;
    margin-bottom: 15px;
  }

  .content-training {
    margin-top: 15px;
  }

  .container-training {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.navbar-container-expanded-solutions {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 132px;
}

.group-39746-expanded-solutions {
  position: absolute;
  width: 100%;
  justify-items: center;
  height: 148px;
  top: 40px;
  /* padding: 11px 128px; */
}

.imagem-logo-expanded-solutions {
  width: 196.79px;
  height: 50px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.line-solutions {
  width: 1472px;
  height: 0px;
  border: 1px solid #222222;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* .navbar-brand {
    padding-right: 50px;
    margin-left: -45px;
} */

.card-offer-solutions {
  width: 432px;
  height: 284px;
  padding: 20px;
}

.card-offer-solutions:hover {
  background: linear-gradient(to top, #6800ffcc -180%, rgba(255, 255, 255, 0) 100%);
}

.titulo-solutions {
  height: 54px;
  margin-top: 15px;
  align-content: center;
  font-family: Montserrat;
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 700;
  line-height: 26.82px;
  text-align: left;
}

.texto-solutions {
  font-family: Montserrat;
  font-size: var(--fs-body); /* Changed from 16px to var(--fs-body) */
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  margin-top: 15px;
}

.container-titulo-solutions {
  display: flex;
}

.dropdown-button {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background: none;
  font-family: Montserrat;
  font-size: var(--fs-h5); /* Changed from 22px to var(--fs-h5) */
  font-weight: 400;
  line-height: 26.82px;
  text-align: left;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-left: 3px;
}

.offer-solutions {
  visibility: hidden;
  position: absolute;
  background: white;
  min-width: 160px;
  z-index: 1;
}

#oursolutions {
  width: 1728px;
  height: 284px;
  display: flex;
  left: -545px;
  top: 65px;
  transition: visibility 0.2s ease 0.2s;
}

.offer-solutions a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.offer-solutions .dropdown-item:hover {
  background: linear-gradient(to top, #6800ffcc -180%, rgba(255, 255, 255, 0) 100%);
  color: #6800ff;
}

.dropdown:hover {
  .dropdown-button {
    color: #6800ff;
  }

  .texto-titulo-banner {
    color: #6800ff;
  }

  .svg path {
    fill: #6800ff;
  }

  .svg2 path {
    fill: #6800ff;
  }

  .offer-solutions {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}

.navbar-container-expanded-solutions:has(#menu-oursolutions:hover) ~ .container-banner {
  filter: blur(5px);
  /* Ajuste o valor para mais ou menos desfoque */
}

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

footer {
  padding: 0;
}

#toolbar-bar {
  z-index: 99999;
}
