/* Clase base para todos los iconos */
.bcra-custom-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* Iconos específicos */
.bcra-camera-regular-full {
    background-image: url('awesome_BCRA/camera-regular-full.svg');
}

.bcra-file-doc-regular-full {
    background-image: url('awesome_BCRA/file-doc-regular-full.svg');
}

.bcra-file-excel-regular-full {
    background-image: url('awesome_BCRA/file-excel-regular-full.svg');
}

.bcra-file-csv-regular-full {
    background-image: url('awesome_BCRA/file-csv-regular-full.svg');
}


.bcra-file-pdf-regular-full {
    background-image: url('awesome_BCRA/file-pdf-regular-full.svg');
}

.bcra-file-txt-regular-full {
    background-image: url('awesome_BCRA/file-txt-regular-full.svg');
}

.bcra-file-zip-regular-full {
    background-image: url('awesome_BCRA/file-zip-regular-full.svg');
}

.bcra-video-solid-full {
    background-image: url('awesome_BCRA/video-solid-full.svg');
}

.bcra-YT-solid-full {
    background-image: url('awesome_BCRA/YT-solid-full.svg');
}

.bcra-chevron-izquierda {
    background-image: url('awesome_BCRA/chevron-izquierdo.svg');  
}

.bcra-chevron-derecha {
    background-image: url('awesome_BCRA/chevron-derecho.svg');  
}

.bcra-chevron-arriba {
    background-image: url('awesome_BCRA/chevron-arriba.svg');  
}

.bcra-chevron-abajo {
    background-image: url('awesome_BCRA/chevron-abajo.svg');
}