.tarjeta-certificacion{
  text-align: center;
  text-wrap: balance;
  border-left: solid 0.7rem var(--accent-color);

  .suptitulo{
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.5rem;
    margin-bottom: 0.5rem;
    i{font-size: 2rem;}
  }
  .titulo{
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    text-transform:uppercase;
  }
  .texto{
    font-weight: 800;
  }
}

{#===== NEW end =====#}

.contenedor-bullets.check{
  padding-top: 1rem;
  color: #000;
  font-family: Inter;
  font-size: 1.28571rem;
  font-style: normal;
  {#font-weight: 600;#}
  line-height: 1.21429rem; /* 94.444% */
}
.contenedor-bullets.check div{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.5rem;
  padding: 0 0 1rem;
  line-height: 2rem;
}
.contenedor-bullets.check div:before {
  color: white;
  background-color: var(--accent-color); 
  font-family: tabler-icons !important;
  content: "\ea5e"; {# \ea5e \ea67 \f63d #}
  font-size: 1.5rem;
  line-height: 1.7rem;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 4px;
  text-align: center;
}
.titulacion-corta .contenedor-nombre{
  border-radius: 2.07143rem 0rem 2.14286rem 0rem;
  background: #ffffff;
  padding: 1.5rem 3rem;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.3rem;
  align-items:center;
  width: 95%;
}
.titulacion-corta .contenedor-nombre:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -10px;
  bottom: -10px;
  border-radius: 0 0 2.5rem;
  border-right: solid 3px var(--amarillo);
  border-bottom: solid 3px var(--amarillo);
}
.titulacion-corta .titulo{
  color: #949393;
  font-family: var(--pop);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem; /* 200% */
  text-transform: uppercase;
}
.titulacion-corta .programa{
  color: #000;
  font-size: 1.07143rem;
  font-weight: 600;
  line-height: normal;
  text-wrap:balance;
}
/*====================== PROFESOR =========================*/
.columnas-certificado{
  margin-top:4rem;
  display: grid;
  grid-template-columns: 70% auto;
  align-items: center;
  gap:1rem;
}
.pin-titulo{
  color: #161C27;
  font-weight: 700;
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
.pin-descripcion{
  color: #6a8aeb;
  font-weight: 500;
  font-size: 1.2rem;    
}
/*====================== MOV =========================*/
.contenedor-pin-board{
  position: relative;
  .imagen-base{
    border-radius: 10px;
    box-shadow: 2px 2px 4px 0px #00000021;
  }
  .pin{
    background-color: #ffffff4f;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    position: absolute;
    border: solid 3px white;
    transition: all ease-in 0.2s;
    animation: pinrotando 2s linear infinite;
    cursor: pointer;
  }
  .pin:hover{
    border: solid 8px white;
  }
  .p1{
    top: 2%;
    left: 47%;
  }
  .p2{
    top: 9%;
    right: 4.5%;
  }
  .p3{
    left: 13%;
    bottom: 1.5%;
  }
  .p4{
    right: 12%;
    bottom: 1.5%;
  }
  .p5{
    left: 21%;
    bottom: 17%;
  }
}
.pin-separator{
  padding-left: 1rem;
  border-left:solid 1px #c6c6c6;
}
@-webkit-keyframes pinrotando { 
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@media only screen and (max-width: 992px) { 
  .columnas-certificado{
    grid-template-columns: 1fr;

  }
  .pin{
    height: 50px !important;
    width: 50px !important;
  }
  .pin-separator{
    border-left:none !important;
    padding: 0 1rem;
  }    
}
/*====================== MOV =========================*/
@media only screen and (max-width: 992px) {
  .logo-uv{display:none;}
}
.titulo-mov{
  color: black;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 1rem 0;
  border-bottom: solid 1px gray;
  font-family: var(--pop);
}
.contenedor-profesor-mov{
  font-size: 1.1rem;
  font-family: var(--pop);
  margin-bottom: 1.5rem;
  .foto{
    width: 200px;   
    border-radius: 1.5rem 1.5rem 3rem 1.5rem;
    box-shadow: 1px 2px 4px 1px #00000040;
    margin: 0 auto ;
    display: block;
    margin: 2rem auto;
  }
  .nombre-completo{
    font-weight: 600;
    font-size: 1.2rem;
    font-family: var(--pop);
    margin-bottom: 1.5rem;
  }
}