@import url("../../assets/css/roseonbr.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*body {
  background: url("../../assets/images/bkgindex.jpg");
  background-size: cover;
}

.containerDownload {
  margin-top: 20px;
  margin-left: 40px;
}

.containerDownload h2 {
  color: #ccc;
  font-weight: 600;
  margin-left: 10%;
}

.containerDownload .boxDownload {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(315deg, #e91e63, #5d02ff);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.containerDownload .boxDownload .Titulo {
  margin-top: -10px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  background: #ccc;
  border-radius: 8px;
}

.containerDownload .boxDownload .Linhas {
  padding: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  background: #ccc;
  border-radius: 8px;
}

.containerDownload .boxDownload .Linhas a {
  text-decoration: none;
  font-size: 14px;
}*/

/* DivTable.com */
/*.divTable {
  display: table;
  width: 90%;
  max-width: 700px;
  background-color: #EEE;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 14px;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell, .divTableHead {
  border: 1px solid #352c2c;
  display: table-cell;
  padding: 3px 10px;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}*/
/*# sourceMappingURL=download.css.map */


.container {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.header {
    margin-top: 120px;
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-family: Bungee, sans-serif;
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px 1px black);
}

.subtitle {
    color: #b8b8b8;
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.download-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
}

.download-card {
    background: rgba(15, 23, 42, 0.8);
    border-radius: 4px;
    padding: 30px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 20, 0.6);
    border: 1px solid #4a6bff;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .download-card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient( circle, rgba(100, 149, 237, 0.1) 0%, rgba(0, 0, 0, 0) 70% );
        z-index: -1;
        transition: all 0.5s ease;
    }

    .download-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 40, 0.8);
        border-color: #6495ed;
    }

        .download-card:hover::before {
            transform: rotate(180deg);
        }

.download-title {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(100, 149, 237, 0.5);
}

.download-info {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 1.1rem;
    color: #d1d5db;
}

.download-btn {
    display: inline-block;
    background: linear-gradient(135deg, #4a6bff 0%, #6495ed 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 5px 15px rgba(74, 107, 255, 0.4);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 15px;
    width: 100%;
    max-width: 250px;
}

    .download-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #6495ed 0%, #4a6bff 100%);
        opacity: 0;
        transition: opacity 0.3s;
        z-index: -1;
    }

    .download-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(74, 107, 255, 0.6);
        cursor: url(/assets/images/icons/RoseOnBr-2.cur), url(/assets/images/icons/RoseOnBr-2.cur), auto;
    }

        .download-btn:hover::before {
            opacity: 1;
        }

.alt-download {
    display: block;
    color: #a3a3a3;
    margin-top: 15px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

    .alt-download:hover {
        color: #fff59d;
        text-decoration: underline;
    }

.download-meta {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #a3a3a3;
}

.requirements {
    background: rgba(15, 23, 42, 0.8);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 20, 0.5);
    border: 1px solid #4a6bff;
    backdrop-filter: blur(5px);
}

    .requirements h2 {
        color: #ffffff;
        text-align: center;
        margin-bottom: 30px;
        font-size: 2rem;
        border-bottom: 2px solid #4a6bff;
        padding-bottom: 10px;
        text-shadow: 0 0 10px rgba(100, 149, 237, 0.5);
    }

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th,
td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(74, 107, 255, 0.3);
}

th {
    background-color: rgba(74, 107, 255, 0.2);
    color: #ffffff;
    font-size: 1.1rem;
    text-shadow: 0 0 5px rgba(100, 149, 237, 0.5);
}

td {
    color: #fff59d; /* Cor alterada conforme solicitado */
}

tr:hover {
    background-color: rgba(74, 107, 255, 0.1);
}

.minimal {
    color: #fff59d;
}

.recommended {
    color: #fff59d;
}

.notes {
    margin-top: 30px;
    padding: 20px;
    background: rgba(30, 41, 59, 0.7);
    border-left: 4px solid #4a6bff;
    border-radius: 0 8px 8px 0;
}

    .notes h3 {
        color: #ffffff;
        margin-bottom: 10px;
        text-shadow: 0 0 5px rgba(100, 149, 237, 0.3);
    }

    .notes p {
        margin-bottom: 8px;
        line-height: 1.5;
        color: #d1d5db;
    }

@media (max-width: 768px) {
    .download-section {
        flex-direction: column;
        align-items: center;
    }

    .download-card {
        padding: 25px;
    }

    .download-title {
        font-size: 1.8rem;
    }

    th,
    td {
        padding: 12px 10px;
        font-size: 0.9rem;
	}
}