.controles-switcher-1 .control{
  transition: 0.4s;
  border-radius: 1rem 1rem 0 0;
}
.controles-switcher-1 .control:hover{
  background-color: #c5c5c5;
}
.controles-switcher-1 {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: end
}
.controles-switcher-1 .control a{
  display: block;
  text-decoration: none;
  color: black;
  font-size: 1.28571rem;
  font-weight: 600;
  line-height: 2rem; /* 155.556% */
  text-align: center;
  padding: 1rem;
  border-bottom: solid 1px gray;
  font-family: var(--pop);
}
.controles-switcher-1 .control.uk-active a{
  border-bottom: solid 10px var(--accent-color);
}
.contenidos-switcher-1{
  padding: 2rem 0 0 0 !important;
}
.mast-p p{
  color: black;
  font-size: 1.28571rem;
  font-weight: 500;
  line-height: 2rem; /* 155.556% */
  margin:0 0 1rem;
}
.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: var(--accent-color);
  content: "\F633";
  font-family: Bootstrap-icons;
  font-size: 1.3rem;
  height: 1.3rem;
  line-height: 1.8rem;
  width: 1.3rem;
  text-align: center;
}
.titulacion-corta{
  padding-top: 3rem;
  /*border-top: solid 1px #b9b9b9;
  margin-top: 3rem;*/
}
.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 =========================*/
.contenedor-profesor-tab{
  padding: 2rem 3rem;
  display: grid;
  gap:2rem;
  grid-template-columns: 2fr 1fr;
  align-items:center;
  .nombre-completo{
    font-weight: 600;
    font-size: 1.2rem;
    font-family: var(--pop);
    margin-bottom: 1.5rem;
  }
  .foto{
    border-radius: 1.5rem 1.5rem 8rem 1.5rem;
    box-shadow: 1px 2px 4px 1px #00000040;
  }
  .biografia{
    font-size: 1.1rem;
  }
}

.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;
  }
}
