/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */



/*.masterstudy-single-course__cta{
	display: none !important;
}*/
.ms_lms_courses_card_item_image {
  height: 180px !important;
  object-fit: contain !important;
}
.masterstudy-single-course__info{
	display: none !important;
}
.det-curso > div {
  border-bottom: 1px solid #dedede;
  padding: 10px;
  color: #6d6a6a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.det-curso span {
  font-size: 22px;
  color: #575757;
}
.det-curso strong {
  display: flex;
  align-items: center;
  gap: 10px;
}
.curso-formulario p{
	margin-bottom: 5px;
}
.curso-formulario label{
	display:block;
	
}
.curso-formulario input{
	width: 100%;
}











