@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
body.home {
    padding-top: 0px!important;
}
body {
    padding-top: 100px;
}

/* Estilo básico del botón hamburguesa */
.menu-hamburguesa {
    display:none;
    width: 30px;
    cursor: pointer;

    flex-direction: column;
    justify-content: space-between;
    height: 20px;
}
.menu-hamburguesa span {
    display: block;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
}

/* Estilo cuando está abierto (transformar en X) */
.menu-hamburguesa.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-hamburguesa.open span:nth-child(2) {
    opacity: 0;
}

.menu-hamburguesa.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.d-md-none {
    display: none;
}
#menuMobile {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
#menuMobile a{
    text-decoration: none;
    margin-bottom: 10px;
    color: #00586f;
}
@media (max-width: 768px) {
    .d-md-none {
        display: block;
    }
    /* Mostrar el menú móvil solo en pantallas pequeñas */
    .menu-mobile {
        position: absolute;
        top: 60px; /* ajusta según tu header */
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        z-index: 999;
    }
}

.infoEquipo {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 998;
    background: #eff3f4;
}
.infoEquipo .inner {
    color: #00586f;
    padding-top: 200px;
    width: 90%;
    margin: auto;
}
.infoEquipo .inner h3 {
    color: #00586f;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.infoEquipo .inner h4 {
    color: #009abf;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.infoEquipo .inner a{
    color: #00586f;
    text-decoration: none;
}

.video-container {
    width: 100%;
    height: 100vh;
}

.video-background {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.inner {
    width: 90%;
    margin: auto;
}
.clear {
    width: 100%;
    clear: both;
}
.title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.color-dark {
    color: #00586f;
}
.color-ligth {
    color: #669ba9;
}
.text-small {
    font-size: 12px;
}
.text-medium {
    font-size: 14px;
}
.text-large {
    font-size: 20px;
}
.menu a.selected::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 12px;
    background-color: #00586f;
}
header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 999;
    background: #fff;
}
header .logo {
    max-height: 50px;
}
header .menu {
    padding: 15px 0 0 90px;
}
header .menu .lang {
    padding-left: 50px;
    border-left: solid 2px #00586f;
}
header .menu a {
    position: relative;
    text-decoration: none;
    margin-right: 70px;
    font-size: 14px;
    color: #00586f;
}
footer {
    background: #00586f;
    padding: 120px 0;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #669ba9;
}
footer .copy {
    font-size: 11px;
}

/* nosotros */
.nosotros {
    padding-bottom: 50px;
}
.nosotros-right {
    background: url('../images/bg_nosotros_left.jpg');
    position: relative;
}
.nosotros-right .title {
    font-size: 30px;
    color: #fff;
    padding: 0 0 0px 80px;
    margin-left: 100px;
    background: url("../images/arrow-title-light.png") center left no-repeat;
    position: absolute;
    bottom: 50px;
}
.btn-brochure {
    font-size: 14px;
    border: solid 1px #669ba9;
    padding: 2px 0px;
    max-width: 130px;
    text-align: center;
    margin-top: 50px;
    float: right;
    transition: all .5s;
}
.btn-brochure:hover {
    background: #669ba9;
    color: #fff;
    transition: all .5s;
}
.btn-brochure a {
    padding: 10px 10px;
    color: #669ba9;
    text-decoration: none;
}
.btn-brochure:hover a {
    color: #fff;
}

/* servicios */
.servicios {
    background: #00586f;
    padding-bottom: 50px;
}
.servicios .title {
    font-size: 30px;
    color: #fff;
    padding: 140px 0 140px 80px;
    background: url("../images/arrow-title-light.png") center left no-repeat;
}
.servicios .items .item {
    float: left;
}
.servicios .items .item1 {
    width: 32%;
}
.servicios .items .item2 {
    width: 32%;
    margin: 0 1%;
}
.servicios .items .item3 {
    width: 32%;
}
.servicios .items .item1 .bt {
    background: #009abf;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
}
.servicios .items .item1 span {
    color: #009abf;
}
.servicios .items .item2 .bt {
    background: #36b0c9;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
}
.servicios .items .item2 span {
    color: #36b0c9;
}
.servicios .items .item3 .bt {
    background: #10cfc9;
    width: 32%;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
}
.servicios .items .item3 span {
    color: #10cfc9;
}
.servicios .items .item .content {
    width: 100%;
    padding: 70px 10% 0 10%;
    margin: auto;
    color: #fff;
    min-height: 300px;
    border-bottom: solid 1px #009abf;
}
.servicios .items .item .content span {
    margin-right: 5px;
}
.servicios .items .item .info {
    width: 100%;
    text-align: end;
    padding: 10px 0;
}
.servicios .items .item .info a {
    color: #fff;
    text-decoration: none;
}
.servicios .items .item .info a:hover {
    color: #669ba9;
}

/* equipo */
.equipo {
    padding-bottom: 50px;
}
.equipo .title {
    font-size: 30px;
    color: #00586f;
    padding: 60px 0 60px 80px;
    background: url("../images/arrow-title-dark.png?") center left no-repeat;
}
.equipo .items {
    width: 100%;
}
.equipo .items .item {
    width: 18%;
    margin: 0 1%;
    float: left;
}
.equipo .items .itemLarge {
    width: 23%;
    margin: 0 1%;
    float: left;
}
.equipo .items .item .img img {
    width: 100%;

}
.equipo .items .principal .content {
    min-height: 200px;
    border-bottom: solid 2px #009abf;
}
.equipo .items .item .content {
    width: 100%;
    padding: 10px 5% 0 5%;
    margin: auto;
    color: #fff;
}
.equipo .items .itemLarge .content {
    width: 100%;
    padding: 10px 0 0 20%;
    margin: auto;
    color: #fff;
}
.equipo .items .itemLarge .name, .equipo .items .itemLarge .position {
    color: #00586f!important;
}
.equipo .items .principal .name {
    color: #00586f!important;
    font-size: 16px!important;
}
.equipo .items .item .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #009abf;
    margin-top: 25px;
}
.equipo .items .principal .position {
    min-height: 60px;
    font-size: 14px!important;
    color: #669ba9!important;
}
.equipo .items .item .position {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #009abf;
}
.equipo .items .principal .info a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #00586f;
    margin-top: -5px;
}
.equipo .items .item .info {
    color: #00586f;
}
.equipo .items .principal .info a {
    color: #00586f!important;
}
.equipo .items .item .info a {
    color: #cbcbcb;
    text-decoration: none;
    font-size: 14px;
}

.equipo .items .item1 .img {
    border-bottom: solid 18px #00586f;
}
.equipo .items .item2 .img {
    border-bottom: solid 18px #009abf;
}
.equipo .items .item3 .img {
    border-bottom: solid 18px #36b0c9;
}
.equipo .items .item4 .img {
    border-bottom: solid 18px #36b0c9;
}
.equipo .items .item5 .img {
    border-bottom: solid 18px #10cfc9;
}
.equipo .items .item6,.equipo .items .item9,.equipo .items .item6,.equipo .items .item15 {
    margin-left: 21%;
}
.divider {
    width: 100%;
    height: 2px;
    clear: both;
    height: 50px;
    border-bottom: solid 2px #00586f;
}

.servicios-inner .top-left {
    min-height: 450px;
}
.servicios-inner.bg-corporate .top-left {
    background: url("../images/bg_corporate_finance.jpg?") right;
    background-size: cover;
}
.servicios-inner.bg-management .top-left {
    background: url("../images/bg_asset_management.jpg?");
    background-size: cover;
}
.servicios-inner.bg-qresearch .top-left {
    background: url("../images/bg_qresearch.jpg?");
    background-size: cover;
}
.servicios-inner.bg-corporate .top-right {
    background: #009abf;
}
.servicios-inner.bg-management .top-right {
    background: #36b0c9;
}
.servicios-inner.bg-qresearch .top-right {
    background: #10cfc9;
}
.servicios-inner.bg-qresearch .news .inner {
    width: 99%;
    margin: auto;
    border: solid 1px #b2b2b2;
    padding: 20px;
}
.servicios-inner.bg-qresearch .news .inner img {
    width: 100%;
}

.servicios-inner .top-right .inner {
    padding: 70px 0;
    width: 70%;
    margin: auto;
    color: #fff;
}
.servicios-inner .top-right .inner .title {
    font-size: 30px;
    padding: 0 0 0 60px;
    margin-left: -60px;
    margin-bottom: 50px;
    background: url("../images/arrow-title-light.png") center left no-repeat;
}
.servicios-inner .top-right .inner .text {
    font-size: 16px;
}
.servicios-inner .top-right .inner .pretitle {
    font-size: 18px;
}
.btn-transacciones {
    font-size: 14px;
    border: solid 1px #fff;
    padding: 2px 0px;
    max-width: 150px;
    text-align: center;
    margin-top: 20px;
    float: left;
    text-transform: uppercase;
    transition: all .5s;
}
.btn-transacciones:hover {
    background: #fff;
    color: #009abf;
    transition: all .5s;
}
.btn-transacciones a {
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
}
.btn-transacciones:hover a {
    color: #009abf;
}
.item-tile {
    color: #009abf;
    border-bottom: solid 2px #009abf;
    font-size: 22px;
    margin-bottom: 20px;
}
.servicios-inner .items {
    font-size: 14px;
}
.servicios-inner .items span {
    padding-left: 25px;
}
.items {
    color: #00586f;
}
.asset-items {
    padding: 75px 0;
}
.asset-items .item {
    width: 90%;
    margin: auto;
    min-height: 250px;
    border-bottom: solid 2px #10cfc9;
}
.asset-items .ico {
    float: left;
    width: 25%;
}
.asset-items .text {
    float: left;
    width: 75%;
    color: #00586f;
    font-size: 14px;
}
.asset-items2 {
    font-size: 14px;
    color: #00586f;
}

.servicios-inner .logos {
    padding: 50px 0;
}
.servicios-inner .logos .col-md-3 {
    padding: 30px 0;
    border-bottom: solid 2px #10cfc9;
}

.title-transacciones {
    color: #009abf;
}
.multiple-items .item {
    margin: 0 5px;
    border: solid 1px #b3b2b2;
    padding: 25px 0;
}
.multiple-items .item .anio {
    width: 80%;
    margin: auto;
    color: #009abf;
    font-size: 16px;
}
.multiple-items .item .image {
    margin: 15px 0 5px 0;
    width: 100%;
}
.multiple-items#transacciones_ma .item .image {
    margin: 15px 0 40px 0!important;
    width: 100%;
}
.multiple-items .item .texto {
    width: 80%;
    margin: auto;
    color: #00586f;
    font-size: 16px;
    min-height: 120px;
    text-align: center;
}
.multiple-items .item .texto .monto {
    color: #009abf;
}

.transacciones-inner .top-left, .transacciones-inner .top-right  {
    background: #009abf;
}
.transacciones-inner .top-left {
    min-height: 275px;
}
.transacciones-inner .top-right .inner {
    padding: 70px 0;
    width: 70%;
    margin: auto;
    color: #fff;
}
.transacciones-inner .top-right .inner .title {
    font-size: 30px;
    padding: 0 0 0 60px;
    margin-left: -60px;
    margin-bottom: 50px;
    background: url("../images/arrow-title-light.png") center left no-repeat;
}
.transacciones-inner .top-right .inner .text {
    font-size: 18px;
}
.transacciones-inner .top-right .inner .pretitle {
    font-size: 18px;
}



.reportes-inner .top-right {
    background: #00586f;
}
.reportes-inner .top-right .inner {
    padding: 70px 0;
    width: 70%;
    margin: auto;
    color: #fff;
}
.reportes-inner .top-right .inner .title {
    font-size: 30px;
    padding: 0 0 0 60px;
    margin-left: -60px;
    margin-bottom: 50px;
    background: url("../images/arrow-title-light.png") center left no-repeat;
}
.reportes-inner .top-right .inner .text {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.reportes-inner .top-right .inner .text li {
    display: block;
    margin-bottom: 20px;
}
.reportes-inner .top-right .inner .text a {
    color: #fff;
    text-decoration: none;
}
.reportes-inner .top-right .inner .text a:hover {
    color: #6396a3;
}
.reportes-inner .top-left {
    min-height: 475px;
    background: url("../images/bg_reportes.jpg?") right;
    background-size: cover;
}
.reportes-inner h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #00586f;
}
.reportes-inner .item {
    border-bottom: solid 1px #00586f;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
    color: #00586f;
}
.reportes-inner .item .date {
    font-size: 14px;
}
.reportes-inner .item .btn-descargar {
    font-size: 14px;
    border: solid 1px #00586f;
    padding: 2px 0px;
    max-width: 130px;
    text-align: center;
    float: right;
    transition: all .5s;
}
.reportes-inner .item .btn-descargar:hover {
    background: #00586f;
    color: #fff;
    transition: all .5s;
}
.reportes-inner .item .btn-descargar a {
    padding: 10px 10px;
    color: #00586f;
    text-decoration: none;
}
.reportes-inner .item .btn-descargar:hover a {
    color: #fff;
}


@media screen and (max-width: 600px) {
    .menu-hamburguesa {
        display: flex;
    }
    body {
        padding-top: 0px;
    }
    .inner {
        width: 85%;
        margin: auto;
    }

    .video-container {
        height: 300px;
    }

    .video-background {
        height: 300px;
    }

    header {
        position: relative;
        height: auto;
    }
    header .menu {
        display: none;
    }
    header .logo {
        max-width: 35%;
        position: absolute;
        right: 25px;
        top: -5px;
    }

    .nosotros {
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .nosotros-right {
        display: none;
    }
    .nosotros-right .title {
        font-size: 24px;
        color: #fff;
        padding: 40px 0 40px 50px;
        margin-left: 20px;
        background: url("../images/arrow-title-light.png") center left no-repeat;
        position: relative;
        bottom: 0;
    }

    .btn-brochure {
        float: left;
    }

    .servicios .title {
        font-size: 24px;
        padding: 40px 0 40px 50px;
    }
    .servicios .items .item {
        float: none;
    }
    .servicios .items .item1,.servicios .items .item2,.servicios .items .item3 {
        width: 90%;
        margin: 0 auto 30px auto;
    }
    .servicios .items .item .content {
        padding: 20px;
        min-height: auto;
        line-height: 30px;
    }

    .equipo .items .item {
        width: 90%;
        margin: 0 auto 30px auto;
        float: none;
    }
    .equipo .items .itemLarge {
        width: 90%;
        margin: 0 auto 20px auto;
        float: none;
    }
    .equipo .items .item .content {
        padding: 10px 5% 0 0;
    }
    .equipo .items .itemLarge .content {
        padding: 10px 0 0 0;
    }
    .equipo .items .principal .position {
        min-height: auto;
        margin-bottom: 20px;
    }


    footer {
        padding: 60px 0;
    }
    footer .logo {
        max-width: 60%;
    }

    .servicios-inner.bg-corporate .top-left {
        background: url("../images/bg_corporate_finance.jpg?") center;
        background-size: auto;
    }

    .transacciones-inner .top-left {
        display: none;
    }

    .servicios-inner .logos .col-md-3 {
        border-bottom: none;
    }
}