/*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;
}
