/*estilos generales para pagina de directorio capacitadoras*/
body{
    font-family: Montserrat, sans-serif !important ;
    background-color: #FAFBFF;
}

.h1 {
    font-size: 28px;
}

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

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

.links{
    top: 10px;
    right: 20px;
    position: absolute;
    display: inline-block;
}

.text-card{
    margin-bottom: 10px !important;
}

.card{
    margin: 5px;
}

thead{
    background-color: gray;
    color: white;
}

.table-header{
    background-color: gray;
     font-weight: 700;
     text-align: center;
}

.table-header td{
    color:white;
}