@charset "UTF-8";

:root {
    --header: 95px;
    --rojoLV: #f93549;
    --negroLV: #333d47;
    --grisLV: #6f6f71;
    --grisMedio: #838383;
    --grisClaro: #9bb5c0;
    --negroModal: #28282a;
    --celeste: #96c2dd;
    --azul: #004a75;
    --celesteFondo: #f0f4f7;
    --azulGrafico: #004a75;
    --verde: #6da79f;
    --amarillo: #ffc637;
    --verdeFiltro: #359d35;
    --tags: #8ab9d0
}

@media (max-width:991px) {
    :root {
        --header: 90px
    }
}

@media (max-width:767px) {
    :root {
        --header: 65px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif
}

html {
    position: relative;
    scroll-behavior: smooth
}
main {
    min-height: calc(100vh - var(--header));
}
h3 {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 22px;
    letter-spacing: .0111em;
    color: var(--negroLV)
}

p,
ul li {
    font-family: "Montserrat", sans-serif
}

a {
    transition: all ease .3s
}

a:hover {
    opacity: .7
}

p {
    font-size: 1.6em;
    line-height: 20px;
    font-weight: 400;
    color: var(--negroLV);
    margin-bottom: 20px;
    letter-spacing: .025em
}

p:last-child {
    margin: 0
}

p span {
    font-weight: 600
}

.plantilla_interior p {
    font-size: 1.4em;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: .0214em
}

.center {
    text-align: center !important
}

.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

a {
    text-decoration: none;
    outline: 0
}

label {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    margin-bottom: 5px
}

.marco {
    max-width: 1152px;
    margin: auto
}

.marco_dos {
    max-width: 895px;
    margin: auto
}

body {
    font: 100% Arial, Helvetica, sans-serif;
    padding-top: 95px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-size: 10px
}

body.body-oveflow {
    overflow: hidden
}

@media (max-width:767px) {
    body {
        padding-top: 65px
    }
}

body.overflow {
    overflow: hidden !important;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0
}

body.fsize0 {
    font-size: 100%
}

body.fsize1 {
    font-size: 104.5%
}

body.fsize2 {
    font-size: 108.5%
}

body.fsize3 {
    font-size: 112.5%
}

body.fsize4 {
    font-size: 116.5%
}

body.fsize-1 {
    font-size: 92.5%
}

body.fsize-2 {
    font-size: 88.5%
}

body.fsize-3 {
    font-size: 84.5%
}

body.fsize-4 {
    font-size: 80.5%
}

.mb-20 {
    margin-bottom: 20px
}

@font-face {
    font-family: "lv-fonts";
    src: url("https://cdn.larrainvial.com/fonts/lv-fonts/lv-fonts.eot");
    src: url("https://cdn.larrainvial.com/fonts/lv-fonts/lv-fonts.eot?#iefix") format("embedded-opentype"), url("https://cdn.larrainvial.com/fonts/lv-fonts/lv-fonts.woff") format("woff"), url("https://cdn.larrainvial.com/fonts/lv-fonts/lv-fonts.ttf") format("truetype"), url("https://cdn.larrainvial.com/fonts/lv-fonts/lv-fonts.svg#lv-fonts") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.form {
    margin: 0
}

.form__grupo {
    position: relative;
    margin-bottom: 30px
}

.form__grupo .text:focus~label,
.form__grupo select:focus~label,
.form__grupo textarea:focus~label,
.form__grupo .text:focus~.icono,
.form__grupo select:focus~.icono,
.form__grupo textarea:focus~.icono {
    color: var(--negroLV)
}

.m-0 {
    margin: 0 !important
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "lv-fonts" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-abajo:before {
    content: "\61"
}

.icon-abajo-light:before {
    content: "\62"
}

.icon-advertencia:before {
    content: "\63"
}

.icon-arriba:before {
    content: "\64"
}

.icon-arriba-light:before {
    content: "\65"
}

.icon-burger:before {
    content: "\66"
}

.icon-cerrar:before {
    content: "\67"
}

.icon-cerrar-light:before {
    content: "\68"
}

.icon-derecha:before {
    content: "\69"
}

.icon-derecha-doble:before {
    content: "\6a"
}

.icon-derecha-light:before {
    content: "\6b"
}

.icon-error:before {
    content: "\6c"
}

.icon-exito:before {
    content: "\6d"
}

.icon-flecha-filtros:before {
    content: "\6e"
}

.icon-flecha-filtros-asc:before {
    content: "\6f"
}

.icon-flecha-filtros-des:before {
    content: "\70"
}

.icon-imprimir:before {
    content: "\71"
}

.icon-imprimir-full:before {
    content: "\72"
}

.icon-informacion:before {
    content: "\73"
}

.icon-izquierda:before {
    content: "\74"
}

.icon-izquierda-doble:before {
    content: "\75"
}

.icon-izquierda-light:before {
    content: "\76"
}

.icon-link:before {
    content: "\77"
}

.icon-link-light:before {
    content: "\78"
}

.icon-lupa:before {
    content: "\79"
}

.icon-mail:before {
    content: "\7a"
}

.icon-mail-full:before {
    content: "\41"
}

.icon-mas:before {
    content: "\42"
}

.icon-mas-light:before {
    content: "\43"
}

.icon-menos:before {
    content: "\44"
}

.icon-menos-light:before {
    content: "\45"
}

.icon-mundo:before {
    content: "\46"
}

.icon-pdf:before {
    content: "\47"
}

.icon-pdf-light:before {
    content: "\48"
}

.icon-telefono:before {
    content: "\49"
}

.icon-telefono-full:before {
    content: "\4a"
}

.icon-user:before {
    content: "\4b"
}

.icon-user-full:before {
    content: "\4c"
}

.icon-user-hair:before {
    content: "\4d"
}

.icon-twitter:before {
    content: "\4e"
}

.icon-linkedin:before {
    content: "\4f"
}

.icon-facebook:before {
    content: "\50"
}

.icon-rss:before {
    content: "\51"
}

.icon-vistas-full:before {
    content: "\52"
}

.icon-vistas:before {
    content: "\53"
}

.icon-comentarios:before {
    content: "\54"
}

.icon-comentarios-full:before {
    content: "\55"
}

.icon-calendario:before {
    content: "\57"
}

.icon-cohete:before {
    content: "\58"
}

.icon-tradicion-2:before {
    content: "\59"
}

.icon-compromiso:before {
    content: "\5a"
}

.icon-compromiso-2:before {
    content: "\30"
}

.icon-confianza:before {
    content: "\31"
}

.icon-emprendimiento:before {
    content: "\32"
}

.icon-emprendimiento-2:before {
    content: "\33"
}

.icon-empresa:before {
    content: "\34"
}

.icon-empresa-2:before {
    content: "\35"
}

.icon-instituciones:before {
    content: "\36"
}

.icon-instituciones-2:before {
    content: "\37"
}

.icon-personas:before {
    content: "\38"
}

.icon-personas-2:before {
    content: "\39"
}

.icon-tradicion:before {
    content: "\21"
}

.icon-linkedin-borde-light:before {
    content: "\22"
}

.icon-linkedin-borde:before {
    content: "\23"
}

.icon-youtube-play:before {
    content: "\24"
}

.icon-doc:before {
    content: "\25"
}

.icon-grafico:before {
    content: "\27"
}

.icon-pdf-2:before {
    content: "\29"
}

.icon-ppt:before {
    content: "\2a"
}

.icon-tabla:before {
    content: "\2c"
}

.icon-xls:before {
    content: "\2d"
}

.icon-candado:before {
    content: "\5f"
}

.icon-areas-lve:before {
    content: "\3a"
}

.icon-informacion-2:before {
    content: "\28"
}

.icon-recomendacion:before {
    content: "\2b"
}

.icon-estrategia:before {
    content: "\26"
}

.icon-indicadores-light:before {
    content: "\2f"
}

.icon-instagram:before {
    content: "\40"
}

[class^="fln-"]:before,
[class*=" fln-"]:before {
    font-family: "fln" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-display: swap !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.marco.marco--tabs {
    max-width: 1000px
}

.marco.marco--cajaslv {
    max-width: 1000px
}

.marco.marco--menu-centrado {
    max-width: 940px
}

.marco.marco--menu-corredora {
    max-width: 1000px
}

.marco.marco--main {
    max-width: 970px
}

.marco.marco--politicas {
    max-width: 920px
}

.marco.marco--sicav {
    max-width: 736px
}

.preloader-general {
    z-index: 9999
}

.preloader-general.transparente {
    background: transparent !important
}

.preloader-general.transparente[data-tipo="screen"]::after {
    border-bottom-color: darkgray !important
}

.btn {
    font-size: 1.4em;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 500;
    height: 40px;
    display: inline-flex
}

.btn.btn--grande {
    padding: 15px 57px;
    font-size: 1.7em
}

.btn-subir {
    position: fixed;
    top: 80%;
    right: 0;
    transition: all ease 200ms;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 3em;
    transform: translate(50px, -20px);
    transform-origin: right;
    cursor: pointer;
    z-index: 120;
    border-radius: 8px 0 0 8px
}

.btn-subir.activo {
    transform: translate(0, -20px)
}

.btn.btn--transparente {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.indicadores-nuevo {
    top: 64%
}

.btn .svg_icono {
    margin-left: 12px
}

.indicadores-nuevo {
    width: 100px;
    height: 100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-flex;
    position: fixed;
    right: 0;
    z-index: 111;
    background: #f93549;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    align-items: flex-start;
    transition: all ease 500ms;
    transform: translateY(0)
}

.indicadores-nuevo:hover {
    background: #e13d46
}

.indicadores-nuevo img {
    margin-bottom: 10px
}

.indicadores-nuevo p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase
}

.indicadores-nuevo.moveUp {
    transform: translateY(-380px)
}

@media (max-width:1366px) {
    .indicadores-nuevo.moveUp {
        transform: translateY(-235px)
    }
}

.indicadores-nuevo.moveUp-mov {
    transform: translateY(-240px)
}

.icon-indicadores {
    width: 5em;
    height: 5em;
    margin-bottom: 1em
}

@media (max-width:991px) {
    .indicadores-nuevo {
        top: 82%
    }
}

@media (max-width:767px) {
    .icon-indicadores {
        width: 2.8em;
        height: 2.8em;
        margin-bottom: 0
    }

    .indicadores-nuevo {
        width: 40px;
        height: 40px;
        padding: 0;
        align-items: center;
        top: 77%
    }

    .indicadores-nuevo p {
        display: none
    }

    .indicadores-nuevo img {
        margin-bottom: 0;
        width: 30px;
        height: 30px
    }
}

.alerta {
    width: 100%;
    padding: 15px;
    font-size: 1.4em;
    position: absolute;
    z-index: 13;
    border-radius: 0;
    margin: 0
}

.alerta-general {
    padding: 16px 165px
}

.alerta-colapsable .interior {
    padding-right: 30px;
    max-width: 850px;
    position: relative;
    margin: auto;
    min-height: 40px;
    display: flex;
    align-items: center
}

.alerta-icono .interior {
    padding-left: 35px
}

.alerta-icono .icono {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4em
}

.alerta-colapsable .cerrar {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 20
}

.alerta:first-letter {
    text-transform: uppercase
}

.alerta.exito {
    background: #d0efbf;
    color: #4fa34f
}

.alerta.exito .aviso-home__interior p {
    color: #4fa34f
}

.alerta .aviso-home__interior p {
    font-size: .8em;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .156px
}

.alerta.exito.invertida {
    background: #4fa34f;
    color: #fff
}

.alerta.atencion {
    background: #f4f9fc;
    color: #3c7889
}

.alerta.atencion .aviso-home__interior p {
    color: #3c7889
}

.alerta .aviso-home__interior p {
    color: #002033 !important
}

.alerta.atencion.invertida {
    background: #3c7889;
    color: #fff
}

.alerta.advertencia {
    background: #faf2cc;
    color: #8a6d3b
}

.alerta.advertencia .aviso-home__interior p {
    color: #8a6d3b
}

.alerta.advertencia.invertida {
    background: #8a6d3b;
    color: #fff
}

.alerta.error {
    background: #efa3a3;
    color: #9c4242
}

.alerta.error .aviso-home__interior p {
    color: #9c4242
}

.alerta.error.invertida {
    background: #9c4242;
    color: #fff
}

.alerta.aviso {
    background: #fff;
    border: 1px solid #ddd
}

.alerta-colapsable .cerrar {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    cursor: pointer
}

.alerta_comunicados {
    z-index: 0
}

@media (max-width:991px) {
    .alerta-general {
        padding: 12px 20px
    }
}

.header {
    position: fixed;
    padding: 0 60px;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    height: var(--header);
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
    box-sizing: border-box;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, .08))
}

.header__item--logo img {
    margin-right: 3rem;
    transition: all ease .3s;
    width: 156px;
    height: 41px;
    margin-bottom: 0
}

.header__item--burger {
    margin-left: 1.5rem
}

.header__item--burger svg {
    fill: var(--negroLV)
}

.header__text {
    font-size: 3.2rem;
    font-style: italic;
    font-weight: 600;
    color: white
}

.header__text span {
    font-weight: 300
}

.header-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c03;
    transition: all ease 200ms
}

.header-user:hover {
    background: rgba(204, 0, 51, .8)
}

.header-user__item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: white;
    padding: 5px 20px;
    transition: all ease 200ms;
    height: 100%;
    width: 100%
}

.header-user__item img {
    margin-right: 10px;
    width: 22px
}

.header-user__item span {
    border-left: 1px solid white;
    padding-left: 10px
}

.header__item--logo.logo-header-mov {
    display: none
}

.banner.banner_principal img.fondo_banner {
    width: 100%
}

.banner_principal {
    background-image: url("../img/banner_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    align-items: center
}

.banner_principal>div {
    width: 100%
}

@media (max-width:1400px) {
    .header__item--user {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .header {
        height: 65px
    }

    .header__item--logo.logo-header-mov img {
        width: 70px;
        height: 37px
    }

    .header__item--logo img {
        width: 126px;
        height: 33px
    }

    .header__item--logo.logo-header-mov {
        display: block
    }
}

.menu.menu--mov {
    margin-right: 20px
}

.menu {
    height: 100%
}

.menu {
    display: flex;
    align-items: center;
    margin: auto;
    margin-right: 0
}

.menu__item {
    height: 100%;
    display: flex;
    align-items: center
}

.menu__link {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--negroLV);
    font-size: 1.7rem;
    padding: 1rem 1.3rem;
    font-weight: 300;
    transition: all ease 200ms;
    height: 100%
}

.menu__item .menu__link__btn {
    height: 3.4rem;
    width: 155px;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
    margin-left: 10px;
    opacity: 1;
    letter-spacing: .06em;
    transition: all ease .3s;
    border-radius: 8px
}

.menu--icons {
    display: none
}

.menu-responsive {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 125;
    visibility: hidden;
    display: flex;
    justify-content: flex-end
}

.menu-responsive__item.menu-hidden,
.submovil__link--uno.menu-hidden,
.submovil__link--dos.menu-hidden,
.submovil__link--tres.menu-hidden {
    display: none;
    animation: fade .1s
}

.submovil__link.submovil__link--uno.activo,
.submovil__link.submovil__link--dos.activo,
.submovil__link.submovil__link--tres.activo,
.submovil__link.submovil__link--cuatro.activo {
    opacity: 1;
    animation: fade .1s
}

.submovil__link.submovil__link--uno.activo,
.submovil__link.submovil__link--dos.activo {
    font-weight: 700
}

.menu-responsive li .submenu--dos a.submovil__link--uno.ui-accordion-header-active,
.submenu--tres a.submovil__link--dos.ui-accordion-header-active {
    font-weight: 700;
    opacity: 1
}

.menu-responsive__item {
    position: relative
}

.menu-responsive__container {
    width: 100%;
    position: relative;
    background: var(--negroLV);
    margin-top: 90px;
    padding: 50px;
    transition: all ease 500ms;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top
}

@media (max-width:767px) {
    .menu-responsive__container {
        padding: 30px 25px
    }
}

.menu-responsive li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    padding-bottom: 40px;
    padding-top: 30px;
    font-size: 2em;
    color: #b9b9b9;
    font-weight: 500;
    position: relative;
    animation: fadePadre .3s;
    background: var(--negroLV);
    min-width: 210px
}

.menu-responsive li a::after {
    content: "";
    width: 290px;
    height: 1px;
    background: #9bb5c0;
    position: absolute;
    bottom: 7px
}

.menu-responsive li a:hover {
    opacity: 1
}

.menu__link__btnmovil .menu-responsive__title {
    text-transform: uppercase;
    color: white
}

.menu__link__btnmovil.menu__link__btnmovil {
    padding: 1em;
    width: 100%;
    text-align: center;
    font-weight: 400
}

a.irA.menu__link__btnmovil.menu__link__btnmovil--secundario {
    border: 1px solid var(--rojoLV);
    margin: 2em auto 1em;
    display: table;
    background: white !important
}

a.irA.menu__link__btnmovil.menu__link__btnmovil--secundario .menu-responsive__title {
    color: var(--rojoLV) !important
}

.menu-responsive__container.menu-desplegable.contacto {
    background: white !important
}

.menu-responsive__container.menu-desplegable.contacto a {
    background: white !important
}

.menu-responsive__container.menu-desplegable.contacto .submenu--dos a {
    background: #f93549 !important
}

.menu-responsive__container.menu-desplegable.asesorias {
    background: white !important
}

.menu-responsive__container.menu-desplegable.asesorias a {
    background: white !important
}

.menu-responsive__container.menu-desplegable.asesorias .submenu--dos a {
    background: #f93549 !important
}

.menu-responsive__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent
}

.menu-responsive__container>ul {
    padding: 1.5rem 0;
    transform: translateY(20px);
    transform-origin: bottom;
    transition: all ease 800ms;
    opacity: 0
}

.menu-responsive__container>ul.delaymostrar {
    transform: translateY(0);
    opacity: 1
}

.menu-responsive--active {
    visibility: visible
}

.menu-responsive--active .menu-responsive__container {
    opacity: 1;
    z-index: 11;
    pointer-events: all;
    transform: scaleY(1)
}

.menu-responsive--active .menu-responsive__overlay {
    background: rgba(0, 0, 0, .7);
    top: 90px
}

.menu-responsive__icon {
    display: flex
}

.menu-responsive__icon svg {
    margin-right: 10px
}

.menu-responsive li .submenu--dos a {
    color: #b9b9b9;
    font-size: 1.8em;
    font-weight: 400 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    animation: fade .3s
}

.menu-responsive .submovil__item:hover>span {
    color: #f93549
}

.menu-responsive li .submenu--dos a::after,
.menu-responsive li .submenu--tres a::after {
    content: "";
    display: none
}

.menu-responsive li .submenu--dos a span.fln-mas,
.menu-responsive li .submenu--dos a span.fln-menos,
.menu-responsive li .submenu--tres a span.fln-mas,
.menu-responsive li .submenu--tres a span.fln-menos,
.menu-responsive li .submenu--cuatro a span.fln-mas,
.menu-responsive li .submenu--cuatro a span.fln-menos {
    display: none
}

.menu-responsive__item--uno.ui-state-active {
    opacity: 1;
    color: #fff
}

.menu-responsive__item--uno span.fln-derecha-light {
    margin-left: 8px;
    position: relative;
    display: flex
}

.submovil.submenu {
    position: fixed;
    top: 20px;
    transform: translateX(360px)
}

.submovil.submenu.movil-left {
    transform: translateX(0)
}

.submovil__item {
    position: relative;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    animation: fade .1s;
    background: var(--negroLV)
}

.submovil__item .submovil__link span.fln-derecha-light {
    color: inherit;
    margin-left: 8px;
    position: relative;
    top: 3px
}

.submovil.submenu.submenu-scroll {
    height: 550px;
    overflow-y: auto
}

.submovil.submenu.submenu--cuatro.movil-left {
    z-index: 111
}

.submovil.submenu.submenu--tres {
    z-index: 111
}

.submovil.submenu.submenu--dos,
.submovil.submenu.submenu--tres,
.submovil.submenu.submenu--cuatro {
    outline: 1px solid var(--negroLV)
}

.submovil.submenu.submenu--dos.submenu-scroll,
.submovil.submenu.submenu--tres.submenu-scroll,
.submovil.submenu.submenu--cuatro.submenu-scroll {
    height: auto;
    overflow-y: inherit;
    transition: all ease 300ms;
    animation: fade .1s
}

@keyframes fadePadre {
    0% {
        opacity: 0
    }

    33% {
        opacity: .4
    }

    100% {
        opacity: .7
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    33% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.submovil.submenu.submenu-scroll::-webkit-scrollbar,
.submovil.submenu.submenu--dos::-webkit-scrollbar {
    background: #273036;
    width: 5px;
    height: 5px;
    border-radius: 10px
}

.submovil.submenu.submenu-scroll::-webkit-scrollbar-thumb,
.submovil.submenu.submenu--dos::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px
}

.submovil__item .submenu {
    position: fixed;
    top: 27px;
    transform: translateX(320px);
    transition: all ease 400ms
}

.submovil__item .submenu.submenu--tres {
    min-width: 330px
}

.submovil__item .submenu.submenu--tres .submovil__item:first-child,
.submovil__item .submenu.submenu--cuatro .submovil__item:first-child {
    padding-top: 0;
    margin-top: -5px
}

.submovil__item .submenu.submenu--cuatro {
    top: 0
}

.menu-responsive li .submenu svg {
    position: relative;
    margin-left: 10px;
    top: 3px
}

.menu-responsive li .submenu svg path {
    fill: #b9b9b9
}

.contenedor-volver {
    height: 20px;
    display: none
}

.contenedor-volver span.fln-izquierda-light {
    display: none
}

.contenedor-volver.visible {
    display: flex;
    border-bottom: .5px solid #9bb5c0;
    max-width: 300px;
    padding-bottom: 30px
}

.contenedor-volver.visible>a {
    display: block !important;
    color: #fff;
    font-size: 1.4em;
    opacity: .6
}

.contenedor-volver.visible span {
    color: #fff;
    display: flex;
    font-size: 1.8em;
    margin-right: 5px;
    opacity: .6
}

.contenedor-volver.visible span.fln-izquierda-light {
    display: block
}

.boton-hazte-cliente {
    margin-bottom: 25px;
    background: #f93549;
    display: none;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    min-width: 215px;
    opacity: 1;
    outline: 0;
    transition: all ease 400ms;
    border-radius: 8px
}

.boton-hazte-cliente svg {
    margin-right: 10px
}

.boton-hazte-cliente p {
    color: #fff
}

.banner__titulo h1 span {
    display: block
}

@media (max-width:1300px) {
    .menu-responsive li a::after {
        width: 250px
    }

    .submovil.submenu {
        transform: translateX(315px)
    }
}

@media (max-width:1230px) {
    .menu-responsive li a::after {
        width: 210px
    }

    .submovil.submenu {
        transform: translateX(260px)
    }

    .menu-responsive li .submenu--tres a,
    .menu-responsive li a,
    .menu-responsive li .submenu--dos a {
        font-size: 1.7em
    }

    .submovil__item .submenu.submenu--tres {
        transform: translateX(290px)
    }

    .submovil__item .submenu.submenu--cuatro {
        transform: translateX(300px)
    }
}

@media (max-width:1140px) {
    .submovil.submenu {
        transform: translateX(240px)
    }
}

@media (max-width:1139px) {
    .boton-hazte-cliente {
        margin-bottom: 5px;
        padding: 10px 20px
    }

    .menu-responsive__container {
        padding: 40px 25px
    }

    .menu-responsive__container>ul {
        padding: 0
    }

    .contenedor-volver {
        margin-top: 25px;
        height: 20px;
        display: block
    }

    .submovil.submenu.submenu--tres,
    .submovil.submenu.submenu--cuatro {
        top: 40px
    }

    .submovil__item .submenu.submenu--dos,
    .submovil__item .submenu.submenu--tres,
    .submovil__item .submenu.submenu--cuatro {
        transform: translateX(0)
    }

    .submovil__item .submenu.submenu--cuatro {
        top: 0 !important
    }

    .submovil.submenu {
        top: 0
    }

    .submovil.submenu.submenu--tres {
        top: 5px
    }
}

@media (max-width:1300px) {
    .menu-responsive__container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:850px) {
    .submovil.submenu {
        top: 5px
    }
}

@media (max-width:767px) {
    .menu--access {
        display: none
    }

    .submovil.submenu.submenu--dos {
        top: 5px
    }

    .menu-responsive__container>ul {
        min-height: 360px
    }
}

@media (max-width:540px) {
    .submovil.submenu {
        top: 210px
    }

    .banner__icon {
        align-items: flex-start;
        flex-direction: column
    }

    .icono-capa {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:475px) {
    .menu-responsive__container {
        padding: 25px 25px
    }

    .menu-responsive li a {
        font-size: 1.6em;
        padding-bottom: 40px;
        padding-top: 30px
    }

    .submovil.submenu {
        top: 185px
    }

    .menu-responsive li a::after {
        width: 230px
    }
}

@media (max-width:475px) {
    .submovil.submenu.submenu--dos {
        top: 40px;
        height: 240px;
        min-height: 280px;
        overflow-y: auto;
        width: 100%
    }

    .menu-responsive__container>ul {
        position: relative;
        top: -20px
    }

    .menu-responsive li .submenu--dos a {
        padding-top: 10px
    }

    .submovil__item {
        padding-top: 10px
    }
}

@media (max-width:415px) {
    .submovil.submenu {
        top: 200px
    }

    .submovil.submenu.submenu--tres.submenu-scroll {
        height: 240px !important;
        min-height: 280px;
        overflow-y: auto
    }
}

@media (max-width:385px) {
    .submovil.submenu {
        top: 190px
    }
}

@media (max-width:360px) {
    .submovil.submenu {
        top: 180px
    }
}

@media (max-width:320px) {
    .banner {
        height: calc(100vh - 65px)
    }

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 3em
    }

    .banner__icon p {
        font-size: 1.6em
    }

    .contenedor-volver {
        position: relative;
        top: 10px
    }

    .menu-responsive__container {
        padding: 20px 25px
    }

    .menu-responsive li a {
        font-size: 1.6em;
        padding-bottom: 40px;
        padding-top: 30px
    }

    .submovil__item {
        padding-top: 15px
    }

    .submovil.submenu {
        top: 170px
    }

    .contenedor-volver {
        margin-top: 15px;
        height: 30px
    }

    .boton-hazte-cliente {
        margin-bottom: 0;
        padding: 5px 20px
    }
}

@media (max-width:991px) {
    .submovil.submenu {
        min-height: 400px
    }
}

@media (max-width:767px) {
    .submovil.submenu.submenu-scroll {
        height: 400px
    }

    .menu-responsive__container>ul {
        min-height: 360px
    }
}

@media (max-width:375px) {
    .submovil.submenu.submenu-scroll {
        height: 370px
    }

    .submovil.submenu {
        min-height: 450px
    }
}

@media (max-width:320px) {
    .submovil.submenu.submenu-scroll {
        height: 280px
    }
}

.menu-responsive li .submenu--tres a {
    position: relative;
    color: #b9b9b9;
    font-size: 1.8em;
    transition: all ease 400ms
}

.menu-responsive li .submenu .submovil__item>a:hover {
    color: #b9b9b9;
    opacity: 1
}

@media (max-width:767px) {
    .menu-responsive__container {
        margin-top: 65px
    }

    .menu-responsive li .submenu--dos a {
        display: inline-block !important
    }
}

@media (max-width:550px) {
    .menu-responsive li .submenu--dos a {
        transition: none
    }
}

a.menu-volver {
    display: none;
    flex-direction: row-reverse;
    font-size: 1.5em;
    color: #fff;
    opacity: .7;
    align-items: center
}

a.menu-volver span {
    position: relative;
    top: 2px
}

.menu--buscar {
    margin-right: 15px;
    position: relative;
    top: 6px
}

.lupa-cerrar {
    position: relative
}

.menu--buscar.icono.lupa.cerrar {
    top: 3px
}

.menu--buscar.cerrar {
    top: 3px
}

.menu--access {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.menu--access.disabled {
    pointer-events: none
}

.menu--access svg path.st0 {
    fill: #6f6f71;
    stroke: none;
    clip-path: none
}

.menu--access.activo svg path.st0 {
    fill: var(--negroLV);
    clip-path: none
}

svg.icono-abrir {
    transform: translateY(0)
}

#ingresar-desk a {
    background: #f93549;
    color: #fff
}

#ingresar-desk a:hover {
    opacity: .7
}

#asesorias-desk a {
    border: 1px solid #f93549;
    color: #f93549;
    background: #fff
}

#asesorias-desk a:hover {
    opacity: .7
}

@media (max-width:767px) {
    .menu-movil .boton-hazte-cliente {
        margin-left: 0;
        margin-top: 0;
        min-width: auto;
        position: relative;
        bottom: 0
    }

    .menu--mov {
        display: none
    }

    .menu--icons {
        display: flex
    }

    .menu--icons .menu__item {
        height: 65px;
        display: flex;
        align-items: center;
        width: 65px;
        justify-content: center
    }

    .menu--icons .menu__item.menu__item--icon-hazte {
        background: #f93549;
        margin-right: 20px
    }

    .menu--icons .menu__item.menu__item--icon-acceso {
        background: #f93549;
        margin-right: 15px
    }
}

@media (max-width:475px) {
    .menu-movil .boton-hazte-cliente {
        width: 100%;
        max-width: 245px;
        justify-content: center
    }
}

.buscador {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 125;
    visibility: hidden;
    display: flex;
    justify-content: flex-end
}

.buscador__container {
    width: 100%;
    background: var(--negroLV);
    margin-top: 90px;
    padding: 120px 230px;
    transition: all ease 500ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top
}

.buscador .formulario_busqueda {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    padding-top: 50px
}

.buscador__container form {
    opacity: 0;
    transition: all ease 600ms;
    transform: translateY(40px);
    transform-origin: bottom
}

.buscador__container.opaco form {
    opacity: 1;
    transform: translateY(0)
}

.buscador.desplegado .formulario_busqueda .busqueda {
    padding: 20px 50px 20px 20px;
    width: 100%;
    margin: auto;
    border: 0;
    background: #fff;
    border: 1px solid var(--negroLV);
    vertical-align: middle;
    font-size: 1.5em;
    color: var(--negroLV)
}

.buscador.desplegado .formulario_busqueda .boton_buscar {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 3em;
    line-height: 0;
    color: var(--negroLV);
    opacity: 1;
    transform: scale(1, 1)
}

.buscador .formulario_busqueda .boton_buscar input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.buscador.desplegado {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.buscador.desplegado .buscador__container {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.buscador .formulario_busqueda .busqueda:focus {
    outline: 0
}

.boton_buscar .icono-abrir {
    fill: #28282a;
    width: 25px;
    position: relative;
    top: 3px
}

.buscador-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 716px;
    margin: 0 auto
}

.buscador-box .btn {
    padding: 12px 46px;
    border-radius: 4px
}

.buscador-box .form__grupo {
    width: 100%;
    max-width: 540px;
    margin-bottom: 0;
    position: relative
}

.buscador-box input {
    padding: 10px;
    height: 40px
}

.buscador-box .icono {
    line-height: 2.2rem !important
}

.btn.btn--rojo {
    background: #e9454e;
    border-color: #e9454e;
    color: #fff
}

@media (max-width:767px) {
    .buscador-box .btn {
        display: none
    }
}

.los-mas-buscados p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.4em;
    color: #f0f4f7;
    margin-right: 24px;
    min-width: fit-content
}

.los-mas-buscados {
    display: flex;
    align-items: center;
    margin: 30px auto 20px;
    max-width: 716px
}

.los-mas-buscados a {
    color: #f0f4f7;
    border: 1px solid #f0f4f7;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 8px;
    margin-right: 16px;
    transition: all ease .3s;
    min-width: fit-content
}

.los-mas-buscados a:hover {
    background: #f0f4f7;
    color: var(--negroLV)
}

.contenedor-alertacaracteres {
    max-width: 716px;
    margin: 0 auto;
    margin-top: 20px
}

.contenedor-alertacaracteres>.alerta {
    position: relative
}

.tags-box {
    display: flex;
    overflow-x: auto
}

.buscador-trigger.responsive {
    display: none
}

@media (max-width:767px) {
    .buscador-box .btn {
        display: none
    }

    .buscador-trigger.responsive {
        display: inline-flex
    }

    .buscador-box .form__grupo {
        max-width: inherit
    }

    .los-mas-buscados {
        flex-direction: column;
        align-items: flex-start
    }

    .los-mas-buscados p {
        margin-bottom: 10px
    }

    .paginador_busqueda {
        display: none !important
    }

    .paginador_busqueda.responsive.activo {
        display: flex !important
    }

    .tags-box {
        padding-bottom: 10px
    }
}

@media (max-width:546px) {
    .buscador-trigger.responsive {
        width: 100%
    }

    .buscador__container {
        padding: 40px 15px !important
    }

    .js-buscador.desplegado .buscador__container {
        margin-top: 65px
    }
}

section.seccion__banner-carrusel {
    height: 540px;
    max-height: 540px;
    min-height: 540px;
    padding: 0
}

.post-banner {
    transition: all ease 400ms;
    background: transparent
}

.banner {
    width: 100%;
    position: relative;
    aspect-ratio: 1440 / 540;
    padding: 0
}

.banner--capa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 32, 51, 0) .58%, rgba(0, 0, 0, .7) 100%);
    z-index: 1
}

.banner--link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner__box {
    position: relative;
    height: calc(100vh - 95px);
    background: radial-gradient(59.05% 59.05% at 50% 40.95%, rgba(0, 0, 0, 0) 0, rgba(74, 74, 74, 0) 49.2%, rgba(0, 0, 0, .38) 100%);
    overflow: hidden;
    display: block;
    z-index: 11
}

.banner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.banner__icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.banner-carrusel__item.item {
    height: 100%;
    max-height: 540px;
    min-height: 540px;
    position: relative
}

.banner__icon p {
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5em
}

.banner__autor.estilo_dos p {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff
}

.banner__titulo {
    max-width: 670px;
    margin-bottom: 10px
}

.banner__titulo h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: .0125em;
    color: #fff;
    margin: 0
}

.banner__titulo h2 {
    font-size: 4em;
    color: #fff;
    margin: 0;
    letter-spacing: -.04em;
    font-weight: 600
}

.banner__data {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.banner__fecha {
    display: flex;
    align-items: center
}

.banner__fecha svg {
    margin-right: 10px
}

.banner__fecha svg .st1 {
    fill: #fff
}

.banner__fecha__numero {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500
}

.banner__separador {
    margin: 0 15px;
    border-right: 1px solid #fff;
    width: 1px;
    height: 15px
}

.banner__autor p {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500
}

.banner__img.banner__img--movil {
    display: none
}

.banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -30;
    pointer-events: none;
    overflow: hidden
}

.banner__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    aspect-ratio: 1903/540
}

.banner__video_movil {
    display: none
}

@media (max-width:767px) {
    .banner__video {
        display: none
    }

    .banner__video_movil {
        min-height: auto;
        display: block
    }
}

@media (max-width:991px) {

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 4.4em
    }
}

@media (max-width:767px) {
    .banner__video video {
        height: 100%
    }

    .banner-interior .banner--capa {
        background: linear-gradient(180deg, rgb(32 29 29 / 0) .58%, rgba(0, 0, 0, 1) 100%)
    }

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 4em
    }

    .banner__img.banner__img--desktop {
        display: none
    }

    .banner__img.banner__img--movil {
        display: block
    }
}

@media (max-width:575px) {
    .banner-interior .banner--capa {
        background: linear-gradient(180deg, rgb(32 29 29 / 20%) .58%, rgba(0, 0, 0, 1) 100%)
    }

    .banner__video video {
        aspect-ratio: auto
    }
}

@media (max-width:543px) {

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 3.6em
    }
}

.banner__box,
.banner__info {
    height: 100% !important
}

.marco.marco--home-imgs {
    max-width: 1265px
}

.postbanner__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 111
}

.postbanner__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.postbanner__item svg {
    margin-bottom: 5px;
    transform: translateY(0);
    transition: all ease 400ms
}

.postbanner__item:hover svg {
    transform: translateY(-6px)
}

.postbanner__item p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    line-height: normal
}

section.gris,
div.gris {
    background: #f3f3f3
}

section.seccion__bajada {
    padding: 30px 0 65px
}

section.seccion__insight {
    padding: 65px 0
}

section.seccion__newsletter.newsletter.newsl {
    background: #fff;
    padding: 65px 0;
    display: flex;
    align-items: center
}

section.seccion__home-imgs {
    padding: 65px 0
}

section.seccion__recon {
    padding: 65px 0
}

section.seccion__lvsost {
    padding: 65px 0
}

.bajada__texto p {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .2px;
    text-align: center;
    color: var(--negroLV);
    max-width: 730px;
    margin: auto;
    margin-bottom: 96px;
    margin-top: 30px
}

.bajada__titulo h2 {
    color: var(--negroLV);
    text-align: center;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 7.04px;
    margin: 0;
    margin-bottom: 48px
}

.tab__dobles .fln-tabs {
    background: #fff;
    max-width: 980px;
    margin: auto;
    margin-bottom: 0
}

.tab__dobles .fln-tabs__nav {
    padding: 20px 0
}

.tab__dobles li.fln-tabs__item {
    color: var(--negroLV);
    font-size: 2rem;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .2px
}

.tab__dobles .fln-tabs__item .fln-tabs__link {
    border-bottom: 3px solid transparent
}

.tab__dobles .fln-tabs__item .fln-tabs__link:hover {
    background: transparent
}

.tab__dobles .fln-tabs__item.activo .fln-tabs__link {
    color: var(--negroLV);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 3px solid #f93549
}

.tab__dobles .fln-tabs__link span.hidden {
    display: none
}

.tab__dobles .fln-tabs__link span.show {
    display: inline-flex
}

.tab__dobles .fln-tabs__link span {
    position: relative;
    top: 5px;
    margin-left: 16px
}

.personas__img {
    margin-bottom: 25px;
    width: 100%;
    height: 100%
}

.personas__img img {
    width: 100%;
    height: 100%
}

.personas__info h3 {
    color: var(--negroLV);
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px
}

.personas__info p {
    color: var(--negroLV);
    font-size: 1.4em;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .196px;
    margin-bottom: 50px;
    min-height: 70px
}

.personas__botonera {
    text-align: center
}

.botonera__tabs {
    display: flex;
    align-items: center;
    justify-content: center
}

.botonera__tabs .btn--uno {
    margin-right: 10px
}

.botonera__tabs .btn--dos {
    margin-left: 10px
}

.botonera__tabs>a {
    width: 316px
}
.botonera.botonera-derecha {
    display: flex;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
}
@media (max-width:767px) {
    .botonera__tabs {
        flex-direction: column;
        margin-top: 30px
    }

    .botonera__tabs .btn--uno {
        margin-right: 0;
        margin-bottom: 20px
    }

    .botonera__tabs .btn--dos {
        margin-left: 0
    }
}

@media (max-width:543px) {
    .botonera__tabs>a {
        width: 100%
    }
    .botonera.botonera-derecha {
        margin-top: 30px;
    }
    .botonera.botonera-derecha.fondos-botonera-interior {
        margin: 0;
        max-width: 100%;
        flex-direction: column;
    }
    .fondos-botonera a {
        width: 100%;
    }
}

.empresas__box {
    background: #fff;
    padding: 0;
    min-height: 290px;
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.empresas__interior {
    padding: 20px;
    padding-top: 0
}

.empresas__box a.link {
    padding: 20px;
    padding-top: 0
}

.empresas__interior p {
    font-size: 1.2em;
    color: var(--negroLV);
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 75px
}

.empresas__img {
    margin-bottom: 25px;
    width: 100%;
    height: 100%
}

.empresas__img img {
    width: 100%;
    height: 100%
}

.empresas__interior h3 {
    color: var(--negroLV);
    font-size: 1.4em;
    font-weight: 600;
    line-height: normal
}

.link {
    color: #f93549;
    font-size: 1.4em;
    font-weight: 500;
    margin-right: auto;
    transition: all ease 300ms
}

.link span {
    position: relative;
    top: 4px;
    margin-left: 4px;
    font-size: 1.3em;
    display: inline-block;
    transition: all ease .3s;
    transform: translateX(0)
}

.link:hover {
    text-decoration: underline
}

.link:hover span {
    transform: translateX(6px)
}

.home__botonera {
    text-align: center
}

.home__botonera.home__botonera--tab {
    margin-top: 50px
}

.home__botonera.home__botonera--insight {
    position: relative;
    left: -15px
}

.home__botonera.home__botonera--recon {
    margin-bottom: 96px
}

.homelink {
    color: var(--rojoLV);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .9px;
    margin-top: 1em;
    position: relative
}

.homelink.link span {
    top: 0
}

.bg--claro {
    background: rgba(245, 245, 245, .96) !important
}

.footer-nuevo {
    padding: 65px 0;
    background: #fff
}

.footer-nuevo .links .grupo h4,
.footer-nuevo .links li a,
.footer-nuevo .pie-lv .datos_pie p {
    color: #28282a;
    font-size: 1.2em
}

.footer-nuevo .pie-lv .datos_pie {
    width: 60%
}

.pie-lv .datos_pie p {
    line-height: 15px;
    font-size: 1.4em;
    margin-bottom: 7px
}

.pie-lv .datos_pie p.fono_footer {
    margin-bottom: 7px
}

.pie-lv .datos_pie p a {
    color: var(--negroLV)
}

.pie-lv .datos_pie p.copyrights {
    margin-bottom: 0
}

.footer-nuevo .pie-lv .redes_sociales {
    display: flex
}

.footer-nuevo .pie-lv .redes_sociales p {
    position: relative;
    top: 5px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 1.4em;
    color: #28282a
}

.footer-nuevo .pie-lv .redes_sociales a {
    color: initial;
    background: transparent
}

.pie-lv .redes_sociales a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #efefef;
    font-size: 2.8em;
    text-align: center;
    background: var(--negroLV);
    margin-right: 5px;
    transform: translateY(0);
    transition: all ease 300ms
}

.pie-lv .redes_sociales a:hover {
    transform: translateY(-10px)
}

.footer-nuevo .pie-lv .redes_sociales a svg {
    fill: #6f6f71
}

.footer-nuevo .pie-lv .redes_sociales a svg .st0 {
    fill: #6f6f71;
    clip-path: none
}

.footer-nuevo__img {
    margin-bottom: 50px
}

.footer-nuevo__img img {
    width: 164px;
    height: 24px
}

.footer-nuevo__menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-nuevo__line {
    width: 100%;
    height: 1px;
    display: block;
    margin: 80px 0 50px;
    background: #9bb5c0
}

@media (max-width:767px) {
    .footer-nuevo__line {
        margin: 15px 0 35px
    }
}

.footer-nuevo__contenedor {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    justify-content: space-between
}

.footer-nuevo__item h4,
.footer-nuevo__item a {
    margin: 0;
    color: #28282a;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all ease 400ms
}

.footer-nuevo__item ul {
    padding-top: 20px
}

.footer-nuevo__item ul li a {
    display: block;
    color: var(--negroLV);
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
    transition: all ease 400ms
}

.footer-nuevo__item ul li a:hover {
    color: #f93549
}

.fono_footer_movil {
    display: none
}

@media (max-width:991px) {
    .footer-nuevo__item {
        width: 33.3%;
        margin-bottom: 25px
    }

    .footer-nuevo .pie-lv .datos_pie {
        width: 60%
    }

    .footer-nuevo .pie-lv .redes_sociales {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        top: -5px
    }

    .footer-nuevo .pie-lv .redes_sociales p {
        margin-bottom: 12px
    }

    .redes_sociales--box {
        position: relative;
        left: -15px
    }
}

@media (max-width:767px) {
    .footer-nuevo {
        padding: 40px 0
    }
}

@media (max-width:675px) {
    .footer-nuevo__contenedor {
        flex-direction: column
    }

    .footer-nuevo .pie-lv .datos_pie {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-nuevo .pie-lv .redes_sociales {
        top: 0
    }

    .pie-lv .datos_pie p.fono_footer {
        display: none
    }

    .fono_footer_movil {
        display: block
    }
}

@media (max-width:500px) {

    .footer-nuevo__item a,
    .footer-nuevo__item a.acordeon {
        margin-bottom: 0
    }

    .footer-nuevo__item a.acordeon {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .footer-nuevo__item a span {
        color: #28282a
    }
}

@media (max-width:620px) {
    .footer-nuevo__item {
        width: 100%
    }
}

.captcha {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%
}

.g-recaptcha.invalido>div {
    border: 1px solid #ea5233
}

.home-title h2 {
    color: var(--negroLV);
    font-size: 2.2em;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 6.16px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 32px;
    padding-left: 16px;
    position: relative
}

.home-title h2::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    left: 0;
    background: var(--rojoLV)
}

.insight__carrusel span.fln-arrow-main,
span.fln-arrow-second {
    color: #000;
    font-size: 1em;
    cursor: pointer;
    padding: 10px
}

.insight__carrusel .owl-dots {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}

.insight__carrusel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #f93549;
    transition: all ease 200ms
}

.insight__carrusel .owl-dot.active span {
    background: #f93549
}

.insight__carrusel .categorias__img img {
    min-height: 200px;
    object-fit: cover
}
.owl-carousel {
    display:none;
}
.insight h2 {
    transform: translateX(-15px);
}
.newsletter__interior {
    max-width: 730px;
    margin: auto
}

.newsletter.newsl .newsletter__interior {
    max-width: 540px
}

.newsletter__respuestas.respuestas {
    max-width: 540px;
    min-width: 540px;
    margin: auto
}

.newsl.newsletter .newsletter__info h3 {
    color: var(--negroLV);
    font-size: 1.8em;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 5.04px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.newsl.newsletter .newsletter__info p {
    color: var(--negroLV);
    font-size: 1.6em;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .2px;
    margin: 0;
    margin-bottom: 16px
}

.newsl.newsletter .form__interior {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.newsl.newsletter .form__interior .form__box {
    width: 100%
}

.newsl.newsletter .form__btnnews {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 30px
}

.newsl.newsletter .form__grupo {
    margin-bottom: 20px
}

.newsl.newsletter .form__grupo label {
    color: var(--negroLV);
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .196px;
    margin-bottom: 8px
}

.newsl.newsletter .form__grupo .text {
    color: var(--negroLV);
    width: 326px;
    height: 40px;
    margin-right: 26px;
    border-radius: 8px;
    border: 1px solid #bfd0da;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05)
}

.newsl.newsletter .form__grupo .text::placeholder {
    color: rgba(51, 61, 71, .4);
    opacity: 1
}

.newsl.newsletter .form__grupo .text.invalido {
    border-color: #ea5233
}

.newsl.newsletter .captcha.invalido {
    border: 1px solid #ea5233
}

.newsl.newsletter .form__grupo #email::placeholder {
    color: rgba(51, 61, 71, .4)
}

.newsl.newsletter .btn {
    height: 40px
}

form#form-newsletter-home {
    margin-bottom: 0
}

@media (max-width:991px) {
    .newsletter__respuestas.respuestas {
        max-width: 100%;
        min-width: 100%
    }
}

.home-imgs__img {
    width: 100%;
    height: 100%;
    display: flex
}

.home-imgs__img img {
    width: 100%;
    height: 100%
}

.home-imgs__rrss {
    background: #fff;
    padding: 25px 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all ease 400ms
}

a.home-imgs__rrss.segunda {
    padding: 0;
    height: 100%
}

.happ__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 300px
}

.happ__top {
    height: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    background: #e9f0f4
}

.happ__title {
    width: 47%
}

.happ__top h2 {
    margin: 0;
    font-size: 1.7em;
    font-weight: 500;
    color: var(--negroLV)
}

.happ__top h2 span {
    font-weight: 700
}

.happ__top__img {
    position: relative;
    z-index: 1;
    right: 0;
    top: 80px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.happ__top__img img {
    width: 100%;
    height: auto
}

.happ__cuadro {
    position: absolute;
    width: 49%;
    height: 30px;
    background: #e9f0f4;
    bottom: -17px;
    right: 0;
    z-index: 1
}

.happ__bottom {
    height: 50%;
    background: #e94951;
    display: flex;
    position: relative
}

.happ__icon {
    position: absolute;
    top: -20px;
    left: 30px
}

.home-imgs__app {
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
    justify-content: center;
    width: 50%;
    flex-direction: column
}

.home-imgs__rrss.tercera {
    justify-content: center;
    border: 1px solid #ccdbe3
}

.home-imgs__rrss.hover:hover {
    filter: brightness(1.1)
}

.home-imgs__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-imgs__capa {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 61, 71, .5);
    mix-blend-mode: multiply
}

.home-imgs__textos {
    height: 100%;
    position: relative;
    z-index: 5
}

.home-imgs__textos h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 4.48px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px
}

.home-imgs__rrss .home-imgs__textos h3 {
    margin: 0;
    color: #fff;
    font-size: 2.8em;
    font-weight: 400;
    line-height: normal
}

.home-imgs__box {
    display: flex
}

.home-imgs__box p {
    color: var(--negroLV);
    font-size: 2.2em;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: .2px
}

.home-imgs__box p span {
    color: #f93549;
    font-weight: 700
}

.home-imgs__mid-interior {
    display: flex
}

.home-imgs__box {
    display: flex;
    flex-direction: column
}

.home-imgs__app>span {
    max-width: 136px
}

.home-imgs__app>span img {
    width: 100%
}

.home-imgs__lv {
    margin-bottom: 30px
}

.home-imgs__lv img {
    width: 108.293px;
    height: 18.401px
}

.home-imgs__rrss .home-imgs__interior h2,
.home-imgs__rrss h3 {
    color: var(--negroLV);
    font-size: 2.2em;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: .2px;
    margin: 0
}

.home-imgs__rrss.tercera h2 {
    margin-bottom: 40px
}

.home-imgs__icons {
    display: flex;
    align-items: center
}

.home-imgs__icons a {
    margin-right: 16px;
    transform: translateY(0);
    transition: all ease 400ms
}

.home-imgs__icons a:hover {
    transform: translateY(-10px)
}

.recon h2,
.recon h3 {
    margin: 0;
    color: var(--negroLV);
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 5.76px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 64px
}

.recon__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    background: white
}

.recon__item p {
    color: var(--negroLV);
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .2px;
    margin-bottom: 40px
}

.recon__img {
    width: auto;
    height: auto;
    max-height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.recon span.fln-arrow-main,
span.fln-arrow-second {
    color: #000;
    font-size: 1em;
    cursor: pointer;
    padding: 10px
}

.recon__entidades {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 690px;
    margin: auto
}

.recon__entidades__item {
    width: 150px;
    padding: 10px
}

.recon__entidades__item.uno {
    width: 250px
}

.recon__entidades__item.uno img {
    width: 100%
}

.recon__entidades__item.dos img,
.recon__entidades__item.tres img {
    width: 100%
}

.recon .owl-carousel .owl-stage-outer {
    padding: 15px 0
}

.recon__carrusel {
    margin-bottom: 55px
}

.sost__img {
    margin-bottom: -3px
}

.sost__texto {
    min-height: 245px;
    background: #fff
}

.sost__link {
    background: #fff
}

.sost__texto h3,
.sost__texto h4 {
    color: var(--negroLV);
    font-size: 1.6em;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    letter-spacing: .2px;
    max-width: 80%
}

.sost__texto p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 24px;
    letter-spacing: .014em;
    color: var(--negroLV);
    margin-bottom: 24px
}

.contenedor-alerta {
    max-width: 730px;
    width: 100%;
    display: flex;
    margin: auto;
    position: relative
}

.contenedor-alerta.newsl {
    max-width: 540px
}

.alerta.alerta--news {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    height: 50px;
    padding: 16px;
    border-radius: 4px
}

.alerta.newsl {
    position: relative;
    display: flex;
    align-items: center;
    color: #002033;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .156px;
    background: #fce9e9
}

.alerta.newsl svg {
    margin-right: 10px
}

.alerta.alerta--news .alerta__icon {
    margin: 0;
    font-size: 0;
    line-height: 0
}

.alerta.alerta--news svg {
    margin-right: 10px
}

.alerta.alerta--news.error svg {
    margin-right: 6px
}

.alerta.alerta--news.error {
    margin-bottom: 20px
}

.alerta.alerta--news.error svg {
    width: 20px !important;
    height: 20px !important;
    position: relative;
    top: -2px;
    left: -3px;
    overflow: visible
}

.alerta.alerta--news.exito {
    color: #002033;
    background: #e3f4d9
}

.error-email {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .2px;
    color: #a3182f;
    margin: 10px 0;
    display: flex
}

.newsletter.newsl .respuestas__item {
    padding: 2rem 0;
    padding-bottom: 0;
    padding-top: 0
}

.asesoria {
    max-width: 960px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 32px 45px 32px 45px
}

.asesoria__titulos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.asesoria__titulos__item.primero {
    min-width: 160px;
    max-width: 160px
}

.asesoria__titulos__item.segundo,
.asesoria__titulos__item.tercero {
    min-width: 250px
}

.asesoria__titulos__item {
    color: var(--negroLV);
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex: 1;
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.asesoria__titulos__item::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f93549;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px
}

.asesoria__titulos__item.primero::before {
    display: none
}

.asesoria__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.asesoria__box__item {
    flex: 1;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-width: 220px
}

.asesoria__box__item svg {
    margin-bottom: 10px
}

.asesoria__box__item.primero {
    min-width: 160px;
    justify-content: flex-start
}

.asesoria__box__item.icon {
    text-align: center;
    border-bottom: 2px solid rgba(204, 219, 227, 1)
}

.asesoria__box__item.large {
    margin: 0 25px;
    min-width: 299px
}

.asesoria__box__item p {
    color: var(--negroLV);
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .2px
}

.asesoria__box__item.asesoria__textos {
    flex-direction: column
}

.asesoria__box__item.asesoria__textos p {
    font-weight: 600;
    margin-bottom: 20px
}

.asesoria__box__item.noborder {
    border: 0
}

.asesoria__box__item .btn--home {
    font-weight: 600
}

.asesoria__box.lastone {
    justify-content: center;
    border-top: 2px solid rgba(204, 219, 227, 1);
    padding-top: 20px
}

.asesoria .cerrar {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.home-imgs__manos {
    width: 139px;
    height: 142px
}

.asesoria--mov {
    display: none
}

.asesoria__int__uno h2 {
    margin: 0;
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 600;
    color: var(--negroLV);
    position: relative
}

.asesoria__int__uno h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f93549;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px
}

.asesoria__uno__interior {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 24px;
    margin-top: 32px
}

.asesoria__uno__interior.nomargin {
    margin-top: 0
}

.asesoria__int__box {
    background: #fff;
    padding: 32px 16px
}

.asesoria__int__box li {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 24px;
    display: flex;
    align-items: center
}

.asesoria__int__box li svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px
}

.asesoria__int__botonera {
    text-align: center
}

.asesoria__int__botonera a {
    width: 100%;
    margin-bottom: 40px
}

span.asesoria__line {
    display: flex;
    width: 100%;
    height: 1px;
    background: rgba(204, 219, 227, 1);
    margin-top: 32px
}

.banner-carrusel .owl-next {
    right: 0
}

.banner-carrusel .owl-prev {
    left: 0
}

span.fln-arrow-main,
span.fln-arrow-second {
    padding: 0
}

.home-imgs__hand {
    display: flex;
    align-items: flex-end
}

.btn.btn--home:hover {
    background: transparent;
    opacity: .7
}

.insight .categorias__info {
    padding: 23px 24px
}

.insight .insights-news__data {
    justify-content: flex-start
}

.insight .insights-destacado__data__item {
    margin-right: 30px
}

.insights-destacado__data__item {
    display: flex;
    align-items: center;
    height: 100%
}

.insights-destacado__data__texto {
    letter-spacing: -.01em;
    font-size: 1.3em;
    line-height: 0;
    color: var(--negroLV);
    display: flex
}

.insights-destacado__data__icono {
    margin-right: 8px;
    display: flex
}

span#minutos,
span#lecturas {
    margin-right: 3px
}

#banner-navs {
    display: none
}

.bajada-icons {
    width: 100%;
    height: 65px;
    display: block;
    position: relative;
    margin-top: -85px
}

.owl-carousel {
    touch-action: manipulation !important
}

.app__gplay-mov {
    display: none
}

.tabs_gris {
    background: rgba(245, 245, 245, 1);
    padding: 0;
    padding-bottom: 30px
}

.tabs_gris .fln-tabs {
    max-width: none
}

.tabs_gris .fln-tabs__contenidos {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 20px
}

.tabs_gris .tab__dobles .fln-tabs {
    background: transparent
}

.seccion__bajada.bajada.bajada_fixed {
    background: white;
    padding-bottom: 0
}

.tabs_gris .tab__dobles .fln-tabs__nav {
    background: white;
    padding-bottom: 0;
    display: flex;
    justify-content: center
}

.tabs_gris .tab__dobles li.fln-tabs__item {
    max-width: 490px
}

.tabs_gris .fln-tabs--responsive .fln-tabs__nav {
    display: none
}

.tabs_buscador .fln-tabs__contenidos {
    min-height: 60vh
}

.tabs_buscador .fln-tabs {
    margin-bottom: 0;
    padding: 0
}

.accesibilidad {
    position: fixed;
    width: 260px;
    z-index: 99;
    right: 0;
    background: #28282a;
    display: flex;
    padding: 5px 20px;
    height: 40px;
    transform: translateY(-45px);
    transition: linear .3s;
    cursor: pointer;
    align-items: center;
    justify-content: space-between
}

.accesibilidad.activo {
    transform: translateY(0)
}

.accesibilidad__open {
    display: flex;
    align-items: center
}

.accesibilidad-icon {
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 20px
}

.accesibilidad-icon img {
    width: 24px;
    height: 24px
}

.accesibilidad-texto {
    color: #fff;
    font-size: 1.1em;
    display: flex;
    font-weight: 600;
    text-transform: uppercase
}

.accesibilidad__interior {
    display: flex;
    align-items: center
}

.accesibilidad__interior svg .st0 {
    stroke: none
}

.accesibilidad__interior span {
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: all ease 300ms
}

.accesibilidad__interior #cambiar-color span svg {
    width: 20px;
    height: 20px
}

.accesibilidad__interior span:last-child {
    margin-right: 0
}

#zoom-in svg path.st0,
#zoom-out svg path.st0,
#zoom-normal svg path.st0,
#cambiar-color svg rect.st0 {
    fill: #fff
}

#zoom-in.disabled,
#zoom-out.disabled {
    pointer-events: none;
    cursor: default !important
}

#cambiar-color svg rect.st0 {
    fill: #fff
}

.accesibilidad__interior span:hover svg .st0 {
    opacity: .7
}

.insights-news__data {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.categorias h3 {
    color: #28282a;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: .04em;
    font-weight: 600;
    font-size: 2.8em;
    line-height: 34px
}

.categorias__box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border-radius: 2px;
    display: block;
}

.categorias__box.categorias__box--ajax {
    margin-bottom: 0
}

.categorias__box:hover .categorias__img img {
    transform: scale(1.1)
}

.categorias__box .insights-news__icon {
    min-height: 30px
}

.categorias__box .insights-news__data {
    margin-top: auto;
    margin-bottom: 16px
}

.categorias-interno .categorias__box .insights-news__data {
    max-width: initial;
    overflow-x: initial
}

.categorias__img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.categorias__img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all ease 400ms;
}

.categorias__info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 185px;
    background: #fff
}

.categorias__info .cat-titulo {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--negroLV);
    letter-spacing: -.03em;
    min-height: 70px
}

.categorias__info p {
    font-size: 15px;
    line-height: 20px;
    color: #28282a;
    margin-bottom: 10px
}

.categorias__info h3,
.categorias__info h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    color: var(--negroLV);
    letter-spacing: -.03em;
    font-weight: 600
}

.categorias__info .cat-subtitulo {
    font-size: 15px;
    line-height: 20px;
    color: #28282a;
    margin-bottom: 25px;
    min-height: 100px
}

@media (max-width:767px) {

    .categorias__info .cat-subtitulo,
    .categorias__info .cat-titulo {
        min-height: auto
    }
}

.categorias__box.categorias__info.categorias__info--cat .insights-news__data {
    margin-bottom: 10px
}

.categorias__info.categorias__info--cat .link {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px
}

.categorias .link {
    display: inline-block;
    margin-bottom: 65px
}

.categorias .link.link--ultimo {
    margin-bottom: 0
}

.botonera {
    text-align: center
}

#form-newsletter .form__grupo.form__grupo--nombre {
    margin-right: 10px
}

.sost__titulo {
    margin: 0;
    font-weight: 600;
    font-size: 2.8em;
    line-height: 34px;
    text-align: center;
    letter-spacing: -.02em;
    color: var(--negroLV);
    margin-bottom: 16px
}

.sost__desc {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 22px;
    text-align: center;
    color: var(--negroLV);
    max-width: 55%;
    margin: auto;
    margin-bottom: 55px
}

.sost__img img {
    width: 100%
}

.sost__texto {
    padding: 32px;
    padding-bottom: 0
}

.sost__link {
    padding: 0 32px;
    padding-bottom: 27px;
    margin-top: auto
}

.sost__caja {
    min-height: 486px;
    display: flex;
    flex-direction: column
}

.sost__link a {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 17px;
    color: #f93549;
    display: flex;
    align-items: center
}

.sost__link .link.link-url svg {
    top: 0
}

.link.link-url svg {
    position: relative;
    top: 8px;
    margin-left: 8px;
    transition: all ease 300ms
}

.cajaslv__info__logo {
    min-height: 54px
}

.item_info_documento span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}


@media (max-width:1122px) {
    .sost__texto {
        min-height: 265px
    }
}

@media (max-width:1082px) {
    .sost__texto {
        min-height: 280px
    }

    .sost__texto h4 {
        min-height: 38px
    }
}

@media (max-width:1040px) {
    .sost__texto {
        min-height: 305px
    }
}

@media (max-width:991px) {
    .sost__caja {
        margin-bottom: 30px
    }

    .sost__texto h4 {
        min-height: auto
    }

    .sost__texto {
        min-height: auto
    }
}

@media (max-width:767px) {
    .sost__texto {
        padding: 20px;
        padding-bottom: 0
    }

    .sost__desc {
        max-width: 75%
    }
}

@media (max-width:543px) {
    .sost__desc {
        max-width: 100%
    }
}

@media (max-width:1100px) {
    .categorias__info {
        min-height: 210px
    }

    .categorias__box .insights-news__data {
        max-width: 285px;
        overflow-x: visible
    }
}

@media (max-width:991px) {
    .categorias__box .insights-news__data {
        max-width: 100%;
        overflow: initial
    }
}

@media (max-width:767px) {
    #form-newsletter {
        flex-direction: column
    }

    .form__interior {
        width: 100%
    }

    #form-newsletter .form__grupo {
        min-width: auto;
        flex: 1
    }

    #form-newsletter .btn.btn--primario {
        margin-top: 20px;
        width: 100%
    }

    .categorias__info {
        min-height: auto
    }

    .categorias h3 {
        font-size: 2.4em
    }

    .categorias__box {
        height: auto;
        margin-bottom: 30px
    }

    .categorias__info.categorias__info--cat h4 {
        min-height: auto
    }

    #form-newsletter .form__grupo.form__grupo--nombre {
        margin-right: 25px
    }
}

@media (max-width:543px) {
    #form-newsletter .form__interior {
        flex-direction: column
    }

    #form-newsletter .form__grupo.form__grupo--nombre {
        margin-right: 0;
        margin-bottom: 20px
    }

    #form-newsletter .form__grupo {
        width: 100%
    }

    .contenedor-alerta .alerta {
        position: relative
    }

    .insights-destacado .insights-destacado__info.insights-destacado__info--centrado h2 {
        font-size: 2.4em
    }
}

@media (max-width:410px) {

    .categorias__box .insights-news__data,
    .categorias-interno .categorias__box .insights-news__data {
        max-width: 330px;
        overflow-x: scroll
    }
}

.seccion__relacionados {
    background: #f0f4f7
}

.relacionados h4 {
    color: #28282a;
    letter-spacing: .04em;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 60px
}

.relacionados__box {
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    border-radius: 2px;
    display: block
}

.relacionados__box:hover .relacionados__img img {
    transform: scale(1.1)
}

.relacionados__box:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #f93549;
    border-radius: 0 0 2px 0;
    bottom: 0;
    right: 0
}

.relacionados__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.relacionados__img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all ease 400ms;
    margin-bottom: -3px
}

.relacionados__info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 185px
}

.relacionados__box:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #f93549;
    border-radius: 0 0 2px 0;
    bottom: 0;
    right: 0
}

.relacionados__info p {
    font-size: 15px;
    line-height: 20px;
    color: #28282a;
    margin-bottom: 10px;
    min-height: 30px
}

.relacionados__icon svg {
    margin-right: 7px
}

.relacionados__info h4 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--negroLV);
    letter-spacing: -.03em
}

.relacionados__data {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.relacionados__data__item {
    display: flex;
    align-items: center
}

.relacionados__data__icono {
    margin-right: 8px
}

.relacionados__data__texto {
    letter-spacing: -.01em;
    font-size: 1.3em;
    line-height: 35px;
    color: var(--negroLV)
}

section {
    padding: 50px 0
}

.banner-bajada p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--negroLV);
    max-width: 554px;
    margin: 0 auto
}

section.plantilla_interior h1 ,
section h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: var(--negroLV);
    letter-spacing: .28em
}

.lo-que-nos-diferencia-home p {
    max-width: 776px;
    margin: 0 auto;
    letter-spacing: .0214em
}

.item_datos_diferencia {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    width: 100%;
    max-width: 933px
}

.item_datos_diferencia h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 168px;
    margin: 0;
    padding: 20px;
    font-weight: 500;
    font-size: 5.2em;
    line-height: 63px;
    text-align: center;
    letter-spacing: -.04em;
    color: var(--negroLV);
    white-space: nowrap
}

.item_datos_diferencia h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .0214em;
    color: var(--negroLV);
    display: block;
    max-width: 144px;
    white-space: break-spaces
}

.link-seccion {
    margin: 30px auto 0;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .06em;
    color: var(--rojoLV);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

.link-seccion .icono,
.link-seccion svg {
    display: flex;
    vertical-align: middle;
    margin-left: 10px;
    transition: all ease .3s
}

.link-seccion:hover {
    text-decoration: underline
}

.link-seccion:hover .icono {
    transform: translateX(4px)
}

.titulo_seccion {
    padding: 0 20px;
    border-left: 2px solid #f93549;
    display: table;
    margin: 0 auto 40px
}

.nuestros_fondos_home {
    background: #f3f3f3;
    padding: 100px 0
}

.accesos_nuestros_fondos {
    background: #fff;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all ease .3s
}

.accesos_nuestros_fondos:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.accesos_nuestros_fondos span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .0075em;
    color: #6f6f71;
    margin-top: 5px;
    border-radius: 4px
}

.nuestros_conocimientos p {
    text-align: center
}

.item_premio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 15px 30px 30px
}

.premios_contenedor {
    display: flex;
    justify-content: center;
    margin: 35px auto 0;
    max-width: 850px;
    gap: 30px;
}

.item_premio img {
    max-width: 130px;
    max-height: 103px;
    margin: auto 0
}

.item_premio span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .2px;
    color: var(--negroLV)
}

footer {
    padding-top: 50px;
    border-top: 1px solid #e4e7e7
}

.logos-footer {
    display: flex;
    margin-bottom: 60px
}

.item_logo_footer {
    margin-right: 40px
}

.item_logo_footer img {
    max-height: 40px
}

footer h4 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: .0214em;
    color: #28282a
}

footer a {
    transition: all ease .3s
}

footer a:hover {
    color: var(--rojoLV)
}

footer ul li {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: .0167em;
    color: var(--negroLV);
    margin-bottom: 10px
}

.disclaimer {
    border-top: 1px solid #e4e7e7
}

.disclaimer-interior {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap
}

.disclaimer p {
    font-weight: 400;
    font-size: 1em;
    line-height: 12px;
    display: flex;
    align-items: center;
    letter-spacing: .04em;
    color: var(--negroLV)
}

footer .disclaimer p {
    display: inline
}

.menu_footer {
    margin-bottom: 30px
}

footer .rrss {
    display: flex;
    align-items: center
}

footer .rrss a {
    margin-left: 5px;
    display: flex;
    transition: all ease .3s
}

footer .rrss a:hover {
    transform: translateY(-5px)
}

.sin-url {
    pointer-events: none
}

.flex-between {
    display: flex;
    justify-content: space-between
}

.lista_fondos_modal {
    display: none
}

.modal-contenedor {
    background: rgba(44, 44, 44, .7);
    position: absolute;
    top: var(--header);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}

.modal-generico-box {
    position: fixed;
    padding: 15px
}

.modal-generico {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 2px rgba(0, 32, 92, .1);
    border-radius: 8px;
    padding: 30px;
    min-width: 920px;
    margin: 120px auto auto auto;
    position: relative
}

.modal-generico .fln-cerrar {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: all ease .3s;
    color: var(--negroLV);
    z-index: 1
}

.modal-generico h2 {
    font-weight: 600;
    font-size: 2em;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: .015em;
    color: var(--negroLV);
    margin-top: 0;
    padding: 22px 30px 15px;
    border-bottom: 1px solid #e4e7e7
}

#modal_fondos .modal-generico {
    padding: 0 0 50px;
    min-width: 460px
}

.modal-generico h3 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #6f6f71;
    margin-bottom: 15px;
}

.lista_fondos_modal>div {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.lista_fondos_modal>div div {
    margin-right: 17px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 60vh;
    gap:0 15px;
}

.lista_fondos_modal>div div:last-child {
    margin-right: 0
}
.lista_fondos_modal a {
    list-style: none;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 15px;
    letter-spacing: .025em;
    color: var(--negroLV);
    padding: 8px 25px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-bottom: 5px;
    transition: all ease .3s;
}

.lista_fondos_modal a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .08)
}

.lista_fondos_modal a .icono {
    vertical-align: middle;
    display: inline-flex;
    margin-left: 15px
}

.banner-interior {
    background: url("/img/banner_interior.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 134px;
    background-position: center;
    display: flex;
    align-items: center;
    aspect-ratio: auto;
    min-height: 134px
}

.banner-interior h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #fff
}

.items_sobre_nosotros {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 154px;
    background: #fff;
    border-radius: 4px;
    padding: 20px 33px;
    height: calc(100% - 20px);
    margin-bottom: 20px
}

.items_sobre_nosotros h3 {
    font-weight: 600;
    font-size: 2.4em;
    line-height: 29px;
    text-align: center;
    letter-spacing: .015em;
    text-align: center;
    color: var(--negroLV);
    margin-top: 0
}

.items_sobre_nosotros p {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    text-align: center;
    color: #6f6f71
}

.item_nos_diferencia {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 13%;
    min-height: 104px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-bottom: 16px;
    height: calc(100% - 16px)
}

.item_nos_diferencia p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 17px;
    text-align: center;
    color: var(--negroLV)
}

.item_nos_diferencia p span {
    font-weight: 600
}

.banner-pri {
    background-image: url("/img/fondo-banner-pri.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: auto;
    min-height: 450px;
    display: flex;
    align-items: center
}

.banner-pri h2 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: .28em;
    text-align: left;
    max-width: 436px
}

.banner-pri p {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 17px;
    color: #fff;
    margin-bottom: 40px;
    max-width: 641px;
    letter-spacing: .0214em
}

.banner-pri:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(83.46deg, rgba(0, 0, 0, .5) 10.59%, rgba(0, 0, 0, .1) 77.72%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.banner-pri>div {
    position: relative;
    z-index: 1
}

.logo-pri-banner {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 319px;
    margin-left: auto
}

.logo-pri-banner img {
    margin-bottom: 25px;
    width: 90%
}

.nav {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center
}

.nav .fa {
    margin-left: 5px
}

.nav-item {
    position: relative
}

.nav-link,
.dp-link {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 14px 18px;
    transition: .25s;
    padding-left: 0;
    padding-right: 0;
    transition: all ease 300ms
}

.nav-item:hover,
.nav-item .active {
    opacity: 1;
    transition: all ease 300ms
}

li.nav-item.nav-last.active {
    cursor: default
}

.nav-item:hover .nav-link,
.nav-item:hover .nav-link .icono {
    color: #f93549
}

.nav-item.active .nav-link,
.nav-item.active .nav-link .icono {
    color: #f93549;
    cursor: pointer;
    font-weight: 500
}

.guia {
    max-width: 1152px;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 1.3em
}

.guia span.guia--last:last-child {
    color: #f93549;
    font-weight: 600
}

.guia .guia--last {
    color: #f93549
}

.guia span {
    color: #333d47;
    font-weight: 400;
    position: relative;
    display: flex
}

.guia span.icono {
    font-size: 24px;
    vertical-align: middle;
    display: inline-flex;
    margin-right: 5px
}

.guia a {
    color: #333d47;
    font-weight: 400;
    display: flex;
    align-items: center
}

.guia span.guia--separador {
    margin: 0 10px
}

.guia span.guia--actual {
    font-weight: 500
}

.guia--accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.guia__box.desplegar {
    display: block;
    background: red;
    padding: 15px 30px;
    position: absolute;
    min-width: 200px;
    top: 25px
}

.inicio .guia {
    display: none
}

.bajada-centrada {
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
    letter-spacing: .025em
}

.item_reconocimiento {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 28px;
    width: 100%;
    min-height: 313px;
    background: #fff;
    border: 1px solid #e4e7e7;
    border-radius: 4px;
    font-size: 10px;
    margin-bottom: 25px;
    height: calc(100% - 25px)
}

.item_reconocimiento img {
    max-width: 125px;
    max-height: 125px;
    margin-bottom: 15px
}

.item_reconocimiento img.full150 {
    max-width: 150px
}

.item_reconocimiento img.fullHeight150 {
    max-height: 150px
}

.premio-img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.item_reconocimiento h3 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    text-align: center;
    letter-spacing: .025em;
    color: var(--negroLV)
}

.item_reconocimiento p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 17px;
    text-align: center;
    letter-spacing: .0214em;
    color: var(--negroLV)
}

.premios__listado {
    padding-left: 15px;
    list-style-type: disc
}

.premios__listado li {
    font-size: 1.3em;
    color: #4e555d;
    text-align: left;
    margin-bottom: 10px
}

.item_inversion {
    display: flex;
    padding: 30px 24px;
    width: 100%;
    height: 111px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 16px
}

.item_inversion_numero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #0868a0;
    border-radius: 90px;
    margin-right: 17px
}

.item_inversion_numero span {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    text-align: center;
    letter-spacing: .025em;
    color: #fff
}

.desde_hasta {
    display: flex;
    justify-content: flex-end
}

.desde_hasta .form__grupo {
    max-width: 150px;
    margin-left: 10px !important
}

.imagen_comunicado {
    width: 100%;
    aspect-ratio: 350/190;
    min-height: 190px;
    overflow: hidden
}

.imagen_comunicado img {
    width: 100%;
    min-height: 100%
}

.item_comunicados {
    background: #fff;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column
}

.item_comunicados_detalle {
    padding: 26px 16px;
    display: flex;
    flex-direction: column;
    height: fit-content
}

.fecha_comunicado {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.fecha_comunicado span {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: #28282a;
    margin-left: 10px
}

.fecha_comunicado svg {
    margin-right: 10px
}

.link_comunicado {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    width: 100%
}

.link_comunicado .link-seccion {
    margin: 0;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    text-decoration: none
}

.item_comunicados_textos {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: auto;
    height: fit-content;
    display: flex;
    flex-direction: column
}

.item_comunicados_textos h3 {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 22px;
    letter-spacing: .0111em;
    color: var(--negroLV);
    margin-top: 0;
    margin-bottom: 20px
}

.item_comunicados_textos p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    margin-bottom: 20px
}

.item_comunicados_textos p.fuente {
    font-weight: 600;
    font-size: 1em;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: #6f6f71;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto
}

.item_comunicados_textos p.fuente span.autor {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV);
    text-transform: none;
    margin-left: 5px
}

.item_comunicados_textos span {
    line-height: 17px
}

svg.calendario-icon {
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 2;
    opacity: .2
}

.fecha-desde,
.fecha-hasta {
    padding-left: 35px !important;
    height: 32px
}

.form__grupo .text,
.form__grupo select {
    height: 40px;
    color: #333d4799;
    box-shadow: 0 2px 2px 0 #0000000d;
    border: 1px solid #ccdbe3
}

.form__grupo .text,
.form__grupo select,
.form__grupo textarea {
    padding: 10px;
    border-radius: 8px
}

.form__grupo *::placeholder {
    color: #333d4799
}

.form__grupo .icono {
    transform: none;
    bottom: 43%;
    position: absolute
}

.lista_comunicados {
    padding: 30px 0 70px;
    min-height: 50vh
}

a.cargar-mas {
    background: #fff !important;
    height: 40px !important;
    display: none;
    align-items: center;
    border-radius: 4px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 25px;
    transition: all ease .3s
}

a.cargar-mas i {
    font-size: 18px;
    margin-left: 20px;
    display: flex
}

a.cargar-mas:hover {
    opacity: .85
}

.accesos_informacion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    width: 100%;
    height: 80px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-bottom: 16px;
    transition: all ease .3s
}

.accesos_informacion h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--negroLV)
}

.accesos_informacion i {
    font-size: 20px;
    color: var(--rojoLV)
}

.fila.ph-8 .col {
    padding: 0 8px
}

.accesos_informacion:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.item_directorio {
    display: flex;
    margin-bottom: 75px
}

.item_directorio_textos {
    padding: 0 24px
}

.item_directorio h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .015em;
    color: var(--negroLV);
    margin-top: 0
}

.item_directorio h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV)
}

.item_directorio p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}

.item_directorio_img {
    min-width: 150px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.item_directorio_img img {
    width: 100%
}

.contenedor_desplegable .contenido_desplegable {
    display: none
}

.contenedor_desplegable.ui-accordion .contenido_desplegable {
    display: block
}

.contenedor_desplegable.abierto .contenido_desplegable {
    display: block !important
}

.contenedor_desplegable.abierto .cabecera_desplegable {
    border-bottom: 0;
    pointer-events: none
}

.contenedor_desplegable.abierto .cabecera_desplegable .ui-icon {
    display: none !important
}

.item_info_documento .icono {
    color: var(--rojoLV);
    font-size: 18px;
    display: flex;
    height: 16px
}

.buscador_otras_series {
    margin-top: 30px;
    margin-bottom: 45px;
    display: flex;
    align-items: flex-end
}

.buscador_otras_series .form__grupo {
    margin-bottom: 0;
    margin-right: 16px;
    min-width: 162px
}

.contenido_desplegable.simple.buscador_otras {
    padding-top: 10px
}

.separador--linea {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px
}

.banner-comunicacion-clientes {
    padding-top: 20px
}

.banner-comunicacion-clientes-img {
    width: 100%;
    aspect-ratio: 1152 / 340;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-comunicacion-clientes-img img {
    width: 100%;
    aspect-ratio: 1152 / 340
}

.banner-comunicacion-clientes h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .015em;
    color: var(--negroLV);
    margin: 15px 0
}

.banner-comunicacion-clientes p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV)
}

.contacto h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: .0109em;
    color: var(--negroLV)
}

.contacto h1 span {
    font-weight: 600;
    display: block
}

.contacto ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .025em;
    color: var(--negroLV);
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.contacto ul li svg {
    margin-right: 10px
}

.mapa_contacto iframe {
    width: 100%;
    height: 408px
}

.contacto-contenedor {
    background: #fff;
    border-radius: 4px;
    padding: 40px 30px;
    width: 100%;
    max-width: 480px;
    margin-left: auto
}

.fila_form {
    display: flex;
    justify-content: space-between;
    margin: 0 -7px
}

.fila_form .form__grupo {
    margin-left: 7px;
    margin-right: 7px
}

.contacto-contenedor input::placeholder,
.contacto-contenedor textarea::placeholder,
.contacto-contenedor select::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333d4799
}

.captcha>div {
    transform: scale(.75);
    transform-origin: top left
}

section.contacto form,
.contacto-contenedor {
    height: 100%
}

.respuesta_formulario {
    width: 100%;
    padding: 40px;
    text-align: center
}

.respuesta_formulario span[class^="icon-"] {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.respuesta_error span[class^="icon-"] {
    background: #a94442
}

.respuesta_exito span[class^="icon-"] {
    background: #4fa34f
}

.respuesta_formulario h3 {
    font-size: 2em
}

.respuesta_formulario h3,
.respuesta_formulario p {
    margin-bottom: 20px
}

.contacto.mapa_movil {
    display: none
}

.captcha.invalido>div {
    border: 1px solid #ea5233
}

.buscador_fondos_area {
    margin-top: 30px;
    margin-bottom: 0
}

.buscador_fondos_area input {
    max-width: 609px;
    height: 48px
}

.buscador_fondos_area input::placeholder {
    font-size: 14px
}

.tabla table {
    width: 100%
}

.tabs_buscador .fln-tabs__contenido {
    padding-left: 0;
    padding-right: 0
}

.tabs_buscador thead th {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: #6f6f71
}

.tabs_buscador thead th:last-of-type {
    min-width: 100px
}

.tabs_buscador tbody td {
    font-size: 1.4em;
    padding: 10px 4px;
    text-align: center;
    border-top: 10px solid #f3f3f3;
    border-bottom: 10px solid #f3f3f3
}

.tabs_buscador tbody td:last-of-type {
    padding-right: 10px;
    border-radius: 0 10px 10px 0
}

.tabs_buscador tbody td.td_nombre_fondo {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    left: 0;
    z-index: 1
}

a.nombre_fondo span {
    margin-right: 15px;
    display: inline;
    width: 210px
}

.tabs_buscador thead th:first-of-type {
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
    padding-left: 20px;
    width: 230px
}

.tabs_buscador thead th:first-of-type div {
    justify-content: flex-start
}

.nombre_fondo {
    font-weight: 600;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    display: flex;
    justify-content: revert-layer;
    align-items: center;
    margin-bottom: 3px;
    text-align: left
}

.td_nombre_fondo a.nombre_fondo {
    cursor: pointer;
    transition: all ease .3s;
    position: relative;
    padding-right: 9px
}

.td_nombre_fondo:hover a.nombre_fondo {
    opacity: .7
}

.tabla.tabla-fondos th {
    min-width: 40px;
    white-space: nowrap;
    background: white;
    padding: 18px 10px;
    text-align: left
}

.td_nombre_fondo:hover .icono {
    transform: translateX(4px)
}

a.nombre_fondo span {
    display: contents;
    position: relative
}

.td_nombre_fondo span.icono:before {
    position: absolute;
    top: 1px;
    right: -6px
}

.tipo_fondo {
    font-weight: 600;
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: var(--grisMedio);
    display: block;
    text-align: left
}

td .tipo_fondo {
    margin: 5px 0
}

.tipo_moneda {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .025em;
    color: var(--negroLV)
}

td .tipo_moneda {
    margin-left: 0;
    font-size: 1.4rem
}

span.porcentajes {
    display: flex;
    justify-content: center;
    font-weight: 600
}

span.porcentajes .icono {
    margin-right: 5px;
    display: flex
}

span.porcentajes.positivo {
    color: #0f8904
}

span.porcentajes.negativo {
    color: var(--rojoLV)
}

span.valor_cuota {
    font-weight: 600;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV)
}

td .ver_detalles {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--rojoLV);
    white-space: nowrap
}

td .ver_detalles .icono {
    display: flex;
    font-size: 1.7rem;
    transition: all ease .3s;
    margin-left: 6px
}

td .ver_detalles:hover {
    opacity: .8
}

td .ver_detalles:hover .icono {
    transform: translateX(4px)
}

.tag-fondo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    width: max-content;
    min-height: 20px;
    border: 1px solid #9bb5c0;
    border-radius: 24px;
    margin: auto;
    font-weight: 600;
    font-size: .9rem;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase
}

td .tag-fondo {
    margin-left: 0;
    margin-right: 0
}

.balanceados {
    color: #109098
}

.deuda-chilena {
    color: #990e25
}

.cuenta-activa {
    color: #0095ec
}

.deuda-internacional {
    color: #eb780d
}

.acc-chilenos {
    color: #a3182f
}

.acc-inter {
    color: #a14aaf
}

.deuda-privada {
    color: #524aaf
}

.inmobiliario {
    color: #a14aaf
}

.alternativos {
    color: #01924c
}

.riesgo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    min-height: 20px;
    border-radius: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: .165em;
    white-space: nowrap
}

td .riesgo {
    min-width: 60px;
    width: fit-content;
    margin: auto;
    font-size: .9rem;
    transform: translateX(-5px)
}

.riesgo-bajo {
    background: #28b759
}

.riesgo-medio {
    background: #d2b311
}

.riesgo-alto {
    background: #dd5c40;
    margin: 0 6px
}

table tbody td.td-riego {
    padding-right: 0;
    padding-left: 0
}

.informacion-fondo {
    /* background: #f3f3f3; */
    padding-top: 0
}

.modulo-detalle {
    background: white;
    padding: 30px;
    border-radius: 4px;
    position: relative
}

.modulo-detalle h2 {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 20px;
    letter-spacing: .025em;
    text-align: left;
    color: var(--negroLV);
    text-transform: unset;
    margin-top: 0;
    margin-bottom: 20px;
}

.tipo_fondo_detalle {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #6f6f71
}

.informacion-fondo h1 {
    font-weight: 600;
    font-size: 3.2em;
    line-height: 39px;
    letter-spacing: .0109em;
    color: var(--negroLV);
    margin: 0 0 10px
}

.tags_plus_select {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* flex: 1 */
}

.tags_grupo {
    display: flex
}

.tags_grupo span {
    margin: 10px 5px 0 0
}

.tags_grupo {
    display: flex;
    align-items: flex-start
}

.tags_plus_select select {
    min-width: 255px;
    height: 32px;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 1.2em
}

.tags_plus_select select option {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}

.tags_plus_select .form__grupo {
    margin: 0
}

.tags_plus_select .form__grupo .icono {
    transform: translateY(10px);
    bottom: 100%;
    position: absolute
}

.parrafo_detalle_fondo {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV);
    margin-bottom: 30px
}

.detalle_valores {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 10px
}

.item_detalle_valores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 16px 16px 6px;
    flex: 1
}

.item_detalle_valores span {
    font-weight: 600;
    font-size: 1em;
    line-height: 12px;
    text-align: center;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: var(--grisMedio);
    text-transform: uppercase;
    margin-bottom: 6px
}

.item_detalle_valores .valor_cuota {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    text-align: center;
    letter-spacing: .025em;
    color: var(--negroLV);
    margin-bottom: 0
}

.item_detalle_valores .porcentajes {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    text-align: right;
    letter-spacing: .025em;
    margin-bottom: 0;
    align-items: center
}

.compartir_info {
    font-weight: 600;
    font-size: 1em;
    line-height: 12px;
    text-align: center;
    letter-spacing: .04em;
    color: #f93549;
    position: relative;
    display: inline-block;
    top: -5px;
    margin-bottom: 15px;
}

.compartir_info svg {
    margin-left: 6px
}

.detalle_nivel_de_riesgo {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 25px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0 0 auto
}

.modulo-detalle h3 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    letter-spacing: .025em;
    margin-top: 0;
    color: var(--negroLV)
}

.detalle_rangos_nivel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px
}

.item_rangos_nivel {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 90px;
    padding: 4px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 10px;
    flex-direction: column;
    position: relative
}

.item_rangos_nivel span {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .0111em;
    text-align: center;
    color: #aaaeb2
}

span.item_nombre_rango {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV) !important;
    position: absolute;
    top: -25px
}

.item_rangos_nivel.activo {
    background: #5dba5b
}

.item_rangos_nivel.activo span {
    color: #fff
}

.item_rangos_nivel:nth-child(3).activo,
.item_rangos_nivel:nth-child(4).activo,
.item_rangos_nivel:nth-child(5).activo {
    background: #e7b83f
}

.item_rangos_nivel:nth-child(6).activo,
.item_rangos_nivel:nth-child(7).activo {
    background: #dd5c40
}

a.descarga-ficha {
    width: 100%;
    max-width: 320px
}

.modulo-detalle.menu_anclas {
    padding: 15px 30px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: calc(var(--header) + 43px);
    z-index: 100;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .05))
}

.modulo-detalle.menu_anclas a {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}

.ancla {
    transform: translateY(-180px);
    position: absolute;
    margin: 10px
}

.fila_antecedentes {
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 6px 0
}

.fila_antecedentes:first-child {
    border-top: 1px solid #bdbdbd
}

.fila_antecedentes span {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 20px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}

.fila_antecedentes span.izquierda_fila {
    text-transform: uppercase;
    letter-spacing: .18em
}

.fila_antecedentes span.derecha_fila {
    font-weight: 600;
    text-align: right;
    max-width: 55%;
    line-height: 17px;
    transition: all ease .3s
}

span.derecha_fila.tooltip:hover {
    color: #ccc
}

.fila_antecedentes span.izquierda_fila~a {
    margin-left: 10px
}

.texto-link {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 17px;
    text-decoration-line: underline;
    color: #f93549
}

.columna_antecedentes .texto-link {
    display: flex;
    margin-top: 15px;
    text-decoration: unset;
    align-items: center;
    justify-content: flex-end
}

.columna_antecedentes .texto-link span {
    text-decoration: underline
}

.columna_antecedentes .texto-link i {
    display: flex;
    margin-left: 5px
}

.ficha_manager {
    max-width: 368px;
    margin: auto
}

.ficha_manager_detalle {
    display: flex;
    padding: 18px 20px 30px
}

.img_manager {
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 10px;
    overflow: hidden
}

.img_manager img {
    width: 100%;
    height: 100%
}

.cargo_manager {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    margin-bottom: 8px
}

.ficha_manager h3 {
    text-align: left
}

.ficha_manager_detalle h4 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    margin: 0
}

.bajada_manager {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: #0f8904
}

a.texto-link.con-icono {
    margin-left: 0;
    text-decoration: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: fit-content
}

a.texto-link.con-icono span {
    margin-right: 8px;
    text-decoration: underline
}

a.texto-link.con-icono .icono {
    display: flex
}

.documentos_columnas h3 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--negroLV);
    margin-bottom: 15px
}

.documentos_columnas .columna_antecedentes {
    width: 100%;
    margin-bottom: 33px
}

.documentos_columnas .fila_antecedentes span.izquierda_fila {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .025em;
    color: var(--negroLV);
    text-transform: initial
}

.fila_antecedentes svg {
    fill: var(--negroLV)
}

.documentos_columnas .fila_antecedentes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px
}

.desplegable_lateral {
    background: rgba(0, 0, 0, .5);
    z-index: 140;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed
}

.desplegable__body {
    height: 100vh;
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    left: 100%;
    transition: all ease .5s;
    position: relative;
    margin-left: auto;
    max-width: 716px
}

.header_desplegable {
    height: var(--header);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px
}

.header_desplegable.header_filtros {
    justify-content: space-between;
    margin: 20px 50px 0;
    padding-bottom: 5px
}

.header_desplegable.header_filtros h3 {
    font-weight: 600;
    font-size: 2em;
    line-height: 24px;
    letter-spacing: .015em;
    color: var(--negroLV)
}

.header_desplegable.header_filtros .fln-cerrar {
    margin-bottom: 40px
}

.header_desplegable .fln-cerrar {
    font-size: 30px;
    display: flex
}

.desplegable__body .informacion-fondo {
    background: transparent;
    padding: 0 45px
}

.desplegable__body .tags_plus_select {
    flex-direction: column
}

.desplegable__body .tags_grupo {
    margin-bottom: 20px
}

.desplegable__body .tags_plus_select select {
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    text-transform: uppercase
}

.desplegable__body .tags_plus_select .form__grupo {
    max-width: 312px
}

.desplegable__body p.parrafo_detalle_fondo {
    margin-bottom: 24px
}

.datos_detalle_desplegable {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px
}

.datos_detalle_desplegable>div,
.detalle_nivel_de_riesgo>div {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: #6f6f71;
    margin-right: 35px
}

.tipo_moneda {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV);
    text-transform: uppercase;
    margin-left: 8px
}

.tipo_nemo,
.tipo_riesgo {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .02em;
    color: var(--negroLV);
    text-transform: uppercase;
    margin-left: 8px;
    letter-spacing: .2em
}

.desplegable__body .detalle_valores {
    justify-content: space-between;
    padding: 15px 15px 5px;
    padding: 0;
    border: 0;
    gap: 9px
}

.desplegable__body .item_detalle_valores {
    flex: 1;
    padding: 14px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 4px
}

.desplegable__body .botonera {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px
}

.desplegable__body .botonera a {
    margin-left: 5px
}

g.highcharts-range-selector-buttons {
    transform: translateX(-5px)
}

g.highcharts-label.highcharts-range-input *:focus {
    outline: 0
}

.grafico_con_inputs {
    position: relative
}

.grafico_con_inputs .highcharts-input-group {
    display: none
}

.grafico_con_inputs .desde_hasta {
    margin-bottom: -30px
}

.grafico_con_inputs .desde_hasta input {
    height: 32px
}

.grafico_con_inputs .desde_hasta label {
    margin-bottom: 8px
}

.grafico_con_inputs .desde_hasta .calendario-icon {
    top: 33px
}

.grafico_con_inputs .desde_hasta {
    margin-bottom: -34px
}

.grafico_con_inputs .desde_hasta .form__grupo:first-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    background: #e4e7e7;
    position: absolute;
    left: -45%;
    z-index: 10
}

.lista_datos_grafico {
    display: flex;
    justify-content: space-between;
    margin: 20px -5px 0
}

#grafico_valor_cuota {
    margin: 0 -10px
}

#applyRange {
    display: none
}

.lista_datos_grafico .item_detalle_valores {
    padding: 7px;
    border: 1px solid #bdbdbd;
    min-width: 159px;
    height: 72px;
    flex: 1;
    margin: 0 5px
}

.lista_datos_grafico .item_detalle_valores span {
    margin: 3px 0
}

.pie_composicion_moneda rect.highcharts-point {
    width: 8px;
    height: 8px;
    transform: translateY(2px)
}

.pie_composicion_moneda,
.barras_clasificacion_riesgo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 0;
    width: 358px
}

.estadistica_del_fondo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 0 85px;
    width: 440px
}

.principales_emisores {
    margin: 20px auto 0;
    max-width: 905px
}

.principales_emisores .columna_antecedentes {
    padding: 0;
    margin: 30px 5px 30px -5px
}

.estadistica_del_fondo .columna_antecedentes {
    padding: 0;
    margin-top: 30px;
    width: 100%
}

.pie_composicion_moneda h3,
.barras_clasificacion_riesgo h3,
.principales_emisores h3 {
    text-align: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    position: relative;
    transform: translateY(13px);
    z-index: 1;
    text-transform: uppercase;
    font-size: 12px
}

.estadistica_del_fondo h3 {
    text-align: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    transform: translateY(13px);
    z-index: 1;
    text-transform: uppercase;
    font-size: 12px
}

#barras_clasificacion_riesgo {
    padding-top: 25px
}

#modal_compartir .modal-generico {
    padding: 0;
    min-width: auto;
    width: 100%;
    max-width: 820px
}

a.item_compartir {
    width: 100%;
    max-width: 134px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e4e7e7;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: .04em;
    color: var(--negroLV)
}

.lista_rrss {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px
}

a.item_compartir img {
    margin-bottom: 8px
}

a.item_compartir.whatsapp img {
    margin-bottom: 0
}

.url_compartir {
    font-weight: 400;
    font-size: 2em;
    line-height: 24px;
    text-align: center;
    letter-spacing: .015em;
    color: var(--negroLV);
    margin: 15px auto 25px;
    display: block;
    padding: 0 30px
}

a.compartir_vinculo {
    margin: 0 auto;
    display: flex;
    max-width: 165px;
    height: 48px;
    align-items: center
}

.copiado {
    color: var(--rojoLV)
}

.tabs_buscador a.fln-tabs__link {
    white-space: nowrap
}

#modal_ver_por_series .modal-generico {
    padding: 0;
    min-width: auto;
    width: 100%;
    max-width: 820px
}

.fln-tabs__contenido h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    letter-spacing: .025em;
    color: var(--negroLV)
}

#modal_ver_por_series h2 {
    margin: 0
}

#modal_ver_por_series .fln-tabs__link {
    padding: 30px 10px 10px;
    margin-right: 16px
}

#modal_ver_por_series .fln-tabs__contenido {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb
}

.fln-tabs {
    padding: 0 30px
}

#modal_ver_por_series .fln-tabs__item {
    flex: none
}

#modal_ver_por_series .fln-tabs__nav {
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin
}

#modal_ver_por_series .fln-tabs__contenido h3 {
    margin: 0 0 17px
}

.tabla.tabla-fondos {
    position: relative
}

.tabla.tabla-fondos thead {
    border-top: 2px solid #f3f3f3
}

.tabla_series_modal td {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    min-width: 170px;
    padding: 17px 0;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV)
}

.tabla_series_modal td:first-of-type {
    font-weight: 400
}

section.informacion-fondo {
    display: none
}

table.otras_series {
    width: 100%;
    margin-bottom: 50px
}

table.otras_series th,
table.otras_series td {
    border: 1px solid #dbdbdb;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #6f6f71;
    padding: 20px
}

table.tabla_series_modal {
    width: 100%
}

.bajada_sobre_nosotros {
    max-width: 743px;
    text-align: center;
    margin: 0 auto
}

.bajada_sobre_nosotros span {
    font-weight: 600
}

.fln-tabs__header {
    background: white;
    border-bottom: 1px solid #ccc
}

.asamblea_grupo {
    margin-bottom: 40px
}

.padre_descargar_excel {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

.padre_descargar_excel a {
    margin-top: 30px
}

.descargar_excel svg,
.descargar_excel_fondos svg {
    min-width: 24px
}

a.descargar_excel,
a.descargar_excel_fondos {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto
}

a.descargar_excel span,
a.descargar_excel_fondos span {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 18px;
    color: var(--negroLV);
    margin-left: 5px
}

img.logo_pri {
    min-width: 116px
}

.ui-accordion h4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.detalle_cabecera {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:30px;
}

.detalle_cabecera select {
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .0214em;
    color: var(--negroLV);
    text-transform: uppercase
}

.detalle_cabecera .tags_plus_select .form__grupo .icono {
    transform: translateY(15px)
}

.detalle_cabecera_izquierda {
    flex: 1
}

a.texto-link.con-icono.ver_video_fondo {
    margin: 0 0 30px
}

.video_container {
    max-width: 930px;
    aspect-ratio: 1280 / 728;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

div#modal_ver_video .play {
    position: absolute;
    pointer-events: none
}

div#modal_ver_video .play img {
    width: 100%;
    aspect-ratio: 1280 / 728
}

.rango_riesgo_evo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    margin-left: 30px;
    gap: 8px
}

.desplegable__body .rango_riesgo_evo {
    width: 66px;
    gap: unset
}

.rango_riesgo_evo div {
    width: 6px;
    height: 16px;
    background: #dbdbdb;
    border-radius: 112px
}

.riesgo_1 div.activo,
.riesgo_2 div.activo {
    background: #5dba5b
}

.riesgo_3 div.activo,
.riesgo_4 div.activo,
.riesgo_5 div.activo {
    background: #d2b311
}

.riesgo_6 div.activo,
.riesgo_7 div.activo {
    background: #da4646
}

.cuerpo_filtros {
    padding: 0 50px
}

.cuerpo_filtros h4 {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--grisMedio);
    margin-bottom: 12px
}

.cuerpo_filtros_seccion {
    padding: 25px 0;
    border-bottom: 1px solid #dbdbdb
}

.block-checkbox {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.block-checkbox label {
    margin-bottom: 0;
    margin-left: 15px
}

.botones_filtros {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    gap: 10px
}

ul.fln-tabs__nav.marco {
    position: sticky;
    top: var(--header);
    z-index: 2
}

.ver_otros_fondos {
    display: flex;
    align-items: center;
    margin-bottom:25px;
    top: -5px;
    position: relative
}

a.ver_otros_fondos.fixed {
    position: fixed;
    top: var(--header);
    background: white;
    padding: 10px 15px;
    z-index: 14;
    width: 100%;
    max-width: 1210px;
    transform: translateX(0)
}

.ver_otros_fondos span {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 20px;
    text-align: center;
    letter-spacing: .025em;
    margin-left: 5px;
    color: var(--rojoLV)
}

a.ver_otros_fondos svg path {
    fill: var(--rojoLV) !important
}

a.ver_otros_fondos.fixed:hover {
    opacity: 1
}

.ver_otros_fondos.fixed:hover span,
.ver_otros_fondos.fixed:hover svg {
    opacity: .75
}

#modal_otros_fondos {
    top: 0
}

#modal_otros_fondos .modal-generico {
    padding: 0;
    scrollbar-width: thin;
}

#modal_otros_fondos .modal-generico h2 {
    margin: 0
}

#modal_otros_fondos li a {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 20px;
    letter-spacing: .025em;
    color: var(--negroLV);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e4e7e7;
    transition: none;
    gap:10px;
}

#modal_otros_fondos li a.activo {
    font-weight: 600
}

#modal_otros_fondos .modal_grupo_fondos li a {
    padding: 5px 15px 5px 25px;
    border: 1px solid #e4e7e7;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .025em;
    color: var(--negroLV);
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

#modal_otros_fondos .modal_grupo_fondos li a i {
    font-size: 1.4em
}
#modal_otros_fondos .modal-generico h2 {
    margin: 0;
    top: 0;
    position: sticky;
    z-index: 10;
    background: white;
}
@media (min-width:768px){
    .modal_lista_otros_fondos ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 60vh;
        gap: 30px;
    }
}

.modal_lista_otros_fondos {
    padding: 10px 30px;
    width: 100%;
    min-height: 68.8vh
}

.contenedor_fondos_modal {
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 45vh;
    width: 100%;
    gap: 0
}

.modal_lista_otros_fondos {
    background: white;
    flex: 0 0 30%;
    z-index: 1;
    overflow-y: auto;
    border-right: 1px solid #e0e0e0;
    min-height: 100%
}

.modal_carga_fondos {
    position: relative;
    flex: 0 0 70%;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    transition: all ease .3s;
    background: white;
    padding: 10px 30px;
    display: block
}

.modal_grupo_fondos {
    padding: 22px 30px 0 0
}

.lista_fondos_mutuos {
    max-height: 42vh;
    overflow-y: auto;
    scrollbar-width: thin
}

.lista_fondos_mutuos ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.volver_lista_carga_fondos {
    display: none;
    font-size: 12px;
    align-items: center;
    margin-bottom: -20px;
    padding: 15px 0;
    position: sticky;
    top: 0;
    background: white;
    transform: translateX(-1px)
}

.volver_lista_carga_fondos i {
    margin-right: 5px;
    display: flex
}

#modal_otros_fondos .modal_grupo_fondos li a.activo {
    background: #e4e7e7
}

/* Responsive para modal de fondos */
@media (max-width: 767px) {
    #modal_otros_fondos .modal-generico {
        min-width: auto;
        width: 90vw;
        max-width: 95vw;
        margin: 80px auto auto auto;
        padding: 20px
    }
    
    #modal_otros_fondos .modal-generico h2 {
        font-size: 1.5em;
        padding-bottom: 15px
    }
    
    .contenedor_fondos_modal {
        flex-direction: column;
        min-height: 40vh
    }
    
    .modal_lista_otros_fondos {
        flex: 0 0 auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        display: none;
        min-height: auto;
        padding: 15px;
        min-width: 100%
    }
    
    .modal_lista_otros_fondos.mostrar {
        display: block
    }
    
    .modal_carga_fondos {
        flex: 0 0 auto;
        width: 100%;
        padding: 15px;
        display: none;
        min-height: auto;
        overflow-y: auto
    }
    
    .modal_carga_fondos.mostrar {
        display: block
    }
    
    .modal_lista_otros_fondos ul {
        max-height: none;
        gap: 10px;
        flex-wrap: nowrap
    }
    
    .modal_lista_otros_fondos ul li {
        margin-bottom: 8px
    }
    
    .lista_fondos_mutuos {
        max-height: 35vh
    }
    
    .boton-volver-padres {
        display: block;
        margin-bottom: 15px;
        padding: 10px 0;
        font-size: 14px;
        color: #F93549;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        width: 100%
    }
    
    .boton-volver-padres i {
        margin-right: 5px
    }
}

.fondos-botonera a {
    height: 32px;
    min-width: 144px;
}
.vermas--ajax {
    text-transform: uppercase;
    padding: 16px 50px;
}

@media (max-width:1125px) {
    .guia {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    .item_datos_diferencia {
        flex-wrap: wrap
    }

    #modal_fondos .lista_fondos_modal>div {
        flex-direction: column;
        scrollbar-width: thin;
        overflow: auto
    }

    .lista_fondos_modal>div div {
        flex-wrap: nowrap;
    }
    
    #modal_fondos .modal-generico {
        min-width: auto;
        width: 100%
    }

    .guia {
        display: none
    }

    .menu-responsive__container>ul.delaymostrar {
        overflow: auto;
        position: initial
    }

    .submovil.submenu.submenu-scroll {
        margin-top: -20px
    }

    .desplegable__body .botonera {
        flex-wrap: wrap;
        justify-content: center
    }

    .desplegable__body .botonera a {
        width: 100%;
        margin-bottom: 20px
    }

    .desplegable__body .botonera a {
        width: 100%;
        margin-bottom: 20px
    }

    .desplegable__body .botonera a.btn--primario {
        padding: 20px 25px
    }

    .desplegable__body .informacion-fondo {
        background: transparent;
        padding: 0 15px
    }
}

@media (max-width:1290px) {
    .insight__carrusel .owl-next {
        right: 0
    }

    .insight__carrusel .owl-prev {
        left: 0
    }

    .recon .owl-next {
        right: 0
    }

    .recon .owl-prev {
        left: 0
    }

    .insight__carrusel .owl-nav {
        top: inherit;
        bottom: -15px
    }

    .recon .owl-nav {
        top: inherit;
        bottom: -50px;
        width: 140px;
        margin: auto;
        left: 0;
        right: 0
    }

    .recon span.fln-arrow-main,
    .recon span.fln-arrow-second {
        color: rgba(51, 61, 71, 1);
        font-size: 40px
    }

    .home__botonera.home__botonera--recon {
        margin-top: 40px
    }
}

@media (max-width:1200px) {
    #grafico_valor_cuota {
        margin-top: 5px
    }

    div#applyRange {
        width: 100% !important;
        margin-bottom: 0;
        justify-content: flex-start
    }

    .desde_hasta .form__grupo {
        margin-left: 0 !important;
        margin-right: 10px !important
    }

    .grafico_con_inputs .desde_hasta .form__grupo:first-child:before {
        display: none
    }

    .bajada__texto p {
        margin-top: 40px
    }

    .banner-carrusel .owl-nav {
        top: inherit;
        bottom: -80px;
        max-width: 140px;
        height: 50px;
        margin: auto;
        left: 0;
        right: 0
    }

    #banner-navs {
        width: 5px;
        height: auto;
        min-height: 50px;
        position: relative;
        margin: auto;
        top: 40px;
        display: block
    }

    #banner-navs span.fln-arrow-main,
    #banner-navs span.fln-arrow-second {
        color: var(--negroLV)
    }
}

@media (max-width:1190px) {
    .happ__top {
        padding-left: 20px
    }

    .happ__title {
        width: 70%
    }

    .happ__top h2 {
        padding-bottom: 30px
    }

    .happ__cuadro {
        width: 165px
    }

    .happ__top__img {
        position: absolute
    }

    .happ__top__img img {
        width: 80%
    }

    .home-imgs__app {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 20px
    }

    .happ__icon {
        left: 20px
    }
}

@media (max-width:1100px) {
    .home-imgs__rrss .home-imgs__textos h2 {
        font-size: 1.4em;
        font-weight: 600;
        letter-spacing: .32em;
        line-height: 34px;
        margin-bottom: 45px
    }

    .home-imgs__manos {
        width: 99px;
        height: 102px
    }

    .home-imgs__box p {
        font-size: 1.7em
    }

    .home-imgs__app img {
        width: 95%
    }

    .home-imgs__rrss .home-imgs__interior h2,
    .home-imgs__rrss h3 {
        font-size: 2em
    }
}

@media (max-width:1050px) {
    .happ__top__img img {
        width: 60%
    }

    .happ__cuadro {
        width: 130px
    }

    .happ__top__img {
        top: 100px
    }
}

@media (max-width:991px) {
    span.tag-fondo {
        width: fit-content
    }

    .tabs_buscador a.fln-tabs__link {
        white-space: initial
    }

    .contenedor_desplegable h3.cabecera_desplegable span {
        right: 5px !important
    }

    input#titulo_comunicado {
        margin-bottom: 15px
    }

    .asesoria__box__item.large {
        min-width: 220px
    }

    .asesoria {
        max-width: 850px;
        padding: 5px 15px;
        overflow-y: scroll;
        height: 800px
    }

    .asesoria__box__item .btn--home {
        font-size: 1.2rem
    }

    .asesoria__titulos__item {
        font-size: 1.8em
    }

    .asesoria__titulos__item.primero {
        min-width: 230px;
        max-width: 230px
    }

    .asesoria__titulos__item.segundo,
    .asesoria__titulos__item.tercero {
        min-width: auto
    }

    .home-imgs__rrss.tercera h2 {
        margin-bottom: 25px;
        line-height: 22px;
        font-size: 1.8em
    }

    .home-imgs__textos h2 {
        margin-bottom: 25px
    }

    .home-imgs__rrss .home-imgs__textos h3 {
        font-size: 1.8em
    }

    .postbanner__box {
        max-width: 1110px;
        overflow-x: auto
    }

    .postbanner__item {
        min-width: 220px
    }

    .postbanner__box::-webkit-scrollbar {
        width: 0
    }

    .postbanner__box::-webkit-scrollbar-track {
        background: transparent
    }

    .postbanner__box::-webkit-scrollbar-thumb {
        background: transparent
    }

    .postbanner__box::-webkit-scrollbar-thumb:hover {
        background: transparent
    }

    .fln-tabs__header span.fln-abajo-light,
    .fln-tabs__header span.fln-arriba-light {
        display: none
    }

    .personas__box {
        margin-bottom: 40px
    }

    .personas__info p {
        margin-bottom: 25px;
        min-height: auto
    }

    .captcha>div {
        transform: scale(1)
    }

    section.seccion__bajada {
        overflow: visible
    }

    .mapa_contacto.mapa_desktop {
        display: none
    }

    section.gris.contacto {
        padding: 10px 0 20px
    }

    section.contacto.mapa_movil {
        display: block;
        padding: 20px 0 60px
    }

    .contacto-contenedor {
        margin: 0 auto;
        max-width: none
    }

    .fila_form .form__grupo {
        width: 100%
    }

    .fila_form {
        flex-wrap: wrap
    }
}

@media (max-width:870px) {
    .happ__cuadro {
        width: 105px
    }

    .happ__top__img img {
        width: 50%
    }

    .home-imgs__rrss {
        padding: 20px 20px
    }

    .happ__top {
        padding-left: 0
    }

    .happ__title {
        width: 100%
    }

    .happ__top h2 {
        width: 100%;
        padding: 35px 20px
    }
}

@media (max-width:850px) {
    .asesoria__titulos__item {
        font-size: 1.8em
    }

    .asesoria__box__item.primero {
        min-width: 130px
    }

    .asesoria__box__item {
        min-width: 210px
    }

    .asesoria__box__item.large {
        margin: 0 20px
    }
}

@media (max-width:830px) {
    .home-imgs__hand {
        align-items: center
    }

    .home-imgs__manos {
        width: 89px;
        height: 92px
    }
}

@media (max-width:767px) {
    .datos_detalle_desplegable {
        flex-wrap: wrap
    }

    .datos_detalle_desplegable>div {
        margin-bottom: 10px
    }

    .datos_detalle_desplegable>div:last-child {
        margin-bottom: 0
    }

    .tags_grupo {
        flex-wrap: wrap
    }

    a.ver_otros_fondos.fixed {
        padding: 10px 35px;
        transform: translateX(0);
        position: fixed;
        left: 0
    }

    .volver_lista_carga_fondos {
        display: flex
    }

    .modal_carga_fondos {
        padding-left: 30px
    }

    table.tabla_series_modal tr {
        display: flex;
        flex-direction: column
    }

    .antecedentes_generales .fila_antecedentes,
    .detalle_fondo .fila_antecedentes {
        flex-direction: column
    }

    .fila_antecedentes span.derecha_fila {
        width: 100%;
        max-width: none;
        text-align: left;
        margin: 5px 0 20px
    }

    .lista_fondos_modal a {
        min-width: auto
    }

    .lista_fondos_modal>div div {
        margin: 0
    }

    .lista_datos_grafico .item_detalle_valores {
        margin-bottom: 10px
    }

    .lista_datos_grafico {
        flex-direction: column
    }

    a.compartir_info {
        position: initial;
        margin: 30px auto 15px;
        display: inline-block
    }

    .detalle_valores {
        flex-direction: column;
        display: none !important
    }

    .detalle_cabecera_izquierda {
        flex: auto
    }

    .detalle_cabecera select {
        min-width: 100%;
        display: block
    }

    .modulo-detalle {
        padding: 30px 20px
    }

    table td.alerta.advertencia {
        text-align: left;
        padding: 20px
    }

    a.descargar_excel {
        margin: 30px auto 20px 0
    }

    div#ui-datepicker-div {
        width: 77vw
    }

    .tabs_buscador .fln-tabs__header.activo {
        margin-top: 0 !important
    }

    section.tabs_buscador .fln-tabs__contenido {
        padding: 0 12px
    }

    .modal-generico {
        max-height: 80vh;
        overflow: auto;
        min-width: 100%;
        padding: 15px
    }

    .lista_rrss {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    a.item_compartir {
        margin-bottom: 20px
    }

    .url_compartir {
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .documentos_columnas .columna_antecedentes {
        margin-bottom: 30px
    }

    .documentos_area .col-xs-12 {
        padding: 0
    }

    a.texto-link.con-icono.ver_mas_series {
        margin-left: 0
    }

    .columna_antecedentes.izquierda:first-of-type {
        margin-top: 30px
    }

    .principales_emisores .columna_antecedentes {
        margin-bottom: 0;
        margin-top: 0
    }

    .detalle_nivel_de_riesgo {
        margin: 0;
        max-width: 100%
    }

    section.seccion__newsletter.newsletter.newsl .contenedor-fluido {
        width: 100%
    }

    .accesibilidad {
        display: none !important
    }

    a.descarga-ficha {
        max-width: 100%
    }

    .tags_plus_select select {
        width: 40vw
    }

    .tags_grupo span {
        margin-bottom: 15px
    }

    .tags_plus_select .form__grupo {
        width: 100%
    }

    .modulo-detalle.menu_anclas a {
        padding: 10px 0;
        text-align: center;
        white-space: nowrap;
        margin: 0 20px
    }

    .ficha_manager {
        margin-top: 40px
    }

    .estadistica_del_fondo {
        margin: 0;
        width: 100%
    }

    .pie_composicion_moneda h3,
    .barras_clasificacion_riesgo h3,
    .principales_emisores h3 {
        padding: 0
    }

    .principales_emisores .columna_antecedentes {
        margin-left: 0;
        margin-right: 0
    }

    .principales_emisores .col-xs-12 {
        padding: 0
    }

    .modulo-detalle.menu_anclas {
        overflow: auto;
        z-index: 130;
        height: 0;
        padding: 0;
        opacity: 0;
        margin-bottom: 5px
    }

    .pie_composicion_moneda,
    .barras_clasificacion_riesgo {
        margin-top: 30px
    }

    .principales_emisores {
        margin-top: 30px
    }

    .columna_antecedentes {
        padding: 0
    }

    .asesoria {
        max-width: 850px;
        padding: 5px 15px;
        overflow-y: scroll;
        height: 700px
    }

    .app__gplay-desk {
        display: none
    }

    .app__gplay-mov {
        display: flex
    }

    .postbanner__item:hover svg {
        transform: translateY(0)
    }

    .happ__box {
        max-height: 100%
    }

    .home-imgs__rrss.segunda {
        height: 300px
    }

    .happ__title {
        width: 68%
    }

    .happ__top h2 {
        width: 290px;
        font-size: 2em
    }

    .happ__cuadro {
        display: flex;
        width: 240px
    }

    .happ__top__img {
        display: flex;
        top: 80px;
        position: relative;
        margin-right: 20px
    }

    .happ__top__img img {
        width: 200px
    }

    .home-imgs__app>span:first-child {
        margin-right: 10px
    }

    .home-imgs__rrss.tercera {
        margin-top: 30px
    }

    .home-imgs__rrss.tercera h2 {
        margin-bottom: 50px;
        font-size: 2.2em
    }

    .home-imgs__rrss .home-imgs__textos h3 {
        font-size: 2.6em;
        max-width: 90%
    }

    .home-imgs__textos h2 {
        margin-bottom: 100px
    }

    .newsl.newsletter .form__btnnews {
        justify-content: center;
        margin-bottom: 30px;
        height: auto;
        min-height: auto
    }

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 3.3em
    }

    #banner-navs {
        margin: 0;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 30px;
        margin: auto;
        margin-bottom: 20px
    }

    #banner-navs .owl-prev,
    #banner-navs .owl-next {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        font-size: 5rem
    }

    #banner-navs span.fln-arrow-main,
    #banner-navs span.fln-arrow-second {
        font-size: 24px
    }

    #banner-navs .owl-prev {
        left: 0
    }

    #banner-navs .owl-next {
        right: 0
    }

    #banner-navs span.fln-arrow-main,
    #banner-navs span.fln-arrow-second {
        display: flex
    }

    .asesoria__titulos__item.primero {
        min-width: 170px;
        max-width: 170px
    }

    .asesoria__titulos__item.segundo,
    .asesoria__titulos__item.tercero {
        min-width: 170px
    }

    .asesoria__titulos__item {
        font-size: 1.5em
    }

    .asesoria__box__item.primero {
        min-width: 90px
    }

    .asesoria__box__item {
        min-width: 170px;
        min-height: 45px
    }

    .asesoria__box__item.large {
        margin: 0 5px
    }

    .empresas__interior p {
        min-height: auto
    }

    .bajada__texto p {
        font-size: 1.6em;
        max-width: 100%;
        margin-bottom: 32px;
        margin-top: 0
    }

    .bajada__titulo h2 {
        text-align: left;
        font-size: 1.6em;
        margin-bottom: 29px
    }

    .personas__box {
        max-width: 480px;
        margin: auto;
        margin-bottom: 40px
    }

    .personas__box.ultima {
        margin-bottom: 0
    }

    .home__botonera.home__botonera--tab {
        margin-bottom: 65px
    }

    .bajada .fln-tabs__header {
        background: #fff;
        color: var(--negroLV);
        font-size: 1.7em;
        font-weight: 400;
        border-bottom: 1px solid rgba(204, 219, 227, 1);
        border-radius: 0;
        padding: 25px 0
    }

    .bajada .fln-tabs__header.activo {
        font-size: 1.7em !important
    }

    .bajada .fln-tabs__header .tab-icon {
        display: none
    }

    .insight .owl-nav {
        display: none
    }

    .insight .owl-dots {
        /* display: none */
    }

    .insight__carrusel {
        margin-bottom: 0
    }

    .home__botonera.home__botonera--insight {
        left: 0
    }

    section.seccion__insight {
        padding: 35px 0
    }

    section.seccion__newsletter.newsletter.newsl {
        padding: 35px 0
    }

    section.seccion__home-imgs {
        padding: 35px 0
    }

    section.seccion__recon {
        padding: 35px 0
    }

    section.seccion__lvsost {
        padding: 35px 0
    }

    .home-title h2 {
        font-size: 1.6em
    }

    .newsl.newsletter .form__interior {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .newsl.newsletter .form__grupo {
        margin-bottom: 25px;
        width: 100%
    }

    .newsl.newsletter .form__grupo .text {
        width: 100%;
        height: 56px;
        margin-right: 0
    }

    .newsl.newsletter .btn {
        height: 56px
    }

    .recon h2,
    .recon h3 {
        text-align: left;
        font-size: 1.6em;
        max-width: 100%;
        margin-bottom: 32px
    }

    .recon__item {
        width: 90%
    }

    .recon .owl-nav {
        display: none
    }

    .tab__dobles .fln-tabs__header__icono {
        font-size: 2em;
        color: rgba(249, 53, 73, 1)
    }

    .home-imgs__mid-interior {
        justify-content: space-between
    }

    .home-imgs__rrss {
        min-height: 220px;
        margin-bottom: 25px
    }

    .home-imgs__rrss.segunda {
        min-height: auto
    }

    .sost__texto {
        min-height: 250px
    }

    .sost__caja {
        height: 100%
    }

    .sost__link {
        margin-top: 0
    }

    .home__botonera.home__botonera--recon {
        margin-top: 0;
        margin-bottom: 50px
    }

    .home-title h2 {
        line-height: 30px
    }

    .home-title h2::after {
        height: 100%;
        top: 0
    }

    .categorias__box .insights-news__data .insights-destacado__data__item:last-child {
        margin: 0
    }

    .newsl.newsletter .newsletter__info h3 {
        font-size: 1.6em;
        letter-spacing: 3.84px
    }

    .newsl.newsletter .newsletter__info p {
        font-size: 1.4em;
        letter-spacing: 0
    }
}

@media (max-width:730px) {
    .asesoria__titulos__item.primero {
        min-width: 150px;
        max-width: 150px
    }

    .asesoria__titulos__item {
        font-size: 1.6em
    }

    .asesoria__box__item.primero {
        min-width: 110px
    }

    .asesoria__box__item {
        min-width: 200px;
        min-height: 45px
    }

    .asesoria__box__item.large {
        margin: 0 10px
    }
}

@media (max-width:690px) {
    .insight__carrusel.owl-carousel .owl-stage-outer {
        overflow: visible
    }

    .owl-carousel .owl-stage-outer {
        max-height: fit-content
    }
}

@media (max-width:650px) {
    .recon__entidades {
        flex-direction: column
    }

    .recon__entidades__item {
        margin-bottom: 30px;
        min-width: 200px
    }

    .insight__carrusel .categorias__img img {
        min-height: 200px;
        max-height: 200px
    }

    .asesoria--mov {
        display: flex;
        flex-direction: column
    }

    .asesoria--desk {
        display: none
    }

    .tabla.tabla-fondos {
        overflow: auto
    }
}

@media (max-width:575px) {
    #modal_otros_fondos {
        padding-top: var(--header)
    }

    .banner-pri h2 {
        line-height: normal
    }

    body {
        font-size: 9px
    }

    .banner__titulo h1 {
        line-height: 30px
    }

    section {
        padding: 40px 0 15px
    }

    .item_datos_diferencia {
        flex-wrap: wrap;
        margin: 25px auto 30px;
        justify-content: center
    }

    .item_datos_diferencia h3 {
        padding: 0;
        width: 200px;
        font-size: 3.6em;
        margin-bottom: 30px;
        height: auto;
    }

    .nuestros_fondos_home {
        padding: 50px 0
    }

    .header {
        padding: 0 15px
    }

    .accesos_nuestros_fondos {
        flex-direction: row
    }

    .accesos_nuestros_fondos svg {
        margin-right: 15px
    }

    .accesos_nuestros_fondos {
        padding: 20px
    }

    .link-seccion {
        margin-top: 15px
    }

    .premios_contenedor {
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .item_premio {
        width: 180px;
        height: 180px;
        margin: 10px 5px
    }

    .premios_contenedor+a {
        margin-top: 30px
    }

    .menu_footer .fila {
        display: flex;
        flex-direction: column
    }

    .logos-footer {
        margin-bottom: 30px
    }

    .banner {
        aspect-ratio: 1440 / 1000;
        min-height: 500px
    }

    .menu-responsive__container.menu-movil {
        padding-top: 20px;
        overflow-y: auto
    }

    .menu-responsive li a {
        padding-bottom: 40px;
        padding-top: 30px
    }

    .menu-responsive li:first-child a {
        padding-top: 0
    }

    .menu-responsive__container.menu-movil .boton-hazte-cliente {
        margin-top: 30px
    }

    .banner-comunicacion-clientes {
        padding: 20px 0 40px
    }

    .desde_hasta {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between
    }

    .desde_hasta .form__grupo {
        max-width: initial
    }

    .desde_hasta .form__grupo {
        max-width: initial;
        width: 100%;
        margin-bottom: 20px !important
    }

    .desde_hasta .form__grupo {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .contacto a.btn {
        width: 100%
    }

    .banner__data {
        margin-bottom: 0
    }

    .asesoria {
        height: 600px
    }

    .alerta.alerta--news {
        height: auto
    }

    .alerta.alerta--news svg {
        min-width: 20px;
        min-height: 20px
    }

    .happ__cuadro {
        width: 180px
    }

    .happ__top__img img {
        width: 150px
    }

    .lvsost__carrusel.owl-carousel .owl-stage-outer {
        overflow: visible
    }

    .postbanner__item {
        min-width: 210px
    }

    .insight .categorias__info h3,
    .insight .categorias__info h4 {
        min-height: 65px
    }
}

@media (max-width:543px) {
    .icono-capa {
        width: 40px;
        height: 40px
    }

    .icono-capa svg {
        width: 20px;
        height: 20px
    }

    .banner__icon p {
        font-size: 1.4em
    }

    .banner__autor.estilo_dos p {
        font-size: 1.7rem;
        line-height: 1.2em
    }

    .recon__item {
        min-height: 300px
    }

    .personas__box {
        max-width: 100%
    }

    .empresas__box {
        max-width: 100%;
        padding: 0
    }

    .personas__botonera .btn {
        width: 100%
    }

    .home__botonera.home__botonera--insight .btn,
    .home__botonera .btn {
        width: 100%
    }

    .bajada .fln-tabs__header {
        margin: 0
    }

    .bajada .tabs_gris {
        background: white !important;
        padding: 0 15px
    }

    .seccion__newsletter img.img-lateral {
        max-width: 150px;
        margin: 0 auto 20px;
        display: flex
    }

    .newsl.newsletter .btn {
        width: 100%
    }

    .home-imgs__rrss {
        min-height: 275px
    }

    .home-imgs__rrss.segunda {
        min-height: auto
    }

    .recon .owl-carousel .owl-stage-outer {
        overflow: visible
    }
}

@media (max-width:475px) {
    .happ__cuadro {
        width: 130px
    }

    .happ__top__img {
        position: absolute;
        top: 80px;
        right: -15px
    }

    .happ__top__img img {
        width: 120px
    }

    .happ__top {
        padding-left: 0
    }

    .happ__title {
        width: 100%
    }

    .happ__top h2 {
        width: 68%;
        padding: 35px 20px;
        font-size: 1.7em
    }
}

@media (max-width:320px) {

    .banner__titulo h1,
    .banner__titulo h2 {
        font-size: 2.4em
    }

    .item_logo_footer {
        margin-right: 25px
    }
}

.privacy {
    position: fixed;
    bottom: 0;
    font-family: "Montserrat", sans-serif;
    padding: 1em 2.4em;
    width: 100%;
    background: #fff;
    min-height: 90px;
    display: flex;
    align-items: center;
    z-index: 999;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5)
}

.privacy__interior {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.privacy__interior p {
    width: auto;
    font-size: 1.4em;
    font-weight: 400;
    color: #1c2b36;
    padding-right: 10px
}

.privacy__interior p a {
    color: #f93549 !important;
    text-decoration: underline
}

.privacy__btns {
    display: flex;
    width: auto;
    max-width: 390px;
    justify-content: space-between;
    flex-direction: row-reverse
}

.privacy__btns a {
    padding: 8px 24px;
    outline: 0;
    border-radius: 8px;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center
}

.privacy__si {
    color: #fff !important;
    margin-right: 10px;
    border-radius: 8px;
    border-color: transparent;
    background-color: #e94951;
    display: inline-flex;
    justify-content: center;
    min-width: 174px
}

.privacy__no {
    color: #e94951 !important;
    padding: .4em .8em;
    min-width: 168px;
    display: flex;
    align-items: center;
    border: 1.5px solid #f93549
}

.mt-0 {
    margin-top: 0
}

@media (max-width:991px) {
    .contenedor_desplegable h3.cabecera_desplegable span {
        right: 8px !important
    }

    .logo-pri-banner {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
        max-width: 175px
    }

    .privacy__interior p {
        width: 78%
    }

    .privacy__btns {
        width: auto
    }

    .privacy__si {
        width: auto;
        padding: 8px 1.2em;
        margin-right: 1em
    }
}

@media (max-width:860px) {
    .contenedor_desplegable h3.cabecera_desplegable span {
        right: 5px !important
    }

    .privacy__interior p {
        width: 70%
    }
}

@media (max-width:767px) {
    .cuerpo_filtros {
        padding: 0 25px 25px
    }

    .header_desplegable.header_filtros {
        margin: 25px 25px 0
    }

    td .tipo_fondo {
        white-space: nowrap
    }

    .fecha_actual_fondos {
        text-align: left !important
    }

    .contenedor_desplegable h3.cabecera_desplegable span {
        right: 5px !important
    }

    .privacy__interior p {
        width: 65%
    }

    .privacy__btns {
        display: flex;
        width: auto;
        justify-content: flex-end;
        flex-direction: column;
        align-items: center
    }

    .privacy__si {
        margin-top: 1em;
        margin-right: 0
    }
}

@media (max-width:575px) {
    .header_desplegable {
        height: 45px;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .header_desplegable .fln-cerrar {
        font-size: 20px
    }

    .desplegable_lateral {
        bottom: initial
    }

    .desplegable__body .tags_plus_select select {
        width: auto
    }

    .contenedor_desplegable h3.cabecera_desplegable span {
        right: 5px !important
    }

    .privacy__interior {
        flex-direction: column
    }

    .privacy__interior p {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .privacy__btns {
        justify-content: center;
        flex-direction: row-reverse;
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px
    }

    .privacy__btns a {
        margin: auto;
        min-height: 36px;
        min-width: 48%;
        width: 48%
    }

    .banner-interior {
        min-height: auto
    }

    .documentos_columnas {
        margin: 0 1.5rem
    }
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 6px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 500;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 0 4px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-datepicker .ui-datepicker-prev span::before {
    content: "\ea5f";
    font-family: "fln";
    font-size: 1.4rem;
    position: relative;
    color: var(--azul)
}

.ui-datepicker .ui-datepicker-next span::before {
    content: "\ea5a";
    font-family: "fln";
    font-size: 1.4rem;
    position: relative;
    color: var(--azul)
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    border: 1px solid var(--azul);
    display: flex;
    aspect-ratio: 1/1;
    width: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    display: flex;
    align-items: center
}

.ui-datepicker .ui-datepicker-prev span {
    left: 10px;
    top: 5px !important
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: -15px !important;
    top: 5px !important
}

.ui-widget-header .ui-icon {
    background-image: none
}

.ui-widget-header {
    background: transparent;
    border-color: transparent
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    text-indent: unset;
    margin-left: -6px;
    top: 0;
    color: #c03;
    font-weight: 600
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent;
    border-color: transparent
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2em
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border-color: #ddd;
    margin: .5rem .3rem;
    background: transparent;
    border: 1px solid #ddd
}

.ui-datepicker .ui-datepicker-calendar thead th {
    padding: 10px 0
}

.ui-datepicker {
    z-index: 1000;
    display: none;
    float: left;
    padding: 10px;
    font-size: 1em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(51, 61, 71, .3);
    width: auto;
    z-index: 112 !important
}

@media screen and (min-width:544px) {
    .ui-datepicker {
        min-width: 160px
    }
}

.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0
}

.ui-datepicker .ui-datepicker-header {
    line-height: 30px;
    margin-bottom: 5px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    float: right;
    font-size: 1.6em;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    transition: all ease 200ms;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background: transparent;
    color: #fff
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
    display: none
}

.ui-datepicker .ui-datepicker-prev {
    float: left
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 1.4em;
    font-weight: 600
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    margin-right: 5px;
    color: #4a5660
}

.ui-datepicker .ui-datepicker-title select {
    border: 0;
    color: #4a5660;
    font-size: 1em;
    max-width: 60px;
    margin-right: -10px
}

.ui-datepicker .ui-datepicker-title select:focus {
    outline: 0
}

.ui-datepicker th {
    text-transform: uppercase;
    font-weight: 600;
    color: #6f6f71;
    font-size: 11px !important;
    background: #fff;
    padding: 0
}

.ui-datepicker td,
.ui-datepicker th {
    text-align: center;
    font-size: 1.6em;
    border: 0
}

.ui-datepicker td {
    padding: 2px
}

@media screen and (min-width:544px) {
    .ui-datepicker td {
        padding: 5px
    }
}

.ui-datepicker td .ui-state-default {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    transition: all ease 200ms;
    color: var(--negroLV);
    border: 1px solid #9bb5c0;
    font-weight: 600;
    font-size: 14px
}

.ui-datepicker td .ui-state-default.ui-state-highlight {
    background: #4a5660;
    color: #fff
}

.ui-datepicker td .ui-state-default.ui-state-highlight:hover {
    background: #333d47
}

.ui-datepicker td a.ui-state-active {
    font-weight: 400;
    border: 1px solid var(--azul);
    background: var(--azul);
    color: white
}

.ui-datepicker td a:hover {
    background: #eee
}

.ui-datepicker td a:after {
    display: none
}

.ui-datepicker td.ui-datepicker-unselectable {
    color: #ccc
}

.ui-datepicker .ui-datepicker-buttonpane {
    text-align: right;
    padding-top: 15px
}

.ui-datepicker .ui-datepicker-buttonpane button {
    display: none
}

.ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
    color: #ccc
}

.contenedor_desplegable h3,
.fln-tabs__header.activo {
    background: #fff;
    color: var(--negroLV);
    font-weight: 400;
    font-size: 1.8em;
    padding: 16px 20px;
    margin-top: 15px;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #dbdbdb
}

/* .contenedor_desplegable h3:first-of-type {
    margin-top: 30px
} */

.contenedor_desplegable h3.ui-state-active {
    border-bottom: 0
}

.contenedor_desplegable h3.cabecera_desplegable span {
    position: absolute;
    top: initial;
    right: 23px;
    color: var(--rojoLV);
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0 0 1px var(--rojoLV)
}

.contenido_desplegable {
    padding: 0;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 22px;
    padding: 0 20px 20px;
    margin-bottom: 30px
}

.fila_asambleas .contenedor_desplegable {
    width: 100%
}

.contenido_desplegable.ui-accordion-content-active {
    border: 1px solid #dbdbdb;
    border-top: 0
}

.contenido_desplegable.simple {
    border: 1px solid #dbdbdb;
    padding: 20px
}

.contenido_desplegable p {
    font-size: 1.4rem !important
}

.asambleas_area .contenedor_desplegable h3 {
    margin-top: 16px;
    margin-bottom: 0;
    text-transform: none
}

.asambleas_area .contenedor_desplegable h3:first-child {
    margin-top: 0
}

.asambleas_area .contenido_desplegable {
    margin-bottom: 0
}

.item_info_documento {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
    color: var(--negroLV);
}

.contenido_desplegable:not(div.simple) .item_info_documento:first-of-type {
    border-top: 1px solid #e4e7e7
}
.contenedor_desplegable h3.cabecera_desplegable ,.contenedor_desplegable h3 {
    text-transform: none;
    font-size: 1.5em;
}
.item_info_documento:hover {
    opacity: .8
}

li.nav-item:last-of-type a {
    color: var(--rojoLV) !important;
    font-weight: 600 !important
}

section.tabs_buscador,
section.tabs_buscador .contenedor-fluido {
    padding: 0
}

.fln-tabs {
    background: white
}

.fln-tabs__nav {
    padding: 0
}

.fln-tabs__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .0167em;
    color: var(--negroLV);
    background: white;
    border-bottom: 1px solid white;
    box-shadow: none;
    border-radius: 0
}

.fln-tabs__item.activo .fln-tabs__link {
    color: var(--negroLV);
    font-weight: 600;
    border-bottom: 1px solid #f93549;
    background: white;
    box-shadow: none
}

.fln-tabs__link:hover {
    border-bottom: 1px solid #f93549;
    background: white;
    opacity: 1
}

.fln-tabs .ui-accordion .ui-accordion-header {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer
}

.fln-tabs .ui-accordion .ui-accordion-content {
    padding: 10px
}

.fln-tabs__contenido {
    display: none
}

.fln-tabs__contenido.activo {
    display: block
}

.btn--filtros svg path {
    fill: white
}

.btn--filtros.btn--borde svg path {
    fill: #f93549
}

.tooltip {
    position: relative
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: var(--negroLV);
    text-align: left;
    font-size: 1.2rem;
    width: max-content;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 20px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s;
    filter: drop-shadow(1px 0 2px rgba(0, 0, 0, .3));
    min-width: 250px;
    max-width: 500px
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    filter: drop-shadow(1px 0 0 rgba(0, 0, 0, .3));
    border-color: transparent transparent transparent white
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.fecha_actual_fondos {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .165em;
    text-transform: uppercase;
    color: var(--grisMedio);
    padding-top: 20px;
    margin-top: 20px;
    border-top:1px solid #ccc;
    display: block;
}

.fecha_actual_fondos span {
    color: var(--negroLV)
}

.d-flex {
    display: flex
}

.btn--filtros {
    padding: 0 22px;
    max-height: 32px;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 33px
}

.btn--filtros svg {
    margin-right: 18px
}

.buscador_fondos_area input.text {
    height: 48px;
    padding-left: 10px;
    padding-right: 10px
}

.tablesorter-header-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%
}

.tablesorter-headerAsc .icono-sorter:before {
    font-family: Arial !important;
    content: "\25B2";
    transform: scale(1, .6);
    display: block;
    cursor: pointer;
    position: relative;
    top: -3px
}

.tablesorter-headerDesc .icono-sorter:after {
    font-family: Arial !important;
    content: "\25BC";
    transform: scale(1, .6);
    display: block;
    cursor: pointer;
    position: relative;
    top: 3px
}

.tablesorter-headerUnSorted .icono-sorter:before {
    font-family: Arial !important;
    content: "\25B2";
    transform: scale(1, .6);
    display: block;
    cursor: pointer;
    position: relative;
    top: 3px
}

.tablesorter-headerUnSorted .icono-sorter:after {
    font-family: Arial !important;
    content: "\25BC";
    transform: scale(1, .6);
    display: block;
    cursor: pointer;
    position: relative;
    top: -3px
}

.grecaptcha-badge {
    z-index: 100
}

.paginaerror {
    background: #333d47;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.paginaerror-interior {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 760px
}

.paginaerror-interior .paginaerror-icono {
    margin-bottom: 25px
}

.paginaerror-icono svg path {
    fill: #fff
}

.paginaerror-interior .error-icono svg {
    width: 30px;
    height: 30px
}

.paginaerror-interior h2 {
    font-weight: 500;
    font-size: 2.8em;
    line-height: 34px;
    text-align: center;
    letter-spacing: -.02em;
    margin: 0;
    margin-bottom: 25px;
    color: #fff
}

.paginaerror-interior p {
    text-align: center;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 35px;
    max-width: 90%
}

.paginaerror-interior p span {
    opacity: 1;
    color: #fff
}

.paginaerror-interior.paginaerror-interior--mantencion {
    min-height: auto
}

.paginaerror-link {
    border-bottom: 1px solid transparent;
    transition: all ease 400ms;
    text-decoration: none
}

.paginaerror-link:hover {
    border-color: #fff;
    opacity: 1;
    color: #fff
}

.paginaerror__linea {
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    margin: 50px 0 70px
}

.paginaerror__linea.paginaerror__linea--nocolor {
    background: transparent
}

.paginaerror__inferior {
    width: 60%
}

.paginaerror__accesos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.paginaerror__inferior h4 {
    margin: 0;
    text-align: center;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    opacity: .7;
    margin-bottom: 60px
}

.paginaerror__item p {
    color: #fff;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 24px;
    margin-left: 15px;
    opacity: .7;
    border-bottom: 1px solid transparent;
    transition: all ease 400ms
}

.paginaerror-interior.paginaerror-interior--mantencion p {
    max-width: 48%
}

.paginaerror__item {
    display: flex;
    align-items: center;
    transition: all ease 400ms
}

.paginaerror__item:hover p {
    border-color: #fff;
    opacity: 1
}

.comunicado_fecha_movil {
    display: none
}

.comunicado_fecha_escritorio {
    margin-left: auto;
    margin-right: 20px
}
table a.btn.btn-invertir {
    padding: 20px 24px;
    width: 101px;
    height: 40px;
    background: var(--rojoLV);
    border-radius: 8px;
}
.fondos-botonera-interior {
    margin-left: auto;
    max-width: 320px;
    margin-bottom: 20px;
}
.fondos-botonera-interior a {
    flex: 1;
}
@media (max-width:991px) {
    .paginaerror-interior.paginaerror-interior--mantencion p {
        max-width: 70%
    }

    .paginaerror__inferior {
        width: 95%
    }
}

@media (max-width:767px) {
    .insight h2 {
        transform: translateX(0);
    }
    .insight__carrusel.owl-carousel .owl-stage-outer {
        overflow: visible;
        max-height: fit-content;
    }
    .seccion__insight {
        overflow: hidden;
    }
    .paginaerror-interior.paginaerror-interior--mantencion p {
        max-width: 100%
    }

    .paginaerror__inferior {
        width: 100%;
        padding: 0 20px;
        min-height: auto
    }

    .comunicado_fecha_movil {
        display: block
    }

    .comunicado_fecha_escritorio {
        display: none
    }
}

@media (max-width:575px) {
    .paginaerror__inferior h4 {
        margin-bottom: 45px
    }

    .paginaerror__item {
        min-width: 250px;
        margin-bottom: 30px
    }

    .paginaerror__accesos {
        flex-direction: column
    }

    .paginaerror-interior .abrir-cuenta {
        width: 100%;
        justify-content: center
    }

    .paginaerror-interior.paginaerror-interior--mantencion {
        padding: 0 20px
    }

    .paginaerror {
        min-height: 550px;
        padding: 30px 0
    }

    .paginaerror-interior.paginaerror-interior--error {
        padding: 0 20px;
        min-height: auto
    }

    .paginaerror__linea.paginaerror__linea--nocolor {
        margin: 20px 0
    }
}

.abrir-cuenta {
    display: inline-flex;
    background: #f93549;
    padding: 14px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
    transition: all ease 200ms;
    border-radius: 8px
}

/* SECCIÓN INSIGHTS */
.seccion__nobanner.nobanner {
    padding: 45px 0;
    display: flex;
    background: #28282a;
    backdrop-filter: blur(40px);
}
.seccion__nobanner.nobanner h1, .seccion__nobanner.nobanner h2 {
    margin: 0;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3.2em;
    line-height: 39px;
    text-align: center;
}
.seccion__insights.insights {
    padding: 20px 0 0
}

.insights-destacado__enlace {
    display: flex
}

.insights__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 30px
}

.insights__menu a {
    font-weight: 500;
    transition: all ease 300ms;
    font-size: 1.4em;
    line-height: 17px;
    letter-spacing: .01em;
    color: #333d47;
    transition: all ease 400ms;
    opacity: .7;
    position: relative;
    display: inline-flex;
    min-width: auto;
    justify-content: center;
    margin: 0 15px;
    text-align: center
}

.insights__menu a:hover {
    opacity: 1
}

.insights__menu a.activo::before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    top: -5px;
    z-index: 11;
    background: #333d47;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.insights__menu a.activo {
    opacity: 1;
    font-weight: 500
}

.insights-destacado__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.insights-destacado__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 400ms;
    transform: scale(1);
    margin-bottom: -3px
}

.insights-destacado__info.insights-destacado__info--centrado {
    text-align: center
}

a.insights-destacado__enlace:hover .insights-destacado__img img {
    transform: scale(1.1)
}
section.insights-destacado {
    padding: 80px 0;
}
section.insights-destacado .marco {
    max-width: 1110px;
}
section.insights-destacado .insights-destacado__data {
    margin-top: 25px;
}
.insights-destacado__info h2 {
    display: block;
    font-weight: 600;
    font-size: 3.2em;
    line-height: 37px;
    margin: 0;
    margin-bottom: 20px;
    color: #333d47;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}

.insights-destacado__info p {
    font-size: 1.5em;
    line-height: 24px;
    letter-spacing: .02em;
    color: #333d47;
    margin-bottom: auto
}

.insights-destacado__data {
    display: flex;
    align-items: end;
    gap:40px;
}

.insights-destacado__data__item {
    display: flex;
    align-items: center;
    height: 100%
}

.insights-destacado__data__icono {
    margin-right: 8px;
    display: flex
}

.insights-destacado__data__texto {
    letter-spacing: -.01em;
    font-size: 1.3em;
    line-height: 0;
    color: #333d47;
    display: flex
}

span#minutos,span#lecturas {
    margin-right: 3px
}

.seccion__insights-news.insights-news {
    background: #f0f4f7
}

.insights-news h2 {
    color: #28282a;
    text-align: center;
    letter-spacing: .02em;
    font-weight: 500;
    font-size: 2.8em;
    line-height: 34px;
    margin: 0;
    margin-bottom: 50px
}

.insights-news__box {
    display: flex;
    margin-bottom: 32px;
    height: calc(100% - 32px);
}

.insights-news__box:hover .insights-news__img img {
    transform: scale(1.1)
}

.insights-news__izq {
    min-width: 20.8em;
    height: 100%
}

.insights-news__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.insights-news__img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    min-height: 280px;
    transition: all ease 400ms;
    transform: scale(1);
    margin-bottom: -3px
}

.insights-news__der {
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.insights-destacado__info p.insights-news__icon {
    font-size: 1.3em;
    line-height: 0;
    display: flex;
    align-items: center;
    letter-spacing: -.02em;
    color: #333d47;
    margin-bottom: 0
}

.insights-news__icon svg {
    margin-right: 7px
}

.insights-news__info h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 22px;
    letter-spacing: -.02em;
    color: #333d47;
    margin-bottom: 8px;
    min-height: 66px
}

.insights-news__info p {
    font-size: 1.5em;
    line-height: 22px;
    color: #333d47;
    min-height: 88px;
    margin-bottom: 20px
}

.insights-news__data {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.insights-destacado__info {
    height: 100%;
    display: flex;
    flex-direction: column
}

.insights-news__der p.insights-news__icon {
    margin-bottom: 8px;
    min-height: auto
}

.sin-categoria_insigths {
    height: 40px;
    display: block
}

.insights-destacado__data__item-tipo_responsive {
    display: none
}

.sin-resultados {
    background: #fff;
    border-radius: 5px;
    padding: 20px
}

.sin-resultados p {
    color: #333d47;
    font-size: 1.5em;
    line-height: 18px;
    text-align: center;
    letter-spacing: .06em
}

.detalle__banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.detalle__banner:hover img {
    transform: scale(1.1)
}

.detalle__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all ease 400ms
}

.detalle__contenido {
    margin-top: 85px
}

.detalle__contenido img {
    max-width: 100%
}

.perfil {
    margin-top: 85px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 30px
}

.perfil__foto {
    margin-bottom: 15px;
    max-width: 71px;
    max-height: 71px;
    overflow: hidden;
    border-radius: 90px
}

.perfil__nombre {
    color: #28282a;
    letter-spacing: -.01em;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px
}

.perfil__cargo {
    color: #28282a;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 23px
}

.perfil__data {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
    margin: 10px 0
}

.perfil__data:after {
    content: "";
    position: absolute;
    width: 90%;
    margin: auto;
    height: 1px;
    bottom: 0;
    background: #9bb5c0
}

.perfil__data:before {
    content: "";
    position: absolute;
    width: 90%;
    margin: auto;
    height: 1px;
    top: 0;
    background: #9bb5c0
}

.perfil__data__item {
    display: flex;
    align-items: center
}

.perfil__data__icono {
    margin-right: 8px
}

.perfil__data__texto {
    letter-spacing: -.01em;
    font-size: 1.3em;
    line-height: 35px;
    color: #333d47
}

.perfil__compartir.share p {
    color: #28282a;
    letter-spacing: -.01em;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 16px
}

.share__link {
    display: inline-flex;
    border-radius: 2px;
    margin-right: 4px
}

.share__link.share__x {
    margin-left: 1px
}

.share__link .st0 {
    fill: #9bb5c0
}

.share__link path.st1 {
    fill: #fff
}

.x-svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    background: #9bb5c0;
    border-radius: 2px
}

@media (max-width: 991px) {
    .perfil {
        margin-top:30px;
        padding: 20px
    }

    .perfil__head {
        display: flex;
        align-items: center;
        margin-bottom: 15px
    }

    .perfil__foto {
        margin-right: 20px;
        margin-bottom: 0
    }

    .perfil__cargo {
        margin-bottom: 0
    }

    .perfil__nombre {
        margin-bottom: 0
    }

    .perfil__data {
        flex-direction: row
    }

    .perfil__data:before,.perfil__data:after {
        width: 100%
    }

    .detalle__contenido {
        margin-top: 40px
    }
}

@media (max-width: 405px) {
    .perfil__head {
        align-items:flex-start;
        flex-direction: column
    }

    .perfil__foto {
        margin-right: 0;
        margin-bottom: 10px
    }

    .perfil__data {
        flex-direction: column
    }
}

@media (max-width: 1100px) {
    .insights-news__box {
        min-height:240px
    }

    .insights-news__izq {
        min-width: inherit;
        height: auto;
        max-width: 165px
    }

    .insights-news__img {
        min-width: 165px
    }

    .insights-news__der {
        padding: 20px
    }

    .insights-news__data {
        max-width: 285px;
        overflow-x: scroll
    }

    .insights-news__img img {
        max-height: inherit
    }

    .insights-news__info h4 {
        font-size: 1.7em
    }

    .insights-destacado__data__item {
        min-width: 110px
    }

    .categorias__box .insights-news__data {
        overflow-x: visible
    }

    .categorias__box .insights-news__data .insights-destacado__data__item {
        min-width: auto
    }
}

@media (max-width: 991px) {
    .insights-destacado__info {
        margin-top:30px
    }

    .insights-news__izq {
        min-width: 205px
    }

    .insights-news__der {
        width: 100%
    }

    .insights-news__data {
        max-width: 100%;
        overflow-x: initial
    }

    .insights__menu {
        justify-content: flex-start;
        padding-top: 5px;
        padding-bottom: 3em;
        padding-left: 15px;
        margin-bottom: 3em
    }
}

@media (max-width: 767px) {
    .insights-news__izq {
        min-width:auto
    }

    .insights-news__img {
        min-width: auto;
        width: 150px
    }

    .insights-destacado__info h2 {
        font-size: 2.8em;
        margin-top: 10px
    }

    .insights-news h2 {
        font-size: 2.4em
    }

    .insights-destacado__data {
        padding-bottom: 15px;
        gap: 0;
    }

    .sin-categoria_insigths {
        display: none
    }

    .insights-destacado__data__item-tipo {
        display: none
    }

    .insights-destacado__data__item-tipo_responsive {
        display: flex;
        height: auto;
        margin-bottom: 10px
    }
}

@media (max-width: 710px) {
    .insights__menu a {
        margin:0 10px
    }

    .insights__menu a.charlas-y-seminarios {
        min-width: 151px;
        text-align: center
    }

    .insights__menu a.educacion-financiera {
        min-width: 160px
    }
}

@media (max-width: 575px) {
    .insights-destacado__info a {
        font-size:2.4em
    }

    .insights-news__box {
        min-height: auto;
        border-left: 4px solid #f93549
    }

    .insights-news__img {
        display: none
    }

    .insights-news__info {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .insights-destacado__data__texto {
        padding-bottom:18px;
        margin-top: 18px;
        font-size: 1.2em
    }

    .seccion__nobanner.nobanner h1 {
        font-size: 2.4em
    }
}

@media (max-width: 410px) {
    .categorias__box .insights-news__data .insights-destacado__data__item {
        min-width:110px
    }
}

@media (max-width: 390px) {
    .insights-destacado__data__item {
        min-width:115px;
        justify-content: center
    }

    .insights-news__data {
        overflow-x: scroll
    }
}

@media (max-width: 360px) {
    .seccion__nobanner.nobanner h1 {
        font-size:2em
    }

    .insights-news__der {
        padding: 15px 15px
    }

    .insights-destacado__data__icono {
        margin-right: 4px
    }

    .insights-destacado__data__item {
        min-width: 115px;
        justify-content: center
    }
}

@media (max-width: 320px) {
    .insights-news__der {
        padding:15px 8px
    }

    .insights-destacado__data__icono {
        width: 13px
    }

    .insights-news__box {
        border-left: 3px solid #f93549
    }

    .insights-destacado__data__texto {
        font-size: 1.1em
    }
}
/* --- FIN INSIGHTS ----- */

/* CONTENIDO DINAMICO  */
#contenido-dinamico h1,#contenido-dinamico h2,#contenido-dinamico h3,#contenido-dinamico h4,#contenido-dinamico h5,#contenido-dinamico h6 {
    margin: 0;
    margin-bottom: 30px;
    color: #333d47
}

#contenido-dinamico.tema-oscuro h1,#contenido-dinamico.tema-oscuro h2,#contenido-dinamico.tema-oscuro h3,#contenido-dinamico.tema-oscuro h4,#contenido-dinamico.tema-oscuro h5,#contenido-dinamico.tema-oscuro h6,#contenido-dinamico.tema-oscuro p,#contenido-dinamico.tema-oscuro ul li,#contenido-dinamico.tema-oscuro ol li {
    color: #fff
}

#contenido-dinamico h1 {
    font-size: 3.2em;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -.03em
}

#contenido-dinamico h2 {
    font-size: 2.8em
}

#contenido-dinamico h3 {
    font-size: 2.4em
}

#contenido-dinamico h4 {
    font-size: 2em
}

#contenido-dinamico h5 {
    font-size: 1.8em
}

#contenido-dinamico h6 {
    font-size: 1.7em
}

#contenido-dinamico.detalle__contenido h2 {
    font-weight: 500;
    font-size: 4em;
    letter-spacing: -.03em;
    text-align: left;
    line-height: 1.25;
    text-transform: none;
}
#contenido-dinamico.detalle .marco {
    max-width: 1110px;
}
#contenido-dinamico iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
#contenido-dinamico .iframe-dinamico {
    position: relative;
    padding-bottom: 49.25%;
    padding-top: 25px;
    height: 0;
}
#contenido-dinamico p a {
    color: #c03;
}
h1[style="visibility:hidden"] {
    position: absolute!important
}

@media (max-width: 991px) {
    #contenido-dinamico h1 {
        font-size:3.1em
    }

    #contenido-dinamico h2 {
        font-size: 2.6em
    }

    #contenido-dinamico h3 {
        font-size: 2.2em
    }

    #contenido-dinamico h4 {
        font-size: 1.8em
    }

    #contenido-dinamico h5 {
        font-size: 1.7em
    }

    #contenido-dinamico h6 {
        font-size: 1.6em
    }
}

@media (max-width: 767px) {
    #contenido-dinamico h1 {
        font-size:3em
    }

    #contenido-dinamico h2 {
        font-size: 2.4em
    }

    #contenido-dinamico h3 {
        font-size: 2em
    }

    #contenido-dinamico h4 {
        font-size: 1.7em
    }

    #contenido-dinamico h5 {
        font-size: 1.6em
    }

    #contenido-dinamico h6 {
        font-size: 1.5em
    }
}

@media (max-width: 543px) {
    #contenido-dinamico h1 {
        font-size:2.8em
    }

    #contenido-dinamico h2 {
        font-size: 2.3em
    }

    #contenido-dinamico h3 {
        font-size: 1.9em
    }
}

#contenido-dinamico p {
    font-weight: 400;
    font-size: 1.4em;
    color: #28282a;
    margin-bottom: 25px
}

#contenido-dinamico ol {
    list-style-type: auto;
    padding-left: 20px
}

#contenido-dinamico li {
    font-weight: 400;
    font-size: 1.4em;
    color: #28282a;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px
}

#contenido-dinamico ol li,#contenido-dinamico ul li {
    padding-left: 20px
}

#contenido-dinamico ol,#contenido-dinamico ul {
    padding-left: 20px
}

#contenido-dinamico ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f93549;
    position: absolute;
    top: 6px;
    left: 0
}

#contenido-dinamico ol li li,#contenido-dinamico ul li li {
    font-size: inherit;
    padding-left: 20px;
    margin: 10px 0 5px
}

#contenido-dinamico .metadata {
    font-size: 1.4em;
    line-height: 26px;
    color: #28282a
}

#contenido-dinamico.detalle__contenido h1,#contenido-dinamico.detalle__contenido p {
    color: #28282a
}

.capa--capa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(59.05% 59.05% at 50% 40.95%, rgba(0, 0, 0, 0) 0, rgba(74, 74, 74, 0) .01%, rgba(0, 0, 0, .3) 100%);
    z-index: 1;
}

p.negrita {
    color: #fff !important;
    padding: 10px 15px;
    background: #aaa
}
/* ------------------- */