.maestria-cta{
  padding: 1rem 0;
}
.maestria-mensaje-secundario{
  color:var(--accent-color);
  font-weight: 600;
  font-size: 1.2rem;
}
.seccion-cabecera.tp{
  .espacio-superior{ height:3rem; }
  .espacio-inferior{ height:5rem; }
}
.seccion-cabecera{
  background-color: #F7F7F7; 
  text-align: center;
}
.seccion-cabecera .suptitulo,
.seccion-cabecera .subtitulo{ 
  margin: 2rem 0 1rem;
  color: var(--accent-color);
  font-family: var(--pop);
  font-size: 1.57143rem;
  font-weight: 700;
  line-height: 2rem; /* 200% */
  text-transform: uppercase;
  text-wrap: balance;
}
.seccion-cabecera .recibido{
  font-weight: 400;
  font-size: 1.42857rem;
}
.seccino-cabecera .icono{
  text-align: center;
}
.seccion-cabecera .icono i{
  font-size: 4rem;
  color: #62bcad;
}
.seccion-cabecera .contenedor-logo-universidad img{
  width: 13rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 992px) {  
  {#.seccion-cabecera {
    background: var(--accent-bg-color);
  }#}
  .seccion-cabecera .nombre-programa{
    font-size: 1.42857rem;
    font-weight: 600;
    {#color: white;#}
  }
  .seccion-cabecera .subtitulo{
    font-size: 1.07143rem;
    font-weight: 600;
    line-height: 1.5rem;
    {#color: white;#}
  }
  .seccion-cabecera .recibido{
    font-size: 1.07143rem;
    font-weight: 400;
    {#color: white;#}
  }
  .seccion-cabecera .icono i {
    {#color: white;#}
  }
}
.boton-agendar{
  display: inline-block;
  font-family: var(--pop);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  border-radius: 1.2rem;
  padding: 1.3rem 3rem;
  transition: all 0.3s ease;
  color: white;
  background-color: var(--accent-color);
  box-shadow: 1px 1px 4px 0px #00000050;

  &:hover{
    text-decoration: none;
    color: white;
    filter: brightness(1.2);
    box-shadow: 1px 4px 6px 0px #00000070;
    transform: translateY(-5px);
  }
  &:active{
    box-shadow: 1px 1px 4px 0px #00000050;
    transform: translateY(-2px);
  }

}