/*@import"https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap";*/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
ul {
  list-style: disc
}

* {
  font-family: "Exo", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  font-family: "Exo", sans-serif;
  p {
    font-family: "Lato", sans-serif;
  }
}

body {
  background-color: #fafafa;
  position: relative;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: initial;
  overflow-x: unset !important
}
body ul {
  padding-left: 20px;
}

body section {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%
}

body.no_scroll {
  overflow: hidden
}

body figure {
  margin: 0;
}

body .img-responsive {
  display: block;
  max-width: 100%
}

body .content {
  width: 89%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0
}

body .sides_row {
  width: 100%;
  display: flex;
  justify-content: center
}

body .sides_row.wrap {
  flex-wrap: wrap
}

body .sides_row .side {
  padding: 0 15px
}

body .sides_row .side.sd_2 {
  width: 14%
}

body .sides_row .side.sd_3 {
  width: 22%
}

body .sides_row .side.sd_4 {
  width: 30%
}

body .sides_row .side.sd_5 {
  width: 39%
}

body .sides_row .side.sd_6 {
  width: 47%
}

body .sides_row .side.sd_7 {
  width: 56%
}

body .sides_row .side.sd_8 {
  width: 64.5%
}

body .sides_row .side.sd_9 {
  width: 72.5%
}

body .sides_row .side.sd_12 {
  width: 100%
}

body a {
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-decoration: none
}

body a:hover,
body a:focus {
  text-decoration: none
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

/*# sourceMappingURL=styles.css.map */


/* Boxes gris x3 */

.boxes-gris-x3 .section-cards img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.boxes-gris-x3 .section-cards {
  padding: 64px 0;
  background-color: #eee;
}
.boxes-gris-x3 .section-cards .section-cards__header {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.boxes-gris-x3 .section-cards .section-cards__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  background: -webkit-linear-gradient(#fe3852, #ab1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.boxes-gris-x3 .section-cards .section-cards__intro {
  text-align: center;
  line-height: 150%;
  font-size: 16px;
  letter-spacing: 0;
}
.boxes-gris-x3 .section-cards .section-cards__grid {
  /* display: flex;
  flex-wrap: wrap; */
  list-style: none;
  padding: 0;
  margin: 0;
}
.boxes-gris-x3 .section-cards .card {
  max-width: 335px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-inline: 10px;
  padding-block: 30px;
}
.boxes-gris-x3 .section-cards .card.card--dark {
  background-color: #20221f;
  color: #fff;
}
.boxes-gris-x3 .section-cards .card .card__icon {
  max-width: 64px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 26px;
}
.boxes-gris-x3 .section-cards .card .card__title {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 120%;
}
.boxes-gris-x3 .section-cards .card .card__text {
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0;
}
.boxes-gris-x3 .section-cards .noticias-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.boxes-gris-x3 .section-cards .swiper-pagination-bullet-active {
  background: #E41C3D;
}
@media (max-width: 480px) {
  .boxes-gris-x3 .section-cards .card {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .boxes-gris-x3 .section-cards .card {
    max-width: 48%;
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .boxes-gris-x3 .section-cards .section-cards__grid {
    gap: 15px;
  }
  .boxes-gris-x3 .section-cards .card {
    max-width: 30%;
  }
}
@media (min-width: 1024px) {
  .boxes-gris-x3 .section-cards .section-cards__grid {
    gap: 48px;
    justify-content: center;
  }
  .boxes-gris-x3 .section-cards .section-cards__title {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    font-size: 46px;
  }
  .boxes-gris-x3 .section-cards .section-cards__intro {
    font-size: 18px;
    max-width: 1046px;
    width: 100%;
    margin: 0 auto;
  }
  .boxes-gris-x3 .section-cards .card {
    max-width: 30%;
    padding-inline: 20px;
    padding-block: 40px;
    height: auto;
  }
  .boxes-gris-x3 .section-cards .card .card__icon {
    margin-bottom: 24px;
  }
  .boxes-gris-x3 .section-cards .card .card__title {
    font-size: 24px;
  }
}

/*slid-hero-centrado*/

.slid-hero-centrado .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.slid-hero-centrado .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.slid-hero-centrado .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.slid-hero-centrado .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.slid-hero-centrado .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .slid-hero-centrado .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .slid-hero-centrado .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.slid-hero-centrado .hero--servicio {
  max-height: 485px;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.slid-hero-centrado .hero--servicio .hero__media {
  /* background-attachment: fixed; */
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slid-hero-centrado .hero--servicio .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slid-hero-centrado .hero--servicio .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.slid-hero-centrado .hero--servicio .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.slid-hero-centrado .hero--servicio .breadcrumbs {
  display: none;
}
.slid-hero-centrado .hero--servicio .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.slid-hero-centrado .hero--servicio .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.slid-hero-centrado .hero--servicio .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.slid-hero-centrado .hero--servicio .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.slid-hero-centrado .hero--servicio .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.slid-hero-centrado .hero--servicio .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.slid-hero-centrado .hero--servicio .content::before, .slid-hero-centrado .hero--servicio .content::after {
  content: none !important;
}
@media (max-width: 480px) {
  .slid-hero-centrado .hero--servicio {
    height: 100%;
    max-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .slid-hero-centrado .hero--servicio {
    max-height: 465px;
    height: 100vh;
    background-size: cover;
    background-position: 100%;
  }
  .slid-hero-centrado .hero--servicio .hero__content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .slid-hero-centrado .hero--servicio .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .slid-hero-centrado .hero--servicio .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .slid-hero-centrado .hero--servicio .hero__content .hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slid-hero-centrado .hero--servicio .breadcrumbs {
    display: flex;
  }
  .slid-hero-centrado .hero--servicio .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .slid-hero-centrado .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .slid-hero-centrado .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/* cta horizontal */

.cta-horizontal .consulting {
  position: relative;
  color: #fff;
  padding: 64px 0px;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
}
.cta-horizontal .consulting__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#fff, #aeaeae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-horizontal .consulting__description {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.cta-horizontal .consulting__actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cta-horizontal .consulting__btn {
  display: inline-block;
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.cta-horizontal .consulting__btn--primary {
  background: #e62d4a;
  color: #fff;
}
.cta-horizontal .consulting__btn--primary:hover {
  background-color: #fff;
  color: #e62d4a;
}
.cta-horizontal .consulting__btn--secondary {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.cta-horizontal .consulting__btn--secondary:hover {
  background-color: #e62d4a;
}
@media (min-width: 1024px) {
  .cta-horizontal .consulting {
    padding: 112px 0;
    background-position: 100%;
    background-attachment: fixed;
  }
  .cta-horizontal .consulting__content {
    display: flex;
    justify-content: space-between;
  }
  .cta-horizontal .consulting__text, .cta-horizontal .consulting__desc {
    max-width: 600px;
    width: 100%;
  }
  .cta-horizontal .consulting__title {
    font-size: 48px;
    margin-bottom: 0;
  }
  .cta-horizontal .consulting__description {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

/* Izq Der */

.feature-showcase[name="bloque_izq_der"] {
  padding: 64px 0;
}
.feature-showcase[name="bloque_izq_der"] img {
  max-width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 446px;
  border-radius: 30px 0;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__media {
  order: 2;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.feature-showcase[name="bloque_izq_der"] .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__item {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__media {
    order: 1;
    max-width: 600px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__body {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__title {
    font-size: 40px;
  }
  .feature-showcase[name="bloque_izq_der"] .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/* form blanco ubi */

.form-blanco-ubi .contactanos {
  padding: 64px 0;
}
.form-blanco-ubi .contactanos * {
  font-family: "Exo", serif;
}
.form-blanco-ubi .contactanos .contact-grid {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
}
.form-blanco-ubi .contactanos .contact-info {
  max-width: 600px;
  width: 100%;
}
.form-blanco-ubi .contactanos .contact-info #contact-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.form-blanco-ubi .contactanos .contact-info .contact-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.form-blanco-ubi .contactanos .contact-form {
  max-width: 600px;
  width: 100%;
}
.form-blanco-ubi .contactanos .contact-form .hs-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-blanco-ubi .contactanos .contact-form .hs-input {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  border-color: #CED4DA;
  border: 1px solid #CED4DA;
}
.form-blanco-ubi .contactanos .contact-form .inputs-list {
  list-style: none;
}
.form-blanco-ubi .contactanos .contact-form .hs-form-booleancheckbox-display .hs-input {
  margin-right: 14px;
  border-radius: 4px;
  border: 1px solid #ADB5BD;
}
.form-blanco-ubi .contactanos .contact-form .hs-button {
  display: block;
  line-height: 150%;
  padding: 12px 24px;
  background-color: #E41C3D;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #E41C3D;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.form-blanco-ubi .contactanos .contact-form .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
}
.form-blanco-ubi .contactanos .contact-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 32px;
}
.form-blanco-ubi .contactanos .contact-block .contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.form-blanco-ubi .contactanos .contact-block .contact-row.contact-phone {
  align-items: center;
}
.form-blanco-ubi .contactanos .contact-block .contact-row.contact-phone .contact-link {
  text-decoration: underline;
}
.form-blanco-ubi .contactanos .contact-block .contact-link {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.form-blanco-ubi .contactanos .contact-block .email-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-blanco-ubi .contactanos .contact-block .email-list .email-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.form-blanco-ubi label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-blanco-ubi .contactanos .contact-form .hs-form-booleancheckbox-display .hs-input {
  width: 100%;
  max-width: 15px;
}
.form-blanco-ubi .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  gap: 5px;
}
.form-blanco-ubi .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin: 4px 0 0 0 !important;
}
.form-blanco-ubi .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span p {
  display: inline !important;
}
@media (max-width: 767px) {
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 100%;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2 .hs-form-field, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field {
    width: 100%;
    max-width: 100%;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2 .hs-form-field .input, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field .input {
    margin: 0;
    padding: 0;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2 .hs-form-field .input input, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field .input input {
    width: 100%;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2 .hs-form-field .input select, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field .input select {
    width: 100%;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-2 .hs-form-field .input textarea, .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field .input textarea {
    width: 100%;
  }
  .form-blanco-ubi .contactanos .contact-form .hs-form .form-columns-1 .hs-form-field .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input {
    width: auto !important;
  }
}

/*LID Hero Izq sin form*/

.lid-hero-izq-sin-form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.lid-hero-izq-sin-form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.lid-hero-izq-sin-form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.lid-hero-izq-sin-form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.lid-hero-izq-sin-form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  /* max-height: 460px;
  */
  .lid-hero-izq-sin-form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .lid-hero-izq-sin-form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.lid-hero-izq-sin-form .hero--contact-center {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.lid-hero-izq-sin-form .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.lid-hero-izq-sin-form .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.lid-hero-izq-sin-form .hero--contact-center .breadcrumbs {
  display: none;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content {
  display: flex;
  gap: 24px;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
  width: 100%;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .hero_form {
  width: 100%;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  background: -webkit-linear-gradient(#fff, #aeaeae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .btn.btn--secondary {
  color: #fff;
  border-color: #fff;
}
.lid-hero-izq-sin-form .hero--contact-center .hero__content .btn.btn--secondary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.lid-hero-izq-sin-form .hero--contact-center .content::before, .lid-hero-izq-sin-form .hero--contact-center .content::after {
  content: none !important;
  /* Form styling */
}
.lid-hero-izq-sin-form .form-section form {
  display: flex;
  color: #fff;
  flex-direction: column;
  gap: 20px;
}
.lid-hero-izq-sin-form .form-section .hs-input[type="text"], .lid-hero-izq-sin-form .form-section .hs-input[type="email"], .lid-hero-izq-sin-form .form-section .hs-input[type="tel"], .lid-hero-izq-sin-form .form-section select {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
}
.lid-hero-izq-sin-form .form-section .hs-button {
  padding: 12px 24px;
  background-color: #E41C3D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.lid-hero-izq-sin-form .form-section .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
  cursor: pointer;
}
.lid-hero-izq-sin-form .form-section .inputs-list {
  list-style: none;
}
.lid-hero-izq-sin-form .form-section .hs-form-booleancheckbox-display {
  display: flex;
  align-items: start;
}
.lid-hero-izq-sin-form .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span, .lid-hero-izq-sin-form .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display a {
  color: #fff;
}
.lid-hero-izq-sin-form .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  gap: 5px;
}
.lid-hero-izq-sin-form .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  margin: 4px 0 0 0 !important;
}
@media (min-width: 768px) {
  .lid-hero-izq-sin-form .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .lid-hero-izq-sin-form .hero--contact-center {
    background-size: cover;
  }
  
  .lid-hero-izq-sin-form .hero--contact-center .hero__content {
    flex-direction: row;
    max-width: fit-content;
  }
  .lid-hero-izq-sin-form .hero--contact-center {
    max-height: fit-content;
  }
  
  .lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .lid-hero-izq-sin-form .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .lid-hero-izq-sin-form .hero--contact-center .hero__content .hero_form {
    max-width: 600px;
  }
  .lid-hero-izq-sin-form .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .lid-hero-izq-sin-form .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .lid-hero-izq-sin-form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .lid-hero-izq-sin-form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/* Boxes Blanco x5*/
.boxes-blanco-x5 .multiplicamos {
  padding: 64px 0;
}

.boxes-blanco-x5 .noticias-pagination {
  text-align: center;
}

.boxes-blanco-x5 .multiplicamos header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
.boxes-blanco-x5 .multiplicamos header h2 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #e41c3d;
  text-align: center;
}
.boxes-blanco-x5 .multiplicamos header p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
}
.boxes-blanco-x5 .multiplicamos .content::before {
  content: none;
}
.boxes-blanco-x5 .multiplicamos .content::after {
  content: none;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-body {
  padding: 20px;
  background-color: #eee;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-body h3 {
  font-size: 26px;
  color: #e41c3d;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-align: center;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-body p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-cta {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: fit-content;
  width: 100%;
  text-decoration: none;
}
.boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-cta span {
  color: #000;
}
@media (min-width: 696px) and (max-width: 768px) {
  .boxes-blanco-x5 .services-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .boxes-blanco-x5 .multiplicamos .services-grid .service-card {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .boxes-blanco-x5 .multiplicamos header {
    max-width: 768px;
    margin-inline: auto;
  }
  .boxes-blanco-x5 .multiplicamos header h2 {
    font-size: 40px;
    text-align: center;
  }
  .boxes-blanco-x5 .multiplicamos header p {
    font-size: 18px;
  }
  .boxes-blanco-x5 .multiplicamos .services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 40px;
    justify-content: center;
  }
  .boxes-blanco-x5 .multiplicamos .services-grid .service-card {
    max-width: 395px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .boxes-blanco-x5 .multiplicamos .services-grid .service-card .service-cta {
    margin-top: auto;
  }
}

/* KPI rojo x3*/

.kpi-rojo-x3 .transformacion-funnel {
  padding: 64px 0;
  background-color: #e41c3d;
  color: #fff;
}
.kpi-rojo-x3 .transformacion-funnel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.kpi-rojo-x3 .transformacion-funnel header {
  margin-bottom: 24px;
}
.kpi-rojo-x3 .transformacion-funnel header h2 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.kpi-rojo-x3 .transformacion-funnel header p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
.kpi-rojo-x3 .transformacion-funnel ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.kpi-rojo-x3 .transformacion-funnel ul li {
  width: 100%;
  padding: 20px;
  background-color: #20221f;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.kpi-rojo-x3 .transformacion-funnel ul li figure {
  max-width: 49px;
  width: 100%;
}
.kpi-rojo-x3 .transformacion-funnel ul .kpi-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kpi-rojo-x3 .transformacion-funnel ul .kpi-body h3, .kpi-rojo-x3 .transformacion-funnel ul .kpi-body p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.kpi-rojo-x3 .transformacion-funnel ul .kpi-body .kpi-percent {
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.kpi-rojo-x3 .transformacion-funnel ul .kpi-body .kpi-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 8px;
}
.kpi-rojo-x3 .transformacion-funnel .impact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.kpi-rojo-x3 .transformacion-funnel .impact-actions .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: fit-content;
  border: 1px solid;
}
.kpi-rojo-x3 .transformacion-funnel .impact-actions .btn.btn-primary {
  color: #e41c3d;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
}
.kpi-rojo-x3 .transformacion-funnel .impact-actions .btn.btn-outline {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.kpi-rojo-x3 .swiper-pagination-bullets.swiper-pagination-horizontal {
  max-width: fit-content;
  margin: 15px auto 0;
}
.kpi-rojo-x3 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #E41C3D;
}
@media (min-width: 1024px) {
  .kpi-rojo-x3 .transformacion-funnel header {
    margin-bottom: 32px;
  }
  .kpi-rojo-x3 .transformacion-funnel header h2 {
    text-align: center;
    font-size: 40px;
  }
  .kpi-rojo-x3 .transformacion-funnel header p {
    text-align: center;
    font-size: 18px;
  }
  .kpi-rojo-x3 .transformacion-funnel ul {
    margin-bottom: 32px;
  }
  .kpi-rojo-x3 .transformacion-funnel ul li {
    /*max-width: 410px; */
    max-width: calc( var(--card-size) - 24px );
    padding: 15px;
  }
  .kpi-rojo-x3 .transformacion-funnel ul .kpi-body h3, .kpi-rojo-x3 .transformacion-funnel ul .kpi-body p {
    line-height: 1;
    font-size: 26px;
  }
  .kpi-rojo-x3 .transformacion-funnel ul .kpi-body .kpi-percent {
    font-size: 56px;
    line-height: 1;
  }
}

/*Izq der con flecha*/
.izq-der-con-flecha .feature-showcase {
  padding: 64px 0;
}
.izq-der-con-flecha .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  max-height: 446px;
  border-radius: 30px 0;
}
.izq-der-con-flecha .feature-showcase__header {
  max-width: 768px;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.izq-der-con-flecha .feature-showcase-header__title {
  font-weight: 700;
}
.izq-der-con-flecha .feature-showcase-header__title {
  font-size: 30px;
  line-height: 150%;
}
.izq-der-con-flecha h2.feature-showcase-header__title {
  background: var(--color-h2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.izq-der-con-flecha span.feature-showcase-header__title {
  background: var(--color-span);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.izq-der-con-flecha .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.izq-der-con-flecha .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.izq-der-con-flecha .feature-showcase__media {
  order: 2;
}
.izq-der-con-flecha img.feature-showcase__arrow {
  display: none;
}
.izq-der-con-flecha .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.izq-der-con-flecha .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.izq-der-con-flecha .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.izq-der-con-flecha .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.izq-der-con-flecha .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.izq-der-con-flecha .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #e41c3d;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.izq-der-con-flecha .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.izq-der-con-flecha .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221f;
  color: #20221f;
}
.izq-der-con-flecha .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221f;
  color: #fff;
}
@media (min-width: 1024px) {
  .izq-der-con-flecha .feature-showcase-header__title {
    font-size: 40px;
  }
  .izq-der-con-flecha .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: center;
  }
  .izq-der-con-flecha .feature-showcase__media {
    order: 1;
    max-width: 600px;
    width: 100%;
  }
  .izq-der-con-flecha .feature-showcase__body {
    order: 2;
    max-width: 600px;
    width: 100%;
    position: relative;
  }
  .izq-der-con-flecha .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .izq-der-con-flecha .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .izq-der-con-flecha .feature-showcase__title {
    font-size: 40px;
  }
  .izq-der-con-flecha .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .izq-der-con-flecha img.feature-showcase__arrow {
    display: block;
    max-width: 230px;
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: -30%;
    z-index: -1;
  }
}

/*Beneficios x4 titulo*/
.beneficios-x4-titulo .caracteristicas {
  padding: 56px 0;
  background-color: #EEEEEE;
}
.beneficios-x4-titulo .caracteristicas img {
  max-width: 100%;
  height: auto;
  display: block;
}
.beneficios-x4-titulo .caracteristicas__title {
  margin-bottom: 48px;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0;
  background: -webkit-linear-gradient(#BEBEBE, #20221F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.beneficios-x4-titulo .caracteristicas__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.beneficios-x4-titulo .caracteristicas__cards {
  order: 1;
}
.beneficios-x4-titulo .caracteristicas__buttons {
  order: 2;
}
.beneficios-x4-titulo .caracteristicas__image {
  order: 3;
  max-width: 100%;
  width: 100%;
}
.beneficios-x4-titulo .caracteristicas__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 20px;
  width: 100%;
}
.beneficios-x4-titulo .caracteristicas__card {
  max-width: 100%;
  width: 100%;
  padding: 16px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.beneficios-x4-titulo .caracteristicas__card picture {
  display: block;
  max-width: 48px;
  width: 100%;
}
.beneficios-x4-titulo .caracteristicas__card-text {
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.beneficios-x4-titulo .caracteristicas__card-title {
  font-weight: 600;
  font-size: 20px;
}
.beneficios-x4-titulo .caracteristicas__buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.beneficios-x4-titulo .caracteristicas__button {
  font-family: "Exo", sans-serif;
  border: 1px solid #20221F;
  padding: 10px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  color: #20221F;
  text-decoration: none;
}
.beneficios-x4-titulo .caracteristicas__button:hover {
  background-color: #20221F;
  color: #fff;
}
.beneficios-x4-titulo .caracteristicas__button.red {
  font-weight: 600;
  border: 1px solid #E41C3D;
  background-color: #E41C3D;
  color: #fff;
}
.beneficios-x4-titulo .caracteristicas__button.red:hover {
  background-color: #fff;
  color: #E41C3D;
}
@media (min-width: 768px) {
  .beneficios-x4-titulo .caracteristicas {
    padding: 80px 0;
  }
  .beneficios-x4-titulo .caracteristicas__wrap {
    gap: 24px;
  }
  .beneficios-x4-titulo .caracteristicas__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
  .beneficios-x4-titulo .caracteristicas__card {
    padding: 18px;
    gap: 14px;
  }
  .beneficios-x4-titulo .caracteristicas__card-title {
    font-size: 22px;
  }
  .beneficios-x4-titulo .caracteristicas__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 32px;
  }
  .beneficios-x4-titulo .caracteristicas__button, .beneficios-x4-titulo .caracteristicas__button.red {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (min-width: 1024px) {
  .beneficios-x4-titulo .caracteristicas {
    padding: 112px 0;
  }
  .beneficios-x4-titulo .caracteristicas__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 24px;
    align-items: stretch;
  }
  .beneficios-x4-titulo .caracteristicas__cards {
    order: 1;
    max-width: 830px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
  }
  .beneficios-x4-titulo .caracteristicas__image {
    order: 2;
    max-width: 400px;
    width: 100%;
  }
  .beneficios-x4-titulo .caracteristicas__image img {
    height: 100%;
  }
  .beneficios-x4-titulo .caracteristicas__buttons {
    order: 3;
    margin-top: 46px;
    display: flex;
    gap: 16px;
  }
  .beneficios-x4-titulo .caracteristicas__card {
    max-width: 395px;
    padding: 20px;
    gap: 16px;
  }
  .beneficios-x4-titulo .caracteristicas__card-title {
    font-size: 24px;
  }
  .beneficios-x4-titulo .caracteristicas__button, .beneficios-x4-titulo .caracteristicas__button.red {
    padding: 12px 24px;
    font-size: 16px;
  }
}

/* FAQS */

:root {
  --faq-bg: #f0f0f0;
  /* gris del card grande */
  --faq-text: #2b2b2b;
  /* texto */
  --faq-muted: #20221F;
  /* párrafo */
  --faq-accent: #e21d38;
  /* rojo del título */
  --line: #cfcfcf;
  /* líneas divisorias */
  --radius-lg: 18px;
  /* ===== Wrapper ===== */
}
.faqs .faq {
  margin: 0;
  padding: 56px 0;
}
.faqs .faq .content {
  background: var(--faq-bg);
  border-radius: var(--radius-lg);
  padding: 40px 28px 28px;
  /* ===== Header ===== */
}
.faqs .faq-header {
  text-align: center;
  margin-bottom: 28px;
}
.faqs .faq-header .faq-title * {
  margin: 0 0 24px;
  font-size: 36px;
  background: -webkit-linear-gradient(#FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faqs .faq-subtitle * {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--faq-muted);
  /* ===== Items ===== */
}
.faqs .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faqs .faq-item {
  border-top: 2px solid var(--line);
  padding-top: 16px;
  margin-top: 16px;
}
.faqs .faq-item:last-child {
  border-bottom: 2px solid var(--line);
  padding-bottom: 16px;
  /* Quita el marcador por defecto del summary */
}
.faqs .faq-question::-webkit-details-marker {
  display: none;
  /* Summary como fila, con flecha a la derecha */
}
.faqs .faq-question {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: var(--faq-text);
  padding: 8px 0;
  position: relative;
  /* Flecha */
}
.faqs .faq-question .faq-toggle {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.faqs .faq-question .faq-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  /* flecha hacia abajo */
  transition: transform 0.25s ease;
  opacity: 0.8;
  /* Estado abierto: rota flecha */
}
.faqs .faq-item[open] .faq-question .faq-toggle::before {
  transform: rotate(-135deg);
  /* flecha hacia arriba */
  /* Cuerpo de la respuesta */
}
.faqs .faq-answer {
  padding: 8px 0 12px 0;
}
.faqs .faq-answer p {
  margin: 0;
  color: var(--faq-muted);
  line-height: 1.6;
  /* Máximo ancho legible (como en el mock) */
  max-width: 75ch;
}

/*Hero_Nosotros*/
.hero-nosotros .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.hero-nosotros .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-nosotros .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.hero-nosotros .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.hero-nosotros .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .hero-nosotros .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .hero-nosotros .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.hero-nosotros .hero--contact-center {
  /* max-height: 460px; */
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.hero-nosotros .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-nosotros .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-nosotros .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-nosotros .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.hero-nosotros .hero--contact-center .breadcrumbs {
  display: none;
}
.hero-nosotros .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-nosotros .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.hero-nosotros .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.hero-nosotros .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.hero-nosotros .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.hero-nosotros .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.hero-nosotros .hero--contact-center .content::before, .hero-nosotros .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .hero-nosotros .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .hero-nosotros .hero--contact-center {
    max-height: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .hero-nosotros .hero--contact-center .hero__content {
    max-width: 100%;
    width: 100%;
  }
  .hero-nosotros .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .hero-nosotros .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .hero-nosotros .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .hero-nosotros .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .hero-nosotros .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*izq_Der_Rojo*/

.izq-der-rojo .feature-showcase {
  padding: 64px 0;
  background-color: #E41C3D;
}
.izq-der-rojo .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.izq-der-rojo .feature-showcase * {
  font-family: 'Exo', serif;
}
.izq-der-rojo .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.izq-der-rojo .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
  /* padding: 30px */
  /* border-radius: 30px 0px; */
}
.izq-der-rojo .feature-showcase__media {
  order: 1;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
}
.izq-der-rojo .feature-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  /* mantiene proporción */
  object-fit: cover;
}
.izq-der-rojo .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #AB1832;
  padding: 30px;
  border-radius: 30px 0px;
}
.izq-der-rojo .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(0deg, #aeaeae, white 60%) text;
}
.izq-der-rojo .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #fff;
}
.izq-der-rojo .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.izq-der-rojo .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.izq-der-rojo .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.izq-der-rojo .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.izq-der-rojo .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.izq-der-rojo .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 480px) {
  .izq-der-rojo .feature-showcase__media {
    aspect-ratio: 2.5;
  }
  .izq-der-rojo .feature-showcase__media img {
    border-radius: 0px 30px;
  }
}
@media (min-width: 1024px) {
  .izq-der-rojo .feature-showcase__item {
    flex-direction: row;
    gap: 0px;
    align-items: center;
    background-color: #ab1832;
    border-radius: 30px 0px;
  }
  .izq-der-rojo .feature-showcase__media {
    width: 100%;
    aspect-ratio: auto;
  }
  .izq-der-rojo .feature-showcase__media img {
    border-radius: 30px 0px 0px 0px;
    height: 100%;
    max-height: 318px;
  }
  .izq-der-rojo .feature-showcase__media {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .izq-der-rojo .feature-showcase__body {
    width: 100%;
    order: 2;
    max-width: 50%;
    width: 100%;
  }
  .izq-der-rojo .feature-showcase__item:nth-of-type(even) .feature-showcase__image {
    border-radius: 0px 0px 30px 0px !important;
  }
  .izq-der-rojo .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .izq-der-rojo .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .izq-der-rojo .feature-showcase__title {
    font-size: 40px;
  }
  .izq-der-rojo .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
/*KPIs_x4_Blanco*/


/* 4 Pasos Circulo */

.cuatro-pasos-circulo {
  --brand: #E41C3D;
  --ink: #20221F;
  --muted: #6b6b6b;
  --bubble-size: 380px;
  /* diámetro */
  --overlap: 50px;
  /* cuanto se enciman */
  --radius: 999px;
}
.cuatro-pasos-circulo .steps {
  padding: 64px 20px;
  text-align: center;
  color: var(--ink);
}
.cuatro-pasos-circulo .steps__title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 32px;
  background: linear-gradient(to bottom, #BEBEBE, #20221F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cuatro-pasos-circulo .steps__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 56px;
}
.cuatro-pasos-circulo .steps__btn {
  display: inline-block;
  padding: 12px 22px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}
.cuatro-pasos-circulo .steps__btn--primary {
  background: var(--brand);
  color: #fff;
}
.cuatro-pasos-circulo .steps__btn--primary:hover {
  filter: brightness(0.92);
}
.cuatro-pasos-circulo .steps__btn--secondary {
  background: #fff;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
}
.cuatro-pasos-circulo .steps__btn--secondary:hover {
  background: #f6f6f6;
}
.cuatro-pasos-circulo .steps__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cuatro-pasos-circulo .steps__item {
  width: var(--bubble-size);
  position: relative;
}
.cuatro-pasos-circulo .steps__item + .steps__item {
  margin-left: calc(var(--overlap) * -1);
}
.cuatro-pasos-circulo .steps__bubble {
  width: var(--bubble-size);
  height: var(--bubble-size);
  background: #f6f6f6;
  border-radius: var(--radius);
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  /* que el hovered quede por encima de los demás */
}
.cuatro-pasos-circulo .steps__item {
  z-index: 1;
}
.cuatro-pasos-circulo .steps__item:hover {
  z-index: 5;
}
.cuatro-pasos-circulo .steps__item:hover .steps__bubble {
  background: var(--brand);
  color: #fff;
  z-index: 5;
  transform: translateY(-5px);
}
.cuatro-pasos-circulo .steps__icon {
  width: 48px;
  height: auto;
  margin-bottom: 16px;
}
.cuatro-pasos-circulo .steps__icon__hover {
  display: none;
}
.cuatro-pasos-circulo .steps__item:hover .steps__icon {
  display: none;
}
.cuatro-pasos-circulo .steps__item:hover .steps__icon__hover {
  display: block;
}
.cuatro-pasos-circulo .steps__label {
  font-size: 20px;
  font-weight: 700;
  margin: 12px 0;
  color: #B3001B;
  transition: color 0.3s ease;
}
.cuatro-pasos-circulo .steps__desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  z-index: 999;
}
.cuatro-pasos-circulo .steps__item:hover .steps__label, .cuatro-pasos-circulo .steps__item:hover .steps__desc {
  color: #fff;
  /* Responsivo: reducir tamaño y quitar overlap en pantallas pequeñas */
}
@media (max-width: 1280px) {
  .cuatro-pasos-circulo  {
    --bubble-size: 380px;
    --overlap: 50px;
  }
}
@media (max-width: 1024px) {
  .cuatro-pasos-circulo  {
    --bubble-size: 280px;
    --overlap: 50px;
  }
}
@media (max-width: 900px) {
  .cuatro-pasos-circulo  {
    --bubble-size: 100%;
    --overlap: 0px;
  }
  .cuatro-pasos-circulo .steps__row {
    flex-wrap: wrap;
    gap: -24px;
  }
  .cuatro-pasos-circulo .steps__item + .steps__item {
    margin-left: 0;
  }
}
/*Hero_Centrado_boton*/

.hero-centrado-boton .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.hero-centrado-boton .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-centrado-boton .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.hero-centrado-boton .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.hero-centrado-boton .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .hero-centrado-boton .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .hero-centrado-boton .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.hero-centrado-boton .hero--servicio {
  max-height: fit-content;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.hero-centrado-boton .hero--servicio .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-centrado-boton .hero--servicio .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-centrado-boton .hero--servicio .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-centrado-boton .hero--servicio .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero-centrado-boton .hero--servicio .content.contet__hero__centrdo {
  height: 100%;
  justify-content: center;
}
.hero-centrado-boton .hero--servicio .breadcrumbs {
  display: none;
}
.hero-centrado-boton .hero--servicio .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-centrado-boton .hero--servicio .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  /* font-family: "Exo", sans-serif; */
}
.hero-centrado-boton .hero--servicio .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  /* font-family: "Exo", sans-serif; */
  text-align: center;
}
.hero-centrado-boton .hero--servicio .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  /* font-family: "Exo", sans-serif; */
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.hero-centrado-boton .hero--servicio .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.hero-centrado-boton .hero--servicio .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.hero-centrado-boton .hero--servicio .content::before, .hero-centrado-boton .hero--servicio .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .hero-centrado-boton .hero--servicio {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .hero-centrado-boton .hero--servicio {
    max-height: 465px;
    height: 100vh;
    background-size: cover;
    background-position: 100%;
  }
  .hero-centrado-boton .hero--servicio .hero__content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-centrado-boton .hero--servicio .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .hero-centrado-boton .hero--servicio .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .hero-centrado-boton .hero--servicio .hero__content .hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-centrado-boton .hero--servicio .breadcrumbs {
    display: flex;
  }
  .hero-centrado-boton .hero--servicio .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .hero-centrado-boton .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .hero-centrado-boton .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/* 4 Pasos Linea */

.cuatro-pasos-linea .service-quality {
  padding: 64px 0;
}
.cuatro-pasos-linea .service-quality img {
  max-width: 100%;
  height: auto;
  display: block;
}
.cuatro-pasos-linea .service-quality .service-quality__header {
  margin-bottom: 32px;
  width: 100%;
}
.cuatro-pasos-linea .service-quality .service-quality__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.cuatro-pasos-linea .service-quality .service-quality__actions {
  display: flex;
  gap: 16px;
}
.cuatro-pasos-linea .service-quality .service-quality__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
  /* .service-quality .service-quality__btn:hover{
} */
}
.cuatro-pasos-linea .service-quality .service-quality__btn.service-quality__btn--primary {
  color: #fff;
  background-color: #e41c3d;
  font-size: 16px;
  font-weight: 600;
}
.cuatro-pasos-linea .service-quality .service-quality__btn.service-quality__btn--primary:hover {
  color: #e41c3d;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.cuatro-pasos-linea .service-quality .service-quality__btn.service-quality__btn--ghost {
  border: 1px solid #20221f;
  font-size: 16px;
  color: #20221f;
}
.cuatro-pasos-linea .service-quality .service-quality__btn.service-quality__btn--ghost:hover {
  color: #fff;
  background-color: #20221f;
}
.cuatro-pasos-linea .service-quality .service-quality__timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cuatro-pasos-linea .service-quality .service-quality__item {
  display: flex;
  gap: 35px;
  align-items: start;
  max-height: 165px;
  height: 100vh;
}
.cuatro-pasos-linea .service-quality .service-quality__item .service-quality__icon-wrap {
  position: relative;
  max-width: 49px;
  width: 100%;
}
.cuatro-pasos-linea .service-quality__icon-wrap::after {
  content: "";
  position: absolute;
  top: 116%;
  /* pushes it below the icon */
  left: 50%;
  /* centers it horizontally */
  transform: translateX(-50%);
  width: 2px;
  height: 100px;
  /* adjust to match spacing */
  background-color: #000;
  /* remove the line from the last item */
}
.cuatro-pasos-linea .service-quality__item:last-child .service-quality__icon-wrap::after {
  content: none;
}
.cuatro-pasos-linea .service-quality__subtitle {
  font-size: 16px;
  color: #ab1832;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cuatro-pasos-linea .service-quality__text {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .cuatro-pasos-linea .service-quality {
    padding: 112px 0;
  }
  .cuatro-pasos-linea .service-quality__grid {
    display: flex;
    gap: 80px;
    align-items: start;
  }
  .cuatro-pasos-linea .service-quality .service-quality__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .cuatro-pasos-linea .service-quality__features {
    max-width: 600px;
    width: 100%;
  }
  .cuatro-pasos-linea .service-quality__subtitle {
    font-size: 18px;
  }
  .cuatro-pasos-linea .service-quality__text {
    font-size: 16px;
  }
}


/* ===== Base ===== */
.noticias-block {
  padding: 112px 0;
}

.noticias-block img {
  max-width: 100%;
  height: auto;
  display: block;
}

.noticias-block__title {
  margin-bottom: 54px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(to bottom, #BEBEBE, #20221F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.noticias-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  &.swiper-wrapper {
    /*gap: 20px;*/
    /*flex-wrap: wrap;*/
  }
}

.noticias-block__item {
  position: relative;
  max-width: 405px;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.noticias-block__wrapper .swiper-slide {
  height: auto;
  display: flex;
}

.noticias-block__picture {
  display: block;
  width: 100%;
}

.noticias-block__picture img {
  width: 100%;
  /*height: 246px;
  object-fit: cover;*/
  height: auto;
  object-fit: fill;
}

.noticias-block__body {
  background-color: #20221f;
  color: #fff;
  padding: 35px 29px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.noticias-block__body p {
  font-family: "Exo", sans-serif;
  /*font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;*/
}

.noticias-block__category {
  color: #E41C3D;
  font-weight: 600;
}

.noticias-block__post-title {
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
}

.noticias-block__link {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  margin-top: auto;
}

/* Button */
.noticias-block__btn {
  display: block;
  max-width: fit-content;
  margin: 80px auto 0;
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E41C3D;
  border: 1px solid #E41C3D;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}

.noticias-block__btn:hover {
  background-color: #fff;
  color: #E41C3D;
}

/* Swiper pagination */
.noticias-block__pagination {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet-active {
  background-color: #E41C3D;
}

@media (min-width: 1024px) {
  .noticias-block__item {
    max-width: 30%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .noticias-block__wrapper .swiper-slide {
    max-width: 50%;
  }
}
/* ===== Tablet & Down ===== */
@media (min-width: 768px) {
  .noticias-block__list {
    display: flex; /* Swiper takes over */
    gap: 0;
  }

  .noticias-block__pagination {
    display: none;
  }

  .noticias-block__picture {
    min-height: 246px;
  }
  .noticias-block__picture img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}
@media (max-width: 768px) {
  .noticias-block__wrapper .swiper-slide {
    max-width: 100%;
  }
}



/*pen-sep-25-Blogs x3*/

.pen-sep-25-Blogs_x3 .noticias-block {
  padding: 112px 0;
}
.pen-sep-25-Blogs_x3 .noticias-block img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Blogs_x3 .noticias-block__title {
  margin-bottom: 54px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(to bottom, #BEBEBE, #20221F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Blogs_x3 .noticias-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

.pen-sep-25-Blogs_x3 .noticias-block__item {
  position: relative;
  max-width: 405px;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pen-sep-25-Blogs_x3 .noticias-block__wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.pen-sep-25-Blogs_x3 .noticias-block__picture {
  display: block;
  width: 100%;
}
.pen-sep-25-Blogs_x3 .noticias-block__picture img {
  width: 100%;
  /*height: 246px;
  object-fit: cover;*/
  height: auto;
  object-fit: fill;
}
.pen-sep-25-Blogs_x3 .noticias-block__body {
  background-color: #20221f;
  color: #fff;
  padding: 35px 29px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.pen-sep-25-Blogs_x3 .noticias-block__body p {
  font-family: "Exo", sans-serif;
  /*font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;*/
}
.pen-sep-25-Blogs_x3 .noticias-block__category {
  color: #E41C3D;
  font-weight: 600;
}
.pen-sep-25-Blogs_x3 .noticias-block__post-title {
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
}
.pen-sep-25-Blogs_x3 .noticias-block__link {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  margin-top: auto;
  /* Button */
}
.pen-sep-25-Blogs_x3 .noticias-block__btn {
  display: block;
  max-width: fit-content;
  margin: 80px auto 0;
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E41C3D;
  border: 1px solid #E41C3D;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.pen-sep-25-Blogs_x3 .noticias-block__btn:hover {
  background-color: #fff;
  color: #E41C3D;
  /* Swiper pagination */
}
.pen-sep-25-Blogs_x3 .noticias-block__pagination {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pen-sep-25-Blogs_x3 .swiper-pagination-bullet-active {
  background-color: #E41C3D;
}
@media (min-width: 1024px) {
  .pen-sep-25-Blogs_x3 .noticias-block__item {
    max-width: 30%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* ===== Tablet & Down ===== */
  .pen-sep-25-Blogs_x3 .noticias-block__wrapper .swiper-slide {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .pen-sep-25-Blogs_x3 .noticias-block__list {
    display: flex;
    /* Swiper takes over */
    gap: 0;
  }
  .pen-sep-25-Blogs_x3 .noticias-block__pagination {
    display: none;
  }
  .pen-sep-25-Blogs_x3 .noticias-block__picture {
    min-height: 246px;
  }
  .pen-sep-25-Blogs_x3 .noticias-block__picture img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}
@media (max-width: 768px) {
  .pen-sep-25-Blogs_x3 .noticias-block__wrapper .swiper-slide {
    max-width: 100%;
  }
}

/*pen-sep-25-Blogs x6*/

.pen-sep-25-Blogs_x6 .noticias-block {
  padding: 112px 0;
}
.pen-sep-25-Blogs_x6 .noticias-block img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Blogs_x6 .noticias-block__title {
  display: inline;
  margin-bottom: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #000;
}
.pen-sep-25-Blogs_x6 .noticias-block__subtitle {
  display: inline;
  margin-bottom: 54px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Blogs_x6 .noticias-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 32px;
}
.pen-sep-25-Blogs_x6 .noticias-block__item {
  position: relative;
  max-width: 416px;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pen-sep-25-Blogs_x6 .noticias-block__wrapper {
  margin: 50px 0 0;
}
.pen-sep-25-Blogs_x6 .noticias-block__wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.pen-sep-25-Blogs_x6 .noticias-block__picture {
  display: block;
  width: 100%;
}
.pen-sep-25-Blogs_x6 .noticias-block__picture img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}
.pen-sep-25-Blogs_x6 .noticias-block__body {
  background-color: #20221f;
  color: #fff;
  padding: 35px 29px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.pen-sep-25-Blogs_x6 .noticias-block__body p {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.pen-sep-25-Blogs_x6 p.noticias-block__category {
  color: #E41C3D;
  font-weight: 600;
}
.pen-sep-25-Blogs_x6 .noticias-block__post-title {
  color: #fff;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
}
.pen-sep-25-Blogs_x6 .noticias-block__link {
  display: block;
  max-width: fit-content;
  margin: auto 0 0;
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E41C3D;
  border: 1px solid #E41C3D;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.pen-sep-25-Blogs_x6 .noticias-block__link:hover {
  background: #fff;
  color: #E41C3D;
}
.pen-sep-25-Blogs_x6 .noticias-block__btn {
  display: block;
  max-width: fit-content;
  margin: 80px auto 0;
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E41C3D;
  border: 1px solid #E41C3D;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.pen-sep-25-Blogs_x6 .noticias-block__btn:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Blogs_x6 .noticias-block__pagination {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pen-sep-25-Blogs_x6 .swiper-pagination-bullet-active {
  background-color: #E41C3D;
}
@media (max-width: 768px) {
  .pen-sep-25-Blogs_x6 .noticias-block__list {
    display: flex;
    gap: 30px;
  }
  .pen-sep-25-Blogs_x6 .noticias-block__pagination {
    display: none;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Blogs_x6 .noticias-block__item {
    max-width: calc((100% / 3) - 25px);
  }
  .pen-sep-25-Blogs_x6 .noticias-block__subtitle, .pen-sep-25-Blogs_x6 .noticias-block__title {
    font-size: 46px;
    display: block;
  }
}

/*pen-sep-25-Boxes Blanco x4*/
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos {
  padding: 64px 0;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos * {
  font-family: "Exo", serif;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos header h2, .pen-sep-25-Boxes_Blanco_x4 .multiplicamos header span {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #e41c3d;
  text-align: center;
  background: -webkit-linear-gradient(#FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos header span {
  font-weight: 700;
  /* only what's different */
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos header p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .content::before {
  content: none;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .content::after {
  content: none;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card img {
  display: block;
  max-width: 100%;
  height: 172px;
  object-fit: cover;
  width: 100%;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-body {
  padding: 20px;
  background-color: #eee;
  height: 100%;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-body h3 {
  font-size: 26px;
  color: #e41c3d;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-align: center;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-body p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-cta {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: fit-content;
  width: 100%;
  text-decoration: none;
}
.pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-cta span {
  color: #000;
}
@media (max-width: 480px) {
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card {
    max-width: 49%;
  }
}
@media (min-width: 1024px) {
  /*# sourceMappingURL=module.css.map */
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos header {
    max-width: 768px;
    margin-inline: auto;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos header h2, .pen-sep-25-Boxes_Blanco_x4 .multiplicamos header span {
    font-size: 40px;
    text-align: center;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos header p {
    font-size: 16px;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 40px;
    flex-wrap: wrap;
    align-items: strech;
    justify-content: center;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card {
    /*max-width: 284px;*/
    max-width: calc( var(--card-size) - 40px );
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-cta {
    margin-top: auto;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-body {
    display: flex;
    flex-direction: column;
  }
  .pen-sep-25-Boxes_Blanco_x4 .multiplicamos .services-grid .service-card .service-desc {
    margin-bottom: 12px;
  }
}


/*pen-sep-25-Boxes negras x4*/
.pen-sep-25-Boxes_negras_x4 .ai-solutions {
  background-color: #E41C3D;
  padding: 100px 0;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions * {
  font-family: 'Exo', serif;
  color: #fff;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__header {
  margin-bottom: 48px;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__title {
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__grid {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__item {
  background-color: #20221F;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__name {
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 12px;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__icon {
  max-width: 48px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__desc {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__cta {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.pen-sep-25-Boxes_negras_x4 .ai-solutions__cta-text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__header {
    max-width: 768px;
    width: 100%;
    margin: 0 auto 80px;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__title {
    font-size: 40px;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__grid {
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__item {
    max-width: 276px;
    width: auto;
    /*max-height: 320px;*/
    height: auto;
    padding: 30px 15px 45px;
    display: flex;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__name {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__desc {
    margin-bottom: 32px;
  }
  .pen-sep-25-Boxes_negras_x4 .ai-solutions__cta {
    margin-top: auto;
  }
}

/*pen-sep-25-Boxes Negro x3*/
.pen-sep-25-Boxes_Negro_x3 .servicios-block {
  padding: 56px 0;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block .servicios-block__content {
  padding: 32px 20px;
  background-color: #20221F;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #fff;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__head {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 32px;
  text-align: center;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__title {
  font-size: 34px;
  line-height: 120%;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__subtitle {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 0.5em;
  background: linear-gradient(to bottom, #FFFFFF, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__description {
  font-size: 16px;
  line-height: 150%;
  padding: 0 8px;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card {
  background-color: #fff;
  border-radius: 30px;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card h3 {
  color: #20221F;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card-text {
  font-size: 16px;
  line-height: 150%;
  color: #20221F;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card-img {
  max-width: 56px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card-link {
  display: block;
  width: max-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #E41C3D;
  border: 1px solid #E41C3D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pen-sep-25-Boxes_Negro_x3 .servicios-block__card-link:hover {
  background-color: #fff;
  color: #E41C3D;
  /* ===== Tablet ≥768px ===== */
}
@media (min-width: 768px) {
  /* ===== Desktop ≥1024px ===== */
  .pen-sep-25-Boxes_Negro_x3 .servicios-block {
    padding: 88px 0;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block .servicios-block__content {
    padding: 48px 40px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__head {
    margin-bottom: 44px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__title {
    font-size: 44px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__subtitle {
    font-size: 32px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__description {
    font-size: 17px;
    padding: 0 10px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card {
    padding: 18px 18px 28px;
    gap: 18px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card h3 {
    font-size: 22px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card-img {
    max-width: 60px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card-link {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Boxes_Negro_x3 .servicios-block {
    padding: 112px 0;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block .servicios-block__content {
    padding: 53px 90px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__head {
    max-width: 768px;
    margin-bottom: 60px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__title {
    font-size: 58px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__subtitle {
    font-size: 40px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__description {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card {
    padding: 20px 20px 35px;
    gap: 24px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card-img {
    max-width: 64px;
  }
  .pen-sep-25-Boxes_Negro_x3 .servicios-block__card-link {
    padding: 12px 24px;
    margin-top: auto;
  }
}

/*pen-sep-25-Bullets mas Imagen*/
.pen-sep-25-Bullets_mas_Imagen .transformando-block {
  padding: 56px 0;
  background-color: #E41C3D;
  color: #fff;
  font-family: 'Exo', sans-serif;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block * {
  font-family: 'Exo', sans-serif;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__image {
  max-width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__text {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 0.5em;
  background: linear-gradient(175deg, #fff 0, #999 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__description {
  font-size: 16px;
  line-height: 150%;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__list-item {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__list-item p {
  text-align: left;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__buttons {
  display: flex;
  gap: 12px;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__button {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__button:hover {
  color: #e61c3d;
  font-weight: 700;
  background-color: #fff;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__button.black {
  border: none;
  border: 1px solid #000;
  background-color: #000;
  font-weight: 600;
  transition: 0.3s;
}
.pen-sep-25-Bullets_mas_Imagen .transformando-block__button.black:hover {
  color: #000;
  background-color: #fff;
  /* ===== Tablet ≥768px ===== */
}
@media (min-width: 768px) {
  /* ===== Desktop ≥1024px ===== */
  .pen-sep-25-Bullets_mas_Imagen .transformando-block {
    padding: 80px 0;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__title {
    font-size: 36px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__description {
    font-size: 17px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__text {
    gap: 28px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__buttons {
    flex-direction: row;
    justify-content: center;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__list-item {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Bullets_mas_Imagen .transformando-block {
    padding: 112px 0;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__image {
    max-width: 600px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__text {
    max-width: 600px;
    align-items: flex-start;
    gap: 32px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__title {
    font-size: 46px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__description {
    font-size: 18px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__list-item {
    justify-content: flex-start;
    gap: 16px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__buttons {
    gap: 16px;
  }
  .pen-sep-25-Bullets_mas_Imagen .transformando-block__button {
    font-size: 16px;
    padding: 12px 24px;
  }
}


/*pen-sep-25-cai-Hero*/
.pen-sep-25-cai-Hero .hero--contact-center {
  max-height: 460px;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-image: var(--bg-mob);
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pen-sep-25-cai-Hero .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.pen-sep-25-cai-Hero .hero--contact-center .breadcrumbs {
  display: none;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  background: -webkit-linear-gradient(#fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.pen-sep-25-cai-Hero .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.pen-sep-25-cai-Hero .hero--contact-center .content::before, .pen-sep-25-cai-Hero .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 1024px) {
  .pen-sep-25-cai-Hero .hero--contact-center {
    max-height: 608px;
    height: 100vh;
    background-size: cover;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-cai-Hero .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-cai-Hero .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}


/*pen-sep-25-Carrousel horizontal*/
.pen-sep-25-Carrousel_horizontal .logos-swiper {
  background: #EEEEEE;
  padding: 80px 0 50px;
}
.pen-sep-25-Carrousel_horizontal .logos-swiper__title {
  font-family: 'Exo', sans-serif;
  text-align: center;
  margin: 0 0 48px;
  font-weight: 800;
  font-size: 40px;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Carrousel_horizontal .logos-swiper__container {
  padding-inline: 16px;
}
.pen-sep-25-Carrousel_horizontal .logos-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pen-sep-25-Carrousel_horizontal .logos-swiper__logo {
  height: auto;
  width: 100%;
  max-width: 150px;
  object-fit: contain;
  display: block;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.pen-sep-25-Carrousel_horizontal .logos-swiper__logo:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}
@media (min-width: 767px) {
  .pen-sep-25-Carrousel_horizontal .logos-swiper {
    padding: 80px 0;
  }
  .pen-sep-25-Carrousel_horizontal .logos-swiper__logo {
      width: auto;
  }
}

/*pen-sep-25-Carrousel_hor_back_title*/
.pen-sep-25-Carrousel_hor_back_title .logos-swiper {
  background: #EEEEEE;
  padding: 80px 0;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__title {
  font-family: 'Exo', sans-serif;
  text-align: center;
  margin: 0 0 48px;
  font-weight: 800;
  font-size: 40px;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__title.blak_title {
  color: #20221F;
  background: none;
  -webkit-text-fill-color: unset;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__container {
  padding-inline: 16px;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__logo {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.pen-sep-25-Carrousel_hor_back_title .logos-swiper__logo:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

@media (min-width: 767px) {
  .pen-sep-25-Carrousel_hor_back_title .logos-swiper__logo {
    width: auto;
  }
}


/*pen-sep-25-Carrousel_hor_sin_title*/
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper {
  background: #EEEEEE;
  padding: 80px 0;
}
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper__title {
  font-family: 'Exo', sans-serif;
  text-align: center;
  margin: 0 0 48px;
  font-weight: 800;
  font-size: 40px;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper__container {
  padding-inline: 16px;
}
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper__logo {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.pen-sep-25-Carrousel_hor_sin_title .logos-swiper__logo:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}
@media (min-width: 767px) {
  .pen-sep-25-Carrousel_hor_sin_title .logos-swiper__logo {
    width: auto;
  }
}


/*pen-sep-25-Casos de Éxito x3*/
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito {
  padding: 24px 0;
  background-color: #eee;
  font-family: 'Exo', sans-serif;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito * {
  font-family: 'exo', serif;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title {
  margin-bottom: 20px;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title h2 {
  text-align: center;
  font-size: 28px;
  line-height: 120%;
  color: #000;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title p {
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-head {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-type {
  color: #AB1832;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-desc {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-autor {
  display: flex;
  padding: 12px 0 8px;
  gap: 12px;
  align-items: center;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-autor picture {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__autor-name {
  font-weight: 600;
  line-height: 150%;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-image {
  max-height: 140px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-image img {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito {
    padding: 30px 0;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title {
    margin-bottom: 28px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title h2 {
    font-size: 36px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title p {
    font-size: 28px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-head {
    padding: 18px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-title {
    font-size: 22px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-desc {
    font-size: 15px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-type {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito {
    padding: 34px 0;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title {
    margin-bottom: 35px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title h2 {
    font-size: 46px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__title p {
    font-size: 46px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__cards {
    display: flex;
    gap: 32px;
    justify-content: space-around;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card {
    max-width: 405px;
    display: flex;
    flex-direction: column;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-head {
    padding: 20px 20px 24px;
    gap: 8px;
    flex: 1;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-type {
    font-size: 16px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-title {
    font-size: 24px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-desc {
    font-size: 16px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-autor {
    padding: 15px 0 10px;
    gap: 16px;
    margin-top: auto;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-autor picture {
    width: 48px;
    height: 48px;
  }
  .pen-sep-25-Casos_de_exito_x3 .casos-de-exito__card-image {
    max-height: 160px;
    margin-top: auto;
  }
}

/*pen-sep-25-cc-Hero izq sin form*/
.pen-sep-25-cc-Hero_izq_sin_form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.pen-sep-25-cc-Hero_izq_sin_form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pen-sep-25-cc-Hero_izq_sin_form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.pen-sep-25-cc-Hero_izq_sin_form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pen-sep-25-cc-Hero_izq_sin_form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .pen-sep-25-cc-Hero_izq_sin_form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center {
  max-height: fit-content;
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs {
  display: none;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .content::before, .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .content::after {
  content: none !important;
}
@media (max-width: 480px) {
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center {
    max-height: 608px;
    height: 100vh;
    background-size: cover;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__separator, .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link, .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-cc-Hero_izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*CR_Hero_lado_a_lado*/
.Pen-Sep-25-CR_Hero_lado_a_lado .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen-Sep-25-CR_Hero_lado_a_lado .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .bg-video-mov {
    display: block;
    height: 100%;
  }
}
@media (min-width: 481px) {
  .Pen-Sep-25-CR_Hero_lado_a_lado .video-background-container {
    height: 100vh;
    max-height: fit-content;
  }
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center {
  max-height: fit-content;
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .descript_hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .content::before, .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center {
    height: 100vh;
    max-height: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .hero_title_h1 {
    width: 100%;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen-Sep-25-CR_Hero_lado_a_lado .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*pen-sep-25-cta botones x2*/
.pen-sep-25-cta_botones_x2 .footer-cta * {
  font-family: 'Exo', serif;
}
.pen-sep-25-cta_botones_x2 .footer-cta {
  padding: 64px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--img-bg);
}
.pen-sep-25-cta_botones_x2 .footer-cta__content {
  display: flex;
  flex-direction: column;
}
.pen-sep-25-cta_botones_x2 .footer-cta__title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 12px;
}
.pen-sep-25-cta_botones_x2 .footer-cta__subtitle {
  font-size: 16px;
  line-height: 150%;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions .btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 12px 24px;
  max-width: fit-content;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions .btn.btn--primary {
  background-color: #E41C3D;
  font-weight: 700;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions .btn.btn--primary:hover {
  color: #E41C3D;
  background-color: #fff;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions .btn.btn--ghost {
  border: 1px solid #fff;
}
.pen-sep-25-cta_botones_x2 .footer-cta__actions .btn.btn--ghost:hover {
  background-color: #E41C3D;
}
@media (min-width: 1024px) {
  .pen-sep-25-cta_botones_x2 .footer-cta {
    padding: 112px 0;
    background-position: 100% 70%;
  }
  .pen-sep-25-cta_botones_x2 .footer-cta__content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 32px;
    justify-content: space-between;
  }
  .pen-sep-25-cta_botones_x2 .footer-cta__text {
    max-width: 940px;
    width: 100%;
  }
  .pen-sep-25-cta_botones_x2 .footer-cta__title {
    font-size: 40px;
  }
  .pen-sep-25-cta_botones_x2 .footer-cta__subtitle {
    order: 3;
    font-size: 18px;
  }
  .pen-sep-25-cta_botones_x2 .footer-cta__actions {
    order: 2;
  }
}

/*pen-sep-25-FAQS*/
.faqs :root {
  --faq-bg: #f0f0f0;
  --faq-text: #2b2b2b;
  --faq-muted: #20221F;
  --faq-accent: #e21d38;
  --line: #cfcfcf;
  --radius-lg: 18px;
}
.faqs .faqs .faq {
  margin: 0;
  padding: 56px 0;
}
.faqs .faqs .faq .content {
  background: var(--faq-bg);
  border-radius: var(--radius-lg);
  padding: 40px 28px 28px;
}
.faqs .faqs .faq-header {
  text-align: center;
  margin-bottom: 28px;
}
.faqs .faqs .faq-header .faq-title * {
  margin: 0 0 24px;
  font-size: 36px;
  background: -webkit-linear-gradient(#FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faqs .faqs .faq-subtitle * {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--faq-muted);
}
.faqs .faqs .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faqs .faqs .faq-item {
  border-top: 2px solid var(--line);
  padding-top: 16px;
  margin-top: 16px;
}
.faqs .faqs .faq-item:last-child {
  border-bottom: 2px solid var(--line);
  padding-bottom: 16px;
}
.faqs .faqs .faq-question::-webkit-details-marker {
  display: none;
}
.faqs .faqs .faq-question {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: var(--faq-text);
  padding: 8px 0;
  position: relative;
}
.faqs .faqs .faq-question .faq-toggle {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.faqs .faqs .faq-question .faq-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  opacity: 0.8;
}
.faqs .faqs .faq-item[open] .faq-question .faq-toggle::before {
  transform: rotate(-135deg);
}
.faqs .faqs .faq-answer {
  padding: 8px 0 12px 0;
}
.faqs .faqs .faq-answer p {
  margin: 0;
  color: var(--faq-muted);
  line-height: 1.6;
  max-width: 75ch;
}

/*pen-sep-25-Form centrado*/
.pen-sep-25-Form_centrado .form_centrado * {
  font-family: Exo, serif;
}
.pen-sep-25-Form_centrado .form_centrado {
  padding: 112px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.pen-sep-25-Form_centrado .form_centrado .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.pen-sep-25-Form_centrado .form_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  background: linear-gradient(to bottom, #fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Form_centrado .form_subtitle * {
  font-family: Lato, serif;
}
.pen-sep-25-Form_centrado .form_subtitle {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.pen-sep-25-Form_centrado .form_container form {
  display: flex;
  align-items: center;
  gap: 50px;
}
.pen-sep-25-Form_centrado .form_container .hs-input {
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #CED4DA;
  border-radius: 8px;
  font-family: Lato, serif;
  max-width: 320px;
  width: 100%;
}
.pen-sep-25-Form_centrado .form_container .hs-form-field {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.pen-sep-25-Form_centrado .form_container .hs-form-field label {
  display: none;
}
.pen-sep-25-Form_centrado .form_container .hs-button.primary {
  max-width: fit-content;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  background-color: #E41C3D;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 1px solid #E41C3D;
  font-weight: 600;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pen-sep-25-Form_centrado .form_container .hs-button.primary:hover {
  color: #E41C3D;
  background-color: #fff;
}


/*pen-sep-25-Form Foto Bullets*/
.pen-sep-25-Form_Foto_Bullets .form-section {
  padding: 64px 0;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image) center/cover no-repeat;
  font-family: 'Exo', sans-serif;
}
.pen-sep-25-Form_Foto_Bullets .form-section * {
  font-family: 'Exo', sans-serif;
}
.pen-sep-25-Form_Foto_Bullets .form-section__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.pen-sep-25-Form_Foto_Bullets .form-section__text, .pen-sep-25-Form_Foto_Bullets .form-section__form {
  width: 100%;
  max-width: 600px;
  flex-grow: 1;
}
.pen-sep-25-Form_Foto_Bullets .form-section__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-Form_Foto_Bullets .form-section__title {
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #fff 40%, #999 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen-sep-25-Form_Foto_Bullets .form-section__description {
  font-size: 18px;
  line-height: 150%;
}
.pen-sep-25-Form_Foto_Bullets .form-section__list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
.pen-sep-25-Form_Foto_Bullets .form-section__list-item {
  font-size: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.pen-sep-25-Form_Foto_Bullets .form-section form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.pen-sep-25-Form_Foto_Bullets .form-section .hs-input[type="text"], .pen-sep-25-Form_Foto_Bullets .form-section .hs-input[type="email"], .pen-sep-25-Form_Foto_Bullets .form-section .hs-input[type="tel"], .pen-sep-25-Form_Foto_Bullets .form-section select {
  width: 100%;
  border-radius: 15px;
  padding: 12px;
}
.pen-sep-25-Form_Foto_Bullets .form-section .hs-button {
  padding: 12px 24px;
  background-color: #E41C3D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.pen-sep-25-Form_Foto_Bullets .form-section .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
  cursor: pointer;
}
.pen-sep-25-Form_Foto_Bullets .form-section .inputs-list {
  list-style: none;
}
.pen-sep-25-Form_Foto_Bullets .form-section .hs-form-booleancheckbox-display {
  display: flex;
  align-items: start;
}
.pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span, .pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display a {
  color: #fff;
}
.pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  gap: 5px;
}
.pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  margin: 4px 0 0 0 !important;
}
@media (min-width: 768px) {
  .pen-sep-25-Form_Foto_Bullets .form-section__title {
    font-size: 42px;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section__description {
    font-size: 19px;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    gap: 5px;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
    margin: 4px 0 0 0 !important;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Form_Foto_Bullets .form-section {
    padding: 112px 0;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section__content {
    flex-direction: row;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section__title {
    font-size: 46px;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    gap: 10px;
  }
  .pen-sep-25-Form_Foto_Bullets .form-section .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
    margin: 4px 0 0 0 !important;
  }
}

/*pen-sep-25-Form Negro*/
.pen-sep-25-Form_Negro .contactanos {
  padding: 64px 0;
  background-color: #20221F;
  color: #fff;
  background-image: url("https://7462595.fs1.hubspotusercontent-na1.net/hubfs/7462595/sitio_web_2025/Form%20Negro.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}
.pen-sep-25-Form_Negro .contactanos * {
  font-family: "Exo", serif;
}
.pen-sep-25-Form_Negro .contactanos .contact-grid {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.pen-sep-25-Form_Negro .contactanos .contact-info {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Negro .contactanos .contact-info #contact-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.pen-sep-25-Form_Negro .contactanos .contact-info .contact-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Form_Negro .contactanos .contact-form {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Negro .contactanos .contact-form .hs-form {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
}
.pen-sep-25-Form_Negro .contactanos .contact-form .hs-input {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  border-color: #CED4DA;
  border: 1px solid #CED4DA;
}
.pen-sep-25-Form_Negro .contactanos .contact-form .inputs-list {
  list-style: none;
}
.pen-sep-25-Form_Negro .contactanos .contact-form .hs-form-booleancheckbox-display .hs-input {
  margin-right: 14px;
  border-radius: 4px;
  border: 1px solid #ADB5BD;
}
.pen-sep-25-Form_Negro .contactanos .contact-form .hs-button {
  display: block;
  line-height: 150%;
  padding: 12px 24px;
  background-color: #E41C3D;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #E41C3D;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pen-sep-25-Form_Negro .contactanos .contact-form .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Form_Negro .contactanos .contact-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 32px;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .contact-row.contact-phone {
  align-items: center;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .contact-row.contact-phone .contact-link {
  text-decoration: underline;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .contact-link {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: inherit;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .email-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pen-sep-25-Form_Negro .contactanos .contact-block .email-list .email-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  /*# sourceMappingURL=module.css.map */
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input .hs-input, .pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 1rem;
  box-sizing: border-box;
}
.pen-sep-25-Form_Negro form .form-columns-1 {
  margin: 0 0 20px !important;
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input input {
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input select {
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input textarea {
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-2 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px !important;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input input {
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input select {
  width: 100% !important;
}
.pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input textarea {
  width: 100% !important;
  /* Politicas */
}
.pen-sep-25-Form_Negro form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pen-sep-25-Form_Negro form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin: 4px 0 0 0 !important;
}
.pen-sep-25-Form_Negro form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span * {
  font-size: 0.9rem;
  color: #fff;
}
@media (min-width: 481px) {
  .pen-sep-25-Form_Negro form .form-columns-1 {
    max-width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field {
    width: 100%;
  }
  .pen-sep-25-Form_Negro form .form-columns-1 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
  }
  .pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input select {
    width: 100% !important;
  }
  .pen-sep-25-Form_Negro form .form-columns-2 .hs-form-field .input textarea {
    width: 100% !important;
  }
}

/*pen-sep-25-Form Negro sin info*/
.pen-sep-25-Form_Negro_sin_info .contactanos {
  padding: 64px 0;
  background-color: #20221F;
  color: #fff;
}
.pen-sep-25-Form_Negro_sin_info .contactanos * {
  font-family: "Exo", serif;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-grid {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-info {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-info #contact-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-info .contact-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .hs-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .hs-input {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  border-color: #CED4DA;
  border: 1px solid #CED4DA;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .inputs-list {
  list-style: none;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .hs-form-booleancheckbox-display .hs-input {
  margin-right: 14px;
  border-radius: 4px;
  border: 1px solid #ADB5BD;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .hs-button {
  display: block;
  line-height: 150%;
  padding: 12px 24px;
  background-color: #E41C3D;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #E41C3D;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-form .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 32px;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .contact-row.contact-phone {
  align-items: center;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .contact-row.contact-phone .contact-link {
  text-decoration: underline;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .contact-link {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: inherit;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .email-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pen-sep-25-Form_Negro_sin_info .contactanos .contact-block .email-list .email-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}


/*pen-sep-25-Form_Blanco_Ubi*/
.pen-sep-25-Form_Blanco_Ubi .contactanos {
  padding: 64px 0;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos * {
  font-family: "Exo", serif;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-grid {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-info {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-info #contact-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-info .contact-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form {
  max-width: 600px;
  width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .hs-form {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .hs-input {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  border-color: #CED4DA;
  border: 1px solid #CED4DA;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .inputs-list {
  list-style: none;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .hs-form-booleancheckbox-display .hs-input {
  margin-right: 14px;
  border-radius: 4px;
  border: 1px solid #ADB5BD;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .hs-button {
  display: block;
  line-height: 150%;
  padding: 12px 24px;
  background-color: #E41C3D;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #E41C3D;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-form .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Form_Blanco_Ubi .contact-icon {
  max-width: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 32px;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .contact-row.contact-phone {
  align-items: center;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .contact-row.contact-phone .contact-link {
  text-decoration: underline;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .contact-link {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .contact-link a {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .email-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .email-list .email-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pen-sep-25-Form_Blanco_Ubi .contactanos .contact-block .email-list .email-item.ubicacion {
  gap: 16px;
  /*# sourceMappingURL=module.css.map */
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 {
  margin: 0 0 20px !important;
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .input input {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .input select {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .input textarea {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .hs-error-msgs {
  display: none !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input input {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input select {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input textarea {
  width: 100% !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .hs-error-msgs {
  display: none !important;
  /* Politicas */
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .input ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin: 4px 0 0 0 !important;
}
.pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span * {
  font-size: 0.9rem;
  color: #fff;
}
@media (min-width: 481px) {
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-1 {
    max-width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field {
    width: 100%;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-1 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input select {
    width: 100% !important;
  }
  .pen-sep-25-Form_Blanco_Ubi form .form-columns-2 .hs-form-field .input textarea {
    width: 100% !important;
  }
}

/*pen-sep-25-Hero Centrado Sin Form*/

.pen-sep-25-Hero_Centrado_Sin_Form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.pen-sep-25-Hero_Centrado_Sin_Form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pen-sep-25-Hero_Centrado_Sin_Form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.pen-sep-25-Hero_Centrado_Sin_Form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pen-sep-25-Hero_Centrado_Sin_Form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .pen-sep-25-Hero_Centrado_Sin_Form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio {
  max-height: fit-content;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
  /* background-attachment: fixed; */
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .breadcrumbs {
  display: none;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .content::before, .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .content::after {
  content: none !important;
}
@media (min-width: 1024px) {
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio {
    max-height: 465px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .hero__content .hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-Hero_Centrado_Sin_Form .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*Pen-Sep-25-Hero Contacto*/

.Pen-Sep-25-Hero_Contacto .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen-Sep-25-Hero_Contacto .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen-Sep-25-Hero_Contacto .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen-Sep-25-Hero_Contacto .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen-Sep-25-Hero_Contacto .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .Pen-Sep-25-Hero_Contacto .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen-Sep-25-Hero_Contacto .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center {
  /* max-height: 460px; */
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .descript_hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen-Sep-25-Hero_Contacto .hero--contact-center .content::before, .Pen-Sep-25-Hero_Contacto .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen-Sep-25-Hero_Contacto .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Hero_Contacto .hero--contact-center {
    height: 100vh;
    max-height: 280px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .hero_title_h1 {
    width: 100%;
    /* .descript_hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  } */
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen-Sep-25-Hero_Contacto .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen-Sep-25-Hero_Contacto .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}


/*pen-sep-25-Hero Izq Sin Form*/
.pen-sep-25-Hero_Izq_Sin_Form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.pen-sep-25-Hero_Izq_Sin_Form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pen-sep-25-Hero_Izq_Sin_Form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.pen-sep-25-Hero_Izq_Sin_Form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pen-sep-25-Hero_Izq_Sin_Form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .pen-sep-25-Hero_Izq_Sin_Form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.pen-sep-25-Hero_Izq_Sin_Form .hero {
  padding: 56px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), var(--bg-mob);
  background-size: cover;
  background-position: center;
}
.pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs {
  display: none;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero .hero__content {
  padding: 48px 0;
  display: flex;
  gap: 80px;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero__text {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero__title {
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero__subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero__button {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #E41C3D;
  border: #E41C3D 1px solid;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-Hero_Izq_Sin_Form .hero__button:hover {
  background-color: #fff;
  color: #E41C3D;
}
@media (min-width: 768px) {
  /* ===== Desktop ≥1024px ===== */
  .pen-sep-25-Hero_Izq_Sin_Form .hero {
    padding: 88px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), var(--bg-desk);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero .hero__content {
    padding: 72px 0;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__text {
    gap: 28px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__title {
    font-size: 44px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__subtitle {
    font-size: 17px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__button {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-Hero_Izq_Sin_Form .hero {
    padding: 112px 0;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list .breadcrumbs__separator, .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list .breadcrumbs__link, .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list .breadcrumbs__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-Hero_Izq_Sin_Form .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero .hero__content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__text {
    gap: 32px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__title {
    font-size: 58px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero_form.form-section {
    padding: 0;
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Hero_Izq_Sin_Form .hero__button {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/*Pen_Sep_25-Boxes_Blanco_x3*/
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel {
  padding: 64px 0;
  background-color: #fff;
  color: #000;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header {
  margin-bottom: 30px;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  justify-content: center;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul li {
  width: 100%;
  padding: 40px 20px;
  background-color: #eee;
  border-radius: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul li figure {
  max-width: 49px;
  width: 100%;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel .impact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel .impact-actions .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: fit-content;
  border: 1px solid;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel .impact-actions .btn.btn-primary {
  color: #e41c3d;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel .impact-actions .btn.btn-outline {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body .kpi-cta {
  color: #000;
  width: 100%;
  max-width: fit-content;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body .kpi-cta:hover {
  text-decoration: underline;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent {
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent .kpi-value {
  color: #AB1832;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-metric {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header h2#impact-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(0deg, #AB1832 0%, #FE3852 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0px 0px 20px;
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header {
    margin-bottom: 50px;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header h2 {
    text-align: center;
    font-size: 40px;
    margin: auto;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header h2#impact-title {
    max-width: 715px;
    background: linear-gradient(0deg, #AB1832 50%, #FE3852 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0px auto 30px;
    font-size: 43px;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header p.impact-subtitle {
    max-width: 768px;
    margin: auto;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel header p {
    text-align: center;
    font-size: 18px;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul {
    margin-bottom: 32px;
    gap: 30px;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul li {
    max-width: 378px;
    padding: 30px 20px;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body .kpi-percent {
    font-size: 24px;
    line-height: 1;
  }
  .Pen_Sep_25-Boxes_Blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent .kpi-value {
    font-size: 24px;
  }
}


/*Pen-Sep-25-Hero_CRS*/
.Pen-Sep-25-Hero_CRS .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen-Sep-25-Hero_CRS .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen-Sep-25-Hero_CRS .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen-Sep-25-Hero_CRS .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen-Sep-25-Hero_CRS .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen-Sep-25-Hero_CRS .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen-Sep-25-Hero_CRS .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen-Sep-25-Hero_CRS .hero--contact-center {
  /* max-height: 460px; */
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .descript_hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen-Sep-25-Hero_CRS .hero--contact-center .content::before, .Pen-Sep-25-Hero_CRS .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen-Sep-25-Hero_CRS .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Hero_CRS .hero--contact-center {
    padding: 70px 0px;
    max-height: fit-content;
    height: 100vh;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .hero_title_h1 {
    width: 100%;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen-Sep-25-Hero_CRS .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen-Sep-25-Hero_CRS .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*Pen-Sep-25-Hero_Izq_Sin_Form_Tecno*/
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .content::before, .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center {
    background-position: center;
    background-attachment: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center {
    max-height: 608px;
    height: 100vh;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen-Sep-25-Hero_Izq_Sin_Form_Tecno .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*pen-sep-25-Izq Der Negro*/
.pen-sep-25-Izq_Der_Negro .feature-showcase {
  padding: 64px 0;
  background-color: #20221F;
  color: #fff;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 446px;
  display: block;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__media {
  order: 2;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__image {
  border-radius: 30px 0;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #fff;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #fff;
  color: #fff;
}
.pen-sep-25-Izq_Der_Negro .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #E41C3D;
  color: #fff;
}
@media (min-width: 1024px) {
  .pen-sep-25-Izq_Der_Negro .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: center;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__media {
    order: 1;
    max-width: 600px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__body {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__title {
    font-size: 40px;
  }
  .pen-sep-25-Izq_Der_Negro .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*Pen-Sep-25-Logos_2_fila_video*/
.Pen-Sep-25-Logos_2_fila_video * img {
  display: block;
  height: auto;
  max-width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .swp2 {
  max-width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .logo__fg1 {
  max-width: 73px;
}
.Pen-Sep-25-Logos_2_fila_video .swp__sl1, .Pen-Sep-25-Logos_2_fila_video .swp__sl2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_container_iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail, .Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail:hover, .Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail:focus, .Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail_icon svg {
  display: block;
  height: auto;
  width: 12%;
}
.Pen-Sep-25-Logos_2_fila_video _:-ms-fullscreen, .Pen-Sep-25-Logos_2_fila_video :root .oembed_custom-thumbnail_icon svg {
  max-width: none;
}
.Pen-Sep-25-Logos_2_fila_video .oembed_custom-thumbnail--hide {
  display: none;
}
.Pen-Sep-25-Logos_2_fila_video .embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.Pen-Sep-25-Logos_2_fila_video .oembed-info {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.Pen-Sep-25-Logos_2_fila_video :not(.hs-inline-edit) .hs-video-placeholder {
  display: none;
}
.Pen-Sep-25-Logos_2_fila_video .hs-inline-edit .hs-video-placeholder {
  background-color: #f5f8fa !important;
  border: 1px dashed #516f90 !important;
  display: block !important;
  font-size: 14px !important;
  margin: 2px 1px !important;
  outline: 1px dashed #fff !important;
  text-align: center !important;
}
.Pen-Sep-25-Logos_2_fila_video .hs-video-placeholder > * {
  box-sizing: border-box !important;
  display: block !important;
  margin: 1px !important;
  padding: 12px !important;
  width: calc(100% - 2px) !important;
}
.Pen-Sep-25-Logos_2_fila_video p.hs-video-placeholder__title {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: initial !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}
.Pen-Sep-25-Logos_2_fila_video p.hs-video-placeholder__description {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) !important;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase {
  padding: 64px 0;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase.ps25l2f-izq-der-tonos {
  background-color: #EEEEEE;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title--red {
  color: #FE3852;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-show.ps25l2f-feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__btn.ps25l2f-feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__btn.ps25l2f-feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__btn.ps25l2f-feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__btn.ps25l2f-feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-slider_marcas {
  position: relative;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase {
  padding: 60px 0;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media {
  margin: 0;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__image {
  width: 100%;
  height: auto;
  border-radius: 30px;
  max-width: 100%;
  display: block;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title {
    font-size: 36px;
  }
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title--red {
  color: #E41C3D;
  display: block;
  font-weight: 700;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  /* VIDEO */
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__image {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__image iframe, .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__image video {
  width: 100%;
  height: auto;
  display: block;
  /* Swiper Styles */
}
.Pen-Sep-25-Logos_2_fila_video .swiper {
  margin: 30px 0px 0px;
}
.Pen-Sep-25-Logos_2_fila_video .swiper-button-next, .Pen-Sep-25-Logos_2_fila_video .swiper-button-prev {
  color: #E41C3D;
}
.Pen-Sep-25-Logos_2_fila_video .swiper-pagination {
  position: relative;
}
.Pen-Sep-25-Logos_2_fila_video .swiper-pagination-bullet-active {
  background: #E41C3D;
  /* Swpier */
}
.Pen-Sep-25-Logos_2_fila_video .swiper-button-next, .Pen-Sep-25-Logos_2_fila_video .swiper-button-prev {
  color: #E41C3D;
  display: none;
}
.Pen-Sep-25-Logos_2_fila_video .swiper-pagination {
  position: relative;
  margin: 30px auto 0px;
}
.Pen-Sep-25-Logos_2_fila_video .swiper-pagination-bullet-active {
  background: #E41C3D;
  /* Video */
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media {
  height: auto;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media .ps25l2f-feature-showcase__image {
  height: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media .ps25l2f-feature-showcase__image .hs-video-widget {
  height: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media .ps25l2f-feature-showcase__image .hs-video-widget .hs-video-container {
  height: 100%;
}
.Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media .ps25l2f-feature-showcase__image .hs-video-widget .hs-video-container .hs-video-wrapper {
  height: 100% !important;
}
@media (max-width: 480px) {
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase .ps25l2f-feature-showcase__wrap .ps25l2f-feature-showcase__item .ps25l2f-feature-showcase__body .ps25l2f-slider_marcas .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 73px;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media {
    order: 2;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__body {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: stretch;
    justify-content: space-between;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__media {
    /*order: 1;*/
    max-width: 40%;
    width: 100%;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__body {
    /*order: 2;*/
    max-width: 50%;
    width: 100%;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__title {
    font-size: 40px;
  }
  .Pen-Sep-25-Logos_2_fila_video .ps25l2f-feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*Pen-Sep-25-Mision_Social*/
.Pen-Sep-25-Mision_Social .feature-showcase {
  padding: 64px 0;
}
.Pen-Sep-25-Mision_Social .feature-showcase.bg_mision_social {
  background-color: #AB1832;
}
.Pen-Sep-25-Mision_Social .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen-Sep-25-Mision_Social .feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen-Sep-25-Mision_Social .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen-Sep-25-Mision_Social .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen-Sep-25-Mision_Social .feature-showcase__media {
  order: 2;
}
.Pen-Sep-25-Mision_Social .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Mision_Social .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.Pen-Sep-25-Mision_Social .feature-showcase__title.linear_gradiente_title {
  background: linear-gradient(0deg, #AEAEAE 0%, #fff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Pen-Sep-25-Mision_Social .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen-Sep-25-Mision_Social .feature-showcase__text.with_gradient_text {
  color: #fff;
}
.Pen-Sep-25-Mision_Social .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen-Sep-25-Mision_Social .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen-Sep-25-Mision_Social .feature-showcase__btn.feature-showcase__btn--primary.bt_mision_social_darck {
  background-color: #20221F;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen-Sep-25-Mision_Social .feature-showcase__btn.feature-showcase__btn--primary.bt_mision_social_darck:hover {
  background-color: #fff;
  color: 20221F;
}
.Pen-Sep-25-Mision_Social .feature-showcase__btn.feature-showcase__btn--ghost.bt_mision_social_white {
  border: 1px solid #fff;
  color: #fff;
}
.Pen-Sep-25-Mision_Social .feature-showcase__btn.feature-showcase__btn--ghost.bt_mision_social_white:hover {
  background-color: #fff;
  color: #20221F;
}
@media (min-width: 768px) {
  .Pen-Sep-25-Mision_Social .feature-showcase__media.mesion_social {
    order: 2;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__body.mesion_social {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Mision_Social .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__media.mesion_social {
    order: 1;
    max-width: 600px;
    width: 100%;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__body.mesion_social {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__title {
    font-size: 40px;
  }
  .Pen-Sep-25-Mision_Social .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*pen-sep-25-pai-Hero Izq sin form*/
.pen-sep-25-pai-Hero_Izq_sin_form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.pen-sep-25-pai-Hero_Izq_sin_form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pen-sep-25-pai-Hero_Izq_sin_form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.pen-sep-25-pai-Hero_Izq_sin_form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pen-sep-25-pai-Hero_Izq_sin_form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .pen-sep-25-pai-Hero_Izq_sin_form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center {
  max-height: fit-content;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .breadcrumbs {
  display: none;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  background: -webkit-linear-gradient(#fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .content::before, .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center {
    max-height: 608px;
    height: 100vh;
    background-size: cover;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-pai-Hero_Izq_sin_form .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*Pen_Sep_25-Boxes_Blanco_x6*/
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys * {
  font-family: 'Exo', sans-serif;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys {
  padding: 60px 0px;
  background: #fff;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys h2.tecnologia-title span {
  display: inline;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys h2.tecnologia-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys p.sub-titulo {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 20px 0px 0px;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid {
  margin: 30px 0px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .item-tecno-content {
  background: #fff;
  border-radius: 30px 0px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  line-height: 1.4;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .item-tecno-content p.tecnologi-item-text {
  color: #E41C3D;
  font-family: Exo;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .item-tecno-content a.btn-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .flip-card-front {
  background: #eeeeee;
  border-radius: 30px 0px;
  padding: 25px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .flip-card-front .flip_image_inner {
  margin: 0px auto 20px;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid .flip-card-front p.tecnologi-item-text {
  font-family: "Exo";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #E41C3D;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-slider {
  display: none;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-slider .swiper-wrapper .swiper-slide .flip-card .flip-card-inner .flip-card-front {
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-slider .swiper-wrapper .swiper-slide .flip-card .flip-card-inner .flip-card-front .tecnologi-item-text {
  color: #e41c3d;
  font-family: Exo;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 120%;
  text-align: center;
}
.Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-slider .swiper-wrapper .swiper-slide .flip-card .flip-card-inner .flip-card-front .tecnologi-item-descript {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 480px) {
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-grid {
    display: none;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-slider {
    display: block;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card {
    overflow: hidden;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-inner {
    display: flex;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-front, .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-back {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #20221f;
    border-radius: 0 30px;
    color: #fff;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .swiper.tecnologia-slider {
    margin: 30px 0 0;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .swiper-backface-hidden .swiper-slide {
    max-width: 100%;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid {
    display: none;
  }
}
@media (min-width: 481px) {
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys h2.tecnologia-title {
    text-align: center;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys p.sub-titulo {
    text-align: center;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card {
    background: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-front, .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-front {
    background: #f4f4f4;
    color: #000;
  }
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card-back {
    background: #20221F;
    color: #fff;
    transform: rotateY(180deg);
    border-radius: 30px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
  }
}
@media (min-width: 480px) and (max-width: 720px) {
  .Pen_Sep_25-Boxes_Blanco_x6 .flip-card {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .Pen_Sep_25-Boxes_Blanco_x6 .tecnologia-genesys .tecnologia-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*pen-sep-25-Izq_Der_2_color*/
.pen-sep-25-Izq_Der_2_color .feature-showcase {
  padding: 64px 0;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__item.simple_left_img {
  display: flex;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__title * {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__title--red {
  color: #FE3852;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.pen-sep-25-Izq_Der_2_color .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .pen-sep-25-Izq_Der_2_color .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
  .pen-sep-25-Izq_Der_2_color .feature-showcase__media {
    /*order: 2 !important;*/
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_2_color .feature-showcase__body {
    /*order: 1 !important;*/
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_2_color .feature-showcase__title {
    font-size: 40px;
  }
  .pen-sep-25-Izq_Der_2_color .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .pen-sep-25-Izq_Der_2_color .feature-showcase__body {
    order: 1 !important;
  }
  .pen-sep-25-Izq_Der_2_color .feature-showcase__media {
    order: 2 !important;
  }
}


/*Pen-Sep-25-Izq_Der_con_2_tonos*/
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase {
  padding: 64px 0;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__item.simple_left_img {
  display: flex;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__title * {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__title--red {
  color: #FE3852;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
  .Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__media {
    max-width: 600px;
    width: 100%;
  }
  .Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__body {
    max-width: 600px;
    width: 100%;
  }
  .Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__title {
    font-size: 40px;
  }
  .Pen-Sep-25-Izq_Der_con_2_tonos .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*pen-sep-25-Izq_Der_Degradado*/
.pen-sep-25-Izq_Der_Degradado .feature-showcase {
  padding: 64px 0;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__item.simple_left_img {
  display: flex;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__title * {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__title--red {
  color: #FE3852;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__title--black.title_degraded {
  background: linear-gradient(0deg, #20221F 0%, #BEBEBE 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__title--black.title_degraded h3 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  background: linear-gradient(0deg, #20221F 0%, #BEBEBE 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.pen-sep-25-Izq_Der_Degradado .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .pen-sep-25-Izq_Der_Degradado .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
  .pen-sep-25-Izq_Der_Degradado .feature-showcase__media {
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_Degradado .feature-showcase__body {
    max-width: 600px;
    width: 100%;
  }
  .pen-sep-25-Izq_Der_Degradado .feature-showcase__title {
    font-size: 40px;
  }
  .pen-sep-25-Izq_Der_Degradado .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*pen-sep-25-KPIs Rojo x3 con Fondo*/
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results * {
  font-family: 'Exo', serif;
}
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results {
  padding: 64px 0;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__title h2 {
  font-size: 36px;
  line-height: 120%;
  text-align: center;
}
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__title {
  background: -webkit-linear-gradient(#fff, #aeaeae);
  -webkit-background-clip: text;
  font-size: 40px;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__item {
  width: 100%;
  background-color: #D9D9D9;
  padding: 30px;
  text-align: center;
  color: #000;
  border-radius: 15px;
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__title h2 {
    font-size: 46px;
  }
  .pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__highlight {
    font-size: 40px;
    background: -webkit-linear-gradient(#FFFFFF, #AEAEAE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__item {
    max-width: 394px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .pen-sep-25-KPIs_Rojo_x3_con_Fondo .results__value {
    font-size: 50px;
    font-weight: 700;
  }
}

/*Pen_Sep_25-Boxes_Bullets_Imagen*/
.Pen_Sep_25-Boxes_Bullets_Imagen .section-genesys {
  padding: 60px 20px;
  background: #fff;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-grid {
  display: grid;
  gap: 40px;
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-features li {
  background: #f5f5f5;
  border-radius: 30px 0px;
  padding: 12px 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  line-height: 1.4;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-features li .icon {
  width: 100%;
  max-width: 13px;
  color: #d9534f;
  font-size: 18px;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-features li .genesys-text {
  font-size: 16px;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-image img {
  max-width: 100%;
  border-radius: 8px;
}
.Pen_Sep_25-Boxes_Bullets_Imagen .genesys-image figcaption {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .Pen_Sep_25-Boxes_Bullets_Imagen .genesys-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
    margin: 30px 0px 0px;
  }
  .Pen_Sep_25-Boxes_Bullets_Imagen .genesys-title {
    font-size: 40px;
  }
  .Pen_Sep_25-Boxes_Bullets_Imagen .genesys-description {
    font-size: 18px;
  }
}

/*Pen_Sep_25-Boxes_x9*/
.pen_sep_25-boxes_x9 .tecnologia-genesys {
  padding: 60px 0px;
  background: #EEEEEE;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title span {
  display: inline;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(0deg, #20221F, #BEBEBE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys p.sub-titulo {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 20px 0px 0px;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid {
  margin: 30px 0px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content {
  background: #fff;
  border-radius: 30px 0px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  line-height: 1.4;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content p.tecnologi-item-text {
  color: #E41C3D;
  font-family: Exo;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content a.btn-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .flip-card-front {
  background: #fff;
  border-radius: 30px 0px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  min-height: 130px;
}
.pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .flip-card-front p.tecnologi-item-text {
  font-family: "Exo";
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #E41C3D;
}
.pen_sep_25-boxes_x9 .flip-card {
  height: auto;
  perspective: none;
}
.pen_sep_25-boxes_x9 .flip-card-inner {
  transform: none;
  display: flex;
}
@media (max-width: 480px) {
  .pen_sep_25-boxes_x9 .flip-card {
    overflow: hidden;
  }
  .pen_sep_25-boxes_x9 .flip-card-front, .pen_sep_25-boxes_x9 .flip-card-back {
    flex: 0 0 auto;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pen_sep_25-boxes_x9 .flip-card-back {
    background: #20221f;
    border-radius: 30px 0;
    color: #fff;
    font-weight: 600;
  }
  .pen_sep_25-boxes_x9 .flip-card {
    background: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
  }
  .pen_sep_25-boxes_x9 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .pen_sep_25-boxes_x9 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .pen_sep_25-boxes_x9 .flip-card-front, .pen_sep_25-boxes_x9 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pen_sep_25-boxes_x9 .flip-card-front {
    background: #f4f4f4;
    color: #000;
  }
  .pen_sep_25-boxes_x9 .flip-card-back {
    background: #20221F;
    color: #fff;
    transform: rotateY(180deg);
    border-radius: 30px 0px;
  }
}
@media (min-width: 480px) {
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title {
    text-align: center;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys p.sub-titulo {
    text-align: center;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .pen_sep_25-boxes_x9 .flip-card {
    background: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
  }
  .pen_sep_25-boxes_x9 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .pen_sep_25-boxes_x9 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .pen_sep_25-boxes_x9 .flip-card-front, .pen_sep_25-boxes_x9 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pen_sep_25-boxes_x9 .flip-card-front {
    background: #f4f4f4;
    color: #000;
  }
  .pen_sep_25-boxes_x9 .flip-card-back {
    background: #20221F;
    color: #fff;
    transform: rotateY(180deg);
    border-radius: 30px 0px;
  }
}
@media (min-width: 768px) {
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title {
    text-align: center;
    font-size: 40px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title span {
    display: block;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys p.sub-titulo {
    text-align: center;
    font-size: 18px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content p.tecnologi-item-text {
    font-size: 24px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content a.btn-link {
    font-size: 16px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .flip-card-front p.tecnologi-item-text {
    font-family: "Exo";
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #E41C3D;
  }
}
@media (min-width: 979px) {
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title {
    text-align: center;
    font-size: 40px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title span {
    display: block;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys p.sub-titulo {
    text-align: center;
    font-size: 18px;
    max-width: 768px;
    margin: 20px auto 0px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content p.tecnologi-item-text {
    font-size: 24px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content a.btn-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title {
    text-align: center;
    font-size: 40px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys h2.tecnologia-title span {
    display: block;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys p.sub-titulo {
    text-align: center;
    font-size: 18px;
    max-width: 768px;
    margin: 20px auto 0px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content p.tecnologi-item-text {
    font-size: 24px;
  }
  .pen_sep_25-boxes_x9 .tecnologia-genesys .tecnologia-grid .item-tecno-content a.btn-link {
    font-size: 16px;
  }
  .pen_sep_25-boxes_x9 .flip-card {
    max-width: calc(20% - 40px);
  }
}

/*Pen_Sep_25-Cajas_blancas_Omnicanalidad*/
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel {
  padding: 64px 0;
  background-color: #AB1832;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel * {
  font-family: "Exo", serif;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header {
  margin-bottom: 30px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  justify-content: center;
  /* Flip card aplicado a los li */
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li {
  perspective: 1000px;
  /* profundidad para efecto 3D */
  width: 100%;
  max-width: 378px;
  border-radius: 15px;
  /* background: transparent; */
  width: 100%;
  min-height: 315px;
  perspective: 1000px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-front, .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  /* FRONT mantiene el estilo original */
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-front {
  background-color: #eee;
  /* BACK */
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-back {
  background-color: #eee;
  transform: rotateY(180deg);
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-back p {
  font-family: "Roboto", serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  /* Estilos internos */
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li figure {
  max-width: 49px;
  width: 100%;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-cta {
  color: #000;
  width: 100%;
  max-width: fit-content;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-cta:hover {
  text-decoration: underline;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-percent, .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-percent p, .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-percent span {
  text-align: center;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-metric, .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-metric p {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header h2#impact-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(0deg, #AEAEAE 0%, #fff 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0px 0px 20px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel .impact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel .impact-actions .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: fit-content;
  border: 1px solid;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel .impact-actions .btn.btn-primary {
  color: #e41c3d;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
}
.Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel .impact-actions .btn.btn-outline {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header {
    margin-bottom: 50px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header h2 {
    text-align: center;
    font-size: 40px;
    margin: auto;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header h2#impact-title {
    max-width: 715px;
    background: linear-gradient(0deg, #AEAEAE 0%, #fff 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0px auto 30px;
    font-size: 43px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header p.impact-subtitle {
    max-width: 768px;
    margin: auto;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel header p {
    text-align: center;
    font-size: 18px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul {
    margin-bottom: 32px;
    gap: 30px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li {
    max-width: 378px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-percent {
    font-size: 24px;
    line-height: 1;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-percent p {
    font-size: 24px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-metric {
    font-size: 16px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul .kpi-body .kpi-metric p {
    font-size: 16px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-back {
    font-size: 16px;
  }
  .Pen_Sep_25-Cajas_blancas_Omnicanalidad .transformacion-funnel ul li .flip-card-back p {
    font-size: 16px;
  }
}

/*Pen_Sep_25-Contac_Dark*/
.Pen_Sep_25-Contac_Dark {
  margin: 0;
}
.Pen_Sep_25-Contac_Dark .contact-section {
  width: 100%;
  background-color: #212121;
  color: #ffffff;
  padding: 80px 20px;
}
.Pen_Sep_25-Contac_Dark .contact_flex_swap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Pen_Sep_25-Contac_Dark .contact-info {
  width: 100%;
}
.Pen_Sep_25-Contac_Dark .contact-info h2 {
  color: #fff;
  font-family: 'Exo';
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.Pen_Sep_25-Contac_Dark .contact-info p {
  font-family: 'Exo';
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input .hs-input, .Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 1rem;
  box-sizing: border-box;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 {
  margin: 0 0 20px !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field .input {
  margin: 0;
  padding: 0;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field .input input {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field .input select {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .hs-form-field .input textarea {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input {
  margin: 0;
  padding: 0;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input input {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input select {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input textarea {
  width: 100% !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .input ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin: 4px 0 0 0 !important;
}
.Pen_Sep_25-Contac_Dark form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span * {
  font-size: 0.9rem;
  color: #fff;
}
.Pen_Sep_25-Contac_Dark form .hs_submit .actions .hs-button {
  background-color: #E41C3D;
  border: 1px solid #E41C3D;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: fit-content;
}
.Pen_Sep_25-Contac_Dark form .hs_submit .actions .hs-button:hover {
  background-color: #fff;
  color: #E41C3D;
}
@media (min-width: 481px) {
  .Pen_Sep_25-Contac_Dark form .form-columns-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
  }
  .Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input {
    margin: 0;
    padding: 0;
  }
  .Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }
  .Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input select {
    width: 100% !important;
  }
  .Pen_Sep_25-Contac_Dark form .form-columns-2 .hs-form-field .input textarea {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .Pen_Sep_25-Contac_Dark .contact-section {
    padding: 80px 0;
  }
  .Pen_Sep_25-Contac_Dark .contact_flex_swap {
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
  }
  .Pen_Sep_25-Contac_Dark .contact-info {
    flex: 1;
    max-width: 500px;
  }
  .Pen_Sep_25-Contac_Dark .contact-info h2 {
    font-size: 40px;
  }
  .Pen_Sep_25-Contac_Dark .contact-info p {
    font-size: 18px;
  }
  .Pen_Sep_25-Contac_Dark .contact-form {
    flex: 1;
    max-width: 40%;
  }
  .Pen_Sep_25-Contac_Dark button[type="submit"] {
    width: auto;
  }
}

/*Pen_Sep_25-Form_Blanco_Ubi_RyS*/
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos {
  padding: 64px 0;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos * {
  font-family: "Exo", serif;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-grid {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-info {
  max-width: 600px;
  width: 100%;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-info #contact-title {
  color: #000;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
  background: none;
  -webkit-text-fill-color: #000;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-info .contact-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-form {
  max-width: 600px;
  width: 100%;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 32px;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .contact-row.contact-phone {
  align-items: center;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .contact-row.contact-phone .contact-link {
  text-decoration: underline;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .contact-link {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .email-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-block .email-list .email-item {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input .hs-input, .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #CED4DA;
  font-size: 1rem;
  box-sizing: border-box;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 {
  margin: 0 0 20px !important;
  width: 100%;
  max-width: 100%;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input input {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input select {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input textarea {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .hs-error-msgs {
  display: none !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field {
  width: 100%;
  max-width: 100%;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field label {
  margin: 0px 0px 5px;
  display: block;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input input {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input select {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input textarea {
  width: 100% !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .hs-error-msgs {
  display: none !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .input ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
  margin: 4px 0 0 0 !important;
}
.Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span * {
  font-size: 0.9rem;
  color: #fff;
}
@media (min-width: 481px) {
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 {
    max-width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field {
    width: 100%;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-1 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input select {
    width: 100% !important;
  }
  .Pen_Sep_25-Form_Blanco_Ubi_RyS form .form-columns-2 .hs-form-field .input textarea {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Form_Blanco_Ubi_RyS .contactanos .contact-info .contact-subtitle {
    font-size: 18px;
  }
}















































/*pen-sep-25-shr-Hero centrado*/
.pen-sep-25-shr-Hero_centrado .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.pen-sep-25-shr-Hero_centrado .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.pen-sep-25-shr-Hero_centrado .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.pen-sep-25-shr-Hero_centrado .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.pen-sep-25-shr-Hero_centrado .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  /*==============================*/
  .pen-sep-25-shr-Hero_centrado .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .pen-sep-25-shr-Hero_centrado .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.pen-sep-25-shr-Hero_centrado .hero--servicio {
  max-height: 485px;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__media {
  /* background-attachment: fixed; */
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .breadcrumbs {
  display: none;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.pen-sep-25-shr-Hero_centrado .hero--servicio .content::before, .pen-sep-25-shr-Hero_centrado .hero--servicio .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .pen-sep-25-shr-Hero_centrado .hero--servicio {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .pen-sep-25-shr-Hero_centrado .hero--servicio {
    max-height: 465px;
    height: 100vh;
    background-size: cover;
    background-position: 60% 100%;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .hero__content .hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .breadcrumbs {
    display: flex;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .pen-sep-25-shr-Hero_centrado .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .pen-sep-25-shr-Hero_centrado .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}



/*pen-sep-25-Verbatim Negro*/
.pen-sep-25-Verbatim_Negro .testimonials {
  background-color: #20221F;
  padding: 64px 0;
  color: #fff;
}
.pen-sep-25-Verbatim_Negro .testimonials * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Verbatim_Negro .testimonials img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Verbatim_Negro .testimonials__title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 48px;
  text-align: center;
  background: -webkit-linear-gradient(#fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pen-sep-25-Verbatim_Negro .testimonials__header {
  margin-bottom: 24px;
}
.pen-sep-25-Verbatim_Negro .testimonials__stars {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.pen-sep-25-Verbatim_Negro .testimonials__star {
  max-width: 20px;
  width: 100%;
  display: flex;
}
.pen-sep-25-Verbatim_Negro .testimonials__star-icon {
  fill: #E41C3D;
}
.pen-sep-25-Verbatim_Negro .testimonials__text {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.pen-sep-25-Verbatim_Negro .testimonials__meta {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.pen-sep-25-Verbatim_Negro img.testimonials__avatar {
  max-width: 56px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.pen-sep-25-Verbatim_Negro .testimonials__author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.pen-sep-25-Verbatim_Negro .testimonials__author-name, .pen-sep-25-Verbatim_Negro .testimonials__author-role {
  text-align: center;
  font-size: 15px;
}
.pen-sep-25-Verbatim_Negro .testimonials__author-name {
  font-weight: 700;
}
.pen-sep-25-Verbatim_Negro .testimonials__brand {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .pen-sep-25-Verbatim_Negro .content.testimonials__container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__header {
    margin-bottom: 32px;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__text {
    font-size: 24px;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__meta {
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__author {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .pen-sep-25-Verbatim_Negro img.testimonials__avatar {
    margin: 0;
  }
  .pen-sep-25-Verbatim_Negro .testimonials__author-info {
    margin: 0;
  }
}


/*pen-sep-25-Verbatim Rojo*/
.pen-sep-25-Verbatim_Rojo .testimonials {
  background-color: #20221F;
  padding: 64px 0;
  color: #fff;
}
.pen-sep-25-Verbatim_Rojo .testimonials * {
  font-family: 'Exo', serif;
}
.pen-sep-25-Verbatim_Rojo .testimonials img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen-sep-25-Verbatim_Rojo .testimonials__title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 48px;
  text-align: center;
  background: -webkit-linear-gradient(#fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pen-sep-25-Verbatim_Rojo .testimonials__header {
  margin-bottom: 24px;
}
.pen-sep-25-Verbatim_Rojo .testimonials__stars {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.pen-sep-25-Verbatim_Rojo .testimonials__star {
  max-width: 20px;
  width: 100%;
  display: flex;
}
.pen-sep-25-Verbatim_Rojo .testimonials__star-icon {
  fill: #E41C3D;
}
.pen-sep-25-Verbatim_Rojo .testimonials__text {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
.pen-sep-25-Verbatim_Rojo .testimonials__meta {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.pen-sep-25-Verbatim_Rojo img.testimonials__avatar {
  max-width: 56px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.pen-sep-25-Verbatim_Rojo .testimonials__author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.pen-sep-25-Verbatim_Rojo .testimonials__author-name, .pen-sep-25-Verbatim_Rojo .testimonials__author-role {
  text-align: center;
  font-size: 15px;
}
.pen-sep-25-Verbatim_Rojo .testimonials__author-name {
  font-weight: 700;
}
.pen-sep-25-Verbatim_Rojo .testimonials__brand {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .pen-sep-25-Verbatim_Rojo .content.testimonials__container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__header {
    margin-bottom: 32px;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__text {
    font-size: 24px;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__meta {
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__author {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .pen-sep-25-Verbatim_Rojo img.testimonials__avatar {
    margin: 0;
  }
  .pen-sep-25-Verbatim_Rojo .testimonials__author-info {
    margin: 0;
  }
}



/*pen_oct_25-CTA_Negro_Simple*/
.pen_oct_25-CTA_Negro_Simple .ofertas_activas {
  padding: 50px 0px;
  background-color: #20221F;
}
.pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .text__info * {
  font-family: "Exo";
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}
.pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .cta__btns {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .cta__btns a {
  display: block;
  background-color: #E41C3D;
  border: 1px solid #E41C3D;
  width: 100%;
  height: auto;
  padding: 12px 24px;
  border-radius: 15px 0px;
  font-family: Exo;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  width: 100%;
  max-width: fit-content;
}
.pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .cta__btns a:hover {
  background-color: #fff;
  color: #E41C3D;
}
@media (min-width: 767px) {
  .pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas {
    flex-wrap: nowrap;
  }
  .pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .text__info * {
    width: 100%;
    max-width: fit-content;
  }
  .pen_oct_25-CTA_Negro_Simple .ofertas_activas .flex_content_ofertas .cta__btns {
    width: 100%;
    max-width: 30%;
  }
}


/*pen_oct_25-Empleo_Categorías*/
.pen_oct_25-Empleo_Categorias .main__vacantes {
  font-family: 'Lato', sans-serif;
  background-color: #f9fafb;
  color: #333;
  padding: 80px 0px;
}
.pen_oct_25-Empleo_Categorias .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.pen_oct_25-Empleo_Categorias .main__vacantes h2.title_vacantes {
  font-family: Exo;
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
.pen_oct_25-Empleo_Categorias .subtitle * {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.pen_oct_25-Empleo_Categorias .filter-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.pen_oct_25-Empleo_Categorias .filter-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pen_oct_25-Empleo_Categorias .filter-btn.active {
  background-color: #dc2626;
  color: white;
  border-color: #dc2626;
}
.pen_oct_25-Empleo_Categorias .department-section {
  margin-bottom: 30px;
  border-bottom: 2px solid #AB1832;
  padding-bottom: 20px;
}
.pen_oct_25-Empleo_Categorias .department-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.pen_oct_25-Empleo_Categorias .department-title {
  color: #AB1832;
  font-family: Exo;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
.pen_oct_25-Empleo_Categorias .job-listings {
  margin-top: 20px;
}
.pen_oct_25-Empleo_Categorias .job-card {
  background-color: #EEEEEE;
  border-radius: 0;
  padding: 32px 20px;
  margin-bottom: 15px;
}
.pen_oct_25-Empleo_Categorias .job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pen_oct_25-Empleo_Categorias .job-title {
  font-family: "Exo";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}
.pen_oct_25-Empleo_Categorias .job-type {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.pen_oct_25-Empleo_Categorias .apply-btn {
  background-color: #E41C3D;
  color: white;
  border: 1px solid #E41C3D;
  padding: 12px 24px;
  border-radius: 15px 0;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-family: Exo;
  font-weight: 600;
  line-height: 150%;
  display: block;
  width: 100%;
  max-width: fit-content;
}
.pen_oct_25-Empleo_Categorias .apply-btn:hover {
  background-color: #fff;
  color: #E41C3D;
}
.pen_oct_25-Empleo_Categorias .job-description * {
  font-family: 'Lato';
}
.pen_oct_25-Empleo_Categorias .job-description {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.pen_oct_25-Empleo_Categorias .chevron {
  color: #999;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
}
.pen_oct_25-Empleo_Categorias .chevron.up {
  transform: rotate(0deg);
}
.pen_oct_25-Empleo_Categorias .job-card summary {
  position: relative;
  margin: 0 0 10px 0;
}
.pen_oct_25-Empleo_Categorias .job-card .show-content {
  cursor: pointer;
}
.pen_oct_25-Empleo_Categorias .job-card details:first-of-type summary::marker, .pen_oct_25-Empleo_Categorias :is(::-webkit-details-marker) {
  content: " ";
}
@media (max-width: 480px) {
  .pen_oct_25-Empleo_Categorias .main__vacantes {
    padding: 64px 0px;
  }
  .pen_oct_25-Empleo_Categorias .main__vacantes h2.title_vacantes {
    text-align: left;
  }
  .pen_oct_25-Empleo_Categorias .main__vacantes .subtitle * {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .pen_oct_25-Empleo_Categorias .main__vacantes h2.title_vacantes {
    font-size: 40px;
  }
  .pen_oct_25-Empleo_Categorias .main__vacantes .subtitle {
    font-size: 18px;
  }
  .pen_oct_25-Empleo_Categorias .department-title {
    font-size: 32px;
  }
  .pen_oct_25-Empleo_Categorias .job-title {
    font-size: 24px;
  }
  .pen_oct_25-Empleo_Categorias .job-type {
    font-size: 18px;
  }
  .pen_oct_25-Empleo_Categorias .job-description {
    font-size: 16px;
  }
}


/*Pen_Sep_25-Avisos_privacidad*/
.avisos_privacidad {
  padding: 50px 0px;
} 


/*Pen_Sep_25-Black_box_red*/
.Pen_Sep_25-Black_box_red .transformacion-funnel {
  padding: 64px 0;
  background-color: #e41c3d;
  color: #fff;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel * {
  font-family: "Exo", serif;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel header {
  margin-bottom: 24px;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel header p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  justify-content: center;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul li {
  width: 100%;
  padding: 20px;
  background-color: #20221f;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul li figure {
  max-width: 49px;
  width: 100%;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel .impact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel .impact-actions .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: fit-content;
  border: 1px solid;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel .impact-actions .btn.btn-primary {
  color: #e41c3d;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel .impact-actions .btn.btn-outline {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body .kpi-cta {
  background: #E41C3D;
  border: 1px solid #E41C3D;
  border-radius: 15px 0px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: auto;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body .kpi-cta:hover {
  background: #FFFFFF;
  color: #E41C3D;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body .kpi-percent {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body p.kpi-metric {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.Pen_Sep_25-Black_box_red .transformacion-funnel header h2#impact-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  /* color: #fff; */
  background: linear-gradient(0deg, #AEAEAE 50%, #FFFFFF 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Black_box_red .transformacion-funnel header {
    margin-bottom: 32px;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel header h2 {
    text-align: center;
    font-size: 40px;
    margin: auto;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel header h2#impact-title {
    max-width: 715px;
    background: linear-gradient(0deg, #AEAEAE 0%, #FFFFFF 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel header p {
    text-align: center;
    font-size: 18px;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel ul {
    margin-bottom: 32px;
    gap: 30px;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel ul li {
    max-width: 378px;
    padding: 30px 20px;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body h3, .Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body p {
    line-height: 1;
    font-size: 26px;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel ul .kpi-body .kpi-percent {
    font-size: 24px;
    line-height: 1;
  }
  .Pen_Sep_25-Black_box_red .transformacion-funnel ul li figure {
    max-width: 48px;
  }
}



/* Pen_Sep_25-Boxes_Blanco_x3 */
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel {
  padding: 64px 0;
  background-color: #fff;
  color: #000;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel header {
  margin-bottom: 30px;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel header p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  justify-content: center;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul li {
  width: 100%;
  padding: 40px 20px;
  background-color: #eee;
  border-radius: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul li figure {
  max-width: 49px;
  width: 100%;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel .impact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel .impact-actions .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: fit-content;
  border: 1px solid;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel .impact-actions .btn.btn-primary {
  color: #e41c3d;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel .impact-actions .btn.btn-outline {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body .kpi-cta {
  color: #000;
  width: 100%;
  max-width: fit-content;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body .kpi-cta:hover {
  text-decoration: underline;
  /* gap: 15px; */
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent {
  text-align: center;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent .kpi-value {
  color: #AB1832;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-metric {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.pen_sep_25-boxes_blanco_x3 .transformacion-funnel header h2#impact-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  /* color: #fff; */
  background: linear-gradient(0deg, #AB1832 0%, #FE3852 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0px 0px 20px;
}
@media (min-width: 1024px) {
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel header {
    margin-bottom: 50px;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel header h2 {
    text-align: center;
    font-size: 40px;
    margin: auto;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel header h2#impact-title {
    max-width: 715px;
    background: linear-gradient(0deg, #AB1832 50%, #FE3852 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0px auto 30px;
    font-size: 43px;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel header p.impact-subtitle {
    max-width: 768px;
    margin: auto;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel header p {
    text-align: center;
    font-size: 18px;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul {
    margin-bottom: 32px;
    gap: 30px;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul li {
    max-width: calc(100%/var(--num-cards) - 30px);
    padding: 30px 20px;
    /* .transformacion-funnel ul .kpi-body h3,
     .transformacion-funnel ul .kpi-body p {
     line-height: 1;
     font-size: 26px;
     } */
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body .kpi-percent {
    font-size: 24px;
    line-height: 1;
  }
  .pen_sep_25-boxes_blanco_x3 .transformacion-funnel ul .kpi-body p.kpi-percent .kpi-value {
    font-size: 24px;
  }
}


/*Pen_Sept_25-Hero_center_sin_form*/
.Pen_Sept_25-Hero_center_sin_form .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen_Sept_25-Hero_center_sin_form .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen_Sept_25-Hero_center_sin_form .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen_Sept_25-Hero_center_sin_form .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen_Sept_25-Hero_center_sin_form .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen_Sept_25-Hero_center_sin_form .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen_Sept_25-Hero_center_sin_form .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio {
  max-height: fit-content;
  height: 100vh;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-position: 60% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
  /* background-attachment: fixed; */
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .breadcrumbs {
  display: none;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sept_25-Hero_center_sin_form .hero--servicio .content::before, .Pen_Sept_25-Hero_center_sin_form .hero--servicio .content::after {
  content: none !important;
}
@media (min-width: 1024px) {
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio {
    max-height: 465px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .hero__title {
    font-size: 46px;
    text-align: center;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .hero__content .hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .breadcrumbs {
    display: flex;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen_Sept_25-Hero_center_sin_form .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen_Sept_25-Hero_center_sin_form .hero--servicio .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #adb5bd;
    line-height: 150%;
    letter-spacing: 0;
  }
}




/*Pen_Sept_25-Hero_Izq_sin_form_Omn*/
.Pen_Sept_25-Hero_Izq_sin_form_Omn .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .content::before, .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center {
    max-height: 608px;
    height: 100vh;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen_Sept_25-Hero_Izq_sin_form_Omn .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;  /* Detrás del overlay */
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1; 
  opacity: 1; 
}

.content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;  
}
.bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .bg-video-mov {
    display: block;
    height: 100%;
  }
}

.hero--contact-center {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}

.hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.hero--contact-center .breadcrumbs {
  display: none;
}

.hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}

.hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}

.hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}

.hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}

.hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}

.hero--contact-center .content::before,
.hero--contact-center .content::after {
  content: none !important;
}


@media (min-width: 768px) {
  .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
/* Estilos para pantallas de 1024px o más anchas */
@media (min-width: 1024px) {
  .hero--contact-center {
    max-height: 608px;
    height: 100vh;
  }

  .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }

  .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }

  .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }

  .hero--contact-center .breadcrumbs {
    display: flex;
  }

  .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item,
  .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}



/*penta-oct-25-Boxes Gris x4 Detalle*/
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas {
  padding: 60px 20px;
  font-family: "Exo", sans-serif;
  text-align: center;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas * {
  font-family: Exo, serif;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__container {
  max-width: 1200px;
  margin: 0 auto;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #FE3852, #AB1832);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__title h2 {
  margin: 0;
  padding: 0;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__subtitle * {
  font-size: 1rem;
  color: #333;
  margin-bottom: 40px;
  font-family: Lato, serif;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card {
  background: #f4f4f4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(to bottom, #BEBEBE, #20221F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-title h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #444;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-family: Lato, serif;
  color: #333;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-item p {
  margin: 0;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__icon {
  max-height: 18px;
  max-width: 18px;
  flex-shrink: 0;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.penta-oct-25-Boxes_Gris_x4_Detalle .ventas__card-link:hover {
  color: #e41c3d;
}

/*Pen_Sep_25-Oficinas*/
.Pen_Sep_25-Oficinas .offices-section {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
}
.Pen_Sep_25-Oficinas .section-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.Pen_Sep_25-Oficinas .title-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -20px;
  z-index: 1;
}
.Pen_Sep_25-Oficinas .section-title h2 {
  font-family: 'Exo';
  font-size: 36px;
  /* Tamaño para móvil */
  color: #C0242D;
  font-weight: 700;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(0deg, #AB1832, #FE3852 60%) text;
}
.Pen_Sep_25-Oficinas .offices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.Pen_Sep_25-Oficinas .office-card h3 {
  font-family: 'Exo';
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  color: #AB1832;
  margin: 20px 0 10px;
}
.Pen_Sep_25-Oficinas .office-card p {
  font-family: 'Exo';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 0 0 15px;
}
.Pen_Sep_25-Oficinas .office-card a {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.Pen_Sep_25-Oficinas .office-card a:hover {
  text-decoration: underline;
}
.Pen_Sep_25-Oficinas .map-placeholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.Pen_Sep_25-Oficinas .map-placeholder img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .Pen_Sep_25-Oficinas .section-title h2 {
    font-size: 40px;
  }
  .Pen_Sep_25-Oficinas .office-card h3 {
    font-size: 36px;
  }
  .Pen_Sep_25-Oficinas .offices-section {
    padding: 40px;
  }
  .Pen_Sep_25-Oficinas .section-title h2 {
    font-size: 40px;
  }
  .Pen_Sep_25-Oficinas .offices-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*Pen_Sep_25-Lista_con_imagen*/

.Pen_Sep_25-Lista_con_imagen .section-genesys {
  padding: 60px 20px;
  background: #fff;
}
.Pen_Sep_25-Lista_con_imagen .genesys-grid {
  display: grid;
  gap: 40px;
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Pen_Sep_25-Lista_con_imagen .genesys-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.Pen_Sep_25-Lista_con_imagen .genesys-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #333;
}
.Pen_Sep_25-Lista_con_imagen .genesys-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Pen_Sep_25-Lista_con_imagen .genesys-features li {
  background: #f5f5f5;
  border-radius: 30px 0px;
  padding: 12px 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  line-height: 1.4;
}
.Pen_Sep_25-Lista_con_imagen .genesys-features li .icon {
  width: 100%;
  max-width: 13px;
  color: #d9534f;
  font-size: 18px;
}
.Pen_Sep_25-Lista_con_imagen .genesys-features li .genesys-text {
  font-size: 16px;
}
.Pen_Sep_25-Lista_con_imagen .genesys-image img {
  max-width: 100%;
  border-radius: 8px;
  max-height: 640px;
  height: 100%;
}
.Pen_Sep_25-Lista_con_imagen .genesys-image figcaption {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  text-align: center;
}
@media (max-width: 768px) {
  .Pen_Sep_25-Lista_con_imagen .genesys-image img {
    height: auto;
  }
}
@media (min-width: 768px) {
  .Pen_Sep_25-Lista_con_imagen .genesys-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
    margin: 30px 0px 0px;
  }
  .Pen_Sep_25-Lista_con_imagen .genesys-title {
    font-size: 40px;
  }
  .Pen_Sep_25-Lista_con_imagen .genesys-description {
    font-size: 18px;
  }
}

/*Pen_Sep_25-KPIs_x4_Blanco*/
.Pen_Sep_25-KPIs_x4_Blanco {
  background-color: #f0f0f0;
  margin: 0;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stats-section {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 15px 0px;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-item {
  height: 100%;
  padding: 0px 30px;
  position: relative;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #C0242D;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-value {
  font-size: 50px;
  font-weight: 700;
  color: #C0242D;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 8px;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-value span {
  font-family: "Exo";
  /* Estilo para el ícono */
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-label {
  font-family: "Exo";
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stats-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stat-item {
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stats-section {
    padding: 40px 50px;
  }
  .Pen_Sep_25-KPIs_x4_Blanco .ps25k4b-stats-container {
    grid-template-columns: 1fr;
  }
}

/*Pen_Sep_25-KPIs_Rojo_x4*/
.Pen_Sep_25-KPIs_Rojo_x4 .caracteristicas * {
  font-family: "Exo", serif;
}
.Pen_Sep_25-KPIs_Rojo_x4 .caracteristicas {
  padding: 56px 0;
  background-color: #E41C3D;
}
.Pen_Sep_25-KPIs_Rojo_x4 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-KPIs_Rojo_x4 .caracteristicas h2 {
  font-family: "Exo", sans-serif;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  letter-spacing: 0;
  background: -webkit-linear-gradient(#fff, #AEAEAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.Pen_Sep_25-KPIs_Rojo_x4 .sub-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-KPIs_Rojo_x4 .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Pen_Sep_25-KPIs_Rojo_x4 .wrap .image {
  max-width: 100%;
  width: 100%;
  margin: 0px 0px 30px;
}
.Pen_Sep_25-KPIs_Rojo_x4 .cards {
  display: grid;
  grid-template-columns: 1fr;
  /* 1 columna en mobile */
  gap: 30px;
  width: 100%;
}
.Pen_Sep_25-KPIs_Rojo_x4 .cards .card {
  max-width: 100%;
  width: 100%;
  padding: 30px 20px;
  border-radius: 30px;
  background-color: #20221F;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Pen_Sep_25-KPIs_Rojo_x4 .cards .card .title {
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}
.Pen_Sep_25-KPIs_Rojo_x4 .cards .card .text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}
.Pen_Sep_25-KPIs_Rojo_x4 .buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.Pen_Sep_25-KPIs_Rojo_x4 .buttons a {
  font-family: "Exo", sans-serif;
  border: 1px solid #20221F;
  padding: 10px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  color: #20221F;
  text-decoration: none;
}
.Pen_Sep_25-KPIs_Rojo_x4 .buttons a:hover {
  background-color: #20221F;
  color: #fff;
}
.Pen_Sep_25-KPIs_Rojo_x4 .buttons a.red {
  font-weight: 600;
  border: 1px solid #E41C3D;
  background-color: #E41C3D;
  padding: 10px 20px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}
.Pen_Sep_25-KPIs_Rojo_x4 .buttons a.red:hover {
  background-color: #fff;
  color: #E41C3D;
}
@media (min-width: 768px) {
  .Pen_Sep_25-KPIs_Rojo_x4 .caracteristicas {
    padding: 80px 0;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .wrap {
    gap: 24px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* 2 columnas */
    gap: 20px 24px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards .card {
    padding: 18px;
    gap: 14px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards .card .title {
    font-size: 22px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .buttons {
    flex-direction: row;
    /* ya en fila */
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 32px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .buttons a, .Pen_Sep_25-KPIs_Rojo_x4 .buttons a.red {
    font-size: 16px;
    padding: 12px 22px;
  }
}
@media (min-width: 1024px) {
  .Pen_Sep_25-KPIs_Rojo_x4 .caracteristicas {
    padding: 112px 0;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 h2 {
    font-size: 46px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .sub-title {
    font-size: 18px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    column-gap: 32px;
    row-gap: 24px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards {
    max-width: 830px;
    width: 100%;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .wrap .image {
    max-width: 373px;
    width: 100%;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards {
    display: flex;
    gap: 24px 32px;
    flex-wrap: wrap;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards .card {
    max-width: 395px;
    padding: 20px;
    gap: 16px;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards .card .title {
    font-size: 40px;
    text-align: left;
  }
  .Pen_Sep_25-KPIs_Rojo_x4 .cards .card .text {
    font-size: 18px;
    text-align: left;
  }
}

/*Pen_Sep_25-Izq_Der_Tecnologia*/
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase {
  padding: 64px 0;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 446px;
  
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__media {
  order: 2;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__image {
  border-radius: 30px 0;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    justify-content: center;
    align-items: center;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__media {
    order: 1;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase img {
    width: 100%;
    height: 100%;
    max-height: 446px;
  }
  
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__body {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__item:nth-of-type(even) .feature-showcase__media {
    order: 2;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__item:nth-of-type(even) .feature-showcase__body {
    order: 1;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__title {
    font-size: 40px;
  }
  .Pen_Sep_25-Izq_Der_Tecnologia .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*Pen_Sep_25-Img_izq_desc*/
.Pen_Sep_25-Img_izq_desc .feature-showcase {
  padding: 64px 0;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__item.indiv_v2 {
  display: flex;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__media.v2 {
  order: 1;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__body.v2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__title.title_degraded {
  background: linear-gradient(0deg, #20221F 0%, #BEBEBE 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__title.title_degraded h3 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  background: linear-gradient(0deg, #20221F 0%, #BEBEBE 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.Pen_Sep_25-Img_izq_desc .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Img_izq_desc .feature-showcase__item {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__media.v2 {
    order: 1;
    max-width: 600px;
    width: 100%;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__body.v2 {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__body.v2 {
    display: block;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__title {
    font-size: 40px;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__title.title_degraded h3 {
    font-size: 40px;
  }
  .Pen_Sep_25-Img_izq_desc .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*Pen_Sep_25-Img_Der_Rojo_Izq*/
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase {
  padding: 64px 0;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase img {
  max-width: 100%;
  height: auto;
  display: block;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase * {
  font-family: 'Exo', serif;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__media.derch_img {
  order: 1;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__title.title_red_degraded {
  background: linear-gradient(0deg, #AB1832 0%, #FE3852 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__title.title_red_degraded h3 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
  background: linear-gradient(0deg, #AB1832 0%, #FE3852 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__actions {
  display: flex;
  gap: 16px;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__btn {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-inline: 24px;
  padding-block: 12px;
  line-height: 150%;
  letter-spacing: 0;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__btn.feature-showcase__btn--primary {
  background-color: #E41C3D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__btn.feature-showcase__btn--primary:hover {
  background-color: #fff;
  color: #E41C3D;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__btn.feature-showcase__btn--ghost {
  border: 1px solid #20221F;
  color: #20221F;
}
.Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__btn.feature-showcase__btn--ghost:hover {
  background-color: #20221F;
  color: #fff;
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__item {
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__media.derch_img {
    order: 2;
    max-width: 600px;
    width: 100%;
  }
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__body.izq_rojo {
    order: 1;
    max-width: 600px;
    width: 100%;
  }
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__title {
    font-size: 40px;
    margin: 0px 0px 30px;
  }
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__title.title_red_degraded h3 {
    font-size: 40px;
  }
  .Pen_Sep_25-Img_Der_Rojo_Izq .feature-showcase__text {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

/*Pen_Sep_25-Hero_Izq_sin_btns*/
.Pen_Sep_25-Hero_Izq_sin_btns .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen_Sep_25-Hero_Izq_sin_btns .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_sin_btns .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen_Sep_25-Hero_Izq_sin_btns .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen_Sep_25-Hero_Izq_sin_btns .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen_Sep_25-Hero_Izq_sin_btns .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .breadcrumbs {
  display: none;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .btn.btn--secondery {
  color: #fff;
  border-color: #fff;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .btn.btn--secondery:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .content::before, .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones {
    max-height: 608px;
    height: auto;
    padding: 120px 0;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .breadcrumbs {
    display: flex;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .breadcrumbs .breadcrumbs__list .breadcrumbs__item, .Pen_Sep_25-Hero_Izq_sin_btns .hero--contact-center.tec_inovaciones .breadcrumbs .breadcrumbs__list .breadcrumbs__link {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}


/*Pen_Sep_25-Hero_Izq_dos_btn*/
.Pen_Sep_25-Hero_Izq_dos_btn .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen_Sep_25-Hero_Izq_dos_btn .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_dos_btn .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen_Sep_25-Hero_Izq_dos_btn .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen_Sep_25-Hero_Izq_dos_btn .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen_Sep_25-Hero_Izq_dos_btn .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .breadcrumbs {
  display: none;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .btn.btn--secondery {
  color: #fff;
  border-color: #fff;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .btn.btn--secondery:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .content::before, .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones {
    max-height: fit-content;
    height: auto;
    padding: 120px 0;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .breadcrumbs {
    display: flex;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen_Sep_25-Hero_Izq_dos_btn .hero--contact-center.tec_inovaciones .breadcrumbs .breadcrumbs__list .breadcrumbs__item {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}

/*Pen_Sep_25-Hero_Izq_banner_Tecno*/
.Pen_Sep_25-Hero_Izq_banner_Tecno .video-background-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: fit-content;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 1;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .content-over-video {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .bg-video-mov {
  display: none;
}
@media (max-width: 480px) {
  .Pen_Sep_25-Hero_Izq_banner_Tecno .bg-video-sin-desk-mov {
    display: --bg-desk-sin-mov;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .bg-video-mov {
    display: block;
    height: 100%;
  }
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center {
  height: auto;
  padding: 64px 0;
  position: relative;
  background-position: center;
  background-attachment: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-mob);
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__media {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__media .hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .breadcrumbs {
  display: none;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .hero__title {
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .hero__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Exo", sans-serif;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .btn {
  padding: 12px 24px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid transparent;
  font-family: "Exo", sans-serif;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: fit-content;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .btn.btn--primary {
  background-color: #e41c3d;
  color: #fff;
  border-color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .btn.btn--primary:hover {
  background-color: #fff;
  color: #e41c3d;
}
.Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .content::before, .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .content::after {
  content: none !important;
}
@media (min-width: 768px) {
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-desk);
  }
}
@media (min-width: 1024px) {
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center {
    max-height: 608px;
    height: auto;
    padding: 120px 0;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content {
    max-width: 768px;
    width: 100%;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .hero__title {
    font-size: 46px;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .breadcrumbs {
    display: flex;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .breadcrumbs .breadcrumbs__list {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .Pen_Sep_25-Hero_Izq_banner_Tecno .hero--contact-center .breadcrumbs .breadcrumbs__list .breadcrumbs__item {
    font-size: 14px;
    color: #ADB5BD;
    line-height: 150%;
    letter-spacing: 0;
  }
}