/* Botones HTML sobre las tarjetas del banner de inscripciones. */
.container-banner .banner-inscripciones {
    position: relative;
    width: 100%;
    container-type: inline-size;
    line-height: 0;
}
.container-banner .banner-inscripciones img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.banner-inscripciones a {
    position: absolute;
    top: 77.4854%;
    width: 12.5882%;
    height: 8.1871%;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334f9b;
    color: #fff;
    font-family: inherit;
    font-size: clamp(10px, 1.45cqw, 24px);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.banner-inscripciones__junior { left: 44.8235%; }
.banner-inscripciones__elemental { left: 76.2353%; }
.banner-inscripciones a:hover {
    background: #263c79;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .8);
}
.banner-inscripciones a:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px #fff;
}

.container-banner:has(.banner-inscripciones) .banner-wave { display: none; }
