@import "variables.css";

.titulo-letras {
    /* font-size: 3em;
    font-weight: 600; */
    font-weight: bold;
    font-size: 53px;
    line-height: 50px;
    color: var(--submenu-primary);
}

.circle-sc {
    background-image: url("/img/05-Subcomisiones/circulo.png");
    /*width: 100%;*/
    background-repeat: no-repeat;
}

.avatar-text {
    color: var(--primary-color-light-2) !important;
    font-weight: 700 !important;
    font-size: 1.1em;
    text-align: center;
}

.i-collapse {
    font-weight: 600;
}

.line {
    width: 50%;
    background-color: black;
    display: inline-table;
    /*border: none;*/
}

.photo-circle {
    width: 210px;
}

.name-sub {
    font-weight: 400; font-size: 1.2em;
}

.title-sub {
    font-style: italic; color: var(--primary-color-light-2); font-weight: 600;
}
