h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

b {
    font-weight: bold;
}

/* colores */

.cNegro {
    color: #222 !important;
}

.cVerde {
    color: #0a4 !important;
}

.cNaranja {
    color: #ff8700 !important;
}

.cMorado {
    color: #6747c7 !important;
}

.cAmarilloCarpeta {
    color: #f0c62e !important;
}

.cDorado {
    color: #ead77e !important;
}

.bgNegro {
    background: #000 !important;
}

.bgDorado {
    background: #ead77e !important;
}

.bgAmarillo {
    background: #ffd700 !important;
}

.bgMorado {
    background: #6747c7 !important;
}

.cAzulChilds a {
    color: #0055bb !important;
}

.fff {
    color: #fff !important;
}

.fffChilds>* {
    color: #fff !important;
}

.bgRojo {
    background: #d00000 !important;
}

.cRojo {
    color: #d00000 !important;
}

.cRosado {
    color: rgb(255, 0, 130) !important;
}

.underline {
    text-decoration: underline !important;
}

.cceleste {
    color: #24b2d6;
}

.bgceleste {
    background: #24b2d6;
}

.cAzul {
    color: #0075dd !important;
}

.cgris {
    color: #888!important;
}

.bgAzulOscuro {
    background: #0055bb;
    color: #fff;
}

.bgGris {
    background: #ddd !important;
}

.bgVerde {
    background: #0a4 !important;
    color: #fff;
}

.bgfff {
    background: #fff !important;
}

.bgVerdeChilds>* {
    background: #0a4;
}

.sombraBoton {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
}

.bgOpaco {
    background: #f0f0f0;
}

.bgAzul {
    background: #0075bb !important;
    color: #fff;
}

.bgTransparente {
    background: transparent;
}

/* bordes */

.bordeArriba {
    border-top: 1px solid !important;
}

.bordeArribaDashed {
    border-top: 1px dashed !important;
}

.bordeAbajo {
    border-bottom: 1px solid !important;
}

.bordeAbajoDashed {
    border-bottom: 1px dashed !important;
}

.fullBorde {
    border: 1px solid !important;
}

.bordeIzq2 {
    border-left: 2px solid;
}

.cBordeGris {
    border-color: #aaa !important;
}

/* alineación */

.aDer {
    text-align: right !important;
}

.aIzq {
    text-align: left !important;
}

.aCentro {
    text-align: center !important;
}

.aJustify {
    text-align: justify !important;
}

.vaMiddle {
    vertical-align: middle;
}

/* flex vox */

.flexColumna {
    display: flex !important;
    flex-direction: column;
}

.flexFila {
    display: flex;
    flex-direction: row;
}

.flexCenter {
    align-items: center;
}

.flexExpandir {
    align-self: stretch;
}

.flexWrap {
    flex-wrap: wrap;
}


.flexGrow1 {
    flex-grow: 1;
}

.flexShrink0 {
    flex-shrink: 0;
}

.asCenter {
    align-self: center;
}

.jcCenter {
    justify-content: center !important;
}

.jcStart {
    justify-content: flex-start !important;
}

.jcEnd {
    justify-content: flex-end !important;
}

.jcSBet {
    justify-content: space-between !important;
}

.aiCenter {
    align-items: center !important;
}


/* tamaño letra */

.f50 {
    font-size: 50px !important;
}

.f80 {
    font-size: 80px !important;
}

.f40 {
    font-size: 40px !important;
}

.f30 {
    font-size: 30px !important;
}

.f28 {
    font-size: 28px !important;
}

.f26 {
    font-size: 26px !important;
}

.f24 {
    font-size: 24px !important;
}

.f22 {
    font-size: 22px !important;
}

.f20 {
    font-size: 20px !important;
}

.f18 {
    font-size: 18px !important;
}

.f16 {
    font-size: 16px !important;
}

.f15 {
    font-size: 15px !important;
}

.f14 {
    font-size: 14px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f0 {
    font-size: 0px !important;
}


/* Tipo de Letra */

.roboto {
    font-family: Roboto
}

/* posicionamiento */

.posT0 {
    top: 0;
}

.posL0 {
    left: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* Espaciado */

.fullWidth {
    width: 100% !important;
}

.fullHeight {
    height: 100% !important;
}

.minH100pc {
    min-height: 100% !important;
}

.fullPadding {
    padding: 10px 10px 10px 10px !important;
}

.fullPadding5 {
    padding: 5px 5px;
}

.fullPaddingInput {
    padding: 5px 8px !important;
}

.fullMargin {
    margin: 10px 10px 10px 10px !important;
}

.noMargin {
    margin: 0 !important;
}

.fullMargin5Childs>* {
    margin: 5px 5px 5px 5px !important;
}

.fullMargin52 {
    margin: 5px 2px !important;
}

.marginIzq {
    margin-left: 10px !important;
}

.marginDer {
    margin-right: 10px !important;
}

.marginArriba {
    margin-top: 10px !important;
}

.marginArriba20 {
    margin-top: 20px !important;
}

.marginAbajo {
    margin-bottom: 10px !important;
}

.paddingIzq {
    padding-left: 10px !important;
}

.paddingDer {
    padding-right: 10px !important;
}

.paddingArriba {
    padding-top: 10px !important;
}

.paddingAbajo {
    padding-bottom: 10px !important;
}

.w280 {
    width: 280px;
}

.w340 {
    width: 340px;
}

.maxW600 {
    max-width: 600px !important;
}

.maxW1000 {
    max-width: 1000px !important;
}


/* Otros */

.oculto {
    display: none;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.dNone {
    display: none;
}

.pointer {
    cursor: pointer !important;
}

.alias {
    cursor: alias;
}

textarea {
    resize: vertical;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold !important;
}

.boldOnHover:hover {
    font-weight: bold;
}

.boldOnHoverChild:hover .hoverChild {
    font-weight: bold;
}

.br5 {
    border-radius: 5px;
}

.brAll {
    border-radius: 4px;
}

.brAllChilds>* {
    border-radius: 4px;
}

.b1px {
    border-width: 1px;
}

.bColorRojo {
    border-color: red;
    border-style: solid;
}

.toEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wSpaceNoWrap {
    white-space: nowrap;
}

.lineH25 {
    line-height: 25px;
}

.lineH30 {
    line-height: 30px;
}

/* animaciones */

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 0.7s infinite;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}


/* emoji */
.fire::before {
    content: "\01f525";
}

.breadcrumb {
    width: 100%;
    padding: 0px 0px 5px 5px;
    /*    background: red;*/
    color: #25282d;
}

.breadcrumb li {
    display: inline;
    /*    width: 100%;*/
    /*    background: rgb(216, 252, 223);*/
}

.breadcrumb a {
    color: #25252d;
}

/* Sombras */

.sombra {
    box-shadow: 4px 4px 8px #d1d1d1;
}

.fullSombra {
    box-shadow: 0px 0px 10px 3px #d1d1d1;
}

.sombra1 {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.sombra2 {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}


.seleccionable * {
    user-select: text;
}

.upperCase {
    text-transform: uppercase !important;
}

.noUpperCase {
    text-transform: none !important;
}

.noUpperCaseChilds * {
    text-transform: none !important;
}

.capitalize {
    text-transform: capitalize !important;
}

/* Badge de modificación - Gastos Administrativos */
.badge-modificado {
    transition: all 0.3s ease;
}

.badge-modificado:hover {
    background: #1976D2 !important;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.4);
}

.badge-modificado:active {
    transform: scale(0.95);
}
