h1{
    font-size: 2em;
}
.collapse{
    display: none;
}
.card-link span{
    display: none;
}
.collapse.show{
    display: block;
}
.card-link span.show{
    display: inline-block;
}
.card-link{
    display: flex;
    justify-content: space-between;
    font-size: 1.3em;
    padding: 0.5em 0.7em;
    box-sizing: border-box;
    border: 1px solid #cccccca2;
    margin-top: 0.5em;
}
.card a .fa{
    color: var(--color-3);
    font-size: 1.3em;
}
.card-body{
    border: 1px solid #cccccca2;
    padding: 0.5em 0.7em;
    line-height: 1.5em;
}
.mt-5{
    margin-top: 2em;
}
.testimonios-alumnos .item{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1em;
    padding: 1em 0;
}
.testimonios-alumnos img{
    border-radius: 50%;
    max-width: 170px;
    margin-right: 30px;
    -webkit-box-shadow: 6px 6px 0px 0px rgb(75 168 208);
    -moz-box-shadow: 6px 6px 0px 0px rgb(75 168 208);
    box-shadow: 6px 6px 0px 0px rgb(75 168 208);
}
.text-aclaration{
    font-style: italic;
}
.text-spacing p{
    line-height: 1.2em;
    margin:0.7em 0;
}
