.link-relacionado {
	font-size: 100%;
    color: rgba(36,72,118,1);
    padding: 5%;
    display: inline-block;
    border: solid 1px rgba(36,72,118,1);
    margin: 5% 10%;
}
.link-relacionado:hover {
	color: rgba(203,44,0,1);
}
.link-relacionado:before {
   content: "Nota relacionada";
}
.Boton-Insc-2 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
	min-width: 20%;
    text-align: center;
    padding: 0 7% 5px;
    margin: 3% auto;
    font-size: 120%;
    line-height: 150%;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: rgb(227,31,38);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: block;
    white-space: nowrap;
}

.Boton-Insc-2:hover {
    background-color: rgb(36,72,118);
}

@media (min-width: 760px) {

.Boton-Insc-2 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
	min-width: 30%;
    text-align: center;
    padding: 0 7% 5px;
    margin: 3% auto;
    font-size: 120%;
    line-height: 150%;
    font-weight: 500;
    color: rgba(255,255,255,1);
    background-color: rgb(227,31,38);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: block;
    white-space: nowrap;
}

.Boton-Insc-2:hover {
    background-color: rgb(36,72,118);
}
}