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

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

/*
*
* Estilos de las paginas de Normatividad Turistica
*
*/

.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;
}

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

.background-color-segundary{
    background-color: rgba(120, 130, 157, 0.1);
}

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

.card-container-rnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
}

.text-color-orange-yellow {
    color: #B68400 !important;
}

.card-color-orange-yellow {
    background-color: #B68400 !important;
    color: white !important;
}


.card-body {
    padding: 1rem 1rem 1rem !important;
}

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

    }
}
