/*-- ANUNCIOS --*/
@font-face {
  font-display: swap;
}
.navbar-blue-static {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
}
.btn-back {
    color: #fff;
    border: 1px solid;
    margin-right: 0px;
}
.btn-back:hover {
    color: #eae8e8;
    border: 1px solid;
    margin-right: 0px;
    transition: 1s;
}
.section-white {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-white_gradient{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #f5f5f5;
    background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(245, 245, 245, 1) 76%, rgba(255, 255, 255, 1) 100%);
}
.section-gray_light {
    background: #fbfbfd;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.font-size-lg {
    font-size: 1.85rem;
}
.text-nav_white {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
}
.icon-circle {
    padding: 0.25rem;
    border-radius: 50%;
    font-size: 1rem;
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
}
.icon-orange {
    color: #fd6a01;
}
.text-bold_content {
    display: contents;
    font-weight: 600;
}
.text-blue_flex {
    display: flex;
    font-size: 1.15rem;
    align-items: center;
    text-align:left;
    line-height: 1.3rem;
    margin-top: 0.5rem;
}
.container-gray {
    background: #fbfbfd;
    padding: 2rem;
    border-radius: 10px;
}
.img-slider_ads {
    max-width: 80%;
    width: auto;
    height: auto;

}
.counter {
    min-height: 100px;
}
.num-counter {
    font-weight: 700;
    font-size: 1.4rem;
}
.title-counter {
    font-size: 1.1em;
    font-weight: 500;
    padding-bottom: 1rem;
}

.title-blue_small {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2rem;
    text-align: center;
}
.text-blue_left {
    font-weight: 400;
    margin-top: -0.5rem;
    font-size: 0.9rem;
    text-align: center;
}
.title-bold_lg {
    font-weight: 700;
    font-size: 2.5rem;
}
.subtitle-blue_lg {
    font-size: 1.3rem;
    margin-top: -0.5rem;
    font-weight: 500;
}
.cta-arrow_wsp {
    display: block;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    background: #2655d2;
    color: #fff;
    max-width: 55%;
    margin-top: 1rem;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.cta-arrow_wsp:hover {
    background:#33517A;
    transition:1s;
    color:#FFF;
}
.cliente_list_item {
    padding-bottom: 1rem;
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 14%);
    border-radius: 0.5rem;
    min-height: 435px;
    background: #fff;
}
.section-blue {
    background: linear-gradient(45deg, #34517a, var(--secondary-color));
    padding-top: 1rem;
    color: #fff;
}
.section-blue_footer {
    background: linear-gradient(45deg, #34517a, var(--secondary-color));
    padding-top: 1rem;
    color: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.title-cta_white {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}
.subtitle-cta_white {
    font-size: 1.3rem;
    font-weight: 300;
    color:#fff;
    margin-top: -0.5rem;
}
.btn-white {
    font-size: 1.355rem;
    background: #fff;
    color: var(--body-txt-default-color);
    font-weight: 700;
    border-radius: 10px;
    margin-top: 1rem;
    padding-bottom: 0.4rem;
}
.btn-orange:hover {
    background: #fb6326;
    color: #fff;
    transition:1s;
}
.container-blue {
    background: linear-gradient(45deg, #2655d2, #2d52ca);
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.title-white_lg {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
}
.subtitle-white_lg {
    margin-top: -0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

/* Card beneficios */
.card-border {
    text-align: center;
    padding-top: 3rem;
}

.card-border_info {
    padding: 1rem;
}

.card-border {
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    margin-top: 1rem;
}
.card-img_ads {
  width: 100%;
  text-align: center;
}
.card-img_page {
    margin-top: 3rem;
}
.card-img_ads img {
  width: 80%; /* Ajusta este valor según se necesite */
  height: auto;
}
.title-xl {
    font-size: 2.3rem;
    font-weight: 500;
}
.subtitle-blue_xl {
    font-size: 2rem;
    font-weight: 700;
}
.text-keywords {
    padding-right: 0rem;
    text-align: justify;
}
.btn-primary_xl {
    background-color: var(--secondary-color);
    color: var(--primary-contrast);
    padding: 0.6rem;
    border-radius: 25px;
    font-size: 1.3rem;
    font-weight: 600;
    width: auto;
    min-width: 160px;
}
.btn-primary_xl:hover, .btn-primary_xl:focus, .btn-primary_xl:active, .btn-primary_xl:disabled, .btn-primary_xl:not(:disabled):not(.disabled).active, .btn-primary_xl:not(:disabled):not(.disabled):active, .show>.btn-primary_xl.dropdown-toggle {
    background-color: var(--body-txt-default-color);
    color:#FFF;
    transition: 2s;
}
.btn-primary:hover {
    transition: 2s;
}
.btn-orange {
    background-color: var(--color-orange);
    color: #fff;
    padding: 0.8rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    width: auto;
}
lite-youtube.custom-lite-youtube.container-high {
   height: 450px;
}
.star-yellow {
    color: #fdb602;
    margin-left: 0.15rem;
}
.entry_post_info {
    font-weight: 300;
    margin-bottom: 0.3rem;
}
.item-list_flex {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 1.1rem;
}
.text-list_flex {
    padding-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.card-title_blue {
    font-weight: 700;
    font-size: 1.2rem;
}
.card-text_small {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.card-enlace_right {
    text-align: end;
    display: block;
    margin-top: 1rem;
    text-decoration: underline;
    font-weight: 700;
    color: #2068c5;
}
.card-enlace_right:hover{
    text-decoration: underline!important;
    color:  var(--secondary-color);
}
/* PRECIOS */
.precios-title_plan {
    font-size: 3rem;
    font-weight: 700;
}
.precios_subtitle_plan {
    line-height: 24px;
    font-size: 1rem;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    padding: 0rem 3rem;
    padding-bottom: 1rem;
}
.list-price-plan {
    font-size: 1.7rem;
    font-weight: 700;
}
i.fas.fa-toggle-on {
    font-size: 1.3rem;
    color: #93C47D;
}
.icon-off {
    color: #cccccc !important;
    transform: rotate(180deg);
}
.box-precios {
    text-align: center;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 14%);
    padding: 40px 10px 40px 10px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.5s linear;
    cursor: pointer;
    display: block;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.btn-tertiary {
    color: #34517a;
    font-size: 13pt;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 1rem;
}
.btn-tertiary:hover {
    color: #2068C5;
    text-decoration: underline;
}
.lista-precios {
    line-height: 2;
    padding-left: 2.3rem;
    text-align: left;
}
.section-page-precios{
    padding-top: 4rem;
}
.list-text_price {
    padding-top: 10.5rem;
    margin-left: 1rem;

}
.list-item_price {
  line-height: 2.8;
  font-size: 1.1rem;
  font-weight: 500;
}
.list-price-plan {
  font-size: 1.7rem;
  font-weight: 700;
}

.precios_subtitle_plan {
    line-height: 24px;
    font-size: 1rem;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    padding: 0rem 3rem;
    padding-bottom: 1rem;
}
.cabecera_seccion_title_price {
  color: #505975;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
.cabecera_seccion_text_price {
font-size: 1.5rem;
  font-weight: 400;
  color: #8596A6;
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-page-precios_icon {
  padding-top: 8rem;
  background: #fff;
}

.box-price_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.icon-price_icon {
  margin-bottom: 30px;
  background: #F7F7F7;
  margin-left: 10px;
  width: 240px;
  padding: 17px 10px 10px 10px;
  height: 120px;
  text-align: center;
  display: block;
  border-radius: 10px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
}
.section-tabla_precios {
    padding-top: 6rem;
}
.table-fixed-price {
    table-layout: fixed;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}

.title-tabla_precios{
    border-top: 2px solid transparent;
    font-size:1.5rem;
    text-align:center;
}

.title-tabla_precios {
    font-size: 1.8rem;
    font-weight: 700;
}

.table-comparison_title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem!important;
    background:#f2f5f8;
}
.table-comparison_title:hover{
  background:#eff3f7;
}
.item-precios_comparison:hover{
  background:#eff3f7;
}

.table_text-p {
    font-size: 0.8rem;
    border-left: 1px solid transparent!important;
    font-weight:500;
}
.item-tabla-precios {
    padding: 10px 0px 0px 10px!important;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    font-weight: 500;

}
.c-green{
    color:#1caa86;
}
.c-gray{
    color:#979797;
}
.card-link_page {
    font-size: 1.1rem;
    color: var(--body-txt-default-color);
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 0.3rem;
}
.card-event {
    box-shadow: 0px 10px 15px -3px #b9b8b8;
    min-height: 19em;
    padding: 1em;
}
.area_background-gray {
    background: #F0F2F4;
}
.img-border-radius {
    border-radius: 10%;
}
.title-text_data {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.card-border_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
}
@media screen and (min-width:992px){
.font-size-lg {
    font-size: 1.8rem;
    margin-right: 1rem;
}
.logo-left {
    margin-left: 1.2rem;
    max-width: 80%;
}
.text-nav_white {
    font-size: 1.7rem;
    margin-right: 1.2rem;
}
.img-slider_ads {
    max-width: 400px;
    margin-left: 1.5rem;
}
.img-border_radius {
    border-radius:5%;
}
.text-blue_flex {
    padding-right:4rem;
}
.title-white_lg {
    font-size: 2.3rem;
}
.subtitle-white_lg {
    font-size: 1.3rem;
}
.cta-arrow_wsp {
    max-width: 35%;
    margin-right:0px;
}
.title-blue_small {
    text-align: left;
    font-size: 1.3rem;
}
.text-blue_left {
    text-align: left;
    font-size: 1rem;
}
.title-counter {
    font-size: 1.25rem;
    padding-bottom: 0rem;
}
.num-counter {
    font-size: 2rem;
}
.card-border {
    padding-top: 1rem;
}
.card-border_text {
    font-size: 1.05rem;
}
.title-xl {
    font-size: 3.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
lite-youtube.custom-lite-youtube.container-high {
   height: 575px;
}
.subtitle-blue_xl {
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.text-keywords {
    padding-left: 1rem;
    }
    .accordion {
    padding-left: 1rem;
}
    .partner_info {
        flex-direction: row;
        display: flex;
        gap: 15px;
    }
    .img-border-radius {
    margin-left: 5rem;
}
.card-text_data {
    padding-right: 4rem;
    padding-left: 4rem;
}
.text-list_flex {
    padding-left: 3rem;
}
}

/* LP Autoatención - Ecommerce*/
/* Linea de paso a paso contratación */
.number-border_round {
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1;
    position: relative;
    align-content: center;
    display: block;
    margin-bottom: 1.5rem;
}
.timeline-card.active .number-border_round {
    color: #fff;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.timeline-card.active .timeline-card_content {
  background-color: white;
  border: 1px solid var(--secondary-color);
  -webkit-box-shadow: 0px 50px 80px 0px rgba(0, 11, 40, 0.08);
  box-shadow: 0px 50px 80px 0px rgba(0, 11, 40, 0.08);
}

.timeline-card_content {
    border-radius: 5px;
}
.timeline-card_text {
    padding: 1rem;
    min-height: 120px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}
.timeline-card_text_lg {
    padding: 1rem;
    min-height: 120px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.45rem;
}
.timeline-card .separator {
    position: absolute;
    top: 15px;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
    left: -51%;
    z-index: 0;
}
.timeline-card .separator:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    background: var(--secondary-color);
    height: 1px;
    left: 0;
    z-index: 0;
    -webkit-transition: width 0.5s linear;
    -o-transition: width 0.5s linear;
    transition: width 0.5s linear;
}
.timeline-card.active .separator:before {
  width: 100%;
}
.timeline-card:hover .number {
    background: var(--secondary-color);
    color: #fff;
}
.timeline-card {
    margin-bottom: 3rem;
}
.timeline-card_text {
    margin: 1rem 1rem;
    font-size:1.1rem;
    font-weight: 500;
}
.icon-card {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #34517ac4;
}
.card-service {
    background: #fff;
    border-left: 10px solid var(--body-txt-default-color);
    padding: 0.8rem;
    border-radius: 0px 12px 12px 0px;
    box-shadow: 0px 1px 4px 1px rgb(200, 200, 200);
    width: 95%;
    margin-top: 1.1rem;
    height: 100%;
}
.section_pb_gr {
  background:var(--secondary-color);
  margin-bottom: 3rem;
}
.title_blue-d {
  font-weight: 400;
  font-size: 1.1rem;
  padding-top: 0.5rem;
}
.background_pb {
  height: auto;
  width: auto;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.btn_back_blue {
    background: var(--secondary-color);
    color: #fff;
    padding: 7px 10px 7px 10px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 2rem;
    display: table;
}
.btn_back_blue:hover {
    background: var(--secondary-hover-color);
    color:#fff;
    transition: 1s;

}

.btn-cta_white {
    background: #fff;
    color: #33517A;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 42%;
    font-size: 0.9rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.3rem;
}
.text-back-pb {
    font-size: 0.9rem;
    font-weight:300;
}
.table-fixed-price {
    margin-top: 3rem;
    color: var(--body-txt-default-color);
}

span#btn-icon {
    font-size: 1.3rem;
}
.btn-collapse {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #fff;
    font-size: 1.2rem;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem;
    color: var(--body-txt-default-color);
}

@media (min-width: 992px) {
   .section_pb_gr {
    height: 40vh;
    }
    .modal-700{
    min-width:700px;
    }
  }
  .section-blue {
    margin-bottom: 3rem;
}
.img-absolute {
  position: absolute;
  left: 15%;
  top: -50%;
}
.box-textback-pb {
  padding-top: 2rem;
}
.text-back-pb {
    font-size: 1.2rem;
    }
    .btn-cta_white {
    font-size: 1.05rem;
    padding: 0.5rem;
  }
  }
@media (max-width: 992px) {
    .timeline-card .separator {
        display: none;
    }
}
/* FAQ */
details {
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
    cursor: pointer;
}

summary {
    font-weight: 600;
    font-size: 1rem;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
details summary::-webkit-details-marker {
    display: none;
}
details[open] {
    padding: 0.5em;
    border: none;
    background-color: var(--background-gray);
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}

details:hover {
    background-color: #fafafa;
}

details summary::after {
    content: "+";
    float: right;
    font-size: 1.2em;
    color: green;
}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 1rem;
    color: green;
}

.resp-faq {
    font-size: 1rem;
}
/* ==========================================================================
   FAQ — Acordeón nativo con estilo .item-accordion
   Combina <details>/<summary> (semántica nativa, sin JS) con los estilos
   visuales del patrón .item-accordion usado en otras LPs.
   ========================================================================== */

details.item-accordion {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

details.item-accordion[open] {
    background: var(--bs-gray-100);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    padding: 0;
}

details.item-accordion summary.btn-accordion {
    list-style: none;
    margin: 0;
    cursor: pointer;
}

details.item-accordion summary.btn-accordion::-webkit-details-marker {
    display: none;
}

details.item-accordion summary.btn-accordion::after {
    content: none; /* Anula el "+" del bloque details genérico */
}

details.item-accordion[open] summary.btn-accordion::after {
    content: none; /* Anula el "-" del bloque details genérico */
}

details.item-accordion[open] summary.btn-accordion .icon-chevron {
    transform: rotate(90deg);
}

details.item-accordion .icon-chevron {
    transition: transform 0.3s ease;
    color: #2d4f88;
    font-size: 0.9rem;
}


/* footer */
.section-footer {
    background: var(--primary-color);
    color: var(--primary-contrast);
    padding-top:2rem;
    padding-bottom:2rem;
}
.footer-list-title {
    font-weight: 700;
    font-size: 1.15rem;
    padding-bottom: 0.5rem;
}
.footer-icon, .footer-list-title, .footer-text_dest, .footer_contactanos, .footer-list-item {
    color: var(--primary-contrast);
}
.footer-icon {
    font-size: 1rem; 
    margin: 10px; 
    display: contents;
    padding: 12px; 
    min-width: 48px;
    min-height: 48px;
}

.footer-icon i {
    padding: 10px;
}

.footer-list-star a {
    margin-right: 15px; 
}

.footer-contactanos {
    text-decoration: none;
    color: inherit;
}
.footer-icon:hover {
    opacity: 0.5;
    color: var(--primary-contrast);
}
.footer-list-item:hover{
    opacity: 0.5;
    color: var(--primary-contrast);
}
.footer_contactanos:hover {
    opacity: 0.5;
    color: var(--primary-contrast);
}
.footer-list {
    padding-top: 3rem;
}
.footer-list-star{
    padding-bottom:1rem;
}
.footer-list-end{
    padding-bottom:1rem;
}
.footer-text_dest {
    color: #fff;
    font-size: 1.6rem;
    text-align: start;
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

.divider-line {
    border-bottom: 1px solid;
}
@media (min-width: 992px) {
    .footer-text_dest {
        font-size: 2.1rem;
        text-align: end;
        padding-left: 13rem;
        padding-right: 0rem;
    }
    .footer-list-end {
    text-align: end;
    font-size: 1.1rem;
}
}


/* Estilos generales del acordeón keywords LPS Ads */

.title-accordion {
  font-size: 1.1rem;
  font-weight: 800;
  padding-right: 1rem;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Espacio entre ítems */
  margin-bottom:2rem;
}

/* Estilo del ítem del acordeón */
.item-accordion {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}


/* Botón del acordeón */
.btn-accordion {
  background: #f9f9f9; 
  border: none;
  color: #2d4f88;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* Hover del botón */
.btn-accordion:hover {
    background-color: #e8f0fe;
    color: #2068c5;
}

/* Sombra cuando está activo */
.item-accordion.active {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.content-accordion {
    padding: 15px 0; 
}

/* Contenido desplegable */
.text-accordion {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9rem;
    color: #6e6e6e;
    font-weight: 500;
}

/* Rotación del ícono */
.icon-chevron {
  transition: transform 0.3s ease; 
}

.btn-accordion[aria-expanded="true"] .icon-chevron {
  transform: rotate(90deg);
}
.fixed-image {
    position: relative; 
    min-height: 100%; 
}

.fixed-image img {
    position: sticky;
    top: 0;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .title-accordion {
        font-size: 1.2rem;
    }
}

/** COMPETENCIA **/

.table-fixed-comparison {
    padding:5rem;
    color: #33517A;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background:#fff;
    border-radius: 1rem;
}
.title-tabla_comparison {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 4rem;
}
.item-tabla_comparison {
    font-size: 1.05rem;
    font-weight: 500;
    text-align: center;
}
.item-comparison:hover {
    background-color: #e8f0fe;
    color: #2068c5;
    }
.item-bg_lg{
    background:#fbfbfd;
}
.card-text_icon {
    padding-bottom: 2rem;
}
.card-text_title {
    font-size: 1.4rem;
    font-weight: 700;
}
.list-lp_center {
    font-size: 1.08rem;
}
.item-lp_center {
    margin-bottom: 1rem;
    line-height: 1.8rem;
}
.card-reviews_comp {
    margin-bottom: 3rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1rem;
    padding: 2rem;
}
.border-t {
    border-top: 2px solid;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.fa-face-frown-open {
    background: #ece9e9;
    padding: 0.4rem;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #274268;
}
.icon-backblue_lg {
    font-size: 1rem;
    background: #2068c5;
    padding: 0.5rem;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 0.7rem;
}
.card-text_paragraph {
    text-align: justify;
    padding-right: 3rem;
    font-size: 0.9rem;
}
.card-reviews_title {
    font-size: 1.7rem;
    font-weight: 700;
}
.card-right_p {
    font-size: 0.9rem;
    font-weight: 300;
}

.card-right_enlace {
    font-size: 0.9rem;
    font-weight: 800;
    color: #2068c5;
    text-decoration: underline !important;
}
.card-right_enlace:hover {
    color: #34517a;
}
.section-blue_light {
    background: linear-gradient(45deg, #34517a, #729cd2);
    color: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
@media (min-width: 992px) {
.list-lp_center {
    font-size: 1.05rem;
    margin-left:20%;
}
}



/*   APP BSALE */
.app-list {
    list-style: outside;
    text-align: left;
}

.area_slider-lb {
  background: #EBF0FB;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.card-app_title {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}
.card-review{
    padding: 2rem;
    box-shadow: 0px 10px 15px -3px #b9b8b8;
    min-height: 23rem;
    text-align: left;
}
.review-star{
    color: #fbbe28;
    margin-bottom:0.5rem;
}
.title-orange {
    color: #FF5C1A;
}
.name-review {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

.card-review_top {
    text-align: left;
    font-weight: 400;
    font-size: 1.1rem;
    font-style: italic;
}

/* RRHH */
.history-section {
    padding-top:6rem;
    padding-bottom:6rem;
}
.card-text_sm {
    padding: 2rem;
    box-shadow: 0px 10px 15px -3px #b9b8b8;
    min-height: 18rem;
    text-align: center;
    align-content: center;
    margin: 1rem 1rem;
    font-size: 1.1rem;
    border-radius: 15px;
}
.title-card_blue {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
}
.text-card_blue {
    font-size: 1rem;
    text-align: left;
}
.timeline-wrapper {
    overflow: hidden;
    width: 100%; /* El 100% del ancho del contenedor */
    display: flex;
    justify-content: flex-start;
    cursor: grab;
}

.timeline {
    position: relative;
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 2rem;
    user-select: none;
}

.timeline-item {
    position: relative;
    overflow: visible;
    min-width: 25%; /* Cada elemento ocupa un tercio del ancho */
}

.year {
    position: relative;
    top: 15px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    background: #2d5891;
    padding: 5px 10px;
    border-radius: 3%;
    z-index: 100;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.content-timeline_card {
    border-radius: 5px;
    padding: 1rem;
    background: white;
    border: 1px solid var(--secondary-color);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
    min-height: 170px;
    align-content: center;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e1e1e1;
    z-index: -1;
}

.prev-btn, .next-btn {
    background: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.card-offer {
    min-height: 240px;
}
.title-table_sm{
    font-size: 1em;
    font-weight: 700;
}
.table-title_sm{
    font-size: 0.8rem;
}
table-item_sm {
    font-size: 0.8rem;
}

.table_link {
    font-size: 0.8rem;
    color: var(--primary-color);
    text-decoration: underline;
}
.table_link:hover {
    color: var(--secondary-color);
    text-decoration: underline!important;
}


@media (min-width: 992px) {
.table_link {
    font-size: 1.1rem;
}
.title-table_sm{
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
}
.table-title_sm{
    font-size: 1.1rem;
}
table-item_sm {
    font-size: 1.1rem;
}
}

/* PODCAST*/
.title-slider_white {
    font-size: 3rem;
    color: #fff;
    font-weight: 800;
    text-shadow: 5px 5px 7px rgb(0 0 0 / 73%);
}
.subtitle-slider_white {
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 2rem;
}
/* Banner Era digital*/
.hero-section {
    background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/img-era-digital-podcast.webp);
    background-size: cover;
    background-position: top center;
    height: 80vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.hero-section .container {
  position: relative;
  z-index: 3;
}
/* Banner MKT para David */
.img-podcast_mkt {
    background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/mkt-para-david-elvira2.webp);
    background-size: cover;
    background-position: top center;
    height: 80vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.img-podcast_mkt .container {
  position: relative;
  z-index: 3;
}
/* Banner Podcast Dementes */
.img-podcast_dementes {
    background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/img-podcast-dementes-bsale.webp);
    background-size: cover;
    background-position: top center;
    height: 80vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.img-podcast_dementes .container {
  position: relative;
  z-index: 3;
}

/* RUBROS */
.banner-testimonio_moda {
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/banner-testimonio-cliente-bsale-chamela.webp);
    background-size: cover;
    background-position: top center;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.banner-testimonio_moda .container {
  position: relative;
  z-index: 3;
}
.banner-testimonio_alimentos {
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/testimonio-destacado-befree.webp);
    background-size: cover;
    background-position: top center;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.banner-testimonio_alimentos .container {
  position: relative;
  z-index: 3;
}

.banner-reportes_moda{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/banner-moda-inventario.webp);
    background-size: cover;
    background-position: top center;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.banner-reportes_moda .container {
  position: relative;
  z-index: 3;
}

.banner-reportes_alimentos{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/banner-alimentos-inventario.webp);
    background-size: cover;
    background-position: top center;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.banner-reportes_alimentos .container {
  position: relative;
  z-index: 3;
}
.banner-testimonio_sandia{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/testimonio-bsale-sandia-collection.webp);
    background-size: cover;
    background-position: top center;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.banner-testimonio_sandia .container {
  position: relative;
  z-index: 3;
}
.text-time {
    font-size: 1rem;
    text-align: left;
    margin-top: -10px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.enlace-play {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    background: #fff;
    max-width: 200px;
    color:#000;
}
.box-reel_vertical {
    height: auto;
    width: 85%;
}

.icon-list_small {
    color: var(--primary-color);
}
.icon-blue_secondary {
    color: var(--secondary-color);
}
.text-list_small {
    font-weight: 600;
    font-size: 1.02rem;
}

.section-blue_deg {
    background: linear-gradient(45deg, #282929, var(--secondary-color));
    padding-top: 1rem;
    color: #fff;
    padding-bottom: 1rem;
}

.card-reel_title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 1rem;
        text-decoration: underline;
    }

    .icon-insta_color {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    color: white;
    padding: 0.2rem;
    border-radius: 10px;
}
.card-reel_img {
    margin-bottom: 2rem;
}
.title-background_blue {
    background: linear-gradient(45deg, var(--secondary-color), #282929);
    color: #fff;
    padding: 1rem;
    font-size: 2.6rem;
    font-weight: 800;
    font-family: var(--font-cursive-family);
    font-style: italic;
}
.subtitle-blue_text {
    font-size: 1.25rem;
    font-weight: 500;
}
.btn-enlace_black {
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    background: #000000;
    border: 1px solid #f1f1f1;
    max-width: 200px;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
}
.btn-enlace_black:hover {
    background: #414141;
    border: 1px solid #f1f1f1;
    color: #fff;
}
.btn-enlace_white {
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    background: #fff;
    max-width: 200px;
    color: #000;
    border: 1px solid #000000;
    margin-left: 2px;
    margin-right: 2px;
}
.btn-enlace_white:hover {
    background: #fff;
    color: #414141;
    border: 1px solid #414141;
}

@media (min-width: 992px) {
.subtitle-blue_text {
    padding-left: 5rem;
    padding-right: 5rem;
}
}

@media (max-width: 767px) {
  .hero-section {
    background-image: url('https://dojiw2m9tvv09.cloudfront.net/68984/2/slider-era-digital-podcast-mobile.webp');
    height: 350px;
}
  .img-podcast_dementes {
    background-image: url('https://dojiw2m9tvv09.cloudfront.net/68984/2/img-podcast-dementes-bsale-mobile.webp');
    height: 350px;
  }
.img-podcast_mkt {
    background-image: url(' https://dojiw2m9tvv09.cloudfront.net/68984/2/mkt-para-david-elvira-mobile.webp');
    height: 350px;
}

  .banner-testimonio_moda {
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/testimonio-cliente-bsale-chamela-mobile.webp);
    height: 350px;
}
  .banner-testimonio_alimentos {
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/testimonio-destacado-befree-mobile.webp);
    height: 350px;
}
.banner-reportes_moda{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/banner-moda-inventario-mobile.webp);
        height: 350px;
        margin-bottom: 3rem;
        margin-top: -1rem;
}
.banner-reportes_alimentos{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/banner-alimentos-inventario-mobile.webp);
        height: 350px;
        margin-bottom: 3rem;
        margin-top: -1rem;
}

.banner-testimonio_sandia{
background-image: url(https://dojiw2m9tvv09.cloudfront.net/68984/2/testimonio-bsale-sandia-collection-mb.webp);
        height: 350px;
        margin-bottom: 3rem;
        margin-top: -1rem;
}
  .title-slider_white {
    font-size: 1.5rem;
    }
    .subtitle-slider_white {
        font-size: 1.15rem;
        padding-bottom: 1rem;
}
.p-slider_white {
    font-size: 1rem;
}
.list-right{
    padding-left: 0.4rem;
}

}

 /* Estilo por defecto (mobile): texto primero, imagen después */
  .custom-flex-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  /* A partir de 768px (md): imagen primero, texto después */
  @media (min-width: 768px) {
    .custom-flex-mobile {
      flex-direction: column;
    }
  }
.custom-arrow {
  font-size: 2rem;
  color: black;
  background: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
h2#main-number {
    color: #1D68C5;
    font-size:3.5rem;
}
p#main-description {
font-size:2.4rem;
font-weight:400;
}

.title_cte {
    font-weight: 600;
    font-size: 1.2rem;
}