/* #region FUENTES */

@font-face {
    font-family: "Eurostile";
    src: url("../fonts/Eurostile\ Bold.ttf");
}

::selection {
    background: #32a1cd;
    color: #1a2a1a;
}

::-moz-selection {
    background: #32a1cd;
    color: #1a2a1a;
}

/* #endregion */

/* #region GENERAL */
body::before {
    background-image: url("../images/main/background_LCS.webp");
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transform: scale(1.1);
    z-index: -1;
}

#rightContent::before {
    background: linear-gradient(90deg, #ff0000, #b475efd9);
}

.block {
    background: radial-gradient(circle 500px at 30px 60px, #fc040430 15%, transparent 70%),
        radial-gradient(circle 500px at 100% 100%, #fc040430 15%, transparent 70%), #300101f1;
    color: #ffffff;
    box-shadow: 0px -60px 500px 100px #dd291571;
    border: 5px solid #db594ae7;
}

#container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.text-container {
    justify-content: left;
    align-items: left;
}

.text-container h2 {
    font-family: "Eurostile";
    color: #f29997;
    font-size: 34px;
    text-align: center;
    text-shadow: 3px 3px 0px #000000;
}

.right-content-nav a {
    font-family: "Eurostile";
    font-size: 27px;
}

.right-content-nav a.active {
    color: #ff0000;
    text-shadow: 0 0 1px #000;
    cursor: default;
}

.right-content-nav a.inactive {
    color: #574747fd;
    transition: color 0.1s;
}

.right-content-nav a.inactive:hover {
    color: #e70000;
    text-shadow: 0 0 1px #000;
}

.right-content-nav a.inactive:active {
    color: #9b0000;
}

/* #endregion */

/* #region FICHA TÉCNICA */
.ficha-tecnica {
    border-color: #e70000aa !important;
    background-color: #9b00006c;

    & table {
        & tr {
            border-color: #e70000aa;
        }
    }
}

.ficha-tecnica th,
span.table-platforms {
    font-family: "Eurostile";
}

span.table-platforms {
    color: #ff8888;
}

/* #endregion */

/* #region 100% CHECKLIST */
.progress-wrapper {
    & .progress-bar-bg {
        & .progress-bar-fill {
            background: linear-gradient(90deg, #ff675c, #f41212);
        }
    }
}

.checklist-container {
    & article {
        & .section-header {
            & .section-check-all {
                &.complete {
                    color: #ff0808;

                    & svg {
                        stroke: #fa8e88;
                        filter: drop-shadow(0 0 5px #bd1111);
                    }
                }
            }
        }

        & .checklist-list-wrapper {
            & ul {
                & li {
                    &.completed {
                        background: rgba(116, 18, 18, 0.422);
                        border-color: rgba(205, 45, 45, 0.25);
                    }

                    & .checklist-row {
                        & label {
                            & input {
                                &:checked {
                                    &+span {
                                        background: #ff8080;
                                        border-color: #ab5050;
                                        &::after {
                                            border-color: #461f1f;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/* #endregion */


/* #region RADIO */
#nameRadio {
    font-family: "Eurostile";
    color: #3b9de8;
    text-shadow: 6px 6px 1px #000000;
}

/* #endregion */