.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }

body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

.barra_nav {
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23); 
    box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23);
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu {

    

    .nav-link {
        padding:15px 25px !important;
        border-radius: 30px;
        color:#FFF;        
        font-size: 14px;
        margin-left: 15px;
        transition: all ease-in-out .3s;

        img {
            margin-left: 10px;
        }

        &:hover {
            background-color: #5A89FF !important;
        }

        &:focus {
            box-shadow: 0px 5px 5px 0px #00000040 inset;
        }

        &:active {
            box-shadow: 0px 5px 5px 0px #00000040 inset;
        }
    }

    .nav-item:nth-child(1) .nav-link{
            background-color: #0039E3;
        }

    .nav-item:nth-child(2) .nav-link{
        background-color: #00237C;
    }

    

}

.menu_lat {
    position: fixed;
    right: 0;
    top: 250px;
    max-width: 80px;
    background-color: #E9F3FF;
    border-radius: 20px 0 0 20px;
    padding: 10px 10px;
    z-index: 9;
     -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23); 
    box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23);

    a {
        display: block;        
        margin-bottom: 5px;
        padding: 6px 10px;
        transition: .4s all ease-in-out;
        text-decoration: none;
        min-height: 43px;

        img {
            display: inline-block;
            margin-right: 10px;
            margin-left: 5px;
            max-height: 25px;
            margin-top: 2px;
            transition: .4s all ease-in-out;
        }

        &:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 6px;
        }

        &:hover {
            width: 170px;
            margin-left: -100px;
            background-color: #E9F3FF;
             -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23); 
            box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23);
            border-radius: 25px 0 0 25px;

            div {
                display: inline-block;
            }

            img {
                max-height: 20px;
            }
        }        

    }

    span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        margin:3px auto;
        
    }

    div {
        display: none;
        color:#0039E3;
        font-size: 12px;
        line-height: 1.1;      
        font-weight: 500;  
        vertical-align: middle;
        margin-top: 4px;
        transition: .4s all ease-in-out;
    }

}

.menu_lat_activo {
       
        width: 170px;
        margin-left: -100px;
        background-color: #E9F3FF;
        -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23); 
        box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.23);
        border-radius: 25px 0 0 25px;

        div {
            display: inline-block;
        }

        img {
            max-height: 20px !important;
        }  

}

.banner_home {
    position: relative;
    margin-top: 180px;
}

.tit_b_home {
    color:#343F49;
    font-weight: 500;
    font-size: 22px;
    margin-top: 50px;
}

.subtit_b_home {
    color:#0039E3;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 70px;
}

.frase_b_home {
    color:#343F49;
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 160px;

    span {
        color:#0039E3;
    }
}

.flecha_abajo_home {
    max-width: 40px;
}


.c_b_home {

    position: relative;
    max-width: 150px;
    transition: .4s all ease-in-out;
    height: 163px;


    .inner_content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* Texto abajo por defecto */
        transition: justify-content .4s ease; /* Nota: justify-content no es animable */
        z-index: 2;
    }

    .tit_c_b_home {
        transition: transform .4s ease-in-out;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1;
        transform: translateY(0); /* Estado inicial */
    }

    /*.tit_c_b_home {
        position: absolute;
        transition: .4s all ease-in-out;
        bottom: 12px;
        left: 12px;
        color:#FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }*/

    .hover_c_b_home {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #0039E3;
        border-radius: 15px;
        opacity: 0;
        transition: .4s all ease-in-out;
        z-index: 0;

        .ico_c_b_home {
            max-width: 40px;
            margin-top: 70px;
            margin-left: 52px;
            display: block;
        }

        .ver_c_b_home {
            background-color: #CFE3FF;
            color:#00237C;
            font-weight: 500;
            border-radius: 15px;
            padding:2px 5px;
            margin-left: auto;
            margin-right: 10px;
            display: table;
            margin-top: 25px;
            line-height: 1;

            i {
                color:#FF7DCB;
                font-size: 12px;
            }
        }
    }

    &:hover {

        .tit_c_b_home {
           transform: translateY(calc(-163px + 100% + 22px));
        }

        .hover_c_b_home {
            opacity: 1;
        }

    }
}

.margen_c_b_home_1 {
    margin-right: auto;
    margin-left: auto;
}

.margen_c_b_home_2 {
    margin-right: 0;
    margin-left: auto;
}

.margen_c_b_home_3 {
    margin-right: 0;
    margin-left: auto;
    margin-top: 140px;
}

.margen_c_b_home_5 {
    margin-top: -60px;
}

.margen_c_b_home_6 {
    margin-top: 80px;
}

.margen_c_b_home_7 {
    margin-top: -60px;
    margin-left: -20px;
}


.b_presidente {
    background-color: #0039E3;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 200px;
    margin-bottom: 40px;
}

.texto_presidente {
    color:#CFE3FF;
    font-size: 34px;
    line-height: 1.2;
    max-width: 700px;

    span {
        color:#FFF;
        font-weight: 600;
        
    }
}

.nombre_presidente {
    color:#FFFFFF;
    font-weight: 800;
    font-size: 30px;
    line-height: 0.9;
    text-align: right;
    margin-top: 40px;

    span {
        font-size: 16px;
        color:#CFE3FF;
        font-weight: 500;
    }
}

/********************************************** SECCION EL BANCO ************************************************************/

.secc_banco {
    margin-bottom: 100px;
    margin-top: 100px;
    overflow: hidden;
}

.tit_secc_banco {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_banco.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.texto_secc_banco {
    color:#0039E3;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 350px;
}

.subtexto_secc_banco {
    color:#343F49;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 350px;

    span {
        color:#FF7DCB;
        font-weight: 700;
    }
}

.c_img_banco {
    position: relative;
}

.c_num_img_banco {
     background-color: #FFF;
     border:1px solid #FF7DCB;
     border-radius: 15px;
     padding:15px;
     position: absolute;
     width: 100%;

    p {
        color:#0039E3;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 2px;
        font-weight: 700;
        em {
            display: inline-block;
            font-style: normal;
        }
    }

    span {
        color:#343F49;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        display: block;
    }
}

.c_banco_1 {
    top: 30px;
    left: -70px;
    max-width: 120px;
}

.c_banco_2 {
    top: 150px;
    left: -70px;
    max-width: 120px;
}

.c_banco_3 {
    bottom: -90px;
    left: 0px;
    max-width: 280px;
    min-height: 138px;
}

.c_banco_4 {
    bottom: -90px;
    right: 0px;
    max-width: 280px;
    min-height: 138px;
}

.tit_estrategia_banco {
    color:#343F49;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 160px;
}

.subtit_estrategia_banco {
    color:#343F49;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 60px;

    span {
        font-weight: 700;
        color:#0039E3;
    }
}

.c_estrat {

    transition: .4s all ease-in-out;
    min-height: 233px;

    .c_num_1_estrat {
        &::before {
            content:'1';
            padding: 8px 15px;
        }
    }

    .c_num_2_estrat {
        &::before {
            content:'2';
            padding: 8px 12px;
        }
    }

    .c_num_3_estrat {
        &::before {
            content:'3';
            padding: 8px 12px;
        }
    }

    .c_num_4_estrat {
        &::before {
            content:'4';
            padding: 8px 12px;
        }
    }

    .c_1_estrat {
        background-color: #E9F3FF;
        border-radius: 5px;
        position: relative;
        padding:40px 20px;
        padding-bottom: 80px;

        p {
            color:#00237C;
            font-weight: 500;
            font-size: 24px;
            text-align: center;
            margin-bottom: 0;
            line-height: 1.2;
            min-height: 58px;
        }

        &::before {
            position: absolute;
            left: calc(50% - 18px);
            top: -20px;
            background-color: #FF7DCB;
            border-radius: 50%;
            
            line-height: 1;
            color:#FFF;
            font-size: 20px;
        }
    }

    .c_2_estrat {
        background-color: #0039E3;
        border-radius: 10px;
        position: relative;
        margin-top: -15px;
        padding:15px 20px;
        transition: .4s all ease-in-out;
        height: 20px;

        p {
            color:#FFF;
            font-weight: 700;
            font-size: 24px;
            text-align: center;
            margin-bottom: 0;
            opacity: 0;
            transition: .4s all ease-in-out;
        }

        &::before {
            content:'\f106';
            font-family: "Font Awesome 6 Free";
            position: absolute;
            left: calc(50% - 11px);
            top: -8px;
            background-color: #E9F3FF;
            border-radius: 50%;
            padding: 4px 5px;
            line-height: 1;
            color:#0039E3;
            font-size: 14px;
            font-weight: 900;
            transition: .4s all ease-in-out;
            transform: rotate(180deg);
        }

    }

    &:hover {

        .c_2_estrat {
            height: 70px;
            padding:20px 20px;
            p {
                opacity: 1;
            }

            &::before {
                transform: rotate(0deg);
            }
        }

    }
}

.tit_proposito {
    color:#0039E3;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 90px;
}

.texto_proposito {
    font-weight: 500;
    color:#343F49;
    line-height: 1.2;
    max-width: 300px;
}

.c_premios {
    background-color: #5A89FF;
    padding: 40px 40px 40px 90px;
    border-radius: 15px 0 0 15px;
    position: relative;
    margin-top: 60px;

    &::before {
        content:'';
        position: absolute;
        width: 50px;
        height: 50px;
        top: -25px;
        left: 20px;
        background-image: url('../imagenes/ico_premios.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

    &::after {
        content:'';
        position: absolute;
        height: 100%;
        width: 100%;
        right: -100%;
        top: 0;
        background-color: #5A89FF;
    }
}

.tit_c_premios {
    color:#FFF;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.texto_c_premios {
    color:#FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    max-width: 330px;
    
    span{
        color:#00237C;
        font-weight: 700;
    }
}


/********************************************** SECCION GOBIERNO CORPORATIVO ************************************************************/

.secc_gobierno {
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 120px;
        height: 300px;
        top: 70px;
        right: 0px;
        background-image: url('../imagenes/graf_gobierno_1.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
    }
}

.tit_secc_gobierno {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_gobierno.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.texto_azul_gobierno {
    color:#0039E3;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 100px;
}

.texto_secc_gobierno {
    color:#343F49;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.c_texto_gobierno {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #E9F3FF;

    p {
        font-size: 14px;
        color:#343F49;
        line-height: 1.2;
    }

    span {
        font-weight: 700;
        color:#0039E3;
        font-size: 15px;
        line-height: 1.2;
        display: block;
        margin-bottom: 15px;
    }
}


/********************************************** SECCION ESTRATEGIA DE SUSTENTABILIDAD ************************************************************/

.secc_estrategia {
    margin-bottom: 100px;
    margin-top: 200px;
    position: relative;
}

.tit_secc_estrategia {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_estrategia.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}


.c_estrategia {
    padding: 15px;
    border-radius: 10px;
    padding-top: 60px;
    position: relative;    
    margin-bottom: 30px;
    transition: .4s all ease-in-out;
    min-height: 182px;
    cursor: pointer;

    &::before {
        content:'\f107';
        font-family: "Font Awesome 6 Free";
        position: absolute;
        top: 14px;
        left: 14px;
        padding: 5px 6px;
        border-radius: 50%;
        z-index: 1;
        background-color: #FFF;
        line-height: 1;
        transition: .4s all ease-in-out;
    }
}

.tit_c_estrategia {
    color:#FFF;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.texto_c_estrategia {
    color:#FFF;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
    transition: .4s all ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.color_c_est_celeste {
    background-color: #5A89FF;

    &::before {
        color:#5A89FF;
    }

}

.color_c_est_rosa {
    background-color: #FF7DCB;

    &::before {
        color:#FF7DCB;
    }

}

.color_c_est_verde {
    background-color: #24BA4E;

    &::before {
        color:#24BA4E;
    }

}

.color_c_est_azul {
    background-color: #00237C;

    &::before {
        color:#00237C;
    }

}

.c_estrategia_activo {

    min-height: 365px;

    &::before {
        content:'\f00d';
    }

    .texto_c_estrategia {
        max-height: 200px;
        margin-bottom: 15px;
    }
}

.texto_estrategia {
    font-weight: 500;
    color:#343F49;
    line-height: 1.2;
    max-width: 350px;
}

.num_estrategia {
    color:#FF7DCB;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    background-color: #E9F3FF;
    padding: 24px 12px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: -20px;
    margin-left: -20px;
    em {
        display: inline-block;
        font-style: normal;
    }
}

.subtexto_estrategia {
    font-weight: 700;
    font-size: 20px;
    color:#343F49;
    max-width: 265px;
    line-height: 1.2;
}


/********************************************** SECCION CAPITAL FINANCIERO ************************************************************/

.secc_financiero {
    padding-bottom: 100px;
    padding-top: 200px;
    position: relative;
    overflow: hidden;

    &::before {
        content:'';
        position: absolute;
        background-color: #E9F3FF;
        border-radius: 50%;
        width: 1300px;
        height: 1300px;
        right: -130px;
        top: 00px;
        z-index: -1;
    }
}

.tit_secc_financiero {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_financiero.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.texto_financiero {
    color:#0039E3;
    font-weight: 700;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 350px;
}

.subtexto_financiero {
    font-size: 18px;
    color:#343F49;
    line-height: 1.2;
    margin-bottom: 50px;
}

.bot_contables {
    padding:15px 25px !important;
    border-radius: 30px;
    color:#00237C;        
    font-size: 14px;
    margin-left: 0px;
    transition: all ease-in-out .3s;
    background-color: #E9F3FF;
    border:1px solid #FF7DCB;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;

    img {
        margin-left: 10px;
    }

    &:hover {
        background-color: #FF7DCB !important;
    }

    &:focus {
        box-shadow: 0px 5px 5px 0px #00000040 inset;
    }

    &:active {
        box-shadow: 0px 5px 5px 0px #00000040 inset;
    }
}

.img_financiero {
    display: block;
    margin:0 auto;
    margin-top: -100px;
    margin-bottom: 40px;
}

.c_financiero {
    background-color: #00237C;
    border-radius: 15px;
    padding: 15px;

    em {
        display: inline-block;
        font-style: normal;
    }

    p {
        color:#FF7DCB;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    span {
        color:#FFF;
        font-weight: 500;
        font-size: 18px;
        display: inline-block;
        max-width: 200px;
        min-height: 54px;
    }
}


/********************************************** SECCION CAPITAL INDUSTRIAL E INTELECTUAL ************************************************************/

.secc_industrial {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #E9F3FF;
}

.tit_secc_industrial {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    span {
        position: relative;
        z-index: 5;
    }

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_industrial.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0;
    }
}

.texto_secc_industrial {
    font-size: 14px;
    line-height: 1.2;
    color:#343F49;
    margin-bottom: 50px;
    max-width: 380px;
}

.texto_industrial {
    font-weight: 700;
    font-size: 18px;
    color:#0039E3;
    max-width: 320px;
    line-height: 1.3;

    span {
        color:#00237C;
    }
}


.c_img_industrial {
    position: relative;
    width: fit-content;
}

.c_num_img_industrial {
     background-color: #FFF;
     border:1px solid #FF7DCB;
     border-radius: 15px;
     padding:15px;
     position: absolute;
     width: 100%;

     max-width: 280px;

     em {
        display: inline-block;
        font-style: normal;
    }

    p {
        color:#0039E3;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 2px;
        font-weight: 700;
    }

    span {
        color:#343F49;
        font-size: 16px;
        font-weight: 500;
    }
}

.c_industrial_1 {
    top: 70px;
    left: -200px;
}

.c_industrial_2 {
    top: 200px;
    left: -200px;
}

.c_industrial_3 {
    bottom: 0px;
    left: -200px;
}

.c_industrial_4 {
    top: 0px;
    right: -200px;
}

.c_industrial_5 {
    top: 100px;
    right: -200px;
}

.c_industrial_6 {
    top: 200px;
    right: -200px;
}


/********************************************** SECCION CAPITAL HUMANO ************************************************************/

.secc_humano {
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;
}

.tit_secc_humano {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_humano.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.c_texto_humano {
    background-color: #0039E3;
    border-radius: 15px;
    padding: 15px 25px;
    color:#E9F3FF;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    max-width: 380px;
}

.texto_humano {
    color:#343F49;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 30px;
    margin-left: 30px;
    max-width: 280px;

}

.c_num_img_humano {
     background-color: #FFF;
     border:1px solid #FF7DCB;
     border-radius: 15px;
     padding:15px;
     position: relative;
     width: 100%;
     margin-bottom: 10px;
     max-width: 280px;

     em {
        display: inline-block;
        font-style: normal;
    }

    p {
        color:#0039E3;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 2px;
        font-weight: 700;
    }

    span {
        color:#343F49;
        font-size: 16px;
        font-weight: 500;
    }
}

.c_humano_1 {
    margin-left: auto;
    margin-right: 0;
}

.c_humano_2 {
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: 0;
}

.graf_humano {
    margin-top: 40px;
    margin-left: 100px;
}


/********************************************** SECCION CAPITAL SOCIAL ************************************************************/

.secc_social {
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;
}

.tit_secc_social {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_social.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.texto_social {
    color:#0039E3;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 330px;
}

.subtexto_social {
    color:#343F49;
    line-height: 1.2;
    font-weight: 500;
    font-size: 15px;
    max-width: 320px;

    span {
        color:#FF7DCB;
        font-weight: 600;
    }
}

.circ_social {
    background-color: #0039E3;
    padding: 80px 70px;
    border-radius: 50%;
    margin-left: -75px;
    display: inline-block;
    margin-top: 30px;

     em {
        display: inline-block;
        font-style: normal;
    }

    p {
        color:#CFE3FF;
        font-weight: 700;
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 0;
    }

    span {
        color:#CFE3FF;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
    }

    p:nth-child(3){
        margin-top: 30px;
    }
}

.fila_social {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.c_social_celeste {
    background-color: #CFE3FF;
    border-radius: 15px;
    padding: 15px;
    color:#00237C;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    max-width: 250px;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
}

.c_social_num {
     background-color: #FFF;
     border:1px solid #FF7DCB;
     border-radius: 15px;
     padding:25px 15px;
     position: relative;
     width: 100%;
     
     display: inline-block;
     margin-left: -30px;

      em {
        display: inline-block;
        font-style: normal;
    }

    p {
        color:#0039E3;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 8px;
        font-weight: 700;
    }

    span {
        color:#343F49;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        display: block;
    }
}

.m_big {
    max-width: 260px;
}

.m_mid {
    max-width: 180px;
}

.m_small {
    max-width: 120px;
}


/********************************************** SECCION NATURAL ************************************************************/

.secc_natural {
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;
}

.tit_secc_natural {
    color:#343F49;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    position: relative;

    &::before {
        content:'';
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
        left: -45px;
        background-image: url('../imagenes/ico_secc_natural.svg');
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}

.texto_natural {
    color:#0039E3;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 330px;
}

.subtexto_natural {
    color:#343F49;
    line-height: 1.2;
    font-weight: 500;
    font-size: 15px;
    max-width: 320px;
}

.c_natural {
    background-color: #CFE3FF;
    padding: 15px;
    border-radius: 15px;

    .c_fila_natural {
        border-bottom: 2px solid #FFF;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;

        &:last-child {
            border-bottom: none;
            margin-bottom: 0;
            span {
                margin-bottom: 0;
            }
        }

        em {
        display: inline-block;
        font-style: normal;
    }

        p {
            color:#00237C;
            font-size: 30px;
            line-height: 1;
            margin-bottom: 5px;
            font-weight: 700;
        }

        span {
            color:#343F49;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
            line-height: 1.2;
        }
    }
}



/************************************** FOOTER ************************************************/

.footer {
    background-color: #0039E3;
    padding-top: 30px;
    padding-bottom: 25px;

    .texto_footer {
        color:#FFF;
        font-size: 14px;
        margin-top: 5px;
    }

    a {
        color:#FFF;
        font-size: 14px;
        text-decoration: none;
        display: table;
        margin-left: auto;
        margin-right: 0;
        margin-top: 5px;
    }
}




.menu_resp {
    display: none !important;
}


/***************************** RESPONSIVE ***********************************************/

@media (max-width: 1440px) { 

    .menu_lat {
        max-width: 55px;
        padding: 10px 5px;

         a {
            padding: 6px 7px;

            &:hover {
                margin-left: -110px;
            }
         }
    }

    .nombre_presidente {
        margin-right: 15px;
    }

}

@media (max-width: 1366px) { 

    .c_social_celeste {
        max-width: 230px;
    }

    .menu_lat {
        top: 140px;
    }

}


@media (max-width: 991px) { 

    .menu_desk {
        display: none !important;
    }

    .menu_resp {
        display: block !important;
    }

    .menu_lat {
        display: none;
    }

    .navbar-toggler {
        border:none;

        &:focus {
            box-shadow: none;
            color:rgb(0, 57, 227)
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 57, 227, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
    }

    .logo {
        max-width: 140px;
        margin-left: 15px;
    }

    .bot_burger {
        margin-right: 15px;
        margin-top: 5px;
        display: inline-block;

        i {
            color:#0039E3;
            font-size: 24px;
        }
    }

   

    .menu_mobile {
        position: absolute;
        background-color: #FFF;
        width: 60%;
        top: -1000%;
        right: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 15px 0 0 15px;
        -webkit-box-shadow: 5px 3px 10px 2px rgba(0,0,0,0.23); 
        box-shadow: 5px 3px 10px 2px rgba(0,0,0,0.23);
        z-index: 80;
        transition: .4s all ease-in-out;

        .bot_cerrar {
            display: table;
            margin-left: auto;
            margin-right: 0;
            margin-bottom: 20px;
          
            i {
                color:#FFF;
                border-radius: 50%;
                padding: 4px 6px;
                background-color: #0039E3;
            }

        }

        .m_mob {
            border-bottom: 1px solid #343F49;
            padding-bottom: 15px;
            margin-bottom: 15px;
            text-align: left;

            a {
                display: block;
                text-decoration: none;
                color:#343F49;
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 10px;
                position: relative;
                

                img {
                    width: 100%;
                    max-width: 20px;
                    margin-right: 5px;
                    vertical-align: sub;
                }
            }
        }

        .bot_mob_activo {
            &::before {
                content:'';
                position: absolute;
                left: -20px;
                top: 0;
                height: 100%;
                width: 5px;
                border-radius: 5px;
            }
        }

        .m_banco {
            color:#00237C !important;
            &::before {
                background-color: #00237C;                
            }
            img {
                fill:#00237C;
            }
        }

        .m_gobierno {
            color:#0039E3 !important;
            &::before {
                background-color: #0039E3;                
            }
            img {
                fill:#0039E3;
            }
        }

        .m_estrategia {
            color:#5A89FF !important;
            &::before {
                background-color: #5A89FF;                
            }
            img {
                fill:#5A89FF;
            }
        }

        .m_financiero {
            color:#2D5FFF !important;
            &::before {
                background-color: #2D5FFF;                
            }
            img {
                fill:#2D5FFF;
            }
        }

        .m_industrial {
            color:#00237C !important;
            &::before {
                background-color: #00237C;                
            }
            img {
                fill:#00237C;
            }
        }

        .m_humano {
            color:#FF7DCB !important;
            &::before {
                background-color: #FF7DCB;                
            }
            img {
                fill:#FF7DCB;
            }
        }

        .m_social {
            color:#5A89FF !important;
            &::before {
                background-color: #5A89FF;                
            }
            img {
                fill:#5A89FF;
            }
        }

        .m_natural {
            color:#24BA4E !important;
            &::before {
                background-color: #24BA4E;                
            }
            img {
                fill:#24BA4E;
            }
        }

        .botones_reporte_mob {
            text-align: left;

            a {
                padding:8px 20px !important;
                border-radius: 30px;
                color:#FFF;        
                font-size: 15px;
                transition: all ease-in-out .3s;
                display: inline-block;
                text-decoration: none;
                margin-bottom: 15px;

                img {
                    margin-left: 5px;
                    max-width: 11px;
                    width: 100%;
                }

                &:hover {
                    background-color: #5A89FF !important;
                }

                &:focus {
                    box-shadow: 0px 5px 5px 0px #00000040 inset;
                }

                &:active {
                    box-shadow: 0px 5px 5px 0px #00000040 inset;
                }
            }

            a:nth-child(1){
                    background-color: #0039E3;
                }

            a:nth-child(2){
                background-color: #00237C;
            }

        }
    }


    .menu_mobile_activo {

        .menu_mobile {
            top: 0;
        }
        

        &::before {
            content:'';
            position: fixed;
            z-index: 60;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 35, 124, 0.4);
        }

    }

    .flecha_abajo_home {
        display: none;
    }

    .margen_c_b_home_1 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .margen_c_b_home_2 {
       margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .margen_c_b_home_3 {
        margin-right: auto;
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .margen_c_b_home_4 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }


    .margen_c_b_home_5 {
        margin-top: 0px;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .margen_c_b_home_6 {
        margin-top: 0px;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .margen_c_b_home_7 {
        margin-top: 0px;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .display_resp {
        display: none;
    }
    
    .banner_home {
        margin-top: 80px;

        &::after {
            content:'';
            position: absolute;
            bottom: 0;
            right: 30px;
            width: 180px;
            height: 110px;
            background-image: url('../imagenes/graf_home_resp.svg');
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    .frase_b_home {
        font-size: 46px;
        margin-bottom: 40px;
    }

    .tit_b_home {
        font-size: 20px;
    }

    .subtit_b_home {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .b_presidente {
        margin-top: 80px;
    }

    .tit_secc_banco {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_gobierno {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_estrategia {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_financiero {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_industrial {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_humano  {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_social   {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .tit_secc_natural  {
        font-size: 44px;
        margin-bottom: 30px;
        margin-left: 40px;
    }

    .c_premios {
        margin-right: -15px;
        padding: 40px 40px 40px 40px;


        &::after {
            content:'';
            position: absolute;
            height: 100%;
            width: 100%;
            right: 0;
            top: 0;
            background-color: #5A89FF;
            display: none;
        }
    }

    .texto_presidente {
    color:#CFE3FF;
    font-size: 24px;
    line-height: 1.2;
    max-width: 700px;
    }

    .texto_secc_banco {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .subtexto_secc_banco {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .c_num_img_banco {
     width: 49%;
    }

    .c_img_banco {
        margin-top: 40px;
    }

    .c_banco_1 {
        top: -40px;
        left: 0px;
    }

    .c_banco_2 {
        top: -40px;
        left: 150px;
    }

    .c_banco_3 {
        bottom: -110px;
    }

    .c_banco_4 {
        bottom: -110px;
    }


    .c_estrat {
        min-height: 233px;        

        .c_1_estrat {
            padding:30px 20px;
            padding-bottom: 30px;

            p {
                min-height: 58px;
                font-size: 20px;
            }
          
        }

        .c_2_estrat {
            height: 70px;
                padding:20px 15px;

            p {
                opacity: 1;
                font-size: 18px;
            }

            &::before {
                transform: rotate(0deg);
            }

        }

        &:hover {

            .c_2_estrat {
                height: 70px;
                padding:20px 20px;
                p {
                    opacity: 1;
                    
                }

                &::before {
                    transform: rotate(0deg);
                }
            }

        }
    }

    .tit_proposito  {
        margin-top: 20px;
    }


    .texto_azul_gobierno {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .secc_gobierno {

        &::before {
            display: none;
        }

    }

    .texto_secc_gobierno {
        padding-right: 15px;
        width: 49%;
        display: inline-block;
        margin-top: 15px;
    }

    .img_gobierno {
        width: 49%;
        display: inline-block;
        margin-bottom: 20px;
        vertical-align: top;
    }

    .secc_estrategia {
        margin-top: 150px;
    }

    .graf_gobierno_2 {
        max-width: 90px;
    }

    .graf_estrategia_1 {
        max-width: 90px;
        margin-bottom: 10px;
        display: none;
    }

    .c_estrategia {
        min-height: 280px;
        padding-top: 30px;
        margin-bottom: 15px;
        &::before {
            display: none;    
        }

    }

    .texto_c_estrategia {
        max-height: 200px;
        margin-bottom: 15px;
    }

    .c_estrategia_activo {
        min-height: 280px;
    }

    .num_estrategia {
        margin-left: 0;
    }

    .subtexto_estrategia {
        font-size: 18px;
    }

    .secc_financiero {
         margin-top: 0px; 
         padding-top: 150px; 
         margin-bottom: 50px;
         padding-bottom: 100px;
         overflow: hidden;

        &::before {
            width: 1400px;
            height: 100%;
            right: -250px;
            top: 0px;
        }
    }

    .texto_financiero {
        font-size: 18px;
    }

    .subtexto_financiero {
        font-size: 16px;
    }

    .img_financiero {
        display: block;
        margin:0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .c_financiero {
        margin-bottom: 15px;
        

        p {
            font-size: 30px;
        }

        span {
            min-height: auto;
        }
    }


    .secc_industrial {
        padding-bottom: 50px;
    }

    .texto_industrial {
        margin-bottom: 30px;
    }

    .c_img_industrial {
        margin-top: 15px;
        
        img {
            margin-bottom: 30px;
        }
    }

    .c_num_img_industrial {
        padding:10px;
        width: 100%;
        max-width: 280px;
        margin-bottom: 15px;
        position: relative;

        p {
            font-size: 26px;
        }

        span {
            font-size: 14px;
            display: block;
            line-height: 1.3;
            br {
                display: none;
            }
        }
    }

   /* .c_industrial_1 {
        top: -40px;
        left: -10px;
        max-width: 115px;
    }

    .c_industrial_2 {
        top: -40px;
        left: 110px;
        max-width: 155px;
    }

    .c_industrial_3 {
        bottom: unset;
        top: -40px;
        left: 270px;
        max-width: 90px;
    }

    .c_industrial_4 {
        left: -10px;
        top: unset;
        bottom: -40px;
        right: unset;
        max-width: 115px;
    }

    .c_industrial_5 {
        top: unset;
        left: 110px;
        bottom: -20px;
        right: unset;
        max-width: 155px;
    }

    .c_industrial_6 {
        top: unset;
        right: unset;
        left: 270px;
        bottom: -75px;
        max-width: 90px;
    }*/

     .c_industrial_1 {
        top: 0px;
        left: 0px;        
    }

    .c_industrial_2 {
        top: 0px;
        left: 0px;        
    }

    .c_industrial_3 {
        bottom: unset;
        top: 0px;
        left: 0px;        
    }

    .c_industrial_4 {
        left: 0px;
        top: unset;
        bottom: 0px;
        right: unset;        
    }

    .c_industrial_5 {
        top: unset;
        left: 0px;
        bottom: 0px;
        right: unset;        
    }

    .c_industrial_6 {
        top: unset;
        right: unset;
        left: 0px;
        bottom: 0px;
    }

    .texto_humano {
        margin-top: 30px;
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .c_humano_1 {
        margin-left: 0;
        margin-right: auto;
    }

    .c_humano_2 {
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: auto;
    }

    .c_humano_3 {
        margin-top: 15px;
    }

    .graf_humano {
        max-width: 200px;
        display: none;
    }
    
    .circ_social {
        
        margin:30px auto;
        display: table;
        
    }

    .c_social_celeste {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .fila_social {
        flex-direction: column;
    }

    .c_social_num { 
        margin-left: 0;
        margin-top: 2px;
        padding: 15px;
    }

    .subtexto_natural {
        margin-bottom: 30px;
    }

    .c_natural {
        margin-bottom: 15px;
    }

    .footer {

        a {
            margin-top: 15px;
            margin-left: 0;
            margin-right: auto;
        }
    }







}


@media (max-width: 399px) { 

    .menu_mobile {
        width: 70%;
    }

    .c_1_estrat {
        padding:30px 20px;
        padding-bottom: 30px;

        p {
            min-height: 58px;
            font-size: 16px !important;
        }
        
    }

    .c_2_estrat {
        height: 70px;
            padding:25px 10px !important;

        p {
            opacity: 1;
            font-size: 16px !important;
        }

        &::before {
            transform: rotate(0deg);
        }

    }

}