/*estilos generales para congresos*/
body{
    font-family: Montserrat, sans-serif !important;
    background-color: #efefef;
}


.h1 {
    font-size: 28px;
}

div.presentation-container {
    color: #495057;
    font-size: 17px;
}

.img-section{
padding-left: 100px;
}

/*nav settings*/
.logoSitur{
    display: none;
  }
.logoSitur-black{
    display: inline-block !important;
}

.site-navigation li a{
    color: #000 !important;
}
/*end nav settings*/

.acreditacion-container p{
    margin-top: 20px;
    margin-bottom: 30px;
}


.row-card{
    margin-bottom: 10px !important;
    background-color: white !important;
}

.card{
    margin: 5px;
}

.custom-table th{
    font-weight: 700 !important;
}

.custom-table td{
    padding: 20px !important;
}
.custom-table thead{
    vertical-align: middle;
}
.custom-table tr{
    border-bottom: #efefef 10px solid !important ;
}

table{
    font-size: 17px;
}

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

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

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

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

.filter-btn {
    cursor: pointer;
    position: relative;
}

.dropdown-filtros{
    padding: 15px;
}

.export{
    padding-bottom: 15px;
}

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

.title-color-primary {
    color: #A90C3C;
}

.title-color-segundary{
    color: #B68400;
}

.text-color{
    color: #78829D;
}

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

.Terminado{
    color: #1B84FF !important;
}

.Cancelado{
    color: #F82A5B !important;
}

.Iniciar{
    color: #17c653 !important;
}

.Activo{
    color: #17C653 !important;
}


@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);

    }
}