/* ############################################# */
/* Card-edicion DM */
/* ############################################# */

.card-edicion {
  position: relative;
}

.icono-card-edicion {
  position: absolute;
  top: 0;
  right: 0;

}

.icono-card-edicion i {
  font-size: 5rem;
  color: #ced4da50;

}

.barra-izquierda-card-edicion {
  background-color: var(--complementario);
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.btn-card-edicion {
  color: var(--complementario);
}

.texto-card-edicion {
  color: #6c757d;
}

.card-detalles {
  width: 300px;

}

.texto-detalles {
  font-size: .75rem;
}

.btn-detalles {
  font-size: .85rem;
}

.card-detalles {
  width: 100%;

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .card-detalles {
    width: 300px;
  }
}


.texto-detalles {
  font-size: .75rem;
}

.btn-detalles {
  font-size: .85rem;
}

/* ############################################# */
/* Card-botón ver DM */
/* ############################################# */

.card-ver {
  position: relative;
}

.icono-card-ver {
  position: absolute;
  top: 50%;
  right: 50%;

}

.icono-card-ver i {
  font-size: 2rem;
  color: var(--cuaternario);
  opacity: .5;

}

.barra-izquierda-card-ver {
  background-color: var(--complementario);
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.btn-card-ver {
  color: var(--complementario);
  margin: 10px;
}

.texto-card-ver {
  color: #6c757d;
}


/* ############################################# */
/* Card ver DM */
/* ############################################# */

.card-ver {
  position: relative;
}

.icono-card-ver {
  position: absolute;
  top: 0;
  right: 0;

}

.icono-card-ver i {
  font-size: 5rem;
  color: #ced4da50;

}

.barra-izquierda-card-ver {
  background-color: var(--complementario);
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.btn-card-ver {
  color: var(--complementario);
}

.texto-card-ver {
  color: #6c757d;
}

/* ############################################# */
/* ############################################# */


/* Se queda */
.profile-card-1 .profile-name {
  font-size: 18px;
  font-weight: bold;
  color: #021830;
}

/* SE QUEDA */
.profile-card-1 .profile-description {
  font-size: 13px;
  padding: 5px 10px;
  color: #777;
}


/* Se QUEDA */
.profile-card-4 {
  max-width: 300px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
}

.profile-card-4 img {
  transition: all 0.25s linear;
  object-fit: contain;
  width: 100%;
}

.profile-card-4 .profile-content {
  position: relative;
  padding: 15px;
  background-color: #FFF;
}

.profile-card-4 .profile-name {
  font-weight: bold;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -70px;
  color: #FFF;
  font-size: 17px;
}

.profile-card-4 .profile-name p {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
  color: #777;
  font-size: 12px;
  padding: 10px;
}

/* SE QUEDA */
.profile-card-4 .profile-overview {
  padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
  font-size: 10px;
  font-weight: 600;
  color: #777;
}

.profile-card-4 .profile-overview h4 {
  color: #273751;
  font-weight: bold;
}

.profile-card-4 .profile-content::before {
  content: "";
  position: absolute;
  height: 20px;
  top: -10px;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  z-index: 0;
  transform: skewY(3deg);
}

.profile-card-4:hover img {
  transform: rotate(5deg) scale(1.1, 1.1);
  filter: brightness(110%);
}



/* ############################################# */
/* Perfil con fondo de color e imagen */
/* ############################################# */

.p-lg {
  padding: 30px;
}

.widget-head-color-box {
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}

.m-b-md {
  margin-bottom: 20px;
}

.no-margins {
  margin: 0 !important;
}

.font-bold {
  font-weight: 600;
}

img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}

.img-perfil-card {
  object-fit: cover;
  height: 120px;
  width: 120px;
  aspect-ratio: 1 / 1;
}


/*  */