/*estilos generales para el catalogo general*/
body {
    font-family: 'Montserrat', sans-serif !important;
}

.sticky-wrapper {
    background-color: #34151F;
}

.catalogos-title {
    color: #A90C3C;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
}

.filter-container {
    text-align: center;
}

.filter-container .button.filter-btn {
    color: black;
    font-weight: 700;
    border-radius: 12px;
}

.filter-container .button.filter-btn :hover {
    color: whitesmoke !important;
}

.cursos-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 18px;
}

.card-title {
    color: #383838;
    font-size: 20px;
}

.subtitle {
    color: #B68400;
    font-size: 15px;
    font-weight: 600;
}
.description{
    color: #78829D;
    padding-top: 10px;
}
.section-title{
    display: flex;
    align-items: center;
}
.card-body {
    padding: 1rem 1rem 0rem 1rem !important;
}

.card-body .title-name {
    display: inline-block;
    width: 75%;
}

.card-body .icon {
    display: inline-block;
    max-width: 70px;
    vertical-align: middle;
}

.social{
    margin-top: 10px;
}

.verMasBtn{
    margin-top: 20px;
    text-align: center;
}

.card-footer {
    padding: 0px 0px 10px 10px !important;
    border-top: white 0px solid !important;
}

/*filtrado*/
.title-filter{
    color: #383838;
    font-size: 35px;
    font-weight: 700;
}
.cat-input .form-seach{
    width: 300px;
}


.btn-close-filter {
    background-color: #78829D1A;
}

.btn-filtrar {
    background-color: #A90C3C;
    color: white;
}

/* Estilos para el botón */
.filter-btn {
    cursor: pointer;
    position: relative;
}

.export{
    padding-bottom: 15px;
}

.dropdown-opciones{
    margin-left: 0px !important;
}

.dropdown-filtros{
    padding: 15px;
}

.data_commerce{
    padding-right: 10px;
}
@media only screen and (max-width: 600px) {
    .cursos-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;

    }
}

@media only screen and (max-width: 855px) {
    .cursos-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }
}
.loader-title {
    color: #A90C3C !important;
    font-size: 30px;
}

.div-loader{
    display: none;
}

.text-color-primary {
    color: #A90C3C !important;
}

.text-font-title {
    font-size: 30px !important;
    font-weight: bold;
}

.card-color-primary {
    background-color: #A90C3C;
    color: white !important;
}

.text-color-white {
    color: white !important;
}

.card-border-none{
    border: none !important;
}

.text-color-segundary{
    color: #78829D !important;
}

.clickable-card {
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.clickable-card:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.principal-cards-nom {
    color: #A90C3C;
    font-weight: 500;
    padding-block: 10px;
}

.principal-data-nom {
    color: #78829D;
    text-align: left;
}

.div-container-cards-nom {
    font-weight: 500;
}

.title-box-page-nom {
    color: #AB0A3D;
    text-align: center;
    padding-top: 10px;
}

.content-box-page-nom {
    text-align: start;
    font-weight: 500;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-sub-box-page-nom {
    padding-left: 10px;
    margin-top: auto;
}

.color-box-page-nom {
    background-color: #EBEEF3;
    height: 100%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row-box-page-nom {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.col-box-page-nom {
    flex: 1;
}


.img-error {
    display: none !important;
}