html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


.background-course {
    background-color: #FFF;
}

.custom-btn-primary {
    background-color: #901A1D;
    color: #ffffff;
    border-color: none ;
}

.custom-btn-primary:hover {
    background-color: #901A1D;
    color: #ffffff;
    border-color: #ffffff;
}


.custom-btn-secondary {
    background-color: #FFFFFF;
    color: #901A1D;
    border-color: #901A1D;
    justify-content: space-between;
    
}

.text-button {
    color: #901A1D;
}

.course-name {
    color: #901A1D;
    font-size: 24px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (min-width: 768px) {
    .course-name{
        font-size: 48px;
    }
}

.text-description {
    color: #221638;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-subtitle {
    color: #090251;
    font-size: 25px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.text-teacher {
    color: #090251;
    font-size: 18px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.price-course{
    font-weight: bold;
    font-size: 36px;
    color: #000
}

.date-conferences{
    font-weight: bold;
    font-size: 20px;
    color: #696363
}

.text-black {
    color: #000000;
    font-size: 18px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.img-circle {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.main-color-black {
    font-family: 'Nunito', sans-serif;
    color: #000000;
    font-size: 20px;
    text-align: justify;
}

.text-description-1 {
    color: #514d4d;
    font-size: 14px;
}

div.stars {

    width: 100%;
  
    display: inline-block;
  
  }
  
  
  
  input.star { display: none; }
  
   
  
  label.star {
  
    /* float: right; */
  
    padding: 10px;

    font-size: 32px;
  
    color: #901A1D;
  
    transition: all .2s;
  
  }
  
   
  
  input.star:checked ~ label.star:before {
  
    content: '\f005';
  
    color: #FD4;
  
    transition: all .25s;
  
  }
  
   
  input.star-5:checked ~ label.star:before {
  
    color: #FE7;
  
    text-shadow: 0 0 20px #901A1D;
  
  }
  
   
  
  input.star-1:checked ~ label.star:before { color: #F62; }
  
      
  
  label.star:hover { transform: rotate(-5deg) scale(1.1); }
  
   
  
  label.star:before {
  
    content: '\f006';
  
    font-family: FontAwesome;
  
  }

  textarea {
    resize: none;
}

.comment{
    border: 3px solid #901A1D;
    border-radius: 0.25rem;
    display:inline;
}

.normal-star{
    
    color: #901A1D;
}

.full-star{
    color: #FD4;
}