.negro {
    color: black !important;
}

.alinear-top {
    align-items: flex-start !important;
}

.alinear-centro {
    align-items: center !important;
    max-width: 100%;
}

.menu_favoritos li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.menu_favoritos li a.link {
    color: black;
    display: block;
    margin: 0 !important;
    padding: 7px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 1);
    font-family: var(--font-family-bold);
}

.menu_favoritos li:last-child a.link {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.menu_favoritos ul li:last-child a.link {
    border-bottom: 0px solid rgba(0, 0, 0, 1);
}

.menu_favoritos li a.favorito {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 24px;
    cursor: pointer;
}

.menu_favoritos>li>div.sub_menu>ul>li>a.link {
    padding-left: 30px !important;
    font-family: var(--font-family-ligth);
}

.menu_favoritos>li>div.sub_menu>ul>li>div.sub_menu>ul>li>a.link {
    padding-left: 60px !important;
    font-family: var(--font-family-ligth);
}

.menu_favoritos>li>div.sub_menu>ul>li>div.sub_menu>ul>li>div.sub_menu>ul>li>a.link {
    padding-left: 90px !important;
    font-family: var(--font-family-ligth);
}

.p_descarga {
    border-top: 1px solid rgba(0, 0, 0, 1);
    margin: 0 !important;
    padding: 0 !important;
}

.p_descarga a {
    color: black;
    display: block;
    margin: 0 !important;
    padding: 7px 0 !important;
}

.contenido_bk {
    width: 100%;
    height: calc(100vh - 74px - 60px);
    margin-top: 100px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.tools_bk {
    position: fixed;
    right: calc(50% - 550px);
    width: auto;
    height: auto;
    top: 50px;
    border: none;
    padding: 0;
    opacity: 0;
    z-index: 1000;
    /* Alta prioridad para flotar globalmente */
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* separacion entre grupos top y bottom si los hay */
}

html.loaded .tools_bk {
    opacity: 1;
    top: 105px;
    /* Misma altura en la que estaban originalmente */
}

.tools_bk .tools_bk_bottom {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.tools_bk .tools_bk_top {
    display: flex;
    flex-direction: row;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    /* Cortina desde arriba */
    transition: all 0.4s ease;
    pointer-events: none;
}

html.tools_open .tools_bk .tools_bk_top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.tools_bk a.btn_tools_bk {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 16px;
    color: var(--font-color);
    background-color: white;
    border-radius: 4px;
}

.tools_bk a.btn_tools_bk:hover {
    background: var(--primary-color);
    color: white;
}

.contenido_bk .wrap_contenido_bk {
    box-sizing: border-box;
    height: calc(100vh - 74px - 60px);
    opacity: 0;
}

html.loaded .contenido_bk .wrap_contenido_bk {
    opacity: 1;
}

.contenido_bk .wrap_contenido_bk .scroll_contenido_bk {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%;
}

.contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

@media screen and (max-width: 1439px) {
    .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
        width: 1020px;
    }
}

@media screen and (max-width: 1279px) {
    .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
        width: 800px;
    }
}

@media screen and (max-width: 1179px) {
    .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
        width: 700px;
    }
}


.contenido_bk .wrap_contenido_bk .breadcrumb_bk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.contenido_bk .wrap_contenido_bk .breadcrumb_bk>div {
    background-color: white;
    width: 1100px;
    font-size: 14px;
    line-height: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px;
}

.contenido_bk .wrap_contenido_bk .breadcrumb_bk>div>ul>li {
    display: inline-block;
    margin-right: 5px;
}

.contenido_bk .wrap_contenido_bk .breadcrumb_bk>div>ul>li a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1439px) {
    .contenido_bk .wrap_contenido_bk .breadcrumb_bk>div {
        width: 1040px;
    }

    .tools_bk {
        right: calc(50% - 520px);
    }
}

@media screen and (max-width: 1279px) {
    .contenido_bk .wrap_contenido_bk .breadcrumb_bk>div {
        width: 820px;
    }

    .tools_bk {
        right: calc(50% - 410px);
    }
}

@media screen and (max-width: 1179px) {
    .contenido_bk .wrap_contenido_bk .breadcrumb_bk>div {
        width: 720px;
    }

    .tools_bk {
        right: calc(50% - 360px);
    }
}


@media screen and (max-width: 1023px) {

    .tools_bk {
        right: 15px;
        /* Margen estandar para movil */
        border: none;
        width: auto;
        gap: 5px;
        /* Menor separacion entre grupos */
    }

    .tools_bk a.btn_tools_bk {
        width: 25px;
        height: 25px;
        line-height: 23px;
        font-size: 14px;
    }

    .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
        width: calc(100% - 50px);
        margin-left: 25px;
    }

    .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div.breadcrumb_bk>div {
        width: calc(100% - 50px);
        margin-left: 25px;
        padding-left: 0;
    }

    html[data-slug="rating"] #content_for_search .gv_flex {
        flex-direction: column;
    }

    .gv_content_format .gv_pack_counter_table .gv_tabla_wrapper {
        overflow-x: hidden;
    }

    .gv_content_format .gv_pack_counter_table .gv_tabla_wrapper .gv_tabla {
        min-width: 100%;
    }
}


/* === ENTREVISTAS PAGE === */
html[data-slug="entrevistas"] .contenido_bk .wrap_contenido_bk .scroll_contenido_bk>div#content_for_search {
    width: 100%;
    padding: 30px 0 0 0;
    height: 100%;
    max-height: 100%;
}

html[data-slug="entrevistas"] .scroll_contenido_bk {
    overflow: hidden;
}

.entrevistas_blocks {
    display: flex;
    width: 100%;
    height: 100%;
}

.entrevistas_block {
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

.entrevistas_block_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
    transition: background 0.4s ease;
}

.entrevistas_block:hover .entrevistas_block_overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
}

.entrevistas_block_text {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    text-align: center;
}

.entrevistas_block_text h2 {
    color: white;
    font-family: var(--font-family-ligth);
    font-size: var(--font-size-h2);
    line-height: var(--font-lh-h2);
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .entrevistas_blocks {
        flex-direction: column;
    }

    .entrevistas_block {
        width: 100%;
        height: 50%;
    }
}


/* === HITOS PAGE === */
.gv_mb_40 {
    margin-bottom: 40px;
}

.hitos_section_title {
    font-family: var(--font-family-bold);
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
}

.hitos_grid>.hitos_section_title {
    margin-bottom: 0;
}

.hitos_section_subtitle {
    font-family: var(--font-family-bold);
    font-size: 20px;
    margin: 25px 0 15px 0;
}

.hitos_square {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex-shrink: 0;
}

.hitos_square.orange {
    background-color: var(--primary-color);
}

.hitos_square.blue {
    background-color: #b8dde6;
}

.hitos_square.yellow {
    background-color: #ffd966;
}

.hitos_grid {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.hitos_grid_2col>* {
    flex: 1;
}

.hitos_grid_3col>* {
    flex: 1;
}

.hitos_column {
    display: flex;
    flex-direction: column;
}

.hitos_column_title {
    font-family: var(--font-family-bold) !important;
    font-size: 20px !important;
    line-height: 1.3em;
    margin: 0;
    min-height: 52px;
}

.hitos_column_title_large {
    font-family: var(--font-family-bold) !important;
    font-size: 20px !important;
    line-height: 1.3em;
    margin: 0;
}

.hitos_card {
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

.hitos_card_orange {
    background-color: var(--primary-color);
    color: black;
}

.hitos_card_grey {
    background-color: #f2f2f2;
}

.gv_bg_yellow {
    background-color: #ffd966;
}

.gv_bg_blue_light {
    background-color: #b8dde6;
}

.hitos_card_white {
    background-color: white;
}

.hitos_card_bordered {
    border: 2px solid var(--primary-color);
}

.hitos_card_bordered_blue {
    border: 2px solid #b8dde6;
}

.hitos_card_full {
    width: 100%;
}

.hitos_card_label {
    font-family: var(--font-family-bold) !important;
    font-size: 16px !important;
    margin: 0 0 5px 0;
}

.hitos_card_label_bold {
    font-family: var(--font-family-bold) !important;
    font-size: 20px !important;
    line-height: 1.3em;
    margin: 0;
}

.hitos_card_number {
    font-family: var(--font-family-ligth);
    font-size: 40px;
    line-height: 1.1em;
    margin: 5px 0;
}

.gv_content_format p.hitos_card_number_big,
p.hitos_card_number_big {
    font-family: var(--font-family-ligth) !important;
    font-size: 40px !important;
    margin: 10px 0 !important;
    padding-bottom: 10px;
    line-height: 30px;
}

.hitos_unit {
    font-size: 0.5em !important;
    vertical-align: baseline;
}

.hitos_card_square {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hitos_card_sublabel {
    font-family: var(--font-family-bold) !important;
    font-size: 16px !important;
    line-height: 1.4em;
    margin: 0;
}

.hitos_card_text {
    font-size: 15px;
    line-height: 1.5em;
    margin: 5px 0;
}

.hitos_card_number_inline {
    font-size: 16px;
    margin: 5px 0;
}

.gv_c_primary {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 28px;
}

.hitos_card p {
    line-height: 1.5em;
}

.hitos_genero_row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.hitos_genero_icon {
    flex-shrink: 0;
}

/* === RESULTADOS PAGE === */
.resultados_kpi_section {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 4px;
    margin: 30px 0;
}

html[data-slug="resultados"] .gv_content_format p.hitos_card_number_big,
html[data-slug="resultados"] p.hitos_card_number_big {
    font-size: 40px !important;
}

html[data-slug="resultados"] .gv_content_format .gv_flex,
html[data-slug="la-accion"] .gv_content_format .gv_flex {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.gv_flex_gap_30 {
    display: flex;
    gap: 30px;
}

.gv_flex_gap_30>* {
    flex: 1;
}

.resultados_kpi_col_blue {
    background-color: #daeef5;
    padding: 20px;
    border-radius: 4px;
}

.resultados_kpi_col_blue2 {
    background-color: #b4e5f7;
    padding: 20px;
    border-radius: 4px;
}

.resultados_kpi_title {
    font-family: var(--font-family-bold) !important;
    font-size: 20px !important;
    color: black !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3em !important;
}

.gv_mb_15 {
    margin-bottom: 15px;
}

.gv_text_default {
    font-family: var(--font-family-bold) !important;
    margin: 0;
    color: black;
    margin-bottom: 25px !important;
    font-size: 18px !important;
}

.resultados_kpi_sublabel {
    font-size: 18px !important;
    color: #363636;
    margin: 0;
    line-height: 14px;
}

/* Geo cards */
.resultados_geo_card {
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.resultados_geo_card h3 {
    font-family: var(--font-family-bold) !important;
    font-size: 20px !important;
    color: black !important;
    margin-bottom: 20px;
}

.resultados_geo_blue {
    background-color: #daeef5;
}

.gv_bg_naranja {
    background-color: var(--primary-color);
}





.gv_flex_gap_30>* {
    flex: 1;
}

@media screen and (max-width: 1023px) {

    .gv_flex_gap_30,
    .gv_flex_gap_30 {
        flex-direction: column;
    }

    .gv_content_format .gv_flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .gv_content_format .gv_flex>.gv_w_20,
    .gv_content_format .gv_flex>.gv_w_25,
    .gv_content_format .gv_flex>.gv_w_30,
    .gv_content_format .gv_flex>.gv_w_33,
    .gv_content_format .gv_flex>.gv_w_40,
    .gv_content_format .gv_flex>.gv_w_50,
    .gv_content_format .gv_flex>.gv_w_60,
    .gv_content_format .gv_flex>.gv_w_66,
    .gv_content_format .gv_flex>.gv_w_70,
    .gv_content_format .gv_flex>.gv_w_35_3col,
    .gv_content_format .gv_flex>.gv_w_30_3col,
    .gv_content_format .gv_flex>.gv_w_500px,
    .gv_content_format .gv_flex>.gv_w_600px,
    .gv_content_format .gv_flex>.gv_w_700px,
    .gv_content_format .gv_flex>.gv_w_800px {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* === LA ACCIÓN PAGE === */
.gv_box_gris {
    background-color: #f2f2f2;
    padding: 25px 30px;
    border-radius: 4px;
}



.gv_flex_gap_30>* {
    flex: 1;
}

.gv_mb_10 {
    margin-bottom: 10px;
}

.accion_footnote {
    font-size: 12px !important;
    color: #666;
    margin-top: 15px;
    padding-top: 10px;
}



.accion_accionistas_grid {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.accion_accionistas_grid>* {
    flex: 1;
}

.accion_chart_container {
    margin-top: 40px;
    overflow: hidden;
}

.accion_chart_svg {
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 767px) {

    .gv_flex_gap_30,
    .accion_accionistas_grid {
        flex-direction: column;
    }
}

.gv_box_blue {
    background-color: #daeef5;
    padding: 25px 30px;
    border-radius: 4px;
}


/* === RELACIÓN CON INVERSORES === */


.inversores_ratings_intro {
    font-family: var(--font-family-bold) !important;
    font-size: 18px !important;
    margin-bottom: 20px;
}



.gv_flex_gap_30>* {
    flex: 1;
}

.inversores_rating_value {
    font-family: var(--font-family-ligth) !important;
    font-size: 64px !important;
    line-height: 1em !important;
    margin: 10px 0 !important;
}

.inversores_rating_detail {
    font-size: 13px;
    line-height: 1.6em;
    color: #363636;
}

.inversores_quote {
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: black !important;
}

.inversores_quote p {
    font-size: 25px !important;
    line-height: 1.3em !important;
}


/* === RECURSOS PROPIOS === */
.recursos_cet_box {
    background-color: #ffd966;
    padding: 30px;
    border-radius: 4px;
}

.recursos_cet_sub {
    font-size: 20px;
    font-family: var(--font-family-bold) !important;
    color: black;
    margin-top: 5px;
}

html[data-slug="recursos-propios"] .gv_content_format .gv_content_format h3 {
    color: black !important;
}


/* === BANCA COMERCIAL === */
.banca_nps_grid {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}

.banca_nps_grid>* {
    flex: 1;
}

.banca_nps_arrow {
    font-size: 30px;
    color: var(--primary-color);
    vertical-align: middle;
}

.banca_nps_equal {
    font-size: 30px;
    color: #666;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -3px;
}

html[data-slug="banca-comercial"] .gv_content_format html[data-slug="banca-comercial"] .gv_content_format h3 {
    color: black !important;
}

@media screen and (max-width: 767px) {
    .banca_nps_grid {
        flex-direction: column;
    }
}

html[data-slug="banca-de-empresas"] .gv_content_format html[data-slug="negocios-en-espana"] .gv_content_format

/* Negocios en España - Estilos de sección */
.negocios_box_container {
    border: 1px solid #f07e11;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 25px;
    background-color: white;
}

.gv_flex_col_start_gap20 {
    display: flex;
    gap: 25px;
    align-items: center;
}


.gv_flex_col_start_gap20 {
    display: flex;
    gap: 25px;
    align-items: stretch;
    margin-bottom: 40px;
}

.gv_w_20 {
    width: calc(20% - 13px) !important;
}

.gv_w_33 {
    width: calc(33.33% - 17px) !important;
}

.gv_w_40 {
    width: calc(40% - 13px) !important;
}

.gv_w_30 {
    width: calc(30% - 13px) !important;
}

.gv_w_35_3col {
    width: calc(35% - 17px) !important;
}

.gv_w_30_3col {
    width: calc(30% - 17px) !important;
}

.gv_w_50 {
    width: calc(50% - 13px) !important;
}

.gv_w_70 {
    width: calc(70% - 13px) !important;
}

.gv_w_60 {
    width: calc(60% - 12px) !important;
}

.gv_w_66 {
    width: calc(66% - 12px) !important;
}

.gv_w_100 {
    width: 100% !important;
}

.negocios_box_medianas {
    /*width: calc(40% - 13px);*/
    border: 1px solid #f07e11;
    padding: 25px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}

.negocios_box_pymes {
    /*width: calc(60% - 12px);*/
    background-color: #ffd966;
    padding: 25px;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.gv_title_bold {
    margin-top: 0;
    font-family: var(--font-family-bold) !important;
    font-size: 22px !important;
}

.negocios_box_medianas .gv_title_bold {
    color: #f07e11 !important;
}

.negocios_box_pymes .gv_title_bold {
    color: black !important;
}

.gv_text_default {
    font-size: 15px;
    line-height: 1.4;
}

.negocios_box_p_small {
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

.negocios_box_medianas .gv_text_default {
    color: #333;
}

.negocios_box_pymes .gv_text_default {
    color: black;
}

.gv_flex_gap_30_center {
    margin-top: 40px;
}

.gv_flex_col_center {
    margin-bottom: 30px;
}

.negocios_kpi_label_bold {
    font-family: var(--font-family-bold) !important;
    color: black !important;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.gv_kpi_number_big {
    margin: 0;
    line-height: 30px !important;
    font-size: 40px !important;
    font-family: var(--font-family-ligth) !important;

}

.gv_text_default {
    margin: 5px 0 0 0;
    font-family: var(--font-family-bold) !important;
    font-size: 15px !important;
}

.gv_flex_col_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.gv_grid_2col {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.negocios_pymes_icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 160px;
    height: auto;
}

/* Colores y Fondos específicos */
.negocios_bg_yellow {
    background-color: #ffd966 !important;
}

.negocios_bg_orange {
    background-color: #f07e11 !important;
}

.negocios_bg_blue_light {
    background-color: #daeef5 !important;
}

/* Premios - Cuadro con título superpuesto */
.premios_header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.premios_square {
    width: 100px;
    height: 100px;
}

.premios_square_orange {
    background-color: #f07e11;
}

.premios_square_yellow {
    background-color: #ffd966;
}

.premios_square_blue {
    background-color: #B4D8E7;
}

.premios_header h2 {
    position: relative;
    margin-top: -40px;
    margin-left: 20px;
}

.gv_c_white,
.gv_c_white .gv_text_default,
.gv_c_white .gv_title_bold {
    color: white !important;
}

.negocios_border_orange {
    border: 1px solid #f07e11 !important;
}

.negocios_border_yellow {
    border: 1px solid #ffd966 !important;
}

.negocios_border_blue {
    border: 1px solid #00aeef !important;
}

.negocios_border_blue_light {
    border: 1px solid #daeef5 !important;
}

.gv_c_primary {
    color: #f07e11 !important;
}

.negocios_title_black {
    color: black !important;
}

.negocios_title_blue {
    color: #00aeef !important;
}

.gv_c_white {
    color: white !important;
}

.negocios_border_blue {
    border: 1px solid #00aeef !important;
}

.gv_box_padding {
    padding: 25px !important;
    border-radius: 4px;
}

.negocios_box_padding_lg {
    padding: 30px !important;
    border-radius: 4px;
}

.gv_mt_30 {
    margin-top: 30px !important;
}

.gv_mt_50 {
    margin-top: 50px !important;
}

.gv_pt_50 {
    padding-top: 50px !important;
}

.gv_mt_20 {
    margin-top: 20px !important;
}

.gv_mb_25 {
    margin-bottom: 25px !important;
}

.gv_mb_50 {
    margin-bottom: 50px !important;
}

.negocios_hr_white {
    margin: 40px 0;
    border: none;
    border-top: 1px solid white;
}

.negocios_highlight_line {
    border-top: 2px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}

.negocios_highlight_line.orange {
    border-top-color: #f07e11;
}

.negocios_highlight_line.black {
    border-top-color: #333;
}

.negocios_quote {
    border-left: 4px solid #f07e11;
    padding-left: 25px;
    margin-bottom: 20px;
}

.negocios_quote.black {
    border-left-color: #333;
}

.gv_stretch {
    align-items: stretch !important;
}

.negocios_img_full {
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.negocios_img_graph {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
}

.negocios_list_item {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.negocios_list_item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f07e11;
}

.gv_t_center {
    text-align: center;
}

.negocios_footer_note {
    font-size: 11px;
    color: #666;
    text-align: center;
}

.accede_al_video i {
    color: var(--primary-color);
    font-size: 30px;
}

.la,
.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.accede_al_video a {
    color: var(--font-color);
}

@media screen and (max-width: 1023px) {

    .hitos_grid,
    .negocios_grid,
    .premios_grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .gv_flex_col_start_gap20,
    .gv_flex_col_start_gap20,
    .gv_flex_col_start_gap20,
    .gv_flex_col_start_gap20 {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .negocios_box_medianas {
        display: block !important;
    }

    /* Evitar que las imágenes sobresalgan del viewport */
    .gv_w_100.max-vw {
        max-width: 100%;
        height: auto;
    }

    .inversores_quote p {
        font-size: 20px !important;
        line-height: 1.3em !important;
    }

    .gv_flex_col_center,
    .gv_flex_col_center,
    .gv_flex_col_center,
    .gv_flex_col_center,
    .gv_flex_col_center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gv_flex_col_center {
        text-align: center;
    }
}

/* Faldón descargas - Inner pages */
.gv_bottom_download_banner {
    background-color: #f2f2f2;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--primary-color);
    width: 1080px;
    margin: 40px auto 40px auto;
    box-sizing: border-box;
}

.gv_bottom_download_banner_title {
    font-family: var(--font-family-bold) !important;
    font-size: 18px;
    color: black;
    margin: 0;
}

.gv_bottom_download_banner_btns {
    display: flex;
    gap: 15px;
}

.gv_bottom_download_banner_btn {
    background-color: var(--primary-color);
    color: black !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: var(--font-family-bold) !important;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.gv_bottom_download_banner_btn:hover {
    background-color: #ce6808;
}

@media screen and (max-width: 1439px) {
    .gv_bottom_download_banner {
        width: 1020px;
    }
}

@media screen and (max-width: 1279px) {
    .gv_bottom_download_banner {
        width: 800px;
    }
}

@media screen and (max-width: 1179px) {
    .gv_bottom_download_banner {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .gv_bottom_download_banner {
        width: 90%;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 20px;
    }

    .hitos_grid {
        flex-direction: column;
    }

    .hitos_card_number_big {
        font-size: 48px;
    }

    .hitos_card_square {
        aspect-ratio: auto;
    }


}

.gv_60_anos_bg {
    background-image: url('../images/bg_60_anos.png');
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.gv_60_anos_img_container {
    text-align: center;
    margin-top: 40px;
}

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

.gv_60_anos_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
}

.gv_60_anos_text_container {
    margin-top: 50px;
    width: 100%;
}

.gv_60_anos_text_container p {
    font-family: var(--font-family-bold);
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 767px) {}