.card-component {
  color: #004884;
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
  margin: 0 0 1rem;
  padding: 1.4rem;
  min-width: 285px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border-radius: 0.625rem !important;
  border: 0.5px solid rgba(0, 72, 132, 0.2) !important;
}

.card-component .title {
  margin-top: unset;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.body-blackout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: none;
  z-index: 3;
}
.body-blackout.is-blacked-out {
  display: block;
}
.body-blackout.fade {
  transition: opacity 0.15s linear;
}
.body-blackout.show {
  opacity: 0.26;
}

.title-line {
  padding: 0 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.m-auto {
  margin: auto;
}

.icon-tutorial {
  width: 59px;
  height: 40px;
  padding-right: 10px;
  position: absolute;
  background-image: url("https://www.gov.co/themes/custom/gov/assets/area-de-servicio/spr-govco.png") !important;
  background-repeat: no-repeat;
  background-position: -129px -5px;
}

.title-tutorial {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  padding-left: 28%;
}
.title-tutorial span {
  font-family: "Montserrat", sans-serif;
}

.list-tutoriales {
  list-style-type: none;
  padding: 0px;
  text-align: left;
  font-size: 1rem;
}
.list-tutoriales li {
  border-bottom: 2px solid #E5EEFB;
  padding: 5px 0;
}

.btn-low, .btn-low-mix-govco {
  color: #3772FF !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
}

.btn-low:active, .btn-low-mix-govco:active,
.btn-low:hover,
.btn-low-mix-govco:hover,
.btn-low:focus,
.btn-low-mix-govco:focus {
  color: #3366CC !important;
  font-weight: 500;
}

.btn-low-mix-govco {
  margin: auto;
  text-decoration: none !important;
  text-transform: initial !important;
}

.btn-mix-govco__icon--down {
  background-image: url("https://www.gov.co/themes/custom/gov/assets/area-de-servicio/spr-icons-govco.png") !important;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.btn-mix-govco__icon--arrow-down {
  width: 16px !important;
  height: 13px !important;
  margin-top: -5px;
  background-position: -16px 0px;
}

.btn-mix-govco__icon--arrow-up {
  width: 16px !important;
  height: 13px !important;
  margin-bottom: -5px;
  background-position: -100px -7px;
}