body {
  font-size: .875rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow:auto!important;
  color:#4a4a4a;
  background:url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

html {
  height: -webkit-fill-available;
}

header{
	background: white;
}

hr{
	background-color:#c8cbcf;
	opacity: .5;
}

h1, .h1{
	font-size:2rem;
}
h2, .h2{
	font-size:1.8rem;
}
h3, .h3{
	font-size:1.5rem;
}
h4, .h4{
	font-size:1.2rem;
}
h5, .h5{
	font-size:1.1rem;
}
h6, .h6{
	font-size:1rem;
}

.sticky-top {
    z-index: 99999;
}

#logo{
	width:100%;
	height: 100%;
}

.only-mobile{
	display:none;
}

/* theme blue */

.theme-blue .sidebar, .theme-blue .sidebar .item-active, .theme-blue .main-title, .theme-blue .a-logo{
	background-color: #298fff;
}

.theme-blue .sidebar .nav-link.active, .theme-blue .theme-title, .theme-blue .theme-text, .theme-blue .accordion-button:not(.collapsed){
	color: #298fff;
}
.theme-blue .title-group span{
	border-color: #298fff;
}


/* theme calypso */

.theme-calypso .sidebar, .theme-calypso .sidebar .item-active, .theme-calypso .main-title, .theme-calypso .a-logo{
	background-color: #00afb8;
}

.theme-calypso .sidebar .nav-link.active, .theme-calypso .theme-title, .theme-calypso .theme-text, .theme-calypso .accordion-button:not(.collapsed){
	color: #00afb8;
}
.theme-calypso .title-group span{
	border-color: #00afb8;
}

/* theme purple */

.theme-purple .sidebar, .theme-purple .sidebar .item-active, .theme-purple .main-title, .theme-purple .a-logo{
	background-color: #6959e2;
}

.theme-purple .sidebar .nav-link.active, .theme-purple .theme-title, .theme-purple .theme-text, .theme-purple .accordion-button:not(.collapsed){
	color: #6959e2;
}

.theme-purple .title-group span{
	border-color: #6959e2;
}

/* theme yellow */

.theme-yellow .sidebar, .theme-yellow .sidebar .item-active, .theme-yellow .main-title, .theme-yellow .a-logo{
	background-color: #ffb000;
}

.theme-yellow .sidebar .nav-link.active, .theme-yellow .theme-title, .theme-yellow .theme-text, .theme-yellow .accordion-button:not(.collapsed){
	color: #ffb000;
}

.theme-yellow .title-group span{
	border-color: #ffb000;
}

/* theme green */

.theme-green .sidebar, .theme-green .sidebar .item-active, .theme-green .main-title, .theme-green .a-logo{
	background-color: #109b5c;
}

.theme-green .sidebar .nav-link.active, .theme-green .theme-title, .theme-green .theme-text, .theme-green .accordion-button:not(.collapsed){
	color: #109b5c;
}

.theme-green .title-group span{
	border-color: #109b5c;
}

/* theme orange */

.theme-orange .sidebar, .theme-orange .sidebar .item-active, .theme-orange .main-title, .theme-orange .a-logo{
	background-color: #ff7400;
}

.theme-orange .sidebar .nav-link.active, .theme-orange .theme-title, .theme-orange .theme-text{
	color: #ff7400;
}

.theme-orange .title-group span{
	border-color: #ff7400;
}

/*** end themes ****/

#logo_exp {
	margin-bottom:1rem;
}

.container-fluid{
		padding-right: 55px!important;
		padding-left: 55px!important;
}

.cover-container {
    max-width: 100%;
}
.bg-login{
	background-color:#298fff;
	border-radius: 100px 0 0 0 !important;
	color:white;
	padding:4rem;
	width:650px;
}

.bg-secondary{
	background-color:#c9e4e6!important;
}

.bg-sky{
	background-color:#e1f0ff!important;
}

.color-blue{
	color: #298fff;
}
.color-calypso{
	color: #00afb8;
}
.color-purple{
	color: #6959e2;
}
.color-yellow{
	color: #ffb000;
}
.color-green{
	color: #109b5c;
}
.color-orange{
	color: #ff7400;
}


.img-side-login{
	max-width:300px;
}

.bg-login .h1{
	color:white;
}
.bg-login .h1 span{
	color:#00afb8;
}
.ico-man-lupa{
	min-width:230px;
	max-width:270px;
}

.form-control{
	border-radius: 50rem !important;
	border: 2px solid #63ced4 !important;
	font-size:1.2rem !important;
	color:#63ced4;
}
.form-simple label{
	display:none;
}
.form-simple input{
	padding: 1rem 1rem !important;
	padding-left: 0.5rem !important;
}

.form-simple input::placeholder {
    color: white !important;
    font-style: italic;
}

.form-floating>.form-control {
    padding: 1rem 1.1rem;
}

.form-floating label{
	color:white;
	font-style:italic;
	font-size:1rem;
	padding: 1rem 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100%;
}
.form-invert{
	background-color:transparent !important;
	color:white !important;
	border-color:#fff !important;
}

.form-primary label {
    color:#63ced4;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.line-2x{
	background-color: #298fff;
	height: 4px !important;
	opacity: 1;
	border-radius: 50rem !important;
}

main {
  display: block;
  flex-wrap: nowrap;
  /*height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;*/
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left:0px;
}

a{
	color:#00afb8;
	text-decoration:none;
	/*font-style:italic;*/
}

.breadcrums-content{
	background-color:#f3f5f8;
	padding:0.5em 1em;
	width:100%;
}

.main-content{
	background-color:#f3f5f8;
	border-radius: 30px 0 0 0 !important;
}
.main-title{
	font-size: 24px;
	font-family: 'TTRoundsNeue-Bold' !important;
	border-radius: 50rem 50rem 50rem 0rem!important;
	padding: 1rem 1.5rem;
	display: inline-block;
	color:white;
}
.theme-title{
	border-bottom:2px solid;
}

.btn{
	border-radius: 50rem!important;
	background-color: transparent;
	border-width:2px;
	padding: 0.2rem 1.2rem;
	font-style:normal;
}
.btn-icon{
	position:relative;
	padding:14px 1rem 14px 60px;
	text-align:left;
	min-height:59px;
	border-radius: 28px!important;
}
.btn-icon .icon{
	border-radius: 50%;
	background-color: #00afb8;
	font-size: 1.5em;
    width: 48px;
    height: 48px;
    display: inline-block;
	color:white;
	position:absolute;
	left:4px;
	padding-top:5px;
	text-align:center;
	top:4px;
}
.btn::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left:6px;
}
.btn-primary{
	color:#095960;
	border-color:#64969b;
}
.btn-primary:hover{
	border-color:#095960;
	color:#fff;
	background-color: #095960;
}
.btn-primary:active{
	border-color:#095960;
	color:#fff;
	background-color: #095960;
}
.btn.btn-primary.focus, .btn.btn-primary:focus {
  color: #fff;
  background-color: #00afb8;
  border-color: #00afb8;
  outline: none;
  box-shadow: none;
}

.btn-secondary{
	color:#fff;
	border-color:#fff;
	border-width:4px;
}
.btn-secondary:hover{
	border-color:#095960;
	color:#fff;
	background-color: #095960;
}
.btn-secondary:active{
	border-color:#095960;
	color:#fff;
	background-color: #095960;
}
.btn.btn-secondary.focus, .btn.btn-secondary:focus {
  color: #fff;
  background-color: #00afb8;
  border-color: #00afb8;
  outline: none;
  box-shadow: none;
}

/** table  */
.table{
	border-collapse:collapse;
	empty-cells: show;
}
.table .bg-none{
	background-color:transparent;
}
.table .text-small{
	font-weight:300;
	font-size:0.8em;
}
.table thead{
	background-color:transparent;
	font-size:1em;
}
.table thead tr{
	background-color:transparent;
}
.table thead th{
	color:#fff;
	background-color:#00afb8;
}

.table thead tr:first-of-type {
    background-color:transparent;
}

.table thead tr:first-of-type th {
    border-radius: 1.5rem 1.5rem 0 0!important;
}

.table th, .table td{
	border:0;
	border-bottom:3px solid #f3f5f8 !important;
}
.table td{
	padding:0.7rem 1rem;
}
.table .space{
	background-color:transparent;
	min-width:9px !important;
	max-width:9px !important;
	padding:0;
}

.table tbody{
	font-size:1rem;
}
.table tbody td{
	min-width:90px;
	background-color:#f2fbfb;
}
.table tbody .name{
	text-align:left;
	white-space: nowrap;
	background-color:#fff;
}

.table tfoot tr{
	background-color:#6959e2;
	color:white;
}
.table tfoot td:first-of-type{
	border-radius:0 0 0 1.5rem!important;
}
.table tfoot td:last-of-type{
	border-radius:0 0 1.5rem 0!important;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 10000; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  width: 60px;
}

.sidebar .nav{
	padding-top:40px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'TTRoundsNeue-Bold' !important;
	color: #4a4a4a;
}

.a-logo{
	margin:auto;
	display: block;
	position:absolute;
	left: 0;
    width: 60px;
    top: 0px;
    height: 62px;
    padding: 0.6rem !important;
}

.b{
	font-weight:bold;
}

.content-group{
	background-color:white;
	padding:1.5rem 1rem;
	border-radius: 0 0 0.5em 0.5em!important;
}

.title-group{
	margin-bottom:0;
}

.title-group span{
	font-family: 'TTRoundsNeue-Bold' !important;
	margin-bottom: -2px;
    background: white;
    border: 2px solid transparent;
    border-radius: 0.5em 0.5em 0 0!important;
	border-bottom-color: #fff!important;
	padding:0.5rem 1rem 0;
}

.btn-blue{
	background-color:#298fff;
	color:white;
}

.btn-menu{
	font-size:30px;
	padding:0.5rem;
	margin-left:1rem;

	max-width: 60px;
	padding-top: 0px;
}
.icon-title{
	width:70px;
}
.icon-clock{
	width:92px;
	vertical-align: bottom;
}

.proceso .icon{
	width:60px;
	border:3px solid #00afb8;
	border-radius: 50%!important;
	margin-bottom: -5px;
}
.proceso .title{
	font-family: 'TTRoundsNeue-Bold' !important;
}

.aprendo .icon{
	border:3px solid #00afb8;
}
.aprendo .title{
	color:#00afb8;
}
.aprendo .icon-flush{
	background-color:#00afb8;
}
.aprendo .list-group-flush li{
	border-color:#00afb8;
}

.practico .icon{
	border:3px solid #7b6de5;
}
.practico .title{
	color:#7b6de5;
}
.practico .icon-flush{
	background-color:#7b6de5;
}
.practico .list-group-flush li{
	border-color:#7b6de5;
}

.reviso .icon{
	border:3px solid #298fff;
}
.reviso .title{
	color:#298fff;
}
.reviso .icon-flush{
	background-color:#298fff;
}
.reviso .list-group-flush li{
	border-color:#298fff;
}

.user .icon-title{
	width:90px;
}

/* states */

.success .tag-icon{
	background-color:#5bd46c;
}
.danger .tag-icon{
	background-color:#ea4b4b;
}
.warning .tag-icon{
	background-color:#f4c901;
}

/* tag */
.tag{
	width:350px;

}
.tag a{
	color:black;
	text-decoration:none;
}
.tag-title{
	padding:1rem;
	display: block;
	border-radius: 1rem 1rem 0 0!important;
	border: 2px solid transparent;
}
.tag-title.show{
	background-color:white;
	border-color: #6f9da2;
	border-width: 2px 2px 2px 2px;
}

.tag.dropdown, .tag.dropend, .tag.dropstart, .tag.dropup {
    height: 100%;
}
.tag .dropdown-toggle::after{
	position: absolute;
    right: 1rem;
    top: 1.6rem;
}
.tag .dropdown-menu.show{
	padding-left:45px;
	margin-top: -10px !important;
	width: 100%;
	border-color: #6f9da2;
	border-width: 0 2px 2px 2px;
	border-radius: 0rem 0rem 1rem 1rem!important;
}
.tag .dropdown-item{
	font-weight:bold;
}
.tag-icon{
    width: 30px;
	height: 30px;
	border-radius: 50%!important;
	background-color:#d2d6dc;
	text-align: center;
    padding-top: 0.4rem;
	color:white;
}

/* tag-labels */
.tag-active, .tag-label.active {
	border: 2px solid #298fff !important;
	border-top-left-radius: 0px !important;

	.label-active {
		background-color: #298fff;
		color: white;
		position: absolute;
		top: -27px;
		left: -2px;

		font-size: 0.8em;
		padding: 0.2rem 1rem;
		border-radius: 1.3em 1.3em 0 0;
	}
}

.tag-label{
	position:relative;
	border-radius: 50rem;
	border: 2px solid #9dbdbf;
	text-decoration:none;
	color:black;
	height: 100%;
	font-size:1rem;
	max-width: 100%;
	margin: 0.5rem 1rem 0.5rem 0;
}
.tag-label .labels{
	position:absolute;
	top:-10px;
}

.tag-label.obligatorio{
	border-color: #ffbc2c;
}
.tag-label.eximido{
	background-color:#c8e2ff;
}
.tag-label.eximido .icon{
	background-color:#3974b7;
}
.tag-label.success .icon{
	background-color:#4bc15c;
}
.tag-label.danger .icon{
	background-color:#ea4b4b;
}
.tag-label.warning .icon{
	background-color:#f4c901;
}

.tag-label .labels label{
	background-color:#ffbc2c;
	color:white;
	border-radius: 50%!important;
	padding:2px;
	text-align:center;
	width: 23px;
	height:23px;
}
.tag-label .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%!important;
	background-color:#9dbdbf;
	text-align: center;
    padding-top: 1rem;
	color:white;
}
.tag-label .text{
	padding: 0 0 0 2em;

}
.tag-label .badge{
	background-color:#095960;
	font-size:0.8em;
	padding: 0.1em 0.4em;
}

/* tag-labels-2 */

.tag-label-2{
	position:relative;
	border-radius: 1.3em;
	border: 2px solid #9dbdbf;
	text-decoration:none;
	color:black;
	font-size:1rem;
	margin: 0.5rem 0 0.5rem 0;
	padding:0.8rem 0.5rem;
	display:block;
	margin-bottom:1.5rem;
}
.tag-label-2 .labels{
	position:absolute;
	top:-10px;
	right: 0;
}

.tag-label-2.active{
	border-radius: 0 1.3em 1.3em 1.3em;
	border: 2px solid #298fff;
}
.tag-label-2 .label-active{
	position:absolute;
	top:-26px;
	left: -2px;
	background-color:#298fff;
	color:white;
	font-size:0.8em;
	padding:0.2rem 1rem;
	border-radius: 1.3em 1.3em 0 0;
}

.tag-label-2 .labels .required{
	background-color:#ffbc2c;
}
.tag-label-2.eximido{
	background-color:#c8e2ff;
}
.tag-label-2.eximido .icon{
	background-color:#3974b7;
}
.tag-label-2.success .icon{
	background-color:#4bc15c;
}
.tag-label-2.danger .icon{
	background-color:#ea4b4b;
}
.tag-label-2.warning .icon{
	background-color:#f4c901;
}

.tag-label-2 .labels label{
	background-color:#9dbdbf;
	color:white;
	border-radius: 50%!important;
	padding:2px;
	text-align:center;
	width: 23px;
	height:23px;
}
.tag-label-2 .icon{
	width: 55px;
	border-radius: 50rem!important;
	background-color:#9dbdbf;
	text-align: center;
    padding: 0.2rem 0.3rem;
	color:white;
}
.tag-label-2 .text{
	padding: 0 1em 0 0;

}
.tag-label-2 .badge{
	background-color:#095960;
	font-size:0.8em;
	padding: 0.1em 0.4em;
}

/* panels*/
.panel{
	min-width:250px;
	text-align:center;
	padding:1rem;
	margin-bottom:1rem;
	border:4px solid transparent;
}
.panel-lg{
	width:300px;
	min-width: 200px;
}

.panel-img{
	border-radius: 50%!important;
	width:120px;
}
.panel-lg .panel-img{
	width:180px;
}
.panel-title{
	font-size:1.2rem;
	font-family: "-apple-system","Helvetica Neue",Roboto,"Segoe UI",sans-serif !important;
}
.panel.active{
	background-color:white;
	border-radius: 1rem!important;
	border:4px solid #298fff;
}
.panels-divider>.panel-div{
	border-right:2px solid #dadada;
}
.panels-divider>.panel-div:first-child{

}
.panels-divider>.panel-div:last-child{
	border-right:0;
	border-bottom:0;
}

/* tab */
.tab{
	width: 100%;
	max-width: 660px;
	margin:auto;
}
.tab nav{
	width:100%;
}
.tab .nav-tabs {
    border-bottom: 2px solid #00afb8;
}
.tab .nav-tabs .nav-link {
    margin-bottom: -2px;
    background: 0 0;
    border: 2px solid transparent;
    border-radius: 1rem 1rem 0 0!important;
	border-color: #00afb8 #00afb8 #00afb8;
	padding:0.5rem 1rem;
	color: #00afb8;
}
.tab .nav-tabs .nav-link:hover {
    background: #fff;
	border-color: #00afb8 #00afb8 #fff;
}
.tab .nav-tabs .nav-item.show .nav-link, .tab .nav-tabs .nav-link.active {
	color: #00afb8;
    background-color: #fff;
	border-color: #00afb8 #00afb8 #fff;
	font-size:1.1rem;
}

.tab .tab-content{
	width:100%;
	padding:2rem;
	border: solid;
	border-width: 0 0 0 2px;
	border-color: #fff #fff #fff  #00afb8;
	background-color: #fff;
}

/* list flush */
.list-group-flush{
	padding-left:28px;
}
.list-group-flush li{
	padding-left:1.6rem;
	border-style: solid;
	border-width:0 0 0 3px!important;
}
.list-group-flush li a{
	border-bottom:2px solid #d7dfe2;
	width:100%;
	display:block;
	padding-bottom:0.5rem;
	text-decoration:none;
	color:black;
}
.list-group-flush li a:hover{
	background-color:#f3f7f8;
}
.list-group-flush li a::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 6px;
	float: right;
}

.icon-flush{
    width: 26px;
	height: 26px;
	color:white;
	border-radius: 50%!important;
	text-align:center;
	padding-top:0.2rem;
	position: absolute;
    left: -14px;
	top:6px;
}
.list-group-flush>.list-group-item:first-child{

}
.list-group-flush>.list-group-item:last-child{
	padding-bottom:2rem;
}

.proceso>div:last-child{
	padding-bottom:0rem !important;
}

/* progressbar */
.progress-meter {
    max-width:650px;
	margin-bottom:2rem;
}

.progress-meter .icon-progress {
    width:120px;
}

.meter {
    position: relative;
}

.meter .meter-bar{
	height: 12px;
    position: relative;
    background: #d9dee6;
    overflow: hidden;
	border-radius: 50rem!important;
}

.meter.success .progress{
    background-color:#00afb8;
}
.meter.danger .progress{
    background-color:#ea4b4b;
}
.meter.warning .progress{
    background-color:#f4c901;
}

.meter .meter-bar-small{
	height: 5px;
}
.meter .pin{
	position: absolute;
    font-size: 40px;
	bottom:0px;
	z-index: 9;
	color:#ff725e;
	/*transition: all 3s ease;*/
	left:0;
	margin-left: -18px;
}

.meter label{
	font-size: 1.5rem;
    position: absolute;
    padding-right: 35px;
	right:0;
}

.meter span {
    display: block;
    height: 100%;
}

.progress {
    background-color: #298fff;
    animation: progressBar 2s ease-in-out;
    animation-fill-mode:both;
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}

/* cards */

.card{
	border: 2px solid #c9d9dd;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(201,217,221,0.29);
	box-shadow: 0px 5px 0px 0px rgba(201,217,221,0.29);
	border-radius: 1.3em;
	padding:1rem 1.2rem;
	display:block;
	overflow: inherit;
	padding-left: 80px;
}
.card .icon{
	width:100px;
	height:100px;
	position:absolute;
	left:-30px;
}

.card-block{
	-webkit-box-shadow: 0px 8px 0px 0px rgba(201,217,221,0.29);
	box-shadow: 0px 8px 0px 0px rgba(201,217,221,0.29);
	border-radius: 1.3em;
	background:white;
	padding:1rem 1.2rem;
	margin-bottom:1rem;
}
.card-bars{
	border-radius: 1.3em;
	background:white;
	padding:1rem 1.2rem;
	margin-bottom:1rem;
	width:100%;
	max-width:400px;
	min-width:200px;
}

.card-block-purple{
	border:1px solid #6959e2;
	-webkit-box-shadow: 0px 8px 0px 0px #6959e2;
	box-shadow: 0px 8px 0px 0px #6959e2;
}

.clock-panel{
	padding-left:1rem;
	padding-right:1rem;
}

/* timeline */

.timeline{
	height:580px;
	//padding-left:200px;
	//padding-right:50px;
	position:relative;
}

.personajes{
	width: 274px;
    position: absolute;
    bottom: 0;
    z-index: 5;
	overflow: hidden;
	height: 60%;
}

.pasto{
	background-image: url(../images/pasto.svg);
	height: 100px;
	z-index: 3;
	bottom: 0;
}
.arboles{
	background-image: url(../images/arboles.svg);
	height: 293px;
	z-index: 2;
	bottom: 70px;
}
.montana{
	background-image: url(../images/montana.svg);
	height: 100%;
	z-index: 1;
	bottom: 150px;
}

.pasto, .arboles, .montana{
    position: absolute;
    background-repeat: repeat-x;
	background-position:bottom left;
	background-size:auto ;

}


/* bubble */
.timeline-content{
	position:relative;
	top:30%;
	height: 0;
	left: 156px;
}
.timeline-progress{
	width:100%;
	position:relative;
	left:245px;
	top:-6px;
	z-index: 9;
}
.timeline-progress .meter-bar .progress-content, .timeline-progress .meter-bar .progresss{
	position:relative;
	left:-2000px;
}
.timeline-progress .meter-bar .progress-content{
	left:-2000px;
}
.timeline-progress .meter-bar .progresss{
	left:0px;
	background-color: #298fff;
}

.timeline-progress-vertical{
	position:absolute;
	left:22px;
	top:0;
	z-index: 9;
}
.timeline-progress-vertical .meter-bar{
	width:6px;
}
.timeline-progress-vertical .meter-bar .progresss{
	left:0px;
	background-color: #298fff;
}

.bubble{
	position:relative;
	width:245px;
	text-align:center;
	display:inline-block;
	z-index:99;
}
.bubble-content{
	-webkit-box-shadow: 0px 8px 0px 0px rgba(201,217,221,0.29);
	box-shadow: 0px 8px 0px 0px rgba(201,217,221,0.29);
	background:white;
	padding:1rem 1.2rem;
	position:relative;
	text-align:center;
}
.bubble-up{
	position:absolute;
	bottom:0;
	transform-origin:bottom right;
}
.bubble-up .bubble-content{
	border-radius: 1.3em 1.3em 0 1.3em;
	bottom: 3rem;
}
.bubble-up .bubble-content::after{
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid white;
	border-left: 20px solid transparent;
	position:absolute;
	bottom: -20px;
    right: 0;
}
.bubble-down{
	position:absolute;
	top:0;
	transform-origin:top right;
}
.bubble-down .bubble-content{
	border-radius: 1.3em 0em 1.3em 1.3em;
	top: 3rem;
}
.bubble-down .bubble-content::after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 20px solid white;
	border-left: 20px solid transparent;
	position:absolute;
	top: -20px;
    right: 0;
}

.bubble .point{
	position:absolute;
	right:0;
	width: 0;
    height: 0;
}
.bubble .point svg{
	background: white;
    border: 5px solid #b5bcc0;
    padding: 0.4rem;
    left: -25px;
	top: -25px;
    position: relative;
    width: 50px;
	height: 50px;
	border-radius: 50%;
	color:white;
}
.bubble.active .point svg{
    border-color:#298fff;
}
.bubble.success .point svg{
    color:#00afb8;
}
.bubble.danger .point svg{
    color:#ea4b4b;
}
.bubble.warning .point svg{
    color:#f4c901;
}


.bubble-up .point{
	bottom:0;
}
.bubble-down .point{
	top:0;
}


/*** acordeon ****/
.acordion{

}
.accordion-item {
    background-color: #fff;
    border: none;
	margin-bottom:0.5rem;
}

.accordion-button:not(.collapsed) {
	color:#000!important;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}

/* circle percent */
.circle {
  width: 155px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 155px !important;
  height: 155px !important;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}
.circle-small strong {
  top: 25px;
  font-size: 24px;
}


.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  font-size: 1.1rem;
}
.circle-small span {
  top: 60px;
  font-size: 1em;
}

.timeline-content {
		top:50%;
}

.meter-bars{
	min-width:180px;

}
.progress-left{
	margin:auto;
}


@media (max-width: 1199.98px) {
	.panel-lg .panel-img{
		width:140px;
	}
	.panel-lg{
		min-width:140px;
	}
}

@media (max-width: 991.98px) {
	.container-fluid{
		padding-right: 35px!important;
		padding-left: 35px!important;
	}
	.bg-login{
		width:550px;
	}

	h1, .h1{
		font-size:1.6em;
	}
	h2, .h2{
		font-size:1.5em;
	}
	h3, .h3{
		font-size:1.4em;
	}
	h4, .h4{
		font-size:1.3em;
	}
	h5, .h5{
		font-size:1.2em;
	}
	h6, .h6{
		font-size:1.1em;
	}
	.main-title {
		font-size:22px;
		padding: 0.5rem 1.5rem;
	}
	.panel-lg .panel-img{
		width:140px;
	}
	.panels-divider>.panel-div{
		border-right:0px;
		border-bottom:2px solid #dadada;
	}

}

@media (max-width: 767.98px) {
	h1, .h1{
		font-size:1.5em;
	}
	h2, .h2{
		font-size:1.4em;
	}
	h3, .h3{
		font-size:1.3em;
	}
	h4, .h4{
		font-size:1.2em;
	}
	h5, .h5{
		font-size:1.1em;
	}
	h6, .h6{
		font-size:1em;
	}

	.icon-title{
		width: 50px;
	}
	.user .icon-title{
		width: 50px;
	}

	.bg-login{
		width:450px;
		border-radius: 70px 0 0 0 !important;
		padding:2.5rem;
	}
	header{
		background: white;
	}
	.container-fluid{
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	.content{
		padding-bottom: 100px!important;
	}
	.sidebar {
		top: auto;
		position:fixed;
		width:100%;
		height:80px;
		bottom:0;
		padding: initial;
	}
	.sidebar .nav{
		padding-top:0px;
	}
	.sidebar-null {
		height:0px;
	}
	.sidebar ul{
		flex-direction: row!important;
	}

	main {
		padding-left:0px;
	}
	.main-title {
		font-size:18px;
		padding: 0.5rem 1.5rem;
	}
	.menu-perfil{
		position:absolute;
		right:1rem;
	}
	.breadcrums{
		margin-left: 2rem;
		margin-right: 2.5rem;
		height: 35px !important;
	}
	.breadcrums-content{
		white-space: nowrap;
		overflow: auto;
	}
	.btn-menu {
		font-size: 18px;
	}
	.a-logo{
		top: 0rem;
		background-color:transparent!important;
		width:50px;
		height:50px;
	}
	.tag{
		width:50%;
	}
	.tab-content{
		padding:1rem!important;
	}
	.tab .nav-tabs .nav-item.show .nav-link, .tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link {
		font-size:0.8rem;
		padding:0.5rem 0.5rem;
	}
	.tab .nav-tabs .nav-link.active {
		font-weight:bold;
	}
	.circle {
		transform:scale(0.8);
		margin: 0;
	}
	.card {
		padding: 0.5rem 0.5rem 0.5rem 80px;
		margin: 0 0 0.5rem 0;
	}
	.card .icon {
		width: 80px;
		height: 80px;
		left: -10px;
	}
	.btn {
		font-size: 0.8rem;
	}
	.panel {
		padding: 0.5rem;
	}
	.progress-meter .icon-progress {
		width: 80px;
	}
	.content-group {
		padding: 0.5rem 0.5rem;
	}
	.tag-label, .tag-label-2 {
		font-size: 0.8rem;
		margin: 0.2rem 0.5rem 0.2rem 0;
	}
	.tag-label-2 {
		padding: 0.5rem 0.5rem;
	}
	.tag-label-2 .icon {
		padding: 0;
	}
	.tag-label .icon {
		width:40px;
		height:40px;
		padding-top: 0.8rem;
	}
	.meter .meter-bar {
		height:6px;
	}
	.tag-label-2.active {
		margin-top: 1.5rem;
	}
	.tag-label-2 .label-active {
		top: -24px;
	}
	.timeline-content {
		top:50%;
	}
	.bubble {
		padding:0.5rem;
	}
	.bubble-content {
		padding:0.5rem;
	}
	.bubble-up .bubble-content {
		bottom: 2rem;
	}
	.bubble-down .bubble-content {
		top: 2rem;
	}
	.accordion-button {
		font-size:0.9rem;
	}
	.btn-icon{
		padding:10px 1rem 10px 45px;
		min-height: 48px;
	}
	.btn-icon .icon{
		width: 36px;
		height: 36px;
	}
	.card-block{
		padding:0.5rem 0.8rem;
	}
	.mb-4, .my-4{
		    margin-bottom: 1rem!important;
	}
	.panel-lg .panel-img{
		width:120px;
	}
	.table .name{
		font-size:0.8rem;
	}
	.table th, .table td{
		line-height:0.8rem;
	}
	.accordion-button{
		padding:0.8rem 1rem;
	}
	.accordion-item{
		margin-bottom: 0.2rem;
	}
}

@media (max-width: 575.98px) {


	body{
		font-size:0.8rem;
	}
	hr{
		margin:0.5rem 0;
	}

	.mt-4 {
		margin-top: 1rem!important;
	}
	.mb-5 {
		margin-bottom: 2rem!important;
	}

	.cover-container {
		padding:0!important;
	}

	.login{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	#logo_exp {
		width:180px;
		padding-left:15px!important;
		margin-top:15px!important;
	}
	.text-menu-footer{
		font-size:0.7rem;
	}
	.bg-login .h1{
		font-size:1.7rem;
	}
	.bg-login{
		border-radius: 50px 0 0 0 !important;
		width:100%;
		padding:1.8rem;
	}
	.form-floating>.form-control, .form-floating>.form-select {
		height: calc(2.5rem + 2px);
		line-height: 1.25;
	}
	.form-floating label {
		padding: 0.6rem 1rem;
	}
	.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		opacity: .0;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
	.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
		padding-top: 0.625rem;
	}
	.btn-group-lg>.btn, .btn-lg {
		font-size:1rem;
	}
	.hide-mobile{
		display:none;
	}
	.tag{
		width:100%;
	}
	.panel{
		width:100%;
	}
	.panel-title {
		font-size:1rem;
	}
	.panel-img{
		width:80px;
	}
	.progress-meter{
		margin-bottom: 1rem;
	}
	.progress-meter .icon-progress {
		width:100px;
	}
	.progress-meter .meter label {
		font-size:1rem!important;
		padding-right:18px;
	}
	.progress-meter .meter .pin {
		font-size:24px;
		margin-left:-10px;
	}
	.progress-meter .pl-0 {
		padding-left:15px!important;
	}
	.main-content-int .group {
		margin-right:-15px;
		margin-left:-15px;
	}
	.tag-label-2{
		margin-bottom:0.5rem;
	}

	.tag-label-2.active{
		margin-top:1.5rem;
	}
	.clock-panel .h1{
		font-size:1.4rem;
	}
	.clock-panel .h4{
		font-size:0.8rem;
	}
	.tab .nav-tabs {
		overflow-y: hidden;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.only-mobile{
		display:block;
	}

	.timeline-content{
		top:0;
		left:0!important;
		padding-bottom:2rem;
	}

	.timeline, .timeline-content{
		height:auto!important;
		overflow:hidden;
	}

	.timeline-bg{
		position:absolute;
		width:100%;
		top:0;
	}

	.bubble{
		position:relative;
		left:0px!important;
		width:100%;
		transform-origin: bottom left;
	}
	.bubble-content{
		top:0!important;
		margin-left: 60px;
		border-radius:1.3em 1.3em 1.3em 0!important;
	}
	.bubble .point{
		bottom:0;
		left:25px;
		top:auto;
	}
	.bubble .bubble-content::after{
		border-top: 0;
		border-bottom: 20px solid white;
		border-left: 20px solid transparent;
		left:-20px;
		bottom:0;
		top:auto;
	}

}

/**** smallDevice landscape ***/
.smallDevice .login{
	display:block;
	width:100%;
	margin:auto;
	max-width:550px;
}

.smallDevice .only-mobile{
		display:block;
	}

.smallDevice .bg-login{
	width:100%;
}

.smallDevice hr{
	margin:0.5rem 0;
}
.smallDevice .mb-5 {
		margin-bottom: 2rem!important;
	}
.smallDevice .a-logo {
	top: 0rem;
    background-color: transparent!important;
    width: 50px;
    height: 50px;
	padding-top: 0.3rem!important;
}

.smallDevice .hide-mobile{
	display:none;
}
.smallDevice .content{
	padding-bottom: 10px!important;
}

.smallDevice .breadcrums{
	margin-left:0;
	margin-right: 2.5rem;
    height: 28px !important;

}
.smallDevice{
	font-size: 0.75rem;
	line-height:1rem;
}

.smallDevice .menu-perfil{
	position: absolute;
    right: 1rem;
}
.smallDevice .btn-menu{
	font-size: 18px;
}

.smallDevice .badge {
	/*font-size: 0.8rem;*/
	padding: 0.1em 0.4em;
}

.smallDevice .btn {
	font-size: 0.8rem;
}

.smallDevice .sidebar{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding:0;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
    width: 50px;
	height: 100%;
}
.smallDevice .sidebar .nav{
	padding-top:65px;
	padding-bottom: 10px;
}
.smallDevice .sidebar a span{
	display:none;
}
.smallDevice .sidebar .nav-link{
	font-size:24px;
	padding: 0rem 0.2rem;
}
.smallDevice .sidebar .nav-pills li{
	width: 100%
}
.smallDevice .sidebar li.item-active{
	width: 60px;
    height: 60px;
	padding: 8px;
}
.smallDevice .sidebar .nav-link.active{
	width: 45px;
    height: 45px;
}
.smallDevice main{
	padding-left:0px;
}
.smallDevice .main-title {

}
.smallDevice .mt-4 {
	margin-top: 1rem!important;
}
.smallDevice .tag-title {
	padding: 0.5rem;
}
.smallDevice .dropdown-item {
	padding: 0.1rem 0.5rem;
}
.smallDevice .circle {
	float:left;
	transform-origin: left top;
}
.smallDevice .circle-small {
	float:left;
	transform-origin: center;
}
.smallDevice .icon-clock {
    width: 60px;
}
.smallDevice .panel {
	min-width:100px;
}
.smallDevice .panel-lg {
	width: auto;
	padding: 0.5rem;
}

.smallDevice .panel-title {
	font-size:0.8rem;
}
.smallDevice .panel-img{
	width:80px;
}
.smallDevice .progress-meter{
	margin-bottom: 1rem;
}
.smallDevice .progress-meter .pl-0 {
	padding-left:15px!important;
}
.smallDevice .progress-meter .meter label {
		font-size:1rem!important;
		padding-right:18px;
	}
.smallDevice .progress-meter .meter .pin {
		font-size:24px;
		margin-left:-10px;
	}
.smallDevice .progress-meter .icon-progress{
	width:50px;
}

.smallDevice .form-floating>.form-control, .smallDevice .form-floating>.form-select {
		height: calc(2.5rem + 2px);
		line-height: 1.25;
	}
	.smallDevice .form-floating label {
		padding: 0.6rem 1rem;
	}
	.smallDevice .form-floating>.form-control:focus~label,.smallDevice  .form-floating>.form-control:not(:placeholder-shown)~label,.smallDevice  .form-floating>.form-select~label {
		opacity: .0;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
	.smallDevice .form-floating>.form-control:focus, .smallDevice .form-floating>.form-control:not(:placeholder-shown) {
		padding-top: 0.625rem;
	}
.smallDevice .table .name{
	font-size:0.8rem;
}
.smallDevice .table th, .smallDevice .table td{
	line-height:0.8rem;
	padding:0.3rem;
}
.smallDevice .accordion-button{
	padding:0.8rem 1rem;
}


.smallDevice .timeline-content{
	top:0;
	left:0!important;
	padding-bottom:2rem;
}

.smallDevice .timeline-bg{
		position:absolute;
		width:100%;
		top:0;
	}

.smallDevice .timeline, .smallDevice .timeline-content{
	height:auto!important;
	overflow:hidden;
}

.smallDevice .bubble{
	position:relative;
	left:0px!important;
	width:100%;
	transform-origin: bottom left;
}
.smallDevice .bubble-content{
	top:0!important;
	margin-left: 60px;
	border-radius:1.3em 1.3em 1.3em 0!important;
}
.smallDevice .bubble .point{
	bottom:0;
	left:25px;
	top:auto;
}
.smallDevice .bubble .bubble-content::after{
	border-top: 0;
	border-bottom: 20px solid white;
	border-left: 20px solid transparent;
	left:-20px;
	bottom:0;
	top:auto;
}


/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}



/**** adjust height ****/
.adjustHeight button,.adjustHeight input,.adjustHeight label,.adjustHeight select,.adjustHeight textarea {
	font-size:0.75rem;
}
.adjustHeight{
	display: block!important;
	font-size:0.75rem;
	margin-top:1rem;
}
.adjustHeight .login .bg-login{
	padding:1.5rem ;
    border-radius: 50px 0 0 0 !important;
	padding-bottom:0;
}
.adjustHeight .login #logo_exp{
	width:150px;
}
.adjustHeight .h1{
	font-size:1.6rem;
}
.adjustHeight .btn{
	font-size:0.8rem;
}

