/*NAV LEFT*/
nav#menu_left {
  border-right: solid #f3f3f3 3px;
}

li.nav-item.itdp_menu_list:hover {
  background-color: #f2f2f2;
}

li.itdp_menu_list.itdp_stats {
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}

li.itdp_menu_list.itdp_stats:hover {
  background-color: #f2f2f2;
}

/*NAV RIGHT*/

main#content_right {
  float: right;
}

li.nav-item {
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.itdp_hello {
  font-size: 20px;
}

svg.bi {
  margin-right: 10px;
}

/** Home - Dashboard*/
a.steps:hover {
  background-color: #EDEDF5;
  text-decoration: none;
}

a.steps {
  background-color: #F7F7FB;
  padding: 10px;
  display: block;
  margin: 2px;
}

.card-body {
  border-radius: 10px;
  padding: 30px;
  background-color: #2C3689;
}

h5.card-title {
  margin-top: 0px;
  font-weight: bold;
  color: #fff;
}

p.card-text {
  color: #fff;
}

a.btn.btn-primary {
  background-color: #fff;
  padding: 10px;
}

/*STATS*/

h1#tit_renta {
  font-size: 20px;
  background-color: #1f1f1f;
  display: inline-block;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #ddd;
  color: #fff;
}

canvas#stats_renta {
  display: block;
  padding: 50px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 10px;
}

div#content-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
}

.itdp_content_half {
  display: block;
  width: 49%;
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 20px;
}

h1#tit_ingles {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 5px;
  text-align: center;
}

h1#tit_modalidad {
  text-transform: uppercase;
  font-size: 19px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 5px;
}

h1#tit_skills {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 5px;
}
.itdp_content_half p {
  font-size: 12px;
  text-align: center;
}

div#skill_cloud {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 40px;
  border-radius: 20px;
}

/* muestra CV*/
span.cv_tit {
  font-weight: bold;
  display: block;
  width: 50%;
  text-transform: uppercase;
  float: left;
}

span.cv_cont {
  display: block;
  width: 50%;
  float: right;
  text-transform: uppercase;
}

span.cv_list {
  list-style: none;
  text-transform: uppercase;
  margin-left: 50%;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

h2.cv_subtitle {
  padding-top: 30px;
  display: block;
  color: #2C3589;
}

li.cv_list_obj {
  margin: 5px;
  display: inline-block;
  background-color: #a4afb7;
  padding: 5px;
  width: 50%;
  border-radius: 5px;
  color: white;
  font-size: 12px;
}

a#btn_editarCV {
  float: right;
  background-color: green;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  border-radius: 15px;
  margin-top: 40px;
}

.cv_group {
  background-color: #f3f3f3;
  display: grid;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  opacity: 0.8;
  border: 1px solid #bbb;
}

.cv_group:hover {
  opacity: 1;
}