.bch-aura .h3.secundario-light {
    color: #0D9DA0;
}
.imagen{
    width: "68px" ;
    height: "68px";
}
@media screen and (min-width: 320px) and (max-width: 769px) {
    .lineaPunteada
    {
      display: none;      
    }

}

@media screen and (min-width: 1024px){
    .lineaPunteada
    {
        width: 0px ;
        height: 150px;
        float: left;
        color: #FFFFFF;
    }
}

.bch-aura .bannerHeader--min {
    FONT-VARIANT: JIS04;
    height: 90px !important; 
    background-color: #1E2027;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtituloFondo{
    color: #0D9DA0;
}

.h1.center {
    text-align: left;
}

.bch-aura .modal--aura {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    background-color: #000000cc;
}

.bch-aura .modal--aura.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.bch-aura .modalAura--dialog.MD {
    min-width: 488px !important;
    max-width: 600px !important;
}


.bch-aura .modalAura--dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 16px;
    background: #FFFFFF;
    overflow: auto;
    cursor: default;
    padding: 1rem;
}

.h4 {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

.maxModal100{
    max-width: 100% !important;
    max-height: 100% !important; 
}

md-backdrop.md-dialog-backdrop {
    z-index: 0 !important;
}

md-backdrop {
    background-color: rgba(33,33,33,0.0) !important;
}