.text-font {
    font-family: 'Inter', sans-serif;
    font-size: medium;

}

.img-cover {
    background-image: url('../../images/periodico.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 362px;
}

.img-background-teacher {
    background-color: #eeeeee;
}

.img-circle {
    width: 174px;
    height: 174px;
    border-radius: 50%;
}

.img-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.teacher-button-1 {
    color: #ffffff;
    background-color: #901A1D;
    border: 1px solid #ffffff;
    padding: 8px 40px;
}

.teacher-button-2 {
    color: #901A1D;
    background-color: #ffffff;
    border: 1px solid #901A1D;
    padding: 8px 40px;
}

.text-over-img {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-weight: bold;
    font-size: 3em;
}


.text-title{
    color: #ffffff;
}

.icon-color{
    color: #ffffff;
}

.card{
    margin: 1em;
    box-shadow: 0px 5px 8px 0px rgba(22, 22, 26, 0.18);
    border:  1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.card .img-wrapper {
    max-width: 100%;
    height: auto;
    
  }

.card .img-wrapper img{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }

.card-title{
    color: #901A1D;
    font-size: 20px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-title:hover{
    color: #090251;
}

.card-teacher{
    color: #090251;
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: .5s;
}

.card-teacher:hover{
    color: #901A1D;
}

.card-description{
    color: #221638;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-price{
    color: #000;
    font-size: 23px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

