/*estilos generales para la pagina de embajadas y consulados*/
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: 25px;
}

.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-footer {
    padding: 0px 0px 10px 10px !important;
    border-top: white 0px solid !important;
}

.ocre-text{
    display: contents;
    color: #B68400;
}

.content-consulates{
    font-size: 15px;
}

.btn-consulates{
    background-color:#A90C3C ;
    color: white;
    margin-bottom: 20px;
}

.section-title img{
    max-width: 90px;
}

/*telefonos*/
@media only screen and (max-width: 600px) {
    .catalogos-title{
        font-size: 45px;
    }

    .cursos-container{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media only screen and (min-width:600px) and (max-width: 999px){

    .cursos-container{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
