#main {
    /* background: url(../img/FONDO_REPOSITORIO.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #303845;

}

iframe {
    width: 100%;
    min-height: 500px;
    background: white;
}

#mainCard .divider {
    background: #303845;
    height: 4px;
    width: 100%;
}

#searchText, #basic-addon1 {
    background: #c6c9ce !important;
    max-width: 200px;
}

.custom-icon2 {
    font-size: 24px;
}

.repoImg {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 250px;
    width: 100%;
}

.customBtn {
    background-color: #3c4557;
    border-color: #3c4557;
    border-width: 3px;
}

.customBtn:hover {
    border-color: #244974;
}

.pageButton {
    background: #6c7287;
    width: 38px;
    height: 38px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.pageNextPrev {
    padding: 0px;
}

.custom-icon3 {
    font-size: 48px;
}

#searchText {
    border: none !important;
    box-shadow: none !important;
}

#searchText {
    border: none !important;
    width: 190px;
}