@charset "UTF-8";
@import url("fonts.css");

:root {
	--primary-color: #008AAD;
	--secundary-color: #112E3B;
	--white-color: #ffff;
	--blur: 10px;
	--text-main-color: #515457;
	--text-secundary-color: #112E3B;
}

a {
	text-decoration: none;
}

body {
	font-family: "MontserratRegular";
}

body .body {
	margin-bottom: 8px;
}

header.nav-shadow {
	box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.4) !important;
}

header .nav-link {
	font-family: "MontserratBold";
	font-size: small;
	color: #000 !important;
	transition: all 0.3s;
}

header .nav-link:hover {
	color: #9b9b9b !important;
}

/* Alerts */
#formBodyMessage {
	z-index: 1;
}

#formBodyMessage .alert-success p,
#formBodyMessage .alert-success button {
	color: #155724 !important;
}

#formBodyMessage .alert-success,
.alert {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
}

#formBodyMessage {
	position: fixed;
	right: 3%;
	bottom: 0;
	margin-bottom: 1rem !important;
}

#formBodyMessage button,
#formBodyMessage button:focus {
	font-size: 10px;
	box-shadow: none;
	background-color: transparent !important;
	border: none;
}

#formBodyMessage .alert-dismissible .btn-close {
	padding: 1.4rem 1rem;
}

/* Banner */

.carousel-item {
	position: relative;
	padding: 0 6;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .3s ease;
}

.carousel-item img {
	width: 100%;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	opacity: 1 !important;
}

.carousel-control-next-button,
.carousel-control-prev-button {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}

.carousel-control-next-button:hover,
.carousel-control-prev-button:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

#carousel-banner i.la {
	font-size: x-large;
	padding: 0.40rem;
}

.carousel-indicators {
	padding-bottom: 60px;
	bottom: -50px;
}

.carousel-indicators button {
	opacity: 1 !important;
}

.carousel-indicators button {
	border-radius: 100% !important;
	width: 7px !important;
	height: 7px !important;
	margin-right: 4px !important;
	border: 1px solid #000 !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.carousel-indicators .active {
	background-color: #000 !important;
	border: 0px !important;
	width: 9px !important;
	height: 9px !important;
}

/* single banner */
.single-banner {
	position: relative;
	width: 100%;
	padding: 0 6;
	min-height: 406px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Filter */

#form_filter.filter-box {
	font-size: large;
	border-radius: 1em;
	box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.4) !important;
	padding-bottom: 30px;
	background-color: #f8f7f5;
}

#form_filter .form-control {
	color: #808080;
	border-color: #808080;
	border-radius: 0.25rem !important;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
}

.searchbox {
	background-color: #fff !important;
}

.group-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

#search {
	margin-top: 27px;
	width: 100%;
	background-color: #000 !important;
	border: 0;
	padding: 1px;
	border: 2px solid #000;
	transition: all 0.3s;
}

#clear-filters {
	margin-top: 27px;
	margin-left: 5px;
	background-color: #ddd !important;
	border: 0;
	padding: 1px;
	border: 2px solid #ddd;
	transition: all 0.3s;
}

#clear-filters:hover {
	background-color: #ccc !important;
	color: #000;
	border: 2px solid #ccc;
}

#search:hover {
	background-color: #fff !important;
	color: #000;
	border: 2px solid #000;
}

/* Title */


.title .offer {
	font-family: "MontserratBold";
}

.title .results {
	font-family: "MontserratSemiBold";
	color: #808080;
}

/* Courses */
.c-card {
	border-radius: 1em;
	box-shadow: 0px 0rem 0.5rem 0px rgb(0 0 0 / 14%);
	color: #343434;
	justify-content: space-between;
}

span.openings {
	position: absolute;
	right: 9px;
	top: -17px;
}

.openings {
	margin: 5px;
	padding: 8px;
	font-size: x-small;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	font-family: "MontserratMedium";
}

.green {
	background-color: #28a038;
}

.red {
	background-color: #c51617;
}

.c-card-img {
	background-position: center;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
}

.c-card-title {
	font-family: "MontserratBold";
}

.c-card-body {
	font-family: "MontserratMedium";
	background-color: #fff;
	color: #000;
	font-size: small;
	height: 80%;
	min-height: 0;
}

.c-card-body li {
	display: flex;
	align-items: center;
}

.c-card-body li i {
	font-weight: 600;
	padding-right: 0.25em;
}

.c-card i.la {
	font-size: large !important;
}

.c-card-body span.title {
	font-family: "MontserratSemiBold";
}

.c-card-body span:not(.title) {
	font-family: "MontserratRegular";
}

.c-card-footer {
	font-size: 15px;
	margin: 0;
	background-color: #323e48;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	transition: all .3s;
	min-height: 122px;
	justify-content: normal;
}

.c-card-footer:hover {
	background-color: #4f6271;
}

.page-item {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.page-item:first-child .page-link {
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

.page-item .page-link {
	border-radius: 0.5rem !important;
	border: 2px solid #323e48 !important;
	transition: all 0.3s;
}

.page-item .page-link:hover {
	color: #fff !important;
	background-color: #323e48 !important;
}

.page-item.active .page-link {
	background-color: #323e48;
	color: #fff;
}

.page-item:not(.active) .page-link {
	background-color: #fff;
	color: #323e48;
}

.page-link {
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
}

/* Course Actions Page */

a {
	font-family: "MontserratSemiBold";
}

a.back {
	display: flex;
	align-items: center;
	color: #000;
}

a.back:hover {
	color: #9b9b9b;
}

a.back i {
	font-size: x-large;
}

.show-div-main {
	background-color: #323e48;
	color: #fff;
	box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 768px) {
	.show-div-main {
		padding: 75px 20px;
	}
}

.custom-btn {
	box-shadow: 0 0.3rem 0.5rem 0 rgb(0 0 0 / 25%);
	transition: all 0.3s;
}

.custom-btn.interest {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 2px solid #fff;
}

.custom-btn.interest:hover {
	border: 2px solid #c24c4c;
}

.custom-btn.enrollment {
	background-color: #d9534f;
	border: 2px solid #d9534f;
}

.text-danger {
	color: #d9534f !important;
}

.custom-btn.enrollment:hover {
	border: 2px solid #c24c4c;
}

.custom-btn:hover {
	background-color: #c24c4c !important;
}

/* Content */

.content-transparent-box {
	font-size: large;
	text-align: justify;
}

.title-transparent-box {
	font-size: x-large;
	font-family: "MontserratBold";
	color: #000;
}

.content-box {
	background-color: #ededed;
	border-radius: 1em;
	box-shadow: 0 0.3rem 0.5rem 0 rgb(0 0 0 / 25%) !important;
	font-family: "MontserratMedium";
}

.content-box .title {
	font-family: "MontserratBold";
}

.content-box .info {
	font-size: small;
}

.content-box .date {
	font-family: "MontserratSemiBold";
}

.content-box i.la {
	font-size: x-large;
}

.content-box .price {
	color: #fff;
	background-color: #000;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

hr {
	color: #c6c6c6;
}

footer * {
	color: #fff;
}

footer .container-fluid {
	background-color: #323e48;
}

footer .row {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

footer .logo {
	border-bottom: 1.25px solid #fff;
}

footer .logo img {
	width: 250px;
}

footer .developed-by img {
	width: 200px;
}

footer h6 {
	font-family: "MontserratBold";
}

footer a,
footer p {
	font-family: "MontserratExtraLight";
}

footer .contacts a,
footer ul,
footer span.title-copyright {
	font-family: "MontserratSemiBold";
}

footer span,
footer a,
footer p,
footer ul li {
	font-size: small;
}

footer a {
	transition: border-color 0.3s, text-decoration 0.3s, color 0.3s, background-color 0.3s;
}

footer ul {
	list-style: none;
	font-size: large;
}

footer ul li {
	display: flex;
	align-items: center;
}

footer i.la {
	font-size: larger;
	padding-right: 0.5rem;
}

footer a:hover {
	color: #fff !important;
	text-decoration-thickness: 1px !important;
	text-decoration: underline;
}

footer .brand-icons a {
	font-size: x-large;
	text-decoration: none;
}

footer .brand-icons,
footer .copyright {
	padding-left: 6px;
}

@media (min-width: 1200px) {

	.carousel-control-next,
	.carousel-control-prev {
		width: 10% !important;
	}

	footer .contacts {
		border-width: 0 !important;
		justify-content: normal !important;
	}

	footer .logo {
		padding-left: 0rem !important;
	}

	footer .developed-by {
		text-align: center;
	}

	footer .footer-end {
		justify-content: flex-end !important;
	}
}

@media (max-width: 1200px) {
	footer .logo {
		padding-right: 3.75rem;
		padding-left: 3.75rem;
	}

	footer .developed-by {
		padding-left: 3.75rem;
	}

	footer .footer-end {
		padding-right: 2.75rem;
	}
}

@media (max-width: 992px) {
	footer .logo {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	footer .developed-by {
		padding-left: 2rem;
	}
}

@media (min-width: 992px) {
	.content-transparent-box {
		padding-right: 7.5rem !important;
	}
}

@media (max-width: 768px) {
	footer .logo,
	footer .developed-by {
		padding-right: 2.75rem;
	}
}

@media (min-width: 576px) {
	.carousel-control-next,
	.carousel-control-prev {
		width: 15%;
	}

	.content-transparent-box {
		padding-right: 4.5rem;
	}

	.show-div-main {
		padding: 50px;
	}

	footer .contacts {
		border-bottom: 1.25px solid #fff;
		justify-content: center;
		display: flex;
	}

	footer .footer-end {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.carousel-control-next,
	.carousel-control-prev {
		width: 30%;
	}

	a.navbar-brand {
		padding: 0 !important;
	}

	a.navbar-brand>img {
		height: 25px !important;
	}

	header .nav-link {
		font-size: x-small;
	}

	header.nav-shadow .container {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}

	#form_filter {
		margin: 0 !important;
	}

	.show-div-main {
		padding: 40px 20px;
	}

	.content-transparent-box {
		padding-right: 0;
	}

	footer .logo {
		padding-left: 0;
		padding-right: 0;
	}

	footer .logo,
	footer .contacts,
	footer .developed-by,
	footer .footer-end {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}

	footer .contacts,
	footer .developed-by {
		border-bottom: 1.25px solid #fff;
	}
}