.seccion-cabecera{
  background:url(https://www.uvirtual.org/hubfs/archivos-generales/2024/web/img/lp-master-cabecera-bg.gif);
  background-repeat: repeat-x;
  background-position-y: -50px;
}
.seccion-cabecera .animacion-cabecera{
  background:url(https://www.uvirtual.org/hubfs/archivos-generales/2024/web/img/uv-dots-normal.png);
  background-repeat: no-repeat;
  background-size:9%;
}
.seccion-cabecera.master .suptitulo{
  color: var(--accent-color);
  font-family: var(--pop);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem; /* 200% */
}
.seccion-cabecera.master .nombre-programa{
  color: black;
  font-family: var(--pop);
  font-size: 2.71429rem;
  font-weight: 400;
  line-height: 3.5rem; /* 128.947% */
  margin: 0 0 1rem;
  text-wrap: balance;
}
.mini-datos{
  color: #5F5D5D;
  font-family: Inter;
  font-size: 1.07143rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mini-datos div{
  margin: 0 1rem 0 0;
}
.espacio-inferior{
  height:6rem;
}
.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: 500;
  line-height: 2rem; /* 155.556% */
  text-align: center;
  padding: 1rem;
  border-bottom: solid 1px gray;
}
.controles-switcher-1 .control.uk-active a{
  border-bottom: solid 5px 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-bottom: 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 p{
    margin-bottom: 1rem;
}
.contenedor-bullets.check div{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.5rem;    
  /*align-items: center;*/
  padding: 0 0 1rem;
  line-height: 1.6rem;
}
.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;
}
.tarjeta-detalles{
  background: white;
  border-radius: 0rem 2.14286rem 0rem 0rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
}
.tarjeta-detalles .imagen { 
  position:relative;
  border-radius: 0rem 2.14286rem 0rem 0rem;
  background-size:cover; 
  aspect-ratio:16/9;
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem
}
.tarjeta-detalles .titulo{
  color: var(--gris-textos);
  font-family: var(--pop);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem; /* 200% */
}
.tarjeta-detalles .detalle,
.tarjeta-detalles .bonus{
  color: var(--gris-textos);
  font-size: 1.07143rem;
  font-weight: 400;
  padding: 0.8rem 0;
}
.contenido .detalle:not(:last-child){
  border-bottom: solid 1px rgb(168,168,168);
}
.tarjeta-detalles .detalle i,
.tarjeta-detalles .bonus i{
  color: var(--accent-color);
  margin-right: 0.5rem;
}
.tarjeta-detalles .contenedor-bonus{
  display: grid;
  grid-template-columns: auto auto;
}
.titulacion-corta .logo-universidad{
  width: 200px;
  margin: 2rem 0;
}
.titulacion-corta .contenedor-nombre{
  border-radius: 2.07143rem 0rem 2.14286rem 0rem;
  background: #F7F7F7;
  padding: 1.5rem 3rem;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.3rem;
  align-items:center;
}
.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;
}
.detalle img{
  margin-right:1rem;
  width: 2rem;
}
.tarjeta-detalles .imagen{
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  background-position: center center;
}
.precio{
  background-color: white;
  border-radius: 2rem 2rem 0 0;
  padding: 1rem 2rem 0;
  text-align: center;
  margin: 1rem 2rem 0;
}
.precio .antes{
  color: #949393;
  font-size: 1.07143rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 0 0.5rem;
}
.precio .ahora{
  color: #000;
  font-family: var(--pop);
  font-size: 1.64286rem;
  font-weight: 700;
  line-height: 2rem; /* 121.739% */
}
.detalle{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;    
}
.detalle div:nth-child(1){
  display: flex;
  align-items: center;
}
.detalle div:nth-child(2){
  text-align: end;
}
/*====================== MOV =========================*/
@media only screen and (max-width: 992px) {
  .seccion-cabecera .animacion-cabecera{
    background-size: 25% !important;
    background-position: top 175px center !important;
    background: url(https://www.uvirtual.org/hubfs/archivos-generales/2024/web/img/uv-dots-movil.webp);
    background-repeat: no-repeat;
  }
  .seccion-cabecera.master .suptitulo{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem; /* 200% */
  }
  .seccion-cabecera.master .nombre-programa{
    color: #000;
    text-align: center;
    font-size: 2rem;
    line-height: 2.49464rem ;
  }
  .seccion-cabecera.master .mini-datos{
    flex-direction: column;
    align-items: center;
    grid-row-gap: 0.5rem;
  }
  .tarjeta-detalles .imagen{
    height: 15rem;
  }
  .tarjeta-detalles .detalle{
    padding: 0.5rem 0;
  }
}