@import url("../../assets/css/root.css");
@import url("../../css/navbar.css");
@import url("../../css/footer.css");
@import url("../menu_footer.css");
.reglamento {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.reglamento a {
    display: inline-block;
    font-weight: bolder;
    font-size: 23px;
    color: var(--clr);
    border-bottom: 2px solid var(--clr);
    transition: all 0.3s ease-in-out;
}

.reglamento a:hover {
    color: var(--extra);
    border-bottom: 2px solid var(--extra);
}

.etiquetas {
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #fff;
}

.resultadosAjed {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resultadosAjed h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.frameJug h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-top: 2rem;
}

.resultadosAjed a {
    display: inline-block;
    padding: 1rem;
    margin: 1rem;
    color: #fff;
    background-color: var(--gradient3-color);
    border-radius: 10px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}

.resultadosAjed a:hover {
    background-color: #4d6181;
    color: #fff;
}

.frameJug {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    height: 700px;
    flex-direction: column;
}

iframe {
    width: 100%;
    overflow-x: hidden;
    height: 700px;
    margin-bottom: 2rem;
}