:root {
    --header: 119px;
    --rojoLV: #f93549;
    --negroLV: #333d47;
    --grisLV: #6f6f71;
    --grisClaro: #9bb5c0;
    --negroModal: #28282a;
    --celeste: #96c2dd;
    --azul: #004a75;
    --celesteFondo: #f0f4f7;
    --azulGrafico: #004a75;
    --verde: #6da79f;
    --amarillo: #ffc637;
    --verdeFiltro: #359d35;
    --tags: #8ab9d0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif !important
}

a {
    text-decoration: none
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 95px;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    filter: drop-shadow(rgba(0, 0, 0, .08) 0 4px 15px);
    padding: 0 20px;
    background: rgb(255, 255, 255);
    transition: .3s
}

.header__item--logo img {
    margin-right: 3rem;
    width: 224px;
    height: 32px;
    margin-bottom: 0;
    transition: .3s
}

.header__item--logo.logo-header-mov {
    display: none
}

.banner {
    width: 100%;
    height: 540px;
    position: relative;
    padding: 0;
    background: url(/img/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

section.seccion__banner.banner:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 100%);
    content: '';
    opacity: .5
}

.banner .bannerh {
    height: 100%
}

main {
    min-height: calc(100vh - 95px);
    margin-top: 95px
}

section {
    padding: 80px 0
}

a,
.atras,
.btn.enviar,
#menu_principal li a,
#menu_principal_fase1,
#menu_principal_fase2,
#menu_principal_fase1 li a i.icon-chevron-thin-left,
.contenedor_deplegable h3.cabecera_desplegable,
#tabs #navegacion_tabs li a,
.seminario .dots .owl-dot span,
.modulo.formulario input.text,
.modulo.formulario select,
.modulo.formulario textarea,
#menu_interior li {
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

h4 {
    margin: 0 0 10px 0;
    color: #333d47;
    font-size: 1.8em;
    font-weight: 400
}

.marco {
    max-width: 1110px;
    margin: auto
}

.banner__text {
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 755px
}

.banner__text h1 {
    margin: 0;
    color: #fff;
    font-size: 4em;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -1.6px
}

.home-title h1,
.home-title h2 {
    color: #333d47;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 9.6px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 32px;
    padding-left: 16px;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap
}

.home-title.primero h2 {
    margin-bottom: 65px
}

*:before,
*:after {
    box-sizing: border-box
}

.home-title h1::after,
.home-title h2::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background: var(--rojoLV)
}

.mapinfo__box {
    margin-bottom: 40px;
    margin-top: 0;
    border-bottom: 1px solid #ccdbe3;
    padding-bottom: 40px
}

.mapinfo__box.first {
    margin-top: 0
}

.mapinfo h3 {
    margin: 0;
    color: #333d47;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 5.76px;
    text-transform: uppercase
}

.mapinfo p {
    color: #333d47;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .2px
}

.mapinfo__boxes {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 320px;
    margin: auto;
    margin-bottom: 60px;
    overflow: hidden
}

.mapinfo__boxes img {
    transition: all ease 400ms;
    width: auto
}

.mapfinfo__boxes__int {
    position: absolute;
    bottom: 46px;
    right: 0;
    background: #fff;
    min-width: 98px;
    padding: 8px 40px 8px 16px;
    border-left: 8px solid #f93549
}

.mapfinfo__boxes__int h4 {
    margin: 0;
    color: #333d47;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

section.section__keys.keys {
    padding-bottom: 110px
}

.fila.fila--borde {
    padding-bottom: 60px;
    border-bottom: 1px solid #ccdbe3
}

.home-subtitle {
    text-align: center;
    margin-bottom: 56px
}

.home-subtitle h2 {
    margin: 0;
    color: #333d47;
    text-align: center;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 5.76px;
    text-transform: uppercase
}

.keys__container {
    display: flex;
    align-items: center;
    justify-content: center
}

.keys__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    max-width: 350px;
    min-width: 250px;
    padding: 0 20px;
    height: 133px
}

.keys__item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ccdbe3;
    right: 0
}

.keys__item.keys__item--last::before {
    display: none
}

.keys__item h2 {
    margin: 0;
    color: #333d47;
    text-align: center;
    font-size: 3.3em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.08px
}

.keys__item p {
    color: #333d47;
    text-align: center;
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.ppl__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap
}

.ppl__box {
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 58px;
    pointer-events: none
}

.ppl__img {
    position: relative;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
    height: 150px;
    max-width: 150px
}

.ppl__conModal .ppl__img {
    cursor: pointer;
    transition: all ease .3s
}

.ppl__img img {
    width: 100%;
    transition: all ease .3s
}

.ppl__name {
    color: #28282a;
    text-align: center;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    justify-content: center
}

.ppl__job,
.ppl__bio {
    color: #6f6f71;
    text-align: center;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.ppl__job,
.ppl__bio {
    max-width: 180px
}

.ppl__conModal .ppl__bio {
    display: none
}

.respuestas__item h3 {
    font-size: 1.8em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.76px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    color: #333d47
}

.respuestas__item p {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .2px;
    text-align: center;
    margin-bottom: 30px;
    color: #333d47
}

.respuestas__item .botonera {
    text-align: center
}

.btn--primario:active,
.btn--primario:visited {
    background: #f93549;
    border-color: #f93549;
    box-shadow: 0 0 2px rgba(249, 53, 73, .1)
}

.form__grupo {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column-reverse
}

.contact__form .form__grupo .text {
    border-radius: 8px;
    border: 1px solid #bfd0da;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    height: 40px;
    padding: 12px
}

.form__grupo .invalido.text,
.form__grupo select.invalido,
.form__grupo textarea.invalido {
    border-color: #ea5233 !important
}

.contact__form label {
    color: #333d47;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 8px
}

.contact__form textarea {
    border-radius: 8px;
    border: 1px solid #bfd0da;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    height: 128px;
    padding: 12px;
    width: 100%;
    margin-bottom: 24px;
    outline: 0;
    font-size: 1.6rem
}

.form__btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contacto-direccion h1,
.contacto-direccion h2 {
    font-weight: 600;
    font-size: 3.2em;
    line-height: 37px;
    margin-bottom: 3.8rem
}

.direccion-linea {
    display: flex;
    align-items: baseline;
    margin-bottom: 4rem
}

.direccion-linea svg {
    margin-right: 1rem;
    width: 16px;
    height: 16px
}

.direccion-linea p {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 26px
}

.direccion-linea--mov {
    display: none
}

.contacto-mapa iframe {
    width: 100%;
    height: 330px
}

.direccion-linea svg path {
    fill: #333d47 !important
}

.footer-nuevo {
    padding: 65px 0;
    background: #f5f5f5
}

.footer-nuevo__img {
    margin-bottom: 45px
}

.footer-nuevo__img img {
    width: 164px;
    height: 24px
}

.footer-nuevo__line {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 0 50px;
    background: #9bb5c0
}

.footer-nuevo__contenedor {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    justify-content: space-between
}

.footer-nuevo .pie-lv .datos_pie {
    width: 60%
}

.footer-nuevo .pie-lv .redes_sociales {
    display: flex
}

.pie-lv .datos_pie p {
    line-height: 15px;
    font-size: 1.4em;
    margin-bottom: 7px
}

.footer-nuevo .links .grupo h4,
.footer-nuevo .links li a,
.footer-nuevo .pie-lv .datos_pie p {
    color: #28282a;
    font-size: 1.2em
}

.pie-lv .datos_pie p.fono_footer {
    margin-bottom: 7px
}

.pie-lv .datos_pie p.copyrights {
    margin-bottom: 0
}

.footer-nuevo .pie-lv .redes_sociales {
    display: flex
}

.redes_sociales--box {
    display: flex
}

.pie-lv .redes_sociales a {
    margin-left: 2px;
    width: 40px;
    height: 40px;
    color: #efefef;
    font-size: 2.8em;
    text-align: center;
    background: #333d47;
    margin-right: 5px;
    transform: translateY(0);
    transition: all ease 300ms
}

.footer-nuevo .pie-lv .redes_sociales a {
    color: initial;
    background: transparent
}

.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
}

.fono_footer_movil {
    display: none
}

.insight__carrusel {
    opacity: 0;
    overflow: hidden;
    height: 30px;
    transition: all ease 300ms
}
#insights-carrusel.owl-loaded {
    opacity: 1;
    height: unset;
    overflow: unset
}

.categorias__box {
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border-radius: 2px;
    display: block
}

.categorias__img {
    width: 100%;
    height: auto;
    aspect-ratio: 535 / 310;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f0f0
}

.categorias__info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 185px;
    background: #fff
}

.insight .categorias__info {
    padding: 23px 24px
}

.categorias__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all ease 400ms;
    margin-bottom: -3px;
    opacity: 0
}

.fila.insight__carrusel img {
    opacity: 1
}

.categorias__info p {
    font-size: 15px;
    line-height: 20px;
    color: #28282a;
    margin-bottom: 10px
}

.categorias__box .insights-news__icon {
    min-height: 30px
}

.categorias__info h3,
.categorias__info h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #333d47;
    letter-spacing: -.03em;
    font-weight: 600
}

.insights-news__data {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.categorias__box .insights-news__data {
    margin-top: auto;
    margin-bottom: 16px
}

.insight .insights-news__data {
    justify-content: flex-start
}

.insights-destacado__data__item {
    display: flex;
    align-items: center;
    height: 100%
}

.insight .insights-destacado__data__item {
    margin-right: 30px
}

.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
}

.insight__carrusel .owl-dots {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px
}

.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
}

.home__botonera {
    text-align: center
}

.home__botonera.home__botonera--insight {
    position: relative;
    left: -15px
}

.btn {
    font-size: 1.5rem;
    padding: 16px 50px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex
}

.btn--primario.btn--borde:active,
.btn--primario.btn--borde:visited {
    background: rgba(249, 53, 73, .15);
    box-shadow: 0 0 2px rgba(249, 53, 73, .1)
}

.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
}

p.disclaimer_small {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    margin-top: 20px
}

@media(max-width:991px) {
    .privacy__interior p {
        width: 78%
    }

    .privacy__btns {
        width: auto
    }

    .privacy__si {
        width: auto;
        padding: 8px 1.2em;
        margin-right: 1em
    }
}

@media(max-width:860px) {
    .privacy__interior p {
        width: 70%
    }
}

@media(max-width:767px) {
    .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) {
    .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%
    }
}

.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: 1.5em;
    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: 1.5em;
    line-height: 24px;
    color: #fff;
    opacity: .7;
    margin-bottom: 60px
}

.paginaerror__item p {
    color: #fff;
    letter-spacing: .02em;
    font-size: 1.5em;
    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
}

@media (max-width:1200px) {
    .largebox__container {
        position: relative
    }

    .largebox__item.fondo {
        width: 30%
    }

    .largebox__item.imagen {
        width: 70%
    }

    .largebox__item.imagen img {
        width: 100%
    }

    .largebox__item.logo {
        height: auto;
        position: absolute;
        right: -1px;
        padding: 15px;
        background: #fff;
        bottom: 50px
    }

    .largebox__container.dos .largebox__item.logo {
        bottom: 100px
    }

    .largebox__container.dos .largebox__item.fondo {
        width: 30%;
        min-width: auto
    }

    .largebox__container.dos .largebox__item.imagen {
        overflow: hidden
    }

    .largebox__container.dos .largebox__item.imagen img {
        height: auto
    }
}

@media (max-width:1150px) {
    .keys__container {
        max-width: 1110px;
        overflow-x: auto;
        padding-bottom: 30px;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

@media (max-width:991px) {
    h3 {
        font-size: 2em
    }

    .modal-mercado-contenido {
        max-height: 80vh;
        margin-top: 10vh;
        padding: 2.5rem
    }

    .modal-interior {
        flex-direction: column;
        align-items: center
    }

    .modal-interior .nombre {
        margin-top: 20px;
        text-align: center
    }

    .modal-interior .cargo {
        text-align: center
    }

    .modal-interior p.bio {
        max-height: 320px;
        overflow: auto
    }

    .paginaerror-interior.paginaerror-interior--mantencion p {
        max-width: 70%
    }

    .paginaerror__inferior {
        width: 95%
    }

    .ppl__container.partners .ppl__name {
        min-height: auto
    }

    .marco {
        max-width: 800px
    }

    .marco.marco--recon {
        max-width: 800px
    }

    .owl-prev {
        left: 0
    }

    .owl-next {
        right: 0
    }

    .largebox__item.fondo {
        padding: 20px
    }

    .largebox__item.fondo {
        width: 35%
    }

    .largebox__item.fondo h2 {
        font-size: 2.8em
    }

    .bigbox__right {
        padding-top: 0;
        margin-top: -50px
    }

    .bigbox__right.fm {
        margin-top: -50px;
        max-height: 320px;
        overflow: hidden
    }

    .bigbox__left {
        width: 80%;
        height: auto;
        position: relative;
        padding: 45px
    }

    .bigbox__left h1 {
        font-size: 4.2em
    }

    .bigbox__right.wealth {
        padding-top: 0;
        margin-top: -30px
    }

    .research__box.wealth.uno {
        margin-right: auto
    }

    .research__box.wealth {
        margin: auto;
        margin-bottom: 30px
    }

    .research__box.wealth.tres {
        margin-left: auto
    }

    .research__box.rch {
        margin-bottom: 75px
    }

    .research__box {
        margin-bottom: 30px;
        min-height: 240px
    }

    .research__box.special.ultima {
        margin-bottom: 60px
    }

    .research__box.fund {
        max-width: 100%;
        margin: auto;
        margin-bottom: 30px
    }

    .fila.fila--boxes {
        margin-bottom: 50px
    }

    .separador-logos {
        margin-bottom: 40px
    }

    .midbox__logos {
        max-width: 100%;
        padding-bottom: 40px
    }

    section.section__bajada-interior {
        margin-top: 30px
    }

    .ppl__box {
        width: 33%
    }

    .ppl__container.partners .ppl__box {
        width: 24%
    }

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

    .about__text p {
        font-size: 2.2em
    }

    .corporate__img {
        display: none
    }

    .lead__box {
        margin-bottom: 30px
    }

    .lead__top {
        padding: 30px;
        height: auto;
        min-height: 200px
    }

    .lead__bottom {
        padding: 30px
    }

    .lead__logos {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .home-title.corporate {
        margin-bottom: 30px
    }

    .home-title h2 {
        text-align: left
    }

    .mapinfo__map {
        text-align: center;
        margin-bottom: 60px
    }

    .mapinfo__boxes {
        margin-bottom: 30px
    }

    .esconder {
        display: none
    }

    .informacion-a-clientes .main_info-clientes table td {
        padding: 10px 15px;
        line-height: 20px
    }

    .informacion-a-clientes .main_info-clientes table th {
        position: relative
    }

    div.main_info-clientes .tablesorter-header:after {
        right: 5px;
        top: 35%;
        position: absolute
    }

    .informacion-a-clientes .tabla_responsive {
        padding-bottom: 10px;
        overflow: hidden;
        overflow-x: scroll
    }

    .privacidad-y-seguridad #contenido-dinamico p {
        line-height: 22px
    }

    .disclaimer.disclaimer--contacto {
        margin-top: 2rem
    }

    .paginador .navegacion {
        margin-top: 5em
    }

    .contenedor_deplegable h3.cabecera_desplegable {
        padding: 1.5em 2.53em 1.5em 1.5em;
        font-size: 1.4em !important;
        line-height: 1.6em
    }

    .keys__item::before {
        display: none
    }

    .keys__item {
        border-left: 1px solid #ccdbe3;
        border-right: 1px solid #ccdbe3;
        padding: 10px
    }
}

@media (max-width:767px) {
    main {
        min-height: calc(100vh - 65px);
        margin-top: 65px
    }

    .header {
        height: 65px
    }

    .header__item--logo.logo-header-mov img {
        width: 70px;
        height: 37px
    }

    .header__item--logo.logo-header-desk {
        display: none
    }

    .header__item--logo.logo-header-mov {
        display: block
    }

    .menu--icons {
        display: flex
    }

    .menu--mov {
        display: none
    }

    .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
    }

    .fila.fila--borde {
        border: none
    }

    .seccion__insight {
        overflow: hidden
    }

    .insight__carrusel.owl-carousel .owl-stage-outer {
        overflow: visible;
        max-height: fit-content
    }

    .home__botonera.home__botonera--insight {
        left: 0
    }

    .research__box.special.ultima {
        margin-bottom: 40px
    }

    .mapinfo__boxes img {
        width: 100%
    }

    .paginaerror-interior.paginaerror-interior--mantencion p {
        max-width: 100%
    }

    .paginaerror__inferior {
        width: 100%;
        padding: 0 20px;
        min-height: auto
    }

    .menu-responsive__container>ul.delaymostrar {
        max-height: 490px;
        overflow-y: auto
    }

    .research__box h3 {
        font-size: 2em
    }

    .research__box p {
        font-size: 1.6em
    }

    section.section__about.about {
        padding-bottom: 40px
    }

    .tab__dobles .fln-tabs {
        margin-bottom: 60px
    }

    section {
        padding: 40px 0
    }

    section.seccion__recon.recon {
        padding-top: 40px
    }

    .marco {
        max-width: 650px
    }

    .recon .owl-nav {
        display: none
    }

    .recon__item {
        width: 90%
    }

    .lead__top {
        min-height: 220px
    }

    .about__text {
        margin-bottom: 30px
    }

    .about__text p {
        font-size: 2em
    }

    .about__img {
        max-height: 350px;
        overflow: hidden
    }

    .about__img img {
        height: auto;
        object-fit: inherit
    }

    .ppl__container.partners .ppl__box {
        width: 33%
    }

    .app__text {
        align-items: center;
        margin-top: 30px
    }

    .fila.fila--boxes {
        margin-bottom: 30px
    }

    .midbox__logos {
        flex-wrap: wrap
    }

    .midbox__item {
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        min-height: 80px
    }

    .bigbox__container.rch {
        margin-bottom: 50px
    }

    .research__box.fund {
        min-height: auto
    }

    .research__box {
        min-height: auto;
        padding: 30px
    }

    .research__box.rch {
        margin-bottom: 30px
    }

    .largebox__container.dos .largebox__item.fondo {
        width: 100%;
        height: auto
    }

    .bigbox__container {
        margin-bottom: 50px
    }

    .bigbox__right {
        width: 100%;
        height: auto
    }

    .largebox__container {
        flex-direction: column
    }

    .largebox__item.fondo {
        width: 100%
    }

    .largebox__item.imagen {
        width: 100%
    }

    .fila.fila--boxes.dos {
        margin-top: 50px
    }

    .bigbox__left h1 {
        font-size: 3.8em
    }

    .bigbox__right.wealth {
        width: 100%;
        height: auto
    }

    .bigbox__right.corporate img {
        width: 100%
    }

    .bigbox__right.wealth .bigbox__right__text {
        position: relative;
        bottom: 0;
        right: 0;
        width: 95%;
        bottom: 30px;
        left: 0;
        margin: auto
    }

    .bigbox__right__text {
        position: relative;
        bottom: 30px;
        right: 0;
        left: 16px;
        max-width: 100%;
        width: 95%;
        min-height: 55px;
        margin-bottom: 20px
    }

    .bigbox__right__item.wealth.wt {
        min-height: 85px
    }

    .research__box.wealth {
        max-width: 100%;
        min-height: auto;
        margin-bottom: 30px
    }

    section.section__keys.keys {
        padding-bottom: 4px
    }

    .fln-tabs--responsive .fln-tabs__nav {
        display: none
    }

    .bigbox__right.wealth.corporate .bigbox__right__text.corporate {
        flex-direction: row;
        flex-wrap: wrap
    }

    .bigbox__right__text.corporate .bigbox__right__item {
        width: 48%;
        min-width: 195px;
        margin-bottom: 25px
    }
}

@media (max-width:655px) {
    .modal-mercado-contenido h2 {
        margin-bottom: 1rem;
        font-size: 2.4em
    }

    .detalle-lista ul {
        padding: 0
    }

    .ppl__container.partners .ppl__name {
        min-height: 40px
    }

    .ppl__name {
        width: 52%;
        margin: auto;
        min-height: 40px;
        display: flex;
        align-items: center
    }

    .home__botonera.home__botonera--insight .btn,
    .home__botonera .btn {
        width: 100%;
        left: 0
    }
}

@media (max-width:640px) {
    .ppl__container.partners .ppl__name {
        width: 85%
    }
}

@media (max-width:575px) {
    .recon__item {
        min-height: 270px;
        width: 98%;
        padding: 10px;
        margin: auto
    }

    .keys__item {
        border-left: none;
        border-right: none
    }

    .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
    }

    .bigbox__right__item {
        width: 250px;
        min-width: 275px;
        margin-bottom: 25px
    }

    .fila.fila--boxes.dos {
        margin-top: 0
    }

    .about__text p {
        font-size: 1.8em;
        line-height: 28px
    }

    .ppl__box {
        width: 48%
    }

    .ppl__container.partners .ppl__box {
        width: 33%
    }

    .bigbox__container.rch {
        margin-bottom: 50px
    }

    .largebox__item__interior {
        position: relative;
        width: 95%;
        bottom: 30px;
        left: 13px;
        flex-direction: column
    }

    .largebox__titles {
        width: 250px;
        min-width: 250px;
        margin-bottom: 25px
    }

    .largebox__titles.dos {
        margin-left: 0
    }

    .largebox__container.dos .largebox__item__interior {
        width: 95%;
        bottom: 30px
    }

    .largebox__item.logo {
        bottom: 240px
    }

    .largebox__container.dos .largebox__item.logo {
        bottom: 185px
    }

    .fila.fila--largebox {
        margin-bottom: 20px
    }

    .largebox__item.imagen img {
        height: auto
    }

    .largebox__container.dos .largebox__item.imagen {
        overflow: visible
    }

    .bigbox__right {
        margin: 0
    }

    .bigbox__left {
        padding: 45px 20px;
        width: 100%;
        left: 0
    }

    .bigbox__left h1 {
        font-size: 3.2em
    }

    .form__btns {
        flex-direction: column
    }

    .g-recaptcha {
        margin-bottom: 30px
    }

    .form__btns a.btn.btn--primario {
        width: 100%
    }

    .bigbox__right.wealth .bigbox__right__text {
        flex-direction: column
    }

    .bigbox__right__item.wealth.wt {
        min-height: auto;
        width: 250px;
        min-width: 250px
    }

    .footer-nuevo__img {
        margin-bottom: 15px
    }

    .bigbox__right__text.corporate .bigbox__right__item {
        width: 100%
    }
}

@media (max-width:543px) {
    .banner__text h1 {
        font-size: 3.2em;
        line-height: 45px
    }

    .mapfinfo__boxes__int {
        min-width: 90%;
        max-width: 90%;
        min-height: 55px;
        padding: 8px 16px;
        display: flex;
        align-items: center
    }

    .recon__img {
        max-height: initial;
        overflow: visible
    }

    .ppl__box {
        min-width: 45%
    }

    .ppl__container {
        row-gap: 40px;
        column-gap: 15px
    }

    .ppl__container.partners .ppl__box {
        width: 48%;
        margin: auto;
        margin-bottom: 58px
    }

    .ppl__img {
        margin-bottom: 10px;
        width: 100px;
        height: 100px
    }

    .ppl__img img {
        width: 100%;
        height: 100%
    }

    .ppl__container.partners .ppl__name {
        width: 95%
    }

    .ppl__name {
        width: auto;
        margin: 0;
        min-height: inherit
    }

    .app__cel {
        padding-right: 0
    }

    .app__cel img {
        width: auto;
        height: auto
    }

    .app__dls {
        max-width: 100%;
        flex-direction: column
    }

    .app__dls a {
        margin-bottom: 20px
    }

    .app__dls a:last-child {
        margin-bottom: 0
    }

    .mapinfo__map img {
        width: 100%
    }

    .lead__top {
        min-height: auto
    }

    .lead__bottom {
        min-height: auto
    }
}

@media (max-width:475px) {
    .bigbox__left h1 {
        font-size: 2.8em
    }

    .largebox__item__interior {
        left: 10px
    }

    .largebox__container.dos {
        margin-bottom: 40px
    }

    .largebox__item.logo {
        display: none
    }

    .largebox__container.dos .largebox__item.logo {
        display: none
    }

    .ppl__box {
        margin-bottom: 0
    }

    .ppl__bio {
        min-height: 80px
    }

    .ppl__name {
        width: 52%;
        margin: auto;
        min-height: 40px
    }
}

@media (max-width:380px) {
    .mapfinfo__boxes__int {
        min-width: auto
    }

    .ppl__box {
        width: 100%
    }

    .ppl__name {
        width: 100%;
        margin: auto;
        min-height: auto;
        justify-content: center
    }

    .ppl__container.partners .ppl__name {
        width: 100%;
        min-height: auto
    }

    .ppl__container.partners .ppl__job {
        min-height: auto
    }

    .ppl__container.partners .ppl__box {
        width: 100%;
        margin-bottom: 30px
    }

    .ppl__bio {
        min-height: auto
    }
}

/* ========================================
   SKELETON SCREEN - Insights
   ======================================== */
@keyframes skeleton-shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.insight__skeleton {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 90px; /* Espacio para owl-dots: 50px margin-top + 40px margin-bottom */
}

.insight__skeleton .insight__item {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
}

.skeleton-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.skeleton-img {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

.skeleton-card .categorias__info {
    padding: 23px 24px;
    min-height: 185px;
}

.skeleton-line {
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 12px;
}

.skeleton-line--small {
    width: 80px;
    height: 16px;
    margin-bottom: 16px;
}

.skeleton-line--title {
    width: 100%;
    height: 20px;
}

.skeleton-line--title:last-of-type {
    width: 70%;
}

.skeleton-line--meta {
    width: 100px;
    height: 14px;
    margin-bottom: 0;
}

.insight__skeleton .insights-news__data {
    margin-top: auto;
    display: flex;
    gap: 20px;
}

/* Ocultar skeleton cuando carga el contenido */
.insight__skeleton.hidden {
    display: none;
}

/* Transición suave al mostrar carrusel */
#insights-carrusel {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#insights-carrusel.loaded {
    opacity: 1;
    display: block !important;
}

/* Responsive skeleton */
@media (max-width: 767px) {
    .insight__skeleton .insight__item {
        max-width: 100%;
        min-width: 100%;
    }

    .insight__skeleton .insight__item:last-child {
        display: none;
    }
}

/* Skeleton para mapa estático */
.mapinfo__map {
    position: relative;
}

.skeleton-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
}

/* Skeleton para avatares del equipo */
.ppl__img {
    position: relative;
}

.skeleton-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
}

/* Skeleton para Google Maps */
.contacto-mapa {
    position: relative;
}

.skeleton-gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 4px;
    z-index: 1;
}