﻿
:root {
    --colorFooter: #ededed;
    --colorBlanco: #fff;
    --colorRojoCaja: #ff0901;
    --colorNegro: #000;
    --colorAmarilloCaja: #ffc200;
    --colorVinculo: #007bff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');


@font-face {
    font-family: "Amelia-Basic";
    src: url("Amelia-Basic.ttf") format("truetype");
}

@font-face {
    font-family: "Amelia-Basic-Black";
    src: url("Amelia-Basic-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Tituloslider";
    src: url("Tituloslider.ttf") format("truetype");
}

@font-face {
    font-family: "Descripcion";
    src: url("Descripcion.ttf") format("truetype");
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('../css/fuentes/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../css/fuentes/Roboto-Bold.ttf') format('truetype');
}

.Flipped, .Flipped .clsBox_ContenidoPaginasInternas, .Flipped .clsContieneSimProvee {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); /* IE 9 */
    -webkit-transform: rotateX(180deg); /* Safari and Chrome */
}


#pre-sup-pag {
    background-color: var(--colorRojoCaja) !important;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 0.5%;
    box-sizing: border-box;
}

#pre-sup-pag__01 {
    padding-top: 1.5%;
    text-align: right;
    /*padding-bottom:1.0%*/
}

#tc {
    margin-top: 8px;
    margin-bottom: 8px !important;
    /*font-size:0.8em;*/ /*CRJC*/
    font-family: roboto black !important; /*CRJC*/
}

.pre-sup-pag__span {
    margin-right: 20px;
    margin-left: 20px;
    font-family: roboto black !important; /*CRJC*/
}

#dropdownMenuButton {
    border-color: white;
    background-color: var(--colorBlanco);
    color: var(--colorRojoCaja);
    font-weight: bold;
    font-size: 17px; /*CRJC*/
    font-family: Roboto-Bold !important; /*CRJC*/
}

.homebanking {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: bold;
    color: #fff !important;
    text-align: inherit;
    background-color: var(--colorAmarilloCaja);
    border-radius: 6px;
    margin-top: 0.25rem !important;
    font-size: 16px; /*CRJC*/
}

    .homebanking:hover, .homebanking:focus {
        text-decoration: none;
        background-color: #FA0001;
    }

/*<CRJC>*/
.container {
    padding-right: 60px;
    padding-left: 100px;
}

.HBPersonas {
    background-color: var(--colorRojoCaja);
}

.HBPlanillas {
    background-color: dodgerblue;
}

/*</CRJC>*/
/*esta parte no se utiliza OMMM*/
.homebanking.active, .homebanking:active {
    color: var(--colorBlanco);
    text-decoration: none;
    background-color: var(--colorVinculo);
}

/*.homebanking.disabled, .homebanking:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}*/
#myTopnav {
    padding-left: 0px !important
}

.menu {
    width: 978px;
    margin: 0 auto;
    height: 58px;
    padding-top: 15px; /*CRJC*/
    border-bottom: 1px solid black;
    /*padding-right: 22rem;
    padding-left: 22.5rem;*/
    /*border-bottom: 1px solid #DBDBDB !important;*/
}

#logoCopyright {
    text-align: left
}

#Copyright > .container-fluid {
    margin: 0 auto;
    width: 1050px;
    padding: 0px !important;
}

.logo_caja > .col-sm-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logo_caja {
    margin: 0 auto;
    width: 998px;
}


#Menu > header {
    border-bottom: 1px solid #DBDBDB !important;
}

@media only screen and (max-width: 600px) {

    #Copyright > .container-fluid > .row {
        width: 100%;
    }

        #Copyright > .container-fluid > .row > #logoCopyright {
            text-align: center ;
            margin-left: 20px;
        }

        #Copyright > .container-fluid > .row > .col-sm-9 {
            margin: 10px;
        }

    #Copyright > .container-fluid {
        width: 100%;
    }

    .logo_caja {
        margin: none;
        width: inherit;
    }

    .menu {
        width: 100%;
        padding-right: 5rem;
        padding-left: 5rem;
        height: 100%;
    }

    .topnav .menu-header {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }


    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            /*position: absolute;*/
            right: 0;
            top: 0;
        }

        .topnav.responsive .row > div.menu-header {
            float: none;
            display: block;
            text-align: right;
            width: 100%;
        }

    .menu-icon-responsive {
        height: 22px;
        float: right;
        width: 100%;
    }
}

.topnav a:hover {
    text-decoration: none !important;
}

.topnav a:visited, .topnav a:link {
    color: #000000 !important;
}


.topnav .icon {
    display: none;
}


.menu-header {
    float: left;
    margin: 5px !important;
    padding: 0px;
}

#paraTi {
    background-color: var(--colorBlanco);
    color: var(--colorRojoCaja) !important;
    font-weight: bold;
    border: 0;
    box-shadow: none;
    font-size: initial !important; /*CRJC*/
    cursor: pointer; /*CRJC*/
    padding-top: 0px; /*CRJC*/
    padding-bottom: 0px; /*CRJC*/
    height: 10px !important; /*CRJC*/
    font-family: 'Roboto', sans-serif !important;
    border-bottom: none !important; /*CRJC*/
}

#paraTuEmpresa {
    background-color: var(--colorBlanco);
    color: var(--colorRojoCaja) !important;
    font-weight: bold;
    border: 0;
    box-shadow: none;
    font-size: initial !important; /*CRJC*/
    cursor: pointer; /*CRJC*/
    padding-top: 0px; /*CRJC*/
    padding-bottom: 0px; /*CRJC*/
    height: 10px !important; /*CRJC*/
    font-family: 'Roboto', sans-serif !important;
    border-bottom: none !important; /*CRJC*/
}





#zonaDigital {
    background-color: var(--colorBlanco);
    color: var(--colorRojoCaja) !important;
    font-weight: bold;
    border: 0;
    box-shadow: none;
    font-size: initial !important; /*CRJC*/
    cursor: pointer; /*CRJC*/
    padding-top: 0px; /*CRJC*/
    /*font-family: Roboto Black !important; /*CRJC*/
    font-family: 'Roboto', sans-serif !important;
    padding-bottom: 0px; /*CRJC*/
    height: 10px !important; /*CRJC*/
    border-bottom: none !important; /*CRJC*/
}

.menu-item-caja {
    display: block;
    /*width: 100%;*/
    padding-bottom: 0.25rem;
    clear: both;
    color: Var(--colorNegro);
    text-align: inherit;
    background-color: var(--colorBlanco) !important;
    padding-left: 20px;
    margin-top: 0.25rem;
    font-size: 15px;
    list-style-type: square;
    font-family: Amelia-Basic !important;
}

/*<CRJC>*/
.LetrasMenu {
    font-size: 13px !important;
    font-family: "Roboto-Regular", sans-serif !important;
}

    .LetrasMenu:hover, .LetrasMenu:focus {
        color: Var(--colorRojoCaja);
        /*font-size: 13px !important;*/
        /*background-color: Var(--colorRojoCaja);*/
    }

.IconosAccesoRapido:hover, .IconosAccesoRapido:focus {
    width: 160px;
    height: 160px;
}
/*</CRJC>*/
.v1 {
    border-right: 2px solid !important;
    color: #A4A4A4;
}

    .v1:last-child {
        border-right: none;
    }

.menu-item-caja:hover, .menu-item-caja:focus {
    color: Var(--colorNegro);
    text-decoration: none;
    background-color: var(--colorBlanco);
}

.menu-item-caja.active, .menu-item-caja:active {
    color: var(--colorBlanco);
    text-decoration: none;
    background-color: var(--colorVinculo);
}

.h6-menu-header {
    color: #ff0001;
    padding-bottom: 8px !important; /*CRJC*/
    font-size: initial !important; /*CRJC*/
    font-family: Roboto-Bold, sans-serif !important; /*CRJC*/
}

.carousel-caption-menu {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 14%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 100px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu1 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 14%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 32px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu2 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 11%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu3 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 27%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu4 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 17.5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 92px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu5 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 42%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 59px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu6 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 13.5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 38px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu7 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 12.5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 82px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu8 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 13%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 102px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu9 {
    position: absolute !important;
    right: 5%;
    bottom: 15px;
    left: 80%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 43px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu10 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 60%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 41px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu11 {
    position: absolute !important;
    right: 10%;
    bottom: 15px;
    left: 14%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 90px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu12 {
    /* border: 1px solid green !important; */
    position: absolute !important;
    right: 18%;
    bottom: 260px;
    left: 58%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 5px; /*CRJC*/
    /* color: var(--colorBlanco); */
}

.carousel-caption-menu13 {
    /* border: 1px solid green !important; */
    position: absolute !important;
    right: 45%;
    bottom: 75px;
    left: 7%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu14 {
    position: absolute !important;
    right: 10%;
    bottom: 49px;
    left: 13%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 59px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu15 {
    /* border: 2px solid black !important; */
    position: absolute !important;
    right: 10%;
    bottom: 40px;
    left: 11%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu16 {
    position: absolute !important;
    right: 10%;
    bottom: 1px;
    left: 11.5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 81px; /*CRJC*/
    color: var(--colorBlanco);
}

.carousel-caption-menu17 {
    position: absolute !important;
    right: 10%;
    bottom: 10px;
    left: 13%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 59px; /*CRJC*/
    color: var(--colorBlanco);
}
.carousel-caption-menu18 {
    /* border: 2px solid black !important; */
    position: absolute !important;
    right: 10%;
    bottom: 35px;
    left: 9%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 59px; /*FHRQ*/
    color: var(--colorBlanco);
}
.carousel-caption-menu19 {
    /* border: 2px solid black !important; */
    position: absolute !important;
    right: 10%;
    bottom: 33px;
    left: 5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 40px; /*FHRQ*/
    color: var(--colorBlanco);
}
.carousel-caption-menu20 {
    /* border: 2px solid greenyellow !important; */
    position: absolute !important;
    right: 30%;
    bottom: 62px;
    left: 29%;
    z-index: 10;
    padding-top: 0px;
    /* padding-bottom: 10px; FHRQ */
    color: var(--colorBlanco);
}
.carousel-caption-menu21 {
    /* border: 2px solid black !important; */
    position: absolute !important;
    right: 20%;
    bottom: 80px;
    left: 8%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*FHRQ*/
    color: var(--colorBlanco);
}
.carousel-caption-menu22 {
    /* border: 2px solid blue !important; */
    position: absolute !important;
    right: 20%;
    bottom: 45px;
    left: 12%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*FHRQ*/
    color: var(--colorBlanco);
}
.carousel-caption-menu23 {
    /* border: 2px solid pink !important; */
    position: absolute !important;
    right: 20%;
    bottom: 25px;
    left: 7%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*FHRQ*/
    color: var(--colorBlanco);
}
.carousel-caption-menu24 {
    /* border: 2px solid black !important; */
    position: absolute !important;
    right: 20%;
    bottom: 40px;
    left: 13%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 10px; /*FHRQ*/
    color: var(--colorBlanco);
}

/*<CRJC>*/
.Credijoya {
    left: 20% !important;
    padding-bottom: 80px !important;
}

.dropdown-menu {
    top: 15px !important;
}

    .dropdown-menu.HB {
        top: 0px !important;
    }

/*</CRJC>*/

#vl {
    border-left: 6px solid green;
    height: 500px;
}

#footer-p {
    background-color: var(--colorFooter);
    font-size: medium;
}


#Copyright {
    background-color: var(--colorRojoCaja);
    color: white;
}

#Productos {
    margin: 0 auto;
}

.Fra-Pri {
    font-size: 2.3em;
    max-width: 40%;
    font-family: Amelia-Basic-Black !important; /*CRJC*/
    text-align: left; /*CRJC*/
    background: none !important; /*CRJC*/
    color: red; /*CRJC*/
}

.Fra-Sec {
    font-size: 1.8em;
    font-family: Amelia-Basic !important; /*CRJC*/
    text-align: left; /*CRJC*/
    background: none !important; /*CRJC*/
    color: black; /*CRJC*/
}

.Fra-MovilPri {
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-50%,-50%);
    font-family: Tituloslider;
    font-size: 1.3em;
    color: var(--colorBlanco);
}

.Fra-MovilSec {
    position: absolute;
    top: 43%;
    left: 44%;
    transform: translate(-50%,-50%);
    font-family: Tituloslider;
    font-size: 1.0em;
    color: var(--colorBlanco);
}



.link01 {
    color: black;
    font-size: 15px; /*CRJC*/
}

.link02 {
    color: black;
    font-weight: bold;
    font-size: 16px; /*CRJC*/
}


.tooltip-carousel {
    position: absolute;
    /*z-index:-1;*/
    border-radius: 50%;
}

/*<CRJC>*/
.carousel-indicators {
    bottom: 20px !important;
}

.prev {
    background-image: url(../img/prev.png);
    width: 25px;
    height: 25px;
}

    .prev:hover, .prev:focus {
        width: 30px;
        height: 30px;
    }

.next {
    background-image: url(../img/next.png);
    width: 25px;
    height: 30px;
}

    .next:hover, .next:focus {
        width: 30px;
        height: 30px;
    }

/*</CRJC>*/
.carousel-indicators li {
    border-radius: 100%;
    background-color: #ffc107; /*CRJC*/
    width: 10px;
    height: 10px;
    opacity: 0.3;
}

li:active {
    opacity: 0.8;    
}

.NuevoFooter {
    float: left;
    width: 100%;
    height: auto;
}

.subtitle-labs{
    font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
    color: #6399CE
}

.parrafo-interno{
    font-family: Roboto;
	font-style: normal;
	font-size: 12px;
	color: #777777;
}

.nav-pills .nav-link{
    background-color: #fff;
    border: 0;
    border-radius: 1px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.271)
}

.nav-pills .nav-link.active{
    fill: #fff;
    background-color: var(--colorRojoCaja);
    outline: var(--colorRojoCaja);
}


button:active > nav-link{
    background-color: var(--colorRojoCaja);
    color: #000;
    fill: #fff;
}

.button:hover{
    background-color: var(--colorRojoCaja);
    color: #fff;
}

@media screen and (min-width:701px) {
    #Productos {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .menu {
        padding-right: .5rem;
        padding-left: .5rem;
        display: flex;
        flex-direction: row;
    }

    .logo_caja {
        padding-right: 0;
        padding-left: 0;
    }

    #Productos {
        margin: 0px !important;
    }

    #Copyright {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .carousel-caption-menu {
        bottom: -110px;
    }

    .Fra-Pri {
        font-size: 1.2em;
        line-height: normal;
    }

    .Fra-Sec {
        font-size: 1em;
        line-height: normal;
    }
}
