html,
body {
    height: 100%;
}

body {
    /*  background-image: url(../img/bg.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    background-color: #2b2b2b;
    font-family: Roboto, Europa-Regular, Verdana;
    font-weight: normal;
}

.apps {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
}

.apps img {
    max-width: 250px;
    width: 48%;
    height: auto;
}


button {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    background: 0 0;
    border: none;
    cursor: pointer;
    BACKGROUND-COLOR: #3d9998;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button:hover {
    color: #fff;
    /*opacity: 0.5;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.wow {
    visibility: hidden;
}

#content {
    position: relative;
    height: 100%;
}

#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 130px;
    overflow: visible;
}

#bg-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 190px;
    pointer-events: none;
    opacity: 0;
    transition: 2s;
}

#bg-header.active {
    opacity: 1;
}

#isologo {
    display: none;
    transition: .5s;
}

#logo {
    width: 70%;
    position: relative;
    max-width: 290px;
    /* margin-top: 40px;
    margin-left: 60px; */
    cursor: pointer;
    border: 0;
    outline: none;
}

p .logos img {
    width: 25px;
    height: auto;
}



#top-arrow {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    width: 50px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
    transform: translateY(-30px);
}

#top-arrow.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}

#menu-lang-access {
    width: 200px;
    position: relative;
    float: right;
    text-align: center;
    margin-top: 40px;
    margin-right: 30px;
}

.eng {
    /* float: right; */
    position: relative;
    /* clear: both; */
    display: inline-block;
    text-align: center;
}

.eng a,
.esp a {
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.eng a:hover,
.esp a:hover {
    background-color: #000;
    opacity: 0.5
}

.esp {
    /* float: right; */
    position: relative;
    /* clear: both; */
    text-align: center;
    display: inline-block;
}

.ebkg {
    position: relative;
    text-align: center;
    clear: both;

    /* margin: 10px;*/
    margin-top: 20px;
}

.ebkg a {
    font-size: 14px;
    /* color: #E94290;*/
    color: #3d9998;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    /* padding: 10px 15px;*/
}

.ebkg a:hover {
    color: #FFF;
    background-color: #000;
    opacity: 0.5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    animation-delay: 0.5s;
}

a:hover {
    color: #3d9998 !important;
}

h1 {
    font-size: 22px;
    letter-spacing: 3px;
}

h2 {
    font-size: 14px;
    position: absolute;
    font-weight: bold;
}

h2.active {
    color: #3d9998;
    pointer-events: none;
}

h3 {
    font-size: 13px;
    position: absolute;
    /* background-color: aqua; */
    width: 220px;
    left: 0;
    float: left;
}

h3.active {
    color: #3d9998;
    pointer-events: none;
}

.inverti {
    width: 100%;
    background: #016e75;
    text-align: right;
    height: fit-content;
    position: relative;
    /* position: absolute;
    bottom: 195px; */
}

.inverti img {
    width: 350px;
}

strong {
    color: #3d9998;
}

p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    /* line-height: 1.2em; */

    display: inline-block;
}

.margen_p_xqbh {
    margin-left: 30px !important;
}

.item_mobile {
    /* display: none; */
}

.section-content {
    position: relative;
    background-color: rgba(10, 19, 25, 0.7);
    /* min-height: 240%; */
    width: 100%;
    padding: 20px 35px 100px 60px;
    margin-top: 12%;
}

.content-tree {
    position: relative;
    margin-top: 40px;
}

.content-tree-level-0 {
    position: relative;
    margin-left: 300px;
    margin-right: 10%;
    display: none;
    pointer-events: none;
}

.content-tree-level-1 {
    position: relative;
    margin-left: 330px;
    margin-right: -30px;
    display: none;
    pointer-events: none;
}

[expand] {
    cursor: pointer;
    transition: .4s;
    animation-delay: 0.2s;
}

[expand]:hover {
    opacity: .9;
    color: #3d9998
}

.content-tree-level-0 {
    transition: .5s;
    opacity: 0;
}

.content-tree-level-1 {
    transition: .5s;
    opacity: 0;
    pointer-events: auto;
}

.content-tree-level-0.active {
    opacity: 1;
    visibility: visible !important;
    pointer-events: auto;
}

.content-tree-level-1.active {
    opacity: 1;
}

.two-cols {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;

    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
}

.content-tree-level-0 a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    margin-top: 20px;
    clear: both;
    display: block;
}


.content-tree-level-0 a>img {
    margin-right: 10px;
    float: left;
    width: 20px;
    height: 20px;

}

.content-tree-level-1 a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    clear: both;
    /*width: 300px;*/
}

.content-tree-level-1 a>img {
    margin-right: 10px;
    float: left;
    width: 20px;
    height: 20px;

}

.swiper-slide {
    cursor: pointer;
}

/* ------  formulario recursos humanos    ----------------*/
.bordederecho {
    border-right: 1px solid #FFF;
}

.divrh {
    /* float: left; */
    width: 400px;
    height: 300px;
}

.divlabelsrh {
    float: left;
    width: 160px;
    text-align: right;
    padding-top: 5px;

}

.divinputsrh {
    float: left;
    margin-left: 18px;
    height: 250px;
    width: 220px;
    text-align: left;
}

.prh {
    width: 170px;
    height: 20px;
    color: #fff;
    font-family: Roboto-Regular, Europa-Regular, Verdana;
    font-size: 11px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.inputrecursos {
    width: 250px;
    height: 27px;
    background-color: transparent;
    border: 2px solid #FFF;
    color: #fff;
    margin: 5px;
    padding: 2px 10px 2px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.ingresar {
    background-color: #3d9998;
    height: 35px;
    width: 120px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 3px 3px 3px;
    margin-top: 20px;
    margin-left: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    border: none;
}

.ingresar:hover {
    background-color: #3d9998;
}

input#enviofalso {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 9px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

input#archivo {
    position: absolute;
    margin-left: -1000px;
    opacity: 0;
    filter: alpha(opacity=0);

}

h2.i-0 {
    top: 0;
}

h2.i-1 {
    top: 40px;
}

h2.i-2 {
    top: 80px;
}

h2.i-3 {
    top: 120px;
}

h2.i-4 {
    top: 160px;
}

h2.i-5 {
    top: 200px;
}

h2.i-6 {
    top: 240px;
}

h2.i-7 {
    top: 280px;
}

h3.i-0 {
    top: 0;
}

h3.i-1 {
    top: 40px;
}

h3.i-2 {
    top: 80px;
}

h3.i-3 {
    top: 120px;
}

h3.i-4 {
    top: 160px;
}

h3.i-5 {
    top: 200px;
}

h3.i-6 {
    top: 240px;
}

h3.i-7 {
    top: 280px;
}

h3.i-8 {
    top: 320px;
}
h3.i-9 {
    top: 360px;
}
.divrh {
    width: 400px;
    height: 300px;
    position: relative;
    margin-top: 30px;
}

#ebanking {
    pointer-events: none;
    transition: .5s;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(14, 62, 86, .70);
    max-width: 370px;
    height: 400px;
    z-index: 99999;
    /* overflow: hidden; */
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.81);
    display: none;
    width: 100%;
}

#ebanking #close {
    width: 20px;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    top: 4px;
    right: 0px;
}

#ebanking iframe {
    position: absolute;
    /* max-width: 320px; */
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    display: inline;
    top: 30px;
    height: calc(100% - 30px);
    min-width: 370px;
}

#ebanking.show {
    opacity: 1;
    pointer-events: auto;
    display: block !important;
}

#home-carousel-mobil {
    display: none;
}

footer {
    transition: .4s;
    transform: translateY(0px);
}

footer.hide {
    transform: translateY(171px);
}

footer .divisor {
    width: 100%;
    height: 25px;
    /* height: fit-content; */
    position: relative;
}

footer .fucsia {
    /* background-color: #e94290; */
    background-color: #3d9998;
    width: 65%;
    position: relative;
    float: left;
    padding: 5px 5px 2px 30px;
    font-size: 13px !important;
    float: left;
    height: 100%;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    z-index: 2;
    text-align: center;
    text-decoration: underline;
}

footer .grisoscuro {
    float: left;
    background-color: #3d9998;
    height: 100%;
    width: 35%;
    position: relative;
    padding: 5px 5px 2px 60px;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    z-index: 2;
}

footer .pie {
    width: 100%;
    background-color: gray;
    position: relative;
    height: 170px;
}

footer .pie>div {
    position: relative;
    float: left;
    width: 35%;
    height: 100%;
}

footer .wrappie23 {
    padding-bottom: 0px;
    padding-top: 20px;
}

footer .pie1 {
    float: left;
    background-color: #38393a;
    height: 100%;
    width: 65% !important;
    overflow: hidden;
}

footer .pie2 {
    float: left;
    width: 98%;
    padding-left: 60px;
}

footer .pie3 {
    float: left;
    width: 50%;
    padding-left: 30px;
}


footer .divisor-nom {
    text-align: left;
    font-family: Roboto-Bold, Europa-Bold;
    /*    font-weight: bolder;*/
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 100%;
    margin: 0px;

}

footer #galeria li {
    list-style: none;
    position: absolute;
    top: 0;
}

footer .parr1 {
    color: #fff;
    margin-left: 5%;
    margin-top: 1.25%
}

footer .parr2 {
    color: #fff;
    margin-left: 30px;
    padding: 10px;
}

footer .conttxtpie1 {
    width: 100%;
    /*text-transform: uppercase;*/
    color: #fff;
    padding-right: 20px;
    word-wrap: break-word;
}

footer .conttxtpie1.first {
    /*    border-right: 1px solid  #3d9998;*/
}


footer .conttxtpie1 a {
    color: #fff;
    text-decoration: none;
    clear: both;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 13px;
}

footer .conttxtpie1 a:hover {
    color: #000 !important;
}

footer .pie2 .txtpie1 {
    font-size: 11px;
    font-weight: normal;
}

footer .pie3 .txtpie1 {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    display: block;
}



footer .txtpie2 {
    float: left;
    padding: 30px 5px 2px 40px;
}

footer .txtpie2 p {
    font-size: 23px;
}

footer .txtpie2 p.fuente12 {
    font-size: 10px;
    font-family: Roboto-Regular, Europa-Regular;
    letter-spacing: 1px;
}

footer #cotizaciones {
    margin: auto;
    margin-top: 8%;
    border-collapse: collapse;
}

footer #cotizaciones tr {
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
}

footer #cotizaciones td {
    font-family: Arial;
    font-size: 10px;
    font-weight: bolder;
    vertical-align: middle;
    height: 20px;
    padding: 2px 3px 4px 5px
}

.swiper-pagination {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.swiper-slide {
    height: auto !important;
    width: 100% !important;
    background-color: #333333;
    transform: translateZ(0);
}

.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.swiper-titulo {
    padding-left: 20px;
    display: inline-block;
    font-size: larger;
}


span.swiper-pagination-bullet {
    background: #fff;
    margin: 5px;
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: solid 1px #fff;
    background: transparent;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

.swiper-container.swiper-container-horizontal.swiper-container-autoheight {
    height: 100%;
    overflow: hidden;
}

.sustentabilidad_logos_container {
    display: inline-flex;
    /* display: table; */
    /* Make the container element behave like a table */
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    /* Set full-width to expand the whole page */
}

.sustentabilidad_logo {
    display: table-cell;
    /* Make elements inside the container behave like table cells */

}

.sustentabilidad_logo img,
.sustentabilidad_logo a>img {
    /* Make elements inside the container behave like table cells */
    width: 45px;
    height: 45px;
    border-radius: 4px;
    /* float: left; */
    margin-right: 15px;
    margin-top: 0;
}

.sustentabilidad_logo a {
    height: auto !important;
    margin-top: 0;
}

.divinputsreclamos form {}

@media (max-width: 1280px) {
    .content-tree-level-0 {
        margin-left: 30%;
    }

    .swiper-titulo {
        display: inline-block;
        font-size: medium;
    }

    .two-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;

    }
}

@media (max-width: 920px) {

    .swiper-slide img {
        /* width: 33%;
    height: auto;*/

    }


    #logo {
        /* max-width: 230px;
        margin-top: 30px; */
    }

    .divinputsreclamos form {
        margin-top: 5em;

    }

    #menu-lang-access {
        margin-top: 20px;
    }

    .ebkg {
        margin-top: 10px;
    }

    .ebkg a {
        padding: 5px 10px;
    }

    button {
        font-size: 12px;
        padding: 10px 2px;
    }



    h3 {
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
        width: 100% !important;
        display: inline-block;
    }

    h3:before {
        content: "+ ";
    }

    .content-tree-level-0 {
        margin-left: 40%;
    }

    .content-tree-level-1 {
        margin-left: 30px;
    }

    .content-tree-level-1 {
        float: left;
    }

    .two-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;

    }

    .divlabelsrh {
        display: none;
    }

    h3.i-0 {
        top: auto;
    }

    h3.i-1 {
        top: auto;
    }

    h3.i-2 {
        top: auto;
    }

    h3.i-3 {
        top: auto;
    }

    h3.i-4 {
        top: auto;
    }

    h3.i-5 {
        top: auto;
    }

    h3.i-6 {
        top: auto;
    }

    h3.i-7 {
        top: auto;
    }

    h3.i-8 {
        top: auto;
    }


}

@media (max-width: 750px) {

    #home-carousel {
        display: none;
    }

    #home-carousel-mobil {
        display: initial;
        min-height: 110px;
    }

    .divinputsreclamos form {
        display: initial;
    }

    #logo {
        /* margin-left: 30px;
        margin-top: 22px; */
    }

    h3 {
        margin-top: 10px;
    }

    .section-content {
        padding: 20px 30px 120px 30px;
        margin-top: 60%;
    }

    .content-tree-level-1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .two-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .divlabelsrh {
        display: none;
    }

    .divinputsrh {
        width: 100%;
    }

    .inputrecursos {
        width: 100%;
        padding: 16px;
    }

    .textareareclamos {
        width: 100%;
    }

    footer.hide {
        transform: translateY(101px);
    }

    footer .divisor {}

    footer .fucsia {
        width: 100%;
        padding-left: 20px;
        text-align: left;
    }

    footer .grisoscuro {
        display: none;
    }

    footer .pie {
        height: 100px;
    }

    footer .pie>div {
        width: 100% !important;
    }

    footer .wrappie23 {
        display: none;
    }

    .swiper-container.swiper-container-horizontal.swiper-container-autoheight {}

    .swiper-slide img {
        /* width: 50%;
    height: auto;*/

    }

    .content-tree-level-0 {
        width: 100%;
        margin: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .content-tree-level-1 {
        margin-left: 0;
        margin-right: 0;
    }

    .content-tree-level-0.active {
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        clear: both;
        padding: 20px;
    }

    .content-tree-level-1.active {
        width: 100%;
        float: left;
    }

    h2 {
        width: 100% !important;
        font-size: 15px;
        position: relative;
        top: auto !important;
        margin-bottom: 0px;
        margin-top: 20px;
        float: left;
        clear: both;
    }

    .tel_sucursales {
        margin-top: 0;
    }

    h2.active {
        pointer-events: auto;
    }

    h2:before {
        content: "+\00a0";
        width: 15px;
        display: inline-block;

    }

    h2.active:before {
        content: "-\00a0";
    }

    h3 {
        font-size: 12px;
    }



    .inverti img {
        width: 250px;
    }

}

@media (max-width: 520px) {

    #ebanking {
        height: 90%;
        background-color: rgba(14, 62, 86, 1);

    }



    .swiper-slide img {
        /* width: 30%;
    height: auto;*/

    }

    .swiper-titulo {
        display: inline-block;
        font-size: smaller;
    }

    footer.hide {
        transform: translateY(110px);
    }

    .item_desktop {
        display: none;
    }

    .content-tree-level-0 {
        transition: 0s;
    }

    .ebkg {
        margin: 5px;
    }

    .ebkg a {
        margin: 0;
        font-size: 15px;
    }

    #logo {
        /* margin-left: 20px;
        margin-top: 29px; */
        width: 150px;
        transform: translateX(0px);
        z-index: 99999;
    }

    .divinputsreclamos form {}

    .content-tree {
        margin-top: 10px;
    }

    h3:before {
        content: "";
        pointer-events: none;
    }

    .content-tree-level-1 {
        display: block !important;
        opacity: 1;
    }

    .eng a,
    .esp a {
        padding: 5px;
        font-size: 9px;
    }

    #isologo {
        display: block;
        position: absolute;
        margin-left: 30px;
        margin-top: 27px;
        cursor: pointer;
        border: 0;
        outline: none;
        width: 30px;
        z-index: 99999;
    }

    #menu-lang-access.with-menu {
        display: none;
    }

    #logo.with-menu {
        /* transform: translateX(24px); */
    }

    #header {
        height: 80px;
    }

    #bg-header {
        height: 140px;
    }

    #top-arrow {
        width: 40px;
        height: 40px;
        bottom: 40px;
        right: 20px;
    }

    #menu-lang-access {
        margin-right: 0;
        width: 120px;
        margin-right: 10px;
    }

    h1 {
        font-size: 18px;
    }

    h3.active {
        color: #fff;
    }


    .inverti {
        bottom: 15px;
    }

    a p {
        display: inline;
    }

    .content-tree-level-0 a>img {
        float: left;
        position: relative;
    }

    .divrh {
        width: 100%;
    }

    .divinputsrh {
        margin-left: 0;
        width: 100%;
    }

    .inputrecursos {
        width: 100%;
        height: 40px;
        font-size: 12px;
        margin: 0;
        margin-top: 10px;
    }

    footer .divisor {
        height: 25px;
    }

    footer .fucsia {
        font-size: 11px;
        padding: 4px;
        padding-left: 20px;
        
    }

}




@media (max-width: 360px) {

    .section-content {
        padding: 20px 20px 120px 20px;
    }



}

@media (max-width: 500px) and (orientation: portrait) {
    #home-carousel-mobil {
        min-height: 110px;
    }

    span.swiper-pagination-bullet {
        margin: 10px;
    }
}



@media (max-width: 500px) and (orientation: landscape) {
    #home-carousel-mobil {
        /* display: none; */
    }

    span.swiper-pagination-bullet {
        margin: 10px;
    }
}

@media screen and (max-height: 550px) {
    #home-carousel-mobil {
        /* display: none; */
    }

    span.swiper-pagination-bullet {
        margin: 10px;
    }
}