body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
a {
  color: #29852b;
}
.hidden {
	display: none !important;
}
.navbar {
  height: 100px;
  overflow: hidden;
  background-color: #fff !important;
  text-align: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: all .5s;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.navbar .navbar-header {
  margin: auto;
}
.navbar .navbar-collapse {
  position: absolute;
  right: 30px;
}
.navbar img {
  height: 90px;
  display: block;
  margin-top: 25px;  
}
.main-content {  
  padding: 100px 0 0 0;
}
#carousel-slides {
  height: 550px;
  overflow: hidden;
}
.carousel-title {
  position: absolute;
  top: 250px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 31px;
  width: 100%;
}
.jumbotron {
  border-radius: 0;
}
.jumbotron .jumbotron-content {
  margin-top: 1rem;
  font-weight: 100;
  font-size: 15px;
}
.btn-primary {
  background: transparent;
  border: 2px solid #29852b;
  color: #29852b;
  border-radius: 0;
  transition: all .5s;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-secondary {
  background: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 0;
  transition: all .5s;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-primary > i {
  color: #29852b;
  font-size: 20px;
  min-width: 30px;
}
.btn-primary:hover {
  background: #29852b;
  border: 2px solid #29852b;
  color: white;
  transition: all .5s;
}
.btn-secondary:hover {
  background: white;
  border: 2px solid white;
  color: #333;
  transition: all .5s;
}
.btn-primary:hover > i {
  color: white;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:visited {
  border: 2px solid #29852b;
  box-shadow: 0;
  outline: none;
}
.form-button {
  margin-top: 29px;
  padding: 6px;
  width: 50px;
  text-align: center;
  display: block;
}
.form-button > i {
 font-size: 14px;
}
.modal {
  padding-top: 200px;
}
.modal .modal-header {
  text-align: center;
  display: block;
  color: white;
  background: #29852b;
  margin-left: -1px;
  border: 0;
  border-radius: 0;
}
.modal .modal-header > button {
  position: absolute;
  right: 1rem;
  top: 10px;
  font-size: 40px;
  color: white;
  opacity: 1;
}
.modal .modal-body {
  border: 1px solid white;
}
.modal .modal-content {
  border-radius: 0;
}
.form-group label {
  margin: 0;
}
.form-control {
  margin: 5px 0;
  border: 1px solid #ced4da;
  border-radius: 0;  
}
.separator {
  width: 50px;
  height: 6px;
  background: #29852b;    
  margin: 20px auto 40px;
}
.course-item {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
.course-item.disabled {
  opacity: .7;
  cursor: not-allowed;
}
.course-item.small {
  min-height: 350px;
}
.course-item .course-title {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  height: 60px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  background: #29852b;
  width: 80%;
  text-align: left;
}
.course-item.small .course-title {
  padding: 5px 10px;
  font-size: 16px;
}
.course-info {
  margin-top: 3rem;
  background: #333;
  padding: 40px 20px;
  margin: 0 -25px;
  color: white;
  font-size: 14px;
}
.course-info .course-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
#accordion .card {
  background: #29852b;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid white;
}
#accordion .card .card-header button {
  color: white;
}
#accordion .card-body {
  background: #f2f2f2;
}
footer {
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
footer > p {
  margin: 0;
}
.table thead > tr {
  color: white;
  background: #333;
  border-bottom: 0;
}
.table thead > tr > th{ 
  border-bottom: 0;
}
.table tbody > tr {
  background: white;
}
.table tbody > tr > td {
  vertical-align: middle;  
  font-size: 12px;
}
.table tbody > tr > td > .form-control {
  padding: 0px;
  width: 50px;
  margin: auto;
  font-size: 12px;
}
.competencies-list span {
	background: transparent !important;
	font-size: 1rem !important;
}
.competencies-list table {
	margin-bottom: 15px;
	width: 100% !important;
}
.competencies-list table td {
	border: 0 !important;
	padding: 0 !important;
}