
@font-face {
    font-family: 'OpenSans_Regular';
    src: local('OpenSans-Regular'), /* Para el resto de navegadores */ url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans_Bold';
    src: local('OpenSans-Bold'), /* Para el resto de navegadores */ url('fonts/OpenSans-Bold.ttf') format('truetype');
}



@font-face {
    font-family: 'KievitOT';
    src: local('KievitOT'), url('KievitOT.ttf') format('truetype');
}


@font-face {
    font-family: 'KievitOT_Regular';
    src: local('KievitOT-Regular'), /* Para el resto de navegadores */ url('fonts/KievitOT-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'KievitOT_Light';
    src: local('KievitOT-Light'), url('fonts/KievitOT-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'KievitOT_Medium';
    src: local('KievitOT-Medium'), url('fonts/KievitOT-Medium.ttf') format('truetype');
}

.nav-link {
    padding: 0rem 1rem !important;
}

.bd-sidebar {
    background: #005F86;
    font-family: 'KievitOT_Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.hamburger-menu {
    display: none;
    background-color: #005F86;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1000;
    padding: 10px;
    border-radius: 5px;
}

    .hamburger-menu div {
        margin: 3px 0; /* Espaciado entre enlaces */
    }

    .hamburger-menu a {
        color: white;
        text-decoration: none;
    }

/*.borderBottomText {
    border-bottom: ridge;
    width: fit-content;
}*/

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 7px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 10px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -10px) rotate(45deg);
}



html, body {
    margin: 0;
    padding: 0;
}





h1 {
    color: #fff;
    font-family: 'KievitOT_Medium',Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1em;
    margin-bottom: 45px;
}

    h1 span {
        color: #fff;
        font-family: 'KievitOT_Light', Arial, Helvetica, sans-serif;
        font-weight: 200;
        margin: 0;
        padding: 0;
    }

h2 {
    font-weight: 100;
}

.hamburger-menu {
    display: none;
    background-color: #005F86;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1000;
    padding: 10px;
    border-radius: 5px;
}

    .hamburger-menu div {
        margin: 3px 0; /* Espaciado entre enlaces */
    }

    .hamburger-menu a {
        color: white;
        text-decoration: none;
    }

section .content {
    margin: auto;
}

.col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

a {
    color: #fff;
}
    /*#266187*/
    a:hover {
        color: #fff;
    }

    a.boton:hover {
        color: white;
        text-decoration: none;
    }

    a[data-toggle="collapse"]:hover {
        text-decoration: none;
        color: white;
    }

p {
    font-family: 'KievitOT_Regular',Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}


.tercero a {
    color: #FFF;
}

    .tercero a h4 {
        font-family: 'KievitOT_Regular',Arial, Helvetica, sans-serif;
    }

.collapse .collapse.show {
    padding-left: 30px !important;
}

.tercero .collapse.show p {
    font-family: 'KievitOT_Light',Arial, Helvetica, sans-serif;
}

.tercero .collapse div > a {
    margin-left: 20px;
}

.content .collapse h3 {
    color: white !important;
    font-size: 1.3em !important;
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
    font-weight: 400;
}

.interna #contenidoInternaIngles h3,
.interna #contenidoInternaEspañol h3 {
    font-size: 1.4em !important;
    margin-bottom: 0;
}

.interna .collapse.show {
    margin-left: 20px;
}


header nav {
    text-align: center;
}

header .espanolSubmenuInterna, header .InglesSubmenuInterna {
    float: left;
}

header .itemsMenu {
    display: inline-block;
    margin: auto;
}

header .espanolBoton, header .inglesBoton {
    float: right;
}

    header .espanolBoton:hover, header .inglesBoton:hover {
        color: #9be0fd !important;
    }


header .menuIntVert a {
    color: white;
}

    header .menuIntVert a:hover {
        color: #9be0fd;
        text-decoration: none;
    }

header {
    padding: 10px 130px;
}

    header a {
        color: white;
        text-decoration: none;
        font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
        font-size: 21px;
        margin: 0 20px;
        line-height: 85px;
        display: inline-block;
    }

        header a:hover {
            text-decoration: underline;
        }

        header a.bnaLogo {
            margin: 0;
            float: left;
        }


#contenidoInternaIngles h2,
#contenidoInternaEspañol h2 {
    font-size: 2.5em !important;
}

#contenidoInternaIngles h3,
#contenidoInternaEspañol h3 {
    font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
    font-size: 2em !important;
}

.tercero #contenidoInternaEspañol.content,
.tercero #contenidoInternaIngles.content {
    padding-bottom: 110px;
    padding-top: 60px;
}

#contenidoInternaIngles .collapse.show,
#contenidoInternaEspañol .collapse.show {
    margin-bottom: 30px;
}

#contenidoInternaEspañol a h2,
#contenidoInternaIngles a h2 {
    font-size: 1.6em !important;
}


#contenidoInternaIngles .accordion-header {
    font-family: 'Expert-Sans-Light', helvetica, arial, clean, sans-serif;
    font-size: 2em;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #266187;
    padding: 30PX 0 10px 0;
}

#contenidoInternaIngles .accordion-content h3,
#contenidoInternaEspañol .accordion-content h3 {
    font-size: 1.5em !important;
    margin-bottom: 0;
}


button {
    cursor: pointer;
}

.primero .btnBlanco {
    background: white;
    color: #162E55;
    border: none;
    margin-right: 30px;
}

    .primero .btnBlanco:hover {
        color: white;
        background: #162E55;
    }

.primero .btonLinea {
    background: #0000003d;
    border: 2px solid white;
    color: white;
}

    .primero .btonLinea:hover {
        color: white;
        background: #162E55;
    }

.primero button {
    padding: 15px 40px;
    border-radius: 40px;
    font-family: 'OpenSans_Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
}

footer a:hover {
    color: #9be0fd !important;
    text-decoration: underline;
}



header button {
    font-family: 'OpenSans_Bold', Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-radius: 7px;
    padding: 10PX 30px;
    cursor: pointer;
    margin-top: 4px;
}

.btnAzul {
    background: #3FA0CB;
    font-family: 'OpenSans_Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    box-shadow: 3px 3px 10px #0009;
    margin-top: 20px;
}



.segundo {
    background: white;
    text-align: center;
    padding: 80px 0;
}

    .segundo h2 {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

.tercero {
    background: #162E55;
}

.cuarto {
    background: #266187;
}

.quinto {
    background: #162E55;
}

.sexto {
    background-color: #162E55 !important;
}

.links {
    background: white;
}

footer {
    background: #266187;
}

body {
    background: url(img/slider.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.primero {
    min-height: 600px;
}

    .primero h2 {
        font-size: 2.8em;
        line-height: 1.3em;
        margin-bottom: 40px;
    }

    .primero p {
        color: #266187;
        font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
        font-size: 32px;
        margin: 0;
        line-height: 1.4em;
    }

img {
    border: 0;
}

.segundo h1, .segundo h2,
.links h1 {
    color: #162E55;
}

.sexto h1, .sexto h2 {
    color: white;
}

h2 {
    font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
}

.BancaCorpP {
    font-size: 17px !important;
}

.primero .content,
.cuarto .content,
.quinto .content,
.sexto .content,
.links,
footer {
    padding: 100px 150px;
    color: white;
}

.tercero {
}

    .tercero .content {
        padding: 100px 110px;
    }

    .tercero h1 {
        color: white;
    }

    .tercero h2 {
        color: white;
    }

    .tercero .item {
        color: white;
        display: block;
    }

        .tercero .item p {
            font-size: 1.3em;
        }

        .tercero .item img {
            float: left;
            margin-right: 30px;
            margin-bottom: 10px;
        }

        .tercero .item img {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px;
            background: #3FA0CB;
            padding: 50px;
        }

        .tercero .item p {
            margin-top: 0;
        }

        .tercero .item h4,
        .cuarto .item h4 {
            font-family: 'KievitOT_Bold', Arial, Helvetica, sans-serif;
            font-size: 1.7em;
            margin: 0 0 10px 0;
        }

    .tercero .col.der {
        width: 47%;
        padding-left: 20px;
    }

    .tercero .col.izq {
        width: 47%;
        padding-right: 0;
    }


.cuarto .item img.imgMobile {
    display: none;
}

.cuarto h1 {
    color: white;
    margin-bottom: 60px;
}

.cuarto .items {
    display: flex;
}

.cuarto .item a {
    color: white;
    text-decoration: underline;
}

.cuarto .item {
    margin-right: 25px;
    max-width: 480px;
    margin-bottom: 40px;
}

    .cuarto .item h4 {
        margin: 40px 0 25px 0;
    }

    .cuarto .item p {
        font-size: 1.4em;
        padding-right: 40px;
    }

    .cuarto .item img {
        width: 100%;
        max-width: 480px;
    }

.segundo .item img.imgMobile {
    display: none;
}

.segundo h1 {
    margin-bottom: 60px;
}

.segundo .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.segundo .item a {
    color: white;
    text-decoration: underline;
}

.segundo .item {
    margin-right: 25px;
    max-width: 450px;
    margin-bottom: 40px;
}

    .segundo .item h4 {
        margin: 30px 0 20px 0;
        text-align: left;
        color: #162E55;
    }

    .segundo .item p {
        font-size: 18px;
        padding-right: 40px;
        text-align: left;
        line-height: 27px;
        color: #162E55;
    }

    .segundo .item img {
        width: 100%;
        max-width: 480px;
    }

.quinto h1 {
    color: white;
}

header .btn {
    display: none;
}

.quinto img, .quinto .col {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.quinto img {
    margin-right: 70px;
    margin-top: 12px;
    margin-bottom: 30px;
    max-width: 600px;
}


.sexto {
    border-bottom: 1px solid #ccc;
}

    .sexto .content > img {
        margin-left: 60px;
    }

    .sexto button {
        font-size: 0;
        background: none;
        border: none;
        padding: 0;
        margin: 20px 10px 0 0;
    }



.links {
    text-align: center;
}

    .links a {
        display: inline-block;
        margin-right: 40px;
        font-family: 'OpenSans_Regular', Arial, Helvetica, sans-serif;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;
        color: #162E55;
    }

        .links a img {
            border-radius: 117px;
            box-shadow: 2px 2px 10px #ccc;
            margin-bottom: 20px;
            padding: 10px;
            width: 110px;
			max-width: 137px;				

            background-color: #00618c;
        }


    .links h1 {
        margin-bottom: 70px;
    }

.links {
}

.links {
}

footer {
    color: white;
}

    footer .logoBlanco {
        display: block;
    }

    footer div {
        display: inline-block;
        vertical-align: top;
    }

    footer .col1 {
        width: 45%;
        vertical-align: bottom;
    }

    footer .col2 {
        width: 25%;
    }

    footer .col3 {
        width: 25%;
    }

    footer .col1 p {
        padding-left: 12px;
        font-size: 25px;
        margin-bottom: 0;
    }

    footer span {
        font-family: 'KievitOT_Bold', Arial, Helvetica, sans-serif;
        font-size: 30px;
        margin-bottom: 15px;
        display: block;
    }



    footer a, footer .col3 p {
        font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
        font-size: 25px;
        display: block;
        color: white;
        text-decoration: none;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }


    footer a {
        text-decoration: underline;
    }

    footer .col3 a {
        display: inline-block;
    }

    footer .col3 {
        border-left: 1px solid #fff;
        padding-left: 55px;
    }
    /*auditoria*/ footer .col4 {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding-top: 30px;
        margin-top: 50px;
        border-top: 1px solid #4b7895;
    }

        footer .col4 h1 {
            display: inline-block;
            margin-bottom: 0;
            font-family: 'KievitOT_Light',Arial, Helvetica, sans-serif;
            font-weight: 100;
            font-size: 50px;
        }

            footer .col4 h1 a {
                text-decoration: underline;
                font-size: 21px;
            }

        footer .col4 .datos {
            display: inline-block;
            padding-left: 40px;
        }

            footer .col4 .datos p {
                margin-top: 5px;
                margin-bottom: 10px;
            }

        footer .col4 p {
            white-space: nowrap;
            text-align: left;
        }

            footer .col4 p a {
                display: inline-block;
            }
/*fin auditoria*/






/****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************/




@media only screen and (max-width: 1930px) and (hover: hover) {
    /* .cuarto .item br, .tercero .item p br, .sexto h2 br {
        display: none;
    }*/

    .cuarto .item img {
        max-width: 470px;
    }

    .links a {
        margin-right: 25px;
    }

    footer .col1 {
        width: 40%;
    }

    footer .col2 {
        width: 29%;
    }

    footer a, footer .col3 p, footer .col1 p {
        font-size: 20px;
    }

    .cuarto .item {
        margin-right: 40px;
        max-width: 30%;
    }

    .segundo .item {
        margin-right: 25px;
        max-width: 320px;
        margin-bottom: 40px;
    }
}
/* end max-width: 1400px */

@media only screen and (max-width: 1500px) and (hover: hover) {
    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 1.7em;
    }

    .tercero .item h4,
    .cuarto .item h4 {
        font-size: 1.9em;
    }

    .sexto .col {
        width: 52%;
    }

    .links a {
        font-size: 13px;
    }

    .tercero .col.der {
        width: 45%;
    }

    .tercero .col.izq {
        width: 53%;
    }

    header a {
        font-size: 22px;
    }

    body {
        min-width: 1400px;
        background-size: auto 740px;
    }

    .tercero .content {
        padding-bottom: 50px !important;
    }

    footer a, footer .col3 p, footer .col1 p {
        font-size: 17px;
    }

    footer .col2 {
        width: 27%;
    }

    footer .col3 {
        padding-left: 40px;
    }
}




@media only screen and (min-width: 1925px) and (hover: hover) {

    header,
    .primero,
    .segundo .content,
    .tercero .content,
    .cuarto .content,
    .quinto .content,
    .sexto .content,
    footer .content {
        max-width: 2000px;
        margin: auto;
    }

    .segundo h2 {
        width: 76%;
    }

    footer .content {
        display: block;
    }
}
/* end max-width: 1400px */



@media only screen and (max-width: 1300px) and (hover: hover) {
}
/* end max-width: 1300px */


@media only screen and (max-width: 1024px) and (hover: hover) {
}
/* end max-width: 1024px */




@media only screen and (max-height: 600px) and (hover: hover) {
}
/* end max-width: 600px */


@media only screen and (max-height: 500px) and (hover: hover) {
}
/* end max-width: 500px */

/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/
/******* SOLO MOBILE *********/

@media only screen and (hover: none) and (pointer: coarse) {
    header .hamburger-menu {
        background-color: #162E55;
    }

    header .links_menu a {
        line-height: 2em;
        margin: 0;
        font-size: 16px;
    }

    header .hamburger-menu a {
        float: none;
        display: block;
    }

    header .hamburger-menu .btn_home {
        display: inline-block;
    }

    header .hamburger-menu .links_menu {
        margin: 15px 0;
    }

    header .hamburger-menu .btn_home, header .hamburger-menu .btn_lag {
        margin: 5px 10px;
        height: auto;
        line-height: unset;
        padding: 4px 9px;
        background: white;
        color: #555;
        font-size: 13px;
        border-radius: 2px;
    }

    header .hamburger-menu .btn_lag {
        background: none;
        border: 1px solid white;
        color: white;
        padding: 3px 8px;
    }

    header .content {
        width: 100%;
    }

    header {
        margin-bottom: 0;
        padding: 10px 30px;
    }

    section {
    }

    .itemsMenu {
        display: none;
    }

    header {
        padding: 15px 40px;
        position: absolute;
        width: 100%;
    }

    h1 {
        font-size: 2.5em;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 1.6em !important;
    }

    /*h2 br, p br, .item br {
            display: none;
        }*/

    .col {
        width: 100% !important;
    }

    .btnAzul {
        font-family: 'OpenSans_Regular', Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

    .primero .content, .tercero .content, .cuarto .content, .quinto .content, .sexto .content, .links, footer {
        padding: 50px 50px;
    }

    .bnaLogo img {
        width: 160px;
    }

    body {
        background: none;
    }

    section .content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .primero {
        background: url(img/sliderMobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: inherit;
    }

        .primero .content {
            padding: 120px 40px 70px 40px;
        }

        .primero button {
            font-size: 1em;
            padding: 5px 15px;
            margin-bottom: 10px;
        }

        .primero .btnBlanco {
            margin-right: 15px;
            border: 3px solid white;
        }

        .primero .btonLinea {
            background: #00000052;
        }

        .primero h2 {
            margin-bottom: 30px;
        }

    .segundo {
        padding: 40px 0;
    }

        .segundo h1 {
            margin-bottom: 20px;
        }

        .segundo h2 {
            width: 100%;
        }

        .segundo h4 {
            font-size: 1.8em;
        }

        .segundo .item p {
            line-height: 24px;
        }

    .tercero {
        padding: 0;
    }

        .tercero .item img {
            background: none;
            float: none;
            padding: 10px 0 17px 0;
            margin-bottom: 0;
        }

        .tercero .item {
            padding-top: 20px;
        }

            .tercero .item h4 {
                font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
                font-weight: 100;
                font-size: 1.7em;
                margin-bottom: 15px;
            }

            .tercero .item p {
                font-size: 1em;
                line-height: 1.3em;
                margin-bottom: 22px;
                margin-top: 0;
            }

        .tercero .col.izq {
            margin-top: 20px;
        }

    .cuarto .items {
        flex-direction: column;
    }

    .cuarto .item img {
        display: none
    }

        .cuarto .item img.imgMobile {
            display: block;
        }

    .cuarto h1 {
        margin-bottom: 30px;
    }

    .cuarto .item {
        margin-right: 0;
    }

        .cuarto .item h4 {
            font-family: 'KievitOT_Regular', Arial, Helvetica, sans-serif;
            font-weight: 100;
            margin: 15px 0 5px 0;
            font-size: 1.6em;
        }

        .cuarto .item p {
            font-size: 1em;
            line-height: 1.3em;
            margin: 0;
            margin-bottom: 20px;
        }

        .cuarto .item a {
            color: white;
            text-decoration: underline;
        }


    footer .col4 .datos {
        padding: 20px 0;
    }

        footer .col4 .datos p {
            text-align: center;
        }

            footer .col4 .datos p a {
                font-size: 1em;
            }

    footer .col4 {
        border-top: 1px solid #ffffff73;
    }

        footer .col4 h1 {
            font-size: 35px;
        }


    .quinto img {
        display: none;
    }

    .quinto .col {
        width: 100%;
    }


    .sexto .content {
        display: -webkit-box;
        display: box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
    }

        .sexto .content > img {
            width: 65%;
            margin: auto auto 50px auto;
            -webkit-box-ordinal-group: 1;
            box-ordinal-group: 1;
            display: block;
        }

    .sexto .btnNegro {
        margin-top: 20px;
    }

        .sexto .btnNegro img {
            width: 45%;
        }

    .sexto button {
        display: contents;
    }

    .sexto .col > .btnNegro img {
        margin-right: 10px;
    }

    .sexto .col .btnNegro img {
        margin-top: 20px;
    }

    .sexto .col {
        display: table;
        -webkit-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }



    .links {
        padding-left: 25px;
        padding-right: 25px;
    }

        .links .content {
            padding: 0;
        }

        .links a {
            width: 44%;
            vertical-align: top;
            margin: 0;
            margin-bottom: 30px;
            font-size: 14px;
        }

            .links a:nth-of-type(odd) {
                padding-right: 5px;
            }

            .links a:nth-of-type(even) {
                padding-left: 5px;
            }

            .links a img {
                width: 70%;
                box-sizing: border-box;
            }



    footer .col1 {
        order: 1;
    }

    footer .col2 {
        order: 3;
    }

    footer .col3 {
        order: 2;
    }

    footer .col1, footer .col2, footer .col3 {
        width: 100%;
        text-align: center;
        border: none;
        padding: 0;
    }

    footer {
        display: flex;
        flex-direction: column-reverse;
    }

        footer a, footer .col3 p {
            font-size: 1.1em;
        }

        footer .col3 {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #ffffff73;
            margin-bottom: 50px;
        }

        footer .logoBlanco {
            margin: auto;
            width: 60%;
        }

        footer .col1 p {
            padding-left: 0;
            font-size: 1em;
        }

    .btn.bd-search-docs-toggle {
        position: absolute;
        right: 40px;
        top: 25px;
    }

    .menuIntVert, .espanolboton, .inglesBoton {
        display: none;
    }

    header .btn {
        display: inline-block;
    }
}
