header {
  padding: .4em;
}
fieldset {
  border: 1px solid #dcdcdc;
  border-radius: .4em;
  padding: .5em;
  margin-bottom: .3em;
  margin-top: .3em;
  background: #f5f5f5;
  width: 100%;
  float: left;
}
fieldset label {
  text-transform: uppercase;
}
.clear {
  clear: both;
  height: 2px;
}
table {
  font-size: 12px;
}
#centro {
  padding-bottom: 1.5em;
}
#cuotasD {
  position: fixed;
  width: 98%;
  max-height: 80%;
  overflow-y: auto;
  display: block;
  background: white;
  padding: 12px;
  box-shadow: 0 0 6px 4px silver;
  -webkit-box-shadow: 0 0 6px 4px silver;
  -moz-box-shadow: 0 0 6px 4px silver;
  z-index: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
}
.btn i {
  float: left;
  padding: .2em;
  vertical-align: bottom;
}
.titulo-curso {
  text-transform: uppercase;
  background: #d4d4d4;
  padding: .5em;
}
.link-video {
  color: white;
  box-shadow: none !important;
}
