@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v266/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format('woff2');
}
	
	.vs-app{
		opacity: 0;
	}
	
	.vs-app.loaded{
		opacity: 1;
	}
	
	
	.app-vs-load{
	    display: block;
	}
	
	.app-vs-load.hidden{
	    display: none;
	}
	
	@keyframes loading{
	    0%{
	       transform: rotate(0);
	    }
	    
	    100%{
	       transform: rotate(360deg);
	    }
	}
	
	.app-vs-load svg{
	    animation: loading 600ms linear infinite;
	}
	
	.vs-buttons-view{
			display: grid;
			grid-template-columns: auto auto;
			grid-gap: 5px 5px;
	}
	
	.vs-buttons-view .bt{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		background-color: #8cbff0;
		color: #FFF;
		cursor: pointer;
	}
	
	.vs-buttons-view .bt.active{
		background-color: #3a9dc7;
	}
	
	.vs-buttons-view .bt:first-child:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e9b9';
		display: inline-block;
		font-size: 1.2em;
	}
	
	.vs-buttons-view .bt:last-child:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e3ec';
		display: inline-block;
		font-size: 1.2em;
	}
	
	.vs-text-resume{
		box-sizing: border-box;
		padding: 0 1rem;
	}
	
	.vs-buttons-order{
	    position: relative;
	}
	
	.vs-buttons-order .bt-order{
	    display: grid;
	    grid-template-columns: auto 40px;
	    position: relative;
	    z-index: 5;
	    pointer-events: none;
	    min-width: 200px;
	}
	
	.vs-buttons-order .bt-order .currentFilter{
	    color: #FFF;
		background-color: #3a9dc7;
		box-sizing: border-box;
		padding: 5px 10px;
		text-align: center;
	}
	
	.vs-buttons-order .bt-order .icon{
		background-color: #8cbff0;
		color: #3a9dc7;
		text-align: center;
	}
	
	.vs-buttons-order .bt-order .icon:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e313';
		display: inline-block;
		font-size: 1.2em;
	}
	
	.vs-buttons-order select{
	    width: 100%;
	    height: 45px;
	    position: absolute;
	    z-index: 2;
	    top: 0px;
	    opacity: 0;
	}
	
	.vs-area-search{
		box-sizing: border-box;
		display: grid;
		grid-template-columns: auto 200px;
		width: 100%;
		gap: 15px;
		
	}
	
	.vs-area-search .box-input{
		border: 1px solid #CCC;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 32px auto;
		width: 100%;
	}
	
	
	
	.vs-area-search .box-input .icon:before{
		font-family: 'Material Symbols Outlined';
		content: '\e8b6';
		display: inline-block;
		font-size: 1.2em;
		color: #CCC;
		
	}
	
	.vs-area-search input,.vs-area-search input:focus{
		border: 0;
		outline: 0;
	}
	
	.vs-area-search .bt-search{
	    color: #FFF;
		background-color: #3a9dc7;
		box-sizing: border-box;
		padding: 5px 20px;
		text-align: center;
		cursor: pointer;
		-webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
	}
	
	.vs-area-course-list{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	
	.vs-area-course-list.box{
		grid-template-columns: 1fr 1fr 1fr;
		
	}

	
	.vs-area-course-categories{
		border: 1px solid #CCC;
		box-sizing: border-box;
		padding: 5px 5px 30px 5px;
	}
	
	.vs-area-course-categories .title{
		display: grid;
		grid-template-columns: 48px 1fr;
		grid-gap: 0;
	}
	
	.vs-area-course-categories .title .icon{
		background-color: #8cbff0;
		color: #3a9dc7;
		text-align: center;
	}
	
	.vs-area-course-categories .title .icon:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e3c7';
		display: inline-block;
		font-size: 1.2em;
	}
	
	
	
	.vs-area-course-categories .title .text{
		color: #FFF;
		background-color: #3a9dc7;
		box-sizing: border-box;
		padding: 5px 10px;
	}
	
	.vs-area-course-categories .categories{
		box-sizing: border-box;
		padding: 1rem;
	}
	
	.vs-area-course-categories .categories label{
		text-transform: capitalize;
	}
	
	.vs-area-course-categories .categories input{
		border-color: #3A9DC7;
	}
	
	.vs-area-course-categories .area-button-filter-categorie{
	    display: flex;
	    justify-content: center;
	    text-align: center;
	}
	
	.vs-area-course-categories .area-button-filter-categorie .button-filter{
	    color: #FFF;
		background-color: #3a9dc7;
		box-sizing: border-box;
		padding: 5px 20px;
		text-align: center;
		cursor: pointer;
		-webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
	}
	
	.vs-area-course-list .box-course{
		display:grid;
		grid-template-columns: 300px 1fr;
		font-size: 14px;
	}
	
    .vs-area-course-list .box-course .image img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.vs-area-course-list .box-course .title,
	.vs-area-course-list .box-course .info,
	.vs-area-course-list .box-course .read-more{
		box-sizing: border-box;
		padding: 5px;
	}

	.vs-area-course-list .box-course .description{
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
		line-height: 1rem; 
		min-height: 2rem;
		max-height: 5rem;
		position: relative;
		text-align: justify;
		box-sizing: border-box;
		padding: 5px;

	}

	
	
	.vs-area-course-list.box .box-course{
		display:grid;
		grid-template-columns: 1fr;
		font-size: 14px;
	}
	
	.vs-area-course-list .box-course .read-more{
	    display: inline-block;
	    background-color: #716fb8;
	    color: #FFF;
		box-sizing: border-box;
		padding: 5px 20px;
		text-align: center;
		cursor: pointer;
		-webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
        border-radius: 5px;
        margin: 10px auto;
        cursor: pointer;
        
	}
	
	.vs-area-course-list-navigation{
	    display: none;
	    grid-template-columns: 32px 32px;
	    width: 100px;
	    margin: 0 auto;
	    gap:10px;
	    
	}
	
	.vs-area-course-list-navigation.active{
	    display:grid;
	}
	
	.vs-area-course-list-navigation .prev,
	.vs-area-course-list-navigation .next{
	    display: flex;
	    align-items: center;
	    justify-content:center;
	    text-align:center;
	    background-color: #716fb8;
	    color: #FFF;
		box-sizing: border-box;
		padding: 5px;
		width: 32px;
		height: 32px;
		text-align: center;
		cursor: pointer;
		-webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
        border-radius: 5px;
        margin: 10px auto;
        cursor: pointer;
        pointer-events: none;
        opacity: 0.5;
	}
	
	.vs-area-course-list-navigation .prev.active,
	.vs-area-course-list-navigation .next.active{
	    pointer-events: auto;
        opacity: 1;
	}
	
	.vs-area-course-list-navigation .prev:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e314';
		display: inline-block;
		font-size: 1.2em;
	}
	
	.vs-area-course-list-navigation .next:before{
	    font-family: 'Material Symbols Outlined';
		content: '\e315';
		display: inline-block;
		font-size: 1.2em;
	}