.head {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 20px;
    background: url('../../multimedia/Fondo-Card4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #353941;
    border-radius: 10px;
}

.head>svg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--textoPrincipalColor);
}

.fase {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 10px;
    border: 1px solid #353941;
    border-radius: 10px;
    background-color: #081018;
}

.fase li {
    padding: 5px;
    border-radius: 5px;
}

.fase .select {
    border-bottom: 1px solid var(--textoPrincipalColor);   
}

.fase .select a {
    color: var(--textoPrincipalColor);
}

.fase li a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.responsive-pc1 {
    display: flex;
    width: 100%;
}

.responsive-pc2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.container-info-puntos {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    z-index: 100;
}

.info-puntos {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #081018;
    width: 90%;
    border: 1px solid #353941;
    box-shadow: 0 0 12px rgba(163, 230, 53, 0.2);
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
    background: url('../../multimedia/Fondo-Card1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-puntos .title {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-puntos .title>div{
    display: flex;
    flex-direction: column;
}

.info-puntos .title>span {
    width: 1px;
    height: 100%;
    color: var(--textoPrincipalColor);
    background-color: var(--textoPrincipalColor);
}

.info-puntos p{
    color: var(--textoPrincipalColor);
}

.info-puntos ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 20px;
}

.info-puntos ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #353941;
    border-radius: 10px;
    position: relative;
}

.info-puntos ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    border: var(--textoPrincipalColor) 1px solid;
    color: var(--textoPrincipalColor);
}

.info-puntos ul li .infoPuntos {
    position: absolute;
    right: 10px;
}

.info-puntos #cerrarInfoPuntos {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: var(--textoPrincipalColor);
    border: 1px solid var(--textoPrincipalColor);
    border-radius: 5px;
}

/* ------------------- SACADO DEL MOBILE ------------------- */

.container-tops {
    border: 1px solid #353941;
    border-radius: 10px;
    background-color: #081018;
    margin-top: 10px;
}

.container-tops>div {
    display: flex;
    align-items: center;
}

.container-tops>div>svg {
    color: var(--textoPrincipalColor);
}

.container-tops>div>h1 {
    color: var(--textoPrincipalColor);
}

.container-tops>p {
    color: #696a73;
}

.container-tops ul {
    display: flex;
    align-items: flex-end;
    list-style: none;
    justify-content: space-around;
}

.container-tops ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #353941;
    border-radius: 10px;
}

.container-tops ul li>svg {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #081018;
    border: 1px solid #353941;
    border-radius: 10px;
}

.container-tops ul li>img {
    border-radius: 50%;
}

.container-tops ul li>.puntos {
    color: var(--textoPrincipalColor);
}

.container-tops ul li h1 {
    font-weight: 400;
}

.container-tops ul li>p {
    color: #696a73;
}

.container-tops>ul>.top1 {
    border-color: var(--textoPrincipalColor);
    box-shadow: 0 0 12px var(--textoPrincipalColor);
}

.container-tops>ul>.top1>svg {
    color: var(--textoPrincipalColor);
    border-color: var(--textoPrincipalColor);
    box-shadow: 0 0 12px var(--textoPrincipalColor);
}

.container-tops>ul>.top2 {
    border-color: #aaafb6;
    box-shadow: 0 0 12px #aaafb6;
}

.container-tops>ul>.top2>svg {
    color: #aaafb6;
    border-color: #aaafb6;
    box-shadow: 0 0 12px #aaafb6;
}

.container-tops>ul>.top3 {
    border-color: #b36222;
    box-shadow: 0 0 12px #b36222;
}

.container-tops>ul>.top3>svg {
    color: #b36222;
    border-color: #b36222;
    box-shadow: 0 0 12px #b36222;
}

.container-tabla {
    display: flex;
    flex-direction: column;
    border: 1px solid #353941;
    border-radius: 10px;
    background-color: #081018;
}

.container-tabla>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-tabla>p {
    color: #696a73;
}

.container-tabla table {
    border: 1px solid #353941;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.15),
            rgba(0,40,90,0.10),
            rgba(0,0,0,0.15)
        );
    box-shadow:
        inset 0 0 30px rgba(0,140,255,0.04),
        0 0 10px rgba(0,0,0,0.25);
}

table th,
table td{
    border-bottom: 1px solid #353941;
}

table tr:last-child td{
    border-bottom: none;
}

table th>p {
    padding: 5px;
}

table td>div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 5px;
}

table td>div>img {
    padding: 5px;
    border: 1px solid #696a73;
    border-radius: 50%;
}

.container-tabla .info-opcion-puntos {
    display: flex;
    gap: 5px;
    cursor: pointer;
    border: 1px solid #353941;
    border-radius: 10px;
}

.container-tabla .info-opcion-puntos>svg {
    display: flex;
    color: var(--textoPrincipalColor);
}

.container-tabla .info-opcion-puntos>p {
    color: #696a73;
}

/** ------------------------------------------------------ **/
/** ----------------------- MOBILE ----------------------- **/
/** ------------------------------------------------------ **/

@media (max-width: 1000px) {
    .responsive-pc3 {
        display: none;
    }

    .head>h1{
        font-size: 14px;
    }

    .head>p {
        font-size: 10px;
    }

    .head>svg {
        width: 30px;
        height: 30px;
    }

    .container-tops {
        padding: 10px;
    }

    .container-tops>div>svg {
        width: 20px;
        height: 20px;
    }

    .container-tops>div>h1 {
        font-size: 14px;
    }

    .container-tops>p {
        font-size: 12px;
    }

    .container-tops ul {
        margin-top: 20px;
    }

    .container-tops ul li {
        padding: 10px;
        padding-top: 20px;
        width: 90px;
        height: 130px;
    }

    .container-tops ul li>svg {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .container-tops ul li>img {
        width: 40px;
        height: 40px;
    }

    .container-tops ul li>h1 {
        font-size: 11px;
        font-weight: 400;
    }

    .container-tops ul li>.puntos {
        font-size: 16px;
    }

    .container-tops ul li>p {
        font-size: 12px;
    }

    .container-tops>ul>.top1 {
        width: 100px;
        height: 150px;
    }

    .container-tabla {
        padding: 10px;
        margin-top: 20px;
    }

    .container-tabla>div>svg {
        width: 20px;
        height: 20px;
    }

    .container-tabla>div>h1 {
        font-size: 18px;
        color: var(--textoPrincipalColor);
    }

    .container-tabla>p {
        margin-top: 5px;
        font-size: 12px;
    }

    .container-tabla table {
        gap: 10px;
        padding: 10px;
        margin-top: 10px;
    }

    table th {
        font-size: 11px;
    }

    table th>p {
        font-size: 12px;
    }

    table td>div>img {
        width: 25px;
        height: 25px;
    }

    table td>div>svg {
        width: 20px;
        height: 20px;
    }

    table td>div>p {
        font-size: 12px;
    }

    .container-tabla .info-opcion-puntos {
        margin-top: 10px;
        padding: 10px;
    }

    .container-tabla .info-opcion-puntos>svg {
        width: 25px;
        height: 25px;
    }

    .container-tabla .info-opcion-puntos>p {
        font-size: 11px;
    }

    .fase {
        width: 100%;
    }

    .info-puntos p{
        font-size: 16px;
    }

    .info-puntos ul li span {
        width: 10px;
        height: 10px;
    }

    .info-puntos ul li p,
    .info-puntos ul li span {
        font-size: 11px;
    }

    .info-puntos .title>div>h3 {
        font-size: 14px;
        color: var(--textoPrincipalColor);
    }

    .info-puntos .title>div>p {
        font-size: 10px;
        color: #696a73;
    }

    .info-puntos .title>svg {
        width: 22px;
        height: 22px;
        color: var(--textoPrincipalColor);
    }

    .info-puntos #cerrarInfoPuntos {
        width: 20px;
        height: 20px;
    }
}

/** -------------------------------------------------- **/
/** ----------------------- PC ----------------------- **/
/** -------------------------------------------------- **/

@media (min-width: 1000px) {

    .container {
        width: 100%;
        margin: 10px;
    }

    .head>h1{
        font-size: 22px;
    }

    .head>p {
        font-size: 12px;
        color: #696a73;
    }

    .head>svg {
        width: 40px;
        height: 40px;
    }

    .container>.responsive-pc1 {
        display: flex;
        width: 100%;
        gap: 20px;
        justify-content: space-between;
    }

    .container>.responsive-pc1>.responsive-pc2 {
        width: 75%;
    }

    .responsive-pc3 {
        width: 25%;
    }

    .fase {
        width: 100%;
        gap: 20%;
        align-items: center;
        justify-content: center;
    }

    .container-tops {
        padding: 20px;
    }

    .container-tops>div {
        gap: 10px;
    }

    .container-tops>div>svg {
        width: 28px;
        height: 28px;
    }

    .container-tops>div>h1 {
        font-size: 22px;
    }

    .container-tops>p {
        font-size: 14px;
        margin-top: 5px;
    }

    .container-tops ul {
        margin-top: 30px;
        gap: 20px;
        justify-content: center;
    }

    .container-tops ul li {
        width: 160px;
        height: 220px;
        padding: 20px;
        padding-top: 35px;
    }

    .container-tops ul li>svg {
        width: 45px;
        height: 45px;
        padding: 8px;
    }

    .container-tops ul li>img {
        width: 70px;
        height: 70px;
    }

    .container-tops ul li>h1 {
        font-size: 16px;
        margin-top: 10px;
    }

    .container-tops ul li>.puntos {
        font-size: 22px;
    }

    .container-tops ul li>p {
        font-size: 14px;
    }

    .container-tops>ul>.top1 {
        width: 180px;
        height: 250px;
    }

    /* ---------------- TABLA ---------------- */

    .container-tabla {
        padding: 20px;
        margin-top: 20px;
    }

    .container-tabla>div>svg {
        width: 28px;
        height: 28px;
    }

    .container-tabla>div>h1 {
        font-size: 24px;
        color: var(--textoPrincipalColor);
    }

    .container-tabla>p {
        margin-top: 5px;
        font-size: 14px;
    }

    .container-tabla table {
        margin-top: 20px;
        padding: 20px;
    }

    table th {
        font-size: 14px;
    }

    table th>p {
        font-size: 14px;
        padding: 10px;
    }

    table td>div {
        padding: 10px;
        gap: 10px;
    }

    table td>div>img {
        width: 24px;
        height: 24px;
    }

    table td>div>svg {
        width: 24px;
        height: 24px;
    }

    table td>div>p {
        font-size: 14px;
    }

    .container-tabla .info-opcion-puntos {
        margin-top: 15px;
        padding: 15px;
        align-items: center;
    }

    .container-tabla .info-opcion-puntos>svg {
        width: 28px;
        height: 28px;
    }

    .container-tabla .info-opcion-puntos>p {
        font-size: 14px;
    }

    /* ---------------- MODAL INFO ---------------- */

    .info-puntos {
        width: 700px;
        padding: 20px;
        gap: 20px;
    }

    .info-puntos p{
        font-size: 18px;
    }

    .info-puntos ul {
        gap: 15px;
    }

    .info-puntos ul li {
        padding: 15px;
    }

    .info-puntos ul li span {
        width: 18px;
        height: 18px;
        font-size: 14px;
    }

    .info-puntos ul li p {
        font-size: 14px;
    }

    .info-puntos .title {
        gap: 10px;
    }

    .info-puntos .title>div>h3 {
        font-size: 18px;
        color: var(--textoPrincipalColor);
    }

    .info-puntos .title>div>p {
        font-size: 12px;
        color: #696a73;
    }

    .info-puntos .title>svg {
        width: 30px;
        height: 30px;
        color: var(--textoPrincipalColor);
    }

    .info-puntos #cerrarInfoPuntos {
        width: 25px;
        height: 25px;
    }

    .responsive-pc3 .filtros {
        width: 100%;
        background-color: #081018;
        border-radius: 10px;
        border: 1px solid #353941;
        margin-top: 10px;
        padding: 20px;
    }

    .filtros {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
        width: 25%;
        max-height: 500px;
        padding: 10px;
        border: 1px solid #353941;
        border-radius: 10px;
        background-color: #081018;
    }

    .filtros>.title {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .filtros>.title>svg {
        color: var(--textoPrincipalColor);
    }

    .filtros .grupo, .filtros .fecha, .filtros .estado {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .filtros .grupo select {
        margin-left: 10px;
        width: 80%;
        height: 40px;
        padding: 10px;
        border: 1px solid #353941;
        border-radius: 10px;
        background-color: #081018;
        color: white;
        font-family: "Goldman", sans-serif;
    }

    .filtros .grupo select:focus {
        border-color: var(--textoPrincipalColor);
    }

    .filtros .grupo select option {
        font-family: "Goldman", sans-serif;
    }

    .filtros .fecha input {
        margin-left: 10px;
        margin-right: 10px;
        width: 80%;
        height: 40px;
        padding: 10px;
        border: 1px solid #353941;
        border-radius: 10px;
        background-color: #081018;
        color: white;
        font-family: "Goldman", sans-serif;
    }
}