.blog-banner {
	background-image:url(../../img/pages/banner-produzzi-p.png);
	height:200px;
	width:100%;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow:column;
	color: #fff;
}

.btn-block::before {
	content: "\f0da";
	color: rgba(0,161,154,1);
	position: unset;
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
}

.btn-block[aria-expanded="true"]::before {
	content: "\f0d7";
}

.btn-block {
	height: 38px;
	font-size: 1.1rem;
	line-height: 18px;
	color: #707070;
}

.card-header {
	background-color: #e6e6e6 !important;
	border-radius: 30px !important;
	border: none;
}

.card-header .btn:hover, .card-header .btn:focus {
	text-decoration: none;
	color: #000;
}

.card {
	border: none;
	margin-bottom: 12px;
}

.card p {
	font-size: 1.1rem;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.card p a {
	font-size: 1.1rem;
	font-weight: 400;
	font-style: italic;
	color: rgba(0,161,154,1);
	margin-right: 0;
}

.card p a:hover {
	text-decoration: none;
	color: rgb(0, 116, 110);
}

@media screen and (max-width: 478px) {
	.btn-block::before {
		font-size: 1.2rem
	}
	.btn-block, .card p, .card p a {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 400px) {
	.btn-block::before {
		font-size: 1rem
	}
	.btn-block, .card p, .card p a {
		font-size: 0.68rem;
	}
	.btn-block {
		height: 20px;
		line-height: 5px;
	}
}

.categories {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.categories > a {
	padding: 5px 15px;
    background-color: #01A29C;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	font-weight: 500;
    color: white;
	margin: 0px;
	font-size: 1.1rem;
}

.categories > a.active {
	color: #000;
	background-color: white;
}

.categories > a.active:hover {
	text-decoration: none;
}

.categories > a:not(.active):hover {
	text-decoration: none;
	background-color: #707070;
}

.float-sm-right {
    float: right !important;
}

.btn-blog {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9rem;
	line-height: 1.6;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.course-feature{
    min-height: 300px;
    border: 1px solid #f0f0f5;
}
.course-feature header{
    height: 55px;
    background-color: #14bef0;
}
.course-feature header h6{
    text-align: center;
    padding-top: 16px;
    color: #fff;
}

.icon.float-right {
    margin-left: .3em;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.underline-heading {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 10px;
	line-height: 2.3;
  }

  .ul-no-padding {
	padding-inline-start: 0;
  }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.breadcrumb {
	align-items: center;
	margin-bottom: unset;
}

.breadcrumb-container {
	height: fit-content;
}

.breadcrumb-item {
	font-size: 1rem;
}

.breadcrumb-item > a {
	margin: 0;
	font-weight: unset;
	font-size: 1rem;
	color: unset;
}

article a, .pagination a {
	font-weight: unset;
	margin: unset;
	font-size: unset;
}

.pagination {
	width: 100%;
	align-items: center;
	justify-content: center;
}