@charset "utf-8";
/* CSS Document */






/* EXCLUR ESTES CÓDIGOS DEPOIS DE PRONTO */
.header-icons .nav-link.profile span {
	display: none;
}

.btn-list>.btn:not(:last-child), .btn-list>.dropdown:not(:last-child) {
    margin-inline-end: 10px;
	margin-bottom: 10px;
}













@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* GENERAL */

/* General | Color Variables */
:root {
	--primary-color: #0D1759;
	--primary-color-h: #303883;
	--green-01: #09ad95;
	--purple-01: #6C5FFC;
	--yellow-01: #f7b731;
	--blue-01: #05c3fb;
	--blue-02: #1170e4;
	--red-01: #e82646;
	--gray-01: #D9D9D9;
	--gray-02: #5A5A5A;
	--gray-03: #F8F8F8;
}

/* General | * Html */
html * {
	font-family: 'Poppins', sans-serif;
}


/* General | H1, H2, H3, H4, H5, H6 */

h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	color: var(--primary-color);
}


/* General | a Links */
a, a:hover {
	text-decoration: none;
}

a {
	color: var(--primary-color);
}


/* General | Ul List */
ul {
	list-style: none;
	margin-bottom: 0 !important;
}


/* General | Border Radius */
.brround {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}

.brround-20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}


/* General | Paddings */
.ppadding-30 {
	padding: 30px;
}


/* General | Box Main Content */
.box-contentbg {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(2, 12, 106, 0.1);
	-moz-box-shadow:    0px 8px 16px 0px rgba(2, 12, 106, 0.1);
	box-shadow:         0px 8px 16px 0px rgba(2, 12, 106, 0.1);
}


/* General | Btns */
.btn.menu-default {
	padding: 13px 15px;
}

.btn.btn-large {
	font-size: 16px;
	padding: 13px 17px;
	
}

.btn.btn-large [class^="icon-"] {
	margin-right: 10px;
}

.btn.btn-medium {
	font-size: 15px;
	padding: 8px 14px;
	
}

.btn.btn-medium [class^="icon-"] {
	margin-right: 8px;
}


.btn.btn-small {
	font-size: 14px;
	padding: 5px 12px;
	
}

.btn.btn-small [class^="icon-"] {
	margin-right: 6px;
}

/* General | Btns No Text */
.btn.chevron {
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.btn.chevron [class^="icon-"] {
	margin-right: 0 !important;
}

.btn.btn-large.chevron {
	width: 50px;
}

.btn.btn-medium.chevron {
	width: 40px;
}

.btn.btn-small.chevron {
	width: 340px;
}




/* Btn Color */
.btn-color01 {
	background-color: var(--primary-color);
}

.btn-color01:hover {
	color: white;
	background-color: var(--primary-color-h);
}





.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 23 89 / 25%);
}









/* General | Page */
.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
	background-color: var(--gray-03);
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}




.pagination {
	justify-content: center;
}

.pagination li {
	margin-right: 3px;
}


.pagination li span, .pagination li a {
	width: 40px;
	height: 40px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: var(--primary-color)
}

.pagination li a:hover {
	background-color: var(--primary-color-h);
}

.pagination li.active a {
	font-weight: 500;
	color: var(--primary-color);
	background-color: transparent;
	pointer-events: none;
    cursor: pointer;
}

.pagination li.disabled {
	display: none;
}




.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}










.table.table-striped a.bticon-view {
	color: var(--yellow-01);
}


.table.table-striped a.bticon-edit {
	color: var(--purple-01);
}














/* HEADER */
/* Header | Estruture */
.header {
	background-color: white;
	padding-top: 14px;
    padding-bottom: 14px
}

.header .container.main-container div:first-child {
    align-items: center !important;
}

.responsive-navbar {
    display: initial;
    flex-basis: inherit;
    flex-wrap: inherit;
}







@media (min-width: 992px){
.header .logo {
    display: block;
}
}

@media (max-width: 991px){
	.header .logo {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: inherit;
	}
}



.logo-image {
    line-height: 2rem;
    vertical-align: middle;
    width: auto;
}


@media (max-width: 991px) {
.header .logo .logo-image {
    display: block;
	margin: 3px auto;
	}
}

@media (min-width: 992px) {
.header .logo .logo-image {
    display: block;
	}
}















/* Header | Icons */
.header-icons .header-icons-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
}







.header-icons .header-icons-title .dropdown.open .dropdown-menu {
	display: block
}



.header-icons .header-icons-title .dropdown-menu {
    min-width: 240px;
	margin: 0;
	padding: 8px;
    background-color:var(--primary-color);
    border-radius: 4px;
}


.header-icons .header-icons-title .dropdown-menu a {
	color: white !important;
	display: block;
}




.header-icons-title .dropdown.open .dropdown-menu li {
	display: block;
}



.header-icons-title .dropdown-menu a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    margin: 2px 0px;
    white-space: nowrap;
	background-color: var(--primary-color)
}

.header-icons-title .dropdown-menu a:hover, .header-icons-title .dropdown-menu li.active a {
	background-color: var(--primary-color-h)
}
















.header-icons .nav-link {
    min-width: 46px;
	height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-icons .nav-link.profile:before {
	content: "";
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    z-index: 0;
    margin-left: -5px;
    margin-top: 0px;
    border: 2px solid var(--primary-color);
	border-radius: 50%;
	background-color: #F8F8F9;
}

.header-icons .nav-link .avatar {
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-size: cover;
	z-index: 1;
}

.header-icons .nav-link.profile span {
	color: white;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	background-color: var(--primary-color);
}

.header-icons .nav-link.icon {
    margin: 5px;
    padding: 9px !important;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
	border-radius: 50%;
    color: var(--primary-color);
	background-color: transparent;
}

.header-icons .nav-link.icon i {
    font-size: 20px;
    position: relative;
}

.header-icons .nav-link.icon:hover {
	background-color: var(--gray-01); 
}


/* Header | Profile */
.profile-name ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-name .p-name {
	font-size: 14px;
	line-height: 20px;
	color: var(--primary-color);
}

.profile-name .p-nivel {
	font-size: 13px;
	color: var(--gray-02);
}
















.menu-sticky {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgb(168 180 208 / 10%);
    box-shadow: 0 8px 24px rgb(168 180 208 / 10%);
    -webkit-transition: left 450ms ease, width 450ms ease;
    transition: left 450ms ease, width 450ms ease;
    -o-transition: left 450ms ease, width 450ms ease;
    border-right: 1px solid #e9edf4;
}







@media (max-width: 991.98px){
.app .menu-sticky {
    left: -300px;
	}
}








@media (max-width: 991px){
.app.sidenav-toggled .menu-sticky {
    left: 0;
	}
}

@media (max-width: 991px) {
.app .menu-sticky {
    top: 84px;
	}
}

@media (max-width: 991.98px) {
.app .menu-sticky {
    width: 270px;
	}
}











@media (min-width: 992px){
.menu-sticky {
    position: relative;
    bottom: initial;
	}
}


@media (min-width: 992px) {
.menu-sticky {
    z-index: 7 !important;
	}
}




@media (min-width: 992px){
.menu-sticky {
    padding-top: 0px;
	}
}





@media (min-width: 992px){
.menu-sticky {
    position: relative;
    margin: 0 auto;
	}
}








@media (min-width: 992px) {
.sticky {
    width: 100%;
}
}











@media (max-width: 991.9px){
.side-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
	}
}

@media (max-width: 991px){
.side-menu {
    padding: 0px !important;
	}
}











/* Header | Mobile */
.collapse:not(.show) {
    display: none;
    background: #fff;
}

@media (min-width: 992px){
.responsive-navbar .navbar-collapse {
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background: transparent;
}
}


@media (max-width: 991px) {
.responsive-navbar .navbar-collapse {
    padding: 10px;
    position: fixed;
    width: 100%;
    background: #fff;
    margin-block-start: 85px;
    z-index: 999;
    box-shadow: 0 12px 11px -3px rgb(104 113 123 / 10%);
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
	}
	.responsive-navbar .navbar-collapse>div {
		justify-content: flex-end;
	}
	
}

@media (max-width: 991px){
.header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
	padding-top: 24px;
    padding-bottom: 24px;
	border-bottom: 1px solid #e9edf4;
}
}





/* MENU STICKY */
/* Sticky */
.sticky .menu-sticky {
	background-color: var(--primary-color);
}

/* Sticker | Menu */
@media (min-width: 992px){
.sticky .side-menu {
    display: flex;
    overflow: hidden;
    padding: 0;
	}
}



.sticky .side-menu li {
	margin: 0 3px;
}

.sticky .side-menu li i {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
    vertical-align: middle;
	margin-right: 8px;
}


@media (max-width: 991px){
.app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
	}
}









@media (max-width: 991px) {
.app .app-sidebar__overlay {
    visibility: hidden;
	}
}


@media (max-width: 991px){
.app.sidenav-toggled .app-sidebar__overlay {
    visibility: visible;
	}
}





.sticky .side-menu li a {
	color: white
}






@media (max-width: 991px){
.app.sidenav-toggled .app-sidebar {
    left: 0;
	}
}

@media (max-width: 991px){
.horizontal.app .app-sidebar {
    top: 70px;
	}
}

.app-sidebar.horizontal-main {
    padding-top: 0px;
}





@media (max-width: 991.98px) {
.sticky .menu-sticky {
    width: 270px;
	}
}


.side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #282f53;
    margin: 2px 0px;
    white-space: nowrap;
}



@media (min-width: 992px) {
	.sticky .side-menu>li>a {
		font-size: 15px;
		line-height: 30px;
		color: white;
		display: flex;
		margin: 8px 3px 8px 0;
		border-radius: 4px;
		text-decoration: none;
		position: relative;
		padding: 7px 15px !important;
	}
	
	.sticky .side-menu>li>a:hover {
		background-color: rgba(255,255,255,0.12);
	}
	
}
	
	@media (min-width: 992px) {
	.sticky .fixed-header {
   		 	position: fixed;
			inset-block-start: 0;
    		inset-inline-start: 0;
			inset-block-end: initial;
			width: 100%;
			z-index: 7;
		}
	}
	
	
	















/*nav-subnav*/

#nav-subnav.nav-tabs li {
	margin-right: 4px;
}

#nav-subnav.nav-tabs li:last-child {
	margin-right: 0 !important;
}

@media (max-width: 1024px) {
	
#nav-subnav.nav-tabs li .btn [class^="icon-"] {
		margin-right: 0 !important;
	}
	
#nav-subnav.nav-tabs li .btn .text {
				display: none;
	}
}

@media (max-width: 425px) {
	#nav-subnav.nav-tabs li {
	margin-right: 1px !important;
	}
	
	#nav-subnav.nav-tabs .btn-medium {
		font-size: 24px;
		padding: 8px 4px;
	}
	
	#nav-subnav.nav-tabs .btn-color01 {
		color: var(--primary-color);
    background-color: transparent;
}

}

@media (max-width: 320px) {
	#nav-subnav.nav-tabs li {
	margin-right: 0px;
	}
	
	#nav-subnav.nav-tabs .btn-medium {
		font-size: 22px;
		padding: 8px 0px;
	}
}









.slide-menu {
    display: none;
    font-size: 15px !important;
    padding-left: 30px;
}


@media (min-width: 992px){
.menu-sticky .slide:hover ul.slide-menu {
    display: block !important;
	}
}


@media (min-width: 992px) {
.menu-sticky .side-menu__item:not(.has-link) {
    pointer-events: none;
    cursor: pointer;
	}
}


.slide-menu li {
    position: relative;
}


.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    font-size: 15px;
    color: white;
    white-space: nowrap;
} 

.slide-item [class^="icon-"] {
	font-size: 18px;
	margin-right: 8px;
}

@media (min-width: 992px) {
.app .sticky .slide .slide-menu {
    border-radius: 0 0px 5px 5px;
	}
}

@media (min-width: 992px) {
.app .sticky .slide .slide-menu {
    width: 240px;
    position: absolute;
    background-color: var(--primary-color);
    z-index: 9999;
    padding: 5px;
    min-width: fit-content;
    box-shadow: 0px 16px 18px 0 rgba(135, 135, 182,0.1) !important;
    }
}
















	
	
	
.app-sidebar__toggle {
	min-width: 36px;
    color: var(--primary-color) !important;
    z-index: 1;
    transition: padding-inline-start 0.3s ease;
    padding: 0 ;
    text-align: center;
    font-size: 24px;
    position: relative;
    inset-inline-end: 7px;
	display: flex;
    align-items: center;
    justify-content: center;
}
	



.navbar-toggler {
    padding: 0;
    font-size: 24px;
    line-height: 1;
	align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}


.navbar-toggler-icon {
    display: flex;
    min-width: 34px;
    height: 34px;
	font-size: 24px;
	align-items: center;
	justify-content: center;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}







	
	
	@media (max-width: 991px){
.app-sidebar__toggle {
	order: -1;
    padding-inline-start: 0px !important;
}
	}
	
	
	@media (min-width: 992px){
.header .main-container .app-sidebar__toggle {
    display: none;
		}
}
	
	





@media (max-width: 991px){
.navresponsive-toggler span {
    text-align: center;
    position: relative;
	padding: 2px;
    color: var(--primary-color);
	}
}

	
	
	

	
	
	
	
	
/* CAROUSEL */
.owl-carousel-imghorse .image-horse-container {
	overflow: hidden;
}	
.owl-carousel-imghorse img {
	height: 50vh;
	object-fit: cover;
	vertical-align: middle;
    display: inline-block;
}	

	
	
	
	
	
	
	
	
	
	
	

/* FOOTER */
	footer.footer {
		min-height: 30px;
		margin-top: 50px;
		background-color: var(--primary-color);
	}
	
	footer.footer .area-copy {
		color: white;
		min-height: 80px;
		 justify-content: center;
		display: flex;
		-ms-flex-align: center;
    	align-items: center;
	}

	
	
/* PAGE CONTENT */	
/* Page Content | Page Header */
.page-header {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    margin: 38px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 5px;
}
	
	.page-header .page-title h1 {
		margin-bottom: 0 !important;
	}
	

	.header-action {
	display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center
	}

@media (max-width: 768px) {
	.header-action.d-flex {
		display: block !important;
	}

	.area-action ul {
		margin-top: 20px;
		padding-left: 0 !important;
	}
}
	
	


.page-header .breadcrumb {
	font-size: 13px;
	margin-bottom: 0 !important
}

.page-header .breadcrumb a  {
	color: var(--primary-color);
}

.page-header .breadcrumb li.active {
    color: #6c757d;
}


.page-header .breadcrumb li+li {
    padding-left: 0.5rem;
}


.page-header .breadcrumb li+li::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}



	
	.page-header .area-action ul {
		display: flex;
    	flex-wrap: wrap;
	}
	
	.page-header .area-action ul li {
		margin-right: 10px;
	}
	
	.page-header .area-action ul li:last-child {
		margin-right: 0 !important;
	}
	

	@media (max-width: 1024px) {
	
		.page-header .area-action li .btn [class^="icon-"] {
				margin-right: 0 !important;
			}
			
			.page-header .area-action li .btn .text {
						display: none;
			}
		}
		
		@media (max-width: 425px) {
			.page-header .area-action li {
			margin-right: 1px !important;
			}
			
			.page-header .area-action .btn-medium {
				font-size: 24px;
				padding: 8px 4px;
			}
			
			.page-header .area-action .btn-color01 {
				color: var(--primary-color);
			background-color: transparent;
		}
		
		}


	

		

/* Dashboard */
.dashboard .widget {
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #e6e7e9;
	padding: 16px;
	margin-bottom: 20px;
}

.dashboard .widget .widget-title {
	height: 20px;
	margin-bottom: 7px;
}

.dashboard .widget .widget-title span {
	font-size: 13px;
	line-height: 20px;
	color: #616876;
	text-transform: uppercase;
}

.dashboard .widget .description {
	height: 54px;
	margin-bottom: 3px;
}

.dashboard .widget .description span {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #1D273B;
}

.dashboard .widget .link  {
	height:22px;
}

.dashboard .widget .link a {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #405189;
}


/* Btn Default */
.btn {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	line-height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* Transitions */
a, .btn, ul, ul li {
	webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}



/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.rotate-center {
	-webkit-animation: rotate-center 2s linear infinite both;
	        animation: rotate-center 2s linear infinite both;
}








