@font-face {
   font-family: changa;
   src: url(./fuentes/Changa-Regular.ttf);
}

@font-face {
   font-family: aptos;
   src: url(./fuentes/Aptos-Display.ttf);
}

.ff-changa {
    font-family: changa !important;
}

.ff-aptos {
    font-family: aptos !important;
}

.bg-color-1 {
    background-color: rgba(169, 140, 82,0.9);
}

.text-color-1 {
    color: #A98C52;
}

.text-color-2 {
    color: #8B101F;
}

.fs-chica, input, select {
    font-size: 14px !important;
}

.fs-mini {
    font-size: 10px;
}

.fondo-banner {
    background-image: url('../img/logos/bg-1.png');
    background-repeat: repeat;
}

.fondo-contenedor {
    background-image: url('../img/logos/bg-2.png');
    background-repeat: repeat;
    background-color: #FAFAFA;
    height: 82vh;
    min-height: 82vh;
    overflow-y: auto;
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 25px;
}