:root {
	--hs-font-family-base: 'Axiforma', sans-serif;
}

* {
	font-family: var(--hs-font-family-base);
}

body>nav.navbar-inverse, .navbar-inverse .navbar-collapse {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
.navbar-brand{
	height: auto;
}
.navbar-inverse .navbar-brand{
	color: white;
	transition-duration: 0.2s;
}
.navbar-inverse .navbar-nav>li>form{
	margin: 8px 20px;
}

input, select{
	border-radius: 0 !important;
}

.login-portal {
	text-align: right;
}




/*Alteraçõs MSOUSA*/

.bgray {
	/*background-color:#f2f3f4;*/
	background-color: rgba(2, 2, 2, 0.8) !important;
}

.navbar {
	border: none;
	margin-bottom: 0;
}

.login-portal > a {
	text-decoration: none;
	display: inline-block;
	padding: 15px 5px;
	color: #ffffff;
	line-height: 34px;
}

.navbar-default .navbar-nav>li>a {
	text-align: right;
	color: #ffffff;
	line-height: 34px;
}

.login-portal a:hover {
	background-color: #C4161C;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #C4161C;
	color: #ffffff;
}

#submit-filters:hover, #submit-filters:focus {
	background-color: #710c10!important;
	color:#fff;
}

.searchbox {
	border: 1px solid transparent;
	background-color: #4b5067;
}

#search  .form-control {
	background-color: #ffffff;
}

.c-card-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	height: 230px;
}

.c-card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(2, 2, 2, 0.8);
	color: #fff;
	cursor: pointer;
	min-height: 110px;
	justify-content: center;
	display: flex;
}

.c-card-footer h5 { align-self: center; }


.c-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	min-height: 230px;
	color: #555;
}
.c-card-body > li {
	padding-bottom: 5px;
}
.c-card-body > li > i {
	padding-right: 5px;
}

.c-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ECECEC!important;
	background-clip: border-box;
	border-radius: 0;
	min-height: 400px;
	height: 100%;
}
.c-card > .social-networks {
	padding: 5px;
	flex-grow: 1;
}
.c-card > .social-networks > a {
	padding: 2px;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	margin: 0 2px;
}
.c-card > .social-networks > a.la-facebook {
	background-color: #3757ae;
}
.c-card > .social-networks > a.la-linkedin {
	background-color: #0b66c3;
}
.c-card > .social-networks > a.la-at {
	background-color: #45b4e2;
}

.c-shadow {
	box-shadow: 0px 3rem 1rem -2rem rgba(0,0,0, .4)!important;
}

.courses .fs12 { font-size: 12px; margin-top: 30px; }
.courses ul { padding-left: 12px; }

.card-img-top {
    width: 100%!important;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}
.c-card-footer:hover {
	background-color: #C4161C;
}
.c-card a {
	text-decoration: none;
}
.c-card-body li {
	list-style: none;
}

.glyphicon-search {
	transition-duration: 0.3s;
	text-decoration: none;
	background-color: #C4161C;
	color: #fff;
}

.glyphicon-search:hover {
	text-decoration: none;
	background-color: #710c10!important;
	color: #fff;
}

body>footer {
	background-color: #2e2e2c;
}

footer .container {
	max-width: 95%;
}

footer .social_icons {
	gap: 16px;
	display: flex;
	justify-content: end;
	align-items: center;
	align-self: center;
}

footer .social_icons a {
	font-size: 13px;
	color: #fff;
	transition: all .3s ease;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .social_icons a:hover {
	transform: scale(1.3);
}


.navbar-default .navbar-toggle {
	border-color: #ddd;
	border-radius: 0;
	color: #fff;
}

.date-wrapper span{
	padding: 10px;
	text-align: center;
	display:block;
}
.date-wrapper .year{
	background-color: #C4161C;
	color: #FFFFFF;
	padding: 5px;
	font-size: 0.8em;
}
.date-wrapper .top{
	background-color: #FFFFFF;
	color: #112a46;
}
.date-wrapper .bottom{
	background-color: #C4161C;
	color: #FFFFFF;
}
.date-wrapper span.ext {
	font-size: 20px;
    font-weight: bold;
	background-color: #f0f8ff73;
	color: #333;
	border-radius: 6px;
	margin: 5px;
}

.subscribe-button{
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #C4161C;
	display: inline-block;
	color: #fff;
	transition: 0.3s;
	border: none;
}
.subscribe-button:hover, .subscribe-button:focus{
	background-color: #710c10;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.navbar-brand {
	padding: 7px !important;
	margin-left: 0 !important;
}
a.navbar-brand > img {
	height: 50px;
	width: auto;
}

.show-info-1 {
	background-color: #fff;
	padding: 10px 0 10px 0;
	color: #112a46;
	margin: 5px 0;
}

.show-info .btn {
	margin: 5px 0;
}

.show-div-main {
	background-color: rgba(3, 3, 3, 0.6);
	padding: 15px 15px 15px;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 24px;
}


a, a:hover {
	cursor: pointer;
	text-decoration: none;
}

.courses-info .listgroup {
	padding-left: 0;
}
.courses-info em.la {
	font-size: 18px;
}

.btn.btn-subscribe {
	color: #fff;
}

.courses-resume {
	padding: 15px;
	background-color: #dedede;
	border-radius: 8px;
}


.show-d {
	background-color: #C4161C;
	padding: 12.5px;
	color: #fff;
}

.end-pag {
	justify-content: center!important;
	display: flex;
	margin-top: 15px;
}
.custom-btn:hover {
	  background-color: #710c10!important;
}


/*End*/

.breadcrumbs>div>a {
	margin: 10px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 14px;
}




#form_filter{
	text-align: left;
}
#search{
	display: inline-block;
}


fieldset .form-group {
	text-align: left;
}

.title-transparent-box{
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
	color: #1d365e;
}
.gray-info-box .divider:first-child{
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.gray-info-box.right-box{
	background-color: #d2ddea;
	color: #1d365e;
}
.title-transparent-box.divider{
	border-top: 1px solid #1d365e;
	padding: 15px 0;
	margin: 15px 0;
	margin-bottom: 0;
}
.blue-box{
	margin: 5px 0;
	padding: 15px;
	background-color: #1D365E;
	color: white;
}
.light-blue-box{
	margin: 5px 0;
	padding: 15px;
	background-color: #1D365E;
	color: white;
}
.gray-info-box {
	margin: 5px 0;
	padding-right: 15px;
	background-color: #fff;
	color: black;
}
.matchHeight .gray-info-box{
	margin: 0;
}

.multi-button{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	margin-top: -5px;
	padding: 0;
}
.multi-button li{
	list-style: none;
	display: none;
	margin:0;
	padding:0;
	width:100%;

}
.multi-button li a{
	width:100%;
	margin:0;
	background-color: #254c7e;
}
.course-name{
	font-size: 22px;
	display: block;
	margin: 10px 0;
}
.course-image-wrapper{
	height:400px;
	text-align: center;
	background-size: cover;
	overflow: hidden;
}
.course-image-wrapper .date-wrapper{
	position:absolute;
}
.course-image-wrapper .course-image-overlay{
	display: table;
	text-align: center;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,.8);
}
.course-image-wrapper .course-image{
	display:table-cell;
	vertical-align: middle;
	position: relative;
}
.course-image-wrapper .course-image img{
	display:inline-block;
	max-width: 100%;
}



.courseaction-listing .box{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.courseaction-listing .image-wrapper{
	height: 250px;
	position:relative;
	background-position: center;
	background-size: cover;
	transition: background-size 2s ease-in;
	display:block;
	overflow: hidden;
}
.courseaction-listing .image-wrapper .course-image, #top-slider .content-wrapper .image-wrapper .course-image{
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: center center;
	transition: transform 2s cubic-bezier(.61,.77,.44,.99);
	background-size: cover;
}
.courseaction-listing .box:hover .image-wrapper .course-image, #top-slider .content-wrapper:hover .image-wrapper .course-image{
	transform: scale(1.1);
}
.courseaction-listing .image-wrapper:hover{
	background-size: calc(cover + 10%);
}
.courseaction-listing .image-more-info-wrapper{
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 20px;
	padding-left: inherit;
	padding-right: inherit;
}
.courseaction-listing .image-wrapper:hover .slider-up{
	text-decoration: none;
	padding: 10px;
}
.courseaction-listing .image-wrapper .date-wrapper{
	width: 33%;
	display: block;
}
.courseaction-listing .image-wrapper .slider-up{
	display: block;
	height:0;
	overflow: hidden;
	transition: all 0.2s;
	background-color: rgba(0,0,0,0.7);
	color: white;
	padding: 0 10px;
	margin-top: 10px;
	position: relative;
	margin-right: 40px;
}
.courseaction-listing .box:hover .image-wrapper .slider-up{
	height:100px;
}
.courseaction-listing .image-wrapper .date-wrapper span{
	padding: 10px;
	text-align: center;
	display:block;
}
.courseaction-listing .image-wrapper .date-wrapper .year{
	background-color: #1D365E;
	color: #FFFFFF;
	padding: 5px;
	font-size: 0.8em;
}
.courseaction-listing .image-wrapper .date-wrapper .top{
	background-color: #FFFFFF;
	color: #1D365E;
}
.courseaction-listing .image-wrapper .date-wrapper .bottom{
	background-color: #1D365E;
	color: #FFFFFF;
}
.courseaction-listing .info-wrapper{
	background-color: #D2DDEA;
	color: #fff;
	padding: 20px;
	display:block;
}
.courseaction-listing .info-wrapper h4{
	font-weight:bold;
}
.divider{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#submit-filters{
	vertical-align: bottom; border-radius: 0;
}


.form-control:focus{
	border-color: #555; box-shadow: none;
}

#page_views {
	font-size: medium; text-align: center;
}

.ui-datepicker-calendar>tbody>tr>td>a:hover, .ui-datepicker-header>a:hover {
	background-color:#555; color:#fff; border-color:#555; text-decoration: none;
}

th, .col-start, .col-end, .col-location, .col-buttons{
	text-align: center;
}

/* Traduções */

.translate-screen-button{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 20px;
	background-color: #1c1c1b;
	color: white;
	border:none;
	box-shadow: none;
}
.translate-all-screen-button{
	position: fixed;
	bottom: 60px;
	right: 0;
	padding: 10px;
	background-color: #1c1c1b;
	color: white;
	border:none;
	box-shadow: none;
}

input.translate-me{
	z-index:200;
	color:black !important;
}
body>main{
	margin-top: 10px;
}

#top-slider {
	width:100%;
	max-height: 507px;
	display: table;
	margin: 0;
	overflow: hidden;
	position: relative;
	justify-content: center;
	display: flex;
}

#top-slider .before, #top-slider .after{
	display: table-cell;
	vertical-align: middle;
	font-family: FontAwesome;
	font-size:50px;
	width:60px;
	color: #1D365E;
	cursor: pointer;

}
#top-slider .before{
	content: '\f060';
	padding-right:10px;
}
#top-slider .after{
	content: '\f061';
	padding-left:10px;
}
#top-slider .content-wrapper .image-wrapper .date-wrapper{
	width:20%;
	top:auto;
	bottom:10px;
	position: absolute;
}

#top-slider .content-wrapper .info {
	width:50%;
	float:right;
	padding: 20px;
	color:#1d365e;
}

#top-slider .content-wrapper .info .module-description{
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
#top-slider .content-wrapper .info .more-info{
	padding-top: 15px;
}
#top-slider .content-wrapper .info .title a{
	padding-top: 15px;
}
#top-slider .content-wrapper .info .title a{
	font-size:20px;
	font-weight: 700;
	color: #000;
}

#top-slider .content-wrapper .image-wrapper .course-image img{
	display:none;
}
#slider-controls {
	position: absolute;
    bottom: 30px;
	text-align: center;
}

#slider-controls a {
	color: rgba(2, 2, 2, 0.8);
	cursor: pointer;
	text-decoration: none !important;
	margin: 0 5px;
	font-size: 15px;
}

header.fixed-top {



	transition: all 0.8s ease;
}

body.scrolled header {
	background: rgba(0, 0, 0, .9);
	color: black;
}

header nav.container {
	max-width: 95%;
	background-color: red;
}

header > nav.navbar {
	background-color: transparent;
}

header button.navbar-toggler {
	color: white;
	border: none;
	font-size: 24px;
	transition: all .3s ease;
}

header button.navbar-toggler:hover,
header button.navbar-toggler:focus  {
	transform: scale(1.2);
	box-shadow: none;
}

header > nav.navbar .nav-link,
header > nav.navbar .dropdown-toggle {
	color: #fff;
}



header > nav.navbar .dropdown-item {
	padding: .5rem 1rem;
}

header > nav.navbar .dropdown-item img {
	margin-right: 4px;
}

#navbarNav {
	padding: 0 34px;
}

#navbarNav  ul.navbar-nav {
	display: flex;
	justify-content: end;
	align-items: center;

}
#navbarNav  ul.navbar-nav .nav-item {
	padding-right: 24px;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	text-align: start;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: start;
	align-items: center;
	color: #fff;
	padding-left: 10%;
}

.banner .banner-content {
	z-index: 1;
}

.banner .hs-main-btn {
    color: #FFF;
    border: 1px solid #FFF;
}

.banner .swiper-slide .banner-content h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
	text-shadow: 0px 0px .5px rgba(0, 0, 0, .5);
}

.banner .swiper-slide .banner-content h6 {
	font-size: 24px;
    margin-bottom: 34px;
	color: #fff;
	font-weight: 100;
	text-shadow:0px 0px .5px rgba(0, 0, 0, .5);
}

.banner .swiper-button-next, .banner .swiper-button-prev {
	color: #212529;
	text-shadow: -.4px 0px 1px rgba(0, 0, 0, .5);
	transition: .3s ease;
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
	font-size: 22px;
}

.banner .swiper-pagination-bullet-active {
    background: #000;
}

.banner {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 35%);
}

.banner.no-image {
	height: 100px;
	background: rgba(0, 0, 0, .9);
}

.image-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
	transform: translateY(0);
	transition: transform 0.1s linear;
}

.banner-img-fluid {
    width: 100%;
    height: auto;
}

.courses-loading {
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.1);
}

#main-content {
	margin: 0;
	padding: 0;
}

#all-courses .toolbar {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 34px 12px;
	background-color: #eee;
	transition: all .5s ease;
}

#all-courses .toolbar.default {
	background: linear-gradient(to bottom, rgba(238, 238, 238, 1), rgba(238, 238, 238, .1) 90%);
}

#all-courses .toolbar__right button {
	background-color: transparent;
	border: none;
	transition: all .3s ease;
	padding: 4px 16px;
    font-weight: 400;
    color: #333;
}

#all-courses .toolbar__right button:hover {
	transform: scale(1.01);
}


#all-courses .main-title {
	margin: 0;
	text-transform: capitalize;
	font-family: var(--hs-font-family-base);
	font-weight: 100;
}


/* Courses - Filter - Pesquisa */
#all-courses .filter-container {
	background: linear-gradient(to bottom, rgba(238, 238, 238, 1), rgba(0, 0, 0, 0) 50%);
	padding-bottom: 34px;
	opacity: 0;
	display: none;
	transition: all .8s ease;
}



#all-courses .filter-container.active {
	display: block;
	opacity: 1;
}

#all-courses #form_filter {
	background: #fff;
	border-radius: 15px;
	padding: 34px 34px;
}


/* Estilização dos inputs */
#form_filter input,
#form_filter select,
#version-form select {
	width: 100%;
    border: 0;
    border-bottom: 1.8px solid #8888;
	height: 40px;
	font-size: 14px;
	padding: 0 12px;
	outline: none;
	color: #333;
	transition: all 0.3s ease;
}

#form_filter  .input-group-addon {
	position: absolute;
    right: 0;
    z-index: 999;
}

#form_filter select.default {
    color: #8f8f8f;
}

input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
	color: #8f8f8f;
	text-transform: capitalize;
}


#form_filter input:focus,
#form_filter select:focus {
	border-color: #000;
	color: #333;
	background-color: #fcfcfc;
}

#form_filter .form-row,
#form_filter .form-group {
	margin-bottom: 15px;
}

/* Course item */
#all-courses .max-width-80 {
	max-width: 80%;
}

#home-courses {
	max-width: 100%;
	padding: 34px 0;
}

.card-wrapper {
	perspective: 1200px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
	margin-bottom: 24px;
    width: 100%;
    height: 500px;

	animation: hs-translate-up linear;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
	transition: all .3s ease;
}

.card-wrapper .badge-wrapper {
	position: absolute;
	z-index: 10;
	top: 15px;
	display: flex;
	gap: 2px;
	flex-direction: column;
}

.card-wrapper .badge-stats {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	background-color: rgba(0, 0, 0, .9);
	padding: 4px 24px 4px 16px;
	color: #fff;
}

.card-wrapper .badge-stats.orange {
	background-color: orangered;
}


.card-wrapper .badge-stats.blue {
	background-color: blue;
}

.card-wrapper .badge-stats.green {
	background-color: green;
}

.card-wrapper .badge-stats.red {
	background-color: red;
}

.card-wrapper__image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.card-wrapper__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_card_image_top .card-wrapper__image img {
	height: 48%;
    object-fit: cover;
}

.card-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

	background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 45%);
    z-index: 1;
	pointer-events: none;
}

.course_card_image_top .card-wrapper__overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 52%);
}

.card-wrapper__info {
    position: absolute;
    bottom: 5%;
    left: 6%;
	right: 6%;
    z-index: 2;
    color: #fff;
}

.card-wrapper__info .subtitle {
    font-size: 20px;
    margin: 0;
}

.card-wrapper__info .subtitle-date {
    font-size: 13px;
    margin: 0;
}

.card-wrapper__info .title {
    margin: 16px 0 0;
	font-family: var(--hs-font-family-base);
	font-weight: 600;
	font-size: 24px;
}


.card-flip {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.6, 0.4, 0.4, 1);
	perspective: 1000px;
}

.card-wrapper:hover .card-flip {
    transform: rotateY(180deg);
}

/* Frente do card */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
	transform-style: preserve-3d;
    border-radius: 12px;
    overflow: hidden;
}

.card-front {
    z-index: 2;
	transform: rotateY(0deg);
}

/* Verso do card */
.card-back,
.card-wrapper.active .card-back {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: start;
    transform: rotateY(180deg);
    z-index: 1;
}

/* Estilo do conteúdo no verso */
.card-back__content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
	height: 100%;
	width: 100%;
}

.card-back__content-body {
	display: flex;
	justify-content: center;
	align-items: start;
    flex-direction: column;
	height: 100%;
}

.card-back__content .description {
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
}

.card-back__content .description i {
	margin-right: 4px;
}

.card-back__content .course-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
	margin-top: 1rem;
}
.card-back__content .course-social-media a {
	height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-back__content .course-social-media em {
	color: #333;
    transition: all .3s ease;
}

.card-back__content .course-social-media em:hover {
    scale: 1.3;
}


.hs-main-btn {
    color: #333;
    cursor: pointer;
    border-radius: 5px;
	border: 1px solid #333;
	padding: 6px 24px;
	transition: all .3s ease;
}

.hs-main-btn:hover {
    background-color: #333;
	color: #fff;
	border-color: #333;
}


.pagination {
	display: flex;
	list-style: none;
	margin: 20px 0;
	justify-content: center;
	align-items: center;
}

.pagination li + li {
	margin-left: .2rem;
}

.pagination li a {
	background-color: transparent;
    color: #000;
	border: none;
	padding: 8px;
	width: 40px;
	transition: all .3s ease;
}

.pagination li.next,
.pagination li.previous {
	font-size: 22px;
}


.pagination li button:hover {
	color: #fff;
	background-color: #1f1f1e;
	transform: scale(1.1);
}

.pagination>li:first-child>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.pagination li.active a {
	font-weight: 600;
	background: transparent;
	color: inherit;
	font-size: 22px;
}

.pagination__item--active:focus {
	outline: none;
}


.soldout {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9534f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    font-family: Arial, sans-serif;
	z-index: 2;


    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.courses-info-top {
    position: relative;
}

.courses-info-top h3 {
	text-transform: capitalize;
    font-weight: 100;
}

.courses-info-top h6 {
	text-transform: capitalize;
    font-weight: 400;
	margin-top: 1rem;
}

.courses-info-top .soldout {
	position: absolute;
	top: 8.5rem;
	right: 8px;
	animation: pulsar 1.5s infinite ease-in-out;
}

.course-resume {
	background-color: #eee;
	padding: 24px;
	border-radius: 8px;
}

.courses-info,
.course-resume
{
	font-weight: 300;
}

.course-resume span.subtitle,
.courses-info .subtitle {
	font-weight: 500;
	font-size: 16px;
}

.courses-info .subtitle {
	margin-bottom: 16px;
}

.courses-info hr {
	margin-bottom: 34px;
}


.course-resume hr:last-child,
.courses-info hr:last-child {
	display: none;
}

#version-form {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    margin: 128px 0;
}

#version-form #version_submit {
    background-color: transparent;
    border: none;
    transition: all .3s ease;
    padding: 4px 16px;
    font-weight: 400;
	font-size: 22px;
    color: #333;
	border-bottom: 1.8px solid #8888;
    border-radius: 0;
	transition: all .3 ease;
}

#formBodyMessage button.close {
	background: transparent;
	border: none;
}


@media (max-width: 768px){
	a.navbar-brand > img {
		height: 35px;
	}
	body header {
		background: rgba(0, 0, 0, .9);
		color: black;
	}
	#navbarNav ul.navbar-nav {
		padding: 34px 0;
	}
	.breadcrumbs>div>a{
		display: block;
		width:100%;
	}
	footer .humansoft {
		margin-top: 24px;
		margin-bottom: 24px;
		justify-content: center;
		order: 1;
	}
	footer .social_icons {
		justify-content: center;
		margin-top: 16px;
	}
	.no-padding-mobile{
		padding-left: 0;
		padding-right: 0;
	}
	.hidden-mobile{
		display:none !important;
	}
	#top-slider .content-wrapper .image-wrapper, #top-slider .content-wrapper .info{
		display:block;
		width:100%;
		height: auto;
	}
	#top-slider .content-wrapper .image-wrapper .course-image{
		position: relative;
	}
	#top-slider .content-wrapper .image-wrapper .course-image img{
		width: 100%;
		display:inline-block;
	}
	#top-slider .content-wrapper .info .title a{
		font-size: 16px;
	}

	.courses-info {
		order: 2;
		margin-top: 2.5rem;
	}

	.courses-info *{
		order: 2;
		margin-top: 2.5rem;
	}

	.banner .swiper-slide {
		padding-left: 24px;
	}
}


@keyframes hs-translate-up {
	from {
		transform: translateY(80px);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes pulsar {
    0%, 100% {
        transform: rotate(-45deg) scale(1);
    }
    50% {
        transform: rotate(-45deg) scale(1.1);
    }
}
