@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --acentoAlto: #FFCCBC;
    --acento: #FF5722;
    --acentoBajo: #E64A19;
    --gris: #546E7A;
    /* loque sigue es relevante */
    --bs-font-sans-serif:"Inter", sans-serif;
    --bs-link-color-rgb: 193,110,253;
    --bs-link-hover-color-rgb: 110, 88, 202;
}

.text-bg-primary{
    background-color:rgba(233,33,23,.5) !important;
}

.text-bg-secondary{
    background-color:silver !important;
}

em{
    font-style: normal;
    font-weight: 500;
}


.table-responsive{
    margin:0 -0.4rem;
}

.profesor{
background:transparent url('https://www.u-cursos.cl/d/images/cargos/profesor_de_catedra.svg') right 0.75rem no-repeat;
background-size:1.5rem auto;
margin:0.5rem 0;
font-size: 90%;
}

.profesor .burbuja {
position:relative;
background:#f5f5f5;
margin-right:3rem;
padding:1rem;
}

.profesor .burbuja::after {
content:"";
display:block;
position:absolute;
right:-1rem;
top:1rem;
width:0;
height:0;
border-top:0.5rem solid transparent;
border-bottom:0.5rem solid transparent;
border-left:1rem solid #f5f5f5;
}

.estudiante{
background:transparent url('https://static.u-cursos.cl/images/cargos/alumno.svg') left 0.75rem no-repeat;
background-size:1.5rem auto;
margin:0.5rem 0;
font-size: 90%;
}

.estudiante .burbuja {
position:relative;
background:#ebebeb;
margin-left:3rem;
padding:1rem;
font-weight: bold;
}

.estudiante .burbuja::after {
content:"";
display:block;
position:absolute;
left:-1rem;
top:1rem;
width:0;
height:0;
border-top:0.5rem solid transparent;
border-bottom:0.5rem solid transparent;
border-right:1rem solid #ebebeb;
}